Index: btkb/do_c51.bat
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/do_c51.bat	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/do_c51.bat	(nonexistent)
@@ -1,144 +0,0 @@
-@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=shutter
-@rem set device_option=hci
-@rem set device_option=kb
-@set device_option=mouse
-@rem set device_option=le_kb
-@rem set device_option=dongle
-@rem set device_option=module
-@rem set device_option=prcp
-
-@echo off
-
-setlocal enabledelayedexpansion
-for %%f in (program\*.prog) do @if not %%f==program\bt.prog if not %%f==program\patch.prog if not %%f==program\sim.prog set progs=!progs! %%f
-type program\bt.prog %progs% > output\bt_program23.meta
-for %%f in (format\*.format) do @if not %%f==format\bt.format if not %%f==format\command.format set fmts=!fmts! %%f
-type format\bt.format %fmts% format\command.format > output\bt_format.meta
-perl util/mergepatch.pl
-perl util/memalloc.pl
-
-perl util/transform_memmap2btreg.pl output/memmap.format format/memblocks.format ..\c51\btreg.h
-
-cd output
-osiuasm bt_program23 -O-W
-
-if "%device_option%" equ "hci" (
-  copy ..\sched\ssp.dat + ..\sched\hci.dat +  ..\sched\revc.dat ..\output\sched.rom
-) else if "%device_option%" equ "kb" (
-copy ..\sched\ssp.dat + ..\sched\kb.dat +  ..\sched\revc.dat ..\output\sched.rom
-) else if "%device_option%" equ "le_kb" (
-  copy ..\sched\le_kb.dat +  ..\sched\revc.dat ..\output\sched.rom
-) else if "%device_option%" equ "mouse" (
-	copy  ..\sched\patch.dat   +  ..\sched\user.dat + ..\sched\rf.dat ..\output\sched.rom
-) else if "%device_option%" equ "module" (
-  copy  ..\sched\ssp.dat + ..\sched\DM_module.dat +   ..\sched\revc.dat ..\output\sched.rom
-) else if "%device_option%" equ "shutter" (
-  copy ..\sched\ssp.dat + ..\sched\shutter.dat +  ..\sched\revc.dat ..\output\sched.rom
-) else if "%device_option%" equ "dongle" (
-  copy ..\sched\dongle.dat +  ..\sched\usb.dat +  ..\sched\revc.dat ..\output\sched.rom
-) else if "%device_option%" equ "prcp" (
-  copy ..\sched\Le_prcp.dat + ..\sched\revb.dat ..\output\sched.rom
-) else (
-cd ..
-echo **********************************
-echo Error: illegal device_option !
-echo **********************************
-goto end
-) 
-
-if "%1" equ "eep" (
-  goto geneeprom
-) else if "%1" equ "rom" (
-	goto genrom
-) else if "%1" equ "eepb" (
-	goto genromrevb	
-) else if "%1" equ "eepc" (
-	goto genromrevc
-)else (
-  goto downloadram
-)
-
-:geneeprom
-@rem echo on
-@echo Start to generate EEPROM code
-copy ..\sched\mouse.dat ..\output\sched.rom
-
- ..\util\geneep ramcode.rom fwram.rom sched.rom %enc% %enckey% a
-perl ..\util\a1bugfix.pl
-osiuasm bt_program23 -O-W
-..\util\geneep ramcode.rom fwram.rom sched.rom %enc% %enckey% a
-goto gen_eep_end
-
-
-
-
-:genromrevb
-echo off
-@echo Start to generate EEPROM code
-..\..\regedr\geneep ramcode.rom fwram.rom sched.rom %enc% %enckey% b
-goto gen_eep_end
-
-
-:genromrevc
-echo off
-@echo Start to generate EEPROM code
-
-..\..\regedr\geneep ramcode.rom fwram.rom sched.rom 0 %enckey% c
-cd ..
-
-:gen_eep_end
-echo **********************************
-echo EEPROM Generated.
-echo The Device is %device_option%. 
-echo Use command "e ep" to download EEPROM.
-echo **********************************
-
-@copy .\output\ramcode.rom ..\c51\patch
-
-@copy .\output\memmap.format ..\c51\patch
-
-@copy .\sched\*.*	..\c51\patch
-
-goto end
-
-:genrom
-@rem echo on
-perl ..\util\rom2mif.pl romcode
-del ..\..\%FPGA_PATH%\romcode.mif
-copy .\romcode.mif ..\..\%FPGA_PATH%\romcode.mif
-perl ..\util\gen_patch_h.pl >%YC_PATCH_FILE%
-copy .\%YC_PATCH_FILE% ..\..\%MV_PATCH%\%YC_PATCH_FILE%
-copy .\%YC_PATCH_FILE% D:\work\yichip\mv_proj\src\inc\%YC_PATCH_FILE%
-cd ..\..\%FPGA_PATH%
-quartus_cdb btspi -c btspi --update_mif
-quartus_asm --read_settings_files=off --write_settings_files=off btspi -c btspi
-quartus_pgm -c USB-Blaster[USB-0] -m jtag -o "p;.\output\btspi.sof" 
-@echo bitstream_compression=on >1
-@echo memory_map_file=on >> 1
-quartus_cpf -c -o 1 -s EP3C55 -d EPCS16 output\btspi.sof output\btspi.jic  
-@rem quartus_pgm -c USB-Blaster[USB-0] -m jtag -o "pi;.\output\btspi.jic"   
-@del 1
-goto end
-
-
-
-:downloadram
-echo on
-@echo Start to download ram code
-e ku
-e hu
-e su sched.rom
-@echo **********************************
-@echo RAM CODE has been downloaded.
-@echo The Device is %device_option%. 
-@echo **********************************
-cd ..
-
-
-:end
Index: btkb/format/keyboard.format
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/format/keyboard.format	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/format/keyboard.format	(working copy)
@@ -167,7 +167,7 @@
 1 mem_mouse_retry_flag
 1 mem_adc_pu_bit
 4 mem_ui_timer_last_btclk_temp
-3 mem_version_yy_mm_dd
+4 mem_version_yy_mm_dd
 )
 
 //C51 synchronous task
Index: btkb/output/bt_program23.icode
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/output/bt_program23.icode	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/output/bt_program23.icode	(working copy)
@@ -1,21480 +1,21478 @@
  00000000  0x00000025 bmark1  0x00000025 , 0x00000010 
  00000001  0x00000026 beq  0x00000000 , 0x00000027 
- 00000002  0x00000027 beq  0x00000002 , 0x0000002d 
- 00000003  0x00000028 beq  0x00000003 , 0x00000035 
- 00000004  0x00000029 beq  0x00000005 , 0x0000003e 
- 00000005  0x0000002c beq  0x00000090 , 0x00000187 
- 00000006  0x0000002d beq  0x00000092 , 0x0000015a 
- 00000007  0x0000002e beq  0x00000094 , 0x00000160 
- 00000008  0x0000002f beq  0x00000095 , 0x0000014a 
- 00000009  0x00000030 beq  0x000000b0 , 0x0000022c 
- 00000010  0x00000031 beq  0x000000b1 , 0x0000010e 
- 00000011  0x00000032 beq  0x000000b2 , 0x00000122 
- 00000012  0x00000033 beq  0x000000b3 , 0x0000013c 
- 00000013  0x00000034 beq  0x000000b6 , 0x00000145 
- 00000014  0x00000035 beq  0x000000b9 , 0x00000116 
+ 00000002  0x00000027 beq  0x00000002 , 0x0000002b 
+ 00000003  0x00000028 beq  0x00000003 , 0x00000033 
+ 00000004  0x00000029 beq  0x00000005 , 0x0000003c 
+ 00000005  0x0000002c beq  0x00000090 , 0x00000185 
+ 00000006  0x0000002d beq  0x00000092 , 0x00000158 
+ 00000007  0x0000002e beq  0x00000094 , 0x0000015e 
+ 00000008  0x0000002f beq  0x00000095 , 0x00000148 
+ 00000009  0x00000030 beq  0x000000b0 , 0x0000022a 
+ 00000010  0x00000031 beq  0x000000b1 , 0x0000010c 
+ 00000011  0x00000032 beq  0x000000b2 , 0x00000120 
+ 00000012  0x00000033 beq  0x000000b3 , 0x0000013a 
+ 00000013  0x00000034 beq  0x000000b6 , 0x00000143 
+ 00000014  0x00000035 beq  0x000000b9 , 0x00000114 
  00000015  0x00000036 branch  0x00003bf1 
- 00000016  0x00000039 beq  0x00000032 , 0x00000238 
+ 00000016  0x00000039 beq  0x00000032 , 0x00000236 
  00000017  0x0000003a beq  0x0000003b , 0x000053b0 
- 00000018  0x0000003b beq  0x0000003e , 0x000001fa 
- 00000019  0x0000003c beq  0x0000003f , 0x000001fe 
- 00000020  0x0000003d beq  0x0000004a , 0x00000281 
- 00000021  0x0000003e beq  0x0000004b , 0x00000231 
- 00000022  0x0000003f beq  0x0000004c , 0x0000023b 
- 00000023  0x00000040 beq  0x0000004e , 0x00000241 
- 00000024  0x00000041 beq  0x00000056 , 0x00000248 
- 00000025  0x00000043 beq  0x00000063 , 0x00000250 
- 00000026  0x00000044 beq  0x00000064 , 0x00000275 
- 00000027  0x00000045 beq  0x00000065 , 0x000002a6 
- 00000028  0x00000046 beq  0x00000069 , 0x00000403 
- 00000029  0x00000047 beq  0x0000006b , 0x000003ec 
- 00000030  0x00000048 beq  0x0000006e , 0x0000040a 
- 00000031  0x00000049 beq  0x0000006f , 0x0000028c 
- 00000032  0x0000004a beq  0x00000087 , 0x000000e9 
- 00000033  0x0000004b beq  0x0000008d , 0x0000020c 
- 00000034  0x0000004c beq  0x0000008f , 0x00000202 
- 00000035  0x0000004d beq  0x000000cd , 0x00000191 
- 00000036  0x0000004e beq  0x000000cf , 0x000000f4 
- 00000037  0x0000004f beq  0x000000d0 , 0x000000fe 
+ 00000018  0x0000003b beq  0x0000003e , 0x000001f8 
+ 00000019  0x0000003c beq  0x0000003f , 0x000001fc 
+ 00000020  0x0000003d beq  0x0000004a , 0x0000027f 
+ 00000021  0x0000003e beq  0x0000004b , 0x0000022f 
+ 00000022  0x0000003f beq  0x0000004c , 0x00000239 
+ 00000023  0x00000040 beq  0x0000004e , 0x0000023f 
+ 00000024  0x00000041 beq  0x00000056 , 0x00000246 
+ 00000025  0x00000043 beq  0x00000063 , 0x0000024e 
+ 00000026  0x00000044 beq  0x00000064 , 0x00000273 
+ 00000027  0x00000045 beq  0x00000065 , 0x000002a4 
+ 00000028  0x00000046 beq  0x00000069 , 0x00000401 
+ 00000029  0x00000047 beq  0x0000006b , 0x000003ea 
+ 00000030  0x00000048 beq  0x0000006e , 0x00000408 
+ 00000031  0x00000049 beq  0x0000006f , 0x0000028a 
+ 00000032  0x0000004a beq  0x00000087 , 0x000000e7 
+ 00000033  0x0000004b beq  0x0000008d , 0x0000020a 
+ 00000034  0x0000004c beq  0x0000008f , 0x00000200 
+ 00000035  0x0000004d beq  0x000000cd , 0x0000018f 
+ 00000036  0x0000004e beq  0x000000cf , 0x000000f2 
+ 00000037  0x0000004f beq  0x000000d0 , 0x000000fc 
  00000038  0x00000050 branch  0x00003bf1 
  00000039  0x00000054 hfetch  0x00000001 , 0x0000813b 
  00000040  0x00000055 store  0x00000001 , 0x00000b81 
- 00000041  0x00000056 setarg  0x00010620 
- 00000042  0x00000057 store  0x00000003 , 0x00004d4c 
- 00000043  0x00000058 hjam  0x00000008 , 0x00008006 
- 00000044  0x00000059 branch  0x00003003 
- 00000045  0x0000005c call  0x00007719 
- 00000046  0x0000005d call  0x00003cf1 , 0x0000002b 
- 00000047  0x0000005f call  0x00007813 
- 00000048  0x00000060 fetch  0x00000001 , 0x000047dc 
- 00000049  0x00000061 branch  0x00003013 , 0x00000034 
- 00000050  0x00000062 fetch  0x00000001 , 0x00004793 
- 00000051  0x00000063 branch  0x0000002f , 0x00000034 
- 00000052  0x00000064 branch  0x00003013 
- 00000053  0x00000069 call  0x00000084 
- 00000054  0x0000006a call  0x00000042 
- 00000055  0x0000006b call  0x00000039 
- 00000056  0x0000006c branch  0x00003015 
- 00000057  0x0000006f fetcht  0x00000002 , 0x000047f4 
- 00000058  0x00000070 fetch  0x00000001 , 0x000043d8 
- 00000059  0x00000071 nsetflag  0x00000034 , 0x0000000b , 0x00000002 
- 00000060  0x00000072 storet  0x00000002 , 0x000047f4 
- 00000061  0x00000073 rtn 
- 00000062  0x00000076 call  0x00003392 
- 00000063  0x00000077 call  0x00003407 
- 00000064  0x00000078 call  0x00003024 
- 00000065  0x00000079 branch  0x00003022 
- 00000066  0x0000007d fetch  0x00000001 , 0x000047dc 
- 00000067  0x0000007e branch  0x00000046 , 0x00000034 
- 00000068  0x0000007f fetch  0x00000001 , 0x00004793 
- 00000069  0x00000080 rtn  0x00000034 
- 00000070  0x00000082 call  0x000000e4 
- 00000071  0x00000083 rtn  0x00000028 
- 00000072  0x00000084 byteswap  0x0000003f , 0x0000003f 
- 00000073  0x00000085 copy  0x0000003f , 0x00000006 
- 00000074  0x00000086 call  0x000000c5 
- 00000075  0x00000087 store  0x00000001 , 0x00004ba7 
- 00000076  0x00000088 beq  0x00000001 , 0x00000059 
- 00000077  0x00000089 copy  0x0000003f , 0x00000002 
- 00000078  0x0000008a copy  0x00000006 , 0x00000011 
- 00000079  0x0000008b fetch  0x00000001 , 0x00004040 
- 00000080  0x0000008c bbit0  0x00000000 , 0x00000056 
- 00000081  0x0000008d copy  0x00000011 , 0x00000006 
- 00000082  0x0000008e rtnmark0  0x00000009 
- 00000083  0x0000008f copy  0x00000002 , 0x0000003f 
- 00000084  0x00000090 beq  0x00000005 , 0x00000063 
- 00000085  0x00000091 branch  0x00003bf1 
- 00000086  0x00000094 copy  0x00000011 , 0x00000006 
- 00000087  0x00000095 arg  0x000000f8 , 0x00000005 
- 00000088  0x00000096 branch  0x000000bd 
- 00000089  0x00000099 call  0x000000c5 
- 00000090  0x0000009a call  0x000000c5 
- 00000091  0x0000009b store  0x00000001 , 0x00000b7d 
- 00000092  0x0000009c call  0x0000005e 
- 00000093  0x0000009d branch  0x00007c33 
- 00000094  0x0000009f call  0x000000c8 
- 00000095  0x000000a0 copy  0x00000006 , 0x00000002 
- 00000096  0x000000a1 byteswap  0x00000002 , 0x00000002 
- 00000097  0x000000a2 storet  0x00000002 , 0x00004b9a 
- 00000098  0x000000a3 rtn 
- 00000099  0x000000a6 copy  0x00000006 , 0x00000011 
- 00000100  0x000000a8 fetch  0x00000001 , 0x00004ba9 
- 00000101  0x000000a9 add  0x0000003f , 0x00000001 , 0x00000002 
- 00000102  0x000000aa and  0x00000002 , 0x00000003 , 0x00000002 
- 00000103  0x000000ab storet  0x00000001 , 0x00004ba9 
- 00000104  0x000000ac mul32  0x0000003f , 0x00000007 , 0x0000003f 
- 00000105  0x000000ad arg  0x00004bad , 0x00000005 
- 00000106  0x000000ae iadd  0x00000005 , 0x00000005 
- 00000107  0x000000b0 copy  0x00000011 , 0x00000006 
- 00000108  0x000000b1 call  0x000000c5 
- 00000109  0x000000b2 copy  0x00000006 , 0x00000011 
- 00000110  0x000000b3 increase  0xffffffff , 0x0000003f 
- 00000111  0x000000b4 copy  0x0000003f , 0x00000039 
- 00000112  0x000000b5 increase  0x00000007 , 0x0000003f 
- 00000113  0x000000b6 store  0x00000001 , 0x00004c82 
- 00000114  0x000000b7 copy  0x00000011 , 0x00000006 
- 00000115  0x000000b8 call  0x000000c5 
- 00000116  0x000000b9 copy  0x00000006 , 0x00000011 
- 00000117  0x000000ba beq  0x00000001 , 0x00000078 
- 00000118  0x000000bb beq  0x00000002 , 0x00000080 
- 00000119  0x000000bc beq  0x00000003 , 0x00000082 
- 00000120  0x000000be fetch  0x00000002 , 0x00004cb8 
- 00000121  0x000000c0 istore  0x00000002 , 0x00000005 
- 00000122  0x000000c1 copy  0x00000011 , 0x00000006 
- 00000123  0x000000c2 call  0x000000bf 
- 00000124  0x000000c3 call  0x0000561e 
- 00000125  0x000000c4 nrtn  0x00000034 
- 00000126  0x000000c5 jam  0x0000001b , 0x00000b7d 
- 00000127  0x000000c6 branch  0x00005620 
- 00000128  0x000000c9 fetch  0x00000002 , 0x00004cba 
- 00000129  0x000000ca branch  0x00000079 
- 00000130  0x000000cc fetch  0x00000002 , 0x00004cbc 
- 00000131  0x000000cd branch  0x00000079 
- 00000132  0x000000d2 fetcht  0x00000004 , 0x00004c59 
- 00000133  0x000000d3 copy  0x00000022 , 0x0000003f 
- 00000134  0x000000d4 isub  0x00000002 , 0x0000003f 
- 00000135  0x000000d6 arg  0x00000640 , 0x00000002 
- 00000136  0x000000d7 idiv  0x00000002 
- 00000137  0x000000d8 call  0x00007efd 
- 00000138  0x000000d9 quotient  0x0000003f 
- 00000139  0x000000da rtn  0x00000034 
- 00000140  0x000000db copy  0x00000022 , 0x00000002 
- 00000141  0x000000dc storet  0x00000004 , 0x00004c59 
- 00000142  0x000000dd fetcht  0x00000002 , 0x00004ba5 
- 00000143  0x000000de byteswap  0x00000002 , 0x00000002 
- 00000144  0x000000df iadd  0x00000002 , 0x0000003f 
+ 00000041  0x00000056 hjam  0x00000008 , 0x00008006 
+ 00000042  0x00000057 branch  0x00003003 
+ 00000043  0x0000005a call  0x00007719 
+ 00000044  0x0000005b call  0x00003cf1 , 0x0000002b 
+ 00000045  0x0000005d call  0x00007813 
+ 00000046  0x0000005e fetch  0x00000001 , 0x000047dc 
+ 00000047  0x0000005f branch  0x00003013 , 0x00000034 
+ 00000048  0x00000060 fetch  0x00000001 , 0x00004793 
+ 00000049  0x00000061 branch  0x0000002d , 0x00000034 
+ 00000050  0x00000062 branch  0x00003013 
+ 00000051  0x00000067 call  0x00000082 
+ 00000052  0x00000068 call  0x00000040 
+ 00000053  0x00000069 call  0x00000037 
+ 00000054  0x0000006a branch  0x00003015 
+ 00000055  0x0000006d fetcht  0x00000002 , 0x000047f4 
+ 00000056  0x0000006e fetch  0x00000001 , 0x000043d8 
+ 00000057  0x0000006f nsetflag  0x00000034 , 0x0000000b , 0x00000002 
+ 00000058  0x00000070 storet  0x00000002 , 0x000047f4 
+ 00000059  0x00000071 rtn 
+ 00000060  0x00000074 call  0x00003392 
+ 00000061  0x00000075 call  0x00003407 
+ 00000062  0x00000076 call  0x00003024 
+ 00000063  0x00000077 branch  0x00003022 
+ 00000064  0x0000007b fetch  0x00000001 , 0x000047dc 
+ 00000065  0x0000007c branch  0x00000044 , 0x00000034 
+ 00000066  0x0000007d fetch  0x00000001 , 0x00004793 
+ 00000067  0x0000007e rtn  0x00000034 
+ 00000068  0x00000080 call  0x000000e2 
+ 00000069  0x00000081 rtn  0x00000028 
+ 00000070  0x00000082 byteswap  0x0000003f , 0x0000003f 
+ 00000071  0x00000083 copy  0x0000003f , 0x00000006 
+ 00000072  0x00000084 call  0x000000c3 
+ 00000073  0x00000085 store  0x00000001 , 0x00004ba7 
+ 00000074  0x00000086 beq  0x00000001 , 0x00000057 
+ 00000075  0x00000087 copy  0x0000003f , 0x00000002 
+ 00000076  0x00000088 copy  0x00000006 , 0x00000011 
+ 00000077  0x00000089 fetch  0x00000001 , 0x00004040 
+ 00000078  0x0000008a bbit0  0x00000000 , 0x00000054 
+ 00000079  0x0000008b copy  0x00000011 , 0x00000006 
+ 00000080  0x0000008c rtnmark0  0x00000009 
+ 00000081  0x0000008d copy  0x00000002 , 0x0000003f 
+ 00000082  0x0000008e beq  0x00000005 , 0x00000061 
+ 00000083  0x0000008f branch  0x00003bf1 
+ 00000084  0x00000092 copy  0x00000011 , 0x00000006 
+ 00000085  0x00000093 arg  0x000000f8 , 0x00000005 
+ 00000086  0x00000094 branch  0x000000bb 
+ 00000087  0x00000097 call  0x000000c3 
+ 00000088  0x00000098 call  0x000000c3 
+ 00000089  0x00000099 store  0x00000001 , 0x00000b7d 
+ 00000090  0x0000009a call  0x0000005c 
+ 00000091  0x0000009b branch  0x00007c33 
+ 00000092  0x0000009d call  0x000000c6 
+ 00000093  0x0000009e copy  0x00000006 , 0x00000002 
+ 00000094  0x0000009f byteswap  0x00000002 , 0x00000002 
+ 00000095  0x000000a0 storet  0x00000002 , 0x00004b9a 
+ 00000096  0x000000a1 rtn 
+ 00000097  0x000000a4 copy  0x00000006 , 0x00000011 
+ 00000098  0x000000a6 fetch  0x00000001 , 0x00004ba9 
+ 00000099  0x000000a7 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00000100  0x000000a8 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00000101  0x000000a9 storet  0x00000001 , 0x00004ba9 
+ 00000102  0x000000aa mul32  0x0000003f , 0x00000007 , 0x0000003f 
+ 00000103  0x000000ab arg  0x00004bad , 0x00000005 
+ 00000104  0x000000ac iadd  0x00000005 , 0x00000005 
+ 00000105  0x000000ae copy  0x00000011 , 0x00000006 
+ 00000106  0x000000af call  0x000000c3 
+ 00000107  0x000000b0 copy  0x00000006 , 0x00000011 
+ 00000108  0x000000b1 increase  0xffffffff , 0x0000003f 
+ 00000109  0x000000b2 copy  0x0000003f , 0x00000039 
+ 00000110  0x000000b3 increase  0x00000007 , 0x0000003f 
+ 00000111  0x000000b4 store  0x00000001 , 0x00004c82 
+ 00000112  0x000000b5 copy  0x00000011 , 0x00000006 
+ 00000113  0x000000b6 call  0x000000c3 
+ 00000114  0x000000b7 copy  0x00000006 , 0x00000011 
+ 00000115  0x000000b8 beq  0x00000001 , 0x00000076 
+ 00000116  0x000000b9 beq  0x00000002 , 0x0000007e 
+ 00000117  0x000000ba beq  0x00000003 , 0x00000080 
+ 00000118  0x000000bc fetch  0x00000002 , 0x00004cb8 
+ 00000119  0x000000be istore  0x00000002 , 0x00000005 
+ 00000120  0x000000bf copy  0x00000011 , 0x00000006 
+ 00000121  0x000000c0 call  0x000000bd 
+ 00000122  0x000000c1 call  0x0000561e 
+ 00000123  0x000000c2 nrtn  0x00000034 
+ 00000124  0x000000c3 jam  0x0000001b , 0x00000b7d 
+ 00000125  0x000000c4 branch  0x00005620 
+ 00000126  0x000000c7 fetch  0x00000002 , 0x00004cba 
+ 00000127  0x000000c8 branch  0x00000077 
+ 00000128  0x000000ca fetch  0x00000002 , 0x00004cbc 
+ 00000129  0x000000cb branch  0x00000077 
+ 00000130  0x000000d0 fetcht  0x00000004 , 0x00004c59 
+ 00000131  0x000000d1 copy  0x00000022 , 0x0000003f 
+ 00000132  0x000000d2 isub  0x00000002 , 0x0000003f 
+ 00000133  0x000000d4 arg  0x00000640 , 0x00000002 
+ 00000134  0x000000d5 idiv  0x00000002 
+ 00000135  0x000000d6 call  0x00007efd 
+ 00000136  0x000000d7 quotient  0x0000003f 
+ 00000137  0x000000d8 rtn  0x00000034 
+ 00000138  0x000000d9 copy  0x00000022 , 0x00000002 
+ 00000139  0x000000da storet  0x00000004 , 0x00004c59 
+ 00000140  0x000000db fetcht  0x00000002 , 0x00004ba5 
+ 00000141  0x000000dc byteswap  0x00000002 , 0x00000002 
+ 00000142  0x000000dd iadd  0x00000002 , 0x0000003f 
+ 00000143  0x000000de byteswap  0x0000003f , 0x0000003f 
+ 00000144  0x000000df store  0x00000002 , 0x00004ba5 
  00000145  0x000000e0 byteswap  0x0000003f , 0x0000003f 
- 00000146  0x000000e1 store  0x00000002 , 0x00004ba5 
- 00000147  0x000000e2 byteswap  0x0000003f , 0x0000003f 
- 00000148  0x000000e3 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000149  0x000000e4 rtnne  0x00000000 
- 00000150  0x000000e5 fetch  0x00000001 , 0x00004c8f 
- 00000151  0x000000e6 bbit1  0x00000000 , 0x000000a1 
- 00000152  0x000000e7 bbit1  0x00000001 , 0x000000a3 
- 00000153  0x000000e9 arg  0x00000000 , 0x00000011 
- 00000154  0x000000ea call  0x000000b4 
- 00000155  0x000000eb hjam  0x0000008f , 0x00008971 
- 00000156  0x000000ec fetch  0x00000001 , 0x00004c90 
- 00000157  0x000000ed hstore  0x00000001 , 0x00008973 
- 00000158  0x000000ee call  0x000000a4 
- 00000159  0x000000ef arg  0x00000001 , 0x00000011 
- 00000160  0x000000f0 branch  0x000000b4 
- 00000161  0x000000f4 hjam  0x000000bf , 0x00008971 
- 00000162  0x000000f5 branch  0x000000a4 
- 00000163  0x000000f8 hjam  0x000000af , 0x00008971 
- 00000164  0x000000fa hfetch  0x00000001 , 0x00008053 
- 00000165  0x000000fb set1  0x00000007 , 0x0000003f 
- 00000166  0x000000fc hstore  0x00000001 , 0x00008053 
- 00000167  0x000000fd hfetch  0x00000001 , 0x00008973 
- 00000168  0x000000fe or_into  0x00000030 , 0x0000003f 
- 00000169  0x000000ff hstore  0x00000001 , 0x00008973 
- 00000170  0x00000100 hjam  0x0000007c , 0x00008906 
- 00000171  0x00000101 hjam  0x000000aa , 0x00008972 
- 00000172  0x00000102 nop  0x00001388 
- 00000173  0x00000103 hfetcht  0x00000002 , 0x00008150 
- 00000174  0x00000104 hfetch  0x00000001 , 0x00008053 
- 00000175  0x00000105 set0  0x00000007 , 0x0000003f 
- 00000176  0x00000106 hstore  0x00000001 , 0x00008053 
- 00000177  0x00000107 byteswap  0x00000002 , 0x00000002 
- 00000178  0x00000108 storet  0x00000002 , 0x00004c95 
- 00000179  0x00000109 rtn 
- 00000180  0x0000010d arg  0x00000021 , 0x00000002 
- 00000181  0x0000010e fetch  0x00000001 , 0x00004c90 
- 00000182  0x0000010f isub  0x00000002 , 0x00000002 
- 00000183  0x00000110 copy  0x00000011 , 0x0000003f 
- 00000184  0x00000111 set1  0x00000007 , 0x00000002 
- 00000185  0x00000112 nbranch  0x000000bb , 0x00000034 
- 00000186  0x00000113 set0  0x00000007 , 0x00000002 
- 00000187  0x00000115 arg  0x00008078 , 0x00000005 
- 00000188  0x00000116 branch  0x000069f4 
- 00000189  0x0000011b call  0x000000c5 
- 00000190  0x0000011c copy  0x0000003f , 0x00000039 
- 00000191  0x0000011e call  0x000000c1 
- 00000192  0x0000011f branch  0x0000005e 
- 00000193  0x00000122 call  0x000000c5 
- 00000194  0x00000123 istore  0x00000001 , 0x00000005 
- 00000195  0x00000124 loop  0x000000c1 
- 00000196  0x00000125 rtn 
- 00000197  0x00000128 call  0x000000c8 
- 00000198  0x00000129 ifetch  0x00000001 , 0x00000006 
- 00000199  0x0000012a rtn 
- 00000200  0x0000012d setarg  0x00004b36 
- 00000201  0x0000012e isub  0x00000006 , 0x0000003e 
- 00000202  0x0000012f nrtn  0x00000005 
- 00000203  0x00000130 arg  0x00004aa0 , 0x00000006 
- 00000204  0x00000131 rtn 
- 00000205  0x00000134 arg  0x00000003 , 0x00000039 
- 00000206  0x00000135 arg  0x00004ba2 , 0x00000006 
- 00000207  0x00000137 copy  0x00000006 , 0x00000011 
- 00000208  0x00000138 fetch  0x00000002 , 0x00004ba0 
- 00000209  0x00000139 byteswap  0x0000003f , 0x0000003f 
- 00000210  0x0000013a copy  0x0000003f , 0x00000005 
- 00000211  0x0000013b copy  0x00000011 , 0x00000006 
- 00000212  0x0000013d ifetch  0x00000001 , 0x00000006 
- 00000213  0x0000013e istore  0x00000001 , 0x00000005 
- 00000214  0x0000013f call  0x000000dc 
- 00000215  0x00000140 loop  0x000000d4 
- 00000216  0x00000141 copy  0x00000005 , 0x0000003f 
- 00000217  0x00000142 byteswap  0x0000003f , 0x0000003f 
- 00000218  0x00000143 store  0x00000002 , 0x00004ba0 
- 00000219  0x00000144 rtn 
- 00000220  0x00000146 setarg  0x00004b9a 
- 00000221  0x00000147 isub  0x00000005 , 0x0000003e 
- 00000222  0x00000148 nrtn  0x00000005 
- 00000223  0x00000149 arg  0x00004b36 , 0x00000005 
- 00000224  0x0000014a rtn 
- 00000225  0x0000014e fetch  0x00000002 , 0x00004b9e 
- 00000226  0x0000014f fetcht  0x00000002 , 0x00004ba0 
- 00000227  0x00000150 branch  0x000000e6 
- 00000228  0x00000152 fetch  0x00000002 , 0x00004b9a 
- 00000229  0x00000153 fetcht  0x00000002 , 0x00004b9c 
- 00000230  0x00000155 isub  0x00000002 , 0x0000003e 
- 00000231  0x00000156 branch  0x000069b1 , 0x00000005 
- 00000232  0x00000157 branch  0x0000320b 
- 00000233  0x0000015b copy  0x00000022 , 0x0000003f 
- 00000234  0x0000015c store  0x00000004 , 0x00004d48 
- 00000235  0x0000015d fetcht  0x00000001 , 0x000047ef 
- 00000236  0x0000015e fetch  0x00000001 , 0x00004d4b 
- 00000237  0x0000015f isub  0x00000002 , 0x0000003e 
- 00000238  0x00000160 ncall  0x000000f0 , 0x00000002 
- 00000239  0x00000161 branch  0x00007c06 
- 00000240  0x00000164 fetcht  0x00000004 , 0x00004d48 
- 00000241  0x00000165 storet  0x00000004 , 0x000047ec 
- 00000242  0x00000166 storet  0x00000004 , 0x00004c59 
- 00000243  0x00000167 rtn 
- 00000244  0x0000016b arg  0x000047df , 0x00000011 
- 00000245  0x0000016c call  0x00007f9f 
- 00000246  0x0000016d rtn  0x00000034 
- 00000247  0x0000016f copy  0x0000003f , 0x00000013 
- 00000248  0x00000170 call  0x000000fa 
- 00000249  0x00000171 branch  0x00003ea5 
- 00000250  0x00000173 rtneq  0x00000018 
- 00000251  0x00000174 beq  0x00000014 , 0x0000041b 
- 00000252  0x00000175 beq  0x00000015 , 0x00000421 
- 00000253  0x00000176 branch  0x00003e7d 
- 00000254  0x0000017c storet  0x00000001 , 0x00000259 
- 00000255  0x0000017d fetch  0x00000001 , 0x00004c8d 
- 00000256  0x0000017e increase  0x00000001 , 0x0000003f 
- 00000257  0x0000017f store  0x00000001 , 0x00004c8d 
- 00000258  0x00000181 fetch  0x00000001 , 0x00000259 
- 00000259  0x00000182 rtn  0x00000034 
- 00000260  0x00000183 increase  0xffffffff , 0x0000003f 
- 00000261  0x00000184 store  0x00000001 , 0x00000259 
- 00000262  0x00000185 branch  0x00000102 
- 00000263  0x0000018a copy  0x00000013 , 0x0000003f 
- 00000264  0x0000018b and_into  0x000000f0 , 0x0000003f 
- 00000265  0x0000018c rtneq  0x00000050 
- 00000266  0x0000018d copy  0x00000013 , 0x0000003f 
- 00000267  0x0000018e rtn  0x00000034 
- 00000268  0x0000018f store  0x00000001 , 0x00004ba4 
- 00000269  0x00000190 branch  0x000000cd 
- 00000270  0x0000019a jam  0x0000007f , 0x0000416e 
- 00000271  0x0000019b call  0x00003cf3 
- 00000272  0x0000019c fetch  0x00000001 , 0x00004c97 
- 00000273  0x0000019d rtn  0x00000034 
- 00000274  0x0000019e jam  0x00000000 , 0x00004c97 
- 00000275  0x0000019f copy  0x00000022 , 0x0000003f 
- 00000276  0x000001a0 store  0x00000004 , 0x00004c59 
- 00000277  0x000001a1 rtn 
- 00000278  0x000001a6 fetch  0x00000001 , 0x00004219 
- 00000279  0x000001a7 nrtn  0x00000034 
- 00000280  0x000001a8 hjam  0x00000006 , 0x00008042 
- 00000281  0x000001a9 setarg  0x00000f0c 
- 00000282  0x000001aa call  0x00003da7 
- 00000283  0x000001ab setarg  0x00030d40 
- 00000284  0x000001ac call  0x00003bf3 
- 00000285  0x000001ad until  0x0000003e , 0x00000033 
- 00000286  0x000001ae copy  0x00000031 , 0x00000030 
- 00000287  0x000001af call  0x00003b36 
- 00000288  0x000001b0 nop  0x00001388 
- 00000289  0x000001b1 branch  0x00003d9d 
- 00000290  0x000001b5 rtnmark1  0x00000023 
- 00000291  0x000001b6 fetch  0x00000002 , 0x000047f4 
- 00000292  0x000001b7 bbit1  0x00000009 , 0x00003d1e 
- 00000293  0x000001b8 call  0x00003cab 
- 00000294  0x000001b9 fetch  0x00000003 , 0x00004210 
- 00000295  0x000001ba rtn  0x00000034 
- 00000296  0x000001bd fetch  0x00000001 , 0x00004131 
- 00000297  0x000001be rtn  0x00000034 
- 00000298  0x000001c0 call  0x0000527e 
+ 00000146  0x000000e1 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000147  0x000000e2 rtnne  0x00000000 
+ 00000148  0x000000e3 fetch  0x00000001 , 0x00004c8f 
+ 00000149  0x000000e4 bbit1  0x00000000 , 0x0000009f 
+ 00000150  0x000000e5 bbit1  0x00000001 , 0x000000a1 
+ 00000151  0x000000e7 arg  0x00000000 , 0x00000011 
+ 00000152  0x000000e8 call  0x000000b2 
+ 00000153  0x000000e9 hjam  0x0000008f , 0x00008971 
+ 00000154  0x000000ea fetch  0x00000001 , 0x00004c90 
+ 00000155  0x000000eb hstore  0x00000001 , 0x00008973 
+ 00000156  0x000000ec call  0x000000a2 
+ 00000157  0x000000ed arg  0x00000001 , 0x00000011 
+ 00000158  0x000000ee branch  0x000000b2 
+ 00000159  0x000000f2 hjam  0x000000bf , 0x00008971 
+ 00000160  0x000000f3 branch  0x000000a2 
+ 00000161  0x000000f6 hjam  0x000000af , 0x00008971 
+ 00000162  0x000000f8 hfetch  0x00000001 , 0x00008053 
+ 00000163  0x000000f9 set1  0x00000007 , 0x0000003f 
+ 00000164  0x000000fa hstore  0x00000001 , 0x00008053 
+ 00000165  0x000000fb hfetch  0x00000001 , 0x00008973 
+ 00000166  0x000000fc or_into  0x00000030 , 0x0000003f 
+ 00000167  0x000000fd hstore  0x00000001 , 0x00008973 
+ 00000168  0x000000fe hjam  0x0000007c , 0x00008906 
+ 00000169  0x000000ff hjam  0x000000aa , 0x00008972 
+ 00000170  0x00000100 nop  0x00001388 
+ 00000171  0x00000101 hfetcht  0x00000002 , 0x00008150 
+ 00000172  0x00000102 hfetch  0x00000001 , 0x00008053 
+ 00000173  0x00000103 set0  0x00000007 , 0x0000003f 
+ 00000174  0x00000104 hstore  0x00000001 , 0x00008053 
+ 00000175  0x00000105 byteswap  0x00000002 , 0x00000002 
+ 00000176  0x00000106 storet  0x00000002 , 0x00004c95 
+ 00000177  0x00000107 rtn 
+ 00000178  0x0000010b arg  0x00000021 , 0x00000002 
+ 00000179  0x0000010c fetch  0x00000001 , 0x00004c90 
+ 00000180  0x0000010d isub  0x00000002 , 0x00000002 
+ 00000181  0x0000010e copy  0x00000011 , 0x0000003f 
+ 00000182  0x0000010f set1  0x00000007 , 0x00000002 
+ 00000183  0x00000110 nbranch  0x000000b9 , 0x00000034 
+ 00000184  0x00000111 set0  0x00000007 , 0x00000002 
+ 00000185  0x00000113 arg  0x00008078 , 0x00000005 
+ 00000186  0x00000114 branch  0x000069f4 
+ 00000187  0x00000119 call  0x000000c3 
+ 00000188  0x0000011a copy  0x0000003f , 0x00000039 
+ 00000189  0x0000011c call  0x000000bf 
+ 00000190  0x0000011d branch  0x0000005c 
+ 00000191  0x00000120 call  0x000000c3 
+ 00000192  0x00000121 istore  0x00000001 , 0x00000005 
+ 00000193  0x00000122 loop  0x000000bf 
+ 00000194  0x00000123 rtn 
+ 00000195  0x00000126 call  0x000000c6 
+ 00000196  0x00000127 ifetch  0x00000001 , 0x00000006 
+ 00000197  0x00000128 rtn 
+ 00000198  0x0000012b setarg  0x00004b36 
+ 00000199  0x0000012c isub  0x00000006 , 0x0000003e 
+ 00000200  0x0000012d nrtn  0x00000005 
+ 00000201  0x0000012e arg  0x00004aa0 , 0x00000006 
+ 00000202  0x0000012f rtn 
+ 00000203  0x00000132 arg  0x00000003 , 0x00000039 
+ 00000204  0x00000133 arg  0x00004ba2 , 0x00000006 
+ 00000205  0x00000135 copy  0x00000006 , 0x00000011 
+ 00000206  0x00000136 fetch  0x00000002 , 0x00004ba0 
+ 00000207  0x00000137 byteswap  0x0000003f , 0x0000003f 
+ 00000208  0x00000138 copy  0x0000003f , 0x00000005 
+ 00000209  0x00000139 copy  0x00000011 , 0x00000006 
+ 00000210  0x0000013b ifetch  0x00000001 , 0x00000006 
+ 00000211  0x0000013c istore  0x00000001 , 0x00000005 
+ 00000212  0x0000013d call  0x000000da 
+ 00000213  0x0000013e loop  0x000000d2 
+ 00000214  0x0000013f copy  0x00000005 , 0x0000003f 
+ 00000215  0x00000140 byteswap  0x0000003f , 0x0000003f 
+ 00000216  0x00000141 store  0x00000002 , 0x00004ba0 
+ 00000217  0x00000142 rtn 
+ 00000218  0x00000144 setarg  0x00004b9a 
+ 00000219  0x00000145 isub  0x00000005 , 0x0000003e 
+ 00000220  0x00000146 nrtn  0x00000005 
+ 00000221  0x00000147 arg  0x00004b36 , 0x00000005 
+ 00000222  0x00000148 rtn 
+ 00000223  0x0000014c fetch  0x00000002 , 0x00004b9e 
+ 00000224  0x0000014d fetcht  0x00000002 , 0x00004ba0 
+ 00000225  0x0000014e branch  0x000000e4 
+ 00000226  0x00000150 fetch  0x00000002 , 0x00004b9a 
+ 00000227  0x00000151 fetcht  0x00000002 , 0x00004b9c 
+ 00000228  0x00000153 isub  0x00000002 , 0x0000003e 
+ 00000229  0x00000154 branch  0x000069b1 , 0x00000005 
+ 00000230  0x00000155 branch  0x0000320b 
+ 00000231  0x00000159 copy  0x00000022 , 0x0000003f 
+ 00000232  0x0000015a store  0x00000004 , 0x00004d48 
+ 00000233  0x0000015b fetcht  0x00000001 , 0x000047ef 
+ 00000234  0x0000015c fetch  0x00000001 , 0x00004d4b 
+ 00000235  0x0000015d isub  0x00000002 , 0x0000003e 
+ 00000236  0x0000015e ncall  0x000000ee , 0x00000002 
+ 00000237  0x0000015f branch  0x00007c06 
+ 00000238  0x00000162 fetcht  0x00000004 , 0x00004d48 
+ 00000239  0x00000163 storet  0x00000004 , 0x000047ec 
+ 00000240  0x00000164 storet  0x00000004 , 0x00004c59 
+ 00000241  0x00000165 rtn 
+ 00000242  0x00000169 arg  0x000047df , 0x00000011 
+ 00000243  0x0000016a call  0x00007f9f 
+ 00000244  0x0000016b rtn  0x00000034 
+ 00000245  0x0000016d copy  0x0000003f , 0x00000013 
+ 00000246  0x0000016e call  0x000000f8 
+ 00000247  0x0000016f branch  0x00003ea5 
+ 00000248  0x00000171 rtneq  0x00000018 
+ 00000249  0x00000172 beq  0x00000014 , 0x00000419 
+ 00000250  0x00000173 beq  0x00000015 , 0x0000041f 
+ 00000251  0x00000174 branch  0x00003e7d 
+ 00000252  0x0000017a storet  0x00000001 , 0x00000259 
+ 00000253  0x0000017b fetch  0x00000001 , 0x00004c8d 
+ 00000254  0x0000017c increase  0x00000001 , 0x0000003f 
+ 00000255  0x0000017d store  0x00000001 , 0x00004c8d 
+ 00000256  0x0000017f fetch  0x00000001 , 0x00000259 
+ 00000257  0x00000180 rtn  0x00000034 
+ 00000258  0x00000181 increase  0xffffffff , 0x0000003f 
+ 00000259  0x00000182 store  0x00000001 , 0x00000259 
+ 00000260  0x00000183 branch  0x00000100 
+ 00000261  0x00000188 copy  0x00000013 , 0x0000003f 
+ 00000262  0x00000189 and_into  0x000000f0 , 0x0000003f 
+ 00000263  0x0000018a rtneq  0x00000050 
+ 00000264  0x0000018b copy  0x00000013 , 0x0000003f 
+ 00000265  0x0000018c rtn  0x00000034 
+ 00000266  0x0000018d store  0x00000001 , 0x00004ba4 
+ 00000267  0x0000018e branch  0x000000cb 
+ 00000268  0x00000198 jam  0x0000007f , 0x0000416e 
+ 00000269  0x00000199 call  0x00003cf3 
+ 00000270  0x0000019a fetch  0x00000001 , 0x00004c97 
+ 00000271  0x0000019b rtn  0x00000034 
+ 00000272  0x0000019c jam  0x00000000 , 0x00004c97 
+ 00000273  0x0000019d copy  0x00000022 , 0x0000003f 
+ 00000274  0x0000019e store  0x00000004 , 0x00004c59 
+ 00000275  0x0000019f rtn 
+ 00000276  0x000001a4 fetch  0x00000001 , 0x00004219 
+ 00000277  0x000001a5 nrtn  0x00000034 
+ 00000278  0x000001a6 hjam  0x00000006 , 0x00008042 
+ 00000279  0x000001a7 setarg  0x00000f0c 
+ 00000280  0x000001a8 call  0x00003da7 
+ 00000281  0x000001a9 setarg  0x00030d40 
+ 00000282  0x000001aa call  0x00003bf3 
+ 00000283  0x000001ab until  0x0000003e , 0x00000033 
+ 00000284  0x000001ac copy  0x00000031 , 0x00000030 
+ 00000285  0x000001ad call  0x00003b36 
+ 00000286  0x000001ae nop  0x00001388 
+ 00000287  0x000001af branch  0x00003d9d 
+ 00000288  0x000001b3 rtnmark1  0x00000023 
+ 00000289  0x000001b4 fetch  0x00000002 , 0x000047f4 
+ 00000290  0x000001b5 bbit1  0x00000009 , 0x00003d1e 
+ 00000291  0x000001b6 call  0x00003cab 
+ 00000292  0x000001b7 fetch  0x00000003 , 0x00004210 
+ 00000293  0x000001b8 rtn  0x00000034 
+ 00000294  0x000001bb fetch  0x00000001 , 0x00004131 
+ 00000295  0x000001bc rtn  0x00000034 
+ 00000296  0x000001be call  0x0000527e 
+ 00000297  0x000001bf nrtn  0x00000034 
+ 00000298  0x000001c0 call  0x00003dca 
  00000299  0x000001c1 nrtn  0x00000034 
- 00000300  0x000001c2 call  0x00003dca 
- 00000301  0x000001c3 nrtn  0x00000034 
- 00000302  0x000001c4 call  0x00003b36 
- 00000303  0x000001c5 fetch  0x00000001 , 0x000047dc 
- 00000304  0x000001c6 branch  0x00003d25 , 0x00000034 
- 00000305  0x000001c7 fetch  0x00000001 , 0x00004793 
- 00000306  0x000001c8 rtn  0x00000034 
- 00000307  0x000001c9 branch  0x00003d25 
- 00000308  0x000001cc call  0x000000e4 
+ 00000300  0x000001c2 call  0x00003b36 
+ 00000301  0x000001c3 fetch  0x00000001 , 0x000047dc 
+ 00000302  0x000001c4 branch  0x00003d25 , 0x00000034 
+ 00000303  0x000001c5 fetch  0x00000001 , 0x00004793 
+ 00000304  0x000001c6 rtn  0x00000034 
+ 00000305  0x000001c7 branch  0x00003d25 
+ 00000306  0x000001ca call  0x000000e2 
+ 00000307  0x000001cb nrtn  0x00000028 
+ 00000308  0x000001cc call  0x000000df 
  00000309  0x000001cd nrtn  0x00000028 
- 00000310  0x000001ce call  0x000000e1 
- 00000311  0x000001cf nrtn  0x00000028 
- 00000312  0x000001d0 jam  0x00000001 , 0x00000b7f 
- 00000313  0x000001d1 jam  0x00000001 , 0x00000b7e 
- 00000314  0x000001d2 call  0x00000141 
- 00000315  0x000001d3 branch  0x000000e4 
- 00000316  0x000001d6 call  0x00000134 
- 00000317  0x000001d7 nrtn  0x00000028 
- 00000318  0x000001d8 fetch  0x00000001 , 0x00000b7f 
- 00000319  0x000001d9 nrtn  0x00000034 
- 00000320  0x000001da branch  0x00003d2d 
- 00000321  0x000001dd fetch  0x00000001 , 0x00000b7e 
- 00000322  0x000001de nop  0x0000000a 
- 00000323  0x000001df bne  0x00000000 , 0x00000141 
- 00000324  0x000001e0 rtn 
- 00000325  0x000001e4 call  0x00000134 
- 00000326  0x000001e5 nrtn  0x00000028 
- 00000327  0x000001e6 fetch  0x00000001 , 0x00000b7f 
- 00000328  0x000001e7 nrtn  0x00000034 
- 00000329  0x000001e8 branch  0x00003d4f 
- 00000330  0x000001ed call  0x0000014c 
- 00000331  0x000001ee branch  0x00003aaf 
- 00000332  0x000001f0 fetch  0x00000001 , 0x00004219 
- 00000333  0x000001f1 nbranch  0x00000152 , 0x00000034 
- 00000334  0x000001f2 call  0x00003d91 
+ 00000310  0x000001ce jam  0x00000001 , 0x00000b7f 
+ 00000311  0x000001cf jam  0x00000001 , 0x00000b7e 
+ 00000312  0x000001d0 call  0x0000013f 
+ 00000313  0x000001d1 branch  0x000000e2 
+ 00000314  0x000001d4 call  0x00000132 
+ 00000315  0x000001d5 nrtn  0x00000028 
+ 00000316  0x000001d6 fetch  0x00000001 , 0x00000b7f 
+ 00000317  0x000001d7 nrtn  0x00000034 
+ 00000318  0x000001d8 branch  0x00003d2d 
+ 00000319  0x000001db fetch  0x00000001 , 0x00000b7e 
+ 00000320  0x000001dc nop  0x0000000a 
+ 00000321  0x000001dd bne  0x00000000 , 0x0000013f 
+ 00000322  0x000001de rtn 
+ 00000323  0x000001e2 call  0x00000132 
+ 00000324  0x000001e3 nrtn  0x00000028 
+ 00000325  0x000001e4 fetch  0x00000001 , 0x00000b7f 
+ 00000326  0x000001e5 nrtn  0x00000034 
+ 00000327  0x000001e6 branch  0x00003d4f 
+ 00000328  0x000001eb call  0x0000014a 
+ 00000329  0x000001ec branch  0x00003aaf 
+ 00000330  0x000001ee fetch  0x00000001 , 0x00004219 
+ 00000331  0x000001ef nbranch  0x00000150 , 0x00000034 
+ 00000332  0x000001f0 call  0x00003d91 
+ 00000333  0x000001f1 nop  0x00007530 
+ 00000334  0x000001f2 nop  0x00007530 
  00000335  0x000001f3 nop  0x00007530 
- 00000336  0x000001f4 nop  0x00007530 
- 00000337  0x000001f5 nop  0x00007530 
- 00000338  0x000001f7 call  0x00003b0a 
- 00000339  0x000001f8 hjam  0x00000004 , 0x00008042 
- 00000340  0x000001f9 hfetch  0x00000001 , 0x0000896b 
- 00000341  0x000001fa and_into  0x000000cf , 0x0000003f 
+ 00000336  0x000001f5 call  0x00003b0a 
+ 00000337  0x000001f6 hjam  0x00000004 , 0x00008042 
+ 00000338  0x000001f7 hfetch  0x00000001 , 0x0000896b 
+ 00000339  0x000001f8 and_into  0x000000cf , 0x0000003f 
+ 00000340  0x000001f9 hstore  0x00000001 , 0x0000896b 
+ 00000341  0x000001fa or_into  0x00000030 , 0x0000003f 
  00000342  0x000001fb hstore  0x00000001 , 0x0000896b 
- 00000343  0x000001fc or_into  0x00000030 , 0x0000003f 
- 00000344  0x000001fd hstore  0x00000001 , 0x0000896b 
- 00000345  0x000001fe rtn 
- 00000346  0x00000203 storet  0x00000001 , 0x00000017 
- 00000347  0x00000204 add  0x00000002 , 0x00000004 , 0x00000011 
- 00000348  0x00000205 branch  0x00003a86 
- 00000349  0x00000208 storet  0x00000001 , 0x00000017 
- 00000350  0x00000209 add  0x00000002 , 0x00000000 , 0x00000011 
- 00000351  0x0000020a branch  0x00003ab6 
- 00000352  0x0000020d call  0x0000015d 
- 00000353  0x0000020e setarg  0x00000500 
- 00000354  0x0000020f call  0x00003bf3 
- 00000355  0x00000211 hjam  0x00000001 , 0x00008906 
- 00000356  0x00000212 hjam  0x0000003c , 0x00008900 
- 00000357  0x00000213 hjam  0x000000e0 , 0x00008901 
- 00000358  0x00000214 hjam  0x00000012 , 0x0000096d 
- 00000359  0x00000215 nop  0x0000000a 
- 00000360  0x00000216 hjam  0x00000001 , 0x00008902 
- 00000361  0x00000217 hjam  0x0000003d , 0x00008902 
+ 00000343  0x000001fc rtn 
+ 00000344  0x00000201 storet  0x00000001 , 0x00000017 
+ 00000345  0x00000202 add  0x00000002 , 0x00000004 , 0x00000011 
+ 00000346  0x00000203 branch  0x00003a86 
+ 00000347  0x00000206 storet  0x00000001 , 0x00000017 
+ 00000348  0x00000207 add  0x00000002 , 0x00000000 , 0x00000011 
+ 00000349  0x00000208 branch  0x00003ab6 
+ 00000350  0x0000020b call  0x0000015b 
+ 00000351  0x0000020c setarg  0x00000500 
+ 00000352  0x0000020d call  0x00003bf3 
+ 00000353  0x0000020f hjam  0x00000001 , 0x00008906 
+ 00000354  0x00000210 hjam  0x0000003c , 0x00008900 
+ 00000355  0x00000211 hjam  0x000000e0 , 0x00008901 
+ 00000356  0x00000212 hjam  0x00000012 , 0x0000096d 
+ 00000357  0x00000213 nop  0x0000000a 
+ 00000358  0x00000214 hjam  0x00000001 , 0x00008902 
+ 00000359  0x00000215 hjam  0x0000003d , 0x00008902 
+ 00000360  0x00000216 nop  0x0000000a 
+ 00000361  0x00000217 hjam  0x000000b7 , 0x00008903 
  00000362  0x00000218 nop  0x0000000a 
- 00000363  0x00000219 hjam  0x000000b7 , 0x00008903 
- 00000364  0x0000021a nop  0x0000000a 
- 00000365  0x0000021b hjam  0x0000007d , 0x00008902 
- 00000366  0x0000021e fetch  0x00000005 , 0x00004a91 
+ 00000363  0x00000219 hjam  0x0000007d , 0x00008902 
+ 00000364  0x0000021c fetch  0x00000005 , 0x00004a91 
+ 00000365  0x0000021d istore  0x00000005 , 0x00000005 
+ 00000366  0x0000021e ifetch  0x00000005 , 0x00000006 
  00000367  0x0000021f istore  0x00000005 , 0x00000005 
- 00000368  0x00000220 ifetch  0x00000005 , 0x00000006 
- 00000369  0x00000221 istore  0x00000005 , 0x00000005 
- 00000370  0x00000222 hjam  0x000000df , 0x00000956 
- 00000371  0x00000223 call  0x00000176 
- 00000372  0x00000224 hjam  0x000000df , 0x00000955 
- 00000373  0x00000225 rtn 
+ 00000368  0x00000220 hjam  0x000000df , 0x00000956 
+ 00000369  0x00000221 call  0x00000174 
+ 00000370  0x00000222 hjam  0x000000df , 0x00000955 
+ 00000371  0x00000223 rtn 
+ 00000372  0x00000234 nop  0x00000004 
+ 00000373  0x00000235 hjam  0x000000d1 , 0x00000955 
  00000374  0x00000236 nop  0x00000004 
- 00000375  0x00000237 hjam  0x000000d1 , 0x00000955 
+ 00000375  0x00000237 hjam  0x000000d2 , 0x00000955 
  00000376  0x00000238 nop  0x00000004 
- 00000377  0x00000239 hjam  0x000000d2 , 0x00000955 
+ 00000377  0x00000239 hjam  0x000000d4 , 0x00000955 
  00000378  0x0000023a nop  0x00000004 
- 00000379  0x0000023b hjam  0x000000d4 , 0x00000955 
- 00000380  0x0000023c nop  0x00000004 
- 00000381  0x0000023f rtn 
- 00000382  0x00000242 hjam  0x000000d4 , 0x00000955 
+ 00000379  0x0000023d rtn 
+ 00000380  0x00000240 hjam  0x000000d4 , 0x00000955 
+ 00000381  0x00000241 nop  0x00000004 
+ 00000382  0x00000242 hjam  0x000000d2 , 0x00000955 
  00000383  0x00000243 nop  0x00000004 
- 00000384  0x00000244 hjam  0x000000d2 , 0x00000955 
+ 00000384  0x00000244 hjam  0x000000d1 , 0x00000955 
  00000385  0x00000245 nop  0x00000004 
- 00000386  0x00000246 hjam  0x000000d1 , 0x00000955 
- 00000387  0x00000247 nop  0x00000004 
- 00000388  0x00000248 hjam  0x000000d0 , 0x00000955 
- 00000389  0x00000249 hjam  0x000000c0 , 0x00000956 
- 00000390  0x0000024a rtn 
- 00000391  0x0000024d branch  0x00003a6f , 0x00000021 
- 00000392  0x0000024e call  0x0000017e 
- 00000393  0x0000024f branch  0x00003a6f 
- 00000394  0x00000253 enable  0x00000028 
- 00000395  0x00000254 hfetch  0x00000004 , 0x00008138 
- 00000396  0x00000255 setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00000397  0x00000256 hstore  0x00000004 , 0x0000804c 
- 00000398  0x00000257 call  0x00003db0 
- 00000399  0x00000258 jam  0x00000001 , 0x000000a2 
- 00000400  0x0000025a rtn 
- 00000401  0x0000025e jam  0x00000000 , 0x00000b7e 
- 00000402  0x0000025f jam  0x00000006 , 0x00000177 
- 00000403  0x00000260 call  0x00003fa4 
- 00000404  0x00000261 setarg  0x00000190 
- 00000405  0x00000262 store  0x00000002 , 0x0000428a 
- 00000406  0x00000263 setarg  0x00000107 
- 00000407  0x00000264 store  0x00000002 , 0x00004292 
- 00000408  0x00000265 setarg  0x00000201 
- 00000409  0x00000266 store  0x00000002 , 0x00004290 
- 00000410  0x00000267 setarg  0x00000042 
- 00000411  0x00000268 store  0x00000002 , 0x0000428c 
- 00000412  0x00000269 setarg  0x0000018a 
- 00000413  0x0000026a store  0x00000002 , 0x00004288 
- 00000414  0x0000026b setarg  0x00004aa0 
- 00000415  0x0000026c byteswap  0x0000003f , 0x0000003f 
- 00000416  0x0000026d store  0x00000002 , 0x00004b9a 
- 00000417  0x0000026e store  0x00000002 , 0x00004b9c 
- 00000418  0x0000026f call  0x00003e0b 
- 00000419  0x00000270 setarg  0x00004b36 
- 00000420  0x00000271 byteswap  0x0000003f , 0x0000003f 
- 00000421  0x00000272 store  0x00000002 , 0x00004b9e 
- 00000422  0x00000273 store  0x00000002 , 0x00004ba0 
- 00000423  0x00000274 fetch  0x00000001 , 0x00004c97 
- 00000424  0x00000275 beq  0x0000005a , 0x000001bf 
- 00000425  0x00000276 branch  0x000001bd , 0x0000002b 
- 00000426  0x00000277 fetch  0x00000002 , 0x00004c91 
- 00000427  0x00000278 byteswap  0x0000003f , 0x0000003f 
- 00000428  0x00000279 store  0x00000002 , 0x00004c91 
- 00000429  0x0000027a fetch  0x00000002 , 0x00004c93 
- 00000430  0x0000027b byteswap  0x0000003f , 0x0000003f 
- 00000431  0x0000027c store  0x00000002 , 0x00004c93 
- 00000432  0x0000027d call  0x000001ca 
- 00000433  0x0000027e fetch  0x00000008 , 0x000002a0 
- 00000434  0x0000027f nbranch  0x000001b7 , 0x00000034 
- 00000435  0x00000280 fetch  0x00000002 , 0x00004ad4 
- 00000436  0x00000281 byteswap  0x0000003f , 0x0000003f 
- 00000437  0x00000282 branch  0x000001b7 , 0x00000034 
- 00000438  0x00000283 store  0x00000002 , 0x00004c93 
- 00000439  0x00000285 call  0x00000428 
- 00000440  0x00000286 jam  0x0000002f , 0x00004ba4 
- 00000441  0x00000288 call  0x000000cd 
- 00000442  0x00000289 jam  0x00000000 , 0x00004c97 
- 00000443  0x0000028a hjam  0x00000003 , 0x00008280 
- 00000444  0x0000028b rtn 
- 00000445  0x0000028d jam  0x00000030 , 0x00004ba4 
- 00000446  0x0000028e branch  0x000001b9 
- 00000447  0x00000290 copy  0x00000027 , 0x0000003f 
- 00000448  0x00000291 branch  0x00000204 , 0x00000034 
- 00000449  0x00000292 call  0x00005b63 
- 00000450  0x00000293 call  0x00004d99 
- 00000451  0x00000294 setarg  0x00000000 
- 00000452  0x00000295 store  0x00000008 , 0x00004040 
- 00000453  0x00000296 store  0x00000002 , 0x000047f4 
- 00000454  0x00000297 copy  0x00000022 , 0x0000003f 
- 00000455  0x00000298 store  0x00000004 , 0x00004c59 
- 00000456  0x00000299 jam  0x00000033 , 0x00004ba4 
- 00000457  0x0000029a branch  0x000001b9 
- 00000458  0x0000029d call  0x0000688a 
- 00000459  0x0000029e setarg  0x000007e2 
- 00000460  0x0000029f arg  0x000002a0 , 0x00000011 
- 00000461  0x000002a0 arg  0x0000000c , 0x00000002 
- 00000462  0x000002a1 call  0x000068d3 
- 00000463  0x000002a2 call  0x0000688d 
- 00000464  0x000002a3 fetch  0x00000008 , 0x000002a0 
- 00000465  0x000002a4 rtn  0x00000034 
- 00000466  0x000002a5 fetch  0x00000001 , 0x00004c8f 
- 00000467  0x000002a6 bbit1  0x00000000 , 0x000001dc 
- 00000468  0x000002a7 bbit1  0x00000001 , 0x000001ea 
- 00000469  0x000002a9 fetch  0x00000002 , 0x000002a0 
- 00000470  0x000002aa byteswap  0x0000003f , 0x0000003f 
- 00000471  0x000002ab store  0x00000002 , 0x00004c91 
- 00000472  0x000002ac fetch  0x00000002 , 0x000002a6 
- 00000473  0x000002ad byteswap  0x0000003f , 0x0000003f 
- 00000474  0x000002ae store  0x00000002 , 0x00004c93 
- 00000475  0x000002af rtn 
- 00000476  0x000002b1 fetcht  0x00000002 , 0x000002a4 
- 00000477  0x000002b2 fetch  0x00000002 , 0x000002aa 
- 00000478  0x000002b3 copy  0x00000002 , 0x00000012 
- 00000479  0x000002b4 copy  0x0000003f , 0x00000011 
- 00000480  0x000002b5 byteswap  0x0000003f , 0x0000003f 
- 00000481  0x000002b6 store  0x00000002 , 0x00004c93 
- 00000482  0x000002b7 copy  0x00000011 , 0x0000003f 
- 00000483  0x000002b8 isub  0x00000002 , 0x00000013 
- 00000484  0x000002b9 lshift  0x00000013 , 0x00000013 
- 00000485  0x000002ba copy  0x00000012 , 0x0000003f 
- 00000486  0x000002bb isub  0x00000013 , 0x0000003f 
- 00000487  0x000002bc byteswap  0x0000003f , 0x0000003f 
- 00000488  0x000002bd store  0x00000002 , 0x00004c91 
- 00000489  0x000002be rtn 
- 00000490  0x000002c1 fetcht  0x00000002 , 0x000002a2 
- 00000491  0x000002c2 fetch  0x00000002 , 0x000002a8 
- 00000492  0x000002c3 copy  0x00000002 , 0x00000012 
- 00000493  0x000002c4 copy  0x0000003f , 0x00000011 
- 00000494  0x000002c5 isub  0x00000002 , 0x00000013 
- 00000495  0x000002c6 rshift2  0x00000013 , 0x00000013 
- 00000496  0x000002c7 copy  0x00000012 , 0x0000003f 
- 00000497  0x000002c8 isub  0x00000013 , 0x0000003f 
- 00000498  0x000002c9 byteswap  0x0000003f , 0x0000003f 
- 00000499  0x000002ca store  0x00000002 , 0x00004c91 
- 00000500  0x000002cb lshift  0x00000013 , 0x00000013 
- 00000501  0x000002cc copy  0x00000011 , 0x0000003f 
- 00000502  0x000002cd isub  0x00000013 , 0x0000003f 
- 00000503  0x000002ce byteswap  0x0000003f , 0x0000003f 
- 00000504  0x000002cf store  0x00000002 , 0x00004c93 
- 00000505  0x000002d0 rtn 
- 00000506  0x000002d4 jam  0x00000027 , 0x00000016 
- 00000507  0x000002d5 hjam  0x00000036 , 0x0000090f 
- 00000508  0x000002d6 hjam  0x0000005f , 0x0000090b 
- 00000509  0x000002d7 branch  0x000053d4 
- 00000510  0x000002d9 hjam  0x0000002e , 0x0000090f 
- 00000511  0x000002da hjam  0x000000ff , 0x0000090b 
- 00000512  0x000002db branch  0x000053d9 
- 00000513  0x000002df rtn 
- 00000514  0x000002e1 jam  0x00000003 , 0x00000b7e 
- 00000515  0x000002e2 call  0x00000141 
- 00000516  0x000002e6 jam  0x0000005a , 0x00004c97 
- 00000517  0x000002e7 call  0x00003db8 
- 00000518  0x000002e8 hfetch  0x00000004 , 0x00008138 
- 00000519  0x000002e9 set0  0x0000000f , 0x0000003f 
- 00000520  0x000002ea hstore  0x00000004 , 0x0000804c 
- 00000521  0x000002eb call  0x00003db0 
- 00000522  0x000002ec arg  0xffffffff , 0x00000002 
- 00000523  0x000002ed branch  0x00003cda 
- 00000524  0x000002f1 call  0x00007c20 
- 00000525  0x000002f2 arg  0x000047e4 , 0x00000011 
- 00000526  0x000002f3 call  0x00007f9f 
- 00000527  0x000002f4 copy  0x0000003f , 0x00000002 
- 00000528  0x000002f5 call  0x00007c24 
- 00000529  0x000002f6 copy  0x00000002 , 0x0000003f 
- 00000530  0x000002f7 rtn  0x00000034 
- 00000531  0x000002f8 beq  0x0000000d , 0x0000021b 
- 00000532  0x000002f9 beq  0x0000002b , 0x00000223 
- 00000533  0x000002fa beq  0x0000002a , 0x00000225 
- 00000534  0x000002fb beq  0x00000011 , 0x00000219 
- 00000535  0x000002fc beq  0x00000012 , 0x00007c85 
- 00000536  0x000002fd branch  0x00007c5a 
- 00000537  0x00000301 jam  0x00000022 , 0x00000b7d 
- 00000538  0x00000302 branch  0x00005620 
- 00000539  0x00000305 call  0x00003eff 
- 00000540  0x00000306 call  0x00007cd5 
- 00000541  0x00000307 random  0x0000003f 
- 00000542  0x00000308 store  0x00000001 , 0x000044f9 
- 00000543  0x00000309 setarg  0x00ed8e0e 
- 00000544  0x0000030a store  0x00000003 , 0x000044fc 
- 00000545  0x0000030c jam  0x00000005 , 0x000043dc 
- 00000546  0x0000030d branch  0x00007cae 
- 00000547  0x00000310 jam  0x00000004 , 0x000043dc 
- 00000548  0x00000311 branch  0x00007cae 
- 00000549  0x00000317 fetch  0x00000002 , 0x000047f4 
- 00000550  0x00000318 bbit1  0x00000009 , 0x00003f90 
- 00000551  0x00000319 bbit1  0x00000007 , 0x00007cd5 
- 00000552  0x0000031a jam  0x00000000 , 0x000043d8 
- 00000553  0x0000031b call  0x00003f7e 
- 00000554  0x0000031d jam  0x00000037 , 0x00000b7d 
- 00000555  0x0000031e branch  0x00007c27 
- 00000556  0x00000323 call  0x00003b36 
- 00000557  0x00000324 branch  0x00003cdc 
- 00000558  0x00000330 ifetch  0x00000001 , 0x00000006 
- 00000559  0x00000331 store  0x00000001 , 0x00004cb7 
- 00000560  0x00000332 rtn 
- 00000561  0x00000338 call  0x000054bd 
- 00000562  0x00000339 fetcht  0x00000001 , 0x00000017 
- 00000563  0x0000033a call  0x00003a82 
- 00000564  0x0000033b call  0x00003a87 
- 00000565  0x0000033c enable  0x00000010 
- 00000566  0x0000033d arg  0x0000157c , 0x0000000b 
- 00000567  0x0000033f branch  0x0000547f 
- 00000568  0x00000342 jam  0x00000001 , 0x0000443e 
- 00000569  0x00000343 jam  0x00000000 , 0x0000443f 
- 00000570  0x00000344 branch  0x0000534e 
- 00000571  0x00000347 call  0x000053dd 
- 00000572  0x00000348 call  0x0000023e 
- 00000573  0x00000349 branch  0x000054c1 
- 00000574  0x0000034c branch  0x00000163 , 0x0000002d 
- 00000575  0x0000034d call  0x000053ee 
- 00000576  0x0000034e branch  0x00003a91 
- 00000577  0x00000351 fetch  0x00000001 , 0x00004c60 
- 00000578  0x00000352 store  0x00000004 , 0x000046f9 
- 00000579  0x00000353 fetch  0x00000001 , 0x000044db 
- 00000580  0x00000354 beq  0x00000001 , 0x00000246 
- 00000581  0x00000355 branch  0x000054e0 
- 00000582  0x00000357 jam  0x00000000 , 0x000044db 
- 00000583  0x00000358 branch  0x000054ef 
- 00000584  0x0000035b fetch  0x00000001 , 0x000003c0 
- 00000585  0x0000035c rtnbit0  0x00000005 
- 00000586  0x0000035d fetch  0x00000002 , 0x000003da 
- 00000587  0x0000035e fetcht  0x00000002 , 0x000003e0 
- 00000588  0x0000035f isub  0x00000002 , 0x0000003f 
- 00000589  0x00000360 nrtn  0x00000002 
- 00000590  0x00000361 jam  0x00000001 , 0x00004131 
- 00000591  0x00000362 branch  0x0000557e 
- 00000592  0x00000380 fetch  0x00000001 , 0x00004440 
- 00000593  0x00000381 beq  0x00000007 , 0x0000026a 
- 00000594  0x00000382 beq  0x0000000f , 0x0000026e 
- 00000595  0x00000383 beq  0x00000006 , 0x0000025c 
- 00000596  0x00000384 beq  0x00000002 , 0x00000259 
- 00000597  0x00000385 beq  0x00000013 , 0x00000257 
- 00000598  0x00000386 branch  0x0000563a 
- 00000599  0x00000389 force  0x00000001 , 0x00000002 
- 00000600  0x0000038a branch  0x00005892 
- 00000601  0x0000038d setarg  0x0000000a 
- 00000602  0x0000038e store  0x00000002 , 0x000003ef 
- 00000603  0x0000038f branch  0x00005693 
- 00000604  0x00000392 jam  0x00000012 , 0x00000b7d 
- 00000605  0x00000393 call  0x00007c33 
- 00000606  0x00000394 force  0x00000001 , 0x00000002 
- 00000607  0x00000395 branch  0x00005892 , 0x00000029 
- 00000608  0x00000396 jam  0x00000034 , 0x00000b7d 
- 00000609  0x00000397 call  0x00007c27 
- 00000610  0x00000398 fetch  0x00000001 , 0x00004c69 
- 00000611  0x00000399 beq  0x00000002 , 0x00000266 
- 00000612  0x0000039a jam  0x00000001 , 0x00004131 
- 00000613  0x0000039b branch  0x00000268 
- 00000614  0x0000039d jam  0x00000046 , 0x00000b7d 
- 00000615  0x0000039e call  0x00005620 
- 00000616  0x000003a0 force  0x00000001 , 0x00000002 
- 00000617  0x000003a1 branch  0x00005892 
- 00000618  0x000003a5 fetch  0x00000001 , 0x00004c68 
- 00000619  0x000003a6 istore  0x00000001 , 0x00000005 
- 00000620  0x000003a7 force  0x00000002 , 0x00000002 
- 00000621  0x000003a8 branch  0x00005892 
- 00000622  0x000003ab increase  0xffffffff , 0x00000005 
- 00000623  0x000003ac fetch  0x00000008 , 0x00004c6c 
+ 00000386  0x00000246 hjam  0x000000d0 , 0x00000955 
+ 00000387  0x00000247 hjam  0x000000c0 , 0x00000956 
+ 00000388  0x00000248 rtn 
+ 00000389  0x0000024b branch  0x00003a6f , 0x00000021 
+ 00000390  0x0000024c call  0x0000017c 
+ 00000391  0x0000024d branch  0x00003a6f 
+ 00000392  0x00000251 enable  0x00000028 
+ 00000393  0x00000252 hfetch  0x00000004 , 0x00008138 
+ 00000394  0x00000253 setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00000395  0x00000254 hstore  0x00000004 , 0x0000804c 
+ 00000396  0x00000255 call  0x00003db0 
+ 00000397  0x00000256 jam  0x00000001 , 0x000000a2 
+ 00000398  0x00000258 rtn 
+ 00000399  0x0000025c jam  0x00000000 , 0x00000b7e 
+ 00000400  0x0000025d jam  0x00000006 , 0x00000177 
+ 00000401  0x0000025e call  0x00003fa4 
+ 00000402  0x0000025f setarg  0x0000018e 
+ 00000403  0x00000260 store  0x00000002 , 0x0000428a 
+ 00000404  0x00000261 setarg  0x00000105 
+ 00000405  0x00000262 store  0x00000002 , 0x00004292 
+ 00000406  0x00000263 setarg  0x000001ff 
+ 00000407  0x00000264 store  0x00000002 , 0x00004290 
+ 00000408  0x00000265 setarg  0x00000040 
+ 00000409  0x00000266 store  0x00000002 , 0x0000428c 
+ 00000410  0x00000267 setarg  0x00000188 
+ 00000411  0x00000268 store  0x00000002 , 0x00004288 
+ 00000412  0x00000269 setarg  0x00004aa0 
+ 00000413  0x0000026a byteswap  0x0000003f , 0x0000003f 
+ 00000414  0x0000026b store  0x00000002 , 0x00004b9a 
+ 00000415  0x0000026c store  0x00000002 , 0x00004b9c 
+ 00000416  0x0000026d call  0x00003e0b 
+ 00000417  0x0000026e setarg  0x00004b36 
+ 00000418  0x0000026f byteswap  0x0000003f , 0x0000003f 
+ 00000419  0x00000270 store  0x00000002 , 0x00004b9e 
+ 00000420  0x00000271 store  0x00000002 , 0x00004ba0 
+ 00000421  0x00000272 fetch  0x00000001 , 0x00004c97 
+ 00000422  0x00000273 beq  0x0000005a , 0x000001bd 
+ 00000423  0x00000274 branch  0x000001bb , 0x0000002b 
+ 00000424  0x00000275 fetch  0x00000002 , 0x00004c91 
+ 00000425  0x00000276 byteswap  0x0000003f , 0x0000003f 
+ 00000426  0x00000277 store  0x00000002 , 0x00004c91 
+ 00000427  0x00000278 fetch  0x00000002 , 0x00004c93 
+ 00000428  0x00000279 byteswap  0x0000003f , 0x0000003f 
+ 00000429  0x0000027a store  0x00000002 , 0x00004c93 
+ 00000430  0x0000027b call  0x000001c8 
+ 00000431  0x0000027c fetch  0x00000008 , 0x000002a0 
+ 00000432  0x0000027d nbranch  0x000001b5 , 0x00000034 
+ 00000433  0x0000027e fetch  0x00000002 , 0x00004ad4 
+ 00000434  0x0000027f byteswap  0x0000003f , 0x0000003f 
+ 00000435  0x00000280 branch  0x000001b5 , 0x00000034 
+ 00000436  0x00000281 store  0x00000002 , 0x00004c93 
+ 00000437  0x00000283 call  0x00000426 
+ 00000438  0x00000284 jam  0x0000002f , 0x00004ba4 
+ 00000439  0x00000286 call  0x000000cb 
+ 00000440  0x00000287 jam  0x00000000 , 0x00004c97 
+ 00000441  0x00000288 hjam  0x00000003 , 0x00008280 
+ 00000442  0x00000289 rtn 
+ 00000443  0x0000028b jam  0x00000030 , 0x00004ba4 
+ 00000444  0x0000028c branch  0x000001b7 
+ 00000445  0x0000028e copy  0x00000027 , 0x0000003f 
+ 00000446  0x0000028f branch  0x00000202 , 0x00000034 
+ 00000447  0x00000290 call  0x00005b63 
+ 00000448  0x00000291 call  0x00004d99 
+ 00000449  0x00000292 setarg  0x00000000 
+ 00000450  0x00000293 store  0x00000008 , 0x00004040 
+ 00000451  0x00000294 store  0x00000002 , 0x000047f4 
+ 00000452  0x00000295 copy  0x00000022 , 0x0000003f 
+ 00000453  0x00000296 store  0x00000004 , 0x00004c59 
+ 00000454  0x00000297 jam  0x00000033 , 0x00004ba4 
+ 00000455  0x00000298 branch  0x000001b7 
+ 00000456  0x0000029b call  0x0000688a 
+ 00000457  0x0000029c setarg  0x000007e2 
+ 00000458  0x0000029d arg  0x000002a0 , 0x00000011 
+ 00000459  0x0000029e arg  0x0000000c , 0x00000002 
+ 00000460  0x0000029f call  0x000068d3 
+ 00000461  0x000002a0 call  0x0000688d 
+ 00000462  0x000002a1 fetch  0x00000008 , 0x000002a0 
+ 00000463  0x000002a2 rtn  0x00000034 
+ 00000464  0x000002a3 fetch  0x00000001 , 0x00004c8f 
+ 00000465  0x000002a4 bbit1  0x00000000 , 0x000001da 
+ 00000466  0x000002a5 bbit1  0x00000001 , 0x000001e8 
+ 00000467  0x000002a7 fetch  0x00000002 , 0x000002a0 
+ 00000468  0x000002a8 byteswap  0x0000003f , 0x0000003f 
+ 00000469  0x000002a9 store  0x00000002 , 0x00004c91 
+ 00000470  0x000002aa fetch  0x00000002 , 0x000002a6 
+ 00000471  0x000002ab byteswap  0x0000003f , 0x0000003f 
+ 00000472  0x000002ac store  0x00000002 , 0x00004c93 
+ 00000473  0x000002ad rtn 
+ 00000474  0x000002af fetcht  0x00000002 , 0x000002a4 
+ 00000475  0x000002b0 fetch  0x00000002 , 0x000002aa 
+ 00000476  0x000002b1 copy  0x00000002 , 0x00000012 
+ 00000477  0x000002b2 copy  0x0000003f , 0x00000011 
+ 00000478  0x000002b3 byteswap  0x0000003f , 0x0000003f 
+ 00000479  0x000002b4 store  0x00000002 , 0x00004c93 
+ 00000480  0x000002b5 copy  0x00000011 , 0x0000003f 
+ 00000481  0x000002b6 isub  0x00000002 , 0x00000013 
+ 00000482  0x000002b7 lshift  0x00000013 , 0x00000013 
+ 00000483  0x000002b8 copy  0x00000012 , 0x0000003f 
+ 00000484  0x000002b9 isub  0x00000013 , 0x0000003f 
+ 00000485  0x000002ba byteswap  0x0000003f , 0x0000003f 
+ 00000486  0x000002bb store  0x00000002 , 0x00004c91 
+ 00000487  0x000002bc rtn 
+ 00000488  0x000002bf fetcht  0x00000002 , 0x000002a2 
+ 00000489  0x000002c0 fetch  0x00000002 , 0x000002a8 
+ 00000490  0x000002c1 copy  0x00000002 , 0x00000012 
+ 00000491  0x000002c2 copy  0x0000003f , 0x00000011 
+ 00000492  0x000002c3 isub  0x00000002 , 0x00000013 
+ 00000493  0x000002c4 rshift2  0x00000013 , 0x00000013 
+ 00000494  0x000002c5 copy  0x00000012 , 0x0000003f 
+ 00000495  0x000002c6 isub  0x00000013 , 0x0000003f 
+ 00000496  0x000002c7 byteswap  0x0000003f , 0x0000003f 
+ 00000497  0x000002c8 store  0x00000002 , 0x00004c91 
+ 00000498  0x000002c9 lshift  0x00000013 , 0x00000013 
+ 00000499  0x000002ca copy  0x00000011 , 0x0000003f 
+ 00000500  0x000002cb isub  0x00000013 , 0x0000003f 
+ 00000501  0x000002cc byteswap  0x0000003f , 0x0000003f 
+ 00000502  0x000002cd store  0x00000002 , 0x00004c93 
+ 00000503  0x000002ce rtn 
+ 00000504  0x000002d2 jam  0x00000027 , 0x00000016 
+ 00000505  0x000002d3 hjam  0x00000036 , 0x0000090f 
+ 00000506  0x000002d4 hjam  0x0000005f , 0x0000090b 
+ 00000507  0x000002d5 branch  0x000053d4 
+ 00000508  0x000002d7 hjam  0x0000002e , 0x0000090f 
+ 00000509  0x000002d8 hjam  0x000000ff , 0x0000090b 
+ 00000510  0x000002d9 branch  0x000053d9 
+ 00000511  0x000002dd rtn 
+ 00000512  0x000002df jam  0x00000003 , 0x00000b7e 
+ 00000513  0x000002e0 call  0x0000013f 
+ 00000514  0x000002e4 jam  0x0000005a , 0x00004c97 
+ 00000515  0x000002e5 call  0x00003db8 
+ 00000516  0x000002e6 hfetch  0x00000004 , 0x00008138 
+ 00000517  0x000002e7 set0  0x0000000f , 0x0000003f 
+ 00000518  0x000002e8 hstore  0x00000004 , 0x0000804c 
+ 00000519  0x000002e9 call  0x00003db0 
+ 00000520  0x000002ea arg  0xffffffff , 0x00000002 
+ 00000521  0x000002eb branch  0x00003cda 
+ 00000522  0x000002ef call  0x00007c20 
+ 00000523  0x000002f0 arg  0x000047e4 , 0x00000011 
+ 00000524  0x000002f1 call  0x00007f9f 
+ 00000525  0x000002f2 copy  0x0000003f , 0x00000002 
+ 00000526  0x000002f3 call  0x00007c24 
+ 00000527  0x000002f4 copy  0x00000002 , 0x0000003f 
+ 00000528  0x000002f5 rtn  0x00000034 
+ 00000529  0x000002f6 beq  0x0000000d , 0x00000219 
+ 00000530  0x000002f7 beq  0x0000002b , 0x00000221 
+ 00000531  0x000002f8 beq  0x0000002a , 0x00000223 
+ 00000532  0x000002f9 beq  0x00000011 , 0x00000217 
+ 00000533  0x000002fa beq  0x00000012 , 0x00007c85 
+ 00000534  0x000002fb branch  0x00007c5a 
+ 00000535  0x000002ff jam  0x00000022 , 0x00000b7d 
+ 00000536  0x00000300 branch  0x00005620 
+ 00000537  0x00000303 call  0x00003eff 
+ 00000538  0x00000304 call  0x00007cd5 
+ 00000539  0x00000305 random  0x0000003f 
+ 00000540  0x00000306 store  0x00000001 , 0x000044f9 
+ 00000541  0x00000307 setarg  0x00ed8e0e 
+ 00000542  0x00000308 store  0x00000003 , 0x000044fc 
+ 00000543  0x0000030a jam  0x00000005 , 0x000043dc 
+ 00000544  0x0000030b branch  0x00007cae 
+ 00000545  0x0000030e jam  0x00000004 , 0x000043dc 
+ 00000546  0x0000030f branch  0x00007cae 
+ 00000547  0x00000315 fetch  0x00000002 , 0x000047f4 
+ 00000548  0x00000316 bbit1  0x00000009 , 0x00003f90 
+ 00000549  0x00000317 bbit1  0x00000007 , 0x00007cd5 
+ 00000550  0x00000318 jam  0x00000000 , 0x000043d8 
+ 00000551  0x00000319 call  0x00003f7e 
+ 00000552  0x0000031b jam  0x00000037 , 0x00000b7d 
+ 00000553  0x0000031c branch  0x00007c27 
+ 00000554  0x00000321 call  0x00003b36 
+ 00000555  0x00000322 branch  0x00003cdc 
+ 00000556  0x0000032e ifetch  0x00000001 , 0x00000006 
+ 00000557  0x0000032f store  0x00000001 , 0x00004cb7 
+ 00000558  0x00000330 rtn 
+ 00000559  0x00000336 call  0x000054bd 
+ 00000560  0x00000337 fetcht  0x00000001 , 0x00000017 
+ 00000561  0x00000338 call  0x00003a82 
+ 00000562  0x00000339 call  0x00003a87 
+ 00000563  0x0000033a enable  0x00000010 
+ 00000564  0x0000033b arg  0x0000157c , 0x0000000b 
+ 00000565  0x0000033d branch  0x0000547f 
+ 00000566  0x00000340 jam  0x00000001 , 0x0000443e 
+ 00000567  0x00000341 jam  0x00000000 , 0x0000443f 
+ 00000568  0x00000342 branch  0x0000534e 
+ 00000569  0x00000345 call  0x000053dd 
+ 00000570  0x00000346 call  0x0000023c 
+ 00000571  0x00000347 branch  0x000054c1 
+ 00000572  0x0000034a branch  0x00000161 , 0x0000002d 
+ 00000573  0x0000034b call  0x000053ee 
+ 00000574  0x0000034c branch  0x00003a91 
+ 00000575  0x0000034f fetch  0x00000001 , 0x00004c60 
+ 00000576  0x00000350 store  0x00000004 , 0x000046f9 
+ 00000577  0x00000351 fetch  0x00000001 , 0x000044db 
+ 00000578  0x00000352 beq  0x00000001 , 0x00000244 
+ 00000579  0x00000353 branch  0x000054e0 
+ 00000580  0x00000355 jam  0x00000000 , 0x000044db 
+ 00000581  0x00000356 branch  0x000054ef 
+ 00000582  0x00000359 fetch  0x00000001 , 0x000003c0 
+ 00000583  0x0000035a rtnbit0  0x00000005 
+ 00000584  0x0000035b fetch  0x00000002 , 0x000003da 
+ 00000585  0x0000035c fetcht  0x00000002 , 0x000003e0 
+ 00000586  0x0000035d isub  0x00000002 , 0x0000003f 
+ 00000587  0x0000035e nrtn  0x00000002 
+ 00000588  0x0000035f jam  0x00000001 , 0x00004131 
+ 00000589  0x00000360 branch  0x0000557e 
+ 00000590  0x0000037e fetch  0x00000001 , 0x00004440 
+ 00000591  0x0000037f beq  0x00000007 , 0x00000268 
+ 00000592  0x00000380 beq  0x0000000f , 0x0000026c 
+ 00000593  0x00000381 beq  0x00000006 , 0x0000025a 
+ 00000594  0x00000382 beq  0x00000002 , 0x00000257 
+ 00000595  0x00000383 beq  0x00000013 , 0x00000255 
+ 00000596  0x00000384 branch  0x0000563a 
+ 00000597  0x00000387 force  0x00000001 , 0x00000002 
+ 00000598  0x00000388 branch  0x00005892 
+ 00000599  0x0000038b setarg  0x0000000a 
+ 00000600  0x0000038c store  0x00000002 , 0x000003ef 
+ 00000601  0x0000038d branch  0x00005693 
+ 00000602  0x00000390 jam  0x00000012 , 0x00000b7d 
+ 00000603  0x00000391 call  0x00007c33 
+ 00000604  0x00000392 force  0x00000001 , 0x00000002 
+ 00000605  0x00000393 branch  0x00005892 , 0x00000029 
+ 00000606  0x00000394 jam  0x00000034 , 0x00000b7d 
+ 00000607  0x00000395 call  0x00007c27 
+ 00000608  0x00000396 fetch  0x00000001 , 0x00004c69 
+ 00000609  0x00000397 beq  0x00000002 , 0x00000264 
+ 00000610  0x00000398 jam  0x00000001 , 0x00004131 
+ 00000611  0x00000399 branch  0x00000266 
+ 00000612  0x0000039b jam  0x00000046 , 0x00000b7d 
+ 00000613  0x0000039c call  0x00005620 
+ 00000614  0x0000039e force  0x00000001 , 0x00000002 
+ 00000615  0x0000039f branch  0x00005892 
+ 00000616  0x000003a3 fetch  0x00000001 , 0x00004c68 
+ 00000617  0x000003a4 istore  0x00000001 , 0x00000005 
+ 00000618  0x000003a5 force  0x00000002 , 0x00000002 
+ 00000619  0x000003a6 branch  0x00005892 
+ 00000620  0x000003a9 increase  0xffffffff , 0x00000005 
+ 00000621  0x000003aa fetch  0x00000008 , 0x00004c6c 
+ 00000622  0x000003ab istore  0x00000008 , 0x00000005 
+ 00000623  0x000003ac ifetch  0x00000008 , 0x00000006 
  00000624  0x000003ad istore  0x00000008 , 0x00000005 
- 00000625  0x000003ae ifetch  0x00000008 , 0x00000006 
- 00000626  0x000003af istore  0x00000008 , 0x00000005 
- 00000627  0x000003b0 force  0x00000002 , 0x00000001 
- 00000628  0x000003b1 branch  0x0000588a 
- 00000629  0x000003b4 fetch  0x00000001 , 0x00004444 
- 00000630  0x000003b5 beq  0x00000009 , 0x00005719 
- 00000631  0x000003b6 beq  0x00000002 , 0x0000027a 
- 00000632  0x000003b7 beq  0x00000007 , 0x0000570d 
- 00000633  0x000003b8 branch  0x00005656 
- 00000634  0x000003bd setarg  0x01000302 
- 00000635  0x000003be store  0x00000003 , 0x000044b5 
- 00000636  0x000003bf setarg  0x00000001 
- 00000637  0x000003c0 istore  0x00000001 , 0x00000005 
- 00000638  0x000003c1 setarg  0x00010010 
- 00000639  0x000003c2 istore  0x00000003 , 0x00000005 
- 00000640  0x000003c3 branch  0x000056f1 
- 00000641  0x000003cb parse  0x00000003 , 0x00000000 , 0x00000018 
- 00000642  0x000003cc enable  0x00000010 
- 00000643  0x000003cd arg  0x00000664 , 0x0000001b 
- 00000644  0x000003ce rshift32  0x0000003f , 0x0000003f 
- 00000645  0x000003cf rshift16  0x0000003f , 0x0000003f 
- 00000646  0x000003d0 istore  0x00000003 , 0x00000005 
- 00000647  0x000003d1 branch  0x0000375c , 0x00000006 
- 00000648  0x000003d2 enable  0x0000002d 
- 00000649  0x000003d3 fetch  0x00000001 , 0x00000017 
- 00000650  0x000003d4 add  0x0000003f , 0x00000000 , 0x00000011 
- 00000651  0x000003d5 branch  0x000054af 
- 00000652  0x000003d8 ifetch  0x00000003 , 0x00000006 
- 00000653  0x000003d9 store  0x00000003 , 0x000003f9 
- 00000654  0x000003db beq  0x00000052 , 0x00000292 
- 00000655  0x000003de beq  0x00000002 , 0x000002a4 
- 00000656  0x000003df beq  0x00000012 , 0x00000298 
- 00000657  0x000003e0 branch  0x00005907 
- 00000658  0x000003e3 jam  0x00000001 , 0x00004d38 
- 00000659  0x000003e4 fetch  0x00000002 , 0x000003fa 
- 00000660  0x000003e5 beq  0x0000001f , 0x00000296 
- 00000661  0x000003e6 branch  0x000059ed 
- 00000662  0x000003e9 arg  0x00000349 , 0x00000006 
- 00000663  0x000003ea branch  0x0000022e 
- 00000664  0x000003ed fetch  0x00000002 , 0x000003fa 
- 00000665  0x000003ee sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00000666  0x000003ef call  0x00000296 , 0x00000005 
- 00000667  0x000003f0 fetch  0x00000002 , 0x000003fa 
- 00000668  0x000003f1 fetcht  0x00000002 , 0x00004cbc 
- 00000669  0x000003f2 increase  0x00000001 , 0x00000002 
- 00000670  0x000003f3 isub  0x00000002 , 0x0000003e 
- 00000671  0x000003f4 branch  0x000002a1 , 0x00000005 
- 00000672  0x000003f5 branch  0x000059ca 
- 00000673  0x000003f7 jam  0x00000034 , 0x00000b7d 
- 00000674  0x000003f8 call  0x00007c27 
- 00000675  0x000003f9 branch  0x000059ca 
- 00000676  0x000003fc jam  0x00000003 , 0x00000b7d 
- 00000677  0x000003fd branch  0x00005620 
- 00000678  0x00000400 fetch  0x00000001 , 0x00004444 
- 00000679  0x00000401 beq  0x0000001b , 0x000003de 
- 00000680  0x00000402 beq  0x0000001d , 0x000003de 
- 00000681  0x00000403 beq  0x00000011 , 0x00000372 
- 00000682  0x00000404 beq  0x00000009 , 0x00000324 
- 00000683  0x00000405 beq  0x00000005 , 0x00000312 
- 00000684  0x00000406 beq  0x00000007 , 0x000002c6 
- 00000685  0x00000407 beq  0x00000013 , 0x0000585c 
- 00000686  0x00000408 beq  0x00000003 , 0x000002b7 
- 00000687  0x00000409 beq  0x0000000b , 0x000002ba 
- 00000688  0x0000040a beq  0x0000000d , 0x000002b2 
- 00000689  0x0000040b branch  0x00005666 
- 00000690  0x0000040e fetch  0x00000002 , 0x000003fa 
- 00000691  0x0000040f beq  0x00000007 , 0x000002b5 
- 00000692  0x00000410 branch  0x000057d6 
- 00000693  0x00000413 jam  0x00000007 , 0x000003fc 
- 00000694  0x00000414 branch  0x00005729 
- 00000695  0x0000041a fetch  0x00000002 , 0x00004c6a 
- 00000696  0x0000041b istore  0x00000002 , 0x00000005 
- 00000697  0x0000041c branch  0x0000588a 
- 00000698  0x0000041f fetch  0x00000002 , 0x000003fa 
- 00000699  0x00000421 beq  0x0000000e , 0x000002bd 
- 00000700  0x00000422 branch  0x000057c6 
- 00000701  0x00000425 fetch  0x00000001 , 0x00004c69 
- 00000702  0x00000426 bne  0x00000000 , 0x000057c6 
- 00000703  0x00000427 fetch  0x00000001 , 0x00004c7c 
- 00000704  0x00000428 beq  0x00000003 , 0x000057c6 
- 00000705  0x0000042b copy  0x00000005 , 0x00000002 
- 00000706  0x0000042c jam  0x00000001 , 0x00004c69 
- 00000707  0x0000042d copy  0x00000002 , 0x00000005 
- 00000708  0x0000042e jam  0x00000005 , 0x000003fc 
- 00000709  0x0000042f branch  0x00005729 
- 00000710  0x00000432 call  0x0000577b 
- 00000711  0x00000433 rtn  0x00000028 
- 00000712  0x00000434 fetcht  0x00000002 , 0x000044c0 
- 00000713  0x00000435 setarg  0x00001812 
- 00000714  0x00000436 isub  0x00000002 , 0x0000003e 
- 00000715  0x00000437 branch  0x000002df , 0x00000005 
- 00000716  0x00000438 setarg  0x0000180f 
- 00000717  0x00000439 isub  0x00000002 , 0x0000003e 
- 00000718  0x0000043a branch  0x000002e1 , 0x00000005 
- 00000719  0x0000043b setarg  0x0000180a 
- 00000720  0x0000043c isub  0x00000002 , 0x0000003e 
- 00000721  0x0000043d branch  0x000002e5 , 0x00000005 
- 00000722  0x0000043e setarg  0x00001801 
- 00000723  0x0000043f isub  0x00000002 , 0x0000003e 
- 00000724  0x00000440 branch  0x000002e3 , 0x00000005 
- 00000725  0x00000441 branch  0x00005754 
- 00000726  0x00000444 fetch  0x00000001 , 0x00004c7f 
- 00000727  0x00000445 arg  0x00000000 , 0x00000002 
- 00000728  0x00000446 qset1  0x00000002 
- 00000729  0x00000447 iand  0x00000002 , 0x0000003f 
- 00000730  0x00000448 bne  0x00000000 , 0x00005728 
- 00000731  0x00000449 fetch  0x00000001 , 0x00004c7f 
- 00000732  0x0000044a qset1  0x0000003f 
- 00000733  0x0000044b store  0x00000001 , 0x00004c7f 
- 00000734  0x0000044c branch  0x000002e7 
- 00000735  0x0000044f arg  0x00000000 , 0x00000007 
- 00000736  0x00000450 branch  0x000002d6 
- 00000737  0x00000453 arg  0x00000001 , 0x00000007 
- 00000738  0x00000454 branch  0x000002d6 
- 00000739  0x00000457 arg  0x00000003 , 0x00000007 
- 00000740  0x00000458 branch  0x000002d6 
- 00000741  0x0000045a arg  0x00000002 , 0x00000007 
- 00000742  0x0000045b branch  0x000002d6 
- 00000743  0x0000045d fetch  0x00000002 , 0x000044c0 
- 00000744  0x0000045e copy  0x0000003f , 0x00000011 
- 00000745  0x0000045f fetcht  0x00000002 , 0x000044c4 
- 00000746  0x00000460 copy  0x00000002 , 0x00000012 
- 00000747  0x00000461 call  0x000002ee 
- 00000748  0x00000462 branch  0x000002f9 , 0x00000005 
- 00000749  0x00000463 branch  0x00005728 
- 00000750  0x00000466 arg  0x00004504 , 0x00000006 
- 00000751  0x00000468 ifetch  0x00000002 , 0x00000006 
- 00000752  0x00000469 rtn  0x00000034 
- 00000753  0x0000046a ifetch  0x00000003 , 0x00000006 
- 00000754  0x0000046b ifetch  0x00000002 , 0x00000006 
- 00000755  0x0000046c isub  0x00000011 , 0x0000003e 
- 00000756  0x0000046d rtn  0x00000005 
- 00000757  0x0000046e increase  0xfffffffd , 0x00000006 
- 00000758  0x0000046f ifetch  0x00000001 , 0x00000006 
- 00000759  0x00000470 iadd  0x00000006 , 0x00000006 
- 00000760  0x00000471 branch  0x000002ef 
- 00000761  0x00000474 increase  0xfffffff9 , 0x00000006 
- 00000762  0x00000475 ifetch  0x00000002 , 0x00000006 
- 00000763  0x00000476 store  0x00000002 , 0x00004c61 
- 00000764  0x00000477 call  0x00000307 
- 00000765  0x00000478 branch  0x00005728 , 0x00000034 
- 00000766  0x00000479 increase  0xfffffffc , 0x00000006 
- 00000767  0x0000047a ifetch  0x00000002 , 0x00000006 
- 00000768  0x0000047b increase  0xffffffff , 0x0000003f 
- 00000769  0x0000047c store  0x00000002 , 0x00004c63 
- 00000770  0x0000047d jam  0x00000007 , 0x00004444 
- 00000771  0x0000047e fetch  0x00000004 , 0x00004c61 
- 00000772  0x0000047f store  0x00000004 , 0x00004445 
- 00000773  0x00000482 force  0x00000009 , 0x00000002 
- 00000774  0x00000483 branch  0x00005892 
- 00000775  0x00000486 ifetch  0x00000002 , 0x00000006 
- 00000776  0x00000487 ifetch  0x00000001 , 0x00000006 
- 00000777  0x00000488 iadd  0x00000006 , 0x00000006 
+ 00000625  0x000003ae force  0x00000002 , 0x00000001 
+ 00000626  0x000003af branch  0x0000588a 
+ 00000627  0x000003b2 fetch  0x00000001 , 0x00004444 
+ 00000628  0x000003b3 beq  0x00000009 , 0x00005719 
+ 00000629  0x000003b4 beq  0x00000002 , 0x00000278 
+ 00000630  0x000003b5 beq  0x00000007 , 0x0000570d 
+ 00000631  0x000003b6 branch  0x00005656 
+ 00000632  0x000003bb setarg  0x01000302 
+ 00000633  0x000003bc store  0x00000003 , 0x000044b5 
+ 00000634  0x000003bd setarg  0x00000001 
+ 00000635  0x000003be istore  0x00000001 , 0x00000005 
+ 00000636  0x000003bf setarg  0x00010010 
+ 00000637  0x000003c0 istore  0x00000003 , 0x00000005 
+ 00000638  0x000003c1 branch  0x000056f1 
+ 00000639  0x000003c9 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00000640  0x000003ca enable  0x00000010 
+ 00000641  0x000003cb arg  0x00000664 , 0x0000001b 
+ 00000642  0x000003cc rshift32  0x0000003f , 0x0000003f 
+ 00000643  0x000003cd rshift16  0x0000003f , 0x0000003f 
+ 00000644  0x000003ce istore  0x00000003 , 0x00000005 
+ 00000645  0x000003cf branch  0x0000375c , 0x00000006 
+ 00000646  0x000003d0 enable  0x0000002d 
+ 00000647  0x000003d1 fetch  0x00000001 , 0x00000017 
+ 00000648  0x000003d2 add  0x0000003f , 0x00000000 , 0x00000011 
+ 00000649  0x000003d3 branch  0x000054af 
+ 00000650  0x000003d6 ifetch  0x00000003 , 0x00000006 
+ 00000651  0x000003d7 store  0x00000003 , 0x000003f9 
+ 00000652  0x000003d9 beq  0x00000052 , 0x00000290 
+ 00000653  0x000003dc beq  0x00000002 , 0x000002a2 
+ 00000654  0x000003dd beq  0x00000012 , 0x00000296 
+ 00000655  0x000003de branch  0x00005907 
+ 00000656  0x000003e1 jam  0x00000001 , 0x00004d38 
+ 00000657  0x000003e2 fetch  0x00000002 , 0x000003fa 
+ 00000658  0x000003e3 beq  0x0000001f , 0x00000294 
+ 00000659  0x000003e4 branch  0x000059ed 
+ 00000660  0x000003e7 arg  0x00000349 , 0x00000006 
+ 00000661  0x000003e8 branch  0x0000022c 
+ 00000662  0x000003eb fetch  0x00000002 , 0x000003fa 
+ 00000663  0x000003ec sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00000664  0x000003ed call  0x00000294 , 0x00000005 
+ 00000665  0x000003ee fetch  0x00000002 , 0x000003fa 
+ 00000666  0x000003ef fetcht  0x00000002 , 0x00004cbc 
+ 00000667  0x000003f0 increase  0x00000001 , 0x00000002 
+ 00000668  0x000003f1 isub  0x00000002 , 0x0000003e 
+ 00000669  0x000003f2 branch  0x0000029f , 0x00000005 
+ 00000670  0x000003f3 branch  0x000059ca 
+ 00000671  0x000003f5 jam  0x00000034 , 0x00000b7d 
+ 00000672  0x000003f6 call  0x00007c27 
+ 00000673  0x000003f7 branch  0x000059ca 
+ 00000674  0x000003fa jam  0x00000003 , 0x00000b7d 
+ 00000675  0x000003fb branch  0x00005620 
+ 00000676  0x000003fe fetch  0x00000001 , 0x00004444 
+ 00000677  0x000003ff beq  0x0000001b , 0x000003dc 
+ 00000678  0x00000400 beq  0x0000001d , 0x000003dc 
+ 00000679  0x00000401 beq  0x00000011 , 0x00000370 
+ 00000680  0x00000402 beq  0x00000009 , 0x00000322 
+ 00000681  0x00000403 beq  0x00000005 , 0x00000310 
+ 00000682  0x00000404 beq  0x00000007 , 0x000002c4 
+ 00000683  0x00000405 beq  0x00000013 , 0x0000585c 
+ 00000684  0x00000406 beq  0x00000003 , 0x000002b5 
+ 00000685  0x00000407 beq  0x0000000b , 0x000002b8 
+ 00000686  0x00000408 beq  0x0000000d , 0x000002b0 
+ 00000687  0x00000409 branch  0x00005666 
+ 00000688  0x0000040c fetch  0x00000002 , 0x000003fa 
+ 00000689  0x0000040d beq  0x00000007 , 0x000002b3 
+ 00000690  0x0000040e branch  0x000057d6 
+ 00000691  0x00000411 jam  0x00000007 , 0x000003fc 
+ 00000692  0x00000412 branch  0x00005729 
+ 00000693  0x00000418 fetch  0x00000002 , 0x00004c6a 
+ 00000694  0x00000419 istore  0x00000002 , 0x00000005 
+ 00000695  0x0000041a branch  0x0000588a 
+ 00000696  0x0000041d fetch  0x00000002 , 0x000003fa 
+ 00000697  0x0000041f beq  0x0000000e , 0x000002bb 
+ 00000698  0x00000420 branch  0x000057c6 
+ 00000699  0x00000423 fetch  0x00000001 , 0x00004c69 
+ 00000700  0x00000424 bne  0x00000000 , 0x000057c6 
+ 00000701  0x00000425 fetch  0x00000001 , 0x00004c7c 
+ 00000702  0x00000426 beq  0x00000003 , 0x000057c6 
+ 00000703  0x00000429 copy  0x00000005 , 0x00000002 
+ 00000704  0x0000042a jam  0x00000001 , 0x00004c69 
+ 00000705  0x0000042b copy  0x00000002 , 0x00000005 
+ 00000706  0x0000042c jam  0x00000005 , 0x000003fc 
+ 00000707  0x0000042d branch  0x00005729 
+ 00000708  0x00000430 call  0x0000577b 
+ 00000709  0x00000431 rtn  0x00000028 
+ 00000710  0x00000432 fetcht  0x00000002 , 0x000044c0 
+ 00000711  0x00000433 setarg  0x00001812 
+ 00000712  0x00000434 isub  0x00000002 , 0x0000003e 
+ 00000713  0x00000435 branch  0x000002dd , 0x00000005 
+ 00000714  0x00000436 setarg  0x0000180f 
+ 00000715  0x00000437 isub  0x00000002 , 0x0000003e 
+ 00000716  0x00000438 branch  0x000002df , 0x00000005 
+ 00000717  0x00000439 setarg  0x0000180a 
+ 00000718  0x0000043a isub  0x00000002 , 0x0000003e 
+ 00000719  0x0000043b branch  0x000002e3 , 0x00000005 
+ 00000720  0x0000043c setarg  0x00001801 
+ 00000721  0x0000043d isub  0x00000002 , 0x0000003e 
+ 00000722  0x0000043e branch  0x000002e1 , 0x00000005 
+ 00000723  0x0000043f branch  0x00005754 
+ 00000724  0x00000442 fetch  0x00000001 , 0x00004c7f 
+ 00000725  0x00000443 arg  0x00000000 , 0x00000002 
+ 00000726  0x00000444 qset1  0x00000002 
+ 00000727  0x00000445 iand  0x00000002 , 0x0000003f 
+ 00000728  0x00000446 bne  0x00000000 , 0x00005728 
+ 00000729  0x00000447 fetch  0x00000001 , 0x00004c7f 
+ 00000730  0x00000448 qset1  0x0000003f 
+ 00000731  0x00000449 store  0x00000001 , 0x00004c7f 
+ 00000732  0x0000044a branch  0x000002e5 
+ 00000733  0x0000044d arg  0x00000000 , 0x00000007 
+ 00000734  0x0000044e branch  0x000002d4 
+ 00000735  0x00000451 arg  0x00000001 , 0x00000007 
+ 00000736  0x00000452 branch  0x000002d4 
+ 00000737  0x00000455 arg  0x00000003 , 0x00000007 
+ 00000738  0x00000456 branch  0x000002d4 
+ 00000739  0x00000458 arg  0x00000002 , 0x00000007 
+ 00000740  0x00000459 branch  0x000002d4 
+ 00000741  0x0000045b fetch  0x00000002 , 0x000044c0 
+ 00000742  0x0000045c copy  0x0000003f , 0x00000011 
+ 00000743  0x0000045d fetcht  0x00000002 , 0x000044c4 
+ 00000744  0x0000045e copy  0x00000002 , 0x00000012 
+ 00000745  0x0000045f call  0x000002ec 
+ 00000746  0x00000460 branch  0x000002f7 , 0x00000005 
+ 00000747  0x00000461 branch  0x00005728 
+ 00000748  0x00000464 arg  0x00004504 , 0x00000006 
+ 00000749  0x00000466 ifetch  0x00000002 , 0x00000006 
+ 00000750  0x00000467 rtn  0x00000034 
+ 00000751  0x00000468 ifetch  0x00000003 , 0x00000006 
+ 00000752  0x00000469 ifetch  0x00000002 , 0x00000006 
+ 00000753  0x0000046a isub  0x00000011 , 0x0000003e 
+ 00000754  0x0000046b rtn  0x00000005 
+ 00000755  0x0000046c increase  0xfffffffd , 0x00000006 
+ 00000756  0x0000046d ifetch  0x00000001 , 0x00000006 
+ 00000757  0x0000046e iadd  0x00000006 , 0x00000006 
+ 00000758  0x0000046f branch  0x000002ed 
+ 00000759  0x00000472 increase  0xfffffff9 , 0x00000006 
+ 00000760  0x00000473 ifetch  0x00000002 , 0x00000006 
+ 00000761  0x00000474 store  0x00000002 , 0x00004c61 
+ 00000762  0x00000475 call  0x00000305 
+ 00000763  0x00000476 branch  0x00005728 , 0x00000034 
+ 00000764  0x00000477 increase  0xfffffffc , 0x00000006 
+ 00000765  0x00000478 ifetch  0x00000002 , 0x00000006 
+ 00000766  0x00000479 increase  0xffffffff , 0x0000003f 
+ 00000767  0x0000047a store  0x00000002 , 0x00004c63 
+ 00000768  0x0000047b jam  0x00000007 , 0x00004444 
+ 00000769  0x0000047c fetch  0x00000004 , 0x00004c61 
+ 00000770  0x0000047d store  0x00000004 , 0x00004445 
+ 00000771  0x00000480 force  0x00000009 , 0x00000002 
+ 00000772  0x00000481 branch  0x00005892 
+ 00000773  0x00000484 ifetch  0x00000002 , 0x00000006 
+ 00000774  0x00000485 ifetch  0x00000001 , 0x00000006 
+ 00000775  0x00000486 iadd  0x00000006 , 0x00000006 
+ 00000776  0x00000488 ifetch  0x00000002 , 0x00000006 
+ 00000777  0x00000489 rtn  0x00000034 
  00000778  0x0000048a ifetch  0x00000002 , 0x00000006 
- 00000779  0x0000048b rtn  0x00000034 
- 00000780  0x0000048c ifetch  0x00000002 , 0x00000006 
- 00000781  0x0000048d isub  0x00000012 , 0x0000003e 
- 00000782  0x0000048e rtn  0x00000005 
- 00000783  0x0000048f ifetch  0x00000001 , 0x00000006 
- 00000784  0x00000490 iadd  0x00000006 , 0x00000006 
- 00000785  0x00000491 branch  0x0000030a 
- 00000786  0x00000494 arg  0x00000003 , 0x0000000b 
- 00000787  0x00000495 force  0x00000001 , 0x0000003f 
- 00000788  0x00000496 store  0x00000001 , 0x00004445 
- 00000789  0x00000497 call  0x00005a74 
- 00000790  0x00000499 call  0x00005a7d 
- 00000791  0x0000049a branch  0x00005746 , 0x00000034 
- 00000792  0x0000049b nbranch  0x00000322 , 0x00000002 
- 00000793  0x0000049c disable  0x00000028 
+ 00000779  0x0000048b isub  0x00000012 , 0x0000003e 
+ 00000780  0x0000048c rtn  0x00000005 
+ 00000781  0x0000048d ifetch  0x00000001 , 0x00000006 
+ 00000782  0x0000048e iadd  0x00000006 , 0x00000006 
+ 00000783  0x0000048f branch  0x00000308 
+ 00000784  0x00000492 arg  0x00000003 , 0x0000000b 
+ 00000785  0x00000493 force  0x00000001 , 0x0000003f 
+ 00000786  0x00000494 store  0x00000001 , 0x00004445 
+ 00000787  0x00000495 call  0x00005a74 
+ 00000788  0x00000497 call  0x00005a7d 
+ 00000789  0x00000498 branch  0x00005746 , 0x00000034 
+ 00000790  0x00000499 nbranch  0x00000320 , 0x00000002 
+ 00000791  0x0000049a disable  0x00000028 
+ 00000792  0x0000049b istore  0x00000002 , 0x00000005 
+ 00000793  0x0000049c ifetch  0x00000002 , 0x00000006 
  00000794  0x0000049d istore  0x00000002 , 0x00000005 
- 00000795  0x0000049e ifetch  0x00000002 , 0x00000006 
- 00000796  0x0000049f istore  0x00000002 , 0x00000005 
- 00000797  0x000004a0 increase  0xffffffff , 0x0000000b 
- 00000798  0x000004a1 branch  0x00005746 , 0x00000005 
- 00000799  0x000004a3 ifetch  0x00000001 , 0x00000006 
- 00000800  0x000004a4 iadd  0x00000006 , 0x00000006 
- 00000801  0x000004a5 branch  0x00000316 
- 00000802  0x000004a7 increase  0x00000002 , 0x00000006 
- 00000803  0x000004a8 branch  0x0000031f 
- 00000804  0x000004ad fetcht  0x00000002 , 0x000044c0 
- 00000805  0x000004ae setarg  0x00002a00 
- 00000806  0x000004af isub  0x00000002 , 0x0000003e 
- 00000807  0x000004b0 branch  0x00000364 , 0x00000005 
- 00000808  0x000004b1 setarg  0x00002a50 
- 00000809  0x000004b2 isub  0x00000002 , 0x0000003e 
- 00000810  0x000004b3 branch  0x0000036f , 0x00000005 
- 00000811  0x000004b4 setarg  0x00002803 
- 00000812  0x000004b5 isub  0x00000002 , 0x0000003e 
- 00000813  0x000004b6 nbranch  0x00005728 , 0x00000005 
- 00000814  0x000004b7 fetch  0x00000002 , 0x000044bc 
- 00000815  0x000004b8 store  0x00000002 , 0x000002a0 
- 00000816  0x000004b9 enable  0x00000028 
- 00000817  0x000004bb call  0x000003b6 
- 00000818  0x000004bc nbranch  0x00000340 , 0x00000002 
- 00000819  0x000004bd fetcht  0x00000002 , 0x000002a0 
- 00000820  0x000004be call  0x000003be 
- 00000821  0x000004bf beq  0x00000001 , 0x00000340 
- 00000822  0x000004c0 call  0x000003ba 
- 00000823  0x000004c1 nbranch  0x0000033e , 0x00000005 
- 00000824  0x000004c2 disable  0x00000028 
- 00000825  0x000004c3 call  0x00000342 
- 00000826  0x000004c4 call  0x000003a4 
- 00000827  0x000004c5 call  0x000003be 
- 00000828  0x000004c6 call  0x0000034a 
- 00000829  0x000004c7 branch  0x00000340 
- 00000830  0x000004c9 call  0x000003a4 
- 00000831  0x000004ca branch  0x00000331 
- 00000832  0x000004cc branch  0x00005728 , 0x00000028 
- 00000833  0x000004cd branch  0x000003dc 
- 00000834  0x000004cf fetch  0x00000002 , 0x000002a0 
- 00000835  0x000004d0 store  0x00000002 , 0x00004446 
- 00000836  0x000004d1 fetch  0x00000001 , 0x00004c67 
- 00000837  0x000004d2 copy  0x0000003f , 0x00000039 
- 00000838  0x000004d3 call  0x000003d3 
- 00000839  0x000004d4 arg  0x00004448 , 0x00000005 
- 00000840  0x000004d5 call  0x00007e45 
- 00000841  0x000004d6 branch  0x000003d6 
- 00000842  0x000004d8 fetcht  0x00000002 , 0x00004c65 
- 00000843  0x000004d9 rshift8  0x00000002 , 0x0000003f 
- 00000844  0x000004da bne  0x00000005 , 0x0000035c 
- 00000845  0x000004db call  0x000003d0 
- 00000846  0x000004dc fetch  0x00000002 , 0x000002a0 
- 00000847  0x000004dd istore  0x00000002 , 0x00000005 
- 00000848  0x000004de call  0x000003d6 
- 00000849  0x000004df setarg  0x00004504 
- 00000850  0x000004e0 iadd  0x00000002 , 0x00000006 
- 00000851  0x000004e1 ifetch  0x00000001 , 0x00000006 
- 00000852  0x000004e2 copy  0x00000006 , 0x00000002 
- 00000853  0x000004e3 copy  0x0000003f , 0x00000039 
- 00000854  0x000004e4 increase  0x00000005 , 0x0000003f 
- 00000855  0x000004e5 store  0x00000001 , 0x00004445 
- 00000856  0x000004e6 call  0x000003d0 
- 00000857  0x000004e7 copy  0x00000002 , 0x00000006 
- 00000858  0x000004e8 call  0x00007e45 
- 00000859  0x000004e9 branch  0x000003d6 
- 00000860  0x000004eb call  0x000003d0 
- 00000861  0x000004ec fetch  0x00000002 , 0x000002a0 
+ 00000795  0x0000049e increase  0xffffffff , 0x0000000b 
+ 00000796  0x0000049f branch  0x00005746 , 0x00000005 
+ 00000797  0x000004a1 ifetch  0x00000001 , 0x00000006 
+ 00000798  0x000004a2 iadd  0x00000006 , 0x00000006 
+ 00000799  0x000004a3 branch  0x00000314 
+ 00000800  0x000004a5 increase  0x00000002 , 0x00000006 
+ 00000801  0x000004a6 branch  0x0000031d 
+ 00000802  0x000004ab fetcht  0x00000002 , 0x000044c0 
+ 00000803  0x000004ac setarg  0x00002a00 
+ 00000804  0x000004ad isub  0x00000002 , 0x0000003e 
+ 00000805  0x000004ae branch  0x00000362 , 0x00000005 
+ 00000806  0x000004af setarg  0x00002a50 
+ 00000807  0x000004b0 isub  0x00000002 , 0x0000003e 
+ 00000808  0x000004b1 branch  0x0000036d , 0x00000005 
+ 00000809  0x000004b2 setarg  0x00002803 
+ 00000810  0x000004b3 isub  0x00000002 , 0x0000003e 
+ 00000811  0x000004b4 nbranch  0x00005728 , 0x00000005 
+ 00000812  0x000004b5 fetch  0x00000002 , 0x000044bc 
+ 00000813  0x000004b6 store  0x00000002 , 0x000002a0 
+ 00000814  0x000004b7 enable  0x00000028 
+ 00000815  0x000004b9 call  0x000003b4 
+ 00000816  0x000004ba nbranch  0x0000033e , 0x00000002 
+ 00000817  0x000004bb fetcht  0x00000002 , 0x000002a0 
+ 00000818  0x000004bc call  0x000003bc 
+ 00000819  0x000004bd beq  0x00000001 , 0x0000033e 
+ 00000820  0x000004be call  0x000003b8 
+ 00000821  0x000004bf nbranch  0x0000033c , 0x00000005 
+ 00000822  0x000004c0 disable  0x00000028 
+ 00000823  0x000004c1 call  0x00000340 
+ 00000824  0x000004c2 call  0x000003a2 
+ 00000825  0x000004c3 call  0x000003bc 
+ 00000826  0x000004c4 call  0x00000348 
+ 00000827  0x000004c5 branch  0x0000033e 
+ 00000828  0x000004c7 call  0x000003a2 
+ 00000829  0x000004c8 branch  0x0000032f 
+ 00000830  0x000004ca branch  0x00005728 , 0x00000028 
+ 00000831  0x000004cb branch  0x000003da 
+ 00000832  0x000004cd fetch  0x00000002 , 0x000002a0 
+ 00000833  0x000004ce store  0x00000002 , 0x00004446 
+ 00000834  0x000004cf fetch  0x00000001 , 0x00004c67 
+ 00000835  0x000004d0 copy  0x0000003f , 0x00000039 
+ 00000836  0x000004d1 call  0x000003d1 
+ 00000837  0x000004d2 arg  0x00004448 , 0x00000005 
+ 00000838  0x000004d3 call  0x00007e45 
+ 00000839  0x000004d4 branch  0x000003d4 
+ 00000840  0x000004d6 fetcht  0x00000002 , 0x00004c65 
+ 00000841  0x000004d7 rshift8  0x00000002 , 0x0000003f 
+ 00000842  0x000004d8 bne  0x00000005 , 0x0000035a 
+ 00000843  0x000004d9 call  0x000003ce 
+ 00000844  0x000004da fetch  0x00000002 , 0x000002a0 
+ 00000845  0x000004db istore  0x00000002 , 0x00000005 
+ 00000846  0x000004dc call  0x000003d4 
+ 00000847  0x000004dd setarg  0x00004504 
+ 00000848  0x000004de iadd  0x00000002 , 0x00000006 
+ 00000849  0x000004df ifetch  0x00000001 , 0x00000006 
+ 00000850  0x000004e0 copy  0x00000006 , 0x00000002 
+ 00000851  0x000004e1 copy  0x0000003f , 0x00000039 
+ 00000852  0x000004e2 increase  0x00000005 , 0x0000003f 
+ 00000853  0x000004e3 store  0x00000001 , 0x00004445 
+ 00000854  0x000004e4 call  0x000003ce 
+ 00000855  0x000004e5 copy  0x00000002 , 0x00000006 
+ 00000856  0x000004e6 call  0x00007e45 
+ 00000857  0x000004e7 branch  0x000003d4 
+ 00000858  0x000004e9 call  0x000003ce 
+ 00000859  0x000004ea fetch  0x00000002 , 0x000002a0 
+ 00000860  0x000004eb istore  0x00000002 , 0x00000005 
+ 00000861  0x000004ec fetch  0x00000002 , 0x00004c65 
  00000862  0x000004ed istore  0x00000002 , 0x00000005 
- 00000863  0x000004ee fetch  0x00000002 , 0x00004c65 
- 00000864  0x000004ef istore  0x00000002 , 0x00000005 
- 00000865  0x000004f0 call  0x000003d6 
- 00000866  0x000004f1 jam  0x00000007 , 0x00004445 
- 00000867  0x000004f2 rtn 
- 00000868  0x000004f4 call  0x00005b08 
- 00000869  0x000004f6 ifetch  0x00000001 , 0x00000006 
- 00000870  0x000004f7 copy  0x0000003f , 0x00000039 
- 00000871  0x000004f8 increase  0x00000002 , 0x0000003f 
- 00000872  0x000004f9 store  0x00000001 , 0x00004445 
- 00000873  0x000004fa increase  0xfffffffb , 0x00000006 
- 00000874  0x000004fb ifetch  0x00000002 , 0x00000006 
- 00000875  0x000004fc istore  0x00000002 , 0x00000005 
- 00000876  0x000004fd increase  0x00000003 , 0x00000006 
- 00000877  0x000004fe call  0x00007e45 
- 00000878  0x000004ff branch  0x0000588a 
- 00000879  0x00000502 arg  0x00002a50 , 0x00000002 
- 00000880  0x00000503 call  0x00005b0c 
- 00000881  0x00000504 branch  0x00000365 
- 00000882  0x00000508 arg  0x00000002 , 0x0000000b 
- 00000883  0x00000509 fetch  0x00000002 , 0x000044bc 
- 00000884  0x0000050a store  0x00000002 , 0x000002a0 
- 00000885  0x0000050b jam  0x00000000 , 0x00000d5c 
- 00000886  0x0000050c enable  0x00000028 
- 00000887  0x0000050e call  0x000003b6 
- 00000888  0x0000050f nbranch  0x0000039a , 0x00000002 
- 00000889  0x00000510 fetcht  0x00000002 , 0x000002a0 
- 00000890  0x00000511 call  0x000003be 
- 00000891  0x00000512 beq  0x00000001 , 0x0000039d 
- 00000892  0x00000513 call  0x000003ba 
- 00000893  0x00000514 nbranch  0x00000396 , 0x00000005 
- 00000894  0x00000515 fetch  0x00000001 , 0x00000d5c 
- 00000895  0x00000516 beq  0x00000001 , 0x0000039d 
- 00000896  0x00000517 nbranch  0x00000387 , 0x00000028 
- 00000897  0x00000518 disable  0x00000028 
- 00000898  0x00000519 fetch  0x00000001 , 0x00004c67 
- 00000899  0x0000051a increase  0x00000004 , 0x0000003f 
- 00000900  0x0000051b store  0x00000001 , 0x00004445 
- 00000901  0x0000051c call  0x000003d6 
- 00000902  0x0000051d branch  0x00000391 
- 00000903  0x0000051f fetch  0x00000001 , 0x00004c67 
- 00000904  0x00000520 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00000905  0x00000521 branch  0x0000039d , 0x00000005 
- 00000906  0x00000522 fetch  0x00000001 , 0x00004445 
- 00000907  0x00000523 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00000908  0x00000524 branch  0x0000039d , 0x00000005 
- 00000909  0x00000525 fetch  0x00000002 , 0x000002a0 
- 00000910  0x00000526 increase  0xffffffff , 0x0000003f 
- 00000911  0x00000527 store  0x00000002 , 0x00000d5a 
- 00000912  0x00000528 call  0x000003ad 
- 00000913  0x0000052a fetch  0x00000002 , 0x000002a0 
- 00000914  0x0000052b store  0x00000002 , 0x00000d58 
- 00000915  0x0000052c call  0x000003a8 
- 00000916  0x0000052d increase  0xffffffff , 0x0000000b 
- 00000917  0x0000052e branch  0x00000398 , 0x00000005 
- 00000918  0x00000530 call  0x000003a4 
- 00000919  0x00000531 branch  0x00000377 
- 00000920  0x00000533 jam  0x00000001 , 0x00000d5c 
- 00000921  0x00000534 branch  0x00000396 
- 00000922  0x00000536 fetch  0x00000002 , 0x000002a0 
- 00000923  0x00000537 store  0x00000002 , 0x00000d5a 
- 00000924  0x00000538 branch  0x000003a1 
- 00000925  0x0000053a fetch  0x00000002 , 0x000002a0 
- 00000926  0x0000053b increase  0xffffffff , 0x0000003f 
- 00000927  0x0000053c store  0x00000002 , 0x00000d5a 
- 00000928  0x0000053d branch  0x000003a1 
- 00000929  0x0000053f branch  0x00005728 , 0x00000028 
- 00000930  0x00000540 call  0x000003ad 
- 00000931  0x00000541 branch  0x000003dc 
- 00000932  0x00000544 fetcht  0x00000002 , 0x000002a0 
- 00000933  0x00000545 increase  0x00000001 , 0x00000002 
- 00000934  0x00000546 storet  0x00000002 , 0x000002a0 
- 00000935  0x00000547 rtn 
- 00000936  0x0000054a fetch  0x00000001 , 0x00004c67 
- 00000937  0x0000054b store  0x00000001 , 0x00000103 
- 00000938  0x0000054c copy  0x0000003f , 0x00000039 
- 00000939  0x0000054d call  0x000003d3 
- 00000940  0x0000054e branch  0x00007e45 
- 00000941  0x00000551 call  0x000003d0 
- 00000942  0x00000552 fetch  0x00000002 , 0x00000d58 
+ 00000863  0x000004ee call  0x000003d4 
+ 00000864  0x000004ef jam  0x00000007 , 0x00004445 
+ 00000865  0x000004f0 rtn 
+ 00000866  0x000004f2 call  0x00005b08 
+ 00000867  0x000004f4 ifetch  0x00000001 , 0x00000006 
+ 00000868  0x000004f5 copy  0x0000003f , 0x00000039 
+ 00000869  0x000004f6 increase  0x00000002 , 0x0000003f 
+ 00000870  0x000004f7 store  0x00000001 , 0x00004445 
+ 00000871  0x000004f8 increase  0xfffffffb , 0x00000006 
+ 00000872  0x000004f9 ifetch  0x00000002 , 0x00000006 
+ 00000873  0x000004fa istore  0x00000002 , 0x00000005 
+ 00000874  0x000004fb increase  0x00000003 , 0x00000006 
+ 00000875  0x000004fc call  0x00007e45 
+ 00000876  0x000004fd branch  0x0000588a 
+ 00000877  0x00000500 arg  0x00002a50 , 0x00000002 
+ 00000878  0x00000501 call  0x00005b0c 
+ 00000879  0x00000502 branch  0x00000363 
+ 00000880  0x00000506 arg  0x00000002 , 0x0000000b 
+ 00000881  0x00000507 fetch  0x00000002 , 0x000044bc 
+ 00000882  0x00000508 store  0x00000002 , 0x000002a0 
+ 00000883  0x00000509 jam  0x00000000 , 0x00000d5c 
+ 00000884  0x0000050a enable  0x00000028 
+ 00000885  0x0000050c call  0x000003b4 
+ 00000886  0x0000050d nbranch  0x00000398 , 0x00000002 
+ 00000887  0x0000050e fetcht  0x00000002 , 0x000002a0 
+ 00000888  0x0000050f call  0x000003bc 
+ 00000889  0x00000510 beq  0x00000001 , 0x0000039b 
+ 00000890  0x00000511 call  0x000003b8 
+ 00000891  0x00000512 nbranch  0x00000394 , 0x00000005 
+ 00000892  0x00000513 fetch  0x00000001 , 0x00000d5c 
+ 00000893  0x00000514 beq  0x00000001 , 0x0000039b 
+ 00000894  0x00000515 nbranch  0x00000385 , 0x00000028 
+ 00000895  0x00000516 disable  0x00000028 
+ 00000896  0x00000517 fetch  0x00000001 , 0x00004c67 
+ 00000897  0x00000518 increase  0x00000004 , 0x0000003f 
+ 00000898  0x00000519 store  0x00000001 , 0x00004445 
+ 00000899  0x0000051a call  0x000003d4 
+ 00000900  0x0000051b branch  0x0000038f 
+ 00000901  0x0000051d fetch  0x00000001 , 0x00004c67 
+ 00000902  0x0000051e sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00000903  0x0000051f branch  0x0000039b , 0x00000005 
+ 00000904  0x00000520 fetch  0x00000001 , 0x00004445 
+ 00000905  0x00000521 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00000906  0x00000522 branch  0x0000039b , 0x00000005 
+ 00000907  0x00000523 fetch  0x00000002 , 0x000002a0 
+ 00000908  0x00000524 increase  0xffffffff , 0x0000003f 
+ 00000909  0x00000525 store  0x00000002 , 0x00000d5a 
+ 00000910  0x00000526 call  0x000003ab 
+ 00000911  0x00000528 fetch  0x00000002 , 0x000002a0 
+ 00000912  0x00000529 store  0x00000002 , 0x00000d58 
+ 00000913  0x0000052a call  0x000003a6 
+ 00000914  0x0000052b increase  0xffffffff , 0x0000000b 
+ 00000915  0x0000052c branch  0x00000396 , 0x00000005 
+ 00000916  0x0000052e call  0x000003a2 
+ 00000917  0x0000052f branch  0x00000375 
+ 00000918  0x00000531 jam  0x00000001 , 0x00000d5c 
+ 00000919  0x00000532 branch  0x00000394 
+ 00000920  0x00000534 fetch  0x00000002 , 0x000002a0 
+ 00000921  0x00000535 store  0x00000002 , 0x00000d5a 
+ 00000922  0x00000536 branch  0x0000039f 
+ 00000923  0x00000538 fetch  0x00000002 , 0x000002a0 
+ 00000924  0x00000539 increase  0xffffffff , 0x0000003f 
+ 00000925  0x0000053a store  0x00000002 , 0x00000d5a 
+ 00000926  0x0000053b branch  0x0000039f 
+ 00000927  0x0000053d branch  0x00005728 , 0x00000028 
+ 00000928  0x0000053e call  0x000003ab 
+ 00000929  0x0000053f branch  0x000003da 
+ 00000930  0x00000542 fetcht  0x00000002 , 0x000002a0 
+ 00000931  0x00000543 increase  0x00000001 , 0x00000002 
+ 00000932  0x00000544 storet  0x00000002 , 0x000002a0 
+ 00000933  0x00000545 rtn 
+ 00000934  0x00000548 fetch  0x00000001 , 0x00004c67 
+ 00000935  0x00000549 store  0x00000001 , 0x00000103 
+ 00000936  0x0000054a copy  0x0000003f , 0x00000039 
+ 00000937  0x0000054b call  0x000003d1 
+ 00000938  0x0000054c branch  0x00007e45 
+ 00000939  0x0000054f call  0x000003ce 
+ 00000940  0x00000550 fetch  0x00000002 , 0x00000d58 
+ 00000941  0x00000551 istore  0x00000002 , 0x00000005 
+ 00000942  0x00000552 fetch  0x00000002 , 0x00000d5a 
  00000943  0x00000553 istore  0x00000002 , 0x00000005 
- 00000944  0x00000554 fetch  0x00000002 , 0x00000d5a 
- 00000945  0x00000555 istore  0x00000002 , 0x00000005 
- 00000946  0x00000556 fetch  0x00000001 , 0x00000103 
- 00000947  0x00000557 copy  0x0000003f , 0x00000039 
- 00000948  0x00000558 call  0x00007e45 
- 00000949  0x00000559 branch  0x000003d6 
- 00000950  0x0000055d fetcht  0x00000002 , 0x000002a0 
- 00000951  0x0000055e fetch  0x00000002 , 0x000044be 
- 00000952  0x0000055f isub  0x00000002 , 0x0000003e 
- 00000953  0x00000560 rtn 
- 00000954  0x00000563 fetch  0x00000002 , 0x000044c0 
- 00000955  0x00000564 fetcht  0x00000002 , 0x00004c65 
- 00000956  0x00000565 isub  0x00000002 , 0x0000003e 
- 00000957  0x00000566 rtn 
- 00000958  0x00000569 arg  0x00004504 , 0x00000006 
- 00000959  0x0000056a copy  0x00000002 , 0x00000011 
- 00000960  0x0000056c ifetch  0x00000002 , 0x00000006 
- 00000961  0x0000056d branch  0x000003c9 , 0x00000034 
- 00000962  0x0000056e ifetcht  0x00000002 , 0x00000006 
- 00000963  0x0000056f storet  0x00000002 , 0x00004c65 
- 00000964  0x00000570 isub  0x00000011 , 0x0000003e 
- 00000965  0x00000571 branch  0x000003cb , 0x00000005 
- 00000966  0x00000572 ifetch  0x00000001 , 0x00000006 
- 00000967  0x00000573 iadd  0x00000006 , 0x00000006 
- 00000968  0x00000574 branch  0x000003c0 
- 00000969  0x00000576 setarg  0x00000001 
- 00000970  0x00000577 rtn 
- 00000971  0x00000579 ifetch  0x00000001 , 0x00000006 
- 00000972  0x0000057a store  0x00000001 , 0x00004c67 
- 00000973  0x0000057b call  0x000003d9 
- 00000974  0x0000057c setarg  0x00000000 
- 00000975  0x0000057d rtn 
- 00000976  0x0000057f fetch  0x00000002 , 0x000002b9 
- 00000977  0x00000580 copy  0x0000003f , 0x00000005 
- 00000978  0x00000581 rtn 
- 00000979  0x00000583 fetch  0x00000002 , 0x000002b7 
- 00000980  0x00000584 copy  0x0000003f , 0x00000006 
- 00000981  0x00000585 rtn 
- 00000982  0x00000587 copy  0x00000005 , 0x0000003f 
- 00000983  0x00000588 store  0x00000002 , 0x000002b9 
- 00000984  0x00000589 rtn 
- 00000985  0x0000058b copy  0x00000006 , 0x0000003f 
- 00000986  0x0000058c store  0x00000002 , 0x000002b7 
- 00000987  0x0000058d rtn 
- 00000988  0x00000590 call  0x000003d0 
- 00000989  0x00000591 branch  0x0000588a 
- 00000990  0x00000595 fetch  0x00000001 , 0x00004bab 
- 00000991  0x00000596 add  0x0000003f , 0x00000001 , 0x00000002 
- 00000992  0x00000597 and  0x00000002 , 0x00000003 , 0x00000002 
- 00000993  0x00000598 storet  0x00000001 , 0x00004bab 
- 00000994  0x00000599 mul32  0x0000003f , 0x00000007 , 0x0000003f 
- 00000995  0x0000059a arg  0x00004bad , 0x00000006 
- 00000996  0x0000059b iadd  0x00000006 , 0x00000006 
- 00000997  0x0000059c fetch  0x00000001 , 0x00004c82 
- 00000998  0x0000059d increase  0xfffffffb , 0x0000003f 
- 00000999  0x0000059e copy  0x0000003f , 0x00000039 
- 00001000  0x0000059f arg  0x00004445 , 0x00000005 
- 00001001  0x000005a0 call  0x00007e45 
- 00001002  0x000005a1 fetcht  0x00000001 , 0x00004c82 
- 00001003  0x000005a2 branch  0x00005892 
- 00001004  0x000005a6 copy  0x00000013 , 0x0000003f 
- 00001005  0x000005a7 beq  0x00000003 , 0x000003fa 
- 00001006  0x000005a8 beq  0x0000000a , 0x000003fe 
- 00001007  0x000005a9 beq  0x00000000 , 0x000003f7 
- 00001008  0x000005aa beq  0x00000012 , 0x000003fc 
- 00001009  0x000005ab beq  0x00000002 , 0x00000400 
- 00001010  0x000005ac sub  0x0000003f , 0x0000000d , 0x0000003e 
- 00001011  0x000005ad branch  0x000058c0 , 0x00000002 
- 00001012  0x000005ae store  0x00000001 , 0x00004c68 
- 00001013  0x000005af jam  0x00000027 , 0x00000b7d 
- 00001014  0x000005b0 branch  0x00005620 
- 00001015  0x000005b2 jam  0x00000000 , 0x00004131 
- 00001016  0x000005b3 call  0x00005924 
- 00001017  0x000005b4 rtn 
- 00001018  0x000005b7 jam  0x00000000 , 0x00004c7c 
- 00001019  0x000005b8 branch  0x00005938 
- 00001020  0x000005bb jam  0x00000033 , 0x00000b7d 
- 00001021  0x000005bc branch  0x00005620 
- 00001022  0x000005bf jam  0x0000002b , 0x00000b7d 
- 00001023  0x000005c0 branch  0x00005620 
- 00001024  0x000005c3 setarg  0x00000014 
- 00001025  0x000005c4 store  0x00000002 , 0x000003ef 
- 00001026  0x000005c5 rtn 
- 00001027  0x000005c8 fetch  0x00000001 , 0x0000443e 
- 00001028  0x000005c9 compare  0x00000001 , 0x00000001 , 0x00000003 
- 00001029  0x000005ca branch  0x00000407 , 0x00000001 
- 00001030  0x000005cb branch  0x000058a7 
- 00001031  0x000005cd fetch  0x00000001 , 0x0000443f 
- 00001032  0x000005ce rtn  0x00000034 
- 00001033  0x000005cf branch  0x000058a7 
- 00001034  0x000005d3 ifetch  0x00000001 , 0x00000006 
- 00001035  0x000005d4 beq  0x00000001 , 0x00000411 
- 00001036  0x000005d5 beq  0x00000004 , 0x00000416 
- 00001037  0x000005d6 beq  0x00000009 , 0x0000040f 
- 00001038  0x000005d7 branch  0x000058f8 
- 00001039  0x000005db jam  0x00000003 , 0x00004c69 
- 00001040  0x000005dc branch  0x00005974 
- 00001041  0x000005df store  0x00000001 , 0x000044ae 
- 00001042  0x000005e0 ifetch  0x00000006 , 0x00000006 
- 00001043  0x000005e1 istore  0x00000006 , 0x00000005 
- 00001044  0x000005e2 jam  0x00000042 , 0x00000b7d 
- 00001045  0x000005e3 branch  0x00005620 
- 00001046  0x000005e6 call  0x000074a8 
- 00001047  0x000005e7 branch  0x00000419 , 0x00000005 
- 00001048  0x000005e8 branch  0x00005968 
- 00001049  0x000005ea jam  0x00000002 , 0x00004c69 
- 00001050  0x000005eb branch  0x0000596a 
- 00001051  0x0000060a jam  0x00000000 , 0x00004131 
- 00001052  0x0000060b jam  0x00000000 , 0x00004c7d 
- 00001053  0x0000060c call  0x00003f86 
- 00001054  0x0000060d call  0x00003f7e 
- 00001055  0x0000060e call  0x00003fa4 
- 00001056  0x0000060f branch  0x00003ecc 
- 00001057  0x00000613 jam  0x00000000 , 0x00004213 
- 00001058  0x00000614 jam  0x00000000 , 0x0000448b 
- 00001059  0x00000615 jam  0x00000000 , 0x00004c7c 
- 00001060  0x00000616 jam  0x00000000 , 0x00004c69 
- 00001061  0x00000617 jam  0x00000000 , 0x00004c7f 
- 00001062  0x00000618 jam  0x00000000 , 0x00004c7d 
- 00001063  0x00000619 branch  0x00003ed0 
- 00001064  0x0000061d setarg  0x00000000 
- 00001065  0x0000061e store  0x00000004 , 0x00004ba9 
- 00001066  0x0000061f rtn 
- 00012288  0x0000062a call  0x00003c74 
- 00012289  0x0000062e set0  0x00000025 , 0x00000000 
- 00012290  0x0000062f bpatch  0x00000000 , 0x00004000 
- 00012291  0x00000630 clear_stack 
- 00012292  0x00000631 call  0x00003a9e 
- 00012293  0x00000632 call  0x00006805 
- 00012294  0x00000633 call  0x00003bfa 
- 00012295  0x00000634 call  0x00004d98 
- 00012296  0x00000635 set0  0x00000025 , 0x00000000 
- 00012297  0x00000636 bpatch  0x00000001 , 0x00004000 
- 00012298  0x00000637 call  0x00006b53 
- 00012299  0x00000638 call  0x00005b62 
- 00012300  0x00000639 call  0x00007b9d 
- 00012301  0x0000063a call  0x00003e4f 
- 00012302  0x0000063b set0  0x00000025 , 0x00000000 
- 00012303  0x0000063c bpatch  0x00000002 , 0x00004000 
- 00012304  0x0000063d call  0x00003e5f , 0x0000002b 
- 00012305  0x0000063e call  0x00007719 
- 00012306  0x0000063f call  0x00003cf1 , 0x0000002b 
- 00012307  0x00000641 set0  0x00000025 , 0x00000000 
- 00012308  0x00000642 bpatch  0x00000003 , 0x00004000 
- 00012309  0x00000643 call  0x00007813 
- 00012310  0x00000644 call  0x00005373 
- 00012311  0x00000645 call  0x00004449 
- 00012312  0x00000646 set0  0x00000025 , 0x00000000 
- 00012313  0x00000647 bpatch  0x00000004 , 0x00004000 
- 00012314  0x00000648 call  0x0000303e 
- 00012315  0x00000649 call  0x00003e6a 
- 00012316  0x0000064a call  0x000030a1 
- 00012317  0x0000064b set0  0x00000025 , 0x00000000 
- 00012318  0x0000064c bpatch  0x00000005 , 0x00004000 
- 00012319  0x0000064d call  0x00003392 
- 00012320  0x0000064e call  0x00003407 
- 00012321  0x0000064f call  0x00003024 
- 00012322  0x00000650 call  0x00003d1c 
- 00012323  0x00000651 branch  0x00003013 
- 00012324  0x00000654 call  0x00003029 
- 00012325  0x00000655 rtnmark0  0x00000009 
- 00012326  0x00000656 set0  0x00000009 , 0x00000000 
- 00012327  0x00000657 call  0x000032bd 
- 00012328  0x00000658 branch  0x000053d7 
- 00012329  0x0000065b set0  0x00000025 , 0x00000000 
- 00012330  0x0000065c bpatch  0x00000006 , 0x00004000 
- 00012331  0x0000065d call  0x000032fe 
- 00012332  0x0000065e nbranch  0x00003033 , 0x00000005 
- 00012333  0x0000065f call  0x000032a3 
- 00012334  0x00000660 add  0x00000011 , 0x00000001 , 0x00000006 
- 00012335  0x00000661 ifetch  0x00000001 , 0x00000006 
- 00012336  0x00000662 bbit1  0x00000000 , 0x00005377 
- 00012337  0x00000663 bbit1  0x00000001 , 0x000031a7 
- 00012338  0x00000664 branch  0x00003473 
- 00012339  0x00000666 set0  0x00000025 , 0x00000000 
- 00012340  0x00000667 bpatch  0x00000007 , 0x00004000 
- 00012341  0x00000668 call  0x000032c6 
- 00012342  0x00000669 copy  0x00000039 , 0x0000003e 
- 00012343  0x0000066a rtn  0x00000005 
- 00012344  0x0000066b call  0x000032a3 
- 00012345  0x0000066c fetch  0x00000001 , 0x00000030 
- 00012346  0x0000066d bbit1  0x00000003 , 0x00003103 
- 00012347  0x0000066e fetch  0x00000001 , 0x00000031 
- 00012348  0x0000066f bbit1  0x00000001 , 0x000031a7 
- 00012349  0x00000670 branch  0x00003473 
- 00012350  0x00000679 fetch  0x00000001 , 0x00004272 
- 00012351  0x0000067a rtn  0x00000034 
- 00012352  0x0000067b beq  0x00000001 , 0x0000304e 
- 00012353  0x0000067c beq  0x00000002 , 0x00003053 
- 00012354  0x0000067d beq  0x00000003 , 0x00003056 
- 00012355  0x0000067e beq  0x00000005 , 0x0000305b 
- 00012356  0x0000067f beq  0x0000001b , 0x0000304b 
- 00012357  0x00000680 call  0x000032f6 
- 00012358  0x00000681 rtn  0x00000005 
- 00012359  0x00000682 call  0x000032f9 
- 00012360  0x00000683 rtn  0x00000005 
- 00012361  0x00000685 jam  0x00000000 , 0x00004272 
- 00012362  0x00000686 rtn 
- 00012363  0x00000689 jam  0x0000001b , 0x0000041c 
- 00012364  0x0000068a jam  0x00000000 , 0x00004272 
- 00012365  0x0000068b rtn 
- 00012366  0x0000068e set1  0x0000001c , 0x00000000 
- 00012367  0x0000068f set0  0x0000001e , 0x00000000 
- 00012368  0x00000690 jam  0x000000ff , 0x0000008e 
- 00012369  0x00000691 jam  0x0000001f , 0x0000008c 
- 00012370  0x00000692 branch  0x00003049 
- 00012371  0x00000695 set0  0x0000001c , 0x00000000 
- 00012372  0x00000696 force  0x00000000 , 0x0000001b 
- 00012373  0x00000697 branch  0x00003049 
- 00012374  0x0000069a call  0x000032f9 
- 00012375  0x0000069b rtn  0x00000005 
- 00012376  0x0000069c force  0x00000001 , 0x00000002 
- 00012377  0x0000069d jam  0x00000005 , 0x00000178 
- 00012378  0x0000069e branch  0x00003068 
- 00012379  0x000006a1 set0  0x00000025 , 0x00000000 
- 00012380  0x000006a2 bpatch  0x00000008 , 0x00004001 
- 00012381  0x000006a3 fetch  0x00000001 , 0x00004132 
- 00012382  0x000006a4 beq  0x00000001 , 0x00003064 
- 00012383  0x000006a6 fetch  0x00000006 , 0x00004274 
- 00012384  0x000006a7 branch  0x00003049 , 0x00000034 
- 00012385  0x000006a8 jam  0x00000001 , 0x000047f3 
- 00012386  0x000006aa jam  0x00000003 , 0x00000055 
- 00012387  0x000006ab branch  0x00003067 
- 00012388  0x000006ae fetch  0x00000006 , 0x00004274 
- 00012389  0x000006af branch  0x00003049 , 0x00000034 
- 00012390  0x000006b0 store  0x00000006 , 0x00000040 
- 00012391  0x000006b2 force  0x00000025 , 0x00000002 
- 00012392  0x000006b4 set0  0x00000025 , 0x00000000 
- 00012393  0x000006b5 bpatch  0x00000009 , 0x00004001 
- 00012394  0x000006b6 fetch  0x00000001 , 0x000000f3 
- 00012395  0x000006b7 branch  0x0000306f , 0x00000034 
- 00012396  0x000006b8 lshift3  0x0000003f , 0x0000003f 
- 00012397  0x000006b9 lshift4  0x0000003f , 0x0000003f 
- 00012398  0x000006ba increase  0xffffffff , 0x0000003f 
- 00012399  0x000006bc store  0x00000001 , 0x00004146 
- 00012400  0x000006bd store  0x00000001 , 0x000000f2 
- 00012401  0x000006be jam  0x0000001f , 0x0000008d 
- 00012402  0x000006bf set0  0x0000000c , 0x00000000 
- 00012403  0x000006c0 call  0x000032d6 
- 00012404  0x000006c1 nbranch  0x00003090 , 0x00000005 
- 00012405  0x000006c2 call  0x00003bd1 
- 00012406  0x000006c3 store  0x00000001 , 0x00000077 
- 00012407  0x000006c4 storet  0x00000001 , 0x0000007c 
- 00012408  0x000006c5 fetch  0x00000006 , 0x00004274 
- 00012409  0x000006c6 store  0x00000006 , 0x00000040 
- 00012410  0x000006c7 set0  0x00000025 , 0x00000000 
- 00012411  0x000006c8 bpatch  0x0000000a , 0x00004001 
- 00012412  0x000006c9 force  0x00000000 , 0x0000003f 
- 00012413  0x000006ca compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00012414  0x000006cb nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00012415  0x000006cc set1  0x00000003 , 0x0000003f 
- 00012416  0x000006cd store  0x00000001 , 0x00000030 
- 00012417  0x000006ce jam  0x00000003 , 0x00000b7d 
- 00012418  0x000006cf call  0x00007c27 
- 00012419  0x000006d0 force  0x00000000 , 0x0000003f 
- 00012420  0x000006d1 setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00012421  0x000006d2 store  0x00000001 , 0x0000004c 
- 00012422  0x000006d3 setarg  0x00000000 
- 00012423  0x000006d4 set1  0x00000001 , 0x0000003f 
- 00012424  0x000006d5 store  0x00000001 , 0x00000031 
- 00012425  0x000006d6 enable  0x00000029 
- 00012426  0x000006d7 call  0x000032bd 
- 00012427  0x000006d8 disable  0x00000029 
- 00012428  0x000006d9 force  0x00000004 , 0x00000007 
- 00012429  0x000006da fetch  0x00000002 , 0x00004159 
- 00012430  0x000006db call  0x00007e4c 
- 00012431  0x000006dc branch  0x00003049 
- 00012432  0x000006de set0  0x00000025 , 0x00000000 
- 00012433  0x000006df bpatch  0x0000000b , 0x00004001 
- 00012434  0x000006e0 fetch  0x00000006 , 0x00004274 
- 00012435  0x000006e1 store  0x00000006 , 0x00000040 
- 00012436  0x000006e2 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00012437  0x000006e3 branch  0x00003099 , 0x00000001 
- 00012438  0x000006e4 force  0x00000007 , 0x00000002 
- 00012439  0x000006e5 call  0x00004826 
- 00012440  0x000006e6 branch  0x00003049 
- 00012441  0x000006e8 arg  0x00000103 , 0x00000005 
- 00012442  0x000006e9 arg  0x00000008 , 0x00000039 
- 00012443  0x000006ea call  0x00007e3b 
- 00012444  0x000006eb force  0x00000007 , 0x00000007 
- 00012445  0x000006ec call  0x00004898 
- 00012446  0x000006ed jam  0x00000004 , 0x00000b7d 
- 00012447  0x000006ee call  0x00007c27 
- 00012448  0x000006ef branch  0x00003049 
- 00012449  0x000006f7 rtnmark0  0x0000001c 
- 00012450  0x000006f8 force  0x00000002 , 0x00000007 
- 00012451  0x000006f9 call  0x00007e53 
- 00012452  0x000006fa nsetflag  0x00000034 , 0x0000001c , 0x00000000 
- 00012453  0x000006fb nbranch  0x000030a7 , 0x00000034 
- 00012454  0x000006fc rtn 
- 00012455  0x00000701 set0  0x00000025 , 0x00000000 
- 00012456  0x00000702 bpatch  0x0000000c , 0x00004001 
- 00012457  0x00000703 fetcht  0x00000002 , 0x0000415b 
- 00012458  0x00000704 force  0x00000004 , 0x00000007 
- 00012459  0x00000705 call  0x0000383d 
- 00012460  0x00000706 rtn  0x00000028 
- 00012461  0x00000707 call  0x00003a12 
- 00012462  0x00000708 force  0x00000000 , 0x00000024 
- 00012463  0x0000070a rtn  0x00000003 
- 00012464  0x0000070b set0  0x0000000b , 0x00000000 
- 00012465  0x0000070c set0  0x00000000 , 0x00000000 
- 00012466  0x0000070e add  0x00000022 , 0x00000001 , 0x00000021 
- 00012467  0x0000070f isolate1  0x0000001e , 0x00000000 
- 00012468  0x00000710 setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00012469  0x00000711 compare  0x00000000 , 0x00000021 , 0x00000002 
- 00012470  0x00000712 nbranch  0x000030d3 , 0x00000001 
- 00012471  0x00000715 set0  0x00000025 , 0x00000000 
- 00012472  0x00000716 bpatch  0x0000000d , 0x00004001 
- 00012473  0x00000717 fetch  0x00000001 , 0x00000012 
- 00012474  0x00000718 increase  0x00000001 , 0x0000003f 
- 00012475  0x00000719 store  0x00000001 , 0x00000012 
- 00012476  0x0000071a call  0x00003a49 
- 00012477  0x0000071b call  0x00003a42 
- 00012478  0x0000071c call  0x00003a66 
- 00012479  0x0000071d call  0x00003bae 
- 00012480  0x0000071e call  0x00003bb4 
- 00012481  0x0000071f call  0x00003bc5 
- 00012482  0x00000720 call  0x0000375c 
- 00012483  0x00000721 call  0x000030c5 
- 00012484  0x00000722 branch  0x000030af 
- 00012485  0x00000725 set0  0x00000025 , 0x00000000 
- 00012486  0x00000726 bpatch  0x0000000e , 0x00004001 
- 00012487  0x00000727 fetch  0x00000001 , 0x0000008c 
- 00012488  0x00000728 increase  0xffffffff , 0x0000003f 
- 00012489  0x00000729 store  0x00000001 , 0x0000008c 
- 00012490  0x0000072a rtn  0x00000002 
- 00012491  0x0000072b jam  0x0000001f , 0x0000008c 
- 00012492  0x0000072c fetch  0x00000001 , 0x0000008e 
- 00012493  0x0000072d increase  0xffffffff , 0x0000003f 
- 00012494  0x0000072e store  0x00000001 , 0x0000008e 
- 00012495  0x0000072f rtn  0x00000002 
- 00012496  0x00000730 setflip  0x0000001e , 0x00000000 
- 00012497  0x00000731 jam  0x000000ff , 0x0000008e 
- 00012498  0x00000732 rtn 
- 00012499  0x00000735 set0  0x00000025 , 0x00000000 
- 00012500  0x00000736 bpatch  0x0000000f , 0x00004001 
- 00012501  0x00000737 call  0x00003a49 
- 00012502  0x00000738 call  0x00003a3b 
- 00012503  0x00000739 call  0x00003a66 
- 00012504  0x0000073a call  0x00003bba 
- 00012505  0x0000073b call  0x00003b3a 
- 00012506  0x0000073c call  0x00003b63 
- 00012507  0x0000073d branch  0x000030de , 0x00000018 
- 00012508  0x0000073e call  0x000030c5 
- 00012509  0x0000073f branch  0x000030b2 
- 00012510  0x00000741 set0  0x00000025 , 0x00000000 
- 00012511  0x00000742 bpatch  0x00000010 , 0x00004002 
- 00012512  0x00000743 call  0x00003af3 
- 00012513  0x00000744 call  0x00003bcd 
- 00012514  0x00000745 call  0x000035e1 
- 00012515  0x00000746 set0  0x00000001 , 0x00000000 
- 00012516  0x00000747 rtnmark0  0x0000000b 
- 00012517  0x00000749 set0  0x00000025 , 0x00000000 
- 00012518  0x0000074a bpatch  0x00000011 , 0x00004002 
- 00012519  0x0000074b fetch  0x00000001 , 0x000042a4 
- 00012520  0x0000074c bbit1  0x00000000 , 0x00004221 
- 00012521  0x0000074d call  0x0000477b 
- 00012522  0x0000074f fetch  0x00000001 , 0x00000013 
- 00012523  0x00000750 increase  0x00000001 , 0x0000003f 
- 00012524  0x00000751 store  0x00000001 , 0x00000013 
- 00012525  0x00000752 rtn 
- 00012526  0x00000754 set0  0x0000000b , 0x00000000 
- 00012527  0x00000755 call  0x000030fe 
- 00012528  0x00000756 call  0x00003a49 
- 00012529  0x00000757 call  0x00003a3b 
- 00012530  0x00000758 call  0x000034e1 
- 00012531  0x00000759 call  0x00003bba 
- 00012532  0x0000075a call  0x00003b3a 
- 00012533  0x0000075b call  0x00003b63 
- 00012534  0x0000075c branch  0x000030f8 , 0x00000018 
- 00012535  0x0000075d rtn 
- 00012536  0x0000075f call  0x00003bcd 
- 00012537  0x00000760 call  0x000035e1 
- 00012538  0x00000761 set0  0x00000001 , 0x00000000 
- 00012539  0x00000762 branch  0x000030e5 , 0x00000006 
- 00012540  0x00000763 call  0x0000479b 
- 00012541  0x00000764 branch  0x000030ea 
- 00012542  0x00000767 arg  0x00000600 , 0x0000000b 
- 00012543  0x00000769 until  0x00000023 , 0x00000026 
- 00012544  0x0000076a and  0x00000022 , 0x00000003 , 0x0000003f 
- 00012545  0x0000076b bne  0x00000001 , 0x000030ff 
- 00012546  0x0000076c rtn 
- 00012547  0x00000776 set0  0x00000025 , 0x00000000 
- 00012548  0x00000777 bpatch  0x00000012 , 0x00004002 
- 00012549  0x00000778 enable  0x00000029 
- 00012550  0x00000779 enable  0x00000030 
- 00012551  0x0000077a fetch  0x00000002 , 0x00004155 
- 00012552  0x0000077b branch  0x0000310c , 0x00000034 
- 00012553  0x0000077c force  0x0000000d , 0x00000007 
- 00012554  0x0000077d call  0x00007e53 
- 00012555  0x0000077e nrtn  0x00000034 
- 00012556  0x00000780 set0  0x00000025 , 0x00000000 
- 00012557  0x00000781 bpatch  0x00000013 , 0x00004002 
- 00012558  0x00000782 fetcht  0x00000002 , 0x00004157 
- 00012559  0x00000783 force  0x00000028 , 0x00000007 
- 00012560  0x00000784 call  0x0000383d 
- 00012561  0x00000785 branch  0x0000314e , 0x00000028 
- 00012562  0x00000786 force  0x00000004 , 0x00000007 
- 00012563  0x00000787 call  0x00007e53 
- 00012564  0x00000788 nbranch  0x00003127 , 0x00000034 
- 00012565  0x00000789 fetch  0x00000001 , 0x0000004c 
- 00012566  0x0000078a bbit1  0x00000004 , 0x0000311a 
- 00012567  0x0000078b force  0x00000004 , 0x00000002 
- 00012568  0x0000078c call  0x00004826 
- 00012569  0x0000078d branch  0x0000311f 
- 00012570  0x0000078f arg  0x00000103 , 0x00000005 
- 00012571  0x00000790 arg  0x00000008 , 0x00000039 
- 00012572  0x00000791 call  0x00007e3b 
- 00012573  0x00000792 force  0x00000004 , 0x00000007 
- 00012574  0x00000793 call  0x00004898 
- 00012575  0x00000795 set0  0x00000025 , 0x00000000 
- 00012576  0x00000796 bpatch  0x00000014 , 0x00004002 
- 00012577  0x00000797 jam  0x00000000 , 0x00000030 
- 00012578  0x00000798 call  0x00005b63 
- 00012579  0x00000799 jam  0x00000000 , 0x000047f3 
- 00012580  0x0000079a jam  0x00000013 , 0x00000b7d 
- 00012581  0x0000079b call  0x00007c27 
- 00012582  0x0000079c branch  0x0000314e 
- 00012583  0x0000079f set0  0x00000025 , 0x00000000 
- 00012584  0x000007a0 bpatch  0x00000015 , 0x00004002 
- 00012585  0x000007a1 force  0x00000000 , 0x0000000b 
- 00012586  0x000007a2 until  0x00000023 , 0x00000026 
- 00012587  0x000007a3 fetch  0x00000001 , 0x000000f4 
- 00012588  0x000007a4 increase  0xffffffff , 0x0000003f 
- 00012589  0x000007a5 ixor  0x00000022 , 0x0000003f 
- 00012590  0x000007a6 compare  0x00000000 , 0x0000003f , 0x00000003 
- 00012591  0x000007a7 nbranch  0x00003127 , 0x00000001 
- 00012592  0x000007a8 deposit  0x00000004 
- 00012593  0x000007a9 store  0x00000001 , 0x0000018b 
- 00012594  0x000007aa force  0x00000000 , 0x00000026 
- 00012595  0x000007ab force  0x00000000 , 0x00000024 
- 00012596  0x000007ae set0  0x00000025 , 0x00000000 
- 00012597  0x000007af bpatch  0x00000016 , 0x00004002 
- 00012598  0x000007b0 branch  0x0000314e , 0x00000003 
- 00012599  0x000007b1 call  0x00003a4d 
- 00012600  0x000007b2 arg  0x00000600 , 0x0000000b 
- 00012601  0x000007b3 until  0x00000023 , 0x00000026 
- 00012602  0x000007b5 set0  0x00000025 , 0x00000000 
- 00012603  0x000007b6 bpatch  0x00000017 , 0x00004002 
- 00012604  0x000007b7 fetch  0x00000004 , 0x000000f4 
- 00012605  0x000007b8 iforce  0x00000021 
- 00012606  0x000007b9 increase  0x00000001 , 0x0000003f 
- 00012607  0x000007ba store  0x00000004 , 0x000000f4 
- 00012608  0x000007bb isolate1  0x0000000c , 0x00000000 
- 00012609  0x000007bc setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00012610  0x000007bd compare  0x00000000 , 0x00000021 , 0x00000002 
- 00012611  0x000007be nbranch  0x00003164 , 0x00000001 
- 00012612  0x000007bf fetch  0x00000001 , 0x0000000c 
- 00012613  0x000007c0 increase  0x00000001 , 0x0000003f 
- 00012614  0x000007c1 store  0x00000001 , 0x0000000c 
- 00012615  0x000007c2 call  0x00003a42 
- 00012616  0x000007c3 call  0x00003bae 
- 00012617  0x000007c4 call  0x00003bb4 
- 00012618  0x000007c5 call  0x00003bc5 
- 00012619  0x000007c6 call  0x0000375c 
- 00012620  0x000007c7 call  0x00003155 
- 00012621  0x000007c8 branch  0x00003134 
- 00012622  0x000007cb set0  0x00000025 , 0x00000000 
- 00012623  0x000007cc bpatch  0x00000018 , 0x00004003 
- 00012624  0x000007cd disable  0x00000029 
- 00012625  0x000007ce fetch  0x00000002 , 0x00004155 
- 00012626  0x000007cf rtn  0x00000034 
- 00012627  0x000007d0 force  0x0000000d , 0x00000007 
- 00012628  0x000007d1 branch  0x00007e4c 
- 00012629  0x000007d4 set0  0x00000025 , 0x00000000 
- 00012630  0x000007d5 bpatch  0x00000019 , 0x00004003 
- 00012631  0x000007d6 fetch  0x00000001 , 0x0000008d 
- 00012632  0x000007d7 increase  0xffffffff , 0x0000003f 
- 00012633  0x000007d8 store  0x00000001 , 0x0000008d 
- 00012634  0x000007d9 rtn  0x00000002 
- 00012635  0x000007da jam  0x0000001f , 0x0000008d 
- 00012636  0x000007db fetch  0x00000001 , 0x000000f2 
- 00012637  0x000007dc increase  0xffffffff , 0x0000003f 
- 00012638  0x000007dd store  0x00000001 , 0x000000f2 
- 00012639  0x000007de rtn  0x00000002 
- 00012640  0x000007df setflip  0x0000000c , 0x00000000 
- 00012641  0x000007e0 fetch  0x00000001 , 0x00004146 
- 00012642  0x000007e1 store  0x00000001 , 0x000000f2 
- 00012643  0x000007e2 rtn 
- 00012644  0x000007e5 set0  0x00000025 , 0x00000000 
- 00012645  0x000007e6 bpatch  0x0000001a , 0x00004003 
- 00012646  0x000007e7 call  0x00003a3b 
- 00012647  0x000007e8 call  0x00003bba 
- 00012648  0x000007e9 call  0x00003b3a 
- 00012649  0x000007ea call  0x00003b63 
- 00012650  0x000007eb branch  0x0000316d , 0x00000018 
- 00012651  0x000007ec call  0x00003155 
- 00012652  0x000007ed branch  0x0000313a 
- 00012653  0x000007ef call  0x0000375c 
- 00012654  0x000007f0 fetch  0x00000001 , 0x0000000d 
- 00012655  0x000007f1 increase  0x00000001 , 0x0000003f 
- 00012656  0x000007f2 store  0x00000001 , 0x0000000d 
- 00012657  0x000007f3 force  0x00000000 , 0x0000001b 
- 00012658  0x000007f4 fetch  0x00000004 , 0x000000f4 
- 00012659  0x000007f6 set0  0x00000025 , 0x00000000 
- 00012660  0x000007f7 bpatch  0x0000001b , 0x00004003 
- 00012661  0x000007f8 call  0x00003bac 
- 00012662  0x000007f9 call  0x00003a4d 
- 00012663  0x000007fa increase  0x00000001 , 0x00000026 
- 00012664  0x000007fc and_into  0x000001fd , 0x00000021 
- 00012665  0x000007fd and_into  0x000001fc , 0x00000024 
- 00012666  0x000007fe call  0x00003a42 
- 00012667  0x000007ff call  0x00003bae 
- 00012668  0x00000800 call  0x00003bb4 
- 00012669  0x00000801 call  0x00003bc5 
- 00012670  0x00000802 deposit  0x00000022 
- 00012671  0x00000803 store  0x00000004 , 0x0000016b 
- 00012672  0x00000804 force  0x00000000 , 0x00000004 
- 00012673  0x00000805 force  0x00000002 , 0x00000001 
- 00012674  0x00000806 call  0x00003bcd 
- 00012675  0x00000807 call  0x000038c1 
- 00012676  0x00000809 set0  0x00000025 , 0x00000000 
- 00012677  0x0000080a bpatch  0x0000001c , 0x00004003 
- 00012678  0x0000080b call  0x00003baa 
- 00012679  0x0000080c or_into  0x00000002 , 0x00000021 
- 00012680  0x0000080d and_into  0x000001fc , 0x00000024 
- 00012681  0x0000080e call  0x00003a3b 
- 00012682  0x0000080f call  0x00003bba 
- 00012683  0x00000810 call  0x00003b3a 
- 00012684  0x00000811 call  0x00003b63 
- 00012685  0x00000812 call  0x0000375c , 0x00000018 
- 00012686  0x00000813 branch  0x00003194 , 0x00000018 
- 00012687  0x00000814 fetch  0x00000001 , 0x00000010 
- 00012688  0x00000815 branch  0x00003134 , 0x00000034 
- 00012689  0x00000816 increase  0xffffffff , 0x0000003f 
- 00012690  0x00000817 store  0x00000001 , 0x00000010 
- 00012691  0x00000818 branch  0x00003173 
- 00012692  0x0000081b set0  0x00000025 , 0x00000000 
- 00012693  0x0000081c bpatch  0x0000001d , 0x00004003 
- 00012694  0x0000081d fetch  0x00000001 , 0x0000000e 
- 00012695  0x0000081e increase  0x00000001 , 0x0000003f 
- 00012696  0x0000081f store  0x00000001 , 0x0000000e 
- 00012697  0x00000820 call  0x000034ed 
- 00012698  0x00000822 call  0x0000338b 
- 00012699  0x00000823 branch  0x0000319f , 0x00000018 
- 00012700  0x00000824 call  0x0000350e 
- 00012701  0x00000825 nbranch  0x0000319a , 0x00000034 
- 00012702  0x00000826 branch  0x00003134 
- 00012703  0x00000829 set0  0x00000025 , 0x00000000 
- 00012704  0x0000082a bpatch  0x0000001e , 0x00004003 
- 00012705  0x0000082b fetch  0x00000001 , 0x00000030 
- 00012706  0x0000082c set0  0x00000003 , 0x0000003f 
- 00012707  0x0000082d store  0x00000001 , 0x00000030 
- 00012708  0x0000082e call  0x000034f9 
- 00012709  0x0000082f disable  0x00000029 
- 00012710  0x00000830 rtn 
- 00012711  0x00000834 set0  0x00000025 , 0x00000000 
- 00012712  0x00000835 bpatch  0x0000001f , 0x00004003 
- 00012713  0x00000836 enable  0x00000029 
- 00012714  0x00000837 enable  0x00000030 
- 00012715  0x00000838 call  0x0000324e 
- 00012716  0x00000839 rtn  0x00000028 
- 00012717  0x0000083a call  0x00003e25 
- 00012718  0x0000083b call  0x00003bac 
- 00012719  0x0000083c add  0x00000022 , 0x00000001 , 0x00000021 
- 00012720  0x0000083d call  0x00003a54 
- 00012721  0x0000083e force  0x00000003 , 0x00000024 
- 00012722  0x0000083f call  0x0000327c 
- 00012723  0x00000840 call  0x00006a54 
- 00012724  0x00000841 call  0x00006e10 
- 00012725  0x00000842 call  0x00003547 
- 00012726  0x00000843 call  0x00003a42 
- 00012727  0x00000844 call  0x00003bae 
- 00012728  0x00000845 call  0x00003bb4 
- 00012729  0x00000846 call  0x00003bc5 
- 00012730  0x00000847 call  0x000038bf 
- 00012731  0x00000849 set0  0x00000025 , 0x00000000 
- 00012732  0x0000084a bpatch  0x00000020 , 0x00004004 
- 00012733  0x0000084b call  0x00005b78 
- 00012734  0x0000084c call  0x00004995 
- 00012735  0x0000084d call  0x000048a9 
- 00012736  0x0000084e call  0x0000337c 
- 00012737  0x0000084f nbranch  0x000031c7 , 0x0000002d 
- 00012738  0x00000850 call  0x00003bec 
- 00012739  0x00000851 call  0x00003870 
- 00012740  0x00000852 fetch  0x00000001 , 0x0000000f 
- 00012741  0x00000853 increase  0x00000001 , 0x0000003f 
- 00012742  0x00000854 store  0x00000001 , 0x0000000f 
- 00012743  0x00000856 set0  0x00000025 , 0x00000000 
- 00012744  0x00000857 bpatch  0x00000021 , 0x00004004 
- 00012745  0x00000858 call  0x00006dec 
- 00012746  0x00000859 call  0x000031d5 
- 00012747  0x0000085a nrtn  0x00000029 
- 00012748  0x0000085b call  0x00003812 
- 00012749  0x0000085c nbranch  0x000031d2 , 0x00000034 
- 00012750  0x0000085e call  0x00006a5c 
- 00012751  0x0000085f call  0x00003290 
- 00012752  0x00000860 disable  0x00000029 
- 00012753  0x00000861 rtn 
- 00012754  0x00000864 call  0x00003547 
- 00012755  0x00000865 call  0x00003371 
- 00012756  0x00000866 branch  0x000031bb 
- 00012757  0x0000086a branch  0x000031d8 , 0x0000002d 
- 00012758  0x0000086b call  0x00003be2 
- 00012759  0x0000086c branch  0x000031e6 , 0x00000002 
- 00012760  0x0000086e call  0x00003204 
- 00012761  0x0000086f nbranch  0x000031e6 , 0x00000028 
- 00012762  0x00000870 fetch  0x00000001 , 0x0000004c 
- 00012763  0x00000871 rtnbit0  0x00000004 
- 00012764  0x00000872 rtnbit1  0x00000003 
- 00012765  0x00000873 fetch  0x00000001 , 0x0000004b 
- 00012766  0x00000874 rtnbit1  0x00000003 
- 00012767  0x00000875 call  0x0000320d 
- 00012768  0x00000876 nrtn  0x00000034 
- 00012769  0x00000877 fetch  0x00000001 , 0x00000178 
- 00012770  0x00000878 increase  0xffffffff , 0x0000003f 
- 00012771  0x00000879 store  0x00000001 , 0x00000178 
- 00012772  0x0000087a nrtn  0x00000034 
- 00012773  0x0000087b branch  0x00005ed5 
- 00012774  0x0000087e set0  0x00000025 , 0x00000000 
- 00012775  0x0000087f bpatch  0x00000022 , 0x00004004 
- 00012776  0x00000880 call  0x00003516 
- 00012777  0x00000881 disable  0x00000029 
- 00012778  0x00000882 fetch  0x00000001 , 0x0000004c 
- 00012779  0x00000883 bbit1  0x00000004 , 0x000031f2 
- 00012780  0x00000884 fetch  0x00000001 , 0x00000030 
- 00012781  0x00000885 bbit0  0x00000004 , 0x000031f0 
- 00012782  0x00000886 fetcht  0x00000001 , 0x00000046 
- 00012783  0x00000887 branch  0x000048c4 
- 00012784  0x00000889 force  0x00000008 , 0x00000002 
- 00012785  0x0000088a branch  0x00004826 
- 00012786  0x0000088c force  0x00000000 , 0x00000007 
- 00012787  0x0000088d fetch  0x00000001 , 0x0000004c 
- 00012788  0x0000088e bbit1  0x00000003 , 0x00004898 
- 00012789  0x00000890 force  0x00000004 , 0x00000007 
- 00012790  0x00000891 arg  0x00000103 , 0x00000005 
- 00012791  0x00000892 arg  0x00000008 , 0x00000039 
- 00012792  0x00000893 call  0x00007e3b 
- 00012793  0x00000894 branch  0x00004898 
- 00012794  0x00000897 set0  0x00000025 , 0x00000000 
- 00012795  0x00000898 bpatch  0x00000023 , 0x00004004 
- 00012796  0x00000899 fetch  0x00000001 , 0x00000030 
- 00012797  0x0000089a rtnbit0  0x00000002 
- 00012798  0x0000089b fetcht  0x00000001 , 0x00000046 
- 00012799  0x0000089c fetch  0x00000001 , 0x000000ac 
- 00012800  0x0000089d isub  0x00000002 , 0x0000003e 
- 00012801  0x0000089e nrtn  0x00000005 
- 00012802  0x0000089f call  0x00003869 
- 00012803  0x000008a0 branch  0x00003293 
- 00012804  0x000008a3 set0  0x00000025 , 0x00000000 
- 00012805  0x000008a4 bpatch  0x00000024 , 0x00004004 
- 00012806  0x000008a5 enable  0x00000028 
- 00012807  0x000008a6 fetch  0x00000001 , 0x0000004b 
- 00012808  0x000008a7 rtnbit0  0x00000003 
- 00012809  0x000008a8 call  0x0000320d 
- 00012810  0x000008a9 nrtn  0x00000034 
- 00012811  0x000008ab disable  0x00000028 
- 00012812  0x000008ac rtn 
- 00012813  0x000008af fetch  0x00000001 , 0x00000072 
- 00012814  0x000008b0 increase  0xffffffff , 0x0000003f 
- 00012815  0x000008b1 store  0x00000001 , 0x00000072 
- 00012816  0x000008b2 rtn 
- 00012817  0x000008b5 set0  0x00000025 , 0x00000000 
- 00012818  0x000008b6 bpatch  0x00000025 , 0x00004004 
- 00012819  0x000008b7 fetch  0x00000001 , 0x00000030 
- 00012820  0x000008b8 bbit1  0x00000007 , 0x0000321f 
- 00012821  0x000008b9 fetch  0x00000001 , 0x00004132 
- 00012822  0x000008ba beq  0x00000001 , 0x0000321d 
- 00012823  0x000008bb fetch  0x00000001 , 0x000007e1 
- 00012824  0x000008bc branch  0x0000321f , 0x00000034 
- 00012825  0x000008bd jam  0x00000000 , 0x000007e1 
- 00012826  0x000008be jam  0x00000018 , 0x00000b7d 
- 00012827  0x000008bf call  0x00007c27 
- 00012828  0x000008c0 branch  0x0000321f 
- 00012829  0x000008c2 call  0x00006216 
- 00012830  0x000008c3 ncall  0x00004852 , 0x00000001 
- 00012831  0x000008c5 set0  0x00000025 , 0x00000000 
- 00012832  0x000008c6 bpatch  0x00000026 , 0x00004004 
- 00012833  0x000008c7 call  0x000032f0 
- 00012834  0x000008c8 fetch  0x00000001 , 0x00000030 
- 00012835  0x000008c9 set1  0x00000007 , 0x0000003f 
- 00012836  0x000008ca store  0x00000001 , 0x00000030 
- 00012837  0x000008cb jam  0x00000001 , 0x0000425e 
- 00012838  0x000008cc fetch  0x00000001 , 0x00000055 
- 00012839  0x000008cd bne  0x00000016 , 0x00003228 
- 00012840  0x000008cf rtn 
- 00012841  0x000008d2 jam  0x00000001 , 0x000007e1 
- 00012842  0x000008d4 fetch  0x00000001 , 0x00000030 
- 00012843  0x000008d5 set0  0x00000007 , 0x0000003f 
- 00012844  0x000008d6 store  0x00000001 , 0x00000030 
- 00012845  0x000008d7 rtn 
- 00012846  0x000008dc set0  0x00000025 , 0x00000000 
- 00012847  0x000008dd bpatch  0x00000027 , 0x00004004 
- 00012848  0x000008de disable  0x00000028 
- 00012849  0x000008df fetch  0x00000001 , 0x00000030 
- 00012850  0x000008e0 rtnbit0  0x00000001 
- 00012851  0x000008e1 fetch  0x00000002 , 0x00000032 
- 00012852  0x000008e2 nrtn  0x00000034 
- 00012853  0x000008e3 fetch  0x00000004 , 0x00000034 
- 00012854  0x000008e4 branch  0x00003239 , 0x00000030 
- 00012855  0x000008e5 isub  0x00000028 , 0x0000003f 
- 00012856  0x000008e6 branch  0x0000323a 
- 00012857  0x000008e8 isub  0x00000022 , 0x0000003f 
- 00012858  0x000008ea sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00012859  0x000008eb nrtn  0x00000002 
- 00012860  0x000008ec fetch  0x00000001 , 0x00000030 
- 00012861  0x000008ed set0  0x00000001 , 0x0000003f 
- 00012862  0x000008ee store  0x00000001 , 0x00000030 
- 00012863  0x000008ef enable  0x00000028 
- 00012864  0x000008f0 rtn 
- 00012865  0x000008f4 copy  0x0000003f , 0x00000002 
- 00012866  0x000008f5 set0  0x00000025 , 0x00000000 
- 00012867  0x000008f6 bpatch  0x00000028 , 0x00004005 
- 00012868  0x000008f7 store  0x00000004 , 0x00000034 
- 00012869  0x000008f9 jam  0x00000001 , 0x00004748 
- 00012870  0x000008fa fetch  0x00000001 , 0x00000030 
- 00012871  0x000008fb set1  0x00000001 , 0x0000003f 
- 00012872  0x000008fc store  0x00000001 , 0x00000030 
- 00012873  0x000008fd force  0x00000000 , 0x0000003f 
- 00012874  0x000008fe store  0x00000002 , 0x00000032 
- 00012875  0x000008ff jam  0x0000000a , 0x0000008a 
- 00012876  0x00000900 jam  0x00000001 , 0x00000073 
- 00012877  0x00000901 rtn 
- 00012878  0x00000905 set0  0x00000025 , 0x00000000 
- 00012879  0x00000906 bpatch  0x00000029 , 0x00004005 
- 00012880  0x00000907 call  0x0000322e 
- 00012881  0x00000908 nrtn  0x00000028 
- 00012882  0x00000909 disable  0x00000028 
- 00012883  0x0000090a jam  0x00000020 , 0x00000011 
- 00012884  0x0000090b set0  0x0000000b , 0x00000000 
- 00012885  0x0000090d call  0x00003bac 
- 00012886  0x0000090e call  0x0000337f 
- 00012887  0x0000090f bmark1  0x0000000b , 0x00003263 
- 00012888  0x00000910 call  0x0000350e 
- 00012889  0x00000911 nbranch  0x00003255 , 0x00000034 
- 00012890  0x00000913 set0  0x00000025 , 0x00000000 
- 00012891  0x00000914 bpatch  0x0000002a , 0x00004005 
- 00012892  0x00000915 disable  0x00000028 
- 00012893  0x00000916 deposit  0x00000022 
- 00012894  0x00000917 store  0x00000004 , 0x0000416a 
- 00012895  0x00000918 enable  0x00000030 
- 00012896  0x00000919 enable  0x00000029 
- 00012897  0x0000091a jam  0x0000002a , 0x00000b7d 
- 00012898  0x0000091b branch  0x00007c27 
- 00012899  0x0000091e set0  0x00000025 , 0x00000000 
- 00012900  0x0000091f bpatch  0x0000002b , 0x00004005 
- 00012901  0x00000920 call  0x00003baa 
- 00012902  0x00000921 call  0x00003374 
- 00012903  0x00000922 disable  0x00000030 
- 00012904  0x00000923 disable  0x00000029 
- 00012905  0x00000924 call  0x00003982 
- 00012906  0x00000925 call  0x000034ed 
- 00012907  0x00000927 set0  0x00000025 , 0x00000000 
- 00012908  0x00000928 bpatch  0x0000002c , 0x00004005 
- 00012909  0x00000929 call  0x00003539 
- 00012910  0x0000092a branch  0x00003272 , 0x0000002d 
- 00012911  0x0000092b call  0x0000350e 
- 00012912  0x0000092c nbranch  0x0000326b , 0x00000034 
- 00012913  0x0000092d branch  0x0000325a 
- 00012914  0x0000092f force  0x00000001 , 0x00000002 
- 00012915  0x00000930 call  0x0000487f 
- 00012916  0x00000931 fetch  0x00000001 , 0x00000031 
- 00012917  0x00000932 set0  0x00000001 , 0x0000003f 
- 00012918  0x00000933 store  0x00000001 , 0x00000031 
- 00012919  0x00000934 call  0x00003bec 
- 00012920  0x00000935 call  0x000039ac 
- 00012921  0x00000936 enable  0x00000028 
- 00012922  0x00000937 jam  0x0000002b , 0x00000b7d 
- 00012923  0x00000938 branch  0x00007c27 
- 00012924  0x0000093c set0  0x00000025 , 0x00000000 
- 00012925  0x0000093d bpatch  0x0000002d , 0x00004005 
- 00012926  0x0000093e rtnmark0  0x00000007 
- 00012927  0x0000093f fetch  0x00000001 , 0x00000030 
- 00012928  0x00000940 rtnbit0  0x00000002 
- 00012929  0x00000942 call  0x00003c23 
- 00012930  0x00000943 fetch  0x00000001 , 0x000000b3 
- 00012931  0x00000944 fetcht  0x00000001 , 0x00000047 
- 00012932  0x00000945 storet  0x00000001 , 0x000000b4 
- 00012933  0x00000946 store  0x00000001 , 0x00000047 
- 00012934  0x00000947 deposit  0x00000004 
- 00012935  0x00000948 store  0x00000001 , 0x000000b2 
- 00012936  0x00000949 fetch  0x00000001 , 0x000041f9 
- 00012937  0x0000094a iforce  0x00000004 
- 00012938  0x0000094b set0  0x00000008 , 0x00000000 
- 00012939  0x0000094c fetch  0x00000001 , 0x00004165 
- 00012940  0x0000094d store  0x00000001 , 0x00004167 
- 00012941  0x0000094e fetch  0x00000001 , 0x00004166 
- 00012942  0x0000094f store  0x00000001 , 0x00004165 
- 00012943  0x00000950 rtn 
- 00012944  0x00000953 set0  0x00000025 , 0x00000000 
- 00012945  0x00000954 bpatch  0x0000002e , 0x00004005 
- 00012946  0x00000955 rtnmark0  0x00000007 
- 00012947  0x00000957 call  0x00003847 
- 00012948  0x00000958 nrtn  0x00000001 
- 00012949  0x0000095a call  0x00003799 
- 00012950  0x0000095b fetch  0x00000001 , 0x000000b4 
- 00012951  0x0000095c fetcht  0x00000001 , 0x00000047 
- 00012952  0x0000095d store  0x00000001 , 0x00000047 
- 00012953  0x0000095e storet  0x00000001 , 0x000000b3 
- 00012954  0x0000095f fetch  0x00000001 , 0x000000b2 
- 00012955  0x00000960 iforce  0x00000004 
- 00012956  0x00000961 fetch  0x00000001 , 0x00004165 
- 00012957  0x00000962 store  0x00000001 , 0x00004166 
- 00012958  0x00000963 fetch  0x00000001 , 0x00004167 
- 00012959  0x00000964 store  0x00000001 , 0x00004165 
- 00012960  0x00000965 setarg  0x0000ffff 
- 00012961  0x00000966 store  0x00000002 , 0x00004168 
- 00012962  0x00000967 rtn 
- 00012963  0x0000096d set0  0x00000025 , 0x00000000 
- 00012964  0x0000096e bpatch  0x0000002f , 0x00004005 
- 00012965  0x0000096f set1  0x00000009 , 0x00000000 
- 00012966  0x00000970 deposit  0x00000011 
- 00012967  0x00000971 store  0x00000002 , 0x0000001e 
- 00012968  0x00000972 force  0x00000050 , 0x00000039 
- 00012969  0x00000973 arg  0x000003c0 , 0x00000005 
- 00012970  0x00000974 add  0x00000011 , 0x00000001 , 0x00000006 
- 00012971  0x00000975 ifetch  0x00000001 , 0x00000006 
- 00012972  0x00000976 copy  0x00000011 , 0x00000006 
- 00012973  0x00000977 bbit1  0x00000000 , 0x00007e45 
- 00012974  0x00000978 arg  0x00000030 , 0x00000005 
- 00012975  0x00000979 call  0x00007e45 
- 00012976  0x0000097a disable  0x0000002e 
- 00012977  0x0000097b fetch  0x00000001 , 0x00000077 
- 00012978  0x0000097c iforce  0x00000004 
- 00012979  0x0000097d jam  0x00000001 , 0x0000008a 
- 00012980  0x0000097e branch  0x000032b6 , 0x00000029 
- 00012981  0x0000097f jam  0x00000001 , 0x0000008a 
- 00012982  0x00000981 fetch  0x00000001 , 0x00000030 
- 00012983  0x00000982 rtnbit0  0x00000001 
- 00012984  0x00000983 fetch  0x00000001 , 0x00000073 
- 00012985  0x00000984 store  0x00000001 , 0x0000008a 
- 00012986  0x00000985 fetch  0x00000001 , 0x00000074 
- 00012987  0x00000986 store  0x00000001 , 0x0000008b 
- 00012988  0x00000987 rtn 
- 00012989  0x0000098a set0  0x00000025 , 0x00000000 
- 00012990  0x0000098b bpatch  0x00000030 , 0x00004006 
- 00012991  0x0000098c fetch  0x00000002 , 0x0000001e 
- 00012992  0x0000098d iforce  0x00000005 
- 00012993  0x0000098e force  0x00000050 , 0x00000039 
- 00012994  0x0000098f arg  0x000003c0 , 0x00000006 
- 00012995  0x00000990 branch  0x00007e45 , 0x00000036 
- 00012996  0x00000991 arg  0x00000030 , 0x00000006 
- 00012997  0x00000992 branch  0x00007e45 
- 00012998  0x00000997 fetcht  0x00000001 , 0x00000015 
- 00012999  0x00000998 arg  0x00000003 , 0x00000039 
- 00013000  0x0000099a increase  0x00000001 , 0x00000002 
- 00013001  0x0000099b compare  0x00000003 , 0x00000002 , 0x000000ff 
- 00013002  0x0000099c nbranch  0x000032cc , 0x00000001 
- 00013003  0x0000099d arg  0x00000000 , 0x00000002 
- 00013004  0x0000099f storet  0x00000001 , 0x00000015 
- 00013005  0x000009a0 mul32  0x00000002 , 0x00000050 , 0x0000003f 
- 00013006  0x000009a1 arg  0x00004040 , 0x00000011 
- 00013007  0x000009a2 iadd  0x00000011 , 0x00000011 
- 00013008  0x000009a3 ifetch  0x00000001 , 0x00000011 
- 00013009  0x000009a4 bbit1  0x00000001 , 0x000032d4 
- 00013010  0x000009a5 rtnbit1  0x00000000 
- 00013011  0x000009a6 rtnbit1  0x00000003 
- 00013012  0x000009a8 loop  0x000032c8 
- 00013013  0x000009a9 rtn 
- 00013014  0x000009ac set0  0x00000025 , 0x00000000 
- 00013015  0x000009ad bpatch  0x00000031 , 0x00004006 
- 00013016  0x000009ae arg  0x0000330b , 0x00000013 
- 00013017  0x000009af call  0x00003301 
- 00013018  0x000009b0 nrtn  0x00000005 
- 00013019  0x000009b1 deposit  0x00000011 
- 00013020  0x000009b2 store  0x00000002 , 0x0000001e 
- 00013021  0x000009b3 force  0x00000000 , 0x0000003e 
- 00013022  0x000009b4 rtn 
- 00013023  0x000009b9 call  0x00003847 
- 00013024  0x000009ba branch  0x000032e7 , 0x00000001 
- 00013025  0x000009bb fetch  0x00000002 , 0x0000001e 
- 00013026  0x000009bc add  0x0000003f , 0x00000017 , 0x00000005 
- 00013027  0x000009bd fetch  0x00000001 , 0x00000047 
- 00013028  0x000009be istore  0x00000001 , 0x00000005 
- 00013029  0x000009bf arg  0x00003334 , 0x00000013 
- 00013030  0x000009c0 branch  0x00003301 
- 00013031  0x000009c3 fetch  0x00000001 , 0x00000047 
- 00013032  0x000009c4 isolate1  0x00000003 , 0x0000003f 
- 00013033  0x000009c5 branch  0x000032ec , 0x00000001 
- 00013034  0x000009c6 force  0x00000001 , 0x0000003e 
- 00013035  0x000009c7 rtn 
- 00013036  0x000009c9 force  0x00000000 , 0x0000003e 
- 00013037  0x000009ca rtn 
- 00013038  0x000009ce arg  0x00003331 , 0x00000013 
- 00013039  0x000009cf branch  0x00003301 
- 00013040  0x000009d2 fetcht  0x00000002 , 0x0000001e 
- 00013041  0x000009d3 arg  0x00003366 , 0x00000013 
- 00013042  0x000009d4 branch  0x00003301 
- 00013043  0x000009d7 fetcht  0x00000002 , 0x0000001e 
- 00013044  0x000009d8 arg  0x00003359 , 0x00000013 
- 00013045  0x000009d9 branch  0x00003301 
- 00013046  0x000009dd fetcht  0x00000001 , 0x00004273 
- 00013047  0x000009df arg  0x00003316 , 0x00000013 
- 00013048  0x000009e0 branch  0x00003301 
- 00013049  0x000009e3 set0  0x00000025 , 0x00000000 
- 00013050  0x000009e4 bpatch  0x00000032 , 0x00004006 
- 00013051  0x000009e5 fetcht  0x00000006 , 0x00004274 
- 00013052  0x000009e7 arg  0x0000330f , 0x00000013 
- 00013053  0x000009e8 branch  0x00003301 
- 00013054  0x000009eb arg  0x0000331c , 0x00000013 
- 00013055  0x000009ec branch  0x00003301 
- 00013056  0x000009ef arg  0x00003350 , 0x00000013 
- 00013057  0x000009f1 set0  0x00000025 , 0x00000000 
- 00013058  0x000009f2 bpatch  0x00000033 , 0x00004006 
- 00013059  0x000009f3 arg  0x00004040 , 0x00000011 
- 00013060  0x000009f4 force  0x00000003 , 0x00000039 
- 00013061  0x000009f6 ifetch  0x00000001 , 0x00000011 
- 00013062  0x000009f7 copy  0x00000013 , 0x0000003d 
- 00013063  0x000009f9 increase  0x00000050 , 0x00000011 
- 00013064  0x000009fa loop  0x00003305 
- 00013065  0x000009fb force  0x00000001 , 0x0000003e 
- 00013066  0x000009fc rtn 
- 00013067  0x000009ff bbit1  0x00000000 , 0x00003307 
- 00013068  0x00000a00 bbit1  0x00000003 , 0x00003307 
- 00013069  0x00000a01 force  0x00000000 , 0x0000003e 
- 00013070  0x00000a02 rtn 
- 00013071  0x00000a05 bbit1  0x00000003 , 0x00003311 
- 00013072  0x00000a06 bbit0  0x00000000 , 0x00003307 
- 00013073  0x00000a08 add  0x00000011 , 0x00000010 , 0x00000006 
- 00013074  0x00000a09 ifetch  0x00000006 , 0x00000006 
- 00013075  0x00000a0a isub  0x00000002 , 0x0000003e 
- 00013076  0x00000a0b rtn  0x00000005 
- 00013077  0x00000a0c branch  0x00003307 
- 00013078  0x00000a0f bbit0  0x00000000 , 0x00003307 
- 00013079  0x00000a10 add  0x00000011 , 0x00000016 , 0x00000006 
- 00013080  0x00000a11 ifetch  0x00000001 , 0x00000006 
- 00013081  0x00000a12 isub  0x00000002 , 0x0000003e 
- 00013082  0x00000a13 rtn  0x00000005 
- 00013083  0x00000a14 branch  0x00003307 
- 00013084  0x00000a17 bbit0  0x00000001 , 0x00003307 
- 00013085  0x00000a19 call  0x0000333d 
- 00013086  0x00000a1a bbit1  0x0000001b , 0x00003322 
- 00013087  0x00000a1b isolate0  0x0000001b , 0x00000002 
- 00013088  0x00000a1c branch  0x00003322 , 0x00000001 
- 00013089  0x00000a1d set1  0x0000001c , 0x0000003f 
- 00013090  0x00000a1f isub  0x00000002 , 0x0000003f 
- 00013091  0x00000a20 increase  0x00000001 , 0x0000003f 
- 00013092  0x00000a21 branch  0x0000332b , 0x00000002 
- 00013093  0x00000a22 increase  0x00000005 , 0x0000003f 
- 00013094  0x00000a23 nbranch  0x00003307 , 0x00000002 
- 00013095  0x00000a25 copy  0x00000002 , 0x00000021 
- 00013096  0x00000a26 call  0x00003349 
- 00013097  0x00000a27 force  0x00000000 , 0x0000003e 
- 00013098  0x00000a28 rtn 
- 00013099  0x00000a2b iforce  0x00000012 
- 00013100  0x00000a2c add  0x00000011 , 0x00000002 , 0x00000006 
- 00013101  0x00000a2d ifetch  0x00000002 , 0x00000006 
- 00013102  0x00000a2e branch  0x00003327 , 0x00000034 
- 00013103  0x00000a2f call  0x00003349 
- 00013104  0x00000a30 branch  0x0000331d 
- 00013105  0x00000a33 bbit0  0x00000000 , 0x00003307 
- 00013106  0x00000a34 force  0x00000000 , 0x0000003e 
- 00013107  0x00000a35 rtn 
- 00013108  0x00000a38 bbit0  0x00000000 , 0x00003307 
- 00013109  0x00000a39 add  0x00000011 , 0x00000001 , 0x00000006 
- 00013110  0x00000a3a ifetch  0x00000001 , 0x00000006 
- 00013111  0x00000a3b bbit1  0x00000000 , 0x00003307 
- 00013112  0x00000a3c add  0x00000011 , 0x00000017 , 0x00000006 
- 00013113  0x00000a3d ifetch  0x00000001 , 0x00000006 
- 00013114  0x00000a3e bbit0  0x00000003 , 0x00003307 
- 00013115  0x00000a3f force  0x00000000 , 0x0000003e 
- 00013116  0x00000a40 rtn 
- 00013117  0x00000a43 add  0x00000011 , 0x00000001 , 0x00000006 
- 00013118  0x00000a44 ifetcht  0x00000001 , 0x00000006 
- 00013119  0x00000a45 deposit  0x00000022 
- 00013120  0x00000a46 isolate1  0x00000001 , 0x00000002 
- 00013121  0x00000a47 add  0x00000011 , 0x00000004 , 0x00000006 
- 00013122  0x00000a48 ifetcht  0x00000004 , 0x00000006 
- 00013123  0x00000a49 rtn  0x00000001 
- 00013124  0x00000a4a add  0x00000011 , 0x00000008 , 0x00000006 
- 00013125  0x00000a4b ifetch  0x00000006 , 0x00000006 
- 00013126  0x00000a4c call  0x000039c0 
- 00013127  0x00000a4d deposit  0x00000028 
- 00013128  0x00000a4e rtn 
- 00013129  0x00000a51 add  0x00000011 , 0x00000002 , 0x00000006 
- 00013130  0x00000a52 add  0x00000011 , 0x00000004 , 0x00000005 
- 00013131  0x00000a53 ifetch  0x00000002 , 0x00000006 
- 00013132  0x00000a54 iadd  0x00000002 , 0x0000000b 
- 00013133  0x00000a55 deposit  0x0000000b 
- 00013134  0x00000a56 istore  0x00000004 , 0x00000005 
- 00013135  0x00000a57 branch  0x00005434 
- 00013136  0x00000a5b bbit0  0x00000001 , 0x00003307 
- 00013137  0x00000a5c call  0x0000333d 
- 00013138  0x00000a5d iadd  0x0000001b , 0x0000003f 
- 00013139  0x00000a5e iadd  0x0000001b , 0x0000003f 
- 00013140  0x00000a5f iadd  0x00000007 , 0x0000003f 
- 00013141  0x00000a60 isub  0x00000002 , 0x0000003e 
- 00013142  0x00000a61 nbranch  0x00003307 , 0x00000002 
- 00013143  0x00000a62 force  0x00000000 , 0x0000003e 
- 00013144  0x00000a63 rtn 
- 00013145  0x00000a66 bbit0  0x00000000 , 0x00003307 
- 00013146  0x00000a67 deposit  0x00000002 
- 00013147  0x00000a68 isub  0x00000011 , 0x0000003e 
- 00013148  0x00000a69 branch  0x00003307 , 0x0000003e 
- 00013149  0x00000a6a add  0x00000011 , 0x00000001 , 0x00000006 
- 00013150  0x00000a6b ifetch  0x00000001 , 0x00000006 
- 00013151  0x00000a6c bbit1  0x00000000 , 0x00003307 
- 00013152  0x00000a6d add  0x00000011 , 0x00000018 , 0x00000005 
- 00013153  0x00000a6e ifetch  0x00000001 , 0x00000005 
- 00013154  0x00000a6f nbranch  0x00003307 , 0x00000034 
- 00013155  0x00000a70 force  0x0000002d , 0x0000003f 
- 00013156  0x00000a71 istore  0x00000001 , 0x00000005 
- 00013157  0x00000a72 branch  0x00003307 
- 00013158  0x00000a75 bbit0  0x00000000 , 0x00003307 
- 00013159  0x00000a76 deposit  0x00000002 
- 00013160  0x00000a77 isub  0x00000011 , 0x0000003e 
- 00013161  0x00000a78 branch  0x00003307 , 0x0000003e 
- 00013162  0x00000a79 add  0x00000011 , 0x00000001 , 0x00000006 
- 00013163  0x00000a7a ifetch  0x00000001 , 0x00000006 
- 00013164  0x00000a7b bbit1  0x00000000 , 0x00003307 
- 00013165  0x00000a7c ifetch  0x00000001 , 0x00000011 
- 00013166  0x00000a7d set0  0x00000007 , 0x0000003f 
- 00013167  0x00000a7e istore  0x00000001 , 0x00000011 
- 00013168  0x00000a7f branch  0x00003307 
- 00013169  0x00000a83 set0  0x00000025 , 0x00000000 
- 00013170  0x00000a84 bpatch  0x00000034 , 0x00004006 
- 00013171  0x00000a85 call  0x00003bac 
- 00013172  0x00000a87 add  0x00000022 , 0x00000001 , 0x00000021 
- 00013173  0x00000a88 call  0x00003a54 
- 00013174  0x00000a89 force  0x00000003 , 0x00000024 
- 00013175  0x00000a8a call  0x00003a42 
- 00013176  0x00000a8b call  0x00003bae 
- 00013177  0x00000a8c call  0x00003bb4 
- 00013178  0x00000a8d call  0x00003bc5 
- 00013179  0x00000a8e branch  0x000038bf 
- 00013180  0x00000a91 set0  0x00000025 , 0x00000000 
- 00013181  0x00000a92 bpatch  0x00000035 , 0x00004006 
- 00013182  0x00000a93 call  0x00003baa 
- 00013183  0x00000a95 add  0x00000022 , 0x00000001 , 0x00000021 
- 00013184  0x00000a96 call  0x00003a54 
- 00013185  0x00000a97 force  0x00000003 , 0x00000024 
- 00013186  0x00000a98 call  0x00003a3b 
- 00013187  0x00000a99 call  0x000034e1 
- 00013188  0x00000a9a call  0x00003b41 
- 00013189  0x00000a9b call  0x00003bba 
- 00013190  0x00000a9c call  0x00003b3a 
- 00013191  0x00000a9e call  0x00003b63 
- 00013192  0x00000a9f nrtn  0x00000018 
- 00013193  0x00000aa0 call  0x00003af3 
- 00013194  0x00000aa1 branch  0x000035df 
- 00013195  0x00000aa6 set0  0x00000025 , 0x00000000 
- 00013196  0x00000aa7 bpatch  0x00000036 , 0x00004006 
- 00013197  0x00000aa8 fetch  0x00000001 , 0x0000018b 
- 00013198  0x00000aa9 iforce  0x00000004 
- 00013199  0x00000aaa force  0x00000001 , 0x00000001 
- 00013200  0x00000aab call  0x00003371 
- 00013201  0x00000aac branch  0x0000337c 
- 00013202  0x00000ab8 fetch  0x00000001 , 0x00004133 
- 00013203  0x00000ab9 rtnbit0  0x00000000 
- 00013204  0x00000aba force  0x00000005 , 0x00000007 
- 00013205  0x00000abb call  0x00007e53 
- 00013206  0x00000abc nrtn  0x00000034 
- 00013207  0x00000abd fetcht  0x00000002 , 0x0000414d 
- 00013208  0x00000abe force  0x00000004 , 0x00000007 
- 00013209  0x00000abf call  0x0000383d 
- 00013210  0x00000ac0 rtn  0x00000028 
- 00013211  0x00000ac1 call  0x000033a2 
- 00013212  0x00000ac2 force  0x00000005 , 0x00000007 
- 00013213  0x00000ac3 fetch  0x00000002 , 0x0000414f 
- 00013214  0x00000ac4 nbranch  0x00007e4c , 0x00000018 
- 00013215  0x00000ac5 random  0x0000003f 
- 00013216  0x00000ac6 iand  0x00000035 , 0x0000003f 
- 00013217  0x00000ac7 branch  0x00007e4c 
- 00013218  0x00000acb set0  0x00000025 , 0x00000000 
- 00013219  0x00000acc bpatch  0x00000037 , 0x00004006 
- 00013220  0x00000acd jam  0x00000000 , 0x0000018b 
- 00013221  0x00000ace disable  0x00000030 
- 00013222  0x00000acf disable  0x0000002e 
- 00013223  0x00000ad0 call  0x00003a12 
- 00013224  0x00000ad1 and  0x00000022 , 0x000001fc , 0x00000021 
- 00013225  0x00000ad2 force  0x00000001 , 0x00000024 
- 00013226  0x00000ad3 call  0x00003a49 
- 00013227  0x00000ad4 call  0x00003a3b 
- 00013228  0x00000ad5 setflip  0x0000001d , 0x00000000 
- 00013229  0x00000ad6 fetch  0x00000001 , 0x00000006 
- 00013230  0x00000ad7 increase  0x00000001 , 0x0000003f 
- 00013231  0x00000ad8 store  0x00000001 , 0x00000006 
- 00013232  0x00000ad9 call  0x00003a66 
- 00013233  0x00000ada call  0x00003b3a 
- 00013234  0x00000adb call  0x00003b6b 
- 00013235  0x00000adc nrtn  0x00000018 
- 00013236  0x00000add set0  0x00000025 , 0x00000000 
- 00013237  0x00000ade bpatch  0x00000038 , 0x00004007 
- 00013238  0x00000adf force  0x00000000 , 0x0000001b 
- 00013239  0x00000ae0 call  0x00003a6d 
- 00013240  0x00000ae1 fetch  0x00000001 , 0x00000007 
- 00013241  0x00000ae2 increase  0x00000001 , 0x0000003f 
- 00013242  0x00000ae3 store  0x00000001 , 0x00000007 
- 00013243  0x00000ae4 call  0x00003a49 
- 00013244  0x00000ae5 call  0x00003baa 
- 00013245  0x00000ae6 or_into  0x00000002 , 0x00000021 
- 00013246  0x00000ae7 force  0x00000001 , 0x00000024 
- 00013247  0x00000ae8 call  0x00003a42 
- 00013248  0x00000ae9 call  0x00003a66 
- 00013249  0x00000aea call  0x00003bae 
- 00013250  0x00000aeb call  0x00003bbf 
- 00013251  0x00000aec deposit  0x00000022 
- 00013252  0x00000aed store  0x00000004 , 0x0000016b 
- 00013253  0x00000aee call  0x00003bc5 
- 00013254  0x00000aef force  0x00000002 , 0x00000001 
- 00013255  0x00000af0 force  0x00000000 , 0x00000004 
- 00013256  0x00000af1 call  0x00003bcd 
- 00013257  0x00000af2 call  0x000038c1 
- 00013258  0x00000af3 call  0x000033ce 
- 00013259  0x00000af4 and_into  0x000001fd , 0x00000021 
- 00013260  0x00000af5 increase  0x00000001 , 0x00000026 
- 00013261  0x00000af6 rtn 
- 00013262  0x00000af9 set0  0x00000025 , 0x00000000 
- 00013263  0x00000afa bpatch  0x00000039 , 0x00004007 
- 00013264  0x00000afb fetch  0x00000001 , 0x00004172 
- 00013265  0x00000afc rtn  0x00000034 
- 00013266  0x00000afd arg  0x000001bc , 0x00000005 
- 00013267  0x00000afe fetch  0x00000001 , 0x00004702 
- 00013268  0x00000aff copy  0x0000003f , 0x00000039 
- 00013269  0x00000b00 increase  0x00000001 , 0x0000003f 
- 00013270  0x00000b01 istore  0x00000001 , 0x00000005 
- 00013271  0x00000b02 copy  0x00000005 , 0x00000002 
- 00013272  0x00000b03 increase  0x00000001 , 0x0000003f 
- 00013273  0x00000b04 store  0x00000002 , 0x00000091 
- 00013274  0x00000b05 copy  0x00000002 , 0x00000005 
- 00013275  0x00000b06 setarg  0x00000009 
- 00013276  0x00000b07 istore  0x00000001 , 0x00000005 
- 00013277  0x00000b08 arg  0x00004703 , 0x00000006 
- 00013278  0x00000b09 call  0x00007e45 
- 00013279  0x00000b0a arg  0x00004771 , 0x00000013 
- 00013280  0x00000b0b arg  0x00000004 , 0x00000039 
- 00013281  0x00000b0c call  0x000033f1 
- 00013282  0x00000b0d arg  0x0000475b , 0x00000013 
- 00013283  0x00000b0e arg  0x00000001 , 0x00000039 
- 00013284  0x00000b0f call  0x000033f1 
- 00013285  0x00000b10 force  0x0000000a , 0x00000001 
- 00013286  0x00000b11 jam  0x00000002 , 0x00000090 
- 00013287  0x00000b12 setarg  0x000001bc 
- 00013288  0x00000b13 store  0x00000002 , 0x00000179 
- 00013289  0x00000b14 call  0x00003baa 
- 00013290  0x00000b15 call  0x00003a42 
- 00013291  0x00000b16 call  0x00003bae 
- 00013292  0x00000b17 call  0x00003bbf 
- 00013293  0x00000b18 call  0x00003bc5 
- 00013294  0x00000b19 call  0x00003bcd 
- 00013295  0x00000b1a call  0x000038c1 
- 00013296  0x00000b1b rtn 
- 00013297  0x00000b1f copy  0x00000005 , 0x00000002 
- 00013298  0x00000b20 copy  0x00000013 , 0x00000006 
- 00013299  0x00000b21 ifetch  0x00000001 , 0x00000006 
- 00013300  0x00000b22 rtn  0x00000034 
- 00013301  0x00000b24 lshift  0x0000003f , 0x0000003f 
- 00013302  0x00000b25 loop  0x000033f5 
- 00013303  0x00000b26 copy  0x0000003f , 0x00000011 
- 00013304  0x00000b27 increase  0x00000002 , 0x0000003f 
- 00013305  0x00000b28 copy  0x0000003f , 0x00000007 
- 00013306  0x00000b29 fetch  0x00000002 , 0x00000091 
- 00013307  0x00000b2a iadd  0x00000007 , 0x0000003f 
- 00013308  0x00000b2b store  0x00000002 , 0x00000091 
- 00013309  0x00000b2c copy  0x00000002 , 0x00000005 
- 00013310  0x00000b2d copy  0x00000011 , 0x0000003f 
- 00013311  0x00000b2e increase  0x00000001 , 0x0000003f 
- 00013312  0x00000b2f istore  0x00000001 , 0x00000005 
- 00013313  0x00000b30 copy  0x00000013 , 0x00000006 
- 00013314  0x00000b31 ifetch  0x00000001 , 0x00000006 
- 00013315  0x00000b32 ifetch  0x00000001 , 0x00000006 
- 00013316  0x00000b33 istore  0x00000001 , 0x00000005 
- 00013317  0x00000b34 copy  0x00000011 , 0x00000039 
- 00013318  0x00000b35 branch  0x00007e45 
- 00013319  0x00000b3c fetch  0x00000001 , 0x00004133 
- 00013320  0x00000b3d rtnbit0  0x00000001 
- 00013321  0x00000b3e force  0x00000006 , 0x00000007 
- 00013322  0x00000b3f call  0x00007e53 
- 00013323  0x00000b40 nrtn  0x00000034 
- 00013324  0x00000b41 fetcht  0x00000002 , 0x00004151 
- 00013325  0x00000b42 force  0x00000028 , 0x00000007 
- 00013326  0x00000b43 call  0x0000383d 
- 00013327  0x00000b44 rtn  0x00000028 
- 00013328  0x00000b45 force  0x00000000 , 0x00000004 
- 00013329  0x00000b46 jam  0x00000008 , 0x00000010 
- 00013330  0x00000b47 set0  0x0000000b , 0x00000000 
- 00013331  0x00000b48 call  0x00003417 
- 00013332  0x00000b49 force  0x00000006 , 0x00000007 
- 00013333  0x00000b4a fetch  0x00000002 , 0x00004153 
- 00013334  0x00000b4b branch  0x00007e4c 
- 00013335  0x00000b4f set0  0x00000025 , 0x00000000 
- 00013336  0x00000b50 bpatch  0x0000003a , 0x00004007 
- 00013337  0x00000b51 disable  0x00000030 
- 00013338  0x00000b52 call  0x00003a12 
- 00013339  0x00000b53 fetch  0x00000001 , 0x00000008 
- 00013340  0x00000b54 increase  0x00000001 , 0x0000003f 
- 00013341  0x00000b55 store  0x00000001 , 0x00000008 
- 00013342  0x00000b56 force  0x00000000 , 0x00000026 
- 00013343  0x00000b57 call  0x00003a54 
- 00013344  0x00000b58 add  0x00000022 , 0x00000001 , 0x00000021 
- 00013345  0x00000b59 force  0x00000002 , 0x00000024 
- 00013346  0x00000b5a set0  0x00000025 , 0x00000000 
- 00013347  0x00000b5b bpatch  0x0000003b , 0x00004007 
- 00013348  0x00000b5c call  0x00003a3b 
- 00013349  0x00000b5d call  0x00003b3a 
- 00013350  0x00000b5e call  0x00003b6b 
- 00013351  0x00000b5f nrtn  0x00000018 
- 00013352  0x00000b60 call  0x00003a6d 
- 00013353  0x00000b61 fetch  0x00000001 , 0x00000009 
- 00013354  0x00000b62 increase  0x00000001 , 0x0000003f 
- 00013355  0x00000b63 store  0x00000001 , 0x00000009 
- 00013356  0x00000b64 force  0x00000000 , 0x0000001b 
- 00013357  0x00000b65 call  0x00003baa 
- 00013358  0x00000b66 or_into  0x00000002 , 0x00000021 
- 00013359  0x00000b67 force  0x00000001 , 0x00000024 
- 00013360  0x00000b68 call  0x00003a42 
- 00013361  0x00000b69 call  0x00003bae 
- 00013362  0x00000b6a call  0x00003bbf 
- 00013363  0x00000b6b call  0x00003bc5 
- 00013364  0x00000b6c call  0x0000375c 
- 00013365  0x00000b6d force  0x00000000 , 0x00000004 
- 00013366  0x00000b6e arg  0x00000600 , 0x0000000b 
- 00013367  0x00000b6f until  0x00000029 , 0x00000026 
- 00013368  0x00000b70 or_into  0x00000003 , 0x00000028 
- 00013369  0x00000b71 and_into  0x000001fd , 0x00000021 
- 00013370  0x00000b73 set0  0x00000025 , 0x00000000 
- 00013371  0x00000b74 bpatch  0x0000003c , 0x00004007 
- 00013372  0x00000b75 increase  0x00000001 , 0x00000026 
- 00013373  0x00000b76 call  0x00003a3b 
- 00013374  0x00000b77 call  0x00003b3a 
- 00013375  0x00000b78 call  0x00003b5d 
- 00013376  0x00000b79 nbranch  0x00003444 , 0x00000018 
- 00013377  0x00000b7a call  0x00003bcd 
- 00013378  0x00000b7b call  0x000035e1 
- 00013379  0x00000b7c bmark1  0x0000000b , 0x0000344c 
- 00013380  0x00000b7e set0  0x00000025 , 0x00000000 
- 00013381  0x00000b7f bpatch  0x0000003d , 0x00004007 
- 00013382  0x00000b80 fetch  0x00000001 , 0x00000010 
- 00013383  0x00000b81 rtn  0x00000034 
- 00013384  0x00000b82 increase  0xffffffff , 0x0000003f 
- 00013385  0x00000b83 store  0x00000001 , 0x00000010 
- 00013386  0x00000b84 call  0x00003bac 
- 00013387  0x00000b85 branch  0x0000343a 
- 00013388  0x00000b89 set0  0x00000025 , 0x00000000 
- 00013389  0x00000b8a bpatch  0x0000003e , 0x00004007 
- 00013390  0x00000b8b set0  0x00000001 , 0x00000028 
- 00013391  0x00000b8c set1  0x00000000 , 0x00000028 
- 00013392  0x00000b8d fetch  0x00000001 , 0x0000000a 
- 00013393  0x00000b8e increase  0x00000001 , 0x0000003f 
- 00013394  0x00000b8f store  0x00000001 , 0x0000000a 
- 00013395  0x00000b90 call  0x00003baa 
- 00013396  0x00000b91 or_into  0x00000002 , 0x00000021 
- 00013397  0x00000b92 call  0x00003a42 
- 00013398  0x00000b93 call  0x00003bae 
- 00013399  0x00000b94 call  0x00003bbf 
- 00013400  0x00000b95 call  0x00003bc5 
- 00013401  0x00000b96 call  0x0000375c 
- 00013402  0x00000b98 compare  0x00000003 , 0x00000028 , 0x00000003 
- 00013403  0x00000b99 branch  0x0000345e , 0x00000001 
- 00013404  0x00000b9a until  0x0000003e , 0x00000017 
- 00013405  0x00000b9b branch  0x0000345a 
- 00013406  0x00000b9d fetch  0x00000004 , 0x0000016f 
- 00013407  0x00000b9e or_into  0x00000003 , 0x0000003f 
- 00013408  0x00000b9f icopy  0x00000028 
- 00013409  0x00000ba2 set0  0x00000025 , 0x00000000 
- 00013410  0x00000ba3 bpatch  0x0000003f , 0x00004007 
- 00013411  0x00000ba4 fetch  0x00000006 , 0x00000182 
- 00013412  0x00000ba5 store  0x00000006 , 0x00000040 
- 00013413  0x00000ba6 call  0x000034ed 
- 00013414  0x00000ba8 call  0x00003539 
- 00013415  0x00000ba9 branch  0x0000346b , 0x0000002d 
- 00013416  0x00000baa call  0x0000350e 
- 00013417  0x00000bab nbranch  0x00003466 , 0x00000034 
- 00013418  0x00000bac rtn 
- 00013419  0x00000bb0 set0  0x00000025 , 0x00000000 
- 00013420  0x00000bb1 bpatch  0x00000040 , 0x00004008 
- 00013421  0x00000bb2 call  0x000034f9 
- 00013422  0x00000bb3 call  0x000032d6 
- 00013423  0x00000bb4 nrtn  0x00000005 
- 00013424  0x00000bb5 jam  0x00000000 , 0x00000031 
- 00013425  0x00000bb6 call  0x000039ac 
- 00013426  0x00000bb7 branch  0x000032bd 
- 00013427  0x00000bbb set0  0x00000025 , 0x00000000 
- 00013428  0x00000bbc bpatch  0x00000041 , 0x00004008 
- 00013429  0x00000bbd call  0x000039bc 
- 00013430  0x00000bbe call  0x000034a5 
- 00013431  0x00000bbf rtn  0x00000028 
- 00013432  0x00000bc0 call  0x0000327c 
- 00013433  0x00000bc1 call  0x00006a54 
- 00013434  0x00000bc3 set0  0x00000025 , 0x00000000 
- 00013435  0x00000bc4 bpatch  0x00000042 , 0x00004008 
- 00013436  0x00000bc5 call  0x00003e25 
- 00013437  0x00000bc6 call  0x00006dec 
- 00013438  0x00000bc7 call  0x000035d6 
- 00013439  0x00000bc8 call  0x00007f39 
- 00013440  0x00000bc9 nbranch  0x0000348d , 0x0000002d 
- 00013441  0x00000bca call  0x00003bec 
- 00013442  0x00000bcb call  0x00003870 
- 00013443  0x00000bcc call  0x00006e10 
- 00013444  0x00000bcd call  0x00003547 
- 00013445  0x00000bce call  0x000038b1 
- 00013446  0x00000bcf call  0x00005b78 
- 00013447  0x00000bd0 call  0x00004995 
- 00013448  0x00000bd1 call  0x000048a9 
- 00013449  0x00000bd2 fetch  0x00000001 , 0x0000000b 
- 00013450  0x00000bd3 increase  0x00000001 , 0x0000003f 
- 00013451  0x00000bd4 store  0x00000001 , 0x0000000b 
- 00013452  0x00000bd5 call  0x000039ac 
- 00013453  0x00000bd7 set0  0x00000025 , 0x00000000 
- 00013454  0x00000bd8 bpatch  0x00000043 , 0x00004008 
- 00013455  0x00000bd9 call  0x00003d61 
- 00013456  0x00000bda call  0x00003be2 
- 00013457  0x00000bdb branch  0x00003498 , 0x00000002 
- 00013458  0x00000bdc call  0x00003204 
- 00013459  0x00000bdd nbranch  0x00003498 , 0x00000028 
- 00013460  0x00000bde call  0x00003812 
- 00013461  0x00000bdf nbranch  0x0000347a , 0x00000034 
- 00013462  0x00000be0 call  0x00006a5c 
- 00013463  0x00000be1 branch  0x00003290 
- 00013464  0x00000be5 set0  0x00000025 , 0x00000000 
- 00013465  0x00000be6 bpatch  0x00000044 , 0x00004008 
- 00013466  0x00000be7 jam  0x00000000 , 0x00000153 
- 00013467  0x00000be8 jam  0x00000000 , 0x00000189 
- 00013468  0x00000be9 call  0x00003516 
- 00013469  0x00000bea set0  0x00000011 , 0x00000000 
- 00013470  0x00000beb call  0x00007f8a 
- 00013471  0x00000bec fetch  0x00000001 , 0x00000030 
- 00013472  0x00000bed bbit0  0x00000004 , 0x000034a3 
- 00013473  0x00000bee fetcht  0x00000001 , 0x00000046 
- 00013474  0x00000bef branch  0x000048c4 
- 00013475  0x00000bf2 force  0x00000006 , 0x00000002 
- 00013476  0x00000bf3 branch  0x00004826 
- 00013477  0x00000bf6 set0  0x00000025 , 0x00000000 
- 00013478  0x00000bf7 bpatch  0x00000045 , 0x00004008 
- 00013479  0x00000bf8 call  0x0000322e 
- 00013480  0x00000bf9 nrtn  0x00000028 
- 00013481  0x00000bfa copy  0x00000004 , 0x00000002 
- 00013482  0x00000bfb call  0x00003bd1 
- 00013483  0x00000bfc store  0x00000001 , 0x0000018b 
- 00013484  0x00000bfd copy  0x00000002 , 0x00000004 
- 00013485  0x00000bfe jam  0x00000020 , 0x00000011 
- 00013486  0x00000c00 set0  0x00000025 , 0x00000000 
- 00013487  0x00000c01 bpatch  0x00000046 , 0x00004008 
- 00013488  0x00000c02 call  0x00003bac 
- 00013489  0x00000c03 force  0x00000002 , 0x00000001 
- 00013490  0x00000c04 call  0x000038a8 
- 00013491  0x00000c05 deposit  0x00000022 
- 00013492  0x00000c06 store  0x00000004 , 0x0000016b 
- 00013493  0x00000c07 call  0x000038bf 
- 00013494  0x00000c08 call  0x00003baa 
- 00013495  0x00000c09 enable  0x0000002f 
- 00013496  0x00000c0a call  0x000035b7 
- 00013497  0x00000c0b branch  0x000034c1 , 0x00000018 
- 00013498  0x00000c0c call  0x00003a6d 
- 00013499  0x00000c0d call  0x0000350e 
- 00013500  0x00000c0e nbranch  0x000034ae , 0x00000034 
- 00013501  0x00000c0f rtnmark0  0x00000004 
- 00013502  0x00000c10 jam  0x00000034 , 0x0000007c 
- 00013503  0x00000c11 set1  0x00000003 , 0x00000000 
- 00013504  0x00000c12 rtn 
- 00013505  0x00000c14 enable  0x00000030 
- 00013506  0x00000c15 call  0x000034ed 
- 00013507  0x00000c16 call  0x00003a12 
- 00013508  0x00000c18 set0  0x00000025 , 0x00000000 
- 00013509  0x00000c19 bpatch  0x00000047 , 0x00004008 
- 00013510  0x00000c1a call  0x0000338b 
- 00013511  0x00000c1b branch  0x000034ce , 0x00000018 
- 00013512  0x00000c1c call  0x0000350e 
- 00013513  0x00000c1d nbranch  0x000034c4 , 0x00000034 
- 00013514  0x00000c1e disable  0x00000030 
- 00013515  0x00000c1f deposit  0x00000028 
- 00013516  0x00000c20 store  0x00000004 , 0x0000416a 
- 00013517  0x00000c21 rtn 
- 00013518  0x00000c23 force  0x00000000 , 0x00000002 
- 00013519  0x00000c24 call  0x0000487f 
- 00013520  0x00000c25 enable  0x00000029 
- 00013521  0x00000c26 bmark0  0x00000004 , 0x000034d6 
- 00013522  0x00000c27 set0  0x00000004 , 0x00000000 
- 00013523  0x00000c28 jam  0x00000003 , 0x0000007c 
- 00013524  0x00000c29 jam  0x00000033 , 0x0000007d 
- 00013525  0x00000c2a call  0x00006212 
- 00013526  0x00000c2c deposit  0x00000004 
- 00013527  0x00000c2d store  0x00000001 , 0x00000077 
- 00013528  0x00000c2e force  0x00000000 , 0x0000003f 
- 00013529  0x00000c2f store  0x00000006 , 0x00000038 
- 00013530  0x00000c30 fetch  0x00000001 , 0x00000031 
- 00013531  0x00000c31 set1  0x00000001 , 0x0000003f 
- 00013532  0x00000c32 store  0x00000001 , 0x00000031 
- 00013533  0x00000c33 call  0x00003bec 
- 00013534  0x00000c34 disable  0x00000029 
- 00013535  0x00000c36 enable  0x00000028 
- 00013536  0x00000c37 rtn 
- 00013537  0x00000c3c set0  0x00000025 , 0x00000000 
- 00013538  0x00000c3d bpatch  0x00000048 , 0x00004009 
- 00013539  0x00000c3e disable  0x0000002d 
- 00013540  0x00000c3f set0  0x00000005 , 0x00000000 
- 00013541  0x00000c40 set0  0x0000000a , 0x00000000 
- 00013542  0x00000c41 set0  0x00000010 , 0x00000000 
- 00013543  0x00000c42 set0  0x0000000f , 0x00000000 
- 00013544  0x00000c43 fetch  0x00000001 , 0x00000047 
- 00013545  0x00000c44 set0  0x00000005 , 0x0000003f 
- 00013546  0x00000c45 set1  0x00000004 , 0x0000003f 
- 00013547  0x00000c46 store  0x00000001 , 0x00000047 
- 00013548  0x00000c47 rtn 
- 00013549  0x00000c4a set0  0x00000025 , 0x00000000 
- 00013550  0x00000c4b bpatch  0x00000049 , 0x00004009 
- 00013551  0x00000c4c jam  0x00000020 , 0x00000011 
- 00013552  0x00000c4d jam  0x00000050 , 0x00000047 
- 00013553  0x00000c4e fetch  0x00000002 , 0x0000415f 
- 00013554  0x00000c4f store  0x00000002 , 0x0000003e 
- 00013555  0x00000c50 deposit  0x00000022 
- 00013556  0x00000c51 store  0x00000004 , 0x0000416a 
- 00013557  0x00000c52 rtn  0x00000030 
- 00013558  0x00000c53 deposit  0x00000028 
- 00013559  0x00000c54 store  0x00000004 , 0x0000416a 
- 00013560  0x00000c55 rtn 
- 00013561  0x00000c58 set0  0x00000025 , 0x00000000 
- 00013562  0x00000c59 bpatch  0x0000004a , 0x00004009 
- 00013563  0x00000c5a call  0x00005b6f 
- 00013564  0x00000c5b call  0x00003512 
- 00013565  0x00000c5c store  0x00000001 , 0x00000046 
- 00013566  0x00000c5d setarg  0x00001c80 
- 00013567  0x00000c5e store  0x00000002 , 0x00000051 
- 00013568  0x00000c5f fetch  0x00000001 , 0x00000030 
- 00013569  0x00000c60 set1  0x00000000 , 0x0000003f 
- 00013570  0x00000c61 store  0x00000001 , 0x00000030 
- 00013571  0x00000c62 jam  0x00000000 , 0x0000004b 
- 00013572  0x00000c63 jam  0x00000000 , 0x0000004c 
- 00013573  0x00000c64 jam  0x00000000 , 0x000000a2 
- 00013574  0x00000c65 branch  0x00003bec 
- 00013575  0x00000c69 set0  0x00000025 , 0x00000000 
- 00013576  0x00000c6a bpatch  0x0000004b , 0x00004009 
- 00013577  0x00000c6b force  0x00000000 , 0x0000003f 
- 00013578  0x00000c6c store  0x00000008 , 0x00004262 
- 00013579  0x00000c6d istore  0x00000008 , 0x00000005 
- 00013580  0x00000c6e call  0x0000322a 
- 00013581  0x00000c6f branch  0x000032f0 
- 00013582  0x00000c72 fetch  0x00000001 , 0x00000011 
- 00013583  0x00000c73 increase  0xffffffff , 0x0000003f 
- 00013584  0x00000c74 store  0x00000001 , 0x00000011 
- 00013585  0x00000c75 rtn 
- 00013586  0x00000c78 fetch  0x00000001 , 0x00004170 
- 00013587  0x00000c79 increase  0x00000001 , 0x0000003f 
- 00013588  0x00000c7a store  0x00000001 , 0x00004170 
- 00013589  0x00000c7b rtn 
- 00013590  0x00000c7f set0  0x00000025 , 0x00000000 
- 00013591  0x00000c80 bpatch  0x0000004c , 0x00004009 
- 00013592  0x00000c81 call  0x000031fa 
- 00013593  0x00000c82 fetch  0x00000001 , 0x00004272 
- 00013594  0x00000c83 beq  0x00000003 , 0x0000351d 
- 00013595  0x00000c84 fetch  0x00000001 , 0x00000048 
- 00013596  0x00000c85 bne  0x00000001 , 0x00003521 
- 00013597  0x00000c87 call  0x000049be 
- 00013598  0x00000c88 nbranch  0x00003521 , 0x00000005 
- 00013599  0x00000c89 call  0x000031f5 
- 00013600  0x00000c8a jam  0x00000000 , 0x00004272 
- 00013601  0x00000c8c set0  0x00000025 , 0x00000000 
- 00013602  0x00000c8d bpatch  0x0000004d , 0x00004009 
- 00013603  0x00000c8e call  0x00003f18 
- 00013604  0x00000c8f call  0x00004995 
- 00013605  0x00000c90 call  0x00003806 
- 00013606  0x00000c91 jam  0x00000002 , 0x00000b7d 
- 00013607  0x00000c92 call  0x00007c27 
- 00013608  0x00000c93 call  0x00005b63 
- 00013609  0x00000c94 call  0x00004d99 
- 00013610  0x00000c95 call  0x00007719 
- 00013611  0x00000c96 fetch  0x00000001 , 0x00000030 
- 00013612  0x00000c97 set0  0x00000000 
- 00013613  0x00000c98 store  0x00000001 , 0x00000030 
- 00013614  0x00000c99 jam  0x00000000 , 0x000047f3 
- 00013615  0x00000c9b fetch  0x00000001 , 0x0000004c 
- 00013616  0x00000c9c compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00013617  0x00000c9d branch  0x00003533 , 0x00000001 
- 00013618  0x00000c9e set0  0x00000001 , 0x00000000 
- 00013619  0x00000ca0 fetch  0x00000001 , 0x00000047 
- 00013620  0x00000ca1 bbit0  0x00000003 , 0x00003535 
- 00013621  0x00000ca3 fetch  0x00000001 , 0x0000004b 
- 00013622  0x00000ca4 rtnbit0  0x00000006 
- 00013623  0x00000ca5 set0  0x00000002 , 0x00000000 
- 00013624  0x00000ca6 rtn 
- 00013625  0x00000ca9 set0  0x00000025 , 0x00000000 
- 00013626  0x00000caa bpatch  0x0000004e , 0x00004009 
- 00013627  0x00000cab fetch  0x00000001 , 0x0000017e 
- 00013628  0x00000cac rtn  0x00000034 
- 00013629  0x00000cad icopy  0x00000004 
- 00013630  0x00000cae call  0x000035d6 
- 00013631  0x00000caf nrtn  0x0000002d 
- 00013632  0x00000cb0 force  0x00000000 , 0x00000001 
- 00013633  0x00000cb1 call  0x000038b1 
- 00013634  0x00000cb2 deposit  0x00000004 
- 00013635  0x00000cb3 store  0x00000001 , 0x00000077 
- 00013636  0x00000cb4 force  0x00000000 , 0x0000003f 
- 00013637  0x00000cb5 store  0x00000001 , 0x0000017e 
- 00013638  0x00000cb6 rtn 
- 00013639  0x00000cbd set0  0x00000025 , 0x00000000 
- 00013640  0x00000cbe bpatch  0x0000004f , 0x00004009 
- 00013641  0x00000cbf fetch  0x00000001 , 0x00000030 
- 00013642  0x00000cc0 bbit0  0x00000002 , 0x00003555 
- 00013643  0x00000cc1 force  0x00000007 , 0x00000001 
- 00013644  0x00000cc2 bmark0  0x00000007 , 0x00003554 
- 00013645  0x00000cc3 call  0x00003847 
- 00013646  0x00000cc4 nbranch  0x00003555 , 0x00000001 
- 00013647  0x00000cc5 branch  0x00003555 , 0x0000002e 
- 00013648  0x00000cc6 call  0x00003583 
- 00013649  0x00000cc7 setarg  0x00000002 
- 00013650  0x00000cc8 store  0x00000002 , 0x00004168 
- 00013651  0x00000cc9 rtn 
- 00013652  0x00000ccb nrtn  0x0000002e 
- 00013653  0x00000ccd set0  0x00000025 , 0x00000000 
- 00013654  0x00000cce bpatch  0x00000050 , 0x0000400a 
- 00013655  0x00000ccf call  0x000032df 
- 00013656  0x00000cd0 nbranch  0x00003568 , 0x00000005 
- 00013657  0x00000cd1 fetch  0x00000001 , 0x00000047 
- 00013658  0x00000cd2 bbit0  0x00000003 , 0x00003571 
- 00013659  0x00000cd4 bmark1  0x00000005 , 0x00003575 
- 00013660  0x00000cd5 fetch  0x00000001 , 0x00000189 
- 00013661  0x00000cd6 bbit1  0x00000006 , 0x0000357c 
- 00013662  0x00000cd7 fetch  0x00000002 , 0x00004168 
- 00013663  0x00000cd8 increase  0xffffffff , 0x0000003f 
- 00013664  0x00000cd9 store  0x00000002 , 0x00004168 
- 00013665  0x00000cda branch  0x00003565 , 0x00000034 
- 00013666  0x00000cdb fetch  0x00000001 , 0x00004165 
- 00013667  0x00000cdc iforce  0x00000001 
- 00013668  0x00000cdd rtn 
- 00013669  0x00000ce0 set0  0x00000025 , 0x00000000 
- 00013670  0x00000ce1 bpatch  0x00000051 , 0x0000400a 
- 00013671  0x00000ce2 call  0x00003799 
- 00013672  0x00000ce4 call  0x00003847 
- 00013673  0x00000ce5 branch  0x00003571 , 0x00000001 
- 00013674  0x00000ce6 call  0x00005ed9 
- 00013675  0x00000ce7 branch  0x00003580 , 0x00000028 
- 00013676  0x00000ce8 fetch  0x00000001 , 0x0000004b 
- 00013677  0x00000ce9 bbit1  0x00000006 , 0x00003582 
- 00013678  0x00000cea bmark1  0x00000005 , 0x00003575 
- 00013679  0x00000ceb fetch  0x00000001 , 0x00000189 
- 00013680  0x00000cec bbit1  0x00000006 , 0x0000357c 
- 00013681  0x00000cee force  0x00000001 , 0x00000001 
- 00013682  0x00000cef rtn  0x00000029 
- 00013683  0x00000cf0 force  0x00000000 , 0x00000001 
- 00013684  0x00000cf1 rtn 
- 00013685  0x00000cf3 set0  0x00000025 , 0x00000000 
- 00013686  0x00000cf4 bpatch  0x00000052 , 0x0000400a 
- 00013687  0x00000cf5 fetch  0x00000001 , 0x00000019 
- 00013688  0x00000cf6 iforce  0x00000001 
- 00013689  0x00000cf7 rtnne  0x00000001 
- 00013690  0x00000cf8 force  0x00000000 , 0x00000001 
- 00013691  0x00000cf9 rtn 
- 00013692  0x00000cfb fetch  0x00000001 , 0x0000015a 
- 00013693  0x00000cfc and  0x0000003f , 0x0000000f , 0x00000001 
- 00013694  0x00000cfd set1  0x00000005 , 0x00000000 
- 00013695  0x00000cfe rtn 
- 00013696  0x00000d00 force  0x00000013 , 0x00000001 
- 00013697  0x00000d01 branch  0x00003583 
- 00013698  0x00000d03 call  0x0000358d 
- 00013699  0x00000d06 set0  0x00000025 , 0x00000000 
- 00013700  0x00000d07 bpatch  0x00000053 , 0x0000400a 
- 00013701  0x00000d08 fetcht  0x00000001 , 0x00000047 
- 00013702  0x00000d09 set1  0x00000003 , 0x00000002 
- 00013703  0x00000d0a storet  0x00000001 , 0x00000047 
- 00013704  0x00000d0b deposit  0x00000001 
- 00013705  0x00000d0c store  0x00000001 , 0x00004165 
- 00013706  0x00000d0d setarg  0x0000ffff 
- 00013707  0x00000d0e store  0x00000002 , 0x00004168 
- 00013708  0x00000d0f rtn 
- 00013709  0x00000d12 set0  0x00000025 , 0x00000000 
- 00013710  0x00000d13 bpatch  0x00000054 , 0x0000400a 
- 00013711  0x00000d14 fetch  0x00000001 , 0x0000004c 
- 00013712  0x00000d15 isolate1  0x00000005 , 0x0000003f 
- 00013713  0x00000d16 fetch  0x00000002 , 0x00000091 
- 00013714  0x00000d17 branch  0x000035a1 , 0x00000001 
- 00013715  0x00000d18 force  0x00000003 , 0x00000001 
- 00013716  0x00000d19 sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00013717  0x00000d1a rtn  0x00000002 
- 00013718  0x00000d1b force  0x00000004 , 0x00000001 
- 00013719  0x00000d1c sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00013720  0x00000d1d rtn  0x00000002 
- 00013721  0x00000d1e force  0x0000000a , 0x00000001 
- 00013722  0x00000d1f sub  0x0000003f , 0x00000079 , 0x0000003e 
- 00013723  0x00000d20 rtn  0x00000002 
- 00013724  0x00000d21 force  0x0000000e , 0x00000001 
- 00013725  0x00000d22 sub  0x0000003f , 0x000000e0 , 0x0000003e 
- 00013726  0x00000d23 rtn  0x00000002 
- 00013727  0x00000d24 force  0x0000000f , 0x00000001 
- 00013728  0x00000d25 rtn 
- 00013729  0x00000d27 force  0x00000003 , 0x00000001 
- 00013730  0x00000d28 sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00013731  0x00000d29 rtn  0x00000002 
- 00013732  0x00000d2a force  0x00000004 , 0x00000001 
- 00013733  0x00000d2b sub  0x0000003f , 0x00000036 , 0x0000003e 
- 00013734  0x00000d2c rtn  0x00000002 
- 00013735  0x00000d2d force  0x0000000a , 0x00000001 
- 00013736  0x00000d2e arg  0x0000016f , 0x00000002 
- 00013737  0x00000d2f isub  0x00000002 , 0x0000003e 
- 00013738  0x00000d30 nrtn  0x00000002 
- 00013739  0x00000d31 force  0x0000000e , 0x00000001 
- 00013740  0x00000d32 arg  0x000002a7 , 0x00000002 
- 00013741  0x00000d33 isub  0x00000002 , 0x0000003e 
- 00013742  0x00000d34 nrtn  0x00000002 
- 00013743  0x00000d35 force  0x0000000f , 0x00000001 
- 00013744  0x00000d36 rtn 
- 00013745  0x00000d40 fetch  0x00000001 , 0x00000030 
- 00013746  0x00000d41 bbit0  0x00000001 , 0x000035b6 
- 00013747  0x00000d42 fetch  0x00000002 , 0x00000032 
- 00013748  0x00000d43 branch  0x000035b6 , 0x00000034 
- 00013749  0x00000d44 nbranch  0x000035b8 , 0x0000002e 
- 00013750  0x00000d46 call  0x00003bac 
- 00013751  0x00000d48 add  0x00000028 , 0x00000001 , 0x00000021 
- 00013752  0x00000d4a enable  0x00000010 
- 00013753  0x00000d4b fetch  0x00000002 , 0x0000003e 
- 00013754  0x00000d4c rshift  0x0000003f , 0x0000003f 
- 00013755  0x00000d4d arg  0x00000500 , 0x00000002 
- 00013756  0x00000d4e iadd  0x00000002 , 0x0000003f 
- 00013757  0x00000d4f call  0x00003b7d 
- 00013758  0x00000d50 call  0x00003a5d 
- 00013759  0x00000d51 force  0x00000003 , 0x00000024 
- 00013760  0x00000d52 call  0x00003a3b 
- 00013761  0x00000d53 call  0x000034e1 
- 00013762  0x00000d54 call  0x00003b41 
- 00013763  0x00000d55 set0  0x00000025 , 0x00000000 
- 00013764  0x00000d56 bpatch  0x00000055 , 0x0000400a 
- 00013765  0x00000d57 fetch  0x00000002 , 0x0000003e 
- 00013766  0x00000d58 rshift  0x0000003f , 0x0000003f 
- 00013767  0x00000d59 call  0x00003b7d 
- 00013768  0x00000d5a call  0x00003b3a 
- 00013769  0x00000d5b enable  0x0000000d 
- 00013770  0x00000d5c fetch  0x00000002 , 0x0000003e 
- 00013771  0x00000d5d arg  0x000003bb , 0x00000002 
- 00013772  0x00000d5e iadd  0x00000002 , 0x0000001b 
- 00013773  0x00000d5f correlate  0x0000003e , 0x00000003 
- 00013774  0x00000d60 copy  0x0000001a , 0x00000002 
- 00013775  0x00000d61 storet  0x00000006 , 0x0000009c 
- 00013776  0x00000d62 disable  0x0000000d 
- 00013777  0x00000d63 nrtn  0x00000018 
- 00013778  0x00000d64 arg  0x000003bb , 0x00000029 
- 00013779  0x00000d65 copy  0x00000021 , 0x00000028 
- 00013780  0x00000d66 branch  0x00003cb6 , 0x0000002b 
- 00013781  0x00000d67 rtn 
- 00013782  0x00000d6b set0  0x00000025 , 0x00000000 
- 00013783  0x00000d6c bpatch  0x00000056 , 0x0000400a 
- 00013784  0x00000d6d call  0x000035b1 
- 00013785  0x00000d6e nbranch  0x00003a6d , 0x00000018 
- 00013786  0x00000d6f call  0x00003af3 
- 00013787  0x00000d70 bmark0  0x00000011 , 0x000035df 
- 00013788  0x00000d71 fetch  0x00000002 , 0x000000f8 
- 00013789  0x00000d72 increase  0x00000001 , 0x0000003f 
- 00013790  0x00000d73 store  0x00000002 , 0x000000f8 
- 00013791  0x00000d75 rshift  0x00000021 , 0x00000002 
- 00013792  0x00000d76 or  0x00000002 , 0x00000040 , 0x0000000e 
- 00013793  0x00000d78 set0  0x00000025 , 0x00000000 
- 00013794  0x00000d79 bpatch  0x00000057 , 0x0000400a 
- 00013795  0x00000d7a enable  0x00000007 
- 00013796  0x00000d7b enable  0x0000000a 
- 00013797  0x00000d7c enable  0x0000000b 
- 00013798  0x00000d7d parse  0x00000003 , 0x00000000 , 0x00000003 
- 00013799  0x00000d7e rshift8  0x0000000c , 0x0000003f 
- 00013800  0x00000d7f store  0x00000001 , 0x0000015f 
- 00013801  0x00000d80 parse  0x00000003 , 0x00000000 , 0x00000004 
- 00013802  0x00000d81 inject  0x00000000 , 0x00000007 
- 00013803  0x00000d82 copy  0x0000000c , 0x0000003f 
- 00013804  0x00000d83 store  0x00000001 , 0x00000019 
- 00013805  0x00000d84 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00013806  0x00000d85 rshift8  0x0000000c , 0x0000003f 
- 00013807  0x00000d86 store  0x00000001 , 0x00000160 
- 00013808  0x00000d87 fetch  0x00000001 , 0x00000019 
- 00013809  0x00000d88 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00013810  0x00000d89 branch  0x000035f7 , 0x00000002 
- 00013811  0x00000d8a beq  0x00000007 , 0x000035f7 
- 00013812  0x00000d8b fetch  0x00000001 , 0x0000004c 
- 00013813  0x00000d8c isolate1  0x00000005 , 0x0000003f 
- 00013814  0x00000d8d setflag  0x00000001 , 0x00000001 , 0x00000015 
- 00013815  0x00000d8f set0  0x00000025 , 0x00000000 
- 00013816  0x00000d90 bpatch  0x00000058 , 0x0000400b 
- 00013817  0x00000d91 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00013818  0x00000d92 disable  0x0000000b 
- 00013819  0x00000d93 disable  0x0000000a 
- 00013820  0x00000d94 branch  0x0000373e , 0x00000006 
- 00013821  0x00000d95 bmark0  0x00000011 , 0x00003601 
- 00013822  0x00000d96 fetch  0x00000002 , 0x000000fa 
- 00013823  0x00000d97 increase  0x00000001 , 0x0000003f 
- 00013824  0x00000d98 store  0x00000002 , 0x000000fa 
- 00013825  0x00000d9a set0  0x00000025 , 0x00000000 
- 00013826  0x00000d9b bpatch  0x00000059 , 0x0000400b 
- 00013827  0x00000d9c fetch  0x00000001 , 0x0000015f 
- 00013828  0x00000d9d compare  0x00000000 , 0x0000003f , 0x00000007 
- 00013829  0x00000d9e setflag  0x00000001 , 0x0000000a , 0x00000000 
- 00013830  0x00000d9f branch  0x00003613 , 0x00000001 
- 00013831  0x00000da0 icompare  0x00000007 , 0x00000004 
- 00013832  0x00000da1 branch  0x00003612 , 0x00000001 
- 00013833  0x00000da2 bmark0  0x00000007 , 0x0000375c 
- 00013834  0x00000da3 fetcht  0x00000001 , 0x000000b2 
- 00013835  0x00000da4 icompare  0x00000007 , 0x00000002 
- 00013836  0x00000da5 nbranch  0x0000375c , 0x00000001 
- 00013837  0x00000da6 call  0x00003290 
- 00013838  0x00000da7 fetch  0x00000001 , 0x00000047 
- 00013839  0x00000da8 set0  0x00000005 , 0x0000003f 
- 00013840  0x00000da9 set1  0x00000004 , 0x0000003f 
- 00013841  0x00000daa store  0x00000001 , 0x00000047 
- 00013842  0x00000dac enable  0x0000002d 
- 00013843  0x00000dae set0  0x00000025 , 0x00000000 
- 00013844  0x00000daf bpatch  0x0000005a , 0x0000400b 
- 00013845  0x00000db0 fetch  0x00000001 , 0x00000019 
- 00013846  0x00000db1 icopy  0x00000001 
- 00013847  0x00000db2 bmark1  0x0000000a , 0x00003623 
- 00013848  0x00000db3 fetcht  0x00000001 , 0x00000160 
- 00013849  0x00000db4 fetch  0x00000001 , 0x00000047 
- 00013850  0x00000db5 set0  0x00000000 , 0x0000003f 
- 00013851  0x00000db6 isolate1  0x00000000 , 0x00000002 
- 00013852  0x00000db7 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00013853  0x00000db8 isolate1  0x00000001 , 0x00000002 
- 00013854  0x00000db9 setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00013855  0x00000dba store  0x00000001 , 0x00000047 
- 00013856  0x00000dbb isolate0  0x00000001 , 0x00000002 
- 00013857  0x00000dbc branch  0x00003623 , 0x00000001 
- 00013858  0x00000dbd call  0x00003799 
- 00013859  0x00000dbf set0  0x00000025 , 0x00000000 
- 00013860  0x00000dc0 bpatch  0x0000005b , 0x0000400b 
- 00013861  0x00000dc1 arg  0x00000000 , 0x00000002 
- 00013862  0x00000dc2 call  0x00003b74 
- 00013863  0x00000dc3 and  0x00000001 , 0x0000000f , 0x0000003f 
- 00013864  0x00000dc4 beq  0x00000001 , 0x00003656 
- 00013865  0x00000dc5 beq  0x00000000 , 0x0000375c 
- 00013866  0x00000dc6 beq  0x00000002 , 0x00003769 
- 00013867  0x00000dc7 fetcht  0x00000001 , 0x00000160 
- 00013868  0x00000dc8 fetch  0x00000001 , 0x00000047 
- 00013869  0x00000dc9 icompare  0x00000004 , 0x00000002 
- 00013870  0x00000dca nbranch  0x00003632 , 0x00000001 
- 00013871  0x00000dcb bmark0  0x0000000a , 0x00003631 
- 00013872  0x00000dcc bbit0  0x00000007 , 0x00003632 
- 00013873  0x00000dce set1  0x0000000f , 0x00000000 
- 00013874  0x00000dd0 set0  0x00000025 , 0x00000000 
- 00013875  0x00000dd1 bpatch  0x0000005c , 0x0000400b 
- 00013876  0x00000dd2 deposit  0x00000001 
- 00013877  0x00000dd3 beq  0x00000003 , 0x00003658 
- 00013878  0x00000dd4 beq  0x00000004 , 0x0000365c 
- 00013879  0x00000dd5 beq  0x00000007 , 0x00003642 
- 00013880  0x00000dd6 beq  0x00000008 , 0x0000365b 
- 00013881  0x00000dd7 arg  0x00000004 , 0x00000002 
- 00013882  0x00000dd8 call  0x00003b74 
- 00013883  0x00000dd9 beq  0x0000000a , 0x00003657 
- 00013884  0x00000dda beq  0x0000000b , 0x0000365a 
- 00013885  0x00000ddb arg  0x00000008 , 0x00000002 
- 00013886  0x00000ddc call  0x00003b74 
- 00013887  0x00000ddd beq  0x0000000e , 0x00003657 
- 00013888  0x00000dde beq  0x0000000f , 0x0000365a 
- 00013889  0x00000ddf rtn 
- 00013890  0x00000de3 set0  0x00000025 , 0x00000000 
- 00013891  0x00000de4 bpatch  0x0000005d , 0x0000400b 
- 00013892  0x00000de5 enable  0x0000000d 
- 00013893  0x00000de6 enable  0x00000009 
- 00013894  0x00000de7 enable  0x0000000e 
- 00013895  0x00000de8 arg  0x000000d3 , 0x00000005 
- 00013896  0x00000de9 force  0x0000001e , 0x00000039 
- 00013897  0x00000deb parse  0x00000003 , 0x00000000 , 0x00000008 
- 00013898  0x00000dec rshift3  0x0000000c , 0x0000003f 
- 00013899  0x00000ded istore  0x00000001 , 0x00000005 
- 00013900  0x00000dee loop  0x00003649 
- 00013901  0x00000def bmark0  0x00000007 , 0x0000375c 
- 00013902  0x00000df0 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00013903  0x00000df1 nsetflag  0x00000006 , 0x00000008 , 0x00000000 
- 00013904  0x00000df2 call  0x00003653 , 0x00000006 
- 00013905  0x00000df3 branch  0x0000374b , 0x00000006 
- 00013906  0x00000df4 branch  0x0000372c 
- 00013907  0x00000df7 deposit  0x0000001a 
- 00013908  0x00000df8 store  0x00000006 , 0x00000020 
- 00013909  0x00000df9 rtn 
- 00013910  0x00000dfc branch  0x0000375c 
- 00013911  0x00000e00 set1  0x00000010 , 0x00000000 
- 00013912  0x00000e02 enable  0x0000000c 
- 00013913  0x00000e03 branch  0x0000365d 
- 00013914  0x00000e07 set1  0x00000010 , 0x00000000 
- 00013915  0x00000e09 set1  0x00000002 , 0x00000015 
- 00013916  0x00000e0b enable  0x0000000d 
- 00013917  0x00000e0d set0  0x00000025 , 0x00000000 
- 00013918  0x00000e0e bpatch  0x0000005e , 0x0000400b 
- 00013919  0x00000e0f bmark1  0x00000001 , 0x0000375c 
- 00013920  0x00000e10 isolate0  0x00000001 , 0x00000015 
- 00013921  0x00000e11 branch  0x0000366a , 0x00000001 
- 00013922  0x00000e12 disable  0x00000007 
- 00013923  0x00000e13 enable  0x0000000d 
- 00013924  0x00000e14 disable  0x0000000c 
- 00013925  0x00000e15 add  0x00000022 , 0x00000002 , 0x0000000b 
- 00013926  0x00000e16 correlate  0x00000022 , 0x00000026 
- 00013927  0x00000e17 nbranch  0x0000374b , 0x00000018 
- 00013928  0x00000e18 set1  0x00000010 , 0x00000000 
- 00013929  0x00000e19 enable  0x00000007 
- 00013930  0x00000e1b set0  0x00000025 , 0x00000000 
- 00013931  0x00000e1c bpatch  0x0000005f , 0x0000400b 
- 00013932  0x00000e1d enable  0x0000000e 
- 00013933  0x00000e1e enable  0x00000009 
- 00013934  0x00000e1f parse  0x00000003 , 0x00000000 , 0x00000003 
- 00013935  0x00000e20 rshift8  0x0000000c , 0x0000003f 
- 00013936  0x00000e21 store  0x00000001 , 0x0000018a 
- 00013937  0x00000e22 parse  0x00000003 , 0x00000000 , 0x00000005 
- 00013938  0x00000e23 bmark1  0x00000010 , 0x00003676 
- 00013939  0x00000e24 rshift3  0x0000000c , 0x00000039 
- 00013940  0x00000e25 rshift3  0x00000039 , 0x00000039 
- 00013941  0x00000e26 branch  0x00003679 
- 00013942  0x00000e28 parse  0x00000003 , 0x00000000 , 0x00000005 
- 00013943  0x00000e29 rshift  0x0000000c , 0x00000039 
- 00013944  0x00000e2a parse  0x00000003 , 0x00000000 , 0x00000003 
- 00013945  0x00000e2c set0  0x00000025 , 0x00000000 
- 00013946  0x00000e2d bpatch  0x00000060 , 0x0000400c 
- 00013947  0x00000e2e deposit  0x00000039 
- 00013948  0x00000e2f store  0x00000002 , 0x00000169 
- 00013949  0x00000e30 branch  0x000036ee , 0x00000034 
- 00013950  0x00000e31 isub  0x00000035 , 0x0000003e 
- 00013951  0x00000e32 branch  0x0000374b , 0x00000002 
- 00013952  0x00000e33 set0  0x00000025 , 0x00000000 
- 00013953  0x00000e34 bpatch  0x00000061 , 0x0000400c 
- 00013954  0x00000e35 set0  0x00000000 , 0x00000000 
- 00013955  0x00000e36 fetch  0x00000001 , 0x0000018a 
- 00013956  0x00000e37 and_into  0x00000003 , 0x0000003f 
- 00013957  0x00000e38 arg  0x000004de , 0x00000005 
- 00013958  0x00000e39 beq  0x00000003 , 0x0000368f 
- 00013959  0x00000e3a bmark1  0x00000011 , 0x000036ea 
- 00013960  0x00000e3b fetch  0x00000001 , 0x00004132 
- 00013961  0x00000e3c beq  0x00000001 , 0x00003694 
- 00013962  0x00000e3e fetch  0x00000001 , 0x0000018a 
- 00013963  0x00000e3f and_into  0x00000003 , 0x0000003f 
- 00013964  0x00000e40 beq  0x00000002 , 0x000036c3 
- 00013965  0x00000e41 beq  0x00000001 , 0x000036d8 
- 00013966  0x00000e42 branch  0x0000374b 
- 00013967  0x00000e45 fetch  0x00000002 , 0x00000169 
- 00013968  0x00000e46 sub  0x0000003f , 0x00000070 , 0x0000003e 
- 00013969  0x00000e47 nbranch  0x0000374b , 0x00000002 
- 00013970  0x00000e48 bmark1  0x0000000f , 0x0000372c 
- 00013971  0x00000e49 branch  0x000036ea 
- 00013972  0x00000e4c set0  0x00000025 , 0x00000000 
- 00013973  0x00000e4d bpatch  0x00000062 , 0x0000400c 
- 00013974  0x00000e4e bmark1  0x0000000f , 0x0000372c 
- 00013975  0x00000e4f fetch  0x00000002 , 0x00000169 
- 00013976  0x00000e50 branch  0x0000374b , 0x00000034 
- 00013977  0x00000e51 call  0x00004494 
- 00013978  0x00000e52 nbranch  0x000036a1 , 0x00000001 
- 00013979  0x00000e54 fetcht  0x00000002 , 0x00000291 
- 00013980  0x00000e55 increase  0x0000000a , 0x0000003f 
- 00013981  0x00000e56 isub  0x00000002 , 0x0000003e 
- 00013982  0x00000e57 nbranch  0x000036a7 , 0x00000002 
- 00013983  0x00000e58 call  0x00004449 
- 00013984  0x00000e59 branch  0x0000369b 
- 00013985  0x00000e5b hfetch  0x00000002 , 0x0000810e 
- 00013986  0x00000e5c arg  0x0000012c , 0x00000002 
- 00013987  0x00000e5d isub  0x00000002 , 0x0000003e 
- 00013988  0x00000e5e branch  0x0000374b , 0x00000002 
- 00013989  0x00000e5f fetch  0x00000002 , 0x00004800 
- 00013990  0x00000e60 branch  0x0000374b , 0x00000034 
- 00013991  0x00000e62 set0  0x00000025 , 0x00000000 
- 00013992  0x00000e63 bpatch  0x00000063 , 0x0000400c 
- 00013993  0x00000e64 call  0x00004972 
- 00013994  0x00000e65 fetch  0x00000001 , 0x00000046 
- 00013995  0x00000e66 fetcht  0x00000001 , 0x0000018a 
- 00013996  0x00000e67 and_into  0x00000003 , 0x00000002 
- 00013997  0x00000e68 lshift8  0x00000002 , 0x00000002 
- 00013998  0x00000e69 lshift4  0x00000002 , 0x00000002 
- 00013999  0x00000e6a ior  0x00000002 , 0x0000003f 
- 00014000  0x00000e6b istore  0x00000002 , 0x0000000a 
- 00014001  0x00000e6c fetcht  0x00000002 , 0x00000169 
- 00014002  0x00000e6d copy  0x00000002 , 0x00000039 
- 00014003  0x00000e6e istoret  0x00000002 , 0x0000000a 
- 00014004  0x00000e70 set0  0x00000025 , 0x00000000 
- 00014005  0x00000e71 bpatch  0x00000064 , 0x0000400c 
- 00014006  0x00000e72 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00014007  0x00000e73 rshift3  0x0000000c , 0x0000003f 
- 00014008  0x00000e74 istore  0x00000001 , 0x0000000a 
- 00014009  0x00000e75 loop  0x000036b4 
- 00014010  0x00000e76 add  0x00000002 , 0x00000004 , 0x00000039 
- 00014011  0x00000e77 call  0x00004494 
- 00014012  0x00000e78 nbranch  0x000036c1 , 0x00000001 
- 00014013  0x00000e79 set1  0x00000013 , 0x00000000 
- 00014014  0x00000e7a force  0x00000006 , 0x00000007 
- 00014015  0x00000e7b call  0x00004378 
- 00014016  0x00000e7c branch  0x000036ee 
- 00014017  0x00000e7e call  0x00004424 
- 00014018  0x00000e7f branch  0x000036ee 
- 00014019  0x00000e82 set0  0x00000025 , 0x00000000 
- 00014020  0x00000e83 bpatch  0x00000065 , 0x0000400c 
- 00014021  0x00000e84 bmark1  0x0000000f , 0x0000372c 
- 00014022  0x00000e85 fetch  0x00000002 , 0x00000169 
- 00014023  0x00000e86 arg  0x000002e0 , 0x00000002 
- 00014024  0x00000e87 isub  0x00000002 , 0x0000003e 
- 00014025  0x00000e88 branch  0x0000374b , 0x00000002 
- 00014026  0x00000e89 fetch  0x00000001 , 0x000002ca 
- 00014027  0x00000e8a bbit0  0x00000000 , 0x000036ce 
- 00014028  0x00000e8b bbit0  0x00000001 , 0x000036d3 
- 00014029  0x00000e8c branch  0x0000375c 
- 00014030  0x00000e8e jam  0x00000001 , 0x000002c8 
- 00014031  0x00000e8f fetch  0x00000002 , 0x000002c4 
- 00014032  0x00000e90 bne  0x00000000 , 0x0000375c 
- 00014033  0x00000e91 arg  0x00001000 , 0x00000005 
- 00014034  0x00000e92 branch  0x000036ea 
- 00014035  0x00000e94 jam  0x00000002 , 0x000002c8 
- 00014036  0x00000e95 fetch  0x00000002 , 0x000002c6 
- 00014037  0x00000e96 bne  0x00000000 , 0x0000375c 
- 00014038  0x00000e97 arg  0x00001400 , 0x00000005 
- 00014039  0x00000e98 branch  0x000036ea 
- 00014040  0x00000e9b set0  0x00000025 , 0x00000000 
- 00014041  0x00000e9c bpatch  0x00000066 , 0x0000400c 
- 00014042  0x00000e9d bmark1  0x0000000f , 0x0000372c 
- 00014043  0x00000e9e fetch  0x00000002 , 0x00000169 
- 00014044  0x00000e9f arg  0x000002e0 , 0x00000002 
- 00014045  0x00000ea0 isub  0x00000002 , 0x0000003e 
- 00014046  0x00000ea1 branch  0x0000374b , 0x00000002 
- 00014047  0x00000ea2 fetch  0x00000001 , 0x000002c8 
- 00014048  0x00000ea3 beq  0x00000001 , 0x000036e3 
- 00014049  0x00000ea4 beq  0x00000002 , 0x000036e7 
- 00014050  0x00000ea5 branch  0x0000375c 
- 00014051  0x00000ea7 arg  0x00001000 , 0x00000005 
- 00014052  0x00000ea8 fetch  0x00000002 , 0x000002c4 
- 00014053  0x00000ea9 iadd  0x00000005 , 0x00000005 
- 00014054  0x00000eaa branch  0x000036ea 
- 00014055  0x00000eac arg  0x00001400 , 0x00000005 
- 00014056  0x00000ead fetch  0x00000002 , 0x000002c6 
- 00014057  0x00000eae iadd  0x00000005 , 0x00000005 
- 00014058  0x00000eb0 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00014059  0x00000eb1 rshift3  0x0000000c , 0x0000003f 
- 00014060  0x00000eb2 istore  0x00000001 , 0x00000005 
- 00014061  0x00000eb3 loop  0x000036ea 
- 00014062  0x00000eb5 set0  0x00000025 , 0x00000000 
- 00014063  0x00000eb6 bpatch  0x00000067 , 0x0000400c 
- 00014064  0x00000eb7 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00014065  0x00000eb8 branch  0x00003745 , 0x00000006 
- 00014066  0x00000eb9 call  0x00003e0f 
- 00014067  0x00000eba fetch  0x00000001 , 0x000043cc 
- 00014068  0x00000ebb beq  0x00000001 , 0x0000375c 
- 00014069  0x00000ebc bmark1  0x00000011 , 0x00003718 
- 00014070  0x00000ebd bmark1  0x0000000f , 0x00003759 
- 00014071  0x00000ebe fetch  0x00000001 , 0x0000018a 
- 00014072  0x00000ebf compare  0x00000003 , 0x0000003f , 0x00000003 
- 00014073  0x00000ec0 branch  0x00003718 , 0x00000001 
- 00014074  0x00000ec1 fetch  0x00000002 , 0x00000169 
- 00014075  0x00000ec2 branch  0x00003718 , 0x00000034 
- 00014076  0x00000ec3 fetch  0x00000001 , 0x00004132 
- 00014077  0x00000ec4 beq  0x00000001 , 0x00003718 
- 00014078  0x00000ec5 set0  0x00000025 , 0x00000000 
- 00014079  0x00000ec6 bpatch  0x00000068 , 0x0000400d 
- 00014080  0x00000ec7 fetch  0x00000001 , 0x000002c8 
- 00014081  0x00000ec8 beq  0x00000001 , 0x00003704 
- 00014082  0x00000ec9 beq  0x00000002 , 0x0000370e 
- 00014083  0x00000eca branch  0x00003bf1 
- 00014084  0x00000ecc fetch  0x00000002 , 0x000002c4 
- 00014085  0x00000ecd fetcht  0x00000002 , 0x00000169 
- 00014086  0x00000ece iadd  0x00000002 , 0x0000003f 
- 00014087  0x00000ecf store  0x00000002 , 0x000002c4 
- 00014088  0x00000ed0 beq  0x00000000 , 0x00003bf1 
- 00014089  0x00000ed1 fetcht  0x00000002 , 0x00001000 
- 00014090  0x00000ed2 increase  0x00000004 , 0x00000002 
- 00014091  0x00000ed3 isub  0x00000002 , 0x0000003e 
- 00014092  0x00000ed4 call  0x000038a0 , 0x00000005 
- 00014093  0x00000ed5 branch  0x00003718 
- 00014094  0x00000ed7 fetch  0x00000002 , 0x000002c6 
- 00014095  0x00000ed8 fetcht  0x00000002 , 0x00000169 
- 00014096  0x00000ed9 iadd  0x00000002 , 0x0000003f 
- 00014097  0x00000eda store  0x00000002 , 0x000002c6 
- 00014098  0x00000edb beq  0x00000000 , 0x00003bf1 
- 00014099  0x00000edc fetcht  0x00000002 , 0x00001400 
- 00014100  0x00000edd add  0x00000002 , 0x00000004 , 0x00000002 
- 00014101  0x00000ede isub  0x00000002 , 0x0000003e 
- 00014102  0x00000edf call  0x000038a4 , 0x00000005 
- 00014103  0x00000ee0 branch  0x00003718 
- 00014104  0x00000ee2 set0  0x00000025 , 0x00000000 
- 00014105  0x00000ee3 bpatch  0x00000069 , 0x0000400d 
- 00014106  0x00000ee4 fetcht  0x00000001 , 0x0000004c 
- 00014107  0x00000ee5 fetch  0x00000001 , 0x0000018a 
- 00014108  0x00000ee6 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00014109  0x00000ee7 setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00014110  0x00000ee8 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00014111  0x00000ee9 storet  0x00000001 , 0x0000004c 
- 00014112  0x00000eea nbranch  0x00003722 , 0x00000001 
- 00014113  0x00000eeb set1  0x00000001 , 0x00000000 
- 00014114  0x00000eed bmark0  0x00000011 , 0x0000372c 
- 00014115  0x00000eee isolate1  0x00000006 , 0x00000002 
- 00014116  0x00000eef branch  0x0000372c , 0x00000001 
- 00014117  0x00000ef0 fetch  0x00000002 , 0x000000fc 
- 00014118  0x00000ef1 increase  0x00000001 , 0x0000003f 
- 00014119  0x00000ef2 store  0x00000002 , 0x000000fc 
- 00014120  0x00000ef3 set1  0x00000005 , 0x00000000 
- 00014121  0x00000ef4 set0  0x00000007 , 0x00000002 
- 00014122  0x00000ef5 set0  0x00000001 , 0x00000000 
- 00014123  0x00000ef6 storet  0x00000001 , 0x0000004c 
- 00014124  0x00000ef8 set0  0x00000025 , 0x00000000 
- 00014125  0x00000ef9 bpatch  0x0000006a , 0x0000400d 
- 00014126  0x00000efa fetcht  0x00000001 , 0x00000160 
- 00014127  0x00000efb fetch  0x00000001 , 0x00000047 
- 00014128  0x00000efc set1  0x00000005 , 0x0000003f 
- 00014129  0x00000efd isolate1  0x00000002 , 0x00000002 
- 00014130  0x00000efe setflag  0x00000001 , 0x00000002 , 0x0000003f 
- 00014131  0x00000eff isolate1  0x0000000a , 0x00000000 
- 00014132  0x00000f00 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00014133  0x00000f01 store  0x00000001 , 0x00000047 
- 00014134  0x00000f02 fetch  0x00000002 , 0x00000169 
- 00014135  0x00000f03 nbranch  0x0000375c , 0x00000034 
- 00014136  0x00000f04 fetch  0x00000001 , 0x0000004c 
- 00014137  0x00000f05 set0  0x00000007 , 0x0000003f 
- 00014138  0x00000f06 store  0x00000001 , 0x0000004c 
- 00014139  0x00000f07 fetch  0x00000001 , 0x0000018a 
- 00014140  0x00000f08 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00014141  0x00000f0a branch  0x0000375c 
- 00014142  0x00000f0d set0  0x00000025 , 0x00000000 
- 00014143  0x00000f0e bpatch  0x0000006b , 0x0000400d 
- 00014144  0x00000f0f disable  0x0000002d 
- 00014145  0x00000f10 fetch  0x00000002 , 0x0000001a 
- 00014146  0x00000f11 increase  0x00000001 , 0x0000003f 
- 00014147  0x00000f12 store  0x00000002 , 0x0000001a 
- 00014148  0x00000f13 branch  0x0000375c 
- 00014149  0x00000f15 fetch  0x00000002 , 0x0000001c 
- 00014150  0x00000f16 increase  0x00000001 , 0x0000003f 
- 00014151  0x00000f17 store  0x00000002 , 0x0000001c 
- 00014152  0x00000f18 call  0x0000374c 
- 00014153  0x00000f19 bmark0  0x00000011 , 0x0000374b 
- 00014154  0x00000f1a set1  0x00000005 , 0x00000000 
- 00014155  0x00000f1c branch  0x0000375c 
- 00014156  0x00000f1f set0  0x00000025 , 0x00000000 
- 00014157  0x00000f20 bpatch  0x0000006c , 0x0000400d 
- 00014158  0x00000f21 fetch  0x00000001 , 0x0000018a 
- 00014159  0x00000f22 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00014160  0x00000f23 nbranch  0x00003755 , 0x00000001 
- 00014161  0x00000f25 fetcht  0x00000001 , 0x0000004c 
- 00014162  0x00000f26 set0  0x00000006 , 0x00000002 
- 00014163  0x00000f27 storet  0x00000001 , 0x0000004c 
- 00014164  0x00000f28 rtn 
- 00014165  0x00000f2c fetcht  0x00000001 , 0x0000004c 
- 00014166  0x00000f2d set0  0x00000007 , 0x00000002 
- 00014167  0x00000f2e storet  0x00000001 , 0x0000004c 
- 00014168  0x00000f2f branch  0x0000443b 
- 00014169  0x00000f32 fetch  0x00000001 , 0x00000047 
- 00014170  0x00000f33 set1  0x00000005 , 0x0000003f 
- 00014171  0x00000f34 store  0x00000001 , 0x00000047 
- 00014172  0x00000f36 set0  0x00000025 , 0x00000000 
- 00014173  0x00000f37 bpatch  0x0000006d , 0x0000400d 
- 00014174  0x00000f38 disable  0x0000001d 
- 00014175  0x00000f39 disable  0x0000001c 
- 00014176  0x00000f3a disable  0x0000000d 
- 00014177  0x00000f3b disable  0x0000000c 
- 00014178  0x00000f3c disable  0x00000009 
- 00014179  0x00000f3d disable  0x0000000e 
- 00014180  0x00000f3e disable  0x00000007 
- 00014181  0x00000f3f branch  0x00003a6d , 0x00000021 
- 00014182  0x00000f40 until  0x0000003e , 0x00000027 
- 00014183  0x00000f41 nop  0x00000064 
- 00014184  0x00000f42 branch  0x00003a6d 
- 00014185  0x00000f45 set0  0x00000025 , 0x00000000 
- 00014186  0x00000f46 bpatch  0x0000006e , 0x0000400d 
- 00014187  0x00000f47 enable  0x00000009 
- 00014188  0x00000f48 enable  0x0000000c 
- 00014189  0x00000f49 parse  0x00000003 , 0x00000000 , 0x00000048 
- 00014190  0x00000f4a isolate1  0x0000003a , 0x0000003f 
- 00014191  0x00000f4b setflag  0x00000001 , 0x00000000 , 0x00000000 
- 00014192  0x00000f4c copy  0x00000020 , 0x00000002 
- 00014193  0x00000f4d ialigned  0x00000020 
- 00014194  0x00000f4e ialigned  0x0000001e 
- 00014195  0x00000f4f pulse  0x00000015 
- 00014196  0x00000f50 setsect  0x00000002 , 0x000fffff 
- 00014197  0x00000f51 setsect  0x00000003 , 0x0000ffff 
- 00014198  0x00000f52 nop  0x00000020 
- 00014199  0x00000f53 iverify  0x0000000d 
- 00014200  0x00000f54 deposit  0x0000002c 
- 00014201  0x00000f55 store  0x00000003 , 0x00000182 
- 00014202  0x00000f56 deposit  0x0000002d 
- 00014203  0x00000f57 store  0x00000001 , 0x00000185 
- 00014204  0x00000f58 copy  0x00000002 , 0x00000020 
- 00014205  0x00000f59 branch  0x0000377f , 0x00000001 
- 00014206  0x00000f5a branch  0x0000374b 
- 00014207  0x00000f5c set0  0x00000025 , 0x00000000 
- 00014208  0x00000f5d bpatch  0x0000006f , 0x0000400d 
- 00014209  0x00000f5e parse  0x00000003 , 0x00000000 , 0x00000048 
- 00014210  0x00000f5f ialigned  0x0000001f 
- 00014211  0x00000f60 ialigned  0x00000004 
- 00014212  0x00000f61 ialigned  0x0000002e 
- 00014213  0x00000f62 ialigned  0x00000012 
- 00014214  0x00000f63 force  0x00000000 , 0x0000003f 
- 00014215  0x00000f64 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00014216  0x00000f65 branch  0x0000374b , 0x00000006 
- 00014217  0x00000f66 setarg  0x0ffffffc 
- 00014218  0x00000f67 iand  0x00000012 , 0x0000003f 
- 00014219  0x00000f68 store  0x00000004 , 0x0000016f 
- 00014220  0x00000f69 deposit  0x0000001d 
- 00014221  0x00000f6a store  0x00000003 , 0x0000017f 
- 00014222  0x00000f6b deposit  0x0000001c 
- 00014223  0x00000f6c store  0x00000001 , 0x0000017d 
- 00014224  0x00000f6d deposit  0x00000004 
- 00014225  0x00000f6e store  0x00000001 , 0x0000017e 
- 00014226  0x00000f6f deposit  0x0000002e 
- 00014227  0x00000f70 store  0x00000002 , 0x00000186 
- 00014228  0x00000f71 deposit  0x00000021 
- 00014229  0x00000f72 inject  0x00000001 , 0x00000020 
- 00014230  0x00000f73 compare  0x00000002 , 0x00000001 , 0x0000000f 
- 00014231  0x00000f74 setflag  0x00000001 , 0x0000000b , 0x00000000 
- 00014232  0x00000f75 branch  0x0000375c 
- 00014233  0x00000f78 set0  0x00000025 , 0x00000000 
- 00014234  0x00000f79 bpatch  0x00000070 , 0x0000400e 
- 00014235  0x00000f7a fetch  0x00000001 , 0x00000047 
- 00014236  0x00000f7b rtnbit0  0x00000003 
- 00014237  0x00000f7c set0  0x00000003 , 0x0000003f 
- 00014238  0x00000f7d setflip  0x00000006 , 0x0000003f 
- 00014239  0x00000f7e store  0x00000001 , 0x00000047 
- 00014240  0x00000f7f fetch  0x00000001 , 0x00004165 
- 00014241  0x00000f80 beq  0x00000013 , 0x000037b1 
- 00014242  0x00000f81 rtneq  0x00000007 
- 00014243  0x00000f82 fetch  0x00000001 , 0x0000004b 
- 00014244  0x00000f83 rtnbit0  0x00000006 , 0x0000003f 
- 00014245  0x00000f84 set0  0x00000006 , 0x0000003f 
- 00014246  0x00000f85 set1  0x00000007 , 0x0000003f 
- 00014247  0x00000f86 store  0x00000001 , 0x0000004b 
- 00014248  0x00000f87 set0  0x00000002 , 0x00000000 
- 00014249  0x00000f88 fetch  0x00000001 , 0x00004132 
- 00014250  0x00000f89 rtneq  0x00000001 
- 00014251  0x00000f8a fetch  0x00000002 , 0x000042af 
- 00014252  0x00000f8b nrtn  0x00000034 
- 00014253  0x00000f8c fetch  0x00000001 , 0x0000004b 
- 00014254  0x00000f8d set0  0x00000007 , 0x0000003f 
- 00014255  0x00000f8e store  0x00000001 , 0x0000004b 
- 00014256  0x00000f8f branch  0x00005267 
- 00014257  0x00000f92 set0  0x00000025 , 0x00000000 
- 00014258  0x00000f93 bpatch  0x00000071 , 0x0000400e 
- 00014259  0x00000f94 fetch  0x00000001 , 0x00000433 
- 00014260  0x00000f95 rshift  0x0000003f , 0x0000003f 
- 00014261  0x00000f96 beq  0x00000011 , 0x000037d0 
- 00014262  0x00000f97 beq  0x00000012 , 0x000037da 
- 00014263  0x00000f98 beq  0x00000018 , 0x00003806 
- 00014264  0x00000f99 beq  0x0000007f , 0x000037bf 
- 00014265  0x00000f9a beq  0x0000002c , 0x0000385e 
- 00014266  0x00000f9b rtnne  0x00000003 
- 00014267  0x00000f9c fetch  0x00000001 , 0x00000434 
- 00014268  0x00000f9d beq  0x0000002b , 0x000037c8 
- 00014269  0x00000f9e beq  0x00000011 , 0x000037c3 
- 00014270  0x00000f9f rtn 
- 00014271  0x00000fa2 fetch  0x00000001 , 0x00000434 
- 00014272  0x00000fa3 set1  0x00000007 , 0x0000003f 
- 00014273  0x00000fa4 beq  0x0000008d , 0x0000385e 
- 00014274  0x00000fa5 rtn 
- 00014275  0x00000fa7 rtn  0x00000029 
- 00014276  0x00000fa8 fetch  0x00000001 , 0x00000030 
- 00014277  0x00000fa9 rtnbit1  0x00000004 
- 00014278  0x00000faa jam  0x00000031 , 0x0000007c 
- 00014279  0x00000fab rtn 
- 00014280  0x00000faf rtn  0x00000029 
- 00014281  0x00000fb0 fetch  0x00000001 , 0x00000031 
- 00014282  0x00000fb1 isolate1  0x00000004 , 0x0000003f 
- 00014283  0x00000fb2 branch  0x000037cd , 0x00000001 
- 00014284  0x00000fb4 rtn 
- 00014285  0x00000fb6 set0  0x00000004 , 0x0000003f 
- 00014286  0x00000fb7 store  0x00000001 , 0x00000031 
- 00014287  0x00000fb8 rtn 
- 00014288  0x00000fbb set0  0x00000025 , 0x00000000 
- 00014289  0x00000fbc bpatch  0x00000072 , 0x0000400e 
- 00014290  0x00000fbd fetch  0x00000001 , 0x0000004c 
- 00014291  0x00000fbe set1  0x00000002 , 0x0000003f 
- 00014292  0x00000fbf store  0x00000001 , 0x0000004c 
- 00014293  0x00000fc0 hjam  0x00000001 , 0x00008011 
- 00014294  0x00000fc1 fetch  0x00000001 , 0x00000030 
- 00014295  0x00000fc2 isolate1  0x00000004 , 0x0000003f 
- 00014296  0x00000fc3 branch  0x00004845 , 0x00000001 
- 00014297  0x00000fc4 rtn 
- 00014298  0x00000fc7 set0  0x00000025 , 0x00000000 
- 00014299  0x00000fc8 bpatch  0x00000073 , 0x0000400e 
- 00014300  0x00000fc9 fetch  0x00000001 , 0x0000004c 
- 00014301  0x00000fca set0  0x00000002 , 0x0000003f 
- 00014302  0x00000fcb store  0x00000001 , 0x0000004c 
- 00014303  0x00000fcc hjam  0x00000000 , 0x00008011 
- 00014304  0x00000fcd rtn 
- 00014305  0x00000fd1 set0  0x00000025 , 0x00000000 
- 00014306  0x00000fd2 bpatch  0x00000074 , 0x0000400e 
- 00014307  0x00000fd3 copy  0x00000022 , 0x0000003f 
- 00014308  0x00000fd4 store  0x00000004 , 0x000042a5 
- 00014309  0x00000fd5 add  0x00000022 , 0x00000003 , 0x00000011 
- 00014310  0x00000fd6 branch  0x000037e8 , 0x00000029 
- 00014311  0x00000fd7 add  0x00000028 , 0x00000003 , 0x00000011 
- 00014312  0x00000fd9 fetcht  0x00000002 , 0x00000032 
- 00014313  0x00000fda deposit  0x00000011 
- 00014314  0x00000fdb set0  0x0000001b , 0x0000003f 
- 00014315  0x00000fdc idiv  0x00000002 
- 00014316  0x00000fdd fetch  0x00000002 , 0x00000075 
- 00014317  0x00000fde call  0x00007efd 
- 00014318  0x00000fdf remainder  0x00000013 
- 00014319  0x00000fe0 isub  0x00000013 , 0x0000003f 
- 00014320  0x00000fe1 branch  0x000037f2 , 0x00000002 
- 00014321  0x00000fe2 iadd  0x00000002 , 0x0000003f 
- 00014322  0x00000fe4 iadd  0x00000011 , 0x0000003f 
- 00014323  0x00000fe5 store  0x00000004 , 0x00000034 
- 00014324  0x00000fe6 jam  0x00000000 , 0x00004748 
- 00014325  0x00000fe7 fetch  0x00000001 , 0x00000030 
- 00014326  0x00000fe8 set1  0x00000001 , 0x0000003f 
- 00014327  0x00000fe9 store  0x00000001 , 0x00000030 
- 00014328  0x00000fea fetch  0x00000001 , 0x00000073 
- 00014329  0x00000feb store  0x00000001 , 0x0000008a 
- 00014330  0x00000fec jam  0x00000080 , 0x0000416e 
- 00014331  0x00000fed setarg  0x00000000 
- 00014332  0x00000fee store  0x00000003 , 0x0000420a 
- 00014333  0x00000fef store  0x00000003 , 0x0000420d 
- 00014334  0x00000ff0 store  0x00000001 , 0x000041fa 
- 00014335  0x00000ff1 jam  0x0000000b , 0x00000b7d 
- 00014336  0x00000ff2 call  0x00007c27 
- 00014337  0x00000ff3 fetch  0x00000002 , 0x00004161 
- 00014338  0x00000ff4 store  0x00000002 , 0x0000003e 
- 00014339  0x00000ff5 nrtn  0x00000029 
- 00014340  0x00000ff6 add  0x00000004 , 0xffffffff , 0x00000007 
- 00014341  0x00000ff7 rtn 
- 00014342  0x00000ffa set0  0x00000025 , 0x00000000 
- 00014343  0x00000ffb bpatch  0x00000075 , 0x0000400e 
- 00014344  0x00000ffc fetch  0x00000001 , 0x00000030 
- 00014345  0x00000ffd rtnbit0  0x00000001 
- 00014346  0x00000ffe set0  0x00000001 , 0x0000003f 
- 00014347  0x00000fff store  0x00000001 , 0x00000030 
- 00014348  0x00001000 jam  0x0000007f , 0x0000416e 
- 00014349  0x00001001 fetch  0x00000002 , 0x0000415f 
- 00014350  0x00001002 store  0x00000002 , 0x0000003e 
- 00014351  0x00001003 disable  0x0000002b 
- 00014352  0x00001004 jam  0x0000000c , 0x00000b7d 
- 00014353  0x00001005 branch  0x00007c27 
- 00014354  0x00001009 set0  0x00000025 , 0x00000000 
- 00014355  0x0000100a bpatch  0x00000076 , 0x0000400e 
- 00014356  0x0000100b enable  0x0000002e 
- 00014357  0x0000100c fetch  0x00000001 , 0x00000030 
- 00014358  0x0000100d bbit1  0x00000001 , 0x00003820 
- 00014359  0x0000100e rtnmark1  0x00000011 
- 00014360  0x0000100f fetch  0x00000001 , 0x00000047 
- 00014361  0x00001010 rtnbit1  0x00000003 
- 00014362  0x00001011 fetch  0x00000001 , 0x00000048 
- 00014363  0x00001012 nrtn  0x00000034 
- 00014364  0x00001013 fetch  0x00000001 , 0x0000004b 
- 00014365  0x00001014 rtnbit1  0x00000006 
- 00014366  0x00001016 force  0x00000000 , 0x0000003f 
- 00014367  0x00001017 rtn 
- 00014368  0x0000101a bbit0  0x00000002 , 0x00003830 
- 00014369  0x0000101b fetch  0x00000001 , 0x0000008a 
- 00014370  0x0000101c beq  0x00000002 , 0x00003826 
- 00014371  0x0000101d fetch  0x00000001 , 0x00000047 
- 00014372  0x0000101e bbit1  0x00000003 , 0x00003839 
- 00014373  0x0000101f bmark0  0x00000008 , 0x00003839 
- 00014374  0x00001021 call  0x00003290 
- 00014375  0x00001022 nbranch  0x00003839 , 0x00000029 
- 00014376  0x00001023 fetch  0x00000001 , 0x00000048 
- 00014377  0x00001024 nbranch  0x00003839 , 0x00000034 
- 00014378  0x00001026 fetch  0x00000001 , 0x000000f1 
- 00014379  0x00001027 increase  0xffffffff , 0x0000003f 
- 00014380  0x00001028 store  0x00000001 , 0x000000f1 
- 00014381  0x00001029 nbranch  0x0000381e , 0x00000034 
- 00014382  0x0000102a jam  0x00000010 , 0x000000f1 
- 00014383  0x0000102b branch  0x00003839 
- 00014384  0x0000102e fetch  0x00000001 , 0x0000008a 
- 00014385  0x0000102f bne  0x00000001 , 0x00003839 
- 00014386  0x00001030 fetch  0x00000001 , 0x0000008b 
- 00014387  0x00001031 branch  0x00003839 , 0x00000034 
- 00014388  0x00001032 increase  0xffffffff , 0x0000003f 
- 00014389  0x00001033 store  0x00000001 , 0x0000008b 
- 00014390  0x00001034 fetch  0x00000001 , 0x00000047 
- 00014391  0x00001035 rtnbit1  0x00000003 
- 00014392  0x00001036 nrtn  0x0000002d 
- 00014393  0x00001038 fetch  0x00000001 , 0x0000008a 
- 00014394  0x00001039 increase  0xffffffff , 0x0000003f 
- 00014395  0x0000103a store  0x00000001 , 0x0000008a 
- 00014396  0x0000103b rtn 
- 00014397  0x0000103f set0  0x00000025 , 0x00000000 
- 00014398  0x00001040 bpatch  0x00000077 , 0x0000400e 
- 00014399  0x00001041 disable  0x00000010 
- 00014400  0x00001042 copy  0x00000002 , 0x0000001b 
- 00014401  0x00001043 call  0x00003300 
- 00014402  0x00001044 disable  0x00000028 
- 00014403  0x00001045 nrtn  0x00000005 
- 00014404  0x00001046 force  0x00000000 , 0x0000001b 
- 00014405  0x00001047 enable  0x00000028 
- 00014406  0x00001048 rtn 
- 00014407  0x0000104c fetch  0x00000001 , 0x000041f9 
- 00014408  0x0000104d icompare  0x000000ff , 0x00000004 
- 00014409  0x0000104e rtn 
- 00014410  0x00001051 set0  0x00000025 , 0x00000000 
- 00014411  0x00001052 bpatch  0x00000078 , 0x0000400f 
- 00014412  0x00001053 jam  0x00000001 , 0x00004171 
- 00014413  0x00001055 call  0x00006a40 
- 00014414  0x00001056 force  0x0000000c , 0x0000003f 
- 00014415  0x00001057 store  0x00000002 , 0x00000032 
- 00014416  0x00001058 fetch  0x00000001 , 0x000000af 
- 00014417  0x00001059 lshift  0x0000003f , 0x0000003f 
- 00014418  0x0000105a store  0x00000002 , 0x00000075 
- 00014419  0x0000105b fetch  0x00000001 , 0x00000030 
- 00014420  0x0000105c set1  0x00000002 , 0x0000003f 
- 00014421  0x0000105d store  0x00000001 , 0x00000030 
- 00014422  0x0000105e jam  0x00000003 , 0x00000073 
- 00014423  0x0000105f jam  0x00000003 , 0x0000008a 
- 00014424  0x00001060 call  0x000037e1 
- 00014425  0x00001061 force  0x00000000 , 0x00000002 
- 00014426  0x00001062 call  0x00004914 
- 00014427  0x00001063 jam  0x00000050 , 0x000000b3 
- 00014428  0x00001064 jam  0x00000010 , 0x000000f1 
- 00014429  0x00001065 rtn 
- 00014430  0x00001068 set0  0x00000025 , 0x00000000 
- 00014431  0x00001069 bpatch  0x00000079 , 0x0000400f 
- 00014432  0x0000106a call  0x00003806 
- 00014433  0x0000106b jam  0x00000005 , 0x00004171 
- 00014434  0x0000106d call  0x00006a4a 
- 00014435  0x0000106e fetch  0x00000001 , 0x00000030 
- 00014436  0x0000106f set0  0x00000002 , 0x0000003f 
- 00014437  0x00001070 store  0x00000001 , 0x00000030 
- 00014438  0x00001072 arg  0x00000e00 , 0x00000002 
- 00014439  0x00001073 jam  0x00000013 , 0x000002c0 
- 00014440  0x00001074 branch  0x000048c4 
- 00014441  0x00001077 set0  0x00000025 , 0x00000000 
- 00014442  0x00001078 bpatch  0x0000007a , 0x0000400f 
- 00014443  0x00001079 jam  0x00000000 , 0x000000b1 
- 00014444  0x0000107a call  0x0000385e 
- 00014445  0x0000107b call  0x00003290 
- 00014446  0x0000107c set0  0x00000007 , 0x00000000 
- 00014447  0x0000107d rtn 
- 00014448  0x00001080 set0  0x00000025 , 0x00000000 
- 00014449  0x00001081 bpatch  0x0000007b , 0x0000400f 
- 00014450  0x00001082 fetch  0x00000001 , 0x00004132 
- 00014451  0x00001083 beq  0x00000001 , 0x00003898 
- 00014452  0x00001084 set0  0x00000001 , 0x00000000 
- 00014453  0x00001086 jam  0x00000000 , 0x000002d1 
- 00014454  0x00001087 fetch  0x00000001 , 0x000002ca 
- 00014455  0x00001088 rtn  0x00000034 
- 00014456  0x00001089 isolate1  0x00000000 , 0x0000003f 
- 00014457  0x0000108a arg  0x00001000 , 0x00000006 
- 00014458  0x0000108b call  0x00004da8 , 0x00000001 
- 00014459  0x0000108c set0  0x00000025 , 0x00000000 
- 00014460  0x0000108d bpatch  0x0000007c , 0x0000400f 
- 00014461  0x0000108e fetch  0x00000001 , 0x000002d1 
- 00014462  0x0000108f beq  0x00000001 , 0x0000388c 
- 00014463  0x00001091 jam  0x00000000 , 0x000002d1 
- 00014464  0x00001092 fetch  0x00000001 , 0x000002ca 
- 00014465  0x00001093 rtnbit0  0x00000001 
- 00014466  0x00001094 arg  0x00001400 , 0x00000006 
- 00014467  0x00001095 call  0x00004da8 
- 00014468  0x00001096 fetch  0x00000001 , 0x000002d1 
- 00014469  0x00001097 beq  0x00000001 , 0x00003892 
- 00014470  0x00001098 rtn 
- 00014471  0x0000109b fetch  0x00000001 , 0x0000004c 
- 00014472  0x0000109c set0  0x00000007 , 0x0000003f 
- 00014473  0x0000109d store  0x00000001 , 0x0000004c 
- 00014474  0x0000109e set0  0x00000001 , 0x00000000 
- 00014475  0x0000109f branch  0x0000443b 
- 00014476  0x000010a2 fetch  0x00000001 , 0x000002ca 
- 00014477  0x000010a3 set0  0x00000000 , 0x0000003f 
- 00014478  0x000010a4 store  0x00000001 , 0x000002ca 
- 00014479  0x000010a5 setarg  0x00000000 
- 00014480  0x000010a6 store  0x00000002 , 0x000002c4 
- 00014481  0x000010a7 rtn 
- 00014482  0x000010a9 fetch  0x00000001 , 0x000002ca 
- 00014483  0x000010aa set0  0x00000001 , 0x0000003f 
- 00014484  0x000010ab store  0x00000001 , 0x000002ca 
- 00014485  0x000010ac setarg  0x00000000 
- 00014486  0x000010ad store  0x00000002 , 0x000002c6 
- 00014487  0x000010ae rtn 
- 00014488  0x000010b1 fetch  0x00000001 , 0x0000004c 
- 00014489  0x000010b2 rtnbit0  0x00000007 , 0x0000003f 
- 00014490  0x000010b3 call  0x00004435 
- 00014491  0x000010b4 fetch  0x00000002 , 0x00004800 
- 00014492  0x000010b5 branch  0x00003bf1 , 0x00000034 
- 00014493  0x000010b6 increase  0xffffffff , 0x0000003f 
- 00014494  0x000010b7 store  0x00000002 , 0x00004800 
- 00014495  0x000010b8 branch  0x00003887 
- 00014496  0x000010bb fetch  0x00000001 , 0x000002ca 
- 00014497  0x000010bc set1  0x00000000 , 0x0000003f 
- 00014498  0x000010bd store  0x00000001 , 0x000002ca 
- 00014499  0x000010be rtn 
- 00014500  0x000010c1 fetch  0x00000001 , 0x000002ca 
- 00014501  0x000010c2 set1  0x00000001 , 0x0000003f 
- 00014502  0x000010c3 store  0x00000001 , 0x000002ca 
- 00014503  0x000010c4 rtn 
- 00014504  0x000010cb set0  0x00000025 , 0x00000000 
- 00014505  0x000010cc bpatch  0x0000007d , 0x0000400f 
- 00014506  0x000010cd add  0x00000028 , 0x00000001 , 0x00000021 
- 00014507  0x000010ce call  0x00003a5d 
- 00014508  0x000010cf force  0x00000003 , 0x00000024 
- 00014509  0x000010d0 call  0x00003a42 
- 00014510  0x000010d1 call  0x00003bae 
- 00014511  0x000010d2 call  0x00003bbf 
- 00014512  0x000010d3 branch  0x00003bc5 
- 00014513  0x000010d7 set0  0x00000025 , 0x00000000 
- 00014514  0x000010d8 bpatch  0x0000007e , 0x0000400f 
- 00014515  0x000010d9 call  0x00003baa 
- 00014516  0x000010da deposit  0x00000028 
- 00014517  0x000010db fetcht  0x00000004 , 0x0000416a 
- 00014518  0x000010dc isub  0x00000002 , 0x0000003f 
- 00014519  0x000010dd rtnne  0x00000001 
- 00014520  0x000010de compare  0x00000000 , 0x00000001 , 0x0000001f 
- 00014521  0x000010df nbranch  0x000038bc , 0x00000001 
- 00014522  0x000010e0 fetch  0x00000001 , 0x00000019 
- 00014523  0x000010e1 rtn  0x00000034 
- 00014524  0x000010e3 call  0x000038a8 
- 00014525  0x000010e4 compare  0x00000010 , 0x00000001 , 0x0000001f 
- 00014526  0x000010e5 branch  0x0000375c , 0x00000001 
- 00014527  0x000010e7 rshift  0x00000021 , 0x00000002 
- 00014528  0x000010e8 or  0x00000002 , 0x00000040 , 0x0000000e 
- 00014529  0x000010ea set0  0x00000025 , 0x00000000 
- 00014530  0x000010eb bpatch  0x0000007f , 0x0000400f 
- 00014531  0x000010ec enable  0x00000007 
- 00014532  0x000010ed enable  0x0000000a 
- 00014533  0x000010ee enable  0x0000001b 
- 00014534  0x000010ef set0  0x00000010 , 0x00000000 
- 00014535  0x000010f0 deposit  0x00000004 
- 00014536  0x000010f1 inject  0x00000003 , 0x00000003 
- 00014537  0x000010f2 deposit  0x00000001 
- 00014538  0x000010f3 inject  0x00000003 , 0x00000004 
- 00014539  0x000010f4 fetch  0x00000001 , 0x00000047 
- 00014540  0x000010f5 inject  0x00000000 , 0x00000004 
- 00014541  0x000010f6 inject  0x00000003 , 0x00000003 
- 00014542  0x000010f7 enable  0x00000008 
- 00014543  0x000010f8 inject  0x00000003 , 0x00000008 
- 00014544  0x000010f9 disable  0x0000001b 
- 00014545  0x000010fa disable  0x00000008 
- 00014546  0x000010fb disable  0x0000000a 
- 00014547  0x000010fc set0  0x00000002 , 0x00000015 
- 00014548  0x000010fd arg  0x00000000 , 0x00000002 
- 00014549  0x000010fe call  0x00003b74 
- 00014550  0x000010ff set0  0x00000025 , 0x00000000 
- 00014551  0x00001100 bpatch  0x00000080 , 0x00004010 
- 00014552  0x00001101 and  0x00000001 , 0x0000001f , 0x0000003f 
- 00014553  0x00001102 beq  0x00000013 , 0x00003913 
- 00014554  0x00001103 beq  0x00000000 , 0x0000375c 
- 00014555  0x00001104 beq  0x00000001 , 0x0000375c 
- 00014556  0x00001105 beq  0x00000002 , 0x000038f5 
- 00014557  0x00001106 beq  0x00000003 , 0x00003925 
- 00014558  0x00001107 beq  0x00000004 , 0x0000392b 
- 00014559  0x00001108 beq  0x00000007 , 0x000038e9 
- 00014560  0x00001109 beq  0x00000008 , 0x0000392a 
- 00014561  0x0000110a arg  0x00000004 , 0x00000002 
- 00014562  0x0000110b call  0x00003b74 
- 00014563  0x0000110c beq  0x0000000a , 0x00003927 
- 00014564  0x0000110d beq  0x0000000b , 0x0000392d 
- 00014565  0x0000110e arg  0x00000008 , 0x00000002 
- 00014566  0x0000110f call  0x00003b74 
- 00014567  0x00001110 beq  0x0000000f , 0x0000392d 
- 00014568  0x00001111 branch  0x00003927 
- 00014569  0x00001115 set0  0x00000025 , 0x00000000 
- 00014570  0x00001116 bpatch  0x00000081 , 0x00004010 
- 00014571  0x00001117 enable  0x0000001d 
- 00014572  0x00001118 enable  0x00000009 
- 00014573  0x00001119 enable  0x0000000e 
- 00014574  0x0000111a force  0x0000001e , 0x00000039 
- 00014575  0x0000111b arg  0x000000b5 , 0x00000006 
- 00014576  0x0000111d ifetch  0x00000001 , 0x00000006 
- 00014577  0x0000111e inject  0x00000003 , 0x00000008 
- 00014578  0x0000111f loop  0x000038f0 
- 00014579  0x00001120 bmark1  0x00000007 , 0x00003960 
- 00014580  0x00001121 branch  0x0000375c 
- 00014581  0x00001124 set0  0x00000025 , 0x00000000 
- 00014582  0x00001125 bpatch  0x00000082 , 0x00004010 
- 00014583  0x00001126 fetch  0x00000001 , 0x0000018b 
- 00014584  0x00001127 icopy  0x00000004 
- 00014585  0x00001128 fetch  0x00000001 , 0x0000008f 
- 00014586  0x00001129 icopy  0x0000001c 
- 00014587  0x0000112a fetch  0x00000003 , 0x0000414a 
- 00014588  0x0000112b icopy  0x0000001d 
- 00014589  0x0000112c fetch  0x00000002 , 0x00004144 
- 00014590  0x0000112d icopy  0x0000002e 
- 00014591  0x0000112e enable  0x00000009 
- 00014592  0x0000112f enable  0x0000001c 
- 00014593  0x00001130 copy  0x00000020 , 0x00000011 
- 00014594  0x00001131 call  0x00003a54 
- 00014595  0x00001132 pulse  0x00000015 
- 00014596  0x00001133 nop  0x00000020 
- 00014597  0x00001134 copy  0x00000021 , 0x0000000b 
- 00014598  0x00001135 fetch  0x00000004 , 0x0000016b 
- 00014599  0x00001136 icopy  0x00000021 
- 00014600  0x00001137 preload  0x0000001e 
- 00014601  0x00001138 set1  0x0000003a , 0x0000003f 
- 00014602  0x00001139 inject  0x00000003 , 0x00000048 
- 00014603  0x0000113a preload  0x0000001f 
- 00014604  0x0000113b inject  0x00000003 , 0x00000048 
- 00014605  0x0000113c copy  0x0000000b , 0x00000021 
- 00014606  0x0000113d copy  0x00000011 , 0x00000020 
- 00014607  0x0000113e enable  0x00000008 
- 00014608  0x0000113f inject  0x00000003 , 0x00000010 
- 00014609  0x00001140 disable  0x00000008 
- 00014610  0x00001141 branch  0x0000375c 
- 00014611  0x00001144 set0  0x00000025 , 0x00000000 
- 00014612  0x00001145 bpatch  0x00000083 , 0x00004010 
- 00014613  0x00001146 enable  0x0000000e 
- 00014614  0x00001147 enable  0x00000009 
- 00014615  0x00001148 enable  0x0000001c 
- 00014616  0x00001149 fetch  0x00000001 , 0x00000432 
- 00014617  0x0000114a and  0x0000003f , 0x000001f8 , 0x00000002 
- 00014618  0x0000114b arg  0x00000432 , 0x00000006 
- 00014619  0x0000114c increase  0x00000008 , 0x00000002 
- 00014620  0x0000114e add  0x00000002 , 0xffffffb8 , 0x00000013 
- 00014621  0x0000114f nbranch  0x00003922 , 0x00000002 
- 00014622  0x00001150 ifetch  0x00000009 , 0x00000006 
- 00014623  0x00001151 inject  0x00000003 , 0x00000048 
- 00014624  0x00001152 copy  0x00000013 , 0x00000002 
- 00014625  0x00001153 branch  0x0000391c 
- 00014626  0x00001155 ifetch  0x00000009 , 0x00000006 
- 00014627  0x00001156 iinject  0x00000003 , 0x00000002 
- 00014628  0x00001157 branch  0x00003960 
- 00014629  0x0000115a enable  0x0000001c 
- 00014630  0x0000115b branch  0x00003930 
- 00014631  0x0000115e enable  0x0000001c 
- 00014632  0x0000115f set1  0x00000010 , 0x00000000 
- 00014633  0x00001160 branch  0x00003930 
- 00014634  0x00001163 set1  0x00000002 , 0x00000015 
- 00014635  0x00001165 enable  0x0000001d 
- 00014636  0x00001166 branch  0x00003930 
- 00014637  0x0000116a set1  0x00000002 , 0x00000015 
- 00014638  0x0000116b enable  0x0000001d 
- 00014639  0x0000116c set1  0x00000010 , 0x00000000 
- 00014640  0x0000116f set0  0x00000025 , 0x00000000 
- 00014641  0x00001170 bpatch  0x00000084 , 0x00004010 
- 00014642  0x00001171 fetch  0x00000001 , 0x0000004c 
- 00014643  0x00001172 bbit0  0x00000005 , 0x00003946 
- 00014644  0x00001173 sub  0x00000001 , 0x00000003 , 0x0000003e 
- 00014645  0x00001174 branch  0x00003946 , 0x00000002 
- 00014646  0x00001175 disable  0x0000000e 
- 00014647  0x00001176 disable  0x0000001c 
- 00014648  0x00001177 enable  0x0000001d 
- 00014649  0x00001178 disable  0x00000007 
- 00014650  0x00001179 set1  0x00000001 , 0x00000015 
- 00014651  0x0000117a isolate1  0x00000002 , 0x00000015 
- 00014652  0x0000117b branch  0x00003940 , 0x00000001 
- 00014653  0x0000117c setarg  0x000abeee 
- 00014654  0x0000117d inject  0x00000003 , 0x00000014 
- 00014655  0x0000117e branch  0x00003944 
- 00014656  0x00001180 setarg  0x005faeba 
- 00014657  0x00001181 inject  0x00000003 , 0x00000018 
- 00014658  0x00001182 setarg  0x00000012 
- 00014659  0x00001183 inject  0x00000003 , 0x00000006 
- 00014660  0x00001185 enable  0x00000007 
- 00014661  0x00001186 set1  0x00000010 , 0x00000000 
- 00014662  0x00001188 enable  0x0000000e 
- 00014663  0x00001189 enable  0x00000009 
- 00014664  0x0000118a bmark1  0x00000005 , 0x00003969 
- 00014665  0x0000118b fetch  0x00000001 , 0x00000090 
- 00014666  0x0000118c inject  0x00000003 , 0x00000003 
- 00014667  0x0000118d fetch  0x00000002 , 0x00000091 
- 00014668  0x0000118e iforce  0x00000039 
- 00014669  0x0000118f bmark1  0x00000010 , 0x00003950 
- 00014670  0x00001190 inject  0x00000003 , 0x00000005 
- 00014671  0x00001191 branch  0x00003951 
- 00014672  0x00001193 inject  0x00000003 , 0x0000000d 
- 00014673  0x00001195 fetch  0x00000001 , 0x00004132 
- 00014674  0x00001196 beq  0x00000001 , 0x0000395b 
- 00014675  0x00001197 deposit  0x00000039 
- 00014676  0x00001198 branch  0x00003960 , 0x00000034 
- 00014677  0x00001199 fetch  0x00000002 , 0x00000179 
- 00014678  0x0000119a iforce  0x00000006 
- 00014679  0x0000119c ifetch  0x00000001 , 0x00000006 
- 00014680  0x0000119d inject  0x00000003 , 0x00000008 
- 00014681  0x0000119e loop  0x00003957 
- 00014682  0x0000119f branch  0x00003960 
- 00014683  0x000011a1 fetch  0x00000002 , 0x00000179 
- 00014684  0x000011a2 iforce  0x00000003 
- 00014685  0x000011a4 ifetch  0x00000001 , 0x00000003 
- 00014686  0x000011a5 inject  0x00000003 , 0x00000008 
- 00014687  0x000011a6 loop  0x0000395d 
- 00014688  0x000011a8 enable  0x00000008 
- 00014689  0x000011a9 inject  0x00000003 , 0x00000010 
- 00014690  0x000011aa disable  0x00000008 
- 00014691  0x000011ab call  0x00003583 
- 00014692  0x000011ac fetch  0x00000001 , 0x0000004c 
- 00014693  0x000011ad bbit0  0x00000005 , 0x0000375c 
- 00014694  0x000011ae force  0x00000000 , 0x0000003f 
- 00014695  0x000011af inject  0x00000003 , 0x00000006 
- 00014696  0x000011b0 branch  0x0000375c 
- 00014697  0x000011b4 set0  0x00000025 , 0x00000000 
- 00014698  0x000011b5 bpatch  0x00000085 , 0x00004010 
- 00014699  0x000011b6 bmark1  0x00000010 , 0x00003972 
- 00014700  0x000011b8 fetch  0x00000001 , 0x0000018a 
- 00014701  0x000011b9 inject  0x00000003 , 0x00000003 
- 00014702  0x000011ba fetch  0x00000001 , 0x00000169 
- 00014703  0x000011bb iforce  0x00000013 
- 00014704  0x000011bc inject  0x00000003 , 0x00000005 
- 00014705  0x000011bd branch  0x00003977 
- 00014706  0x000011bf fetch  0x00000001 , 0x0000018a 
- 00014707  0x000011c0 inject  0x00000003 , 0x00000003 
- 00014708  0x000011c1 fetch  0x00000002 , 0x00000169 
- 00014709  0x000011c2 iforce  0x00000013 
- 00014710  0x000011c3 inject  0x00000003 , 0x0000000d 
- 00014711  0x000011c5 arg  0x000004de , 0x00000006 
- 00014712  0x000011c7 copy  0x00000013 , 0x0000003e 
- 00014713  0x000011c8 branch  0x0000397e , 0x00000005 
- 00014714  0x000011c9 ifetch  0x00000001 , 0x00000006 
- 00014715  0x000011ca inject  0x00000003 , 0x00000008 
- 00014716  0x000011cb increase  0xffffffff , 0x00000013 
- 00014717  0x000011cc branch  0x00003978 
- 00014718  0x000011ce fetch  0x00000002 , 0x000000fe 
- 00014719  0x000011cf increase  0x00000001 , 0x0000003f 
- 00014720  0x000011d0 store  0x00000002 , 0x000000fe 
- 00014721  0x000011d1 branch  0x00003960 
- 00014722  0x000011d5 fetch  0x00000004 , 0x0000016f 
- 00014723  0x000011d6 add  0x0000003f , 0x00000007 , 0x00000011 
- 00014724  0x000011d7 fetch  0x00000002 , 0x0000017b 
- 00014725  0x000011d8 nbranch  0x00003988 , 0x00000034 
- 00014726  0x000011d9 increase  0xfffffffd , 0x00000011 
- 00014727  0x000011da branch  0x00003990 
- 00014728  0x000011dc mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00014729  0x000011dd hfetcht  0x00000002 , 0x00008040 
- 00014730  0x000011de increase  0x00000001 , 0x00000002 
- 00014731  0x000011e0 isub  0x00000002 , 0x0000003f 
- 00014732  0x000011e1 nbranch  0x0000398f , 0x00000002 
- 00014733  0x000011e2 increase  0xffffffff , 0x00000011 
- 00014734  0x000011e3 branch  0x0000398b 
- 00014735  0x000011e5 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00014736  0x000011e7 until  0x0000003e , 0x00000023 
- 00014737  0x000011e8 compare  0x00000000 , 0x00000022 , 0x00000003 
- 00014738  0x000011e9 nbranch  0x00003990 , 0x00000001 
- 00014739  0x000011ea iforce  0x00000029 
- 00014740  0x000011eb copy  0x00000011 , 0x00000028 
- 00014741  0x000011ec iforce  0x00000029 
- 00014742  0x000011ed rtn 
- 00014743  0x000011f1 set0  0x00000025 , 0x00000000 
- 00014744  0x000011f2 bpatch  0x00000086 , 0x00004010 
- 00014745  0x000011f3 until  0x0000003e , 0x00000022 
- 00014746  0x000011f4 deposit  0x0000001a 
- 00014747  0x000011f5 iforce  0x00000006 
- 00014748  0x000011f6 rshift16 , 0x0000003f , 0x0000003f 
- 00014749  0x000011f7 isub  0x00000022 , 0x00000039 
- 00014750  0x000011f8 and_into  0x00000003 , 0x00000039 
- 00014751  0x000011f9 nbranch  0x000039a2 , 0x00000005 
- 00014752  0x000011fa force  0x00000000 , 0x0000003f 
- 00014753  0x000011fb branch  0x000039a6 
- 00014754  0x000011fd arg  0x00000ea6 , 0x00000002 
- 00014755  0x000011fe force  0x00000000 , 0x0000003f 
- 00014756  0x00001200 iadd  0x00000002 , 0x0000003f 
- 00014757  0x00001201 loop  0x000039a4 
- 00014758  0x00001203 iadd  0x00000006 , 0x0000003f 
- 00014759  0x00001204 div  0x0000003f , 0x0000000c 
- 00014760  0x00001205 call  0x00007efd 
- 00014761  0x00001206 quotient  0x0000003f 
- 00014762  0x00001207 store  0x00000002 , 0x0000017b 
- 00014763  0x00001208 rtn 
- 00014764  0x0000120b set0  0x00000025 , 0x00000000 
- 00014765  0x0000120c bpatch  0x00000087 , 0x00004010 
- 00014766  0x0000120d deposit  0x0000001a 
- 00014767  0x0000120e copy  0x00000019 , 0x00000002 
- 00014768  0x0000120f isub  0x00000002 , 0x0000003e 
- 00014769  0x00001210 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
- 00014770  0x00001211 isub  0x00000002 , 0x00000002 
- 00014771  0x00001212 setarg  0x00000ea6 
- 00014772  0x00001213 isolate0  0x0000000f , 0x00000002 
- 00014773  0x00001214 branch  0x000039b8 , 0x00000001 
- 00014774  0x00001215 setarg  0xffff0ea6 
- 00014775  0x00001216 iadd  0x00000002 , 0x00000002 
- 00014776  0x00001218 storet  0x00000006 , 0x000003c8 
- 00014777  0x00001219 rtn  0x00000036 
- 00014778  0x0000121a storet  0x00000006 , 0x00000038 
- 00014779  0x0000121b rtn 
- 00014780  0x0000121e disable  0x00000030 
- 00014781  0x0000121f fetch  0x00000006 , 0x000003c8 
- 00014782  0x00001220 branch  0x000039c0 , 0x00000036 
- 00014783  0x00001221 fetch  0x00000006 , 0x00000038 
- 00014784  0x00001223 iadd  0x00000019 , 0x00000030 
- 00014785  0x00001224 increase  0x0000000a , 0x00000030 
- 00014786  0x00001225 setarg  0x00000ea6 
- 00014787  0x00001226 isub  0x00000030 , 0x0000003f 
- 00014788  0x00001227 isolate0  0x0000000f , 0x0000003f 
- 00014789  0x00001228 branch  0x000039ca , 0x00000001 
- 00014790  0x00001229 setarg  0x0000f15a 
- 00014791  0x0000122a iadd  0x00000030 , 0x00000030 
- 00014792  0x0000122c copy  0x00000030 , 0x0000001a 
- 00014793  0x0000122d rtn 
- 00014794  0x0000122f force  0x00000000 , 0x0000003e 
- 00014795  0x00001230 branch  0x000039c8 
- 00014796  0x00001238 set0  0x00000025 , 0x00000000 
- 00014797  0x00001239 bpatch  0x00000088 , 0x00004011 
- 00014798  0x0000123a call  0x00003a7a 
- 00014799  0x0000123b copy  0x00000021 , 0x0000003f 
- 00014800  0x0000123c and_into  0x00000180 , 0x0000003f 
- 00014801  0x0000123d compare  0x00000003 , 0x00000024 , 0x00000007 
- 00014802  0x0000123e nbranch  0x000039d6 , 0x00000001 
- 00014803  0x0000123f rshift3  0x0000003f , 0x0000003f 
- 00014804  0x00001240 iadd  0x00000017 , 0x0000003f 
- 00014805  0x00001241 branch  0x000039d7 
- 00014806  0x00001243 copy  0x00000017 , 0x0000003f 
- 00014807  0x00001245 div  0x0000003f , 0x0000004f 
- 00014808  0x00001246 pulse  0x00000015 
- 00014809  0x00001247 call  0x00007efd 
- 00014810  0x00001248 remainder  0x00000011 
- 00014811  0x00001249 add  0x00000011 , 0xffffffd8 , 0x00000002 
- 00014812  0x0000124a branch  0x000039df , 0x00000002 
- 00014813  0x0000124b lshift  0x00000011 , 0x00000002 
- 00014814  0x0000124c branch  0x000039e1 
- 00014815  0x0000124e lshift  0x00000002 , 0x00000002 
- 00014816  0x0000124f increase  0x00000001 , 0x00000002 
- 00014817  0x00001251 set0  0x00000025 , 0x00000000 
- 00014818  0x00001252 bpatch  0x00000089 , 0x00004011 
- 00014819  0x00001253 fetch  0x00000001 , 0x00000031 
- 00014820  0x00001254 bbit0  0x00000003 , 0x000039f3 
- 00014821  0x00001256 fetch  0x00000004 , 0x00004173 
- 00014822  0x00001257 isub  0x00000021 , 0x0000003e 
- 00014823  0x00001258 branch  0x000039f3 , 0x00000002 
- 00014824  0x00001259 call  0x00003a12 
- 00014825  0x0000125a fetch  0x00000001 , 0x0000417a 
- 00014826  0x0000125b rtn  0x00000034 
- 00014827  0x0000125c fetch  0x00000001 , 0x00000031 
- 00014828  0x0000125d set1  0x00000002 , 0x0000003f 
- 00014829  0x0000125e store  0x00000001 , 0x00000031 
- 00014830  0x0000125f fetch  0x00000005 , 0x00004188 
- 00014831  0x00001260 store  0x00000005 , 0x0000417b 
- 00014832  0x00001261 ifetch  0x00000005 , 0x00000006 
- 00014833  0x00001262 store  0x00000005 , 0x00004180 
- 00014834  0x00001263 call  0x00003a17 
- 00014835  0x00001265 fetch  0x00000001 , 0x00000031 
- 00014836  0x00001266 rtnbit0  0x00000002 
- 00014837  0x00001267 isolate1  0x00000001 , 0x00000021 
- 00014838  0x00001268 branch  0x00003a0f , 0x00000001 
- 00014839  0x00001269 rshift3  0x00000002 , 0x00000011 
- 00014840  0x0000126a and  0x00000002 , 0x00000007 , 0x00000007 
- 00014841  0x0000126b setarg  0x0000417b 
- 00014842  0x0000126c iadd  0x00000011 , 0x00000011 
- 00014843  0x0000126d ifetch  0x00000001 , 0x00000011 
- 00014844  0x0000126e qisolate0  0x0000003f 
- 00014845  0x0000126f branch  0x00003a00 , 0x00000001 
- 00014846  0x00001270 deposit  0x00000002 
- 00014847  0x00001271 branch  0x00003a0c 
- 00014848  0x00001273 fetch  0x00000001 , 0x00004185 
- 00014849  0x00001274 iforce  0x00000012 
- 00014850  0x00001275 deposit  0x00000021 
- 00014851  0x00001276 and_into  0x00000180 , 0x0000003f 
- 00014852  0x00001277 rshift3  0x0000003f , 0x0000003f 
- 00014853  0x00001278 iadd  0x00000017 , 0x0000003f 
- 00014854  0x00001279 idiv  0x00000012 
- 00014855  0x0000127a setarg  0x00004193 
- 00014856  0x0000127b call  0x00007efd 
- 00014857  0x0000127c remainder  0x00000011 
- 00014858  0x0000127d iadd  0x00000011 , 0x00000006 
- 00014859  0x0000127e ifetch  0x00000001 , 0x00000006 
- 00014860  0x00001280 store  0x00000001 , 0x00004186 
- 00014861  0x00001281 iforce  0x00000002 
- 00014862  0x00001282 rtn 
- 00014863  0x00001285 fetch  0x00000001 , 0x00004186 
- 00014864  0x00001286 iforce  0x00000002 
- 00014865  0x00001287 rtn 
- 00014866  0x0000128a fetch  0x00000001 , 0x00000031 
- 00014867  0x0000128b set0  0x00000002 , 0x0000003f 
- 00014868  0x0000128c set0  0x00000003 , 0x0000003f 
- 00014869  0x0000128d store  0x00000001 , 0x00000031 
- 00014870  0x0000128e rtn 
- 00014871  0x00001295 set0  0x00000025 , 0x00000000 
- 00014872  0x00001296 bpatch  0x0000008a , 0x00004011 
- 00014873  0x00001297 arg  0x00004193 , 0x00000005 
- 00014874  0x00001298 force  0x0000000a , 0x00000039 
- 00014875  0x00001299 call  0x00007e3b 
- 00014876  0x0000129a arg  0x00004193 , 0x00000005 
- 00014877  0x0000129b force  0x00000000 , 0x00000013 
- 00014878  0x0000129c force  0x00000002 , 0x00000007 
- 00014879  0x0000129e fetch  0x00000005 , 0x0000417b 
- 00014880  0x0000129f iforce  0x00000002 
- 00014881  0x000012a0 compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00014882  0x000012a1 branch  0x00003a24 , 0x00000001 
- 00014883  0x000012a2 rshift  0x00000002 , 0x00000002 
- 00014884  0x000012a4 isolate0  0x00000000 , 0x00000002 
- 00014885  0x000012a5 branch  0x00003a28 , 0x00000001 
- 00014886  0x000012a6 deposit  0x00000013 
- 00014887  0x000012a7 istore  0x00000001 , 0x00000005 
- 00014888  0x000012a9 rshift2  0x00000002 , 0x00000002 
- 00014889  0x000012aa increase  0x00000002 , 0x00000013 
- 00014890  0x000012ab compare  0x00000028 , 0x00000013 , 0x000000fe 
- 00014891  0x000012ac nbranch  0x00003a31 , 0x00000001 
- 00014892  0x000012ad fetch  0x00000005 , 0x00004180 
- 00014893  0x000012ae iforce  0x00000002 
- 00014894  0x000012af compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00014895  0x000012b0 branch  0x00003a31 , 0x00000001 
- 00014896  0x000012b1 rshift  0x00000002 , 0x00000002 
- 00014897  0x000012b3 sub  0x00000013 , 0x0000004e , 0x0000003e 
- 00014898  0x000012b4 branch  0x00003a24 , 0x00000002 
- 00014899  0x000012b5 force  0x00000001 , 0x00000013 
- 00014900  0x000012b6 increase  0xffffffff , 0x00000007 
- 00014901  0x000012b7 nbranch  0x00003a1f , 0x00000005 
- 00014902  0x000012b8 arg  0x00004193 , 0x00000011 
- 00014903  0x000012b9 deposit  0x00000005 
- 00014904  0x000012ba isub  0x00000011 , 0x0000003f 
- 00014905  0x000012bb store  0x00000001 , 0x00004185 
- 00014906  0x000012bc rtn 
- 00014907  0x000012bf set0  0x00000025 , 0x00000000 
- 00014908  0x000012c0 bpatch  0x0000008b , 0x00004011 
- 00014909  0x000012c1 call  0x000039cc 
- 00014910  0x000012c2 fetch  0x00000001 , 0x00000189 
- 00014911  0x000012c3 bbit0  0x00000005 , 0x00003a41 
- 00014912  0x000012c4 fetcht  0x00000001 , 0x00000448 
- 00014913  0x000012c6 branch  0x00003a82 
- 00014914  0x000012ca set0  0x00000025 , 0x00000000 
- 00014915  0x000012cb bpatch  0x0000008c , 0x00004011 
- 00014916  0x000012cc call  0x000039cc 
- 00014917  0x000012cd fetch  0x00000001 , 0x00000189 
- 00014918  0x000012ce bbit0  0x00000004 , 0x00003a48 
- 00014919  0x000012cf fetcht  0x00000001 , 0x00000447 
- 00014920  0x000012d1 branch  0x00003a91 
- 00014921  0x000012d5 force  0x00000000 , 0x0000002d 
- 00014922  0x000012d6 fetch  0x00000003 , 0x00004147 
- 00014923  0x000012d7 iforce  0x0000002c 
- 00014924  0x000012d8 rtn 
- 00014925  0x000012db set0  0x00000025 , 0x00000000 
- 00014926  0x000012dc bpatch  0x0000008d , 0x00004011 
- 00014927  0x000012dd fetch  0x00000001 , 0x00004277 
- 00014928  0x000012de icopy  0x0000002d 
- 00014929  0x000012df fetch  0x00000003 , 0x00004274 
- 00014930  0x000012e0 icopy  0x0000002c 
- 00014931  0x000012e1 rtn 
- 00014932  0x000012e4 set0  0x00000025 , 0x00000000 
- 00014933  0x000012e5 bpatch  0x0000008e , 0x00004011 
- 00014934  0x000012e6 fetch  0x00000002 , 0x00004144 
- 00014935  0x000012e7 icopy  0x0000002e 
- 00014936  0x000012e8 fetch  0x00000001 , 0x00004143 
- 00014937  0x000012e9 icopy  0x0000002d 
- 00014938  0x000012ea fetch  0x00000003 , 0x00004140 
- 00014939  0x000012eb icopy  0x0000002c 
- 00014940  0x000012ec rtn 
- 00014941  0x000012ef set0  0x00000025 , 0x00000000 
- 00014942  0x000012f0 bpatch  0x0000008f , 0x00004011 
- 00014943  0x000012f1 fetch  0x00000002 , 0x00000044 
- 00014944  0x000012f2 icopy  0x0000002e 
- 00014945  0x000012f3 fetch  0x00000001 , 0x00000043 
- 00014946  0x000012f4 icopy  0x0000002d 
- 00014947  0x000012f5 fetch  0x00000003 , 0x00000040 
- 00014948  0x000012f6 icopy  0x0000002c 
- 00014949  0x000012f7 rtn 
- 00014950  0x000012fb bmark1  0x00000020 , 0x00003a69 
- 00014951  0x000012fc rtnmark0  0x0000001d 
- 00014952  0x000012fd rtnmark0  0x0000001f 
- 00014953  0x000012ff and_into  0xffffff00 , 0x0000002c 
- 00014954  0x00001300 pulse  0x00000015 
- 00014955  0x00001301 nop  0x00000020 
- 00014956  0x00001302 rtn 
- 00014957  0x00001306 set0  0x00000025 , 0x00000000 
- 00014958  0x00001307 bpatch  0x00000090 , 0x00004012 
- 00014959  0x00001308 force  0x00000000 , 0x00000015 
- 00014960  0x00001309 disable  0x00000021 
- 00014961  0x0000130a disable  0x00000020 
- 00014962  0x0000130b pulse  0x0000001e 
- 00014963  0x0000130c hjam  0x00000000 , 0x00008902 
- 00014964  0x0000130d hjam  0x00000000 , 0x00008901 
- 00014965  0x0000130e hjam  0x00000000 , 0x00008900 
- 00014966  0x0000130f hjam  0x00000000 , 0x00008903 
- 00014967  0x00001310 hjam  0x00000070 , 0x00008904 
- 00014968  0x00001311 hjam  0x00000000 , 0x00008906 
- 00014969  0x00001312 rtn 
- 00014970  0x00001315 set0  0x00000025 , 0x00000000 
- 00014971  0x00001316 bpatch  0x00000091 , 0x00004012 
- 00014972  0x00001317 hjam  0x00000000 , 0x00008902 
- 00014973  0x00001318 hjam  0x00000000 , 0x00008901 
- 00014974  0x00001319 hjam  0x00000018 , 0x00008900 
- 00014975  0x0000131a hjam  0x000000a7 , 0x00008903 
- 00014976  0x0000131b hjam  0x0000007f , 0x00008904 
- 00014977  0x0000131c rtn 
- 00014978  0x00001320 set0  0x00000025 , 0x00000000 
- 00014979  0x00001321 bpatch  0x00000092 , 0x00004012 
- 00014980  0x00001323 storet  0x00000001 , 0x00000017 
- 00014981  0x00001324 add  0x00000002 , 0x00000004 , 0x00000011 
- 00014982  0x00001325 branch  0x00003ab6 
- 00014983  0x00001327 set0  0x00000025 , 0x00000000 
- 00014984  0x00001328 bpatch  0x00000093 , 0x00004012 
- 00014985  0x00001329 hjam  0x000000cf , 0x00008901 
- 00014986  0x0000132a nop  0x0000000a 
- 00014987  0x0000132b hjam  0x000000ff , 0x00008900 
- 00014988  0x0000132c hjam  0x000000af , 0x00008903 
- 00014989  0x0000132d hjam  0x000000ff , 0x00008904 
- 00014990  0x0000132e nop  0x0000000a 
- 00014991  0x0000132f hjam  0x000000a0 , 0x00008902 
- 00014992  0x00001330 rtn 
- 00014993  0x00001334 set0  0x00000025 , 0x00000000 
- 00014994  0x00001335 bpatch  0x00000094 , 0x00004012 
- 00014995  0x00001336 storet  0x00000001 , 0x00000017 
- 00014996  0x00001337 add  0x00000002 , 0x00000002 , 0x00000011 
- 00014997  0x00001338 call  0x00003ab6 
- 00014998  0x00001339 setarg  0x00000500 
- 00014999  0x0000133a call  0x00003bf3 
- 00015000  0x0000133c hjam  0x00000001 , 0x00008906 
- 00015001  0x0000133d hjam  0x0000003c , 0x00008900 
- 00015002  0x0000133e hjam  0x000000e0 , 0x00008901 
- 00015003  0x0000133f hjam  0x000000b7 , 0x00008903 
- 00015004  0x00001340 hjam  0x0000007f , 0x00008902 
- 00015005  0x00001341 rtn 
- 00015006  0x00001344 hjam  0x00000006 , 0x00008042 
- 00015007  0x00001345 call  0x00003c29 
- 00015008  0x00001346 call  0x00003c3a 
- 00015009  0x00001348 fetch  0x00000002 , 0x00004163 
- 00015010  0x00001349 bbit0  0x0000000e , 0x00003aa1 
- 00015011  0x0000134a iforce  0x00000006 
- 00015012  0x0000134b arg  0x00008900 , 0x00000002 
- 00015013  0x0000134d ifetch  0x00000001 , 0x00000006 
- 00015014  0x0000134e beq  0x000000ff , 0x00003aab 
- 00015015  0x0000134f ior  0x00000002 , 0x00000005 
- 00015016  0x00001350 ifetch  0x00000001 , 0x00000006 
- 00015017  0x00001351 istore  0x00000001 , 0x00000005 
- 00015018  0x00001352 branch  0x00003aa5 
- 00015019  0x00001354 set0  0x00000025 , 0x00000000 
- 00015020  0x00001355 bpatch  0x00000095 , 0x00004012 
- 00015021  0x00001356 call  0x00003d91 
- 00015022  0x00001357 call  0x00003b0a 
- 00015023  0x00001359 setarg  0x000007d0 
- 00015024  0x0000135a iadd  0x00000022 , 0x0000003f 
- 00015025  0x0000135b store  0x00000004 , 0x00000173 
- 00015026  0x0000135c set1  0x00000003 , 0x00000015 
- 00015027  0x0000135d force  0x00000000 , 0x00000015 
- 00015028  0x0000135e ncall  0x00003ace , 0x0000002b 
- 00015029  0x0000135f branch  0x00003ae2 
- 00015030  0x00001363 set0  0x00000025 , 0x00000000 
- 00015031  0x00001364 bpatch  0x00000096 , 0x00004012 
- 00015032  0x00001365 setarg  0x00000960 
- 00015033  0x00001366 iadd  0x00000011 , 0x00000002 
- 00015034  0x00001367 fetch  0x00000001 , 0x0000415d 
- 00015035  0x00001368 hjam  0x00000004 , 0x0000895f 
- 00015036  0x00001369 imul32  0x00000002 , 0x0000003f 
- 00015037  0x0000136a fetcht  0x00000001 , 0x0000415e 
- 00015038  0x0000136b idiv  0x00000002 
- 00015039  0x0000136c call  0x00007efd 
- 00015040  0x0000136d quotient  0x00000011 
- 00015041  0x0000136e remainder  0x0000003f 
- 00015042  0x0000136f lshift16  0x0000003f , 0x0000003f 
- 00015043  0x00001370 lshift4  0x0000003f , 0x0000003f 
- 00015044  0x00001371 idiv  0x00000002 
- 00015045  0x00001372 call  0x00007efd 
- 00015046  0x00001373 quotient  0x0000003f 
- 00015047  0x00001374 lshift8  0x0000003f , 0x0000003f 
- 00015048  0x00001375 lshift  0x0000003f , 0x0000003f 
- 00015049  0x00001376 ior  0x00000011 , 0x0000003f 
- 00015050  0x00001377 hstore  0x00000004 , 0x00008960 
- 00015051  0x00001378 hjam  0x00000044 , 0x0000895f 
- 00015052  0x00001379 hjam  0x000000c4 , 0x0000895f 
- 00015053  0x0000137a rtn 
- 00015054  0x0000137e set0  0x00000025 , 0x00000000 
- 00015055  0x0000137f bpatch  0x00000097 , 0x00004012 
- 00015056  0x00001380 hjam  0x00000002 , 0x00008906 
- 00015057  0x00001381 setarg  0x0003d090 
- 00015058  0x00001382 call  0x00003bf3 
- 00015059  0x00001383 hjam  0x0000007f , 0x00008900 
- 00015060  0x00001384 nop  0x00000082 
- 00015061  0x00001385 hjam  0x00000030 , 0x00008952 
- 00015062  0x00001386 hjam  0x000000d0 , 0x00008901 
- 00015063  0x00001387 hjam  0x00000070 , 0x00008952 
- 00015064  0x00001388 hjam  0x000000f0 , 0x00008952 
- 00015065  0x00001389 force  0x00000032 , 0x00000039 
- 00015066  0x0000138b hfetch  0x00000001 , 0x00008980 
- 00015067  0x0000138c bbit1  0x00000005 , 0x00003add 
- 00015068  0x0000138d loop  0x00003ada 
- 00015069  0x0000138f store  0x00000001 , 0x0000416f 
- 00015070  0x00001390 hjam  0x00000000 , 0x00008901 
- 00015071  0x00001391 hjam  0x00000000 , 0x00008900 
- 00015072  0x00001392 hjam  0x00000000 , 0x00008906 
- 00015073  0x00001393 rtn 
- 00015074  0x00001396 set0  0x00000025 , 0x00000000 
- 00015075  0x00001397 bpatch  0x00000098 , 0x00004013 
- 00015076  0x00001398 fetch  0x00000001 , 0x0000416f 
- 00015077  0x00001399 set1  0x00000005 , 0x0000003f 
- 00015078  0x0000139a hstore  0x00000001 , 0x00008952 
- 00015079  0x0000139b hfetcht  0x00000001 , 0x00008950 
- 00015080  0x0000139c and_into  0x00000007 , 0x00000002 
- 00015081  0x0000139d lshift3  0x0000003f , 0x0000003f 
- 00015082  0x0000139e ior  0x00000002 , 0x0000003f 
- 00015083  0x0000139f hstore  0x00000001 , 0x00008950 
- 00015084  0x000013a0 hfetch  0x00000001 , 0x00008951 
- 00015085  0x000013a1 set0  0x00000000 , 0x0000003f 
- 00015086  0x000013a2 hstore  0x00000001 , 0x00008951 
- 00015087  0x000013a3 hfetch  0x00000001 , 0x00008952 
- 00015088  0x000013a4 set0  0x00000005 , 0x0000003f 
- 00015089  0x000013a5 hstore  0x00000001 , 0x00008952 
- 00015090  0x000013a6 rtn 
- 00015091  0x000013a9 set0  0x00000025 , 0x00000000 
- 00015092  0x000013aa bpatch  0x00000099 , 0x00004013 
- 00015093  0x000013ab hfetch  0x00000002 , 0x00008981 
- 00015094  0x000013ac rshift4  0x0000003f , 0x0000003f 
- 00015095  0x000013ad rshift3  0x0000003f , 0x0000003f 
- 00015096  0x000013ae sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00015097  0x000013af and_into  0x000000ff , 0x0000003f 
- 00015098  0x000013b0 div  0x0000003f , 0x0000000a 
- 00015099  0x000013b1 call  0x00007efd 
- 00015100  0x000013b2 quotient  0x0000003f 
- 00015101  0x000013b3 lshift4  0x0000003f , 0x0000003f 
- 00015102  0x000013b4 remainder  0x00000002 
- 00015103  0x000013b5 ior  0x00000002 , 0x0000003f 
- 00015104  0x000013b6 store  0x00000001 , 0x00000018 
- 00015105  0x000013b7 rtn 
- 00015106  0x000013ba hjam  0x0000000a , 0x00008042 
- 00015107  0x000013bb hjam  0x00000000 , 0x00008905 
- 00015108  0x000013bc hfetch  0x00000003 , 0x00008138 
- 00015109  0x000013bd hstore  0x00000003 , 0x0000804c 
- 00015110  0x000013be hjam  0x000000fc , 0x0000804c 
- 00015111  0x000013bf call  0x00003db0 
- 00015112  0x000013c0 nop  0x000003e8 
- 00015113  0x000013c1 rtn 
- 00015114  0x000013c4 hjam  0x00000006 , 0x00008042 
- 00015115  0x000013c5 hfetch  0x00000001 , 0x0000896b 
- 00015116  0x000013c6 set0  0x00000004 , 0x0000003f 
- 00015117  0x000013c7 set0  0x00000005 , 0x0000003f 
- 00015118  0x000013c8 hstore  0x00000001 , 0x0000896b 
- 00015119  0x000013c9 hjam  0x00000000 , 0x00008905 
- 00015120  0x000013ca hjam  0x00000000 , 0x00008904 
- 00015121  0x000013cb hjam  0x00000070 , 0x00008904 
- 00015122  0x000013cc hjam  0x000000ff , 0x00008905 
- 00015123  0x000013cd hfetch  0x00000001 , 0x0000896b 
- 00015124  0x000013ce set1  0x00000004 , 0x0000003f 
- 00015125  0x000013cf set1  0x00000005 , 0x0000003f 
- 00015126  0x000013d0 hstore  0x00000001 , 0x0000896b 
- 00015127  0x000013d1 call  0x00003b38 
- 00015128  0x000013d2 hfetch  0x00000001 , 0x00008968 
- 00015129  0x000013d3 set1  0x00000007 , 0x0000003f 
- 00015130  0x000013d4 hstore  0x00000001 , 0x00008968 
- 00015131  0x000013d5 set0  0x00000007 , 0x0000003f 
- 00015132  0x000013d6 hstore  0x00000001 , 0x00008968 
- 00015133  0x000013d7 set1  0x00000007 , 0x0000003f 
- 00015134  0x000013d8 hstore  0x00000001 , 0x00008968 
- 00015135  0x000013d9 hjam  0x00000005 , 0x00008042 
- 00015136  0x000013da rtn 
- 00015137  0x000013dd nop  0x000003e8 
- 00015138  0x000013de hjam  0x00000004 , 0x00008042 
- 00015139  0x000013df nop  0x0000000a 
- 00015140  0x000013e0 hjam  0x00000000 , 0x000080b4 
- 00015141  0x000013e1 hjam  0x00000080 , 0x00008006 
- 00015142  0x000013e3 hfetch  0x00000001 , 0x0000812d 
- 00015143  0x000013e4 bbit0  0x00000001 , 0x00003b26 
- 00015144  0x000013e5 hfetcht  0x00000003 , 0x00008149 
- 00015145  0x000013e6 hjam  0x00000005 , 0x00008042 
- 00015146  0x000013e7 nop  0x0000000a 
- 00015147  0x000013e8 hjam  0x00000080 , 0x00008006 
- 00015148  0x000013ea hfetch  0x00000001 , 0x0000812d 
- 00015149  0x000013eb bbit0  0x00000001 , 0x00003b2c 
- 00015150  0x000013ec hfetch  0x00000003 , 0x00008149 
- 00015151  0x000013ed isub  0x00000002 , 0x0000003f 
- 00015152  0x000013ee branch  0x00003b32 , 0x00000002 
- 00015153  0x000013ef sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00015154  0x000013f1 store  0x00000002 , 0x0000018c 
- 00015155  0x000013f2 sub  0x0000003f , 0x00000046 , 0x0000003e 
- 00015156  0x000013f4 nbranch  0x00003b34 , 0x00000002 
- 00015157  0x000013f5 rtn 
- 00015158  0x000013f8 setarg  0x00000f0f 
- 00015159  0x000013f9 branch  0x00003da7 
- 00015160  0x000013fc setarg  0x0000080f 
- 00015161  0x000013fd branch  0x00003da7 
- 00015162  0x00001402 set0  0x00000025 , 0x00000000 
- 00015163  0x00001403 bpatch  0x0000009a , 0x00004013 
- 00015164  0x00001404 call  0x00003a87 
- 00015165  0x00001405 disable  0x00000020 
- 00015166  0x00001406 enable  0x00000021 
- 00015167  0x00001407 pulse  0x00000016 
- 00015168  0x00001408 rtn 
- 00015169  0x0000140b set0  0x00000025 , 0x00000000 
- 00015170  0x0000140c bpatch  0x0000009b , 0x00004013 
- 00015171  0x0000140d fetch  0x00000001 , 0x0000004c 
- 00015172  0x0000140e isolate1  0x00000002 , 0x0000003f 
- 00015173  0x0000140f setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00015174  0x00001410 hstore  0x00000001 , 0x00008011 
- 00015175  0x00001411 arg  0x00000062 , 0x00000006 
- 00015176  0x00001412 ifetch  0x00000009 , 0x00000006 
- 00015177  0x00001413 iforce  0x00000032 
- 00015178  0x00001414 ifetch  0x00000007 , 0x00000006 
- 00015179  0x00001415 iforce  0x00000033 
- 00015180  0x00001416 fetch  0x00000001 , 0x00000054 
- 00015181  0x00001417 add  0x0000003f , 0xffffffff , 0x00000034 
- 00015182  0x00001418 pulse  0x0000001a 
- 00015183  0x00001419 rtn 
- 00015184  0x0000141c set0  0x00000025 , 0x00000000 
- 00015185  0x0000141d bpatch  0x0000009c , 0x00004013 
- 00015186  0x0000141e enable  0x0000000d 
- 00015187  0x0000141f arg  0x00000600 , 0x0000000b 
- 00015188  0x00001420 correlate  0x00000029 , 0x00000026 
- 00015189  0x00001422 deposit  0x0000001a 
- 00015190  0x00001423 store  0x00000006 , 0x0000009c 
- 00015191  0x00001424 disable  0x0000000d 
- 00015192  0x00001425 nbranch  0x00003a6d , 0x00000018 
- 00015193  0x00001426 arg  0x000003bb , 0x00000029 
- 00015194  0x00001427 increase  0x00000001 , 0x00000028 
- 00015195  0x00001428 and_into  0x000001fc , 0x00000028 
- 00015196  0x00001429 rtn 
- 00015197  0x0000142e enable  0x0000000d 
- 00015198  0x00001430 correlate  0x0000003e , 0x00000017 
- 00015199  0x00001431 branch  0x00003b55 , 0x00000018 
- 00015200  0x00001432 compare  0x00000002 , 0x00000028 , 0x00000002 
- 00015201  0x00001433 nbranch  0x00003b5e , 0x00000001 
- 00015202  0x00001434 branch  0x00003b55 
- 00015203  0x00001437 set0  0x00000025 , 0x00000000 
- 00015204  0x00001438 bpatch  0x0000009d , 0x00004013 
- 00015205  0x00001439 arg  0x00000600 , 0x0000000b 
- 00015206  0x0000143a enable  0x0000000d 
- 00015207  0x0000143b correlate  0x00000023 , 0x00000026 
- 00015208  0x0000143c disable  0x0000000d 
- 00015209  0x0000143d nbranch  0x00003a6d , 0x00000018 
- 00015210  0x0000143e rtn 
- 00015211  0x00001441 set0  0x00000025 , 0x00000000 
- 00015212  0x00001442 bpatch  0x0000009e , 0x00004013 
- 00015213  0x00001443 enable  0x0000000d 
- 00015214  0x00001444 correlate  0x0000003e , 0x00000003 
- 00015215  0x00001445 disable  0x0000000d 
- 00015216  0x00001446 nbranch  0x00003a6d , 0x00000018 
- 00015217  0x00001447 arg  0x000003bb , 0x00000029 
- 00015218  0x00001448 and_into  0x000001fc , 0x00000028 
- 00015219  0x00001449 rtn 
- 00015220  0x0000144d set0  0x00000025 , 0x00000000 
- 00015221  0x0000144e bpatch  0x0000009f , 0x00004013 
- 00015222  0x0000144f iforce  0x00000011 
- 00015223  0x00001450 deposit  0x00000021 
- 00015224  0x00001451 iadd  0x00000002 , 0x0000000b 
- 00015225  0x00001452 copy  0x0000000b , 0x0000003f 
- 00015226  0x00001453 store  0x00000004 , 0x0000416a 
- 00015227  0x00001454 deposit  0x00000011 
- 00015228  0x00001455 rtn 
- 00015229  0x00001459 copy  0x0000003f , 0x00000002 
- 00015230  0x0000145a set0  0x00000025 , 0x00000000 
- 00015231  0x0000145b bpatch  0x000000a0 , 0x00004014 
- 00015232  0x0000145c copy  0x00000002 , 0x0000003f 
- 00015233  0x0000145d call  0x00007e91 
- 00015234  0x0000145e lshift16  0x00000021 , 0x0000003f 
- 00015235  0x0000145f set1  0x0000002c , 0x0000003f 
- 00015236  0x00001460 call  0x00007e7a 
- 00015237  0x00001461 set0  0x0000002c , 0x0000003f 
- 00015238  0x00001462 call  0x00003bda 
- 00015239  0x00001463 call  0x00007e7a 
- 00015240  0x00001464 rtn  0x00000028 
- 00015241  0x00001465 call  0x00007e84 
- 00015242  0x00001466 iforce  0x0000001b 
- 00015243  0x00001467 until  0x0000003e , 0x00000003 
- 00015244  0x00001468 rtn 
- 00015245  0x0000146c set0  0x00000025 , 0x00000000 
- 00015246  0x0000146d bpatch  0x000000a1 , 0x00004014 
- 00015247  0x0000146e branch  0x00003b93 , 0x00000030 
- 00015248  0x0000146f until  0x00000029 , 0x00000026 
- 00015249  0x00001471 copy  0x00000028 , 0x00000002 
- 00015250  0x00001472 branch  0x00003b96 
- 00015251  0x00001474 branch  0x00003b95 , 0x0000002e 
- 00015252  0x00001475 until  0x00000023 , 0x00000026 
- 00015253  0x00001477 copy  0x00000022 , 0x00000002 
- 00015254  0x00001479 branch  0x00003ba3 , 0x00000028 
- 00015255  0x0000147a compare  0x00000001 , 0x00000002 , 0x00000003 
- 00015256  0x0000147b nbranch  0x00003b8d , 0x00000001 
- 00015257  0x0000147d set0  0x00000025 , 0x00000000 
- 00015258  0x0000147e bpatch  0x000000a2 , 0x00004014 
- 00015259  0x0000147f fetch  0x00000001 , 0x00000030 
- 00015260  0x00001480 rtnbit0  0x00000000 
- 00015261  0x00001481 fetch  0x00000004 , 0x0000416a 
- 00015262  0x00001482 isub  0x00000002 , 0x0000003f 
- 00015263  0x00001483 nrtn  0x00000002 
- 00015264  0x00001484 sub  0x0000003f , 0x000000ff , 0x0000003e 
- 00015265  0x00001485 branch  0x00003b8d , 0x00000002 
- 00015266  0x00001486 rtn 
- 00015267  0x00001488 compare  0x00000003 , 0x00000002 , 0x00000003 
- 00015268  0x00001489 nbranch  0x00003b8d , 0x00000001 
- 00015269  0x0000148a branch  0x00003b99 
- 00015270  0x0000148d set0  0x00000025 , 0x00000000 
- 00015271  0x0000148e bpatch  0x000000a3 , 0x00004014 
- 00015272  0x0000148f arg  0x00000600 , 0x0000000b 
- 00015273  0x00001490 branch  0x00003b8d 
- 00015274  0x00001493 disable  0x00000028 
- 00015275  0x00001494 branch  0x00003ba6 
- 00015276  0x00001497 enable  0x00000028 
- 00015277  0x00001498 branch  0x00003ba6 
- 00015278  0x0000149b set0  0x00000025 , 0x00000000 
- 00015279  0x0000149c bpatch  0x000000a4 , 0x00004014 
- 00015280  0x0000149d call  0x00003b41 
- 00015281  0x0000149e disable  0x00000021 
- 00015282  0x0000149f enable  0x00000020 
- 00015283  0x000014a0 rtn 
- 00015284  0x000014a5 set0  0x00000025 , 0x00000000 
- 00015285  0x000014a6 bpatch  0x000000a5 , 0x00004014 
- 00015286  0x000014a7 arg  0x00000e43 , 0x0000000b 
- 00015287  0x000014a8 until  0x00000023 , 0x00000026 
- 00015288  0x000014a9 pulse  0x00000016 
- 00015289  0x000014aa rtn 
- 00015290  0x000014ad set0  0x00000025 , 0x00000000 
- 00015291  0x000014ae bpatch  0x000000a6 , 0x00004014 
- 00015292  0x000014af arg  0x00000d00 , 0x0000000b 
- 00015293  0x000014b0 until  0x00000023 , 0x00000026 
- 00015294  0x000014b1 rtn 
- 00015295  0x000014b5 set0  0x00000025 , 0x00000000 
- 00015296  0x000014b6 bpatch  0x000000a7 , 0x00004014 
- 00015297  0x000014b7 arg  0x00000e43 , 0x0000000b 
- 00015298  0x000014b8 until  0x00000029 , 0x00000026 
- 00015299  0x000014b9 pulse  0x00000016 
- 00015300  0x000014ba rtn 
- 00015301  0x000014bd set0  0x00000025 , 0x00000000 
- 00015302  0x000014be bpatch  0x000000a8 , 0x00004015 
- 00015303  0x000014bf preload  0x00000009 
- 00015304  0x000014c0 enable  0x0000001d 
- 00015305  0x000014c1 set1  0x00000000 , 0x00000015 
- 00015306  0x000014c2 inject  0x00000003 , 0x00000048 
- 00015307  0x000014c3 disable  0x0000001d 
- 00015308  0x000014c4 rtn 
- 00015309  0x000014c8 copy  0x00000025 , 0x00000002 
- 00015310  0x000014c9 or_into  0x00000060 , 0x00000002 
- 00015311  0x000014ca copy  0x00000002 , 0x0000000e 
- 00015312  0x000014cb rtn 
- 00015313  0x000014d1 set0  0x00000025 , 0x00000000 
- 00015314  0x000014d2 bpatch  0x000000a9 , 0x00004015 
- 00015315  0x000014d3 fetch  0x00000001 , 0x00004130 
- 00015316  0x000014d4 increase  0x00000001 , 0x0000003f 
- 00015317  0x000014d5 bne  0x00000007 , 0x00003bd7 
- 00015318  0x000014d6 force  0x00000001 , 0x0000003f 
- 00015319  0x000014d8 store  0x00000001 , 0x00004130 
- 00015320  0x000014d9 iforce  0x00000004 
- 00015321  0x000014da rtn 
- 00015322  0x000014dd copy  0x00000019 , 0x00000002 
- 00015323  0x000014de rtn  0x00000029 
- 00015324  0x000014df copy  0x0000001a , 0x00000002 
- 00015325  0x000014e0 rtn 
- 00015326  0x000014e3 deposit  0x00000022 
- 00015327  0x000014e4 rtn  0x00000029 
- 00015328  0x000014e5 deposit  0x00000028 
- 00015329  0x000014e6 rtn 
- 00015330  0x000014ea set0  0x00000025 , 0x00000000 
- 00015331  0x000014eb bpatch  0x000000aa , 0x00004015 
- 00015332  0x000014ec fetcht  0x00000004 , 0x0000004d 
- 00015333  0x000014ed call  0x00003bde 
- 00015334  0x000014ee isub  0x00000002 , 0x0000000b 
- 00015335  0x000014ef deposit  0x0000000b 
- 00015336  0x000014f0 fetcht  0x00000002 , 0x00000051 
- 00015337  0x000014f1 lshift  0x00000002 , 0x00000002 
- 00015338  0x000014f2 isub  0x00000002 , 0x0000003f 
- 00015339  0x000014f3 rtn 
- 00015340  0x000014f6 set0  0x00000025 , 0x00000000 
- 00015341  0x000014f7 bpatch  0x000000ab , 0x00004015 
- 00015342  0x000014f8 call  0x00003bde 
- 00015343  0x000014f9 store  0x00000004 , 0x0000004d 
- 00015344  0x000014fa rtn 
- 00015345  0x000014fd branch  0x00003bf1 
- 00015346  0x00001500 branch  0x00003bf2 
- 00015347  0x00001503 rtn  0x00000034 
- 00015348  0x00001505 rshift  0x0000003f , 0x0000003f 
- 00015349  0x00001506 increase  0xfffffffd , 0x0000003f 
- 00015350  0x00001508 increase  0xffffffff , 0x0000003f 
- 00015351  0x00001509 nbranch  0x00003bf6 , 0x00000005 
- 00015352  0x0000150a force  0x00000000 , 0x0000003f 
- 00015353  0x0000150b rtn 
- 00015354  0x00001511 arg  0x00000010 , 0x00000039 
- 00015355  0x00001512 arg  0x00000000 , 0x00000005 
- 00015356  0x00001513 call  0x00007e3b 
- 00015357  0x00001514 arg  0x000003c0 , 0x00000005 
- 00015358  0x00001515 arg  0x0000000a , 0x00000039 
- 00015359  0x00001516 call  0x00007e3b 
- 00015360  0x00001517 jam  0x00000000 , 0x000007de 
- 00015361  0x00001518 jam  0x00000000 , 0x00000b7d 
- 00015362  0x00001519 jam  0x00000000 , 0x0000040d 
- 00015363  0x0000151a jam  0x00000000 , 0x00000189 
- 00015364  0x0000151b jam  0x00000000 , 0x0000044d 
- 00015365  0x0000151c set0  0x00000025 , 0x00000000 
- 00015366  0x0000151d bpatch  0x000000ac , 0x00004015 
- 00015367  0x0000151e jam  0x00000000 , 0x00000177 
- 00015368  0x0000151f jam  0x00000000 , 0x00000153 
- 00015369  0x00001520 jam  0x00000000 , 0x0000015e 
- 00015370  0x00001521 setarg  0x009e8b33 
- 00015371  0x00001522 store  0x00000003 , 0x00004147 
- 00015372  0x00001523 setarg  0x00000153 
- 00015373  0x00001524 store  0x00000002 , 0x00000083 
- 00015374  0x00001525 jam  0x0000001e , 0x00000085 
- 00015375  0x00001526 jam  0x00000001 , 0x00000086 
- 00015376  0x00001527 jam  0x00000007 , 0x00000088 
- 00015377  0x00001528 setarg  0x0012e904 
- 00015378  0x00001529 store  0x00000003 , 0x00000080 
- 00015379  0x0000152a setarg  0x00000a04 
- 00015380  0x0000152b store  0x00000003 , 0x000046fd 
- 00015381  0x0000152c setarg  0x000012e9 
- 00015382  0x0000152d store  0x00000002 , 0x00004700 
- 00015383  0x0000152e jam  0x00000060 , 0x0000008f 
- 00015384  0x0000152f jam  0x00000005 , 0x00004171 
- 00015385  0x00001530 jam  0x00000002 , 0x00000014 
- 00015386  0x00001531 call  0x000075cd 
- 00015387  0x00001532 set0  0x00000025 , 0x00000000 
- 00015388  0x00001533 bpatch  0x000000ad , 0x00004015 
- 00015389  0x00001534 rtn  0x0000002b 
- 00015390  0x00001535 setarg  0x00000000 
- 00015391  0x00001536 store  0x00000002 , 0x00000091 
- 00015392  0x00001537 rshift  0x00000022 , 0x0000003f 
- 00015393  0x00001538 store  0x00000004 , 0x00004134 
- 00015394  0x00001539 rtn 
- 00015395  0x0000153e setarg  0x000000aa , 0x0000003f 
- 00015396  0x0000153f arg  0x000000d3 , 0x00000005 
- 00015397  0x00001540 force  0x0000001e , 0x00000039 
- 00015398  0x00001542 istore  0x00000001 , 0x00000005 
- 00015399  0x00001543 loop  0x00003c26 
- 00015400  0x00001544 rtn 
- 00015401  0x00001547 hjam  0x00000002 , 0x00000907 
- 00015402  0x00001548 hjam  0x0000001f , 0x00000908 
- 00015403  0x00001549 hjam  0x0000001f , 0x00000909 
- 00015404  0x0000154a hjam  0x000000e0 , 0x0000090a 
- 00015405  0x0000154b hjam  0x0000004e , 0x0000090b 
- 00015406  0x0000154c hjam  0x00000045 , 0x00008912 
- 00015407  0x0000154d hjam  0x00000000 , 0x00000953 
- 00015408  0x0000154f hjam  0x000000fb , 0x0000094c 
- 00015409  0x00001550 hjam  0x000000ef , 0x0000094d 
- 00015410  0x00001551 hjam  0x0000000c , 0x0000094e 
- 00015411  0x00001553 hjam  0x00000088 , 0x0000096f 
- 00015412  0x00001554 hjam  0x00000030 , 0x00000973 
- 00015413  0x00001557 hjam  0x00000000 , 0x00000953 
- 00015414  0x00001558 hjam  0x000000c9 , 0x00000956 
- 00015415  0x00001559 hjam  0x0000006c , 0x00000958 
- 00015416  0x0000155a hjam  0x00000050 , 0x00000959 
- 00015417  0x0000155b rtn 
- 00015418  0x0000155f hjam  0x000000a9 , 0x00000930 
- 00015419  0x00001560 hjam  0x000000b1 , 0x0000092f 
- 00015420  0x00001561 hjam  0x000000b9 , 0x0000092e 
- 00015421  0x00001562 hjam  0x000000ad , 0x0000092d 
- 00015422  0x00001563 hjam  0x000000b1 , 0x0000092c 
- 00015423  0x00001564 hjam  0x000000b5 , 0x0000092b 
- 00015424  0x00001565 hjam  0x000000ba , 0x0000092a 
- 00015425  0x00001566 hjam  0x000000be , 0x00000929 
- 00015426  0x00001567 hjam  0x000000c2 , 0x00000928 
- 00015427  0x00001568 hjam  0x000000c6 , 0x00000927 
- 00015428  0x00001569 hjam  0x000000ca , 0x00000926 
- 00015429  0x0000156a hjam  0x000000ce , 0x00000925 
- 00015430  0x0000156b hjam  0x000000d2 , 0x00000924 
- 00015431  0x0000156c hjam  0x000000d6 , 0x00000923 
- 00015432  0x0000156d hjam  0x000000da , 0x00000922 
- 00015433  0x0000156e hjam  0x000000de , 0x00000921 
- 00015434  0x0000156f hjam  0x000000e2 , 0x00000920 
- 00015435  0x00001570 hjam  0x000000e6 , 0x0000091f 
- 00015436  0x00001571 hjam  0x000000ea , 0x0000091e 
- 00015437  0x00001572 hjam  0x000000ee , 0x0000091d 
- 00015438  0x00001573 hjam  0x000000f2 , 0x0000091c 
- 00015439  0x00001574 hjam  0x000000f6 , 0x0000091b 
- 00015440  0x00001575 hjam  0x000000fb , 0x0000091a 
- 00015441  0x00001577 hjam  0x000000f5 , 0x00000947 
- 00015442  0x00001578 hjam  0x000000e5 , 0x00000946 
- 00015443  0x00001579 hjam  0x000000d5 , 0x00000945 
- 00015444  0x0000157a hjam  0x000000d8 , 0x00000944 
- 00015445  0x0000157b hjam  0x000000c9 , 0x00000943 
- 00015446  0x0000157c hjam  0x000000c8 , 0x00000942 
- 00015447  0x0000157d hjam  0x00000089 , 0x00000941 
- 00015448  0x0000157e hjam  0x00000088 , 0x00000940 
- 00015449  0x0000157f hjam  0x00000087 , 0x0000093f 
- 00015450  0x00001580 hjam  0x00000048 , 0x0000093e 
- 00015451  0x00001581 hjam  0x00000009 , 0x0000093d 
- 00015452  0x00001582 hjam  0x00000008 , 0x0000093c 
- 00015453  0x00001583 hjam  0x000000c9 , 0x0000093b 
- 00015454  0x00001584 hjam  0x000000c8 , 0x0000093a 
- 00015455  0x00001585 hjam  0x000000c7 , 0x00000939 
- 00015456  0x00001586 hjam  0x000000c6 , 0x00000938 
- 00015457  0x00001587 hjam  0x000000c5 , 0x00000937 
- 00015458  0x00001588 hjam  0x000000c4 , 0x00000936 
- 00015459  0x00001589 hjam  0x000000c3 , 0x00000935 
- 00015460  0x0000158a hjam  0x000000c2 , 0x00000934 
- 00015461  0x0000158b hjam  0x000000c1 , 0x00000933 
- 00015462  0x0000158c hjam  0x000000c0 , 0x00000932 
- 00015463  0x0000158d hjam  0x00000080 , 0x00000931 
- 00015464  0x0000158e rtn 
- 00015465  0x00001593 enable  0x00000036 
- 00015466  0x00001594 setarg  0x008e89be 
- 00015467  0x00001595 lshift8  0x0000003f , 0x0000003f 
- 00015468  0x00001596 or_into  0x000000d6 , 0x0000003f 
- 00015469  0x00001597 iforce  0x00000009 
- 00015470  0x00001598 hjam  0x00000007 , 0x00000914 
- 00015471  0x00001599 hjam  0x000000a0 , 0x0000090a 
- 00015472  0x0000159a hjam  0x0000008f , 0x0000090d 
- 00015473  0x0000159b hjam  0x0000000f , 0x00000911 
- 00015474  0x0000159c hjam  0x00000087 , 0x00000912 
- 00015475  0x0000159d rtn 
- 00015476  0x000015a3 setarg  0x0000ee21 
- 00015477  0x000015a4 hstore  0x00000002 , 0x00008050 
- 00015478  0x000015a5 hfetch  0x00000001 , 0x0000813e 
- 00015479  0x000015a6 bbit0  0x00000003 , 0x00006725 
- 00015480  0x000015a7 enable  0x0000002b 
- 00015481  0x000015a8 bbit0  0x00000007 , 0x00003c7f 
- 00015482  0x000015a9 disable  0x0000002b 
- 00015483  0x000015aa deposit  0x00000027 
- 00015484  0x000015ab nbranch  0x00003c7f , 0x00000034 
- 00015485  0x000015ac arg  0xffffffff , 0x00000002 
- 00015486  0x000015ad branch  0x00003cec 
- 00015487  0x000015af hfetch  0x00000003 , 0x0000813c 
- 00015488  0x000015b0 hstore  0x00000003 , 0x0000804c 
- 00015489  0x000015b1 ifetch  0x00000001 , 0x00000006 
- 00015490  0x000015b2 or_into  0x000000ef , 0x0000003f 
- 00015491  0x000015b3 istore  0x00000001 , 0x00000005 
- 00015492  0x000015b4 call  0x00003db2 
- 00015493  0x000015b5 hfetch  0x00000001 , 0x0000804f 
- 00015494  0x000015b6 set1  0x00000004 , 0x0000003f 
- 00015495  0x000015b7 hstore  0x00000001 , 0x0000804f 
- 00015496  0x000015b8 call  0x00003db2 
- 00015497  0x000015b9 call  0x00003c90 , 0x0000002b 
- 00015498  0x000015ba hfetch  0x00000001 , 0x0000804e 
- 00015499  0x000015bb set0  0x00000003 , 0x0000003f 
- 00015500  0x000015bc hstore  0x00000001 , 0x0000804e 
- 00015501  0x000015bd call  0x00003db2 
- 00015502  0x000015be rtn  0x0000002b 
- 00015503  0x000015bf branch  0x00006725 
- 00015504  0x000015c2 fetch  0x00000001 , 0x00004239 
- 00015505  0x000015c3 hstore  0x00000001 , 0x00008086 
- 00015506  0x000015c4 fetch  0x00000003 , 0x0000422e 
- 00015507  0x000015c5 hstore  0x00000003 , 0x00008080 
- 00015508  0x000015c6 fetch  0x00000004 , 0x00004222 
- 00015509  0x000015c7 hstore  0x00000004 , 0x00008074 
- 00015510  0x000015c8 fetch  0x00000004 , 0x0000421e 
- 00015511  0x000015c9 hstore  0x00000004 , 0x00008070 
- 00015512  0x000015ca fetch  0x00000008 , 0x00004226 
- 00015513  0x000015cb hstore  0x00000008 , 0x00008078 
- 00015514  0x000015cc fetch  0x00000008 , 0x00004231 
- 00015515  0x000015cd iforce  0x00000000 
- 00015516  0x000015ce hfetch  0x00000008 , 0x00008140 
- 00015517  0x000015cf store  0x00000008 , 0x000000a3 
- 00015518  0x000015d0 call  0x00006781 
- 00015519  0x000015d1 rtn 
- 00015520  0x000015d4 deposit  0x00000000 
- 00015521  0x000015d5 store  0x00000008 , 0x00004231 
- 00015522  0x000015d6 hfetch  0x00000008 , 0x00008070 
- 00015523  0x000015d7 store  0x00000008 , 0x0000421e 
- 00015524  0x000015d8 ifetch  0x00000008 , 0x00000006 
- 00015525  0x000015d9 istore  0x00000008 , 0x00000005 
- 00015526  0x000015da hfetch  0x00000003 , 0x00008080 
- 00015527  0x000015db store  0x00000003 , 0x0000422e 
- 00015528  0x000015dc hfetch  0x00000001 , 0x00008086 
- 00015529  0x000015dd store  0x00000001 , 0x00004239 
- 00015530  0x000015de branch  0x00003db8 
- 00015531  0x000015e1 hfetch  0x00000001 , 0x000080b4 
- 00015532  0x000015e2 nbranch  0x00003cb1 , 0x00000034 
- 00015533  0x000015e3 fetch  0x00000003 , 0x00004210 
- 00015534  0x000015e4 nrtn  0x00000034 
- 00015535  0x000015e5 hjam  0x000000c0 , 0x000080b4 
- 00015536  0x000015e6 hjam  0x00000080 , 0x00008006 
- 00015537  0x000015e8 hfetch  0x00000001 , 0x0000812d 
- 00015538  0x000015e9 rtnbit0  0x00000001 
- 00015539  0x000015ea hfetch  0x00000003 , 0x00008149 
- 00015540  0x000015eb store  0x00000003 , 0x00004210 
- 00015541  0x000015ec rtn 
- 00015542  0x000015f1 set0  0x00000025 , 0x00000000 
- 00015543  0x000015f2 bpatch  0x000000ae , 0x00004015 
- 00015544  0x000015f3 deposit  0x0000001a 
- 00015545  0x000015f4 call  0x00007e78 
- 00015546  0x000015f5 fetcht  0x00000004 , 0x00004200 
- 00015547  0x000015f6 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00015548  0x000015f7 rtn  0x00000002 
- 00015549  0x000015f8 lshift8  0x0000003f , 0x0000003f 
- 00015550  0x000015f9 lshift4  0x0000003f , 0x0000003f 
- 00015551  0x000015fa idiv  0x00000002 
- 00015552  0x000015fb call  0x00007efd 
- 00015553  0x000015fc quotient  0x0000003f 
- 00015554  0x000015fd arg  0x000000c8 , 0x00000002 
- 00015555  0x000015fe call  0x00007f2e 
- 00015556  0x000015ff store  0x00000001 , 0x0000009b 
- 00015557  0x00001600 nbranch  0x00003cc7 , 0x00000028 
- 00015558  0x00001601 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00015559  0x00001603 fetcht  0x00000003 , 0x00004210 
- 00015560  0x00001604 iadd  0x00000002 , 0x0000003f 
- 00015561  0x00001605 store  0x00000003 , 0x00004210 
- 00015562  0x00001607 setarg  0x00000000 
- 00015563  0x00001608 store  0x00000004 , 0x00004200 
- 00015564  0x00001609 rtn 
- 00015565  0x0000160d set0  0x00000025 , 0x00000000 
- 00015566  0x0000160e bpatch  0x000000af , 0x00004015 
- 00015567  0x0000160f call  0x00003db8 
- 00015568  0x00001610 hfetch  0x00000004 , 0x00008138 
- 00015569  0x00001611 set0  0x0000000f , 0x0000003f 
- 00015570  0x00001612 hstore  0x00000004 , 0x0000804c 
- 00015571  0x00001613 call  0x00003db0 
- 00015572  0x00001615 arg  0xffffffff , 0x00000002 
- 00015573  0x00001616 fetch  0x00000001 , 0x000041f8 
- 00015574  0x00001617 store  0x00000001 , 0x0000421d 
- 00015575  0x00001618 fetch  0x00000001 , 0x0000421b 
- 00015576  0x00001619 set1  0x00000007 , 0x0000003f 
- 00015577  0x0000161a store  0x00000001 , 0x0000421b 
- 00015578  0x0000161e set0  0x00000025 , 0x00000000 
- 00015579  0x0000161f bpatch  0x000000b0 , 0x00004016 
- 00015580  0x00001620 fetch  0x00000004 , 0x00004200 
- 00015581  0x00001621 iadd  0x00000002 , 0x0000003f 
- 00015582  0x00001622 store  0x00000004 , 0x00004200 
- 00015583  0x00001623 call  0x00003ca0 
- 00015584  0x00001624 fetch  0x00000005 , 0x00004219 
- 00015585  0x00001625 hstore  0x00000004 , 0x0000804c 
- 00015586  0x00001626 rshift32  0x0000003f , 0x00000011 
- 00015587  0x00001627 until  0x0000003e , 0x00000033 
- 00015588  0x00001628 deposit  0x00000019 
- 00015589  0x00001629 store  0x00000006 , 0x00004204 
- 00015590  0x0000162a hjam  0x00000002 , 0x00008005 
- 00015591  0x0000162b until  0x0000003e , 0x00000033 
- 00015592  0x0000162c until  0x0000003e , 0x00000033 
- 00015593  0x0000162d deposit  0x00000011 
- 00015594  0x0000162e hstore  0x00000001 , 0x0000804f 
- 00015595  0x0000162f hjam  0x00000002 , 0x00008005 
- 00015596  0x00001631 until  0x0000003e , 0x00000033 
- 00015597  0x00001632 until  0x0000003e , 0x00000033 
- 00015598  0x00001633 hstoret  0x00000004 , 0x0000804c 
- 00015599  0x00001634 hjam  0x00000010 , 0x00008005 
- 00015600  0x00001635 until  0x0000003e , 0x0000003f 
- 00015601  0x0000163b set0  0x00000025 , 0x00000000 
- 00015602  0x0000163c bpatch  0x000000b1 , 0x00004016 
- 00015603  0x0000163d setarg  0x00000000 
- 00015604  0x0000163e copy  0x00000027 , 0x0000003e 
- 00015605  0x0000163f branch  0x00003cfd , 0x00000005 
- 00015606  0x00001640 hfetch  0x00000001 , 0x0000813c 
- 00015607  0x00001641 hfetcht  0x00000001 , 0x0000813d 
- 00015608  0x00001642 isub  0x00000002 , 0x0000003e 
- 00015609  0x00001643 branch  0x00003cfb , 0x00000002 
- 00015610  0x00001644 deposit  0x00000002 
- 00015611  0x00001646 isub  0x00000027 , 0x0000003f 
- 00015612  0x00001647 increase  0x00000001 , 0x0000003f 
- 00015613  0x00001649 increase  0x00000008 , 0x0000003f 
- 00015614  0x0000164a until  0x0000003e , 0x00000033 
- 00015615  0x0000164b iadd  0x00000031 , 0x0000003f 
- 00015616  0x0000164c fetcht  0x00000004 , 0x000041fc 
- 00015617  0x0000164d iadd  0x00000002 , 0x0000003f 
- 00015618  0x0000164e fetcht  0x00000003 , 0x00004210 
- 00015619  0x0000164f imul32  0x00000002 , 0x0000003f 
- 00015620  0x00001650 rshift8  0x0000003f , 0x0000003f 
- 00015621  0x00001651 rshift4  0x0000003f , 0x0000003f 
- 00015622  0x00001652 increase  0x0000006e , 0x0000003f 
- 00015623  0x00001653 arg  0x00000ea6 , 0x00000002 
- 00015624  0x00001654 idiv  0x00000002 
- 00015625  0x00001655 call  0x00007efd 
- 00015626  0x00001656 quotient  0x0000003f 
- 00015627  0x00001657 lshift16  0x0000003f , 0x0000003f 
- 00015628  0x00001658 remainder  0x00000002 
- 00015629  0x00001659 ior  0x00000002 , 0x0000003f 
- 00015630  0x0000165a fetcht  0x00000006 , 0x00004204 
- 00015631  0x0000165b call  0x00007e6d 
- 00015632  0x0000165c copy  0x00000002 , 0x00000019 
- 00015633  0x0000165d fetch  0x00000006 , 0x00004048 
- 00015634  0x0000165e call  0x000039c0 
- 00015635  0x0000165f deposit  0x0000001a 
- 00015636  0x00001660 store  0x00000006 , 0x00000161 
- 00015637  0x00001661 deposit  0x00000027 
- 00015638  0x00001662 istore  0x00000001 , 0x00000005 
- 00015639  0x00001663 hfetch  0x00000001 , 0x0000811d 
- 00015640  0x00001664 or_into  0x000000f0 , 0x0000003f 
- 00015641  0x00001665 istore  0x00000001 , 0x00000005 
- 00015642  0x00001666 call  0x00007f52 
- 00015643  0x00001667 rtn 
- 00015644  0x0000166a set0  0x00000025 , 0x00000000 
- 00015645  0x0000166b bpatch  0x000000b2 , 0x00004016 
- 00015646  0x0000166c call  0x00003cab 
- 00015647  0x0000166d fetch  0x00000003 , 0x00004210 
- 00015648  0x0000166e rtn  0x00000034 
- 00015649  0x0000166f fetch  0x00000001 , 0x00004131 
- 00015650  0x00001670 rtn  0x00000034 
- 00015651  0x00001671 call  0x00003dca 
- 00015652  0x00001672 nrtn  0x00000034 
- 00015653  0x00001674 fetch  0x00000001 , 0x00004040 
- 00015654  0x00001675 compare  0x00000003 , 0x0000003f , 0x00000007 
- 00015655  0x00001676 nbranch  0x00003d4d , 0x00000001 
- 00015656  0x00001677 fetch  0x00000002 , 0x00004042 
- 00015657  0x00001678 rtn  0x00000034 
- 00015658  0x00001679 rtn  0x0000002b 
- 00015659  0x0000167a set0  0x00000025 , 0x00000000 
- 00015660  0x0000167b bpatch  0x000000b3 , 0x00004016 
- 00015661  0x0000167d fetcht  0x00000001 , 0x000000a2 
- 00015662  0x0000167e fetch  0x00000002 , 0x00004042 
- 00015663  0x0000167f imul32  0x00000002 , 0x0000003f 
- 00015664  0x00001680 rshift4  0x00000002 , 0x00000002 
- 00015665  0x00001681 rshift2  0x00000002 , 0x00000002 
- 00015666  0x00001682 isub  0x00000002 , 0x0000003f 
- 00015667  0x00001683 fetcht  0x00000004 , 0x00004044 
- 00015668  0x00001684 iadd  0x00000002 , 0x0000003f 
- 00015669  0x00001685 fetcht  0x00000001 , 0x000041f7 
- 00015670  0x00001686 isub  0x00000002 , 0x0000003f 
- 00015671  0x00001687 lshift16  0x0000003f , 0x00000030 
- 00015672  0x00001688 set0  0x00000025 , 0x00000000 
- 00015673  0x00001689 bpatch  0x000000b4 , 0x00004016 
- 00015674  0x0000168a fetch  0x00000002 , 0x0000404e 
- 00015675  0x0000168b rshift  0x0000003f , 0x0000003f 
- 00015676  0x0000168c call  0x00007e91 
- 00015677  0x0000168d deposit  0x00000030 
- 00015678  0x0000168e call  0x00007e7a 
- 00015679  0x0000168f copy  0x0000001a , 0x00000002 
- 00015680  0x00001690 call  0x00007e78 
- 00015681  0x00001691 rtn  0x00000028 
- 00015682  0x00001693 call  0x00007e8a 
- 00015683  0x00001695 set0  0x00000025 , 0x00000000 
- 00015684  0x00001696 bpatch  0x000000b5 , 0x00004016 
- 00015685  0x00001697 fetch  0x00000001 , 0x00004219 
- 00015686  0x00001698 isub  0x00000002 , 0x0000003e 
- 00015687  0x00001699 branch  0x00003cca , 0x00000002 
- 00015688  0x0000169a storet  0x00000004 , 0x000041fc 
- 00015689  0x0000169b call  0x00003ea9 
- 00015690  0x0000169c call  0x0000530c 
- 00015691  0x0000169d fetcht  0x00000004 , 0x000041fc 
- 00015692  0x0000169e branch  0x00003cda 
- 00015693  0x000016a1 set0  0x00000025 , 0x00000000 
- 00015694  0x000016a2 bpatch  0x000000b6 , 0x00004016 
- 00015695  0x000016a3 fetch  0x00000001 , 0x00004040 
- 00015696  0x000016a4 rtnbit1  0x00000000 
- 00015697  0x000016a5 rtnbit1  0x00000003 
- 00015698  0x000016a6 fetch  0x00000001 , 0x000047dc 
- 00015699  0x000016a7 branch  0x00003d56 , 0x00000034 
- 00015700  0x000016a8 fetch  0x00000001 , 0x00004793 
- 00015701  0x000016a9 rtn  0x00000034 
- 00015702  0x000016ab fetch  0x00000001 , 0x000043d8 
- 00015703  0x000016ac nbranch  0x00003d5a , 0x00000034 
- 00015704  0x000016ad fetch  0x00000001 , 0x00004133 
- 00015705  0x000016ae rtn  0x00000034 
- 00015706  0x000016b0 fetch  0x00000002 , 0x000041f5 
- 00015707  0x000016b1 rtn  0x00000034 
- 00015708  0x000016b3 fetcht  0x00000001 , 0x000041f7 
- 00015709  0x000016b4 isub  0x00000002 , 0x0000003f 
- 00015710  0x000016b5 arg  0x00001d4c , 0x00000002 
- 00015711  0x000016b6 imul32  0x00000002 , 0x0000003f 
- 00015712  0x000016b7 branch  0x00003d42 
- 00015713  0x000016ba set0  0x00000025 , 0x00000000 
- 00015714  0x000016bb bpatch  0x000000b7 , 0x00004016 
- 00015715  0x000016bc disable  0x0000002b 
- 00015716  0x000016bd fetch  0x00000001 , 0x00000030 
- 00015717  0x000016be rtnbit0  0x00000001 
- 00015718  0x000016bf nbranch  0x00003d7b , 0x0000002d 
- 00015719  0x000016c0 call  0x00003d76 
- 00015720  0x000016c1 fetch  0x00000002 , 0x00004161 
- 00015721  0x000016c2 store  0x00000002 , 0x0000003e 
- 00015722  0x000016c3 fetch  0x00000001 , 0x00000047 
- 00015723  0x000016c4 bbit1  0x00000003 , 0x00003d8a 
- 00015724  0x000016c5 bmark0  0x0000000d , 0x00003d8a 
- 00015725  0x000016c6 call  0x0000527e 
- 00015726  0x000016c7 nbranch  0x00003d8a , 0x00000034 
- 00015727  0x000016c9 jam  0x00000000 , 0x000000a2 
- 00015728  0x000016ca bmark0  0x0000000d , 0x00003d8a 
- 00015729  0x000016cb fetch  0x00000001 , 0x00004215 
- 00015730  0x000016cc branch  0x00003d8e , 0x00000034 
- 00015731  0x000016cd increase  0xffffffff , 0x0000003f 
- 00015732  0x000016ce store  0x00000001 , 0x00004215 
- 00015733  0x000016cf rtn 
- 00015734  0x000016d2 jam  0x00000000 , 0x000041fa 
- 00015735  0x000016d3 fetch  0x00000003 , 0x0000420a 
- 00015736  0x000016d4 increase  0x00000001 , 0x0000003f 
- 00015737  0x000016d5 store  0x00000003 , 0x0000420a 
- 00015738  0x000016d6 rtn 
- 00015739  0x000016d9 set0  0x00000025 , 0x00000000 
- 00015740  0x000016da bpatch  0x000000b8 , 0x00004017 
- 00015741  0x000016db fetcht  0x00000002 , 0x00004161 
- 00015742  0x000016dc rshift  0x00000002 , 0x00000002 
- 00015743  0x000016dd fetch  0x00000002 , 0x0000003e 
- 00015744  0x000016de iadd  0x00000002 , 0x0000003f 
- 00015745  0x000016df store  0x00000002 , 0x0000003e 
- 00015746  0x000016e1 jam  0x00000000 , 0x000000a2 
- 00015747  0x000016e2 fetch  0x00000003 , 0x0000420d 
- 00015748  0x000016e3 increase  0x00000001 , 0x0000003f 
- 00015749  0x000016e4 store  0x00000003 , 0x0000420d 
- 00015750  0x000016e5 fetch  0x00000001 , 0x000041fa 
- 00015751  0x000016e6 increase  0x00000001 , 0x0000003f 
- 00015752  0x000016e7 store  0x00000001 , 0x000041fa 
- 00015753  0x000016e8 rtn 
- 00015754  0x000016eb jam  0x00000000 , 0x000000a2 
- 00015755  0x000016ec fetch  0x00000001 , 0x00004214 
- 00015756  0x000016ed store  0x00000001 , 0x00004215 
- 00015757  0x000016ee rtn 
- 00015758  0x000016f1 fetcht  0x00000001 , 0x00004213 
- 00015759  0x000016f2 storet  0x00000001 , 0x000000a2 
- 00015760  0x000016f3 rtn 
- 00015761  0x000016f6 set0  0x00000025 , 0x00000000 
- 00015762  0x000016f7 bpatch  0x000000b9 , 0x00004017 
- 00015763  0x000016f8 fetch  0x00000001 , 0x00004219 
- 00015764  0x000016f9 nrtn  0x00000034 
- 00015765  0x000016fa hjam  0x00000006 , 0x00008042 
- 00015766  0x000016fb setarg  0x00000f0c 
- 00015767  0x000016fc call  0x00003da7 
- 00015768  0x000016fd setarg  0x00030d40 
- 00015769  0x000016fe call  0x00003bf3 
- 00015770  0x000016ff until  0x0000003e , 0x00000033 
- 00015771  0x00001700 copy  0x00000031 , 0x00000030 
- 00015772  0x00001701 call  0x00003b36 
- 00015773  0x00001702 hjam  0x00000004 , 0x00008042 
- 00015774  0x00001703 nop  0x0000000a 
- 00015775  0x00001704 until  0x0000003e , 0x00000033 
- 00015776  0x00001705 deposit  0x00000031 
- 00015777  0x00001706 isub  0x00000030 , 0x0000003f 
- 00015778  0x00001707 increase  0x00000030 , 0x0000003f 
- 00015779  0x00001708 arg  0x000000ff , 0x00000002 
- 00015780  0x00001709 call  0x00007f2e 
- 00015781  0x0000170a store  0x00000001 , 0x00004219 
- 00015782  0x0000170b rtn 
- 00015783  0x00001711 arg  0x00000fff , 0x00000005 
- 00015784  0x00001712 iand  0x00000005 , 0x00000005 
- 00015785  0x00001713 fetch  0x00000001 , 0x00004216 
- 00015786  0x00001714 and_into  0x000000f0 , 0x0000003f 
- 00015787  0x00001715 lshift8  0x0000003f , 0x0000003f 
- 00015788  0x00001716 ior  0x00000005 , 0x0000003f 
- 00015789  0x00001717 hstore  0x00000002 , 0x0000804c 
- 00015790  0x00001718 ifetch  0x00000002 , 0x00000006 
- 00015791  0x00001719 istore  0x00000002 , 0x00000005 
- 00015792  0x0000171c setarg  0x00000001 
- 00015793  0x0000171d branch  0x00003db3 
- 00015794  0x00001720 setarg  0x00000002 
- 00015795  0x00001722 until  0x0000003e , 0x00000033 
- 00015796  0x00001723 hstore  0x00000001 , 0x00008005 
- 00015797  0x00001724 until  0x0000003e , 0x00000033 
- 00015798  0x00001725 until  0x0000003e , 0x00000033 
- 00015799  0x00001726 rtn 
- 00015800  0x0000172a set0  0x00000025 , 0x00000000 
- 00015801  0x0000172b bpatch  0x000000ba , 0x00004017 
- 00015802  0x0000172c fetch  0x00000004 , 0x000000a3 
- 00015803  0x0000172d hstore  0x00000004 , 0x0000804c 
- 00015804  0x0000172e setarg  0x00000004 
- 00015805  0x0000172f call  0x00003db3 
- 00015806  0x00001730 fetch  0x00000004 , 0x000000a7 
- 00015807  0x00001731 hstore  0x00000004 , 0x0000804c 
- 00015808  0x00001732 setarg  0x00000008 
- 00015809  0x00001733 branch  0x00003db3 
- 00015810  0x00001736 fetch  0x00000002 , 0x000041f3 
- 00015811  0x00001737 qset1  0x0000003f 
- 00015812  0x00001738 store  0x00000002 , 0x000041f3 
- 00015813  0x00001739 rtn 
- 00015814  0x0000173c fetch  0x00000002 , 0x000041f3 
- 00015815  0x0000173d qset0  0x0000003f 
- 00015816  0x0000173e store  0x00000002 , 0x000041f3 
- 00015817  0x0000173f rtn 
- 00015818  0x00001744 set0  0x00000025 , 0x00000000 
- 00015819  0x00001745 bpatch  0x000000bb , 0x00004017 
- 00015820  0x00001746 call  0x00003ea7 
- 00015821  0x00001747 fetch  0x00000002 , 0x000041f3 
- 00015822  0x00001748 copy  0x0000003f , 0x00000011 
- 00015823  0x00001749 fetch  0x00000001 , 0x0000004c 
- 00015824  0x0000174a isolate1  0x00000006 , 0x0000003f 
- 00015825  0x0000174b setflag  0x00000001 , 0x0000000b , 0x00000011 
- 00015826  0x0000174c fetch  0x00000001 , 0x00000078 
- 00015827  0x0000174d fetcht  0x00000001 , 0x0000007c 
- 00015828  0x0000174e iadd  0x00000002 , 0x0000003f 
- 00015829  0x0000174f fetcht  0x00000001 , 0x00000048 
- 00015830  0x00001750 iadd  0x00000002 , 0x0000003f 
- 00015831  0x00001751 nsetflag  0x00000034 , 0x0000000a , 0x00000011 
- 00015832  0x00001752 set0  0x00000025 , 0x00000000 
- 00015833  0x00001753 bpatch  0x000000bc , 0x00004017 
- 00015834  0x00001754 fetch  0x00000002 , 0x000002c4 
- 00015835  0x00001755 fetcht  0x00000002 , 0x000002c6 
- 00015836  0x00001756 iadd  0x00000002 , 0x0000003f 
- 00015837  0x00001757 nsetflag  0x00000034 , 0x0000000d , 0x00000011 
- 00015838  0x00001758 fetch  0x00000005 , 0x000047df 
- 00015839  0x00001759 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
- 00015840  0x0000175a fetch  0x00000005 , 0x000047e4 
- 00015841  0x0000175b nsetflag  0x00000034 , 0x0000000e , 0x00000011 
- 00015842  0x0000175c fetch  0x00000001 , 0x00004272 
- 00015843  0x0000175d nsetflag  0x00000034 , 0x00000008 , 0x00000011 
- 00015844  0x0000175e fetch  0x00000001 , 0x00004132 
- 00015845  0x0000175f compare  0x0000000a , 0x0000003f , 0x000000ff 
- 00015846  0x00001760 call  0x00003df5 , 0x00000001 
- 00015847  0x00001761 set0  0x00000025 , 0x00000000 
- 00015848  0x00001762 bpatch  0x000000bd , 0x00004017 
- 00015849  0x00001763 fetch  0x00000001 , 0x00004132 
- 00015850  0x00001764 bne  0x00000001 , 0x00003dfa 
- 00015851  0x00001765 call  0x00003df5 
- 00015852  0x00001766 fetch  0x00000001 , 0x0000425e 
- 00015853  0x00001767 setflag  0x00000034 , 0x00000003 , 0x00000011 
- 00015854  0x00001768 fetch  0x00000004 , 0x000042a5 
- 00015855  0x00001769 arg  0x00001710 , 0x00000002 
- 00015856  0x0000176a iadd  0x00000002 , 0x00000002 
- 00015857  0x0000176b copy  0x00000022 , 0x0000003f 
- 00015858  0x0000176c isub  0x00000002 , 0x0000003e 
- 00015859  0x0000176d nsetflag  0x00000002 , 0x00000004 , 0x00000011 
- 00015860  0x0000176e branch  0x00003dfc 
- 00015861  0x00001771 hfetch  0x00000002 , 0x00008112 
- 00015862  0x00001772 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
- 00015863  0x00001773 hfetch  0x00000002 , 0x0000810e 
- 00015864  0x00001774 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
- 00015865  0x00001775 rtn 
- 00015866  0x00001778 setarg  0xfffffff8 
- 00015867  0x00001779 iand  0x00000011 , 0x00000011 
- 00015868  0x0000177b copy  0x00000011 , 0x0000003f 
- 00015869  0x0000177c store  0x00000002 , 0x000041f3 
- 00015870  0x0000177d rtn  0x00000034 
- 00015871  0x0000177e rtn  0x0000002d 
- 00015872  0x0000177f enable  0x0000002b 
- 00015873  0x00001780 rtn 
- 00015874  0x00001783 hfetch  0x00000004 , 0x00008138 
- 00015875  0x00001784 set0  0x0000001b , 0x0000003f 
- 00015876  0x00001785 hstore  0x00000004 , 0x0000804c 
- 00015877  0x00001786 call  0x00003db0 
- 00015878  0x00001787 branch  0x00003bf1 
- 00015879  0x0000178a hfetch  0x00000004 , 0x0000813c 
- 00015880  0x0000178b set1  0x00000014 , 0x0000003f 
- 00015881  0x0000178c hstore  0x00000004 , 0x0000804c 
- 00015882  0x0000178d branch  0x00003db2 
- 00015883  0x00001790 hfetch  0x00000004 , 0x0000813c 
- 00015884  0x00001791 set0  0x00000014 , 0x0000003f 
- 00015885  0x00001792 hstore  0x00000004 , 0x0000804c 
- 00015886  0x00001793 branch  0x00003db2 
- 00015887  0x00001796 set0  0x00000025 , 0x00000000 
- 00015888  0x00001797 bpatch  0x000000be , 0x00004017 
- 00015889  0x00001798 fetch  0x00000001 , 0x00004132 
- 00015890  0x00001799 rtnne  0x00000001 
- 00015891  0x0000179a call  0x00006a8b 
- 00015892  0x0000179b rtn  0x00000001 
- 00015893  0x0000179c fetch  0x00000004 , 0x00004807 
- 00015894  0x0000179d nbranch  0x00003e1a , 0x00000034 
- 00015895  0x0000179e copy  0x00000022 , 0x0000003f 
- 00015896  0x0000179f store  0x00000004 , 0x00004807 
- 00015897  0x000017a0 branch  0x00006a6b 
- 00015898  0x000017a2 set0  0x00000025 , 0x00000000 
- 00015899  0x000017a3 bpatch  0x000000bf , 0x00004017 
- 00015900  0x000017a4 copy  0x00000022 , 0x0000003f 
- 00015901  0x000017a5 fetcht  0x00000004 , 0x00004807 
- 00015902  0x000017a6 isub  0x00000002 , 0x0000003f 
- 00015903  0x000017a7 arg  0x00000021 , 0x00000002 
- 00015904  0x000017a8 isub  0x00000002 , 0x0000003e 
- 00015905  0x000017a9 nrtn  0x00000002 
- 00015906  0x000017aa setarg  0x00000000 
- 00015907  0x000017ab store  0x00000004 , 0x00004807 
- 00015908  0x000017ac branch  0x00004599 
- 00015909  0x000017af fetch  0x00000002 , 0x000041f1 
- 00015910  0x000017b0 bbit1  0x00000000 , 0x00003bf1 
- 00015911  0x000017b1 rtn 
- 00015912  0x000017b3 fetch  0x00000002 , 0x000041f1 
- 00015913  0x000017b4 bbit1  0x00000001 , 0x00003bf1 
- 00015914  0x000017b5 rtn 
- 00015915  0x000017b7 fetch  0x00000002 , 0x000041f1 
- 00015916  0x000017b8 bbit1  0x00000002 , 0x00003bf1 
- 00015917  0x000017b9 rtn 
- 00015918  0x000017bc setarg  0x00003e37 
- 00015919  0x000017bd store  0x00000002 , 0x0000428e 
- 00015920  0x000017be setarg  0x00003e3d 
- 00015921  0x000017bf store  0x00000002 , 0x00004292 
- 00015922  0x000017c0 setarg  0x00003e37 
- 00015923  0x000017c1 store  0x00000002 , 0x00004290 
- 00015924  0x000017c2 rtn  0x0000002b 
- 00015925  0x000017c3 jam  0x00000001 , 0x000047e9 
- 00015926  0x000017c4 rtn 
- 00015927  0x000017c7 fetch  0x00000001 , 0x00000030 
- 00015928  0x000017c8 bbit0  0x00000001 , 0x00005e9f 
- 00015929  0x000017c9 set1  0x0000000d , 0x00000000 
- 00015930  0x000017ca fetch  0x00000006 , 0x0000420a 
- 00015931  0x000017cb store  0x00000006 , 0x00004703 
- 00015932  0x000017cc branch  0x00007bde 
- 00015933  0x000017d0 deposit  0x00000013 
- 00015934  0x000017d1 rtnne  0x00000010 
- 00015935  0x000017d3 call  0x00007bb1 
- 00015936  0x000017d4 fetch  0x00000001 , 0x000047eb 
- 00015937  0x000017d5 beq  0x00000001 , 0x00003e3f 
- 00015938  0x000017d6 call  0x00007be2 
- 00015939  0x000017d7 branch  0x00003ccd 
- 00015940  0x000017db force  0x00000002 , 0x00000002 
- 00015941  0x000017dc increase  0xfffffffe , 0x00000002 
- 00015942  0x000017dd call  0x00003a7a 
- 00015943  0x000017de call  0x00003a91 
- 00015944  0x000017df disable  0x00000007 
- 00015945  0x000017e0 enable  0x0000001d 
- 00015946  0x000017e1 set1  0x00000000 , 0x00000015 
- 00015947  0x000017e2 call  0x00003bae 
- 00015948  0x000017e4 fetch  0x00000001 , 0x00000000 
- 00015949  0x000017e5 inject  0x00000003 , 0x00000008 
- 00015950  0x000017e6 branch  0x00003e4c 
- 00015951  0x000017ed set1  0x00000025 , 0x00000000 
- 00015952  0x000017ee bpatch  0x000000cd , 0x00004039 
- 00015953  0x000017ef fetch  0x00000001 , 0x00004132 
- 00015954  0x000017f0 branch  0x00003e4f , 0x00000034 
- 00015955  0x000017f1 beq  0x00000006 , 0x00005aa2 
- 00015956  0x000017f2 beq  0x00000007 , 0x00004b33 
- 00015957  0x000017f3 beq  0x00000004 , 0x00004293 
- 00015958  0x000017f4 beq  0x00000003 , 0x00004c09 
- 00015959  0x000017f5 beq  0x00000001 , 0x00004461 
- 00015960  0x000017f6 beq  0x00000009 , 0x00007624 
- 00015961  0x000017f7 beq  0x0000000a , 0x000062ef 
- 00015962  0x000017f8 beq  0x0000000c , 0x00004bf3 
- 00015963  0x000017f9 beq  0x0000000d , 0x00006a8e 
- 00015964  0x000017fa beq  0x000000ff , 0x00003e2e 
- 00015965  0x000017fb bbit1  0x00000006 , 0x00006486 
- 00015966  0x000017fc rtn 
- 00015967  0x000017ff set1  0x00000025 , 0x00000000 
- 00015968  0x00001800 bpatch  0x000000ce , 0x00004039 
- 00015969  0x00001801 jam  0x00000000 , 0x00000153 
- 00015970  0x00001802 jam  0x00000000 , 0x00000189 
- 00015971  0x00001803 jam  0x00000000 , 0x0000018a 
- 00015972  0x00001804 setarg  0x00000000 
- 00015973  0x00001805 store  0x00000005 , 0x000007da 
- 00015974  0x00001806 fetch  0x00000001 , 0x00004132 
- 00015975  0x00001807 branch  0x00003e5f , 0x00000034 
- 00015976  0x00001808 beq  0x0000000a , 0x0000631f 
- 00015977  0x00001809 rtn 
- 00015978  0x0000180d call  0x00007ba1 
- 00015979  0x0000180e call  0x00007c45 
- 00015980  0x0000180f call  0x00003e73 
- 00015981  0x00001810 fetch  0x00000002 , 0x00004290 
- 00015982  0x00001811 branch  0x00007f66 
- 00015983  0x00001814 fetch  0x00000002 , 0x0000428e 
- 00015984  0x00001815 branch  0x00007f66 
- 00015985  0x00001818 fetch  0x00000002 , 0x0000428c 
- 00015986  0x00001819 branch  0x00007f66 
- 00015987  0x0000181c set1  0x00000025 , 0x00000000 
- 00015988  0x0000181d bpatch  0x000000cf , 0x00004039 
- 00015989  0x0000181f arg  0x000047df , 0x00000011 
- 00015990  0x00001820 call  0x00007f9f 
- 00015991  0x00001821 rtn  0x00000034 
- 00015992  0x00001823 copy  0x0000003f , 0x00000013 
- 00015993  0x00001824 call  0x00003e7d 
- 00015994  0x00001825 branch  0x00003ea5 
- 00015995  0x00001828 arg  0x00000000 , 0x00000013 
- 00015996  0x00001829 rtn 
- 00015997  0x0000182f beq  0x00000001 , 0x00003e92 
- 00015998  0x00001830 beq  0x00000010 , 0x00003ed9 
- 00015999  0x00001831 beq  0x00000005 , 0x00003eb6 
- 00016000  0x00001832 beq  0x00000012 , 0x00003ebd 
- 00016001  0x00001833 beq  0x00000006 , 0x00003ed5 
- 00016002  0x00001834 beq  0x00000004 , 0x00003efe 
- 00016003  0x00001835 beq  0x00000002 , 0x00003f03 
- 00016004  0x00001836 beq  0x00000013 , 0x00003efe 
- 00016005  0x00001837 beq  0x00000014 , 0x00003ecc 
- 00016006  0x00001838 beq  0x00000015 , 0x00003ed0 
- 00016007  0x00001839 beq  0x00000003 , 0x00003eaf 
- 00016008  0x0000183a beq  0x0000000b , 0x00003ec1 
- 00016009  0x0000183b beq  0x0000000c , 0x00003ec8 
- 00016010  0x0000183d beq  0x00000016 , 0x00003edd 
- 00016011  0x0000183e beq  0x00000018 , 0x00003eab 
- 00016012  0x0000183f beq  0x0000002a , 0x00003e9b 
- 00016013  0x00001840 beq  0x0000002b , 0x00003e99 
- 00016014  0x00001842 and  0x0000003f , 0x0000000f , 0x00000002 
- 00016015  0x00001843 and_into  0x000000f0 , 0x0000003f 
- 00016016  0x00001844 beq  0x00000050 , 0x00003ee1 
- 00016017  0x00001845 rtn 
- 00016018  0x00001848 fetch  0x00000002 , 0x000047f4 
- 00016019  0x00001849 set1  0x00000000 , 0x0000003f 
- 00016020  0x0000184a store  0x00000002 , 0x000047f4 
- 00016021  0x0000184b fetch  0x00000002 , 0x000042a2 
- 00016022  0x0000184c set0  0x00000000 , 0x0000003f 
- 00016023  0x0000184d store  0x00000002 , 0x000042a2 
- 00016024  0x0000184e rtn 
- 00016025  0x00001850 jam  0x00000000 , 0x00000258 
- 00016026  0x00001851 rtn 
- 00016027  0x00001854 fetch  0x00000001 , 0x00000258 
- 00016028  0x00001855 increase  0x00000001 , 0x0000003f 
- 00016029  0x00001856 store  0x00000001 , 0x00000258 
- 00016030  0x00001857 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016031  0x00001858 branch  0x00003f6c , 0x00000002 
- 00016032  0x00001859 jam  0x00000000 , 0x00000258 
- 00016033  0x0000185a fetch  0x00000002 , 0x000042a2 
- 00016034  0x0000185b set1  0x00000009 , 0x0000003f 
- 00016035  0x0000185c store  0x00000002 , 0x000042a2 
- 00016036  0x0000185d branch  0x00003f77 
- 00016037  0x00001860 fetch  0x00000002 , 0x00004292 
- 00016038  0x00001861 branch  0x00007f66 
- 00016039  0x00001864 fetch  0x00000002 , 0x00004286 
- 00016040  0x00001865 branch  0x00007f66 
- 00016041  0x00001868 fetch  0x00000002 , 0x0000428a 
- 00016042  0x00001869 branch  0x00007f66 
- 00016043  0x0000186c fetch  0x00000002 , 0x000042a2 
- 00016044  0x0000186d set1  0x00000001 , 0x0000003f 
- 00016045  0x0000186e store  0x00000002 , 0x000042a2 
- 00016046  0x0000186f branch  0x00003fa2 
- 00016047  0x00001872 fetch  0x00000002 , 0x000047f4 
- 00016048  0x00001873 set1  0x00000007 , 0x0000003f 
- 00016049  0x00001874 store  0x00000002 , 0x000047f4 
- 00016050  0x00001875 fetch  0x00000002 , 0x000042a2 
- 00016051  0x00001876 set1  0x00000002 , 0x0000003f 
- 00016052  0x00001877 store  0x00000002 , 0x000042a2 
- 00016053  0x00001878 rtn 
- 00016054  0x0000187b fetch  0x00000002 , 0x000047f4 
- 00016055  0x0000187c set1  0x00000001 , 0x0000003f 
- 00016056  0x0000187d store  0x00000002 , 0x000047f4 
- 00016057  0x0000187e fetch  0x00000002 , 0x000042a2 
- 00016058  0x0000187f set1  0x00000004 , 0x0000003f 
- 00016059  0x00001880 store  0x00000002 , 0x000042a2 
- 00016060  0x00001881 rtn 
- 00016061  0x00001884 fetch  0x00000002 , 0x000047f4 
- 00016062  0x00001885 set1  0x00000003 , 0x0000003f 
- 00016063  0x00001886 store  0x00000002 , 0x000047f4 
- 00016064  0x00001887 rtn 
- 00016065  0x0000188a fetch  0x00000002 , 0x000047f4 
- 00016066  0x0000188b set1  0x00000005 , 0x0000003f 
- 00016067  0x0000188c store  0x00000002 , 0x000047f4 
- 00016068  0x0000188d fetch  0x00000002 , 0x000042a2 
- 00016069  0x0000188e set1  0x00000003 , 0x0000003f 
- 00016070  0x0000188f store  0x00000002 , 0x000042a2 
- 00016071  0x00001890 rtn 
- 00016072  0x00001893 fetch  0x00000002 , 0x000047f4 
- 00016073  0x00001894 set0  0x00000005 , 0x0000003f 
- 00016074  0x00001895 store  0x00000002 , 0x000047f4 
- 00016075  0x00001896 rtn 
- 00016076  0x00001899 fetch  0x00000002 , 0x000047f4 
- 00016077  0x0000189a set1  0x00000009 , 0x0000003f 
- 00016078  0x0000189b store  0x00000002 , 0x000047f4 
- 00016079  0x0000189c rtn 
- 00016080  0x0000189f fetch  0x00000002 , 0x000047f4 
- 00016081  0x000018a0 set0  0x00000009 , 0x0000003f 
- 00016082  0x000018a1 store  0x00000002 , 0x000047f4 
- 00016083  0x000018a2 jam  0x00000000 , 0x000046f8 
- 00016084  0x000018a3 branch  0x00003fa6 
- 00016085  0x000018a6 fetch  0x00000002 , 0x000047f4 
- 00016086  0x000018a7 set1  0x00000002 , 0x0000003f 
- 00016087  0x000018a8 store  0x00000002 , 0x000047f4 
- 00016088  0x000018a9 rtn 
- 00016089  0x000018ac fetch  0x00000002 , 0x000042a2 
- 00016090  0x000018ad set1  0x00000000 , 0x0000003f 
- 00016091  0x000018ae store  0x00000002 , 0x000042a2 
- 00016092  0x000018af rtn 
- 00016093  0x000018b2 fetch  0x00000002 , 0x000042a2 
- 00016094  0x000018b3 set1  0x00000008 , 0x0000003f 
- 00016095  0x000018b4 store  0x00000002 , 0x000042a2 
- 00016096  0x000018b5 branch  0x00003f77 
- 00016097  0x000018b9 set1  0x00000025 , 0x00000000 
- 00016098  0x000018ba bpatch  0x000000d0 , 0x0000403a 
- 00016099  0x000018bb storet  0x00000001 , 0x00000259 
- 00016100  0x000018bd fetch  0x00000001 , 0x00000259 
- 00016101  0x000018be rtn  0x00000034 
- 00016102  0x000018bf increase  0xffffffff , 0x0000003f 
- 00016103  0x000018c0 store  0x00000001 , 0x00000259 
- 00016104  0x000018c1 call  0x00007bb1 
- 00016105  0x000018c2 call  0x00003f60 
- 00016106  0x000018c3 call  0x00003eed 
- 00016107  0x000018c4 call  0x00003ef5 
- 00016108  0x000018c5 branch  0x00003ee4 
- 00016109  0x000018c8 fetch  0x00000001 , 0x0000429d 
- 00016110  0x000018c9 rtn  0x00000034 
- 00016111  0x000018ca increase  0xffffffff , 0x0000003f 
- 00016112  0x000018cb store  0x00000001 , 0x0000429d 
- 00016113  0x000018cc nrtn  0x00000034 
- 00016114  0x000018cd call  0x000032ee 
- 00016115  0x000018ce branch  0x00003f9e , 0x00000005 
- 00016116  0x000018cf rtn 
- 00016117  0x000018d1 fetch  0x00000002 , 0x000047f0 
- 00016118  0x000018d2 rtn  0x00000034 
- 00016119  0x000018d3 increase  0xffffffff , 0x0000003f 
- 00016120  0x000018d4 store  0x00000002 , 0x000047f0 
- 00016121  0x000018d5 nrtn  0x00000034 
- 00016122  0x000018d6 call  0x00003f7e 
- 00016123  0x000018d7 call  0x00003f98 
- 00016124  0x000018d8 fetch  0x00000002 , 0x00004294 
- 00016125  0x000018d9 branch  0x00007f66 
- 00016126  0x000018dc call  0x00003f15 
- 00016127  0x000018de fetch  0x00000002 , 0x000047f4 
- 00016128  0x000018df set0  0x00000007 , 0x0000003f 
- 00016129  0x000018e0 store  0x00000002 , 0x000047f4 
- 00016130  0x000018e1 rtn 
- 00016131  0x000018e4 jam  0x00000000 , 0x0000429d 
- 00016132  0x000018e5 fetch  0x00000002 , 0x000047f4 
- 00016133  0x000018e6 bbit1  0x00000007 , 0x00003f08 
- 00016134  0x000018e7 isolate0  0x00000001 , 0x0000003f 
- 00016135  0x000018e8 call  0x00003e7b , 0x00000001 
- 00016136  0x000018ea fetch  0x00000002 , 0x000047f4 
- 00016137  0x000018eb set0  0x00000000 , 0x0000003f 
- 00016138  0x000018ec set0  0x00000001 , 0x0000003f 
- 00016139  0x000018ed set0  0x00000002 , 0x0000003f 
- 00016140  0x000018ee set0  0x00000003 , 0x0000003f 
- 00016141  0x000018ef set0  0x00000004 , 0x0000003f 
- 00016142  0x000018f0 store  0x00000002 , 0x000047f4 
- 00016143  0x000018f1 branch  0x00003fa6 
- 00016144  0x000018f4 call  0x00003f12 
- 00016145  0x000018f5 branch  0x00003f9a 
- 00016146  0x000018fa setarg  0x00000000 
- 00016147  0x000018fb store  0x00000002 , 0x000042a0 
- 00016148  0x000018fc rtn 
- 00016149  0x000018fe setarg  0x00000000 
- 00016150  0x000018ff store  0x00000002 , 0x000042a2 
- 00016151  0x00001900 rtn 
- 00016152  0x00001904 fetch  0x00000002 , 0x000042a2 
- 00016153  0x00001905 store  0x00000002 , 0x000042a0 
- 00016154  0x00001906 setarg  0x00000000 
- 00016155  0x00001907 store  0x00000002 , 0x000042a2 
- 00016156  0x00001908 rtn 
- 00016157  0x0000190b fetch  0x00000002 , 0x000042a2 
- 00016158  0x0000190c set1  0x00000007 , 0x0000003f 
- 00016159  0x0000190d store  0x00000002 , 0x000042a0 
- 00016160  0x0000190e setarg  0x00000000 
- 00016161  0x0000190f store  0x00000002 , 0x000042a2 
- 00016162  0x00001910 rtn 
- 00016163  0x00001917 call  0x0000691d 
- 00016164  0x00001918 fetch  0x00000006 , 0x00004274 
- 00016165  0x00001919 rtn 
- 00016166  0x0000191c fetch  0x00000001 , 0x0000448b 
- 00016167  0x0000191d branch  0x00003f2a , 0x00000034 
- 00016168  0x0000191e call  0x00003f96 
- 00016169  0x0000191f branch  0x00003f82 
- 00016170  0x00001921 call  0x00003f94 
- 00016171  0x00001922 branch  0x00003f88 
- 00016172  0x00001925 set1  0x00000025 , 0x00000000 
- 00016173  0x00001926 bpatch  0x000000d1 , 0x0000403a 
- 00016174  0x00001927 arg  0x00000244 , 0x00000012 
- 00016175  0x00001928 arg  0x00003f31 , 0x00000013 
- 00016176  0x00001929 branch  0x00003301 
- 00016177  0x0000192c arg  0x00000000 , 0x00000002 
- 00016178  0x0000192d bbit0  0x00000000 , 0x00003f35 
- 00016179  0x0000192e add  0x00000011 , 0x00000010 , 0x00000006 
- 00016180  0x0000192f ifetcht  0x00000006 , 0x00000006 
- 00016181  0x00001931 copy  0x00000002 , 0x0000003f 
- 00016182  0x00001932 ncall  0x00003f3a , 0x00000034 
- 00016183  0x00001933 istoret  0x00000006 , 0x00000012 
- 00016184  0x00001934 increase  0x00000006 , 0x00000012 
- 00016185  0x00001935 branch  0x00003307 
- 00016186  0x00001937 fetch  0x00000001 , 0x0000429a 
- 00016187  0x00001938 increase  0x00000001 , 0x0000003f 
- 00016188  0x00001939 store  0x00000001 , 0x0000429a 
- 00016189  0x0000193a rtn 
- 00016190  0x0000193d jam  0x00000000 , 0x0000429a 
- 00016191  0x0000193e branch  0x00003f2c 
- 00016192  0x00001941 fetch  0x00000001 , 0x000047f4 
- 00016193  0x00001942 isolate1  0x00000005 , 0x0000003f 
- 00016194  0x00001943 rtn 
- 00016195  0x00001949 setarg  0x00000000 
- 00016196  0x0000194a branch  0x00003f46 
- 00016197  0x0000194c setarg  0x0000aa55 
- 00016198  0x0000194e store  0x00000002 , 0x000002a8 
- 00016199  0x0000194f set1  0x00000025 , 0x00000000 
- 00016200  0x00001950 bpatch  0x000000d2 , 0x0000403a 
- 00016201  0x00001951 arg  0x00000002 , 0x00000002 
- 00016202  0x00001952 arg  0x000002a8 , 0x00000011 
- 00016203  0x00001953 arg  0x000000c3 , 0x00000012 
- 00016204  0x00001954 branch  0x0000683e 
- 00016205  0x00001958 set1  0x00000025 , 0x00000000 
- 00016206  0x00001959 bpatch  0x000000d3 , 0x0000403a 
- 00016207  0x0000195a arg  0x00000002 , 0x00000002 
- 00016208  0x0000195b arg  0x00000161 , 0x00000011 
- 00016209  0x0000195c arg  0x000000c3 , 0x00000012 
- 00016210  0x0000195d call  0x0000681d 
- 00016211  0x0000195e fetch  0x00000002 , 0x00000161 
- 00016212  0x0000195f arg  0x0000aa55 , 0x00000002 
- 00016213  0x00001960 isub  0x00000002 , 0x0000003e 
- 00016214  0x00001961 rtn 
- 00016215  0x00001965 fetch  0x00000001 , 0x00004747 
- 00016216  0x00001966 store  0x00000001 , 0x0000429d 
- 00016217  0x00001967 rtn 
- 00016218  0x0000196a arg  0x00000009 , 0x00000007 
- 00016219  0x0000196b branch  0x00003dc2 
- 00016220  0x0000196e arg  0x00000009 , 0x00000007 
- 00016221  0x0000196f branch  0x00003dc6 
- 00016222  0x00001972 jam  0x00000005 , 0x0000429e 
- 00016223  0x00001973 branch  0x00003f5a 
- 00016224  0x00001975 fetch  0x00000001 , 0x0000429e 
- 00016225  0x00001976 rtn  0x00000034 
- 00016226  0x00001977 increase  0xffffffff , 0x0000003f 
- 00016227  0x00001978 store  0x00000001 , 0x0000429e 
- 00016228  0x00001979 nrtn  0x00000034 
- 00016229  0x0000197a branch  0x00003f5c 
- 00016230  0x0000197d jam  0x00000001 , 0x000043cc 
- 00016231  0x0000197e rtn 
- 00016232  0x00001981 jam  0x00000000 , 0x000043cc 
- 00016233  0x00001982 rtn 
- 00016234  0x00001985 jam  0x0000000a , 0x00000b7d 
- 00016235  0x00001986 branch  0x00007c33 
- 00016236  0x00001989 jam  0x0000001d , 0x00000b7d 
- 00016237  0x0000198a branch  0x00007c33 
- 00016238  0x0000198d set1  0x00000025 , 0x00000000 
- 00016239  0x0000198e bpatch  0x000000d4 , 0x0000403a 
- 00016240  0x0000198f fetch  0x00000001 , 0x0000429f 
- 00016241  0x00001990 store  0x00000001 , 0x00000177 
- 00016242  0x00001991 jam  0x00000001 , 0x00000257 
- 00016243  0x00001992 jam  0x00000003 , 0x00000b7d 
- 00016244  0x00001993 branch  0x00007c33 
- 00016245  0x00001996 jam  0x0000001e , 0x00000b7d 
- 00016246  0x00001997 branch  0x00007c33 
- 00016247  0x0000199a jam  0x00000004 , 0x00000b7d 
- 00016248  0x0000199b branch  0x00007c33 
- 00016249  0x0000199e fetch  0x00000002 , 0x000047fe 
- 00016250  0x0000199f store  0x00000002 , 0x000047f0 
- 00016251  0x000019a1 call  0x00003f94 
- 00016252  0x000019a3 jam  0x00000001 , 0x00000b7d 
- 00016253  0x000019a4 branch  0x00007c33 
- 00016254  0x000019a7 setarg  0x00000000 
- 00016255  0x000019a8 store  0x00000002 , 0x000047f0 
- 00016256  0x000019a9 jam  0x00000002 , 0x00000b7d 
- 00016257  0x000019aa branch  0x00007c33 
- 00016258  0x000019ad jam  0x0000000f , 0x00000b7d 
- 00016259  0x000019ae branch  0x00007c33 
- 00016260  0x000019b1 jam  0x00000010 , 0x00000b7d 
- 00016261  0x000019b2 branch  0x00007c33 
- 00016262  0x000019b5 jam  0x0000000e , 0x00000b7d 
- 00016263  0x000019b6 branch  0x00007c33 
- 00016264  0x000019b9 jam  0x0000000d , 0x00000b7d 
- 00016265  0x000019ba branch  0x00007c33 
- 00016266  0x000019bd jam  0x00000017 , 0x00000b7d 
- 00016267  0x000019be branch  0x00007c33 
- 00016268  0x000019c1 jam  0x00000018 , 0x00000b7d 
- 00016269  0x000019c2 branch  0x00007c33 
- 00016270  0x000019c5 jam  0x00000016 , 0x00000b7d 
- 00016271  0x000019c6 branch  0x00007c33 
- 00016272  0x000019c9 jam  0x00000011 , 0x00000b7d 
- 00016273  0x000019ca branch  0x00007c33 
- 00016274  0x000019cd jam  0x0000001c , 0x00000b7d 
- 00016275  0x000019ce branch  0x00007c33 
- 00016276  0x000019d1 jam  0x00000015 , 0x00000b7d 
- 00016277  0x000019d2 branch  0x00007c33 
- 00016278  0x000019d5 jam  0x00000014 , 0x00000b7d 
- 00016279  0x000019d6 branch  0x00007c33 
- 00016280  0x000019da jam  0x00000013 , 0x00000b7d 
- 00016281  0x000019db branch  0x00007c33 
- 00016282  0x000019de jam  0x00000019 , 0x00000b7d 
- 00016283  0x000019df branch  0x00007c33 
- 00016284  0x000019e2 jam  0x00000006 , 0x00000b7d 
- 00016285  0x000019e3 branch  0x00007c33 
- 00016286  0x000019e6 jam  0x00000005 , 0x00000b7d 
- 00016287  0x000019e7 branch  0x00007c33 
- 00016288  0x000019ea jam  0x0000001f , 0x00000b7d 
- 00016289  0x000019eb branch  0x00007c33 
- 00016290  0x000019ee jam  0x00000020 , 0x00000b7d 
- 00016291  0x000019ef branch  0x00007c33 
- 00016292  0x000019f2 set1  0x0000000d , 0x00000000 
- 00016293  0x000019f3 rtn 
- 00016294  0x000019f6 set0  0x0000000d , 0x00000000 
- 00016295  0x000019f7 rtn 
- 00016296  0x000019fc set1  0x00000025 , 0x00000000 
- 00016297  0x000019fd bpatch  0x00000090 , 0x00004032 
- 00016298  0x000019fe arg  0x00000020 , 0x00000002 
- 00016299  0x000019ff arg  0x00004419 , 0x00000011 
- 00016300  0x00001a00 arg  0x000000a0 , 0x00000012 
- 00016301  0x00001a01 call  0x0000681d 
- 00016302  0x00001a04 arg  0x00000020 , 0x00000002 
- 00016303  0x00001a05 arg  0x00004702 , 0x00000011 
- 00016304  0x00001a06 arg  0x0000007f , 0x00000012 
- 00016305  0x00001a07 call  0x0000681d 
- 00016306  0x00001a09 arg  0x00000006 , 0x00000002 
- 00016307  0x00001a0a arg  0x00004140 , 0x00000011 
- 00016308  0x00001a0b arg  0x00000063 , 0x00000012 
- 00016309  0x00001a0c call  0x0000681d 
- 00016310  0x00001a0e arg  0x00000006 , 0x00000002 
- 00016311  0x00001a0f arg  0x000044f9 , 0x00000011 
- 00016312  0x00001a10 arg  0x00000069 , 0x00000012 
- 00016313  0x00001a11 call  0x0000681d 
- 00016314  0x00001a12 call  0x00005adb 
- 00016315  0x00001a14 arg  0x00000002 , 0x00000002 
- 00016316  0x00001a15 arg  0x000042ac , 0x00000011 
- 00016317  0x00001a16 arg  0x000000c0 , 0x00000012 
- 00016318  0x00001a17 call  0x0000681d 
- 00016319  0x00001a18 call  0x00006909 
- 00016320  0x00001a1a branch  0x00003fc1 
- 00016321  0x00001a1d arg  0x0000000e , 0x00000002 
- 00016322  0x00001a1e arg  0x0000054f , 0x00000011 
- 00016323  0x00001a1f arg  0x0000006f , 0x00000012 
- 00016324  0x00001a20 branch  0x0000681d 
- 00016325  0x00001a23 set1  0x00000025 , 0x00000000 
- 00016326  0x00001a24 bpatch  0x00000091 , 0x00004032 
- 00016327  0x00001a25 call  0x00003f4d 
- 00016328  0x00001a26 branch  0x00003fa8 , 0x00000005 
- 00016329  0x00001a28 call  0x00003fd2 
- 00016330  0x00001a29 call  0x00003fd7 
- 00016331  0x00001a2a call  0x00005adb 
- 00016332  0x00001a2b call  0x00003fdc 
- 00016333  0x00001a2c call  0x00003fe0 
- 00016334  0x00001a2d call  0x000062e9 
- 00016335  0x00001a2e call  0x00003fe4 
- 00016336  0x00001a2f call  0x00003fe9 
- 00016337  0x00001a30 branch  0x00003f45 
- 00016338  0x00001a33 fetcht  0x00000001 , 0x00004702 
- 00016339  0x00001a34 increase  0x00000001 , 0x00000002 
- 00016340  0x00001a35 arg  0x00004702 , 0x00000011 
- 00016341  0x00001a36 arg  0x0000007f , 0x00000012 
- 00016342  0x00001a37 branch  0x0000683e 
- 00016343  0x00001a3a fetcht  0x00000001 , 0x00004419 
- 00016344  0x00001a3b increase  0x00000001 , 0x00000002 
- 00016345  0x00001a3c arg  0x00004419 , 0x00000011 
- 00016346  0x00001a3d arg  0x000000a0 , 0x00000012 
- 00016347  0x00001a3e branch  0x0000683e 
- 00016348  0x00001a41 arg  0x00000006 , 0x00000002 
- 00016349  0x00001a42 arg  0x000044f9 , 0x00000011 
- 00016350  0x00001a43 arg  0x00000069 , 0x00000012 
- 00016351  0x00001a44 branch  0x0000683e 
- 00016352  0x00001a47 arg  0x00000006 , 0x00000002 
- 00016353  0x00001a48 arg  0x00004140 , 0x00000011 
- 00016354  0x00001a49 arg  0x00000063 , 0x00000012 
- 00016355  0x00001a4a branch  0x0000683e 
- 00016356  0x00001a4d fetcht  0x00000001 , 0x0000054f 
- 00016357  0x00001a4e increase  0x00000001 , 0x00000002 
- 00016358  0x00001a4f arg  0x0000054f , 0x00000011 
- 00016359  0x00001a50 arg  0x0000006f , 0x00000012 
- 00016360  0x00001a51 branch  0x0000683e 
- 00016361  0x00001a54 setarg  0x000001a0 
- 00016362  0x00001a55 store  0x00000002 , 0x000002a8 
- 00016363  0x00001a57 arg  0x00000002 , 0x00000002 
- 00016364  0x00001a58 arg  0x000002a8 , 0x00000011 
- 00016365  0x00001a59 arg  0x000000c0 , 0x00000012 
- 00016366  0x00001a5a branch  0x0000683e 
- 00016367  0x00001a5e set1  0x00000025 , 0x00000000 
- 00016368  0x00001a5f bpatch  0x00000092 , 0x00004032 
- 00016369  0x00001a60 fetch  0x00000002 , 0x0000480e 
- 00016370  0x00001a61 arg  0x0000012c , 0x00000002 
- 00016371  0x00001a62 isub  0x00000002 , 0x0000003e 
- 00016372  0x00001a63 branch  0x0000427f , 0x00000002 
- 00016373  0x00001a64 call  0x00003e2b 
- 00016374  0x00001a65 call  0x00007f6b 
- 00016375  0x00001a66 copy  0x00000003 , 0x00000011 
- 00016376  0x00001a67 fetch  0x00000002 , 0x0000480e 
- 00016377  0x00001a68 increase  0xfffffffe , 0x0000003f 
- 00016378  0x00001a69 iadd  0x00000003 , 0x00000003 
- 00016379  0x00001a6a ifetch  0x00000002 , 0x00000003 
- 00016380  0x00001a6b arg  0x00000a0d , 0x00000002 
- 00016381  0x00001a6c isub  0x00000002 , 0x0000003e 
- 00016382  0x00001a6d nrtn  0x00000005 
- 00016383  0x00001a6e copy  0x00000011 , 0x00000003 
- 00016384  0x00001a6f arg  0x00004850 , 0x00000012 
- 00016385  0x00001a70 arg  0x00000003 , 0x00000039 
- 00016386  0x00001a71 call  0x00004237 
- 00016387  0x00001a72 nbranch  0x0000427f , 0x00000001 
- 00016388  0x00001a73 branch  0x00004005 
- 00016389  0x00001a76 set1  0x00000025 , 0x00000000 
- 00016390  0x00001a77 bpatch  0x00000093 , 0x00004032 
- 00016391  0x00001a79 copy  0x00000003 , 0x00000011 
- 00016392  0x00001a7a arg  0x00004827 , 0x00000012 
- 00016393  0x00001a7b force  0x00000004 , 0x00000039 
- 00016394  0x00001a7c call  0x00004237 
- 00016395  0x00001a7d branch  0x0000406d , 0x00000001 
- 00016396  0x00001a7f arg  0x00004824 , 0x00000012 
- 00016397  0x00001a80 force  0x00000007 , 0x00000039 
- 00016398  0x00001a81 call  0x00004237 
- 00016399  0x00001a82 branch  0x00004074 , 0x00000001 
- 00016400  0x00001a84 arg  0x0000482e , 0x00000012 
- 00016401  0x00001a85 force  0x00000004 , 0x00000039 
- 00016402  0x00001a86 call  0x00004237 
- 00016403  0x00001a87 branch  0x0000407b , 0x00000001 
- 00016404  0x00001a89 arg  0x0000482b , 0x00000012 
- 00016405  0x00001a8a force  0x00000007 , 0x00000039 
- 00016406  0x00001a8b call  0x00004237 
- 00016407  0x00001a8c branch  0x00004081 , 0x00000001 
- 00016408  0x00001a8e arg  0x00004832 , 0x00000012 
- 00016409  0x00001a8f force  0x00000004 , 0x00000039 
- 00016410  0x00001a90 call  0x00004237 
- 00016411  0x00001a91 branch  0x00004087 , 0x00000001 
- 00016412  0x00001a93 arg  0x00004820 , 0x00000012 
- 00016413  0x00001a94 force  0x00000004 , 0x00000039 
- 00016414  0x00001a95 call  0x00004237 
- 00016415  0x00001a96 branch  0x0000408c , 0x00000001 
- 00016416  0x00001a98 arg  0x0000481c , 0x00000012 
- 00016417  0x00001a99 force  0x00000004 , 0x00000039 
- 00016418  0x00001a9a call  0x00004237 
- 00016419  0x00001a9b branch  0x0000408f , 0x00000001 
- 00016420  0x00001a9d arg  0x00004836 , 0x00000012 
- 00016421  0x00001a9e force  0x00000005 , 0x00000039 
- 00016422  0x00001a9f call  0x00004237 
- 00016423  0x00001aa0 branch  0x00004095 , 0x00000001 
- 00016424  0x00001aa2 arg  0x00004853 , 0x00000012 
- 00016425  0x00001aa3 force  0x00000004 , 0x00000039 
- 00016426  0x00001aa4 call  0x00004237 
- 00016427  0x00001aa5 branch  0x0000409b , 0x00000001 
- 00016428  0x00001aa7 arg  0x00004857 , 0x00000012 
- 00016429  0x00001aa8 force  0x00000004 , 0x00000039 
- 00016430  0x00001aa9 call  0x00004237 
- 00016431  0x00001aaa branch  0x000040a1 , 0x00000001 
- 00016432  0x00001aac arg  0x0000485b , 0x00000012 
- 00016433  0x00001aad force  0x00000005 , 0x00000039 
- 00016434  0x00001aae call  0x00004237 
- 00016435  0x00001aaf branch  0x000040a5 , 0x00000001 
- 00016436  0x00001ab1 arg  0x00004860 , 0x00000012 
- 00016437  0x00001ab2 force  0x00000004 , 0x00000039 
- 00016438  0x00001ab3 call  0x00004237 
- 00016439  0x00001ab4 branch  0x000040ab , 0x00000001 
- 00016440  0x00001ab6 arg  0x00004864 , 0x00000012 
- 00016441  0x00001ab7 force  0x00000004 , 0x00000039 
- 00016442  0x00001ab8 call  0x00004237 
- 00016443  0x00001ab9 branch  0x000040b0 , 0x00000001 
- 00016444  0x00001abb arg  0x00004868 , 0x00000012 
- 00016445  0x00001abc force  0x00000004 , 0x00000039 
- 00016446  0x00001abd call  0x00004237 
- 00016447  0x00001abe branch  0x000040b7 , 0x00000001 
- 00016448  0x00001ac0 arg  0x0000486f , 0x00000012 
- 00016449  0x00001ac1 force  0x00000004 , 0x00000039 
- 00016450  0x00001ac2 call  0x00004237 
- 00016451  0x00001ac3 branch  0x000040d6 , 0x00000001 
- 00016452  0x00001ac5 arg  0x0000486c , 0x00000012 
- 00016453  0x00001ac6 force  0x00000007 , 0x00000039 
- 00016454  0x00001ac7 call  0x00004237 
- 00016455  0x00001ac8 branch  0x000040dd , 0x00000001 
- 00016456  0x00001aca arg  0x00004873 , 0x00000012 
- 00016457  0x00001acb force  0x00000005 , 0x00000039 
- 00016458  0x00001acc call  0x00004237 
- 00016459  0x00001acd branch  0x000040f2 , 0x00000001 
- 00016460  0x00001acf arg  0x00004878 , 0x00000012 
- 00016461  0x00001ad0 force  0x00000004 , 0x00000039 
- 00016462  0x00001ad1 call  0x00004237 
- 00016463  0x00001ad2 branch  0x000040f8 , 0x00000001 
- 00016464  0x00001ad4 arg  0x0000487c , 0x00000012 
- 00016465  0x00001ad5 force  0x00000007 , 0x00000039 
- 00016466  0x00001ad6 call  0x00004237 
- 00016467  0x00001ad7 branch  0x000040fb , 0x00000001 
- 00016468  0x00001ad9 arg  0x00004841 , 0x00000012 
- 00016469  0x00001ada force  0x00000006 , 0x00000039 
- 00016470  0x00001adb call  0x00004237 
- 00016471  0x00001adc branch  0x00004100 , 0x00000001 
- 00016472  0x00001ade arg  0x00004883 , 0x00000012 
- 00016473  0x00001adf force  0x00000006 , 0x00000039 
- 00016474  0x00001ae0 call  0x00004237 
- 00016475  0x00001ae1 branch  0x0000412c , 0x00000001 
- 00016476  0x00001ae3 arg  0x00004849 , 0x00000012 
- 00016477  0x00001ae4 force  0x00000003 , 0x00000039 
- 00016478  0x00001ae5 call  0x00004237 
- 00016479  0x00001ae6 branch  0x0000410e , 0x00000001 
- 00016480  0x00001ae8 arg  0x0000484c , 0x00000012 
- 00016481  0x00001ae9 force  0x00000004 , 0x00000039 
- 00016482  0x00001aea call  0x00004237 
- 00016483  0x00001aeb branch  0x00004117 , 0x00000001 
- 00016484  0x00001aed arg  0x0000483b , 0x00000012 
- 00016485  0x00001aee force  0x00000006 , 0x00000039 
- 00016486  0x00001aef call  0x00004237 
- 00016487  0x00001af0 branch  0x00004127 , 0x00000001 
- 00016488  0x00001af2 arg  0x00004889 , 0x00000012 
- 00016489  0x00001af3 force  0x00000003 , 0x00000039 
- 00016490  0x00001af4 call  0x00004237 
- 00016491  0x00001af5 branch  0x00004129 , 0x00000001 
- 00016492  0x00001af6 branch  0x0000427f 
- 00016493  0x00001afa ifetch  0x00000001 , 0x00000003 
- 00016494  0x00001afb beq  0x0000003f , 0x00004071 
- 00016495  0x00001afc beq  0x0000003d , 0x00004131 
- 00016496  0x00001afd branch  0x0000427f 
- 00016497  0x00001aff call  0x00007f6e 
- 00016498  0x00001b00 call  0x00004194 
- 00016499  0x00001b01 branch  0x00004286 
- 00016500  0x00001b05 ifetch  0x00000001 , 0x00000003 
- 00016501  0x00001b06 beq  0x0000003f , 0x00004078 
- 00016502  0x00001b07 beq  0x0000003d , 0x00004136 
- 00016503  0x00001b08 branch  0x0000427f 
- 00016504  0x00001b0a call  0x00007f6e 
- 00016505  0x00001b0b call  0x0000419b 
- 00016506  0x00001b0c branch  0x00004286 
- 00016507  0x00001b0f ifetch  0x00000001 , 0x00000003 
- 00016508  0x00001b10 beq  0x0000003f , 0x0000407f 
- 00016509  0x00001b11 beq  0x0000003d , 0x0000413c 
- 00016510  0x00001b12 branch  0x0000427f 
- 00016511  0x00001b14 call  0x000041a2 
- 00016512  0x00001b15 branch  0x00004286 
- 00016513  0x00001b18 ifetch  0x00000001 , 0x00000003 
- 00016514  0x00001b19 beq  0x0000003f , 0x00004085 
- 00016515  0x00001b1a beq  0x0000003d , 0x00004140 
- 00016516  0x00001b1b branch  0x0000427f 
- 00016517  0x00001b1e call  0x000041a8 
- 00016518  0x00001b1f branch  0x00004286 
- 00016519  0x00001b22 ifetch  0x00000001 , 0x00000003 
- 00016520  0x00001b23 beq  0x0000003f , 0x0000408a 
- 00016521  0x00001b24 branch  0x0000427f 
- 00016522  0x00001b26 call  0x000041ae 
- 00016523  0x00001b27 branch  0x00004286 
- 00016524  0x00001b2b ifetch  0x00000001 , 0x00000003 
- 00016525  0x00001b2c beq  0x0000003d , 0x00004149 
- 00016526  0x00001b2d branch  0x0000427f 
- 00016527  0x00001b31 ifetch  0x00000001 , 0x00000003 
- 00016528  0x00001b32 beq  0x0000003f , 0x00004093 
- 00016529  0x00001b33 beq  0x0000003d , 0x00004144 
- 00016530  0x00001b34 branch  0x0000427f 
- 00016531  0x00001b36 call  0x00004204 
- 00016532  0x00001b37 branch  0x00004286 
- 00016533  0x00001b3a ifetch  0x00000001 , 0x00000003 
- 00016534  0x00001b3b beq  0x0000003f , 0x00004099 
- 00016535  0x00001b3c beq  0x0000003d , 0x00004157 
- 00016536  0x00001b3d branch  0x0000427f 
- 00016537  0x00001b3f call  0x000041b4 
- 00016538  0x00001b40 branch  0x00004286 
- 00016539  0x00001b43 ifetch  0x00000001 , 0x00000003 
- 00016540  0x00001b44 beq  0x0000003f , 0x0000409f 
- 00016541  0x00001b45 beq  0x0000003d , 0x00004172 
- 00016542  0x00001b46 branch  0x0000427f 
- 00016543  0x00001b48 call  0x000041ba 
- 00016544  0x00001b49 branch  0x00004286 
- 00016545  0x00001b4c ifetch  0x00000001 , 0x00000003 
- 00016546  0x00001b4d beq  0x0000003f , 0x000040e1 
- 00016547  0x00001b4e beq  0x0000003d , 0x0000415a 
- 00016548  0x00001b4f branch  0x0000427f 
- 00016549  0x00001b53 ifetch  0x00000001 , 0x00000003 
- 00016550  0x00001b54 beq  0x0000003f , 0x000040a9 
- 00016551  0x00001b55 beq  0x0000003d , 0x0000416b 
- 00016552  0x00001b56 branch  0x0000427f 
- 00016553  0x00001b58 call  0x0000420b 
- 00016554  0x00001b59 branch  0x00004286 
- 00016555  0x00001b5c ifetch  0x00000001 , 0x00000003 
- 00016556  0x00001b5d beq  0x0000003f , 0x000040ae 
- 00016557  0x00001b5e branch  0x0000427f 
- 00016558  0x00001b60 call  0x000041c0 
- 00016559  0x00001b61 branch  0x00004286 
- 00016560  0x00001b64 ifetch  0x00000001 , 0x00000003 
- 00016561  0x00001b65 beq  0x0000003f , 0x000040b3 
- 00016562  0x00001b66 branch  0x00004286 
- 00016563  0x00001b68 call  0x000032ee 
- 00016564  0x00001b69 nbranch  0x0000427f , 0x00000005 
- 00016565  0x00001b6a call  0x000041cd 
- 00016566  0x00001b6b branch  0x00004286 
- 00016567  0x00001b6e ifetch  0x00000001 , 0x00000003 
- 00016568  0x00001b6f beq  0x0000003f , 0x000040ba 
- 00016569  0x00001b70 branch  0x0000427f 
- 00016570  0x00001b72 fetch  0x00000001 , 0x00004040 
- 00016571  0x00001b73 bbit0  0x00000000 , 0x0000427f 
- 00016572  0x00001b74 call  0x00007f6e 
- 00016573  0x00001b75 fetch  0x00000001 , 0x00004041 
- 00016574  0x00001b76 bbit1  0x00000000 , 0x000040c0 
- 00016575  0x00001b77 branch  0x000040cb 
- 00016576  0x00001b79 arg  0x00004868 , 0x00000011 
- 00016577  0x00001b7a arg  0x00000004 , 0x00000039 
- 00016578  0x00001b7b call  0x00004232 
- 00016579  0x00001b7c call  0x00004247 
- 00016580  0x00001b7d setarg  0x00000034 
- 00016581  0x00001b7e istore  0x00000001 , 0x0000000a 
- 00016582  0x00001b7f call  0x0000424e 
- 00016583  0x00001b80 arg  0x000003d0 , 0x00000011 
- 00016584  0x00001b81 call  0x00007e9d 
- 00016585  0x00001b82 call  0x000068fa 
- 00016586  0x00001b83 branch  0x00004286 
- 00016587  0x00001b85 arg  0x00004868 , 0x00000011 
- 00016588  0x00001b86 arg  0x00000004 , 0x00000039 
- 00016589  0x00001b87 call  0x00004232 
- 00016590  0x00001b88 call  0x00004247 
- 00016591  0x00001b89 setarg  0x00000033 
- 00016592  0x00001b8a istore  0x00000001 , 0x0000000a 
- 00016593  0x00001b8b call  0x0000424e 
- 00016594  0x00001b8c arg  0x00000040 , 0x00000011 
- 00016595  0x00001b8d call  0x00007e9d 
- 00016596  0x00001b8e call  0x000068fa 
- 00016597  0x00001b8f branch  0x00004286 
- 00016598  0x00001b93 set1  0x00000025 , 0x00000000 
- 00016599  0x00001b94 bpatch  0x00000094 , 0x00004032 
- 00016600  0x00001b95 call  0x00003f3e 
- 00016601  0x00001b96 fetch  0x00000001 , 0x0000429a 
- 00016602  0x00001b97 bne  0x00000000 , 0x0000427f 
- 00016603  0x00001b98 call  0x000041f0 
- 00016604  0x00001b99 branch  0x00004286 
- 00016605  0x00001b9c set1  0x00000025 , 0x00000000 
- 00016606  0x00001b9d bpatch  0x00000095 , 0x00004032 
- 00016607  0x00001b9e call  0x000041f6 
- 00016608  0x00001b9f branch  0x00004286 
- 00016609  0x00001ba2 arg  0x00004857 , 0x00000011 
- 00016610  0x00001ba3 arg  0x00000004 , 0x00000039 
- 00016611  0x00001ba4 call  0x00004232 
- 00016612  0x00001ba5 call  0x000032ee 
- 00016613  0x00001ba6 nbranch  0x0000424a , 0x00000005 
- 00016614  0x00001ba7 fetch  0x00000001 , 0x00004041 
- 00016615  0x00001ba8 bbit1  0x00000001 , 0x000040eb 
- 00016616  0x00001ba9 call  0x000040ef 
- 00016617  0x00001baa call  0x000068fa 
- 00016618  0x00001bab branch  0x00004286 
- 00016619  0x00001bad setarg  0x0000004d 
- 00016620  0x00001bae istore  0x00000001 , 0x0000000a 
- 00016621  0x00001baf call  0x000068fa 
- 00016622  0x00001bb0 branch  0x00004286 
- 00016623  0x00001bb2 setarg  0x00000053 
- 00016624  0x00001bb3 istore  0x00000001 , 0x0000000a 
- 00016625  0x00001bb4 rtn 
- 00016626  0x00001bb7 ifetch  0x00000001 , 0x00000003 
- 00016627  0x00001bb8 beq  0x0000003f , 0x000040f6 
- 00016628  0x00001bb9 beq  0x0000003d , 0x0000417e 
- 00016629  0x00001bba branch  0x0000427f 
- 00016630  0x00001bbc call  0x000041d8 
- 00016631  0x00001bbd branch  0x00004286 
- 00016632  0x00001bc0 ifetch  0x00000001 , 0x00000003 
- 00016633  0x00001bc1 beq  0x0000003d , 0x00004151 
- 00016634  0x00001bc2 branch  0x0000427f 
- 00016635  0x00001bc5 ifetch  0x00000001 , 0x00000003 
- 00016636  0x00001bc6 beq  0x0000003f , 0x000040fe 
- 00016637  0x00001bc7 branch  0x0000427f 
- 00016638  0x00001bc9 call  0x000041de 
- 00016639  0x00001bca branch  0x00004286 
- 00016640  0x00001bcd fetch  0x00000001 , 0x0000429f 
- 00016641  0x00001bce store  0x00000001 , 0x00000177 
- 00016642  0x00001bcf call  0x0000691d 
- 00016643  0x00001bd0 call  0x00003f3e 
- 00016644  0x00001bd1 fetch  0x00000001 , 0x0000429a 
- 00016645  0x00001bd2 bne  0x00000000 , 0x0000427f 
- 00016646  0x00001bd3 fetch  0x00000001 , 0x000042a9 
- 00016647  0x00001bd4 beq  0x00000033 , 0x0000410c 
- 00016648  0x00001bd5 beq  0x00000034 , 0x0000410a 
- 00016649  0x00001bd6 branch  0x0000427f 
- 00016650  0x00001bd9 call  0x00003f82 
- 00016651  0x00001bda branch  0x00004286 
- 00016652  0x00001bdc call  0x00003f6e 
- 00016653  0x00001bdd branch  0x00004286 
- 00016654  0x00001be0 call  0x00003f3e 
- 00016655  0x00001be1 fetch  0x00000001 , 0x0000429a 
- 00016656  0x00001be2 bne  0x00000001 , 0x0000427f 
- 00016657  0x00001be3 fetch  0x00000001 , 0x00004041 
- 00016658  0x00001be4 bbit1  0x00000000 , 0x00004115 
- 00016659  0x00001be5 call  0x00003f77 
- 00016660  0x00001be6 branch  0x00004286 
- 00016661  0x00001bea call  0x00003f90 
- 00016662  0x00001beb branch  0x00004286 
- 00016663  0x00001bef ifetch  0x00000001 , 0x00000003 
- 00016664  0x00001bf0 beq  0x0000003d , 0x0000411a 
- 00016665  0x00001bf1 branch  0x0000427f 
- 00016666  0x00001bf3 ifetch  0x00000001 , 0x00000003 
- 00016667  0x00001bf4 beq  0x00000031 , 0x00004122 
- 00016668  0x00001bf5 beq  0x00000030 , 0x0000411e 
- 00016669  0x00001bf6 branch  0x0000427f 
- 00016670  0x00001bf8 call  0x00003f40 
- 00016671  0x00001bf9 branch  0x00004286 , 0x00000001 
- 00016672  0x00001bfa call  0x00003f9e 
- 00016673  0x00001bfb branch  0x00004286 
- 00016674  0x00001bfd call  0x00003f40 
- 00016675  0x00001bfe nbranch  0x00004286 , 0x00000001 
- 00016676  0x00001bff call  0x000063ab 
- 00016677  0x00001c00 call  0x00006414 
- 00016678  0x00001c01 branch  0x00004286 
- 00016679  0x00001c05 call  0x00003f43 
- 00016680  0x00001c06 branch  0x00004286 
- 00016681  0x00001c09 ifetch  0x00000001 , 0x00000003 
- 00016682  0x00001c0a beq  0x0000003d , 0x00004187 
- 00016683  0x00001c0b branch  0x0000427f 
- 00016684  0x00001c0e call  0x00003f3e 
- 00016685  0x00001c0f fetch  0x00000001 , 0x0000429a 
- 00016686  0x00001c10 bne  0x00000000 , 0x0000427f 
- 00016687  0x00001c11 call  0x0000638a 
- 00016688  0x00001c12 branch  0x00004286 
- 00016689  0x00001c19 arg  0x00004703 , 0x00000011 
- 00016690  0x00001c1a call  0x0000422b 
- 00016691  0x00001c1b storet  0x00000001 , 0x00004702 
- 00016692  0x00001c1c call  0x00003fd2 
- 00016693  0x00001c1d branch  0x00004286 
- 00016694  0x00001c20 arg  0x0000441a , 0x00000011 
- 00016695  0x00001c21 call  0x0000422b 
- 00016696  0x00001c22 storet  0x00000001 , 0x00004419 
- 00016697  0x00001c23 call  0x00003fd7 
- 00016698  0x00001c24 call  0x00005adb 
- 00016699  0x00001c25 branch  0x00004286 
- 00016700  0x00001c28 arg  0x00004140 , 0x00000005 
- 00016701  0x00001c29 call  0x00007ebf 
- 00016702  0x00001c2a call  0x00003fe0 
- 00016703  0x00001c2b branch  0x00004286 
- 00016704  0x00001c2e arg  0x000044f9 , 0x00000005 
- 00016705  0x00001c2f call  0x00007ebf 
- 00016706  0x00001c30 call  0x00003fdc 
- 00016707  0x00001c31 branch  0x00004286 
- 00016708  0x00001c34 arg  0x00000550 , 0x00000011 
- 00016709  0x00001c35 call  0x0000422b 
- 00016710  0x00001c36 storet  0x00000001 , 0x0000054f 
- 00016711  0x00001c37 call  0x00003fe4 
- 00016712  0x00001c38 branch  0x00004286 
- 00016713  0x00001c3b call  0x00007eb0 
- 00016714  0x00001c3c setarg  0x02dc6c00 
- 00016715  0x00001c3d idiv  0x00000002 
- 00016716  0x00001c3e call  0x00007efd 
- 00016717  0x00001c3f quotient  0x0000003f 
- 00016718  0x00001c40 store  0x00000002 , 0x000002a8 
- 00016719  0x00001c41 call  0x00003feb 
- 00016720  0x00001c42 branch  0x00004286 
- 00016721  0x00001c45 ifetch  0x00000001 , 0x00000003 
- 00016722  0x00001c46 sub  0x0000003f , 0x00000033 , 0x0000003e 
- 00016723  0x00001c47 nbranch  0x0000427f , 0x00000002 
- 00016724  0x00001c48 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00016725  0x00001c49 store  0x00000001 , 0x00004812 
- 00016726  0x00001c4a branch  0x00004286 
- 00016727  0x00001c4d ifetch  0x00000003 , 0x00000003 
- 00016728  0x00001c4e store  0x00000003 , 0x0000414a 
- 00016729  0x00001c4f branch  0x00004286 
- 00016730  0x00001c52 call  0x000032ee 
- 00016731  0x00001c53 nbranch  0x0000427f , 0x00000005 
- 00016732  0x00001c54 ifetch  0x00000001 , 0x00000003 
- 00016733  0x00001c55 beq  0x00000053 , 0x00004160 
- 00016734  0x00001c56 beq  0x0000004d , 0x00004163 
- 00016735  0x00001c57 branch  0x0000427f 
- 00016736  0x00001c5a fetch  0x00000001 , 0x00004041 
- 00016737  0x00001c5b bbit1  0x00000001 , 0x00004166 
- 00016738  0x00001c5c branch  0x0000427f 
- 00016739  0x00001c5f fetch  0x00000001 , 0x00004041 
- 00016740  0x00001c60 bbit0  0x00000001 , 0x00004166 
- 00016741  0x00001c61 branch  0x0000427f 
- 00016742  0x00001c64 fetch  0x00000001 , 0x00004813 
- 00016743  0x00001c65 set1  0x00000004 , 0x0000003f 
- 00016744  0x00001c66 store  0x00000001 , 0x00004813 
- 00016745  0x00001c67 jam  0x00000018 , 0x00004272 
- 00016746  0x00001c68 branch  0x0000428c 
- 00016747  0x00001c6b arg  0x00004280 , 0x00000005 
- 00016748  0x00001c6c call  0x00007ebd 
- 00016749  0x00001c6d arg  0x00004282 , 0x00000005 
- 00016750  0x00001c6e call  0x00007ebd 
- 00016751  0x00001c6f arg  0x00004284 , 0x00000005 
- 00016752  0x00001c70 call  0x00007ebd 
- 00016753  0x00001c71 branch  0x00004286 
- 00016754  0x00001c74 ifetch  0x00000001 , 0x00000003 
- 00016755  0x00001c75 beq  0x00000031 , 0x00004176 
- 00016756  0x00001c76 beq  0x00000032 , 0x0000417c 
- 00016757  0x00001c77 branch  0x0000427f 
- 00016758  0x00001c79 ifetch  0x00000001 , 0x00000003 
- 00016759  0x00001c7a arg  0x000001b4 , 0x00000005 
- 00016760  0x00001c7b call  0x00007ebf 
- 00016761  0x00001c7c call  0x00006931 
- 00016762  0x00001c7d nrtn  0x00000028 
- 00016763  0x00001c7e branch  0x00004286 
- 00016764  0x00001c80 call  0x0000693d 
- 00016765  0x00001c81 branch  0x00004286 
- 00016766  0x00001c84 ifetch  0x00000001 , 0x00000003 
- 00016767  0x00001c85 fetcht  0x00000001 , 0x00004812 
- 00016768  0x00001c86 nsetflag  0x00000034 , 0x00000002 , 0x00000002 
- 00016769  0x00001c87 storet  0x00000001 , 0x00004812 
- 00016770  0x00001c88 branch  0x00004286 , 0x00000034 
- 00016771  0x00001c89 ifetch  0x00000001 , 0x00000003 
- 00016772  0x00001c8a arg  0x00004814 , 0x00000005 
- 00016773  0x00001c8b call  0x00007ebf 
- 00016774  0x00001c8c branch  0x00004286 
- 00016775  0x00001c8f set1  0x00000025 , 0x00000000 
- 00016776  0x00001c90 bpatch  0x00000096 , 0x00004032 
- 00016777  0x00001c91 arg  0x00000014 , 0x00000039 
- 00016778  0x00001c92 arg  0x00001000 , 0x00000005 
- 00016779  0x00001c93 call  0x0000497c 
- 00016780  0x00001c94 arg  0x00001000 , 0x00000011 
- 00016781  0x00001c95 fetch  0x00000001 , 0x00001000 
- 00016782  0x00001c96 compare  0x00000012 , 0x0000003f , 0x000000ff 
- 00016783  0x00001c97 call  0x00006b19 , 0x00000001 
- 00016784  0x00001c98 fetch  0x00000001 , 0x00001000 
- 00016785  0x00001c99 compare  0x00000013 , 0x0000003f , 0x000000ff 
- 00016786  0x00001c9a call  0x00006b45 , 0x00000001 
- 00016787  0x00001c9b branch  0x00004286 
- 00016788  0x00001ca1 arg  0x00004827 , 0x00000011 
- 00016789  0x00001ca2 arg  0x00000004 , 0x00000039 
- 00016790  0x00001ca3 call  0x00004232 
- 00016791  0x00001ca4 fetch  0x00000001 , 0x00004702 
- 00016792  0x00001ca5 copy  0x0000003f , 0x00000039 
- 00016793  0x00001ca6 arg  0x00004703 , 0x00000006 
- 00016794  0x00001ca7 branch  0x00007f74 
- 00016795  0x00001ca9 arg  0x00004824 , 0x00000011 
- 00016796  0x00001caa force  0x00000007 , 0x00000039 
- 00016797  0x00001cab call  0x00004232 
- 00016798  0x00001cac call  0x00005b08 
- 00016799  0x00001cad ifetch  0x00000001 , 0x00000006 
- 00016800  0x00001cae copy  0x0000003f , 0x00000039 
- 00016801  0x00001caf branch  0x00007f74 
- 00016802  0x00001cb3 arg  0x0000482e , 0x00000011 
- 00016803  0x00001cb4 arg  0x00000004 , 0x00000039 
- 00016804  0x00001cb5 call  0x00004232 
- 00016805  0x00001cb6 arg  0x00004140 , 0x00000011 
- 00016806  0x00001cb7 call  0x00007e9d 
- 00016807  0x00001cb8 branch  0x000068fa 
- 00016808  0x00001cba arg  0x0000482b , 0x00000011 
- 00016809  0x00001cbb arg  0x00000007 , 0x00000039 
- 00016810  0x00001cbc call  0x00004232 
- 00016811  0x00001cbd arg  0x000044f9 , 0x00000011 
- 00016812  0x00001cbe call  0x00007e9d 
- 00016813  0x00001cbf branch  0x000068fa 
- 00016814  0x00001cc3 arg  0x00004832 , 0x00000011 
- 00016815  0x00001cc4 arg  0x00000004 , 0x00000039 
- 00016816  0x00001cc5 call  0x00004232 
- 00016817  0x00001cc6 arg  0x00000006 , 0x00000039 
- 00016818  0x00001cc7 arg  0x00004804 , 0x00000006 
- 00016819  0x00001cc8 branch  0x00007f74 
- 00016820  0x00001ccb arg  0x00004836 , 0x00000011 
- 00016821  0x00001ccc arg  0x00000005 , 0x00000039 
- 00016822  0x00001ccd call  0x00004232 
- 00016823  0x00001cce arg  0x00000003 , 0x00000039 
- 00016824  0x00001ccf arg  0x0000414a , 0x00000006 
- 00016825  0x00001cd0 branch  0x00007f74 
- 00016826  0x00001cd3 arg  0x00004853 , 0x00000011 
- 00016827  0x00001cd4 arg  0x00000004 , 0x00000039 
- 00016828  0x00001cd5 call  0x00004232 
- 00016829  0x00001cd6 call  0x00006988 
- 00016830  0x00001cd7 call  0x00004253 
- 00016831  0x00001cd8 branch  0x000068fa 
- 00016832  0x00001cdc call  0x00006929 
- 00016833  0x00001cdd arg  0x00004860 , 0x00000011 
- 00016834  0x00001cde arg  0x00000004 , 0x00000039 
- 00016835  0x00001cdf call  0x00004232 
- 00016836  0x00001ce0 fetch  0x00000001 , 0x000001b3 
- 00016837  0x00001ce1 beq  0x00000033 , 0x000041c8 
- 00016838  0x00001ce2 beq  0x00000034 , 0x000041c8 
- 00016839  0x00001ce3 branch  0x000068fa 
- 00016840  0x00001ce5 istore  0x00000001 , 0x0000000a 
- 00016841  0x00001ce6 call  0x0000424e 
- 00016842  0x00001ce7 arg  0x000001b4 , 0x00000011 
- 00016843  0x00001ce8 call  0x00007e9d 
- 00016844  0x00001ce9 branch  0x000068fa 
- 00016845  0x00001cec set1  0x00000025 , 0x00000000 
- 00016846  0x00001ced bpatch  0x00000097 , 0x00004032 
- 00016847  0x00001cee arg  0x00004864 , 0x00000011 
- 00016848  0x00001cef arg  0x00000004 , 0x00000039 
- 00016849  0x00001cf0 call  0x00004232 
- 00016850  0x00001cf1 call  0x000041d4 
- 00016851  0x00001cf2 branch  0x000068fa 
- 00016852  0x00001cf4 arg  0x00000018 , 0x00000011 
- 00016853  0x00001cf5 arg  0x00000001 , 0x00000039 
- 00016854  0x00001cf6 branch  0x00007e9e 
- 00016855  0x00001cf9 rtn 
- 00016856  0x00001cfd arg  0x00004873 , 0x00000011 
- 00016857  0x00001cfe arg  0x00000005 , 0x00000039 
- 00016858  0x00001cff call  0x00004232 
- 00016859  0x00001d00 arg  0x00004814 , 0x00000011 
- 00016860  0x00001d01 call  0x00007e9d 
- 00016861  0x00001d02 branch  0x000068fa 
- 00016862  0x00001d06 arg  0x0000487c , 0x00000011 
- 00016863  0x00001d07 arg  0x00000007 , 0x00000039 
- 00016864  0x00001d08 call  0x00004232 
- 00016865  0x00001d09 fetch  0x00000001 , 0x00004812 
- 00016866  0x00001d0a copy  0x0000003f , 0x00000011 
- 00016867  0x00001d0b fetch  0x00000001 , 0x00004040 
- 00016868  0x00001d0c isolate1  0x00000000 , 0x0000003f 
- 00016869  0x00001d0d setflag  0x00000001 , 0x00000003 , 0x00000011 
- 00016870  0x00001d0e isolate1  0x00000001 , 0x0000003f 
- 00016871  0x00001d0f setflag  0x00000001 , 0x00000005 , 0x00000011 
- 00016872  0x00001d10 fetch  0x00000001 , 0x00004041 
- 00016873  0x00001d11 isolate1  0x00000001 , 0x0000003f 
- 00016874  0x00001d12 setflag  0x00000001 , 0x00000004 , 0x00000011 
- 00016875  0x00001d13 isolate1  0x00000000 , 0x0000003f 
- 00016876  0x00001d14 setflag  0x00000001 , 0x00000006 , 0x00000011 
- 00016877  0x00001d15 copy  0x00000011 , 0x0000003f 
- 00016878  0x00001d16 istore  0x00000001 , 0x0000000a 
- 00016879  0x00001d17 branch  0x000068fa 
- 00016880  0x00001d1a setarg  0x009e8b33 
- 00016881  0x00001d1b store  0x00000003 , 0x00004147 
- 00016882  0x00001d1c fetch  0x00000001 , 0x000042a4 
- 00016883  0x00001d1d set1  0x00000000 , 0x0000003f 
- 00016884  0x00001d1e store  0x00000001 , 0x000042a4 
- 00016885  0x00001d1f branch  0x00004636 
- 00016886  0x00001d22 call  0x00003f3e 
- 00016887  0x00001d23 fetch  0x00000001 , 0x0000429a 
- 00016888  0x00001d24 bne  0x00000000 , 0x0000427f 
- 00016889  0x00001d25 call  0x00003f8a 
- 00016890  0x00001d26 fetch  0x00000001 , 0x000042a4 
- 00016891  0x00001d27 set1  0x00000001 , 0x0000003f 
- 00016892  0x00001d28 store  0x00000001 , 0x000042a4 
- 00016893  0x00001d29 setarg  0x00000200 
- 00016894  0x00001d2a store  0x00000002 , 0x0000481a 
- 00016895  0x00001d2b arg  0x0000486c , 0x00000011 
- 00016896  0x00001d2c arg  0x00000006 , 0x00000039 
- 00016897  0x00001d2d call  0x00004232 
- 00016898  0x00001d2e call  0x00007f74 
- 00016899  0x00001d2f branch  0x0000428c 
- 00016900  0x00001d34 arg  0x0000481c , 0x00000011 
- 00016901  0x00001d35 arg  0x00000004 , 0x00000039 
- 00016902  0x00001d36 call  0x00004232 
- 00016903  0x00001d37 fetch  0x00000001 , 0x0000054f 
- 00016904  0x00001d38 copy  0x0000003f , 0x00000039 
- 00016905  0x00001d39 arg  0x00000550 , 0x00000006 
- 00016906  0x00001d3a branch  0x00007f74 
- 00016907  0x00001d3f arg  0x0000485b , 0x00000011 
- 00016908  0x00001d40 arg  0x00000005 , 0x00000039 
- 00016909  0x00001d41 call  0x00004232 
- 00016910  0x00001d42 call  0x00004247 
- 00016911  0x00001d43 setarg  0x00000054 
- 00016912  0x00001d44 istore  0x00000001 , 0x0000000a 
- 00016913  0x00001d45 call  0x00004244 
- 00016914  0x00001d46 arg  0x00004280 , 0x00000011 
- 00016915  0x00001d47 call  0x00007e9b 
- 00016916  0x00001d48 call  0x00004247 
- 00016917  0x00001d49 setarg  0x00000041 
- 00016918  0x00001d4a istore  0x00000001 , 0x0000000a 
- 00016919  0x00001d4b call  0x00004244 
- 00016920  0x00001d4c arg  0x00004282 , 0x00000011 
- 00016921  0x00001d4d call  0x00007e9b 
- 00016922  0x00001d4e call  0x00004247 
- 00016923  0x00001d4f setarg  0x0000004f 
- 00016924  0x00001d50 istore  0x00000001 , 0x0000000a 
- 00016925  0x00001d51 call  0x00004244 
- 00016926  0x00001d52 arg  0x00004284 , 0x00000011 
- 00016927  0x00001d53 call  0x00007e9b 
- 00016928  0x00001d54 branch  0x00007f74 
- 00016929  0x00001d56 call  0x00007f6e 
- 00016930  0x00001d57 call  0x00004247 
- 00016931  0x00001d58 arg  0x00000182 , 0x00000011 
- 00016932  0x00001d59 call  0x00007e9d 
- 00016933  0x00001d5a call  0x0000424e 
- 00016934  0x00001d5b arg  0x0000017f , 0x00000011 
- 00016935  0x00001d5c call  0x00007e99 
- 00016936  0x00001d5d call  0x0000424e 
- 00016937  0x00001d5e call  0x000041d4 
- 00016938  0x00001d5f branch  0x000068fa 
- 00016939  0x00001d6b call  0x0000422d 
- 00016940  0x00001d6c branch  0x0000497c 
- 00016941  0x00001d6e call  0x00004269 
- 00016942  0x00001d6f copy  0x0000003f , 0x00000002 
- 00016943  0x00001d70 copy  0x0000003f , 0x00000039 
- 00016944  0x00001d71 copy  0x00000011 , 0x00000005 
- 00016945  0x00001d72 rtn 
- 00016946  0x00001d76 call  0x00007f6e 
- 00016947  0x00001d77 call  0x00004241 
- 00016948  0x00001d79 copy  0x00000011 , 0x00000006 
- 00016949  0x00001d7a call  0x00004976 
- 00016950  0x00001d7b branch  0x00004244 
- 00016951  0x00001d7f ifetch  0x00000001 , 0x00000003 
- 00016952  0x00001d80 ifetcht  0x00000001 , 0x00000012 
- 00016953  0x00001d81 isub  0x00000002 , 0x0000003e 
- 00016954  0x00001d82 disable  0x00000001 
- 00016955  0x00001d83 nbranch  0x00004240 , 0x00000005 
- 00016956  0x00001d84 increase  0x00000001 , 0x00000012 
- 00016957  0x00001d85 loop  0x00004237 
- 00016958  0x00001d86 enable  0x00000001 
- 00016959  0x00001d87 rtn 
- 00016960  0x00001d89 branch  0x00004251 
- 00016961  0x00001d8d setarg  0x0000002b 
- 00016962  0x00001d8e istore  0x00000001 , 0x0000000a 
- 00016963  0x00001d8f rtn 
- 00016964  0x00001d92 setarg  0x0000003a 
- 00016965  0x00001d93 istore  0x00000001 , 0x0000000a 
- 00016966  0x00001d94 rtn 
- 00016967  0x00001d98 setarg  0x0000003e 
- 00016968  0x00001d99 istore  0x00000001 , 0x0000000a 
- 00016969  0x00001d9a rtn 
- 00016970  0x00001d9c setarg  0x0000004e 
- 00016971  0x00001d9d istore  0x00000001 , 0x0000000a 
- 00016972  0x00001d9e call  0x000068fa 
- 00016973  0x00001d9f branch  0x00004286 
- 00016974  0x00001da4 setarg  0x0000002c 
- 00016975  0x00001da5 istore  0x00000001 , 0x0000000a 
- 00016976  0x00001da6 rtn 
- 00016977  0x00001da9 copy  0x00000011 , 0x00000003 
- 00016978  0x00001daa rtn 
- 00016979  0x00001dad arg  0x00000195 , 0x00000013 
- 00016980  0x00001dae arg  0x00000004 , 0x00000039 
- 00016981  0x00001db0 copy  0x00000039 , 0x0000003f 
- 00016982  0x00001db1 store  0x00000001 , 0x00000161 
- 00016983  0x00001db2 ifetch  0x00000001 , 0x00000013 
- 00016984  0x00001db3 beq  0x00000033 , 0x0000425b 
- 00016985  0x00001db4 beq  0x00000034 , 0x0000425b 
- 00016986  0x00001db5 branch  0x00004267 
- 00016987  0x00001db7 call  0x00004247 
- 00016988  0x00001db8 ifetch  0x00000001 , 0x00000013 
- 00016989  0x00001db9 istore  0x00000001 , 0x0000000a 
- 00016990  0x00001dba increase  0x00000001 , 0x00000013 
- 00016991  0x00001dbb call  0x0000424e 
- 00016992  0x00001dbc copy  0x00000013 , 0x00000011 
- 00016993  0x00001dbd call  0x00007e9d 
- 00016994  0x00001dbf increase  0x00000006 , 0x00000013 
- 00016995  0x00001dc0 fetch  0x00000001 , 0x00000161 
- 00016996  0x00001dc1 copy  0x0000003f , 0x00000039 
- 00016997  0x00001dc2 loop  0x00004255 
- 00016998  0x00001dc3 rtn 
- 00016999  0x00001dc5 increase  0x00000001 , 0x00000013 
- 00017000  0x00001dc6 branch  0x00004262 
- 00017001  0x00001dcb set1  0x00000025 , 0x00000000 
- 00017002  0x00001dcc bpatch  0x00000098 , 0x00004033 
- 00017003  0x00001dcd hfetch  0x00000002 , 0x00008058 
- 00017004  0x00001dce isub  0x00000003 , 0x0000003f 
- 00017005  0x00001dcf rtn  0x00000005 
- 00017006  0x00001dd0 branch  0x00004273 , 0x00000002 
- 00017007  0x00001dd2 fetcht  0x00000002 , 0x0000480e 
- 00017008  0x00001dd3 iadd  0x00000002 , 0x0000003f 
- 00017009  0x00001dd4 increase  0xfffffffe , 0x0000003f 
- 00017010  0x00001dd5 rtn 
- 00017011  0x00001dd7 call  0x00004278 
- 00017012  0x00001dd8 iadd  0x00000003 , 0x00000002 
- 00017013  0x00001dd9 hfetch  0x00000002 , 0x00008058 
- 00017014  0x00001dda isub  0x00000002 , 0x0000003f 
- 00017015  0x00001ddb branch  0x0000426f 
- 00017016  0x00001dde arg  0x00004fff , 0x0000003f 
- 00017017  0x00001ddf increase  0x00000001 , 0x0000003f 
- 00017018  0x00001de0 arg  0x00004a00 , 0x00000002 
- 00017019  0x00001de1 isub  0x00000002 , 0x0000003f 
- 00017020  0x00001de2 rtn 
- 00017021  0x00001de5 fetcht  0x00000002 , 0x0000480e 
- 00017022  0x00001de6 branch  0x00006903 
- 00017023  0x00001dec set1  0x00000025 , 0x00000000 
- 00017024  0x00001ded bpatch  0x00000099 , 0x00004033 
- 00017025  0x00001dee call  0x00007f6e 
- 00017026  0x00001def setarg  0x00525245 
- 00017027  0x00001df0 istore  0x00000003 , 0x0000000a 
- 00017028  0x00001df1 call  0x000068fa 
- 00017029  0x00001df2 branch  0x0000428c 
- 00017030  0x00001df5 set1  0x00000025 , 0x00000000 
- 00017031  0x00001df6 bpatch  0x0000009a , 0x00004033 
- 00017032  0x00001df7 call  0x00007f6e 
- 00017033  0x00001df8 setarg  0x00004b4f 
- 00017034  0x00001df9 istore  0x00000002 , 0x0000000a 
- 00017035  0x00001dfa call  0x000068fa 
- 00017036  0x00001dfd set1  0x00000025 , 0x00000000 
- 00017037  0x00001dfe bpatch  0x0000009b , 0x00004033 
- 00017038  0x00001dff call  0x0000427d 
- 00017039  0x00001e01 setarg  0x00000000 
- 00017040  0x00001e02 store  0x00000002 , 0x0000480e 
- 00017041  0x00001e03 store  0x00000004 , 0x0000480a 
- 00017042  0x00001e04 rtn 
- 00017043  0x00001e08 call  0x00007db2 
- 00017044  0x00001e09 call  0x00003f94 
- 00017045  0x00001e0a setarg  0x0000429f 
- 00017046  0x00001e0b store  0x00000002 , 0x0000428c 
- 00017047  0x00001e0c setarg  0x000042be 
- 00017048  0x00001e0d store  0x00000002 , 0x00004292 
- 00017049  0x00001e0e setarg  0x00007cdb 
- 00017050  0x00001e0f store  0x00000002 , 0x00004290 
- 00017051  0x00001e10 jam  0x00000005 , 0x0000025a 
- 00017052  0x00001e11 jam  0x00000000 , 0x0000026e 
- 00017053  0x00001e12 jam  0x0000001b , 0x00004272 
- 00017054  0x00001e13 rtn 
- 00017055  0x00001e17 disable  0x00000001 
- 00017056  0x00001e18 call  0x00003f3e 
- 00017057  0x00001e1a jam  0x0000001b , 0x0000041c 
- 00017058  0x00001e1b fetch  0x00000001 , 0x0000429a 
- 00017059  0x00001e1c compare  0x00000002 , 0x0000003f , 0x00000003 
- 00017060  0x00001e1d nrtn  0x00000001 
- 00017061  0x00001e1e jam  0x00000000 , 0x000043d2 
- 00017062  0x00001e1f rtn 
- 00017063  0x00001e22 fetch  0x00000001 , 0x00000340 
- 00017064  0x00001e23 bbit0  0x00000000 , 0x000042b0 
- 00017065  0x00001e24 fetch  0x00000006 , 0x00000342 
- 00017066  0x00001e25 fetcht  0x00000006 , 0x000003d0 
- 00017067  0x00001e26 isub  0x00000002 , 0x0000003e 
- 00017068  0x00001e27 nrtn  0x00000005 
- 00017069  0x00001e29 fetch  0x00000006 , 0x000003d0 
- 00017070  0x00001e2a store  0x00000006 , 0x000044e7 
- 00017071  0x00001e2b rtn 
- 00017072  0x00001e2e arg  0x000000ff , 0x00000011 
- 00017073  0x00001e2f call  0x00005b52 
- 00017074  0x00001e30 nrtn  0x00000005 
- 00017075  0x00001e31 ifetch  0x00000002 , 0x00000006 
- 00017076  0x00001e32 fetcht  0x00000002 , 0x00000270 
- 00017077  0x00001e33 isub  0x00000002 , 0x0000003e 
- 00017078  0x00001e34 nrtn  0x00000005 
- 00017079  0x00001e35 fetch  0x00000001 , 0x0000026e 
- 00017080  0x00001e36 increase  0x00000001 , 0x0000003f 
- 00017081  0x00001e37 store  0x00000001 , 0x0000026e 
- 00017082  0x00001e38 fetcht  0x00000001 , 0x0000026f 
- 00017083  0x00001e39 isub  0x00000002 , 0x0000003e 
- 00017084  0x00001e3a branch  0x000042ad , 0x00000002 
- 00017085  0x00001e3b rtn 
- 00017086  0x00001e3e copy  0x00000013 , 0x0000003f 
- 00017087  0x00001e3f beq  0x00000015 , 0x000042c5 
- 00017088  0x00001e40 beq  0x00000014 , 0x000042d7 
- 00017089  0x00001e41 and  0x0000003f , 0x0000000f , 0x00000002 
- 00017090  0x00001e42 and_into  0x000000f0 , 0x0000003f 
- 00017091  0x00001e43 beq  0x00000050 , 0x000042cd 
- 00017092  0x00001e44 rtn 
- 00017093  0x00001e47 setarg  0x00000000 
- 00017094  0x00001e48 store  0x00000006 , 0x000044e7 
- 00017095  0x00001e49 jam  0x00000000 , 0x0000026e 
- 00017096  0x00001e4a setarg  0x00000000 
- 00017097  0x00001e4b store  0x00000005 , 0x00000ff1 
- 00017098  0x00001e4c jam  0x00000001 , 0x00000ff0 
- 00017099  0x00001e4d call  0x00007cdb 
- 00017100  0x00001e4e branch  0x00003f8a 
- 00017101  0x00001e51 rtn 
- 00017102  0x00001e52 fetch  0x00000001 , 0x000043d2 
- 00017103  0x00001e53 rtn  0x00000034 
- 00017104  0x00001e54 fetch  0x00000001 , 0x0000025a 
- 00017105  0x00001e55 rtn  0x00000034 
- 00017106  0x00001e56 increase  0xffffffff , 0x0000003f 
- 00017107  0x00001e57 store  0x00000001 , 0x0000025a 
- 00017108  0x00001e58 nrtn  0x00000034 
- 00017109  0x00001e59 call  0x000042d8 
- 00017110  0x00001e5a branch  0x00003f8e 
- 00017111  0x00001e5e branch  0x00003f8c 
- 00017112  0x00001e62 jam  0x00000005 , 0x0000025a 
- 00017113  0x00001e63 fetch  0x00000001 , 0x00000267 
- 00017114  0x00001e64 beq  0x00000001 , 0x000042e1 
- 00017115  0x00001e65 beq  0x00000002 , 0x000042dd 
- 00017116  0x00001e66 rtn 
- 00017117  0x00001e68 fetch  0x00000006 , 0x0000025b 
- 00017118  0x00001e69 store  0x00000006 , 0x00000268 
- 00017119  0x00001e6a jam  0x00000001 , 0x00000267 
- 00017120  0x00001e6b rtn 
- 00017121  0x00001e6d fetch  0x00000006 , 0x00000261 
- 00017122  0x00001e6e store  0x00000006 , 0x00000268 
- 00017123  0x00001e6f jam  0x00000002 , 0x00000267 
- 00017124  0x00001e70 rtn 
- 00017125  0x00001e74 ifetch  0x00000002 , 0x00000003 
- 00017126  0x00001e75 branch  0x00004490 , 0x00000034 
- 00017127  0x00001e76 iforce  0x00000013 
- 00017128  0x00001e77 ifetch  0x00000001 , 0x00000003 
- 00017129  0x00001e78 store  0x00000001 , 0x00000293 
- 00017130  0x00001e79 iforce  0x00000011 
- 00017131  0x00001e7a bbit0  0x00000006 , 0x000042ed 
- 00017132  0x00001e7b increase  0xfffffffe , 0x00000013 
- 00017133  0x00001e7d ifetch  0x00000002 , 0x00000003 
- 00017134  0x00001e7e rshift4  0x0000003f , 0x00000039 
- 00017135  0x00001e7f and  0x0000003f , 0x0000000f , 0x00000008 
- 00017136  0x00001e80 iadd  0x00000011 , 0x00000011 
- 00017137  0x00001e81 rshift8  0x0000003f , 0x0000003f 
- 00017138  0x00001e82 iadd  0x00000011 , 0x00000011 
- 00017139  0x00001e83 ifetch  0x00000001 , 0x00000003 
- 00017140  0x00001e84 iadd  0x00000011 , 0x0000003f 
- 00017141  0x00001e85 bne  0x000000ff , 0x00004319 
- 00017142  0x00001e86 add  0x00000013 , 0xfffffffc , 0x0000003f 
- 00017143  0x00001e87 isub  0x00000039 , 0x0000003e 
- 00017144  0x00001e88 nbranch  0x00004316 , 0x00000005 
- 00017145  0x00001e89 fetch  0x00000001 , 0x00000293 
- 00017146  0x00001e8a isolate0  0x00000007 , 0x0000003f 
- 00017147  0x00001e8b branch  0x00004302 , 0x00000001 
- 00017148  0x00001e8c set0  0x0000001b , 0x00000000 
- 00017149  0x00001e8d bmark1  0x0000001b , 0x00004302 
- 00017150  0x00001e8e and_into  0x00000007 , 0x0000003f 
- 00017151  0x00001e8f fetcht  0x00000001 , 0x0000028c 
- 00017152  0x00001e90 isub  0x00000002 , 0x0000003e 
- 00017153  0x00001e91 nbranch  0x00004316 , 0x00000005 
- 00017154  0x00001e93 setarg  0x00000640 
- 00017155  0x00001e94 force  0x00000007 , 0x00000007 
- 00017156  0x00001e95 call  0x00007e4c 
- 00017157  0x00001e96 deposit  0x00000008 
- 00017158  0x00001e97 call  0x00004320 
- 00017159  0x00001e98 rtn  0x00000028 
- 00017160  0x00001e99 fetch  0x00000001 , 0x00000293 
- 00017161  0x00001e9a iforce  0x00000011 
- 00017162  0x00001e9b rshift3  0x0000003f , 0x00000002 
- 00017163  0x00001e9c and_into  0x00000007 , 0x00000002 
- 00017164  0x00001e9d fetch  0x00000001 , 0x0000028b 
- 00017165  0x00001e9e isub  0x00000002 , 0x0000003f 
- 00017166  0x00001e9f sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00017167  0x00001ea0 and_into  0x00000007 , 0x0000003f 
- 00017168  0x00001ea1 bne  0x00000001 , 0x00004316 
- 00017169  0x00001ea2 storet  0x00000001 , 0x0000028b 
- 00017170  0x00001ea3 fetch  0x00000001 , 0x00000272 
- 00017171  0x00001ea4 increase  0x00000001 , 0x0000003f 
- 00017172  0x00001ea5 store  0x00000001 , 0x00000272 
- 00017173  0x00001ea6 branch  0x00004319 
- 00017174  0x00001ea9 fetch  0x00000001 , 0x00000273 
- 00017175  0x00001eaa increase  0x00000001 , 0x0000003f 
- 00017176  0x00001eab store  0x00000001 , 0x00000273 
- 00017177  0x00001ead hfetch  0x00000002 , 0x00008058 
- 00017178  0x00001eae iforce  0x00000003 
- 00017179  0x00001eaf ifetch  0x00000002 , 0x00000003 
- 00017180  0x00001eb0 iadd  0x00000003 , 0x00000003 
- 00017181  0x00001eb1 deposit  0x00000003 
- 00017182  0x00001eb2 hstore  0x00000002 , 0x00008058 
- 00017183  0x00001eb3 rtn 
- 00017184  0x00001eb6 disable  0x00000028 
- 00017185  0x00001eb7 rtn  0x00000034 
- 00017186  0x00001eb8 beq  0x00000001 , 0x00004328 
- 00017187  0x00001eb9 beq  0x00000002 , 0x00004346 
- 00017188  0x00001eba beq  0x00000005 , 0x00004507 
- 00017189  0x00001ebb beq  0x00000006 , 0x000044dd 
- 00017190  0x00001ebc beq  0x00000008 , 0x00004a56 
- 00017191  0x00001ebd rtn 
- 00017192  0x00001ec0 set0  0x00000018 , 0x00000000 
- 00017193  0x00001ec1 ifetch  0x00000001 , 0x00000003 
- 00017194  0x00001ec2 beq  0x000000da , 0x0000432f 
- 00017195  0x00001ec3 beq  0x000000ac , 0x00004336 
- 00017196  0x00001ec4 beq  0x000000ad , 0x0000433a 
- 00017197  0x00001ec5 beq  0x000000de , 0x00004344 
- 00017198  0x00001ec6 rtn 
- 00017199  0x00001ec8 bmark1  0x00000017 , 0x00004333 
- 00017200  0x00001ec9 force  0x000000da , 0x00000002 
- 00017201  0x00001eca setarg  0x00ededdc 
- 00017202  0x00001ecb call  0x0000433c 
- 00017203  0x00001ecd force  0x000000ac , 0x00000002 
- 00017204  0x00001ece setarg  0x00eeefaf 
- 00017205  0x00001ecf branch  0x0000433c 
- 00017206  0x00001ed1 set1  0x00000017 , 0x00000000 
- 00017207  0x00001ed2 force  0x000000ad , 0x00000002 
- 00017208  0x00001ed3 setarg  0x00edacef 
- 00017209  0x00001ed4 branch  0x0000433c 
- 00017210  0x00001ed6 force  0x000000de , 0x00000002 
- 00017211  0x00001ed7 setarg  0x00d0d0ad 
- 00017212  0x00001ed9 lshift8  0x0000003f , 0x0000003f 
- 00017213  0x00001eda ior  0x00000002 , 0x00000002 
- 00017214  0x00001edb call  0x00004972 
- 00017215  0x00001edc istoret  0x00000004 , 0x0000000a 
- 00017216  0x00001edd force  0x00000001 , 0x00000007 
- 00017217  0x00001ede force  0x00000004 , 0x00000039 
- 00017218  0x00001edf set0  0x00000013 , 0x00000000 
- 00017219  0x00001ee0 branch  0x00004378 
- 00017220  0x00001ee2 force  0x00000000 , 0x00000030 
- 00017221  0x00001ee3 branch  0x00004933 
- 00017222  0x00001ee6 copy  0x00000039 , 0x00000030 
- 00017223  0x00001ee7 call  0x00004371 
- 00017224  0x00001ee8 force  0x00000000 , 0x00000012 
- 00017225  0x00001ee9 call  0x00004972 
- 00017226  0x00001eea copy  0x00000030 , 0x00000039 
- 00017227  0x00001eeb ifetch  0x00000001 , 0x00000003 
- 00017228  0x00001eec setarg  0x00000001 
- 00017229  0x00001eed istore  0x00000001 , 0x0000000a 
- 00017230  0x00001eee set0  0x0000001a , 0x00000000 
- 00017231  0x00001ef0 ifetch  0x00000001 , 0x00000003 
- 00017232  0x00001ef1 increase  0x00000001 , 0x00000012 
- 00017233  0x00001ef2 beq  0x0000001c , 0x0000435b 
- 00017234  0x00001ef3 compare  0x00000004 , 0x00000012 , 0x000000ff 
- 00017235  0x00001ef4 nbranch  0x0000435d , 0x00000001 
- 00017236  0x00001ef5 setflag  0x00000034 , 0x0000001a , 0x00000000 
- 00017237  0x00001ef6 bne  0x0000003a , 0x0000435d 
- 00017238  0x00001ef7 setarg  0x000007d0 
- 00017239  0x00001ef8 force  0x00000000 , 0x00000007 
- 00017240  0x00001ef9 call  0x00007e4c 
- 00017241  0x00001efa set1  0x00000018 , 0x00000000 
- 00017242  0x00001efb rtn 
- 00017243  0x00001efe compare  0x00000006 , 0x00000012 , 0x000000ff 
- 00017244  0x00001eff branch  0x00004366 , 0x00000001 
- 00017245  0x00001f01 isolate1  0x0000001a , 0x00000000 
- 00017246  0x00001f02 call  0x00004368 , 0x00000001 
- 00017247  0x00001f03 istore  0x00000001 , 0x0000000a 
- 00017248  0x00001f04 loop  0x0000434f 
- 00017249  0x00001f05 set0  0x00000019 , 0x00000000 
- 00017250  0x00001f06 copy  0x00000030 , 0x00000039 
- 00017251  0x00001f07 set1  0x00000013 , 0x00000000 
- 00017252  0x00001f08 force  0x00000002 , 0x00000007 
- 00017253  0x00001f09 branch  0x00004378 
- 00017254  0x00001f0b set1  0x00000019 , 0x00000000 
- 00017255  0x00001f0c branch  0x0000435d 
- 00017256  0x00001f0f rtnmark1  0x00000019 
- 00017257  0x00001f10 compare  0x0000000a , 0x00000012 , 0x000000ff 
- 00017258  0x00001f11 branch  0x0000436f , 0x00000001 
- 00017259  0x00001f12 compare  0x0000000b , 0x00000012 , 0x000000ff 
- 00017260  0x00001f13 nrtn  0x00000001 
- 00017261  0x00001f14 setarg  0x00000012 
- 00017262  0x00001f15 rtn 
- 00017263  0x00001f17 setarg  0x000000e9 
- 00017264  0x00001f18 rtn 
- 00017265  0x00001f1b fetch  0x00000001 , 0x00000293 
- 00017266  0x00001f1c increase  0x00000001 , 0x0000003f 
- 00017267  0x00001f1d and_into  0x00000007 , 0x0000003f 
- 00017268  0x00001f1e store  0x00000001 , 0x0000028c 
- 00017269  0x00001f1f force  0x00000000 , 0x00000039 
- 00017270  0x00001f20 force  0x00000000 , 0x00000007 
- 00017271  0x00001f21 set0  0x00000013 , 0x00000000 
- 00017272  0x00001f24 add  0x00000039 , 0x00000004 , 0x00000012 
- 00017273  0x00001f25 fetch  0x00000001 , 0x0000028c 
- 00017274  0x00001f26 lshift3  0x0000003f , 0x00000013 
- 00017275  0x00001f27 isolate0  0x00000014 , 0x00000000 
- 00017276  0x00001f28 nsetflag  0x00000001 , 0x00000006 , 0x00000013 
- 00017277  0x00001f29 branch  0x0000437f , 0x00000001 
- 00017278  0x00001f2a increase  0x00000002 , 0x00000012 
- 00017279  0x00001f2c bmark0  0x00000013 , 0x00004389 
- 00017280  0x00001f2d set1  0x00000007 , 0x00000013 
- 00017281  0x00001f2e fetch  0x00000001 , 0x00000294 
- 00017282  0x00001f2f ior  0x00000013 , 0x00000013 
- 00017283  0x00001f30 increase  0x00000001 , 0x0000003f 
- 00017284  0x00001f31 and_into  0x00000007 , 0x0000003f 
- 00017285  0x00001f32 store  0x00000001 , 0x00000294 
- 00017286  0x00001f33 fetch  0x00000001 , 0x00000274 
- 00017287  0x00001f34 increase  0x00000001 , 0x0000003f 
- 00017288  0x00001f35 store  0x00000001 , 0x00000274 
- 00017289  0x00001f37 fetch  0x00000002 , 0x0000028f 
- 00017290  0x00001f38 iforce  0x0000000a 
- 00017291  0x00001f39 deposit  0x00000012 
- 00017292  0x00001f3a isolate1  0x00000013 , 0x00000000 
- 00017293  0x00001f3b setflag  0x00000001 , 0x0000000f , 0x0000003f 
- 00017294  0x00001f3c istore  0x00000002 , 0x0000000a 
- 00017295  0x00001f3d copy  0x0000000a , 0x00000011 
- 00017296  0x00001f3e deposit  0x00000013 
- 00017297  0x00001f3f istore  0x00000001 , 0x0000000a 
- 00017298  0x00001f40 lshift4  0x00000039 , 0x0000003f 
- 00017299  0x00001f41 ior  0x00000007 , 0x0000003f 
- 00017300  0x00001f42 iadd  0x00000013 , 0x00000013 
- 00017301  0x00001f43 istore  0x00000002 , 0x0000000a 
- 00017302  0x00001f44 rshift8  0x0000003f , 0x0000003f 
- 00017303  0x00001f45 iadd  0x00000013 , 0x0000003f 
- 00017304  0x00001f46 sub  0x0000003f , 0x000000ff , 0x0000003f 
- 00017305  0x00001f47 istore  0x00000001 , 0x0000000a 
- 00017306  0x00001f48 bmark0  0x00000014 , 0x0000439f 
- 00017307  0x00001f49 increase  0x00000004 , 0x00000039 
- 00017308  0x00001f4a copy  0x00000011 , 0x0000000a 
- 00017309  0x00001f4b call  0x00004986 
- 00017310  0x00001f4c istore  0x00000002 , 0x0000000a 
- 00017311  0x00001f4e fetch  0x00000002 , 0x0000028f 
- 00017312  0x00001f4f iadd  0x00000012 , 0x0000000a 
- 00017313  0x00001f50 increase  0x00000002 , 0x0000000a 
- 00017314  0x00001f51 deposit  0x0000000a 
- 00017315  0x00001f52 store  0x00000002 , 0x0000028f 
- 00017316  0x00001f53 hstore  0x00000002 , 0x0000805e 
- 00017317  0x00001f54 fetcht  0x00000002 , 0x0000028d 
- 00017318  0x00001f55 call  0x000043d8 
- 00017319  0x00001f56 call  0x000043ab 
- 00017320  0x00001f57 setarg  0x00000640 
- 00017321  0x00001f58 force  0x00000007 , 0x00000007 
- 00017322  0x00001f59 branch  0x00007e4c 
- 00017323  0x00001f5c setarg  0x00000190 
- 00017324  0x00001f5d force  0x00000001 , 0x00000007 
- 00017325  0x00001f5e call  0x00007e4c 
- 00017326  0x00001f5f set1  0x00000015 , 0x00000000 
- 00017327  0x00001f60 rtn 
- 00017328  0x00001f63 rtnmark0  0x00000015 
- 00017329  0x00001f64 force  0x00000001 , 0x00000007 
- 00017330  0x00001f65 call  0x00007e53 
- 00017331  0x00001f66 nrtn  0x00000034 
- 00017332  0x00001f67 fetch  0x00000002 , 0x0000028d 
- 00017333  0x00001f68 hstore  0x00000002 , 0x00008060 
- 00017334  0x00001f69 branch  0x000043ab 
- 00017335  0x00001f6c fetch  0x00000002 , 0x0000028f 
- 00017336  0x00001f6d fetcht  0x00000002 , 0x0000028d 
- 00017337  0x00001f6e isub  0x00000002 , 0x0000003e 
- 00017338  0x00001f6f branch  0x000043d6 , 0x00000005 
- 00017339  0x00001f70 copy  0x00000002 , 0x0000000a 
- 00017340  0x00001f71 ifetch  0x00000002 , 0x0000000a 
- 00017341  0x00001f72 iforce  0x00000011 
- 00017342  0x00001f73 iand  0x00000035 , 0x0000003f 
- 00017343  0x00001f74 iadd  0x0000000a , 0x0000000a 
- 00017344  0x00001f75 hfetch  0x00000002 , 0x00008110 
- 00017345  0x00001f76 isub  0x0000000a , 0x0000003f 
- 00017346  0x00001f77 iand  0x00000035 , 0x00000012 
- 00017347  0x00001f78 fetch  0x00000002 , 0x0000028f 
- 00017348  0x00001f79 isub  0x0000000a , 0x0000003f 
- 00017349  0x00001f7a iand  0x00000035 , 0x0000003f 
- 00017350  0x00001f7b isub  0x00000012 , 0x0000003f 
- 00017351  0x00001f7c nrtn  0x00000002 
- 00017352  0x00001f7d isolate0  0x0000000f , 0x00000011 
- 00017353  0x00001f7e branch  0x000043d1 , 0x00000001 
- 00017354  0x00001f7f fetch  0x00000001 , 0x00000272 
- 00017355  0x00001f80 rtn  0x00000034 
- 00017356  0x00001f81 increase  0xffffffff , 0x0000003f 
- 00017357  0x00001f82 store  0x00000001 , 0x00000272 
- 00017358  0x00001f83 fetch  0x00000001 , 0x00000274 
- 00017359  0x00001f84 increase  0xffffffff , 0x0000003f 
- 00017360  0x00001f85 store  0x00000001 , 0x00000274 
- 00017361  0x00001f87 copy  0x0000000a , 0x00000002 
- 00017362  0x00001f88 storet  0x00000002 , 0x0000028d 
- 00017363  0x00001f89 fetch  0x00000002 , 0x0000028f 
- 00017364  0x00001f8a call  0x000043d8 
- 00017365  0x00001f8b branch  0x000043b7 
- 00017366  0x00001f8d set0  0x00000015 , 0x00000000 
- 00017367  0x00001f8e rtn 
- 00017368  0x00001f91 isub  0x00000002 , 0x0000003f 
- 00017369  0x00001f92 iand  0x00000035 , 0x0000003f 
- 00017370  0x00001f93 isub  0x00000035 , 0x0000003f 
- 00017371  0x00001f94 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00017372  0x00001f95 store  0x00000002 , 0x00000291 
- 00017373  0x00001f96 rtn 
- 00017374  0x00001f99 fetch  0x00000002 , 0x0000028f 
- 00017375  0x00001f9a iadd  0x0000000a , 0x0000000a 
- 00017376  0x00001f9b rtn 
- 00017377  0x00001fa0 rtn 
- 00017378  0x00001fa3 set1  0x00000025 , 0x00000000 
- 00017379  0x00001fa4 bpatch  0x000000ec , 0x0000403d 
- 00017380  0x00001fa5 fetch  0x00000001 , 0x00004272 
- 00017381  0x00001fa6 nrtn  0x00000034 
- 00017382  0x00001fa8 call  0x000043e9 
- 00017383  0x00001fa9 ncall  0x0000440e , 0x00000028 
- 00017384  0x00001faa rtn 
- 00017385  0x00001fad set1  0x00000025 , 0x00000000 
- 00017386  0x00001fae bpatch  0x000000ed , 0x0000403d 
- 00017387  0x00001faf copy  0x00000003 , 0x00000011 
- 00017388  0x00001fb0 arg  0x00000004 , 0x00000002 
- 00017389  0x00001fb1 ifetch  0x00000001 , 0x00000003 
- 00017390  0x00001fb2 beq  0x00000001 , 0x000043f4 
- 00017391  0x00001fb3 increase  0x00000001 , 0x00000002 
- 00017392  0x00001fb4 beq  0x00000002 , 0x000043f4 
- 00017393  0x00001fb5 copy  0x00000003 , 0x0000003f 
- 00017394  0x00001fb6 hstore  0x00000002 , 0x00008058 
- 00017395  0x00001fb7 rtn 
- 00017396  0x00001fb9 hfetch  0x00000002 , 0x00008112 
- 00017397  0x00001fba isub  0x00000002 , 0x0000003e 
- 00017398  0x00001fbb nbranch  0x000043f4 , 0x00000002 
- 00017399  0x00001fbd disable  0x00000028 
- 00017400  0x00001fbe copy  0x00000011 , 0x00000003 
- 00017401  0x00001fbf call  0x00004417 
- 00017402  0x00001fc0 iadd  0x00000002 , 0x00000002 
- 00017403  0x00001fc2 hfetch  0x00000002 , 0x00008112 
- 00017404  0x00001fc3 isub  0x00000002 , 0x0000003e 
- 00017405  0x00001fc4 nbranch  0x000043fb , 0x00000002 
- 00017406  0x00001fc5 copy  0x00000011 , 0x00000003 
- 00017407  0x00001fc6 ifetch  0x00000001 , 0x00000003 
- 00017408  0x00001fc7 beq  0x00000001 , 0x00004507 
- 00017409  0x00001fc8 beq  0x00000002 , 0x00004403 
- 00017410  0x00001fc9 branch  0x00003bf1 
- 00017411  0x00001fcb set1  0x00000025 , 0x00000000 
- 00017412  0x00001fcc bpatch  0x000000ee , 0x0000403d 
- 00017413  0x00001fcd copy  0x00000003 , 0x00000011 
- 00017414  0x00001fce ifetch  0x00000002 , 0x00000003 
- 00017415  0x00001fcf copy  0x00000011 , 0x00000003 
- 00017416  0x00001fd0 fetcht  0x00000001 , 0x00000046 
- 00017417  0x00001fd1 icompare  0x000000ff , 0x00000002 
- 00017418  0x00001fd2 branch  0x000044dd , 0x00000001 
- 00017419  0x00001fd3 branch  0x000058ea , 0x00000036 
- 00017420  0x00001fd4 enable  0x00000028 
- 00017421  0x00001fd5 rtn 
- 00017422  0x00001fd7 set1  0x00000025 , 0x00000000 
- 00017423  0x00001fd8 bpatch  0x000000ef , 0x0000403d 
- 00017424  0x00001fd9 hfetch  0x00000002 , 0x00008058 
- 00017425  0x00001fda iforce  0x00000003 
- 00017426  0x00001fdb call  0x00004417 
- 00017427  0x00001fdc iadd  0x00000003 , 0x00000003 
- 00017428  0x00001fdd deposit  0x00000003 
- 00017429  0x00001fde hstore  0x00000002 , 0x00008058 
- 00017430  0x00001fdf rtn 
- 00017431  0x00001fe5 ifetch  0x00000001 , 0x00000003 
- 00017432  0x00001fe6 increase  0x00000002 , 0x00000003 
- 00017433  0x00001fe7 beq  0x00000002 , 0x0000441c 
- 00017434  0x00001fe8 ifetch  0x00000001 , 0x00000003 
- 00017435  0x00001fe9 rtn 
- 00017436  0x00001feb ifetch  0x00000002 , 0x00000003 
- 00017437  0x00001fec rtn 
- 00017438  0x00001fef hfetch  0x00000002 , 0x0000805e 
- 00017439  0x00001ff0 increase  0xfffffffb , 0x0000000a 
- 00017440  0x00001ff1 iadd  0x0000000a , 0x0000000a 
- 00017441  0x00001ff2 rtn 
- 00017442  0x00001ff5 arg  0x00000004 , 0x00000002 
- 00017443  0x00001ff6 branch  0x00004425 
- 00017444  0x00001ff8 arg  0x00000002 , 0x00000002 
- 00017445  0x00001ffa set1  0x00000025 , 0x00000000 
- 00017446  0x00001ffb bpatch  0x000000f0 , 0x0000403e 
- 00017447  0x00001ffc increase  0x00000001 , 0x00000039 
- 00017448  0x00001ffd hfetch  0x00000002 , 0x0000805e 
- 00017449  0x00001ffe copy  0x0000003f , 0x0000000a 
- 00017450  0x00001fff copy  0x00000039 , 0x0000003f 
- 00017451  0x00002000 istoret  0x00000001 , 0x0000000a 
- 00017452  0x00002001 increase  0xffffffff , 0x0000003f 
- 00017453  0x00002002 iadd  0x0000000a , 0x0000000a 
- 00017454  0x00002003 copy  0x0000000a , 0x0000003f 
- 00017455  0x00002004 store  0x00000002 , 0x0000029d 
- 00017456  0x00002005 copy  0x00000002 , 0x0000003f 
- 00017457  0x00002006 rtneq  0x00000002 
- 00017458  0x00002007 fetch  0x00000002 , 0x0000029d 
- 00017459  0x00002008 hstore  0x00000002 , 0x0000805e 
- 00017460  0x00002009 branch  0x0000443b 
- 00017461  0x0000200c set1  0x00000025 , 0x00000000 
- 00017462  0x0000200d bpatch  0x000000f1 , 0x0000403e 
- 00017463  0x0000200e fetch  0x00000002 , 0x0000029d 
- 00017464  0x0000200f branch  0x00003bf1 , 0x00000034 
- 00017465  0x00002010 hstore  0x00000002 , 0x0000805e 
- 00017466  0x00002011 branch  0x0000443b 
- 00017467  0x00002014 setarg  0x00000000 
- 00017468  0x00002015 store  0x00000002 , 0x0000029d 
- 00017469  0x00002016 rtn 
- 00017470  0x00002019 hfetcht  0x00000002 , 0x00008110 
- 00017471  0x0000201a hfetch  0x00000002 , 0x0000805e 
- 00017472  0x0000201b isub  0x00000002 , 0x00000011 
- 00017473  0x0000201c nbranch  0x00004447 , 0x00000002 
- 00017474  0x0000201d hfetcht  0x00000002 , 0x0000805a 
- 00017475  0x0000201e hfetch  0x00000002 , 0x0000805c 
- 00017476  0x0000201f isub  0x00000002 , 0x0000003f 
- 00017477  0x00002020 isub  0x00000011 , 0x00000002 
- 00017478  0x00002021 rtn 
- 00017479  0x00002023 sub  0x00000011 , 0xffffffff , 0x00000002 
- 00017480  0x00002024 rtn 
- 00017481  0x0000202a set0  0x00000025 , 0x00000000 
- 00017482  0x0000202b bpatch  0x000000cd , 0x00004019 
- 00017483  0x0000202c fetch  0x00000001 , 0x00004132 
- 00017484  0x0000202d rtnne  0x00000001 
- 00017485  0x0000202e call  0x000044a3 
- 00017486  0x0000202f call  0x00004494 
- 00017487  0x00002030 call  0x000043b0 , 0x00000001 
- 00017488  0x00002031 call  0x00004494 
- 00017489  0x00002032 call  0x000043b7 , 0x00000001 
- 00017490  0x00002033 branch  0x000044e6 
- 00017491  0x00002034 rtnmark0  0x00000018 
- 00017492  0x00002035 force  0x00000000 , 0x00000007 
- 00017493  0x00002036 call  0x00007e53 
- 00017494  0x00002037 nrtn  0x00000034 
- 00017495  0x00002038 call  0x00004472 
- 00017496  0x00002039 call  0x00004494 
- 00017497  0x0000203a nrtn  0x00000001 
- 00017498  0x0000203b set0  0x00000017 , 0x00000000 
- 00017499  0x0000203c force  0x000000da , 0x00000002 
- 00017500  0x0000203d setarg  0x00ededdc 
- 00017501  0x0000203e call  0x0000433c 
- 00017502  0x0000203f setarg  0x000007d0 
- 00017503  0x00002040 force  0x00000000 , 0x00000007 
- 00017504  0x00002041 branch  0x00007e4c 
- 00017505  0x00002045 set0  0x00000025 , 0x00000000 
- 00017506  0x00002046 bpatch  0x000000ce , 0x00004019 
- 00017507  0x00002047 rtn  0x0000002b 
- 00017508  0x00002048 setarg  0x00004aed 
- 00017509  0x00002049 store  0x00000002 , 0x00004290 
- 00017510  0x0000204b setarg  0x000001a0 
- 00017511  0x0000204c store  0x00000002 , 0x000042ac 
- 00017512  0x0000204e set0  0x00000025 , 0x00000000 
- 00017513  0x0000204f bpatch  0x000000cf , 0x00004019 
- 00017514  0x00002050 call  0x00006a0d 
- 00017515  0x00002051 setarg  0x00001800 
- 00017516  0x00002052 hstore  0x00000002 , 0x00008054 
- 00017517  0x00002053 setarg  0x00001bff 
- 00017518  0x00002054 hstore  0x00000002 , 0x00008056 
- 00017519  0x00002055 setarg  0x00001c00 
- 00017520  0x00002056 hstore  0x00000002 , 0x0000805a 
- 00017521  0x00002057 call  0x00004489 
- 00017522  0x00002059 set0  0x00000025 , 0x00000000 
- 00017523  0x0000205a bpatch  0x000000d0 , 0x0000401a 
- 00017524  0x0000205b hjam  0x00000000 , 0x00008062 
- 00017525  0x0000205c jam  0x00000000 , 0x0000028b 
- 00017526  0x0000205d jam  0x00000000 , 0x0000028c 
- 00017527  0x0000205e jam  0x00000000 , 0x00000294 
- 00017528  0x0000205f setarg  0x00001c00 
- 00017529  0x00002060 store  0x00000002 , 0x0000028f 
- 00017530  0x00002061 store  0x00000002 , 0x0000028d 
- 00017531  0x00002062 hstore  0x00000002 , 0x0000805e 
- 00017532  0x00002063 hstore  0x00000002 , 0x00008060 
- 00017533  0x00002064 setarg  0x00001800 
- 00017534  0x00002065 hstore  0x00000002 , 0x00008058 
- 00017535  0x00002066 store  0x00000002 , 0x00000289 
- 00017536  0x00002068 set0  0x00000025 , 0x00000000 
- 00017537  0x00002069 bpatch  0x000000d1 , 0x0000401a 
- 00017538  0x0000206a hfetch  0x00000002 , 0x00008050 
- 00017539  0x0000206b set0  0x0000000f , 0x0000003f 
- 00017540  0x0000206c hstore  0x00000002 , 0x00008050 
- 00017541  0x0000206d call  0x00006909 
- 00017542  0x0000206e hjam  0x00000001 , 0x00008043 
- 00017543  0x0000206f hjam  0x00000081 , 0x00008062 
- 00017544  0x00002070 branch  0x00004497 
- 00017545  0x00002073 setarg  0x00001fff 
- 00017546  0x00002074 hstore  0x00000002 , 0x0000805c 
- 00017547  0x00002075 hfetch  0x00000001 , 0x00008081 
- 00017548  0x00002076 or_into  0x00000007 , 0x0000003f 
- 00017549  0x00002077 hstore  0x00000001 , 0x00008081 
- 00017550  0x00002078 jam  0x000000ff , 0x0000029f 
- 00017551  0x00002079 rtn 
- 00017552  0x0000207c hfetch  0x00000002 , 0x00008116 
- 00017553  0x0000207d hstore  0x00000002 , 0x00008058 
- 00017554  0x0000207e set1  0x0000001b , 0x00000000 
- 00017555  0x0000207f rtn 
- 00017556  0x00002083 hfetch  0x00000001 , 0x00008062 
- 00017557  0x00002084 isolate1  0x00000003 , 0x0000003f 
- 00017558  0x00002085 rtn 
- 00017559  0x00002088 setarg  0x00004803 
- 00017560  0x00002089 store  0x00000002 , 0x00000295 
- 00017561  0x0000208a store  0x00000002 , 0x00000297 
- 00017562  0x0000208b force  0x00000001 , 0x00000002 
- 00017563  0x0000208c iadd  0x00000002 , 0x0000003f 
- 00017564  0x0000208d iadd  0x00000002 , 0x0000003f 
- 00017565  0x0000208e increase  0x00000002 , 0x0000003f 
- 00017566  0x0000208f store  0x00000002 , 0x00000299 
- 00017567  0x00002090 setarg  0x00000000 
- 00017568  0x00002091 store  0x00000001 , 0x0000029c 
- 00017569  0x00002092 store  0x00000001 , 0x0000029b 
- 00017570  0x00002093 rtn 
- 00017571  0x00002096 set0  0x00000025 , 0x00000000 
- 00017572  0x00002097 bpatch  0x000000d2 , 0x0000401a 
- 00017573  0x00002098 hfetch  0x00000001 , 0x0000810c 
- 00017574  0x00002099 iforce  0x00000012 
- 00017575  0x0000209a bbit0  0x00000003 , 0x000044ad 
- 00017576  0x0000209b hfetch  0x00000002 , 0x00008112 
- 00017577  0x0000209c iforce  0x00000013 
- 00017578  0x0000209d arg  0x0000044f , 0x00000002 
- 00017579  0x0000209e isub  0x00000002 , 0x0000003e 
- 00017580  0x0000209f nrtn  0x00000005 
- 00017581  0x000020a1 hfetch  0x00000002 , 0x00008058 
- 00017582  0x000020a2 iforce  0x00000003 
- 00017583  0x000020a3 call  0x00004494 
- 00017584  0x000020a4 branch  0x000042e5 , 0x00000001 
- 00017585  0x000020a5 branch  0x000043e2 
- 00017586  0x000020a8 call  0x00004494 
- 00017587  0x000020a9 branch  0x00004371 , 0x00000001 
- 00017588  0x000020aa rtn 
- 00017589  0x000020ad hfetcht  0x00000001 , 0x0000810c 
- 00017590  0x000020ae isolate1  0x00000006 , 0x00000002 
- 00017591  0x000020af branch  0x000044b5 , 0x00000001 
- 00017592  0x000020b0 hstore  0x00000001 , 0x00008015 
- 00017593  0x000020b1 rtn 
- 00017594  0x000020b5 fetcht  0x00000002 , 0x00000299 
- 00017595  0x000020b6 fetch  0x00000002 , 0x00000295 
- 00017596  0x000020b7 iforce  0x00000005 
- 00017597  0x000020b8 deposit  0x00000003 
- 00017598  0x000020b9 istore  0x00000002 , 0x00000005 
- 00017599  0x000020ba deposit  0x00000005 
- 00017600  0x000020bb store  0x00000002 , 0x00000295 
- 00017601  0x000020bc icompare  0x000000ff , 0x00000002 
- 00017602  0x000020bd call  0x000044c7 , 0x00000001 
- 00017603  0x000020be fetch  0x00000001 , 0x0000029b 
- 00017604  0x000020bf increase  0x00000001 , 0x0000003f 
- 00017605  0x000020c0 store  0x00000001 , 0x0000029b 
- 00017606  0x000020c1 rtn 
- 00017607  0x000020c3 setarg  0x00004803 
- 00017608  0x000020c4 store  0x00000002 , 0x00000295 
- 00017609  0x000020c5 rtn 
- 00017610  0x000020c9 fetch  0x00000001 , 0x0000029b 
- 00017611  0x000020ca rtn  0x00000034 
- 00017612  0x000020cb fetcht  0x00000002 , 0x00000299 
- 00017613  0x000020cc fetch  0x00000002 , 0x00000297 
- 00017614  0x000020cd iforce  0x00000006 
- 00017615  0x000020ce ifetch  0x00000002 , 0x00000006 
- 00017616  0x000020cf iforce  0x00000003 
- 00017617  0x000020d0 deposit  0x00000006 
- 00017618  0x000020d1 store  0x00000002 , 0x00000297 
- 00017619  0x000020d2 icompare  0x000000ff , 0x00000002 
- 00017620  0x000020d3 call  0x000044da , 0x00000001 
- 00017621  0x000020d4 fetch  0x00000001 , 0x0000029b 
- 00017622  0x000020d5 increase  0xffffffff , 0x0000003f 
- 00017623  0x000020d6 store  0x00000001 , 0x0000029b 
- 00017624  0x000020d7 force  0x00000001 , 0x0000003f 
- 00017625  0x000020d8 rtn 
- 00017626  0x000020da setarg  0x00004803 
- 00017627  0x000020db store  0x00000002 , 0x00000297 
- 00017628  0x000020dc rtn 
- 00017629  0x000020df set0  0x00000025 , 0x00000000 
- 00017630  0x000020e0 bpatch  0x000000d3 , 0x0000401a 
- 00017631  0x000020e1 fetch  0x00000001 , 0x0000029b 
- 00017632  0x000020e2 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00017633  0x000020e3 branch  0x000044e4 , 0x00000002 
- 00017634  0x000020e4 enable  0x00000028 
- 00017635  0x000020e5 branch  0x000044e6 
- 00017636  0x000020e7 call  0x000044b2 
- 00017637  0x000020e8 call  0x000044ba 
- 00017638  0x000020ea set0  0x00000025 , 0x00000000 
- 00017639  0x000020eb bpatch  0x000000d4 , 0x0000401a 
- 00017640  0x000020ec rtnmark1  0x00000002 
- 00017641  0x000020ed call  0x000044ca 
- 00017642  0x000020ee rtn  0x00000034 
- 00017643  0x000020ef ifetcht  0x00000001 , 0x00000003 
- 00017644  0x000020f0 call  0x000032f7 
- 00017645  0x000020f1 nrtn  0x00000005 
- 00017646  0x000020f2 ifetch  0x00000001 , 0x00000003 
- 00017647  0x000020f3 rshift4  0x0000003f , 0x0000003f 
- 00017648  0x000020f4 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00017649  0x000020f5 nbranch  0x000044f3 , 0x00000034 
- 00017650  0x000020f6 set1  0x00000001 , 0x0000003f 
- 00017651  0x000020f8 set1  0x00000002 , 0x0000003f 
- 00017652  0x000020f9 store  0x00000001 , 0x00000090 
- 00017653  0x000020fa ifetch  0x00000002 , 0x00000003 
- 00017654  0x000020fb store  0x00000002 , 0x00000091 
- 00017655  0x000020fc deposit  0x00000003 
- 00017656  0x000020fd store  0x00000002 , 0x00000179 
- 00017657  0x000020fe set1  0x00000002 , 0x00000000 
- 00017658  0x000020ff bmark0  0x00000009 , 0x00004502 
- 00017659  0x00002100 fetch  0x00000001 , 0x00000046 
- 00017660  0x00002101 isub  0x00000002 , 0x0000003e 
- 00017661  0x00002102 nbranch  0x00004502 , 0x00000005 
- 00017662  0x00002103 fetch  0x00000001 , 0x0000004b 
- 00017663  0x00002104 set1  0x00000006 , 0x0000003f 
- 00017664  0x00002105 store  0x00000001 , 0x0000004b 
- 00017665  0x00002106 rtn 
- 00017666  0x00002109 increase  0x0000001b , 0x00000011 
- 00017667  0x0000210a ifetch  0x00000001 , 0x00000011 
- 00017668  0x0000210b set1  0x00000006 , 0x0000003f 
- 00017669  0x0000210c istore  0x00000001 , 0x00000011 
- 00017670  0x0000210d rtn 
- 00017671  0x00002113 set0  0x00000025 , 0x00000000 
- 00017672  0x00002114 bpatch  0x000000d5 , 0x0000401a 
- 00017673  0x00002115 fetch  0x00000001 , 0x00004272 
- 00017674  0x00002116 branch  0x0000450d , 0x00000034 
- 00017675  0x00002117 enable  0x00000028 
- 00017676  0x00002118 rtn 
- 00017677  0x0000211a call  0x000044b2 
- 00017678  0x0000211b ifetch  0x00000002 , 0x00000003 
- 00017679  0x0000211c iforce  0x00000030 
- 00017680  0x0000211d iforce  0x00000007 
- 00017681  0x0000211e ifetch  0x00000001 , 0x00000003 
- 00017682  0x0000211f iforce  0x00000002 
- 00017683  0x00002120 rshift2  0x00000030 , 0x0000003f 
- 00017684  0x00002121 rshift8  0x0000003f , 0x0000003f 
- 00017685  0x00002122 beq  0x00000001 , 0x0000451e 
- 00017686  0x00002123 beq  0x00000002 , 0x0000453d 
- 00017687  0x00002124 beq  0x00000003 , 0x0000454f 
- 00017688  0x00002125 beq  0x00000004 , 0x00004569 
- 00017689  0x00002126 beq  0x00000005 , 0x00004572 
- 00017690  0x00002127 beq  0x00000006 , 0x0000457c 
- 00017691  0x00002128 beq  0x0000003f , 0x00004585 
- 00017692  0x00002129 beq  0x00000008 , 0x000045e0 
- 00017693  0x0000212a rtn 
- 00017694  0x0000212e set0  0x00000025 , 0x00000000 
- 00017695  0x0000212f bpatch  0x000000d6 , 0x0000401a 
- 00017696  0x00002130 deposit  0x00000007 
- 00017697  0x00002131 beq  0x00000001 , 0x00004634 
- 00017698  0x00002132 beq  0x00000002 , 0x00004643 
- 00017699  0x00002133 beq  0x00000003 , 0x00004949 
- 00017700  0x00002134 beq  0x00000004 , 0x00004949 
- 00017701  0x00002135 beq  0x00000005 , 0x00004645 
- 00017702  0x00002136 beq  0x00000006 , 0x0000464f 
- 00017703  0x00002137 beq  0x00000007 , 0x00004949 
- 00017704  0x00002138 beq  0x00000008 , 0x0000465d 
- 00017705  0x00002139 beq  0x00000009 , 0x00004739 
- 00017706  0x0000213a beq  0x0000000a , 0x0000473f 
- 00017707  0x0000213b beq  0x0000000b , 0x00004664 
- 00017708  0x0000213c beq  0x0000000c , 0x0000466a 
- 00017709  0x0000213d beq  0x0000000d , 0x0000466d 
- 00017710  0x0000213e beq  0x0000000e , 0x00004675 
- 00017711  0x0000213f beq  0x0000000f , 0x00004743 
- 00017712  0x00002140 beq  0x00000011 , 0x00004688 
- 00017713  0x00002141 beq  0x00000013 , 0x0000468b 
- 00017714  0x00002142 beq  0x00000015 , 0x00004949 
- 00017715  0x00002143 beq  0x00000017 , 0x00004949 
- 00017716  0x00002144 beq  0x00000019 , 0x00004690 
- 00017717  0x00002145 beq  0x0000001b , 0x0000469b 
- 00017718  0x00002146 beq  0x0000001c , 0x00004696 
- 00017719  0x00002147 beq  0x0000001d , 0x000046a1 
- 00017720  0x00002148 beq  0x0000001f , 0x000046a7 
- 00017721  0x00002149 beq  0x00000028 , 0x000046ab 
- 00017722  0x0000214a beq  0x00000029 , 0x000046b6 
- 00017723  0x0000214b beq  0x0000002b , 0x0000467b 
- 00017724  0x0000214c branch  0x0000474d 
- 00017725  0x00002150 set0  0x00000025 , 0x00000000 
- 00017726  0x00002151 bpatch  0x000000d7 , 0x0000401a 
- 00017727  0x00002152 deposit  0x00000007 
- 00017728  0x00002153 beq  0x00000009 , 0x000046cc 
- 00017729  0x00002154 beq  0x0000000d , 0x000046d7 
- 00017730  0x00002155 beq  0x00000001 , 0x00004949 
- 00017731  0x00002156 beq  0x00000003 , 0x0000474f 
- 00017732  0x00002157 beq  0x00000004 , 0x0000475a 
- 00017733  0x00002158 beq  0x00000005 , 0x00004949 
- 00017734  0x00002159 beq  0x00000006 , 0x00004949 
- 00017735  0x0000215a beq  0x00000007 , 0x00004949 
- 00017736  0x0000215b beq  0x0000000b , 0x00004760 
- 00017737  0x0000215c beq  0x0000000c , 0x00004949 
- 00017738  0x0000215d beq  0x0000000e , 0x00004949 
- 00017739  0x0000215e beq  0x0000000f , 0x00004949 
- 00017740  0x0000215f beq  0x00000010 , 0x00004949 
- 00017741  0x00002160 beq  0x00000011 , 0x0000475f 
- 00017742  0x00002161 branch  0x0000474d 
- 00017743  0x00002164 set0  0x00000025 , 0x00000000 
- 00017744  0x00002165 bpatch  0x000000d8 , 0x0000401b 
- 00017745  0x00002166 deposit  0x00000007 
- 00017746  0x00002167 beq  0x00000001 , 0x00004725 
- 00017747  0x00002168 beq  0x00000003 , 0x00004949 
- 00017748  0x00002169 beq  0x00000012 , 0x000046da 
- 00017749  0x0000216a beq  0x00000013 , 0x000046c2 
- 00017750  0x0000216b beq  0x00000014 , 0x000046b8 
- 00017751  0x0000216c beq  0x00000018 , 0x000046db 
- 00017752  0x0000216d beq  0x00000019 , 0x00004705 
- 00017753  0x0000216e beq  0x0000001a , 0x000046de 
- 00017754  0x0000216f beq  0x0000001c , 0x000046e1 
- 00017755  0x00002170 beq  0x0000001e , 0x000046e6 
- 00017756  0x00002171 beq  0x00000020 , 0x000046ec 
- 00017757  0x00002172 beq  0x00000022 , 0x000046eb 
- 00017758  0x00002173 beq  0x00000024 , 0x000046ef 
- 00017759  0x00002174 beq  0x00000026 , 0x00004949 
- 00017760  0x00002175 beq  0x00000031 , 0x00004949 
- 00017761  0x00002176 beq  0x00000033 , 0x00004949 
- 00017762  0x00002177 beq  0x00000035 , 0x0000462e 
- 00017763  0x00002178 beq  0x00000043 , 0x00004949 
- 00017764  0x00002179 beq  0x00000045 , 0x00004949 
- 00017765  0x0000217a beq  0x00000047 , 0x00004949 
- 00017766  0x0000217b beq  0x00000051 , 0x000046f2 
- 00017767  0x0000217c beq  0x00000056 , 0x00004701 
- 00017768  0x0000217d branch  0x0000474d 
- 00017769  0x00002180 set0  0x00000025 , 0x00000000 
- 00017770  0x00002181 bpatch  0x000000d9 , 0x0000401b 
- 00017771  0x00002182 deposit  0x00000007 
- 00017772  0x00002183 beq  0x00000001 , 0x0000470a 
- 00017773  0x00002184 beq  0x00000003 , 0x0000470f 
- 00017774  0x00002185 beq  0x00000004 , 0x00004714 
- 00017775  0x00002186 beq  0x00000005 , 0x0000471b 
- 00017776  0x00002187 beq  0x00000009 , 0x00004720 
- 00017777  0x00002188 branch  0x0000474d 
- 00017778  0x0000218b set0  0x00000025 , 0x00000000 
- 00017779  0x0000218c bpatch  0x000000da , 0x0000401b 
- 00017780  0x0000218d deposit  0x00000007 
- 00017781  0x0000218e beq  0x00000001 , 0x00004949 
- 00017782  0x0000218f beq  0x00000002 , 0x00004726 
- 00017783  0x00002190 beq  0x00000003 , 0x00004727 
- 00017784  0x00002191 beq  0x00000005 , 0x0000472d 
- 00017785  0x00002192 beq  0x00000006 , 0x00004733 
- 00017786  0x00002193 beq  0x00000007 , 0x00004736 
- 00017787  0x00002194 branch  0x0000474d 
- 00017788  0x00002197 set0  0x00000025 , 0x00000000 
- 00017789  0x00002198 bpatch  0x000000db , 0x0000401b 
- 00017790  0x00002199 deposit  0x00000007 
- 00017791  0x0000219a beq  0x00000001 , 0x00004949 
- 00017792  0x0000219b beq  0x00000002 , 0x00004949 
- 00017793  0x0000219c beq  0x00000003 , 0x00004949 
- 00017794  0x0000219d beq  0x00000004 , 0x00004949 
- 00017795  0x0000219e branch  0x0000474d 
- 00017796  0x0000219f rtn 
- 00017797  0x000021a2 set0  0x00000025 , 0x00000000 
- 00017798  0x000021a3 bpatch  0x000000dc , 0x0000401b 
- 00017799  0x000021a4 deposit  0x00000007 
- 00017800  0x000021a5 beq  0x00000000 , 0x00004949 
- 00017801  0x000021a6 beq  0x00000001 , 0x0000459d 
- 00017802  0x000021a7 beq  0x00000002 , 0x000045a2 
- 00017803  0x000021a8 beq  0x00000003 , 0x000045a6 
- 00017804  0x000021a9 beq  0x00000004 , 0x000045b9 
- 00017805  0x000021aa beq  0x00000005 , 0x00004949 
- 00017806  0x000021ab beq  0x00000006 , 0x000045ca 
- 00017807  0x000021ac beq  0x00000007 , 0x00004593 
- 00017808  0x000021ae beq  0x00000010 , 0x000045cd 
- 00017809  0x000021af beq  0x00000011 , 0x000045d5 
- 00017810  0x000021b0 branch  0x00004949 
- 00017811  0x000021b3 call  0x00004949 
- 00017812  0x000021b4 call  0x00007f68 
- 00017813  0x000021b5 call  0x00006a68 
- 00017814  0x000021b7 call  0x00003f5c 
- 00017815  0x000021b8 call  0x00003f66 
- 00017816  0x000021b9 branch  0x00006a7d 
- 00017817  0x000021bc jam  0x00000000 , 0x000042ae 
- 00017818  0x000021bd call  0x00003f5a 
- 00017819  0x000021be call  0x00004468 
- 00017820  0x000021bf branch  0x00003f68 
- 00017821  0x000021c2 call  0x0000496e 
- 00017822  0x000021c3 hfetch  0x00000002 , 0x00008000 
- 00017823  0x000021c4 istore  0x00000002 , 0x0000000a 
- 00017824  0x000021c5 force  0x00000006 , 0x00000039 
- 00017825  0x000021c6 branch  0x0000494c 
- 00017826  0x000021c9 ifetch  0x00000002 , 0x00000003 
- 00017827  0x000021ca store  0x00000002 , 0x000042ac 
- 00017828  0x000021cb hstore  0x00000002 , 0x00008052 
- 00017829  0x000021cc rtn 
- 00017830  0x000021d0 ifetch  0x00000001 , 0x00000003 
- 00017831  0x000021d1 copy  0x0000003f , 0x00000002 
- 00017832  0x000021d2 hstore  0x00000001 , 0x00008024 
- 00017833  0x000021d3 ifetch  0x00000001 , 0x00000003 
- 00017834  0x000021d4 iadd  0x00000002 , 0x00000002 
- 00017835  0x000021d5 set1  0x00000007 , 0x0000003f 
- 00017836  0x000021d6 hstore  0x00000001 , 0x00008023 
- 00017837  0x000021d7 ifetch  0x00000001 , 0x00000003 
- 00017838  0x000021d8 iadd  0x00000002 , 0x00000002 
- 00017839  0x000021d9 copy  0x0000003f , 0x00000039 
- 00017840  0x000021db ifetch  0x00000001 , 0x00000003 
- 00017841  0x000021dc hstore  0x00000001 , 0x00008025 
- 00017842  0x000021dd iadd  0x00000002 , 0x00000002 
- 00017843  0x000021de loop  0x000045b0 
- 00017844  0x000021df and  0x00000002 , 0x000000ff , 0x00000002 
- 00017845  0x000021e0 ifetch  0x00000001 , 0x00000003 
- 00017846  0x000021e1 isub  0x00000002 , 0x0000003e 
- 00017847  0x000021e2 nbranch  0x000045c8 , 0x00000005 
- 00017848  0x000021e3 branch  0x00004949 
- 00017849  0x000021e6 arg  0x00000020 , 0x00000039 
- 00017850  0x000021e7 arg  0x00004000 , 0x00000005 
- 00017851  0x000021e8 arg  0x00000000 , 0x00000002 
- 00017852  0x000021ea ifetch  0x00000001 , 0x00000003 
- 00017853  0x000021eb istore  0x00000001 , 0x00000005 
- 00017854  0x000021ec iadd  0x00000002 , 0x00000002 
- 00017855  0x000021ed loop  0x000045bc 
- 00017856  0x000021ee and  0x00000002 , 0x000000ff , 0x00000002 
- 00017857  0x000021ef ifetch  0x00000001 , 0x00000003 
- 00017858  0x000021f0 isub  0x00000002 , 0x0000003e 
- 00017859  0x000021f1 nbranch  0x000045c8 , 0x00000005 
- 00017860  0x000021f2 hjam  0x00000000 , 0x00008023 
- 00017861  0x000021f3 call  0x00004949 
- 00017862  0x000021f4 call  0x0000440e 
- 00017863  0x000021f5 branch  0x00003001 
- 00017864  0x000021f8 hjam  0x00000000 , 0x00008023 
- 00017865  0x000021f9 branch  0x00003000 
- 00017866  0x000021fc ifetch  0x00000006 , 0x00000003 
- 00017867  0x000021fd store  0x00000006 , 0x00004140 
- 00017868  0x000021fe branch  0x00004949 
- 00017869  0x00002202 ifetch  0x00000001 , 0x00000003 
- 00017870  0x00002203 store  0x00000001 , 0x000002c1 
- 00017871  0x00002204 copy  0x0000003f , 0x00000039 
- 00017872  0x00002205 ifetch  0x00000002 , 0x00000003 
- 00017873  0x00002206 store  0x00000002 , 0x000002c2 
- 00017874  0x00002207 copy  0x0000003f , 0x00000005 
- 00017875  0x00002208 call  0x0000497c 
- 00017876  0x00002209 branch  0x00004949 
- 00017877  0x0000220d ifetch  0x00000001 , 0x00000003 
- 00017878  0x0000220e store  0x00000001 , 0x000002c1 
- 00017879  0x0000220f copy  0x0000003f , 0x00000039 
- 00017880  0x00002210 ifetch  0x00000002 , 0x00000003 
- 00017881  0x00002211 store  0x00000002 , 0x000002c2 
- 00017882  0x00002212 arg  0x00001000 , 0x00000005 
- 00017883  0x00002213 call  0x0000497c 
- 00017884  0x00002214 fetcht  0x00000001 , 0x000002c1 
- 00017885  0x00002215 arg  0x00001000 , 0x00000011 
- 00017886  0x00002216 fetch  0x00000002 , 0x000002c2 
- 00017887  0x00002217 branch  0x00006842 
- 00017888  0x0000221e set0  0x00000025 , 0x00000000 
- 00017889  0x0000221f bpatch  0x000000dd , 0x0000401b 
- 00017890  0x00002220 deposit  0x00000007 
- 00017891  0x00002221 beq  0x00000001 , 0x00004949 
- 00017892  0x00002222 beq  0x00000002 , 0x000045f3 
- 00017893  0x00002223 beq  0x00000003 , 0x000045f8 
- 00017894  0x00002224 beq  0x00000006 , 0x000045ff 
- 00017895  0x00002225 beq  0x00000008 , 0x00004603 
- 00017896  0x00002226 beq  0x00000009 , 0x00004607 
- 00017897  0x00002227 beq  0x0000000a , 0x0000460b 
- 00017898  0x00002228 beq  0x0000000b , 0x0000460e 
- 00017899  0x00002229 beq  0x0000000c , 0x00004611 
- 00017900  0x0000222a beq  0x0000000d , 0x00004614 
- 00017901  0x0000222b beq  0x0000000e , 0x00004626 
- 00017902  0x0000222c beq  0x00000015 , 0x00004627 
- 00017903  0x0000222d beq  0x00000016 , 0x00004933 
- 00017904  0x0000222e beq  0x00000013 , 0x00004949 
- 00017905  0x0000222f branch  0x0000474d 
- 00017906  0x00002230 rtn 
- 00017907  0x00002232 call  0x0000496e 
- 00017908  0x00002233 setarg  0x00000000 
- 00017909  0x00002234 istore  0x00000003 , 0x0000000a 
- 00017910  0x00002235 force  0x00000007 , 0x00000039 
- 00017911  0x00002236 branch  0x0000494c 
- 00017912  0x00002239 call  0x0000496e 
- 00017913  0x0000223a setarg  0x00000001 
- 00017914  0x0000223b istore  0x00000002 , 0x0000000a 
- 00017915  0x0000223c setarg  0x00000000 
- 00017916  0x0000223d istore  0x00000006 , 0x0000000a 
- 00017917  0x0000223e force  0x0000000c , 0x00000039 
- 00017918  0x0000223f branch  0x0000494c 
- 00017919  0x00002242 arg  0x0000000f , 0x00000039 
- 00017920  0x00002243 arg  0x000044d7 , 0x00000005 
- 00017921  0x00002244 call  0x0000497c 
- 00017922  0x00002245 branch  0x00004949 
- 00017923  0x00002248 arg  0x00000020 , 0x00000039 
- 00017924  0x00002249 arg  0x000043d9 , 0x00000005 
- 00017925  0x0000224a call  0x0000497c 
- 00017926  0x0000224b branch  0x00004949 
- 00017927  0x0000224e arg  0x00000020 , 0x00000039 
- 00017928  0x0000224f arg  0x000043f9 , 0x00000005 
- 00017929  0x00002250 call  0x0000497c 
- 00017930  0x00002251 branch  0x00004949 
- 00017931  0x00002254 ifetch  0x00000001 , 0x00000003 
- 00017932  0x00002255 store  0x00000001 , 0x000043d8 
- 00017933  0x00002256 branch  0x00004949 
- 00017934  0x00002259 ifetch  0x00000007 , 0x00000003 
- 00017935  0x0000225a store  0x00000007 , 0x000044f6 
- 00017936  0x0000225b branch  0x00004949 
- 00017937  0x0000225e ifetch  0x00000001 , 0x00000003 
- 00017938  0x0000225f store  0x00000001 , 0x000043d2 
- 00017939  0x00002260 branch  0x00004949 
- 00017940  0x00002263 ifetch  0x00000004 , 0x00000003 
- 00017941  0x00002264 store  0x00000004 , 0x000043d3 
- 00017942  0x00002265 ifetch  0x00000001 , 0x00000003 
- 00017943  0x00002266 store  0x00000001 , 0x000044f8 
- 00017944  0x00002267 arg  0x00000014 , 0x00000039 
- 00017945  0x00002268 arg  0x000044e6 , 0x00000005 
- 00017946  0x00002269 call  0x0000497c 
- 00017947  0x0000226a jam  0x00000001 , 0x000043d2 
- 00017948  0x0000226b fetch  0x00000001 , 0x000044ed 
- 00017949  0x0000226c store  0x00000001 , 0x000044f7 
- 00017950  0x0000226d fetch  0x00000002 , 0x000044f0 
- 00017951  0x0000226e store  0x00000002 , 0x000043d0 
- 00017952  0x0000226f fetch  0x00000002 , 0x000044f2 
- 00017953  0x00002270 store  0x00000002 , 0x000003ed 
- 00017954  0x00002271 fetch  0x00000002 , 0x000044f4 
- 00017955  0x00002272 store  0x00000002 , 0x000003ef 
- 00017956  0x00002273 jam  0x0000001b , 0x00004272 
- 00017957  0x00002274 branch  0x00004933 
- 00017958  0x00002278 branch  0x00004949 
- 00017959  0x0000227b call  0x0000496e 
- 00017960  0x0000227c ifetch  0x00000002 , 0x00000003 
- 00017961  0x0000227d istore  0x00000002 , 0x0000000a 
- 00017962  0x0000227e setarg  0x001fffff 
- 00017963  0x0000227f istore  0x00000005 , 0x0000000a 
- 00017964  0x00002280 force  0x0000000b , 0x00000039 
- 00017965  0x00002281 branch  0x0000494c 
- 00017966  0x00002287 ifetch  0x00000003 , 0x00000003 
- 00017967  0x00002288 ifetcht  0x00000003 , 0x00000003 
- 00017968  0x00002289 fetch  0x00000002 , 0x00004800 
- 00017969  0x0000228a iadd  0x00000002 , 0x0000003f 
- 00017970  0x0000228b store  0x00000002 , 0x00004800 
- 00017971  0x0000228c rtn 
- 00017972  0x0000228f ifetch  0x00000003 , 0x00000003 
- 00017973  0x00002290 store  0x00000003 , 0x00004147 
- 00017974  0x00002292 jam  0x00000001 , 0x00004272 
- 00017975  0x00002293 ifetch  0x00000001 , 0x00000003 
- 00017976  0x00002294 arg  0x00000640 , 0x00000002 
- 00017977  0x00002295 imul32  0x00000002 , 0x0000003f 
- 00017978  0x00002296 arg  0x0000ffff , 0x00000002 
- 00017979  0x00002297 isub  0x00000002 , 0x0000003e 
- 00017980  0x00002298 nbranch  0x0000463e , 0x00000002 
- 00017981  0x00002299 deposit  0x00000002 
- 00017982  0x0000229b force  0x00000002 , 0x00000007 
- 00017983  0x0000229c call  0x00007e4c 
- 00017984  0x0000229d fetch  0x00000001 , 0x000042a4 
- 00017985  0x0000229e bbit1  0x00000000 , 0x0000428c 
- 00017986  0x0000229f branch  0x00004933 
- 00017987  0x000022a3 jam  0x00000002 , 0x00004272 
- 00017988  0x000022a4 branch  0x00004949 
- 00017989  0x000022a7 call  0x00004763 
- 00017990  0x000022a8 ifetch  0x00000002 , 0x00000003 
- 00017991  0x000022a9 store  0x00000002 , 0x00000275 
- 00017992  0x000022aa ifetch  0x00000002 , 0x00000003 
- 00017993  0x000022ab store  0x00000001 , 0x000000f3 
- 00017994  0x000022ac call  0x00004776 
- 00017995  0x000022ad ifetch  0x00000001 , 0x00000003 
- 00017996  0x000022ae store  0x00000001 , 0x00004802 
- 00017997  0x000022af jam  0x00000005 , 0x00004272 
- 00017998  0x000022b0 branch  0x00004933 
- 00017999  0x000022b4 jam  0x00000006 , 0x00004272 
- 00018000  0x000022b5 ifetch  0x00000002 , 0x00000003 
- 00018001  0x000022b6 store  0x00000001 , 0x00004273 
- 00018002  0x000022b7 ifetch  0x00000001 , 0x00000003 
- 00018003  0x000022b8 store  0x00000001 , 0x00000446 
- 00018004  0x000022b9 jam  0x00000016 , 0x000002c0 
- 00018005  0x000022ba fetch  0x00000001 , 0x00004273 
- 00018006  0x000022bb fetcht  0x00000001 , 0x000000ad 
- 00018007  0x000022bc isub  0x00000002 , 0x0000003e 
- 00018008  0x000022bd nbranch  0x00004933 , 0x00000005 
- 00018009  0x000022be jam  0x00000011 , 0x00004272 
- 00018010  0x000022bf fetch  0x00000001 , 0x000000ac 
- 00018011  0x000022c0 store  0x00000001 , 0x00004273 
- 00018012  0x000022c1 branch  0x00004933 
- 00018013  0x000022c4 call  0x0000496e 
- 00018014  0x000022c5 call  0x00004965 
- 00018015  0x000022c6 force  0x0000000a , 0x00000039 
- 00018016  0x000022c7 call  0x0000494c 
- 00018017  0x000022c9 jam  0x0000001a , 0x00004272 
- 00018018  0x000022ca force  0x00000002 , 0x00000002 
- 00018019  0x000022cb branch  0x00004826 
- 00018020  0x000022ce call  0x00004763 
- 00018021  0x000022cf arg  0x00004262 , 0x00000005 
- 00018022  0x000022d0 force  0x00000010 , 0x00000039 
- 00018023  0x000022d1 call  0x0000497c 
- 00018024  0x000022d2 jam  0x0000000b , 0x00004272 
- 00018025  0x000022d3 branch  0x00004677 
- 00018026  0x000022d6 call  0x00004763 
- 00018027  0x000022d7 jam  0x0000000c , 0x00004272 
- 00018028  0x000022d8 branch  0x00004677 
- 00018029  0x000022db call  0x00004763 
- 00018030  0x000022dc ifetch  0x00000001 , 0x00000003 
- 00018031  0x000022dd store  0x00000001 , 0x0000054f 
- 00018032  0x000022de iforce  0x00000039 
- 00018033  0x000022df arg  0x00000550 , 0x00000005 
- 00018034  0x000022e0 call  0x0000497c 
- 00018035  0x000022e1 jam  0x00000009 , 0x00004272 
- 00018036  0x000022e2 branch  0x00004677 
- 00018037  0x000022e5 call  0x00004763 
- 00018038  0x000022e6 jam  0x0000000a , 0x00004272 
- 00018039  0x000022e8 call  0x0000496e 
- 00018040  0x000022e9 call  0x00004965 
- 00018041  0x000022ea force  0x0000000a , 0x00000039 
- 00018042  0x000022eb branch  0x0000494c 
- 00018043  0x000022ef increase  0x00000006 , 0x00000003 
- 00018044  0x000022f0 ifetch  0x00000003 , 0x00000003 
- 00018045  0x000022f1 store  0x00000003 , 0x000007e6 
- 00018046  0x000022f2 fetch  0x00000001 , 0x000007db 
- 00018047  0x000022f3 beq  0x00000013 , 0x00004683 
- 00018048  0x000022f4 beq  0x00000003 , 0x00004683 
- 00018049  0x000022f5 jam  0x00000016 , 0x00004272 
- 00018050  0x000022f6 branch  0x00004684 
- 00018051  0x000022f8 jam  0x00000001 , 0x000007dd 
- 00018052  0x000022fa call  0x0000496e 
- 00018053  0x000022fb call  0x00004965 
- 00018054  0x000022fc force  0x0000000a , 0x00000039 
- 00018055  0x000022fd branch  0x0000494c 
- 00018056  0x00002301 call  0x00004766 
- 00018057  0x00002302 jam  0x0000000d , 0x00004272 
- 00018058  0x00002303 branch  0x00004933 
- 00018059  0x00002306 call  0x00004766 
- 00018060  0x00002307 ifetch  0x00000001 , 0x00000003 
- 00018061  0x00002308 increase  0x0000000e , 0x0000003f 
- 00018062  0x00002309 store  0x00000001 , 0x00004272 
- 00018063  0x0000230a branch  0x00004933 
- 00018064  0x0000230d call  0x00004763 
- 00018065  0x0000230e ifetch  0x00000002 , 0x00000003 
- 00018066  0x0000230f store  0x00000001 , 0x000000f3 
- 00018067  0x00002310 call  0x00004776 
- 00018068  0x00002311 jam  0x00000003 , 0x00004272 
- 00018069  0x00002312 branch  0x00004933 
- 00018070  0x00002315 ifetch  0x00000002 , 0x00000003 
- 00018071  0x00002316 ifetch  0x00000001 , 0x00000003 
- 00018072  0x00002317 store  0x00000001 , 0x00000449 
- 00018073  0x00002318 jam  0x00000015 , 0x00004272 
- 00018074  0x00002319 branch  0x00004933 
- 00018075  0x0000231d fetch  0x00000001 , 0x00000046 
- 00018076  0x0000231e force  0x00000002 , 0x00000011 
- 00018077  0x0000231f branch  0x0000493d , 0x00000034 
- 00018078  0x00002320 call  0x00004766 
- 00018079  0x00002321 jam  0x00000004 , 0x00004272 
- 00018080  0x00002322 branch  0x00004933 
- 00018081  0x00002327 fetch  0x00000001 , 0x00000046 
- 00018082  0x00002328 force  0x00000002 , 0x00000011 
- 00018083  0x00002329 branch  0x0000493d , 0x00000034 
- 00018084  0x0000232a call  0x00004766 
- 00018085  0x0000232b jam  0x00000014 , 0x00004272 
- 00018086  0x0000232c branch  0x00004933 
- 00018087  0x00002330 call  0x0000476e 
- 00018088  0x00002331 force  0x0000001c , 0x00000007 
- 00018089  0x00002332 force  0x00000005 , 0x00000039 
- 00018090  0x00002333 branch  0x00004952 
- 00018091  0x00002336 call  0x00004766 
- 00018092  0x00002337 increase  0x0000000a , 0x00000003 
- 00018093  0x00002338 ifetch  0x00000002 , 0x00000003 
- 00018094  0x00002339 store  0x00000002 , 0x00000281 
- 00018095  0x0000233a ifetch  0x00000001 , 0x00000003 
- 00018096  0x0000233b store  0x00000001 , 0x00000283 
- 00018097  0x0000233c ifetch  0x00000002 , 0x00000003 
- 00018098  0x0000233d store  0x00000002 , 0x00000284 
- 00018099  0x0000233e jam  0x00000002 , 0x000000ab 
- 00018100  0x0000233f jam  0x00000010 , 0x00004272 
- 00018101  0x00002340 branch  0x00004933 
- 00018102  0x00002343 jam  0x0000001c , 0x00004272 
- 00018103  0x00002344 branch  0x00004933 
- 00018104  0x00002349 call  0x0000496e 
- 00018105  0x0000234a arg  0x00004703 , 0x00000006 
- 00018106  0x0000234b sub  0x00000006 , 0x000000ff , 0x00000039 
- 00018107  0x0000234c call  0x00004976 
- 00018108  0x0000234d force  0x00000000 , 0x0000003f 
- 00018109  0x0000234e sub  0x00000006 , 0x00004703 , 0x00000039 
- 00018110  0x0000234f increase  0x000000f8 , 0x00000039 
- 00018111  0x00002350 call  0x00004982 
- 00018112  0x00002351 force  0x000000fc , 0x00000039 
- 00018113  0x00002352 branch  0x0000494c 
- 00018114  0x00002355 arg  0x00004703 , 0x00000005 
- 00018115  0x00002356 sub  0x00000005 , 0x000000ff , 0x00000039 
- 00018116  0x00002358 ifetch  0x00000001 , 0x00000003 
- 00018117  0x00002359 istore  0x00000001 , 0x00000005 
- 00018118  0x0000235a branch  0x000046c8 , 0x00000034 
- 00018119  0x0000235b loop  0x000046c4 
- 00018120  0x0000235d sub  0x00000005 , 0x00004703 , 0x0000003f 
- 00018121  0x0000235e sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00018122  0x0000235f store  0x00000001 , 0x00004702 
- 00018123  0x00002360 branch  0x00004949 
- 00018124  0x00002363 call  0x0000496e 
- 00018125  0x00002364 call  0x0000496b 
- 00018126  0x00002365 force  0x00000000 , 0x0000003f 
- 00018127  0x00002366 nsetflag  0x00000029 , 0x00000000 , 0x0000003f 
- 00018128  0x00002367 istore  0x00000001 , 0x0000000a 
- 00018129  0x00002368 force  0x00000007 , 0x00000039 
- 00018130  0x00002369 arg  0x00000809 , 0x00000030 
- 00018131  0x0000236a call  0x0000494c 
- 00018132  0x0000236b branch  0x000049bc 
- 00018133  0x0000236c jam  0x00000017 , 0x00004272 
- 00018134  0x0000236d rtn 
- 00018135  0x00002371 call  0x00004769 
- 00018136  0x00002372 force  0x00000006 , 0x00000039 
- 00018137  0x00002373 branch  0x0000494c 
- 00018138  0x00002377 branch  0x00004949 
- 00018139  0x0000237a ifetch  0x00000002 , 0x00000003 
- 00018140  0x0000237b store  0x00000002 , 0x00004159 
- 00018141  0x0000237c branch  0x00004949 
- 00018142  0x00002380 ifetch  0x00000001 , 0x00000003 
- 00018143  0x00002381 store  0x00000001 , 0x00004133 
- 00018144  0x00002382 branch  0x00004949 
- 00018145  0x00002385 ifetch  0x00000002 , 0x00000003 
- 00018146  0x00002386 store  0x00000002 , 0x00004153 
- 00018147  0x00002387 ifetch  0x00000002 , 0x00000003 
- 00018148  0x00002388 store  0x00000002 , 0x00004151 
- 00018149  0x00002389 branch  0x00004949 
- 00018150  0x0000238c ifetch  0x00000002 , 0x00000003 
- 00018151  0x0000238d store  0x00000002 , 0x0000414f 
- 00018152  0x0000238e ifetch  0x00000002 , 0x00000003 
- 00018153  0x0000238f store  0x00000002 , 0x0000414d 
- 00018154  0x00002390 branch  0x00004949 
- 00018155  0x00002393 branch  0x00004949 
- 00018156  0x00002397 ifetch  0x00000001 , 0x00000003 
- 00018157  0x00002398 store  0x00000001 , 0x00000453 
- 00018158  0x00002399 branch  0x00004949 
- 00018159  0x0000239c ifetch  0x00000003 , 0x00000003 
- 00018160  0x0000239d store  0x00000003 , 0x0000414a 
- 00018161  0x0000239e branch  0x00004949 
- 00018162  0x000023a4 deposit  0x00000002 
- 00018163  0x000023a5 branch  0x00004949 , 0x00000034 
- 00018164  0x000023a6 call  0x00004970 
- 00018165  0x000023a7 force  0x00000001 , 0x0000003f 
- 00018166  0x000023a8 istore  0x00000001 , 0x0000000a 
- 00018167  0x000023a9 deposit  0x00000030 
- 00018168  0x000023aa istore  0x00000002 , 0x0000000a 
- 00018169  0x000023ab force  0x00000012 , 0x0000003f 
- 00018170  0x000023ac istore  0x00000001 , 0x0000000a 
- 00018171  0x000023ad setarg  0x00000000 
- 00018172  0x000023ae increase  0x000000f1 , 0x00000039 
- 00018173  0x000023af call  0x00004982 
- 00018174  0x000023b1 force  0x0000000e , 0x00000007 
- 00018175  0x000023b2 force  0x000000f5 , 0x00000039 
- 00018176  0x000023b3 branch  0x00004952 
- 00018177  0x000023b8 ifetch  0x00000001 , 0x00000003 
- 00018178  0x000023b9 ncall  0x00006003 , 0x00000034 
- 00018179  0x000023ba call  0x00006009 , 0x00000034 
- 00018180  0x000023bb branch  0x00004949 
- 00018181  0x000023be call  0x0000496e 
- 00018182  0x000023bf fetch  0x00000001 , 0x00004133 
- 00018183  0x000023c0 istore  0x00000001 , 0x0000000a 
- 00018184  0x000023c1 force  0x00000005 , 0x00000039 
- 00018185  0x000023c2 branch  0x0000494c 
- 00018186  0x000023c5 call  0x0000496e 
- 00018187  0x000023c6 fetch  0x00000008 , 0x00000080 
- 00018188  0x000023c7 istore  0x00000008 , 0x0000000a 
- 00018189  0x000023c8 force  0x0000000c , 0x00000039 
- 00018190  0x000023c9 branch  0x0000494c 
- 00018191  0x000023cc call  0x0000496e 
- 00018192  0x000023cd fetch  0x00000008 , 0x00004138 
- 00018193  0x000023ce istore  0x00000008 , 0x0000000a 
- 00018194  0x000023cf force  0x0000000c , 0x00000039 
- 00018195  0x000023d0 branch  0x0000494c 
- 00018196  0x000023d3 call  0x0000496e 
- 00018197  0x000023d4 setarg  0x00000101 
- 00018198  0x000023d5 istore  0x00000002 , 0x0000000a 
- 00018199  0x000023d6 setarg  0x00000001 
- 00018200  0x000023d7 istore  0x00000008 , 0x0000000a 
- 00018201  0x000023d8 force  0x0000000e , 0x00000039 
- 00018202  0x000023d9 branch  0x0000494c 
- 00018203  0x000023dc call  0x0000496e 
- 00018204  0x000023dd fetch  0x00000007 , 0x00000083 
- 00018205  0x000023de istore  0x00000007 , 0x0000000a 
- 00018206  0x000023df force  0x0000000b , 0x00000039 
- 00018207  0x000023e0 branch  0x0000494c 
- 00018208  0x000023e3 call  0x0000496e 
- 00018209  0x000023e4 fetch  0x00000006 , 0x00004140 
- 00018210  0x000023e5 istore  0x00000006 , 0x0000000a 
- 00018211  0x000023e6 force  0x0000000a , 0x00000039 
- 00018212  0x000023e7 branch  0x0000494c 
- 00018213  0x000023ea branch  0x00004949 
- 00018214  0x000023ee branch  0x00004949 
- 00018215  0x000023f0 call  0x0000496e 
- 00018216  0x000023f1 call  0x0000496b 
- 00018217  0x000023f2 setarg  0x000000ff 
- 00018218  0x000023f3 istore  0x00000001 , 0x0000000a 
- 00018219  0x000023f4 force  0x00000007 , 0x00000039 
- 00018220  0x000023f5 branch  0x0000494c 
- 00018221  0x000023f8 call  0x0000496e 
- 00018222  0x000023f9 call  0x0000496b 
- 00018223  0x000023fa setarg  0x00000000 
- 00018224  0x000023fb istore  0x00000001 , 0x0000000a 
- 00018225  0x000023fc force  0x00000007 , 0x00000039 
- 00018226  0x000023fd branch  0x0000494c 
- 00018227  0x00002400 set0  0x00000025 , 0x00000000 
- 00018228  0x00002401 bpatch  0x000000de , 0x0000401b 
- 00018229  0x00002402 branch  0x00004949 
- 00018230  0x00002404 set0  0x00000025 , 0x00000000 
- 00018231  0x00002405 bpatch  0x000000df , 0x0000401b 
- 00018232  0x00002406 branch  0x00004949 
- 00018233  0x0000240c call  0x00004763 
- 00018234  0x0000240d jam  0x00000007 , 0x00004272 
- 00018235  0x0000240e ifetch  0x00000001 , 0x00000003 
- 00018236  0x0000240f beq  0x00000001 , 0x00004933 
- 00018237  0x00002410 jam  0x00000019 , 0x00004272 
- 00018238  0x00002411 branch  0x00004933 
- 00018239  0x00002414 branch  0x00004739 
- 00018240  0x00002415 call  0x00004763 
- 00018241  0x00002416 jam  0x00000008 , 0x00004272 
- 00018242  0x00002417 branch  0x00004949 
- 00018243  0x0000241a call  0x00004933 
- 00018244  0x0000241b call  0x00004970 
- 00018245  0x0000241c setarg  0x00000000 
- 00018246  0x0000241d istore  0x00000001 , 0x0000000a 
- 00018247  0x0000241e ifetch  0x00000004 , 0x00000003 
- 00018248  0x0000241f istore  0x00000004 , 0x0000000a 
- 00018249  0x00002420 force  0x00000008 , 0x00000039 
- 00018250  0x00002421 arg  0x0000001d , 0x00000007 
- 00018251  0x00002422 arg  0x00000005 , 0x00000039 
- 00018252  0x00002423 branch  0x00004952 
- 00018253  0x00002426 force  0x00000001 , 0x00000011 
- 00018254  0x00002427 branch  0x0000493d 
- 00018255  0x0000242c call  0x00004766 
- 00018256  0x0000242d ifetch  0x00000002 , 0x00000003 
- 00018257  0x0000242e store  0x00000002 , 0x00004280 
- 00018258  0x0000242f ifetch  0x00000002 , 0x00000003 
- 00018259  0x00002430 store  0x00000002 , 0x0000027b 
- 00018260  0x00002431 ifetch  0x00000002 , 0x00000003 
- 00018261  0x00002432 store  0x00000002 , 0x00004282 
- 00018262  0x00002433 ifetch  0x00000002 , 0x00000003 
- 00018263  0x00002434 store  0x00000002 , 0x00004284 
- 00018264  0x00002435 jam  0x00000012 , 0x00004272 
- 00018265  0x00002436 branch  0x00004933 
- 00018266  0x00002439 call  0x00004766 
- 00018267  0x0000243a call  0x0000475d 
- 00018268  0x0000243b branch  0x00004933 
- 00018269  0x0000243e jam  0x00000013 , 0x00004272 
- 00018270  0x0000243f rtn 
- 00018271  0x00002442 branch  0x00004949 
- 00018272  0x00002445 call  0x00004763 
- 00018273  0x00002446 jam  0x00000018 , 0x00004272 
- 00018274  0x00002447 branch  0x00004933 
- 00018275  0x0000244a ifetch  0x00000006 , 0x00000003 
- 00018276  0x0000244b store  0x00000006 , 0x00004274 
- 00018277  0x0000244c rtn 
- 00018278  0x0000244f ifetch  0x00000002 , 0x00000003 
- 00018279  0x00002450 store  0x00000001 , 0x00004273 
- 00018280  0x00002451 rtn 
- 00018281  0x00002454 call  0x00004766 
- 00018282  0x00002455 call  0x0000496e 
- 00018283  0x00002456 fetch  0x00000001 , 0x00004273 
- 00018284  0x00002457 istore  0x00000002 , 0x0000000a 
- 00018285  0x00002458 rtn 
- 00018286  0x0000245d call  0x00004766 
- 00018287  0x0000245e call  0x00004933 
- 00018288  0x0000245f call  0x00004970 
- 00018289  0x00002460 force  0x00000000 , 0x0000003f 
- 00018290  0x00002461 istore  0x00000001 , 0x0000000a 
- 00018291  0x00002462 fetch  0x00000001 , 0x00004273 
- 00018292  0x00002463 istore  0x00000002 , 0x0000000a 
- 00018293  0x00002464 rtn 
- 00018294  0x00002467 ifetch  0x00000002 , 0x00000003 
- 00018295  0x00002468 iadd  0x00000022 , 0x0000003f 
- 00018296  0x00002469 and_into  0x000001fc , 0x0000003f 
- 00018297  0x0000246a store  0x00000004 , 0x000000f4 
- 00018298  0x0000246b rtn 
- 00018299  0x0000246e set0  0x00000025 , 0x00000000 
- 00018300  0x0000246f bpatch  0x000000e0 , 0x0000401c 
- 00018301  0x00002470 fetch  0x00000001 , 0x00000274 
- 00018302  0x00002471 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00018303  0x00002472 nrtn  0x00000002 
- 00018304  0x00002473 fetcht  0x00000006 , 0x00000182 
- 00018305  0x00002474 call  0x000032fc 
- 00018306  0x00002475 rtn  0x00000005 
- 00018307  0x00002476 call  0x00004972 
- 00018308  0x00002477 setarg  0x00010f22 
- 00018309  0x00002478 istore  0x00000003 , 0x0000000a 
- 00018310  0x00002479 fetch  0x00000006 , 0x00000182 
- 00018311  0x0000247a istore  0x00000006 , 0x0000000a 
- 00018312  0x0000247b fetch  0x00000001 , 0x0000017d 
- 00018313  0x0000247c copy  0x0000003f , 0x00000002 
- 00018314  0x0000247d rshift3  0x0000003f , 0x0000003f 
- 00018315  0x0000247e rshift3  0x0000003f , 0x0000003f 
- 00018316  0x0000247f istore  0x00000001 , 0x0000000a 
- 00018317  0x00002480 copy  0x00000002 , 0x0000003f 
- 00018318  0x00002481 and  0x0000003f , 0x00000030 , 0x0000003f 
- 00018319  0x00002482 rshift3  0x0000003f , 0x0000003f 
- 00018320  0x00002483 rshift  0x0000003f , 0x0000003f 
- 00018321  0x00002484 istore  0x00000001 , 0x0000000a 
- 00018322  0x00002485 fetch  0x00000003 , 0x0000017f 
- 00018323  0x00002486 istore  0x00000003 , 0x0000000a 
- 00018324  0x00002487 fetch  0x00000004 , 0x0000016f 
- 00018325  0x00002488 isub  0x00000022 , 0x0000003f 
- 00018326  0x00002489 istore  0x00000002 , 0x0000000a 
- 00018327  0x0000248a setarg  0x000000c8 
- 00018328  0x0000248b istore  0x00000001 , 0x0000000a 
- 00018329  0x0000248c force  0x0000000f , 0x00000039 
- 00018330  0x0000248d branch  0x00004959 
- 00018331  0x00002490 set0  0x00000025 , 0x00000000 
- 00018332  0x00002491 bpatch  0x000000e1 , 0x0000401c 
- 00018333  0x00002492 force  0x0000021c , 0x00000002 
- 00018334  0x00002493 fetch  0x00000002 , 0x00000291 
- 00018335  0x00002494 isub  0x00000002 , 0x0000003e 
- 00018336  0x00002495 nrtn  0x00000002 
- 00018337  0x00002496 fetcht  0x00000003 , 0x00000286 
- 00018338  0x00002497 fetch  0x00000003 , 0x00000185 
- 00018339  0x00002498 isub  0x00000002 , 0x0000003e 
- 00018340  0x00002499 rtn  0x00000005 
- 00018341  0x0000249a rtn  0x00000034 
- 00018342  0x0000249b store  0x00000003 , 0x00000286 
- 00018343  0x0000249c fetch  0x00000001 , 0x00000274 
- 00018344  0x0000249d sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00018345  0x0000249e nrtn  0x00000002 
- 00018346  0x0000249f fetcht  0x00000006 , 0x00000182 
- 00018347  0x000024a0 call  0x000032fc 
- 00018348  0x000024a1 rtn  0x00000005 
- 00018349  0x000024a2 call  0x000047cc 
- 00018350  0x000024a3 force  0x0000000f , 0x00000002 
- 00018351  0x000024a4 fetch  0x00000001 , 0x000004df 
- 00018352  0x000024a5 bne  0x00000009 , 0x000047c5 
- 00018353  0x000024a6 fetch  0x00000001 , 0x000004de 
- 00018354  0x000024a7 branch  0x000047c5 , 0x00000034 
- 00018355  0x000024a8 iforce  0x00000039 
- 00018356  0x000024a9 istore  0x00000001 , 0x0000000a 
- 00018357  0x000024aa iadd  0x00000002 , 0x00000002 
- 00018358  0x000024ab increase  0x00000001 , 0x00000002 
- 00018359  0x000024ac arg  0x000004df , 0x00000006 
- 00018360  0x000024af ifetch  0x00000001 , 0x00000006 
- 00018361  0x000024b0 istore  0x00000001 , 0x0000000a 
- 00018362  0x000024b1 loop  0x000047b8 
- 00018363  0x000024b3 ifetch  0x00000001 , 0x00000006 
- 00018364  0x000024b4 branch  0x000047c5 , 0x00000034 
- 00018365  0x000024b5 iforce  0x00000039 
- 00018366  0x000024b6 istore  0x00000001 , 0x0000000a 
- 00018367  0x000024b7 iadd  0x00000002 , 0x00000002 
- 00018368  0x000024b8 increase  0x00000001 , 0x00000002 
- 00018369  0x000024ba ifetch  0x00000001 , 0x00000006 
- 00018370  0x000024bb istore  0x00000001 , 0x0000000a 
- 00018371  0x000024bc loop  0x000047c1 
- 00018372  0x000024bd branch  0x000047bb 
- 00018373  0x000024bf sub  0x00000002 , 0x000000ff , 0x0000003f 
- 00018374  0x000024c0 iforce  0x00000039 
- 00018375  0x000024c2 setarg  0x00000000 
- 00018376  0x000024c3 istore  0x00000001 , 0x0000000a 
- 00018377  0x000024c4 loop  0x000047c7 
- 00018378  0x000024c5 force  0x000000ff , 0x00000039 
- 00018379  0x000024c6 branch  0x00004959 
- 00018380  0x000024c9 set0  0x00000025 , 0x00000000 
- 00018381  0x000024ca bpatch  0x000000e2 , 0x0000401c 
- 00018382  0x000024cb call  0x00004972 
- 00018383  0x000024cc setarg  0x0001ff2f 
- 00018384  0x000024cd istore  0x00000003 , 0x0000000a 
- 00018385  0x000024ce fetch  0x00000006 , 0x00000182 
- 00018386  0x000024cf istore  0x00000006 , 0x0000000a 
- 00018387  0x000024d0 fetch  0x00000001 , 0x0000017d 
- 00018388  0x000024d1 copy  0x0000003f , 0x00000002 
- 00018389  0x000024d2 rshift3  0x0000003f , 0x0000003f 
- 00018390  0x000024d3 rshift3  0x0000003f , 0x0000003f 
- 00018391  0x000024d4 istore  0x00000001 , 0x0000000a 
- 00018392  0x000024d5 copy  0x00000002 , 0x0000003f 
- 00018393  0x000024d6 and  0x0000003f , 0x00000030 , 0x0000003f 
- 00018394  0x000024d7 rshift3  0x0000003f , 0x0000003f 
- 00018395  0x000024d8 rshift  0x0000003f , 0x0000003f 
- 00018396  0x000024d9 istore  0x00000001 , 0x0000000a 
- 00018397  0x000024da fetch  0x00000003 , 0x0000017f 
- 00018398  0x000024db istore  0x00000003 , 0x0000000a 
- 00018399  0x000024dc fetch  0x00000004 , 0x0000016f 
- 00018400  0x000024dd isub  0x00000022 , 0x0000003f 
- 00018401  0x000024de istore  0x00000002 , 0x0000000a 
- 00018402  0x000024df setarg  0x000000c8 
- 00018403  0x000024e0 istore  0x00000001 , 0x0000000a 
- 00018404  0x000024e1 rtn 
- 00018405  0x000024e4 set0  0x00000025 , 0x00000000 
- 00018406  0x000024e5 bpatch  0x000000e3 , 0x0000401c 
- 00018407  0x000024e6 fetch  0x00000001 , 0x00004132 
- 00018408  0x000024e7 rtnne  0x00000001 
- 00018409  0x000024e8 call  0x00004968 
- 00018410  0x000024e9 istoret  0x00000008 , 0x0000000a 
- 00018411  0x000024ea force  0x0000000b , 0x00000039 
- 00018412  0x000024eb force  0x0000000b , 0x00000007 
- 00018413  0x000024ec branch  0x00004952 
- 00018414  0x000024ef set0  0x00000025 , 0x00000000 
- 00018415  0x000024f0 bpatch  0x000000e4 , 0x0000401c 
- 00018416  0x000024f1 fetch  0x00000001 , 0x00004132 
- 00018417  0x000024f2 rtnne  0x00000001 
- 00018418  0x000024f4 call  0x00004970 
- 00018419  0x000024f5 fetch  0x00000006 , 0x00000040 
- 00018420  0x000024f6 istore  0x00000006 , 0x0000000a 
- 00018421  0x000024f7 istoret  0x00000008 , 0x0000000a 
- 00018422  0x000024f8 force  0x0000000e , 0x00000039 
- 00018423  0x000024f9 force  0x0000003d , 0x00000007 
- 00018424  0x000024fa branch  0x00004952 
- 00018425  0x000024fd set0  0x00000025 , 0x00000000 
- 00018426  0x000024fe bpatch  0x000000e5 , 0x0000401c 
- 00018427  0x000024ff fetch  0x00000001 , 0x00004132 
- 00018428  0x00002500 rtnne  0x00000001 
- 00018429  0x00002502 call  0x00004968 
- 00018430  0x00002503 fetch  0x00000001 , 0x00000449 
- 00018431  0x00002504 istore  0x00000001 , 0x0000000a 
- 00018432  0x00002505 setarg  0x00000001 
- 00018433  0x00002506 istore  0x00000001 , 0x0000000a 
- 00018434  0x00002507 istoret  0x00000008 , 0x0000000a 
- 00018435  0x00002508 force  0x0000000d , 0x00000039 
- 00018436  0x00002509 force  0x00000023 , 0x00000007 
- 00018437  0x0000250a branch  0x00004952 
- 00018438  0x0000250e set0  0x00000025 , 0x00000000 
- 00018439  0x0000250f bpatch  0x000000e6 , 0x0000401c 
- 00018440  0x00002510 fetch  0x00000001 , 0x00004132 
- 00018441  0x00002511 rtnne  0x00000001 
- 00018442  0x00002512 call  0x00004968 
- 00018443  0x00002513 istoret  0x00000005 , 0x0000000a 
- 00018444  0x00002514 force  0x00000008 , 0x00000039 
- 00018445  0x00002515 force  0x0000000c , 0x00000007 
- 00018446  0x00002516 branch  0x00004952 
- 00018447  0x00002519 set0  0x00000025 , 0x00000000 
- 00018448  0x0000251a bpatch  0x000000e7 , 0x0000401c 
- 00018449  0x0000251b fetch  0x00000001 , 0x00004132 
- 00018450  0x0000251c rtnne  0x00000001 
- 00018451  0x0000251e call  0x00004970 
- 00018452  0x0000251f fetch  0x00000006 , 0x00000040 
- 00018453  0x00002520 istore  0x00000006 , 0x0000000a 
- 00018454  0x00002521 fetch  0x00000003 , 0x000007e9 
- 00018455  0x00002522 istore  0x00000003 , 0x0000000a 
- 00018456  0x00002523 force  0x00000009 , 0x00000039 
- 00018457  0x00002524 force  0x00000032 , 0x00000007 
- 00018458  0x00002525 branch  0x00004952 
- 00018459  0x00002528 set0  0x00000025 , 0x00000000 
- 00018460  0x00002529 bpatch  0x000000e8 , 0x0000401d 
- 00018461  0x0000252a fetch  0x00000001 , 0x00004132 
- 00018462  0x0000252b rtnne  0x00000001 
- 00018463  0x0000252d call  0x00004970 
- 00018464  0x0000252e fetch  0x00000006 , 0x00000040 
- 00018465  0x0000252f istore  0x00000006 , 0x0000000a 
- 00018466  0x00002530 force  0x00000006 , 0x00000039 
- 00018467  0x00002531 force  0x00000031 , 0x00000007 
- 00018468  0x00002532 branch  0x00004952 
- 00018469  0x00002536 force  0x00000000 , 0x00000002 
- 00018470  0x00002538 set0  0x00000025 , 0x00000000 
- 00018471  0x00002539 bpatch  0x000000e9 , 0x0000401d 
- 00018472  0x0000253a fetch  0x00000001 , 0x00004132 
- 00018473  0x0000253b rtnne  0x00000001 
- 00018474  0x0000253c force  0x00000003 , 0x00000007 
- 00018475  0x0000253d jam  0x00000005 , 0x00004800 
- 00018476  0x0000253e call  0x00004970 
- 00018477  0x0000253f istoret  0x00000001 , 0x0000000a 
- 00018478  0x00002540 call  0x0000496b 
- 00018479  0x00002541 call  0x00004965 
- 00018480  0x00002542 force  0x00000001 , 0x0000003f 
- 00018481  0x00002543 istore  0x00000001 , 0x0000000a 
- 00018482  0x00002544 force  0x00000000 , 0x0000003f 
- 00018483  0x00002545 fetcht  0x00000001 , 0x0000004c 
- 00018484  0x00002546 isolate1  0x00000002 , 0x00000002 
- 00018485  0x00002547 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00018486  0x00002548 istore  0x00000001 , 0x0000000a 
- 00018487  0x00002549 force  0x0000000b , 0x00000039 
- 00018488  0x0000254a branch  0x00004952 
- 00018489  0x0000254e set0  0x00000025 , 0x00000000 
- 00018490  0x0000254f bpatch  0x000000ea , 0x0000401d 
- 00018491  0x00002550 fetch  0x00000001 , 0x00004132 
- 00018492  0x00002551 rtnne  0x00000001 
- 00018493  0x00002552 force  0x00000004 , 0x00000007 
- 00018494  0x00002553 call  0x00004970 
- 00018495  0x00002554 call  0x00004965 
- 00018496  0x00002556 fetch  0x00000003 , 0x0000017f 
- 00018497  0x00002557 istore  0x00000003 , 0x0000000a 
- 00018498  0x00002558 istoret  0x00000001 , 0x0000000a 
- 00018499  0x00002559 force  0x0000000a , 0x00000039 
- 00018500  0x0000255a branch  0x00004952 
- 00018501  0x0000255d set0  0x00000025 , 0x00000000 
- 00018502  0x0000255e bpatch  0x000000eb , 0x0000401d 
- 00018503  0x0000255f fetch  0x00000001 , 0x00004132 
- 00018504  0x00002560 rtnne  0x00000001 
- 00018505  0x00002561 call  0x00004968 
- 00018506  0x00002562 force  0x00000000 , 0x0000003f 
- 00018507  0x00002563 fetcht  0x00000001 , 0x0000004c 
- 00018508  0x00002564 isolate1  0x00000002 , 0x00000002 
- 00018509  0x00002565 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00018510  0x00002566 istore  0x00000001 , 0x0000000a 
- 00018511  0x00002567 force  0x00000008 , 0x00000007 
- 00018512  0x00002568 force  0x00000004 , 0x00000039 
- 00018513  0x00002569 branch  0x00004952 
- 00018514  0x0000256d set0  0x00000025 , 0x00000000 
- 00018515  0x0000256e bpatch  0x000000ec , 0x0000401d 
- 00018516  0x0000256f fetch  0x00000001 , 0x00004132 
- 00018517  0x00002570 rtnne  0x00000001 
- 00018518  0x00002571 force  0x00000018 , 0x00000007 
- 00018519  0x00002572 call  0x00004970 
- 00018520  0x00002573 call  0x00004965 
- 00018521  0x00002574 arg  0x00004262 , 0x00000006 
- 00018522  0x00002575 force  0x00000010 , 0x00000039 
- 00018523  0x00002576 call  0x00004976 
- 00018524  0x00002577 force  0x00000005 , 0x0000003f 
- 00018525  0x00002578 istore  0x00000001 , 0x0000000a 
- 00018526  0x00002579 force  0x00000017 , 0x00000039 
- 00018527  0x0000257a branch  0x00004952 
- 00018528  0x0000257d fetch  0x00000001 , 0x00004132 
- 00018529  0x0000257e rtnne  0x00000001 
- 00018530  0x0000257f force  0x00000033 , 0x00000007 
- 00018531  0x00002580 call  0x00004970 
- 00018532  0x00002581 call  0x00004965 
- 00018533  0x00002582 fetch  0x00000004 , 0x000007ec 
- 00018534  0x00002583 istore  0x00000004 , 0x0000000a 
- 00018535  0x00002584 force  0x0000000a , 0x00000039 
- 00018536  0x00002585 branch  0x00004952 
- 00018537  0x00002588 fetch  0x00000001 , 0x00004132 
- 00018538  0x00002589 rtnne  0x00000001 
- 00018539  0x0000258a force  0x00000036 , 0x00000007 
- 00018540  0x0000258b call  0x00004970 
- 00018541  0x0000258c setarg  0x00000000 
- 00018542  0x0000258d istore  0x00000001 , 0x0000000a 
- 00018543  0x0000258e call  0x00004965 
- 00018544  0x0000258f force  0x00000007 , 0x00000039 
- 00018545  0x00002590 branch  0x00004952 
- 00018546  0x00002594 set0  0x00000025 , 0x00000000 
- 00018547  0x00002595 bpatch  0x000000ed , 0x0000401d 
- 00018548  0x00002596 force  0x00000017 , 0x00000007 
- 00018549  0x00002598 fetch  0x00000001 , 0x00004132 
- 00018550  0x00002599 rtnne  0x00000001 
- 00018551  0x0000259a call  0x00004970 
- 00018552  0x0000259b call  0x00004965 
- 00018553  0x0000259c force  0x00000006 , 0x00000039 
- 00018554  0x0000259d branch  0x00004952 
- 00018555  0x000025a0 fetch  0x00000001 , 0x00004132 
- 00018556  0x000025a1 rtnne  0x00000001 
- 00018557  0x000025a2 force  0x00000016 , 0x00000007 
- 00018558  0x000025a3 branch  0x00004875 
- 00018559  0x000025a7 fetch  0x00000001 , 0x00004132 
- 00018560  0x000025a8 rtnne  0x00000001 
- 00018561  0x000025a9 force  0x00000012 , 0x00000007 
- 00018562  0x000025aa call  0x00004970 
- 00018563  0x000025ab force  0x00000000 , 0x0000003f 
- 00018564  0x000025ac istore  0x00000001 , 0x0000000a 
- 00018565  0x000025ad call  0x00004965 
- 00018566  0x000025ae istoret  0x00000001 , 0x0000000a 
- 00018567  0x000025af force  0x00000008 , 0x00000039 
- 00018568  0x000025b0 branch  0x00004952 
- 00018569  0x000025b3 fetch  0x00000001 , 0x00004132 
- 00018570  0x000025b4 rtnne  0x00000001 
- 00018571  0x000025b5 force  0x00000000 , 0x00000002 
- 00018572  0x000025b6 nbranch  0x0000488e , 0x00000029 
- 00018573  0x000025b7 force  0x00000001 , 0x00000002 
- 00018574  0x000025b9 fetch  0x00000001 , 0x00004132 
- 00018575  0x000025ba rtnne  0x00000001 
- 00018576  0x000025bb force  0x00000012 , 0x00000007 
- 00018577  0x000025bc call  0x00004970 
- 00018578  0x000025bd force  0x00000035 , 0x0000003f 
- 00018579  0x000025be istore  0x00000001 , 0x0000000a 
- 00018580  0x000025bf call  0x00004965 
- 00018581  0x000025c0 istoret  0x00000001 , 0x0000000a 
- 00018582  0x000025c1 force  0x00000008 , 0x00000039 
- 00018583  0x000025c2 branch  0x00004952 
- 00018584  0x000025c5 set0  0x00000025 , 0x00000000 
- 00018585  0x000025c6 bpatch  0x000000ee , 0x0000401d 
- 00018586  0x000025c7 fetch  0x00000001 , 0x00004132 
- 00018587  0x000025c8 rtnne  0x00000001 
- 00018588  0x000025c9 call  0x00004972 
- 00018589  0x000025ca setarg  0x0000ff07 
- 00018590  0x000025cb istore  0x00000002 , 0x0000000a 
- 00018591  0x000025cc deposit  0x00000007 
- 00018592  0x000025cd istore  0x00000001 , 0x0000000a 
- 00018593  0x000025ce call  0x00004965 
- 00018594  0x000025cf arg  0x00000103 , 0x00000006 
- 00018595  0x000025d0 force  0x000000f8 , 0x00000039 
- 00018596  0x000025d2 ifetch  0x00000001 , 0x00000006 
- 00018597  0x000025d3 istore  0x00000001 , 0x0000000a 
- 00018598  0x000025d4 loop  0x000048a4 
- 00018599  0x000025d5 force  0x000000ff , 0x00000039 
- 00018600  0x000025d6 branch  0x00004959 
- 00018601  0x000025d9 set0  0x00000025 , 0x00000000 
- 00018602  0x000025da bpatch  0x000000ef , 0x0000401d 
- 00018603  0x000025db fetch  0x00000001 , 0x00004132 
- 00018604  0x000025dc rtnne  0x00000001 
- 00018605  0x000025dd hfetch  0x00000001 , 0x0000810e 
- 00018606  0x000025de nrtn  0x00000034 
- 00018607  0x000025df fetch  0x00000001 , 0x0000004b 
- 00018608  0x000025e0 rtnbit0  0x00000007 
- 00018609  0x000025e1 set0  0x00000007 , 0x0000003f 
- 00018610  0x000025e2 store  0x00000001 , 0x0000004b 
- 00018611  0x000025e3 call  0x00004970 
- 00018612  0x000025e4 force  0x00000001 , 0x0000003f 
- 00018613  0x000025e5 istore  0x00000001 , 0x0000000a 
- 00018614  0x000025e6 call  0x0000496b 
- 00018615  0x000025e7 force  0x00000001 , 0x0000003f 
- 00018616  0x000025e8 istore  0x00000002 , 0x0000000a 
- 00018617  0x000025e9 force  0x00000013 , 0x00000007 
- 00018618  0x000025ea force  0x00000005 , 0x00000039 
- 00018619  0x000025eb branch  0x00004952 
- 00018620  0x000025f0 set0  0x00000025 , 0x00000000 
- 00018621  0x000025f1 bpatch  0x000000f0 , 0x0000401e 
- 00018622  0x000025f2 fetch  0x00000001 , 0x00004132 
- 00018623  0x000025f3 rtnne  0x00000001 
- 00018624  0x000025f4 call  0x00004968 
- 00018625  0x000025f5 force  0x00000006 , 0x00000007 
- 00018626  0x000025f6 force  0x00000003 , 0x00000039 
- 00018627  0x000025f7 branch  0x00004952 
- 00018628  0x000025fc set0  0x00000025 , 0x00000000 
- 00018629  0x000025fd bpatch  0x000000f1 , 0x0000401e 
- 00018630  0x000025fe fetch  0x00000001 , 0x00004132 
- 00018631  0x000025ff rtnne  0x00000001 
- 00018632  0x00002600 call  0x00004970 
- 00018633  0x00002601 force  0x00000000 , 0x0000003f 
- 00018634  0x00002602 istore  0x00000001 , 0x0000000a 
- 00018635  0x00002603 istoret  0x00000002 , 0x0000000a 
- 00018636  0x00002604 fetch  0x00000001 , 0x000002c0 
- 00018637  0x00002605 istore  0x00000001 , 0x0000000a 
- 00018638  0x00002606 force  0x00000005 , 0x00000007 
- 00018639  0x00002607 force  0x00000004 , 0x00000039 
- 00018640  0x00002608 branch  0x00004952 
- 00018641  0x0000260c set0  0x00000025 , 0x00000000 
- 00018642  0x0000260d bpatch  0x000000f2 , 0x0000401e 
- 00018643  0x0000260e fetch  0x00000001 , 0x00004132 
- 00018644  0x0000260f rtnne  0x00000001 , 0x0000003f 
- 00018645  0x00002610 call  0x00004970 
- 00018646  0x00002611 setarg  0x00000102 
- 00018647  0x00002612 istore  0x00000002 , 0x0000000a 
- 00018648  0x00002613 fetcht  0x00000001 , 0x00000340 
- 00018649  0x00002614 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00018650  0x00002615 istore  0x00000001 , 0x0000000a 
- 00018651  0x00002616 copy  0x00000011 , 0x0000003f 
- 00018652  0x00002617 istore  0x00000001 , 0x0000000a 
- 00018653  0x00002618 fetcht  0x00000001 , 0x00000341 
- 00018654  0x00002619 increase  0xfffffffa , 0x00000002 
- 00018655  0x0000261a fetch  0x00000006 , 0x00000342 
- 00018656  0x0000261b istore  0x00000006 , 0x0000000a 
- 00018657  0x0000261c istoret  0x00000001 , 0x0000000a 
- 00018658  0x0000261d copy  0x00000002 , 0x00000039 
- 00018659  0x0000261e call  0x00004976 
- 00018660  0x0000261f setarg  0x0000007f 
- 00018661  0x00002620 istore  0x00000001 , 0x0000000a 
- 00018662  0x00002621 copy  0x00000002 , 0x00000039 
- 00018663  0x00002622 add  0x00000039 , 0x0000000c , 0x00000039 
- 00018664  0x00002623 force  0x0000003e , 0x00000007 
- 00018665  0x00002624 branch  0x00004952 
- 00018666  0x00002627 set0  0x00000025 , 0x00000000 
- 00018667  0x00002628 bpatch  0x000000f3 , 0x0000401e 
- 00018668  0x00002629 fetch  0x00000001 , 0x00004132 
- 00018669  0x0000262a rtnne  0x00000001 , 0x0000003f 
- 00018670  0x0000262b call  0x00004970 
- 00018671  0x0000262c setarg  0x00000001 
- 00018672  0x0000262d istore  0x00000001 , 0x0000000a 
- 00018673  0x0000262e istoret  0x00000001 , 0x0000000a 
- 00018674  0x0000262f fetch  0x00000001 , 0x000003d6 
- 00018675  0x00002630 istore  0x00000002 , 0x0000000a 
- 00018676  0x00002631 fetch  0x00000001 , 0x000003c1 
- 00018677  0x00002632 rshift  0x0000003f , 0x0000003f 
- 00018678  0x00002633 setflip  0x00000000 , 0x0000003f 
- 00018679  0x00002634 istore  0x00000001 , 0x0000000a 
- 00018680  0x00002635 fetch  0x00000001 , 0x000044e6 
- 00018681  0x00002636 istore  0x00000001 , 0x0000000a 
- 00018682  0x00002637 fetch  0x00000006 , 0x000003d0 
- 00018683  0x00002638 istore  0x00000006 , 0x0000000a 
- 00018684  0x00002639 fetch  0x00000002 , 0x000043d0 
- 00018685  0x0000263a istore  0x00000002 , 0x0000000a 
- 00018686  0x0000263b fetch  0x00000002 , 0x000003ed 
- 00018687  0x0000263c istore  0x00000002 , 0x0000000a 
- 00018688  0x0000263d fetch  0x00000002 , 0x000003ef 
- 00018689  0x0000263e istore  0x00000002 , 0x0000000a 
- 00018690  0x0000263f fetch  0x00000001 , 0x000003f8 
- 00018691  0x00002640 istore  0x00000001 , 0x0000000a 
- 00018692  0x00002641 force  0x0000003e , 0x00000007 
- 00018693  0x00002642 arg  0x00000013 , 0x00000039 
- 00018694  0x00002643 branch  0x00004952 
- 00018695  0x00002648 set0  0x00000025 , 0x00000000 
- 00018696  0x00002649 bpatch  0x000000f4 , 0x0000401e 
- 00018697  0x0000264a fetch  0x00000001 , 0x00004132 
- 00018698  0x0000264b rtnne  0x00000001 
- 00018699  0x0000264d call  0x00004970 
- 00018700  0x0000264e call  0x00004968 
- 00018701  0x0000264f istoret  0x00000001 , 0x0000000a 
- 00018702  0x00002650 fetch  0x00000002 , 0x00000032 
- 00018703  0x00002651 rshift  0x0000003f , 0x0000003f 
- 00018704  0x00002652 istore  0x00000002 , 0x0000000a 
- 00018705  0x00002653 force  0x00000006 , 0x00000039 
- 00018706  0x00002654 force  0x00000014 , 0x00000007 
- 00018707  0x00002655 branch  0x00004952 
- 00018708  0x00002659 set0  0x00000025 , 0x00000000 
- 00018709  0x0000265a bpatch  0x000000f5 , 0x0000401e 
- 00018710  0x0000265b fetch  0x00000001 , 0x00004132 
- 00018711  0x0000265c rtnne  0x00000001 
- 00018712  0x0000265d set0  0x00000025 , 0x00000000 
- 00018713  0x0000265e bpatch  0x000000f6 , 0x0000401e 
- 00018714  0x0000265f call  0x00004970 
- 00018715  0x00002660 istoret  0x00000001 , 0x0000000a 
- 00018716  0x00002661 setarg  0x00000e00 
- 00018717  0x00002662 istore  0x00000002 , 0x0000000a 
- 00018718  0x00002663 call  0x00004965 
- 00018719  0x00002664 force  0x00000000 , 0x0000003f 
- 00018720  0x00002665 bmark1  0x00000007 , 0x00004924 
- 00018721  0x00002666 force  0x00000000 , 0x0000003f 
- 00018722  0x00002667 istore  0x00000007 , 0x0000000a 
- 00018723  0x00002668 branch  0x0000492c 
- 00018724  0x0000266a fetch  0x00000001 , 0x00004132 
- 00018725  0x0000266b rtnne  0x00000001 
- 00018726  0x0000266c setarg  0x00020602 
- 00018727  0x0000266d istore  0x00000003 , 0x0000000a 
- 00018728  0x0000266e setarg  0x0000001e 
- 00018729  0x0000266f istore  0x00000002 , 0x0000000a 
- 00018730  0x00002670 setarg  0x0000001e 
- 00018731  0x00002671 istore  0x00000002 , 0x0000000a 
- 00018732  0x00002673 fetch  0x00000001 , 0x00004132 
- 00018733  0x00002674 rtnne  0x00000001 
- 00018734  0x00002675 fetch  0x00000001 , 0x000000ab 
- 00018735  0x00002676 istore  0x00000001 , 0x0000000a 
- 00018736  0x00002677 force  0x0000002c , 0x00000007 
- 00018737  0x00002678 force  0x00000011 , 0x00000039 
- 00018738  0x00002679 branch  0x00004952 
- 00018739  0x0000267d set0  0x00000025 , 0x00000000 
- 00018740  0x0000267e bpatch  0x000000f7 , 0x0000401e 
- 00018741  0x0000267f call  0x00004970 
- 00018742  0x00002680 setarg  0x00000100 
- 00018743  0x00002681 istore  0x00000002 , 0x0000000a 
- 00018744  0x00002682 deposit  0x00000030 
- 00018745  0x00002683 istore  0x00000002 , 0x0000000a 
- 00018746  0x00002684 force  0x00000004 , 0x00000039 
- 00018747  0x00002685 force  0x0000000f , 0x00000007 
- 00018748  0x00002686 branch  0x00004952 
- 00018749  0x00002689 set0  0x00000025 , 0x00000000 
- 00018750  0x0000268a bpatch  0x000000f8 , 0x0000401f 
- 00018751  0x0000268b call  0x00004970 
- 00018752  0x0000268c deposit  0x00000011 
- 00018753  0x0000268d istore  0x00000001 , 0x0000000a 
- 00018754  0x0000268e setarg  0x00000001 
- 00018755  0x0000268f istore  0x00000001 , 0x0000000a 
- 00018756  0x00002690 deposit  0x00000030 
- 00018757  0x00002691 istore  0x00000002 , 0x0000000a 
- 00018758  0x00002692 force  0x00000004 , 0x00000039 
- 00018759  0x00002693 force  0x0000000f , 0x00000007 
- 00018760  0x00002694 branch  0x00004952 
- 00018761  0x00002697 set0  0x00000025 , 0x00000000 
- 00018762  0x00002698 bpatch  0x000000f9 , 0x0000401f 
- 00018763  0x00002699 force  0x00000004 , 0x00000039 
- 00018764  0x0000269b call  0x00004970 
- 00018765  0x0000269c force  0x00000001 , 0x0000003f 
- 00018766  0x0000269d istore  0x00000001 , 0x0000000a 
- 00018767  0x0000269e deposit  0x00000030 
- 00018768  0x0000269f istore  0x00000003 , 0x0000000a 
- 00018769  0x000026a0 force  0x0000000e , 0x00000007 
- 00018770  0x000026a2 set0  0x00000025 , 0x00000000 
- 00018771  0x000026a3 bpatch  0x000000fa , 0x0000401f 
- 00018772  0x000026a4 call  0x00004972 
- 00018773  0x000026a5 deposit  0x00000007 
- 00018774  0x000026a6 istore  0x00000001 , 0x0000000a 
- 00018775  0x000026a7 deposit  0x00000039 
- 00018776  0x000026a8 istore  0x00000001 , 0x0000000a 
- 00018777  0x000026aa set1  0x00000013 , 0x00000000 
- 00018778  0x000026ab force  0x00000005 , 0x00000007 
- 00018779  0x000026ac increase  0x00000002 , 0x00000039 
- 00018780  0x000026ae call  0x00004494 
- 00018781  0x000026af branch  0x00004378 , 0x00000001 
- 00018782  0x000026b0 branch  0x00004422 
- 00018783  0x000026b3 force  0x000000ff , 0x00000007 
- 00018784  0x000026b4 call  0x00004970 
- 00018785  0x000026b5 setarg  0x00000001 
- 00018786  0x000026b6 istore  0x00000001 , 0x0000000a 
- 00018787  0x000026b7 force  0x00000001 , 0x00000039 
- 00018788  0x000026b8 branch  0x00004952 
- 00018789  0x000026bc fetch  0x00000006 , 0x00000040 
- 00018790  0x000026bd istore  0x00000006 , 0x0000000a 
- 00018791  0x000026be rtn 
- 00018792  0x000026c1 call  0x00004970 
- 00018793  0x000026c2 force  0x00000000 , 0x0000003f 
- 00018794  0x000026c3 istore  0x00000001 , 0x0000000a 
- 00018795  0x000026c5 fetch  0x00000001 , 0x00000046 
- 00018796  0x000026c6 istore  0x00000002 , 0x0000000a 
- 00018797  0x000026c7 rtn 
- 00018798  0x000026ca force  0x0000000c , 0x0000000a 
- 00018799  0x000026cb branch  0x00004973 
- 00018800  0x000026ce force  0x00000008 , 0x0000000a 
- 00018801  0x000026cf branch  0x00004973 
- 00018802  0x000026d2 force  0x00000006 , 0x0000000a 
- 00018803  0x000026d4 call  0x00004494 
- 00018804  0x000026d5 branch  0x000043de , 0x00000001 
- 00018805  0x000026d6 branch  0x0000441e 
- 00018806  0x000026d9 deposit  0x00000039 
- 00018807  0x000026da rtn  0x00000034 
- 00018808  0x000026dc ifetch  0x00000001 , 0x00000006 
- 00018809  0x000026dd istore  0x00000001 , 0x0000000a 
- 00018810  0x000026de loop  0x00004978 
- 00018811  0x000026df rtn 
- 00018812  0x000026e2 deposit  0x00000039 
- 00018813  0x000026e3 rtn  0x00000034 
- 00018814  0x000026e5 ifetch  0x00000001 , 0x00000003 
- 00018815  0x000026e6 istore  0x00000001 , 0x00000005 
- 00018816  0x000026e7 loop  0x0000497e 
- 00018817  0x000026e8 rtn 
- 00018818  0x000026eb istore  0x00000001 , 0x0000000a 
- 00018819  0x000026ec rshift8  0x0000003f , 0x0000003f 
- 00018820  0x000026ed loop  0x00004982 
- 00018821  0x000026ee rtn 
- 00018822  0x000026f2 pulse  0x0000000f 
- 00018823  0x000026f3 enable  0x00000009 
- 00018824  0x000026f5 ifetch  0x00000001 , 0x0000000a 
- 00018825  0x000026f6 inject  0x00000000 , 0x00000008 
- 00018826  0x000026f7 loop  0x00004988 
- 00018827  0x000026f8 enable  0x00000008 
- 00018828  0x000026f9 inject  0x00000000 , 0x00000010 
- 00018829  0x000026fa disable  0x00000008 
- 00018830  0x000026fb disable  0x00000009 
- 00018831  0x000026fc disable  0x0000000f 
- 00018832  0x000026fd byteswap  0x0000003f , 0x0000003f 
- 00018833  0x000026fe rtn 
- 00018834  0x00002701 nop  0x00000001 
- 00018835  0x00002702 hjam  0x00000001 , 0x00008203 
- 00018836  0x00002703 branch  0x00004992 
- 00018837  0x00002708 set0  0x00000025 , 0x00000000 
- 00018838  0x00002709 bpatch  0x000000fb , 0x0000401f 
- 00018839  0x0000270a fetch  0x00000001 , 0x00004272 
- 00018840  0x0000270b rtn  0x00000034 
- 00018841  0x0000270c fetch  0x00000001 , 0x0000007c 
- 00018842  0x0000270d nrtn  0x00000034 
- 00018843  0x0000270e call  0x000049be 
- 00018844  0x0000270f nbranch  0x000049aa , 0x00000005 
- 00018845  0x00002710 fetch  0x00000001 , 0x00004272 
- 00018846  0x00002711 beq  0x00000003 , 0x000049d4 
- 00018847  0x00002712 beq  0x00000009 , 0x000049da 
- 00018848  0x00002713 beq  0x0000000a , 0x000049e6 
- 00018849  0x00002714 beq  0x0000000b , 0x000049ed 
- 00018850  0x00002715 beq  0x0000000c , 0x000049f7 
- 00018851  0x00002716 beq  0x00000008 , 0x00004a32 
- 00018852  0x00002717 beq  0x00000018 , 0x000049cc 
- 00018853  0x00002718 beq  0x00000007 , 0x000049c6 
- 00018854  0x00002719 beq  0x00000019 , 0x000049ca 
- 00018855  0x0000271a beq  0x0000001a , 0x00004a53 
- 00018856  0x0000271b beq  0x00000012 , 0x00004a19 
- 00018857  0x0000271c beq  0x00000013 , 0x00004a28 
- 00018858  0x0000271e set0  0x00000025 , 0x00000000 
- 00018859  0x0000271f bpatch  0x000000fc , 0x0000401f 
- 00018860  0x00002720 call  0x000049c2 
- 00018861  0x00002721 nrtn  0x00000034 
- 00018862  0x00002722 fetch  0x00000001 , 0x00004272 
- 00018863  0x00002723 beq  0x0000000d , 0x00004a01 
- 00018864  0x00002724 beq  0x0000000f , 0x00004a0b 
- 00018865  0x00002725 beq  0x0000000e , 0x00004a0d 
- 00018866  0x00002726 beq  0x00000010 , 0x00004a2a 
- 00018867  0x00002727 beq  0x00000011 , 0x00004a34 
- 00018868  0x00002728 beq  0x0000001c , 0x00004a38 
- 00018869  0x00002729 beq  0x00000004 , 0x00004a0f 
- 00018870  0x0000272a beq  0x00000015 , 0x00004a14 
- 00018871  0x0000272b beq  0x00000014 , 0x00004a17 
- 00018872  0x0000272c beq  0x00000017 , 0x00004a48 
- 00018873  0x0000272d beq  0x00000016 , 0x00004a51 
- 00018874  0x0000272e rtnne  0x00000006 
- 00018875  0x0000272f call  0x00005ed5 
- 00018876  0x00002731 jam  0x00000000 , 0x00004272 
- 00018877  0x00002732 rtn 
- 00018878  0x00002735 fetch  0x00000006 , 0x00004274 
- 00018879  0x00002736 fetcht  0x00000006 , 0x00000040 
- 00018880  0x00002737 isub  0x00000002 , 0x0000003e 
- 00018881  0x00002738 rtn 
- 00018882  0x0000273c fetch  0x00000001 , 0x00004273 
- 00018883  0x0000273d fetcht  0x00000001 , 0x00000046 
- 00018884  0x0000273e isub  0x00000002 , 0x0000003f 
- 00018885  0x0000273f rtn 
- 00018886  0x00002742 jam  0x00000003 , 0x0000007c 
- 00018887  0x00002743 jam  0x00000033 , 0x0000007d 
- 00018888  0x00002744 call  0x00006212 
- 00018889  0x00002745 branch  0x000049bc 
- 00018890  0x00002748 branch  0x00004a38 , 0x00000029 
- 00018891  0x00002749 set1  0x00000004 , 0x00000000 
- 00018892  0x0000274b jam  0x00000034 , 0x0000007c 
- 00018893  0x0000274c set1  0x00000003 , 0x00000000 
- 00018894  0x0000274d nbranch  0x000049bc , 0x00000029 
- 00018895  0x0000274e jam  0x00000013 , 0x0000007c 
- 00018896  0x0000274f fetch  0x00000001 , 0x00000177 
- 00018897  0x00002750 set0  0x00000002 , 0x0000003f 
- 00018898  0x00002751 store  0x00000001 , 0x00000177 
- 00018899  0x00002752 branch  0x000049bc 
- 00018900  0x00002756 jam  0x00000001 , 0x0000007c 
- 00018901  0x00002757 jam  0x00000000 , 0x00000053 
- 00018902  0x00002758 branch  0x000049bc 
- 00018903  0x0000275c jam  0x00000001 , 0x000007dd 
- 00018904  0x0000275d jam  0x00000012 , 0x000007db 
- 00018905  0x0000275e branch  0x000049bc 
- 00018906  0x00002761 fetch  0x00000001 , 0x0000004b 
- 00018907  0x00002762 bbit1  0x00000002 , 0x000049df 
- 00018908  0x00002763 call  0x00006209 
- 00018909  0x00002764 jam  0x00000008 , 0x0000007c 
- 00018910  0x00002765 branch  0x000049bc 
- 00018911  0x00002767 set0  0x00000002 , 0x0000003f 
- 00018912  0x00002768 store  0x00000001 , 0x0000004b 
- 00018913  0x00002769 call  0x00005ed0 
- 00018914  0x0000276a setarg  0x00000000 
- 00018915  0x0000276b setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00018916  0x0000276c store  0x00000001 , 0x0000007f 
- 00018917  0x0000276d branch  0x000049bc 
- 00018918  0x00002770 jam  0x00000018 , 0x00000446 
- 00018919  0x00002771 jam  0x00000007 , 0x0000007c 
- 00018920  0x00002772 fetch  0x00000001 , 0x00000030 
- 00018921  0x00002773 bbit1  0x00000000 , 0x000049bc 
- 00018922  0x00002774 force  0x00000018 , 0x00000002 
- 00018923  0x00002775 call  0x00004826 
- 00018924  0x00002776 branch  0x000049bc 
- 00018925  0x0000277a call  0x0000321f 
- 00018926  0x0000277b fetch  0x00000001 , 0x0000004b 
- 00018927  0x0000277c bbit1  0x00000001 , 0x00004a08 
- 00018928  0x0000277d bbit1  0x00000000 , 0x000049f3 
- 00018929  0x0000277e bbit1  0x00000002 , 0x000049df 
- 00018930  0x0000277f branch  0x000049bc 
- 00018931  0x00002781 set0  0x00000000 , 0x0000003f 
- 00018932  0x00002782 store  0x00000001 , 0x0000004b 
- 00018933  0x00002783 jam  0x0000000c , 0x0000007c 
- 00018934  0x00002784 branch  0x000049bc 
- 00018935  0x00002787 fetch  0x00000001 , 0x0000004b 
- 00018936  0x00002788 bbit1  0x00000000 , 0x000049fb 
- 00018937  0x00002789 call  0x0000487b 
- 00018938  0x0000278a branch  0x000049bc 
- 00018939  0x0000278c set0  0x00000000 , 0x0000003f 
- 00018940  0x0000278d store  0x00000001 , 0x0000004b 
- 00018941  0x0000278e jam  0x00000004 , 0x0000007c 
- 00018942  0x0000278f jam  0x0000000b , 0x0000007d 
- 00018943  0x00002790 jam  0x00000006 , 0x0000007e 
- 00018944  0x00002791 branch  0x000049bc 
- 00018945  0x00002795 fetch  0x00000001 , 0x0000004b 
- 00018946  0x00002796 set1  0x00000001 , 0x0000003f 
- 00018947  0x00002797 store  0x00000001 , 0x0000004b 
- 00018948  0x00002798 fetch  0x00000001 , 0x00000030 
- 00018949  0x00002799 bbit1  0x00000007 , 0x00004a08 
- 00018950  0x0000279a call  0x00004872 
- 00018951  0x0000279b branch  0x000049bc 
- 00018952  0x0000279f call  0x00006209 
- 00018953  0x000027a0 jam  0x0000000b , 0x0000007c 
- 00018954  0x000027a1 branch  0x000049bc 
- 00018955  0x000027a4 jam  0x0000000f , 0x0000007c 
- 00018956  0x000027a5 branch  0x000049bc 
- 00018957  0x000027a8 jam  0x0000000f , 0x0000007c 
- 00018958  0x000027a9 branch  0x000049bc 
- 00018959  0x000027ac set0  0x00000025 , 0x00000000 
- 00018960  0x000027ad bpatch  0x000000fd , 0x0000401f 
- 00018961  0x000027ae jam  0x00000027 , 0x0000007c 
- 00018962  0x000027af jam  0x00000050 , 0x00004272 
- 00018963  0x000027b0 rtn 
- 00018964  0x000027b3 jam  0x00000083 , 0x0000007c 
- 00018965  0x000027b4 jam  0x00000051 , 0x00004272 
- 00018966  0x000027b5 rtn 
- 00018967  0x000027b8 jam  0x00000025 , 0x0000007c 
- 00018968  0x000027b9 branch  0x000049bc 
- 00018969  0x000027bc jam  0x00000017 , 0x0000007c 
- 00018970  0x000027bd arg  0x00000455 , 0x00000005 
- 00018971  0x000027be setarg  0x00000000 
- 00018972  0x000027bf isolate1  0x0000001b , 0x00000028 
- 00018973  0x000027c0 setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00018974  0x000027c1 istore  0x00000001 , 0x00000005 
- 00018975  0x000027c2 setarg  0x00000000 
- 00018976  0x000027c3 istore  0x00000002 , 0x00000005 
- 00018977  0x000027c4 fetch  0x00000002 , 0x00004280 
- 00018978  0x000027c5 istore  0x00000002 , 0x00000005 
- 00018979  0x000027c6 fetch  0x00000001 , 0x00004282 
- 00018980  0x000027c7 istore  0x00000002 , 0x00000005 
- 00018981  0x000027c8 fetch  0x00000001 , 0x00004284 
- 00018982  0x000027c9 istore  0x00000002 , 0x00000005 
- 00018983  0x000027ca branch  0x000049bc 
- 00018984  0x000027cd jam  0x00000018 , 0x0000007c 
- 00018985  0x000027ce branch  0x000049bc 
- 00018986  0x000027d1 call  0x00003512 
- 00018987  0x000027d2 store  0x00000001 , 0x000000ad 
- 00018988  0x000027d3 fetch  0x00000001 , 0x00000046 
- 00018989  0x000027d4 store  0x00000001 , 0x000000ac 
- 00018990  0x000027d5 jam  0x0000002b , 0x0000007c 
- 00018991  0x000027d6 set1  0x00000007 , 0x00000000 
- 00018992  0x000027d7 jam  0x0000008c , 0x0000007c 
- 00018993  0x000027d8 branch  0x000049bc 
- 00018994  0x000027db call  0x00005ed5 
- 00018995  0x000027dc branch  0x000049bc 
- 00018996  0x000027df jam  0x0000002c , 0x0000007c 
- 00018997  0x000027e0 bmark0  0x00000007 , 0x000049bc 
- 00018998  0x000027e1 jam  0x0000008d , 0x0000007c 
- 00018999  0x000027e2 branch  0x000049bc 
- 00019000  0x000027e5 branch  0x00004a41 , 0x00000029 
- 00019001  0x000027e6 jam  0x00000003 , 0x0000007c 
- 00019002  0x000027e7 jam  0x0000002b , 0x0000007d 
- 00019003  0x000027e8 bmark0  0x00000007 , 0x000049bc 
- 00019004  0x000027e9 fetch  0x00000001 , 0x000000b0 
- 00019005  0x000027ea bne  0x00000007 , 0x00005c04 
- 00019006  0x000027eb jam  0x00000081 , 0x0000007c 
- 00019007  0x000027ec jam  0x0000008c , 0x0000007d 
- 00019008  0x000027ed branch  0x000049bc 
- 00019009  0x000027ef call  0x00003512 
- 00019010  0x000027f0 store  0x00000001 , 0x000000ad 
- 00019011  0x000027f1 fetch  0x00000001 , 0x00000046 
- 00019012  0x000027f2 store  0x00000001 , 0x000000ac 
- 00019013  0x000027f3 jam  0x0000002b , 0x0000007c 
- 00019014  0x000027f4 bmark0  0x00000007 , 0x000049bc 
- 00019015  0x000027f5 branch  0x00005c04 
- 00019016  0x000027f9 call  0x0000496e 
- 00019017  0x000027fa call  0x0000496b 
- 00019018  0x000027fb force  0x00000000 , 0x0000003f 
- 00019019  0x000027fc nsetflag  0x00000029 , 0x00000000 , 0x0000003f 
- 00019020  0x000027fd istore  0x00000001 , 0x0000000a 
- 00019021  0x000027fe force  0x00000007 , 0x00000039 
- 00019022  0x000027ff arg  0x00000809 , 0x00000030 
- 00019023  0x00002800 call  0x0000494c 
- 00019024  0x00002801 branch  0x000049bc 
- 00019025  0x00002804 jam  0x0000009a , 0x0000007c 
- 00019026  0x00002805 branch  0x000049bc 
- 00019027  0x00002808 jam  0x00000007 , 0x0000007c 
- 00019028  0x00002809 jam  0x00000013 , 0x00000446 
- 00019029  0x0000280a branch  0x000049bc 
- 00019030  0x00002810 jam  0x00000000 , 0x000002bc 
- 00019031  0x00002813 ifetch  0x00000001 , 0x00000003 
- 00019032  0x00002814 store  0x00000001 , 0x000002bb 
- 00019033  0x00002815 call  0x00004a6d 
- 00019034  0x00002817 call  0x00007e00 
- 00019035  0x00002818 fetch  0x00000001 , 0x000002bb 
- 00019036  0x00002819 copy  0x0000003f , 0x00000002 
- 00019037  0x0000281a fetch  0x00000001 , 0x0000029f 
- 00019038  0x0000281b increase  0x00000001 , 0x0000003f 
- 00019039  0x0000281c icompare  0x000000ff , 0x00000002 
- 00019040  0x0000281d nbranch  0x00004a77 , 0x00000001 
- 00019041  0x0000281e store  0x00000001 , 0x0000029f 
- 00019042  0x0000281f call  0x00007e0e 
- 00019043  0x00002821 ifetch  0x00000001 , 0x00000003 
- 00019044  0x00002822 beq  0x00000001 , 0x00004ad8 
- 00019045  0x00002823 beq  0x00000002 , 0x00004aae 
- 00019046  0x00002824 beq  0x00000003 , 0x00004adf 
- 00019047  0x00002825 beq  0x00000005 , 0x00004ac3 
- 00019048  0x00002826 beq  0x00000006 , 0x00004a80 
- 00019049  0x00002827 beq  0x00000007 , 0x00004a91 
- 00019050  0x00002828 beq  0x00000008 , 0x00004aa8 
- 00019051  0x00002829 beq  0x00000009 , 0x00004ae6 
- 00019052  0x0000282a rtn 
- 00019053  0x0000282c copy  0x0000003f , 0x00000002 
- 00019054  0x0000282d call  0x00007e00 
- 00019055  0x0000282e fetch  0x00000001 , 0x000002bc 
- 00019056  0x0000282f iadd  0x00000002 , 0x0000003f 
- 00019057  0x00002830 store  0x00000001 , 0x000002bc 
- 00019058  0x00002831 branch  0x00007e0e 
- 00019059  0x00002835 force  0x00000001 , 0x0000003f 
- 00019060  0x00002836 call  0x000044b5 
- 00019061  0x00002837 fetch  0x00000001 , 0x0000029f 
- 00019062  0x00002838 branch  0x000044b5 
- 00019063  0x0000283b call  0x00007e0e 
- 00019064  0x0000283c branch  0x00004a7c 
- 00019065  0x0000283e fetch  0x00000001 , 0x0000029f 
- 00019066  0x0000283f increase  0xffffffff , 0x0000003f 
- 00019067  0x00002840 store  0x00000001 , 0x0000029f 
- 00019068  0x00002842 force  0x00000000 , 0x0000003f 
- 00019069  0x00002843 call  0x000044b5 
- 00019070  0x00002844 fetch  0x00000001 , 0x0000029f 
- 00019071  0x00002845 branch  0x000044b5 
- 00019072  0x00002848 call  0x00004a6d 
- 00019073  0x00002849 ifetch  0x00000001 , 0x00000003 
- 00019074  0x0000284a store  0x00000001 , 0x000002bd 
- 00019075  0x0000284b call  0x00004a6d 
- 00019076  0x0000284c ifetch  0x00000001 , 0x00000003 
- 00019077  0x0000284d lshift8  0x0000003f , 0x00000005 
- 00019078  0x0000284e call  0x00004a6d 
- 00019079  0x0000284f fetch  0x00000001 , 0x000002bd 
- 00019080  0x00002850 iadd  0x00000005 , 0x00000005 
- 00019081  0x00002851 ifetch  0x00000001 , 0x00000003 
- 00019082  0x00002852 istore  0x00000001 , 0x00000005 
- 00019083  0x00002853 call  0x00004a6d 
- 00019084  0x00002854 ifetch  0x00000001 , 0x00000003 
- 00019085  0x00002855 call  0x00004a6d 
- 00019086  0x00002856 fetch  0x00000001 , 0x000002bc 
- 00019087  0x00002857 bne  0x000000ff , 0x00004a79 
- 00019088  0x00002858 branch  0x00004a73 
- 00019089  0x0000285b call  0x00004a6d 
- 00019090  0x0000285c ifetch  0x00000001 , 0x00000003 
- 00019091  0x0000285d store  0x00000001 , 0x000002bd 
- 00019092  0x0000285e call  0x00004a6d 
- 00019093  0x0000285f ifetch  0x00000001 , 0x00000003 
- 00019094  0x00002860 store  0x00000001 , 0x000002be 
- 00019095  0x00002861 call  0x00004a6d 
- 00019096  0x00002862 ifetch  0x00000001 , 0x00000003 
- 00019097  0x00002863 call  0x00004a6d 
- 00019098  0x00002864 fetch  0x00000001 , 0x000002bc 
- 00019099  0x00002865 bne  0x000000ff , 0x00004a79 
- 00019100  0x00002867 fetch  0x00000001 , 0x000002be 
- 00019101  0x00002868 lshift8  0x0000003f , 0x00000002 
- 00019102  0x00002869 fetch  0x00000001 , 0x000002bd 
- 00019103  0x0000286a iadd  0x00000002 , 0x00000003 
- 00019104  0x0000286b ifetch  0x00000001 , 0x00000003 
- 00019105  0x0000286c store  0x00000001 , 0x000002bd 
- 00019106  0x0000286e force  0x00000001 , 0x0000003f 
- 00019107  0x0000286f call  0x000044b5 
- 00019108  0x00002870 fetch  0x00000001 , 0x000002bd 
- 00019109  0x00002871 call  0x000044b5 
- 00019110  0x00002872 jam  0x000000ff , 0x0000029f 
- 00019111  0x00002873 rtn 
- 00019112  0x00002876 call  0x00004a6d 
- 00019113  0x00002877 ifetch  0x00000001 , 0x00000003 
- 00019114  0x00002878 call  0x00004a6d 
- 00019115  0x00002879 fetch  0x00000001 , 0x000002bc 
- 00019116  0x0000287a bne  0x000000ff , 0x00004a79 
- 00019117  0x0000287b branch  0x00004a73 
- 00019118  0x0000287e call  0x00004a6d 
- 00019119  0x0000287f ifetch  0x00000001 , 0x00000003 
- 00019120  0x00002880 hstore  0x00000001 , 0x00008024 
- 00019121  0x00002881 call  0x00004a6d 
- 00019122  0x00002882 ifetch  0x00000001 , 0x00000003 
- 00019123  0x00002883 set1  0x00000007 , 0x0000003f 
- 00019124  0x00002884 hstore  0x00000001 , 0x00008023 
- 00019125  0x00002885 set0  0x00000007 , 0x0000003f 
- 00019126  0x00002886 call  0x00004a6d 
- 00019127  0x00002887 ifetch  0x00000001 , 0x00000003 
- 00019128  0x00002888 copy  0x0000003f , 0x00000039 
- 00019129  0x00002889 call  0x00004a6d 
- 00019130  0x0000288b ifetch  0x00000001 , 0x00000003 
- 00019131  0x0000288c hstore  0x00000001 , 0x00008025 
- 00019132  0x0000288d call  0x00004a6d 
- 00019133  0x0000288e loop  0x00004aba 
- 00019134  0x0000288f ifetch  0x00000001 , 0x00000003 
- 00019135  0x00002890 call  0x00004a6d 
- 00019136  0x00002891 fetch  0x00000001 , 0x000002bc 
- 00019137  0x00002892 bne  0x000000ff , 0x00004a79 
- 00019138  0x00002893 branch  0x00004a73 
- 00019139  0x00002896 call  0x00004a6d 
- 00019140  0x00002897 ifetch  0x00000001 , 0x00000003 
- 00019141  0x00002898 store  0x00000001 , 0x000002bd 
- 00019142  0x00002899 call  0x00004a6d 
- 00019143  0x0000289a ifetch  0x00000001 , 0x00000003 
- 00019144  0x0000289b lshift8  0x0000003f , 0x00000005 
- 00019145  0x0000289c call  0x00004a6d 
- 00019146  0x0000289d fetch  0x00000001 , 0x000002bd 
- 00019147  0x0000289e iadd  0x00000005 , 0x00000005 
- 00019148  0x0000289f ifetch  0x00000001 , 0x00000003 
- 00019149  0x000028a0 iforce  0x00000039 
- 00019150  0x000028a1 call  0x00004a6d 
- 00019151  0x000028a3 ifetch  0x00000001 , 0x00000003 
- 00019152  0x000028a4 istore  0x00000001 , 0x00000005 
- 00019153  0x000028a5 call  0x00004a6d 
- 00019154  0x000028a6 loop  0x00004acf 
- 00019155  0x000028a7 ifetch  0x00000001 , 0x00000003 
- 00019156  0x000028a8 call  0x00004a6d 
- 00019157  0x000028a9 fetch  0x00000001 , 0x000002bc 
- 00019158  0x000028aa bne  0x000000ff , 0x00004a79 
- 00019159  0x000028ab branch  0x00004a73 
- 00019160  0x000028b0 call  0x00004a6d 
- 00019161  0x000028b1 ifetch  0x00000001 , 0x00000003 
- 00019162  0x000028b2 call  0x00004a6d 
- 00019163  0x000028b3 fetch  0x00000001 , 0x000002bc 
- 00019164  0x000028b4 bne  0x000000ff , 0x00004a79 
- 00019165  0x000028b5 hjam  0x00000080 , 0x00008023 
- 00019166  0x000028b6 branch  0x00004a73 
- 00019167  0x000028b9 call  0x00004a6d 
- 00019168  0x000028ba ifetch  0x00000001 , 0x00000003 
- 00019169  0x000028bb call  0x00004a6d 
- 00019170  0x000028bc fetch  0x00000001 , 0x000002bc 
- 00019171  0x000028bd bne  0x000000ff , 0x00004a79 
- 00019172  0x000028be hjam  0x00000000 , 0x00008023 
- 00019173  0x000028bf branch  0x00004a73 
- 00019174  0x000028c2 call  0x00004a6d 
- 00019175  0x000028c3 ifetch  0x00000001 , 0x00000003 
- 00019176  0x000028c4 call  0x00004a6d 
- 00019177  0x000028c5 fetch  0x00000001 , 0x000002bc 
- 00019178  0x000028c6 bne  0x000000ff , 0x00004a79 
- 00019179  0x000028c7 call  0x00004a73 
- 00019180  0x000028c8 branch  0x00003001 
- 00019181  0x000028cc call  0x00006a8b 
- 00019182  0x000028cd rtn  0x00000001 
- 00019183  0x000028ce arg  0x00000007 , 0x00000002 
- 00019184  0x000028cf call  0x000069e5 
- 00019185  0x000028d0 nbranch  0x00004af4 , 0x00000001 
- 00019186  0x000028d1 jam  0x00000001 , 0x000042ae 
- 00019187  0x000028d2 rtn 
- 00019188  0x000028d4 fetch  0x00000001 , 0x000042ae 
- 00019189  0x000028d5 rtnne  0x00000001 
- 00019190  0x000028d6 call  0x00004599 
- 00019191  0x000028d7 branch  0x0000495f 
- 00019192  0x000028e6 set1  0x00000025 , 0x00000000 
- 00019193  0x000028e7 bpatch  0x0000009c , 0x00004033 
- 00019194  0x000028e8 fetch  0x00000002 , 0x000002cb 
- 00019195  0x000028e9 copy  0x0000003f , 0x00000006 
- 00019196  0x000028ea ifetch  0x00000001 , 0x00000006 
- 00019197  0x000028eb and  0x0000003f , 0x0000000f , 0x00000002 
- 00019198  0x000028ec rshift4  0x0000003f , 0x0000003f 
- 00019199  0x000028ed beq  0x00000009 , 0x00004b18 
- 00019200  0x000028ee beq  0x00000007 , 0x00004b18 
- 00019201  0x000028ef beq  0x0000000a , 0x00004b24 
- 00019202  0x000028f0 beq  0x00000005 , 0x00004b11 
- 00019203  0x000028f1 beq  0x00000001 , 0x00004b05 
- 00019204  0x000028f2 rtn 
- 00019205  0x000028f5 copy  0x00000002 , 0x0000003f 
- 00019206  0x000028f6 beq  0x00000005 , 0x00004b09 
- 00019207  0x000028f7 beq  0x00000003 , 0x00004b10 
- 00019208  0x000028f8 rtn 
- 00019209  0x000028fb jam  0x00000027 , 0x00000b7d 
- 00019210  0x000028fc call  0x00007c27 
- 00019211  0x000028fd fetch  0x00000001 , 0x00004132 
- 00019212  0x000028fe rtnne  0x00000006 , 0x0000003f 
- 00019213  0x000028ff copy  0x00000002 , 0x0000003f 
- 00019214  0x00002900 beq  0x00000005 , 0x00006946 
- 00019215  0x00002901 rtn 
- 00019216  0x00002903 rtn 
- 00019217  0x00002906 arg  0x00000001 , 0x00000011 
- 00019218  0x00002907 call  0x00004b2c 
- 00019219  0x00002908 fetch  0x00000002 , 0x000042b5 
- 00019220  0x00002909 istore  0x00000002 , 0x00000005 
- 00019221  0x0000290a setarg  0x00000000 
- 00019222  0x0000290b istore  0x00000001 , 0x00000005 
- 00019223  0x0000290c rtn 
- 00019224  0x0000290f arg  0x00000001 , 0x00000011 
- 00019225  0x00002910 call  0x00004b2c 
- 00019226  0x00002911 fetch  0x00000002 , 0x000042b5 
- 00019227  0x00002912 istore  0x00000002 , 0x00000005 
- 00019228  0x00002913 setarg  0x00000000 
- 00019229  0x00002914 istore  0x00000001 , 0x00000005 
- 00019230  0x00002915 jam  0x00000001 , 0x000008a8 
- 00019231  0x00002916 fetch  0x00000001 , 0x000042bb 
- 00019232  0x00002917 set1  0x00000006 
- 00019233  0x00002918 store  0x00000001 , 0x000042bb 
- 00019234  0x0000291a jam  0x00000012 , 0x00000b7d 
- 00019235  0x0000291b branch  0x00007c27 
- 00019236  0x0000291e ifetch  0x00000001 , 0x00000006 
- 00019237  0x0000291f beq  0x00000001 , 0x00004b27 
- 00019238  0x00002920 rtn 
- 00019239  0x00002923 copy  0x00000006 , 0x00000011 
- 00019240  0x00002924 fetch  0x00000001 , 0x00004132 
- 00019241  0x00002925 rtnne  0x00000003 , 0x0000003f 
- 00019242  0x00002926 copy  0x00000011 , 0x00000006 
- 00019243  0x00002927 branch  0x00004c4a 
- 00019244  0x0000292a call  0x00005248 
- 00019245  0x0000292b copy  0x00000011 , 0x00000002 
- 00019246  0x0000292c storet  0x00000001 , 0x000008a8 
- 00019247  0x0000292d copy  0x0000003f , 0x00000005 
- 00019248  0x0000292e copy  0x00000011 , 0x0000003f 
- 00019249  0x0000292f istore  0x00000002 , 0x00000005 
- 00019250  0x00002930 rtn 
- 00019251  0x00002934 setarg  0x00004b5b 
- 00019252  0x00002935 store  0x00000002 , 0x0000428c 
- 00019253  0x00002936 setarg  0x00004b44 
- 00019254  0x00002937 store  0x00000002 , 0x00004296 
- 00019255  0x00002938 call  0x0000691d 
- 00019256  0x00002939 call  0x00005347 
- 00019257  0x0000293a hjam  0x0000009e , 0x000080a2 
- 00019258  0x0000293b hjam  0x00000008 , 0x00008081 
- 00019259  0x0000293c hjam  0x00000005 , 0x00008075 
- 00019260  0x0000293d setarg  0xffffffff 
- 00019261  0x0000293e set0  0x00000001 , 0x0000003f 
- 00019262  0x0000293f set0  0x00000015 , 0x0000003f 
- 00019263  0x00002940 hstore  0x00000004 , 0x00008070 
- 00019264  0x00002941 hjam  0x00000002 , 0x00008078 
- 00019265  0x00002942 rtn  0x0000002b 
- 00019266  0x00002943 jam  0x00000001 , 0x000043d8 
- 00019267  0x00002944 rtn 
- 00019268  0x00002948 ifetch  0x00000001 , 0x00000011 
- 00019269  0x00002949 store  0x00000001 , 0x00004803 
- 00019270  0x0000294a beq  0x00000003 , 0x00004b4f 
- 00019271  0x0000294b beq  0x00000004 , 0x00004b51 
- 00019272  0x0000294c beq  0x00000005 , 0x00004b53 
- 00019273  0x0000294d beq  0x00000014 , 0x00004b64 
- 00019274  0x0000294e beq  0x00000015 , 0x00004b67 
- 00019275  0x0000294f rtnne  0x00000002 
- 00019276  0x00002950 ifetch  0x00000001 , 0x00000006 
- 00019277  0x00002951 store  0x00000001 , 0x00004804 
- 00019278  0x00002952 rtn 
- 00019279  0x00002955 arg  0x00004807 , 0x00000005 
- 00019280  0x00002956 branch  0x00004b55 
- 00019281  0x00002959 arg  0x00004825 , 0x00000005 
- 00019282  0x0000295a branch  0x00004b55 
- 00019283  0x0000295d fetch  0x00000002 , 0x00004800 
- 00019284  0x0000295e iforce  0x00000005 
- 00019285  0x00002961 arg  0x00000013 , 0x00000039 
- 00019286  0x00002962 call  0x00007e45 
- 00019287  0x00002963 deposit  0x00000005 
- 00019288  0x00002964 store  0x00000002 , 0x00004800 
- 00019289  0x00002965 jam  0x00000000 , 0x00004803 
- 00019290  0x00002966 rtn 
- 00019291  0x0000296b fetch  0x00000001 , 0x00004803 
- 00019292  0x0000296c beq  0x00000001 , 0x00004b71 
- 00019293  0x0000296d beq  0x00000002 , 0x00004b8d 
- 00019294  0x0000296e beq  0x0000000a , 0x00004b7a 
- 00019295  0x0000296f beq  0x0000000b , 0x00004b7a 
- 00019296  0x00002970 beq  0x0000000c , 0x00004b7a 
- 00019297  0x00002971 beq  0x00000008 , 0x00004b8d 
- 00019298  0x00002972 beq  0x00000009 , 0x00004b6a 
- 00019299  0x00002973 rtn 
- 00019300  0x00002976 jam  0x00000000 , 0x00004213 
- 00019301  0x00002977 jam  0x00000000 , 0x00004803 
- 00019302  0x00002978 rtn 
- 00019303  0x0000297a jam  0x0000001e , 0x00004213 
- 00019304  0x0000297b jam  0x00000000 , 0x00004803 
- 00019305  0x0000297c rtn 
- 00019306  0x00002981 jam  0x00000000 , 0x00004803 
- 00019307  0x00002982 arg  0x000fffff , 0x0000001b 
- 00019308  0x00002983 call  0x00004b91 
- 00019309  0x00002984 rtn 
- 00019310  0x00002987 fetcht  0x00000002 , 0x000003c2 
- 00019311  0x00002988 iadd  0x00000002 , 0x0000003f 
- 00019312  0x00002989 store  0x00000004 , 0x000003c4 
- 00019313  0x0000298b fetch  0x00000004 , 0x000003c4 
- 00019314  0x0000298c isub  0x00000028 , 0x0000003f 
- 00019315  0x0000298d nbranch  0x00004b6e , 0x00000002 
- 00019316  0x0000298e rshift  0x0000003f , 0x0000001b 
- 00019317  0x0000298f call  0x00004b91 
- 00019318  0x00002990 rtn  0x00000034 
- 00019319  0x00002991 jam  0x0000000c , 0x00004803 
- 00019320  0x00002992 arg  0x00001800 , 0x00000002 
- 00019321  0x00002993 storet  0x00000002 , 0x00004800 
- 00019322  0x00002996 call  0x0000561c 
- 00019323  0x00002997 nrtn  0x00000034 
- 00019324  0x00002998 jam  0x00000014 , 0x000044c2 
- 00019325  0x00002999 jam  0x0000001b , 0x00000b7d 
- 00019326  0x0000299a call  0x00005620 
- 00019327  0x0000299b fetch  0x00000002 , 0x00000419 
- 00019328  0x0000299c iforce  0x00000005 
- 00019329  0x0000299d fetch  0x00000002 , 0x00004800 
- 00019330  0x0000299e iforce  0x00000006 
- 00019331  0x0000299f arg  0x00000014 , 0x00000039 
- 00019332  0x000029a0 call  0x00007e45 
- 00019333  0x000029a1 deposit  0x00000006 
- 00019334  0x000029a2 store  0x00000002 , 0x00004800 
- 00019335  0x000029a3 fetch  0x00000002 , 0x00004805 
- 00019336  0x000029a4 increase  0xffffffec , 0x0000003f 
- 00019337  0x000029a5 store  0x00000002 , 0x00004805 
- 00019338  0x000029a6 rtn  0x00000002 
- 00019339  0x000029a7 jam  0x00000000 , 0x00004803 
- 00019340  0x000029a8 rtn 
- 00019341  0x000029ac fetch  0x00000001 , 0x00004804 
- 00019342  0x000029ad call  0x00004be2 
- 00019343  0x000029ae jam  0x00000000 , 0x00004803 
- 00019344  0x000029af rtn 
- 00019345  0x000029b3 call  0x00004b97 
- 00019346  0x000029b4 setarg  0x00001800 
- 00019347  0x000029b5 isub  0x00000005 , 0x0000003f 
- 00019348  0x000029b6 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00019349  0x000029b7 store  0x00000002 , 0x00004805 
- 00019350  0x000029b8 rtn 
- 00019351  0x000029bd disable  0x00000010 
- 00019352  0x000029be arg  0x00001800 , 0x00000005 
- 00019353  0x000029c0 rtn  0x00000003 
- 00019354  0x000029c1 hfetch  0x00000001 , 0x0000811e 
- 00019355  0x000029c2 bbit0  0x00000005 , 0x00004b99 
- 00019356  0x000029c3 copy  0x00000019 , 0x00000002 
- 00019357  0x000029c4 arg  0x00000080 , 0x00000039 
- 00019358  0x000029c5 call  0x00007e3b 
- 00019359  0x000029c6 arg  0x00001800 , 0x00000005 
- 00019360  0x000029c7 arg  0x00000000 , 0x00000013 
- 00019361  0x000029c9 arg  0x000000b4 , 0x0000001b 
- 00019362  0x000029cb rtn  0x00000003 
- 00019363  0x000029cc hfetch  0x00000001 , 0x0000811e 
- 00019364  0x000029cd ixor  0x00000013 , 0x0000003f 
- 00019365  0x000029ce bbit1  0x00000005 , 0x00004ba2 
- 00019366  0x000029cf copy  0x00000019 , 0x0000003f 
- 00019367  0x000029d0 iforce  0x00000030 
- 00019368  0x000029d1 call  0x00007e78 
- 00019369  0x000029d2 sub  0x0000003f , 0x000000ff , 0x0000003e 
- 00019370  0x000029d3 branch  0x00004ba2 , 0x00000002 
- 00019371  0x000029d4 isolate0  0x00000005 , 0x00000013 
- 00019372  0x000029d5 setflag  0x00000001 , 0x00000017 , 0x0000003f 
- 00019373  0x000029d6 istore  0x00000003 , 0x00000005 
- 00019374  0x000029d7 rshift8  0x00000005 , 0x0000003f 
- 00019375  0x000029d8 rtneq  0x0000001c 
- 00019376  0x000029d9 copy  0x00000030 , 0x00000002 
- 00019377  0x000029da xor_into  0x00000020 , 0x00000013 
- 00019378  0x000029db branch  0x00004ba1 
- 00019379  0x000029e0 branch  0x00004bc7 , 0x00000028 
- 00019380  0x000029e1 branch  0x00004bca , 0x0000002c 
- 00019381  0x000029e3 arg  0x00004826 , 0x00000002 
- 00019382  0x000029e4 fetch  0x00000001 , 0x00004825 
- 00019383  0x000029e5 iadd  0x00000002 , 0x0000003f 
- 00019384  0x000029e6 isub  0x00000011 , 0x0000003e 
- 00019385  0x000029e7 branch  0x00004bda , 0x00000005 
- 00019386  0x000029e8 ifetch  0x00000001 , 0x00000011 
- 00019387  0x000029e9 copy  0x00000006 , 0x00000011 
- 00019388  0x000029ea bbit0  0x00000007 , 0x00004bc1 
- 00019389  0x000029eb enable  0x0000002c 
- 00019390  0x000029ec and  0x0000003f , 0x0000007f , 0x00000012 
- 00019391  0x000029ed lshift3  0x00000011 , 0x00000011 
- 00019392  0x000029ee branch  0x00004bca 
- 00019393  0x000029f0 rshift4  0x0000003f , 0x00000008 
- 00019394  0x000029f1 and_into  0x0000000f , 0x0000003f 
- 00019395  0x000029f2 isub  0x00000008 , 0x0000003e 
- 00019396  0x000029f3 rtn  0x00000005 
- 00019397  0x000029f4 enable  0x00000028 
- 00019398  0x000029f5 rtn 
- 00019399  0x000029f7 deposit  0x00000008 
- 00019400  0x000029f8 disable  0x00000028 
- 00019401  0x000029f9 rtn 
- 00019402  0x000029fb deposit  0x00000012 
- 00019403  0x000029fc branch  0x00004bd6 , 0x00000034 
- 00019404  0x000029fd and  0x00000011 , 0x00000007 , 0x00000007 
- 00019405  0x000029fe rshift3  0x00000011 , 0x00000006 
- 00019406  0x000029ff ifetch  0x00000001 , 0x00000006 
- 00019407  0x00002a00 increase  0x00000001 , 0x00000011 
- 00019408  0x00002a01 increase  0xffffffff , 0x00000012 
- 00019409  0x00002a02 qisolate0  0x0000003f 
- 00019410  0x00002a03 fetch  0x00000001 , 0x00004807 
- 00019411  0x00002a04 branch  0x00004bc1 , 0x00000001 
- 00019412  0x00002a05 fetch  0x00000001 , 0x00004808 
- 00019413  0x00002a06 branch  0x00004bc1 
- 00019414  0x00002a08 disable  0x0000002c 
- 00019415  0x00002a09 increase  0x00000007 , 0x00000011 
- 00019416  0x00002a0a rshift3  0x00000011 , 0x00000011 
- 00019417  0x00002a0b branch  0x00004bb5 
- 00019418  0x00002a0d setarg  0x000000ff 
- 00019419  0x00002a0e rtn 
- 00019420  0x00002a12 lshift  0x0000003f , 0x00000006 
- 00019421  0x00002a13 iadd  0x00000006 , 0x0000003f 
- 00019422  0x00002a14 arg  0x00004809 , 0x00000006 
- 00019423  0x00002a15 iadd  0x00000006 , 0x00000006 
- 00019424  0x00002a16 ifetch  0x00000003 , 0x00000006 
- 00019425  0x00002a17 rtn 
- 00019426  0x00002a1b enable  0x00000010 
- 00019427  0x00002a1c iforce  0x00000039 
- 00019428  0x00002a1e disable  0x00000028 
- 00019429  0x00002a1f disable  0x0000002c 
- 00019430  0x00002a20 arg  0x00004826 , 0x00000011 
- 00019431  0x00002a22 call  0x00004bb3 
- 00019432  0x00002a23 beq  0x000000ff , 0x00004bf1 
- 00019433  0x00002a24 call  0x00004bdc 
- 00019434  0x00002a25 bbit0  0x00000017 , 0x00004bed 
- 00019435  0x00002a26 set0  0x00000017 , 0x0000003f 
- 00019436  0x00002a27 hjam  0x0000009e , 0x000080a0 
- 00019437  0x00002a29 iforce  0x0000001b 
- 00019438  0x00002a2a until  0x0000003e , 0x00000003 
- 00019439  0x00002a2b hjam  0x00000000 , 0x000080a0 
- 00019440  0x00002a2c branch  0x00004be7 
- 00019441  0x00002a2e loop  0x00004be4 
- 00019442  0x00002a2f rtn 
- 00019443  0x00002a36 call  0x00004c21 
- 00019444  0x00002a37 setarg  0x00004d21 
- 00019445  0x00002a38 store  0x00000002 , 0x00004290 
- 00019446  0x00002a39 setarg  0x00004c59 
- 00019447  0x00002a3a store  0x00000002 , 0x0000428e 
- 00019448  0x00002a3b setarg  0x00004d37 
- 00019449  0x00002a3c store  0x00000002 , 0x00004292 
- 00019450  0x00002a3d setarg  0x00004d7e 
- 00019451  0x00002a3e store  0x00000002 , 0x0000428a 
- 00019452  0x00002a3f setarg  0x00004d7b 
- 00019453  0x00002a40 store  0x00000002 , 0x00004294 
- 00019454  0x00002a41 setarg  0x00004d7e 
- 00019455  0x00002a42 store  0x00000002 , 0x00004288 
- 00019456  0x00002a43 setarg  0x00004d22 
- 00019457  0x00002a44 store  0x00000002 , 0x00004286 
- 00019458  0x00002a45 rtn  0x0000002b 
- 00019459  0x00002a47 fetch  0x00000002 , 0x000047f4 
- 00019460  0x00002a48 bbit1  0x0000000c , 0x00003f79 
- 00019461  0x00002a49 call  0x00003f23 
- 00019462  0x00002a4a branch  0x00004d79 , 0x00000034 
- 00019463  0x00002a4b call  0x00003f7e 
- 00019464  0x00002a4c branch  0x00003f6e 
- 00019465  0x00002a50 call  0x00004c21 
- 00019466  0x00002a51 setarg  0x00004d21 
- 00019467  0x00002a52 store  0x00000002 , 0x00004290 
- 00019468  0x00002a53 setarg  0x00004c59 
- 00019469  0x00002a54 store  0x00000002 , 0x0000428e 
- 00019470  0x00002a55 setarg  0x00004d37 
- 00019471  0x00002a56 store  0x00000002 , 0x00004292 
- 00019472  0x00002a57 setarg  0x00004d7e 
- 00019473  0x00002a58 store  0x00000002 , 0x0000428a 
- 00019474  0x00002a59 setarg  0x00004d7b 
- 00019475  0x00002a5a store  0x00000002 , 0x00004294 
- 00019476  0x00002a5b setarg  0x00004d7e 
- 00019477  0x00002a5c store  0x00000002 , 0x00004288 
- 00019478  0x00002a5d setarg  0x00004d22 
- 00019479  0x00002a5e store  0x00000002 , 0x00004286 
- 00019480  0x00002a5f rtn  0x0000002b 
- 00019481  0x00002a61 jam  0x00000000 , 0x000007dc 
- 00019482  0x00002a62 jam  0x00000000 , 0x000007dd 
- 00019483  0x00002a64 fetch  0x00000002 , 0x000047f4 
- 00019484  0x00002a65 bbit1  0x0000000c , 0x00003f79 
- 00019485  0x00002a66 call  0x00003f23 
- 00019486  0x00002a67 branch  0x00004d79 , 0x00000034 
- 00019487  0x00002a68 call  0x00003f7e 
- 00019488  0x00002a69 branch  0x00003f6e 
- 00019489  0x00002a6e set1  0x00000025 , 0x00000000 
- 00019490  0x00002a6f bpatch  0x000000b6 , 0x00004036 
- 00019491  0x00002a71 fetch  0x00000001 , 0x00008140 
- 00019492  0x00002a72 branch  0x00003bf1 , 0x00000034 
- 00019493  0x00002a73 hjam  0x00000000 , 0x00008070 
- 00019494  0x00002a74 hjam  0x000000ff , 0x00008078 
- 00019495  0x00002a76 hjam  0x000000ff , 0x00008071 
- 00019496  0x00002a77 hjam  0x000000ff , 0x00008072 
- 00019497  0x00002a78 hfetch  0x00000001 , 0x00008073 
- 00019498  0x00002a79 or_into  0x0000000f , 0x0000003f 
- 00019499  0x00002a7a hstore  0x00000001 , 0x00008073 
- 00019500  0x00002a7c hjam  0x00000000 , 0x00008080 
- 00019501  0x00002a7d hjam  0x00000000 , 0x00008081 
- 00019502  0x00002a7e hjam  0x000000ff , 0x00008083 
- 00019503  0x00002a7f hjam  0x000000ff , 0x00008084 
- 00019504  0x00002a80 hfetch  0x00000001 , 0x00008085 
- 00019505  0x00002a81 or_into  0x00000003 , 0x0000003f 
- 00019506  0x00002a82 hstore  0x00000001 , 0x00008085 
- 00019507  0x00002a83 hjam  0x00000000 , 0x0000806f 
- 00019508  0x00002a84 setarg  0x00000013 
- 00019509  0x00002a85 lshift3  0x0000003f , 0x0000003f 
- 00019510  0x00002a86 add  0x0000003f , 0x00000007 , 0x0000003f 
- 00019511  0x00002a87 hstore  0x00000001 , 0x00008064 
- 00019512  0x00002a89 hfetch  0x00000001 , 0x00008043 
- 00019513  0x00002a8a set1  0x00000002 , 0x0000003f 
- 00019514  0x00002a8b hstore  0x00000001 , 0x00008043 
- 00019515  0x00002a8c hfetch  0x00000001 , 0x00008051 
- 00019516  0x00002a8d set0  0x00000001 , 0x0000003f 
- 00019517  0x00002a8e hstore  0x00000001 , 0x00008051 
- 00019518  0x00002a8f hjam  0x0000000d , 0x00008063 
- 00019519  0x00002a90 hjam  0x000000d3 , 0x00008067 
- 00019520  0x00002a91 hjam  0x00000000 , 0x00008065 
- 00019521  0x00002a92 hjam  0x00000031 , 0x00008066 
- 00019522  0x00002a93 call  0x00003e0b 
- 00019523  0x00002a94 fetcht  0x00000001 , 0x0000480e 
- 00019524  0x00002a95 call  0x000069da 
- 00019525  0x00002a96 fetcht  0x00000001 , 0x0000480f 
- 00019526  0x00002a97 call  0x000069da 
- 00019527  0x00002a98 fetcht  0x00000001 , 0x00004810 
- 00019528  0x00002a99 call  0x000069da 
- 00019529  0x00002a9a rtn 
- 00019530  0x00002a9d set1  0x00000025 , 0x00000000 
- 00019531  0x00002a9e bpatch  0x000000b7 , 0x00004036 
- 00019532  0x00002a9f ifetch  0x00000001 , 0x00000006 
- 00019533  0x00002aa0 copy  0x0000003f , 0x00000011 
- 00019534  0x00002aa1 fetcht  0x00000001 , 0x0000480f 
- 00019535  0x00002aa2 isolate1  0x00000000 , 0x00000011 
- 00019536  0x00002aa3 call  0x000069f0 
- 00019537  0x00002aa4 fetcht  0x00000001 , 0x0000480e 
- 00019538  0x00002aa5 isolate1  0x00000001 , 0x00000011 
- 00019539  0x00002aa6 call  0x000069f0 
- 00019540  0x00002aa7 fetcht  0x00000001 , 0x00004810 
- 00019541  0x00002aa8 isolate1  0x00000002 , 0x00000011 
- 00019542  0x00002aa9 call  0x000069f0 
- 00019543  0x00002aaa jam  0x00000001 , 0x00004809 
- 00019544  0x00002aab rtn 
- 00019545  0x00002ab0 call  0x00004c99 
- 00019546  0x00002ab1 nrtn  0x00000028 
- 00019547  0x00002ab2 nrtn  0x0000002c 
- 00019548  0x00002ab4 fetch  0x00000001 , 0x00000450 
- 00019549  0x00002ab5 beq  0x00000001 , 0x00004c69 
- 00019550  0x00002ab6 fetch  0x00000001 , 0x000042bc 
- 00019551  0x00002ab7 rtnne  0x0000003f 
- 00019552  0x00002ab9 arg  0x0000000a , 0x00000011 
- 00019553  0x00002aba call  0x00004b2c 
- 00019554  0x00002abb fetch  0x00000002 , 0x000042b7 
- 00019555  0x00002abc istore  0x00000002 , 0x00000005 
- 00019556  0x00002abd setarg  0x000001a1 
- 00019557  0x00002abe istore  0x00000002 , 0x00000005 
- 00019558  0x00002abf fetch  0x00000008 , 0x00004800 
- 00019559  0x00002ac0 istore  0x00000008 , 0x00000005 
- 00019560  0x00002ac1 rtn 
- 00019561  0x00002ac4 fetcht  0x00000001 , 0x0000054f 
- 00019562  0x00002ac5 setarg  0x00000550 
- 00019563  0x00002ac6 iadd  0x00000002 , 0x00000005 
- 00019564  0x00002ac7 fetch  0x00000001 , 0x00004802 
- 00019565  0x00002ac8 branch  0x00004c72 , 0x00000034 
- 00019566  0x00002ac9 beq  0x0000002a , 0x00004c74 
- 00019567  0x00002aca bne  0x00000028 , 0x00004c7e 
- 00019568  0x00002acb storet  0x00000001 , 0x0000054f 
- 00019569  0x00002acc branch  0x00003f6a 
- 00019570  0x00002acf storet  0x00000001 , 0x0000054f 
- 00019571  0x00002ad0 rtn 
- 00019572  0x00002ad2 fetch  0x00000001 , 0x0000054f 
- 00019573  0x00002ad3 rtn  0x00000034 
- 00019574  0x00002ad4 increase  0xffffffff , 0x0000003f 
- 00019575  0x00002ad5 store  0x00000001 , 0x0000054f 
- 00019576  0x00002ad6 arg  0x00000550 , 0x00000005 
- 00019577  0x00002ad7 iadd  0x00000005 , 0x00000005 
- 00019578  0x00002ad8 setarg  0x00000000 
- 00019579  0x00002ad9 istore  0x00000001 , 0x00000005 
- 00019580  0x00002ada enable  0x0000002c 
- 00019581  0x00002adb branch  0x00004c8d 
- 00019582  0x00002add sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00019583  0x00002ade rtn  0x00000002 
- 00019584  0x00002adf arg  0x00000030 , 0x00000002 
- 00019585  0x00002ae0 sub  0x0000003f , 0x00000027 , 0x0000003e 
- 00019586  0x00002ae1 nrtn  0x00000002 
- 00019587  0x00002ae2 branch  0x00004c87 , 0x00000005 
- 00019588  0x00002ae3 arg  0x0000001d , 0x00000002 
- 00019589  0x00002ae4 isub  0x00000002 , 0x00000002 
- 00019590  0x00002ae5 or_into  0x00000030 , 0x00000002 
- 00019591  0x00002ae7 istoret  0x00000001 , 0x00000005 
- 00019592  0x00002ae8 fetch  0x00000001 , 0x0000054f 
- 00019593  0x00002ae9 increase  0x00000001 , 0x0000003f 
- 00019594  0x00002aea store  0x00000001 , 0x0000054f 
- 00019595  0x00002aeb disable  0x0000002c 
- 00019596  0x00002aec branch  0x00004c8d 
- 00019597  0x00002aef fetch  0x00000002 , 0x000042b7 
- 00019598  0x00002af0 rtn  0x00000034 
- 00019599  0x00002af1 arg  0x00000003 , 0x00000011 
- 00019600  0x00002af2 call  0x00004b2c 
- 00019601  0x00002af3 fetch  0x00000002 , 0x000042b7 
- 00019602  0x00002af4 istore  0x00000002 , 0x00000005 
- 00019603  0x00002af5 setarg  0x0000ffa1 
- 00019604  0x00002af6 istore  0x00000002 , 0x00000005 
- 00019605  0x00002af7 setarg  0x00000000 
- 00019606  0x00002af8 setflag  0x0000002c , 0x00000000 , 0x0000003f 
- 00019607  0x00002af9 istore  0x00000001 , 0x00000005 
- 00019608  0x00002afa rtn 
- 00019609  0x00002aff disable  0x00000028 
- 00019610  0x00002b00 disable  0x0000002c 
- 00019611  0x00002b01 hfetch  0x00000001 , 0x00008119 
- 00019612  0x00002b02 rtnbit1  0x00000000 
- 00019613  0x00002b05 hfetch  0x00000001 , 0x0000811b 
- 00019614  0x00002b06 bbit1  0x00000000 , 0x00004ca3 
- 00019615  0x00002b07 hfetch  0x00000001 , 0x00008119 
- 00019616  0x00002b08 bbit0  0x00000006 , 0x00004ca3 
- 00019617  0x00002b09 hfetch  0x00000001 , 0x0000811a 
- 00019618  0x00002b0a branch  0x00004c99 
- 00019619  0x00002b0d enable  0x00000028 
- 00019620  0x00002b0e enable  0x0000002c 
- 00019621  0x00002b0f hfetch  0x00000001 , 0x0000811b 
- 00019622  0x00002b10 isolate0  0x00000000 , 0x0000003f 
- 00019623  0x00002b11 hfetch  0x00000001 , 0x0000811a 
- 00019624  0x00002b12 arg  0x00004811 , 0x00000006 
- 00019625  0x00002b13 iadd  0x00000006 , 0x00000006 
- 00019626  0x00002b14 ifetch  0x00000001 , 0x00000006 
- 00019627  0x00002b15 bbit1  0x00000007 , 0x00004ce4 
- 00019628  0x00002b16 nbranch  0x00004ccc , 0x00000001 
- 00019629  0x00002b17 disable  0x0000002c 
- 00019630  0x00002b18 iforce  0x00000002 
- 00019631  0x00002b19 fetch  0x00000001 , 0x00004808 
- 00019632  0x00002b1a sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00019633  0x00002b1b nrtn  0x00000002 
- 00019634  0x00002b1c copy  0x0000003f , 0x00000011 
- 00019635  0x00002b1d arg  0x00000003 , 0x00000039 
- 00019636  0x00002b1e arg  0x00004802 , 0x00000006 
- 00019637  0x00002b20 ifetch  0x00000001 , 0x00000006 
- 00019638  0x00002b21 isub  0x00000002 , 0x0000003e 
- 00019639  0x00002b22 branch  0x00004c99 , 0x00000005 
- 00019640  0x00002b23 loop  0x00004cb5 
- 00019641  0x00002b25 copy  0x00000011 , 0x0000003f 
- 00019642  0x00002b26 arg  0x00004802 , 0x00000005 
- 00019643  0x00002b27 iadd  0x00000005 , 0x00000005 
- 00019644  0x00002b28 istoret  0x00000001 , 0x00000005 
- 00019645  0x00002b29 increase  0x00000001 , 0x0000003f 
- 00019646  0x00002b2a store  0x00000001 , 0x00004808 
- 00019647  0x00002b2b hfetch  0x00000001 , 0x0000811b 
- 00019648  0x00002b2c rshift3  0x0000003f , 0x0000003f 
- 00019649  0x00002b2d nbranch  0x00004cc3 , 0x00000034 
- 00019650  0x00002b2e branch  0x00004cca 
- 00019651  0x00002b31 increase  0xffffffff , 0x0000003f 
- 00019652  0x00002b32 branch  0x00004cca , 0x00000005 
- 00019653  0x00002b33 hfetch  0x00000001 , 0x0000811b 
- 00019654  0x00002b34 and_into  0x00000001 , 0x0000003f 
- 00019655  0x00002b35 beq  0x00000000 , 0x00004c99 
- 00019656  0x00002b36 beq  0x00000001 , 0x00004cca 
- 00019657  0x00002b37 rtn 
- 00019658  0x00002b39 enable  0x0000002c 
- 00019659  0x00002b3a rtn 
- 00019660  0x00002b3d and  0x0000003f , 0x000000ff , 0x00000002 
- 00019661  0x00002b3e fetch  0x00000001 , 0x00004808 
- 00019662  0x00002b3f rtn  0x00000034 
- 00019663  0x00002b40 iforce  0x00000039 
- 00019664  0x00002b41 arg  0x00004802 , 0x00000006 
- 00019665  0x00002b43 ifetch  0x00000001 , 0x00000006 
- 00019666  0x00002b44 isub  0x00000002 , 0x0000003e 
- 00019667  0x00002b45 branch  0x00004cd6 , 0x00000005 
- 00019668  0x00002b46 loop  0x00004cd1 
- 00019669  0x00002b47 rtn 
- 00019670  0x00002b49 add  0x00000006 , 0xffffffff , 0x00000005 
- 00019671  0x00002b4a call  0x00007e45 
- 00019672  0x00002b4b fetch  0x00000001 , 0x00004808 
- 00019673  0x00002b4c increase  0xffffffff , 0x0000003f 
- 00019674  0x00002b4d store  0x00000001 , 0x00004808 
- 00019675  0x00002b4e hfetch  0x00000001 , 0x0000811b 
- 00019676  0x00002b4f rshift3  0x0000003f , 0x0000003f 
- 00019677  0x00002b50 nbranch  0x00004cdf , 0x00000034 
- 00019678  0x00002b51 rtn 
- 00019679  0x00002b54 hfetch  0x00000001 , 0x0000811b 
- 00019680  0x00002b55 and_into  0x00000001 , 0x0000003f 
- 00019681  0x00002b56 beq  0x00000000 , 0x00004cca 
- 00019682  0x00002b57 beq  0x00000001 , 0x00004c99 
- 00019683  0x00002b58 rtn 
- 00019684  0x00002b5b and  0x0000003f , 0x00000007 , 0x00000007 
- 00019685  0x00002b5c fetch  0x00000001 , 0x00004800 
- 00019686  0x00002b5d qsetflag  0x00000001 , 0x0000003f 
- 00019687  0x00002b5e store  0x00000001 , 0x00004800 
- 00019688  0x00002b5f rtn 
- 00019689  0x00002b62 setarg  0x00000000 
- 00019690  0x00002b63 store  0x00000008 , 0x00004800 
- 00019691  0x00002b64 store  0x00000001 , 0x00004808 
- 00019692  0x00002b65 rtn 
- 00019693  0x00002b68 hfetch  0x00000001 , 0x0000811b 
- 00019694  0x00002b69 hfetch  0x00000001 , 0x0000811a 
- 00019695  0x00002b6a hfetch  0x00000001 , 0x00008119 
- 00019696  0x00002b6b bbit0  0x00000000 , 0x00004ced 
- 00019697  0x00002b6c setarg  0x000000ff 
- 00019698  0x00002b6d enable  0x00000028 
- 00019699  0x00002b6e rtn 
- 00019700  0x00002b71 fetcht  0x00000002 , 0x000044c2 
- 00019701  0x00002b72 call  0x00005866 
- 00019702  0x00002b73 rtnbit0  0x00000000 
- 00019703  0x00002b74 fetch  0x00000001 , 0x000046f8 
- 00019704  0x00002b75 rtnbit0  0x00000000 
- 00019705  0x00002b76 call  0x0000561c 
- 00019706  0x00002b77 nrtn  0x00000034 
- 00019707  0x00002b78 call  0x00004c99 
- 00019708  0x00002b79 nrtn  0x00000028 
- 00019709  0x00002b7a nrtn  0x0000002c 
- 00019710  0x00002b7c call  0x00003f5e 
- 00019711  0x00002b7d jam  0x00000002 , 0x00004213 
- 00019712  0x00002b7e fetcht  0x00000002 , 0x000044c2 
- 00019713  0x00002b7f call  0x00005a88 
- 00019714  0x00002b80 add  0x00000006 , 0x00000001 , 0x00000005 
- 00019715  0x00002b81 fetch  0x00000008 , 0x00004800 
- 00019716  0x00002b82 istore  0x00000008 , 0x00000005 
- 00019717  0x00002b83 jam  0x0000001b , 0x00000b7d 
- 00019718  0x00002b84 call  0x00005620 
- 00019719  0x00002b85 fetch  0x00000001 , 0x000003e4 
- 00019720  0x00002b86 bbit1  0x00000003 , 0x00003bf2 
- 00019721  0x00002b87 rtn 
- 00019722  0x00002b89 copy  0x00000013 , 0x0000003f 
- 00019723  0x00002b8a beq  0x00000010 , 0x00004d15 
- 00019724  0x00002b8c beq  0x00000014 , 0x00004d13 
- 00019725  0x00002b8d beq  0x00000028 , 0x00004d11 
- 00019726  0x00002b8e beq  0x00000029 , 0x00004d11 
- 00019727  0x00002b8f beq  0x0000002e , 0x00003f57 
- 00019728  0x00002b90 rtn 
- 00019729  0x00002b93 call  0x00003fa4 
- 00019730  0x00002b94 branch  0x00003f92 
- 00019731  0x00002b96 call  0x00004ced 
- 00019732  0x00002b97 branch  0x00004ce9 
- 00019733  0x00002b9a call  0x00005b30 
- 00019734  0x00002b9b call  0x00003f90 
- 00019735  0x00002b9c call  0x00003f88 
- 00019736  0x00002b9d branch  0x00003f94 
- 00019737  0x00002ba0 fetch  0x00000001 , 0x0000442e 
- 00019738  0x00002ba1 rtn  0x00000034 
- 00019739  0x00002ba2 increase  0xffffffff , 0x0000003f 
- 00019740  0x00002ba3 store  0x00000001 , 0x0000442e 
- 00019741  0x00002ba4 nrtn  0x00000034 
- 00019742  0x00002ba5 fetch  0x00000001 , 0x000044db 
- 00019743  0x00002ba6 rtn  0x00000034 
- 00019744  0x00002ba7 branch  0x00003f98 
- 00019745  0x00002bab branch  0x00004d2e 
- 00019746  0x00002baf hfetch  0x00000003 , 0x0000811c 
- 00019747  0x00002bb0 copy  0x0000003f , 0x00000012 
- 00019748  0x00002bb1 hfetch  0x00000001 , 0x0000811f 
- 00019749  0x00002bb2 and_into  0x0000000f , 0x0000003f 
- 00019750  0x00002bb3 lshift16  0x0000003f , 0x0000003f 
- 00019751  0x00002bb4 lshift8  0x0000003f , 0x0000003f 
- 00019752  0x00002bb5 ior  0x00000012 , 0x0000003f 
- 00019753  0x00002bb6 fetcht  0x00000004 , 0x0000480a 
- 00019754  0x00002bb7 isub  0x00000002 , 0x0000003f 
- 00019755  0x00002bb8 rtn  0x00000034 
- 00019756  0x00002bb9 arg  0x000000bb , 0x00000012 
- 00019757  0x00002bba branch  0x00003f5e 
- 00019758  0x00002bbe fetch  0x00000001 , 0x00004133 
- 00019759  0x00002bbf nrtn  0x00000034 
- 00019760  0x00002bc0 fetch  0x00000001 , 0x0000427f 
- 00019761  0x00002bc1 nrtn  0x00000034 
- 00019762  0x00002bc2 fetch  0x00000001 , 0x000047ea 
- 00019763  0x00002bc3 rtn  0x00000034 
- 00019764  0x00002bc4 fetch  0x00000001 , 0x000047eb 
- 00019765  0x00002bc5 nrtn  0x00000034 
- 00019766  0x00002bc6 branch  0x00003f9a 
- 00019767  0x00002bc9 copy  0x00000013 , 0x0000003f 
- 00019768  0x00002bca beq  0x00000006 , 0x00004d8b 
- 00019769  0x00002bcb beq  0x0000000a , 0x00004d7c 
- 00019770  0x00002bcc beq  0x00000006 , 0x00004d8f 
- 00019771  0x00002bcd beq  0x00000010 , 0x00004d68 
- 00019772  0x00002bce beq  0x0000002e , 0x00003f57 
- 00019773  0x00002bcf beq  0x00000001 , 0x00004d77 
- 00019774  0x00002bd0 beq  0x00000002 , 0x00004d51 
- 00019775  0x00002bd2 beq  0x00000004 , 0x00004d4e 
- 00019776  0x00002bd3 beq  0x00000013 , 0x00004d4e 
- 00019777  0x00002bd4 and  0x0000003f , 0x0000000f , 0x00000002 
- 00019778  0x00002bd5 and_into  0x000000f0 , 0x0000003f 
- 00019779  0x00002bd6 beq  0x00000050 , 0x00004d45 
- 00019780  0x00002bd7 rtn 
- 00019781  0x00002bda set1  0x00000025 , 0x00000000 
- 00019782  0x00002bdb bpatch  0x000000b8 , 0x00004037 
- 00019783  0x00002bdc storet  0x00000001 , 0x00000259 
- 00019784  0x00002bde fetch  0x00000001 , 0x00000259 
- 00019785  0x00002bdf rtn  0x00000034 
- 00019786  0x00002be0 increase  0xffffffff , 0x0000003f 
- 00019787  0x00002be1 store  0x00000001 , 0x00000259 
- 00019788  0x00002be3 call  0x00004d62 
- 00019789  0x00002be4 branch  0x00004d48 
- 00019790  0x00002be7 fetch  0x00000002 , 0x000047f4 
- 00019791  0x00002be8 bbit1  0x0000000c , 0x00004d79 
- 00019792  0x00002be9 branch  0x00003f10 
- 00019793  0x00002bed set1  0x00000025 , 0x00000000 
- 00019794  0x00002bee bpatch  0x000000b9 , 0x00004037 
- 00019795  0x00002bef call  0x00004d59 
- 00019796  0x00002bf0 fetch  0x00000002 , 0x000042a0 
- 00019797  0x00002bf2 bbit1  0x00000000 , 0x00003f12 
- 00019798  0x00002bf3 bbit1  0x00000001 , 0x00004d5c 
- 00019799  0x00002bf4 bbit1  0x00000002 , 0x00004d5f 
- 00019800  0x00002bf5 branch  0x00004d79 
- 00019801  0x00002bf7 jam  0x00000000 , 0x0000425e 
- 00019802  0x00002bf8 jam  0x00000000 , 0x0000448b 
- 00019803  0x00002bf9 rtn 
- 00019804  0x00002bfc bbit1  0x00000005 , 0x00003f10 
- 00019805  0x00002bfd bbit1  0x00000003 , 0x00003f10 
- 00019806  0x00002bfe branch  0x00004d79 
- 00019807  0x00002c00 fetch  0x00000002 , 0x000047f4 
- 00019808  0x00002c01 bbit1  0x0000000c , 0x00004d79 
- 00019809  0x00002c02 branch  0x00003f10 
- 00019810  0x00002c07 fetch  0x00000001 , 0x000047f2 
- 00019811  0x00002c08 rtn  0x00000034 
- 00019812  0x00002c09 increase  0xffffffff , 0x0000003f 
- 00019813  0x00002c0a store  0x00000001 , 0x000047f2 
- 00019814  0x00002c0b nrtn  0x00000034 
- 00019815  0x00002c0c branch  0x00004d8f 
- 00019816  0x00002c10 call  0x00004d6a 
- 00019817  0x00002c11 branch  0x00004d79 
- 00019818  0x00002c14 set1  0x00000025 , 0x00000000 
- 00019819  0x00002c15 bpatch  0x000000ba , 0x00004037 
- 00019820  0x00002c16 fetch  0x00000002 , 0x000047f4 
- 00019821  0x00002c17 isolate1  0x00000007 , 0x0000003f 
- 00019822  0x00002c18 call  0x00003f75 , 0x00000001 
- 00019823  0x00002c19 fetch  0x00000002 , 0x000047fe 
- 00019824  0x00002c1a store  0x00000002 , 0x000047f0 
- 00019825  0x00002c1b fetch  0x00000002 , 0x000042a2 
- 00019826  0x00002c1c set1  0x00000000 , 0x0000003f 
- 00019827  0x00002c1d store  0x00000002 , 0x000042a2 
- 00019828  0x00002c1e fetch  0x00000002 , 0x000047f4 
- 00019829  0x00002c1f bbit1  0x00000000 , 0x00003f77 
- 00019830  0x00002c20 rtn 
- 00019831  0x00002c24 call  0x00003f7e 
- 00019832  0x00002c25 branch  0x00003f98 
- 00019833  0x00002c28 call  0x00003f7c 
- 00019834  0x00002c29 branch  0x00003f94 
- 00019835  0x00002c2c branch  0x00003f9a 
- 00019836  0x00002c2f jam  0x00000000 , 0x0000054f 
- 00019837  0x00002c30 rtn 
- 00019838  0x00002c36 hjam  0x00000000 , 0x00008083 
- 00019839  0x00002c37 hjam  0x00000000 , 0x00008084 
- 00019840  0x00002c38 hfetch  0x00000001 , 0x00008085 
- 00019841  0x00002c39 and_into  0x000000f0 , 0x0000003f 
- 00019842  0x00002c3a hstore  0x00000001 , 0x00008085 
- 00019843  0x00002c3b setarg  0x00000000 
- 00019844  0x00002c3c store  0x00000004 , 0x000000a7 
- 00019845  0x00002c3d setarg  0x000000ff 
- 00019846  0x00002c3e fetcht  0x00000001 , 0x000047fd 
- 00019847  0x00002c3f copy  0x00000002 , 0x00000007 
- 00019848  0x00002c40 qset1  0x0000003f 
- 00019849  0x00002c41 store  0x00000004 , 0x000000a3 
- 00019850  0x00002c42 rtn 
- 00019851  0x00002c45 setarg  0x00000002 
- 00019852  0x00002c46 store  0x00000001 , 0x000047f2 
- 00019853  0x00002c47 call  0x00004ced 
- 00019854  0x00002c4b branch  0x00004ce9 
- 00019855  0x00002c4d set1  0x00000025 , 0x00000000 
- 00019856  0x00002c4e bpatch  0x000000bb , 0x00004037 
- 00019857  0x00002c4f jam  0x00000001 , 0x0000427f 
- 00019858  0x00002c50 call  0x00003fa4 
- 00019859  0x00002c51 call  0x00003fa2 
- 00019860  0x00002c53 setarg  0x00000000 
- 00019861  0x00002c54 store  0x00000002 , 0x000047f0 
- 00019862  0x00002c55 store  0x00000001 , 0x000047f2 
- 00019863  0x00002c56 branch  0x00003f9e 
- 00019864  0x00002c5e branch  0x00004d9d , 0x0000002b 
- 00019865  0x00002c60 setarg  0x000043ce 
- 00019866  0x00002c61 arg  0x000042af , 0x00000005 
- 00019867  0x00002c62 isub  0x00000005 , 0x00000039 
- 00019868  0x00002c63 call  0x00007e3f 
- 00019869  0x00002c65 set1  0x00000025 , 0x00000000 
- 00019870  0x00002c66 bpatch  0x00000016 , 0x00004022 
- 00019871  0x00002c67 setarg  0x000004de 
- 00019872  0x00002c68 arg  0x000004a9 , 0x00000005 
- 00019873  0x00002c69 isub  0x00000005 , 0x00000039 
- 00019874  0x00002c6a call  0x00007e3f 
- 00019875  0x00002c6b setarg  0x00000330 
- 00019876  0x00002c6c arg  0x000002c4 , 0x00000005 
- 00019877  0x00002c6d isub  0x00000005 , 0x00000039 
- 00019878  0x00002c6e call  0x00007e3f 
- 00019879  0x00002c6f branch  0x0000532a 
- 00019880  0x00002c72 set1  0x00000025 , 0x00000000 
- 00019881  0x00002c73 bpatch  0x00000017 , 0x00004022 
- 00019882  0x00002c74 copy  0x00000006 , 0x00000002 
- 00019883  0x00002c77 copy  0x00000002 , 0x00000006 
- 00019884  0x00002c78 ifetch  0x00000002 , 0x00000006 
- 00019885  0x00002c79 store  0x00000002 , 0x000002cd 
- 00019886  0x00002c7a ifetch  0x00000002 , 0x00000006 
- 00019887  0x00002c7b store  0x00000002 , 0x000002cf 
- 00019888  0x00002c7c deposit  0x00000006 
- 00019889  0x00002c7d store  0x00000002 , 0x000002cb 
- 00019890  0x00002c7e fetch  0x00000001 , 0x000047f3 
- 00019891  0x00002c7f beq  0x00000000 , 0x00004db5 
- 00019892  0x00002c80 branch  0x000050fa 
- 00019893  0x00002c83 set1  0x00000025 , 0x00000000 
- 00019894  0x00002c84 bpatch  0x00000018 , 0x00004023 
- 00019895  0x00002c85 fetch  0x00000002 , 0x000002cd 
- 00019896  0x00002c86 branch  0x00004dfc , 0x00000034 
- 00019897  0x00002c87 fetch  0x00000001 , 0x000002cf 
- 00019898  0x00002c88 beq  0x00000001 , 0x00004dc0 
- 00019899  0x00002c8a beq  0x00000050 , 0x00004de7 
- 00019900  0x00002c8b beq  0x00000051 , 0x00004df4 
- 00019901  0x00002c8c beq  0x00000052 , 0x00004df2 
- 00019902  0x00002c8d beq  0x00000053 , 0x00004df2 
- 00019903  0x00002c8e branch  0x00004dfc 
- 00019904  0x00002c91 call  0x0000527a 
- 00019905  0x00002c92 nrtn  0x00000034 
- 00019906  0x00002c93 jam  0x00000000 , 0x000043cd 
- 00019907  0x00002c95 call  0x000052c4 
- 00019908  0x00002c96 call  0x00004e01 
- 00019909  0x00002c97 fetcht  0x00000002 , 0x000002d6 
- 00019910  0x00002c98 branch  0x00004dfb , 0x00000034 
- 00019911  0x00002c99 call  0x000052ce 
- 00019912  0x00002c9a fetch  0x00000002 , 0x000002d6 
- 00019913  0x00002c9b istore  0x00000002 , 0x00000005 
- 00019914  0x00002c9c force  0x00000001 , 0x0000003f 
- 00019915  0x00002c9d istore  0x00000002 , 0x00000005 
- 00019916  0x00002c9e branch  0x00004dfc 
- 00019917  0x00002ca1 fetch  0x00000001 , 0x00004132 
- 00019918  0x00002ca2 rtneq  0x00000001 
- 00019919  0x00002ca3 fetch  0x00000001 , 0x000043cd 
- 00019920  0x00002ca4 rtn  0x00000034 
- 00019921  0x00002ca5 copy  0x0000003f , 0x00000011 
- 00019922  0x00002ca6 fetch  0x00000004 , 0x0000033c 
- 00019923  0x00002ca7 arg  0x00000100 , 0x00000002 
- 00019924  0x00002ca8 iadd  0x00000002 , 0x00000002 
- 00019925  0x00002ca9 copy  0x00000022 , 0x0000003f 
- 00019926  0x00002caa isub  0x00000002 , 0x0000003e 
- 00019927  0x00002cab nrtn  0x00000002 
- 00019928  0x00002cac jam  0x00000000 , 0x000043cd 
- 00019929  0x00002cad copy  0x00000011 , 0x0000003f 
- 00019930  0x00002cae beq  0x00000050 , 0x00004ddc 
- 00019931  0x00002caf branch  0x00003bf1 
- 00019932  0x00002cb1 call  0x000052c4 
- 00019933  0x00002cb2 call  0x00004e84 
- 00019934  0x00002cb3 call  0x000052d0 
- 00019935  0x00002cb4 call  0x00007e1c 
- 00019936  0x00002cb5 call  0x00004eb7 
- 00019937  0x00002cb6 call  0x000052ce 
- 00019938  0x00002cb8 setarg  0x0000000c 
- 00019939  0x00002cb9 istore  0x00000002 , 0x00000005 
- 00019940  0x00002cba force  0x00000001 , 0x0000003f 
- 00019941  0x00002cbb istore  0x00000002 , 0x00000005 
- 00019942  0x00002cbc branch  0x00004dfc 
- 00019943  0x00002cbf call  0x0000527e 
- 00019944  0x00002cc0 nrtn  0x00000034 
- 00019945  0x00002cc1 call  0x000052d2 
- 00019946  0x00002cc2 call  0x00006f72 
- 00019947  0x00002cc3 call  0x000052dc 
- 00019948  0x00002cc4 fetch  0x00000002 , 0x000002dc 
- 00019949  0x00002cc5 branch  0x00004dfb , 0x00000034 
- 00019950  0x00002cc6 istore  0x00000002 , 0x00000005 
- 00019951  0x00002cc7 fetch  0x00000002 , 0x000042b1 
- 00019952  0x00002cc8 istore  0x00000002 , 0x00000005 
- 00019953  0x00002cc9 branch  0x00004dfc 
- 00019954  0x00002ccc call  0x00004af8 
- 00019955  0x00002ccd branch  0x00004dfc 
- 00019956  0x00002cd0 set1  0x00000025 , 0x00000000 
- 00019957  0x00002cd1 bpatch  0x00000019 , 0x00004023 
- 00019958  0x00002cd2 jam  0x00000000 , 0x000002eb 
- 00019959  0x00002cd3 call  0x00006bdc 
- 00019960  0x00002cd4 fetch  0x00000001 , 0x000002eb 
- 00019961  0x00002cd5 rtneq  0x00000001 
- 00019962  0x00002cd6 branch  0x00004dfc 
- 00019963  0x00002cd8 call  0x0000526f 
- 00019964  0x00002cdb setarg  0x00000000 
- 00019965  0x00002cdc store  0x00000002 , 0x000002cd 
- 00019966  0x00002cdd store  0x00000002 , 0x000002cf 
- 00019967  0x00002cde jam  0x00000001 , 0x000002d1 
- 00019968  0x00002cdf rtn 
- 00019969  0x00002ce2 set1  0x00000025 , 0x00000000 
- 00019970  0x00002ce3 bpatch  0x0000001a , 0x00004023 
- 00019971  0x00002ce4 call  0x000052d0 
- 00019972  0x00002ce5 force  0x00000000 , 0x00000012 
- 00019973  0x00002ce6 fetch  0x00000002 , 0x000002cd 
- 00019974  0x00002ce7 copy  0x0000003f , 0x00000013 
- 00019975  0x00002ce8 fetch  0x00000002 , 0x000002cb 
- 00019976  0x00002ce9 iforce  0x00000006 
- 00019977  0x00002ceb call  0x00004e11 
- 00019978  0x00002cec deposit  0x00000013 
- 00019979  0x00002ced increase  0xfffffffc , 0x00000013 
- 00019980  0x00002cee increase  0xfffffffc , 0x0000003f 
- 00019981  0x00002cef nbranch  0x00004e09 , 0x00000034 
- 00019982  0x00002cf0 copy  0x00000012 , 0x0000003f 
- 00019983  0x00002cf1 store  0x00000002 , 0x000002d6 
- 00019984  0x00002cf2 rtn 
- 00019985  0x00002cf5 set1  0x00000025 , 0x00000000 
- 00019986  0x00002cf6 bpatch  0x0000001b , 0x00004023 
- 00019987  0x00002cf7 ifetch  0x00000001 , 0x00000006 
- 00019988  0x00002cf8 beq  0x00000001 , 0x00004e54 
- 00019989  0x00002cf9 beq  0x00000002 , 0x00004e5c 
- 00019990  0x00002cfa beq  0x00000003 , 0x00004ee0 
- 00019991  0x00002cfb beq  0x00000004 , 0x00004f0f 
- 00019992  0x00002cfc beq  0x00000005 , 0x00004fad 
- 00019993  0x00002cfd beq  0x00000006 , 0x00004fd5 
- 00019994  0x00002cfe beq  0x00000007 , 0x00005024 
- 00019995  0x00002cff beq  0x00000008 , 0x00005058 
- 00019996  0x00002d00 beq  0x00000009 , 0x00005068 
- 00019997  0x00002d01 beq  0x0000000a , 0x00004e21 
- 00019998  0x00002d02 beq  0x0000000b , 0x00005069 
- 00019999  0x00002d03 call  0x0000506a 
- 00020000  0x00002d05 rtn 
- 00020001  0x00002d08 ifetch  0x00000001 , 0x00000006 
- 00020002  0x00002d09 copy  0x0000003f , 0x00000007 
- 00020003  0x00002d0a ifetch  0x00000002 , 0x00000006 
- 00020004  0x00002d0b copy  0x0000003f , 0x00000011 
- 00020005  0x00002d0c copy  0x00000013 , 0x0000003f 
- 00020006  0x00002d0d isub  0x00000011 , 0x00000013 
- 00020007  0x00002d0e copy  0x00000011 , 0x0000003f 
- 00020008  0x00002d0f iadd  0x00000006 , 0x00000006 
- 00020009  0x00002d10 setarg  0x0000000b 
- 00020010  0x00002d11 istore  0x00000001 , 0x00000005 
- 00020011  0x00002d12 copy  0x00000007 , 0x0000003f 
- 00020012  0x00002d13 istore  0x00000001 , 0x00000005 
- 00020013  0x00002d14 force  0x00000008 , 0x0000003f 
- 00020014  0x00002d15 istore  0x00000002 , 0x00000005 
- 00020015  0x00002d16 force  0x00000002 , 0x0000003f 
- 00020016  0x00002d17 istore  0x00000002 , 0x00000005 
- 00020017  0x00002d18 force  0x00000000 , 0x0000003f 
- 00020018  0x00002d19 istore  0x00000002 , 0x00000005 
- 00020019  0x00002d1a force  0x00000400 , 0x0000003f 
- 00020020  0x00002d1b istore  0x00000002 , 0x00000005 
- 00020021  0x00002d1c force  0x00000000 , 0x0000003f 
- 00020022  0x00002d1d istore  0x00000002 , 0x00000005 
- 00020023  0x00002d1e force  0x0000000c , 0x0000003f 
- 00020024  0x00002d1f iadd  0x00000012 , 0x00000012 
- 00020025  0x00002d20 branch  0x00004e20 
- 00020026  0x00002d23 ifetch  0x00000001 , 0x00000006 
- 00020027  0x00002d24 copy  0x0000003f , 0x00000007 
- 00020028  0x00002d25 ifetch  0x00000002 , 0x00000006 
- 00020029  0x00002d26 copy  0x0000003f , 0x00000011 
- 00020030  0x00002d27 copy  0x00000013 , 0x0000003f 
- 00020031  0x00002d28 isub  0x00000011 , 0x00000013 
- 00020032  0x00002d29 copy  0x00000011 , 0x0000003f 
- 00020033  0x00002d2a iadd  0x00000006 , 0x00000006 
- 00020034  0x00002d2b call  0x000052d0 
- 00020035  0x00002d2c setarg  0x0000000b 
- 00020036  0x00002d2d istore  0x00000001 , 0x00000005 
- 00020037  0x00002d2e copy  0x00000007 , 0x0000003f 
- 00020038  0x00002d2f istore  0x00000001 , 0x00000005 
- 00020039  0x00002d30 force  0x00000008 , 0x0000003f 
- 00020040  0x00002d31 istore  0x00000002 , 0x00000005 
- 00020041  0x00002d32 force  0x00000002 , 0x0000003f 
- 00020042  0x00002d33 istore  0x00000002 , 0x00000005 
- 00020043  0x00002d34 force  0x00000000 , 0x0000003f 
- 00020044  0x00002d35 istore  0x00000002 , 0x00000005 
- 00020045  0x00002d36 force  0x00000400 , 0x0000003f 
- 00020046  0x00002d37 istore  0x00000002 , 0x00000005 
- 00020047  0x00002d38 force  0x00000000 , 0x0000003f 
- 00020048  0x00002d39 istore  0x00000002 , 0x00000005 
- 00020049  0x00002d3a force  0x0000000c , 0x0000003f 
- 00020050  0x00002d3b iadd  0x00000012 , 0x00000012 
- 00020051  0x00002d3d branch  0x00004e20 
- 00020052  0x00002d42 ifetch  0x00000001 , 0x00000006 
- 00020053  0x00002d43 copy  0x0000003f , 0x00000007 
- 00020054  0x00002d44 ifetch  0x00000002 , 0x00000006 
- 00020055  0x00002d45 copy  0x0000003f , 0x00000011 
- 00020056  0x00002d46 iadd  0x00000006 , 0x00000006 
- 00020057  0x00002d47 copy  0x00000013 , 0x0000003f 
- 00020058  0x00002d48 isub  0x00000011 , 0x00000013 
- 00020059  0x00002d4a branch  0x00004e20 
- 00020060  0x00002d4d call  0x00007e1c 
- 00020061  0x00002d50 call  0x00007e21 
- 00020062  0x00002d51 arg  0x00000000 , 0x00000008 
- 00020063  0x00002d52 ifetch  0x00000001 , 0x00000006 
- 00020064  0x00002d53 copy  0x0000003f , 0x00000007 
- 00020065  0x00002d54 ifetch  0x00000002 , 0x00000006 
- 00020066  0x00002d55 copy  0x0000003f , 0x00000011 
- 00020067  0x00002d56 ifetch  0x00000002 , 0x00000006 
- 00020068  0x00002d57 copy  0x0000003f , 0x00000002 
- 00020069  0x00002d58 ifetch  0x00000002 , 0x00000006 
- 00020070  0x00002d59 copy  0x0000003f , 0x0000000b 
- 00020071  0x00002d5a copy  0x00000002 , 0x0000003f 
- 00020072  0x00002d5b beq  0x00000001 , 0x00004e6e 
- 00020073  0x00002d5c beq  0x00000003 , 0x00004e90 
- 00020074  0x00002d5d beq  0x00000011 , 0x00004e9c 
- 00020075  0x00002d5e beq  0x00000013 , 0x00004ea7 
- 00020076  0x00002d5f call  0x0000506a 
- 00020077  0x00002d60 branch  0x00004edf 
- 00020078  0x00002d63 call  0x00007e1c 
- 00020079  0x00002d64 arg  0x00000050 , 0x00000002 
- 00020080  0x00002d65 fetch  0x00000002 , 0x000042b1 
- 00020081  0x00002d66 nbranch  0x00004ed9 , 0x00000034 
- 00020082  0x00002d67 copy  0x0000000b , 0x0000003f 
- 00020083  0x00002d68 store  0x00000002 , 0x000042b1 
- 00020084  0x00002d69 copy  0x00000022 , 0x0000003f 
- 00020085  0x00002d6a store  0x00000004 , 0x0000033c 
- 00020086  0x00002d6b call  0x00004e78 
- 00020087  0x00002d6c branch  0x00004eb3 
- 00020088  0x00002d6f storet  0x00000002 , 0x0000033a 
- 00020089  0x00002d70 deposit  0x0000000b 
- 00020090  0x00002d71 store  0x00000002 , 0x00000330 
- 00020091  0x00002d72 deposit  0x00000011 
- 00020092  0x00002d73 store  0x00000002 , 0x00000332 
- 00020093  0x00002d74 deposit  0x00000012 
- 00020094  0x00002d75 store  0x00000002 , 0x00000334 
- 00020095  0x00002d76 deposit  0x00000013 
- 00020096  0x00002d77 store  0x00000002 , 0x00000336 
- 00020097  0x00002d78 deposit  0x00000007 
- 00020098  0x00002d79 store  0x00000002 , 0x00000338 
- 00020099  0x00002d7a rtn 
- 00020100  0x00002d7d fetcht  0x00000002 , 0x0000033a 
- 00020101  0x00002d7e fetch  0x00000002 , 0x00000330 
- 00020102  0x00002d7f copy  0x0000003f , 0x0000000b 
- 00020103  0x00002d80 fetch  0x00000002 , 0x00000332 
- 00020104  0x00002d81 copy  0x0000003f , 0x00000011 
- 00020105  0x00002d82 fetch  0x00000002 , 0x00000334 
- 00020106  0x00002d83 copy  0x0000003f , 0x00000012 
- 00020107  0x00002d84 fetch  0x00000002 , 0x00000336 
- 00020108  0x00002d85 copy  0x0000003f , 0x00000013 
- 00020109  0x00002d86 fetch  0x00000002 , 0x00000338 
- 00020110  0x00002d87 copy  0x0000003f , 0x00000007 
- 00020111  0x00002d88 rtn 
- 00020112  0x00002d8b call  0x00007e1c 
- 00020113  0x00002d8c setarg  0x00000051 
- 00020114  0x00002d8d arg  0x00000051 , 0x00000002 
- 00020115  0x00002d8e fetch  0x00000002 , 0x000042b3 
- 00020116  0x00002d8f nbranch  0x00004ed9 , 0x00000034 
- 00020117  0x00002d90 copy  0x0000000b , 0x0000003f 
- 00020118  0x00002d91 store  0x00000002 , 0x000042b3 
- 00020119  0x00002d92 fetch  0x00000001 , 0x000042ba 
- 00020120  0x00002d93 set1  0x00000000 , 0x0000003f 
- 00020121  0x00002d94 set1  0x00000001 , 0x0000003f 
- 00020122  0x00002d95 store  0x00000001 , 0x000042ba 
- 00020123  0x00002d96 branch  0x00004ebb 
- 00020124  0x00002d98 call  0x00007e1c 
- 00020125  0x00002d99 arg  0x00000052 , 0x00000002 
- 00020126  0x00002d9a fetch  0x00000002 , 0x000042b5 
- 00020127  0x00002d9b nbranch  0x00004ed9 , 0x00000034 
- 00020128  0x00002d9c copy  0x0000000b , 0x0000003f 
- 00020129  0x00002d9d store  0x00000002 , 0x000042b5 
- 00020130  0x00002d9e fetch  0x00000001 , 0x000042bb 
- 00020131  0x00002d9f set1  0x00000000 , 0x0000003f 
- 00020132  0x00002da0 set1  0x00000001 , 0x0000003f 
- 00020133  0x00002da1 store  0x00000001 , 0x000042bb 
- 00020134  0x00002da2 branch  0x00004ebb 
- 00020135  0x00002da4 call  0x00007e1c 
- 00020136  0x00002da5 deposit  0x0000001a 
- 00020137  0x00002da6 arg  0x00000053 , 0x00000002 
- 00020138  0x00002da7 fetch  0x00000002 , 0x000042b7 
- 00020139  0x00002da8 nbranch  0x00004ed9 , 0x00000034 
- 00020140  0x00002da9 copy  0x0000000b , 0x0000003f 
- 00020141  0x00002daa store  0x00000002 , 0x000042b7 
- 00020142  0x00002dab fetch  0x00000001 , 0x000042bc 
- 00020143  0x00002dac set1  0x00000000 , 0x0000003f 
- 00020144  0x00002dad set1  0x00000001 , 0x0000003f 
- 00020145  0x00002dae store  0x00000001 , 0x000042bc 
- 00020146  0x00002daf branch  0x00004ebb 
- 00020147  0x00002db2 setarg  0x00000001 
- 00020148  0x00002db3 store  0x00000002 , 0x000002e4 
- 00020149  0x00002db4 jam  0x00000050 , 0x000043cd 
- 00020150  0x00002db5 branch  0x00004ebd 
- 00020151  0x00002db7 fetch  0x00000001 , 0x000042b9 
- 00020152  0x00002db8 set1  0x00000000 , 0x0000003f 
- 00020153  0x00002db9 set1  0x00000001 , 0x0000003f 
- 00020154  0x00002dba store  0x00000001 , 0x000042b9 
- 00020155  0x00002dbc setarg  0x00000000 
- 00020156  0x00002dbd store  0x00000002 , 0x000002e4 
- 00020157  0x00002dbf set1  0x00000025 , 0x00000000 
- 00020158  0x00002dc0 bpatch  0x0000001c , 0x00004023 
- 00020159  0x00002dc1 call  0x00007e21 
- 00020160  0x00002dc2 setarg  0x00000003 
- 00020161  0x00002dc3 istore  0x00000001 , 0x00000005 
- 00020162  0x00002dc4 copy  0x00000007 , 0x0000003f 
- 00020163  0x00002dc5 istore  0x00000001 , 0x00000005 
- 00020164  0x00002dc6 setarg  0x00000008 
- 00020165  0x00002dc7 istore  0x00000002 , 0x00000005 
- 00020166  0x00002dc8 copy  0x00000002 , 0x0000003f 
- 00020167  0x00002dc9 istore  0x00000002 , 0x00000005 
- 00020168  0x00002dca copy  0x0000000b , 0x0000003f 
- 00020169  0x00002dcb istore  0x00000002 , 0x00000005 
- 00020170  0x00002dcc fetch  0x00000002 , 0x000002e4 
- 00020171  0x00002dcd beq  0x00000001 , 0x00004ed4 
- 00020172  0x00002dce isolate0  0x00000000 , 0x00000008 
- 00020173  0x00002dcf branch  0x00004ecf , 0x00000001 
- 00020174  0x00002dd0 setarg  0x00000004 
- 00020175  0x00002dd2 istore  0x00000002 , 0x00000005 
- 00020176  0x00002dd3 force  0x00000000 , 0x0000003f 
- 00020177  0x00002dd4 istore  0x00000002 , 0x00000005 
- 00020178  0x00002dd5 setarg  0x0000000c 
- 00020179  0x00002dd6 branch  0x00004edb 
- 00020180  0x00002dd8 istore  0x00000002 , 0x00000005 
- 00020181  0x00002dd9 force  0x00000002 , 0x0000003f 
- 00020182  0x00002dda istore  0x00000002 , 0x00000005 
- 00020183  0x00002ddb setarg  0x0000000c 
- 00020184  0x00002ddc branch  0x00004edb 
- 00020185  0x00002ddf set1  0x00000000 , 0x00000008 
- 00020186  0x00002de0 branch  0x00004ebb 
- 00020187  0x00002de2 iadd  0x00000012 , 0x00000012 
- 00020188  0x00002de3 copy  0x00000013 , 0x0000003f 
- 00020189  0x00002de4 isub  0x00000011 , 0x00000013 
- 00020190  0x00002de5 branch  0x00004edf 
- 00020191  0x00002de7 branch  0x00004e20 
- 00020192  0x00002dea ifetch  0x00000001 , 0x00000006 
- 00020193  0x00002deb copy  0x0000003f , 0x00000007 
- 00020194  0x00002dec ifetch  0x00000002 , 0x00000006 
- 00020195  0x00002ded copy  0x0000003f , 0x00000011 
- 00020196  0x00002dee copy  0x00000013 , 0x0000003f 
- 00020197  0x00002def isub  0x00000011 , 0x00000013 
- 00020198  0x00002df0 ifetch  0x00000002 , 0x00000006 
- 00020199  0x00002df1 copy  0x0000003f , 0x0000000b 
- 00020200  0x00002df2 ifetch  0x00000002 , 0x00000006 
- 00020201  0x00002df3 copy  0x0000003f , 0x00000002 
- 00020202  0x00002df4 setarg  0x00000050 
- 00020203  0x00002df5 isub  0x00000002 , 0x0000003e 
- 00020204  0x00002df6 branch  0x00004ef7 , 0x00000005 
- 00020205  0x00002df7 setarg  0x00000051 
- 00020206  0x00002df8 isub  0x00000002 , 0x0000003e 
- 00020207  0x00002df9 branch  0x00004efd , 0x00000005 
- 00020208  0x00002dfa setarg  0x00000052 
- 00020209  0x00002dfb isub  0x00000002 , 0x0000003e 
- 00020210  0x00002dfc branch  0x00004f09 , 0x00000005 
- 00020211  0x00002dfd setarg  0x00000053 
- 00020212  0x00002dfe isub  0x00000002 , 0x0000003e 
- 00020213  0x00002dff branch  0x00004f03 , 0x00000005 
- 00020214  0x00002e00 rtn 
- 00020215  0x00002e03 copy  0x0000000b , 0x0000003f 
- 00020216  0x00002e04 store  0x00000002 , 0x000042b1 
- 00020217  0x00002e05 fetch  0x00000001 , 0x000042b9 
- 00020218  0x00002e06 set1  0x00000001 , 0x0000003f 
- 00020219  0x00002e07 store  0x00000001 , 0x000042b9 
- 00020220  0x00002e08 branch  0x00004e20 
- 00020221  0x00002e0a copy  0x0000000b , 0x0000003f 
- 00020222  0x00002e0b store  0x00000002 , 0x000042b3 
- 00020223  0x00002e0c fetch  0x00000001 , 0x000042ba 
- 00020224  0x00002e0d set1  0x00000001 , 0x0000003f 
- 00020225  0x00002e0e store  0x00000001 , 0x000042ba 
- 00020226  0x00002e0f rtn 
- 00020227  0x00002e11 copy  0x0000000b , 0x0000003f 
- 00020228  0x00002e12 store  0x00000002 , 0x000042b5 
- 00020229  0x00002e13 fetch  0x00000001 , 0x000042bc 
- 00020230  0x00002e14 set1  0x00000001 , 0x0000003f 
- 00020231  0x00002e15 store  0x00000001 , 0x000042bc 
- 00020232  0x00002e16 rtn 
- 00020233  0x00002e18 copy  0x0000000b , 0x0000003f 
- 00020234  0x00002e19 store  0x00000002 , 0x000042b7 
- 00020235  0x00002e1a fetch  0x00000001 , 0x000042bb 
- 00020236  0x00002e1b set1  0x00000001 , 0x0000003f 
- 00020237  0x00002e1c store  0x00000001 , 0x000042bb 
- 00020238  0x00002e1d rtn 
- 00020239  0x00002e20 ifetch  0x00000001 , 0x00000006 
- 00020240  0x00002e21 copy  0x0000003f , 0x00000007 
- 00020241  0x00002e22 ifetch  0x00000002 , 0x00000006 
- 00020242  0x00002e23 copy  0x0000003f , 0x00000011 
- 00020243  0x00002e24 copy  0x00000013 , 0x0000003f 
- 00020244  0x00002e25 isub  0x00000011 , 0x00000013 
- 00020245  0x00002e26 ifetch  0x00000002 , 0x00000006 
- 00020246  0x00002e27 copy  0x0000003f , 0x00000002 
- 00020247  0x00002e28 copy  0x00000002 , 0x00000011 
- 00020248  0x00002e29 setarg  0x00000050 
- 00020249  0x00002e2a isub  0x00000002 , 0x0000003e 
- 00020250  0x00002e2b branch  0x00004f25 , 0x00000005 
- 00020251  0x00002e2c setarg  0x00000051 
- 00020252  0x00002e2d isub  0x00000002 , 0x0000003e 
- 00020253  0x00002e2e branch  0x00004f43 , 0x00000005 
- 00020254  0x00002e2f setarg  0x00000052 
- 00020255  0x00002e30 isub  0x00000002 , 0x0000003e 
- 00020256  0x00002e31 branch  0x00004f2f , 0x00000005 
- 00020257  0x00002e32 setarg  0x00000053 
- 00020258  0x00002e33 isub  0x00000002 , 0x0000003e 
- 00020259  0x00002e34 branch  0x00004f39 , 0x00000005 
- 00020260  0x00002e35 branch  0x0000506a 
- 00020261  0x00002e38 copy  0x00000005 , 0x0000000b 
- 00020262  0x00002e39 fetch  0x00000001 , 0x000042b9 
- 00020263  0x00002e3a set1  0x00000004 , 0x0000003f 
- 00020264  0x00002e3b set1  0x00000003 , 0x0000003f 
- 00020265  0x00002e3d store  0x00000001 , 0x000042b9 
- 00020266  0x00002e3e copy  0x0000000b , 0x00000005 
- 00020267  0x00002e3f arg  0x00000050 , 0x0000000b 
- 00020268  0x00002e40 fetch  0x00000002 , 0x000042b1 
- 00020269  0x00002e41 copy  0x0000003f , 0x00000002 
- 00020270  0x00002e42 branch  0x00004f4c 
- 00020271  0x00002e44 copy  0x00000005 , 0x0000000b 
- 00020272  0x00002e45 fetch  0x00000001 , 0x000042bb 
- 00020273  0x00002e46 set1  0x00000004 , 0x0000003f 
- 00020274  0x00002e47 set1  0x00000003 , 0x0000003f 
- 00020275  0x00002e49 store  0x00000001 , 0x000042bb 
- 00020276  0x00002e4a copy  0x0000000b , 0x00000005 
- 00020277  0x00002e4b arg  0x00000052 , 0x0000000b 
- 00020278  0x00002e4c fetch  0x00000002 , 0x000042b5 
- 00020279  0x00002e4d copy  0x0000003f , 0x00000002 
- 00020280  0x00002e4e branch  0x00004f4c 
- 00020281  0x00002e50 copy  0x00000005 , 0x0000000b 
- 00020282  0x00002e51 fetch  0x00000001 , 0x000042bc 
- 00020283  0x00002e52 set1  0x00000004 , 0x0000003f 
- 00020284  0x00002e53 set1  0x00000003 , 0x0000003f 
- 00020285  0x00002e55 store  0x00000001 , 0x000042bc 
- 00020286  0x00002e56 copy  0x0000000b , 0x00000005 
- 00020287  0x00002e57 arg  0x00000053 , 0x0000000b 
- 00020288  0x00002e58 fetch  0x00000002 , 0x000042b7 
- 00020289  0x00002e59 copy  0x0000003f , 0x00000002 
- 00020290  0x00002e5a branch  0x00004f4c 
- 00020291  0x00002e5c copy  0x00000005 , 0x0000000b 
- 00020292  0x00002e5d fetch  0x00000001 , 0x000042ba 
- 00020293  0x00002e5e set1  0x00000004 , 0x0000003f 
- 00020294  0x00002e5f set1  0x00000003 , 0x0000003f 
- 00020295  0x00002e61 store  0x00000001 , 0x000042ba 
- 00020296  0x00002e63 copy  0x0000000b , 0x00000005 
- 00020297  0x00002e64 arg  0x00000051 , 0x0000000b 
- 00020298  0x00002e65 fetch  0x00000002 , 0x000042b3 
- 00020299  0x00002e66 copy  0x0000003f , 0x00000002 
- 00020300  0x00002e68 set1  0x00000025 , 0x00000000 
- 00020301  0x00002e69 bpatch  0x0000001d , 0x00004023 
- 00020302  0x00002e6a setarg  0x00000005 
- 00020303  0x00002e6b istore  0x00000001 , 0x00000005 
- 00020304  0x00002e6c copy  0x00000007 , 0x0000003f 
- 00020305  0x00002e6d istore  0x00000001 , 0x00000005 
- 00020306  0x00002e6e setarg  0x00000006 
- 00020307  0x00002e6f istore  0x00000002 , 0x00000005 
- 00020308  0x00002e70 copy  0x00000002 , 0x0000003f 
- 00020309  0x00002e71 istore  0x00000002 , 0x00000005 
- 00020310  0x00002e72 force  0x00000000 , 0x0000003f 
- 00020311  0x00002e73 istore  0x00000002 , 0x00000005 
- 00020312  0x00002e74 force  0x00000000 , 0x0000003f 
- 00020313  0x00002e75 istore  0x00000002 , 0x00000005 
- 00020314  0x00002e76 force  0x0000000a , 0x0000003f 
- 00020315  0x00002e77 iadd  0x00000012 , 0x00000012 
- 00020316  0x00002e79 storet  0x00000002 , 0x000002e9 
- 00020317  0x00002e7a copy  0x00000007 , 0x0000003f 
- 00020318  0x00002e7b store  0x00000001 , 0x000002e8 
- 00020319  0x00002e7c force  0x00000050 , 0x0000003f 
- 00020320  0x00002e7d icompare  0x000000ff , 0x0000000b 
- 00020321  0x00002e7e branch  0x00004f63 , 0x00000001 
- 00020322  0x00002e7f increase  0x00000001 , 0x0000003f 
- 00020323  0x00002e82 rtn 
- 00020324  0x00002e84 disable  0x00000028 
- 00020325  0x00002e85 rtnbit1  0x00000002 , 0x0000003f 
- 00020326  0x00002e86 rtnbit0  0x00000000 , 0x0000003f 
- 00020327  0x00002e87 rtnbit0  0x00000001 , 0x0000003f 
- 00020328  0x00002e88 set1  0x00000002 , 0x0000003f 
- 00020329  0x00002e89 copy  0x00000006 , 0x00000005 
- 00020330  0x00002e8a increase  0xffffffff , 0x00000005 
- 00020331  0x00002e8b istore  0x00000001 , 0x00000005 
- 00020332  0x00002e8c enable  0x00000028 
- 00020333  0x00002e8d rtn 
- 00020334  0x00002e90 fetch  0x00000001 , 0x000042b9 
- 00020335  0x00002e91 call  0x00004f64 
- 00020336  0x00002e92 nbranch  0x00004f75 , 0x00000028 
- 00020337  0x00002e93 jam  0x00000050 , 0x000002e7 
- 00020338  0x00002e94 fetch  0x00000002 , 0x000042b1 
- 00020339  0x00002e95 store  0x00000002 , 0x000002e9 
- 00020340  0x00002e96 branch  0x00004f89 
- 00020341  0x00002e98 fetch  0x00000001 , 0x000042ba 
- 00020342  0x00002e99 call  0x00004f64 
- 00020343  0x00002e9a nbranch  0x00004f7c , 0x00000028 
- 00020344  0x00002e9b jam  0x00000051 , 0x000002e7 
- 00020345  0x00002e9c fetch  0x00000002 , 0x000042b3 
- 00020346  0x00002e9d store  0x00000002 , 0x000002e9 
- 00020347  0x00002e9e branch  0x00004f89 
- 00020348  0x00002ea0 fetch  0x00000001 , 0x000042bb 
- 00020349  0x00002ea1 call  0x00004f64 
- 00020350  0x00002ea2 nbranch  0x00004f83 , 0x00000028 
- 00020351  0x00002ea3 jam  0x00000052 , 0x000002e7 
- 00020352  0x00002ea4 fetch  0x00000002 , 0x000042b5 
- 00020353  0x00002ea5 store  0x00000002 , 0x000002e9 
- 00020354  0x00002ea6 branch  0x00004f89 
- 00020355  0x00002ea8 fetch  0x00000001 , 0x000042bc 
- 00020356  0x00002ea9 call  0x00004f64 
- 00020357  0x00002eaa nrtn  0x00000028 
- 00020358  0x00002eab jam  0x00000053 , 0x000002e7 
- 00020359  0x00002eac fetch  0x00000002 , 0x000042b7 
- 00020360  0x00002ead store  0x00000002 , 0x000002e9 
- 00020361  0x00002eb1 set1  0x00000025 , 0x00000000 
- 00020362  0x00002eb2 bpatch  0x0000001e , 0x00004023 
- 00020363  0x00002eb3 call  0x00005242 
- 00020364  0x00002eb4 call  0x000052c4 
- 00020365  0x00002eb5 force  0x00000000 , 0x00000012 
- 00020366  0x00002eb6 call  0x000052d0 
- 00020367  0x00002eb7 force  0x00000004 , 0x0000003f 
- 00020368  0x00002eb8 istore  0x00000001 , 0x00000005 
- 00020369  0x00002eb9 fetch  0x00000001 , 0x000042be 
- 00020370  0x00002eba istore  0x00000001 , 0x00000005 
- 00020371  0x00002ebb setarg  0x00000008 
- 00020372  0x00002ebc istore  0x00000002 , 0x00000005 
- 00020373  0x00002ebd fetch  0x00000002 , 0x000002e9 
- 00020374  0x00002ebe istore  0x00000002 , 0x00000005 
- 00020375  0x00002ebf setarg  0x00000000 
- 00020376  0x00002ec0 istore  0x00000002 , 0x00000005 
- 00020377  0x00002ec1 force  0x00000001 , 0x0000003f 
- 00020378  0x00002ec2 istore  0x00000001 , 0x00000005 
- 00020379  0x00002ec3 force  0x00000002 , 0x0000003f 
- 00020380  0x00002ec4 istore  0x00000001 , 0x00000005 
- 00020381  0x00002ec5 fetch  0x00000001 , 0x000002e7 
- 00020382  0x00002ec6 beq  0x00000051 , 0x00004fa2 
- 00020383  0x00002ec7 setarg  0x00000030 
- 00020384  0x00002ec8 istore  0x00000002 , 0x00000005 
- 00020385  0x00002ec9 branch  0x00004fa4 
- 00020386  0x00002ecb setarg  0x000003e3 
- 00020387  0x00002ecc istore  0x00000002 , 0x00000005 
- 00020388  0x00002ece arg  0x0000000c , 0x00000002 
- 00020389  0x00002ecf storet  0x00000002 , 0x000002d6 
- 00020390  0x00002ed0 call  0x000052ce 
- 00020391  0x00002ed1 fetch  0x00000002 , 0x000002d6 
- 00020392  0x00002ed2 istore  0x00000002 , 0x00000005 
- 00020393  0x00002ed3 force  0x00000001 , 0x0000003f 
- 00020394  0x00002ed4 istore  0x00000002 , 0x00000005 
- 00020395  0x00002ed5 jam  0x00000000 , 0x000002e7 
- 00020396  0x00002ed7 branch  0x00004e20 
- 00020397  0x00002eda increase  0x00000001 , 0x00000006 
- 00020398  0x00002edb ifetch  0x00000002 , 0x00000006 
- 00020399  0x00002edc copy  0x0000003f , 0x00000011 
- 00020400  0x00002edd copy  0x00000013 , 0x0000003f 
- 00020401  0x00002ede isub  0x00000011 , 0x00000013 
- 00020402  0x00002edf ifetch  0x00000002 , 0x00000006 
- 00020403  0x00002ee0 copy  0x0000003f , 0x00000011 
- 00020404  0x00002ee1 setarg  0x00000050 
- 00020405  0x00002ee2 isub  0x00000011 , 0x0000003e 
- 00020406  0x00002ee3 branch  0x00004fc4 , 0x00000005 
- 00020407  0x00002ee4 setarg  0x00000051 
- 00020408  0x00002ee5 isub  0x00000011 , 0x0000003e 
- 00020409  0x00002ee6 branch  0x00004fc8 , 0x00000005 
- 00020410  0x00002ee7 setarg  0x00000052 
- 00020411  0x00002ee8 isub  0x00000011 , 0x0000003e 
- 00020412  0x00002ee9 branch  0x00004fcc , 0x00000005 
- 00020413  0x00002eea setarg  0x00000053 
- 00020414  0x00002eeb isub  0x00000011 , 0x0000003e 
- 00020415  0x00002eec branch  0x00004fd0 , 0x00000005 
- 00020416  0x00002eed increase  0x00000002 , 0x00000006 
- 00020417  0x00002eee ifetch  0x00000002 , 0x00000006 
- 00020418  0x00002eef iforce  0x0000003e 
- 00020419  0x00002ef0 branch  0x00004e20 
- 00020420  0x00002ef2 fetch  0x00000001 , 0x000042b9 
- 00020421  0x00002ef3 set1  0x00000005 , 0x0000003f 
- 00020422  0x00002ef4 store  0x00000001 , 0x000042b9 
- 00020423  0x00002ef5 branch  0x00004e20 
- 00020424  0x00002ef7 fetch  0x00000001 , 0x000042ba 
- 00020425  0x00002ef8 set1  0x00000005 , 0x0000003f 
- 00020426  0x00002ef9 store  0x00000001 , 0x000042ba 
- 00020427  0x00002efa branch  0x00004e20 
- 00020428  0x00002efc fetch  0x00000001 , 0x000042bb 
- 00020429  0x00002efd set1  0x00000005 , 0x0000003f 
- 00020430  0x00002efe store  0x00000001 , 0x000042bb 
- 00020431  0x00002eff branch  0x00004e20 
- 00020432  0x00002f01 fetch  0x00000001 , 0x000042bc 
- 00020433  0x00002f02 set1  0x00000005 , 0x0000003f 
- 00020434  0x00002f03 store  0x00000001 , 0x000042bc 
- 00020435  0x00002f04 jam  0x00000006 , 0x00000b7d 
- 00020436  0x00002f05 branch  0x00007c27 
- 00020437  0x00002f0a ifetch  0x00000001 , 0x00000006 
- 00020438  0x00002f0b copy  0x0000003f , 0x00000007 
- 00020439  0x00002f0c ifetch  0x00000002 , 0x00000006 
- 00020440  0x00002f0d copy  0x0000003f , 0x00000011 
- 00020441  0x00002f0e copy  0x00000013 , 0x0000003f 
- 00020442  0x00002f0f isub  0x00000011 , 0x00000013 
- 00020443  0x00002f10 ifetch  0x00000002 , 0x00000006 
- 00020444  0x00002f11 copy  0x0000003f , 0x00000011 
- 00020445  0x00002f12 ifetch  0x00000002 , 0x00000006 
- 00020446  0x00002f13 copy  0x0000003f , 0x0000000b 
- 00020447  0x00002f14 copy  0x00000011 , 0x00000002 
- 00020448  0x00002f15 call  0x00007e1c 
- 00020449  0x00002f16 setarg  0x00000050 
- 00020450  0x00002f17 isub  0x00000002 , 0x0000003e 
- 00020451  0x00002f18 branch  0x00004ffb , 0x00000005 
- 00020452  0x00002f19 setarg  0x00000051 
- 00020453  0x00002f1a isub  0x00000002 , 0x0000003e 
- 00020454  0x00002f1b branch  0x0000500b , 0x00000005 
- 00020455  0x00002f1c setarg  0x00000052 
- 00020456  0x00002f1d isub  0x00000002 , 0x0000003e 
- 00020457  0x00002f1e branch  0x00004fef , 0x00000005 
- 00020458  0x00002f1f setarg  0x00000053 
- 00020459  0x00002f20 isub  0x00000002 , 0x0000003e 
- 00020460  0x00002f21 branch  0x00004ff5 , 0x00000005 
- 00020461  0x00002f22 call  0x0000506a 
- 00020462  0x00002f23 branch  0x00005020 
- 00020463  0x00002f25 copy  0x0000000b , 0x00000002 
- 00020464  0x00002f26 fetch  0x00000002 , 0x000042b5 
- 00020465  0x00002f27 isub  0x00000002 , 0x0000003e 
- 00020466  0x00002f28 branch  0x00005001 , 0x00000005 
- 00020467  0x00002f29 call  0x0000506a 
- 00020468  0x00002f2a branch  0x00005020 
- 00020469  0x00002f2c copy  0x0000000b , 0x00000002 
- 00020470  0x00002f2d fetch  0x00000002 , 0x000042b7 
- 00020471  0x00002f2e isub  0x00000002 , 0x0000003e 
- 00020472  0x00002f2f branch  0x00005003 , 0x00000005 
- 00020473  0x00002f30 call  0x0000506a 
- 00020474  0x00002f31 branch  0x00005020 
- 00020475  0x00002f34 copy  0x0000000b , 0x00000002 
- 00020476  0x00002f35 fetch  0x00000002 , 0x000042b1 
- 00020477  0x00002f36 isub  0x00000002 , 0x0000003e 
- 00020478  0x00002f37 branch  0x00005007 , 0x00000005 
- 00020479  0x00002f38 call  0x0000506a 
- 00020480  0x00002f39 branch  0x00005020 
- 00020481  0x00002f3b call  0x00005081 
- 00020482  0x00002f3c branch  0x00005013 
- 00020483  0x00002f3e call  0x00005087 
- 00020484  0x00002f3f fetch  0x00000002 , 0x000042b5 
- 00020485  0x00002f40 branch  0x00005013 , 0x00000034 
- 00020486  0x00002f48 branch  0x00005013 
- 00020487  0x00002f4b call  0x0000507c 
- 00020488  0x00002f4c fetch  0x00000001 , 0x000002ef 
- 00020489  0x00002f4d nbranch  0x00005013 , 0x00000034 
- 00020490  0x00002f50 branch  0x00005013 
- 00020491  0x00002f52 copy  0x0000000b , 0x00000002 
- 00020492  0x00002f53 fetch  0x00000002 , 0x000042b3 
- 00020493  0x00002f54 isub  0x00000002 , 0x0000003e 
- 00020494  0x00002f55 branch  0x00005011 , 0x00000005 
- 00020495  0x00002f56 call  0x0000506a 
- 00020496  0x00002f57 branch  0x00005020 
- 00020497  0x00002f59 call  0x00005077 
- 00020498  0x00002f5a branch  0x00005013 
- 00020499  0x00002f5c call  0x00007e21 
- 00020500  0x00002f5d setarg  0x00000007 
- 00020501  0x00002f5e istore  0x00000001 , 0x00000005 
- 00020502  0x00002f5f copy  0x00000007 , 0x0000003f 
- 00020503  0x00002f60 istore  0x00000001 , 0x00000005 
- 00020504  0x00002f61 setarg  0x00000004 
- 00020505  0x00002f62 istore  0x00000002 , 0x00000005 
- 00020506  0x00002f63 copy  0x00000011 , 0x0000003f 
- 00020507  0x00002f64 istore  0x00000002 , 0x00000005 
- 00020508  0x00002f65 copy  0x0000000b , 0x0000003f 
- 00020509  0x00002f66 istore  0x00000002 , 0x00000005 
- 00020510  0x00002f67 force  0x00000008 , 0x0000003f 
- 00020511  0x00002f68 branch  0x00005022 
- 00020512  0x00002f6a call  0x00007e21 
- 00020513  0x00002f6b branch  0x00005022 
- 00020514  0x00002f6d iadd  0x00000012 , 0x00000012 
- 00020515  0x00002f6e branch  0x00004e20 
- 00020516  0x00002f70 ifetch  0x00000001 , 0x00000006 
- 00020517  0x00002f71 copy  0x0000003f , 0x00000007 
- 00020518  0x00002f72 ifetch  0x00000002 , 0x00000006 
- 00020519  0x00002f73 copy  0x0000003f , 0x00000011 
- 00020520  0x00002f74 copy  0x00000013 , 0x0000003f 
- 00020521  0x00002f75 isub  0x00000011 , 0x00000013 
- 00020522  0x00002f76 ifetch  0x00000002 , 0x00000006 
- 00020523  0x00002f77 copy  0x0000003f , 0x0000000b 
- 00020524  0x00002f78 ifetch  0x00000002 , 0x00000006 
- 00020525  0x00002f79 copy  0x0000003f , 0x00000002 
- 00020526  0x00002f7a call  0x00007e1c 
- 00020527  0x00002f7b setarg  0x00000050 
- 00020528  0x00002f7c isub  0x00000002 , 0x0000003e 
- 00020529  0x00002f7d branch  0x0000503d , 0x00000005 
- 00020530  0x00002f7e setarg  0x00000051 
- 00020531  0x00002f7f isub  0x00000002 , 0x0000003e 
- 00020532  0x00002f80 branch  0x00005043 , 0x00000005 
- 00020533  0x00002f81 setarg  0x00000052 
- 00020534  0x00002f82 isub  0x00000002 , 0x0000003e 
- 00020535  0x00002f83 branch  0x00005049 , 0x00000005 
- 00020536  0x00002f84 setarg  0x00000053 
- 00020537  0x00002f85 isub  0x00000002 , 0x0000003e 
- 00020538  0x00002f86 branch  0x0000504f , 0x00000005 
- 00020539  0x00002f87 call  0x0000506a 
- 00020540  0x00002f88 branch  0x00005057 
- 00020541  0x00002f8a copy  0x00000002 , 0x00000011 
- 00020542  0x00002f8b copy  0x0000000b , 0x00000002 
- 00020543  0x00002f8c fetch  0x00000002 , 0x000042b1 
- 00020544  0x00002f8d isub  0x00000002 , 0x0000003e 
- 00020545  0x00002f8e call  0x0000507c , 0x00000005 
- 00020546  0x00002f8f branch  0x00005055 
- 00020547  0x00002f91 copy  0x00000002 , 0x00000011 
- 00020548  0x00002f92 copy  0x0000000b , 0x00000002 
- 00020549  0x00002f93 fetch  0x00000002 , 0x000042b3 
- 00020550  0x00002f94 isub  0x00000002 , 0x0000003e 
- 00020551  0x00002f95 call  0x00005077 , 0x00000005 
- 00020552  0x00002f96 branch  0x00005055 
- 00020553  0x00002f98 copy  0x00000002 , 0x00000011 
- 00020554  0x00002f99 copy  0x0000000b , 0x00000002 
- 00020555  0x00002f9a fetch  0x00000002 , 0x000042b5 
- 00020556  0x00002f9b isub  0x00000002 , 0x0000003e 
- 00020557  0x00002f9c call  0x00005081 , 0x00000005 
- 00020558  0x00002f9d branch  0x00005055 
- 00020559  0x00002f9f copy  0x00000002 , 0x00000011 
- 00020560  0x00002fa0 copy  0x0000000b , 0x00000002 
- 00020561  0x00002fa1 fetch  0x00000002 , 0x000042b7 
- 00020562  0x00002fa2 isub  0x00000002 , 0x0000003e 
- 00020563  0x00002fa3 call  0x00005087 , 0x00000005 
- 00020564  0x00002fa4 branch  0x00005055 
- 00020565  0x00002fa6 call  0x00007e21 
- 00020566  0x00002fa7 branch  0x00004e20 
- 00020567  0x00002fa9 branch  0x00004e20 
- 00020568  0x00002fad ifetch  0x00000001 , 0x00000006 
- 00020569  0x00002fae copy  0x0000003f , 0x00000007 
- 00020570  0x00002faf ifetch  0x00000002 , 0x00000006 
- 00020571  0x00002fb0 copy  0x0000003f , 0x00000011 
- 00020572  0x00002fb1 iadd  0x00000006 , 0x00000006 
- 00020573  0x00002fb2 setarg  0x00000009 
- 00020574  0x00002fb3 istore  0x00000001 , 0x00000005 
- 00020575  0x00002fb4 copy  0x00000007 , 0x0000003f 
- 00020576  0x00002fb5 istore  0x00000001 , 0x00000005 
- 00020577  0x00002fb6 force  0x00000000 , 0x0000003f 
- 00020578  0x00002fb7 istore  0x00000002 , 0x00000005 
- 00020579  0x00002fb8 force  0x00000004 , 0x0000003f 
- 00020580  0x00002fb9 iadd  0x00000012 , 0x00000012 
- 00020581  0x00002fba copy  0x00000013 , 0x0000003f 
- 00020582  0x00002fbb isub  0x00000011 , 0x00000013 
- 00020583  0x00002fbc branch  0x00004e20 
- 00020584  0x00002fbe branch  0x00004e20 
- 00020585  0x00002fc1 branch  0x00004e20 
- 00020586  0x00002fc3 force  0x00000000 , 0x00000012 
- 00020587  0x00002fc4 call  0x000052d0 
- 00020588  0x00002fc5 setarg  0x00000001 
- 00020589  0x00002fc6 istore  0x00000001 , 0x00000005 
- 00020590  0x00002fc7 copy  0x00000007 , 0x0000003f 
- 00020591  0x00002fc8 istore  0x00000001 , 0x00000005 
- 00020592  0x00002fc9 setarg  0x00000002 
- 00020593  0x00002fca istore  0x00000002 , 0x00000005 
- 00020594  0x00002fcb setarg  0x00000000 
- 00020595  0x00002fcc istore  0x00000002 , 0x00000005 
- 00020596  0x00002fcd increase  0x00000006 , 0x00000012 
- 00020597  0x00002fce arg  0x00000004 , 0x00000013 
- 00020598  0x00002fcf branch  0x00004e20 
- 00020599  0x00002fd4 setarg  0x00000000 
- 00020600  0x00002fd5 store  0x00000002 , 0x000002e2 
- 00020601  0x00002fd6 store  0x00000002 , 0x000042b3 
- 00020602  0x00002fd7 jam  0x00000000 , 0x000042ba 
- 00020603  0x00002fd8 rtn 
- 00020604  0x00002fda setarg  0x00000000 
- 00020605  0x00002fdb store  0x00000002 , 0x000002dc 
- 00020606  0x00002fdc store  0x00000002 , 0x000042b1 
- 00020607  0x00002fdd jam  0x00000000 , 0x000042b9 
- 00020608  0x00002fde rtn 
- 00020609  0x00002fe0 setarg  0x00000000 
- 00020610  0x00002fe1 store  0x00000002 , 0x000042b5 
- 00020611  0x00002fe2 jam  0x00000000 , 0x000042bb 
- 00020612  0x00002fe3 fetch  0x00000001 , 0x000042bc 
- 00020613  0x00002fe4 beq  0x00000000 , 0x0000508d 
- 00020614  0x00002fe5 rtn 
- 00020615  0x00002fe8 setarg  0x00000000 
- 00020616  0x00002fe9 store  0x00000002 , 0x000042b7 
- 00020617  0x00002fea jam  0x00000000 , 0x000042bc 
- 00020618  0x00002feb fetch  0x00000001 , 0x000042bb 
- 00020619  0x00002fec beq  0x00000000 , 0x0000508d 
- 00020620  0x00002fed rtn 
- 00020621  0x00002ff0 jam  0x00000007 , 0x00000b7d 
- 00020622  0x00002ff1 branch  0x00007c27 
- 00020623  0x00002ff4 fetch  0x00000001 , 0x000002e6 
- 00020624  0x00002ff5 set0  0x00000000 , 0x0000003f 
- 00020625  0x00002ff6 store  0x00000001 , 0x000002e6 
- 00020626  0x00002ff7 fetch  0x00000002 , 0x000042b7 
- 00020627  0x00002ff8 rtn  0x00000034 
- 00020628  0x00002ff9 call  0x000052c4 
- 00020629  0x00002ffa fetch  0x00000002 , 0x000042b7 
- 00020630  0x00002ffb copy  0x0000003f , 0x00000011 
- 00020631  0x00002ffc force  0x00000053 , 0x00000012 
- 00020632  0x00002ffd branch  0x000050a2 
- 00020633  0x00002fff fetch  0x00000001 , 0x000002e6 
- 00020634  0x00003000 set0  0x00000007 , 0x0000003f 
- 00020635  0x00003001 store  0x00000001 , 0x000002e6 
- 00020636  0x00003002 fetch  0x00000002 , 0x000042b5 
- 00020637  0x00003003 rtn  0x00000034 
- 00020638  0x00003004 call  0x000052c4 
- 00020639  0x00003005 fetch  0x00000002 , 0x000042b5 
- 00020640  0x00003006 copy  0x0000003f , 0x00000011 
- 00020641  0x00003007 force  0x00000052 , 0x00000012 
- 00020642  0x00003009 call  0x00005242 
- 00020643  0x0000300a call  0x000052d0 
- 00020644  0x0000300b force  0x00000006 , 0x0000003f 
- 00020645  0x0000300c istore  0x00000001 , 0x00000005 
- 00020646  0x0000300d fetch  0x00000001 , 0x000042be 
- 00020647  0x0000300e istore  0x00000001 , 0x00000005 
- 00020648  0x0000300f setarg  0x00000004 
- 00020649  0x00003010 istore  0x00000002 , 0x00000005 
- 00020650  0x00003011 copy  0x00000011 , 0x0000003f 
- 00020651  0x00003012 istore  0x00000002 , 0x00000005 
- 00020652  0x00003013 copy  0x00000012 , 0x0000003f 
- 00020653  0x00003014 istore  0x00000002 , 0x00000005 
- 00020654  0x00003015 force  0x00000008 , 0x00000002 
- 00020655  0x00003016 branch  0x000050e9 
- 00020656  0x00003019 set1  0x00000025 , 0x00000000 
- 00020657  0x0000301a bpatch  0x0000001f , 0x00004023 
- 00020658  0x0000301b call  0x00005242 
- 00020659  0x0000301c call  0x000052d0 
- 00020660  0x0000301d setarg  0x00000002 
- 00020661  0x0000301e istore  0x00000001 , 0x00000005 
- 00020662  0x0000301f fetch  0x00000001 , 0x000042be 
- 00020663  0x00003020 istore  0x00000001 , 0x00000005 
- 00020664  0x00003021 setarg  0x00000004 
- 00020665  0x00003022 istore  0x00000002 , 0x00000005 
- 00020666  0x00003023 copy  0x00000002 , 0x0000003f 
- 00020667  0x00003024 istore  0x00000002 , 0x00000005 
- 00020668  0x00003025 copy  0x0000000b , 0x0000003f 
- 00020669  0x00003026 istore  0x00000002 , 0x00000005 
- 00020670  0x00003027 arg  0x00000008 , 0x00000002 
- 00020671  0x00003028 branch  0x000050e9 
- 00020672  0x0000302a set1  0x00000025 , 0x00000000 
- 00020673  0x0000302b bpatch  0x00000020 , 0x00004024 
- 00020674  0x0000302c call  0x00005242 
- 00020675  0x0000302d call  0x000052d0 
- 00020676  0x0000302e setarg  0x00000004 
- 00020677  0x0000302f istore  0x00000001 , 0x00000005 
- 00020678  0x00003030 fetch  0x00000001 , 0x000042be 
- 00020679  0x00003031 istore  0x00000001 , 0x00000005 
- 00020680  0x00003032 setarg  0x00000008 
- 00020681  0x00003033 istore  0x00000002 , 0x00000005 
- 00020682  0x00003035 copy  0x00000002 , 0x0000003f 
- 00020683  0x00003037 istore  0x00000002 , 0x00000005 
- 00020684  0x00003038 setarg  0x00000000 
- 00020685  0x00003039 istore  0x00000002 , 0x00000005 
- 00020686  0x0000303a setarg  0x00000001 
- 00020687  0x0000303b istore  0x00000001 , 0x00000005 
- 00020688  0x0000303c setarg  0x00000002 
- 00020689  0x0000303d istore  0x00000001 , 0x00000005 
- 00020690  0x0000303e setarg  0x000003e3 
- 00020691  0x0000303f istore  0x00000002 , 0x00000005 
- 00020692  0x00003040 arg  0x0000000c , 0x00000002 
- 00020693  0x00003041 branch  0x000050e9 
- 00020694  0x00003043 set1  0x00000025 , 0x00000000 
- 00020695  0x00003044 bpatch  0x00000021 , 0x00004024 
- 00020696  0x00003045 call  0x00005242 
- 00020697  0x00003046 call  0x000052d0 
- 00020698  0x00003047 setarg  0x00000006 
- 00020699  0x00003048 istore  0x00000001 , 0x00000005 
- 00020700  0x00003049 fetch  0x00000001 , 0x000042be 
- 00020701  0x0000304a increase  0x00000001 , 0x0000003f 
- 00020702  0x0000304b copy  0x00000005 , 0x00000011 
- 00020703  0x0000304c store  0x00000001 , 0x000042be 
- 00020704  0x0000304d copy  0x00000011 , 0x00000005 
- 00020705  0x0000304e istore  0x00000001 , 0x00000005 
- 00020706  0x0000304f setarg  0x00000004 
- 00020707  0x00003050 istore  0x00000002 , 0x00000005 
- 00020708  0x00003051 copy  0x00000002 , 0x0000003f 
- 00020709  0x00003052 istore  0x00000002 , 0x00000005 
- 00020710  0x00003053 copy  0x0000000b , 0x0000003f 
- 00020711  0x00003054 istore  0x00000002 , 0x00000005 
- 00020712  0x00003055 arg  0x00000008 , 0x00000002 
- 00020713  0x00003059 storet  0x00000002 , 0x000002d6 
- 00020714  0x0000305a copy  0x00000002 , 0x0000003f 
- 00020715  0x0000305b branch  0x0000526f , 0x00000034 
- 00020716  0x0000305c call  0x000052ce 
- 00020717  0x0000305d fetch  0x00000002 , 0x000002d6 
- 00020718  0x0000305e istore  0x00000002 , 0x00000005 
- 00020719  0x0000305f force  0x00000001 , 0x0000003f 
- 00020720  0x00003060 istore  0x00000002 , 0x00000005 
- 00020721  0x00003061 rtn 
- 00020722  0x00003064 fetch  0x00000002 , 0x000002dc 
- 00020723  0x00003065 branch  0x00003bf1 , 0x00000034 
- 00020724  0x00003066 call  0x000052dc 
- 00020725  0x00003067 fetch  0x00000002 , 0x000002dc 
- 00020726  0x00003068 istore  0x00000002 , 0x00000005 
- 00020727  0x00003069 fetch  0x00000002 , 0x000042b1 
- 00020728  0x0000306a istore  0x00000002 , 0x00000005 
- 00020729  0x0000306b rtn 
- 00020730  0x0000306d set1  0x00000025 , 0x00000000 
- 00020731  0x0000306e bpatch  0x00000022 , 0x00004024 
- 00020732  0x0000306f fetch  0x00000002 , 0x000002cd 
- 00020733  0x00003070 branch  0x00004dfc , 0x00000034 
- 00020734  0x00003071 fetch  0x00000001 , 0x000002cf 
- 00020735  0x00003072 beq  0x00000001 , 0x00005105 
- 00020736  0x00003073 beq  0x00000050 , 0x00004de7 
- 00020737  0x00003074 beq  0x00000051 , 0x00004df4 
- 00020738  0x00003075 beq  0x00000052 , 0x00004df2 
- 00020739  0x00003076 beq  0x00000053 , 0x00004df2 
- 00020740  0x00003077 branch  0x00004dfc 
- 00020741  0x0000307a set1  0x00000025 , 0x00000000 
- 00020742  0x0000307b bpatch  0x00000023 , 0x00004024 
- 00020743  0x0000307c call  0x000052c4 
- 00020744  0x0000307d force  0x00000000 , 0x00000012 
- 00020745  0x0000307e call  0x000052d0 
- 00020746  0x0000307f copy  0x0000003f , 0x00000005 
- 00020747  0x00003080 fetch  0x00000002 , 0x000002cd 
- 00020748  0x00003081 copy  0x0000003f , 0x00000013 
- 00020749  0x00003082 fetch  0x00000002 , 0x000002cb 
- 00020750  0x00003083 iforce  0x00000006 
- 00020751  0x00003085 call  0x00005115 
- 00020752  0x00003086 increase  0xfffffffc , 0x00000013 
- 00020753  0x00003087 nbranch  0x0000510f , 0x00000005 
- 00020754  0x00003088 copy  0x00000012 , 0x00000002 
- 00020755  0x00003089 call  0x000050e9 
- 00020756  0x0000308a branch  0x00004dfc 
- 00020757  0x0000308d ifetch  0x00000001 , 0x00000006 
- 00020758  0x0000308e beq  0x00000002 , 0x00005120 
- 00020759  0x0000308f beq  0x00000001 , 0x00005123 
- 00020760  0x00003090 beq  0x00000003 , 0x0000512d 
- 00020761  0x00003091 beq  0x00000005 , 0x00005168 
- 00020762  0x00003092 beq  0x00000004 , 0x00005199 
- 00020763  0x00003093 beq  0x00000007 , 0x0000521c 
- 00020764  0x00003094 beq  0x00000006 , 0x000051eb 
- 00020765  0x00003095 beq  0x00000008 , 0x00005058 
- 00020766  0x00003096 beq  0x0000000a , 0x00004e3a 
- 00020767  0x00003097 branch  0x00005236 
- 00020768  0x0000309a call  0x00007e1c 
- 00020769  0x0000309c call  0x00007e21 
- 00020770  0x0000309d branch  0x00004e5c 
- 00020771  0x0000309f ifetch  0x00000001 , 0x00000006 
- 00020772  0x000030a0 copy  0x0000003f , 0x00000007 
- 00020773  0x000030a1 ifetch  0x00000002 , 0x00000006 
- 00020774  0x000030a2 copy  0x0000003f , 0x00000011 
- 00020775  0x000030a3 copy  0x00000013 , 0x0000003f 
- 00020776  0x000030a4 isub  0x00000011 , 0x00000013 
- 00020777  0x000030a6 ifetch  0x00000001 , 0x00000006 
- 00020778  0x000030a7 increase  0xffffffff , 0x00000011 
- 00020779  0x000030a8 nbranch  0x00005129 , 0x00000005 
- 00020780  0x000030a9 rtn 
- 00020781  0x000030ab ifetch  0x00000001 , 0x00000006 
- 00020782  0x000030ac copy  0x0000003f , 0x00000007 
- 00020783  0x000030ad ifetch  0x00000002 , 0x00000006 
- 00020784  0x000030ae copy  0x0000003f , 0x00000011 
- 00020785  0x000030af ifetch  0x00000002 , 0x00000006 
- 00020786  0x000030b0 copy  0x0000003f , 0x0000000b 
- 00020787  0x000030b1 ifetch  0x00000002 , 0x00000006 
- 00020788  0x000030b2 copy  0x0000003f , 0x00000002 
- 00020789  0x000030b3 ifetch  0x00000002 , 0x00000006 
- 00020790  0x000030b4 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00020791  0x000030b5 branch  0x0000513f , 0x00000005 
- 00020792  0x000030b6 beq  0x00000002 , 0x0000513b 
- 00020793  0x000030b7 beq  0x00000004 , 0x0000513b 
- 00020794  0x000030b8 branch  0x0000513d 
- 00020795  0x000030ba jam  0x00000016 , 0x00000b7d 
- 00020796  0x000030bb call  0x00007c27 
- 00020797  0x000030bd ifetch  0x00000002 , 0x00000006 
- 00020798  0x000030be branch  0x00005165 
- 00020799  0x000030c0 call  0x00007e1c 
- 00020800  0x000030c4 setarg  0x00000050 
- 00020801  0x000030c5 isub  0x00000002 , 0x0000003e 
- 00020802  0x000030c6 branch  0x0000514d , 0x00000005 
- 00020803  0x000030c7 setarg  0x00000051 
- 00020804  0x000030c8 isub  0x00000002 , 0x0000003e 
- 00020805  0x000030c9 branch  0x00005153 , 0x00000005 
- 00020806  0x000030ca setarg  0x00000053 
- 00020807  0x000030cb isub  0x00000002 , 0x0000003e 
- 00020808  0x000030cc branch  0x0000515f , 0x00000005 
- 00020809  0x000030cd setarg  0x00000052 
- 00020810  0x000030ce isub  0x00000002 , 0x0000003e 
- 00020811  0x000030cf branch  0x00005159 , 0x00000005 
- 00020812  0x000030d0 branch  0x00005165 
- 00020813  0x000030d2 copy  0x0000000b , 0x0000003f 
- 00020814  0x000030d3 store  0x00000002 , 0x000042b1 
- 00020815  0x000030d4 fetch  0x00000001 , 0x000042b9 
- 00020816  0x000030d5 set1  0x00000001 
- 00020817  0x000030d6 store  0x00000001 , 0x000042b9 
- 00020818  0x000030d7 branch  0x00005164 
- 00020819  0x000030d9 copy  0x0000000b , 0x0000003f 
- 00020820  0x000030da store  0x00000002 , 0x000042b3 
- 00020821  0x000030db fetch  0x00000001 , 0x000042ba 
- 00020822  0x000030dc set1  0x00000001 
- 00020823  0x000030dd store  0x00000001 , 0x000042ba 
- 00020824  0x000030de branch  0x00005164 
- 00020825  0x000030e0 copy  0x0000000b , 0x0000003f 
- 00020826  0x000030e1 store  0x00000002 , 0x000042b5 
- 00020827  0x000030e2 fetch  0x00000001 , 0x000042bb 
- 00020828  0x000030e3 set1  0x00000001 
- 00020829  0x000030e4 store  0x00000001 , 0x000042bb 
- 00020830  0x000030e5 branch  0x00005164 
- 00020831  0x000030e7 copy  0x0000000b , 0x0000003f 
- 00020832  0x000030e8 store  0x00000002 , 0x000042b7 
- 00020833  0x000030e9 fetch  0x00000001 , 0x000042bc 
- 00020834  0x000030ea set1  0x00000001 
- 00020835  0x000030eb store  0x00000001 , 0x000042bc 
- 00020836  0x000030ef call  0x00007e21 
- 00020837  0x000030f1 copy  0x00000013 , 0x0000003f 
- 00020838  0x000030f2 isub  0x00000011 , 0x00000013 
- 00020839  0x000030f3 rtn 
- 00020840  0x000030f6 ifetch  0x00000001 , 0x00000006 
- 00020841  0x000030f7 copy  0x0000003f , 0x00000007 
- 00020842  0x000030f8 ifetch  0x00000002 , 0x00000006 
- 00020843  0x000030f9 copy  0x0000003f , 0x00000011 
- 00020844  0x000030fa copy  0x00000013 , 0x0000003f 
- 00020845  0x000030fb isub  0x00000011 , 0x00000013 
- 00020846  0x000030fc ifetch  0x00000002 , 0x00000006 
- 00020847  0x000030fd copy  0x0000003f , 0x0000000b 
- 00020848  0x000030fe ifetch  0x00000002 , 0x00000006 
- 00020849  0x000030ff ifetch  0x00000002 , 0x00000006 
- 00020850  0x00003100 nbranch  0x00005193 , 0x00000034 
- 00020851  0x00003101 call  0x00007e1c 
- 00020852  0x00003105 copy  0x0000000b , 0x00000002 
- 00020853  0x00003106 setarg  0x00000050 
- 00020854  0x00003107 isub  0x00000002 , 0x0000003e 
- 00020855  0x00003108 branch  0x00005181 , 0x00000005 
- 00020856  0x00003109 setarg  0x00000051 
- 00020857  0x0000310a isub  0x00000002 , 0x0000003e 
- 00020858  0x0000310b branch  0x00005185 , 0x00000005 
- 00020859  0x0000310c setarg  0x00000052 
- 00020860  0x0000310d isub  0x00000002 , 0x0000003e 
- 00020861  0x0000310e branch  0x00005189 , 0x00000005 
- 00020862  0x0000310f setarg  0x00000053 
- 00020863  0x00003110 isub  0x00000002 , 0x0000003e 
- 00020864  0x00003111 branch  0x0000518d , 0x00000005 
- 00020865  0x00003113 fetch  0x00000001 , 0x000042b9 
- 00020866  0x00003114 set1  0x00000005 
- 00020867  0x00003115 store  0x00000001 , 0x000042b9 
- 00020868  0x00003116 rtn 
- 00020869  0x00003118 fetch  0x00000001 , 0x000042ba 
- 00020870  0x00003119 set1  0x00000005 
- 00020871  0x0000311a store  0x00000001 , 0x000042ba 
- 00020872  0x0000311b rtn 
- 00020873  0x0000311d fetch  0x00000001 , 0x000042bb 
- 00020874  0x0000311e set1  0x00000005 
- 00020875  0x0000311f store  0x00000001 , 0x000042bb 
- 00020876  0x00003120 rtn 
- 00020877  0x00003122 fetch  0x00000001 , 0x000042bc 
- 00020878  0x00003123 set1  0x00000005 
- 00020879  0x00003124 store  0x00000001 , 0x000042bc 
- 00020880  0x00003125 jam  0x00000006 , 0x00000b7d 
- 00020881  0x00003126 branch  0x00007c27 
- 00020882  0x0000312a call  0x00007e21 
- 00020883  0x0000312c increase  0xfffffffa , 0x00000011 
- 00020884  0x0000312e branch  0x00005198 , 0x00000005 
- 00020885  0x0000312f increase  0x00000001 , 0x00000006 
- 00020886  0x00003130 increase  0xffffffff , 0x00000011 
- 00020887  0x00003131 branch  0x00005194 
- 00020888  0x00003133 rtn 
- 00020889  0x00003135 ifetch  0x00000001 , 0x00000006 
- 00020890  0x00003136 copy  0x0000003f , 0x00000007 
- 00020891  0x00003137 ifetch  0x00000002 , 0x00000006 
- 00020892  0x00003138 copy  0x0000003f , 0x00000011 
- 00020893  0x00003139 copy  0x00000013 , 0x0000003f 
- 00020894  0x0000313a isub  0x00000011 , 0x00000013 
- 00020895  0x0000313b ifetch  0x00000002 , 0x00000006 
- 00020896  0x0000313c increase  0x00000002 , 0x00000006 
- 00020897  0x0000313d copy  0x0000003f , 0x00000002 
- 00020898  0x0000313e setarg  0x00000005 
- 00020899  0x0000313f istore  0x00000001 , 0x00000005 
- 00020900  0x00003140 copy  0x00000007 , 0x0000003f 
- 00020901  0x00003141 istore  0x00000001 , 0x00000005 
- 00020902  0x00003142 increase  0x00000002 , 0x00000011 
- 00020903  0x00003143 copy  0x00000011 , 0x0000003f 
- 00020904  0x00003144 istore  0x00000002 , 0x00000005 
- 00020905  0x00003145 call  0x00007e1c 
- 00020906  0x00003146 setarg  0x00000050 
- 00020907  0x00003147 isub  0x00000002 , 0x0000003e 
- 00020908  0x00003148 branch  0x000051b7 , 0x00000005 
- 00020909  0x00003149 setarg  0x00000051 
- 00020910  0x0000314a isub  0x00000002 , 0x0000003e 
- 00020911  0x0000314b branch  0x000051c8 , 0x00000005 
- 00020912  0x0000314c setarg  0x00000052 
- 00020913  0x0000314d isub  0x00000002 , 0x0000003e 
- 00020914  0x0000314e branch  0x000051ce , 0x00000005 
- 00020915  0x0000314f setarg  0x00000053 
- 00020916  0x00003150 isub  0x00000002 , 0x0000003e 
- 00020917  0x00003151 branch  0x000051d4 , 0x00000005 
- 00020918  0x00003152 branch  0x000051d9 
- 00020919  0x00003154 fetch  0x00000001 , 0x000042b9 
- 00020920  0x00003155 set1  0x00000004 , 0x0000003f 
- 00020921  0x00003156 set1  0x00000003 , 0x0000003f 
- 00020922  0x00003157 store  0x00000001 , 0x000042b9 
- 00020923  0x00003158 bbit1  0x00000002 , 0x000051c5 
- 00020924  0x00003159 fetcht  0x00000001 , 0x000002e6 
- 00020925  0x0000315a set1  0x00000006 , 0x00000002 
- 00020926  0x0000315b storet  0x00000001 , 0x000002e6 
- 00020927  0x0000315c copy  0x00000007 , 0x0000003f 
- 00020928  0x0000315d increase  0x00000001 , 0x0000003f 
- 00020929  0x0000315e store  0x00000001 , 0x000002e8 
- 00020930  0x0000315f fetch  0x00000001 , 0x000042b9 
- 00020931  0x00003160 set1  0x00000002 , 0x0000003f 
- 00020932  0x00003161 store  0x00000001 , 0x000042b9 
- 00020933  0x00003163 fetch  0x00000002 , 0x000042b1 
- 00020934  0x00003164 store  0x00000002 , 0x000002e9 
- 00020935  0x00003165 branch  0x000051d9 
- 00020936  0x00003167 fetch  0x00000001 , 0x000042ba 
- 00020937  0x00003168 set1  0x00000004 , 0x0000003f 
- 00020938  0x00003169 set1  0x00000003 , 0x0000003f 
- 00020939  0x0000316a store  0x00000001 , 0x000042ba 
- 00020940  0x0000316b fetch  0x00000002 , 0x000042b3 
- 00020941  0x0000316c branch  0x000051d9 
- 00020942  0x0000316e fetch  0x00000001 , 0x000042bb 
- 00020943  0x0000316f set1  0x00000004 , 0x0000003f 
- 00020944  0x00003170 set1  0x00000003 , 0x0000003f 
- 00020945  0x00003171 store  0x00000001 , 0x000042bb 
- 00020946  0x00003172 fetch  0x00000002 , 0x000042b5 
- 00020947  0x00003173 branch  0x000051d9 
- 00020948  0x00003175 fetch  0x00000001 , 0x000042bc 
- 00020949  0x00003176 set1  0x00000004 , 0x0000003f 
- 00020950  0x00003177 set1  0x00000003 , 0x0000003f 
- 00020951  0x00003178 store  0x00000001 , 0x000042bc 
- 00020952  0x00003179 fetch  0x00000002 , 0x000042b7 
- 00020953  0x0000317d copy  0x0000003f , 0x0000000b 
- 00020954  0x0000317e call  0x00007e21 
- 00020955  0x00003180 copy  0x0000000b , 0x0000003f 
- 00020956  0x00003182 istore  0x00000002 , 0x00000005 
- 00020957  0x00003183 force  0x00000000 , 0x0000003f 
- 00020958  0x00003184 istore  0x00000002 , 0x00000005 
- 00020959  0x00003185 force  0x00000000 , 0x0000003f 
- 00020960  0x00003186 istore  0x00000002 , 0x00000005 
- 00020961  0x00003187 force  0x0000000a , 0x0000003f 
- 00020962  0x00003188 iadd  0x00000012 , 0x00000012 
- 00020963  0x00003189 increase  0xfffffffa , 0x00000011 
- 00020964  0x0000318b branch  0x000051ea , 0x00000005 
- 00020965  0x0000318c ifetch  0x00000001 , 0x00000006 
- 00020966  0x0000318d istore  0x00000001 , 0x00000005 
- 00020967  0x0000318e increase  0x00000001 , 0x00000012 
- 00020968  0x0000318f increase  0xffffffff , 0x00000011 
- 00020969  0x00003190 branch  0x000051e4 
- 00020970  0x00003192 rtn 
- 00020971  0x00003194 ifetch  0x00000001 , 0x00000006 
- 00020972  0x00003195 copy  0x0000003f , 0x00000007 
- 00020973  0x00003196 ifetch  0x00000002 , 0x00000006 
- 00020974  0x00003197 copy  0x0000003f , 0x00000011 
- 00020975  0x00003198 copy  0x00000013 , 0x0000003f 
- 00020976  0x00003199 isub  0x00000011 , 0x00000013 
- 00020977  0x0000319b ifetch  0x00000002 , 0x00000006 
- 00020978  0x0000319c copy  0x0000003f , 0x00000011 
- 00020979  0x0000319d ifetch  0x00000002 , 0x00000006 
- 00020980  0x0000319e copy  0x0000003f , 0x0000000b 
- 00020981  0x0000319f call  0x00007e1c 
- 00020982  0x000031a0 setarg  0x00000050 
- 00020983  0x000031a1 copy  0x00000011 , 0x00000002 
- 00020984  0x000031a2 isub  0x00000002 , 0x0000003e 
- 00020985  0x000031a3 branch  0x00005203 , 0x00000005 
- 00020986  0x000031a4 setarg  0x00000052 
- 00020987  0x000031a5 copy  0x00000011 , 0x00000002 
- 00020988  0x000031a6 isub  0x00000002 , 0x0000003e 
- 00020989  0x000031a7 branch  0x00005208 , 0x00000005 
- 00020990  0x000031a8 setarg  0x00000053 
- 00020991  0x000031a9 copy  0x00000011 , 0x00000002 
- 00020992  0x000031aa isub  0x00000002 , 0x0000003e 
- 00020993  0x000031ab branch  0x0000520a , 0x00000005 
- 00020994  0x000031ac branch  0x0000520c 
- 00020995  0x000031ae setarg  0x00000000 
- 00020996  0x000031af store  0x00000002 , 0x000002dc 
- 00020997  0x000031b0 store  0x00000002 , 0x000042b1 
- 00020998  0x000031b1 store  0x00000001 , 0x000042b9 
- 00020999  0x000031b2 branch  0x0000520e 
- 00021000  0x000031b4 call  0x00005081 
- 00021001  0x000031b5 branch  0x0000520e 
- 00021002  0x000031b7 call  0x00005087 
- 00021003  0x000031bd branch  0x0000520e 
- 00021004  0x000031bf setarg  0x00000000 
- 00021005  0x000031c0 store  0x00000002 , 0x000002e2 
- 00021006  0x000031c2 call  0x00007e21 
- 00021007  0x000031c3 setarg  0x00000007 
- 00021008  0x000031c4 istore  0x00000001 , 0x00000005 
- 00021009  0x000031c5 copy  0x00000007 , 0x0000003f 
- 00021010  0x000031c6 istore  0x00000001 , 0x00000005 
- 00021011  0x000031c7 setarg  0x00000004 
- 00021012  0x000031c8 istore  0x00000002 , 0x00000005 
- 00021013  0x000031c9 copy  0x00000011 , 0x0000003f 
- 00021014  0x000031ca istore  0x00000002 , 0x00000005 
- 00021015  0x000031cb copy  0x0000000b , 0x0000003f 
- 00021016  0x000031cc istore  0x00000002 , 0x00000005 
- 00021017  0x000031cd force  0x00000008 , 0x0000003f 
- 00021018  0x000031ce iadd  0x00000012 , 0x00000012 
- 00021019  0x000031cf rtn 
- 00021020  0x000031d2 ifetch  0x00000001 , 0x00000006 
- 00021021  0x000031d3 copy  0x0000003f , 0x00000007 
- 00021022  0x000031d4 ifetch  0x00000002 , 0x00000006 
- 00021023  0x000031d5 copy  0x0000003f , 0x00000011 
- 00021024  0x000031d6 ifetch  0x00000002 , 0x00000006 
- 00021025  0x000031d7 copy  0x0000003f , 0x0000000b 
- 00021026  0x000031d8 ifetch  0x00000002 , 0x00000006 
- 00021027  0x000031d9 copy  0x0000003f , 0x00000002 
- 00021028  0x000031da call  0x00007e1c 
- 00021029  0x000031db fetch  0x00000001 , 0x000042be 
- 00021030  0x000031dc icompare  0x000000ff , 0x00000007 
- 00021031  0x000031dd nbranch  0x00005232 , 0x00000001 
- 00021032  0x000031de setarg  0x00000050 
- 00021033  0x000031df isub  0x00000002 , 0x0000003e 
- 00021034  0x000031e0 branch  0x0000522f , 0x00000005 
- 00021035  0x000031e1 setarg  0x00000051 
- 00021036  0x000031e2 isub  0x00000002 , 0x0000003e 
- 00021037  0x000031e3 branch  0x00005232 , 0x00000005 
- 00021038  0x000031e4 branch  0x00005232 
- 00021039  0x000031e6 jam  0x00000000 , 0x000042b1 
- 00021040  0x000031e7 jam  0x00000000 , 0x000042b9 
- 00021041  0x000031e8 branch  0x00005232 
- 00021042  0x000031ed call  0x00007e21 
- 00021043  0x000031ee copy  0x00000013 , 0x0000003f 
- 00021044  0x000031ef isub  0x00000011 , 0x00000013 
- 00021045  0x000031f0 rtn 
- 00021046  0x000031f3 setarg  0x00000001 
- 00021047  0x000031f4 istore  0x00000001 , 0x00000005 
- 00021048  0x000031f5 ifetch  0x00000001 , 0x00000006 
- 00021049  0x000031f6 istore  0x00000001 , 0x00000005 
- 00021050  0x000031f7 setarg  0x00000002 
- 00021051  0x000031f8 istore  0x00000002 , 0x00000005 
- 00021052  0x000031f9 setarg  0x00000000 
- 00021053  0x000031fa istore  0x00000002 , 0x00000005 
- 00021054  0x000031fb setarg  0x00000006 
- 00021055  0x000031fc iadd  0x00000012 , 0x00000012 
- 00021056  0x000031fd force  0x00000004 , 0x00000013 
- 00021057  0x000031fe rtn 
- 00021058  0x00003202 fetch  0x00000001 , 0x000042be 
- 00021059  0x00003203 increase  0x00000001 , 0x0000003f 
- 00021060  0x00003204 bne  0x00000000 , 0x00005246 
- 00021061  0x00003205 increase  0x00000001 , 0x0000003f 
- 00021062  0x00003207 store  0x00000001 , 0x000042be 
- 00021063  0x00003208 rtn 
- 00021064  0x00003213 set1  0x00000025 , 0x00000000 
- 00021065  0x00003214 bpatch  0x00000024 , 0x00004024 
- 00021066  0x00003215 arg  0x00000000 , 0x00000012 
- 00021067  0x00003216 call  0x0000527a 
- 00021068  0x00003217 nbranch  0x00003bf1 , 0x00000034 
- 00021069  0x00003218 call  0x00005287 
- 00021070  0x00003219 arg  0x00001800 , 0x00000012 
- 00021071  0x0000321a arg  0x00000000 , 0x00000007 
- 00021072  0x0000321c fetcht  0x00000001 , 0x000042bf 
- 00021073  0x0000321d qisolate1  0x00000002 
- 00021074  0x0000321e branch  0x00005258 , 0x00000001 
- 00021075  0x0000321f call  0x000052ab 
- 00021076  0x00003220 sub  0x0000000b , 0x00000000 , 0x0000003e 
- 00021077  0x00003221 branch  0x00005258 , 0x00000002 
- 00021078  0x00003222 call  0x00005292 
- 00021079  0x00003223 branch  0x0000525e 
- 00021080  0x00003225 increase  0x00000080 , 0x00000012 
- 00021081  0x00003226 increase  0x00000001 , 0x00000007 
- 00021082  0x00003227 setarg  0x00000008 
- 00021083  0x00003228 isub  0x00000007 , 0x0000003e 
- 00021084  0x00003229 branch  0x00005250 , 0x00000002 
- 00021085  0x0000322a arg  0x00000000 , 0x00000012 
- 00021086  0x0000322c copy  0x00000012 , 0x0000003f 
- 00021087  0x0000322d branch  0x00003bf1 , 0x00000034 
- 00021088  0x0000322e rtn 
- 00021089  0x00003237 set1  0x00000025 , 0x00000000 
- 00021090  0x00003238 bpatch  0x00000025 , 0x00004024 
- 00021091  0x00003239 call  0x00005280 
- 00021092  0x0000323a increase  0x00000001 , 0x00000006 
- 00021093  0x0000323b ifetch  0x00000002 , 0x00000006 
- 00021094  0x0000323c rtn 
- 00021095  0x00003243 set1  0x00000025 , 0x00000000 
- 00021096  0x00003244 bpatch  0x00000026 , 0x00004024 
- 00021097  0x00003245 call  0x00005280 
- 00021098  0x00003246 copy  0x00000006 , 0x00000005 
- 00021099  0x00003247 copy  0x00000006 , 0x00000002 
- 00021100  0x00003248 setarg  0x00000000 
- 00021101  0x00003249 istore  0x00000003 , 0x00000005 
- 00021102  0x0000324a rtn 
- 00021103  0x00003250 set1  0x00000025 , 0x00000000 
- 00021104  0x00003251 bpatch  0x00000027 , 0x00004024 
- 00021105  0x00003252 call  0x0000527e 
- 00021106  0x00003253 branch  0x00003bf1 , 0x00000034 
- 00021107  0x00003254 fetch  0x00000003 , 0x000042c6 
- 00021108  0x00003255 store  0x00000003 , 0x000042c9 
- 00021109  0x00003256 fetch  0x00000003 , 0x000042c3 
- 00021110  0x00003257 store  0x00000003 , 0x000042c6 
- 00021111  0x00003258 fetch  0x00000003 , 0x000042c0 
- 00021112  0x00003259 store  0x00000003 , 0x000042c3 
- 00021113  0x0000325a rtn 
- 00021114  0x00003261 fetch  0x00000003 , 0x000042c0 
- 00021115  0x00003262 rtn 
- 00021116  0x00003269 fetch  0x00000003 , 0x000042c3 
- 00021117  0x0000326a rtn 
- 00021118  0x00003271 fetch  0x00000003 , 0x000042c9 
- 00021119  0x00003272 rtn 
- 00021120  0x00003278 call  0x0000527e 
- 00021121  0x00003279 branch  0x00003bf1 , 0x00000034 
- 00021122  0x0000327a arg  0x000042c0 , 0x00000006 
- 00021123  0x0000327c ifetch  0x00000003 , 0x00000006 
- 00021124  0x0000327d branch  0x00005283 , 0x00000034 
- 00021125  0x0000327e increase  0xfffffffd , 0x00000006 
- 00021126  0x0000327f rtn 
- 00021127  0x00003287 set1  0x00000025 , 0x00000000 
- 00021128  0x00003288 bpatch  0x00000028 , 0x00004025 
- 00021129  0x00003289 arg  0x00000004 , 0x00000039 
- 00021130  0x0000328a arg  0x000042c0 , 0x00000006 
- 00021131  0x0000328b arg  0x00000000 , 0x00000002 
- 00021132  0x0000328d ifetch  0x00000003 , 0x00000006 
- 00021133  0x0000328e and  0x0000003f , 0x000000ff , 0x0000003f 
- 00021134  0x0000328f ior  0x00000002 , 0x00000002 
- 00021135  0x00003290 loop  0x0000528c 
- 00021136  0x00003291 storet  0x00000001 , 0x000042bf 
- 00021137  0x00003292 rtn 
- 00021138  0x0000329b set1  0x00000025 , 0x00000000 
- 00021139  0x0000329c bpatch  0x00000029 , 0x00004025 
- 00021140  0x0000329d call  0x0000527a 
- 00021141  0x0000329e nbranch  0x00003bf1 , 0x00000034 
- 00021142  0x0000329f call  0x0000527e 
- 00021143  0x000032a0 branch  0x000052a0 , 0x00000034 
- 00021144  0x000032a1 fetch  0x00000003 , 0x000042c3 
- 00021145  0x000032a2 store  0x00000003 , 0x000042c0 
- 00021146  0x000032a3 ifetch  0x00000003 , 0x00000006 
- 00021147  0x000032a4 istore  0x00000003 , 0x00000005 
- 00021148  0x000032a5 ifetch  0x00000003 , 0x00000006 
- 00021149  0x000032a6 istore  0x00000003 , 0x00000005 
- 00021150  0x000032a7 setarg  0x00000000 
- 00021151  0x000032a8 istore  0x00000003 , 0x00000005 
- 00021152  0x000032aa arg  0x00000000 , 0x00000002 
- 00021153  0x000032ab copy  0x0000000b , 0x0000003f 
- 00021154  0x000032ac iadd  0x00000007 , 0x0000003f 
- 00021155  0x000032ae qset1  0x00000002 
- 00021156  0x000032af increase  0x00000001 , 0x00000007 
- 00021157  0x000032b0 isub  0x00000007 , 0x0000003e 
- 00021158  0x000032b1 nbranch  0x000052a3 , 0x00000005 
- 00021159  0x000032b3 lshift8  0x00000012 , 0x0000003f 
- 00021160  0x000032b4 ior  0x00000002 , 0x0000003f 
- 00021161  0x000032b5 store  0x00000003 , 0x000042c9 
- 00021162  0x000032b6 rtn 
- 00021163  0x000032c1 set1  0x00000025 , 0x00000000 
- 00021164  0x000032c2 bpatch  0x0000002a , 0x00004025 
- 00021165  0x000032c3 call  0x00005287 
- 00021166  0x000032c4 copy  0x00000007 , 0x00000013 
- 00021167  0x000032c5 arg  0x00000000 , 0x00000002 
- 00021168  0x000032c6 arg  0x00000000 , 0x0000000b 
- 00021169  0x000032c9 copy  0x00000007 , 0x0000003f 
- 00021170  0x000032ca beq  0x00000008 , 0x000052bc 
- 00021171  0x000032cb fetch  0x00000001 , 0x000042bf 
- 00021172  0x000032cc qisolate1  0x0000003f 
- 00021173  0x000032cd branch  0x000052bc , 0x00000001 
- 00021174  0x000032ce increase  0x00000080 , 0x00000002 
- 00021175  0x000032cf increase  0x00000001 , 0x00000007 
- 00021176  0x000032d0 copy  0x00000011 , 0x0000003f 
- 00021177  0x000032d1 isub  0x00000002 , 0x0000003e 
- 00021178  0x000032d2 branch  0x000052bc , 0x00000005 
- 00021179  0x000032d3 branch  0x000052b1 , 0x00000002 
- 00021180  0x000032d5 copy  0x00000002 , 0x0000003f 
- 00021181  0x000032d6 isub  0x00000011 , 0x0000003e 
- 00021182  0x000032d7 nbranch  0x000052c2 , 0x00000002 
- 00021183  0x000032d8 copy  0x00000007 , 0x0000003f 
- 00021184  0x000032d9 copy  0x00000013 , 0x00000002 
- 00021185  0x000032da isub  0x00000002 , 0x0000000b 
- 00021186  0x000032dc copy  0x00000013 , 0x00000007 
- 00021187  0x000032dd rtn 
- 00021188  0x000032e1 set1  0x00000025 , 0x00000000 
- 00021189  0x000032e2 bpatch  0x0000002b , 0x00004025 
- 00021190  0x000032e3 arg  0x0000007f , 0x00000011 
- 00021191  0x000032e4 call  0x00005248 
- 00021192  0x000032e5 store  0x00000002 , 0x000002d2 
- 00021193  0x000032e6 increase  0x00000004 , 0x0000003f 
- 00021194  0x000032e7 store  0x00000002 , 0x000002d4 
- 00021195  0x000032e8 setarg  0x00000000 
- 00021196  0x000032e9 store  0x00000002 , 0x000002d6 
- 00021197  0x000032ea rtn 
- 00021198  0x000032ed fetch  0x00000002 , 0x000002d2 
- 00021199  0x000032ee branch  0x000052f2 
- 00021200  0x000032f1 fetch  0x00000002 , 0x000002d4 
- 00021201  0x000032f2 branch  0x000052f2 
- 00021202  0x000032f6 set1  0x00000025 , 0x00000000 
- 00021203  0x000032f7 bpatch  0x0000002c , 0x00004025 
- 00021204  0x000032f8 arg  0x000002ff , 0x00000011 
- 00021205  0x000032f9 call  0x00005248 
- 00021206  0x000032fa store  0x00000002 , 0x000002d8 
- 00021207  0x000032fb increase  0x00000004 , 0x0000003f 
- 00021208  0x000032fc store  0x00000002 , 0x000002da 
- 00021209  0x000032fd setarg  0x00000000 
- 00021210  0x000032fe store  0x00000002 , 0x000002dc 
- 00021211  0x000032ff rtn 
- 00021212  0x00003302 fetch  0x00000002 , 0x000002d8 
- 00021213  0x00003303 branch  0x000052f2 
- 00021214  0x00003306 fetch  0x00000002 , 0x000002da 
- 00021215  0x00003307 branch  0x000052f2 
- 00021216  0x0000330b set1  0x00000025 , 0x00000000 
- 00021217  0x0000330c bpatch  0x0000002d , 0x00004025 
- 00021218  0x0000330d call  0x00007e00 
- 00021219  0x0000330e jam  0x00000001 , 0x000002eb 
- 00021220  0x0000330f call  0x0000527a 
- 00021221  0x00003310 nrtn  0x00000034 
- 00021222  0x00003311 arg  0x0000007f , 0x00000011 
- 00021223  0x00003312 call  0x00005248 
- 00021224  0x00003313 store  0x00000002 , 0x000002de 
- 00021225  0x00003314 increase  0x00000004 , 0x0000003f 
- 00021226  0x00003315 store  0x00000002 , 0x000002e0 
- 00021227  0x00003316 setarg  0x00000000 
- 00021228  0x00003317 store  0x00000002 , 0x000002e2 
- 00021229  0x00003318 jam  0x00000000 , 0x000002eb 
- 00021230  0x00003319 branch  0x00007e0e 
- 00021231  0x0000331c fetch  0x00000002 , 0x000002de 
- 00021232  0x0000331d branch  0x000052f2 
- 00021233  0x00003320 fetch  0x00000002 , 0x000002e0 
- 00021234  0x00003323 branch  0x00003bf1 , 0x00000034 
- 00021235  0x00003324 copy  0x0000003f , 0x00000005 
- 00021236  0x00003325 rtn 
- 00021237  0x00003329 set1  0x00000025 , 0x00000000 
- 00021238  0x0000332a bpatch  0x0000002e , 0x00004025 
- 00021239  0x0000332b arg  0x00000000 , 0x00000012 
- 00021240  0x0000332c arg  0x000042c0 , 0x00000011 
- 00021241  0x0000332d increase  0xfffffffe , 0x00000011 
- 00021242  0x0000332f increase  0x00000002 , 0x00000011 
- 00021243  0x00003330 setarg  0x000042cc 
- 00021244  0x00003331 isub  0x00000011 , 0x0000003e 
- 00021245  0x00003332 branch  0x00005306 , 0x00000005 
- 00021246  0x00003333 ifetch  0x00000001 , 0x00000011 
- 00021247  0x00003334 increase  0x00000001 , 0x00000011 
- 00021248  0x00003335 branch  0x000052fa , 0x00000034 
- 00021249  0x00003336 ifetcht  0x00000002 , 0x00000011 
- 00021250  0x00003337 ifetch  0x00000002 , 0x00000002 
- 00021251  0x00003338 iadd  0x00000012 , 0x00000012 
- 00021252  0x00003339 increase  0x00000004 , 0x00000012 
- 00021253  0x0000333a branch  0x000052fa 
- 00021254  0x0000333c copy  0x00000012 , 0x0000003f 
- 00021255  0x0000333d rtn 
- 00021256  0x00003341 arg  0x0000000c , 0x00000007 
- 00021257  0x00003342 branch  0x00003dc2 
- 00021258  0x00003345 arg  0x0000000c , 0x00000007 
- 00021259  0x00003346 branch  0x00003dc6 
- 00021260  0x00003349 set1  0x00000025 , 0x00000000 
- 00021261  0x0000334a bpatch  0x0000002f , 0x00004025 
- 00021262  0x0000334b call  0x00005287 
- 00021263  0x0000334c fetch  0x00000001 , 0x000042bf 
- 00021264  0x0000334d rtn  0x00000034 
- 00021265  0x0000334e call  0x000052f5 
- 00021266  0x0000334f arg  0x00000100 , 0x00000002 
- 00021267  0x00003350 isub  0x00000002 , 0x0000003e 
- 00021268  0x00003351 branch  0x00005308 , 0x00000002 
- 00021269  0x00003352 call  0x0000530a 
- 00021270  0x00003353 arg  0x000042cc , 0x00000005 
- 00021271  0x00003354 arg  0x000042c0 , 0x00000011 
- 00021272  0x00003356 setarg  0x000042cc 
- 00021273  0x00003357 isub  0x00000011 , 0x0000003e 
- 00021274  0x00003358 rtn  0x00000005 
- 00021275  0x00003359 ifetch  0x00000001 , 0x00000011 
- 00021276  0x0000335a increase  0x00000001 , 0x00000011 
- 00021277  0x0000335b nbranch  0x00005321 , 0x00000034 
- 00021278  0x0000335c istore  0x00000002 , 0x00000005 
- 00021279  0x0000335d increase  0x00000002 , 0x00000011 
- 00021280  0x0000335e branch  0x00005318 
- 00021281  0x00003360 ifetch  0x00000002 , 0x00000011 
- 00021282  0x00003361 increase  0x00000002 , 0x00000011 
- 00021283  0x00003362 copy  0x0000003f , 0x00000006 
- 00021284  0x00003363 ifetch  0x00000002 , 0x00000006 
- 00021285  0x00003364 istore  0x00000002 , 0x00000005 
- 00021286  0x00003365 copy  0x0000003f , 0x00000039 
- 00021287  0x00003366 increase  0x00000002 , 0x00000039 
- 00021288  0x00003367 call  0x00007e45 
- 00021289  0x00003368 branch  0x00005318 
- 00021290  0x0000336b set1  0x00000025 , 0x00000000 
- 00021291  0x0000336c bpatch  0x00000030 , 0x00004026 
- 00021292  0x0000336d call  0x00005287 
- 00021293  0x0000336e fetch  0x00000001 , 0x000042bf 
- 00021294  0x0000336f rtn  0x00000034 
- 00021295  0x00003370 arg  0x000042c1 , 0x00000011 
- 00021296  0x00003371 increase  0xfffffffd , 0x00000011 
- 00021297  0x00003372 arg  0x000042cc , 0x00000006 
- 00021298  0x00003374 increase  0x00000003 , 0x00000011 
- 00021299  0x00003375 setarg  0x000042cd 
- 00021300  0x00003376 isub  0x00000011 , 0x0000003e 
- 00021301  0x00003377 rtn  0x00000005 
- 00021302  0x00003378 ifetch  0x00000002 , 0x00000006 
- 00021303  0x00003379 branch  0x00005332 , 0x00000034 
- 00021304  0x0000337a increase  0x00000004 , 0x0000003f 
- 00021305  0x0000337b copy  0x0000003f , 0x00000039 
- 00021306  0x0000337c copy  0x00000006 , 0x00000012 
- 00021307  0x0000337d ifetch  0x00000002 , 0x00000011 
- 00021308  0x0000337e copy  0x0000003f , 0x00000005 
- 00021309  0x0000337f copy  0x00000012 , 0x00000006 
- 00021310  0x00003380 increase  0xfffffffe , 0x00000006 
- 00021311  0x00003381 call  0x00007e45 
- 00021312  0x00003382 branch  0x00005332 
- 00021313  0x0000338b rtn  0x0000002b 
- 00021314  0x0000338c setarg  0x00000010 
- 00021315  0x0000338d store  0x00000002 , 0x000043d3 
- 00021316  0x0000338e setarg  0x00000010 
- 00021317  0x0000338f store  0x00000002 , 0x000043d5 
- 00021318  0x00003390 rtn 
- 00021319  0x00003393 arg  0x00000014 , 0x00000002 
- 00021320  0x00003394 call  0x00005a88 
- 00021321  0x00003395 add  0x00000006 , 0x00000001 , 0x0000003f 
- 00021322  0x00003396 store  0x00000002 , 0x00000419 
- 00021323  0x00003397 rtn 
- 00021324  0x0000339a set1  0x00000025 , 0x00000000 
- 00021325  0x0000339b bpatch  0x00000032 , 0x00004026 
- 00021326  0x0000339c disable  0x0000002b 
- 00021327  0x0000339d jam  0x00000001 , 0x0000427e 
- 00021328  0x0000339e jam  0x00000001 , 0x000003d6 
- 00021329  0x0000339f jam  0x00000003 , 0x000003c0 
- 00021330  0x000033a0 jam  0x00000001 , 0x000003d7 
- 00021331  0x000033a1 setarg  0xffffffff 
- 00021332  0x000033a2 store  0x00000002 , 0x000003da 
- 00021333  0x000033a3 force  0x00000000 , 0x0000003f 
- 00021334  0x000033a4 store  0x00000001 , 0x000003e3 
- 00021335  0x000033a5 store  0x00000001 , 0x000003d8 
- 00021336  0x000033a6 store  0x00000001 , 0x000003e4 
- 00021337  0x000033a7 store  0x00000003 , 0x0000420a 
- 00021338  0x000033a8 store  0x00000003 , 0x0000420d 
- 00021339  0x000033a9 store  0x00000005 , 0x00004465 
- 00021340  0x000033aa set1  0x00000027 , 0x0000003f 
- 00021341  0x000033ab store  0x00000005 , 0x0000446a 
- 00021342  0x000033ac branch  0x00005a0b 
- 00021343  0x000033af set1  0x00000025 , 0x00000000 
- 00021344  0x000033b0 bpatch  0x00000033 , 0x00004026 
- 00021345  0x000033b1 enable  0x00000029 
- 00021346  0x000033b2 jam  0x00000003 , 0x000003c1 
- 00021347  0x000033b3 jam  0x00000001 , 0x000003fa 
- 00021348  0x000033b4 jam  0x00000001 , 0x000044bc 
- 00021349  0x000033b5 setarg  0x0000ffff 
- 00021350  0x000033b6 store  0x00000002 , 0x000044be 
- 00021351  0x000033b7 force  0x00000000 , 0x0000003f 
- 00021352  0x000033b8 store  0x00000005 , 0x0000446a 
- 00021353  0x000033b9 set1  0x00000027 , 0x0000003f 
- 00021354  0x000033ba store  0x00000005 , 0x00004465 
- 00021355  0x000033bb branch  0x0000534c 
- 00021356  0x000033bf set1  0x00000025 , 0x00000000 
- 00021357  0x000033c0 bpatch  0x00000034 , 0x00004026 
- 00021358  0x000033c1 disable  0x00000029 
- 00021359  0x000033c2 jam  0x00000001 , 0x000003c1 
- 00021360  0x000033c3 jam  0x00000000 , 0x000043d8 
- 00021361  0x000033c4 jam  0x00000000 , 0x000000a2 
- 00021362  0x000033c5 branch  0x0000534c 
- 00021363  0x000033cc call  0x000053d2 
- 00021364  0x000033cd call  0x000055d3 
- 00021365  0x000033ce call  0x00005a0e 
- 00021366  0x000033cf branch  0x000053d7 
- 00021367  0x000033d2 set1  0x00000025 , 0x00000000 
- 00021368  0x000033d3 bpatch  0x00000035 , 0x00004026 
- 00021369  0x000033d4 call  0x000053d2 
- 00021370  0x000033d5 call  0x00003e71 
- 00021371  0x000033d6 fetch  0x00000001 , 0x000003c1 
- 00021372  0x000033d7 beq  0x00000003 , 0x0000537e 
- 00021373  0x000033d8 branch  0x00005395 
- 00021374  0x000033df set1  0x00000025 , 0x00000000 
- 00021375  0x000033e0 bpatch  0x00000036 , 0x00004026 
- 00021376  0x000033e1 enable  0x00000029 
- 00021377  0x000033e2 call  0x00005a02 
- 00021378  0x000033e3 branch  0x00005392 , 0x00000002 
- 00021379  0x000033e4 call  0x00003e28 
- 00021380  0x000033e5 call  0x0000541c 
- 00021381  0x000033e6 call  0x00005622 
- 00021382  0x000033e7 disable  0x0000002d 
- 00021383  0x000033e8 call  0x000054b2 
- 00021384  0x000033e9 nrtn  0x0000002d 
- 00021385  0x000033ea set1  0x00000025 , 0x00000000 
- 00021386  0x000033eb bpatch  0x00000037 , 0x00004026 
- 00021387  0x000033ec fetch  0x00000001 , 0x00000005 
- 00021388  0x000033ed increase  0x00000001 , 0x0000003f 
- 00021389  0x000033ee store  0x00000001 , 0x00000005 
- 00021390  0x000033ef call  0x000055a2 
- 00021391  0x000033f0 call  0x00005a99 
- 00021392  0x000033f1 disable  0x00000029 
- 00021393  0x000033f2 rtn 
- 00021394  0x000033f5 call  0x000053ba 
- 00021395  0x000033f6 disable  0x00000029 
- 00021396  0x000033f7 rtn 
- 00021397  0x000033fd set1  0x00000025 , 0x00000000 
- 00021398  0x000033fe bpatch  0x00000038 , 0x00004027 
- 00021399  0x000033ff disable  0x0000002e 
- 00021400  0x00003400 call  0x00005a02 
- 00021401  0x00003401 branch  0x000053ba , 0x00000002 
- 00021402  0x00003402 call  0x00003e28 
- 00021403  0x00003403 call  0x0000541c 
- 00021404  0x00003404 call  0x00005478 
- 00021405  0x00003405 nbranch  0x000053ad , 0x0000002d 
- 00021406  0x00003407 set1  0x00000025 , 0x00000000 
- 00021407  0x00003408 bpatch  0x00000039 , 0x00004027 
- 00021408  0x00003409 call  0x000053c8 
- 00021409  0x0000340a call  0x000055a2 
- 00021410  0x0000340b call  0x00005622 
- 00021411  0x0000340c fetch  0x00000001 , 0x00000340 
- 00021412  0x0000340d bbit1  0x00000004 , 0x000053b4 
- 00021413  0x0000340e call  0x0000561a 
- 00021414  0x0000340f nbranch  0x000053b4 , 0x00000034 
- 00021415  0x00003411 set1  0x00000025 , 0x00000000 
- 00021416  0x00003412 bpatch  0x0000003a , 0x00004027 
- 00021417  0x00003413 call  0x000054bb 
- 00021418  0x00003415 call  0x00007c45 
- 00021419  0x00003416 fetch  0x00000001 , 0x000003e4 
- 00021420  0x00003417 bbit1  0x00000003 , 0x000053ba 
- 00021421  0x00003419 set1  0x00000025 , 0x00000000 
- 00021422  0x0000341a bpatch  0x0000003b , 0x00004027 
- 00021423  0x0000341b call  0x00007f44 
- 00021424  0x0000341c call  0x00005b19 
- 00021425  0x0000341d call  0x00005594 
- 00021426  0x0000341e call  0x00005576 
- 00021427  0x0000341f branch  0x000039ac 
- 00021428  0x00003422 set1  0x00000025 , 0x00000000 
- 00021429  0x00003423 bpatch  0x0000003c , 0x00004027 
- 00021430  0x00003424 enable  0x0000002e 
- 00021431  0x00003425 call  0x000054b2 
- 00021432  0x00003426 branch  0x0000539e , 0x0000002d 
- 00021433  0x00003427 branch  0x000053aa 
- 00021434  0x0000342d set1  0x00000025 , 0x00000000 
- 00021435  0x0000342e bpatch  0x0000003d , 0x00004027 
- 00021436  0x0000342f call  0x000053c0 
- 00021437  0x00003430 call  0x00003f1d 
- 00021438  0x00003431 jam  0x00000015 , 0x00000b7d 
- 00021439  0x00003432 branch  0x00007c27 
- 00021440  0x00003435 fetcht  0x00000001 , 0x000003d6 
- 00021441  0x00003436 jam  0x00000008 , 0x000002c0 
- 00021442  0x00003437 call  0x000048c4 
- 00021443  0x00003438 jam  0x00000000 , 0x000003d6 
- 00021444  0x00003439 jam  0x00000000 , 0x000003c1 
- 00021445  0x0000343a jam  0x00000000 , 0x000003c0 
- 00021446  0x0000343b jam  0x00000000 , 0x0000427e 
- 00021447  0x0000343c rtn 
- 00021448  0x0000343f fetch  0x00000001 , 0x00000005 
- 00021449  0x00003440 increase  0x00000001 , 0x0000003f 
- 00021450  0x00003441 store  0x00000001 , 0x00000005 
- 00021451  0x00003442 fetch  0x00000001 , 0x000003c0 
- 00021452  0x00003443 rtnbit1  0x00000003 
- 00021453  0x00003444 set1  0x00000003 
- 00021454  0x00003445 store  0x00000001 , 0x000003c0 
- 00021455  0x00003446 setarg  0x00000000 
- 00021456  0x00003447 store  0x00000004 , 0x000046f9 
- 00021457  0x00003448 rtn 
- 00021458  0x0000344e set1  0x00000025 , 0x00000000 
- 00021459  0x0000344f bpatch  0x0000003e , 0x00004027 
- 00021460  0x00003450 enable  0x00000036 
- 00021461  0x00003451 hjam  0x00000007 , 0x00008914 
- 00021462  0x00003452 branch  0x00003e28 
- 00021463  0x00003455 set1  0x00000025 , 0x00000000 
- 00021464  0x00003456 bpatch  0x0000003f , 0x00004027 
- 00021465  0x00003457 disable  0x00000036 
- 00021466  0x00003458 hjam  0x00000003 , 0x00008914 
- 00021467  0x00003459 arg  0x00000000 , 0x0000001b 
- 00021468  0x0000345a rtn 
- 00021469  0x0000345d disable  0x00000009 
- 00021470  0x0000345e disable  0x00000007 
- 00021471  0x0000345f fetch  0x00000003 , 0x000003e9 
- 00021472  0x00003460 iforce  0x0000000f 
- 00021473  0x00003461 fetch  0x00000001 , 0x00000016 
- 00021474  0x00003462 reverse  0x0000003f , 0x00000002 
- 00021475  0x00003463 set1  0x00000001 , 0x00000002 
- 00021476  0x00003464 rshift  0x00000002 , 0x0000000e 
- 00021477  0x00003465 rtn 
- 00021478  0x00003469 call  0x000053ee 
- 00021479  0x0000346a call  0x00003a82 
- 00021480  0x0000346b setarg  0x00000500 
- 00021481  0x0000346c call  0x00003bf3 
- 00021482  0x0000346d branch  0x00003a87 
- 00021483  0x00003470 branch  0x00003a98 , 0x0000002d 
- 00021484  0x00003471 call  0x000053ee 
- 00021485  0x00003472 branch  0x00003a91 
- 00021486  0x00003474 set1  0x00000025 , 0x00000000 
- 00021487  0x00003475 bpatch  0x00000040 , 0x00004028 
- 00021488  0x00003476 call  0x00003a7a 
- 00021489  0x00003477 fetch  0x00000001 , 0x0000040d 
- 00021490  0x00003478 nbranch  0x00005402 , 0x00000034 
- 00021491  0x00003479 fetch  0x00000001 , 0x00000016 
- 00021492  0x0000347a sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021493  0x0000347b branch  0x000053fc , 0x00000002 
- 00021494  0x0000347c force  0x00000000 , 0x00000002 
- 00021495  0x0000347d rtneq  0x00000025 
- 00021496  0x0000347e force  0x00000018 , 0x00000002 
- 00021497  0x0000347f rtneq  0x00000026 
- 00021498  0x00003480 force  0x0000004e , 0x00000002 
- 00021499  0x00003481 rtn 
- 00021500  0x00003484 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00021501  0x00003485 branch  0x000053ff , 0x00000002 
- 00021502  0x00003486 increase  0x00000001 , 0x0000003f 
- 00021503  0x00003489 lshift  0x0000003f , 0x0000003f 
- 00021504  0x0000348a add  0x0000003f , 0x00000002 , 0x00000002 
- 00021505  0x0000348b rtn 
- 00021506  0x0000348e fetch  0x00000001 , 0x00000016 
- 00021507  0x0000348f lshift  0x0000003f , 0x00000002 
- 00021508  0x00003490 rtn 
- 00021509  0x00003493 arg  0x000001f4 , 0x00000002 
- 00021510  0x00003494 rtn  0x00000034 
- 00021511  0x00003495 arg  0x000000fa , 0x00000002 
- 00021512  0x00003496 rtneq  0x00000001 
- 00021513  0x00003497 arg  0x00000096 , 0x00000002 
- 00021514  0x00003498 rtneq  0x00000002 
- 00021515  0x00003499 arg  0x00000064 , 0x00000002 
- 00021516  0x0000349a rtneq  0x00000003 
- 00021517  0x0000349b arg  0x0000004b , 0x00000002 
- 00021518  0x0000349c rtneq  0x00000004 
- 00021519  0x0000349d arg  0x00000032 , 0x00000002 
- 00021520  0x0000349e rtneq  0x00000005 
- 00021521  0x0000349f arg  0x00000028 , 0x00000002 
- 00021522  0x000034a0 rtneq  0x00000006 
- 00021523  0x000034a1 arg  0x00000014 , 0x00000002 
- 00021524  0x000034a2 rtn 
- 00021525  0x000034a7 setarg  0x008e89be 
- 00021526  0x000034a8 lshift8  0x0000003f , 0x0000003f 
- 00021527  0x000034a9 or_into  0x000000d6 , 0x0000003f 
- 00021528  0x000034aa iforce  0x00000009 
- 00021529  0x000034ab setarg  0x00555555 
- 00021530  0x000034ac store  0x00000003 , 0x000003e9 
- 00021531  0x000034ad rtn 
- 00021532  0x000034b0 set1  0x00000025 , 0x00000000 
- 00021533  0x000034b1 bpatch  0x00000041 , 0x00004028 
- 00021534  0x000034b2 enable  0x00000010 
- 00021535  0x000034b3 fetch  0x00000004 , 0x000003e5 
- 00021536  0x000034b4 iforce  0x00000009 
- 00021537  0x000034b5 call  0x00005453 
- 00021538  0x000034b6 setarg  0x00000200 
- 00021539  0x000034b7 branch  0x00005426 , 0x00000029 
- 00021540  0x000034b8 fetch  0x00000002 , 0x000003ce 
- 00021541  0x000034b9 rshift  0x0000003f , 0x0000003f 
- 00021542  0x000034bb arg  0x00000500 , 0x00000002 
- 00021543  0x000034bc iadd  0x00000002 , 0x0000003f 
- 00021544  0x000034bd call  0x00003b7d 
- 00021545  0x000034be deposit  0x0000001a 
- 00021546  0x000034bf store  0x00000006 , 0x00000412 
- 00021547  0x000034c0 rtn 
- 00021548  0x000034c3 set1  0x00000025 , 0x00000000 
- 00021549  0x000034c4 bpatch  0x00000042 , 0x00004028 
- 00021550  0x000034c5 fetch  0x00000001 , 0x00000016 
- 00021551  0x000034c6 increase  0x00000001 , 0x0000003f 
- 00021552  0x000034c7 store  0x00000001 , 0x00000016 
- 00021553  0x000034c8 rtnne  0x00000028 
- 00021554  0x000034c9 jam  0x00000025 , 0x00000016 
- 00021555  0x000034ca rtn 
- 00021556  0x000034cd set1  0x00000025 , 0x00000000 
- 00021557  0x000034ce bpatch  0x00000043 , 0x00004028 
- 00021558  0x000034cf add  0x00000011 , 0x00000001 , 0x00000006 
- 00021559  0x000034d0 ifetch  0x00000001 , 0x00000006 
- 00021560  0x000034d1 rtnbit0  0x00000000 
- 00021561  0x000034d2 add  0x00000011 , 0x0000001a , 0x00000005 
- 00021562  0x000034d3 ifetch  0x00000002 , 0x00000005 
- 00021563  0x000034d4 increase  0x00000001 , 0x0000003f 
- 00021564  0x000034d5 istore  0x00000002 , 0x00000005 
- 00021565  0x000034d6 add  0x00000011 , 0x00000019 , 0x00000006 
- 00021566  0x000034d7 ifetch  0x00000001 , 0x00000006 
- 00021567  0x000034d8 add  0x00000011 , 0x00000018 , 0x00000005 
- 00021568  0x000034d9 ifetcht  0x00000001 , 0x00000005 
- 00021569  0x000034da iadd  0x00000002 , 0x0000003f 
- 00021570  0x000034db sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021571  0x000034dc branch  0x00005445 , 0x00000002 
- 00021572  0x000034dd increase  0xffffffdb , 0x0000003f 
- 00021573  0x000034df istore  0x00000001 , 0x00000005 
- 00021574  0x000034e0 rtn 
- 00021575  0x000034e4 set1  0x00000025 , 0x00000000 
- 00021576  0x000034e5 bpatch  0x00000044 , 0x00004028 
- 00021577  0x000034e6 fetch  0x00000005 , 0x000003f1 
- 00021578  0x000034e7 force  0x00000000 , 0x00000002 
- 00021579  0x000034e8 force  0x00000025 , 0x00000039 
- 00021580  0x000034ea bbit0  0x00000000 , 0x0000544e 
- 00021581  0x000034eb increase  0x00000001 , 0x00000002 
- 00021582  0x000034ed rshift  0x0000003f , 0x0000003f 
- 00021583  0x000034ee loop  0x0000544c 
- 00021584  0x000034ef add  0x00000002 , 0xffffffff , 0x0000003f 
- 00021585  0x000034f0 store  0x00000001 , 0x000003e2 
- 00021586  0x000034f1 rtn 
- 00021587  0x000034f4 set1  0x00000025 , 0x00000000 
- 00021588  0x000034f5 bpatch  0x00000045 , 0x00004028 
- 00021589  0x000034f6 fetch  0x00000001 , 0x000003d8 
- 00021590  0x000034f7 iforce  0x00000007 
- 00021591  0x000034f8 fetcht  0x00000005 , 0x000003f1 
- 00021592  0x000034f9 qisolate1  0x00000002 
- 00021593  0x000034fa branch  0x0000546b , 0x00000001 
- 00021594  0x000034fc set1  0x00000025 , 0x00000000 
- 00021595  0x000034fd bpatch  0x00000046 , 0x00004028 
- 00021596  0x000034fe fetch  0x00000001 , 0x000003e2 
- 00021597  0x000034ff isub  0x00000007 , 0x0000003f 
- 00021598  0x00003500 branch  0x00005461 , 0x00000002 
- 00021599  0x00003501 sub  0x0000003f , 0xffffffff , 0x00000007 
- 00021600  0x00003502 branch  0x0000545a 
- 00021601  0x00003504 copy  0x00000007 , 0x00000039 
- 00021602  0x00003505 force  0x00000000 , 0x00000007 
- 00021603  0x00003507 qisolate1  0x00000002 
- 00021604  0x00003508 branch  0x00005466 , 0x00000001 
- 00021605  0x00003509 increase  0x00000001 , 0x00000039 
- 00021606  0x0000350b deposit  0x00000039 
- 00021607  0x0000350c branch  0x0000546b , 0x00000034 
- 00021608  0x0000350d increase  0x00000001 , 0x00000007 
- 00021609  0x0000350e increase  0xffffffff , 0x00000039 
- 00021610  0x0000350f branch  0x00005463 
- 00021611  0x00003511 deposit  0x00000007 
- 00021612  0x00003512 store  0x00000001 , 0x00000016 
- 00021613  0x00003513 rtn 
- 00021614  0x00003517 branch  0x00005471 , 0x00000029 
- 00021615  0x00003518 until  0x0000003e , 0x00000003 
- 00021616  0x00003519 rtn 
- 00021617  0x0000351c arg  0x00000ea0 , 0x0000000b 
- 00021618  0x0000351d until  0x00000023 , 0x00000026 
- 00021619  0x0000351e rtn 
- 00021620  0x00003521 disable  0x00000010 
- 00021621  0x00003522 fetch  0x00000002 , 0x000043d5 
- 00021622  0x00003523 copy  0x0000003f , 0x0000000b 
- 00021623  0x00003524 branch  0x0000547e 
- 00021624  0x00003528 set1  0x00000025 , 0x00000000 
- 00021625  0x00003529 bpatch  0x00000047 , 0x00004028 
- 00021626  0x0000352a enable  0x00000010 
- 00021627  0x0000352b fetch  0x00000002 , 0x000003ce 
- 00021628  0x0000352c fetcht  0x00000004 , 0x000046f9 
- 00021629  0x0000352d iadd  0x00000002 , 0x0000000b 
- 00021630  0x0000352f call  0x000053e6 
- 00021631  0x00003531 set1  0x00000025 , 0x00000000 
- 00021632  0x00003532 bpatch  0x00000048 , 0x00004029 
- 00021633  0x00003533 call  0x000053dd 
- 00021634  0x00003534 disable  0x0000002d 
- 00021635  0x00003535 enable  0x0000000d 
- 00021636  0x00003536 enable  0x00000021 
- 00021637  0x00003537 disable  0x00000020 
- 00021638  0x00003538 copy  0x0000000b , 0x0000001b 
- 00021639  0x00003539 correlate  0x0000003e , 0x00000003 
- 00021640  0x0000353a branch  0x0000548b , 0x0000002e 
- 00021641  0x0000353b copy  0x0000001a , 0x00000002 
- 00021642  0x0000353c storet  0x00000006 , 0x0000009c 
- 00021643  0x0000353e nbranch  0x0000375c , 0x00000018 
- 00021644  0x0000353f branch  0x00005492 , 0x0000002e 
- 00021645  0x00003540 arg  0x000001e0 , 0x00000029 
- 00021646  0x00003541 copy  0x00000021 , 0x00000028 
- 00021647  0x00003542 fetch  0x00000001 , 0x000003c0 
- 00021648  0x00003543 bbit0  0x00000003 , 0x00005492 
- 00021649  0x00003544 call  0x00003cb6 , 0x0000002b 
- 00021650  0x00003546 set1  0x00000025 , 0x00000000 
- 00021651  0x00003547 bpatch  0x00000049 , 0x00004029 
- 00021652  0x00003548 call  0x00003af3 
- 00021653  0x00003549 enable  0x00000007 
- 00021654  0x0000354a enable  0x00000009 
- 00021655  0x0000354b parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021656  0x0000354c rshift3  0x0000000c , 0x0000003f 
- 00021657  0x0000354d store  0x00000001 , 0x00000340 
- 00021658  0x0000354e parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021659  0x0000354f rshift3  0x0000000c , 0x0000003f 
- 00021660  0x00003550 istore  0x00000001 , 0x00000005 
- 00021661  0x00003551 and  0x0000003f , 0x0000003f , 0x00000039 
- 00021662  0x00003552 branch  0x000054a3 , 0x00000005 
- 00021663  0x00003555 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021664  0x00003556 rshift3  0x0000000c , 0x0000003f 
- 00021665  0x00003557 istore  0x00000001 , 0x00000005 
- 00021666  0x00003558 loop  0x0000549f 
- 00021667  0x0000355b set1  0x00000025 , 0x00000000 
- 00021668  0x0000355c bpatch  0x0000004a , 0x00004029 
- 00021669  0x0000355d parse  0x00000003 , 0x00000000 , 0x00000018 
- 00021670  0x0000355e enable  0x00000010 
- 00021671  0x0000355f arg  0x00000664 , 0x0000001b 
- 00021672  0x00003560 rshift32  0x0000003f , 0x0000003f 
- 00021673  0x00003561 rshift16  0x0000003f , 0x0000003f 
- 00021674  0x00003562 istore  0x00000003 , 0x00000005 
- 00021675  0x00003563 branch  0x0000375c , 0x00000006 
- 00021676  0x00003564 enable  0x0000002d 
- 00021677  0x00003565 fetch  0x00000001 , 0x00000017 
- 00021678  0x00003566 add  0x0000003f , 0x00000002 , 0x00000011 
- 00021679  0x00003567 call  0x00003ab6 
- 00021680  0x00003568 disable  0x0000000d 
- 00021681  0x00003569 branch  0x00003a7a 
- 00021682  0x0000356c set1  0x00000025 , 0x00000000 
- 00021683  0x0000356d bpatch  0x0000004b , 0x00004029 
- 00021684  0x0000356e call  0x000054bd 
- 00021685  0x0000356f fetcht  0x00000001 , 0x00000017 
- 00021686  0x00003570 call  0x00003a82 
- 00021687  0x00003571 call  0x00003a87 
- 00021688  0x00003572 enable  0x00000010 
- 00021689  0x00003573 arg  0x00001388 , 0x0000000b 
- 00021690  0x00003574 branch  0x0000547f 
- 00021691  0x00003577 call  0x000054bd 
- 00021692  0x00003578 branch  0x0000375c 
- 00021693  0x0000357b set1  0x00000025 , 0x00000000 
- 00021694  0x0000357c bpatch  0x0000004c , 0x00004029 
- 00021695  0x0000357d call  0x000053dd 
- 00021696  0x0000357e call  0x000053eb 
- 00021697  0x0000357f set1  0x00000000 , 0x00000015 
- 00021698  0x00003580 enable  0x0000001d 
- 00021699  0x00003581 enable  0x00000020 
- 00021700  0x00003582 disable  0x00000021 
- 00021701  0x00003583 call  0x0000546e 
- 00021702  0x00003584 rshift16  0x00000009 , 0x0000003f 
- 00021703  0x00003585 rshift8  0x0000003f , 0x0000003f 
- 00021704  0x00003586 rshift4  0x0000003f , 0x0000003f 
- 00021705  0x00003587 inject  0x00000003 , 0x00000028 
- 00021706  0x00003588 enable  0x00000007 
- 00021707  0x00003589 enable  0x00000009 
- 00021708  0x0000358a set1  0x00000025 , 0x00000000 
- 00021709  0x0000358b bpatch  0x0000004d , 0x00004029 
- 00021710  0x0000358c fetch  0x00000001 , 0x0000443e 
- 00021711  0x0000358d inject  0x00000003 , 0x00000008 
- 00021712  0x0000358e ifetch  0x00000001 , 0x00000006 
- 00021713  0x0000358f and  0x0000003f , 0x0000003f , 0x00000039 
- 00021714  0x00003590 inject  0x00000003 , 0x00000008 
- 00021715  0x00003591 branch  0x000054d7 , 0x00000005 
- 00021716  0x00003593 ifetch  0x00000001 , 0x00000006 
- 00021717  0x00003594 inject  0x00000003 , 0x00000008 
- 00021718  0x00003595 loop  0x000054d4 
- 00021719  0x00003598 enable  0x00000008 
- 00021720  0x00003599 inject  0x00000003 , 0x00000018 
- 00021721  0x0000359a disable  0x00000008 
- 00021722  0x0000359b until  0x0000003e , 0x00000027 
- 00021723  0x0000359c nop  0x00000064 
- 00021724  0x0000359d disable  0x0000001d 
- 00021725  0x0000359e rtn 
- 00021726  0x000035a1 set1  0x00000025 , 0x00000000 
- 00021727  0x000035a2 bpatch  0x0000004e , 0x00004029 
- 00021728  0x000035a3 fetch  0x00000001 , 0x000044db 
- 00021729  0x000035a4 beq  0x00000001 , 0x000054ef 
- 00021730  0x000035a5 fetch  0x00000001 , 0x000044dc 
- 00021731  0x000035a6 lshift4  0x0000003f , 0x0000003f 
- 00021732  0x000035a7 lshift2  0x0000003f , 0x0000003f 
- 00021733  0x000035a8 store  0x00000001 , 0x0000443e 
- 00021734  0x000035a9 fetcht  0x00000001 , 0x000043d9 
- 00021735  0x000035aa add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021736  0x000035ab store  0x00000001 , 0x0000443f 
- 00021737  0x000035ac fetch  0x00000006 , 0x000044f9 
- 00021738  0x000035ad store  0x00000006 , 0x00004440 
- 00021739  0x000035ae copy  0x00000002 , 0x00000039 
- 00021740  0x000035af arg  0x000043da , 0x00000006 
- 00021741  0x000035b0 call  0x00007e45 
- 00021742  0x000035b1 branch  0x000054ff 
- 00021743  0x000035b3 fetcht  0x00000002 , 0x000044c2 
- 00021744  0x000035b4 call  0x00005866 
- 00021745  0x000035b5 copy  0x00000011 , 0x00000005 
- 00021746  0x000035b6 setarg  0x00000001 
- 00021747  0x000035b7 istore  0x00000001 , 0x00000005 
- 00021748  0x000035b8 fetch  0x00000001 , 0x000044dd 
- 00021749  0x000035b9 lshift4  0x0000003f , 0x0000003f 
- 00021750  0x000035ba lshift2  0x0000003f , 0x0000003f 
- 00021751  0x000035bb increase  0x00000001 , 0x0000003f 
- 00021752  0x000035bc store  0x00000001 , 0x0000443e 
- 00021753  0x000035bd setarg  0x0000000c 
- 00021754  0x000035be store  0x00000001 , 0x0000443f 
- 00021755  0x000035bf fetch  0x00000006 , 0x000044f9 
- 00021756  0x000035c0 store  0x00000006 , 0x00004440 
- 00021757  0x000035c1 fetch  0x00000006 , 0x00004274 
- 00021758  0x000035c2 istore  0x00000006 , 0x00000005 
- 00021759  0x000035c4 set1  0x00000025 , 0x00000000 
- 00021760  0x000035c5 bpatch  0x0000004f , 0x00004029 
- 00021761  0x000035c6 fetch  0x00000001 , 0x00000000 
- 00021762  0x000035c7 increase  0x00000001 , 0x0000003f 
- 00021763  0x000035c8 store  0x00000001 , 0x00000000 
- 00021764  0x000035c9 arg  0x00000708 , 0x0000001b 
- 00021765  0x000035ca disable  0x0000002d 
- 00021766  0x000035cb branch  0x000054b2 
- 00021767  0x000035ce set1  0x00000025 , 0x00000000 
- 00021768  0x000035cf bpatch  0x00000050 , 0x0000402a 
- 00021769  0x000035d0 fetch  0x00000001 , 0x000044f6 
- 00021770  0x000035d1 rtnne  0x00000001 , 0x0000003f 
- 00021771  0x000035d2 fetch  0x00000001 , 0x00000000 
- 00021772  0x000035d3 increase  0x00000001 , 0x0000003f 
- 00021773  0x000035d4 store  0x00000001 , 0x00000000 
- 00021774  0x000035d5 arg  0x00000c03 , 0x00000002 
- 00021775  0x000035d6 fetch  0x00000001 , 0x000044f7 
- 00021776  0x000035d7 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021777  0x000035d8 copy  0x00000011 , 0x0000003f 
- 00021778  0x000035d9 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00021779  0x000035da storet  0x00000002 , 0x0000443e 
- 00021780  0x000035db fetch  0x00000006 , 0x000044f9 
- 00021781  0x000035dc istore  0x00000006 , 0x00000005 
- 00021782  0x000035dd fetch  0x00000006 , 0x000003d0 
- 00021783  0x000035de istore  0x00000006 , 0x00000005 
- 00021784  0x000035df branch  0x000054b2 
- 00021785  0x000035e3 set1  0x00000025 , 0x00000000 
- 00021786  0x000035e4 bpatch  0x00000051 , 0x0000402a 
- 00021787  0x000035e5 arg  0x00000004 , 0x00000002 
- 00021788  0x000035e6 fetch  0x00000001 , 0x000044dc 
- 00021789  0x000035e7 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021790  0x000035e8 storet  0x00000001 , 0x0000443e 
- 00021791  0x000035e9 fetcht  0x00000001 , 0x000043f9 
- 00021792  0x000035ea add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021793  0x000035eb store  0x00000001 , 0x0000443f 
- 00021794  0x000035ec fetch  0x00000006 , 0x000044f9 
- 00021795  0x000035ed store  0x00000006 , 0x00004440 
- 00021796  0x000035ee arg  0x000043fa , 0x00000006 
- 00021797  0x000035ef copy  0x00000002 , 0x00000039 
- 00021798  0x000035f0 call  0x00007e45 
- 00021799  0x000035f1 branch  0x000054bb 
- 00021800  0x000035f5 set1  0x00000025 , 0x00000000 
- 00021801  0x000035f6 bpatch  0x00000052 , 0x0000402a 
- 00021802  0x000035f7 force  0xffffffff , 0x0000003f 
- 00021803  0x000035f8 setsect  0x00000002 , 0x00000001 
- 00021804  0x000035f9 store  0x00000005 , 0x000003f1 
- 00021805  0x000035fa call  0x00005447 
- 00021806  0x000035fb force  0x00000004 , 0x00000039 
- 00021807  0x000035fc arg  0x000003e5 , 0x00000005 
- 00021808  0x000035fd call  0x00006227 
- 00021809  0x000035fe fetch  0x00000002 , 0x000044f4 
- 00021810  0x000035ff store  0x00000002 , 0x000003ef 
- 00021811  0x00003601 random  0x0000003f 
- 00021812  0x00003602 and_into  0x0000000f , 0x0000003f 
- 00021813  0x00003603 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00021814  0x00003604 branch  0x00005533 , 0x00000002 
- 00021815  0x00003605 store  0x00000001 , 0x000003d9 
- 00021816  0x00003606 store  0x00000001 , 0x00000682 
- 00021817  0x00003607 set1  0x00000025 , 0x00000000 
- 00021818  0x00003608 bpatch  0x00000053 , 0x0000402a 
- 00021819  0x00003609 fetcht  0x00000002 , 0x000043d0 
- 00021820  0x0000360a storet  0x00000002 , 0x000003c2 
- 00021821  0x0000360b copy  0x00000002 , 0x00000013 
- 00021822  0x0000360c add  0x00000022 , 0x00000007 , 0x0000003f 
- 00021823  0x0000360d idiv  0x00000013 
- 00021824  0x0000360e call  0x00007efd 
- 00021825  0x0000360f remainder  0x00000011 
- 00021826  0x00003610 isub  0x00000011 , 0x0000003f 
- 00021827  0x00003611 iadd  0x00000013 , 0x0000003f 
- 00021828  0x00003612 fetcht  0x00000002 , 0x000043ce 
- 00021829  0x00003613 iadd  0x00000002 , 0x0000003f 
- 00021830  0x00003614 store  0x00000004 , 0x000003c4 
- 00021831  0x00003615 isub  0x00000022 , 0x00000011 
- 00021832  0x00003616 increase  0xfffffffa , 0x00000011 
- 00021833  0x00003617 arg  0x00002205 , 0x00000012 
- 00021834  0x00003618 fetch  0x00000001 , 0x000044ed 
- 00021835  0x00003619 nsetflag  0x00000034 , 0x00000006 , 0x00000012 
- 00021836  0x0000361a fetch  0x00000001 , 0x000044e6 
- 00021837  0x0000361b nsetflag  0x00000034 , 0x00000007 , 0x00000012 
- 00021838  0x0000361c copy  0x00000012 , 0x0000003f 
- 00021839  0x0000361d store  0x00000002 , 0x0000443e 
- 00021840  0x0000361e fetch  0x00000006 , 0x000044f9 
- 00021841  0x0000361f istore  0x00000006 , 0x00000005 
- 00021842  0x00003620 fetch  0x00000006 , 0x000003d0 
- 00021843  0x00003621 istore  0x00000006 , 0x00000005 
- 00021844  0x00003622 fetch  0x00000004 , 0x000003e5 
- 00021845  0x00003623 istore  0x00000004 , 0x00000005 
- 00021846  0x00003624 random  0x0000003f 
- 00021847  0x00003625 istore  0x00000002 , 0x00000005 
- 00021848  0x00003626 random  0x0000003f 
- 00021849  0x00003627 istore  0x00000001 , 0x00000005 
- 00021850  0x00003628 force  0x00000002 , 0x0000003f 
- 00021851  0x00003629 istore  0x00000001 , 0x00000005 
- 00021852  0x0000362a rshift2  0x00000011 , 0x0000003f 
- 00021853  0x0000362b istore  0x00000002 , 0x00000005 
- 00021854  0x0000362c rshift2  0x00000013 , 0x0000003f 
- 00021855  0x0000362d istore  0x00000002 , 0x00000005 
- 00021856  0x0000362e set1  0x00000025 , 0x00000000 
- 00021857  0x0000362f bpatch  0x00000054 , 0x0000402a 
- 00021858  0x00003630 fetch  0x00000002 , 0x000044f2 
- 00021859  0x00003631 istore  0x00000002 , 0x00000005 
- 00021860  0x00003632 fetch  0x00000002 , 0x000044f4 
- 00021861  0x00003633 istore  0x00000002 , 0x00000005 
- 00021862  0x00003634 fetch  0x00000005 , 0x000003f1 
- 00021863  0x00003635 istore  0x00000005 , 0x00000005 
- 00021864  0x00003636 fetch  0x00000001 , 0x000003d9 
- 00021865  0x00003637 arg  0x000000a0 , 0x00000002 
- 00021866  0x00003638 ior  0x00000002 , 0x0000003f 
- 00021867  0x00003639 istore  0x00000001 , 0x00000005 
- 00021868  0x0000363a call  0x000054bb 
- 00021869  0x0000363b setarg  0x0000443e 
- 00021870  0x0000363c add  0x0000003f , 0x00000012 , 0x00000006 
- 00021871  0x0000363d ifetch  0x00000003 , 0x00000006 
- 00021872  0x0000363e store  0x00000003 , 0x000003e9 
- 00021873  0x0000363f rtn 
- 00021874  0x00003642 set1  0x00000025 , 0x00000000 
- 00021875  0x00003643 bpatch  0x00000055 , 0x0000402a 
- 00021876  0x00003644 disable  0x00000029 
- 00021877  0x00003645 branch  0x00005415 
- 00021878  0x0000364a set1  0x00000025 , 0x00000000 
- 00021879  0x0000364b bpatch  0x00000056 , 0x0000402a 
- 00021880  0x0000364c fetch  0x00000001 , 0x000003c0 
- 00021881  0x0000364d rtnbit0  0x00000005 
- 00021882  0x0000364e fetch  0x00000002 , 0x000003da 
- 00021883  0x0000364f fetcht  0x00000002 , 0x000003e0 
- 00021884  0x00003650 isub  0x00000002 , 0x0000003f 
- 00021885  0x00003651 nrtn  0x00000002 
- 00021886  0x00003652 fetch  0x00000001 , 0x000003c0 
- 00021887  0x00003653 set0  0x00000005 , 0x0000003f 
- 00021888  0x00003654 set0  0x00000003 , 0x0000003f 
- 00021889  0x00003655 store  0x00000001 , 0x000003c0 
- 00021890  0x00003656 fetch  0x00000004 , 0x000003c4 
- 00021891  0x00003657 fetcht  0x00000002 , 0x000003c2 
- 00021892  0x00003658 isub  0x00000002 , 0x00000011 
- 00021893  0x00003659 set1  0x00000025 , 0x00000000 
- 00021894  0x0000365a bpatch  0x00000057 , 0x0000402a 
- 00021895  0x0000365b fetch  0x00000001 , 0x00004434 
- 00021896  0x0000365c store  0x00000001 , 0x000003ec 
- 00021897  0x0000365d ifetcht  0x00000002 , 0x00000006 
- 00021898  0x0000365e ifetch  0x00000002 , 0x00000006 
- 00021899  0x0000365f lshift2  0x0000003f , 0x0000003f 
- 00021900  0x00003660 store  0x00000002 , 0x000003c2 
- 00021901  0x00003661 lshift2  0x00000002 , 0x00000002 
- 00021902  0x00003662 iadd  0x00000002 , 0x0000003f 
- 00021903  0x00003663 ifetcht  0x00000004 , 0x00000006 
- 00021904  0x00003664 storet  0x00000004 , 0x000003ed 
- 00021905  0x00003665 iadd  0x00000011 , 0x0000003f 
- 00021906  0x00003666 store  0x00000004 , 0x000003c4 
- 00021907  0x00003667 branch  0x00005a2b 
- 00021908  0x0000366a set1  0x00000025 , 0x00000000 
- 00021909  0x0000366b bpatch  0x00000058 , 0x0000402b 
- 00021910  0x0000366c fetch  0x00000001 , 0x000003c0 
- 00021911  0x0000366d rtnbit0  0x00000006 
- 00021912  0x0000366e fetch  0x00000002 , 0x000003da 
- 00021913  0x0000366f fetcht  0x00000002 , 0x000003e0 
- 00021914  0x00003670 isub  0x00000002 , 0x0000003f 
- 00021915  0x00003671 nrtn  0x00000002 
- 00021916  0x00003672 fetch  0x00000001 , 0x000003c0 
- 00021917  0x00003673 set0  0x00000006 , 0x0000003f 
- 00021918  0x00003674 store  0x00000001 , 0x000003c0 
- 00021919  0x00003675 fetch  0x00000005 , 0x0000442f 
- 00021920  0x00003676 store  0x00000005 , 0x000003f1 
- 00021921  0x00003677 branch  0x00005447 
- 00021922  0x0000367b set1  0x00000025 , 0x00000000 
- 00021923  0x0000367c bpatch  0x00000059 , 0x0000402b 
- 00021924  0x0000367d call  0x00005a0b 
- 00021925  0x0000367e call  0x000055b7 
- 00021926  0x0000367f fetch  0x00000001 , 0x00000340 
- 00021927  0x00003680 rshift  0x0000003f , 0x0000003f 
- 00021928  0x00003681 ixor  0x00000002 , 0x0000003f 
- 00021929  0x00003682 isolate1  0x00000002 , 0x0000003f 
- 00021930  0x00003683 setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00021931  0x00003684 fetch  0x00000001 , 0x00000341 
- 00021932  0x00003685 branch  0x000055b2 , 0x00000034 
- 00021933  0x00003686 fetch  0x00000001 , 0x000003c0 
- 00021934  0x00003687 bbit0  0x00000004 , 0x000055b2 
- 00021935  0x00003688 call  0x00007599 
- 00021936  0x00003689 call  0x0000750e 
- 00021937  0x0000368a nrtn  0x00000034 
- 00021938  0x0000368c rtnmark1  0x0000000f 
- 00021939  0x0000368d fetcht  0x00000001 , 0x000003d7 
- 00021940  0x0000368e setflip  0x00000002 , 0x00000002 
- 00021941  0x0000368f storet  0x00000001 , 0x000003d7 
- 00021942  0x00003690 branch  0x000058ac 
- 00021943  0x00003693 set1  0x00000025 , 0x00000000 
- 00021944  0x00003694 bpatch  0x0000005a , 0x0000402b 
- 00021945  0x00003695 fetcht  0x00000001 , 0x000003d7 
- 00021946  0x00003696 isolate0  0x00000005 , 0x00000002 
- 00021947  0x00003697 rtn  0x00000001 
- 00021948  0x00003698 fetch  0x00000001 , 0x00000340 
- 00021949  0x00003699 lshift  0x0000003f , 0x0000003f 
- 00021950  0x0000369a ixor  0x00000002 , 0x0000003f 
- 00021951  0x0000369b rtnbit0  0x00000003 
- 00021952  0x0000369c set0  0x00000005 , 0x00000002 
- 00021953  0x0000369d setflip  0x00000003 , 0x00000002 
- 00021954  0x0000369e storet  0x00000001 , 0x000003d7 
- 00021955  0x0000369f compare  0x00000003 , 0x00000002 , 0x00000003 
- 00021956  0x000036a0 nrtn  0x00000001 
- 00021957  0x000036a1 fetch  0x00000001 , 0x00004440 
- 00021958  0x000036a2 rtnne  0x00000005 
- 00021959  0x000036a3 fetch  0x00000001 , 0x000003c0 
- 00021960  0x000036a4 set1  0x00000004 , 0x0000003f 
- 00021961  0x000036a5 store  0x00000001 , 0x000003c0 
- 00021962  0x000036a6 rtn 
- 00021963  0x000036a9 set1  0x00000025 , 0x00000000 
- 00021964  0x000036aa bpatch  0x0000005b , 0x0000402b 
- 00021965  0x000036ab call  0x0000542c 
- 00021966  0x000036ac call  0x00005474 
- 00021967  0x000036ad fetch  0x00000001 , 0x00000001 
- 00021968  0x000036ae increase  0x00000001 , 0x0000003f 
- 00021969  0x000036af store  0x00000001 , 0x00000001 
- 00021970  0x000036b0 rtn 
- 00021971  0x000036b3 set1  0x00000025 , 0x00000000 
- 00021972  0x000036b4 bpatch  0x0000005c , 0x0000402b 
- 00021973  0x000036b5 fetch  0x00000001 , 0x000043d2 
- 00021974  0x000036b6 rtnne  0x00000001 
- 00021975  0x000036b7 arg  0x00000003 , 0x00000007 
- 00021976  0x000036b8 call  0x00007e53 
- 00021977  0x000036b9 nrtn  0x00000034 
- 00021978  0x000036ba fetch  0x00000002 , 0x000043d3 
- 00021979  0x000036bb fetcht  0x00000002 , 0x000043d5 
- 00021980  0x000036bc isub  0x00000002 , 0x0000003f 
- 00021981  0x000036bd arg  0x00000003 , 0x00000007 
- 00021982  0x000036be call  0x00007e4c 
- 00021983  0x000036bf disable  0x00000029 
- 00021984  0x000036c0 call  0x00005572 
- 00021985  0x000036c1 call  0x000055cb 
- 00021986  0x000036c2 nrtn  0x0000002d 
- 00021987  0x000036c3 set1  0x00000025 , 0x00000000 
- 00021988  0x000036c4 bpatch  0x0000005d , 0x0000402b 
- 00021989  0x000036c5 fetch  0x00000006 , 0x00000342 
- 00021990  0x000036c6 store  0x00000006 , 0x000003d0 
- 00021991  0x000036c7 call  0x000042a7 
- 00021992  0x000036c8 call  0x00005b39 
- 00021993  0x000036ca fetch  0x00000001 , 0x00000002 
- 00021994  0x000036cb increase  0x00000001 , 0x0000003f 
- 00021995  0x000036cc store  0x00000001 , 0x00000002 
- 00021996  0x000036cd call  0x000055f9 
- 00021997  0x000036ce rtn  0x00000029 
- 00021998  0x000036cf call  0x000048d1 
- 00021999  0x000036d0 call  0x00005507 
- 00022000  0x000036d1 nrtn  0x0000002d 
- 00022001  0x000036d2 set1  0x00000025 , 0x00000000 
- 00022002  0x000036d3 bpatch  0x0000005e , 0x0000402b 
- 00022003  0x000036d4 fetch  0x00000001 , 0x00000004 
- 00022004  0x000036d5 increase  0x00000001 , 0x0000003f 
- 00022005  0x000036d6 store  0x00000001 , 0x00000004 
- 00022006  0x000036d7 fetch  0x00000009 , 0x00000348 
- 00022007  0x000036d8 store  0x00000009 , 0x00000103 
- 00022008  0x000036d9 branch  0x000048d1 
- 00022009  0x000036dc set1  0x00000025 , 0x00000000 
- 00022010  0x000036dd bpatch  0x0000005f , 0x0000402b 
- 00022011  0x000036de fetch  0x00000001 , 0x0000041c 
- 00022012  0x000036df rtnne  0x0000001b , 0x0000003f 
- 00022013  0x000036e0 fetch  0x00000006 , 0x000003d0 
- 00022014  0x000036e1 fetcht  0x00000006 , 0x000044e7 
- 00022015  0x000036e2 isub  0x00000002 , 0x0000003e 
- 00022016  0x000036e3 nrtn  0x00000005 
- 00022017  0x000036e4 call  0x000032d6 
- 00022018  0x000036e5 nrtn  0x00000005 
- 00022019  0x000036e6 call  0x00005528 
- 00022020  0x000036e7 call  0x0000535f 
- 00022021  0x000036e8 set1  0x00000025 , 0x00000000 
- 00022022  0x000036e9 bpatch  0x00000060 , 0x0000402c 
- 00022023  0x000036ea jam  0x00000000 , 0x00004272 
- 00022024  0x000036eb jam  0x00000000 , 0x000003f8 
- 00022025  0x000036ec fetch  0x00000001 , 0x00004132 
- 00022026  0x000036ed bne  0x00000004 , 0x0000560c 
- 00022027  0x000036ee jam  0x00000021 , 0x000003e3 
- 00022028  0x000036f0 arg  0x00000000 , 0x00000002 
- 00022029  0x000036f1 call  0x000048ea 
- 00022030  0x000036f2 jam  0x00000000 , 0x000043d2 
- 00022031  0x000036f3 jam  0x00000000 , 0x0000041c 
- 00022032  0x000036f4 jam  0x0000002c , 0x00000b7d 
- 00022033  0x000036f5 call  0x00005620 
- 00022034  0x000036f6 branch  0x000032bd 
- 00022035  0x000036f9 arg  0x00000001 , 0x00000011 
- 00022036  0x000036fa fetch  0x00000001 , 0x00000340 
- 00022037  0x000036fb rtnbit1  0x00000006 
- 00022038  0x000036fc arg  0x00000000 , 0x00000011 
- 00022039  0x000036fd rtn 
- 00022040  0x00003700 arg  0x000044ff , 0x00000006 
- 00022041  0x00003701 branch  0x00007fb2 
- 00022042  0x00003704 arg  0x000044ff , 0x00000011 
- 00022043  0x00003705 branch  0x00007fac 
- 00022044  0x00003708 arg  0x000044ff , 0x00000011 
- 00022045  0x00003709 branch  0x00007fae 
- 00022046  0x0000370c arg  0x000044ff , 0x00000011 
- 00022047  0x0000370d branch  0x00007fb0 
- 00022048  0x00003710 arg  0x000044ff , 0x00000011 
- 00022049  0x00003711 branch  0x00007f92 
- 00022050  0x00003714 set1  0x00000025 , 0x00000000 
- 00022051  0x00003715 bpatch  0x00000061 , 0x0000402c 
- 00022052  0x00003716 fetch  0x00000001 , 0x000003d7 
- 00022053  0x00003717 rtnbit1  0x00000005 
- 00022054  0x00003718 arg  0x000044ff , 0x00000011 
- 00022055  0x00003719 call  0x00007f9f 
- 00022056  0x0000371a nbranch  0x00005630 , 0x00000034 
- 00022057  0x0000371b fetch  0x00000001 , 0x00004132 
- 00022058  0x0000371c bne  0x00000001 , 0x00005890 
- 00022059  0x0000371d arg  0x00000000 , 0x00000001 
- 00022060  0x0000371e call  0x000044a3 
- 00022061  0x0000371f copy  0x00000001 , 0x0000003f 
- 00022062  0x00003720 nrtn  0x00000034 
- 00022063  0x00003721 branch  0x00005890 
- 00022064  0x00003723 copy  0x0000003f , 0x00000002 
- 00022065  0x00003724 set1  0x00000025 , 0x00000000 
- 00022066  0x00003725 bpatch  0x00000062 , 0x0000402c 
- 00022067  0x00003726 copy  0x00000002 , 0x0000003f 
- 00022068  0x00003727 bbit0  0x00000005 , 0x0000564b 
- 00022069  0x00003728 force  0x00000003 , 0x00000001 
- 00022070  0x00003729 set0  0x00000005 , 0x0000003f 
- 00022071  0x0000372a store  0x00000001 , 0x00004440 
- 00022072  0x0000372b set1  0x00000025 , 0x00000000 
- 00022073  0x0000372c bpatch  0x00000063 , 0x0000402c 
- 00022074  0x0000372d fetch  0x00000001 , 0x00004440 
- 00022075  0x0000372e beq  0x00000000 , 0x0000568f 
- 00022076  0x0000372f beq  0x00000001 , 0x00005691 
- 00022077  0x00003730 beq  0x00000002 , 0x00005693 
- 00022078  0x00003731 beq  0x00000003 , 0x00005695 
- 00022079  0x00003732 beq  0x00000004 , 0x000056a6 
- 00022080  0x00003733 beq  0x00000005 , 0x000056b7 
- 00022081  0x00003734 beq  0x00000006 , 0x000056b9 
- 00022082  0x00003735 beq  0x00000007 , 0x000056bf 
- 00022083  0x00003736 beq  0x00000008 , 0x000056c1 
- 00022084  0x00003737 beq  0x00000009 , 0x000056c1 
- 00022085  0x00003738 beq  0x0000000a , 0x000056c5 
- 00022086  0x00003739 beq  0x0000000b , 0x000056c7 
- 00022087  0x0000373a beq  0x0000000c , 0x000056c9 
- 00022088  0x0000373b beq  0x0000000d , 0x000056cf 
- 00022089  0x0000373c beq  0x0000000f , 0x000056d1 
- 00022090  0x0000373d branch  0x00003bf1 
- 00022091  0x00003740 jam  0x00000000 , 0x00004443 
- 00022092  0x00003741 force  0x00000002 , 0x00000001 
- 00022093  0x00003742 bbit0  0x00000006 , 0x00005662 
- 00022094  0x00003743 beq  0x00000052 , 0x00005662 
- 00022095  0x00003744 beq  0x000000d2 , 0x00005662 
- 00022096  0x00003745 jam  0x00000006 , 0x00004442 
- 00022097  0x00003746 set0  0x00000006 , 0x0000003f 
- 00022098  0x00003747 store  0x00000001 , 0x00004444 
- 00022099  0x00003749 set1  0x00000025 , 0x00000000 
- 00022100  0x0000374a bpatch  0x00000064 , 0x0000402c 
- 00022101  0x0000374b fetch  0x00000001 , 0x00004444 
- 00022102  0x0000374d beq  0x00000001 , 0x000056e5 
- 00022103  0x0000374e beq  0x00000002 , 0x000056ed 
- 00022104  0x0000374f beq  0x00000003 , 0x000056f5 
- 00022105  0x00003750 beq  0x00000004 , 0x000056fa 
- 00022106  0x00003751 beq  0x00000005 , 0x000056ff 
- 00022107  0x00003752 beq  0x00000006 , 0x00005701 
- 00022108  0x00003753 beq  0x00000007 , 0x0000570b 
- 00022109  0x00003754 beq  0x00000008 , 0x00005712 
- 00022110  0x00003755 beq  0x00000009 , 0x00005717 
- 00022111  0x00003756 beq  0x0000000a , 0x0000571e 
- 00022112  0x00003757 beq  0x0000000b , 0x00005721 
- 00022113  0x00003758 branch  0x00003bf1 
- 00022114  0x0000375b jam  0x00000004 , 0x00004442 
- 00022115  0x0000375c store  0x00000001 , 0x00004444 
- 00022116  0x0000375d set1  0x00000025 , 0x00000000 
- 00022117  0x0000375e bpatch  0x00000065 , 0x0000402c 
- 00022118  0x00003760 fetch  0x00000001 , 0x00004444 
- 00022119  0x00003761 beq  0x00000001 , 0x00005729 
- 00022120  0x00003762 beq  0x00000002 , 0x0000572f 
- 00022121  0x00003763 beq  0x00000003 , 0x0000572f 
- 00022122  0x00003764 beq  0x00000004 , 0x00005732 
- 00022123  0x00003765 beq  0x00000005 , 0x00005737 
- 00022124  0x00003766 beq  0x00000006 , 0x00005748 
- 00022125  0x00003767 beq  0x00000007 , 0x00005752 
- 00022126  0x00003768 beq  0x00000008 , 0x00005793 
- 00022127  0x00003769 beq  0x00000009 , 0x0000579b 
- 00022128  0x0000376a beq  0x0000000a , 0x000057be 
- 00022129  0x0000376b beq  0x0000000b , 0x000057c6 
- 00022130  0x0000376c beq  0x0000000c , 0x000057d1 
- 00022131  0x0000376d beq  0x0000000d , 0x000057d6 
- 00022132  0x0000376e beq  0x0000000e , 0x000057e5 
- 00022133  0x0000376f beq  0x0000000f , 0x000057ec 
- 00022134  0x00003770 beq  0x00000010 , 0x00005812 
- 00022135  0x00003771 beq  0x00000011 , 0x0000581a 
- 00022136  0x00003772 beq  0x00000012 , 0x0000583e 
- 00022137  0x00003773 beq  0x00000013 , 0x00005845 
- 00022138  0x00003774 beq  0x00000016 , 0x0000585e 
- 00022139  0x00003775 beq  0x00000017 , 0x00005860 
- 00022140  0x00003776 beq  0x00000018 , 0x00005862 
- 00022141  0x00003777 beq  0x00000019 , 0x00005864 
- 00022142  0x00003778 beq  0x0000001b , 0x00005873 
- 00022143  0x00003779 beq  0x0000001d , 0x00005882 
- 00022144  0x0000377a beq  0x0000001e , 0x00005884 
- 00022145  0x0000377b beq  0x00000052 , 0x00005886 
- 00022146  0x0000377c beq  0x000000d2 , 0x00005888 
- 00022147  0x0000377d beq  0x0000009e , 0x00005686 
- 00022148  0x0000377e beq  0x0000009f , 0x00005688 
- 00022149  0x0000377f branch  0x00003bf1 
- 00022150  0x00003782 jam  0x00000010 , 0x00000b7d 
- 00022151  0x00003783 call  0x00005620 
- 00022152  0x00003786 setarg  0x00000011 
- 00022153  0x00003787 store  0x00000002 , 0x0000443e 
- 00022154  0x00003788 fetch  0x00000001 , 0x000003d7 
- 00022155  0x00003789 set1  0x00000005 , 0x0000003f 
- 00022156  0x0000378a store  0x00000001 , 0x000003d7 
- 00022157  0x0000378b jam  0x00000012 , 0x00000b7d 
- 00022158  0x0000378c branch  0x00005620 
- 00022159  0x0000378f force  0x0000000c , 0x00000002 
- 00022160  0x00003790 branch  0x00005892 
- 00022161  0x00003793 force  0x00000008 , 0x00000002 
- 00022162  0x00003794 branch  0x00005892 
- 00022163  0x00003797 force  0x00000002 , 0x00000002 
- 00022164  0x00003798 branch  0x00005892 
- 00022165  0x0000379b force  0x00000000 , 0x0000003f 
- 00022166  0x0000379c istore  0x00000008 , 0x00000005 
- 00022167  0x0000379d istore  0x00000002 , 0x00000005 
- 00022168  0x0000379e copy  0x00000005 , 0x00000002 
- 00022169  0x0000379f arg  0x00000380 , 0x00000005 
- 00022170  0x000037a0 force  0x00000008 , 0x00000039 
- 00022171  0x000037a1 call  0x00006227 
- 00022172  0x000037a2 fetch  0x00000008 , 0x00000380 
- 00022173  0x000037a3 istore  0x00000008 , 0x00000002 
- 00022174  0x000037a4 copy  0x00000005 , 0x00000002 
- 00022175  0x000037a5 arg  0x00004473 , 0x00000005 
- 00022176  0x000037a6 force  0x00000004 , 0x00000039 
- 00022177  0x000037a7 call  0x00006227 
- 00022178  0x000037a8 fetch  0x00000004 , 0x00004473 
- 00022179  0x000037a9 istore  0x00000004 , 0x00000002 
- 00022180  0x000037aa force  0x00000017 , 0x00000002 
- 00022181  0x000037ab branch  0x00005892 
- 00022182  0x000037ae copy  0x00000005 , 0x00000002 
- 00022183  0x000037af arg  0x00000388 , 0x00000005 
- 00022184  0x000037b0 force  0x00000008 , 0x00000039 
- 00022185  0x000037b1 call  0x00006227 
- 00022186  0x000037b2 fetch  0x00000008 , 0x00000388 
- 00022187  0x000037b3 istore  0x00000008 , 0x00000002 
- 00022188  0x000037b4 copy  0x00000005 , 0x00000002 
- 00022189  0x000037b5 arg  0x00004477 , 0x00000005 
- 00022190  0x000037b6 force  0x00000004 , 0x00000039 
- 00022191  0x000037b7 call  0x00006227 
- 00022192  0x000037b8 fetch  0x00000004 , 0x00004477 
- 00022193  0x000037b9 istore  0x00000004 , 0x00000002 
- 00022194  0x000037ba call  0x000074b6 
- 00022195  0x000037bb jam  0x00000025 , 0x00000b7d 
- 00022196  0x000037bc call  0x00005620 
- 00022197  0x000037bd force  0x0000000d , 0x00000002 
- 00022198  0x000037be branch  0x00005892 
- 00022199  0x000037c1 force  0x00000001 , 0x00000002 
- 00022200  0x000037c2 branch  0x00005892 
- 00022201  0x000037c5 force  0x00000001 , 0x00000002 
- 00022202  0x000037c6 branch  0x00005892 , 0x00000029 
- 00022203  0x000037c7 jam  0x00000046 , 0x00000b7d 
- 00022204  0x000037c8 call  0x00005620 
- 00022205  0x000037c9 force  0x00000001 , 0x00000002 
- 00022206  0x000037ca branch  0x00005892 
- 00022207  0x000037cd force  0x00000002 , 0x00000002 
- 00022208  0x000037ce branch  0x00005892 
- 00022209  0x000037d1 setarg  0x00000001 
- 00022210  0x000037d2 istore  0x00000008 , 0x00000005 
- 00022211  0x000037d3 force  0x00000009 , 0x00000002 
- 00022212  0x000037d4 branch  0x00005892 
- 00022213  0x000037d7 force  0x00000006 , 0x00000002 
- 00022214  0x000037d8 branch  0x00005892 
- 00022215  0x000037db force  0x00000006 , 0x00000002 
- 00022216  0x000037dc branch  0x00005892 
- 00022217  0x000037df setarg  0x00000a06 
- 00022218  0x000037e0 istore  0x00000003 , 0x00000005 
- 00022219  0x000037e1 setarg  0x00001d87 
- 00022220  0x000037e2 istore  0x00000002 , 0x00000005 
- 00022221  0x000037e3 force  0x00000006 , 0x00000002 
- 00022222  0x000037e4 branch  0x00005892 
- 00022223  0x000037e7 force  0x00000002 , 0x00000002 
- 00022224  0x000037e8 branch  0x00005892 
- 00022225  0x000037eb increase  0xffffffff , 0x00000005 
- 00022226  0x000037ec setarg  0x0000000c 
- 00022227  0x000037ed istore  0x00000002 , 0x00000005 
- 00022228  0x000037ee setarg  0x00000005 
- 00022229  0x000037ef istore  0x00000002 , 0x00000005 
- 00022230  0x000037f0 setarg  0x0000b412 
- 00022231  0x000037f1 istore  0x00000002 , 0x00000005 
- 00022232  0x000037f2 setarg  0x00000008 
- 00022233  0x000037f3 istore  0x00000002 , 0x00000005 
- 00022234  0x000037f4 setarg  0x00000008 
- 00022235  0x000037f5 istore  0x00000002 , 0x00000005 
- 00022236  0x000037f6 setarg  0x00000010 
- 00022237  0x000037f7 istore  0x00000002 , 0x00000005 
- 00022238  0x000037f8 setarg  0x00000000 
- 00022239  0x000037f9 istore  0x00000002 , 0x00000005 
- 00022240  0x000037fa setarg  0x0000012c 
- 00022241  0x000037fb istore  0x00000002 , 0x00000005 
- 00022242  0x000037fc call  0x0000588a 
- 00022243  0x000037fd force  0x00000002 , 0x00000001 
- 00022244  0x000037fe branch  0x00005892 
- 00022245  0x00003801 setarg  0x01000401 
- 00022246  0x00003802 store  0x00000004 , 0x000044ae 
- 00022247  0x00003803 setarg  0x00070710 
- 00022248  0x00003804 istore  0x00000003 , 0x00000005 
- 00022249  0x00003805 fetch  0x00000006 , 0x000044af 
- 00022250  0x00003806 store  0x00000006 , 0x00004445 
- 00022251  0x00003807 force  0x0000000b , 0x00000002 
- 00022252  0x00003808 branch  0x00005892 
- 00022253  0x0000380b setarg  0x01000302 
- 00022254  0x0000380c store  0x00000004 , 0x000044b5 
- 00022255  0x0000380d setarg  0x00010410 
- 00022256  0x0000380e istore  0x00000003 , 0x00000005 
- 00022257  0x0000380f fetch  0x00000006 , 0x000044b6 
- 00022258  0x00003810 store  0x00000006 , 0x00004445 
- 00022259  0x00003811 force  0x0000000b , 0x00000002 
- 00022260  0x00003812 branch  0x00005892 
- 00022261  0x00003815 call  0x000074b0 
- 00022262  0x00003816 arg  0x00004445 , 0x00000005 
- 00022263  0x00003817 call  0x000075a3 
- 00022264  0x00003818 force  0x00000015 , 0x00000002 
- 00022265  0x00003819 branch  0x00005892 
- 00022266  0x0000381c fetch  0x00000008 , 0x000003b0 
- 00022267  0x0000381d branch  0x000056fd , 0x00000029 
- 00022268  0x0000381e fetch  0x00000008 , 0x0000449c 
- 00022269  0x00003821 call  0x00005723 
- 00022270  0x00003822 branch  0x00005892 
- 00022271  0x00003825 force  0x00000006 , 0x00000002 
- 00022272  0x00003826 branch  0x00005892 
- 00022273  0x00003829 jam  0x00000029 , 0x00000b7d 
- 00022274  0x0000382a call  0x00007c27 
- 00022275  0x0000382b jam  0x00000047 , 0x00000b7d 
- 00022276  0x0000382c call  0x00005620 
- 00022277  0x0000382d arg  0x000003a0 , 0x00000005 
- 00022278  0x0000382e call  0x00006226 
- 00022279  0x0000382f fetch  0x00000008 , 0x000003a0 
- 00022280  0x00003830 fetch  0x00000008 , 0x0000447b 
- 00022281  0x00003831 call  0x00005723 
- 00022282  0x00003832 branch  0x00005892 
- 00022283  0x00003835 jam  0x00000048 , 0x00000b7d 
- 00022284  0x00003836 call  0x00005620 
- 00022285  0x00003837 arg  0x00004445 , 0x00000005 
- 00022286  0x00003838 force  0x00000008 , 0x00000039 
- 00022287  0x00003839 call  0x00006227 
- 00022288  0x0000383a force  0x0000000f , 0x00000002 
- 00022289  0x0000383b branch  0x00005892 
- 00022290  0x0000383e jam  0x00000049 , 0x00000b7d 
- 00022291  0x0000383f call  0x00005620 
- 00022292  0x00003840 arg  0x00004445 , 0x00000005 
- 00022293  0x00003841 call  0x00006226 
- 00022294  0x00003842 branch  0x0000588a 
- 00022295  0x00003845 jam  0x0000004a , 0x00000b7d 
- 00022296  0x00003846 call  0x00005620 
- 00022297  0x00003847 force  0x00000000 , 0x0000003f 
- 00022298  0x00003848 store  0x00000001 , 0x00004445 
- 00022299  0x00003849 fetch  0x00000006 , 0x000044f9 
- 00022300  0x0000384a istore  0x00000006 , 0x00000005 
- 00022301  0x0000384b branch  0x0000588a 
- 00022302  0x0000384e arg  0x00004445 , 0x00000005 
- 00022303  0x0000384f call  0x00006226 
- 00022304  0x00003850 branch  0x0000588a 
- 00022305  0x00003853 force  0x00000006 , 0x00000002 
- 00022306  0x00003854 branch  0x00005892 
- 00022307  0x00003857 store  0x00000008 , 0x00004445 
- 00022308  0x00003858 ifetch  0x00000008 , 0x00000006 
- 00022309  0x00003859 istore  0x00000008 , 0x00000005 
- 00022310  0x0000385a force  0x00000015 , 0x00000002 
- 00022311  0x0000385b rtn 
- 00022312  0x0000385e jam  0x0000000a , 0x000003fc 
- 00022313  0x00003860 jam  0x00000001 , 0x00004444 
- 00022314  0x00003861 fetch  0x00000003 , 0x000003f9 
- 00022315  0x00003862 store  0x00000003 , 0x00004445 
- 00022316  0x00003863 fetch  0x00000001 , 0x000003fc 
- 00022317  0x00003864 istore  0x00000001 , 0x00000005 
- 00022318  0x00003865 branch  0x0000588a 
- 00022319  0x00003868 setarg  0x00000017 
- 00022320  0x00003869 istore  0x00000002 , 0x00000005 
- 00022321  0x0000386a branch  0x0000588a 
- 00022322  0x0000386d fetch  0x00000002 , 0x000044bc 
- 00022323  0x0000386e store  0x00000002 , 0x00004445 
- 00022324  0x0000386f fetch  0x00000002 , 0x000044be 
- 00022325  0x00003870 istore  0x00000002 , 0x00000005 
- 00022326  0x00003871 branch  0x0000588a 
- 00022327  0x00003876 force  0x00000001 , 0x0000003f 
- 00022328  0x00003877 store  0x00000001 , 0x00004445 
- 00022329  0x00003878 call  0x00005a74 
- 00022330  0x0000387a call  0x00005a7d 
- 00022331  0x0000387b branch  0x00005746 , 0x00000034 
- 00022332  0x0000387c nbranch  0x00005744 , 0x00000002 
- 00022333  0x0000387d disable  0x00000028 
- 00022334  0x0000387e istore  0x00000002 , 0x00000005 
- 00022335  0x0000387f ifetch  0x00000002 , 0x00000006 
- 00022336  0x00003880 istore  0x00000002 , 0x00000005 
- 00022337  0x00003882 ifetch  0x00000001 , 0x00000006 
- 00022338  0x00003883 iadd  0x00000006 , 0x00000006 
- 00022339  0x00003884 branch  0x0000573a 
- 00022340  0x00003886 increase  0x00000002 , 0x00000006 
- 00022341  0x00003887 branch  0x00005741 
- 00022342  0x00003889 branch  0x00005728 , 0x00000028 
- 00022343  0x0000388a branch  0x0000588a 
- 00022344  0x0000388e fetch  0x00000002 , 0x000044bc 
- 00022345  0x0000388f branch  0x00005688 , 0x00000034 
- 00022346  0x00003890 store  0x00000002 , 0x00004445 
- 00022347  0x00003891 fetch  0x00000002 , 0x000044be 
- 00022348  0x00003893 istore  0x00000002 , 0x00000005 
- 00022349  0x00003894 fetch  0x00000002 , 0x000044c4 
- 00022350  0x00003896 istore  0x00000002 , 0x00000005 
- 00022351  0x00003897 fetch  0x00000002 , 0x000044c0 
- 00022352  0x00003899 istore  0x00000002 , 0x00000005 
- 00022353  0x0000389a branch  0x0000588a 
- 00022354  0x0000389e call  0x0000577b 
- 00022355  0x0000389f rtn  0x00000028 
- 00022356  0x000038a0 fetcht  0x00000002 , 0x000044c4 
- 00022357  0x000038a1 setarg  0x00002800 
- 00022358  0x000038a2 isub  0x00000002 , 0x0000003e 
- 00022359  0x000038a3 branch  0x00005762 , 0x00000005 
- 00022360  0x000038a4 setarg  0x00002801 
- 00022361  0x000038a5 isub  0x00000002 , 0x0000003e 
- 00022362  0x000038a6 branch  0x00005728 , 0x00000005 
- 00022363  0x000038a7 setarg  0x00002802 
- 00022364  0x000038a8 isub  0x00000002 , 0x0000003e 
- 00022365  0x000038a9 branch  0x00005728 , 0x00000005 
- 00022366  0x000038aa setarg  0x00002803 
- 00022367  0x000038ab isub  0x00000002 , 0x0000003e 
- 00022368  0x000038ac branch  0x00005728 , 0x00000005 
- 00022369  0x000038ad branch  0x00005728 
- 00022370  0x000038b0 fetcht  0x00000002 , 0x000044c0 
- 00022371  0x000038b1 increase  0x00000002 , 0x00000006 
- 00022372  0x000038b2 ifetch  0x00000001 , 0x00000006 
- 00022373  0x000038b3 icopy  0x00000013 
- 00022374  0x000038b4 increase  0x00000001 , 0x00000013 
- 00022375  0x000038b7 increase  0xffffffff , 0x00000013 
- 00022376  0x000038b8 branch  0x00005728 , 0x00000005 
- 00022377  0x000038b9 ifetch  0x00000002 , 0x00000006 
- 00022378  0x000038ba isub  0x00000002 , 0x0000003e 
- 00022379  0x000038bb branch  0x0000576e , 0x00000005 
- 00022380  0x000038bc increase  0x00000004 , 0x00000006 
- 00022381  0x000038bd branch  0x00005767 
- 00022382  0x000038c0 ifetch  0x00000002 , 0x00000006 
- 00022383  0x000038c1 icopy  0x00000011 
- 00022384  0x000038c2 ifetch  0x00000002 , 0x00000006 
- 00022385  0x000038c3 icopy  0x00000012 
- 00022386  0x000038c4 call  0x00005785 
- 00022387  0x000038c5 rtn  0x00000028 
- 00022388  0x000038c6 jam  0x00000007 , 0x00004444 
- 00022389  0x000038c7 deposit  0x00000011 
- 00022390  0x000038c8 store  0x00000002 , 0x00004445 
- 00022391  0x000038c9 deposit  0x00000012 
- 00022392  0x000038ca istore  0x00000002 , 0x00000005 
- 00022393  0x000038cb force  0x00000009 , 0x00000002 
- 00022394  0x000038cc branch  0x00005892 
- 00022395  0x000038d2 disable  0x00000028 
- 00022396  0x000038d3 fetcht  0x00000002 , 0x000044bc 
- 00022397  0x000038d4 fetch  0x00000002 , 0x000044be 
- 00022398  0x000038d5 isub  0x00000002 , 0x0000003e 
- 00022399  0x000038d6 nbranch  0x00005782 , 0x00000002 
- 00022400  0x000038d7 deposit  0x00000002 
- 00022401  0x000038d8 rtnne  0x00000000 
- 00022402  0x000038db enable  0x00000028 
- 00022403  0x000038dd jam  0x00000001 , 0x000003fc 
- 00022404  0x000038de branch  0x00005729 
- 00022405  0x000038e1 disable  0x00000028 
- 00022406  0x000038e2 fetcht  0x00000002 , 0x000044bc 
- 00022407  0x000038e3 deposit  0x00000011 
- 00022408  0x000038e4 isub  0x00000002 , 0x0000003e 
- 00022409  0x000038e5 nbranch  0x00005791 , 0x00000002 
- 00022410  0x000038e6 fetch  0x00000002 , 0x000044be 
- 00022411  0x000038e7 isub  0x00000012 , 0x0000003e 
- 00022412  0x000038e8 nbranch  0x00005791 , 0x00000002 
- 00022413  0x000038e9 deposit  0x00000012 
- 00022414  0x000038ea isub  0x00000011 , 0x0000003e 
- 00022415  0x000038eb nbranch  0x00005791 , 0x00000002 
- 00022416  0x000038ec rtn 
- 00022417  0x000038ef enable  0x00000028 
- 00022418  0x000038f0 branch  0x00005728 
- 00022419  0x000038f4 fetch  0x00000002 , 0x000044bc 
- 00022420  0x000038f6 istore  0x00000002 , 0x00000005 
- 00022421  0x000038f7 fetch  0x00000002 , 0x000044be 
- 00022422  0x000038f9 istore  0x00000002 , 0x00000005 
- 00022423  0x000038fa fetch  0x00000002 , 0x000044c0 
- 00022424  0x000038fb istore  0x00000002 , 0x00000005 
- 00022425  0x000038fc force  0x0000000b , 0x00000002 
- 00022426  0x000038fd branch  0x00005892 
- 00022427  0x00003901 fetcht  0x00000002 , 0x000044c0 
- 00022428  0x00003902 setarg  0x00002803 
- 00022429  0x00003903 isub  0x00000002 , 0x0000003e 
- 00022430  0x00003904 setarg  0x00000007 
- 00022431  0x00003905 branch  0x000057a5 , 0x00000005 
- 00022432  0x00003906 setarg  0x00002800 
- 00022433  0x00003907 isub  0x00000002 , 0x0000003e 
- 00022434  0x00003908 setarg  0x00000006 
- 00022435  0x00003909 branch  0x000057a5 , 0x00000005 
- 00022436  0x0000390a branch  0x00005728 
- 00022437  0x0000390c store  0x00000001 , 0x00004445 
- 00022438  0x0000390d call  0x00005a74 
- 00022439  0x0000390e force  0x00000003 , 0x00000030 
- 00022440  0x00003910 call  0x00005a7d 
- 00022441  0x00003911 branch  0x000057bc , 0x00000034 
- 00022442  0x00003912 nbranch  0x000057b8 , 0x00000002 
- 00022443  0x00003913 iforce  0x00000011 
- 00022444  0x00003914 ifetch  0x00000002 , 0x00000006 
- 00022445  0x00003915 isub  0x00000002 , 0x0000003e 
- 00022446  0x00003916 nbranch  0x000057b9 , 0x00000005 
- 00022447  0x00003917 disable  0x00000028 
- 00022448  0x00003918 deposit  0x00000011 
- 00022449  0x00003919 istore  0x00000002 , 0x00000005 
- 00022450  0x0000391a ifetch  0x00000001 , 0x00000006 
- 00022451  0x0000391b add  0x0000003f , 0x00000004 , 0x00000039 
- 00022452  0x0000391c call  0x00007e45 
- 00022453  0x0000391d increase  0xffffffff , 0x00000030 
- 00022454  0x0000391e branch  0x000057bc , 0x00000005 
- 00022455  0x0000391f branch  0x000057b9 
- 00022456  0x00003921 increase  0x00000002 , 0x00000006 
- 00022457  0x00003923 ifetch  0x00000001 , 0x00000006 
- 00022458  0x00003924 iadd  0x00000006 , 0x00000006 
- 00022459  0x00003925 branch  0x000057a8 
- 00022460  0x00003927 branch  0x00005728 , 0x00000028 
- 00022461  0x00003928 branch  0x0000588a 
- 00022462  0x0000392c fetch  0x00000001 , 0x0000443d 
- 00022463  0x0000392e increase  0xffffffff , 0x0000003f 
- 00022464  0x0000392f store  0x00000001 , 0x0000443d 
- 00022465  0x00003930 lshift  0x0000003f , 0x0000003f 
- 00022466  0x00003932 iadd  0x00000006 , 0x00000006 
- 00022467  0x00003933 ifetcht  0x00000002 , 0x00000006 
- 00022468  0x00003934 storet  0x00000002 , 0x00004445 
- 00022469  0x00003935 branch  0x0000588a 
- 00022470  0x00003938 fetcht  0x00000002 , 0x000003fa 
- 00022471  0x00003939 call  0x00005a88 
- 00022472  0x0000393a branch  0x00005728 , 0x00000034 
- 00022473  0x0000393b ifetch  0x00000001 , 0x00000006 
- 00022474  0x0000393c branch  0x0000588a , 0x00000034 
- 00022475  0x0000393d sub  0x0000003f , 0x00000016 , 0x0000003e 
- 00022476  0x0000393e branch  0x000057ce , 0x00000002 
- 00022477  0x0000393f force  0x00000016 , 0x0000003f 
- 00022478  0x00003941 icopy  0x00000039 
- 00022479  0x00003942 call  0x00007e45 
- 00022480  0x00003943 branch  0x0000588a 
- 00022481  0x00003947 setarg  0x00000003 
- 00022482  0x00003948 store  0x00000002 , 0x00004445 
- 00022483  0x00003949 setarg  0x00000008 
- 00022484  0x0000394a istore  0x00000002 , 0x00000005 
- 00022485  0x0000394b branch  0x0000588a 
- 00022486  0x0000394e fetch  0x00000002 , 0x000044c0 
- 00022487  0x0000394f iforce  0x00000011 
- 00022488  0x00003950 fetcht  0x00000002 , 0x000003fa 
- 00022489  0x00003951 call  0x00005a88 
- 00022490  0x00003952 branch  0x00005728 , 0x00000034 
- 00022491  0x00003953 ifetch  0x00000001 , 0x00000006 
- 00022492  0x00003954 isub  0x00000011 , 0x00000039 
- 00022493  0x00003955 nbranch  0x00005728 , 0x00000002 
- 00022494  0x00003956 sub  0x00000039 , 0x00000016 , 0x0000003e 
- 00022495  0x00003957 branch  0x000057e1 , 0x00000002 
- 00022496  0x00003958 force  0x00000016 , 0x00000039 
- 00022497  0x0000395a deposit  0x00000011 
- 00022498  0x0000395b iadd  0x00000006 , 0x00000006 
- 00022499  0x0000395c call  0x00007e45 
- 00022500  0x0000395d branch  0x0000588a 
- 00022501  0x00003960 setarg  0x00000003 
- 00022502  0x00003961 istore  0x00000002 , 0x00000005 
- 00022503  0x00003962 setarg  0x00000007 
- 00022504  0x00003963 istore  0x00000002 , 0x00000005 
- 00022505  0x00003964 setarg  0x00000009 
- 00022506  0x00003965 istore  0x00000002 , 0x00000005 
- 00022507  0x00003966 branch  0x0000588a 
- 00022508  0x00003969 fetch  0x00000001 , 0x0000443d 
- 00022509  0x0000396a icopy  0x00000013 
- 00022510  0x0000396b arg  0x00000347 , 0x00000011 
- 00022511  0x0000396c arg  0x00004445 , 0x00000012 
- 00022512  0x0000396d arg  0x00000000 , 0x0000000b 
- 00022513  0x0000396e disable  0x00000031 
- 00022514  0x00003971 copy  0x00000011 , 0x00000006 
- 00022515  0x00003972 ifetcht  0x00000002 , 0x00000006 
- 00022516  0x00003973 copy  0x00000006 , 0x00000011 
- 00022517  0x00003974 call  0x00005a88 
- 00022518  0x00003975 branch  0x00005805 , 0x00000034 
- 00022519  0x00003976 ifetch  0x00000001 , 0x00000006 
- 00022520  0x00003977 icopy  0x00000039 
- 00022521  0x00003978 iadd  0x0000000b , 0x0000000b 
- 00022522  0x0000397c sub  0x0000000b , 0x00000018 , 0x0000003e 
- 00022523  0x0000397d nbranch  0x0000580a , 0x00000002 
- 00022524  0x0000397e copy  0x00000012 , 0x00000005 
- 00022525  0x00003981 ifetch  0x00000001 , 0x00000006 
- 00022526  0x00003982 istore  0x00000001 , 0x00000005 
- 00022527  0x00003983 loop  0x000057fd 
- 00022528  0x00003984 copy  0x00000005 , 0x00000012 
- 00022529  0x00003985 enable  0x00000031 
- 00022530  0x00003986 increase  0xffffffff , 0x00000013 
- 00022531  0x00003987 branch  0x00005805 , 0x00000005 
- 00022532  0x00003988 branch  0x000057f2 
- 00022533  0x0000398b nbranch  0x00005810 , 0x00000031 
- 00022534  0x0000398c disable  0x00000031 
- 00022535  0x0000398d copy  0x0000000b , 0x00000002 
- 00022536  0x0000398e increase  0x00000005 , 0x00000002 
- 00022537  0x0000398f branch  0x00005892 
- 00022538  0x00003992 nbranch  0x00005810 , 0x00000031 
- 00022539  0x00003993 disable  0x00000031 
- 00022540  0x00003994 deposit  0x0000000b 
- 00022541  0x00003995 isub  0x00000039 , 0x00000002 
- 00022542  0x00003996 increase  0x00000005 , 0x00000002 
- 00022543  0x00003997 branch  0x00005892 
- 00022544  0x0000399a jam  0x00000010 , 0x000003fc 
- 00022545  0x0000399b branch  0x00005729 
- 00022546  0x0000399f fetch  0x00000002 , 0x000003fa 
- 00022547  0x000039a0 branch  0x00005688 , 0x00000034 
- 00022548  0x000039a1 istore  0x00000002 , 0x00000005 
- 00022549  0x000039a2 setarg  0x0000ffff 
- 00022550  0x000039a3 istore  0x00000002 , 0x00000005 
- 00022551  0x000039a4 setarg  0x00002800 
- 00022552  0x000039a5 istore  0x00000002 , 0x00000005 
- 00022553  0x000039a6 branch  0x0000588a 
- 00022554  0x000039aa setarg  0x00000006 
- 00022555  0x000039ab store  0x00000001 , 0x00004445 
- 00022556  0x000039ac fetch  0x00000002 , 0x000044c0 
- 00022557  0x000039ad iforce  0x00000011 
- 00022558  0x000039ae call  0x00005a74 
- 00022559  0x000039af force  0x00000003 , 0x00000039 
- 00022560  0x000039b1 call  0x00005a7d 
- 00022561  0x000039b2 branch  0x00005835 , 0x00000034 
- 00022562  0x000039b3 nbranch  0x0000583a , 0x00000002 
- 00022563  0x000039b4 iforce  0x00000030 
- 00022564  0x000039b5 ifetch  0x00000002 , 0x00000006 
- 00022565  0x000039b6 isub  0x00000011 , 0x0000003e 
- 00022566  0x000039b7 nbranch  0x0000583b , 0x00000005 
- 00022567  0x000039b8 deposit  0x00000030 
- 00022568  0x000039b9 branch  0x0000582f , 0x00000028 
- 00022569  0x000039ba increase  0xffffffff , 0x0000003f 
- 00022570  0x000039bb istore  0x00000002 , 0x00000005 
- 00022571  0x000039bc istoret  0x00000002 , 0x00000005 
- 00022572  0x000039bd increase  0x00000001 , 0x0000003f 
- 00022573  0x000039be increase  0xffffffff , 0x00000039 
- 00022574  0x000039bf branch  0x0000588a , 0x00000005 
- 00022575  0x000039c1 disable  0x00000028 
- 00022576  0x000039c2 istore  0x00000002 , 0x00000005 
- 00022577  0x000039c3 increase  0x00000001 , 0x00000006 
- 00022578  0x000039c4 ifetcht  0x00000002 , 0x00000006 
- 00022579  0x000039c5 increase  0xfffffffd , 0x00000006 
- 00022580  0x000039c6 branch  0x0000583b 
- 00022581  0x000039c8 branch  0x00005728 , 0x00000028 
- 00022582  0x000039c9 force  0xffffffff , 0x0000003f 
- 00022583  0x000039ca istore  0x00000002 , 0x00000005 
- 00022584  0x000039cb istoret  0x00000002 , 0x00000005 
- 00022585  0x000039cc branch  0x0000588a 
- 00022586  0x000039ce increase  0x00000002 , 0x00000006 
- 00022587  0x000039d0 ifetch  0x00000001 , 0x00000006 
- 00022588  0x000039d1 iadd  0x00000006 , 0x00000006 
- 00022589  0x000039d2 branch  0x00005820 
- 00022590  0x000039d7 fetch  0x00000002 , 0x000044c2 
- 00022591  0x000039d8 store  0x00000002 , 0x00004445 
- 00022592  0x000039d9 fetch  0x00000001 , 0x000044c6 
- 00022593  0x000039da copy  0x0000003f , 0x00000039 
- 00022594  0x000039db arg  0x000044c7 , 0x00000006 
- 00022595  0x000039dc call  0x00007e45 
- 00022596  0x000039dd branch  0x0000588a 
- 00022597  0x000039e0 fetcht  0x00000002 , 0x000003fa 
- 00022598  0x000039e1 call  0x00005a88 
- 00022599  0x000039e2 branch  0x0000585c , 0x00000034 
- 00022600  0x000039e3 increase  0xfffffffe , 0x00000006 
- 00022601  0x000039e4 ifetcht  0x00000002 , 0x00000006 
- 00022602  0x000039e5 setarg  0x00002902 
- 00022603  0x000039e6 isub  0x00000002 , 0x0000003e 
- 00022604  0x000039e7 nbranch  0x0000585c , 0x00000005 
- 00022605  0x000039e8 increase  0x00000001 , 0x00000006 
- 00022606  0x000039e9 ifetcht  0x00000002 , 0x00000006 
- 00022607  0x000039ea setarg  0x00000001 
- 00022608  0x000039eb isub  0x00000002 , 0x0000003e 
- 00022609  0x000039ec branch  0x00005856 , 0x00000005 
- 00022610  0x000039ed setarg  0x00000000 
- 00022611  0x000039ee isub  0x00000002 , 0x0000003e 
- 00022612  0x000039ef nbranch  0x0000585c , 0x00000005 
- 00022613  0x000039f0 branch  0x0000585c 
- 00022614  0x000039f3 increase  0xfffffff9 , 0x00000006 
- 00022615  0x000039f4 ifetch  0x00000002 , 0x00000006 
- 00022616  0x000039f5 increase  0xffffffff , 0x0000003f 
- 00022617  0x000039f6 store  0x00000002 , 0x000044c2 
- 00022618  0x000039f7 jam  0x0000001b , 0x00000b7d 
- 00022619  0x000039f8 call  0x00005620 
- 00022620  0x000039fc force  0x00000005 , 0x00000002 
- 00022621  0x000039fd branch  0x00005892 
- 00022622  0x00003a00 force  0x00000006 , 0x00000002 
- 00022623  0x00003a01 branch  0x00005892 
- 00022624  0x00003a04 force  0x00000006 , 0x00000002 
- 00022625  0x00003a05 branch  0x00005892 
- 00022626  0x00003a08 force  0x00000006 , 0x00000002 
- 00022627  0x00003a09 branch  0x00005892 
- 00022628  0x00003a0c force  0x00000006 , 0x00000002 
- 00022629  0x00003a0d branch  0x00005892 
- 00022630  0x00003a10 set1  0x00000025 , 0x00000000 
- 00022631  0x00003a11 bpatch  0x00000066 , 0x0000402c 
- 00022632  0x00003a12 increase  0x00000001 , 0x00000002 
- 00022633  0x00003a13 call  0x00005a88 
- 00022634  0x00003a14 increase  0xfffffffe , 0x00000006 
- 00022635  0x00003a15 ifetch  0x00000002 , 0x00000006 
- 00022636  0x00003a16 arg  0x00002902 , 0x00000002 
- 00022637  0x00003a17 isub  0x00000002 , 0x0000003e 
- 00022638  0x00003a18 nrtn  0x00000005 
- 00022639  0x00003a19 increase  0x00000001 , 0x00000006 
- 00022640  0x00003a1a copy  0x00000006 , 0x00000011 
- 00022641  0x00003a1b ifetch  0x00000001 , 0x00000006 
- 00022642  0x00003a1c rtn 
- 00022643  0x00003a1f jam  0x00000000 , 0x0000041b 
- 00022644  0x00003a20 fetch  0x00000002 , 0x00004298 
- 00022645  0x00003a21 call  0x00007f66 
- 00022646  0x00003a22 arg  0x00004444 , 0x00000005 
- 00022647  0x00003a23 increase  0x00000001 , 0x00000005 
- 00022648  0x00003a24 fetcht  0x00000002 , 0x000044c2 
- 00022649  0x00003a25 istoret  0x00000002 , 0x00000005 
- 00022650  0x00003a26 call  0x00005a88 
- 00022651  0x00003a27 ifetch  0x00000001 , 0x00000006 
- 00022652  0x00003a28 icopy  0x00000039 
- 00022653  0x00003a29 call  0x00007e45 
- 00022654  0x00003a2a fetcht  0x00000001 , 0x0000041b 
- 00022655  0x00003a2b increase  0x00000007 , 0x00000002 
- 00022656  0x00003a2c call  0x00005892 
- 00022657  0x00003a2d branch  0x00005ace 
- 00022658  0x00003a30 force  0x00000006 , 0x00000002 
- 00022659  0x00003a31 branch  0x00005892 
- 00022660  0x00003a34 force  0x00000006 , 0x00000002 
- 00022661  0x00003a35 branch  0x00005892 
- 00022662  0x00003a38 force  0x00000006 , 0x00000002 
- 00022663  0x00003a39 branch  0x00005892 
- 00022664  0x00003a3c force  0x00000006 , 0x00000002 
- 00022665  0x00003a3d branch  0x00005892 
- 00022666  0x00003a41 set1  0x00000025 , 0x00000000 
- 00022667  0x00003a42 bpatch  0x00000067 , 0x0000402c 
- 00022668  0x00003a43 setarg  0x00004440 
- 00022669  0x00003a44 isub  0x00000005 , 0x0000003f 
- 00022670  0x00003a45 sub  0x0000003f , 0x00000000 , 0x00000002 
- 00022671  0x00003a46 branch  0x00005892 
- 00022672  0x00003a4a force  0x00000000 , 0x00000002 
- 00022673  0x00003a4b force  0x00000001 , 0x00000001 
- 00022674  0x00003a4e set1  0x00000025 , 0x00000000 
- 00022675  0x00003a4f bpatch  0x00000068 , 0x0000402d 
- 00022676  0x00003a50 storet  0x00000001 , 0x0000443f 
- 00022677  0x00003a51 compare  0x00000002 , 0x00000001 , 0x00000003 
- 00022678  0x00003a52 nbranch  0x00005899 , 0x00000001 
- 00022679  0x00003a53 add  0x00000002 , 0xfffffffc , 0x0000003f 
- 00022680  0x00003a54 store  0x00000002 , 0x00004440 
- 00022681  0x00003a57 fetcht  0x00000001 , 0x000003d7 
- 00022682  0x00003a58 call  0x0000561a 
- 00022683  0x00003a59 nsetflag  0x00000034 , 0x00000004 , 0x00000002 
- 00022684  0x00003a5a set1  0x00000005 , 0x00000002 
- 00022685  0x00003a5b and  0x00000002 , 0x000000fc , 0x0000003f 
- 00022686  0x00003a5c ior  0x00000001 , 0x0000003f 
- 00022687  0x00003a5d store  0x00000001 , 0x000003d7 
- 00022688  0x00003a5e and_into  0x0000001f , 0x0000003f 
- 00022689  0x00003a5f store  0x00000001 , 0x0000443e 
- 00022690  0x00003a60 set1  0x00000025 , 0x00000000 
- 00022691  0x00003a61 bpatch  0x00000069 , 0x0000402d 
- 00022692  0x00003a62 fetch  0x00000001 , 0x0000443e 
- 00022693  0x00003a63 compare  0x00000001 , 0x00000001 , 0x00000003 
- 00022694  0x00003a64 rtn  0x00000001 
- 00022695  0x00003a65 fetch  0x00000007 , 0x0000443f 
- 00022696  0x00003a66 fetch  0x00000001 , 0x000003c0 
- 00022697  0x00003a67 rtnbit0  0x00000004 
- 00022698  0x00003a68 call  0x00007599 
- 00022699  0x00003a69 branch  0x000074f7 
- 00022700  0x00003a6c set1  0x00000025 , 0x00000000 
- 00022701  0x00003a6d bpatch  0x0000006a , 0x0000402d 
- 00022702  0x00003a6e call  0x0000561c 
- 00022703  0x00003a6f nbranch  0x00003bf1 , 0x00000034 
- 00022704  0x00003a70 nrtn  0x00000034 
- 00022705  0x00003a71 fetch  0x00000001 , 0x00000341 
- 00022706  0x00003a72 rtn  0x00000034 
- 00022707  0x00003a73 fetch  0x00000001 , 0x00000340 
- 00022708  0x00003a74 compare  0x00000001 , 0x0000003f , 0x00000003 
- 00022709  0x00003a75 branch  0x000058cf , 0x00000001 
- 00022710  0x00003a76 fetch  0x00000007 , 0x00000341 
- 00022711  0x00003a77 fetch  0x00000001 , 0x00000340 
- 00022712  0x00003a78 compare  0x00000002 , 0x0000003f , 0x00000003 
- 00022713  0x00003a79 branch  0x000058cf , 0x00000001 
- 00022714  0x00003a7a fetch  0x00000001 , 0x00000342 
- 00022715  0x00003a7b store  0x00000001 , 0x00000418 
- 00022716  0x00003a7c copy  0x0000003f , 0x00000013 
- 00022717  0x00003a7d set1  0x00000025 , 0x00000000 
- 00022718  0x00003a7e bpatch  0x0000006b , 0x0000402d 
- 00022719  0x00003a7f copy  0x00000013 , 0x0000003f 
- 00022720  0x00003a80 beq  0x00000000 , 0x00005924 
- 00022721  0x00003a81 beq  0x00000001 , 0x0000592c 
- 00022722  0x00003a82 beq  0x00000002 , 0x00005934 
- 00022723  0x00003a83 beq  0x00000003 , 0x00005938 
- 00022724  0x00003a84 beq  0x00000004 , 0x0000593f 
- 00022725  0x00003a85 beq  0x00000005 , 0x00005944 
- 00022726  0x00003a86 beq  0x00000006 , 0x00005949 
- 00022727  0x00003a87 beq  0x00000007 , 0x0000594c 
- 00022728  0x00003a88 beq  0x00000008 , 0x0000594d 
- 00022729  0x00003a89 beq  0x00000009 , 0x0000594f 
- 00022730  0x00003a8a beq  0x0000000a , 0x00005950 
- 00022731  0x00003a8b beq  0x0000000b , 0x00005951 
- 00022732  0x00003a8c beq  0x0000000c , 0x00005952 
- 00022733  0x00003a8d beq  0x0000000d , 0x00005955 
- 00022734  0x00003a8e branch  0x00003bf1 
- 00022735  0x00003a91 fetch  0x00000001 , 0x00000341 
- 00022736  0x00003a92 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00022737  0x00003a93 rtn  0x00000034 
- 00022738  0x00003a94 fetch  0x00000001 , 0x00004132 
- 00022739  0x00003a95 beq  0x00000001 , 0x000058d8 
- 00022740  0x00003a96 fetch  0x00000002 , 0x00000344 
- 00022741  0x00003a97 beq  0x00000004 , 0x00005903 
- 00022742  0x00003a98 beq  0x00000006 , 0x000058f4 
- 00022743  0x00003a99 rtn 
- 00022744  0x00003a9c set1  0x00000025 , 0x00000000 
- 00022745  0x00003a9d bpatch  0x0000006c , 0x0000402d 
- 00022746  0x00003a9e call  0x00004972 
- 00022747  0x00003a9f fetch  0x00000001 , 0x000003d6 
- 00022748  0x00003aa0 fetcht  0x00000001 , 0x00000340 
- 00022749  0x00003aa1 and_into  0x00000003 , 0x00000002 
- 00022750  0x00003aa2 lshift8  0x00000002 , 0x00000002 
- 00022751  0x00003aa3 lshift4  0x00000002 , 0x00000002 
- 00022752  0x00003aa4 ior  0x00000002 , 0x0000003f 
- 00022753  0x00003aa5 istore  0x00000002 , 0x0000000a 
- 00022754  0x00003aa6 fetcht  0x00000001 , 0x00000341 
- 00022755  0x00003aa7 and  0x00000002 , 0x0000001f , 0x00000002 
- 00022756  0x00003aa8 istoret  0x00000002 , 0x0000000a 
- 00022757  0x00003aa9 copy  0x00000002 , 0x00000039 
- 00022758  0x00003aaa call  0x00004976 
- 00022759  0x00003aab add  0x00000002 , 0x00000004 , 0x00000039 
- 00022760  0x00003aac call  0x00004424 
- 00022761  0x00003aad branch  0x00004435 
- 00022762  0x00003ab0 set1  0x00000025 , 0x00000000 
- 00022763  0x00003ab1 bpatch  0x0000006d , 0x0000402d 
- 00022764  0x00003ab2 arg  0x00000002 , 0x00000001 
- 00022765  0x00003ab3 ifetch  0x00000002 , 0x00000003 
- 00022766  0x00003ab4 ifetch  0x00000002 , 0x00000003 
- 00022767  0x00003ab5 branch  0x00003bf1 , 0x00000034 
- 00022768  0x00003ab6 copy  0x0000003f , 0x00000039 
- 00022769  0x00003ab7 arg  0x00004440 , 0x00000005 
- 00022770  0x00003ab8 call  0x0000497c 
- 00022771  0x00003ab9 branch  0x0000588a 
- 00022772  0x00003abc set1  0x00000025 , 0x00000000 
- 00022773  0x00003abd bpatch  0x0000006e , 0x0000402d 
- 00022774  0x00003abe ifetch  0x00000001 , 0x00000006 
- 00022775  0x00003abf beq  0x00000001 , 0x00005956 
- 00022776  0x00003ac0 beq  0x00000002 , 0x0000595b 
- 00022777  0x00003ac1 beq  0x00000003 , 0x00005960 
- 00022778  0x00003ac2 beq  0x00000004 , 0x00005966 
- 00022779  0x00003ac3 beq  0x00000005 , 0x0000596f 
- 00022780  0x00003ac4 beq  0x00000006 , 0x00005970 
- 00022781  0x00003ac5 beq  0x00000007 , 0x00005972 
- 00022782  0x00003ac6 beq  0x00000008 , 0x00005973 
- 00022783  0x00003ac7 beq  0x00000009 , 0x00005974 
- 00022784  0x00003ac8 beq  0x0000000a , 0x00005975 
- 00022785  0x00003ac9 beq  0x0000000b , 0x00005976 
- 00022786  0x00003aca branch  0x00003bf1 
- 00022787  0x00003acd set1  0x00000025 , 0x00000000 
- 00022788  0x00003ace bpatch  0x0000006f , 0x0000402d 
- 00022789  0x00003acf ifetch  0x00000003 , 0x00000006 
- 00022790  0x00003ad0 store  0x00000003 , 0x000003f9 
- 00022791  0x00003ad2 beq  0x00000001 , 0x00005977 
- 00022792  0x00003ad3 beq  0x00000002 , 0x0000598e 
- 00022793  0x00003ad4 beq  0x00000003 , 0x00005990 
- 00022794  0x00003ad5 beq  0x00000004 , 0x00005991 
- 00022795  0x00003ad6 beq  0x00000005 , 0x00005997 
- 00022796  0x00003ad7 beq  0x00000006 , 0x0000599a 
- 00022797  0x00003ad8 beq  0x00000007 , 0x000059a4 
- 00022798  0x00003ad9 beq  0x00000008 , 0x000059a5 
- 00022799  0x00003ada beq  0x00000009 , 0x000059ad 
- 00022800  0x00003adb beq  0x0000000a , 0x000059ae 
- 00022801  0x00003adc beq  0x0000000b , 0x000059b2 
- 00022802  0x00003add beq  0x0000000c , 0x000059b5 
- 00022803  0x00003ade beq  0x0000000d , 0x000059b9 
- 00022804  0x00003adf beq  0x0000000e , 0x000059ba 
- 00022805  0x00003ae0 beq  0x0000000f , 0x000059c0 
- 00022806  0x00003ae1 beq  0x00000010 , 0x000059c1 
- 00022807  0x00003ae2 beq  0x00000011 , 0x000059c9 
- 00022808  0x00003ae3 beq  0x00000012 , 0x000059ca 
- 00022809  0x00003ae4 beq  0x00000013 , 0x000059da 
- 00022810  0x00003ae5 beq  0x00000016 , 0x000059dc 
- 00022811  0x00003ae6 beq  0x00000017 , 0x000059dd 
- 00022812  0x00003ae7 beq  0x00000018 , 0x000059de 
- 00022813  0x00003ae8 beq  0x00000019 , 0x000059df 
- 00022814  0x00003ae9 beq  0x0000001b , 0x000059e0 
- 00022815  0x00003aea beq  0x0000001d , 0x000059eb 
- 00022816  0x00003aeb beq  0x0000001e , 0x000059ec 
- 00022817  0x00003aec beq  0x00000052 , 0x000059ed 
- 00022818  0x00003aed beq  0x000000d2 , 0x00005a01 
- 00022819  0x00003aee branch  0x00003bf1 
- 00022820  0x00003af2 ifetch  0x00000009 , 0x00000006 
- 00022821  0x00003af3 store  0x00000009 , 0x00004434 
- 00022822  0x00003af4 ifetch  0x00000002 , 0x00000006 
- 00022823  0x00003af5 store  0x00000002 , 0x000003e0 
- 00022824  0x00003af6 fetch  0x00000001 , 0x000003c0 
- 00022825  0x00003af7 set1  0x00000005 , 0x0000003f 
- 00022826  0x00003af8 store  0x00000001 , 0x000003c0 
- 00022827  0x00003af9 rtn 
- 00022828  0x00003afc ifetch  0x00000005 , 0x00000006 
- 00022829  0x00003afd store  0x00000005 , 0x0000442f 
- 00022830  0x00003afe ifetch  0x00000002 , 0x00000006 
- 00022831  0x00003aff store  0x00000002 , 0x000003e0 
- 00022832  0x00003b00 fetch  0x00000001 , 0x000003c0 
- 00022833  0x00003b01 set1  0x00000006 , 0x0000003f 
- 00022834  0x00003b02 store  0x00000001 , 0x000003c0 
- 00022835  0x00003b03 rtn 
- 00022836  0x00003b06 fetch  0x00000001 , 0x000003e4 
- 00022837  0x00003b07 set1  0x00000003 , 0x0000003f 
- 00022838  0x00003b08 store  0x00000001 , 0x000003e4 
- 00022839  0x00003b09 rtn 
- 00022840  0x00003b0c increase  0x0000000a , 0x00000006 
- 00022841  0x00003b0d ifetch  0x00000008 , 0x00000006 
- 00022842  0x00003b0e store  0x00000008 , 0x00000380 
- 00022843  0x00003b0f ifetch  0x00000004 , 0x00000006 
- 00022844  0x00003b10 store  0x00000004 , 0x00004473 
- 00022845  0x00003b11 jam  0x00000024 , 0x00000b7d 
- 00022846  0x00003b12 branch  0x00005620 
- 00022847  0x00003b15 ifetch  0x00000008 , 0x00000006 
- 00022848  0x00003b16 store  0x00000008 , 0x00000388 
- 00022849  0x00003b17 ifetch  0x00000004 , 0x00000006 
- 00022850  0x00003b18 store  0x00000004 , 0x00004477 
- 00022851  0x00003b19 branch  0x000074b6 
- 00022852  0x00003b1c fetch  0x00000001 , 0x000003c0 
- 00022853  0x00003b1d set1  0x00000004 , 0x0000003f 
- 00022854  0x00003b1e store  0x00000001 , 0x000003c0 
- 00022855  0x00003b1f jam  0x00000026 , 0x00000b7d 
- 00022856  0x00003b20 branch  0x00005620 
- 00022857  0x00003b23 rtn  0x00000029 
- 00022858  0x00003b24 jam  0x00000026 , 0x00000b7d 
- 00022859  0x00003b25 branch  0x00005620 
- 00022860  0x00003b28 rtn 
- 00022861  0x00003b2b jam  0x00000029 , 0x00000b7d 
- 00022862  0x00003b2c branch  0x00005620 
- 00022863  0x00003b2f rtn 
- 00022864  0x00003b32 rtn 
- 00022865  0x00003b35 rtn 
- 00022866  0x00003b38 rtn  0x00000029 
- 00022867  0x00003b39 jam  0x0000002c , 0x00000b7d 
- 00022868  0x00003b3a branch  0x00005620 
- 00022869  0x00003b3d rtn 
- 00022870  0x00003b41 store  0x00000001 , 0x000044ae 
- 00022871  0x00003b42 ifetch  0x00000006 , 0x00000006 
- 00022872  0x00003b43 istore  0x00000006 , 0x00000005 
- 00022873  0x00003b44 jam  0x00000042 , 0x00000b7d 
- 00022874  0x00003b45 branch  0x00005620 
- 00022875  0x00003b48 store  0x00000001 , 0x000044b5 
- 00022876  0x00003b49 ifetch  0x00000006 , 0x00000006 
- 00022877  0x00003b4a istore  0x00000006 , 0x00000005 
- 00022878  0x00003b4b jam  0x00000043 , 0x00000b7d 
- 00022879  0x00003b4c branch  0x00005620 
- 00022880  0x00003b4f arg  0x0000448c , 0x00000005 
- 00022881  0x00003b50 call  0x00007e35 
- 00022882  0x00003b51 jam  0x00000044 , 0x00000b7d 
- 00022883  0x00003b52 branch  0x00005620 , 0x00000029 
- 00022884  0x00003b53 jam  0x00000043 , 0x00000b7d 
- 00022885  0x00003b54 branch  0x00005620 
- 00022886  0x00003b57 call  0x000074a8 
- 00022887  0x00003b58 branch  0x0000596a , 0x00000005 
- 00022888  0x00003b59 jam  0x00000045 , 0x00000b7d 
- 00022889  0x00003b5a branch  0x00005620 
- 00022890  0x00003b5d call  0x000074a5 
- 00022891  0x00003b5e jam  0x00000023 , 0x00000b7d 
- 00022892  0x00003b5f branch  0x00005620 , 0x00000029 
- 00022893  0x00003b60 jam  0x00000044 , 0x00000b7d 
- 00022894  0x00003b61 branch  0x00005620 
- 00022895  0x00003b64 rtn 
- 00022896  0x00003b67 arg  0x00000390 , 0x00000005 
- 00022897  0x00003b68 branch  0x00007e35 
- 00022898  0x00003b6b rtn 
- 00022899  0x00003b6e rtn 
- 00022900  0x00003b71 rtn 
- 00022901  0x00003b74 rtn 
- 00022902  0x00003b77 rtn 
- 00022903  0x00003b7a increase  0xfffffffe , 0x00000006 
- 00022904  0x00003b7b ifetcht  0x00000001 , 0x00000006 
- 00022905  0x00003b7c setarg  0x00000006 
- 00022906  0x00003b7d isub  0x00000002 , 0x0000003e 
- 00022907  0x00003b7e branch  0x00005989 , 0x00000005 
- 00022908  0x00003b7f setarg  0x00000004 
- 00022909  0x00003b80 isub  0x00000002 , 0x0000003e 
- 00022910  0x00003b81 branch  0x0000598a , 0x00000005 
- 00022911  0x00003b82 setarg  0x00000008 
- 00022912  0x00003b83 isub  0x00000002 , 0x0000003e 
- 00022913  0x00003b84 branch  0x0000598b , 0x00000005 
- 00022914  0x00003b85 setarg  0x0000000c 
- 00022915  0x00003b86 isub  0x00000002 , 0x0000003e 
- 00022916  0x00003b87 branch  0x0000598c , 0x00000005 
- 00022917  0x00003b88 setarg  0x0000000e 
- 00022918  0x00003b89 isub  0x00000002 , 0x0000003e 
- 00022919  0x00003b8a branch  0x0000598d , 0x00000005 
- 00022920  0x00003b8b rtn 
- 00022921  0x00003b8e rtn 
- 00022922  0x00003b91 rtn 
- 00022923  0x00003b94 rtn 
- 00022924  0x00003b97 rtn 
- 00022925  0x00003b9a rtn 
- 00022926  0x00003b9e jam  0x00000003 , 0x00000b7d 
- 00022927  0x00003b9f branch  0x00005620 
- 00022928  0x00003ba2 rtn 
- 00022929  0x00003ba5 rshift8  0x0000003f , 0x0000003f 
- 00022930  0x00003ba6 store  0x00000002 , 0x000044bc 
- 00022931  0x00003ba7 ifetch  0x00000002 , 0x00000006 
- 00022932  0x00003ba8 store  0x00000002 , 0x000044be 
- 00022933  0x00003ba9 jam  0x00000005 , 0x00000b7d 
- 00022934  0x00003baa branch  0x00005620 
- 00022935  0x00003bad rtn 
- 00022936  0x00003bb0 rtn 
- 00022937  0x00003bb3 rtn 
- 00022938  0x00003bb6 rshift8  0x0000003f , 0x0000003f 
- 00022939  0x00003bb7 store  0x00000002 , 0x000044bc 
- 00022940  0x00003bb8 ifetch  0x00000002 , 0x00000006 
- 00022941  0x00003bb9 store  0x00000002 , 0x000044be 
- 00022942  0x00003bba ifetch  0x00000002 , 0x00000006 
- 00022943  0x00003bbb store  0x00000002 , 0x000044c4 
- 00022944  0x00003bbc ifetch  0x00000002 , 0x00000006 
- 00022945  0x00003bbd store  0x00000002 , 0x000044c0 
- 00022946  0x00003bbe jam  0x00000007 , 0x00000b7d 
- 00022947  0x00003bbf branch  0x00005620 
- 00022948  0x00003bc3 rtn 
- 00022949  0x00003bc6 rshift8  0x0000003f , 0x0000003f 
- 00022950  0x00003bc7 store  0x00000002 , 0x000044bc 
- 00022951  0x00003bc8 ifetch  0x00000002 , 0x00000006 
- 00022952  0x00003bc9 store  0x00000002 , 0x000044be 
- 00022953  0x00003bca ifetch  0x00000002 , 0x00000006 
- 00022954  0x00003bcb store  0x00000002 , 0x000044c0 
- 00022955  0x00003bcc jam  0x00000009 , 0x00000b7d 
- 00022956  0x00003bcd branch  0x00005620 
- 00022957  0x00003bd0 rtn 
- 00022958  0x00003bd3 fetch  0x00000002 , 0x00000347 
- 00022959  0x00003bd4 store  0x00000002 , 0x000003fa 
- 00022960  0x00003bd5 jam  0x0000000b , 0x00000b7d 
- 00022961  0x00003bd6 branch  0x00005620 
- 00022962  0x00003bd9 rtn 
- 00022963  0x00003bdc rtn 
- 00022964  0x00003bdf rtn 
- 00022965  0x00003be3 ifetch  0x00000002 , 0x00000006 
- 00022966  0x00003be4 store  0x00000002 , 0x000044c0 
- 00022967  0x00003be5 jam  0x0000000d , 0x00000b7d 
- 00022968  0x00003be6 branch  0x00005620 
- 00022969  0x00003be9 rtn 
- 00022970  0x00003bec fetch  0x00000001 , 0x00000341 
- 00022971  0x00003bed increase  0xfffffffb , 0x0000003f 
- 00022972  0x00003bee rshift  0x0000003f , 0x0000003f 
- 00022973  0x00003bef store  0x00000001 , 0x0000443d 
- 00022974  0x00003bf0 jam  0x0000000f , 0x00000b7d 
- 00022975  0x00003bf1 branch  0x00005620 
- 00022976  0x00003bf4 rtn 
- 00022977  0x00003bf7 rshift8  0x0000003f , 0x0000003f 
- 00022978  0x00003bf8 store  0x00000002 , 0x000044bc 
- 00022979  0x00003bf9 ifetch  0x00000002 , 0x00000006 
- 00022980  0x00003bfa store  0x00000002 , 0x000044be 
- 00022981  0x00003bfb ifetch  0x00000002 , 0x00000006 
- 00022982  0x00003bfc store  0x00000002 , 0x000044c0 
- 00022983  0x00003bfd jam  0x00000011 , 0x00000b7d 
- 00022984  0x00003bfe branch  0x00005620 
- 00022985  0x00003c01 rtn 
- 00022986  0x00003c04 fetch  0x00000001 , 0x00000341 
- 00022987  0x00003c05 increase  0xfffffff9 , 0x0000003f 
- 00022988  0x00003c06 icopy  0x00000039 
- 00022989  0x00003c07 fetcht  0x00000002 , 0x000003fa 
- 00022990  0x00003c08 call  0x00005a88 
- 00022991  0x00003c09 branch  0x000059d8 , 0x00000034 
- 00022992  0x00003c0a ifetch  0x00000001 , 0x00000006 
- 00022993  0x00003c0b isub  0x00000039 , 0x0000003e 
- 00022994  0x00003c0c nbranch  0x000059d8 , 0x00000002 
- 00022995  0x00003c0d copy  0x00000006 , 0x00000005 
- 00022996  0x00003c0f arg  0x00000349 , 0x00000006 
- 00022997  0x00003c10 call  0x00007e45 
- 00022998  0x00003c11 jam  0x00000028 , 0x00000b7d 
- 00022999  0x00003c12 call  0x00007c27 
- 00023000  0x00003c14 jam  0x00000013 , 0x00000b7d 
- 00023001  0x00003c15 branch  0x00005620 
- 00023002  0x00003c18 fetch  0x00000001 , 0x000003e3 
- 00023003  0x00003c19 rtn 
- 00023004  0x00003c1c rtn 
- 00023005  0x00003c1f rtn 
- 00023006  0x00003c22 rtn 
- 00023007  0x00003c25 rtn 
- 00023008  0x00003c2e ifetch  0x00000005 , 0x00000006 
- 00023009  0x00003c2f store  0x00000005 , 0x00000ff1 
- 00023010  0x00003c30 jam  0x00000001 , 0x00000ff0 
- 00023011  0x00003c32 call  0x00007cdb 
- 00023012  0x00003c33 rtn 
- 00023013  0x00003c35 copy  0x00000011 , 0x00000006 
- 00023014  0x00003c36 ifetch  0x00000008 , 0x00000006 
- 00023015  0x00003c37 store  0x00000008 , 0x00000ff1 
- 00023016  0x00003c38 jam  0x00000002 , 0x00000ff0 
- 00023017  0x00003c39 call  0x00007cdb 
- 00023018  0x00003c3a rtn 
- 00023019  0x00003c3d rtn 
- 00023020  0x00003c40 rtn 
- 00023021  0x00003c43 fetch  0x00000001 , 0x00000341 
- 00023022  0x00003c44 increase  0xfffffff9 , 0x0000003f 
- 00023023  0x00003c45 icopy  0x00000039 
- 00023024  0x00003c46 fetcht  0x00000002 , 0x000003fa 
- 00023025  0x00003c47 call  0x00005a88 
- 00023026  0x00003c48 branch  0x000059fd , 0x00000034 
- 00023027  0x00003c49 ifetch  0x00000001 , 0x00000006 
- 00023028  0x00003c4a isub  0x00000039 , 0x0000003e 
- 00023029  0x00003c4b nbranch  0x000059fd , 0x00000002 
- 00023030  0x00003c4c copy  0x00000006 , 0x00000005 
- 00023031  0x00003c4d copy  0x00000006 , 0x00000011 
- 00023032  0x00003c4e copy  0x00000039 , 0x00000012 
- 00023033  0x00003c4f arg  0x00000349 , 0x00000006 
- 00023034  0x00003c50 call  0x00007e45 
- 00023035  0x00003c51 jam  0x00000001 , 0x00000481 
- 00023036  0x00003c52 call  0x000059fe 
- 00023037  0x00003c54 rtn 
- 00023038  0x00003c58 fetch  0x00000002 , 0x00004296 
- 00023039  0x00003c59 rtn  0x00000034 
- 00023040  0x00003c5a iforce  0x0000003d 
- 00023041  0x00003c5e rtn 
- 00023042  0x00003c61 fetcht  0x00000004 , 0x000003dc 
- 00023043  0x00003c62 call  0x00003bde 
- 00023044  0x00003c63 isub  0x00000002 , 0x0000000b 
- 00023045  0x00003c64 deposit  0x0000000b 
- 00023046  0x00003c65 fetcht  0x00000002 , 0x000003ef 
- 00023047  0x00003c66 lshift4  0x00000002 , 0x00000002 
- 00023048  0x00003c67 lshift  0x00000002 , 0x00000002 
- 00023049  0x00003c68 isub  0x00000002 , 0x0000003f 
- 00023050  0x00003c69 rtn 
- 00023051  0x00003c6c call  0x00003bde 
- 00023052  0x00003c6d store  0x00000004 , 0x000003dc 
- 00023053  0x00003c6e rtn 
- 00023054  0x00003c73 set1  0x00000025 , 0x00000000 
- 00023055  0x00003c74 bpatch  0x00000070 , 0x0000402e 
- 00023056  0x00003c75 fetch  0x00000001 , 0x000043d8 
- 00023057  0x00003c76 rtn  0x00000034 
- 00023058  0x00003c77 arg  0x00000001 , 0x00000007 
- 00023059  0x00003c78 call  0x00007e53 
- 00023060  0x00003c79 nrtn  0x00000034 
- 00023061  0x00003c7a disable  0x00000029 
- 00023062  0x00003c7b enable  0x00000010 
- 00023063  0x00003c7c call  0x00005572 
- 00023064  0x00003c7d call  0x0000542c 
- 00023065  0x00003c7e call  0x000054de 
- 00023066  0x00003c7f nbranch  0x00005a24 , 0x0000002d 
- 00023067  0x00003c80 set1  0x00000025 , 0x00000000 
- 00023068  0x00003c81 bpatch  0x00000071 , 0x0000402e 
- 00023069  0x00003c82 fetch  0x00000001 , 0x00000003 
- 00023070  0x00003c83 increase  0x00000001 , 0x0000003f 
- 00023071  0x00003c84 store  0x00000001 , 0x00000003 
- 00023072  0x00003c85 fetch  0x00000001 , 0x00000340 
- 00023073  0x00003c86 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00023074  0x00003c87 beq  0x00000003 , 0x00005519 
- 00023075  0x00003c88 beq  0x00000005 , 0x00005a41 
- 00023076  0x00003c8a nop  0x00002710 
- 00023077  0x00003c8b fetch  0x00000001 , 0x00000016 
- 00023078  0x00003c8c bne  0x00000027 , 0x00005a0e 
- 00023079  0x00003c8d call  0x00005ad8 
- 00023080  0x00003c8e arg  0x00000001 , 0x00000007 
- 00023081  0x00003c8f fetch  0x00000002 , 0x000044d9 
- 00023082  0x00003c90 branch  0x00007e4c 
- 00023083  0x00003c94 set1  0x00000025 , 0x00000000 
- 00023084  0x00003c95 bpatch  0x00000072 , 0x0000402e 
- 00023085  0x00003c96 fetch  0x00000001 , 0x000003f8 
- 00023086  0x00003c97 call  0x00005405 
- 00023087  0x00003c98 fetch  0x00000002 , 0x000003c2 
- 00023088  0x00003c99 imul32  0x00000002 , 0x0000003f 
- 00023089  0x00003c9a arg  0x00000177 , 0x00000002 
- 00023090  0x00003c9b imul32  0x00000002 , 0x0000003f 
- 00023091  0x00003c9c arg  0x000186a0 , 0x00000002 
- 00023092  0x00003c9d idiv  0x00000002 
- 00023093  0x00003c9e fetch  0x00000001 , 0x000003ec 
- 00023094  0x00003c9f arg  0x00004e20 , 0x00000002 
- 00023095  0x00003ca0 imul32  0x00000002 , 0x0000003f 
- 00023096  0x00003ca1 store  0x00000004 , 0x000046f9 
- 00023097  0x00003ca2 set1  0x00000025 , 0x00000000 
- 00023098  0x00003ca3 bpatch  0x00000073 , 0x0000402e 
- 00023099  0x00003ca4 fetch  0x00000002 , 0x00004161 
- 00023100  0x00003ca5 call  0x00007efd 
- 00023101  0x00003ca6 quotient  0x00000002 
- 00023102  0x00003ca7 iadd  0x00000002 , 0x0000003f 
- 00023103  0x00003ca8 store  0x00000002 , 0x000003ce 
- 00023104  0x00003ca9 rtn 
- 00023105  0x00003cac set1  0x00000025 , 0x00000000 
- 00023106  0x00003cad bpatch  0x00000074 , 0x0000402e 
- 00023107  0x00003cae fetch  0x00000006 , 0x00000348 
- 00023108  0x00003caf fetcht  0x00000006 , 0x000044f9 
- 00023109  0x00003cb0 isub  0x00000002 , 0x0000003e 
- 00023110  0x00003cb1 nrtn  0x00000005 
- 00023111  0x00003cb2 call  0x00005613 
- 00023112  0x00003cb3 copy  0x00000011 , 0x0000003f 
- 00023113  0x00003cb4 store  0x00000001 , 0x000044e6 
- 00023114  0x00003cb5 fetch  0x00000007 , 0x00000355 
- 00023115  0x00003cb6 store  0x00000007 , 0x00000103 
- 00023116  0x00003cb7 ifetch  0x00000008 , 0x00000006 
- 00023117  0x00003cb8 istore  0x00000008 , 0x00000005 
- 00023118  0x00003cb9 fetch  0x00000006 , 0x00000342 
- 00023119  0x00003cba store  0x00000006 , 0x000003d0 
- 00023120  0x00003cbb set1  0x00000025 , 0x00000000 
- 00023121  0x00003cbc bpatch  0x00000075 , 0x0000402e 
- 00023122  0x00003cbd increase  0x00000006 , 0x00000006 
- 00023123  0x00003cbe ifetch  0x00000008 , 0x00000006 
- 00023124  0x00003cbf store  0x00000008 , 0x000003e5 
- 00023125  0x00003cc0 ifetcht  0x00000002 , 0x00000006 
- 00023126  0x00003cc1 lshift2  0x00000002 , 0x00000002 
- 00023127  0x00003cc2 ifetch  0x00000002 , 0x00000006 
- 00023128  0x00003cc3 lshift2  0x0000003f , 0x0000003f 
- 00023129  0x00003cc4 store  0x00000002 , 0x000003c2 
- 00023130  0x00003cc5 store  0x00000004 , 0x000003c4 
- 00023131  0x00003cc6 isub  0x00000002 , 0x0000003f 
- 00023132  0x00003cc7 add  0x0000003f , 0xfffffffe , 0x00000028 
- 00023133  0x00003cc8 ifetch  0x00000009 , 0x00000006 
- 00023134  0x00003cc9 store  0x00000009 , 0x000003ed 
- 00023135  0x00003cca set1  0x00000025 , 0x00000000 
- 00023136  0x00003ccb bpatch  0x00000076 , 0x0000402e 
- 00023137  0x00003ccc ifetch  0x00000001 , 0x00000006 
- 00023138  0x00003ccd rshift4  0x0000003f , 0x00000002 
- 00023139  0x00003cce rshift  0x00000002 , 0x00000002 
- 00023140  0x00003ccf storet  0x00000001 , 0x000003f8 
- 00023141  0x00003cd0 and_into  0x0000001f , 0x0000003f 
- 00023142  0x00003cd1 store  0x00000001 , 0x000003d9 
- 00023143  0x00003cd2 call  0x00005a2b 
- 00023144  0x00003cd3 call  0x00005447 
- 00023145  0x00003cd4 call  0x0000536c 
- 00023146  0x00003cd5 call  0x000032d6 
- 00023147  0x00003cd6 nrtn  0x00000005 
- 00023148  0x00003cd7 set1  0x00000025 , 0x00000000 
- 00023149  0x00003cd8 bpatch  0x00000077 , 0x0000402e 
- 00023150  0x00003cd9 arg  0x00000000 , 0x00000002 
- 00023151  0x00003cda call  0x000048ea 
- 00023152  0x00003cdb call  0x000039ac 
- 00023153  0x00003cdc jam  0x00000014 , 0x00000b7d 
- 00023154  0x00003cdd call  0x00007c27 
- 00023155  0x00003cdf branch  0x000032bd 
- 00023156  0x00003ce3 set1  0x00000025 , 0x00000000 
- 00023157  0x00003ce4 bpatch  0x00000078 , 0x0000402f 
- 00023158  0x00003ce5 fetch  0x00000002 , 0x000044bc 
- 00023159  0x00003ce6 iforce  0x00000012 
- 00023160  0x00003ce7 fetch  0x00000002 , 0x000044be 
- 00023161  0x00003ce8 iforce  0x00000013 
- 00023162  0x00003ce9 arg  0x00004504 , 0x00000006 
- 00023163  0x00003cea enable  0x00000028 
- 00023164  0x00003ceb rtn 
- 00023165  0x00003cef ifetch  0x00000002 , 0x00000006 
- 00023166  0x00003cf0 rtn  0x00000034 
- 00023167  0x00003cf1 isub  0x00000012 , 0x0000003e 
- 00023168  0x00003cf2 nrtn  0x00000002 
- 00023169  0x00003cf3 isub  0x00000013 , 0x0000003e 
- 00023170  0x00003cf4 rtn  0x00000005 
- 00023171  0x00003cf5 branch  0x00005a86 , 0x00000002 
- 00023172  0x00003cf6 force  0x00000001 , 0x0000003e 
- 00023173  0x00003cf7 rtn 
- 00023174  0x00003cf9 force  0x00000000 , 0x0000003f 
- 00023175  0x00003cfa rtn 
- 00023176  0x00003cfe arg  0x00004504 , 0x00000006 
- 00023177  0x00003d00 ifetch  0x00000002 , 0x00000006 
- 00023178  0x00003d01 rtn  0x00000034 
- 00023179  0x00003d02 increase  0x00000002 , 0x00000006 
- 00023180  0x00003d03 isub  0x00000002 , 0x0000003e 
- 00023181  0x00003d04 rtn  0x00000005 
- 00023182  0x00003d05 ifetch  0x00000001 , 0x00000006 
- 00023183  0x00003d06 iadd  0x00000006 , 0x00000006 
- 00023184  0x00003d07 branch  0x00005a89 
- 00023185  0x00003d0a jam  0x00000002 , 0x000044c6 
- 00023186  0x00003d0b setarg  0x00000001 
- 00023187  0x00003d0c store  0x00000002 , 0x000044c7 
- 00023188  0x00003d0d jam  0x00000025 , 0x000003e3 
- 00023189  0x00003d0e jam  0x00000012 , 0x00000b7d 
- 00023190  0x00003d0f branch  0x00005620 
- 00023191  0x00003d12 rtn 
- 00023192  0x00003d14 rtn 
- 00023193  0x00003d16 set1  0x00000025 , 0x00000000 
- 00023194  0x00003d17 bpatch  0x00000079 , 0x0000402f 
- 00023195  0x00003d18 fetch  0x00000001 , 0x00004132 
- 00023196  0x00003d19 rtnne  0x00000004 
- 00023197  0x00003d1a fetch  0x00000001 , 0x000003e3 
- 00023198  0x00003d1b beq  0x00000021 , 0x00005a91 
- 00023199  0x00003d1c beq  0x00000025 , 0x00005a97 
- 00023200  0x00003d1d beq  0x00000026 , 0x00005a98 
- 00023201  0x00003d1e rtn 
- 00023202  0x00003d21 setarg  0x00005aae 
- 00023203  0x00003d22 store  0x00000002 , 0x0000428c 
- 00023204  0x00003d23 hjam  0x00000081 , 0x00008062 
- 00023205  0x00003d24 setarg  0x000001a0 
- 00023206  0x00003d25 hstore  0x00000002 , 0x00008052 
- 00023207  0x00003d26 hjam  0x00000001 , 0x00008043 
- 00023208  0x00003d27 hjam  0x00000004 , 0x00008081 
- 00023209  0x00003d28 setarg  0x00005ac6 
- 00023210  0x00003d29 store  0x00000002 , 0x00004296 
- 00023211  0x00003d2a call  0x00005347 
- 00023212  0x00003d2b rtn  0x0000002b 
- 00023213  0x00003d2c branch  0x0000691d 
- 00023214  0x00003d30 fetch  0x00000001 , 0x000003c1 
- 00023215  0x00003d31 compare  0x00000001 , 0x0000003f , 0x000000ff 
- 00023216  0x00003d32 setarg  0x00000005 
- 00023217  0x00003d33 call  0x00006a04 , 0x00000001 
- 00023218  0x00003d34 ncall  0x000069ff , 0x00000001 
- 00023219  0x00003d35 call  0x000068fd 
- 00023220  0x00003d36 branch  0x00005abe , 0x00000034 
- 00023221  0x00003d37 fetch  0x00000002 , 0x00000419 
- 00023222  0x00003d38 iforce  0x00000005 
- 00023223  0x00003d39 sub  0x00000039 , 0x00000014 , 0x0000003e 
- 00023224  0x00003d3a branch  0x00005aba , 0x00000002 
- 00023225  0x00003d3b force  0x00000014 , 0x00000039 
- 00023226  0x00003d3d ifetch  0x00000001 , 0x00000003 
- 00023227  0x00003d3e istore  0x00000001 , 0x00000005 
- 00023228  0x00003d3f loop  0x00005aba 
- 00023229  0x00003d40 call  0x00006906 
- 00023230  0x00003d42 jam  0x00000014 , 0x000044c2 
- 00023231  0x00003d43 fetcht  0x00000002 , 0x00000419 
- 00023232  0x00003d44 ifetch  0x00000001 , 0x00000002 
- 00023233  0x00003d45 rtn  0x00000034 
- 00023234  0x00003d46 call  0x0000561c 
- 00023235  0x00003d47 nrtn  0x00000034 
- 00023236  0x00003d48 jam  0x0000001b , 0x00000b7d 
- 00023237  0x00003d49 branch  0x00005620 
- 00023238  0x00003d4c copy  0x00000012 , 0x00000002 
- 00023239  0x00003d4d call  0x000068f7 
- 00023240  0x00003d4e copy  0x00000011 , 0x00000006 
- 00023241  0x00003d4f copy  0x00000012 , 0x00000039 
- 00023242  0x00003d51 ifetch  0x00000001 , 0x00000006 
- 00023243  0x00003d52 istore  0x00000001 , 0x0000000a 
- 00023244  0x00003d53 loop  0x00005aca 
- 00023245  0x00003d54 branch  0x000068fa 
- 00023246  0x00003d57 fetch  0x00000001 , 0x00004132 
- 00023247  0x00003d58 rtnne  0x00000006 
- 00023248  0x00003d59 fetch  0x00000002 , 0x000044c2 
- 00023249  0x00003d5a rtnne  0x00000014 
- 00023250  0x00003d5b fetcht  0x00000002 , 0x00000419 
- 00023251  0x00003d5c setarg  0x00000000 
- 00023252  0x00003d5d istore  0x00000009 , 0x00000002 
- 00023253  0x00003d5e istore  0x00000009 , 0x00000005 
- 00023254  0x00003d5f istore  0x00000002 , 0x00000005 
- 00023255  0x00003d60 rtn 
- 00023256  0x00003d64 fetcht  0x00000001 , 0x000043d7 
- 00023257  0x00003d65 setflip  0x00000007 , 0x00000002 
- 00023258  0x00003d66 branch  0x000069f3 
- 00023259  0x00003d6a set1  0x00000025 , 0x00000000 
- 00023260  0x00003d6b bpatch  0x0000007a , 0x0000402f 
- 00023261  0x00003d6c call  0x00005adf 
- 00023262  0x00003d6d branch  0x00005aed 
- 00023263  0x00003d70 fetch  0x00000001 , 0x00004419 
- 00023264  0x00003d71 copy  0x0000003f , 0x00000039 
- 00023265  0x00003d72 arg  0x00002a00 , 0x00000002 
- 00023266  0x00003d73 call  0x00005b0c 
- 00023267  0x00003d74 increase  0x00000001 , 0x00000006 
- 00023268  0x00003d75 copy  0x00000006 , 0x00000005 
- 00023269  0x00003d76 arg  0x0000441a , 0x00000006 
- 00023270  0x00003d77 call  0x00007e45 
- 00023271  0x00003d78 fetch  0x00000001 , 0x00004419 
- 00023272  0x00003d79 sub  0x0000003f , 0x00000014 , 0x00000039 
- 00023273  0x00003d7a copy  0x00000039 , 0x00000002 
- 00023274  0x00003d7b copy  0x00000039 , 0x0000003f 
- 00023275  0x00003d7c ncall  0x00005b15 , 0x00000034 
- 00023276  0x00003d7d rtn 
- 00023277  0x00003d80 fetch  0x00000001 , 0x000043d9 
- 00023278  0x00003d81 fetcht  0x00000001 , 0x000043da 
- 00023279  0x00003d82 isub  0x00000002 , 0x0000003f 
- 00023280  0x00003d83 copy  0x0000003f , 0x00000039 
- 00023281  0x00003d84 copy  0x0000003f , 0x00000011 
- 00023282  0x00003d85 fetch  0x00000001 , 0x000043da 
- 00023283  0x00003d86 increase  0x00000001 , 0x0000003f 
- 00023284  0x00003d87 arg  0x000043da , 0x00000006 
- 00023285  0x00003d88 iadd  0x00000006 , 0x00000006 
- 00023286  0x00003d89 arg  0x0000041d , 0x00000005 
- 00023287  0x00003d8a call  0x00007e45 
- 00023288  0x00003d8b set1  0x00000025 , 0x00000000 
- 00023289  0x00003d8c bpatch  0x0000007b , 0x0000402f 
- 00023290  0x00003d8d fetch  0x00000001 , 0x00004419 
- 00023291  0x00003d8e copy  0x0000003f , 0x00000039 
- 00023292  0x00003d8f increase  0x00000001 , 0x0000003f 
- 00023293  0x00003d90 store  0x00000001 , 0x000043da 
- 00023294  0x00003d91 arg  0x000043dc , 0x00000005 
- 00023295  0x00003d92 arg  0x0000441a , 0x00000006 
- 00023296  0x00003d93 call  0x00007e45 
- 00023297  0x00003d94 copy  0x00000011 , 0x00000039 
- 00023298  0x00003d95 arg  0x0000041d , 0x00000006 
- 00023299  0x00003d96 call  0x00007e45 
- 00023300  0x00003d97 fetch  0x00000001 , 0x000043da 
- 00023301  0x00003d98 iadd  0x00000011 , 0x0000003f 
- 00023302  0x00003d99 store  0x00000001 , 0x000043d9 
- 00023303  0x00003d9a rtn 
- 00023304  0x00003d9e set1  0x00000025 , 0x00000000 
- 00023305  0x00003d9f bpatch  0x0000007c , 0x0000402f 
- 00023306  0x00003da0 arg  0x00002a00 , 0x00000002 
- 00023307  0x00003da1 branch  0x00005b0c 
- 00023308  0x00003da5 arg  0x00004504 , 0x00000006 
- 00023309  0x00003da7 ifetch  0x00000002 , 0x00000006 
- 00023310  0x00003da8 branch  0x00003bf1 , 0x00000034 
- 00023311  0x00003da9 ifetch  0x00000002 , 0x00000006 
- 00023312  0x00003daa isub  0x00000002 , 0x0000003e 
- 00023313  0x00003dab rtn  0x00000005 
- 00023314  0x00003dac ifetch  0x00000001 , 0x00000006 
- 00023315  0x00003dad iadd  0x00000006 , 0x00000006 
- 00023316  0x00003dae branch  0x00005b0d 
- 00023317  0x00003db2 setarg  0x00000020 
- 00023318  0x00003db3 istore  0x00000001 , 0x00000005 
- 00023319  0x00003db4 loop  0x00005b15 
- 00023320  0x00003db5 rtn 
- 00023321  0x00003db9 set1  0x00000025 , 0x00000000 
- 00023322  0x00003dba bpatch  0x0000007d , 0x0000402f 
- 00023323  0x00003dbb disable  0x0000002b 
- 00023324  0x00003dbc branch  0x00005b1e , 0x0000002e 
- 00023325  0x00003dbd nbranch  0x00005b2a , 0x0000002d 
- 00023326  0x00003dbf call  0x00003d76 
- 00023327  0x00003dc0 fetch  0x00000002 , 0x00004161 
- 00023328  0x00003dc1 store  0x00000002 , 0x000003ce 
- 00023329  0x00003dc2 fetch  0x00000001 , 0x00000340 
- 00023330  0x00003dc3 compare  0x00000001 , 0x0000003f , 0x00000003 
- 00023331  0x00003dc4 nbranch  0x00003d8a , 0x00000001 
- 00023332  0x00003dc5 fetch  0x00000001 , 0x0000443e 
- 00023333  0x00003dc6 compare  0x00000001 , 0x0000003f , 0x00000003 
- 00023334  0x00003dc7 nbranch  0x00003d8a , 0x00000001 
- 00023335  0x00003dc8 fetch  0x00000001 , 0x000003c0 
- 00023336  0x00003dc9 bbit1  0x00000005 , 0x00003d8a 
- 00023337  0x00003dca branch  0x00003d6f 
- 00023338  0x00003dcd fetcht  0x00000002 , 0x00004161 
- 00023339  0x00003dce rshift  0x00000002 , 0x00000002 
- 00023340  0x00003dcf fetch  0x00000002 , 0x000003ce 
- 00023341  0x00003dd0 iadd  0x00000002 , 0x0000003f 
- 00023342  0x00003dd1 store  0x00000002 , 0x000003ce 
- 00023343  0x00003dd2 branch  0x00003d82 
- 00023344  0x00003dd5 set1  0x00000025 , 0x00000000 
- 00023345  0x00003dd6 bpatch  0x0000007e , 0x0000402f 
- 00023346  0x00003dd7 jam  0x00000000 , 0x000046f8 
- 00023347  0x00003dd8 fetcht  0x00000002 , 0x000044c2 
- 00023348  0x00003dd9 call  0x00005866 
- 00023349  0x00003dda copy  0x00000011 , 0x00000005 
- 00023350  0x00003ddb setarg  0x00000000 
- 00023351  0x00003ddc istore  0x00000001 , 0x00000005 
- 00023352  0x00003ddd rtn 
- 00023353  0x00003ddf fetch  0x00000001 , 0x00004132 
- 00023354  0x00003de0 rtnne  0x0000000a 
- 00023355  0x00003de1 call  0x00007f6e 
- 00023356  0x00003de2 arg  0x000003d0 , 0x00000011 
- 00023357  0x00003de3 call  0x00007e9d 
- 00023358  0x00003de4 setarg  0x0000002c 
- 00023359  0x00003de5 istore  0x00000001 , 0x0000000a 
- 00023360  0x00003de6 call  0x000041d4 
- 00023361  0x00003de7 branch  0x000068fa 
- 00023362  0x00003deb arg  0x00000014 , 0x00000002 
- 00023363  0x00003dec call  0x00005866 
- 00023364  0x00003ded rtnbit0  0x00000000 
- 00023365  0x00003dee call  0x0000561c 
- 00023366  0x00003def nrtn  0x00000034 
- 00023367  0x00003df0 arg  0x00000014 , 0x00000002 
- 00023368  0x00003df1 storet  0x00000002 , 0x000044c2 
- 00023369  0x00003df2 call  0x00005a88 
- 00023370  0x00003df3 branch  0x00003bf1 , 0x00000034 
- 00023371  0x00003df4 add  0x00000006 , 0x00000001 , 0x00000005 
- 00023372  0x00003df5 arg  0x00000014 , 0x00000039 
- 00023373  0x00003df6 arg  0x0000046d , 0x00000006 
- 00023374  0x00003df7 call  0x00007e45 
- 00023375  0x00003df8 jam  0x0000001b , 0x00000b7d 
- 00023376  0x00003df9 branch  0x00005620 
- 00023377  0x00003dfb rtn 
- 00023378  0x00003dff set1  0x00000025 , 0x00000000 
- 00023379  0x00003e00 bpatch  0x0000007f , 0x0000402f 
- 00023380  0x00003e01 fetch  0x00000001 , 0x00000341 
- 00023381  0x00003e02 arg  0x00000348 , 0x00000006 
- 00023382  0x00003e03 iadd  0x00000006 , 0x00000039 
- 00023383  0x00003e05 ifetcht  0x00000001 , 0x00000006 
- 00023384  0x00003e06 ifetch  0x00000001 , 0x00000006 
- 00023385  0x00003e07 isub  0x00000011 , 0x0000003e 
- 00023386  0x00003e08 rtn  0x00000005 
- 00023387  0x00003e09 add  0x00000002 , 0xffffffff , 0x0000003f 
- 00023388  0x00003e0a iadd  0x00000006 , 0x00000006 
- 00023389  0x00003e0b deposit  0x00000039 
- 00023390  0x00003e0c isub  0x00000006 , 0x0000003e 
- 00023391  0x00003e0d branch  0x00005b57 , 0x00000002 
- 00023392  0x00003e0e force  0x00000001 , 0x0000003e 
- 00023393  0x00003e0f rtn 
- 00023394  0x00003e17 rtn  0x0000002b 
- 00023395  0x00003e19 setarg  0x00000000 
- 00023396  0x00003e1a store  0x00000001 , 0x00000048 
- 00023397  0x00003e1b store  0x00000001 , 0x00000055 
- 00023398  0x00003e1c store  0x00000001 , 0x00000078 
- 00023399  0x00003e1d store  0x00000001 , 0x0000007c 
- 00023400  0x00003e1e store  0x00000001 , 0x000041f9 
- 00023401  0x00003e1f store  0x00000001 , 0x00000453 
- 00023402  0x00003e20 store  0x00000001 , 0x00000177 
- 00023403  0x00003e21 store  0x00000001 , 0x000007e1 
- 00023404  0x00003e22 jam  0x00000000 , 0x00004748 
- 00023405  0x00003e23 jam  0x00000000 , 0x00000258 
- 00023406  0x00003e24 jam  0x00000000 , 0x00000454 
- 00023407  0x00003e26 set1  0x00000025 , 0x00000000 
- 00023408  0x00003e27 bpatch  0x000000e0 , 0x0000403c 
- 00023409  0x00003e28 jam  0x00000000 , 0x000007e1 
- 00023410  0x00003e29 jam  0x00000000 , 0x000007e0 
- 00023411  0x00003e2a jam  0x00000000 , 0x0000044d 
- 00023412  0x00003e2b fetch  0x00000001 , 0x00004132 
- 00023413  0x00003e2c rtnne  0x00000001 , 0x0000003f 
- 00023414  0x00003e2d jam  0x00000000 , 0x0000425e 
- 00023415  0x00003e30 rtn 
- 00023416  0x00003e33 set1  0x00000025 , 0x00000000 
- 00023417  0x00003e34 bpatch  0x000000e1 , 0x0000403c 
- 00023418  0x00003e35 call  0x00006219 , 0x00000029 
- 00023419  0x00003e36 ncall  0x0000621d , 0x00000029 
- 00023420  0x00003e37 fetch  0x00000001 , 0x0000007c 
- 00023421  0x00003e38 ncall  0x000061d9 , 0x00000034 
- 00023422  0x00003e39 fetch  0x00000001 , 0x0000007c 
- 00023423  0x00003e3a nrtn  0x00000034 
- 00023424  0x00003e3b fetch  0x00000001 , 0x0000004c 
- 00023425  0x00003e3c rtnbit0  0x00000006 
- 00023426  0x00003e3d set0  0x00000006 , 0x0000003f 
- 00023427  0x00003e3e set0  0x00000001 , 0x00000000 
- 00023428  0x00003e3f store  0x00000001 , 0x0000004c 
- 00023429  0x00003e40 fetch  0x00000001 , 0x000004de 
- 00023430  0x00003e41 fetcht  0x00000001 , 0x0000004c 
- 00023431  0x00003e42 isolate1  0x00000000 , 0x0000003f 
- 00023432  0x00003e43 setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00023433  0x00003e44 storet  0x00000001 , 0x0000004c 
- 00023434  0x00003e45 and_into  0x00000002 , 0x00000002 
- 00023435  0x00003e46 storet  0x00000001 , 0x0000007f 
- 00023436  0x00003e47 fetcht  0x00000001 , 0x0000004c 
- 00023437  0x00003e48 rshift  0x0000003f , 0x0000003f 
- 00023438  0x00003e49 store  0x00000001 , 0x0000007d 
- 00023439  0x00003e4a set1  0x00000025 , 0x00000000 
- 00023440  0x00003e4b bpatch  0x000000e2 , 0x0000403c 
- 00023441  0x00003e4c fetch  0x00000001 , 0x0000007d 
- 00023442  0x00003e4d beq  0x0000007f , 0x00005bdc 
- 00023443  0x00003e4e beq  0x00000003 , 0x00005c56 
- 00023444  0x00003e4f beq  0x00000004 , 0x00005c67 
- 00023445  0x00003e50 beq  0x0000003c , 0x00005bcf 
- 00023446  0x00003e51 beq  0x00000005 , 0x00005bcb 
- 00023447  0x00003e52 beq  0x0000000f , 0x00005e48 
- 00023448  0x00003e53 beq  0x00000010 , 0x00005ce1 
- 00023449  0x00003e54 beq  0x00000023 , 0x00005cff 
- 00023450  0x00003e55 beq  0x00000039 , 0x00005e67 
- 00023451  0x00003e56 beq  0x00000038 , 0x00005e62 
- 00023452  0x00003e57 beq  0x00000031 , 0x00005ce4 
- 00023453  0x00003e58 beq  0x00000037 , 0x00005d72 
- 00023454  0x00003e59 beq  0x00000027 , 0x00005d6e 
- 00023455  0x00003e5a beq  0x00000033 , 0x00005d68 
- 00023456  0x00003e5b beq  0x00000025 , 0x00005d70 
- 00023457  0x00003e5c beq  0x00000026 , 0x00005cfb 
- 00023458  0x00003e5d beq  0x00000007 , 0x00005cf3 
- 00023459  0x00003e5e beq  0x0000002d , 0x00005cea 
- 00023460  0x00003e5f beq  0x0000002e , 0x00005ceb 
- 00023461  0x00003e60 beq  0x00000001 , 0x00005d64 
- 00023462  0x00003e61 beq  0x00000002 , 0x00005d4f 
- 00023463  0x00003e62 beq  0x00000028 , 0x00005e53 
- 00023464  0x00003e63 beq  0x00000009 , 0x00005d45 
- 00023465  0x00003e64 beq  0x0000000b , 0x00005d1a 
- 00023466  0x00003e65 beq  0x00000008 , 0x00005d00 
- 00023467  0x00003e66 beq  0x0000000c , 0x00005d2c 
- 00023468  0x00003e67 beq  0x0000001f , 0x00005cf7 
- 00023469  0x00003e68 beq  0x00000020 , 0x00005cf9 
- 00023470  0x00003e69 beq  0x00000021 , 0x00005d8d 
- 00023471  0x00003e6a beq  0x00000022 , 0x00005d8e 
- 00023472  0x00003e6b beq  0x00000035 , 0x00005d8f 
- 00023473  0x00003e6c beq  0x00000036 , 0x00005d90 
- 00023474  0x00003e6d beq  0x00000024 , 0x00005d91 
- 00023475  0x00003e6e beq  0x0000002c , 0x00005d92 
- 00023476  0x00003e6f beq  0x0000002b , 0x00005d95 
- 00023477  0x00003e70 beq  0x00000034 , 0x00005d9f 
- 00023478  0x00003e71 beq  0x00000017 , 0x00005da2 
- 00023479  0x00003e72 beq  0x00000011 , 0x00005db7 
- 00023480  0x00003e73 beq  0x00000012 , 0x00005dbb 
- 00023481  0x00003e74 beq  0x00000013 , 0x00005dbd 
- 00023482  0x00003e75 beq  0x0000000d , 0x00005dcf 
- 00023483  0x00003e76 beq  0x0000000e , 0x00005dd0 
- 00023484  0x00003e77 beq  0x0000002f , 0x00005d6c 
- 00023485  0x00003e78 beq  0x00000030 , 0x00005dd1 
- 00023486  0x00003e79 beq  0x0000000a , 0x00005dd2 
- 00023487  0x00003e7a beq  0x00000018 , 0x00005dd3 
- 00023488  0x00003e7b beq  0x00000032 , 0x00005dda 
- 00023489  0x00003e7c beq  0x0000003d , 0x00005ddb 
- 00023490  0x00003e7d beq  0x0000003e , 0x00005dff 
- 00023491  0x00003e7e beq  0x0000003f , 0x00005df9 
- 00023492  0x00003e7f beq  0x00000040 , 0x00005e22 
- 00023493  0x00003e80 beq  0x00000041 , 0x00005e34 
- 00023494  0x00003e81 beq  0x00000006 , 0x00005e47 
- 00023495  0x00003e82 beq  0x0000003a , 0x00005bcd 
- 00023496  0x00003e86 jam  0x00000019 , 0x0000007e 
- 00023497  0x00003e88 jam  0x00000004 , 0x0000007c 
- 00023498  0x00003e89 rtn 
- 00023499  0x00003e8c jam  0x00000006 , 0x0000007c 
- 00023500  0x00003e8d rtn 
- 00023501  0x00003e90 jam  0x0000003b , 0x0000007c 
- 00023502  0x00003e91 rtn 
- 00023503  0x00003e94 fetch  0x00000004 , 0x000004df 
- 00023504  0x00003e95 lshift  0x0000003f , 0x0000003f 
- 00023505  0x00003e96 store  0x00000004 , 0x00004173 
- 00023506  0x00003e97 fetch  0x00000001 , 0x000004e3 
- 00023507  0x00003e98 store  0x00000001 , 0x0000417a 
- 00023508  0x00003e99 fetch  0x00000005 , 0x000004e4 
- 00023509  0x00003e9a store  0x00000005 , 0x00004188 
- 00023510  0x00003e9b fetch  0x00000005 , 0x000004e9 
- 00023511  0x00003e9c istore  0x00000005 , 0x00000005 
- 00023512  0x00003e9d fetch  0x00000001 , 0x00000031 
- 00023513  0x00003e9e set1  0x00000003 , 0x0000003f 
- 00023514  0x00003e9f store  0x00000001 , 0x00000031 
- 00023515  0x00003ea0 rtn 
- 00023516  0x00003ea2 fetch  0x00000001 , 0x000004df 
- 00023517  0x00003ea3 set1  0x00000007 , 0x0000003f 
- 00023518  0x00003ea4 store  0x00000001 , 0x0000007d 
- 00023519  0x00003ea5 beq  0x00000081 , 0x00005c26 
- 00023520  0x00003ea6 beq  0x00000082 , 0x00005c2e 
- 00023521  0x00003ea7 beq  0x00000095 , 0x00005d73 
- 00023522  0x00003ea8 beq  0x00000096 , 0x00005d8c 
- 00023523  0x00003ea9 beq  0x0000008b , 0x00005d81 
- 00023524  0x00003eaa beq  0x00000083 , 0x00005c49 
- 00023525  0x00003eab beq  0x00000084 , 0x00005c4b 
- 00023526  0x00003eac beq  0x00000090 , 0x00005bf1 
- 00023527  0x00003ead beq  0x00000097 , 0x00005c42 
- 00023528  0x00003eae beq  0x00000098 , 0x00005c47 
- 00023529  0x00003eaf beq  0x00000099 , 0x00005c14 
- 00023530  0x00003eb0 beq  0x0000009a , 0x00005c19 
- 00023531  0x00003eb1 beq  0x0000008d , 0x00005c11 
- 00023532  0x00003eb2 beq  0x0000008c , 0x00005bf4 
- 00023533  0x00003eb3 rtneq  0x00000084 
- 00023534  0x00003eb7 jam  0x00000082 , 0x0000007c 
- 00023535  0x00003eb8 jam  0x00000019 , 0x0000007e 
- 00023536  0x00003eba rtn 
- 00023537  0x00003ebc jam  0x00000082 , 0x0000007c 
- 00023538  0x00003ebd jam  0x0000002e , 0x0000007e 
- 00023539  0x00003ebe rtn 
- 00023540  0x00003ec1 fetch  0x00000001 , 0x000004e0 
- 00023541  0x00003ec2 store  0x00000001 , 0x000000ad 
- 00023542  0x00003ec3 fetch  0x00000001 , 0x000004e1 
- 00023543  0x00003ec4 store  0x00000001 , 0x000041f9 
- 00023544  0x00003ec5 fetch  0x00000001 , 0x000004e3 
- 00023545  0x00003ec6 store  0x00000001 , 0x000000af 
- 00023546  0x00003ec7 fetch  0x00000001 , 0x000004e7 
- 00023547  0x00003ec8 store  0x00000001 , 0x000000b0 
- 00023548  0x00003ec9 fetch  0x00000001 , 0x000004ec 
- 00023549  0x00003eca store  0x00000001 , 0x000000ab 
- 00023550  0x00003ecb bmark1  0x00000007 , 0x00005c07 
- 00023551  0x00003ecc set1  0x00000007 , 0x00000000 
- 00023552  0x00003ecd call  0x00005d16 
- 00023553  0x00003ece store  0x00000001 , 0x00000452 
- 00023554  0x00003ecf force  0x00000000 , 0x00000002 
- 00023555  0x00003ed0 branch  0x00004839 
- 00023556  0x00003ed3 jam  0x0000008c , 0x0000007c 
- 00023557  0x00003ed4 jam  0x00000001 , 0x000000b1 
- 00023558  0x00003ed5 branch  0x000049bc 
- 00023559  0x00003ed8 fetch  0x00000001 , 0x000000b0 
- 00023560  0x00003ed9 bne  0x00000007 , 0x00005c0b 
- 00023561  0x00003eda jam  0x00000081 , 0x0000007c 
- 00023562  0x00003edb branch  0x00005c0f 
- 00023563  0x00003edd set0  0x00000007 , 0x00000000 
- 00023564  0x00003ede jam  0x00000082 , 0x0000007c 
- 00023565  0x00003edf force  0x00000001 , 0x00000002 
- 00023566  0x00003ee0 call  0x00004914 
- 00023567  0x00003ee2 jam  0x0000008c , 0x0000007d 
- 00023568  0x00003ee3 rtn 
- 00023569  0x00003ee7 jam  0x00000081 , 0x0000007c 
- 00023570  0x00003ee8 jam  0x0000008d , 0x0000007d 
- 00023571  0x00003ee9 branch  0x00003869 
- 00023572  0x00003eec call  0x00005c1d 
- 00023573  0x00003eed fetch  0x00000001 , 0x00004132 
- 00023574  0x00003eee beq  0x00000001 , 0x00005c21 
- 00023575  0x00003eef jam  0x0000009a , 0x0000007c 
- 00023576  0x00003ef0 rtn 
- 00023577  0x00003ef3 call  0x00005c1d 
- 00023578  0x00003ef4 fetch  0x00000001 , 0x00004132 
- 00023579  0x00003ef5 beq  0x00000001 , 0x00005c21 
- 00023580  0x00003ef6 branch  0x00005c22 
- 00023581  0x00003ef9 arg  0x000007e9 , 0x00000005 
- 00023582  0x00003efa fetch  0x00000003 , 0x000004e0 
- 00023583  0x00003efb istore  0x00000003 , 0x00000005 
- 00023584  0x00003efc rtn 
- 00023585  0x00003eff call  0x0000480f 
- 00023586  0x00003f01 call  0x00006216 
- 00023587  0x00003f02 ncall  0x0000481b , 0x00000001 
- 00023588  0x00003f03 branch  0x0000780f , 0x00000001 
- 00023589  0x00003f04 rtn 
- 00023590  0x00003f06 fetch  0x00000001 , 0x000004e1 
- 00023591  0x00003f07 set1  0x00000007 , 0x0000003f 
- 00023592  0x00003f08 store  0x00000001 , 0x00000445 
- 00023593  0x00003f09 beq  0x0000008b , 0x00005c36 
- 00023594  0x00003f0a beq  0x0000008c , 0x0000384a 
- 00023595  0x00003f0b beq  0x0000008d , 0x00005c2d 
- 00023596  0x00003f0c rtn 
- 00023597  0x00003f0f branch  0x00003869 
- 00023598  0x00003f12 fetch  0x00000001 , 0x000004e1 
- 00023599  0x00003f13 set1  0x00000007 , 0x0000003f 
- 00023600  0x00003f14 store  0x00000001 , 0x00000445 
- 00023601  0x00003f15 beq  0x0000008b , 0x00005c3a 
- 00023602  0x00003f16 beq  0x0000008c , 0x00005c34 
- 00023603  0x00003f17 rtn 
- 00023604  0x00003f1a set0  0x00000007 , 0x00000000 
- 00023605  0x00003f1b rtn 
- 00023606  0x00003f1e fetch  0x00000001 , 0x000041fb 
- 00023607  0x00003f1f fetcht  0x00000001 , 0x0000004c 
- 00023608  0x00003f20 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00023609  0x00003f21 storet  0x00000001 , 0x0000004c 
- 00023610  0x00003f23 fetch  0x00000001 , 0x00000030 
- 00023611  0x00003f24 rtnbit0  0x00000005 
- 00023612  0x00003f25 set0  0x00000005 , 0x0000003f 
- 00023613  0x00003f26 store  0x00000001 , 0x00000030 
- 00023614  0x00003f27 fetch  0x00000001 , 0x00000453 
- 00023615  0x00003f28 nbranch  0x00004872 , 0x00000034 
- 00023616  0x00003f29 jam  0x00000031 , 0x0000007c 
- 00023617  0x00003f2a rtn 
- 00023618  0x00003f2d nbranch  0x00005c45 , 0x00000029 
- 00023619  0x00003f2e jam  0x00000012 , 0x0000007c 
- 00023620  0x00003f2f branch  0x00006205 
- 00023621  0x00003f32 jam  0x00000097 , 0x0000007c 
- 00023622  0x00003f33 rtn 
- 00023623  0x00003f38 call  0x00006205 
- 00023624  0x00003f39 branch  0x00005ecd 
- 00023625  0x00003f3c jam  0x00000084 , 0x0000007c 
- 00023626  0x00003f3d rtn 
- 00023627  0x00003f40 fetcht  0x00000001 , 0x000004e2 
- 00023628  0x00003f41 and  0x00000002 , 0x00000001 , 0x00000002 
- 00023629  0x00003f42 storet  0x00000001 , 0x0000044c 
- 00023630  0x00003f43 fetch  0x00000001 , 0x00004272 
- 00023631  0x00003f44 bne  0x00000051 , 0x00005c52 
- 00023632  0x00003f45 jam  0x00000000 , 0x00004272 
- 00023633  0x00003f46 call  0x000047f9 
- 00023634  0x00003f48 fetch  0x00000001 , 0x00000055 
- 00023635  0x00003f49 rtnne  0x00000015 
- 00023636  0x00003f4a jam  0x00000004 , 0x00000055 
- 00023637  0x00003f4b branch  0x00006235 
- 00023638  0x00003f4e fetch  0x00000001 , 0x000004df 
- 00023639  0x00003f4f store  0x00000001 , 0x00000445 
- 00023640  0x00003f50 beq  0x00000033 , 0x00005c7d 
- 00023641  0x00003f51 beq  0x00000008 , 0x00005c90 
- 00023642  0x00003f52 beq  0x0000000f , 0x00005c97 
- 00023643  0x00003f53 beq  0x00000010 , 0x00005c9d 
- 00023644  0x00003f54 beq  0x00000011 , 0x00005c9e 
- 00023645  0x00003f55 beq  0x00000012 , 0x00005ca6 
- 00023646  0x00003f56 beq  0x00000018 , 0x00005ccc 
- 00023647  0x00003f57 beq  0x00000017 , 0x00005cd1 
- 00023648  0x00003f58 beq  0x0000002b , 0x0000384a 
- 00023649  0x00003f5a beq  0x00000013 , 0x00005c74 
- 00023650  0x00003f5c beq  0x0000003d , 0x00005de9 
- 00023651  0x00003f5d beq  0x0000003e , 0x00005e18 
- 00023652  0x00003f5e beq  0x00000040 , 0x00005deb 
- 00023653  0x00003f5f beq  0x00000041 , 0x00005def 
- 00023654  0x00003f60 rtn 
- 00023655  0x00003f63 fetch  0x00000001 , 0x000004df 
- 00023656  0x00003f64 store  0x00000001 , 0x00000445 
- 00023657  0x00003f65 beq  0x00000001 , 0x00005cc3 
- 00023658  0x00003f66 beq  0x00000033 , 0x00005c87 
- 00023659  0x00003f67 beq  0x0000000b , 0x00005ca7 
- 00023660  0x00003f68 beq  0x0000002b , 0x00005c8e 
- 00023661  0x00003f69 beq  0x00000008 , 0x00005cba 
- 00023662  0x00003f6a beq  0x00000013 , 0x00005c77 
- 00023663  0x00003f6c beq  0x00000040 , 0x00005cc4 
- 00023664  0x00003f6d beq  0x00000041 , 0x00005cc7 
- 00023665  0x00003f6e beq  0x00000018 , 0x00005cca 
- 00023666  0x00003f6f beq  0x00000017 , 0x00005cdf 
- 00023667  0x00003f70 rtn 
- 00023668  0x00003f73 jam  0x00000020 , 0x00000b7d 
- 00023669  0x00003f74 call  0x00007c27 
- 00023670  0x00003f75 branch  0x00003245 
- 00023671  0x00003f77 jam  0x00000019 , 0x00000b7d 
- 00023672  0x00003f78 call  0x00007c27 
- 00023673  0x00003f79 jam  0x00000002 , 0x00004748 
- 00023674  0x00003f7a setarg  0x00000050 
- 00023675  0x00003f7b arg  0x0000000a , 0x00000007 
- 00023676  0x00003f7c branch  0x00007e4c 
- 00023677  0x00003f82 fetch  0x00000001 , 0x0000044d 
- 00023678  0x00003f83 set1  0x00000000 , 0x0000003f 
- 00023679  0x00003f84 store  0x00000001 , 0x0000044d 
- 00023680  0x00003f85 jam  0x00000001 , 0x00000b7d 
- 00023681  0x00003f86 call  0x00007c27 
- 00023682  0x00003f87 jam  0x0000008b , 0x0000007c 
- 00023683  0x00003f8b fetch  0x00000001 , 0x00000055 
- 00023684  0x00003f8c bne  0x00000005 , 0x00005b77 
- 00023685  0x00003f8f jam  0x00000006 , 0x00000055 
- 00023686  0x00003f90 rtn 
- 00023687  0x00003f99 jam  0x0000000b , 0x00000446 
- 00023688  0x00003f9a jam  0x00000007 , 0x0000007c 
- 00023689  0x00003f9b force  0x00000010 , 0x00000002 
- 00023690  0x00003f9c call  0x00004826 
- 00023691  0x00003f9e jam  0x00000000 , 0x00000055 
- 00023692  0x00003fa0 branch  0x00005b77 , 0x00000001 
- 00023693  0x00003fa1 rtn 
- 00023694  0x00003fa4 jam  0x0000002b , 0x0000007c 
- 00023695  0x00003fa5 rtn 
- 00023696  0x00003fa9 fetch  0x00000001 , 0x0000425e 
- 00023697  0x00003faa nrtn  0x00000034 
- 00023698  0x00003fab call  0x00003507 
- 00023699  0x00003fac call  0x00005ecb 
- 00023700  0x00003fad rtn  0x00000029 
- 00023701  0x00003fae set1  0x00000021 , 0x00000000 
- 00023702  0x00003faf rtn 
- 00023703  0x00003fb2 nrtn  0x00000029 
- 00023704  0x00003fb3 jam  0x00000010 , 0x0000007c 
- 00023705  0x00003fb4 fetch  0x00000001 , 0x0000004c 
- 00023706  0x00003fb5 rtnbit0  0x00000002 
- 00023707  0x00003fb6 jam  0x00000012 , 0x0000007c 
- 00023708  0x00003fb7 rtn 
- 00023709  0x00003fba branch  0x00005ecd 
- 00023710  0x00003fbd call  0x00005f2d 
- 00023711  0x00003fbe fetch  0x00000001 , 0x00000030 
- 00023712  0x00003fbf rtnbit1  0x00000004 
- 00023713  0x00003fc0 jam  0x00000031 , 0x0000007c 
- 00023714  0x00003fc1 fetch  0x00000001 , 0x00000055 
- 00023715  0x00003fc2 rtnne  0x0000000a 
- 00023716  0x00003fc3 jam  0x0000000b , 0x00000055 
- 00023717  0x00003fc4 rtn 
- 00023718  0x00003fce rtn 
- 00023719  0x00003fd1 fetch  0x00000001 , 0x00004132 
- 00023720  0x00003fd2 bne  0x00000001 , 0x00005cb7 
- 00023721  0x00003fd3 fetch  0x00000001 , 0x0000425e 
- 00023722  0x00003fd4 rtn  0x00000034 
- 00023723  0x00003fd5 fetcht  0x00000001 , 0x00000055 
- 00023724  0x00003fd6 jam  0x00000000 , 0x00000055 
- 00023725  0x00003fd7 jam  0x00000000 , 0x0000425e 
- 00023726  0x00003fd8 fetch  0x00000001 , 0x000004e0 
- 00023727  0x00003fd9 rtnne  0x00000006 
- 00023728  0x00003fda storet  0x00000001 , 0x00000055 
- 00023729  0x00003fdb jam  0x00000001 , 0x000007e0 
- 00023730  0x00003fdc fetch  0x00000002 , 0x0000044a 
- 00023731  0x00003fdd fetcht  0x00000001 , 0x0000044c 
- 00023732  0x00003fde iand  0x00000002 , 0x0000003f 
- 00023733  0x00003fdf branch  0x000049da , 0x00000034 
- 00023734  0x00003fe0 branch  0x000049d7 
- 00023735  0x00003fe3 jam  0x00000007 , 0x0000007c 
- 00023736  0x00003fe4 jam  0x00000013 , 0x00000446 
- 00023737  0x00003fe5 rtn 
- 00023738  0x00003fe8 fetch  0x00000001 , 0x000004e0 
- 00023739  0x00003fe9 beq  0x00000006 , 0x00005cc0 
- 00023740  0x00003fea rtnne  0x00000018 
- 00023741  0x00003feb jam  0x00000018 , 0x00000446 
- 00023742  0x00003fec jam  0x00000007 , 0x0000007c 
- 00023743  0x00003fed rtn 
- 00023744  0x00003fef jam  0x00000006 , 0x00000446 
- 00023745  0x00003ff0 jam  0x00000007 , 0x0000007c 
- 00023746  0x00003ff1 rtn 
- 00023747  0x00003ff4 rtn 
- 00023748  0x00003ff7 jam  0x00000000 , 0x000007da 
- 00023749  0x00003ff8 jam  0x00000007 , 0x0000007c 
- 00023750  0x00003ff9 branch  0x00005b77 
- 00023751  0x00003ffc jam  0x00000000 , 0x000007da 
- 00023752  0x00003ffd jam  0x00000007 , 0x0000007c 
- 00023753  0x00003ffe branch  0x00005b77 
- 00023754  0x00004000 jam  0x00000024 , 0x00000b7d 
- 00023755  0x00004001 branch  0x00007c27 
- 00023756  0x00004004 jam  0x00000023 , 0x00000b7d 
- 00023757  0x00004005 call  0x00007c27 
- 00023758  0x00004006 call  0x00003806 
- 00023759  0x00004007 force  0x00000000 , 0x00000002 
- 00023760  0x00004008 branch  0x00004907 
- 00023761  0x0000400b jam  0x00000022 , 0x00000b7d 
- 00023762  0x0000400c call  0x00007c27 
- 00023763  0x0000400d force  0x00000002 , 0x00000002 
- 00023764  0x0000400e call  0x00004907 
- 00023765  0x0000400f setarg  0x00000000 
- 00023766  0x00004010 store  0x00000002 , 0x00000075 
- 00023767  0x00004011 fetch  0x00000002 , 0x00004280 
- 00023768  0x00004012 lshift  0x0000003f , 0x0000003f 
- 00023769  0x00004013 store  0x00000002 , 0x00000032 
- 00023770  0x00004014 fetch  0x00000001 , 0x00004282 
- 00023771  0x00004015 store  0x00000001 , 0x00000073 
- 00023772  0x00004016 fetch  0x00000001 , 0x00004284 
- 00023773  0x00004017 store  0x00000001 , 0x00000074 
- 00023774  0x00004018 branch  0x000037e1 
- 00023775  0x0000401b jam  0x00000021 , 0x00000b7d 
- 00023776  0x0000401c branch  0x00007c27 
- 00023777  0x0000401f fetcht  0x00000001 , 0x000004df 
- 00023778  0x00004020 storet  0x00000001 , 0x00000054 
- 00023779  0x00004021 branch  0x00005cf5 
- 00023780  0x00004024 fetch  0x00000001 , 0x0000044d 
- 00023781  0x00004025 set1  0x00000002 , 0x0000003f 
- 00023782  0x00004026 store  0x00000001 , 0x0000044d 
- 00023783  0x00004027 rtnbit1  0x00000003 
- 00023784  0x00004028 jam  0x00000031 , 0x0000007c 
- 00023785  0x00004029 branch  0x00005b77 
- 00023786  0x0000402e rtn 
- 00023787  0x00004031 fetch  0x00000001 , 0x00004171 
- 00023788  0x00004032 fetcht  0x00000001 , 0x000004df 
- 00023789  0x00004033 isub  0x00000002 , 0x0000003e 
- 00023790  0x00004035 branch  0x00005cf5 , 0x00000002 
- 00023791  0x00004036 jam  0x00000004 , 0x0000007c 
- 00023792  0x00004037 jam  0x0000001f , 0x0000007e 
- 00023793  0x00004038 jam  0x0000002e , 0x0000007d 
- 00023794  0x00004039 rtn 
- 00023795  0x0000403c call  0x0000605a 
- 00023796  0x0000403d branch  0x00005cf5 
- 00023797  0x00004040 jam  0x00000003 , 0x0000007c 
- 00023798  0x00004041 rtn 
- 00023799  0x00004044 jam  0x00000021 , 0x0000007c 
- 00023800  0x00004045 rtn 
- 00023801  0x00004048 jam  0x00000022 , 0x0000007c 
- 00023802  0x00004049 rtn 
- 00023803  0x0000404c fetch  0x00000001 , 0x00000055 
- 00023804  0x0000404d rtneq  0x00000013 
- 00023805  0x0000404f jam  0x00000002 , 0x00000055 
- 00023806  0x00004051 rtn 
- 00023807  0x00004055 rtn 
- 00023808  0x00004058 call  0x00005ec8 
- 00023809  0x00004059 jam  0x00000001 , 0x00000450 
- 00023810  0x0000405a fetch  0x00000001 , 0x00004132 
- 00023811  0x0000405b beq  0x00000001 , 0x00005d06 
- 00023812  0x0000405c jam  0x0000000a , 0x00000b7d 
- 00023813  0x0000405d call  0x00007c27 
- 00023814  0x0000405f call  0x0000487b 
- 00023815  0x00004060 call  0x0000620d 
- 00023816  0x00004061 nbranch  0x00005ed0 , 0x00000001 
- 00023817  0x00004062 nbranch  0x00005d0e , 0x00000029 
- 00023818  0x00004063 jam  0x00000004 , 0x0000007c 
- 00023819  0x00004064 jam  0x00000008 , 0x0000007d 
- 00023820  0x00004065 jam  0x00000023 , 0x0000007e 
- 00023821  0x00004066 rtn 
- 00023822  0x00004068 fetch  0x00000001 , 0x0000004b 
- 00023823  0x00004069 set1  0x00000002 , 0x0000003f 
- 00023824  0x0000406a store  0x00000001 , 0x0000004b 
- 00023825  0x0000406b rtn 
- 00023826  0x0000406f fetcht  0x00000001 , 0x0000004c 
- 00023827  0x00004070 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00023828  0x00004071 storet  0x00000001 , 0x0000004c 
- 00023829  0x00004072 rtn 
- 00023830  0x00004076 fetch  0x00000001 , 0x0000007f 
- 00023831  0x00004077 rshift  0x0000003f , 0x0000003f 
- 00023832  0x00004078 and_into  0x00000001 , 0x0000003f 
- 00023833  0x00004079 rtn 
- 00023834  0x0000407c call  0x00005d16 
- 00023835  0x0000407d store  0x00000001 , 0x00000451 
- 00023836  0x0000407e call  0x00005ec8 
- 00023837  0x0000407f jam  0x0000000c , 0x0000007c 
- 00023838  0x00004080 fetch  0x00000001 , 0x0000425e 
- 00023839  0x00004081 nrtn  0x00000034 
- 00023840  0x00004082 fetch  0x00000001 , 0x00000030 
- 00023841  0x00004083 rtnbit1  0x00000006 
- 00023842  0x00004084 jam  0x00000006 , 0x0000007e 
- 00023843  0x00004085 fetch  0x00000001 , 0x00004132 
- 00023844  0x00004086 bne  0x00000001 , 0x00005bc9 
- 00023845  0x00004087 fetch  0x00000001 , 0x00000453 
- 00023846  0x00004088 nbranch  0x00005bc9 , 0x00000034 
- 00023847  0x00004089 jam  0x00000000 , 0x0000007c 
- 00023848  0x0000408b fetch  0x00000001 , 0x0000004b 
- 00023849  0x0000408c set1  0x00000000 , 0x0000003f 
- 00023850  0x0000408d store  0x00000001 , 0x0000004b 
- 00023851  0x0000408e branch  0x00004872 
- 00023852  0x00004091 arg  0x00000040 , 0x00000011 
- 00023853  0x00004092 call  0x0000739d 
- 00023854  0x00004093 fetch  0x00000004 , 0x000004df 
- 00023855  0x00004094 fetcht  0x00000004 , 0x0000051f 
- 00023856  0x00004095 isub  0x00000002 , 0x0000003e 
- 00023857  0x00004096 branch  0x00005d35 , 0x00000005 
- 00023858  0x00004097 jam  0x00000007 , 0x0000007c 
- 00023859  0x00004098 jam  0x00000005 , 0x00000446 
- 00023860  0x00004099 rtn 
- 00023861  0x0000409b call  0x0000749b 
- 00023862  0x0000409c call  0x00003211 
- 00023863  0x0000409d fetch  0x00000001 , 0x0000004b 
- 00023864  0x0000409e isolate1  0x00000001 , 0x0000003f 
- 00023865  0x0000409f set0  0x00000001 , 0x0000003f 
- 00023866  0x000040a0 store  0x00000001 , 0x0000004b 
- 00023867  0x000040a1 call  0x000048bc , 0x00000001 
- 00023868  0x000040a2 fetch  0x00000001 , 0x00000055 
- 00023869  0x000040a3 beq  0x00000019 , 0x00005d40 
- 00023870  0x000040a4 beq  0x00000018 , 0x00005d40 
- 00023871  0x000040a5 rtn 
- 00023872  0x000040a7 fetch  0x00000001 , 0x000007e1 
- 00023873  0x000040a8 rtnne  0x00000000 
- 00023874  0x000040a9 fetch  0x00000001 , 0x0000004c 
- 00023875  0x000040aa rtnbit1  0x00000002 
- 00023876  0x000040ab branch  0x000062cf 
- 00023877  0x000040ae arg  0x000004df , 0x00000011 
- 00023878  0x000040af arg  0x0000050f , 0x00000012 
- 00023879  0x000040b0 arg  0x000004ef , 0x00000005 
- 00023880  0x000040b1 call  0x00007467 
- 00023881  0x000040b2 arg  0x00000040 , 0x00000011 
- 00023882  0x000040b3 call  0x0000622b 
- 00023883  0x000040b4 jam  0x0000000b , 0x0000007c 
- 00023884  0x000040b5 fetch  0x00000001 , 0x00000030 
- 00023885  0x000040b6 bbit0  0x00000006 , 0x00005ecb 
- 00023886  0x000040b7 rtn 
- 00023887  0x000040ba fetch  0x00000002 , 0x00000169 
- 00023888  0x000040bb add  0x0000003f , 0xfffffffd , 0x00000039 
- 00023889  0x000040bc fetcht  0x00000001 , 0x000004df 
- 00023890  0x000040bd setarg  0x00000103 
- 00023891  0x000040be iadd  0x00000002 , 0x00000005 
- 00023892  0x000040bf arg  0x000004e1 , 0x00000006 
- 00023893  0x000040c0 call  0x00007e45 
- 00023894  0x000040c1 fetcht  0x00000001 , 0x00000053 
- 00023895  0x000040c2 fetch  0x00000001 , 0x000004e0 
- 00023896  0x000040c3 isub  0x00000002 , 0x0000003f 
- 00023897  0x000040c4 sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00023898  0x000040c5 branch  0x00005d5f , 0x00000002 
- 00023899  0x000040c6 add  0x00000002 , 0x0000000e , 0x0000003f 
- 00023900  0x000040c7 store  0x00000001 , 0x00000053 
- 00023901  0x000040c8 jam  0x00000001 , 0x0000007c 
- 00023902  0x000040c9 rtn 
- 00023903  0x000040cb fetch  0x00000001 , 0x0000004c 
- 00023904  0x000040cc set1  0x00000003 , 0x0000003f 
- 00023905  0x000040cd store  0x00000001 , 0x0000004c 
- 00023906  0x000040ce bbit1  0x00000004 , 0x00005ed5 
- 00023907  0x000040d1 rtn 
- 00023908  0x000040d3 fetch  0x00000001 , 0x000004df 
- 00023909  0x000040d4 store  0x00000001 , 0x0000007d 
- 00023910  0x000040d5 jam  0x00000002 , 0x0000007c 
- 00023911  0x000040d6 rtn 
- 00023912  0x000040d9 fetch  0x00000001 , 0x00004132 
- 00023913  0x000040da bne  0x00000001 , 0x00005cf5 
- 00023914  0x000040db force  0x00000001 , 0x00000002 
- 00023915  0x000040dc branch  0x00004839 
- 00023916  0x000040df jam  0x00000030 , 0x0000007c 
- 00023917  0x000040e0 rtn 
- 00023918  0x000040e3 jam  0x00000028 , 0x0000007c 
- 00023919  0x000040e4 rtn 
- 00023920  0x000040e7 jam  0x00000026 , 0x0000007c 
- 00023921  0x000040e8 rtn 
- 00023922  0x000040ed rtn 
- 00023923  0x000040f2 fetch  0x00000002 , 0x00000032 
- 00023924  0x000040f3 iforce  0x00000002 
- 00023925  0x000040f4 fetch  0x00000001 , 0x000004e0 
- 00023926  0x000040f5 store  0x00000001 , 0x00000097 
- 00023927  0x000040f6 imul32  0x00000002 , 0x00000002 
- 00023928  0x000040f7 fetch  0x00000002 , 0x000004e1 
- 00023929  0x000040f8 lshift  0x0000003f , 0x0000003f 
- 00023930  0x000040f9 store  0x00000002 , 0x00000098 
- 00023931  0x000040fa fetch  0x00000004 , 0x000004e3 
- 00023932  0x000040fb lshift  0x0000003f , 0x0000003f 
- 00023933  0x000040fc store  0x00000004 , 0x00000093 
- 00023934  0x000040fe deposit  0x00000002 
- 00023935  0x000040ff store  0x00000002 , 0x0000009a 
- 00023936  0x00004100 rtn 
- 00023937  0x00004102 fetcht  0x00000001 , 0x000041fb 
- 00023938  0x00004103 fetch  0x00000001 , 0x000004e0 
- 00023939  0x00004104 ixor  0x00000002 , 0x0000003e 
- 00023940  0x00004105 nbranch  0x00005bee , 0x00000005 
- 00023941  0x00004106 isolate1  0x00000000 , 0x0000003f 
- 00023942  0x00004107 fetch  0x00000001 , 0x0000004c 
- 00023943  0x00004108 setflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00023944  0x00004109 store  0x00000001 , 0x0000004c 
- 00023945  0x0000410a jam  0x00000081 , 0x0000007c 
- 00023946  0x0000410b jam  0x0000008b , 0x0000007d 
- 00023947  0x0000410c rtn 
- 00023948  0x00004110 rtn 
- 00023949  0x00004113 rtn 
- 00023950  0x00004115 rtn 
- 00023951  0x00004118 branch  0x00005cf5 
- 00023952  0x0000411c branch  0x00005cf5 
- 00023953  0x0000411e rtn 
- 00023954  0x00004120 call  0x0000385e 
- 00023955  0x00004121 jam  0x0000002c , 0x0000007d 
- 00023956  0x00004122 branch  0x00005cf5 
- 00023957  0x00004126 fetch  0x00000001 , 0x000004df 
- 00023958  0x00004127 store  0x00000001 , 0x000000ad 
- 00023959  0x00004128 fetch  0x00000001 , 0x000004e1 
- 00023960  0x00004129 store  0x00000001 , 0x000000af 
- 00023961  0x0000412a fetch  0x00000001 , 0x000004e4 
- 00023962  0x0000412b store  0x00000001 , 0x000000ab 
- 00023963  0x0000412c call  0x00005d16 
- 00023964  0x0000412d store  0x00000001 , 0x00000452 
- 00023965  0x0000412e force  0x00000000 , 0x00000002 
- 00023966  0x0000412f branch  0x00004839 
- 00023967  0x00004132 fetch  0x00000002 , 0x000004df 
- 00023968  0x00004133 store  0x00000002 , 0x0000017b 
- 00023969  0x00004134 rtn 
- 00023970  0x00004137 fetch  0x00000001 , 0x00000030 
- 00023971  0x00004138 bbit1  0x00000001 , 0x00005db5 
- 00023972  0x00004139 fetch  0x00000002 , 0x000004e0 
- 00023973  0x0000413a lshift  0x0000003f , 0x0000003f 
- 00023974  0x0000413b store  0x00000002 , 0x00000075 
- 00023975  0x0000413c fetch  0x00000002 , 0x000004e2 
- 00023976  0x0000413d lshift  0x0000003f , 0x0000003f 
- 00023977  0x0000413e store  0x00000002 , 0x00000032 
- 00023978  0x0000413f fetch  0x00000002 , 0x000004e4 
- 00023979  0x00004140 store  0x00000001 , 0x00000073 
- 00023980  0x00004141 iforce  0x00000002 
- 00023981  0x00004142 fetch  0x00000002 , 0x000004e6 
- 00023982  0x00004143 store  0x00000001 , 0x00000074 
- 00023983  0x00004144 isub  0x00000002 , 0x0000003e 
- 00023984  0x00004145 nbranch  0x00005db2 , 0x00000002 
- 00023985  0x00004146 store  0x00000001 , 0x00000073 
- 00023986  0x00004149 jam  0x00000003 , 0x0000007c 
- 00023987  0x0000414a jam  0x00000017 , 0x0000007d 
- 00023988  0x0000414b rtn 
- 00023989  0x0000414e jam  0x00000024 , 0x0000007e 
- 00023990  0x0000414f branch  0x00005bc9 
- 00023991  0x00004152 call  0x00005cf5 
- 00023992  0x00004153 call  0x00005ec8 
- 00023993  0x00004154 call  0x000073a0 
- 00023994  0x00004155 branch  0x000037d0 
- 00023995  0x00004158 call  0x00005cf5 
- 00023996  0x00004159 branch  0x000037da 
- 00023997  0x0000415d fetch  0x00000004 , 0x000004df 
- 00023998  0x0000415e lshift  0x0000003f , 0x0000003f 
- 00023999  0x00004160 branch  0x00005dc9 , 0x00000029 
- 00024000  0x00004161 fetcht  0x00000001 , 0x0000425e 
- 00024001  0x00004162 nbranch  0x00005dc6 , 0x00000034 
- 00024002  0x00004164 jam  0x00000004 , 0x0000007c 
- 00024003  0x00004165 jam  0x00000013 , 0x0000007d 
- 00024004  0x00004166 jam  0x00000024 , 0x0000007e 
- 00024005  0x00004167 rtn 
- 00024006  0x00004169 jam  0x00000034 , 0x0000007c 
- 00024007  0x0000416a jam  0x00000000 , 0x00000055 
- 00024008  0x0000416b branch  0x00003241 
- 00024009  0x0000416e call  0x00003241 
- 00024010  0x0000416f set1  0x00000022 , 0x00000000 
- 00024011  0x00004170 fetch  0x00000001 , 0x00000177 
- 00024012  0x00004171 set0  0x00000002 , 0x0000003f 
- 00024013  0x00004172 store  0x00000001 , 0x00000177 
- 00024014  0x00004173 branch  0x00005cf5 
- 00024015  0x00004178 rtn 
- 00024016  0x0000417a rtn 
- 00024017  0x0000417c rtn 
- 00024018  0x00004180 rtn 
- 00024019  0x00004184 jam  0x00000003 , 0x0000007c 
- 00024020  0x00004185 jam  0x00000018 , 0x0000007d 
- 00024021  0x00004186 jam  0x0000002e , 0x00000b7d 
- 00024022  0x00004187 call  0x00007c27 
- 00024023  0x00004188 force  0x00000000 , 0x00000002 
- 00024024  0x00004189 call  0x00004907 
- 00024025  0x0000418a branch  0x00003806 
- 00024026  0x0000418c rtn 
- 00024027  0x0000418f fetch  0x00000001 , 0x000004df 
- 00024028  0x00004190 bne  0x00000001 , 0x00005de7 
- 00024029  0x00004191 fetch  0x00000001 , 0x000004e0 
- 00024030  0x00004192 bne  0x00000001 , 0x00005de7 
- 00024031  0x00004193 fetch  0x00000001 , 0x000004e1 
- 00024032  0x00004194 bne  0x00000030 , 0x00005de7 
- 00024033  0x00004195 call  0x00006216 
- 00024034  0x00004196 branch  0x00005de4 , 0x00000001 
- 00024035  0x00004197 jam  0x00000001 , 0x000007da 
- 00024036  0x00004199 jam  0x00000003 , 0x0000007c 
- 00024037  0x0000419a jam  0x0000003d , 0x0000007d 
- 00024038  0x0000419b branch  0x00005b77 
- 00024039  0x0000419e jam  0x00000024 , 0x0000007e 
- 00024040  0x0000419f branch  0x00005bc9 
- 00024041  0x000041a4 jam  0x0000003e , 0x0000007c 
- 00024042  0x000041a6 rtn 
- 00024043  0x000041a8 call  0x00006216 
- 00024044  0x000041a9 rtn  0x00000001 
- 00024045  0x000041aa jam  0x00000008 , 0x000007da 
- 00024046  0x000041ab rtn 
- 00024047  0x000041af call  0x00006216 
- 00024048  0x000041b0 ncall  0x00007a9d , 0x00000001 
- 00024049  0x000041b1 call  0x00007aab , 0x00000001 
- 00024050  0x000041b2 call  0x00004860 
- 00024051  0x000041b3 call  0x00004869 
- 00024052  0x000041b4 call  0x00006216 
- 00024053  0x000041b5 rtn  0x00000001 
- 00024054  0x000041b6 jam  0x0000000c , 0x000007da 
- 00024055  0x000041b7 jam  0x00000001 , 0x000007dc 
- 00024056  0x000041b8 rtn 
- 00024057  0x000041bb arg  0x00000888 , 0x00000005 
- 00024058  0x000041bc fetch  0x00000008 , 0x000004df 
- 00024059  0x000041bd istore  0x00000008 , 0x00000005 
- 00024060  0x000041be fetch  0x00000008 , 0x000004e7 
- 00024061  0x000041bf istore  0x00000008 , 0x00000005 
- 00024062  0x000041c0 branch  0x0000780f 
- 00024063  0x000041c3 fetch  0x00000001 , 0x000007db 
- 00024064  0x000041c4 beq  0x00000007 , 0x00005e03 
- 00024065  0x000041c5 fetch  0x00000001 , 0x000007da 
- 00024066  0x000041c6 bne  0x00000001 , 0x00005e16 
- 00024067  0x000041c8 fetch  0x00000001 , 0x000007e3 
- 00024068  0x000041c9 sub  0x0000003f , 0x00000020 , 0x00000005 
- 00024069  0x000041ca nbranch  0x00005e16 , 0x00000002 
- 00024070  0x000041cb arg  0x000007f0 , 0x00000005 
- 00024071  0x000041cc iadd  0x00000005 , 0x00000005 
- 00024072  0x000041cd fetch  0x00000008 , 0x000004df 
- 00024073  0x000041ce istore  0x00000008 , 0x00000005 
- 00024074  0x000041cf fetch  0x00000008 , 0x000004e7 
- 00024075  0x000041d0 istore  0x00000008 , 0x00000005 
- 00024076  0x000041d1 fetch  0x00000001 , 0x000007e3 
- 00024077  0x000041d2 increase  0x00000010 , 0x0000003f 
- 00024078  0x000041d3 store  0x00000001 , 0x000007e3 
- 00024079  0x000041d4 bne  0x00000030 , 0x00005cf5 
- 00024080  0x000041d6 call  0x00006216 
- 00024081  0x000041d7 branch  0x00005cf5 , 0x00000001 
- 00024082  0x000041d8 jam  0x00000001 , 0x000007e4 
- 00024083  0x000041d9 jam  0x00000002 , 0x000007da 
- 00024084  0x000041da jam  0x00000001 , 0x000007dc 
- 00024085  0x000041db branch  0x00005cf5 
- 00024086  0x000041dd jam  0x00000024 , 0x0000007e 
- 00024087  0x000041de branch  0x00005bc9 
- 00024088  0x000041e0 fetch  0x00000001 , 0x000007e2 
- 00024089  0x000041e1 beq  0x00000030 , 0x00005e1c 
- 00024090  0x000041e2 jam  0x0000003e , 0x0000007c 
- 00024091  0x000041e3 branch  0x00005b77 
- 00024092  0x000041e5 call  0x00006216 
- 00024093  0x000041e6 branch  0x00005e21 , 0x00000001 
- 00024094  0x000041e7 jam  0x00000001 , 0x000007dc 
- 00024095  0x000041e8 jam  0x00000004 , 0x000007da 
- 00024096  0x000041e9 branch  0x00005b77 
- 00024097  0x000041ec branch  0x00005b77 
- 00024098  0x000041ef fetch  0x00000001 , 0x000007db 
- 00024099  0x000041f0 beq  0x00000007 , 0x00005e26 
- 00024100  0x000041f1 fetch  0x00000001 , 0x000007da 
- 00024101  0x000041f2 bne  0x00000006 , 0x00005e32 
- 00024102  0x000041f4 arg  0x00000848 , 0x00000005 
- 00024103  0x000041f5 fetch  0x00000008 , 0x000004df 
- 00024104  0x000041f6 istore  0x00000008 , 0x00000005 
- 00024105  0x000041f7 fetch  0x00000008 , 0x000004e7 
- 00024106  0x000041f8 istore  0x00000008 , 0x00000005 
- 00024107  0x000041f9 call  0x00006216 
- 00024108  0x000041fa branch  0x00005e30 , 0x00000001 
- 00024109  0x000041fb jam  0x00000007 , 0x000007da 
- 00024110  0x000041fc jam  0x00000001 , 0x000007dc 
- 00024111  0x000041fd branch  0x00005cf5 
- 00024112  0x000041ff jam  0x00000004 , 0x000007db 
- 00024113  0x00004200 branch  0x0000780f 
- 00024114  0x00004204 jam  0x00000024 , 0x0000007e 
- 00024115  0x00004205 branch  0x00005bc9 
- 00024116  0x00004208 fetch  0x00000001 , 0x000007db 
- 00024117  0x00004209 beq  0x0000000b , 0x00005e38 
- 00024118  0x0000420a fetch  0x00000001 , 0x000007da 
- 00024119  0x0000420b bne  0x00000008 , 0x00005e45 
- 00024120  0x0000420d arg  0x00000878 , 0x00000005 
- 00024121  0x0000420e fetch  0x00000008 , 0x000004df 
- 00024122  0x0000420f istore  0x00000008 , 0x00000005 
- 00024123  0x00004210 fetch  0x00000008 , 0x000004e7 
- 00024124  0x00004211 istore  0x00000008 , 0x00000005 
- 00024125  0x00004212 call  0x00006216 
- 00024126  0x00004213 branch  0x00005e42 , 0x00000001 
- 00024127  0x00004214 jam  0x00000009 , 0x000007da 
- 00024128  0x00004215 jam  0x00000001 , 0x000007dc 
- 00024129  0x00004216 branch  0x00005b77 
- 00024130  0x00004218 jam  0x00000009 , 0x000007db 
- 00024131  0x00004219 jam  0x00000001 , 0x000007dd 
- 00024132  0x0000421a branch  0x00005b77 
- 00024133  0x0000421c jam  0x00000024 , 0x0000007e 
- 00024134  0x0000421d branch  0x00005bc9 
- 00024135  0x00004220 branch  0x00005b77 
- 00024136  0x00004223 fetch  0x00000001 , 0x00000177 
- 00024137  0x00004224 set0  0x00000001 
- 00024138  0x00004225 store  0x00000001 , 0x00000177 
- 00024139  0x00004226 call  0x00005cf5 
- 00024140  0x00004227 nrtn  0x00000029 
- 00024141  0x00004228 fetch  0x00000001 , 0x000004df 
- 00024142  0x00004229 fetcht  0x00000001 , 0x0000004b 
- 00024143  0x0000422a setflag  0x00000034 , 0x00000004 , 0x00000002 
- 00024144  0x0000422b nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00024145  0x0000422c storet  0x00000001 , 0x0000004b 
- 00024146  0x0000422d rtn 
- 00024147  0x00004230 fetcht  0x00000008 , 0x000004df 
- 00024148  0x00004231 fetch  0x00000001 , 0x00004272 
- 00024149  0x00004232 bne  0x00000050 , 0x00005e58 
- 00024150  0x00004233 jam  0x00000000 , 0x00004272 
- 00024151  0x00004234 call  0x000047e5 
- 00024152  0x00004236 fetch  0x00000001 , 0x00000055 
- 00024153  0x00004237 rtnne  0x00000003 
- 00024154  0x00004238 fetch  0x00000001 , 0x00004132 
- 00024155  0x00004239 beq  0x00000001 , 0x00005e5e 
- 00024156  0x0000423a fetch  0x00000001 , 0x00000177 
- 00024157  0x0000423b bbit0  0x00000004 , 0x00005e60 
- 00024158  0x0000423d jam  0x00000014 , 0x00000055 
- 00024159  0x0000423e rtn 
- 00024160  0x00004240 jam  0x00000004 , 0x00000055 
- 00024161  0x00004241 rtn 
- 00024162  0x00004243 fetch  0x00000001 , 0x00000189 
- 00024163  0x00004244 store  0x00000001 , 0x0000015d 
- 00024164  0x00004245 jam  0x00000003 , 0x0000007c 
- 00024165  0x00004246 jam  0x00000038 , 0x0000007d 
- 00024166  0x00004247 rtn 
- 00024167  0x0000424b jam  0x00000003 , 0x0000007c 
- 00024168  0x0000424c jam  0x00000039 , 0x0000007d 
- 00024169  0x0000424d force  0x00000009 , 0x00000039 
- 00024170  0x0000424e arg  0x000004df , 0x00000006 
- 00024171  0x0000424f arg  0x00000154 , 0x00000005 
- 00024172  0x00004251 ifetch  0x00000001 , 0x00000006 
- 00024173  0x00004252 xor_into  0x00000055 , 0x0000003f 
- 00024174  0x00004253 istore  0x00000001 , 0x00000005 
- 00024175  0x00004254 loop  0x00005e6c 
- 00024176  0x00004255 fetch  0x00000001 , 0x00000154 
- 00024177  0x00004256 fetcht  0x00000001 , 0x00000153 
- 00024178  0x00004257 set0  0x00000007 , 0x00000002 
- 00024179  0x00004258 set0  0x00000004 , 0x00000002 
- 00024180  0x00004259 beq  0x000000ff , 0x00005e80 
- 00024181  0x0000425a beq  0x00000000 , 0x00005e99 
- 00024182  0x0000425b beq  0x00000005 , 0x00005e8d 
- 00024183  0x0000425c beq  0x00000007 , 0x00005e8c 
- 00024184  0x0000425d beq  0x00000006 , 0x00005e8d 
- 00024185  0x0000425e beq  0x00000008 , 0x00005e8c 
- 00024186  0x0000425f beq  0x00000001 , 0x00005e85 
- 00024187  0x00004260 beq  0x00000002 , 0x00005e85 
- 00024188  0x00004261 beq  0x00000003 , 0x00005e85 
- 00024189  0x00004262 beq  0x00000009 , 0x00005e85 
- 00024190  0x00004263 beq  0x00000004 , 0x00005e85 
- 00024191  0x00004264 rtn 
- 00024192  0x00004267 fetch  0x00000001 , 0x00000153 
- 00024193  0x00004268 set1  0x00000003 , 0x0000003f 
- 00024194  0x00004269 set1  0x00000002 , 0x0000003f 
- 00024195  0x0000426a store  0x00000001 , 0x00000153 
- 00024196  0x0000426b rtn 
- 00024197  0x0000426d set1  0x00000004 , 0x00000002 
- 00024198  0x0000426e jam  0x00000005 , 0x0000018a 
- 00024199  0x0000426f fetch  0x00000002 , 0x0000015b 
- 00024200  0x00004270 iforce  0x00000039 
- 00024201  0x00004271 store  0x00000002 , 0x00000169 
- 00024202  0x00004272 arg  0x000004de , 0x00000005 
- 00024203  0x00004273 call  0x00007ed8 
- 00024204  0x00004275 set1  0x00000007 , 0x00000002 
- 00024205  0x00004277 set1  0x00000002 , 0x00000002 
- 00024206  0x00004278 force  0x00000000 , 0x0000003f 
- 00024207  0x00004279 store  0x00000001 , 0x0000000b 
- 00024208  0x0000427a store  0x00000002 , 0x000000fc 
- 00024209  0x0000427b store  0x00000002 , 0x000000fe 
- 00024210  0x0000427c store  0x00000002 , 0x000000fa 
- 00024211  0x0000427d store  0x00000002 , 0x000000f8 
- 00024212  0x0000427e fetch  0x00000001 , 0x00000155 
- 00024213  0x0000427f compare  0x00000000 , 0x0000003f , 0x000000ff 
- 00024214  0x00004280 setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00024215  0x00004281 storet  0x00000001 , 0x00000153 
- 00024216  0x00004282 rtn 
- 00024217  0x00004285 set0  0x00000011 , 0x00000000 
- 00024218  0x00004286 jam  0x00000000 , 0x00000153 
- 00024219  0x00004287 fetch  0x00000001 , 0x00000189 
- 00024220  0x00004288 set0  0x00000006 , 0x0000003f 
- 00024221  0x00004289 store  0x00000001 , 0x00000189 
- 00024222  0x0000428a rtn 
- 00024223  0x0000428d fetch  0x00000001 , 0x00000153 
- 00024224  0x0000428e rtnbit0  0x00000002 
- 00024225  0x0000428f fetch  0x00000001 , 0x0000015e 
- 00024226  0x00004290 increase  0x00000001 , 0x0000003f 
- 00024227  0x00004291 store  0x00000001 , 0x0000015e 
- 00024228  0x00004292 rtnne  0x00000005 
- 00024229  0x00004293 jam  0x00000000 , 0x0000015e 
- 00024230  0x00004294 fetch  0x00000001 , 0x00000153 
- 00024231  0x00004295 set0  0x00000002 , 0x0000003f 
- 00024232  0x00004296 store  0x00000001 , 0x00000153 
- 00024233  0x00004297 bbit1  0x00000003 , 0x00005ec0 
- 00024234  0x00004298 isolate1  0x00000007 , 0x0000003f 
- 00024235  0x00004299 call  0x00007f86 , 0x00000001 
- 00024236  0x0000429a ncall  0x00007f8a , 0x00000001 
- 00024237  0x0000429b fetch  0x00000001 , 0x0000015a 
- 00024238  0x0000429c compare  0x00000020 , 0x0000003f , 0x00000030 
- 00024239  0x0000429d fetch  0x00000001 , 0x0000004c 
- 00024240  0x0000429e setflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00024241  0x0000429f store  0x00000001 , 0x0000004c 
- 00024242  0x000042a0 fetch  0x00000001 , 0x00000153 
- 00024243  0x000042a1 fetcht  0x00000001 , 0x00000189 
- 00024244  0x000042a2 isolate1  0x00000004 , 0x0000003f 
- 00024245  0x000042a3 setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00024246  0x000042a4 isolate1  0x00000006 , 0x0000003f 
- 00024247  0x000042a5 setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00024248  0x000042a6 setflag  0x00000001 , 0x00000005 , 0x00000002 
- 00024249  0x000042a7 storet  0x00000001 , 0x00000189 
- 00024250  0x000042a8 fetch  0x00000001 , 0x00000156 
- 00024251  0x000042a9 store  0x00000001 , 0x00000447 
- 00024252  0x000042aa fetch  0x00000001 , 0x00000157 
- 00024253  0x000042ab store  0x00000001 , 0x00000448 
- 00024254  0x000042ac set1  0x00000011 , 0x00000000 
- 00024255  0x000042ad rtn 
- 00024256  0x000042b0 set0  0x00000011 , 0x00000000 
- 00024257  0x000042b1 jam  0x00000000 , 0x00000153 
- 00024258  0x000042b2 fetch  0x00000001 , 0x0000015d 
- 00024259  0x000042b3 store  0x00000001 , 0x00000189 
- 00024260  0x000042b4 hfetch  0x00000001 , 0x00008043 
- 00024261  0x000042b5 and_into  0x000000fb , 0x0000003f 
- 00024262  0x000042b6 hstore  0x00000001 , 0x00008043 
- 00024263  0x000042b7 rtn 
- 00024264  0x000042bb arg  0x000004df , 0x00000006 
- 00024265  0x000042bc arg  0x000004ef , 0x00000005 
- 00024266  0x000042bd branch  0x00007e35 
- 00024267  0x000042c0 jam  0x00000009 , 0x0000007c 
- 00024268  0x000042c1 rtn 
- 00024269  0x000042c4 nrtn  0x00000029 
- 00024270  0x000042c5 jam  0x00000011 , 0x0000007c 
- 00024271  0x000042c6 rtn 
- 00024272  0x000042c9 arg  0x00004140 , 0x00000011 
- 00024273  0x000042ca call  0x0000736a 
- 00024274  0x000042cb jam  0x00000003 , 0x0000007c 
- 00024275  0x000042cc jam  0x00000008 , 0x0000007d 
- 00024276  0x000042cd rtn 
- 00024277  0x000042d0 jam  0x0000000a , 0x00000072 
- 00024278  0x000042d1 jam  0x00000007 , 0x0000007c 
- 00024279  0x000042d2 jam  0x00000016 , 0x00000446 
- 00024280  0x000042d3 rtn 
- 00024281  0x000042da set1  0x00000025 , 0x00000000 
- 00024282  0x000042db bpatch  0x000000e3 , 0x0000403c 
- 00024283  0x000042dc disable  0x00000028 
- 00024284  0x000042dd call  0x000061d9 
- 00024285  0x000042de fetch  0x00000001 , 0x00000048 
- 00024286  0x000042df rtn  0x00000034 
- 00024287  0x000042e4 bbit1  0x00000007 , 0x00005f10 
- 00024288  0x000042e5 beq  0x00000001 , 0x00006072 
- 00024289  0x000042e6 beq  0x00000002 , 0x00005f9b 
- 00024290  0x000042e7 beq  0x00000003 , 0x00005f1d 
- 00024291  0x000042e8 beq  0x00000004 , 0x00005f36 
- 00024292  0x000042e9 beq  0x00000027 , 0x000060f2 
- 00024293  0x000042ea beq  0x00000028 , 0x00005fbf 
- 00024294  0x000042eb beq  0x00000030 , 0x00005fab 
- 00024295  0x000042ec beq  0x00000025 , 0x000060ed 
- 00024296  0x000042ed beq  0x00000026 , 0x00005fba 
- 00024297  0x000042ee beq  0x00000031 , 0x000060dc 
- 00024298  0x000042ef beq  0x00000037 , 0x0000606d 
- 00024299  0x000042f0 beq  0x00000033 , 0x0000605f 
- 00024300  0x000042f1 beq  0x00000008 , 0x00006174 
- 00024301  0x000042f2 beq  0x00000009 , 0x0000616a 
- 00024302  0x000042f3 beq  0x0000000b , 0x0000617f 
- 00024303  0x000042f4 beq  0x0000000c , 0x00006188 
- 00024304  0x000042f5 beq  0x0000000f , 0x00006065 
- 00024305  0x000042f6 beq  0x00000010 , 0x000061af 
- 00024306  0x000042f7 beq  0x00000011 , 0x000061a5 
- 00024307  0x000042f8 beq  0x00000007 , 0x00006055 
- 00024308  0x000042f9 beq  0x0000002a , 0x00006081 
- 00024309  0x000042fa beq  0x0000000a , 0x00006082 
- 00024310  0x000042fc beq  0x0000002b , 0x000060b5 
- 00024311  0x000042fd beq  0x00000006 , 0x00005fb0 
- 00024312  0x000042fe beq  0x00000021 , 0x00006062 
- 00024313  0x000042ff beq  0x0000002d , 0x000060d2 
- 00024314  0x00004300 beq  0x0000002e , 0x000060d7 
- 00024315  0x00004301 beq  0x00000022 , 0x00006062 
- 00024316  0x00004302 beq  0x0000002c , 0x000060cb 
- 00024317  0x00004303 beq  0x00000034 , 0x00006083 
- 00024318  0x00004304 beq  0x00000013 , 0x00006098 
- 00024319  0x00004305 beq  0x00000017 , 0x000060a7 
- 00024320  0x00004306 beq  0x00000012 , 0x000061ac 
- 00024321  0x00004307 beq  0x0000002f , 0x000060ad 
- 00024322  0x00004308 beq  0x00000018 , 0x000060b2 
- 00024323  0x00004309 beq  0x0000003d , 0x00006119 
- 00024324  0x0000430a beq  0x0000003e , 0x00006125 
- 00024325  0x0000430b beq  0x0000003f , 0x00006137 
- 00024326  0x0000430c beq  0x00000040 , 0x00006142 
- 00024327  0x0000430d beq  0x00000041 , 0x00006157 
- 00024328  0x0000430e beq  0x00000023 , 0x00006166 
- 00024329  0x0000430f beq  0x0000003b , 0x00006161 
- 00024330  0x00004311 beq  0x00000005 , 0x00006167 
- 00024331  0x00004312 beq  0x00000029 , 0x00006168 
- 00024332  0x00004313 beq  0x00000038 , 0x00006169 
- 00024333  0x00004314 beq  0x00000039 , 0x00006078 
- 00024334  0x00004316 branch  0x00003bf1 
- 00024335  0x00004317 rtn 
- 00024336  0x00004319 beq  0x0000008c , 0x00005fc4 
- 00024337  0x0000431a beq  0x0000008d , 0x00005fe3 
- 00024338  0x0000431b beq  0x00000081 , 0x00005f43 
- 00024339  0x0000431c beq  0x00000084 , 0x00005f76 
- 00024340  0x0000431d beq  0x00000082 , 0x00005f50 
- 00024341  0x0000431e beq  0x00000083 , 0x00005fec 
- 00024342  0x0000431f beq  0x0000008b , 0x00005ff7 
- 00024343  0x00004320 beq  0x00000097 , 0x00006051 
- 00024344  0x00004321 beq  0x00000099 , 0x00005f8c 
- 00024345  0x00004322 beq  0x0000009a , 0x00005f81 
- 00024346  0x00004323 beq  0x00000095 , 0x00005f91 
- 00024347  0x00004324 beq  0x00000096 , 0x00005f92 
- 00024348  0x00004325 branch  0x00003bf1 
- 00024349  0x0000432c force  0x00000002 , 0x0000003f 
- 00024350  0x0000432d call  0x000061b5 
- 00024351  0x0000432e fetch  0x00000001 , 0x00000049 
- 00024352  0x0000432f istore  0x00000001 , 0x00000005 
- 00024353  0x00004330 beq  0x0000002b , 0x00005f5a 
- 00024354  0x00004331 call  0x000061c4 
- 00024355  0x00004332 fetch  0x00000001 , 0x00000049 
- 00024356  0x00004333 beq  0x00000008 , 0x00005f5d 
- 00024357  0x00004334 beq  0x0000000f , 0x00005f61 
- 00024358  0x00004335 beq  0x00000010 , 0x00005f6c 
- 00024359  0x00004336 beq  0x00000017 , 0x00005f33 
- 00024360  0x00004337 beq  0x00000033 , 0x00005f6f 
- 00024361  0x00004338 beq  0x0000002c , 0x00005f74 
- 00024362  0x00004339 beq  0x00000041 , 0x00005f75 
- 00024363  0x0000433a beq  0x00000011 , 0x00005f2d 
- 00024364  0x0000433b rtn 
- 00024365  0x0000433e fetch  0x00000001 , 0x00000055 
- 00024366  0x0000433f rtn  0x00000034 
- 00024367  0x00004340 jam  0x0000001b , 0x00000055 
- 00024368  0x00004341 setarg  0x0000000c 
- 00024369  0x00004342 arg  0x0000000b , 0x00000007 
- 00024370  0x00004343 branch  0x00007e4c 
- 00024371  0x00004346 force  0x00000002 , 0x00000002 
- 00024372  0x00004347 call  0x00004907 
- 00024373  0x00004348 branch  0x000037e1 
- 00024374  0x0000434a force  0x00000003 , 0x0000003f 
- 00024375  0x0000434b call  0x000061b5 
- 00024376  0x0000434c fetch  0x00000001 , 0x00000049 
- 00024377  0x0000434d beq  0x0000000b , 0x00005f3e 
- 00024378  0x0000434e istore  0x00000001 , 0x00000005 
- 00024379  0x0000434f fetch  0x00000001 , 0x0000004a 
- 00024380  0x00004350 istore  0x00000001 , 0x00000005 
- 00024381  0x00004351 branch  0x000061c4 
- 00024382  0x00004354 istore  0x00000001 , 0x00000005 
- 00024383  0x00004355 fetch  0x00000001 , 0x0000004a 
- 00024384  0x00004356 istore  0x00000001 , 0x00000005 
- 00024385  0x00004357 arg  0x00000451 , 0x00000002 
- 00024386  0x00004358 branch  0x000061fb 
- 00024387  0x0000435b force  0x00000004 , 0x00000007 
- 00024388  0x0000435c call  0x000061bd 
- 00024389  0x0000435d setarg  0x0000007f 
- 00024390  0x0000435e istore  0x00000001 , 0x00000005 
- 00024391  0x0000435f fetch  0x00000001 , 0x00000049 
- 00024392  0x00004360 set0  0x00000007 , 0x0000003f 
- 00024393  0x00004361 istore  0x00000001 , 0x00000005 
- 00024394  0x00004362 fetch  0x00000001 , 0x00000049 
- 00024395  0x00004363 beq  0x0000008c , 0x00005f5a 
- 00024396  0x00004364 call  0x000061c4 
- 00024397  0x00004365 fetch  0x00000001 , 0x00000049 
- 00024398  0x00004366 beq  0x0000008d , 0x00005f74 
- 00024399  0x00004367 rtn 
- 00024400  0x0000436a force  0x00000005 , 0x00000007 
- 00024401  0x0000436b call  0x000061bd 
- 00024402  0x0000436c setarg  0x0000007f 
- 00024403  0x0000436d istore  0x00000001 , 0x00000005 
- 00024404  0x0000436e fetch  0x00000001 , 0x00000049 
- 00024405  0x0000436f set0  0x00000007 , 0x0000003f 
- 00024406  0x00004370 istore  0x00000001 , 0x00000005 
- 00024407  0x00004371 fetch  0x00000001 , 0x0000004a 
- 00024408  0x00004372 istore  0x00000001 , 0x00000005 
- 00024409  0x00004373 branch  0x000061c4 
- 00024410  0x00004376 call  0x0000384a 
- 00024411  0x00004377 arg  0x00000452 , 0x00000002 
- 00024412  0x00004378 branch  0x000061fb 
- 00024413  0x0000437c call  0x00003507 
- 00024414  0x0000437d call  0x0000620d 
- 00024415  0x0000437e rtn  0x00000001 
- 00024416  0x0000437f branch  0x00005ecb 
- 00024417  0x00004382 fetch  0x00000001 , 0x0000004b 
- 00024418  0x00004383 bbit1  0x00000005 , 0x00005f68 
- 00024419  0x00004384 rtnbit0  0x00000004 
- 00024420  0x00004385 jam  0x00000012 , 0x0000007c 
- 00024421  0x00004386 set0  0x00000004 , 0x0000003f 
- 00024422  0x00004387 call  0x00006205 
- 00024423  0x00004388 branch  0x00005f6a 
- 00024424  0x0000438a jam  0x00000010 , 0x0000007c 
- 00024425  0x0000438b set0  0x00000005 , 0x0000003f 
- 00024426  0x0000438d store  0x00000001 , 0x0000004b 
- 00024427  0x0000438e rtn 
- 00024428  0x00004391 call  0x00006216 
- 00024429  0x00004392 branch  0x00005ecd , 0x00000001 
- 00024430  0x00004393 rtn 
- 00024431  0x00004397 fetch  0x00000001 , 0x0000044d 
- 00024432  0x00004398 set1  0x00000000 , 0x0000003f 
- 00024433  0x00004399 store  0x00000001 , 0x0000044d 
- 00024434  0x0000439a jam  0x00000001 , 0x00000b7d 
- 00024435  0x0000439b branch  0x00007c27 
- 00024436  0x0000439f rtn 
- 00024437  0x000043a2 rtn 
- 00024438  0x000043a7 force  0x0000000c , 0x00000007 
- 00024439  0x000043a8 call  0x000061bd 
- 00024440  0x000043a9 setarg  0x00000001 
- 00024441  0x000043aa istore  0x00000001 , 0x00000005 
- 00024442  0x000043ab fetch  0x00000002 , 0x0000044a 
- 00024443  0x000043ac istore  0x00000002 , 0x00000005 
- 00024444  0x000043ad setarg  0x00000000 
- 00024445  0x000043ae istore  0x00000003 , 0x00000005 
- 00024446  0x000043af setarg  0x00000000 
- 00024447  0x000043b0 istore  0x00000004 , 0x00000005 
- 00024448  0x000043b1 branch  0x000061cd 
- 00024449  0x000043b4 force  0x00000005 , 0x00000007 
- 00024450  0x000043b5 call  0x000061bd 
- 00024451  0x000043b6 fetch  0x00000001 , 0x00004132 
- 00024452  0x000043b7 beq  0x00000001 , 0x00005f89 
- 00024453  0x000043b8 setarg  0x00040003 
- 00024454  0x000043b9 istore  0x00000003 , 0x00000005 
- 00024455  0x000043ba store  0x00000003 , 0x000007e6 
- 00024456  0x000043bb branch  0x000061cd 
- 00024457  0x000043bd fetch  0x00000003 , 0x000007e6 
- 00024458  0x000043be istore  0x00000003 , 0x00000005 
- 00024459  0x000043bf branch  0x000061cd 
- 00024460  0x000043c2 force  0x00000005 , 0x00000007 
- 00024461  0x000043c3 call  0x000061bd 
- 00024462  0x000043c4 fetch  0x00000003 , 0x000007e6 
- 00024463  0x000043c5 istore  0x00000003 , 0x00000005 
- 00024464  0x000043c6 branch  0x000061cf 
- 00024465  0x000043cb rtn 
- 00024466  0x000043cd force  0x00000009 , 0x00000007 
- 00024467  0x000043ce call  0x000061bd 
- 00024468  0x000043cf fetch  0x00000001 , 0x00000097 
- 00024469  0x000043d0 istore  0x00000001 , 0x00000005 
- 00024470  0x000043d1 fetch  0x00000002 , 0x00000098 
- 00024471  0x000043d2 istore  0x00000002 , 0x00000005 
- 00024472  0x000043d3 fetch  0x00000004 , 0x00000093 
- 00024473  0x000043d4 istore  0x00000004 , 0x00000005 
- 00024474  0x000043d5 branch  0x000061cd 
- 00024475  0x000043d8 force  0x00000011 , 0x0000003f 
- 00024476  0x000043d9 call  0x000061b5 
- 00024477  0x000043da fetch  0x00000001 , 0x00000049 
- 00024478  0x000043db copy  0x0000003f , 0x00000002 
- 00024479  0x000043dc beq  0x00000000 , 0x00005fa3 
- 00024480  0x000043dd beq  0x0000000e , 0x00005fa3 
- 00024481  0x000043de beq  0x0000001c , 0x00005fa3 
- 00024482  0x000043df rtn 
- 00024483  0x000043e1 istore  0x00000001 , 0x00000005 
- 00024484  0x000043e2 fetch  0x00000001 , 0x00004702 
- 00024485  0x000043e3 istore  0x00000001 , 0x00000005 
- 00024486  0x000043e4 copy  0x0000003f , 0x00000039 
- 00024487  0x000043e5 setarg  0x00004703 
- 00024488  0x000043e6 iadd  0x00000002 , 0x00000006 
- 00024489  0x000043e7 call  0x00007e45 
- 00024490  0x000043e8 branch  0x000061cd 
- 00024491  0x000043ec force  0x00000003 , 0x0000003f 
- 00024492  0x000043ed call  0x000061b5 
- 00024493  0x000043ee setarg  0x00000114 
- 00024494  0x000043ef istore  0x00000002 , 0x00000005 
- 00024495  0x000043f0 branch  0x000061cd 
- 00024496  0x000043f4 force  0x00000003 , 0x0000003f 
- 00024497  0x000043f5 call  0x000061b5 
- 00024498  0x000043f6 fetch  0x00000004 , 0x0000016f 
- 00024499  0x000043f7 isub  0x00000022 , 0x0000003f 
- 00024500  0x000043f8 branch  0x00005fb6 , 0x00000029 
- 00024501  0x000043f9 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024502  0x000043fc rshift2  0x0000003f , 0x0000003f 
- 00024503  0x000043fd set0  0x0000000f , 0x0000003f 
- 00024504  0x000043fe istore  0x00000002 , 0x00000005 
- 00024505  0x000043ff branch  0x000061cd 
- 00024506  0x00004402 force  0x00000006 , 0x0000003f 
- 00024507  0x00004403 call  0x000061b5 
- 00024508  0x00004404 fetch  0x00000005 , 0x000046fd 
- 00024509  0x00004405 istore  0x00000005 , 0x00000005 
- 00024510  0x00004406 branch  0x000061cd 
- 00024511  0x00004409 force  0x00000009 , 0x0000003f 
- 00024512  0x0000440a call  0x000061b5 
- 00024513  0x0000440b fetch  0x00000008 , 0x00004138 
- 00024514  0x0000440c istore  0x00000008 , 0x00000005 
- 00024515  0x0000440d branch  0x000061cd 
- 00024516  0x00004414 branch  0x00005fc6 , 0x00000029 
- 00024517  0x00004417 branch  0x00005fc7 
- 00024518  0x00004419 jam  0x00000007 , 0x000041f9 
- 00024519  0x0000441b jam  0x00000000 , 0x000000af 
- 00024520  0x0000441c force  0x00000010 , 0x00000007 
- 00024521  0x0000441d call  0x000061bd 
- 00024522  0x0000441e fetch  0x00000001 , 0x000000ad 
- 00024523  0x0000441f istore  0x00000001 , 0x00000005 
- 00024524  0x00004420 fetch  0x00000001 , 0x000041f9 
- 00024525  0x00004421 istore  0x00000001 , 0x00000005 
- 00024526  0x00004422 setarg  0x00000000 
- 00024527  0x00004423 istore  0x00000001 , 0x00000005 
- 00024528  0x00004424 fetch  0x00000001 , 0x000000af 
- 00024529  0x00004425 istore  0x00000001 , 0x00000005 
- 00024530  0x00004426 setarg  0x00000006 
- 00024531  0x00004427 istore  0x00000001 , 0x00000005 
- 00024532  0x00004428 setarg  0x00000002 
- 00024533  0x00004429 istore  0x00000001 , 0x00000005 
- 00024534  0x0000442a setarg  0x00000007 
- 00024535  0x0000442b istore  0x00000001 , 0x00000005 
- 00024536  0x0000442c istore  0x00000001 , 0x00000005 
- 00024537  0x0000442d setarg  0x0000001e 
- 00024538  0x0000442e istore  0x00000002 , 0x00000005 
- 00024539  0x0000442f istore  0x00000002 , 0x00000005 
- 00024540  0x00004430 fetch  0x00000001 , 0x000000ab 
- 00024541  0x00004431 istore  0x00000001 , 0x00000005 
- 00024542  0x00004432 fetch  0x00000001 , 0x000000b1 
- 00024543  0x00004433 istore  0x00000001 , 0x00000005 
- 00024544  0x00004434 nbranch  0x000061cd , 0x00000034 
- 00024545  0x00004435 branch  0x000061cd , 0x00000029 
- 00024546  0x00004436 branch  0x000061cf 
- 00024547  0x00004439 force  0x00000004 , 0x00000007 
- 00024548  0x0000443a call  0x000061bd 
- 00024549  0x0000443b fetch  0x00000001 , 0x000000ad 
- 00024550  0x0000443c istore  0x00000001 , 0x00000005 
- 00024551  0x0000443d fetch  0x00000001 , 0x00000446 
- 00024552  0x0000443e istore  0x00000001 , 0x00000005 
- 00024553  0x0000443f fetch  0x00000001 , 0x000000b4 
- 00024554  0x00004440 store  0x00000001 , 0x00000047 
- 00024555  0x00004441 branch  0x000061cf 
- 00024556  0x00004445 force  0x0000000c , 0x00000007 
- 00024557  0x00004446 call  0x000061bd 
- 00024558  0x00004447 setarg  0x00000001 
- 00024559  0x00004448 istore  0x00000001 , 0x00000005 
- 00024560  0x00004449 fetch  0x00000002 , 0x0000044a 
- 00024561  0x0000444a istore  0x00000002 , 0x00000005 
- 00024562  0x0000444b setarg  0x00000000 
- 00024563  0x0000444c istore  0x00000003 , 0x00000005 
- 00024564  0x0000444d setarg  0x00000000 
- 00024565  0x0000444e istore  0x00000004 , 0x00000005 
- 00024566  0x0000444f branch  0x000061cf 
- 00024567  0x00004452 force  0x00000003 , 0x00000007 
- 00024568  0x00004453 call  0x000061bd 
- 00024569  0x00004454 fetch  0x00000001 , 0x000041fb 
- 00024570  0x00004455 istore  0x00000001 , 0x00000005 
- 00024571  0x00004456 disable  0x00000028 
- 00024572  0x00004457 call  0x000061cf 
- 00024573  0x00004458 nrtn  0x00000028 
- 00024574  0x00004459 nrtn  0x00000029 
- 00024575  0x0000445a fetch  0x00000001 , 0x00004179 
- 00024576  0x0000445b rtnbit0  0x00000000 
- 00024577  0x0000445c call  0x0000600f 
- 00024578  0x0000445d branch  0x00006019 
- 00024579  0x00004461 fetch  0x00000001 , 0x0000413e 
- 00024580  0x00004462 set1  0x00000003 , 0x0000003f 
- 00024581  0x00004463 store  0x00000001 , 0x0000413e 
- 00024582  0x00004464 setarg  0x00000101 
- 00024583  0x00004465 store  0x00000002 , 0x0000044a 
- 00024584  0x00004466 rtn 
- 00024585  0x00004469 fetch  0x00000001 , 0x0000413e 
- 00024586  0x0000446a set0  0x00000003 , 0x0000003f 
- 00024587  0x0000446b store  0x00000001 , 0x0000413e 
- 00024588  0x0000446c setarg  0x00000000 
- 00024589  0x0000446d store  0x00000002 , 0x0000044a 
- 00024590  0x0000446e rtn 
- 00024591  0x00004471 jam  0x00000003 , 0x00004179 
- 00024592  0x00004472 setarg  0x00000000 
- 00024593  0x00004473 store  0x00000004 , 0x000041e3 
- 00024594  0x00004474 arg  0x0000417b , 0x00000005 
- 00024595  0x00004475 call  0x00006023 
- 00024596  0x00004476 arg  0x00004188 , 0x00000005 
- 00024597  0x00004477 call  0x00006023 
- 00024598  0x00004478 arg  0x000041e7 , 0x00000005 
- 00024599  0x00004479 call  0x00006023 
- 00024600  0x0000447a branch  0x0000602a 
- 00024601  0x0000447c arg  0x00004188 , 0x00000005 
- 00024602  0x0000447d call  0x00006023 
- 00024603  0x0000447e call  0x0000602a 
- 00024604  0x0000447f branch  0x0000602d 
- 00024605  0x00004483 fetch  0x00000005 , 0x000041e7 
- 00024606  0x00004484 store  0x00000005 , 0x00004188 
- 00024607  0x00004485 ifetch  0x00000005 , 0x00000006 
- 00024608  0x00004486 istore  0x00000005 , 0x00000005 
- 00024609  0x00004487 call  0x0000602a 
- 00024610  0x00004488 branch  0x0000602d 
- 00024611  0x0000448b setarg  0x00ffffff 
- 00024612  0x0000448c istore  0x00000003 , 0x00000005 
- 00024613  0x0000448d istore  0x00000003 , 0x00000005 
- 00024614  0x0000448e istore  0x00000003 , 0x00000005 
- 00024615  0x0000448f setarg  0x0000007f 
- 00024616  0x00004490 istore  0x00000001 , 0x00000005 
- 00024617  0x00004491 rtn 
- 00024618  0x00004493 setarg  0x00000000 
- 00024619  0x00004494 store  0x00000002 , 0x00004177 
- 00024620  0x00004495 rtn 
- 00024621  0x00004497 fetch  0x00000001 , 0x00004179 
- 00024622  0x00004498 set1  0x00000002 , 0x0000003f 
- 00024623  0x00004499 store  0x00000001 , 0x00004179 
- 00024624  0x0000449a rtn 
- 00024625  0x0000449c nrtn  0x00000029 
- 00024626  0x0000449d force  0x00000010 , 0x0000003f 
- 00024627  0x0000449e call  0x000061b5 
- 00024628  0x0000449f deposit  0x00000022 
- 00024629  0x000044a0 arg  0x000001dc , 0x00000002 
- 00024630  0x000044a1 iadd  0x00000002 , 0x0000003f 
- 00024631  0x000044a2 rshift  0x0000003f , 0x0000003f 
- 00024632  0x000044a3 increase  0x00000001 , 0x0000003f 
- 00024633  0x000044a4 set0  0x00000000 , 0x0000003f 
- 00024634  0x000044a5 istore  0x00000004 , 0x00000005 
- 00024635  0x000044a6 copy  0x0000003f , 0x00000002 
- 00024636  0x000044a7 setarg  0x00000001 
- 00024637  0x000044a8 istore  0x00000001 , 0x00000005 
- 00024638  0x000044a9 fetch  0x00000005 , 0x00004188 
- 00024639  0x000044aa istore  0x00000005 , 0x00000005 
- 00024640  0x000044ab ifetch  0x00000005 , 0x00000006 
- 00024641  0x000044ac istore  0x00000005 , 0x00000005 
- 00024642  0x000044ad lshift  0x00000002 , 0x00000002 
- 00024643  0x000044ae storet  0x00000004 , 0x00004173 
- 00024644  0x000044af call  0x000061cf 
- 00024645  0x000044b0 fetch  0x00000001 , 0x00000031 
- 00024646  0x000044b1 set1  0x00000003 , 0x0000003f 
- 00024647  0x000044b2 store  0x00000001 , 0x00000031 
- 00024648  0x000044b3 jam  0x00000001 , 0x0000417a 
- 00024649  0x000044b4 fetch  0x00000004 , 0x00004173 
- 00024650  0x000044b5 arg  0x0002ee00 , 0x00000002 
- 00024651  0x000044b6 iadd  0x00000002 , 0x0000003f 
- 00024652  0x000044b7 store  0x00000004 , 0x000041e3 
- 00024653  0x000044b8 fetch  0x00000001 , 0x00004179 
- 00024654  0x000044b9 rtnbit1  0x00000004 
- 00024655  0x000044ba jam  0x00000090 , 0x0000007c 
- 00024656  0x000044bb rtn 
- 00024657  0x000044bf force  0x00000002 , 0x00000007 
- 00024658  0x000044c0 call  0x000061bd 
- 00024659  0x000044c1 nbranch  0x000061cd , 0x00000029 
- 00024660  0x000044c3 branch  0x000061cf 
- 00024661  0x000044c8 force  0x00000002 , 0x0000003f 
- 00024662  0x000044c9 call  0x000061b5 
- 00024663  0x000044ca fetch  0x00000001 , 0x00000446 
- 00024664  0x000044cb istore  0x00000001 , 0x00000005 
- 00024665  0x000044cc call  0x000061cf 
- 00024666  0x000044ce fetch  0x00000001 , 0x0000004b 
- 00024667  0x000044cf set1  0x00000003 , 0x0000003f 
- 00024668  0x000044d0 store  0x00000001 , 0x0000004b 
- 00024669  0x000044d1 jam  0x00000032 , 0x00000072 
- 00024670  0x000044d2 rtn 
- 00024671  0x000044d6 force  0x00000001 , 0x0000003f 
- 00024672  0x000044d7 call  0x000061b5 
- 00024673  0x000044d8 branch  0x000061cf 
- 00024674  0x000044da force  0x00000001 , 0x0000003f 
- 00024675  0x000044db call  0x000061b5 
- 00024676  0x000044dc branch  0x000061cd 
- 00024677  0x000044e0 force  0x00000002 , 0x0000003f 
- 00024678  0x000044e1 call  0x000061b5 
- 00024679  0x000044e2 fetch  0x00000001 , 0x0000004c 
- 00024680  0x000044e3 isolate0  0x00000002 , 0x0000003f 
- 00024681  0x000044e4 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024682  0x000044e5 and_into  0x00000001 , 0x0000003f 
- 00024683  0x000044e6 istore  0x00000001 , 0x00000005 
- 00024684  0x000044e7 branch  0x000061cf 
- 00024685  0x000044eb force  0x00000003 , 0x0000003f 
- 00024686  0x000044ec call  0x000061b5 
- 00024687  0x000044ed fetch  0x00000002 , 0x00000051 
- 00024688  0x000044ee istore  0x00000002 , 0x00000005 
- 00024689  0x000044ef branch  0x000061cf 
- 00024690  0x000044f2 jam  0x000000fa , 0x00000072 
- 00024691  0x000044f3 force  0x00000002 , 0x0000003f 
- 00024692  0x000044f4 call  0x000061b5 
- 00024693  0x000044f5 fetch  0x00000001 , 0x00000053 
- 00024694  0x000044f6 istore  0x00000001 , 0x00000005 
- 00024695  0x000044f7 branch  0x000061cf 
- 00024696  0x000044fa force  0x0000000a , 0x0000003f 
- 00024697  0x000044fb call  0x000061b5 
- 00024698  0x000044fc arg  0x00000154 , 0x00000006 
- 00024699  0x000044fd force  0x00000009 , 0x00000039 
- 00024700  0x000044ff ifetch  0x00000001 , 0x00000006 
- 00024701  0x00004500 xor_into  0x00000055 , 0x0000003f 
- 00024702  0x00004501 istore  0x00000001 , 0x00000005 
- 00024703  0x00004502 loop  0x0000607c 
- 00024704  0x00004503 branch  0x000061cf 
- 00024705  0x00004506 branch  0x000061cf 
- 00024706  0x00004508 branch  0x000061cf 
- 00024707  0x0000450b rtn  0x00000029 
- 00024708  0x0000450c call  0x00003997 
- 00024709  0x0000450d force  0x00000009 , 0x0000003f 
- 00024710  0x0000450e call  0x000061b5 
- 00024711  0x0000450f fetch  0x00000002 , 0x0000017b 
- 00024712  0x00004510 istore  0x00000002 , 0x00000005 
- 00024713  0x00004511 fetch  0x00000003 , 0x00004140 
- 00024714  0x00004512 istore  0x00000003 , 0x00000005 
- 00024715  0x00004513 fetch  0x00000001 , 0x00004143 
- 00024716  0x00004514 istore  0x00000001 , 0x00000005 
- 00024717  0x00004515 fetch  0x00000002 , 0x00004144 
- 00024718  0x00004516 istore  0x00000002 , 0x00000005 
- 00024719  0x00004517 bmark0  0x00000003 , 0x00006094 
- 00024720  0x00004518 set0  0x00000003 , 0x00000000 
- 00024721  0x00004519 call  0x000061cf 
- 00024722  0x0000451a jam  0x00000013 , 0x0000007c 
- 00024723  0x0000451b rtn 
- 00024724  0x0000451d call  0x000061cd 
- 00024725  0x0000451e jam  0x00000003 , 0x0000007c 
- 00024726  0x0000451f jam  0x00000013 , 0x0000007d 
- 00024727  0x00004520 rtn 
- 00024728  0x00004523 arg  0x00000200 , 0x00000002 
- 00024729  0x00004524 branch  0x0000609c , 0x00000029 
- 00024730  0x00004525 deposit  0x00000028 
- 00024731  0x00004526 branch  0x0000609d 
- 00024732  0x00004528 deposit  0x00000022 
- 00024733  0x0000452a deposit  0x00000021 
- 00024734  0x0000452b iadd  0x00000002 , 0x0000003f 
- 00024735  0x0000452c and_into  0x000001fc , 0x0000003f 
- 00024736  0x0000452d store  0x00000004 , 0x00000034 
- 00024737  0x0000452e force  0x00000005 , 0x0000003f 
- 00024738  0x0000452f call  0x000061b5 
- 00024739  0x00004530 fetch  0x00000004 , 0x00000034 
- 00024740  0x00004531 rshift  0x0000003f , 0x0000003f 
- 00024741  0x00004532 istore  0x00000004 , 0x00000005 
- 00024742  0x00004533 branch  0x000061cf 
- 00024743  0x00004536 force  0x0000000a , 0x0000003f 
- 00024744  0x00004537 call  0x000061b5 
- 00024745  0x00004538 arg  0x00000455 , 0x00000006 
- 00024746  0x00004539 ifetch  0x00000009 , 0x00000006 
- 00024747  0x0000453a istore  0x00000009 , 0x00000005 
- 00024748  0x0000453b branch  0x000061cf 
- 00024749  0x00004540 force  0x00000003 , 0x0000003f 
- 00024750  0x00004541 call  0x000061b5 
- 00024751  0x00004542 setarg  0x00000114 
- 00024752  0x00004543 istore  0x00000002 , 0x00000005 
- 00024753  0x00004544 branch  0x000061cf 
- 00024754  0x00004548 force  0x00000001 , 0x0000003f 
- 00024755  0x00004549 call  0x000061b5 
- 00024756  0x00004552 branch  0x000061cf 
- 00024757  0x00004555 branch  0x000060ba , 0x00000029 
- 00024758  0x00004556 jam  0x00000000 , 0x000000ad 
- 00024759  0x00004557 fetch  0x00000001 , 0x00000031 
- 00024760  0x00004558 set1  0x00000004 , 0x0000003f 
- 00024761  0x00004559 store  0x00000001 , 0x00000031 
- 00024762  0x0000455b jam  0x00000000 , 0x000000af 
- 00024763  0x0000455c force  0x00000007 , 0x0000003f 
- 00024764  0x0000455d call  0x000061b5 
- 00024765  0x0000455e fetch  0x00000001 , 0x000000ad 
- 00024766  0x0000455f istore  0x00000001 , 0x00000005 
- 00024767  0x00004560 setarg  0x00000000 
- 00024768  0x00004561 istore  0x00000001 , 0x00000005 
- 00024769  0x00004562 fetch  0x00000001 , 0x000000af 
- 00024770  0x00004563 istore  0x00000001 , 0x00000005 
- 00024771  0x00004564 setarg  0x00000006 
- 00024772  0x00004565 istore  0x00000001 , 0x00000005 
- 00024773  0x00004566 setarg  0x00000002 
- 00024774  0x00004567 istore  0x00000001 , 0x00000005 
- 00024775  0x00004568 fetch  0x00000001 , 0x000000ab 
- 00024776  0x00004569 istore  0x00000001 , 0x00000005 
- 00024777  0x0000456a branch  0x000061cd , 0x00000029 
- 00024778  0x0000456b branch  0x000061ca 
- 00024779  0x0000456f force  0x00000003 , 0x0000003f 
- 00024780  0x00004570 call  0x000061b5 
- 00024781  0x00004571 fetch  0x00000001 , 0x000000ad 
- 00024782  0x00004572 istore  0x00000001 , 0x00000005 
- 00024783  0x00004573 force  0x00000013 , 0x0000003f 
- 00024784  0x00004574 istore  0x00000001 , 0x00000005 
- 00024785  0x00004575 branch  0x000061cf 
- 00024786  0x00004578 force  0x00000002 , 0x0000003f 
- 00024787  0x00004579 call  0x000061b5 
- 00024788  0x0000457a fetch  0x00000001 , 0x00004171 
- 00024789  0x0000457b istore  0x00000001 , 0x00000005 
- 00024790  0x0000457c branch  0x000061cf 
- 00024791  0x00004580 force  0x00000002 , 0x0000003f 
- 00024792  0x00004581 call  0x000061b5 
- 00024793  0x00004582 setarg  0x00000005 
- 00024794  0x00004583 istore  0x00000001 , 0x00000005 
- 00024795  0x00004584 branch  0x000061cf 
- 00024796  0x00004587 fetch  0x00000001 , 0x00000030 
- 00024797  0x00004588 set1  0x00000004 , 0x0000003f 
- 00024798  0x00004589 store  0x00000001 , 0x00000030 
- 00024799  0x0000458a copy  0x00000022 , 0x0000003f 
- 00024800  0x0000458b store  0x00000004 , 0x00000465 
- 00024801  0x0000458c fetch  0x00000001 , 0x0000044d 
- 00024802  0x0000458d bbit1  0x00000003 , 0x000060eb 
- 00024803  0x0000458e set1  0x00000003 , 0x0000003f 
- 00024804  0x0000458f store  0x00000001 , 0x0000044d 
- 00024805  0x00004590 jam  0x00000005 , 0x00000b7d 
- 00024806  0x00004591 call  0x00007c27 
- 00024807  0x00004592 call  0x00004825 
- 00024808  0x00004593 force  0x00000001 , 0x0000003f 
- 00024809  0x00004594 call  0x000061b5 
- 00024810  0x00004595 branch  0x000061cf 
- 00024811  0x00004597 jam  0x00000000 , 0x00000048 
- 00024812  0x00004598 rtn 
- 00024813  0x0000459b force  0x00000006 , 0x0000003f 
- 00024814  0x0000459c call  0x000061b5 
- 00024815  0x0000459d fetch  0x00000005 , 0x000046fd 
- 00024816  0x0000459e istore  0x00000005 , 0x00000005 
- 00024817  0x0000459f branch  0x000061cf 
- 00024818  0x000045a2 force  0x00000009 , 0x0000003f 
- 00024819  0x000045a3 call  0x000061b5 
- 00024820  0x000045a4 fetch  0x00000008 , 0x00004138 
- 00024821  0x000045a5 istore  0x00000008 , 0x00000005 
- 00024822  0x000045a6 branch  0x000061cf 
- 00024823  0x000045a9 call  0x0000481b 
- 00024824  0x000045aa fetch  0x00000001 , 0x00004132 
- 00024825  0x000045ab beq  0x00000001 , 0x000060fd 
- 00024826  0x000045ac jam  0x00000001 , 0x000007dd 
- 00024827  0x000045ad fetch  0x00000001 , 0x00004793 
- 00024828  0x000045ae rtnne  0x00000001 
- 00024829  0x000045b0 jam  0x00000013 , 0x000007db 
- 00024830  0x000045b1 rtn 
- 00024831  0x000045b4 call  0x00006209 
- 00024832  0x000045b5 jam  0x00000099 , 0x0000007c 
- 00024833  0x000045b6 jam  0x00000003 , 0x000007db 
- 00024834  0x000045b7 rtn 
- 00024835  0x000045bb call  0x00006209 
- 00024836  0x000045bc jam  0x0000003d , 0x0000007c 
- 00024837  0x000045bd jam  0x00000007 , 0x000007db 
- 00024838  0x000045be rtn 
- 00024839  0x000045c1 arg  0x00000868 , 0x00000011 
- 00024840  0x000045c2 arg  0x00000888 , 0x00000012 
- 00024841  0x000045c3 arg  0x00000010 , 0x00000039 
- 00024842  0x000045c4 call  0x00007f25 
- 00024843  0x000045c5 branch  0x00006111 , 0x00000005 
- 00024844  0x000045c6 jam  0x00000000 , 0x000007db 
- 00024845  0x000045c7 call  0x00007811 
- 00024846  0x000045c8 jam  0x00000024 , 0x0000007e 
- 00024847  0x000045c9 jam  0x00000040 , 0x0000007d 
- 00024848  0x000045ca branch  0x00005bc9 
- 00024849  0x000045cc jam  0x0000000a , 0x000007db 
- 00024850  0x000045cd call  0x0000780f 
- 00024851  0x000045ce jam  0x00000040 , 0x0000007d 
- 00024852  0x000045cf branch  0x00005cf5 
- 00024853  0x000045d4 jam  0x00000040 , 0x0000007c 
- 00024854  0x000045d5 rtn 
- 00024855  0x000045dc jam  0x0000003d , 0x0000007c 
- 00024856  0x000045de rtn 
- 00024857  0x000045e5 jam  0x00000000 , 0x000007e2 
- 00024858  0x000045e6 force  0x00000004 , 0x0000003f 
- 00024859  0x000045e7 call  0x000061b5 
- 00024860  0x000045e8 force  0x00000001 , 0x0000003f 
- 00024861  0x000045e9 istore  0x00000001 , 0x00000005 
- 00024862  0x000045ea force  0x00000001 , 0x0000003f 
- 00024863  0x000045eb istore  0x00000001 , 0x00000005 
- 00024864  0x000045ec force  0x00000030 , 0x0000003f 
- 00024865  0x000045ed istore  0x00000001 , 0x00000005 
- 00024866  0x000045ee call  0x00006216 
- 00024867  0x000045ef branch  0x000061cf , 0x00000001 
- 00024868  0x000045f0 branch  0x000061cd 
- 00024869  0x000045f4 force  0x00000011 , 0x0000003f 
- 00024870  0x000045f5 call  0x000061b5 
- 00024871  0x000045f6 fetch  0x00000001 , 0x000007e2 
- 00024872  0x000045f7 arg  0x000047ac , 0x00000006 
- 00024873  0x000045f8 iadd  0x00000006 , 0x00000006 
- 00024874  0x000045f9 ifetch  0x00000008 , 0x00000006 
- 00024875  0x000045fa istore  0x00000008 , 0x00000005 
- 00024876  0x000045fb ifetch  0x00000008 , 0x00000006 
- 00024877  0x000045fc istore  0x00000008 , 0x00000005 
- 00024878  0x000045fd fetch  0x00000001 , 0x000007e2 
- 00024879  0x000045fe increase  0x00000010 , 0x0000003f 
- 00024880  0x000045ff store  0x00000001 , 0x000007e2 
- 00024881  0x00004600 call  0x00006216 
- 00024882  0x00004601 branch  0x000061cf , 0x00000001 
- 00024883  0x00004602 branch  0x000061cd 
- 00024884  0x00004606 jam  0x00000006 , 0x000007da 
- 00024885  0x00004607 jam  0x0000003f , 0x0000007c 
- 00024886  0x00004608 rtn 
- 00024887  0x0000460c force  0x00000011 , 0x0000003f 
- 00024888  0x0000460d call  0x000061b5 
- 00024889  0x0000460e arg  0x00000868 , 0x00000006 
- 00024890  0x0000460f ifetch  0x00000008 , 0x00000006 
- 00024891  0x00004610 istore  0x00000008 , 0x00000005 
- 00024892  0x00004611 ifetch  0x00000008 , 0x00000006 
- 00024893  0x00004612 istore  0x00000008 , 0x00000005 
- 00024894  0x00004613 branch  0x000061cd 
- 00024895  0x00004616 call  0x000061d9 
- 00024896  0x00004618 jam  0x00000040 , 0x0000007c 
- 00024897  0x00004619 rtn 
- 00024898  0x0000461d call  0x00006216 
- 00024899  0x0000461e call  0x0000774d , 0x00000001 
- 00024900  0x0000461f force  0x00000011 , 0x0000003f 
- 00024901  0x00004620 call  0x000061b5 
- 00024902  0x00004621 arg  0x00000838 , 0x00000006 
- 00024903  0x00004622 ifetch  0x00000008 , 0x00000006 
- 00024904  0x00004623 istore  0x00000008 , 0x00000005 
- 00024905  0x00004624 ifetch  0x00000008 , 0x00000006 
- 00024906  0x00004625 istore  0x00000008 , 0x00000005 
- 00024907  0x00004626 call  0x00006216 
- 00024908  0x00004627 nbranch  0x000061cd , 0x00000001 
- 00024909  0x00004628 branch  0x000061cf , 0x00000001 
- 00024910  0x0000462c jam  0x0000000f , 0x000007db 
- 00024911  0x0000462e call  0x00006209 
- 00024912  0x0000462f jam  0x0000000b , 0x0000007c 
- 00024913  0x00004630 call  0x00006221 
- 00024914  0x00004631 branch  0x00007785 , 0x00000001 
- 00024915  0x00004632 branch  0x0000778f 
- 00024916  0x00004634 call  0x00006205 
- 00024917  0x00004636 jam  0x00000041 , 0x0000007c 
- 00024918  0x00004637 rtn 
- 00024919  0x0000463a force  0x00000011 , 0x0000003f 
- 00024920  0x0000463b call  0x000061b5 
- 00024921  0x0000463c arg  0x00000868 , 0x00000006 
- 00024922  0x0000463d ifetch  0x00000008 , 0x00000006 
- 00024923  0x0000463e istore  0x00000008 , 0x00000005 
- 00024924  0x0000463f ifetch  0x00000008 , 0x00000006 
- 00024925  0x00004640 istore  0x00000008 , 0x00000005 
- 00024926  0x00004641 call  0x00006216 
- 00024927  0x00004642 nbranch  0x000061cd , 0x00000001 
- 00024928  0x00004643 branch  0x000061cf , 0x00000001 
- 00024929  0x00004646 force  0x00000003 , 0x0000003f 
- 00024930  0x00004647 call  0x000061b5 
- 00024931  0x00004648 setarg  0x0000fffe 
- 00024932  0x00004649 istore  0x00000002 , 0x00000005 
- 00024933  0x0000464a branch  0x000061cd 
- 00024934  0x0000464d branch  0x000061cf 
- 00024935  0x0000464f branch  0x000061cf 
- 00024936  0x00004651 branch  0x000061cf 
- 00024937  0x00004653 branch  0x000061cf 
- 00024938  0x00004659 call  0x00006225 
- 00024939  0x0000465a arg  0x00004140 , 0x00000011 
- 00024940  0x0000465b call  0x0000622b 
- 00024941  0x0000465c force  0x00000011 , 0x0000003f 
- 00024942  0x0000465d call  0x000061b5 
- 00024943  0x0000465e arg  0x0000050f , 0x00000011 
- 00024944  0x0000465f arg  0x000004ef , 0x00000012 
- 00024945  0x00004660 call  0x00007467 
- 00024946  0x00004661 nbranch  0x000061c4 , 0x00000029 
- 00024947  0x00004662 branch  0x000061ca 
- 00024948  0x00004665 call  0x00006225 
- 00024949  0x00004666 arg  0x00000040 , 0x00000011 
- 00024950  0x00004667 call  0x0000736a 
- 00024951  0x00004669 force  0x00000011 , 0x0000003f 
- 00024952  0x0000466a call  0x000061b5 
- 00024953  0x0000466b arg  0x000004ef , 0x00000006 
- 00024954  0x0000466c call  0x00007e35 
- 00024955  0x0000466d fetch  0x00000001 , 0x00000055 
- 00024956  0x0000466e beq  0x00000019 , 0x000061cf 
- 00024957  0x0000466f beq  0x00000018 , 0x000061cf 
- 00024958  0x00004670 branch  0x000061ca 
- 00024959  0x00004673 fetch  0x00000001 , 0x000007e1 
- 00024960  0x00004674 branch  0x00006185 , 0x00000034 
- 00024961  0x00004675 call  0x00006216 
- 00024962  0x00004676 call  0x00006209 , 0x00000001 
- 00024963  0x00004677 ncall  0x00006205 , 0x00000001 
- 00024964  0x00004678 branch  0x00006186 
- 00024965  0x0000467a call  0x00006209 
- 00024966  0x0000467c call  0x00006225 
- 00024967  0x0000467d branch  0x00006177 
- 00024968  0x00004680 arg  0x00004140 , 0x00000011 
- 00024969  0x00004681 call  0x0000739d 
- 00024970  0x00004682 force  0x00000005 , 0x0000003f 
- 00024971  0x00004683 call  0x000061b5 
- 00024972  0x00004684 fetch  0x00000004 , 0x0000051f 
- 00024973  0x00004685 istore  0x00000004 , 0x00000005 
- 00024974  0x00004686 arg  0x00000451 , 0x00000002 
- 00024975  0x00004687 call  0x000061fb 
- 00024976  0x00004688 call  0x0000749b 
- 00024977  0x00004689 call  0x00006216 
- 00024978  0x0000468a branch  0x00006197 , 0x00000001 
- 00024979  0x0000468b jam  0x00000001 , 0x00000454 
- 00024980  0x0000468c fetch  0x00000001 , 0x000007e1 
- 00024981  0x0000468d rtn  0x00000034 
- 00024982  0x0000468e jam  0x0000000b , 0x0000007c 
- 00024983  0x00004690 fetch  0x00000001 , 0x0000425e 
- 00024984  0x00004691 rtn  0x00000034 
- 00024985  0x00004692 call  0x00006216 
- 00024986  0x00004693 call  0x00004852 , 0x00000001 
- 00024987  0x00004695 call  0x00006216 
- 00024988  0x00004696 nbranch  0x000061a1 , 0x00000001 
- 00024989  0x00004697 fetch  0x00000001 , 0x00000453 
- 00024990  0x00004698 rtn  0x00000034 
- 00024991  0x00004699 jam  0x0000000f , 0x0000007c 
- 00024992  0x0000469a rtn 
- 00024993  0x0000469c rtnmark0  0x00000021 
- 00024994  0x0000469d set0  0x00000021 , 0x00000000 
- 00024995  0x0000469e jam  0x0000000f , 0x0000007c 
- 00024996  0x0000469f rtn 
- 00024997  0x000046a4 call  0x00006225 
- 00024998  0x000046a5 call  0x000073a0 
- 00024999  0x000046a6 force  0x00000011 , 0x0000003f 
- 00025000  0x000046a7 call  0x000061b5 
- 00025001  0x000046a8 arg  0x000004ef , 0x00000006 
- 00025002  0x000046a9 call  0x00007e35 
- 00025003  0x000046aa branch  0x000061ca 
- 00025004  0x000046ad force  0x00000001 , 0x0000003f 
- 00025005  0x000046ae call  0x000061b5 
- 00025006  0x000046af branch  0x000061ca 
- 00025007  0x000046b2 force  0x00000002 , 0x0000003f 
- 00025008  0x000046b3 call  0x000061b5 
- 00025009  0x000046b4 force  0x00000010 , 0x0000003f 
- 00025010  0x000046b5 istore  0x00000001 , 0x00000005 
- 00025011  0x000046b6 store  0x00000001 , 0x00000054 
- 00025012  0x000046b7 branch  0x000061ca 
- 00025013  0x000046bb lshift3  0x0000003f , 0x0000003f 
- 00025014  0x000046bc or_into  0x00000007 , 0x0000003f 
- 00025015  0x000046bd store  0x00000001 , 0x00000432 
- 00025016  0x000046be arg  0x00000011 , 0x00000039 
- 00025017  0x000046bf arg  0x00000434 , 0x00000005 
- 00025018  0x000046c0 call  0x00007e3f 
- 00025019  0x000046c1 arg  0x00000434 , 0x00000005 
- 00025020  0x000046c2 rtn 
- 00025021  0x000046c5 and  0x0000003f , 0x0000007f , 0x00000011 
- 00025022  0x000046c6 jam  0x0000007f , 0x00000048 
- 00025023  0x000046c7 deposit  0x00000007 
- 00025024  0x000046c8 call  0x000061b5 
- 00025025  0x000046c9 deposit  0x00000011 
- 00025026  0x000046ca istore  0x00000001 , 0x00000005 
- 00025027  0x000046cb rtn 
- 00025028  0x000046ce fetch  0x00000001 , 0x00000048 
- 00025029  0x000046cf lshift  0x0000003f , 0x0000003f 
- 00025030  0x000046d0 fetcht  0x00000001 , 0x0000004c 
- 00025031  0x000046d1 isolate1  0x00000001 , 0x00000002 
- 00025032  0x000046d2 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025033  0x000046d3 branch  0x000061d4 
- 00025034  0x000046d7 fetcht  0x00000001 , 0x0000004c 
- 00025035  0x000046d8 and_into  0x00000001 , 0x00000002 
- 00025036  0x000046d9 branch  0x000061d0 
- 00025037  0x000046dc force  0x00000000 , 0x00000002 
- 00025038  0x000046dd branch  0x000061d0 
- 00025039  0x000046e0 force  0x00000001 , 0x00000002 
- 00025040  0x000046e2 fetch  0x00000001 , 0x00000048 
- 00025041  0x000046e3 lshift  0x0000003f , 0x0000003f 
- 00025042  0x000046e4 setflag  0x00000029 , 0x00000000 , 0x0000003f 
- 00025043  0x000046e5 ixor  0x00000002 , 0x0000003f 
- 00025044  0x000046e7 store  0x00000001 , 0x00000433 
- 00025045  0x000046e8 jam  0x00000000 , 0x00000048 
- 00025046  0x000046e9 call  0x000061e0 
- 00025047  0x000046ea enable  0x00000028 
- 00025048  0x000046eb rtn 
- 00025049  0x000046ee set1  0x00000025 , 0x00000000 
- 00025050  0x000046ef bpatch  0x000000e4 , 0x0000403c 
- 00025051  0x000046f0 fetch  0x00000001 , 0x00000048 
- 00025052  0x000046f1 branch  0x000061e0 , 0x00000034 
- 00025053  0x000046f2 fetch  0x00000001 , 0x00000078 
- 00025054  0x000046f3 nrtn  0x00000034 
- 00025055  0x000046f4 branch  0x000061ea 
- 00025056  0x000046f6 fetch  0x00000001 , 0x00000078 
- 00025057  0x000046f7 branch  0x000061f0 , 0x00000034 
- 00025058  0x000046f8 fetch  0x00000003 , 0x00000078 
- 00025059  0x000046f9 store  0x00000003 , 0x00000048 
- 00025060  0x000046fa fetcht  0x00000001 , 0x0000007b 
- 00025061  0x000046fb fetch  0x00000001 , 0x0000004c 
- 00025062  0x000046fc set0  0x00000001 , 0x0000003f 
- 00025063  0x000046fd ior  0x00000002 , 0x0000003f 
- 00025064  0x000046fe store  0x00000001 , 0x0000004c 
- 00025065  0x000046ff jam  0x00000000 , 0x00000078 
- 00025066  0x00004701 fetch  0x00000001 , 0x0000007c 
- 00025067  0x00004702 rtn  0x00000034 
- 00025068  0x00004703 fetch  0x00000004 , 0x0000007c 
- 00025069  0x00004704 store  0x00000004 , 0x00000078 
- 00025070  0x00004705 jam  0x00000000 , 0x0000007c 
- 00025071  0x00004706 rtn 
- 00025072  0x00004708 fetch  0x00000001 , 0x0000007c 
- 00025073  0x00004709 rtn  0x00000034 
- 00025074  0x0000470a fetch  0x00000003 , 0x0000007c 
- 00025075  0x0000470b store  0x00000003 , 0x00000048 
- 00025076  0x0000470c fetcht  0x00000001 , 0x0000007f 
- 00025077  0x0000470d fetch  0x00000001 , 0x0000004c 
- 00025078  0x0000470e set0  0x00000001 , 0x0000003f 
- 00025079  0x0000470f ior  0x00000002 , 0x0000003f 
- 00025080  0x00004710 store  0x00000001 , 0x0000004c 
- 00025081  0x00004711 jam  0x00000000 , 0x0000007c 
- 00025082  0x00004712 rtn 
- 00025083  0x00004716 set1  0x00000025 , 0x00000000 
- 00025084  0x00004717 bpatch  0x000000e5 , 0x0000403c 
- 00025085  0x00004718 fetch  0x00000001 , 0x0000004c 
- 00025086  0x00004719 copy  0x0000003f , 0x00000013 
- 00025087  0x0000471a ifetch  0x00000001 , 0x00000002 
- 00025088  0x0000471b call  0x00005d12 
- 00025089  0x0000471c call  0x000061c4 
- 00025090  0x0000471d copy  0x00000013 , 0x0000003f 
- 00025091  0x0000471e store  0x00000001 , 0x0000004c 
- 00025092  0x0000471f rtn 
- 00025093  0x00004722 fetcht  0x00000001 , 0x0000004c 
- 00025094  0x00004723 set0  0x00000000 , 0x00000002 
- 00025095  0x00004724 storet  0x00000001 , 0x0000004c 
- 00025096  0x00004725 rtn 
- 00025097  0x00004728 fetcht  0x00000001 , 0x0000004c 
- 00025098  0x00004729 set1  0x00000000 , 0x00000002 
- 00025099  0x0000472a storet  0x00000001 , 0x0000004c 
- 00025100  0x0000472b rtn 
- 00025101  0x0000472f nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025102  0x00004730 fetcht  0x00000001 , 0x0000004c 
- 00025103  0x00004731 ixor  0x00000002 , 0x0000003f 
- 00025104  0x00004732 isolate1  0x00000001 , 0x0000003f 
- 00025105  0x00004733 rtn 
- 00025106  0x00004737 fetch  0x00000001 , 0x0000004c 
- 00025107  0x00004738 setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025108  0x00004739 store  0x00000001 , 0x0000004c 
- 00025109  0x0000473a rtn 
- 00025110  0x0000473e fetch  0x00000001 , 0x000007e0 
- 00025111  0x0000473f compare  0x00000001 , 0x0000003f , 0x0000007f 
- 00025112  0x00004740 rtn 
- 00025113  0x00004742 fetch  0x00000001 , 0x000007e0 
- 00025114  0x00004743 set1  0x00000007 , 0x0000003f 
- 00025115  0x00004744 store  0x00000001 , 0x000007e0 
- 00025116  0x00004745 rtn 
- 00025117  0x00004747 fetch  0x00000001 , 0x000007e0 
- 00025118  0x00004748 set0  0x00000007 , 0x0000003f 
- 00025119  0x00004749 store  0x00000001 , 0x000007e0 
- 00025120  0x0000474a rtn 
- 00025121  0x0000474c fetch  0x00000001 , 0x000007e0 
- 00025122  0x0000474d isolate1  0x00000007 , 0x0000003f 
- 00025123  0x0000474e store  0x00000001 , 0x000007e0 
- 00025124  0x0000474f rtn 
- 00025125  0x00004753 arg  0x000004ef , 0x00000005 
- 00025126  0x00004755 force  0x00000010 , 0x00000039 
- 00025127  0x00004758 random  0x0000003f 
- 00025128  0x00004759 istore  0x00000001 , 0x00000005 
- 00025129  0x0000475a loop  0x00006227 
- 00025130  0x0000475b rtn 
- 00025131  0x0000475e call  0x0000736e 
- 00025132  0x0000475f arg  0x00004262 , 0x00000011 
- 00025133  0x00004760 arg  0x0000051f , 0x00000012 
- 00025134  0x00004761 ifetch  0x00000008 , 0x00000011 
- 00025135  0x00004762 fetcht  0x00000001 , 0x00000030 
- 00025136  0x00004763 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00025137  0x00004764 storet  0x00000001 , 0x00000030 
- 00025138  0x00004765 copy  0x00000011 , 0x00000005 
- 00025139  0x00004766 call  0x00007467 
- 00025140  0x00004767 branch  0x00003229 
- 00025141  0x0000476f set1  0x00000025 , 0x00000000 
- 00025142  0x00004770 bpatch  0x000000e6 , 0x0000403c 
- 00025143  0x00004771 fetch  0x00000001 , 0x0000007c 
- 00025144  0x00004772 branch  0x0000623c , 0x00000034 
- 00025145  0x00004773 call  0x000061d9 
- 00025146  0x00004774 fetch  0x00000001 , 0x0000007c 
- 00025147  0x00004775 nrtn  0x00000034 
- 00025148  0x00004777 fetch  0x00000001 , 0x00000055 
- 00025149  0x00004778 rtn  0x00000034 
- 00025150  0x0000477c beq  0x00000004 , 0x0000628d 
- 00025151  0x0000477d beq  0x00000005 , 0x00006292 
- 00025152  0x0000477e beq  0x00000002 , 0x00006284 
- 00025153  0x0000477f beq  0x00000003 , 0x0000629a 
- 00025154  0x00004780 beq  0x0000000e , 0x00006287 
- 00025155  0x00004781 beq  0x00000006 , 0x000062b6 
- 00025156  0x00004782 beq  0x00000007 , 0x000062ce 
- 00025157  0x00004783 beq  0x00000009 , 0x000062cf 
- 00025158  0x00004784 beq  0x0000000a , 0x000062d8 
- 00025159  0x00004785 beq  0x0000000b , 0x000062dc 
- 00025160  0x00004786 beq  0x0000000c , 0x000062a4 
- 00025161  0x00004787 beq  0x0000000d , 0x000062a7 
- 00025162  0x00004788 beq  0x0000000f , 0x000062ad 
- 00025163  0x00004789 beq  0x00000012 , 0x00006277 
- 00025164  0x0000478a beq  0x00000013 , 0x0000629a 
- 00025165  0x0000478b beq  0x00000010 , 0x0000627a 
- 00025166  0x0000478c beq  0x00000014 , 0x00006274 
- 00025167  0x0000478d beq  0x00000015 , 0x0000629a 
- 00025168  0x0000478e beq  0x00000016 , 0x0000626e 
- 00025169  0x0000478f beq  0x00000018 , 0x00006273 
- 00025170  0x00004790 beq  0x00000017 , 0x00006267 
- 00025171  0x00004791 beq  0x00000019 , 0x0000626d 
- 00025172  0x00004792 beq  0x0000001a , 0x00006258 
- 00025173  0x00004793 beq  0x0000001b , 0x00006262 
- 00025174  0x00004794 jam  0x00000000 , 0x00000055 
- 00025175  0x00004796 rtn 
- 00025176  0x00004798 fetch  0x00000001 , 0x0000044d 
- 00025177  0x00004799 rtnbit0  0x00000002 
- 00025178  0x0000479a rtnbit0  0x00000003 
- 00025179  0x0000479b jam  0x00000000 , 0x00000055 
- 00025180  0x0000479c call  0x0000625e 
- 00025181  0x0000479d branch  0x00006e41 
- 00025182  0x000047a0 fetch  0x00000001 , 0x00000177 
- 00025183  0x000047a1 rtnbit0  0x00000001 
- 00025184  0x000047a2 jam  0x0000000a , 0x00000055 
- 00025185  0x000047a3 rtn 
- 00025186  0x000047a6 arg  0x0000000b , 0x00000007 
- 00025187  0x000047a7 call  0x00007e53 
- 00025188  0x000047a8 nrtn  0x00000034 
- 00025189  0x000047a9 jam  0x0000001a , 0x00000055 
- 00025190  0x000047aa rtn 
- 00025191  0x000047ad fetch  0x00000001 , 0x00000177 
- 00025192  0x000047ae set0  0x00000000 , 0x0000003f 
- 00025193  0x000047af store  0x00000001 , 0x00000177 
- 00025194  0x000047b0 jam  0x00000019 , 0x00000055 
- 00025195  0x000047b1 jam  0x0000000b , 0x0000007c 
- 00025196  0x000047b2 rtn 
- 00025197  0x000047b4 rtn 
- 00025198  0x000047b6 fetch  0x00000001 , 0x00000450 
- 00025199  0x000047b7 rtnne  0x00000002 
- 00025200  0x000047b8 call  0x000062de 
- 00025201  0x000047b9 jam  0x00000018 , 0x00000055 
- 00025202  0x000047ba rtn 
- 00025203  0x000047bd rtn 
- 00025204  0x000047bf jam  0x00000015 , 0x00000055 
- 00025205  0x000047c0 jam  0x00000083 , 0x0000007c 
- 00025206  0x000047c1 rtn 
- 00025207  0x000047c3 jam  0x00000013 , 0x00000055 
- 00025208  0x000047c4 jam  0x00000025 , 0x0000007c 
- 00025209  0x000047c5 rtn 
- 00025210  0x000047c8 fetch  0x00000001 , 0x00004748 
- 00025211  0x000047c9 rtneq  0x00000000 
- 00025212  0x000047ca beq  0x00000001 , 0x00006282 
- 00025213  0x000047cb arg  0x0000000a , 0x00000007 
- 00025214  0x000047cc call  0x00007e53 
- 00025215  0x000047cd nrtn  0x00000034 
- 00025216  0x000047ce jam  0x00000000 , 0x00004748 
- 00025217  0x000047cf branch  0x0000629b 
- 00025218  0x000047d1 rtn  0x00000029 
- 00025219  0x000047d2 branch  0x000062b6 
- 00025220  0x000047d5 jam  0x00000003 , 0x00000055 
- 00025221  0x000047d6 jam  0x00000027 , 0x0000007c 
- 00025222  0x000047d7 rtn 
- 00025223  0x000047d9 jam  0x00000013 , 0x0000007c 
- 00025224  0x000047da set1  0x00000003 , 0x00000000 
- 00025225  0x000047db jam  0x00000005 , 0x00000055 
- 00025226  0x000047dc setarg  0x000001ff 
- 00025227  0x000047dd store  0x00000002 , 0x0000044e 
- 00025228  0x000047de rtn 
- 00025229  0x000047e0 jam  0x00000005 , 0x00000055 
- 00025230  0x000047e1 jam  0x000000ff , 0x0000044e 
- 00025231  0x000047e2 set0  0x00000022 , 0x00000000 
- 00025232  0x000047e3 jam  0x00000033 , 0x0000007c 
- 00025233  0x000047e4 branch  0x00005b6f 
- 00025234  0x000047e6 rtnmark1  0x00000022 
- 00025235  0x000047e7 fetch  0x00000002 , 0x0000044e 
- 00025236  0x000047e8 sub  0x0000003f , 0x00000001 , 0x0000003f 
- 00025237  0x000047e9 branch  0x00006298 , 0x00000005 
- 00025238  0x000047ea store  0x00000002 , 0x0000044e 
- 00025239  0x000047eb rtn 
- 00025240  0x000047ed jam  0x0000000e , 0x00000055 
- 00025241  0x000047ee rtn 
- 00025242  0x000047f1 rtn 
- 00025243  0x000047f4 fetch  0x00000001 , 0x0000044d 
- 00025244  0x000047f5 rtnbit0  0x00000003 
- 00025245  0x000047f6 rtnbit0  0x00000002 
- 00025246  0x000047f7 fetch  0x00000001 , 0x00000177 
- 00025247  0x000047f8 set0  0x00000002 , 0x0000003f 
- 00025248  0x000047f9 store  0x00000001 , 0x00000177 
- 00025249  0x000047fa jam  0x00000013 , 0x0000007c 
- 00025250  0x000047fb jam  0x00000010 , 0x00000055 
- 00025251  0x000047fc rtn 
- 00025252  0x000047ff jam  0x0000000d , 0x00000055 
- 00025253  0x00004800 jam  0x00000031 , 0x0000007c 
- 00025254  0x00004801 rtn 
- 00025255  0x00004804 fetch  0x00000001 , 0x0000044d 
- 00025256  0x00004805 rtnbit0  0x00000002 
- 00025257  0x00004806 jam  0x00000000 , 0x00000055 
- 00025258  0x00004808 rtn 
- 00025259  0x0000480a jam  0x00000006 , 0x00000055 
- 00025260  0x0000480b rtn 
- 00025261  0x0000480e fetch  0x00000001 , 0x0000044e 
- 00025262  0x0000480f increase  0xffffffff , 0x0000003f 
- 00025263  0x00004810 branch  0x000062b2 , 0x00000034 
- 00025264  0x00004811 store  0x00000001 , 0x0000044e 
- 00025265  0x00004812 rtn 
- 00025266  0x00004814 jam  0x00000007 , 0x0000007c 
- 00025267  0x00004815 jam  0x00000016 , 0x00000446 
- 00025268  0x00004816 jam  0x00000000 , 0x00000055 
- 00025269  0x00004817 rtn 
- 00025270  0x0000481a fetch  0x00000001 , 0x00000177 
- 00025271  0x0000481b bbit1  0x00000002 , 0x0000629b 
- 00025272  0x0000481c bbit1  0x00000000 , 0x000062bb 
- 00025273  0x0000481e jam  0x0000001a , 0x00000055 
- 00025274  0x0000481f rtn 
- 00025275  0x00004821 fetch  0x00000001 , 0x0000425e 
- 00025276  0x00004822 branch  0x000062c7 , 0x00000034 
- 00025277  0x00004823 fetch  0x00000001 , 0x0000044d 
- 00025278  0x00004824 rtnbit0  0x00000003 
- 00025279  0x00004825 rtnbit0  0x00000002 
- 00025280  0x00004826 fetch  0x00000004 , 0x00000465 
- 00025281  0x00004827 arg  0x00000064 , 0x00000002 
- 00025282  0x00004828 iadd  0x00000002 , 0x00000002 
- 00025283  0x00004829 copy  0x00000022 , 0x0000003f 
- 00025284  0x0000482a isub  0x00000002 , 0x0000003e 
- 00025285  0x0000482b nrtn  0x00000002 
- 00025286  0x0000482c branch  0x00006267 
- 00025287  0x00004831 jam  0x00000016 , 0x00000055 
- 00025288  0x00004832 jam  0x00000004 , 0x0000054f 
- 00025289  0x00004833 setarg  0x00003030 
- 00025290  0x00004834 store  0x00000002 , 0x00000550 
- 00025291  0x00004835 istore  0x00000002 , 0x00000005 
- 00025292  0x00004836 jam  0x00000002 , 0x00000450 
- 00025293  0x00004837 branch  0x0000626e 
- 00025294  0x0000483a rtn 
- 00025295  0x0000483c fetch  0x00000001 , 0x00000177 
- 00025296  0x0000483d bbit1  0x00000001 , 0x000062d3 
- 00025297  0x0000483e jam  0x0000001a , 0x00000055 
- 00025298  0x0000483f rtn 
- 00025299  0x00004842 fetch  0x00000001 , 0x00000177 
- 00025300  0x00004843 set0  0x00000001 , 0x0000003f 
- 00025301  0x00004844 store  0x00000001 , 0x00000177 
- 00025302  0x00004845 jam  0x0000000f , 0x0000007c 
- 00025303  0x00004846 rtn 
- 00025304  0x00004849 fetch  0x00000001 , 0x00000454 
- 00025305  0x0000484a rtn  0x00000034 
- 00025306  0x0000484b jam  0x00000000 , 0x00000055 
- 00025307  0x0000484c branch  0x000062d3 
- 00025308  0x0000484f jam  0x0000000c , 0x00000055 
- 00025309  0x00004850 rtn 
- 00025310  0x00004853 fetch  0x00000001 , 0x0000004b 
- 00025311  0x00004854 bbit1  0x00000002 , 0x000062e3 
- 00025312  0x00004855 call  0x00006209 
- 00025313  0x00004856 jam  0x00000008 , 0x0000007c 
- 00025314  0x00004857 branch  0x000049bc 
- 00025315  0x00004859 fetch  0x00000001 , 0x0000004b 
- 00025316  0x0000485a set0  0x00000002 , 0x0000003f 
- 00025317  0x0000485b store  0x00000001 , 0x0000004b 
- 00025318  0x0000485c call  0x00005ed0 
- 00025319  0x0000485d call  0x00006212 
- 00025320  0x0000485e branch  0x000049bc 
- 00025321  0x00004861 setarg  0x00000004 
- 00025322  0x00004862 store  0x00000001 , 0x0000054f 
- 00025323  0x00004863 setarg  0x00003030 
- 00025324  0x00004864 istore  0x00000002 , 0x00000005 
- 00025325  0x00004865 istore  0x00000002 , 0x00000005 
- 00025326  0x00004866 rtn 
- 00025327  0x0000486f rtn  0x0000002b 
- 00025328  0x00004870 jam  0x00000000 , 0x00004813 
- 00025329  0x00004871 call  0x00006321 
- 00025330  0x00004872 call  0x00006438 
- 00025331  0x00004873 setarg  0x0000632e 
- 00025332  0x00004874 store  0x00000002 , 0x00004290 
- 00025333  0x00004875 setarg  0x0000632f 
- 00025334  0x00004876 store  0x00000002 , 0x0000428e 
- 00025335  0x00004877 setarg  0x00006337 
- 00025336  0x00004878 store  0x00000002 , 0x00004292 
- 00025337  0x00004879 setarg  0x000063b6 
- 00025338  0x0000487a store  0x00000002 , 0x00004296 
- 00025339  0x0000487b setarg  0x0000632f 
- 00025340  0x0000487c store  0x00000002 , 0x0000428c 
- 00025341  0x0000487d set1  0x00000025 , 0x00000000 
- 00025342  0x0000487e bpatch  0x00000080 , 0x00004030 
- 00025343  0x0000487f setarg  0x0000632a 
- 00025344  0x00004880 store  0x00000002 , 0x00004286 
- 00025345  0x00004881 setarg  0x000063be 
- 00025346  0x00004882 store  0x00000002 , 0x00004298 
- 00025347  0x00004883 setarg  0x00000000 
- 00025348  0x00004884 store  0x00000004 , 0x0000480a 
- 00025349  0x00004885 store  0x00000002 , 0x00004810 
- 00025350  0x00004886 call  0x0000630a 
- 00025351  0x00004887 call  0x00003fc5 
- 00025352  0x00004888 call  0x00003e2b 
- 00025353  0x00004889 branch  0x0000691d 
- 00025354  0x0000488c rtn  0x0000002b 
- 00025355  0x0000488d setarg  0x000001a0 
- 00025356  0x0000488e store  0x00000002 , 0x000042ac 
- 00025357  0x00004890 call  0x00006a0d 
- 00025358  0x00004891 setarg  0x00004a00 
- 00025359  0x00004892 hstore  0x00000002 , 0x00008054 
- 00025360  0x00004893 setarg  0x00004fff 
- 00025361  0x00004894 hstore  0x00000002 , 0x00008056 
- 00025362  0x00004895 setarg  0x00001c00 
- 00025363  0x00004896 hstore  0x00000002 , 0x0000805a 
- 00025364  0x00004897 setarg  0x00001fff 
- 00025365  0x00004898 hstore  0x00000002 , 0x0000805c 
- 00025366  0x00004899 hjam  0x00000004 , 0x00008081 
- 00025367  0x0000489a jam  0x000000ff , 0x0000029f 
- 00025368  0x0000489b hjam  0x00000000 , 0x00008062 
- 00025369  0x0000489c setarg  0x00001c00 
- 00025370  0x0000489d hstore  0x00000002 , 0x0000805e 
- 00025371  0x0000489e hstore  0x00000002 , 0x00008060 
- 00025372  0x0000489f setarg  0x00004a00 
- 00025373  0x000048a0 hstore  0x00000002 , 0x00008058 
- 00025374  0x000048a1 branch  0x00004480 
- 00025375  0x000048a5 call  0x0000630d 
- 00025376  0x000048a6 branch  0x00006321 
- 00025377  0x000048aa call  0x00007bd9 
- 00025378  0x000048ab call  0x00003f94 
- 00025379  0x000048ad fetcht  0x00000001 , 0x00004803 
- 00025380  0x000048ae call  0x000069da 
- 00025381  0x000048af call  0x0000639e 
- 00025382  0x000048b1 fetcht  0x00000001 , 0x00004801 
- 00025383  0x000048b2 call  0x000069d1 
- 00025384  0x000048b3 fetcht  0x00000001 , 0x00004800 
- 00025385  0x000048b4 branch  0x000069d2 
- 00025386  0x000048b7 fetcht  0x00000001 , 0x00004801 
- 00025387  0x000048b8 call  0x000069e5 
- 00025388  0x000048b9 nbranch  0x00003f5c , 0x00000001 
- 00025389  0x000048ba branch  0x00003f5a 
- 00025390  0x000048bf branch  0x00006330 
- 00025391  0x000048c1 branch  0x00006330 
- 00025392  0x000048c3 set1  0x00000025 , 0x00000000 
- 00025393  0x000048c4 bpatch  0x00000081 , 0x00004030 
- 00025394  0x000048c5 call  0x0000641c 
- 00025395  0x000048c6 call  0x00006421 
- 00025396  0x000048c7 call  0x0000527a 
- 00025397  0x000048c8 nrtn  0x00000034 
- 00025398  0x000048c9 branch  0x000063a0 
- 00025399  0x000048cb copy  0x00000013 , 0x0000003f 
- 00025400  0x000048cc beq  0x0000000a , 0x00006368 
- 00025401  0x000048cd beq  0x00000004 , 0x00006383 
- 00025402  0x000048ce beq  0x00000013 , 0x00006387 
- 00025403  0x000048cf beq  0x00000002 , 0x0000634c 
- 00025404  0x000048d0 beq  0x00000019 , 0x0000636a 
- 00025405  0x000048d1 beq  0x00000020 , 0x0000636f 
- 00025406  0x000048d2 beq  0x00000022 , 0x00006374 
- 00025407  0x000048d3 beq  0x00000021 , 0x00006375 
- 00025408  0x000048d4 beq  0x00000023 , 0x00006376 
- 00025409  0x000048d5 beq  0x00000024 , 0x00006379 
- 00025410  0x000048d6 beq  0x00000014 , 0x0000637a 
- 00025411  0x000048d7 beq  0x00000001 , 0x00006382 
- 00025412  0x000048d8 beq  0x00000015 , 0x00006364 
- 00025413  0x000048d9 beq  0x00000005 , 0x0000635d 
- 00025414  0x000048da beq  0x0000000b , 0x00006352 
- 00025415  0x000048db beq  0x0000000c , 0x00003fa6 
- 00025416  0x000048dc and  0x0000003f , 0x0000000f , 0x00000002 
- 00025417  0x000048dd and_into  0x000000f0 , 0x0000003f 
- 00025418  0x000048de beq  0x00000050 , 0x000063ec 
- 00025419  0x000048df rtn 
- 00025420  0x000048e2 call  0x0000638a 
- 00025421  0x000048e3 fetch  0x00000002 , 0x000042a0 
- 00025422  0x000048e4 rtnbit0  0x00000004 
- 00025423  0x000048e5 arg  0x00000003 , 0x00000039 
- 00025424  0x000048e6 arg  0x00004849 , 0x00000006 
- 00025425  0x000048e7 branch  0x00007f71 
- 00025426  0x000048ec fetch  0x00000002 , 0x00004042 
- 00025427  0x000048ed rshift  0x0000003f , 0x0000003f 
- 00025428  0x000048ee fetcht  0x00000002 , 0x00004280 
- 00025429  0x000048ef isub  0x00000002 , 0x0000003e 
- 00025430  0x000048f0 nbranch  0x00006358 , 0x00000005 
- 00025431  0x000048f1 branch  0x00003fa4 
- 00025432  0x000048f3 fetch  0x00000001 , 0x00004813 
- 00025433  0x000048f4 rtnbit1  0x00000000 
- 00025434  0x000048f5 hfetch  0x00000002 , 0x00008112 
- 00025435  0x000048f6 ncall  0x0000640c , 0x00000034 
- 00025436  0x000048f7 branch  0x00003f9c 
- 00025437  0x000048fa call  0x00006395 
- 00025438  0x000048fb call  0x0000642e 
- 00025439  0x000048fc branch  0x00006361 , 0x00000005 
- 00025440  0x000048fd branch  0x00003f77 
- 00025441  0x000048ff arg  0x00000004 , 0x00000039 
- 00025442  0x00004900 arg  0x0000488e , 0x00000006 
- 00025443  0x00004901 branch  0x00007f71 
- 00025444  0x00004904 call  0x0000638a 
- 00025445  0x00004905 arg  0x00000005 , 0x00000039 
- 00025446  0x00004906 arg  0x00004847 , 0x00000006 
- 00025447  0x00004907 branch  0x00007f71 
- 00025448  0x0000490a call  0x00003fc1 
- 00025449  0x0000490b branch  0x00003f6a 
- 00025450  0x0000490d fetch  0x00000001 , 0x00004813 
- 00025451  0x0000490e rtnbit0  0x00000004 
- 00025452  0x0000490f set0  0x00000004 , 0x0000003f 
- 00025453  0x00004910 store  0x00000001 , 0x00004813 
- 00025454  0x00004911 branch  0x0000427f 
- 00025455  0x00004914 fetch  0x00000001 , 0x00004813 
- 00025456  0x00004915 rtnbit0  0x00000004 
- 00025457  0x00004916 set0  0x00000004 , 0x0000003f 
- 00025458  0x00004917 store  0x00000001 , 0x00004813 
- 00025459  0x00004918 branch  0x00004286 
- 00025460  0x0000491b rtn 
- 00025461  0x0000491e rtn 
- 00025462  0x00004921 fetch  0x00000001 , 0x00004813 
- 00025463  0x00004922 bbit0  0x00000000 , 0x00003f9e 
- 00025464  0x00004923 branch  0x00006410 
- 00025465  0x00004926 rtn 
- 00025466  0x00004929 call  0x00006395 
- 00025467  0x0000492a arg  0x000003d0 , 0x00000012 
- 00025468  0x0000492b call  0x0000642e 
- 00025469  0x0000492c branch  0x0000637f , 0x00000005 
- 00025470  0x0000492d branch  0x00003f90 
- 00025471  0x0000492f arg  0x00000006 , 0x00000039 
- 00025472  0x00004930 arg  0x0000488c , 0x00000006 
- 00025473  0x00004931 branch  0x00007f71 
- 00025474  0x00004934 rtn 
- 00025475  0x00004938 arg  0x00000007 , 0x00000039 
- 00025476  0x00004939 arg  0x00004899 , 0x00000006 
- 00025477  0x0000493a call  0x00007f71 
- 00025478  0x0000493b branch  0x0000638a 
- 00025479  0x0000493d arg  0x00000007 , 0x00000039 
- 00025480  0x0000493e arg  0x00004892 , 0x00000006 
- 00025481  0x0000493f call  0x00007f71 
- 00025482  0x00004941 call  0x0000638c 
- 00025483  0x00004942 branch  0x00006393 
- 00025484  0x00004945 fetch  0x00000001 , 0x00004812 
- 00025485  0x00004946 isolate1  0x00000000 , 0x0000003f 
- 00025486  0x00004947 call  0x00003f7c , 0x00000001 
- 00025487  0x00004948 fetch  0x00000001 , 0x00004812 
- 00025488  0x00004949 isolate1  0x00000001 , 0x0000003f 
- 00025489  0x0000494a call  0x00003f88 , 0x00000001 
- 00025490  0x0000494b rtn 
- 00025491  0x0000494d fetcht  0x00000001 , 0x00004803 
- 00025492  0x0000494e branch  0x000069ef 
- 00025493  0x00004951 call  0x00006397 
- 00025494  0x00004952 branch  0x0000639e 
- 00025495  0x00004955 fetch  0x00000001 , 0x00004812 
- 00025496  0x00004956 isolate1  0x00000000 , 0x0000003f 
- 00025497  0x00004957 call  0x00003f7e , 0x00000001 
- 00025498  0x00004958 fetch  0x00000001 , 0x00004812 
- 00025499  0x00004959 isolate1  0x00000001 , 0x0000003f 
- 00025500  0x0000495a call  0x00003f86 , 0x00000001 
- 00025501  0x0000495b rtn 
- 00025502  0x0000495d fetcht  0x00000001 , 0x00004803 
- 00025503  0x0000495e branch  0x000069ed 
- 00025504  0x00004964 fetch  0x00000001 , 0x00004132 
- 00025505  0x00004965 rtnne  0x0000000a 
- 00025506  0x00004966 hfetch  0x00000002 , 0x00008112 
- 00025507  0x00004967 rtn  0x00000034 
- 00025508  0x00004968 store  0x00000002 , 0x0000480e 
- 00025509  0x0000496a call  0x000063a9 
- 00025510  0x0000496b branch  0x00003fef , 0x00000001 
- 00025511  0x0000496c call  0x00006400 
- 00025512  0x0000496d branch  0x000063af 
- 00025513  0x00004971 fetcht  0x00000001 , 0x00004800 
- 00025514  0x00004972 branch  0x000069e5 
- 00025515  0x00004976 fetch  0x00000001 , 0x00004813 
- 00025516  0x00004977 rtnbit1  0x00000000 
- 00025517  0x00004978 call  0x0000640c 
- 00025518  0x00004979 branch  0x00003f9c 
- 00025519  0x0000497c fetch  0x00000001 , 0x00004040 
- 00025520  0x0000497d bbit0  0x00000000 , 0x0000428c 
- 00025521  0x0000497e fetch  0x00000001 , 0x00004041 
- 00025522  0x0000497f bbit1  0x00000000 , 0x000063d5 
- 00025523  0x00004980 call  0x00003f40 
- 00025524  0x00004981 branch  0x000063ab , 0x00000001 
- 00025525  0x00004982 branch  0x00006d97 
- 00025526  0x00004985 call  0x00005a88 
- 00025527  0x00004986 ifetch  0x00000001 , 0x00000006 
- 00025528  0x00004987 copy  0x00000006 , 0x00000011 
- 00025529  0x00004988 call  0x00007f6e 
- 00025530  0x00004989 copy  0x00000012 , 0x00000039 
- 00025531  0x0000498a copy  0x00000011 , 0x00000006 
- 00025532  0x0000498b call  0x00004976 
- 00025533  0x0000498c branch  0x000068fa 
- 00025534  0x00004991 fetch  0x00000002 , 0x00004810 
- 00025535  0x00004992 rtn  0x00000034 
- 00025536  0x00004993 arg  0x00000014 , 0x00000002 
- 00025537  0x00004994 call  0x00007fb9 
- 00025538  0x00004995 store  0x00000002 , 0x00000469 
- 00025539  0x00004997 copy  0x0000003f , 0x00000002 
- 00025540  0x00004998 fetch  0x00000002 , 0x00004810 
- 00025541  0x00004999 isub  0x00000002 , 0x0000003f 
- 00025542  0x0000499a store  0x00000002 , 0x00004810 
- 00025543  0x0000499b nbranch  0x00003bf1 , 0x00000002 
- 00025544  0x0000499d arg  0x00000014 , 0x00000002 
- 00025545  0x0000499e storet  0x00000002 , 0x000044c2 
- 00025546  0x0000499f call  0x00005a88 
- 00025547  0x000049a0 branch  0x00003bf1 , 0x00000034 
- 00025548  0x000049a1 add  0x00000006 , 0x00000001 , 0x00000005 
- 00025549  0x000049a3 fetch  0x00000002 , 0x00000469 
- 00025550  0x000049a4 copy  0x0000003f , 0x00000039 
- 00025551  0x000049a6 call  0x00007f6b 
- 00025552  0x000049a8 call  0x0000497c 
- 00025553  0x000049aa fetch  0x00000002 , 0x00000469 
- 00025554  0x000049ab store  0x00000002 , 0x0000480e 
- 00025555  0x000049ac store  0x00000002 , 0x0000041b 
- 00025556  0x000049ad branch  0x0000428c 
- 00025557  0x000049b1 rtnmark0  0x00000009 
- 00025558  0x000049b2 call  0x000063d8 
- 00025559  0x000049b3 call  0x000063d8 
- 00025560  0x000049b5 call  0x0000561e 
- 00025561  0x000049b6 nrtn  0x00000034 
- 00025562  0x000049b7 hfetch  0x00000002 , 0x00008112 
- 00025563  0x000049b8 rtn  0x00000034 
- 00025564  0x000049b9 fetcht  0x00000002 , 0x00004810 
- 00025565  0x000049ba isub  0x00000002 , 0x0000003f 
- 00025566  0x000049bb nbranch  0x00003bf1 , 0x00000002 
- 00025567  0x000049bc store  0x00000002 , 0x0000480e 
- 00025568  0x000049bd rtn  0x00000034 
- 00025569  0x000049be call  0x00006407 
- 00025570  0x000049bf fetch  0x00000002 , 0x00004810 
- 00025571  0x000049c0 fetcht  0x00000002 , 0x0000480e 
- 00025572  0x000049c1 iadd  0x00000002 , 0x0000003f 
- 00025573  0x000049c2 store  0x00000002 , 0x00004810 
- 00025574  0x000049c3 fetcht  0x00000002 , 0x00004810 
- 00025575  0x000049c4 hfetch  0x00000002 , 0x00008112 
- 00025576  0x000049c5 isub  0x00000002 , 0x00000011 
- 00025577  0x000049c6 nbranch  0x00003bf1 , 0x00000002 
- 00025578  0x000049c7 jam  0x0000001b , 0x00000b7d 
- 00025579  0x000049c8 branch  0x00005620 
- 00025580  0x000049cb storet  0x00000001 , 0x00000259 
- 00025581  0x000049cd fetch  0x00000001 , 0x00000259 
- 00025582  0x000049ce rtn  0x00000034 
- 00025583  0x000049cf increase  0xffffffff , 0x0000003f 
- 00025584  0x000049d0 store  0x00000001 , 0x00000259 
- 00025585  0x000049d1 call  0x000063f3 
- 00025586  0x000049d2 branch  0x000063ed 
- 00025587  0x000049d5 fetch  0x00000002 , 0x0000481a 
- 00025588  0x000049d6 rtn  0x00000034 
- 00025589  0x000049d7 increase  0xffffffff , 0x0000003f 
- 00025590  0x000049d8 store  0x00000002 , 0x0000481a 
- 00025591  0x000049d9 nrtn  0x00000034 
- 00025592  0x000049da fetch  0x00000001 , 0x000042a4 
- 00025593  0x000049db jam  0x00000000 , 0x000042a4 
- 00025594  0x000049dc bbit1  0x00000001 , 0x000063fd 
- 00025595  0x000049dd bbit1  0x00000000 , 0x000063fe 
- 00025596  0x000049de branch  0x00003bf1 
- 00025597  0x000049e0 branch  0x00003f8c 
- 00025598  0x000049e2 jam  0x00000002 , 0x00004272 
- 00025599  0x000049e3 rtn 
- 00025600  0x000049e6 fetch  0x00000001 , 0x00004041 
- 00025601  0x000049e7 bbit1  0x00000000 , 0x00006407 
- 00025602  0x000049e8 fetch  0x00000002 , 0x0000480e 
- 00025603  0x000049e9 arg  0x0000006e , 0x00000002 
- 00025604  0x000049eb call  0x00007fb9 
- 00025605  0x000049ec store  0x00000002 , 0x0000480e 
- 00025606  0x000049ed rtn 
- 00025607  0x000049ef fetch  0x00000002 , 0x0000480e 
- 00025608  0x000049f0 arg  0x00000014 , 0x00000002 
- 00025609  0x000049f1 call  0x00007fb9 
- 00025610  0x000049f2 store  0x00000002 , 0x0000480e 
- 00025611  0x000049f3 rtn 
- 00025612  0x000049f6 fetch  0x00000001 , 0x00004813 
- 00025613  0x000049f7 set1  0x00000000 , 0x0000003f 
- 00025614  0x000049f8 store  0x00000001 , 0x00004813 
- 00025615  0x000049f9 rtn 
- 00025616  0x000049fc fetch  0x00000001 , 0x00004813 
- 00025617  0x000049fd set0  0x00000000 , 0x0000003f 
- 00025618  0x000049fe store  0x00000001 , 0x00004813 
- 00025619  0x000049ff rtn 
- 00025620  0x00004a02 fetch  0x00000001 , 0x00004813 
- 00025621  0x00004a03 set1  0x00000007 , 0x0000003f 
- 00025622  0x00004a04 store  0x00000001 , 0x00004813 
- 00025623  0x00004a05 rtn 
- 00025624  0x00004a08 fetch  0x00000001 , 0x00004813 
- 00025625  0x00004a09 set0  0x00000007 , 0x0000003f 
- 00025626  0x00004a0a store  0x00000001 , 0x00004813 
- 00025627  0x00004a0b rtn 
- 00025628  0x00004a0e set1  0x00000025 , 0x00000000 
- 00025629  0x00004a0f bpatch  0x00000082 , 0x00004030 
- 00025630  0x00004a10 call  0x00007f8e 
- 00025631  0x00004a11 branch  0x00003f66 , 0x00000002 
- 00025632  0x00004a12 branch  0x00003f68 
- 00025633  0x00004a15 call  0x000063a9 
- 00025634  0x00004a16 branch  0x00006428 , 0x00000001 
- 00025635  0x00004a17 hfetcht  0x00000002 , 0x00008052 
- 00025636  0x00004a18 fetch  0x00000002 , 0x000042ac 
- 00025637  0x00004a19 isub  0x00000002 , 0x0000003e 
- 00025638  0x00004a1a rtn  0x00000005 
- 00025639  0x00004a1b branch  0x00006909 
- 00025640  0x00004a1f hfetcht  0x00000002 , 0x00008052 
- 00025641  0x00004a20 setarg  0x000001a0 
- 00025642  0x00004a21 isub  0x00000002 , 0x0000003e 
- 00025643  0x00004a22 rtn  0x00000005 
- 00025644  0x00004a23 hstore  0x00000002 , 0x00008052 
- 00025645  0x00004a24 rtn 
- 00025646  0x00004a27 set1  0x00000025 , 0x00000000 
- 00025647  0x00004a28 bpatch  0x00000083 , 0x00004030 
- 00025648  0x00004a29 fetch  0x00000001 , 0x00004812 
- 00025649  0x00004a2a isolate0  0x00000002 , 0x0000003f 
- 00025650  0x00004a2b branch  0x00006436 , 0x00000001 
- 00025651  0x00004a2c arg  0x00004814 , 0x00000011 
- 00025652  0x00004a2d arg  0x00000006 , 0x00000039 
- 00025653  0x00004a2e branch  0x00007f25 
- 00025654  0x00004a30 force  0x00000000 , 0x0000003e 
- 00025655  0x00004a31 rtn 
- 00025656  0x00004a34 set1  0x00000025 , 0x00000000 
- 00025657  0x00004a35 bpatch  0x00000084 , 0x00004030 
- 00025658  0x00004a36 arg  0x0000481c , 0x00000005 
- 00025659  0x00004a37 setsect  0x00000000 , 0x00035350 
- 00025660  0x00004a38 setsect  0x00000001 , 0x00015115 
- 00025661  0x00004a39 setsect  0x00000002 , 0x00012415 
- 00025662  0x00004a3a setsect  0x00000003 , 0x00010951 
- 00025663  0x00004a3b istore  0x00000009 , 0x00000005 
- 00025664  0x00004a3c setsect  0x00000000 , 0x0002454c 
- 00025665  0x00004a3d setsect  0x00000001 , 0x00035053 
- 00025666  0x00004a3e setsect  0x00000002 , 0x00002454 
- 00025667  0x00004a3f setsect  0x00000003 , 0x00011531 
- 00025668  0x00004a40 istore  0x00000009 , 0x00000005 
- 00025669  0x00004a41 setsect  0x00000000 , 0x00034441 
- 00025670  0x00004a42 setsect  0x00000001 , 0x000194d4 
- 00025671  0x00004a43 setsect  0x00000002 , 0x00012455 
- 00025672  0x00004a44 setsect  0x00000003 , 0x00010d4d 
- 00025673  0x00004a45 istore  0x00000009 , 0x00000005 
- 00025674  0x00004a46 setsect  0x00000000 , 0x0003414c 
- 00025675  0x00004a47 setsect  0x00000001 , 0x0000d4d4 
- 00025676  0x00004a48 setsect  0x00000002 , 0x000124c4 
- 00025677  0x00004a49 setsect  0x00000003 , 0x00013119 
- 00025678  0x00004a4a istore  0x00000009 , 0x00000005 
- 00025679  0x00004a4b setsect  0x00000000 , 0x00015247 
- 00025680  0x00004a4c setsect  0x00000001 , 0x0003d0d1 
- 00025681  0x00004a4d setsect  0x00000002 , 0x0000e4e4 
- 00025682  0x00004a4e setsect  0x00000003 , 0x00011531 
- 00025683  0x00004a4f istore  0x00000009 , 0x00000005 
- 00025684  0x00004a50 setsect  0x00000000 , 0x00034944 
- 00025685  0x00004a51 setsect  0x00000001 , 0x000114d4 
- 00025686  0x00004a52 setsect  0x00000002 , 0x0000e535 
- 00025687  0x00004a53 setsect  0x00000003 , 0x00015105 
- 00025688  0x00004a54 istore  0x00000009 , 0x00000005 
- 00025689  0x00004a55 setsect  0x00000000 , 0x00014c2b 
- 00025690  0x00004a56 setsect  0x00000001 , 0x000114d2 
- 00025691  0x00004a57 setsect  0x00000002 , 0x0000f525 
- 00025692  0x00004a58 setsect  0x00000003 , 0x00011531 
- 00025693  0x00004a59 istore  0x00000009 , 0x00000005 
- 00025694  0x00004a5a setsect  0x00000000 , 0x00014e53 
- 00025695  0x00004a5b setsect  0x00000001 , 0x00019192 
- 00025696  0x00004a5c setsect  0x00000002 , 0x000044c4 
- 00025697  0x00004a5d setsect  0x00000003 , 0x00015915 
- 00025698  0x00004a5e istore  0x00000009 , 0x00000005 
- 00025699  0x00004a5f setsect  0x00000000 , 0x00035352 
- 00025700  0x00004a60 setsect  0x00000001 , 0x0000d254 
- 00025701  0x00004a61 setsect  0x00000002 , 0x00005444 
- 00025702  0x00004a62 setsect  0x00000003 , 0x00010959 
- 00025703  0x00004a63 istore  0x00000009 , 0x00000005 
- 00025704  0x00004a64 setsect  0x00000000 , 0x0001454c 
- 00025705  0x00004a65 setsect  0x00000001 , 0x00005392 
- 00025706  0x00004a66 setsect  0x00000002 , 0x00003525 
- 00025707  0x00004a67 setsect  0x00000003 , 0x00013d35 
- 00025708  0x00004a68 istore  0x00000009 , 0x00000005 
- 00025709  0x00004a69 setsect  0x00000000 , 0x00014544 
- 00025710  0x00004a6a setsect  0x00000001 , 0x000113d3 
- 00025711  0x00004a6b setsect  0x00000002 , 0x00004454 
- 00025712  0x00004a6c setsect  0x00000003 , 0x00014d35 
- 00025713  0x00004a6d istore  0x00000009 , 0x00000005 
- 00025714  0x00004a6e setsect  0x00000000 , 0x00004154 
- 00025715  0x00004a6f setsect  0x00000001 , 0x00011155 
- 00025716  0x00004a70 setsect  0x00000002 , 0x00013494 
- 00025717  0x00004a71 setsect  0x00000003 , 0x00013d0d 
- 00025718  0x00004a72 istore  0x00000009 , 0x00000005 
- 00025719  0x00004a73 setsect  0x00000000 , 0x00004f56 
- 00025720  0x00004a74 setsect  0x00000001 , 0x00031055 
- 00025721  0x00004a75 setsect  0x00000002 , 0x00003454 
- 00025722  0x00004a76 setsect  0x00000003 , 0x0001393d 
- 00025723  0x00004a77 istore  0x00000009 , 0x00000005 
- 00025724  0x00004a78 setsect  0x00000000 , 0x0001504e 
- 00025725  0x00004a79 setsect  0x00000001 , 0x000151d0 
- 00025726  0x00004a7a setsect  0x00000002 , 0x000154f4 
- 00025727  0x00004a7b setsect  0x00000003 , 0x00014951 
- 00025728  0x00004a7c istore  0x00000009 , 0x00000005 
- 00025729  0x00004a7d setsect  0x00000000 , 0x00024345 
- 00025730  0x00004a7e setsect  0x00000001 , 0x00025051 
- 00025731  0x00004a7f setsect  0x00000002 , 0x000004c4 
- 00025732  0x00004a80 istore  0x00000006 , 0x00000005 
- 00025733  0x00004a81 rtn 
- 00025734  0x00004a86 setarg  0x000065d7 
- 00025735  0x00004a87 store  0x00000002 , 0x0000428c 
- 00025736  0x00004a88 setarg  0x0000652e 
- 00025737  0x00004a89 store  0x00000002 , 0x0000428e 
- 00025738  0x00004a8a setarg  0x000064e3 
- 00025739  0x00004a8b store  0x00000002 , 0x0000428a 
- 00025740  0x00004a8c setarg  0x000065f3 
- 00025741  0x00004a8d store  0x00000002 , 0x00004292 
- 00025742  0x00004a8e setarg  0x000064a9 
- 00025743  0x00004a8f store  0x00000002 , 0x00004290 
- 00025744  0x00004a90 setarg  0x00006561 
- 00025745  0x00004a91 store  0x00000002 , 0x00004298 
- 00025746  0x00004a92 jam  0x00000000 , 0x000007dc 
- 00025747  0x00004a93 jam  0x00000000 , 0x000007dd 
- 00025748  0x00004a94 set0  0x00000025 , 0x00000000 
- 00025749  0x00004a95 bpatch  0x000000c0 , 0x00004018 
- 00025750  0x00004a96 call  0x000064c4 
- 00025751  0x00004a97 rtn  0x0000002b 
- 00025752  0x00004a98 call  0x0000649f 
- 00025753  0x00004a99 call  0x000064a7 
- 00025754  0x00004a9a setarg  0x000064e0 
- 00025755  0x00004a9b store  0x00000002 , 0x00004288 
- 00025756  0x00004a9c fetch  0x00000002 , 0x000047f4 
- 00025757  0x00004a9d bbit1  0x0000000c , 0x00006697 
- 00025758  0x00004a9e branch  0x00006693 
- 00025759  0x00004aa1 call  0x00003f4d 
- 00025760  0x00004aa2 branch  0x000064a4 , 0x00000005 
- 00025761  0x00004aa3 call  0x00006963 
- 00025762  0x00004aa4 call  0x000066ba 
- 00025763  0x00004aa5 branch  0x00003f45 
- 00025764  0x00004aa7 call  0x0000691d 
- 00025765  0x00004aa8 call  0x00006967 
- 00025766  0x00004aa9 branch  0x000066c0 
- 00025767  0x00004aac jam  0x00000001 , 0x0000481c 
- 00025768  0x00004aad branch  0x000064bb 
- 00025769  0x00004ab0 call  0x00007cd7 
- 00025770  0x00004ab1 call  0x000064ac 
- 00025771  0x00004ab2 branch  0x000064f6 
- 00025772  0x00004ab5 fetcht  0x00000001 , 0x00004825 
- 00025773  0x00004ab6 call  0x000069e5 
- 00025774  0x00004ab7 nbranch  0x000064b3 , 0x00000001 
- 00025775  0x00004ab9 fetch  0x00000001 , 0x0000481c 
- 00025776  0x00004aba rtneq  0x00000000 
- 00025777  0x00004abb jam  0x00000000 , 0x0000481c 
- 00025778  0x00004abc rtn 
- 00025779  0x00004abe fetch  0x00000001 , 0x0000481c 
- 00025780  0x00004abf rtneq  0x00000001 
- 00025781  0x00004ac0 jam  0x00000001 , 0x0000481c 
- 00025782  0x00004ac1 fetch  0x00000001 , 0x0000481b 
- 00025783  0x00004ac2 increase  0x00000001 , 0x0000003f 
- 00025784  0x00004ac3 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00025785  0x00004ac4 store  0x00000001 , 0x0000481b 
- 00025786  0x00004ac5 branch  0x000064bb 
- 00025787  0x00004ac7 setarg  0x00000006 
- 00025788  0x00004ac8 call  0x000066d8 
- 00025789  0x00004ac9 and  0x0000003f , 0x000000fc , 0x00000002 
- 00025790  0x00004aca fetch  0x00000001 , 0x0000481b 
- 00025791  0x00004acb iadd  0x00000002 , 0x0000003f 
- 00025792  0x00004acc lshift8  0x0000003f , 0x0000003f 
- 00025793  0x00004acd add  0x0000003f , 0x00000006 , 0x0000003f 
- 00025794  0x00004ace call  0x000066d7 
- 00025795  0x00004acf branch  0x000066ba 
- 00025796  0x00004ad2 call  0x000065c5 
- 00025797  0x00004ad3 call  0x000064ca 
- 00025798  0x00004ad4 hfetch  0x00000002 , 0x00008050 
- 00025799  0x00004ad5 set0  0x0000000b , 0x0000003f 
- 00025800  0x00004ad6 hstore  0x00000002 , 0x00008050 
- 00025801  0x00004ad7 rtn 
- 00025802  0x00004ada call  0x00003e0b 
- 00025803  0x00004adb fetcht  0x00000001 , 0x00004827 
- 00025804  0x00004adc call  0x000069d1 
- 00025805  0x00004add fetcht  0x00000001 , 0x00004828 
- 00025806  0x00004ade call  0x000069d1 
- 00025807  0x00004adf fetcht  0x00000001 , 0x00004822 
- 00025808  0x00004ae0 call  0x000069d1 
- 00025809  0x00004ae1 fetcht  0x00000001 , 0x00004823 
- 00025810  0x00004ae2 call  0x000069d1 
- 00025811  0x00004ae3 fetcht  0x00000001 , 0x00004824 
- 00025812  0x00004ae4 call  0x000069d1 
- 00025813  0x00004ae5 fetcht  0x00000001 , 0x00004826 
- 00025814  0x00004ae6 call  0x000069d1 
- 00025815  0x00004ae7 fetcht  0x00000001 , 0x00004825 
- 00025816  0x00004ae8 call  0x000069d1 
- 00025817  0x00004ae9 hfetch  0x00000001 , 0x0000807b 
- 00025818  0x00004aea or_into  0x00000018 , 0x0000003f 
- 00025819  0x00004aeb hstore  0x00000001 , 0x0000807b 
- 00025820  0x00004aec hfetch  0x00000001 , 0x0000807f 
- 00025821  0x00004aed and_into  0x000000e7 , 0x0000003f 
- 00025822  0x00004aee hstore  0x00000001 , 0x0000807f 
- 00025823  0x00004aef rtn 
- 00025824  0x00004af3 setarg  0x0000bc05 
- 00025825  0x00004af4 call  0x000066d7 
- 00025826  0x00004af5 jam  0x00000001 , 0x000000a2 
- 00025827  0x00004af8 call  0x000064f6 
- 00025828  0x00004af9 arg  0x00000019 , 0x00000002 
- 00025829  0x00004afa call  0x000069da 
- 00025830  0x00004afb hjam  0x00000000 , 0x00008081 
- 00025831  0x00004afc fetcht  0x00000001 , 0x00004827 
- 00025832  0x00004afd call  0x000069b4 
- 00025833  0x00004afe fetcht  0x00000001 , 0x00004828 
- 00025834  0x00004aff call  0x000069b4 
- 00025835  0x00004b00 fetcht  0x00000001 , 0x00004822 
- 00025836  0x00004b01 call  0x000069b4 
- 00025837  0x00004b02 fetcht  0x00000001 , 0x00004823 
- 00025838  0x00004b03 call  0x000069b4 
- 00025839  0x00004b04 fetcht  0x00000001 , 0x00004824 
- 00025840  0x00004b05 call  0x000069b4 
- 00025841  0x00004b06 fetcht  0x00000001 , 0x00004826 
- 00025842  0x00004b07 call  0x000069b9 
- 00025843  0x00004b08 fetch  0x00000001 , 0x000000a2 
- 00025844  0x00004b09 nrtn  0x00000034 
- 00025845  0x00004b0a branch  0x000069c4 
- 00025846  0x00004b0d set0  0x00000025 , 0x00000000 
- 00025847  0x00004b0e bpatch  0x000000c1 , 0x00004018 
- 00025848  0x00004b0f arg  0x00000000 , 0x00000011 
- 00025849  0x00004b10 fetcht  0x00000001 , 0x00004827 
- 00025850  0x00004b11 call  0x000069e5 
- 00025851  0x00004b12 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00025852  0x00004b13 fetcht  0x00000001 , 0x00004828 
- 00025853  0x00004b14 call  0x000069e5 
- 00025854  0x00004b15 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00025855  0x00004b16 copy  0x00000011 , 0x0000003f 
- 00025856  0x00004b18 and_into  0x00000003 , 0x0000003f 
- 00025857  0x00004b19 fetcht  0x00000001 , 0x00004808 
- 00025858  0x00004b1a store  0x00000001 , 0x00004808 
- 00025859  0x00004b1b isub  0x00000002 , 0x0000003e 
- 00025860  0x00004b1c branch  0x00006514 , 0x00000005 
- 00025861  0x00004b1d fetch  0x00000001 , 0x00004807 
- 00025862  0x00004b1e store  0x00000001 , 0x00004806 
- 00025863  0x00004b1f storet  0x00000001 , 0x00004807 
- 00025864  0x00004b20 fetch  0x00000001 , 0x00004808 
- 00025865  0x00004b21 lshift4  0x0000003f , 0x0000003f 
- 00025866  0x00004b22 fetcht  0x00000001 , 0x00004807 
- 00025867  0x00004b23 lshift2  0x00000002 , 0x00000002 
- 00025868  0x00004b24 iadd  0x00000002 , 0x0000003f 
- 00025869  0x00004b25 fetcht  0x00000001 , 0x00004806 
- 00025870  0x00004b26 iadd  0x00000002 , 0x0000003f 
- 00025871  0x00004b27 beq  0x00000038 , 0x00006515 
- 00025872  0x00004b28 beq  0x00000034 , 0x00006519 
- 00025873  0x00004b29 beq  0x0000000b , 0x00006519 
- 00025874  0x00004b2a beq  0x00000007 , 0x00006515 
- 00025875  0x00004b2b rtn 
- 00025876  0x00004b2e rtn 
- 00025877  0x00004b31 fetch  0x00000001 , 0x00004809 
- 00025878  0x00004b32 increase  0x00000001 , 0x0000003f 
- 00025879  0x00004b33 store  0x00000001 , 0x00004809 
- 00025880  0x00004b34 rtn 
- 00025881  0x00004b37 fetch  0x00000001 , 0x00004809 
- 00025882  0x00004b38 increase  0xffffffff , 0x0000003f 
- 00025883  0x00004b39 store  0x00000001 , 0x00004809 
- 00025884  0x00004b3a rtn 
- 00025885  0x00004b3e rtn 
- 00025886  0x00004b40 setarg  0x0000b805 
- 00025887  0x00004b41 branch  0x000066d7 
- 00025888  0x00004b44 rtn 
- 00025889  0x00004b47 call  0x00003fa0 
- 00025890  0x00004b48 jam  0x00000002 , 0x00004820 
- 00025891  0x00004b49 call  0x00003fa4 
- 00025892  0x00004b4b branch  0x00003f92 
- 00025893  0x00004b4e fetch  0x00000002 , 0x0000481e 
- 00025894  0x00004b4f rtn  0x00000034 
- 00025895  0x00004b50 increase  0xffffffff , 0x0000003f 
- 00025896  0x00004b51 store  0x00000002 , 0x0000481e 
- 00025897  0x00004b52 nrtn  0x00000034 
- 00025898  0x00004b53 branch  0x00003f9a 
- 00025899  0x00004b56 setarg  0x00000002 
- 00025900  0x00004b57 store  0x00000001 , 0x000047f2 
- 00025901  0x00004b58 rtn 
- 00025902  0x00004b5b fetch  0x00000001 , 0x0000427f 
- 00025903  0x00004b5c rtn  0x00000034 
- 00025904  0x00004b5d call  0x0000527c 
- 00025905  0x00004b5e nrtn  0x00000034 
- 00025906  0x00004b5f call  0x00006578 
- 00025907  0x00004b60 nrtn  0x00000028 
- 00025908  0x00004b61 call  0x0000655e 
- 00025909  0x00004b62 call  0x0000655a 
- 00025910  0x00004b64 arg  0x00000008 , 0x00000011 
- 00025911  0x00004b65 call  0x00004b2c 
- 00025912  0x00004b66 fetch  0x00000002 , 0x000042b7 
- 00025913  0x00004b67 istore  0x00000002 , 0x00000005 
- 00025914  0x00004b68 setarg  0x000002a1 
- 00025915  0x00004b69 istore  0x00000002 , 0x00000005 
- 00025916  0x00004b6a fetch  0x00000001 , 0x00004805 
- 00025917  0x00004b6b istore  0x00000001 , 0x00000005 
- 00025918  0x00004b6c fetch  0x00000002 , 0x00004800 
- 00025919  0x00004b6d arg  0x00000fff , 0x00000002 
- 00025920  0x00004b6e iand  0x00000002 , 0x0000003f 
- 00025921  0x00004b6f fetcht  0x00000002 , 0x00004802 
- 00025922  0x00004b70 lshift4  0x00000002 , 0x00000002 
- 00025923  0x00004b71 lshift8  0x00000002 , 0x00000002 
- 00025924  0x00004b72 ior  0x00000002 , 0x0000003f 
- 00025925  0x00004b73 istore  0x00000003 , 0x00000005 
- 00025926  0x00004b74 fetch  0x00000001 , 0x00004804 
- 00025927  0x00004b75 istore  0x00000001 , 0x00000005 
- 00025928  0x00004b76 setarg  0x00000000 
- 00025929  0x00004b77 istore  0x00000001 , 0x00000005 
- 00025930  0x00004b78 jam  0x00000008 , 0x000008a8 
- 00025931  0x00004b79 rtn 
- 00025932  0x00004b7d set0  0x00000025 , 0x00000000 
- 00025933  0x00004b7e bpatch  0x000000c2 , 0x00004018 
- 00025934  0x00004b7f fetch  0x00000001 , 0x0000481a 
- 00025935  0x00004b80 rtn  0x00000034 
- 00025936  0x00004b81 increase  0xffffffff , 0x0000003f 
- 00025937  0x00004b82 store  0x00000001 , 0x0000481a 
- 00025938  0x00004b83 nrtn  0x00000034 
- 00025939  0x00004b84 call  0x0000527e 
- 00025940  0x00004b85 nrtn  0x00000034 
- 00025941  0x00004b86 setarg  0x00000000 
- 00025942  0x00004b87 store  0x00000005 , 0x00004800 
- 00025943  0x00004b88 call  0x00006536 
- 00025944  0x00004b89 jam  0x00000050 , 0x0000481a 
- 00025945  0x00004b8a rtn 
- 00025946  0x00004b8c fetch  0x00000002 , 0x00004810 
- 00025947  0x00004b8d store  0x00000002 , 0x00004818 
- 00025948  0x00004b8e jam  0x00000050 , 0x0000481a 
- 00025949  0x00004b8f rtn 
- 00025950  0x00004b92 fetch  0x00000002 , 0x0000480e 
- 00025951  0x00004b93 store  0x00000002 , 0x00004816 
- 00025952  0x00004b94 rtn 
- 00025953  0x00004b98 fetcht  0x00000002 , 0x000044c2 
- 00025954  0x00004b99 call  0x00005a88 
- 00025955  0x00004b9a ifetch  0x00000001 , 0x00000006 
- 00025956  0x00004b9b store  0x00000001 , 0x0000041b 
- 00025957  0x00004b9c rtn 
- 00025958  0x00004ba0 set0  0x00000025 , 0x00000000 
- 00025959  0x00004ba1 bpatch  0x000000c3 , 0x00004018 
- 00025960  0x00004ba2 fetcht  0x00000002 , 0x000044c2 
- 00025961  0x00004ba3 call  0x00005a88 
- 00025962  0x00004ba4 add  0x00000006 , 0x00000001 , 0x00000005 
- 00025963  0x00004ba6 fetch  0x00000001 , 0x00004805 
- 00025964  0x00004ba7 istore  0x00000001 , 0x00000005 
- 00025965  0x00004ba8 fetch  0x00000002 , 0x00004800 
- 00025966  0x00004ba9 arg  0x00000fff , 0x00000002 
- 00025967  0x00004baa iand  0x00000002 , 0x0000003f 
- 00025968  0x00004bab fetcht  0x00000002 , 0x00004802 
- 00025969  0x00004bac lshift4  0x00000002 , 0x00000002 
- 00025970  0x00004bad lshift8  0x00000002 , 0x00000002 
- 00025971  0x00004bae ior  0x00000002 , 0x0000003f 
- 00025972  0x00004baf istore  0x00000003 , 0x00000005 
- 00025973  0x00004bb0 fetch  0x00000001 , 0x00004804 
- 00025974  0x00004bb1 istore  0x00000001 , 0x00000005 
- 00025975  0x00004bb2 rtn 
- 00025976  0x00004bb5 set0  0x00000025 , 0x00000000 
- 00025977  0x00004bb6 bpatch  0x000000c4 , 0x00004018 
- 00025978  0x00004bb7 disable  0x00000028 
- 00025979  0x00004bb8 setarg  0x00000000 
- 00025980  0x00004bb9 store  0x00000005 , 0x00004800 
- 00025981  0x00004bba call  0x00006581 
- 00025982  0x00004bbb call  0x000065b4 
- 00025983  0x00004bbc call  0x0000659c 
- 00025984  0x00004bbd branch  0x000065a2 
- 00025985  0x00004bc0 fetch  0x00000001 , 0x00004821 
- 00025986  0x00004bc1 rtnne  0x00000002 
- 00025987  0x00004bc2 fetch  0x00000001 , 0x0000480a 
- 00025988  0x00004bc3 call  0x000065ba , 0x00000034 
- 00025989  0x00004bc4 jam  0x00000001 , 0x0000480a 
- 00025990  0x00004bc5 disable  0x00000028 
- 00025991  0x00004bc6 fetcht  0x00000001 , 0x00004826 
- 00025992  0x00004bc7 call  0x000069e5 
- 00025993  0x00004bc8 nrtn  0x00000001 
- 00025994  0x00004bc9 setarg  0x00000000 
- 00025995  0x00004bca call  0x000066d8 
- 00025996  0x00004bcb bne  0x00000030 , 0x000066c6 
- 00025997  0x00004bcc setarg  0x00000002 
- 00025998  0x00004bcd call  0x000066d8 
- 00025999  0x00004bce rtnbit0  0x00000007 
- 00026000  0x00004bcf setarg  0x00000003 
- 00026001  0x00004bd0 call  0x000066d8 
- 00026002  0x00004bd1 call  0x000065d3 
- 00026003  0x00004bd2 store  0x00000002 , 0x00004800 
- 00026004  0x00004bd3 setarg  0x00000004 
- 00026005  0x00004bd4 call  0x000066d8 
- 00026006  0x00004bd5 call  0x000065d3 
- 00026007  0x00004bd6 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00026008  0x00004bd7 store  0x00000002 , 0x00004802 
- 00026009  0x00004bd8 fetch  0x00000004 , 0x00004800 
- 00026010  0x00004bd9 enable  0x00000028 
- 00026011  0x00004bda rtn 
- 00026012  0x00004bdc fetch  0x00000001 , 0x00004809 
- 00026013  0x00004bdd rtn  0x00000034 
- 00026014  0x00004bde store  0x00000001 , 0x00004804 
- 00026015  0x00004bdf jam  0x00000000 , 0x00004809 
- 00026016  0x00004be0 enable  0x00000028 
- 00026017  0x00004be1 rtn 
- 00026018  0x00004be3 arg  0x00000000 , 0x00000011 
- 00026019  0x00004be4 fetcht  0x00000001 , 0x00004822 
- 00026020  0x00004be5 call  0x000069e5 
- 00026021  0x00004be6 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00026022  0x00004be7 fetcht  0x00000001 , 0x00004823 
- 00026023  0x00004be8 call  0x000069e5 
- 00026024  0x00004be9 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00026025  0x00004bea fetcht  0x00000001 , 0x00004824 
- 00026026  0x00004beb call  0x000069e5 
- 00026027  0x00004bec setflag  0x00000001 , 0x00000002 , 0x00000011 
- 00026028  0x00004bed deposit  0x00000011 
- 00026029  0x00004bee fetcht  0x00000001 , 0x00004805 
- 00026030  0x00004bef store  0x00000001 , 0x00004805 
- 00026031  0x00004bf0 ixor  0x00000002 , 0x0000003f 
- 00026032  0x00004bf1 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00026033  0x00004bf2 rtn  0x00000005 
- 00026034  0x00004bf3 enable  0x00000028 
- 00026035  0x00004bf4 rtn 
- 00026036  0x00004bfa arg  0x0000001a , 0x00000002 
- 00026037  0x00004bfb call  0x000069e5 
- 00026038  0x00004bfc rtn  0x00000001 
- 00026039  0x00004bfd setarg  0x00000000 
- 00026040  0x00004bfe call  0x000066d8 
- 00026041  0x00004bff branch  0x000065b4 
- 00026042  0x00004c02 arg  0x00000000 , 0x00000039 
- 00026043  0x00004c04 setarg  0x00000002 
- 00026044  0x00004c05 call  0x000066d8 
- 00026045  0x00004c06 nop  0x00000064 
- 00026046  0x00004c07 increase  0x00000001 , 0x00000039 
- 00026047  0x00004c08 fetcht  0x00000001 , 0x00004826 
- 00026048  0x00004c09 call  0x000069e5 
- 00026049  0x00004c0a branch  0x000065bb , 0x00000001 
- 00026050  0x00004c0b deposit  0x00000039 
- 00026051  0x00004c0c store  0x00000002 , 0x0000046b 
- 00026052  0x00004c0d rtn 
- 00026053  0x00004c0f call  0x0000678e 
- 00026054  0x00004c10 rtn  0x0000002b 
- 00026055  0x00004c13 setarg  0x00000000 
- 00026056  0x00004c14 call  0x000066d8 
- 00026057  0x00004c15 store  0x00000001 , 0x00000256 
- 00026058  0x00004c16 beq  0x00000030 , 0x000065ce 
- 00026059  0x00004c17 call  0x000066c6 
- 00026060  0x00004c18 nop  0x00002710 
- 00026061  0x00004c19 branch  0x000065c7 
- 00026062  0x00004c1b setarg  0x00008006 
- 00026063  0x00004c1c call  0x000066d7 
- 00026064  0x00004c1d nop  0x000003e8 
- 00026065  0x00004c1e jam  0x00000002 , 0x00004821 
- 00026066  0x00004c1f rtn 
- 00026067  0x00004c24 rtnbit0  0x00000007 
- 00026068  0x00004c25 arg  0x0000ff00 , 0x00000002 
- 00026069  0x00004c26 ior  0x00000002 , 0x0000003f 
- 00026070  0x00004c27 rtn 
- 00026071  0x00004c2c call  0x0000561e 
- 00026072  0x00004c2d nrtn  0x00000034 
- 00026073  0x00004c2e fetcht  0x00000002 , 0x000044c2 
- 00026074  0x00004c2f call  0x00005866 
- 00026075  0x00004c30 rtnbit0  0x00000000 
- 00026076  0x00004c31 fetch  0x00000001 , 0x000046f8 
- 00026077  0x00004c32 rtnbit0  0x00000000 
- 00026078  0x00004c33 call  0x00006578 
- 00026079  0x00004c35 nrtn  0x00000028 
- 00026080  0x00004c36 call  0x0000655e 
- 00026081  0x00004c38 jam  0x0000001b , 0x00000b7d 
- 00026082  0x00004c39 call  0x00005620 
- 00026083  0x00004c3a branch  0x00006566 
- 00026084  0x00004c3d rtn  0x00000028 
- 00026085  0x00004c3e fetch  0x00000001 , 0x0000481d 
- 00026086  0x00004c3f increase  0x00000001 , 0x0000003f 
- 00026087  0x00004c40 store  0x00000001 , 0x0000481d 
- 00026088  0x00004c41 arg  0x00000001 , 0x00000002 
- 00026089  0x00004c42 bbit0  0x00000007 , 0x000065eb 
- 00026090  0x00004c43 arg  0x0000ffff , 0x00000002 
- 00026091  0x00004c45 storet  0x00000005 , 0x00004800 
- 00026092  0x00004c46 enable  0x00000028 
- 00026093  0x00004c47 rtn 
- 00026094  0x00004c4a disable  0x00000028 
- 00026095  0x00004c4b fetch  0x00000001 , 0x00004820 
- 00026096  0x00004c4c rtneq  0x00000002 
- 00026097  0x00004c4d enable  0x00000028 
- 00026098  0x00004c4e rtn 
- 00026099  0x00004c51 copy  0x00000013 , 0x0000003f 
- 00026100  0x00004c52 beq  0x00000014 , 0x00006606 
- 00026101  0x00004c53 beq  0x00000001 , 0x000066a6 
- 00026102  0x00004c54 beq  0x00000015 , 0x00006617 
- 00026103  0x00004c55 beq  0x00000002 , 0x00006617 
- 00026104  0x00004c56 beq  0x00000005 , 0x00006616 
- 00026105  0x00004c57 beq  0x00000010 , 0x0000666a 
- 00026106  0x00004c58 beq  0x00000012 , 0x0000668a 
- 00026107  0x00004c59 beq  0x00000006 , 0x00006614 
- 00026108  0x00004c5a beq  0x00000028 , 0x00006521 
- 00026109  0x00004c5b beq  0x00000029 , 0x00006524 
- 00026110  0x00004c5c beq  0x00000004 , 0x00006611 
- 00026111  0x00004c5d beq  0x00000013 , 0x00006611 
- 00026112  0x00004c5e beq  0x0000000a , 0x0000660f 
- 00026113  0x00004c5f beq  0x0000002e , 0x00003f57 
- 00026114  0x00004c60 and  0x0000003f , 0x0000000f , 0x00000002 
- 00026115  0x00004c61 and_into  0x000000f0 , 0x0000003f 
- 00026116  0x00004c62 beq  0x00000050 , 0x00006634 
- 00026117  0x00004c63 rtn 
- 00026118  0x00004c66 fetch  0x00000002 , 0x000042a2 
- 00026119  0x00004c67 set0  0x00000000 , 0x0000003f 
- 00026120  0x00004c68 store  0x00000002 , 0x000042a2 
- 00026121  0x00004c69 setarg  0x00000000 
- 00026122  0x00004c6a store  0x00000002 , 0x00004814 
- 00026123  0x00004c6b fetch  0x00000001 , 0x00004829 
- 00026124  0x00004c6c increase  0x00000001 , 0x0000003f 
- 00026125  0x00004c6d store  0x00000001 , 0x00004829 
- 00026126  0x00004c6e branch  0x000066a6 
- 00026127  0x00004c71 call  0x000062e9 
- 00026128  0x00004c72 branch  0x00003f6a 
- 00026129  0x00004c75 fetch  0x00000002 , 0x000047f4 
- 00026130  0x00004c76 bbit1  0x0000000c , 0x00006697 
- 00026131  0x00004c77 branch  0x00003f10 
- 00026132  0x00004c7b call  0x0000652b 
- 00026133  0x00004c7c rtn 
- 00026134  0x00004c7e rtn 
- 00026135  0x00004c81 set0  0x00000025 , 0x00000000 
- 00026136  0x00004c82 bpatch  0x000000c5 , 0x00004018 
- 00026137  0x00004c83 call  0x00006621 
- 00026138  0x00004c84 fetch  0x00000002 , 0x000042a0 
- 00026139  0x00004c85 bbit1  0x00000007 , 0x00006630 
- 00026140  0x00004c86 bbit1  0x00000000 , 0x00003f12 
- 00026141  0x00004c87 bbit1  0x00000001 , 0x0000662a 
- 00026142  0x00004c88 bbit1  0x00000002 , 0x0000662d 
- 00026143  0x00004c89 bbit1  0x00000003 , 0x0000662d 
- 00026144  0x00004c8a branch  0x00006697 
- 00026145  0x00004c8c setarg  0x00000000 
- 00026146  0x00004c8d store  0x00000004 , 0x00004806 
- 00026147  0x00004c8e jam  0x00000000 , 0x0000481a 
- 00026148  0x00004c8f jam  0x00000000 , 0x0000480a 
- 00026149  0x00004c90 jam  0x00000000 , 0x0000427f 
- 00026150  0x00004c91 jam  0x00000000 , 0x0000448b 
- 00026151  0x00004c92 jam  0x00000000 , 0x00004820 
- 00026152  0x00004c93 jam  0x00000000 , 0x0000480b 
- 00026153  0x00004c94 rtn 
- 00026154  0x00004c97 bbit1  0x00000005 , 0x0000662d 
- 00026155  0x00004c98 bbit1  0x00000003 , 0x0000662d 
- 00026156  0x00004c99 branch  0x00006697 
- 00026157  0x00004c9b fetch  0x00000002 , 0x000047f4 
- 00026158  0x00004c9c bbit1  0x0000000c , 0x00006697 
- 00026159  0x00004c9d branch  0x00003f10 
- 00026160  0x00004ca0 call  0x00005b30 
- 00026161  0x00004ca1 fetch  0x00000002 , 0x000042a0 
- 00026162  0x00004ca2 bbit1  0x00000000 , 0x00003f12 
- 00026163  0x00004ca3 branch  0x00003f10 
- 00026164  0x00004ca6 set0  0x00000025 , 0x00000000 
- 00026165  0x00004ca7 bpatch  0x000000c6 , 0x00004018 
- 00026166  0x00004ca8 storet  0x00000001 , 0x00000259 
- 00026167  0x00004caa fetch  0x00000001 , 0x00000259 
- 00026168  0x00004cab rtn  0x00000034 
- 00026169  0x00004cac increase  0xffffffff , 0x0000003f 
- 00026170  0x00004cad store  0x00000001 , 0x00000259 
- 00026171  0x00004cb0 call  0x00006649 
- 00026172  0x00004cb1 call  0x0000664f 
- 00026173  0x00004cb2 call  0x00006656 
- 00026174  0x00004cb3 call  0x00006664 
- 00026175  0x00004cb5 fetch  0x00000001 , 0x00004820 
- 00026176  0x00004cb6 compare  0x00000002 , 0x0000003f , 0x000000ff 
- 00026177  0x00004cb7 call  0x00006648 , 0x00000001 
- 00026178  0x00004cb8 fetch  0x00000001 , 0x00004820 
- 00026179  0x00004cb9 compare  0x00000001 , 0x0000003f , 0x000000ff 
- 00026180  0x00004cba call  0x00006646 , 0x00000001 
- 00026181  0x00004cbb branch  0x00006637 
- 00026182  0x00004cbf call  0x0000665d 
- 00026183  0x00004cc0 branch  0x0000654c 
- 00026184  0x00004cc4 rtn 
- 00026185  0x00004cc7 fetch  0x00000001 , 0x000047f2 
- 00026186  0x00004cc8 rtn  0x00000034 
- 00026187  0x00004cc9 increase  0xffffffff , 0x0000003f 
- 00026188  0x00004cca store  0x00000001 , 0x000047f2 
- 00026189  0x00004ccb nrtn  0x00000034 
- 00026190  0x00004ccc branch  0x0000668a 
- 00026191  0x00004ccf fetch  0x00000002 , 0x00004812 
- 00026192  0x00004cd0 rtn  0x00000034 
- 00026193  0x00004cd1 increase  0xffffffff , 0x0000003f 
- 00026194  0x00004cd2 store  0x00000002 , 0x00004812 
- 00026195  0x00004cd3 nrtn  0x00000034 
- 00026196  0x00004cd4 call  0x000066a6 
- 00026197  0x00004cd5 branch  0x00003f9a 
- 00026198  0x00004cd8 fetch  0x00000002 , 0x00004814 
- 00026199  0x00004cd9 rtn  0x00000034 
- 00026200  0x00004cda increase  0xffffffff , 0x0000003f 
- 00026201  0x00004cdb store  0x00000002 , 0x00004814 
- 00026202  0x00004cdc nrtn  0x00000034 
- 00026203  0x00004cdd call  0x00003f84 
- 00026204  0x00004cde branch  0x00003f9a 
- 00026205  0x00004ce1 fetch  0x00000002 , 0x00004818 
- 00026206  0x00004ce2 rtn  0x00000034 
- 00026207  0x00004ce3 increase  0xffffffff , 0x0000003f 
- 00026208  0x00004ce4 store  0x00000002 , 0x00004818 
- 00026209  0x00004ce5 nrtn  0x00000034 
- 00026210  0x00004ce6 jam  0x00000000 , 0x0000481a 
- 00026211  0x00004ce7 rtn 
- 00026212  0x00004cea fetch  0x00000002 , 0x00004816 
- 00026213  0x00004ceb rtn  0x00000034 
- 00026214  0x00004cec increase  0xffffffff , 0x0000003f 
- 00026215  0x00004ced store  0x00000002 , 0x00004816 
- 00026216  0x00004cee nrtn  0x00000034 
- 00026217  0x00004cef branch  0x000066b1 
- 00026218  0x00004cf2 set0  0x00000025 , 0x00000000 
- 00026219  0x00004cf3 bpatch  0x000000c7 , 0x00004018 
- 00026220  0x00004cf4 jam  0x00000000 , 0x0000481a 
- 00026221  0x00004cf5 jam  0x00000001 , 0x0000480b 
- 00026222  0x00004cf6 setarg  0x00000000 
- 00026223  0x00004cf7 store  0x00000002 , 0x00004814 
- 00026224  0x00004cf8 call  0x000066b1 
- 00026225  0x00004cf9 fetch  0x00000001 , 0x00004132 
- 00026226  0x00004cfa isolate1  0x00000001 , 0x0000003f 
- 00026227  0x00004cfb call  0x00006688 , 0x00000001 
- 00026228  0x00004cfc fetch  0x00000001 , 0x00004132 
- 00026229  0x00004cfd isolate1  0x00000000 , 0x0000003f 
- 00026230  0x00004cfe call  0x00006684 , 0x00000001 
- 00026231  0x00004cff call  0x00003fa6 
- 00026232  0x00004d00 branch  0x00006697 
- 00026233  0x00004d05 fetch  0x00000006 , 0x00004274 
- 00026234  0x00004d06 branch  0x00003f79 , 0x00000034 
- 00026235  0x00004d07 branch  0x00003f6e 
- 00026236  0x00004d0a fetch  0x00000006 , 0x00004274 
- 00026237  0x00004d0b branch  0x00006682 , 0x00000034 
- 00026238  0x00004d0c fetch  0x00000002 , 0x0000480c 
- 00026239  0x00004d0d store  0x00000002 , 0x00004814 
- 00026240  0x00004d0e call  0x00003fa4 
- 00026241  0x00004d0f branch  0x00003f82 
- 00026242  0x00004d11 call  0x00003f94 
- 00026243  0x00004d12 branch  0x00003f88 
- 00026244  0x00004d15 fetch  0x00000002 , 0x000047f4 
- 00026245  0x00004d16 isolate1  0x00000007 , 0x0000003f 
- 00026246  0x00004d17 call  0x00003f75 , 0x00000001 
- 00026247  0x00004d18 rtn 
- 00026248  0x00004d1a call  0x00005b30 
- 00026249  0x00004d1b rtn 
- 00026250  0x00004d1e jam  0x00000001 , 0x0000427f 
- 00026251  0x00004d1f call  0x00003fa4 
- 00026252  0x00004d20 call  0x00003fa2 
- 00026253  0x00004d21 jam  0x00000001 , 0x00004820 
- 00026254  0x00004d22 setarg  0x00000000 
- 00026255  0x00004d23 store  0x00000002 , 0x000047f0 
- 00026256  0x00004d24 store  0x00000001 , 0x000047f2 
- 00026257  0x00004d25 call  0x00003f9e 
- 00026258  0x00004d26 branch  0x0000655a 
- 00026259  0x00004d29 fetch  0x00000001 , 0x000042a9 
- 00026260  0x00004d2a beq  0x00000033 , 0x00006679 
- 00026261  0x00004d2b beq  0x00000034 , 0x0000667c 
- 00026262  0x00004d2c branch  0x00006697 
- 00026263  0x00004d2f set0  0x00000025 , 0x00000000 
- 00026264  0x00004d30 bpatch  0x000000c8 , 0x00004019 
- 00026265  0x00004d31 fetch  0x00000001 , 0x000044f9 
- 00026266  0x00004d32 increase  0x00000001 , 0x0000003f 
- 00026267  0x00004d33 store  0x00000001 , 0x000044f9 
- 00026268  0x00004d34 call  0x00003fa6 
- 00026269  0x00004d35 fetch  0x00000002 , 0x000047fe 
- 00026270  0x00004d36 store  0x00000002 , 0x00004812 
- 00026271  0x00004d37 fetch  0x00000001 , 0x00004132 
- 00026272  0x00004d38 isolate1  0x00000001 , 0x0000003f 
- 00026273  0x00004d39 call  0x00003f88 , 0x00000001 
- 00026274  0x00004d3a fetch  0x00000001 , 0x00004132 
- 00026275  0x00004d3b isolate1  0x00000000 , 0x0000003f 
- 00026276  0x00004d3c call  0x00003f7c , 0x00000001 
- 00026277  0x00004d3d branch  0x00003f94 
- 00026278  0x00004d40 set0  0x00000025 , 0x00000000 
- 00026279  0x00004d41 bpatch  0x000000c9 , 0x00004019 
- 00026280  0x00004d42 setarg  0x00000000 
- 00026281  0x00004d43 store  0x00000002 , 0x00004812 
- 00026282  0x00004d44 fetch  0x00000001 , 0x00004132 
- 00026283  0x00004d45 isolate1  0x00000001 , 0x0000003f 
- 00026284  0x00004d46 call  0x00003f86 , 0x00000001 
- 00026285  0x00004d47 fetch  0x00000001 , 0x00004132 
- 00026286  0x00004d48 isolate1  0x00000000 , 0x0000003f 
- 00026287  0x00004d49 call  0x00003f7e , 0x00000001 
- 00026288  0x00004d4a branch  0x00003f98 
- 00026289  0x00004d4d set0  0x00000025 , 0x00000000 
- 00026290  0x00004d4e bpatch  0x000000ca , 0x00004019 
- 00026291  0x00004d4f setarg  0x00000000 
- 00026292  0x00004d50 store  0x00000002 , 0x00004816 
- 00026293  0x00004d51 fetch  0x00000002 , 0x000047f4 
- 00026294  0x00004d52 bbit1  0x00000009 , 0x00003f90 
- 00026295  0x00004d53 fetch  0x00000002 , 0x000047f4 
- 00026296  0x00004d54 bbit1  0x00000000 , 0x00003f77 
- 00026297  0x00004d55 rtn 
- 00026298  0x00004d58 set0  0x00000025 , 0x00000000 
- 00026299  0x00004d59 bpatch  0x000000cb , 0x00004019 
- 00026300  0x00004d5a arg  0x00000001 , 0x00000002 
- 00026301  0x00004d5b arg  0x0000481b , 0x00000011 
- 00026302  0x00004d5c arg  0x000000c6 , 0x00000012 
- 00026303  0x00004d5d branch  0x0000683e 
- 00026304  0x00004d60 set0  0x00000025 , 0x00000000 
- 00026305  0x00004d61 bpatch  0x000000cc , 0x00004019 
- 00026306  0x00004d62 arg  0x00000001 , 0x00000002 
- 00026307  0x00004d63 arg  0x0000481b , 0x00000011 
- 00026308  0x00004d64 arg  0x000000c6 , 0x00000012 
- 00026309  0x00004d65 branch  0x0000681d 
- 00026310  0x00004d6e set0  0x00000025 , 0x00000000 
- 00026311  0x00004d6f bpatch  0x000000fe , 0x0000401f 
- 00026312  0x00004d70 hfetch  0x00000001 , 0x00008073 
- 00026313  0x00004d71 arg  0x00000006 , 0x00000002 
- 00026314  0x00004d72 ior  0x00000002 , 0x0000003f 
- 00026315  0x00004d73 hstore  0x00000001 , 0x00008073 
- 00026316  0x00004d74 hfetch  0x00000001 , 0x00008077 
- 00026317  0x00004d75 ior  0x00000002 , 0x0000003f 
- 00026318  0x00004d76 hstore  0x00000001 , 0x00008077 
- 00026319  0x00004d77 hjam  0x00000000 , 0x00008081 
- 00026320  0x00004d78 hfetch  0x00000001 , 0x00008077 
- 00026321  0x00004d79 set0  0x00000001 , 0x0000003f 
- 00026322  0x00004d7a set0  0x00000002 , 0x0000003f 
- 00026323  0x00004d7b hstore  0x00000001 , 0x00008077 
- 00026324  0x00004d7c nop  0x0000001e 
- 00026325  0x00004d7d hjam  0x00000001 , 0x00008081 
- 00026326  0x00004d7e rtn 
- 00026327  0x00004d80 branch  0x000067a1 
- 00026328  0x00004d83 branch  0x000067a9 
- 00026329  0x00004d8b nbranch  0x000066dd , 0x00000028 
- 00026330  0x00004d8c hfetch  0x00000001 , 0x00008085 
- 00026331  0x00004d8d or_into  0x00000020 , 0x0000003f 
- 00026332  0x00004d8e hstore  0x00000001 , 0x00008085 
- 00026333  0x00004d90 copy  0x00000002 , 0x0000003e 
- 00026334  0x00004d91 branch  0x000066e0 , 0x00000005 
- 00026335  0x00004d92 copy  0x00000013 , 0x0000003d 
- 00026336  0x00004d94 isolate0  0x00000000 , 0x0000003e 
- 00026337  0x00004d95 branch  0x00006763 
- 00026338  0x00004d99 force  0x00000004 , 0x00000002 
- 00026339  0x00004d9b arg  0x0000022c , 0x00000011 
- 00026340  0x00004d9c hfetch  0x00000001 , 0x00008085 
- 00026341  0x00004d9d and_into  0x000000df , 0x0000003f 
- 00026342  0x00004d9e hstore  0x00000001 , 0x00008085 
- 00026343  0x00004d9f call  0x000066dd 
- 00026344  0x00004da0 arg  0x000055aa , 0x00000011 
- 00026345  0x00004da1 fetch  0x00000002 , 0x0000022c 
- 00026346  0x00004da2 ifetcht  0x00000002 , 0x00000006 
- 00026347  0x00004da3 isub  0x00000011 , 0x0000003e 
- 00026348  0x00004da4 rtn 
- 00026349  0x00004da7 arg  0x00000002 , 0x00000002 
- 00026350  0x00004da8 arg  0x00000232 , 0x00000011 
- 00026351  0x00004da9 call  0x000066dd 
- 00026352  0x00004daa fetch  0x00000002 , 0x00000232 
- 00026353  0x00004dab store  0x00000002 , 0x00000225 
- 00026354  0x00004dac call  0x000066f4 , 0x00000028 
- 00026355  0x00004dad rtn 
- 00026356  0x00004db0 arg  0x00000010 , 0x00000002 
- 00026357  0x00004db1 arg  0x00000234 , 0x00000011 
- 00026358  0x00004db2 hfetch  0x00000001 , 0x00008085 
- 00026359  0x00004db3 and_into  0x000000df , 0x0000003f 
- 00026360  0x00004db4 hstore  0x00000001 , 0x00008085 
- 00026361  0x00004db5 call  0x000066dd 
- 00026362  0x00004db6 arg  0x00000234 , 0x00000006 
- 00026363  0x00004db7 arg  0x00000010 , 0x00000039 
- 00026364  0x00004db8 call  0x00007584 
- 00026365  0x00004db9 call  0x0000753d 
- 00026366  0x00004dba call  0x0000759d 
- 00026367  0x00004dbb branch  0x00007534 
- 00026368  0x00004dbe disable  0x0000002d 
- 00026369  0x00004dbf call  0x000066e2 
- 00026370  0x00004dc0 nrtn  0x00000005 
- 00026371  0x00004dc1 enable  0x0000002d 
- 00026372  0x00004dc2 hjam  0x00000080 , 0x00008023 
- 00026373  0x00004dc3 hjam  0x00000000 , 0x00008022 
- 00026374  0x00004dc4 hjam  0x00000000 , 0x00008024 
- 00026375  0x00004dc5 arg  0x00008025 , 0x00000011 
- 00026376  0x00004dc6 call  0x000066d9 
- 00026377  0x00004dc7 hjam  0x00000000 , 0x00008023 
- 00026378  0x00004dc8 call  0x000066e2 
- 00026379  0x00004dc9 nrtn  0x00000005 
- 00026380  0x00004dca force  0x00000000 , 0x0000003f 
- 00026381  0x00004dcb hstore  0x00000002 , 0x00008288 
- 00026382  0x00004dcc arg  0x0000828a , 0x00000011 
- 00026383  0x00004dcd call  0x000066d9 
- 00026384  0x00004dcf arg  0x00000006 , 0x00000002 
- 00026385  0x00004dd0 call  0x000066e3 
- 00026386  0x00004dd1 nrtn  0x00000005 
- 00026387  0x00004dd2 ifetch  0x00000002 , 0x00000006 
- 00026388  0x00004dd3 iforce  0x00000011 
- 00026389  0x00004dd4 call  0x000066dd 
- 00026390  0x00004dd5 branch  0x00006710 
- 00026391  0x00004ddc call  0x00007f36 
- 00026392  0x00004ddd setarg  0x00001000 
- 00026393  0x00004dde store  0x00000002 , 0x00000225 
- 00026394  0x00004ddf arg  0x00006823 , 0x00000013 
- 00026395  0x00004de0 arg  0x00000002 , 0x00000039 
- 00026396  0x00004de2 call  0x000066e2 
- 00026397  0x00004de3 nrtn  0x00000005 
- 00026398  0x00004de4 fetch  0x00000002 , 0x00000225 
- 00026399  0x00004de5 byteswap  0x0000003f , 0x0000003f 
- 00026400  0x00004de6 iadd  0x00000002 , 0x0000003f 
- 00026401  0x00004de7 byteswap  0x0000003f , 0x0000003f 
- 00026402  0x00004de8 store  0x00000002 , 0x00000225 
- 00026403  0x00004de9 loop  0x0000671c 
- 00026404  0x00004dea branch  0x00006710 
- 00026405  0x00004ded hjam  0x00000025 , 0x00008050 
- 00026406  0x00004dee hjam  0x00000005 , 0x00008280 
- 00026407  0x00004def call  0x00007f36 
- 00026408  0x00004df1 disable  0x00000028 
- 00026409  0x00004df2 call  0x0000688a 
- 00026410  0x00004df3 setarg  0x00000000 
- 00026411  0x00004df4 arg  0x00000221 , 0x00000011 
- 00026412  0x00004df5 arg  0x00000002 , 0x00000002 
- 00026413  0x00004df6 call  0x000068d3 
- 00026414  0x00004df7 fetch  0x00000002 , 0x00000221 
- 00026415  0x00004df8 bbit0  0x00000007 , 0x00006738 
- 00026416  0x00004df9 setarg  0x000007f0 
- 00026417  0x00004dfa arg  0x00000234 , 0x00000011 
- 00026418  0x00004dfb arg  0x00000010 , 0x00000002 
- 00026419  0x00004dfc call  0x000068d3 
- 00026420  0x00004dfd hjam  0x00000008 , 0x00008006 
- 00026421  0x00004dfe arg  0x00000234 , 0x00000006 
- 00026422  0x00004dff call  0x00007590 
- 00026423  0x00004e00 enable  0x00000028 
- 00026424  0x00004e02 fetch  0x00000002 , 0x00000221 
- 00026425  0x00004e03 byteswap  0x0000003f , 0x0000003f 
- 00026426  0x00004e04 arg  0x000007ff , 0x00000002 
- 00026427  0x00004e05 iand  0x00000002 , 0x0000003f 
- 00026428  0x00004e06 branch  0x00006744 , 0x00000005 
- 00026429  0x00004e07 call  0x0000688f 
- 00026430  0x00004e08 arg  0x000068d8 , 0x00000013 
- 00026431  0x00004e09 call  0x000066f4 , 0x00000028 
- 00026432  0x00004e0a call  0x00006700 
- 00026433  0x00004e0b fetch  0x00000001 , 0x00000220 
- 00026434  0x00004e0c compare  0x00000003 , 0x0000003f , 0x00000003 
- 00026435  0x00004e0d nbranch  0x00006738 , 0x00000001 
- 00026436  0x00004e0f call  0x0000688d 
- 00026437  0x00004e10 fetch  0x00000001 , 0x00000221 
- 00026438  0x00004e11 bbit1  0x00000005 , 0x00006751 
- 00026439  0x00004e12 setarg  0x00000000 
- 00026440  0x00004e13 store  0x00000003 , 0x00000224 
- 00026441  0x00004e14 call  0x000067b9 
- 00026442  0x00004e15 arg  0x000067db , 0x00000013 
- 00026443  0x00004e16 call  0x000066ed 
- 00026444  0x00004e17 call  0x00006700 
- 00026445  0x00004e18 nbranch  0x00006751 , 0x0000002d 
- 00026446  0x00004e19 fetch  0x00000001 , 0x00000220 
- 00026447  0x00004e1a compare  0x00000003 , 0x0000003f , 0x00000003 
- 00026448  0x00004e1b nbranch  0x00006744 , 0x00000001 
- 00026449  0x00004e1d fetch  0x00000001 , 0x00000221 
- 00026450  0x00004e1e bbit1  0x00000006 , 0x0000675d 
- 00026451  0x00004e1f setarg  0x00000000 
- 00026452  0x00004e20 store  0x00000002 , 0x00000225 
- 00026453  0x00004e21 arg  0x00006823 , 0x00000013 
- 00026454  0x00004e22 call  0x00006805 
- 00026455  0x00004e23 call  0x000066ed 
- 00026456  0x00004e24 call  0x00006700 
- 00026457  0x00004e25 nbranch  0x0000675d , 0x0000002d 
- 00026458  0x00004e26 fetch  0x00000001 , 0x00000220 
- 00026459  0x00004e27 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00026460  0x00004e28 nbranch  0x00006751 , 0x00000001 
- 00026461  0x00004e2a hjam  0x00000021 , 0x00008050 
- 00026462  0x00004e2b fetch  0x00000001 , 0x00000221 
- 00026463  0x00004e2c rtnbit0  0x00000004 
- 00026464  0x00004e2d call  0x00004461 
- 00026465  0x00004e2f call  0x000044a3 
- 00026466  0x00004e30 branch  0x00006761 
- 00026467  0x00004e34 fetch  0x00000001 , 0x00000220 
- 00026468  0x00004e35 lshift  0x0000003f , 0x0000003f 
- 00026469  0x00004e36 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00026470  0x00004e37 isolate0  0x0000000f , 0x00000011 
- 00026471  0x00004e38 rtn  0x00000001 
- 00026472  0x00004e39 store  0x00000001 , 0x00000220 
- 00026473  0x00004e3a rtn 
- 00026474  0x00004e3e hfetch  0x00000001 , 0x00008085 
- 00026475  0x00004e3f rtnbit0  0x00000005 
- 00026476  0x00004e40 branch  0x00006770 
- 00026477  0x00004e42 hfetch  0x00000001 , 0x0000812c 
- 00026478  0x00004e43 qisolate1  0x0000003f 
- 00026479  0x00004e44 rtn  0x00000001 
- 00026480  0x00004e46 hfetch  0x00000001 , 0x00008108 
- 00026481  0x00004e47 bbit0  0x00000001 , 0x0000676d 
- 00026482  0x00004e48 call  0x00007534 
- 00026483  0x00004e49 branch  0x0000676d 
- 00026484  0x00004e4e copy  0x00000039 , 0x00000002 
- 00026485  0x00004e4f storet  0x00000002 , 0x0000423c 
- 00026486  0x00004e50 hjam  0x00000080 , 0x00008023 
- 00026487  0x00004e51 hjam  0x00000000 , 0x00008022 
- 00026488  0x00004e52 hjam  0x00000000 , 0x00008024 
- 00026489  0x00004e53 store  0x00000002 , 0x0000423a 
- 00026490  0x00004e54 iforce  0x00000005 
- 00026491  0x00004e55 lshift2  0x00000039 , 0x00000039 
- 00026492  0x00004e57 hfetch  0x00000001 , 0x00008025 
- 00026493  0x00004e58 istore  0x00000001 , 0x00000005 
- 00026494  0x00004e59 loop  0x0000677c 
- 00026495  0x00004e5a hjam  0x00000000 , 0x00008023 
- 00026496  0x00004e5b rtn 
- 00026497  0x00004e5e fetch  0x00000002 , 0x0000423a 
- 00026498  0x00004e5f rtn  0x00000034 
- 00026499  0x00004e60 hjam  0x00000080 , 0x00008023 
- 00026500  0x00004e61 hjam  0x00000000 , 0x00008022 
- 00026501  0x00004e62 hjam  0x00000000 , 0x00008024 
- 00026502  0x00004e63 fetcht  0x00000002 , 0x0000423c 
- 00026503  0x00004e64 lshift2  0x00000002 , 0x00000039 
- 00026504  0x00004e65 iforce  0x00000006 
- 00026505  0x00004e67 ifetch  0x00000001 , 0x00000006 
- 00026506  0x00004e68 hstore  0x00000001 , 0x00008025 
- 00026507  0x00004e69 loop  0x00006789 
- 00026508  0x00004e6a hjam  0x00000000 , 0x00008023 
- 00026509  0x00004e6b rtn 
- 00026510  0x00004e71 set0  0x00000025 , 0x00000000 
- 00026511  0x00004e72 bpatch  0x000000ff , 0x0000401f 
- 00026512  0x00004e73 hjam  0x00000075 , 0x00008086 
- 00026513  0x00004e74 hjam  0x0000000a , 0x00008087 
- 00026514  0x00004e75 setarg  0x00000223 
- 00026515  0x00004e76 hstore  0x00000002 , 0x0000808a 
- 00026516  0x00004e77 setarg  0x00000228 
- 00026517  0x00004e78 hstore  0x00000002 , 0x0000808c 
- 00026518  0x00004e79 hfetch  0x00000001 , 0x00008081 
- 00026519  0x00004e7a set1  0x00000000 , 0x0000003f 
- 00026520  0x00004e7b set0  0x00000001 , 0x0000003f 
- 00026521  0x00004e7c hstore  0x00000001 , 0x00008081 
- 00026522  0x00004e7d rtn 
- 00026523  0x00004e80 hfetch  0x00000001 , 0x00008086 
- 00026524  0x00004e81 set1  0x00000007 , 0x0000003f 
- 00026525  0x00004e82 hstore  0x00000001 , 0x00008086 
- 00026526  0x00004e83 set0  0x00000007 , 0x0000003f 
- 00026527  0x00004e84 hstore  0x00000001 , 0x00008086 
- 00026528  0x00004e85 rtn 
- 00026529  0x00004e8a set1  0x00000007 , 0x0000003f 
- 00026530  0x00004e8b store  0x00000002 , 0x00000223 
- 00026531  0x00004e8c set1  0x00000025 , 0x00000000 
- 00026532  0x00004e8d bpatch  0x00000000 , 0x00004020 
- 00026533  0x00004e8e hjam  0x00000002 , 0x00008088 
- 00026534  0x00004e8f hjam  0x00000000 , 0x0000808e 
- 00026535  0x00004e90 hjam  0x00000002 , 0x00008006 
- 00026536  0x00004e91 branch  0x000067b3 
- 00026537  0x00004e95 force  0x00000001 , 0x00000002 
- 00026538  0x00004e99 store  0x00000001 , 0x00000223 
- 00026539  0x00004e9a set1  0x00000025 , 0x00000000 
- 00026540  0x00004e9b bpatch  0x00000001 , 0x00004020 
- 00026541  0x00004e9c hjam  0x00000001 , 0x00008088 
- 00026542  0x00004e9d hstoret  0x00000002 , 0x0000808e 
- 00026543  0x00004e9e hjam  0x00000002 , 0x00008006 
- 00026544  0x00004e9f call  0x000067b3 
- 00026545  0x00004ea0 fetch  0x00000001 , 0x00000228 
- 00026546  0x00004ea1 rtn 
- 00026547  0x00004ea4 fetch  0x00000002 , 0x00004177 
- 00026548  0x00004ea5 increase  0x00000001 , 0x0000003f 
- 00026549  0x00004ea6 store  0x00000002 , 0x00004177 
- 00026550  0x00004ea7 hfetch  0x00000001 , 0x0000812c 
- 00026551  0x00004ea8 bbit0  0x00000003 , 0x000067b3 
- 00026552  0x00004ea9 rtn 
- 00026553  0x00004eac hjam  0x00000040 , 0x00008086 
- 00026554  0x00004ead hjam  0x00000000 , 0x00008087 
- 00026555  0x00004eae hfetch  0x00000001 , 0x00008081 
- 00026556  0x00004eaf set0  0x00000000 , 0x0000003f 
- 00026557  0x00004eb0 set1  0x00000001 , 0x0000003f 
- 00026558  0x00004eb1 hstore  0x00000001 , 0x00008081 
- 00026559  0x00004eb2 setarg  0x00000000 
- 00026560  0x00004eb3 store  0x00000004 , 0x00000223 
- 00026561  0x00004eb4 rtn 
- 00026562  0x00004eb7 setarg  0x00000000 
- 00026563  0x00004eb8 hstore  0x00000002 , 0x0000808e 
- 00026564  0x00004eb9 setarg  0x00000001 
- 00026565  0x00004eba hstore  0x00000001 , 0x00008088 
- 00026566  0x00004ebb setarg  0x00000223 
- 00026567  0x00004ebc hstore  0x00000002 , 0x0000808a 
- 00026568  0x00004ebd jam  0x00000006 , 0x00000223 
- 00026569  0x00004ebe hjam  0x00000002 , 0x00008006 
- 00026570  0x00004ebf branch  0x000067b3 
- 00026571  0x00004ec4 increase  0x00000004 , 0x00000002 
- 00026572  0x00004ec5 hstoret  0x00000002 , 0x00008088 
- 00026573  0x00004ec6 increase  0xfffffffc , 0x00000011 
- 00026574  0x00004ec7 arg  0x00000002 , 0x00000002 
- 00026575  0x00004ec8 istoret  0x00000001 , 0x00000011 
- 00026576  0x00004ec9 rshift16  0x0000003f , 0x00000002 
- 00026577  0x00004eca istoret  0x00000001 , 0x00000005 
- 00026578  0x00004ecb rshift8  0x0000003f , 0x00000002 
- 00026579  0x00004ecc istoret  0x00000001 , 0x00000005 
- 00026580  0x00004ecd istore  0x00000001 , 0x00000005 
- 00026581  0x00004ece deposit  0x00000011 
- 00026582  0x00004ecf hstore  0x00000002 , 0x0000808a 
- 00026583  0x00004ed0 setarg  0x00000000 
- 00026584  0x00004ed1 hstore  0x00000002 , 0x0000808e 
- 00026585  0x00004ed2 hjam  0x00000002 , 0x00008006 
- 00026586  0x00004ed3 branch  0x000067b3 
- 00026587  0x00004ed8 hstoret  0x00000002 , 0x0000808e 
- 00026588  0x00004ed9 setarg  0x00000004 
- 00026589  0x00004eda hstore  0x00000002 , 0x00008088 
- 00026590  0x00004edb jam  0x00000003 , 0x00000223 
- 00026591  0x00004edc setarg  0x00000223 
- 00026592  0x00004edd hstore  0x00000002 , 0x0000808a 
- 00026593  0x00004ede deposit  0x00000011 
- 00026594  0x00004edf hstore  0x00000002 , 0x0000808c 
- 00026595  0x00004ee0 hfetch  0x00000001 , 0x00008086 
- 00026596  0x00004ee1 isolate0  0x0000000f , 0x00000011 
- 00026597  0x00004ee2 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00026598  0x00004ee3 hstore  0x00000001 , 0x00008086 
- 00026599  0x00004ee4 hjam  0x00000002 , 0x00008006 
- 00026600  0x00004ee6 hfetch  0x00000001 , 0x0000812c 
- 00026601  0x00004ee7 bbit1  0x00000007 , 0x000067e8 
- 00026602  0x00004ee8 arg  0x00000003 , 0x00000007 
- 00026603  0x00004ee9 call  0x0000676a 
- 00026604  0x00004eea call  0x000067b3 
- 00026605  0x00004eeb isolate1  0x00000002 , 0x0000003f 
- 00026606  0x00004eec call  0x00006763 
- 00026607  0x00004eed fetch  0x00000001 , 0x00000224 
- 00026608  0x00004eee lshift16  0x0000003f , 0x00000012 
- 00026609  0x00004eef fetch  0x00000001 , 0x00000225 
- 00026610  0x00004ef0 lshift8  0x0000003f , 0x0000003f 
- 00026611  0x00004ef1 ior  0x00000012 , 0x00000012 
- 00026612  0x00004ef2 fetch  0x00000001 , 0x00000226 
- 00026613  0x00004ef3 ior  0x00000012 , 0x0000003f 
- 00026614  0x00004ef4 iadd  0x00000002 , 0x0000003f 
- 00026615  0x00004ef5 store  0x00000001 , 0x00000226 
- 00026616  0x00004ef6 rshift8  0x0000003f , 0x0000003f 
- 00026617  0x00004ef7 store  0x00000001 , 0x00000225 
- 00026618  0x00004ef8 rshift8  0x0000003f , 0x0000003f 
- 00026619  0x00004ef9 store  0x00000001 , 0x00000224 
- 00026620  0x00004efa rtn 
- 00026621  0x00004eff hjam  0x0000000a , 0x00008042 
- 00026622  0x00004f00 hjam  0x00000002 , 0x00008091 
- 00026623  0x00004f01 hjam  0x00000003 , 0x00008092 
- 00026624  0x00004f02 hjam  0x00000003 , 0x00008093 
- 00026625  0x00004f03 hjam  0x00000003 , 0x00008094 
- 00026626  0x00004f04 hjam  0x00000003 , 0x00008095 
- 00026627  0x00004f05 hjam  0x00000002 , 0x00008096 
- 00026628  0x00004f06 rtn 
- 00026629  0x00004f09 hjam  0x00000005 , 0x00008091 
- 00026630  0x00004f0a hjam  0x00000007 , 0x00008092 
- 00026631  0x00004f0b hjam  0x00000007 , 0x00008093 
- 00026632  0x00004f0c hjam  0x00000007 , 0x00008094 
- 00026633  0x00004f0d hjam  0x00000007 , 0x00008095 
- 00026634  0x00004f0e hjam  0x00000005 , 0x00008096 
- 00026635  0x00004f0f rtn 
- 00026636  0x00004f14 hfetch  0x00000001 , 0x0000812c 
- 00026637  0x00004f15 bbit0  0x00000005 , 0x0000680c 
- 00026638  0x00004f16 rtn 
- 00026639  0x00004f1a store  0x00000001 , 0x00000224 
- 00026640  0x00004f1b setarg  0x00000224 
- 00026641  0x00004f1c hstore  0x00000002 , 0x0000809a 
- 00026642  0x00004f1d setarg  0x00000001 
- 00026643  0x00004f1e hstore  0x00000002 , 0x00008098 
- 00026644  0x00004f1f hstoret  0x00000002 , 0x0000809e 
- 00026645  0x00004f20 deposit  0x00000011 
- 00026646  0x00004f21 hstore  0x00000002 , 0x0000809c 
- 00026647  0x00004f22 hjam  0x00000001 , 0x00008090 
- 00026648  0x00004f23 hjam  0x00000004 , 0x00008006 
- 00026649  0x00004f24 branch  0x0000680c 
- 00026650  0x00004f27 byteswap  0x0000003f , 0x0000003f 
- 00026651  0x00004f28 store  0x00000002 , 0x00000225 
- 00026652  0x00004f29 rtn 
- 00026653  0x00004f30 set1  0x00000025 , 0x00000000 
- 00026654  0x00004f31 bpatch  0x00000002 , 0x00004020 
- 00026655  0x00004f32 fetch  0x00000002 , 0x0000429b 
- 00026656  0x00004f33 iadd  0x00000012 , 0x0000003f 
- 00026657  0x00004f37 byteswap  0x0000003f , 0x0000003f 
- 00026658  0x00004f38 store  0x00000002 , 0x00000225 
- 00026659  0x00004f3c set1  0x00000025 , 0x00000000 
- 00026660  0x00004f3d bpatch  0x00000003 , 0x00004020 
- 00026661  0x00004f3e setarg  0x00000004 
- 00026662  0x00004f3f hstore  0x00000002 , 0x00008098 
- 00026663  0x00004f40 jam  0x000000a0 , 0x00000224 
- 00026664  0x00004f41 jam  0x000000a1 , 0x00000227 
- 00026665  0x00004f42 setarg  0x00000224 
- 00026666  0x00004f43 hstore  0x00000002 , 0x0000809a 
- 00026667  0x00004f44 hstoret  0x00000002 , 0x0000809e 
- 00026668  0x00004f45 deposit  0x00000011 
- 00026669  0x00004f46 hstore  0x00000002 , 0x0000809c 
- 00026670  0x00004f47 setarg  0x00000002 
- 00026671  0x00004f48 isolate0  0x0000000f , 0x00000011 
- 00026672  0x00004f49 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00026673  0x00004f4a hstore  0x00000001 , 0x00008090 
- 00026674  0x00004f4b hjam  0x00000004 , 0x00008006 
- 00026675  0x00004f4c arg  0x00000005 , 0x00000007 
- 00026676  0x00004f4d call  0x0000676a 
- 00026677  0x00004f4e call  0x0000680c 
- 00026678  0x00004f4f isolate1  0x00000004 , 0x0000003f 
- 00026679  0x00004f50 call  0x00006763 
- 00026680  0x00004f51 fetch  0x00000002 , 0x00000225 
- 00026681  0x00004f52 byteswap  0x0000003f , 0x0000003f 
- 00026682  0x00004f53 iadd  0x00000002 , 0x0000003f 
- 00026683  0x00004f54 byteswap  0x0000003f , 0x0000003f 
- 00026684  0x00004f55 store  0x00000002 , 0x00000225 
- 00026685  0x00004f56 rtn 
- 00026686  0x00004f5d set1  0x00000025 , 0x00000000 
- 00026687  0x00004f5e bpatch  0x00000004 , 0x00004020 
- 00026688  0x00004f5f fetch  0x00000002 , 0x0000429b 
- 00026689  0x00004f60 iadd  0x00000012 , 0x0000003f 
- 00026690  0x00004f64 store  0x00000002 , 0x00000161 
- 00026691  0x00004f65 set1  0x00000025 , 0x00000000 
- 00026692  0x00004f66 bpatch  0x00000005 , 0x00004020 
- 00026693  0x00004f67 storet  0x00000002 , 0x000002a0 
- 00026694  0x00004f68 copy  0x00000011 , 0x0000003f 
- 00026695  0x00004f69 store  0x00000002 , 0x000002b7 
- 00026696  0x00004f6b call  0x00006858 
- 00026697  0x00004f6d fetcht  0x00000002 , 0x000002b0 
- 00026698  0x00004f6e fetch  0x00000002 , 0x000002b7 
- 00026699  0x00004f6f copy  0x0000003f , 0x00000011 
- 00026700  0x00004f70 fetch  0x00000002 , 0x00000161 
- 00026701  0x00004f72 call  0x00006870 
- 00026702  0x00004f74 fetch  0x00000002 , 0x000002b0 
- 00026703  0x00004f75 fetcht  0x00000002 , 0x000002b7 
- 00026704  0x00004f76 iadd  0x00000002 , 0x00000002 
- 00026705  0x00004f77 storet  0x00000002 , 0x000002b7 
- 00026706  0x00004f78 fetcht  0x00000002 , 0x00000161 
- 00026707  0x00004f79 iadd  0x00000002 , 0x00000002 
- 00026708  0x00004f7a storet  0x00000002 , 0x00000161 
- 00026709  0x00004f7b fetch  0x00000002 , 0x000002a0 
- 00026710  0x00004f7c nbranch  0x00006848 , 0x00000034 
- 00026711  0x00004f7d rtn 
- 00026712  0x00004f86 set1  0x00000025 , 0x00000000 
- 00026713  0x00004f87 bpatch  0x00000006 , 0x00004020 
- 00026714  0x00004f88 fetch  0x00000002 , 0x000042aa 
- 00026715  0x00004f89 increase  0xffffffff , 0x0000003f 
- 00026716  0x00004f8a fetcht  0x00000002 , 0x00000161 
- 00026717  0x00004f8b ior  0x00000002 , 0x0000003f 
- 00026718  0x00004f8c increase  0x00000001 , 0x0000003f 
- 00026719  0x00004f8d store  0x00000003 , 0x000002b4 
- 00026720  0x00004f8f fetch  0x00000002 , 0x000002a0 
- 00026721  0x00004f90 iadd  0x00000002 , 0x0000003f 
- 00026722  0x00004f92 fetcht  0x00000003 , 0x000002b4 
- 00026723  0x00004f93 isub  0x00000002 , 0x0000003f 
- 00026724  0x00004f94 nbranch  0x0000686b , 0x00000002 
- 00026725  0x00004f95 store  0x00000002 , 0x000002a0 
- 00026726  0x00004f96 fetch  0x00000003 , 0x000002b4 
- 00026727  0x00004f97 fetcht  0x00000002 , 0x00000161 
- 00026728  0x00004f98 isub  0x00000002 , 0x0000003f 
- 00026729  0x00004f99 store  0x00000002 , 0x000002b0 
- 00026730  0x00004f9a rtn 
- 00026731  0x00004f9c fetch  0x00000002 , 0x000002a0 
- 00026732  0x00004f9d store  0x00000002 , 0x000002b0 
- 00026733  0x00004f9e setarg  0x00000000 
- 00026734  0x00004f9f store  0x00000002 , 0x000002a0 
- 00026735  0x00004fa0 rtn 
- 00026736  0x00004fa6 copy  0x0000003f , 0x00000012 
- 00026737  0x00004fa7 set1  0x00000025 , 0x00000000 
- 00026738  0x00004fa8 bpatch  0x00000007 , 0x00004020 
- 00026739  0x00004fa9 copy  0x00000012 , 0x0000003f 
- 00026740  0x00004faa increase  0x00000003 , 0x00000002 
- 00026741  0x00004fab hstoret  0x00000002 , 0x00008098 
- 00026742  0x00004fac increase  0xfffffffd , 0x00000011 
- 00026743  0x00004fad ifetcht  0x00000003 , 0x00000011 
- 00026744  0x00004fae copy  0x00000002 , 0x00000012 
- 00026745  0x00004faf arg  0x000000a0 , 0x00000002 
- 00026746  0x00004fb0 istoret  0x00000001 , 0x00000011 
- 00026747  0x00004fb1 byteswap  0x0000003f , 0x0000003f 
- 00026748  0x00004fb2 istore  0x00000002 , 0x00000005 
- 00026749  0x00004fb3 deposit  0x00000011 
- 00026750  0x00004fb4 hstore  0x00000002 , 0x0000809a 
- 00026751  0x00004fb5 setarg  0x00000000 
- 00026752  0x00004fb6 hstore  0x00000002 , 0x0000809e 
- 00026753  0x00004fb7 hjam  0x00000001 , 0x00008090 
- 00026754  0x00004fb8 hjam  0x00000004 , 0x00008006 
- 00026755  0x00004fb9 call  0x0000680c 
- 00026756  0x00004fba copy  0x00000012 , 0x0000003f 
- 00026757  0x00004fbb istore  0x00000003 , 0x00000011 
- 00026758  0x00004fbc nop  0x00002710 
- 00026759  0x00004fbd nop  0x00002710 
- 00026760  0x00004fbe nop  0x00002710 
- 00026761  0x00004fbf rtn 
- 00026762  0x00004fc4 hjam  0x00000070 , 0x00008973 
- 00026763  0x00004fc5 nop  0x00000bb8 
- 00026764  0x00004fc6 rtn 
- 00026765  0x00004fc9 hjam  0x00000030 , 0x00008973 
- 00026766  0x00004fca rtn 
- 00026767  0x00004fcd lshift3  0x0000003f , 0x0000003f 
- 00026768  0x00004fce hstore  0x00000002 , 0x00008045 
- 00026769  0x00004fcf hjam  0x00000000 , 0x0000804b 
- 00026770  0x00004fd0 rtn 
- 00026771  0x00004fd4 call  0x0000688f 
- 00026772  0x00004fd5 call  0x000068c0 
- 00026773  0x00004fd7 ifetcht  0x00000001 , 0x00000011 
- 00026774  0x00004fd8 increase  0x00000001 , 0x00000011 
- 00026775  0x00004fd9 force  0x00000000 , 0x00000007 
- 00026776  0x00004fdb qisolate0  0x00000002 
- 00026777  0x00004fdc branch  0x000068b7 , 0x00000001 
- 00026778  0x00004fdd hfetch  0x00000001 , 0x00008046 
- 00026779  0x00004fde set1  0x00000006 , 0x0000003f 
- 00026780  0x00004fdf set1  0x00000007 , 0x0000003f 
- 00026781  0x00004fe0 hstore  0x00000001 , 0x00008046 
- 00026782  0x00004fe1 hjam  0x00000002 , 0x00008047 
- 00026783  0x00004fe2 hjam  0x00000082 , 0x00008047 
- 00026784  0x00004fe3 set0  0x00000007 , 0x0000003f 
- 00026785  0x00004fe4 hstore  0x00000001 , 0x00008046 
- 00026786  0x00004fe5 hjam  0x0000008a , 0x00008047 
- 00026787  0x00004fe6 nop  0x0000000b 
- 00026788  0x00004fe7 hjam  0x000000ca , 0x00008047 
- 00026789  0x00004fe8 nop  0x00000021 
- 00026790  0x00004fe9 hjam  0x0000004a , 0x00008047 
- 00026791  0x00004fea nop  0x0000002c 
- 00026792  0x00004feb hjam  0x000000ca , 0x00008047 
- 00026793  0x00004fec nop  0x00000016 
- 00026794  0x00004fed hjam  0x0000008a , 0x00008047 
- 00026795  0x00004fee nop  0x00000021 
- 00026796  0x00004fef hjam  0x00000082 , 0x00008047 
- 00026797  0x00004ff0 nop  0x00000001 
- 00026798  0x00004ff1 hjam  0x00000092 , 0x00008047 
- 00026799  0x00004ff2 nop  0x0000000a 
- 00026800  0x00004ff3 hjam  0x000000b2 , 0x00008047 
- 00026801  0x00004ff4 hfetch  0x00000001 , 0x00008007 
- 00026802  0x00004ff5 hjam  0x00000092 , 0x00008047 
- 00026803  0x00004ff6 nop  0x00000001 
- 00026804  0x00004ff7 hjam  0x00000082 , 0x00008047 
- 00026805  0x00004ff8 qisolate0  0x0000003f 
- 00026806  0x00004ff9 branch  0x00006898 , 0x00000001 
- 00026807  0x00004ffb hfetch  0x00000002 , 0x00008045 
- 00026808  0x00004ffc increase  0x00000001 , 0x0000003f 
- 00026809  0x00004ffd hstore  0x00000002 , 0x00008045 
- 00026810  0x00004ffe increase  0x00000001 , 0x00000007 
- 00026811  0x00004fff compare  0x00000008 , 0x00000007 , 0x0000000f 
- 00026812  0x00005000 nbranch  0x00006898 , 0x00000001 
- 00026813  0x00005001 loop  0x00006895 
- 00026814  0x00005002 hjam  0x00000083 , 0x00008047 
- 00026815  0x00005003 rtn 
- 00026816  0x00005006 hjam  0x00000082 , 0x00008047 
- 00026817  0x00005007 nop  0x0000000c 
- 00026818  0x00005008 hjam  0x00000080 , 0x00008047 
- 00026819  0x00005009 hjam  0x00000082 , 0x00008047 
- 00026820  0x0000500a nop  0x00000096 
- 00026821  0x0000500b rtn 
- 00026822  0x0000500f call  0x000068c0 
- 00026823  0x00005011 hjam  0x000000a2 , 0x00008047 
- 00026824  0x00005012 deposit  0x00000011 
- 00026825  0x00005013 hstore  0x00000002 , 0x00008048 
- 00026826  0x00005014 set1  0x0000000b , 0x00000002 
- 00026827  0x00005015 isolate0  0x0000000f , 0x0000003f 
- 00026828  0x00005016 setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00026829  0x00005017 hstoret  0x00000002 , 0x0000804a 
- 00026830  0x00005018 hjam  0x00000001 , 0x00008006 
- 00026831  0x00005019 rtn 
- 00026832  0x0000501c hfetch  0x00000001 , 0x0000812c 
- 00026833  0x0000501d bbit0  0x00000001 , 0x000068d0 
- 00026834  0x0000501e rtn 
- 00026835  0x00005022 call  0x0000688f 
- 00026836  0x00005023 call  0x000068c6 
- 00026837  0x00005024 call  0x000068d0 
- 00026838  0x00005025 hjam  0x00000083 , 0x00008047 
- 00026839  0x00005026 rtn 
- 00026840  0x0000502c hfetch  0x00000002 , 0x00008124 
- 00026841  0x0000502d hstore  0x00000002 , 0x00008045 
- 00026842  0x0000502e call  0x000068c6 
- 00026843  0x0000502f arg  0x00000001 , 0x00000007 
- 00026844  0x00005030 call  0x0000676a 
- 00026845  0x00005031 call  0x000068d0 
- 00026846  0x00005032 isolate1  0x00000000 , 0x0000003f 
- 00026847  0x00005033 call  0x00006763 
- 00026848  0x00005034 hjam  0x00000083 , 0x00008047 
- 00026849  0x00005035 rtn 
- 00026850  0x00005039 jam  0x00000001 , 0x0000427a 
- 00026851  0x0000503a force  0x0000000e , 0x00000007 
- 00026852  0x0000503b fetch  0x00000002 , 0x0000427c 
- 00026853  0x0000503c branch  0x00007e4c 
- 00026854  0x0000503e hfetch  0x00000002 , 0x00008112 
- 00026855  0x0000503f rtn  0x00000034 
- 00026856  0x00005040 fetcht  0x00000001 , 0x0000427b 
- 00026857  0x00005041 isub  0x00000002 , 0x0000003e 
- 00026858  0x00005042 branch  0x000068f2 , 0x00000002 
- 00026859  0x00005043 fetch  0x00000001 , 0x0000427a 
- 00026860  0x00005044 branch  0x000068e2 , 0x00000034 
- 00026861  0x00005045 arg  0x0000000e , 0x00000007 
- 00026862  0x00005046 call  0x00007e53 
- 00026863  0x00005047 branch  0x000068f2 , 0x00000034 
- 00026864  0x00005048 setarg  0x00000000 
- 00026865  0x00005049 rtn 
- 00026866  0x0000504b force  0x0000000e , 0x00000007 
- 00026867  0x0000504c call  0x00007e4b 
- 00026868  0x0000504d jam  0x00000000 , 0x0000427a 
- 00026869  0x0000504e hfetch  0x00000002 , 0x00008112 
- 00026870  0x0000504f rtn 
- 00026871  0x00005057 hfetch  0x00000002 , 0x0000805e 
- 00026872  0x00005058 iforce  0x0000000a 
- 00026873  0x00005059 rtn 
- 00026874  0x0000505c deposit  0x0000000a 
- 00026875  0x0000505d hstore  0x00000002 , 0x0000805e 
- 00026876  0x0000505e rtn 
- 00026877  0x00005061 hfetch  0x00000002 , 0x00008112 
- 00026878  0x00005062 rtn  0x00000034 
- 00026879  0x00005063 iforce  0x00000039 
- 00026880  0x00005064 hfetch  0x00000002 , 0x00008058 
- 00026881  0x00005065 iforce  0x00000003 
- 00026882  0x00005066 rtn 
- 00026883  0x0000506a hfetch  0x00000002 , 0x00008058 
- 00026884  0x0000506b iadd  0x00000002 , 0x0000003f 
- 00026885  0x0000506c copy  0x0000003f , 0x00000003 
- 00026886  0x0000506e deposit  0x00000003 
- 00026887  0x0000506f hstore  0x00000002 , 0x00008058 
- 00026888  0x00005070 rtn 
- 00026889  0x00005073 fetch  0x00000002 , 0x000042ac 
- 00026890  0x00005074 hstore  0x00000002 , 0x00008052 
- 00026891  0x00005075 rtn 
- 00026892  0x0000507a fetch  0x00000006 , 0x000003d0 
- 00026893  0x0000507b store  0x00000006 , 0x000001b4 
- 00026894  0x0000507c jam  0x00000034 , 0x000001b3 
- 00026895  0x0000507d branch  0x00006913 
- 00026896  0x0000507f fetch  0x00000006 , 0x00000040 
- 00026897  0x00005080 store  0x00000006 , 0x000001b4 
- 00026898  0x00005081 jam  0x00000033 , 0x000001b3 
- 00026899  0x00005083 set1  0x00000025 , 0x00000000 
- 00026900  0x00005084 bpatch  0x00000008 , 0x00004021 
- 00026901  0x00005085 call  0x00006954 
- 00026902  0x00005086 call  0x00006950 
- 00026903  0x00005087 fetch  0x00000001 , 0x000001b3 
- 00026904  0x00005088 beq  0x00000034 , 0x0000691b 
- 00026905  0x00005089 beq  0x00000033 , 0x0000697c 
- 00026906  0x0000508a rtn 
- 00026907  0x0000508c call  0x0000697a 
- 00026908  0x0000508d branch  0x00006963 
- 00026909  0x00005091 set1  0x00000025 , 0x00000000 
- 00026910  0x00005092 bpatch  0x00000009 , 0x00004021 
- 00026911  0x00005093 call  0x00006929 
- 00026912  0x00005094 fetch  0x00000001 , 0x000001b2 
- 00026913  0x00005095 rtneq  0x000000ff 
- 00026914  0x00005096 fetch  0x00000006 , 0x000001b4 
- 00026915  0x00005097 store  0x00000006 , 0x00004274 
- 00026916  0x00005098 fetch  0x00000001 , 0x000001b3 
- 00026917  0x00005099 store  0x00000001 , 0x000042a9 
- 00026918  0x0000509a beq  0x00000033 , 0x0000692d 
- 00026919  0x0000509b beq  0x00000034 , 0x0000692f 
- 00026920  0x0000509c rtn 
- 00026921  0x0000509e call  0x0000694c 
- 00026922  0x0000509f fetch  0x00000001 , 0x000001b2 
- 00026923  0x000050a0 rtneq  0x000000ff 
- 00026924  0x000050a1 branch  0x0000696b 
- 00026925  0x000050a3 call  0x00006983 
- 00026926  0x000050a4 branch  0x000069a2 
- 00026927  0x000050a6 call  0x00006981 
- 00026928  0x000050a7 branch  0x000069a8 
- 00026929  0x000050a9 call  0x00006988 
- 00026930  0x000050aa disable  0x00000028 
- 00026931  0x000050ab call  0x0000698c 
- 00026932  0x000050ac nbranch  0x0000427f , 0x00000028 
- 00026933  0x000050ae fetcht  0x00000002 , 0x000001ba 
- 00026934  0x000050af increase  0xffffffff , 0x00000002 
- 00026935  0x000050b0 setarg  0x00000000 
- 00026936  0x000050b1 istore  0x00000007 , 0x00000002 
- 00026937  0x000050b2 arg  0x0000001c , 0x00000002 
- 00026938  0x000050b3 arg  0x00000195 , 0x00000011 
- 00026939  0x000050b4 arg  0x00000000 , 0x00000012 
- 00026940  0x000050b5 branch  0x0000683e 
- 00026941  0x000050b8 set1  0x00000025 , 0x00000000 
- 00026942  0x000050b9 bpatch  0x0000000a , 0x00004021 
- 00026943  0x000050ba arg  0x0000018e , 0x00000005 
- 00026944  0x000050bb force  0x00000004 , 0x00000039 
- 00026945  0x000050bc call  0x00007e3b 
- 00026946  0x000050bd arg  0x0000001c , 0x00000002 
- 00026947  0x000050be arg  0x0000018e , 0x00000011 
- 00026948  0x000050bf arg  0x00000000 , 0x00000012 
- 00026949  0x000050c0 branch  0x0000683e 
- 00026950  0x000050c3 set1  0x00000025 , 0x00000000 
- 00026951  0x000050c4 bpatch  0x0000000b , 0x00004021 
- 00026952  0x000050c5 setarg  0x00000000 
- 00026953  0x000050c6 store  0x00000003 , 0x00000040 
- 00026954  0x000050c7 istore  0x00000003 , 0x00000005 
- 00026955  0x000050c8 branch  0x00006954 
- 00026956  0x000050cb arg  0x00000001 , 0x00000002 
- 00026957  0x000050cc arg  0x000001b2 , 0x00000011 
- 00026958  0x000050cd arg  0x0000001c , 0x00000012 
- 00026959  0x000050ce branch  0x0000681d 
- 00026960  0x000050d1 arg  0x00000001 , 0x00000002 
- 00026961  0x000050d2 arg  0x000001b2 , 0x00000011 
- 00026962  0x000050d3 arg  0x0000001c , 0x00000012 
- 00026963  0x000050d4 branch  0x0000683e 
- 00026964  0x000050d8 set1  0x00000025 , 0x00000000 
- 00026965  0x000050d9 bpatch  0x0000000c , 0x00004021 
- 00026966  0x000050da call  0x00006988 
- 00026967  0x000050db disable  0x00000028 
- 00026968  0x000050dc call  0x0000698c 
- 00026969  0x000050dd rtn  0x00000028 
- 00026970  0x000050df jam  0x00000000 , 0x000001b2 
- 00026971  0x000050e0 fetch  0x00000006 , 0x000001b4 
- 00026972  0x000050e1 store  0x00000006 , 0x0000018f 
- 00026973  0x000050e2 fetch  0x00000001 , 0x000001b3 
- 00026974  0x000050e3 store  0x00000001 , 0x0000018e 
- 00026975  0x000050e4 arg  0x0000001c , 0x00000002 
- 00026976  0x000050e5 arg  0x0000018e , 0x00000011 
- 00026977  0x000050e6 arg  0x00000000 , 0x00000012 
- 00026978  0x000050e7 branch  0x0000683e 
- 00026979  0x000050eb arg  0x00000006 , 0x00000002 
- 00026980  0x000050ec arg  0x000044f9 , 0x00000011 
- 00026981  0x000050ed arg  0x0000001d , 0x00000012 
- 00026982  0x000050ee branch  0x0000683e 
- 00026983  0x000050f1 arg  0x00000006 , 0x00000002 
- 00026984  0x000050f2 arg  0x000044f9 , 0x00000011 
- 00026985  0x000050f3 arg  0x0000001d , 0x00000012 
- 00026986  0x000050f4 branch  0x0000681d 
- 00026987  0x000050f8 set1  0x00000025 , 0x00000000 
- 00026988  0x000050f9 bpatch  0x0000000d , 0x00004021 
- 00026989  0x000050fa arg  0x00000007 , 0x00000002 
- 00026990  0x000050fb arg  0x000001b3 , 0x00000011 
- 00026991  0x000050fc arg  0x00000000 , 0x00000012 
- 00026992  0x000050fd fetch  0x00000001 , 0x000001b2 
- 00026993  0x000050fe mul32  0x0000003f , 0x00000007 , 0x0000003f 
- 00026994  0x000050ff iadd  0x00000012 , 0x00000012 
- 00026995  0x00005100 branch  0x0000681d 
- 00026996  0x00005103 arg  0x00000010 , 0x00000002 
- 00026997  0x00005104 arg  0x00000023 , 0x00000012 
- 00026998  0x00005105 fetch  0x00000001 , 0x000001b2 
- 00026999  0x00005106 lshift4  0x0000003f , 0x0000003f 
- 00027000  0x00005107 iadd  0x00000012 , 0x00000012 
- 00027001  0x00005108 rtn 
- 00027002  0x0000510b arg  0x0000447b , 0x00000011 
- 00027003  0x0000510c branch  0x0000697d 
- 00027004  0x0000510e arg  0x00004262 , 0x00000011 
- 00027005  0x00005110 set1  0x00000025 , 0x00000000 
- 00027006  0x00005111 bpatch  0x0000000e , 0x00004021 
- 00027007  0x00005112 call  0x00006974 
- 00027008  0x00005113 branch  0x0000683e 
- 00027009  0x00005116 arg  0x0000447b , 0x00000011 
- 00027010  0x00005117 branch  0x00006984 
- 00027011  0x00005119 arg  0x00004262 , 0x00000011 
- 00027012  0x0000511b set1  0x00000025 , 0x00000000 
- 00027013  0x0000511c bpatch  0x0000000f , 0x00004021 
- 00027014  0x0000511d call  0x00006974 
- 00027015  0x0000511e branch  0x0000681d 
- 00027016  0x00005123 arg  0x0000001c , 0x00000002 
- 00027017  0x00005124 arg  0x00000195 , 0x00000011 
- 00027018  0x00005125 arg  0x00000000 , 0x00000012 
- 00027019  0x00005126 branch  0x0000681d 
- 00027020  0x00005129 set1  0x00000025 , 0x00000000 
- 00027021  0x0000512a bpatch  0x00000010 , 0x00004022 
- 00027022  0x0000512b setarg  0x00000195 
- 00027023  0x0000512c store  0x00000002 , 0x000001ba 
- 00027024  0x0000512d jam  0x00000000 , 0x000001b2 
- 00027025  0x0000512e arg  0x00000004 , 0x00000039 
- 00027026  0x00005130 copy  0x00000039 , 0x0000003f 
- 00027027  0x00005131 store  0x00000001 , 0x00000161 
- 00027028  0x00005132 fetch  0x00000002 , 0x000001ba 
- 00027029  0x00005133 copy  0x0000003f , 0x00000011 
- 00027030  0x00005134 call  0x000069ac 
- 00027031  0x00005135 rtn  0x00000028 
- 00027032  0x00005136 fetch  0x00000002 , 0x000001ba 
- 00027033  0x00005137 increase  0x00000007 , 0x0000003f 
- 00027034  0x00005138 store  0x00000002 , 0x000001ba 
- 00027035  0x00005139 fetch  0x00000001 , 0x000001b2 
- 00027036  0x0000513a increase  0x00000001 , 0x0000003f 
- 00027037  0x0000513b store  0x00000001 , 0x000001b2 
- 00027038  0x0000513c fetch  0x00000001 , 0x00000161 
- 00027039  0x0000513d copy  0x0000003f , 0x00000039 
- 00027040  0x0000513e loop  0x00006992 
- 00027041  0x0000513f rtn 
- 00027042  0x00005142 fetch  0x00000008 , 0x00004262 
- 00027043  0x00005143 fetcht  0x00000008 , 0x0000426a 
- 00027044  0x00005144 ior  0x00000002 , 0x0000003f 
- 00027045  0x00005145 rtn  0x00000034 
- 00027046  0x00005146 jam  0x00000001 , 0x0000425e 
- 00027047  0x00005147 rtn 
- 00027048  0x00005149 fetch  0x00000006 , 0x00004274 
- 00027049  0x0000514a rtn  0x00000034 
- 00027050  0x0000514b jam  0x00000001 , 0x0000448b 
- 00027051  0x0000514c rtn 
- 00027052  0x0000514f arg  0x000001b3 , 0x00000012 
- 00027053  0x00005150 arg  0x00000007 , 0x00000039 
- 00027054  0x00005151 call  0x00007f25 
- 00027055  0x00005152 branch  0x000069b1 , 0x00000005 
- 00027056  0x00005153 rtn 
- 00027057  0x00005155 enable  0x00000028 
- 00027058  0x00005156 rtn 
- 00027059  0x00005158 branch  0x00003bf1 
- 00027060  0x00005160 set1  0x00000025 , 0x00000000 
- 00027061  0x00005161 bpatch  0x00000011 , 0x00004022 
- 00027062  0x00005162 set1  0x00000007 , 0x00000002 
- 00027063  0x00005163 call  0x000069e5 
- 00027064  0x00005164 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00027065  0x0000516a set1  0x00000025 , 0x00000000 
- 00027066  0x0000516b bpatch  0x00000012 , 0x00004022 
- 00027067  0x0000516c isolate0  0x00000007 , 0x00000002 
- 00027068  0x0000516d and  0x00000002 , 0x0000001f , 0x00000007 
- 00027069  0x0000516e fetch  0x00000004 , 0x000000a3 
- 00027070  0x0000516f qsetflag  0x00000001 , 0x0000003f 
- 00027071  0x00005170 store  0x00000004 , 0x000000a3 
- 00027072  0x00005171 fetch  0x00000004 , 0x000000a7 
- 00027073  0x00005172 nqsetflag  0x00000001 , 0x0000003f 
- 00027074  0x00005173 store  0x00000004 , 0x000000a7 
- 00027075  0x00005174 rtn 
- 00027076  0x00005178 set1  0x00000025 , 0x00000000 
- 00027077  0x00005179 bpatch  0x00000013 , 0x00004022 
- 00027078  0x0000517a isolate0  0x00000007 , 0x00000002 
- 00027079  0x0000517b and  0x00000002 , 0x0000001f , 0x00000007 
- 00027080  0x0000517c fetch  0x00000004 , 0x000000a3 
- 00027081  0x0000517d qset0  0x0000003f 
- 00027082  0x0000517e store  0x00000004 , 0x000000a3 
- 00027083  0x0000517f fetch  0x00000004 , 0x000000a7 
- 00027084  0x00005180 qset0  0x0000003f 
- 00027085  0x00005181 store  0x00000004 , 0x000000a7 
- 00027086  0x00005182 rtn 
- 00027087  0x00005186 call  0x000069c4 
- 00027088  0x00005187 branch  0x000069d2 
- 00027089  0x0000518b ncall  0x000069b9 , 0x0000002b 
- 00027090  0x0000518e arg  0x0000807c , 0x00000005 
- 00027091  0x0000518f call  0x000069f4 
- 00027092  0x00005190 setflip  0x00000007 , 0x00000002 
- 00027093  0x00005191 arg  0x00008078 , 0x00000005 
- 00027094  0x00005192 call  0x000069f4 
- 00027095  0x00005193 set0  0x00000007 , 0x00000002 
- 00027096  0x00005194 arg  0x00008070 , 0x00000005 
- 00027097  0x00005195 branch  0x000069f4 
- 00027098  0x00005199 setflip  0x00000007 , 0x00000002 
- 00027099  0x0000519a call  0x000069f3 
- 00027100  0x0000519b set1  0x00000007 , 0x00000002 
- 00027101  0x0000519c arg  0x00008070 , 0x00000005 
- 00027102  0x0000519d branch  0x000069f4 
- 00027103  0x000051a0 and  0x00000002 , 0x00000007 , 0x00000007 
- 00027104  0x000051a1 rshift3  0x00000002 , 0x0000003f 
- 00027105  0x000051a2 and_into  0x00000003 , 0x0000003f 
- 00027106  0x000051a3 iadd  0x00000005 , 0x00000005 
- 00027107  0x000051a4 ifetch  0x00000001 , 0x00000005 
- 00027108  0x000051a5 rtn 
- 00027109  0x000051aa arg  0x0000811c , 0x00000005 
- 00027110  0x000051ab call  0x000069df 
- 00027111  0x000051ac isolate1  0x00000007 , 0x00000002 
- 00027112  0x000051ad branch  0x000069eb , 0x00000001 
- 00027113  0x000051ae qisolate0  0x0000003f 
- 00027114  0x000051af rtn 
- 00027115  0x000051b1 qisolate1  0x0000003f 
- 00027116  0x000051b2 rtn 
- 00027117  0x000051b5 isolate1  0x00000007 , 0x0000003e 
- 00027118  0x000051b6 branch  0x000069f0 
- 00027119  0x000051b9 isolate0  0x00000007 , 0x0000003e 
- 00027120  0x000051bd setarg  0x00000000 
- 00027121  0x000051be nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00027122  0x000051bf ixor  0x00000002 , 0x00000002 
- 00027123  0x000051c3 arg  0x00008074 , 0x00000005 
- 00027124  0x000051c7 call  0x000069df 
- 00027125  0x000051c8 isolate1  0x00000007 , 0x00000002 
- 00027126  0x000051c9 qsetflag  0x00000001 , 0x0000003f 
- 00027127  0x000051ca istore  0x00000001 , 0x00000005 
- 00027128  0x000051cb rtn 
- 00027129  0x000051ce fetch  0x00000001 , 0x0000416e 
- 00027130  0x000051cf rtneq  0x0000007f 
- 00027131  0x000051d0 hjam  0x00000000 , 0x00008077 
- 00027132  0x000051d1 nop  0x0000001e 
- 00027133  0x000051d2 hjam  0x00000008 , 0x00008077 
- 00027134  0x000051d3 rtn 
- 00027135  0x000051d9 lshift8  0x0000003f , 0x0000003f 
- 00027136  0x000051da lshift4  0x0000003f , 0x0000003f 
- 00027137  0x000051db hstore  0x00000002 , 0x000080a2 
- 00027138  0x000051dc hstore  0x00000002 , 0x000080a0 
- 00027139  0x000051dd rtn 
- 00027140  0x000051e0 setarg  0x00000000 
- 00027141  0x000051e1 hstore  0x00000002 , 0x000080a2 
- 00027142  0x000051e2 setarg  0x00000001 
- 00027143  0x000051e3 hstore  0x00000002 , 0x000080a0 
- 00027144  0x000051e4 rtn 
- 00027145  0x000051e7 setarg  0x00000000 
- 00027146  0x000051e8 hstore  0x00000002 , 0x000080a2 
- 00027147  0x000051e9 hstore  0x00000002 , 0x000080a0 
- 00027148  0x000051ea rtn 
- 00027149  0x000051f0 arg  0x00008800 , 0x00000005 
- 00027150  0x000051f1 arg  0x00000020 , 0x00000039 
- 00027151  0x000051f2 call  0x00007e3b 
- 00027152  0x000051f3 setarg  0x000004f9 
- 00027153  0x000051f4 hstore  0x00000002 , 0x00008848 
- 00027154  0x000051f5 hstore  0x00000002 , 0x0000884a 
- 00027155  0x000051f6 hstore  0x00000002 , 0x0000884c 
- 00027156  0x000051f7 hstore  0x00000002 , 0x0000886c 
- 00027157  0x000051f8 hstore  0x00000002 , 0x0000888c 
- 00027158  0x000051f9 hstore  0x00000002 , 0x000088ac 
- 00027159  0x000051fa setarg  0x00000204 
- 00027160  0x000051fb hstore  0x00000002 , 0x000088ae 
- 00027161  0x000051fc setarg  0x00000506 
- 00027162  0x000051fd hstore  0x00000002 , 0x000088b0 
- 00027163  0x000051fe setarg  0x00000504 
- 00027164  0x000051ff hstore  0x00000002 , 0x000088b2 
- 00027165  0x00005200 setarg  0x00000200 
- 00027166  0x00005201 hstore  0x00000002 , 0x000088b4 
- 00027167  0x00005202 setarg  0x0000fefb 
- 00027168  0x00005203 hstore  0x00000002 , 0x000088b6 
- 00027169  0x00005204 setarg  0x0000faf9 
- 00027170  0x00005205 hstore  0x00000002 , 0x000088b8 
- 00027171  0x00005206 setarg  0x0000fafb 
- 00027172  0x00005207 hstore  0x00000002 , 0x000088ba 
- 00027173  0x00005208 setarg  0x0000fd00 
- 00027174  0x00005209 hstore  0x00000002 , 0x000088bc 
- 00027175  0x0000520a setarg  0x00000408 
- 00027176  0x0000520b hstore  0x00000002 , 0x000088be 
- 00027177  0x0000520c setarg  0x00000a0c 
- 00027178  0x0000520d hstore  0x00000002 , 0x000088c0 
- 00027179  0x0000520e setarg  0x00000b09 
- 00027180  0x0000520f hstore  0x00000002 , 0x000088c2 
- 00027181  0x00005210 setarg  0x00000500 
- 00027182  0x00005211 hstore  0x00000002 , 0x000088c4 
- 00027183  0x00005212 setarg  0x0000f8f1 
- 00027184  0x00005213 hstore  0x00000002 , 0x000088c6 
- 00027185  0x00005214 setarg  0x0000ece8 
- 00027186  0x00005215 hstore  0x00000002 , 0x000088c8 
- 00027187  0x00005216 setarg  0x0000e9eb 
- 00027188  0x00005217 hstore  0x00000002 , 0x000088ca 
- 00027189  0x00005218 setarg  0x0000f500 
- 00027190  0x00005219 hstore  0x00000002 , 0x000088cc 
- 00027191  0x0000521a setarg  0x00001223 
- 00027192  0x0000521b hstore  0x00000002 , 0x000088ce 
- 00027193  0x0000521c setarg  0x0000374b 
- 00027194  0x0000521d hstore  0x00000002 , 0x000088d0 
- 00027195  0x0000521e setarg  0x00005e71 
- 00027196  0x0000521f hstore  0x00000002 , 0x000088d2 
- 00027197  0x00005220 setarg  0x0000787f 
- 00027198  0x00005221 hstore  0x00000002 , 0x000088d4 
- 00027199  0x00005222 rtn 
- 00027200  0x00005225 set1  0x00000025 , 0x00000000 
- 00027201  0x00005226 bpatch  0x00000014 , 0x00004022 
- 00027202  0x00005227 hfetch  0x00000002 , 0x00008050 
- 00027203  0x00005228 set0  0x0000000e , 0x0000003f 
- 00027204  0x00005229 hstore  0x00000002 , 0x00008050 
- 00027205  0x0000522a hjam  0x00000011 , 0x000080b0 
- 00027206  0x0000522b hjam  0x00000001 , 0x000080b1 
- 00027207  0x0000522c hjam  0x00000001 , 0x000080b2 
- 00027208  0x0000522d hjam  0x00000011 , 0x000080b3 
- 00027209  0x0000522e rtn 
- 00027210  0x00005231 set1  0x00000025 , 0x00000000 
- 00027211  0x00005232 bpatch  0x00000015 , 0x00004022 
- 00027212  0x00005233 hfetch  0x00000002 , 0x00008050 
- 00027213  0x00005234 set1  0x0000000e , 0x0000003f 
- 00027214  0x00005235 hstore  0x00000002 , 0x00008050 
- 00027215  0x00005236 hjam  0x00000004 , 0x000080b0 
- 00027216  0x00005237 hjam  0x00000004 , 0x000080b3 
- 00027217  0x00005238 hjam  0x00000000 , 0x000080b1 
- 00027218  0x00005239 hjam  0x00000000 , 0x000080b2 
- 00027219  0x0000523a rtn 
- 00027220  0x0000523f fetch  0x00000001 , 0x00000030 
- 00027221  0x00005240 rtnbit0  0x00000002 
- 00027222  0x00005241 arg  0x000000b5 , 0x00000005 
- 00027223  0x00005242 arg  0x0000001e , 0x00000039 
- 00027224  0x00005244 hfetch  0x00000001 , 0x00008134 
- 00027225  0x00005245 istore  0x00000001 , 0x00000005 
- 00027226  0x00005246 loop  0x00006a58 
- 00027227  0x00005247 rtn 
- 00027228  0x0000524b fetch  0x00000001 , 0x00000030 
- 00027229  0x0000524c rtnbit0  0x00000002 
- 00027230  0x0000524d arg  0x000000d3 , 0x00000006 
- 00027231  0x0000524e force  0x0000001e , 0x00000039 
- 00027232  0x00005250 ifetch  0x00000001 , 0x00000006 
- 00027233  0x00005251 hstore  0x00000001 , 0x00008009 
- 00027234  0x00005252 loop  0x00006a60 
- 00027235  0x00005253 rtn 
- 00027236  0x00005256 rtn 
- 00027237  0x0000525c call  0x00006a87 
- 00027238  0x0000525d arg  0x00000006 , 0x00000002 
- 00027239  0x0000525e branch  0x000069da 
- 00027240  0x00005261 call  0x00006a65 
- 00027241  0x00005262 arg  0x00000006 , 0x00000002 
- 00027242  0x00005263 branch  0x000069ed 
- 00027243  0x00005266 call  0x00006a65 
- 00027244  0x00005267 arg  0x00000006 , 0x00000002 
- 00027245  0x00005268 branch  0x000069ef 
- 00027246  0x0000526b call  0x00006a87 
- 00027247  0x0000526c arg  0x00000007 , 0x00000002 
- 00027248  0x0000526d branch  0x000069da 
- 00027249  0x00005270 call  0x00006a6e 
- 00027250  0x00005271 arg  0x00000007 , 0x00000002 
- 00027251  0x00005272 branch  0x000069ed 
- 00027252  0x00005275 call  0x00006a6e 
- 00027253  0x00005276 arg  0x00000007 , 0x00000002 
- 00027254  0x00005277 branch  0x000069ef 
- 00027255  0x0000527a call  0x00006a87 
- 00027256  0x0000527b hfetch  0x00000001 , 0x00008078 
- 00027257  0x0000527c set1  0x00000006 , 0x0000003f 
- 00027258  0x0000527d hstore  0x00000001 , 0x00008078 
- 00027259  0x0000527e arg  0x00000006 , 0x00000002 
- 00027260  0x0000527f branch  0x000069d1 
- 00027261  0x00005282 call  0x00006a87 
- 00027262  0x00005283 hfetch  0x00000001 , 0x00008078 
- 00027263  0x00005284 set1  0x00000007 , 0x0000003f 
- 00027264  0x00005285 hstore  0x00000001 , 0x00008078 
- 00027265  0x00005286 arg  0x00000007 , 0x00000002 
- 00027266  0x00005287 branch  0x000069d1 
- 00027267  0x0000528a hfetch  0x00000001 , 0x00008081 
- 00027268  0x0000528b or_into  0x00000004 , 0x0000003f 
- 00027269  0x0000528c hstore  0x00000001 , 0x00008081 
- 00027270  0x0000528d rtn 
- 00027271  0x00005290 hfetch  0x00000001 , 0x00008081 
- 00027272  0x00005291 and_into  0x000000fb , 0x0000003f 
- 00027273  0x00005292 hstore  0x00000001 , 0x00008081 
- 00027274  0x00005293 rtn 
- 00027275  0x00005296 hfetch  0x00000001 , 0x00008081 
- 00027276  0x00005297 isolate1  0x00000002 , 0x0000003f 
- 00027277  0x00005298 rtn 
- 00027278  0x0000529c setarg  0x00006a91 
- 00027279  0x0000529d store  0x00000002 , 0x00004296 
- 00027280  0x0000529e rtn 
- 00027281  0x000052a0 call  0x00006b14 
- 00027282  0x000052a1 fetch  0x00000001 , 0x00000481 
- 00027283  0x000052a2 beq  0x00000001 , 0x00006a96 
- 00027284  0x000052a3 beq  0x00000002 , 0x00006a9c 
- 00027285  0x000052a4 branch  0x00003bf1 
- 00027286  0x000052a6 arg  0x00000017 , 0x00000002 
- 00027287  0x000052a7 storet  0x00000002 , 0x000044c2 
- 00027288  0x000052a8 call  0x00005a88 
- 00027289  0x000052a9 ifetch  0x00000001 , 0x00000006 
- 00027290  0x000052aa call  0x00006a9e 
- 00027291  0x000052ab branch  0x00005b42 
- 00027292  0x000052ad call  0x00006a9e 
- 00027293  0x000052ae branch  0x00005b51 
- 00027294  0x000052b0 copy  0x00000006 , 0x00000011 
- 00027295  0x000052b1 set1  0x00000025 , 0x00000000 
- 00027296  0x000052b2 bpatch  0x00000031 , 0x00004026 
- 00027297  0x000052b3 ifetch  0x00000001 , 0x00000006 
- 00027298  0x000052b4 beq  0x00000000 , 0x00006ab7 
- 00027299  0x000052b5 beq  0x00000001 , 0x00006abc 
- 00027300  0x000052b6 beq  0x00000002 , 0x00006abd 
- 00027301  0x000052b7 beq  0x00000003 , 0x00006abe 
- 00027302  0x000052b8 beq  0x00000004 , 0x00006b50 
- 00027303  0x000052b9 beq  0x00000005 , 0x00006aff 
- 00027304  0x000052ba beq  0x00000006 , 0x00006b51 
- 00027305  0x000052bb beq  0x00000007 , 0x00006b52 
- 00027306  0x000052bc beq  0x00000008 , 0x00006abf 
- 00027307  0x000052bd beq  0x00000009 , 0x00006ac0 
- 00027308  0x000052be beq  0x0000000a , 0x00006ac1 
- 00027309  0x000052bf beq  0x0000000b , 0x00006ac2 
- 00027310  0x000052c0 beq  0x0000000c , 0x00006ac3 
- 00027311  0x000052c1 beq  0x0000000d , 0x00006ad5 
- 00027312  0x000052c2 beq  0x0000000e , 0x00006ae3 
- 00027313  0x000052c3 beq  0x0000000f , 0x00006af0 
- 00027314  0x000052c4 beq  0x00000010 , 0x00006af1 
- 00027315  0x000052c5 beq  0x00000011 , 0x00006af8 
- 00027316  0x000052c6 beq  0x00000012 , 0x00006b19 
- 00027317  0x000052c7 beq  0x00000013 , 0x00006b45 
- 00027318  0x000052c8 rtn 
- 00027319  0x000052cc copy  0x00000011 , 0x00000006 
- 00027320  0x000052cd ifetch  0x00000001 , 0x00000006 
- 00027321  0x000052ce lshift8  0x0000003f , 0x0000003f 
- 00027322  0x000052cf store  0x00000003 , 0x0000046d 
- 00027323  0x000052d0 rtn 
- 00027324  0x000052d2 rtn 
- 00027325  0x000052d4 rtn 
- 00027326  0x000052d6 rtn 
- 00027327  0x000052db rtn 
- 00027328  0x000052dd rtn 
- 00027329  0x000052df rtn 
- 00027330  0x000052e1 rtn 
- 00027331  0x000052e6 ifetch  0x00000004 , 0x00000006 
- 00027332  0x000052e7 hstore  0x00000001 , 0x00008082 
- 00027333  0x000052e8 rshift8  0x0000003f , 0x0000003f 
- 00027334  0x000052e9 hfetcht  0x00000001 , 0x00008081 
- 00027335  0x000052ea and_into  0x0000007f , 0x00000002 
- 00027336  0x000052eb ior  0x00000002 , 0x00000002 
- 00027337  0x000052ec hstoret  0x00000001 , 0x00008081 
- 00027338  0x000052ed rshift8  0x0000003f , 0x0000003f 
- 00027339  0x000052ee hfetcht  0x00000001 , 0x00008051 
- 00027340  0x000052ef and_into  0x000000df , 0x00000002 
- 00027341  0x000052f0 ior  0x00000002 , 0x00000002 
- 00027342  0x000052f1 hstoret  0x00000001 , 0x00008051 
- 00027343  0x000052f2 rshift8  0x0000003f , 0x0000003f 
- 00027344  0x000052f3 hfetcht  0x00000001 , 0x00008042 
- 00027345  0x000052f4 and_into  0x0000003f , 0x00000002 
- 00027346  0x000052f5 ior  0x00000002 , 0x00000002 
- 00027347  0x000052f6 hstoret  0x00000001 , 0x00008042 
- 00027348  0x000052f7 branch  0x00006ab7 
- 00027349  0x000052f9 ifetch  0x00000009 , 0x00000006 
- 00027350  0x000052fa hfetcht  0x00000001 , 0x00008085 
- 00027351  0x000052fb and_into  0x0000003f , 0x00000002 
- 00027352  0x000052fc ior  0x00000002 , 0x00000002 
- 00027353  0x000052fd hstoret  0x00000001 , 0x00008085 
- 00027354  0x000052fe rshift8  0x0000003f , 0x0000003f 
- 00027355  0x000052ff hstore  0x00000002 , 0x000080a0 
- 00027356  0x00005300 rshift16  0x0000003f , 0x0000003f 
- 00027357  0x00005301 hstore  0x00000002 , 0x000080a2 
- 00027358  0x00005302 rshift16  0x0000003f , 0x0000003f 
- 00027359  0x00005303 hstore  0x00000002 , 0x000080a4 
- 00027360  0x00005304 rshift16  0x0000003f , 0x0000003f 
- 00027361  0x00005305 hstore  0x00000002 , 0x000080a6 
- 00027362  0x00005306 branch  0x00006ab7 
- 00027363  0x0000530b ifetch  0x00000004 , 0x00000006 
- 00027364  0x0000530c hstore  0x00000004 , 0x00008070 
- 00027365  0x0000530d ifetch  0x00000004 , 0x00000006 
- 00027366  0x0000530e hstore  0x00000004 , 0x00008078 
- 00027367  0x0000530f ifetch  0x00000004 , 0x00000006 
- 00027368  0x00005310 hstore  0x00000004 , 0x0000807c 
- 00027369  0x00005311 ifetch  0x00000001 , 0x00000006 
- 00027370  0x00005312 hstore  0x00000001 , 0x00008080 
- 00027371  0x00005313 ifetch  0x00000001 , 0x00000006 
- 00027372  0x00005314 hstore  0x00000001 , 0x00008081 
- 00027373  0x00005315 ifetch  0x00000001 , 0x00000006 
- 00027374  0x00005316 hstore  0x00000001 , 0x00008082 
- 00027375  0x00005317 branch  0x00006ab7 
- 00027376  0x00005319 branch  0x00006af1 
- 00027377  0x0000531b jam  0x00000010 , 0x0000046d 
- 00027378  0x0000531c arg  0x0000046e , 0x00000005 
- 00027379  0x0000531d hfetch  0x00000004 , 0x00008074 
- 00027380  0x0000531e istore  0x00000004 , 0x00000005 
- 00027381  0x0000531f hfetch  0x00000004 , 0x0000811c 
- 00027382  0x00005320 istore  0x00000004 , 0x00000005 
- 00027383  0x00005321 rtn 
- 00027384  0x00005323 ifetcht  0x00000001 , 0x00000006 
- 00027385  0x00005324 ifetch  0x00000001 , 0x00000006 
- 00027386  0x00005325 lshift3  0x0000003f , 0x0000003f 
- 00027387  0x00005326 lshift4  0x0000003f , 0x0000003f 
- 00027388  0x00005327 ior  0x00000002 , 0x00000002 
- 00027389  0x00005328 call  0x000069f3 
- 00027390  0x00005329 branch  0x00006ab7 
- 00027391  0x0000532f ifetcht  0x00000001 , 0x00000006 
- 00027392  0x00005330 hstoret  0x00000001 , 0x00008301 
- 00027393  0x00005331 ifetch  0x00000001 , 0x00000006 
- 00027394  0x00005332 compare  0x00000001 , 0x0000003f , 0x000000ff 
- 00027395  0x00005333 ifetch  0x00000001 , 0x00000006 
- 00027396  0x00005334 hstore  0x00000001 , 0x00008307 
- 00027397  0x00005335 branch  0x00006b08 , 0x00000001 
- 00027398  0x00005336 ifetch  0x00000001 , 0x00000006 
- 00027399  0x00005337 hstore  0x00000001 , 0x00008307 
- 00027400  0x00005339 ifetch  0x00000001 , 0x00000006 
- 00027401  0x0000533a copy  0x0000003f , 0x00000039 
- 00027402  0x0000533b increase  0xffffffff , 0x0000003f 
- 00027403  0x0000533c or_into  0x00000090 , 0x0000003f 
- 00027404  0x0000533d hstore  0x00000001 , 0x00008302 
- 00027405  0x0000533e hjam  0x00000002 , 0x00008303 
- 00027406  0x0000533f nop  0x00000001 
- 00027407  0x00005341 arg  0x0000046d , 0x00000005 
- 00027408  0x00005343 hfetch  0x00000001 , 0x00008307 
- 00027409  0x00005344 istore  0x00000001 , 0x00000005 
- 00027410  0x00005345 loop  0x00006b10 
- 00027411  0x00005346 rtn 
- 00027412  0x00005349 setarg  0x00000000 
- 00027413  0x0000534a store  0x00000004 , 0x0000046d 
- 00027414  0x0000534b istore  0x00000008 , 0x00000005 
- 00027415  0x0000534c istore  0x00000008 , 0x00000005 
- 00027416  0x0000534d rtn 
- 00027417  0x00005354 copy  0x00000011 , 0x0000003f 
- 00027418  0x00005355 increase  0x00000001 , 0x0000003f 
- 00027419  0x00005356 store  0x00000002 , 0x00000483 
- 00027420  0x00005357 fetch  0x00000002 , 0x00004749 
- 00027421  0x00005358 beq  0x00000000 , 0x00006b28 
- 00027422  0x0000535a fetch  0x00000002 , 0x00004749 
- 00027423  0x0000535b fetcht  0x00000002 , 0x00000483 
- 00027424  0x0000535c ifetcht  0x00000002 , 0x00000002 
- 00027425  0x0000535d iadd  0x00000002 , 0x0000003f 
- 00027426  0x0000535e fetcht  0x00000002 , 0x00000483 
- 00027427  0x0000535f increase  0x00000002 , 0x00000002 
- 00027428  0x00005360 copy  0x00000002 , 0x00000006 
- 00027429  0x00005361 ifetcht  0x00000001 , 0x00000006 
- 00027430  0x00005362 copy  0x00000006 , 0x00000011 
- 00027431  0x00005363 branch  0x00006842 
- 00027432  0x00005366 setarg  0x00000002 
- 00027433  0x00005367 byteswap  0x0000003f , 0x0000003f 
- 00027434  0x00005368 store  0x00000002 , 0x00000225 
- 00027435  0x00005369 arg  0x00006823 , 0x00000013 
- 00027436  0x0000536a arg  0x00000002 , 0x00000039 
- 00027437  0x0000536c call  0x000066e2 
- 00027438  0x0000536d nbranch  0x00006b36 , 0x00000005 
- 00027439  0x0000536e fetch  0x00000002 , 0x00000225 
- 00027440  0x0000536f byteswap  0x0000003f , 0x0000003f 
- 00027441  0x00005370 iadd  0x00000002 , 0x0000003f 
- 00027442  0x00005371 store  0x00000002 , 0x00004749 
- 00027443  0x00005372 byteswap  0x0000003f , 0x0000003f 
- 00027444  0x00005373 store  0x00000002 , 0x00000225 
- 00027445  0x00005374 loop  0x00006b2d 
- 00027446  0x00005376 fetch  0x00000002 , 0x00004749 
- 00027447  0x00005377 byteswap  0x0000003f , 0x0000003f 
- 00027448  0x00005378 store  0x00000002 , 0x00000225 
- 00027449  0x00005379 arg  0x00006823 , 0x00000013 
- 00027450  0x0000537a arg  0x0000ffff , 0x00000039 
- 00027451  0x0000537c call  0x000066e2 
- 00027452  0x0000537d nbranch  0x00006b1e , 0x00000005 
- 00027453  0x0000537e fetch  0x00000002 , 0x00000225 
- 00027454  0x0000537f byteswap  0x0000003f , 0x0000003f 
- 00027455  0x00005380 iadd  0x00000002 , 0x0000003f 
- 00027456  0x00005381 increase  0x00000002 , 0x0000003f 
- 00027457  0x00005382 store  0x00000002 , 0x00004749 
- 00027458  0x00005383 byteswap  0x0000003f , 0x0000003f 
- 00027459  0x00005384 store  0x00000002 , 0x00000225 
- 00027460  0x00005385 loop  0x00006b3b 
- 00027461  0x00005388 fetch  0x00000002 , 0x00004749 
- 00027462  0x00005389 increase  0x00000002 , 0x0000003f 
- 00027463  0x0000538a byteswap  0x0000003f , 0x0000003f 
- 00027464  0x0000538b store  0x00000002 , 0x00004749 
- 00027465  0x0000538c arg  0x00004749 , 0x00000011 
- 00027466  0x0000538d arg  0x00000002 , 0x00000002 
- 00027467  0x0000538e arg  0x00000000 , 0x0000003f 
- 00027468  0x0000538f call  0x00006842 
- 00027469  0x00005390 setarg  0x00000000 
- 00027470  0x00005391 store  0x00000002 , 0x00004749 
- 00027471  0x00005392 rtn 
- 00027472  0x00005395 rtn 
- 00027473  0x00005397 rtn 
- 00027474  0x00005399 rtn 
- 00027475  0x0000539f rtn  0x0000002b 
- 00027476  0x000053a0 jam  0x00000000 , 0x00004755 
- 00027477  0x000053a1 jam  0x00000003 , 0x00000485 
- 00027478  0x000053a2 jam  0x00000003 , 0x00000486 
- 00027479  0x000053a3 jam  0x00000011 , 0x0000048a 
- 00027480  0x000053a4 jam  0x00000013 , 0x0000048b 
- 00027481  0x000053a5 setarg  0x00000000 
- 00027482  0x000053a6 store  0x00000003 , 0x00000487 
- 00027483  0x000053a7 store  0x00000001 , 0x000042bd 
- 00027484  0x000053a8 jam  0x00000000 , 0x000047f3 
- 00027485  0x000053ab set1  0x00000025 , 0x00000000 
- 00027486  0x000053ac bpatch  0x000000bf , 0x00004037 
- 00027487  0x000053ad setarg  0x00000000 
- 00027488  0x000053ae store  0x00000001 , 0x000042bd 
- 00027489  0x000053af store  0x00000001 , 0x00004752 
- 00027490  0x000053b0 store  0x00000001 , 0x0000474b 
- 00027491  0x000053b1 jam  0x00000050 , 0x00004757 
- 00027492  0x000053b2 rtn 
- 00027493  0x000053b5 or_into  0x00000002 , 0x00000002 
- 00027494  0x000053b6 rtn 
- 00027495  0x000053c3 copy  0x00000002 , 0x0000003f 
- 00027496  0x000053c4 reverse  0x0000003f , 0x0000003f 
- 00027497  0x000053c5 store  0x00000001 , 0x00004750 
- 00027498  0x000053c6 force  0x0000003f , 0x0000003f 
- 00027499  0x000053c7 reverse  0x0000003f , 0x0000003f 
- 00027500  0x000053c8 store  0x00000001 , 0x0000474f 
- 00027501  0x000053c9 force  0x00000001 , 0x0000003f 
- 00027502  0x000053ca reverse  0x0000003f , 0x0000003f 
- 00027503  0x000053cb store  0x00000001 , 0x0000474e 
- 00027504  0x000053cc call  0x00006b9d 
- 00027505  0x000053cd copy  0x00000002 , 0x0000003f 
- 00027506  0x000053ce rtn 
- 00027507  0x000053d0 reverse  0x0000003f , 0x0000003f 
- 00027508  0x000053d1 store  0x00000001 , 0x00004750 
- 00027509  0x000053d2 force  0x00000073 , 0x0000003f 
- 00027510  0x000053d3 reverse  0x0000003f , 0x0000003f 
- 00027511  0x000053d4 store  0x00000001 , 0x0000474f 
- 00027512  0x000053d5 force  0x00000001 , 0x0000003f 
- 00027513  0x000053d6 reverse  0x0000003f , 0x0000003f 
- 00027514  0x000053d7 store  0x00000001 , 0x0000474e 
- 00027515  0x000053d8 branch  0x00006b9d 
- 00027516  0x000053db fetch  0x00000001 , 0x00004751 
- 00027517  0x000053dc branch  0x00006b80 , 0x00000034 
- 00027518  0x000053dd setarg  0x00000070 
- 00027519  0x000053de rtn 
- 00027520  0x000053e0 setarg  0x000000aa 
- 00027521  0x000053e1 rtn 
- 00027522  0x000053e4 reverse  0x0000003f , 0x0000003f 
- 00027523  0x000053e5 store  0x00000001 , 0x00004750 
- 00027524  0x000053e6 force  0x000000ef , 0x0000003f 
- 00027525  0x000053e7 call  0x00006b91 
- 00027526  0x000053e8 fetcht  0x00000002 , 0x0000048f 
- 00027527  0x000053e9 copy  0x00000002 , 0x00000005 
- 00027528  0x000053ea istore  0x00000001 , 0x00000005 
- 00027529  0x000053eb copy  0x00000005 , 0x00000002 
- 00027530  0x000053ec storet  0x00000002 , 0x0000048f 
- 00027531  0x000053ed force  0x000000ff , 0x0000003f 
- 00027532  0x000053ee call  0x00006b91 
- 00027533  0x000053ef fetcht  0x00000002 , 0x0000048f 
- 00027534  0x000053f0 copy  0x00000002 , 0x00000005 
- 00027535  0x000053f1 istore  0x00000001 , 0x00000005 
- 00027536  0x000053f2 rtn 
- 00027537  0x000053fc reverse  0x0000003f , 0x0000003f 
- 00027538  0x000053fd store  0x00000001 , 0x0000474f 
- 00027539  0x000053fe fetch  0x00000002 , 0x0000474f 
- 00027540  0x000053ff lshift8  0x0000003f , 0x0000003f 
- 00027541  0x00005400 store  0x00000003 , 0x0000048c 
- 00027542  0x00005401 arg  0x00000107 , 0x00000011 
- 00027543  0x00005402 arg  0x0000000f , 0x00000012 
- 00027544  0x00005403 call  0x00006baa 
- 00027545  0x00005404 xor_into  0x000000d7 , 0x0000003f 
- 00027546  0x00005405 invert  0x0000003f , 0x0000003f 
- 00027547  0x00005406 reverse  0x0000003f , 0x0000003f 
- 00027548  0x00005407 rtn 
- 00027549  0x00005412 fetch  0x00000003 , 0x0000474e 
- 00027550  0x00005413 store  0x00000003 , 0x0000048c 
- 00027551  0x00005414 arg  0x00000107 , 0x00000011 
- 00027552  0x00005415 arg  0x0000000f , 0x00000012 
- 00027553  0x00005416 call  0x00006baa 
- 00027554  0x00005417 lshift8  0x0000003f , 0x0000003f 
- 00027555  0x00005418 arg  0x00000007 , 0x00000012 
- 00027556  0x00005419 call  0x00006baa 
- 00027557  0x0000541a xor_into  0x0000002b , 0x0000003f 
- 00027558  0x0000541b invert  0x0000003f , 0x0000003f 
- 00027559  0x0000541c reverse  0x0000003f , 0x0000003f 
- 00027560  0x0000541d copy  0x0000003f , 0x00000002 
- 00027561  0x0000541e rtn 
- 00027562  0x00005421 arg  0x00000000 , 0x00000013 
- 00027563  0x00005422 copy  0x00000012 , 0x00000039 
- 00027564  0x00005423 call  0x00007dfb 
- 00027565  0x00005424 icopy  0x00000002 
- 00027566  0x0000542a copy  0x00000002 , 0x0000003f 
- 00027567  0x0000542b lshift  0x00000013 , 0x00000013 
- 00027568  0x0000542c bbit0  0x00000008 , 0x00006bb3 
- 00027569  0x0000542d ixor  0x00000011 , 0x00000002 
- 00027570  0x0000542e increase  0x00000001 , 0x00000013 
- 00027571  0x00005430 lshift  0x00000002 , 0x00000002 
- 00027572  0x00005431 fetch  0x00000003 , 0x0000048c 
- 00027573  0x00005432 increase  0xffffffff , 0x00000012 
- 00027574  0x00005433 compare  0x000000ff , 0x00000012 , 0x000000ff 
- 00027575  0x00005434 branch  0x00006bbd , 0x00000001 
- 00027576  0x00005435 copy  0x00000012 , 0x00000039 
- 00027577  0x00005436 call  0x00007dfb 
- 00027578  0x00005437 isolate1  0x00000000 , 0x0000003f 
- 00027579  0x00005438 setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00027580  0x00005439 branch  0x00006bae 
- 00027581  0x0000543c rshift  0x00000002 , 0x0000003f 
- 00027582  0x0000543d rtn 
- 00027583  0x00005440 fetcht  0x00000001 , 0x0000474b 
- 00027584  0x00005443 lshift2  0x00000002 , 0x00000002 
- 00027585  0x00005444 set1  0x00000000 , 0x00000002 
- 00027586  0x00005445 fetch  0x00000001 , 0x00004751 
- 00027587  0x00005446 ncall  0x00006b65 , 0x00000034 
- 00027588  0x00005447 storet  0x00000001 , 0x000004a5 
- 00027589  0x00005448 rtn 
- 00027590  0x0000544c lshift2  0x00000002 , 0x00000002 
- 00027591  0x0000544d set1  0x00000000 , 0x00000002 
- 00027592  0x0000544e fetch  0x00000001 , 0x00004751 
- 00027593  0x0000544f call  0x00006b65 , 0x00000034 
- 00027594  0x00005450 rtn 
- 00027595  0x00005453 lshift  0x00000002 , 0x00000002 
- 00027596  0x00005454 fetch  0x00000001 , 0x00004751 
- 00027597  0x00005455 setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00027598  0x00005457 rtn 
- 00027599  0x00005459 fetcht  0x00000001 , 0x00000494 
- 00027600  0x0000545a jam  0x000000d7 , 0x00000496 
- 00027601  0x0000545b call  0x00006cf6 
- 00027602  0x0000545c fetch  0x00000001 , 0x000042ba 
- 00027603  0x0000545d set1  0x00000006 , 0x0000003f 
- 00027604  0x0000545e set1  0x00000007 , 0x0000003f 
- 00027605  0x0000545f store  0x00000001 , 0x000042ba 
- 00027606  0x00005460 jam  0x00000000 , 0x00004751 
- 00027607  0x00005461 branch  0x00006cd7 
- 00027608  0x00005463 fetch  0x00000001 , 0x000042ba 
- 00027609  0x00005464 set1  0x00000007 , 0x0000003f 
- 00027610  0x00005465 store  0x00000001 , 0x000042ba 
- 00027611  0x00005466 branch  0x00006cd7 
- 00027612  0x0000546a set1  0x00000025 , 0x00000000 
- 00027613  0x0000546b bpatch  0x000000c0 , 0x00004038 
- 00027614  0x0000546c fetch  0x00000001 , 0x000047f3 
- 00027615  0x0000546d beq  0x00000000 , 0x00006be1 
- 00027616  0x0000546e branch  0x00006c8b 
- 00027617  0x00005471 fetch  0x00000002 , 0x000002cb 
- 00027618  0x00005472 copy  0x0000003f , 0x00000006 
- 00027619  0x00005473 call  0x00006c0f 
- 00027620  0x00005474 fetch  0x00000001 , 0x00000494 
- 00027621  0x00005475 beq  0x00000000 , 0x00006be7 
- 00027622  0x00005476 branch  0x00006c57 
- 00027623  0x00005478 set1  0x00000025 , 0x00000000 
- 00027624  0x00005479 bpatch  0x000000c1 , 0x00004038 
- 00027625  0x0000547a fetch  0x00000001 , 0x00000495 
- 00027626  0x0000547b beq  0x0000003f , 0x00006bcf 
- 00027627  0x0000547c beq  0x00000073 , 0x00006bd8 
- 00027628  0x0000547d beq  0x000000ef , 0x00006bef 
- 00027629  0x0000547e rtneq  0x00000053 
- 00027630  0x0000547f branch  0x00003bf1 
- 00027631  0x00005483 fetch  0x00000002 , 0x00000499 
- 00027632  0x00005484 copy  0x0000003f , 0x00000006 
- 00027633  0x00005485 call  0x00006c1a 
- 00027634  0x00005486 fetch  0x00000001 , 0x0000049b 
- 00027635  0x00005487 beq  0x00000041 , 0x00006bf8 
- 00027636  0x00005488 beq  0x00000040 , 0x00006c04 
- 00027637  0x00005489 beq  0x00000071 , 0x00006c3f 
- 00027638  0x0000548a beq  0x00000070 , 0x00006c4e 
- 00027639  0x0000548b branch  0x00006cd7 
- 00027640  0x0000548e call  0x00006c06 
- 00027641  0x0000548f fetch  0x00000001 , 0x0000474b 
- 00027642  0x00005490 rshift  0x0000003f , 0x0000003f 
- 00027643  0x00005491 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00027644  0x00005492 branch  0x00006bfe , 0x00000005 
- 00027645  0x00005493 branch  0x00003bf1 
- 00027646  0x00005495 fetch  0x00000001 , 0x000042bd 
- 00027647  0x00005496 set1  0x00000000 , 0x0000003f 
- 00027648  0x00005497 set1  0x00000001 , 0x0000003f 
- 00027649  0x00005498 store  0x00000001 , 0x000042bd 
- 00027650  0x00005499 call  0x00006d22 
- 00027651  0x0000549a branch  0x00006cd7 
- 00027652  0x0000549d call  0x00006c06 
- 00027653  0x0000549e branch  0x00006cd7 
- 00027654  0x000054a1 call  0x00006c22 
- 00027655  0x000054a2 branch  0x00006c30 
- 00027656  0x000054a5 call  0x00006c22 
- 00027657  0x000054a6 ifetch  0x00000001 , 0x00000006 
- 00027658  0x000054a7 rshift3  0x0000003f , 0x0000003f 
- 00027659  0x000054a8 store  0x00000001 , 0x00004758 
- 00027660  0x000054a9 ifetch  0x00000001 , 0x00000006 
- 00027661  0x000054aa store  0x00000001 , 0x000004a0 
- 00027662  0x000054ab rtn 
- 00027663  0x000054af ifetch  0x00000001 , 0x00000006 
- 00027664  0x000054b0 store  0x00000001 , 0x00000493 
- 00027665  0x000054b1 rshift3  0x0000003f , 0x0000003f 
- 00027666  0x000054b2 store  0x00000001 , 0x00000494 
- 00027667  0x000054b3 ifetch  0x00000001 , 0x00000006 
- 00027668  0x000054b4 store  0x00000001 , 0x00000495 
- 00027669  0x000054b6 call  0x00006c27 
- 00027670  0x000054b7 storet  0x00000002 , 0x00000497 
- 00027671  0x000054b8 copy  0x00000006 , 0x0000003f 
- 00027672  0x000054b9 store  0x00000002 , 0x00000499 
- 00027673  0x000054ba rtn 
- 00027674  0x000054bd ifetch  0x00000001 , 0x00000006 
- 00027675  0x000054be rshift  0x0000003f , 0x0000003f 
- 00027676  0x000054bf store  0x00000001 , 0x0000049b 
- 00027677  0x000054c0 call  0x00006c27 
- 00027678  0x000054c1 storet  0x00000002 , 0x0000049c 
- 00027679  0x000054c2 copy  0x00000006 , 0x0000003f 
- 00027680  0x000054c3 store  0x00000002 , 0x0000049e 
- 00027681  0x000054c4 rtn 
- 00027682  0x000054c8 fetch  0x00000002 , 0x0000049e 
- 00027683  0x000054c9 copy  0x0000003f , 0x00000006 
- 00027684  0x000054ca rtn 
- 00027685  0x000054cd fetch  0x00000002 , 0x0000049e 
- 00027686  0x000054ce copy  0x0000003f , 0x00000006 
- 00027687  0x000054d0 ifetch  0x00000001 , 0x00000006 
- 00027688  0x000054d1 copy  0x0000003f , 0x00000002 
- 00027689  0x000054d2 rshift  0x00000002 , 0x00000002 
- 00027690  0x000054d3 rtnbit1  0x00000000 
- 00027691  0x000054d4 ifetch  0x00000001 , 0x00000006 
- 00027692  0x000054d5 lshift3  0x0000003f , 0x0000003f 
- 00027693  0x000054d6 lshift4  0x0000003f , 0x0000003f 
- 00027694  0x000054d7 iadd  0x00000002 , 0x00000002 
- 00027695  0x000054d8 rtn 
- 00027696  0x000054db ifetch  0x00000001 , 0x00000006 
- 00027697  0x000054dc store  0x00000001 , 0x0000474b 
- 00027698  0x000054dd ifetch  0x00000001 , 0x00000006 
- 00027699  0x000054de store  0x00000001 , 0x000004a1 
- 00027700  0x000054df ifetch  0x00000001 , 0x00000006 
- 00027701  0x000054e0 store  0x00000001 , 0x000004a2 
- 00027702  0x000054e1 ifetch  0x00000001 , 0x00000006 
- 00027703  0x000054e2 store  0x00000001 , 0x000004a3 
- 00027704  0x000054e3 ifetch  0x00000002 , 0x00000006 
- 00027705  0x000054e4 store  0x00000002 , 0x0000474c 
- 00027706  0x000054e5 ifetch  0x00000001 , 0x00000006 
- 00027707  0x000054e6 store  0x00000001 , 0x000004a4 
- 00027708  0x000054e7 ifetch  0x00000001 , 0x00000006 
- 00027709  0x000054e8 store  0x00000001 , 0x00004756 
- 00027710  0x000054e9 rtn 
- 00027711  0x000054ed call  0x00006c08 
- 00027712  0x000054ee fetch  0x00000001 , 0x00004758 
- 00027713  0x000054ef sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00027714  0x000054f0 branch  0x00006c44 , 0x00000005 
- 00027715  0x000054f1 branch  0x00003bf1 
- 00027716  0x000054f3 fetch  0x00000001 , 0x000042bd 
- 00027717  0x000054f4 set1  0x00000005 , 0x0000003f 
- 00027718  0x000054f5 set1  0x00000006 , 0x0000003f 
- 00027719  0x000054f6 store  0x00000001 , 0x000042bd 
- 00027720  0x000054f7 fetcht  0x00000001 , 0x0000474b 
- 00027721  0x000054f8 lshift2  0x00000002 , 0x00000002 
- 00027722  0x000054f9 or_into  0x00000003 , 0x00000002 
- 00027723  0x000054fa call  0x00006d55 
- 00027724  0x000054fb jam  0x00000003 , 0x00004755 
- 00027725  0x000054fc branch  0x00006cd7 
- 00027726  0x000054ff call  0x00006c08 
- 00027727  0x00005500 fetch  0x00000001 , 0x00004758 
- 00027728  0x00005501 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00027729  0x00005502 branch  0x00006c53 , 0x00000005 
- 00027730  0x00005503 branch  0x00003bf1 
- 00027731  0x00005505 fetch  0x00000001 , 0x000042bd 
- 00027732  0x00005506 set1  0x00000007 , 0x0000003f 
- 00027733  0x00005507 store  0x00000001 , 0x000042bd 
- 00027734  0x00005508 branch  0x00006cd7 
- 00027735  0x0000550b fetch  0x00000001 , 0x00000494 
- 00027736  0x0000550c sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00027737  0x0000550d branch  0x00006c5b , 0x00000005 
- 00027738  0x0000550e branch  0x00003bf1 
- 00027739  0x00005510 fetch  0x00000001 , 0x00000495 
- 00027740  0x00005511 beq  0x00000073 , 0x00006c62 
- 00027741  0x00005512 beq  0x0000003f , 0x00006c66 
- 00027742  0x00005513 beq  0x000000ef , 0x00006c80 
- 00027743  0x00005514 beq  0x000000ff , 0x00006c78 
- 00027744  0x00005515 beq  0x00000053 , 0x00006c85 
- 00027745  0x00005516 branch  0x00003bf1 
- 00027746  0x00005518 fetch  0x00000001 , 0x000042bd 
- 00027747  0x00005519 set1  0x00000003 , 0x0000003f 
- 00027748  0x0000551a store  0x00000001 , 0x000042bd 
- 00027749  0x0000551b branch  0x00006cd7 
- 00027750  0x0000551d fetch  0x00000001 , 0x000042bd 
- 00027751  0x0000551e set1  0x00000003 , 0x0000003f 
- 00027752  0x0000551f set1  0x00000002 , 0x0000003f 
- 00027753  0x00005520 store  0x00000001 , 0x000042bd 
- 00027754  0x00005521 fetch  0x00000001 , 0x00000493 
- 00027755  0x00005522 call  0x00006b73 
- 00027756  0x00005523 store  0x00000001 , 0x00000496 
- 00027757  0x00005524 call  0x00006cf6 
- 00027758  0x00005525 fetch  0x00000001 , 0x00000493 
- 00027759  0x00005526 rshift2  0x0000003f , 0x0000003f 
- 00027760  0x00005527 store  0x00000001 , 0x0000474b 
- 00027761  0x00005528 lshift2  0x0000003f , 0x0000003f 
- 00027762  0x00005529 set0  0x00000001 , 0x0000003f 
- 00027763  0x0000552a set1  0x00000000 , 0x0000003f 
- 00027764  0x0000552b arg  0x00004753 , 0x00000002 
- 00027765  0x0000552c storet  0x00000002 , 0x0000048f 
- 00027766  0x0000552d call  0x00006b82 
- 00027767  0x0000552e branch  0x00006cd7 
- 00027768  0x00005531 fetch  0x00000002 , 0x00000499 
- 00027769  0x00005532 copy  0x0000003f , 0x00000006 
- 00027770  0x00005533 increase  0x00000001 , 0x0000003f 
- 00027771  0x00005534 store  0x00000002 , 0x00000499 
- 00027772  0x00005535 ifetch  0x00000001 , 0x00000006 
- 00027773  0x00005536 fetcht  0x00000001 , 0x00004756 
- 00027774  0x00005537 iadd  0x00000002 , 0x0000003f 
- 00027775  0x00005538 store  0x00000001 , 0x00004756 
- 00027776  0x0000553a call  0x00006d88 
- 00027777  0x0000553c call  0x00006bbf 
- 00027778  0x0000553d call  0x00006d6d 
- 00027779  0x0000553e call  0x00006d8e 
- 00027780  0x0000553f branch  0x00006cd7 
- 00027781  0x00005542 call  0x00006b5d 
- 00027782  0x00005543 fetch  0x00000001 , 0x00000493 
- 00027783  0x00005544 call  0x00006b73 
- 00027784  0x00005545 store  0x00000001 , 0x00000496 
- 00027785  0x00005546 call  0x00006cf6 
- 00027786  0x00005547 branch  0x00006cd7 
- 00027787  0x0000554d fetch  0x00000002 , 0x000002cb 
- 00027788  0x0000554e copy  0x0000003f , 0x00000006 
- 00027789  0x0000554f call  0x00006c0f 
- 00027790  0x00005550 fetch  0x00000001 , 0x00000494 
- 00027791  0x00005551 beq  0x00000000 , 0x00006c91 
- 00027792  0x00005552 branch  0x00006cc6 
- 00027793  0x00005555 set1  0x00000025 , 0x00000000 
- 00027794  0x00005556 bpatch  0x000000c2 , 0x00004038 
- 00027795  0x00005557 fetch  0x00000001 , 0x00000495 
- 00027796  0x00005558 beq  0x0000003f , 0x00006bcf 
- 00027797  0x00005559 beq  0x00000073 , 0x00006bd8 
- 00027798  0x0000555a beq  0x000000ef , 0x00006c98 
- 00027799  0x0000555b branch  0x00006cd7 
- 00027800  0x0000555d fetch  0x00000002 , 0x00000499 
- 00027801  0x0000555e copy  0x0000003f , 0x00000006 
- 00027802  0x0000555f call  0x00006c1a 
- 00027803  0x00005560 fetch  0x00000001 , 0x0000049b 
- 00027804  0x00005561 beq  0x00000041 , 0x00006ca1 
- 00027805  0x00005562 beq  0x00000040 , 0x00006ca1 
- 00027806  0x00005563 beq  0x00000071 , 0x00006cac 
- 00027807  0x00005564 beq  0x00000070 , 0x00006cbc 
- 00027808  0x00005565 branch  0x00006cd7 
- 00027809  0x00005568 call  0x00006c06 
- 00027810  0x00005569 fetch  0x00000001 , 0x0000474b 
- 00027811  0x0000556a rshift  0x0000003f , 0x0000003f 
- 00027812  0x0000556b fetcht  0x00000001 , 0x00004752 
- 00027813  0x0000556c isub  0x00000002 , 0x0000003e 
- 00027814  0x0000556d branch  0x00006ca8 , 0x00000005 
- 00027815  0x0000556e branch  0x00003bf1 
- 00027816  0x00005570 fetch  0x00000001 , 0x000042bd 
- 00027817  0x00005571 set1  0x00000001 , 0x0000003f 
- 00027818  0x00005572 store  0x00000001 , 0x000042bd 
- 00027819  0x00005573 branch  0x00006cd7 
- 00027820  0x00005576 call  0x00006c08 
- 00027821  0x00005577 fetch  0x00000001 , 0x00004758 
- 00027822  0x00005578 fetcht  0x00000001 , 0x00004752 
- 00027823  0x00005579 isub  0x00000002 , 0x0000003e 
- 00027824  0x0000557a branch  0x00006cb3 , 0x00000005 
- 00027825  0x0000557b branch  0x00003bf1 
- 00027826  0x0000557c branch  0x00006cd7 
- 00027827  0x0000557e fetch  0x00000001 , 0x000042bd 
- 00027828  0x0000557f set1  0x00000005 , 0x0000003f 
- 00027829  0x00005580 set1  0x00000006 , 0x0000003f 
- 00027830  0x00005581 store  0x00000001 , 0x000042bd 
- 00027831  0x00005582 fetcht  0x00000001 , 0x0000474b 
- 00027832  0x00005583 lshift2  0x00000002 , 0x00000002 
- 00027833  0x00005584 or_into  0x00000003 , 0x00000002 
- 00027834  0x00005585 call  0x00006d55 
- 00027835  0x00005586 branch  0x00006cd7 
- 00027836  0x00005589 call  0x00006c08 
- 00027837  0x0000558a fetch  0x00000001 , 0x00004758 
- 00027838  0x0000558b fetcht  0x00000001 , 0x00004752 
- 00027839  0x0000558c isub  0x00000002 , 0x0000003e 
- 00027840  0x0000558d branch  0x00006cc2 , 0x00000005 
- 00027841  0x0000558e branch  0x00003bf1 
- 00027842  0x00005590 fetch  0x00000001 , 0x000042bd 
- 00027843  0x00005591 set1  0x00000007 , 0x0000003f 
- 00027844  0x00005592 store  0x00000001 , 0x000042bd 
- 00027845  0x00005593 branch  0x00006cd7 
- 00027846  0x00005596 fetch  0x00000001 , 0x00000494 
- 00027847  0x00005597 fetcht  0x00000001 , 0x00004752 
- 00027848  0x00005598 isub  0x00000002 , 0x0000003e 
- 00027849  0x00005599 branch  0x00006ccc , 0x00000005 
- 00027850  0x0000559a branch  0x00003bf1 
- 00027851  0x0000559b branch  0x00006cd7 
- 00027852  0x0000559e fetch  0x00000001 , 0x00000495 
- 00027853  0x0000559f beq  0x00000073 , 0x00006cd1 
- 00027854  0x000055a0 beq  0x000000ef , 0x00006c80 
- 00027855  0x000055a1 beq  0x000000ff , 0x00006c78 
- 00027856  0x000055a2 beq  0x00000053 , 0x00006cd6 
- 00027857  0x000055a4 fetch  0x00000001 , 0x000042bd 
- 00027858  0x000055a5 set1  0x00000003 , 0x0000003f 
- 00027859  0x000055a6 store  0x00000001 , 0x000042bd 
- 00027860  0x000055a7 branch  0x00006cd7 
- 00027861  0x000055a9 branch  0x00006cd5 
- 00027862  0x000055ab branch  0x00006c85 
- 00027863  0x000055ad rtn 
- 00027864  0x000055b0 fetch  0x00000001 , 0x00004755 
- 00027865  0x000055b1 rtn  0x00000034 
- 00027866  0x000055b2 beq  0x00000003 , 0x00006cdc 
- 00027867  0x000055b3 branch  0x00003bf1 
- 00027868  0x000055b6 jam  0x00000000 , 0x00004755 
- 00027869  0x000055b7 call  0x000052e0 
- 00027870  0x000055b8 arg  0x00000001 , 0x00000002 
- 00027871  0x000055b9 lshift3  0x00000002 , 0x00000002 
- 00027872  0x000055bb or_into  0x00000003 , 0x00000002 
- 00027873  0x000055bc arg  0x000000aa , 0x00000011 
- 00027874  0x000055bd call  0x00006d3f 
- 00027875  0x000055be call  0x000052ef 
- 00027876  0x000055bf copy  0x00000005 , 0x00000006 
- 00027877  0x000055c0 ifetch  0x00000002 , 0x00000006 
- 00027878  0x000055c1 branch  0x00003bf1 , 0x00000034 
- 00027879  0x000055c2 rtn 
- 00027880  0x000055c5 set1  0x00000025 , 0x00000000 
- 00027881  0x000055c6 bpatch  0x000000c3 , 0x00004038 
- 00027882  0x000055c7 call  0x000052ef 
- 00027883  0x000055c8 setarg  0x00000004 
- 00027884  0x000055c9 istore  0x00000002 , 0x00000005 
- 00027885  0x000055ca fetch  0x00000002 , 0x000042b3 
- 00027886  0x000055cb istore  0x00000002 , 0x00000005 
- 00027887  0x000055cc fetch  0x00000001 , 0x00000493 
- 00027888  0x000055cd istore  0x00000001 , 0x00000005 
- 00027889  0x000055ce setarg  0x0000013f 
- 00027890  0x000055cf istore  0x00000002 , 0x00000005 
- 00027891  0x000055d0 fetch  0x00000001 , 0x00000496 
- 00027892  0x000055d1 istore  0x00000001 , 0x00000005 
- 00027893  0x000055d2 rtn 
- 00027894  0x000055d4 set1  0x00000025 , 0x00000000 
- 00027895  0x000055d5 bpatch  0x000000c4 , 0x00004038 
- 00027896  0x000055d6 call  0x000052e0 
- 00027897  0x000055d7 call  0x000052ef 
- 00027898  0x000055d8 setarg  0x00000004 
- 00027899  0x000055d9 istore  0x00000002 , 0x00000005 
- 00027900  0x000055da fetch  0x00000002 , 0x000042b3 
- 00027901  0x000055db istore  0x00000002 , 0x00000005 
- 00027902  0x000055dc fetch  0x00000001 , 0x00000493 
- 00027903  0x000055dd istore  0x00000001 , 0x00000005 
- 00027904  0x000055de setarg  0x00000173 
- 00027905  0x000055df istore  0x00000002 , 0x00000005 
- 00027906  0x000055e0 fetch  0x00000001 , 0x00000496 
- 00027907  0x000055e1 istore  0x00000001 , 0x00000005 
- 00027908  0x000055e2 rtn 
- 00027909  0x000055e4 set1  0x00000025 , 0x00000000 
- 00027910  0x000055e5 bpatch  0x000000c5 , 0x00004038 
- 00027911  0x000055e6 call  0x000052ef 
- 00027912  0x000055e7 setarg  0x0000000e 
- 00027913  0x000055e8 istore  0x00000002 , 0x00000005 
- 00027914  0x000055e9 fetch  0x00000002 , 0x000042b3 
- 00027915  0x000055ea istore  0x00000002 , 0x00000005 
- 00027916  0x000055eb fetch  0x00000001 , 0x00004751 
- 00027917  0x000055ec lshift  0x0000003f , 0x0000003f 
- 00027918  0x000055ed set1  0x00000000 , 0x0000003f 
- 00027919  0x000055ee istore  0x00000001 , 0x00000005 
- 00027920  0x000055ef setarg  0x000015ef 
- 00027921  0x000055f0 istore  0x00000002 , 0x00000005 
- 00027922  0x000055f1 setarg  0x00001183 
- 00027923  0x000055f2 istore  0x00000002 , 0x00000005 
- 00027924  0x000055f3 copy  0x00000002 , 0x0000003f 
- 00027925  0x000055f4 istore  0x00000001 , 0x00000005 
- 00027926  0x000055f5 setarg  0x000000f0 
- 00027927  0x000055f6 istore  0x00000003 , 0x00000005 
- 00027928  0x000055f7 setarg  0x0000007f 
- 00027929  0x000055f8 istore  0x00000002 , 0x00000005 
- 00027930  0x000055f9 setarg  0x00000000 
- 00027931  0x000055fa istore  0x00000001 , 0x00000005 
- 00027932  0x000055fb setarg  0x00000001 
- 00027933  0x000055fc istore  0x00000001 , 0x00000005 
- 00027934  0x000055fd call  0x00006b7c 
- 00027935  0x000055fe istore  0x00000001 , 0x00000005 
- 00027936  0x000055ff jam  0x00000010 , 0x00004757 
- 00027937  0x00005600 rtn 
- 00027938  0x00005602 set1  0x00000025 , 0x00000000 
- 00027939  0x00005603 bpatch  0x000000c6 , 0x00004038 
- 00027940  0x00005604 call  0x000052e0 
- 00027941  0x00005605 call  0x000052ef 
- 00027942  0x00005606 setarg  0x0000000e 
- 00027943  0x00005607 istore  0x00000002 , 0x00000005 
- 00027944  0x00005608 fetch  0x00000002 , 0x000042b3 
- 00027945  0x00005609 istore  0x00000002 , 0x00000005 
- 00027946  0x0000560a fetch  0x00000001 , 0x00004751 
- 00027947  0x0000560b lshift  0x0000003f , 0x0000003f 
- 00027948  0x0000560c set1  0x00000000 , 0x0000003f 
- 00027949  0x0000560d istore  0x00000001 , 0x00000005 
- 00027950  0x0000560e setarg  0x000015ef 
- 00027951  0x0000560f istore  0x00000002 , 0x00000005 
- 00027952  0x00005610 setarg  0x00001181 
- 00027953  0x00005611 istore  0x00000002 , 0x00000005 
- 00027954  0x00005612 fetch  0x00000001 , 0x0000474b 
- 00027955  0x00005613 istore  0x00000001 , 0x00000005 
- 00027956  0x00005614 setarg  0x000000e0 
- 00027957  0x00005615 istore  0x00000003 , 0x00000005 
- 00027958  0x00005616 setarg  0x0000007f 
- 00027959  0x00005617 istore  0x00000002 , 0x00000005 
- 00027960  0x00005618 setarg  0x00000000 
- 00027961  0x00005619 istore  0x00000001 , 0x00000005 
- 00027962  0x0000561a setarg  0x00000007 
- 00027963  0x0000561b istore  0x00000001 , 0x00000005 
- 00027964  0x0000561c call  0x00006b7c 
- 00027965  0x0000561d istore  0x00000001 , 0x00000005 
- 00027966  0x0000561e rtn 
- 00027967  0x00005620 set1  0x00000025 , 0x00000000 
- 00027968  0x00005621 bpatch  0x000000c7 , 0x00004038 
- 00027969  0x00005622 call  0x000052ef 
- 00027970  0x00005623 setarg  0x00000008 
- 00027971  0x00005624 istore  0x00000002 , 0x00000005 
- 00027972  0x00005625 fetch  0x00000002 , 0x000042b3 
- 00027973  0x00005626 istore  0x00000002 , 0x00000005 
- 00027974  0x00005627 fetch  0x00000001 , 0x00004751 
- 00027975  0x00005628 lshift  0x0000003f , 0x0000003f 
- 00027976  0x00005629 set1  0x00000000 , 0x0000003f 
- 00027977  0x0000562a istore  0x00000001 , 0x00000005 
- 00027978  0x0000562b setarg  0x000009ef 
- 00027979  0x0000562c istore  0x00000002 , 0x00000005 
- 00027980  0x0000562d setarg  0x000005e3 
- 00027981  0x0000562e istore  0x00000002 , 0x00000005 
- 00027982  0x0000562f copy  0x00000002 , 0x0000003f 
- 00027983  0x00005630 istore  0x00000001 , 0x00000005 
- 00027984  0x00005631 setarg  0x0000008d 
- 00027985  0x00005632 istore  0x00000001 , 0x00000005 
- 00027986  0x00005633 call  0x00006b7c 
- 00027987  0x00005634 istore  0x00000001 , 0x00000005 
- 00027988  0x00005635 rtn 
- 00027989  0x00005638 set1  0x00000025 , 0x00000000 
- 00027990  0x00005639 bpatch  0x000000c8 , 0x00004039 
- 00027991  0x0000563a call  0x000052e0 
- 00027992  0x0000563b call  0x000052ef 
- 00027993  0x0000563c setarg  0x00000008 
- 00027994  0x0000563d istore  0x00000002 , 0x00000005 
- 00027995  0x0000563e fetch  0x00000002 , 0x000042b3 
- 00027996  0x0000563f istore  0x00000002 , 0x00000005 
- 00027997  0x00005640 copy  0x00000002 , 0x0000000b 
- 00027998  0x00005641 fetch  0x00000001 , 0x00004751 
- 00027999  0x00005642 lshift  0x0000003f , 0x0000003f 
- 00028000  0x00005643 set1  0x00000000 , 0x0000003f 
- 00028001  0x00005644 istore  0x00000001 , 0x00000005 
- 00028002  0x00005645 setarg  0x000009ef 
- 00028003  0x00005646 istore  0x00000002 , 0x00000005 
- 00028004  0x00005647 setarg  0x000005e1 
- 00028005  0x00005648 istore  0x00000002 , 0x00000005 
- 00028006  0x00005649 copy  0x0000000b , 0x0000003f 
- 00028007  0x0000564a istore  0x00000001 , 0x00000005 
- 00028008  0x0000564b setarg  0x0000008d 
- 00028009  0x0000564c istore  0x00000001 , 0x00000005 
- 00028010  0x0000564d call  0x00006b7c 
- 00028011  0x0000564e istore  0x00000001 , 0x00000005 
- 00028012  0x0000564f rtn 
- 00028013  0x00005652 set1  0x00000025 , 0x00000000 
- 00028014  0x00005653 bpatch  0x000000c9 , 0x00004039 
- 00028015  0x00005654 fetch  0x00000001 , 0x00004757 
- 00028016  0x00005655 rtn  0x00000034 
- 00028017  0x00005656 hfetch  0x00000002 , 0x00008112 
- 00028018  0x00005657 nrtn  0x00000034 
- 00028019  0x00005658 copy  0x00000011 , 0x0000003f 
- 00028020  0x00005659 store  0x00000001 , 0x00000162 
- 00028021  0x0000565a storet  0x00000001 , 0x00000161 
- 00028022  0x0000565b call  0x0000527a 
- 00028023  0x0000565c nrtn  0x00000034 
- 00028024  0x0000565d call  0x000052e0 
- 00028025  0x0000565e call  0x000052ef 
- 00028026  0x0000565f setarg  0x00000005 
- 00028027  0x00005660 istore  0x00000002 , 0x00000005 
- 00028028  0x00005661 fetch  0x00000002 , 0x000042b3 
- 00028029  0x00005662 istore  0x00000002 , 0x00000005 
- 00028030  0x00005663 fetch  0x00000001 , 0x000004a5 
- 00028031  0x00005664 istore  0x00000001 , 0x00000005 
- 00028032  0x00005665 setarg  0x000001ff 
- 00028033  0x00005666 istore  0x00000002 , 0x00000005 
- 00028034  0x00005667 fetch  0x00000001 , 0x00004757 
- 00028035  0x00005668 istore  0x00000001 , 0x00000005 
- 00028036  0x00005669 fetch  0x00000001 , 0x00004754 
- 00028037  0x0000566a istore  0x00000001 , 0x00000005 
- 00028038  0x0000566b jam  0x00000000 , 0x00004757 
- 00028039  0x0000566c rtn 
- 00028040  0x0000566f fetch  0x00000002 , 0x00000497 
- 00028041  0x00005670 rtn  0x00000034 
- 00028042  0x00005671 fetch  0x00000001 , 0x00004757 
- 00028043  0x00005672 increase  0x00000001 , 0x0000003f 
- 00028044  0x00005673 store  0x00000001 , 0x00004757 
- 00028045  0x00005674 rtn 
- 00028046  0x00005677 set1  0x00000025 , 0x00000000 
- 00028047  0x00005678 bpatch  0x000000ca , 0x00004039 
- 00028048  0x00005679 fetch  0x00000002 , 0x00000497 
- 00028049  0x0000567a copy  0x0000003f , 0x00000039 
- 00028050  0x0000567b call  0x000068f7 
- 00028051  0x0000567c fetch  0x00000002 , 0x00000499 
- 00028052  0x0000567d copy  0x0000003f , 0x00000006 
- 00028053  0x0000567e call  0x00004976 
- 00028054  0x0000567f branch  0x000068fa 
- 00028055  0x00005682 set1  0x00000025 , 0x00000000 
- 00028056  0x00005683 bpatch  0x000000cb , 0x00004039 
- 00028057  0x00005685 fetch  0x00000001 , 0x00004756 
- 00028058  0x00005686 rtn  0x00000034 
- 00028059  0x00005687 increase  0xffffffff , 0x0000003f 
- 00028060  0x00005688 store  0x00000001 , 0x00004756 
- 00028061  0x00005689 fetch  0x00000002 , 0x0000474c 
- 00028062  0x0000568a fetcht  0x00000002 , 0x0000480e 
- 00028063  0x0000568b isub  0x00000002 , 0x0000003e 
- 00028064  0x0000568c branch  0x00006da2 , 0x00000002 
- 00028065  0x0000568d store  0x00000002 , 0x0000480e 
- 00028066  0x0000568f fetch  0x00000001 , 0x00004757 
- 00028067  0x00005690 branch  0x00006daa , 0x00000034 
- 00028068  0x00005691 jam  0x00000001 , 0x000004a8 
- 00028069  0x00005692 fetch  0x00000001 , 0x00004754 
- 00028070  0x00005693 store  0x00000001 , 0x000004a7 
- 00028071  0x00005694 setarg  0x000000ff 
- 00028072  0x00005695 store  0x00000001 , 0x000004a6 
- 00028073  0x00005696 branch  0x00006daf 
- 00028074  0x00005698 jam  0x00000000 , 0x000004a8 
- 00028075  0x00005699 fetch  0x00000001 , 0x00004753 
- 00028076  0x0000569a store  0x00000001 , 0x000004a7 
- 00028077  0x0000569b setarg  0x000000ef 
- 00028078  0x0000569c store  0x00000001 , 0x000004a6 
- 00028079  0x0000569e set1  0x00000025 , 0x00000000 
- 00028080  0x0000569f bpatch  0x000000cc , 0x00004039 
- 00028081  0x000056a0 fetch  0x00000001 , 0x0000480e 
- 00028082  0x000056a1 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00028083  0x000056a2 branch  0x00006db7 , 0x00000002 
- 00028084  0x000056a3 fetch  0x00000001 , 0x000004a8 
- 00028085  0x000056a4 increase  0x00000001 , 0x0000003f 
- 00028086  0x000056a5 store  0x00000001 , 0x000004a8 
- 00028087  0x000056a7 call  0x00006bbf 
- 00028088  0x000056a8 fetch  0x00000002 , 0x0000480e 
- 00028089  0x000056a9 increase  0x00000008 , 0x0000003f 
- 00028090  0x000056aa fetcht  0x00000001 , 0x000004a8 
- 00028091  0x000056ab iadd  0x00000002 , 0x00000011 
- 00028092  0x000056ad call  0x00005248 
- 00028093  0x000056ae store  0x00000002 , 0x000002de 
- 00028094  0x000056af increase  0x00000004 , 0x0000003f 
- 00028095  0x000056b0 store  0x00000002 , 0x000002e0 
- 00028096  0x000056b1 copy  0x0000003f , 0x00000005 
- 00028097  0x000056b2 fetch  0x00000001 , 0x000004a5 
- 00028098  0x000056b3 istore  0x00000001 , 0x00000005 
- 00028099  0x000056b4 fetch  0x00000001 , 0x000004a6 
- 00028100  0x000056b5 istore  0x00000001 , 0x00000005 
- 00028101  0x000056b6 call  0x00006dd8 
- 00028102  0x000056b7 call  0x00006de8 
- 00028103  0x000056b8 call  0x00007f6b 
- 00028104  0x000056b9 fetch  0x00000001 , 0x0000480e 
- 00028105  0x000056ba copy  0x0000003f , 0x00000039 
- 00028106  0x000056bb call  0x0000497c 
- 00028107  0x000056bc fetch  0x00000001 , 0x000004a7 
- 00028108  0x000056bd istore  0x00000001 , 0x00000005 
- 00028109  0x000056be fetch  0x00000002 , 0x000002de 
- 00028110  0x000056bf copy  0x0000003f , 0x00000005 
- 00028111  0x000056c0 fetch  0x00000002 , 0x0000480e 
- 00028112  0x000056c1 fetcht  0x00000001 , 0x000004a8 
- 00028113  0x000056c2 iadd  0x00000002 , 0x0000003f 
- 00028114  0x000056c3 increase  0x00000004 , 0x0000003f 
- 00028115  0x000056c4 istore  0x00000002 , 0x00000005 
- 00028116  0x000056c5 fetch  0x00000002 , 0x000042b3 
- 00028117  0x000056c6 istore  0x00000002 , 0x00000005 
- 00028118  0x000056c7 jam  0x00000000 , 0x00004757 
- 00028119  0x000056c8 branch  0x0000428c 
- 00028120  0x000056cb fetch  0x00000002 , 0x0000480e 
- 00028121  0x000056cc sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00028122  0x000056cd nbranch  0x00006ddf , 0x00000002 
- 00028123  0x000056ce lshift  0x0000003f , 0x0000003f 
- 00028124  0x000056cf set1  0x00000000 , 0x0000003f 
- 00028125  0x000056d0 istore  0x00000001 , 0x00000005 
- 00028126  0x000056d1 rtn 
- 00028127  0x000056d3 fetch  0x00000002 , 0x0000480e 
- 00028128  0x000056d4 rshift3  0x0000003f , 0x0000003f 
- 00028129  0x000056d5 rshift4  0x0000003f , 0x00000002 
- 00028130  0x000056d6 and_into  0x0000007f , 0x0000003f 
- 00028131  0x000056d7 lshift  0x0000003f , 0x0000003f 
- 00028132  0x000056d8 set0  0x00000000 , 0x0000003f 
- 00028133  0x000056d9 istore  0x00000001 , 0x00000005 
- 00028134  0x000056da istoret  0x00000001 , 0x00000005 
- 00028135  0x000056db rtn 
- 00028136  0x000056dd fetch  0x00000001 , 0x00004757 
- 00028137  0x000056de rtn  0x00000034 
- 00028138  0x000056df istore  0x00000001 , 0x00000005 
- 00028139  0x000056e0 rtn 
- 00028140  0x000056e6 set1  0x00000025 , 0x00000000 
- 00028141  0x000056e7 bpatch  0x0000009d , 0x00004033 
- 00028142  0x000056e8 call  0x00007c45 
- 00028143  0x000056e9 call  0x00003e73 
- 00028144  0x000056ea call  0x00006235 
- 00028145  0x000056ec set1  0x00000025 , 0x00000000 
- 00028146  0x000056ed bpatch  0x0000009e , 0x00004033 
- 00028147  0x000056ee call  0x00007813 
- 00028148  0x000056ef call  0x000077ee 
- 00028149  0x000056f0 call  0x000077fe 
- 00028150  0x000056f2 set1  0x00000025 , 0x00000000 
- 00028151  0x000056f3 bpatch  0x0000009f , 0x00004033 
- 00028152  0x000056f4 fetch  0x00000001 , 0x00004132 
- 00028153  0x000056f5 rtneq  0x00000001 
- 00028154  0x000056f7 call  0x0000527a 
- 00028155  0x000056f8 nrtn  0x00000034 
- 00028156  0x000056fa call  0x00004dcd 
- 00028157  0x000056fc call  0x0000527a 
- 00028158  0x000056fd nrtn  0x00000034 
- 00028159  0x000056fe set1  0x00000025 , 0x00000000 
- 00028160  0x000056ff bpatch  0x000000a0 , 0x00004034 
- 00028161  0x00005701 call  0x00006e47 
- 00028162  0x00005702 call  0x00004f6e 
- 00028163  0x00005703 call  0x00006cd8 
- 00028164  0x00005705 call  0x00006e0a 
- 00028165  0x00005706 set1  0x00000025 , 0x00000000 
- 00028166  0x00005707 bpatch  0x000000a1 , 0x00004034 
- 00028167  0x00005708 call  0x0000527a 
- 00028168  0x00005709 nrtn  0x00000034 
- 00028169  0x0000570a branch  0x00003e6f 
- 00028170  0x0000570d set1  0x00000025 , 0x00000000 
- 00028171  0x0000570e bpatch  0x000000a2 , 0x00004034 
- 00028172  0x0000570f fetch  0x00000001 , 0x000002e6 
- 00028173  0x00005710 bbit1  0x00000000 , 0x0000508f 
- 00028174  0x00005711 bbit1  0x00000007 , 0x00005099 
- 00028175  0x00005712 rtn 
- 00028176  0x00005715 set1  0x00000025 , 0x00000000 
- 00028177  0x00005716 bpatch  0x000000a3 , 0x00004034 
- 00028178  0x00005717 call  0x0000527e 
- 00028179  0x00005718 rtn  0x00000034 
- 00028180  0x00005719 fetch  0x00000001 , 0x0000004b 
- 00028181  0x0000571a rtnbit1  0x00000006 
- 00028182  0x0000571b call  0x00005261 
- 00028183  0x0000571c store  0x00000002 , 0x00000179 
- 00028184  0x0000571d copy  0x0000003f , 0x00000006 
- 00028185  0x0000571e ifetch  0x00000002 , 0x00000006 
- 00028186  0x0000571f increase  0x00000004 , 0x0000003f 
- 00028187  0x00005720 store  0x00000002 , 0x00000091 
- 00028188  0x00005721 jam  0x00000006 , 0x00000090 
- 00028189  0x00005722 set1  0x00000025 , 0x00000000 
- 00028190  0x00005723 bpatch  0x000000a4 , 0x00004034 
- 00028191  0x00005724 fetch  0x00000002 , 0x000042af 
- 00028192  0x00005725 branch  0x00006e2d , 0x00000034 
- 00028193  0x00005726 fetch  0x00000001 , 0x0000004b 
- 00028194  0x00005727 rtnbit0  0x00000007 
- 00028195  0x00005728 set0  0x00000007 , 0x0000003f 
- 00028196  0x00005729 store  0x00000001 , 0x0000004b 
- 00028197  0x0000572a jam  0x00000005 , 0x00000090 
- 00028198  0x0000572b fetcht  0x00000002 , 0x000042af 
- 00028199  0x0000572c fetch  0x00000002 , 0x00000179 
- 00028200  0x0000572d iadd  0x00000002 , 0x0000003f 
- 00028201  0x0000572e store  0x00000002 , 0x00000179 
- 00028202  0x0000572f fetch  0x00000002 , 0x00000091 
- 00028203  0x00005730 isub  0x00000002 , 0x0000003f 
- 00028204  0x00005731 store  0x00000002 , 0x00000091 
- 00028205  0x00005733 set1  0x00000025 , 0x00000000 
- 00028206  0x00005734 bpatch  0x000000a5 , 0x00004034 
- 00028207  0x00005735 fetch  0x00000002 , 0x00000091 
- 00028208  0x00005736 branch  0x00003bf1 , 0x00000034 
- 00028209  0x00005737 arg  0x00000104 , 0x00000002 
- 00028210  0x00005738 isub  0x00000002 , 0x0000003f 
- 00028211  0x00005739 nbranch  0x00006e3b , 0x00000002 
- 00028212  0x0000573a set1  0x00000025 , 0x00000000 
- 00028213  0x0000573b bpatch  0x000000a6 , 0x00004034 
- 00028214  0x0000573c storet  0x00000002 , 0x00000091 
- 00028215  0x0000573d fetch  0x00000002 , 0x000042af 
- 00028216  0x0000573e iadd  0x00000002 , 0x0000003f 
- 00028217  0x0000573f store  0x00000002 , 0x000042af 
- 00028218  0x00005740 branch  0x00006e3d 
- 00028219  0x00005742 setarg  0x00000000 
- 00028220  0x00005743 store  0x00000002 , 0x000042af 
- 00028221  0x00005745 fetch  0x00000001 , 0x0000004b 
- 00028222  0x00005746 set1  0x00000006 , 0x0000003f 
- 00028223  0x00005747 store  0x00000001 , 0x0000004b 
- 00028224  0x00005748 rtn 
- 00028225  0x0000574b fetch  0x00000001 , 0x000047f6 
- 00028226  0x0000574c bbit1  0x00000000 , 0x00006e45 
- 00028227  0x0000574d jam  0x00000001 , 0x000002ee 
- 00028228  0x0000574e rtn 
- 00028229  0x00005750 jam  0x0000000f , 0x000002ee 
- 00028230  0x00005751 rtn 
- 00028231  0x00005754 fetch  0x00000001 , 0x000047f3 
- 00028232  0x00005755 nbranch  0x00006e4d , 0x00000034 
- 00028233  0x00005757 fetch  0x00000001 , 0x000002ed 
- 00028234  0x00005759 rtn  0x00000034 
- 00028235  0x0000575b jam  0x00000000 , 0x000002ed 
- 00028236  0x0000575d rtn 
- 00028237  0x00005761 set1  0x00000025 , 0x00000000 
- 00028238  0x00005762 bpatch  0x000000a7 , 0x00004034 
- 00028239  0x00005763 fetch  0x00000001 , 0x000002ee 
- 00028240  0x00005764 rtn  0x00000034 
- 00028241  0x00005765 beq  0x00000001 , 0x00006e6e 
- 00028242  0x00005766 beq  0x00000002 , 0x00006ec7 
- 00028243  0x00005767 beq  0x00000003 , 0x00006e74 
- 00028244  0x00005768 beq  0x00000004 , 0x00006ecb 
- 00028245  0x00005769 beq  0x0000003b , 0x00006e7e 
- 00028246  0x0000576a beq  0x0000003c , 0x00006ece 
- 00028247  0x0000576b beq  0x0000000d , 0x00006e83 
- 00028248  0x0000576c beq  0x0000000e , 0x00006ed3 
- 00028249  0x0000576d beq  0x0000000f , 0x00006e86 
- 00028250  0x0000576e beq  0x00000010 , 0x00006ed9 
- 00028251  0x0000576f beq  0x00000011 , 0x00006e8c 
- 00028252  0x00005770 beq  0x00000012 , 0x00006edd 
- 00028253  0x00005771 beq  0x00000013 , 0x00006e92 
- 00028254  0x00005772 beq  0x00000014 , 0x00006ee1 
- 00028255  0x00005773 beq  0x00000015 , 0x00006e98 
- 00028256  0x00005774 beq  0x00000016 , 0x00006ee5 
- 00028257  0x00005775 beq  0x00000017 , 0x00006e9e 
- 00028258  0x00005776 beq  0x00000018 , 0x00006eea 
- 00028259  0x00005777 beq  0x00000019 , 0x00006ea4 
- 00028260  0x00005778 beq  0x0000001a , 0x00006eee 
- 00028261  0x00005779 beq  0x0000001b , 0x00006eaa 
- 00028262  0x0000577a beq  0x0000001c , 0x00006ef2 
- 00028263  0x0000577b beq  0x0000001d , 0x00006eb0 
- 00028264  0x0000577c beq  0x0000001e , 0x00006ef7 
- 00028265  0x0000577d beq  0x0000001f , 0x00006eb6 
- 00028266  0x0000577e beq  0x00000020 , 0x00006efb 
- 00028267  0x0000577f beq  0x00000021 , 0x00006ec1 
- 00028268  0x00005780 beq  0x00000022 , 0x00006eff 
- 00028269  0x00005782 rtn 
- 00028270  0x00005784 call  0x00006f0a 
- 00028271  0x00005785 jam  0x00000002 , 0x000002ee 
- 00028272  0x00005786 fetch  0x00000001 , 0x000042b9 
- 00028273  0x00005787 set1  0x00000000 , 0x0000003f 
- 00028274  0x00005788 store  0x00000001 , 0x000042b9 
- 00028275  0x00005789 rtn 
- 00028276  0x0000578b jam  0x00000004 , 0x000002ee 
- 00028277  0x0000578c fetch  0x00000001 , 0x000042b9 
- 00028278  0x0000578d rtnbit1  0x00000002 
- 00028279  0x0000578e jam  0x00000003 , 0x000002ee 
- 00028280  0x0000578f call  0x00006f12 
- 00028281  0x00005790 jam  0x00000004 , 0x000002ee 
- 00028282  0x00005791 fetch  0x00000001 , 0x000042b9 
- 00028283  0x00005792 set1  0x00000002 , 0x0000003f 
- 00028284  0x00005793 store  0x00000001 , 0x000042b9 
- 00028285  0x00005794 rtn 
- 00028286  0x00005796 call  0x0000527e 
- 00028287  0x00005797 nrtn  0x00000034 
- 00028288  0x00005798 call  0x00006f23 
- 00028289  0x00005799 jam  0x0000003c , 0x000002ee 
- 00028290  0x0000579a rtn 
- 00028291  0x0000579c call  0x00006f18 
- 00028292  0x0000579d jam  0x0000000e , 0x000002ee 
- 00028293  0x0000579e rtn 
- 00028294  0x000057a0 call  0x00006f36 
- 00028295  0x000057a1 jam  0x00000010 , 0x000002ee 
- 00028296  0x000057a2 fetch  0x00000001 , 0x000042bb 
- 00028297  0x000057a3 set1  0x00000000 , 0x0000003f 
- 00028298  0x000057a4 store  0x00000001 , 0x000042bb 
- 00028299  0x000057a5 rtn 
- 00028300  0x000057a7 call  0x00006f3e 
- 00028301  0x000057a8 jam  0x00000012 , 0x000002ee 
- 00028302  0x000057a9 fetch  0x00000001 , 0x000042bb 
- 00028303  0x000057aa set1  0x00000002 , 0x0000003f 
- 00028304  0x000057ab store  0x00000001 , 0x000042bb 
- 00028305  0x000057ac rtn 
- 00028306  0x000057ae call  0x00006f44 
- 00028307  0x000057af jam  0x00000014 , 0x000002ee 
- 00028308  0x000057b0 fetch  0x00000001 , 0x000042bc 
- 00028309  0x000057b1 set1  0x00000000 , 0x0000003f 
- 00028310  0x000057b2 store  0x00000001 , 0x000042bc 
- 00028311  0x000057b3 rtn 
- 00028312  0x000057b5 call  0x00006f4c 
- 00028313  0x000057b6 jam  0x00000016 , 0x000002ee 
- 00028314  0x000057b7 fetch  0x00000001 , 0x000042bc 
- 00028315  0x000057b8 set1  0x00000002 , 0x0000003f 
- 00028316  0x000057b9 store  0x00000001 , 0x000042bc 
- 00028317  0x000057ba rtn 
- 00028318  0x000057bc call  0x00006f28 
- 00028319  0x000057bd jam  0x00000018 , 0x000002ee 
- 00028320  0x000057be fetch  0x00000001 , 0x000042ba 
- 00028321  0x000057bf set1  0x00000000 , 0x0000003f 
- 00028322  0x000057c0 store  0x00000001 , 0x000042ba 
- 00028323  0x000057c1 rtn 
- 00028324  0x000057c3 call  0x00006f30 
- 00028325  0x000057c4 jam  0x0000001a , 0x000002ee 
- 00028326  0x000057c5 fetch  0x00000001 , 0x000042ba 
- 00028327  0x000057c6 set1  0x00000002 , 0x0000003f 
- 00028328  0x000057c7 store  0x00000001 , 0x000042ba 
- 00028329  0x000057c8 rtn 
- 00028330  0x000057ca call  0x00006f52 
- 00028331  0x000057cb jam  0x0000001c , 0x000002ee 
- 00028332  0x000057cc fetch  0x00000001 , 0x000042ba 
- 00028333  0x000057cd set1  0x00000006 , 0x0000003f 
- 00028334  0x000057ce store  0x00000001 , 0x000042ba 
- 00028335  0x000057cf rtn 
- 00028336  0x000057d1 call  0x00006f5a 
- 00028337  0x000057d2 fetch  0x00000001 , 0x000042bd 
- 00028338  0x000057d3 set1  0x00000000 
- 00028339  0x000057d4 store  0x00000001 , 0x000042bd 
- 00028340  0x000057d5 jam  0x0000001e , 0x000002ee 
- 00028341  0x000057d6 rtn 
- 00028342  0x000057d8 call  0x00006f61 
- 00028343  0x000057d9 fetch  0x00000001 , 0x000042bd 
- 00028344  0x000057da set1  0x00000002 
- 00028345  0x000057db store  0x00000001 , 0x000042bd 
- 00028346  0x000057dc jam  0x00000020 , 0x000002ee 
- 00028347  0x000057dd fetch  0x00000001 , 0x00004752 
- 00028348  0x000057de lshift3  0x0000003f , 0x0000003f 
- 00028349  0x000057df or_into  0x00000003 , 0x0000003f 
- 00028350  0x000057e0 arg  0x00004753 , 0x00000002 
- 00028351  0x000057e1 storet  0x00000002 , 0x0000048f 
- 00028352  0x000057e2 branch  0x00006b82 
- 00028353  0x000057e4 call  0x00006f6c 
- 00028354  0x000057e5 fetch  0x00000001 , 0x000042bd 
- 00028355  0x000057e6 set1  0x00000004 
- 00028356  0x000057e7 store  0x00000001 , 0x000042bd 
- 00028357  0x000057e8 jam  0x00000022 , 0x000002ee 
- 00028358  0x000057e9 rtn 
- 00028359  0x000057ec fetch  0x00000001 , 0x000042b9 
- 00028360  0x000057ed rtnbit0  0x00000001 
- 00028361  0x000057ee jam  0x00000003 , 0x000002ee 
- 00028362  0x000057ef branch  0x00006e4d 
- 00028363  0x000057f1 fetch  0x00000001 , 0x000042b9 
- 00028364  0x000057f2 rtnne  0x0000003f 
- 00028365  0x000057f3 jam  0x0000003b , 0x000002ee 
- 00028366  0x000057f5 fetch  0x00000001 , 0x000002ec 
- 00028367  0x000057f6 rtnne  0x00000017 
- 00028368  0x000057f7 jam  0x00000000 , 0x000002ec 
- 00028369  0x000057f8 jam  0x0000000d , 0x000002ee 
- 00028370  0x000057f9 branch  0x00006e4d 
- 00028371  0x000057fb fetch  0x00000001 , 0x000042b9 
- 00028372  0x000057fc nrtn  0x00000034 
- 00028373  0x000057fd fetch  0x00000001 , 0x000047f6 
- 00028374  0x000057fe bbit1  0x00000000 , 0x00006f02 
- 00028375  0x000057ff bbit1  0x00000006 , 0x00006f04 
- 00028376  0x00005800 branch  0x00006f08 
- 00028377  0x00005802 fetch  0x00000001 , 0x000042bb 
- 00028378  0x00005803 rtnbit0  0x00000001 
- 00028379  0x00005804 jam  0x00000011 , 0x000002ee 
- 00028380  0x00005805 branch  0x00006e4d 
- 00028381  0x00005807 fetch  0x00000001 , 0x000042bb 
- 00028382  0x00005808 rtnne  0x0000003f 
- 00028383  0x00005809 jam  0x00000013 , 0x000002ee 
- 00028384  0x0000580a branch  0x00006e4d 
- 00028385  0x0000580c fetch  0x00000001 , 0x000042bc 
- 00028386  0x0000580d rtnbit0  0x00000001 
- 00028387  0x0000580e jam  0x00000015 , 0x000002ee 
- 00028388  0x0000580f branch  0x00006e4d 
- 00028389  0x00005811 fetch  0x00000001 , 0x000042bc 
- 00028390  0x00005812 rtnne  0x0000003f 
- 00028391  0x00005813 fetch  0x00000001 , 0x000047f6 
- 00028392  0x00005814 bbit1  0x00000006 , 0x00006f04 
- 00028393  0x00005815 branch  0x00006f08 
- 00028394  0x00005817 fetch  0x00000001 , 0x000042ba 
- 00028395  0x00005818 rtnbit0  0x00000001 
- 00028396  0x00005819 jam  0x00000019 , 0x000002ee 
- 00028397  0x0000581a branch  0x00006e4d 
- 00028398  0x0000581c fetch  0x00000001 , 0x000042ba 
- 00028399  0x0000581d rtnne  0x0000003f 
- 00028400  0x0000581e jam  0x0000001b , 0x000002ee 
- 00028401  0x0000581f branch  0x00006e4d 
- 00028402  0x00005821 fetch  0x00000001 , 0x000042ba 
- 00028403  0x00005822 rtnne  0x000000ff 
- 00028404  0x00005823 fetch  0x00000001 , 0x000047f6 
- 00028405  0x00005824 bbit1  0x00000006 , 0x00006f06 
- 00028406  0x00005825 branch  0x00006f08 
- 00028407  0x00005827 fetch  0x00000001 , 0x000042bd 
- 00028408  0x00005828 rtnbit0  0x00000001 
- 00028409  0x00005829 jam  0x0000001f , 0x000002ee 
- 00028410  0x0000582a branch  0x00006e4d 
- 00028411  0x0000582c fetch  0x00000001 , 0x000042bd 
- 00028412  0x0000582d rtnbit0  0x00000003 
- 00028413  0x0000582e jam  0x00000021 , 0x000002ee 
- 00028414  0x0000582f branch  0x00006e4d 
- 00028415  0x00005831 fetch  0x00000001 , 0x000042bd 
- 00028416  0x00005832 rtnne  0x000000ff 
- 00028417  0x00005833 branch  0x00006f08 
- 00028418  0x00005836 jam  0x0000000f , 0x000002ee 
- 00028419  0x00005837 branch  0x00006e4d 
- 00028420  0x0000583a jam  0x00000017 , 0x000002ee 
- 00028421  0x0000583b branch  0x00006e4d 
- 00028422  0x0000583d jam  0x0000001d , 0x000002ee 
- 00028423  0x0000583e branch  0x00006e4d 
- 00028424  0x00005843 jam  0x00000000 , 0x000002ee 
- 00028425  0x00005844 rtn 
- 00028426  0x00005846 set1  0x00000025 , 0x00000000 
- 00028427  0x00005847 bpatch  0x000000a8 , 0x00004035 
- 00028428  0x00005848 call  0x000052c4 
- 00028429  0x00005849 setarg  0x00000001 
- 00028430  0x0000584a copy  0x0000003f , 0x00000002 
- 00028431  0x0000584b setarg  0x00000050 
- 00028432  0x0000584c copy  0x0000003f , 0x0000000b 
- 00028433  0x0000584d branch  0x000050b0 
- 00028434  0x00005850 set1  0x00000025 , 0x00000000 
- 00028435  0x00005851 bpatch  0x000000a9 , 0x00004035 
- 00028436  0x00005852 call  0x000052c4 
- 00028437  0x00005853 fetch  0x00000002 , 0x000042b1 
- 00028438  0x00005854 copy  0x0000003f , 0x00000002 
- 00028439  0x00005855 branch  0x000050c0 
- 00028440  0x00005858 set1  0x00000025 , 0x00000000 
- 00028441  0x00005859 bpatch  0x000000aa , 0x00004035 
- 00028442  0x0000585a call  0x000052c4 
- 00028443  0x0000585b fetch  0x00000002 , 0x000042b1 
- 00028444  0x0000585c copy  0x0000003f , 0x00000002 
- 00028445  0x0000585d arg  0x00000050 , 0x0000000b 
- 00028446  0x0000585e call  0x000050d6 
- 00028447  0x0000585f fetch  0x00000001 , 0x000042b9 
- 00028448  0x00005860 set0  0x00000005 , 0x0000003f 
- 00028449  0x00005861 store  0x00000001 , 0x000042b9 
- 00028450  0x00005862 rtn 
- 00028451  0x00005865 set1  0x00000025 , 0x00000000 
- 00028452  0x00005866 bpatch  0x000000ab , 0x00004035 
- 00028453  0x00005867 call  0x000052d2 
- 00028454  0x00005868 call  0x000071b0 
- 00028455  0x00005869 branch  0x000050f2 
- 00028456  0x0000586c set1  0x00000025 , 0x00000000 
- 00028457  0x0000586d bpatch  0x000000ac , 0x00004035 
- 00028458  0x0000586e call  0x000052c4 
- 00028459  0x0000586f setarg  0x00000003 
- 00028460  0x00005870 copy  0x0000003f , 0x00000002 
- 00028461  0x00005871 setarg  0x00000051 
- 00028462  0x00005872 copy  0x0000003f , 0x0000000b 
- 00028463  0x00005873 branch  0x000050b0 
- 00028464  0x00005876 set1  0x00000025 , 0x00000000 
- 00028465  0x00005877 bpatch  0x000000ad , 0x00004035 
- 00028466  0x00005878 call  0x000052c4 
- 00028467  0x00005879 fetch  0x00000002 , 0x000042b3 
- 00028468  0x0000587a copy  0x0000003f , 0x00000002 
- 00028469  0x0000587b branch  0x000050c0 
- 00028470  0x0000587e set1  0x00000025 , 0x00000000 
- 00028471  0x0000587f bpatch  0x000000ae , 0x00004035 
- 00028472  0x00005880 call  0x000052c4 
- 00028473  0x00005881 setarg  0x00000011 
- 00028474  0x00005882 copy  0x0000003f , 0x00000002 
- 00028475  0x00005883 setarg  0x00000052 
- 00028476  0x00005884 copy  0x0000003f , 0x0000000b 
- 00028477  0x00005885 branch  0x000050b0 
- 00028478  0x00005888 set1  0x00000025 , 0x00000000 
- 00028479  0x00005889 bpatch  0x000000af , 0x00004035 
- 00028480  0x0000588a call  0x000052c4 
- 00028481  0x0000588b fetch  0x00000002 , 0x000042b5 
- 00028482  0x0000588c copy  0x0000003f , 0x00000002 
- 00028483  0x0000588d branch  0x000050c0 
- 00028484  0x00005890 set1  0x00000025 , 0x00000000 
- 00028485  0x00005891 bpatch  0x000000b0 , 0x00004036 
- 00028486  0x00005892 call  0x000052c4 
- 00028487  0x00005893 setarg  0x00000013 
- 00028488  0x00005894 copy  0x0000003f , 0x00000002 
- 00028489  0x00005895 setarg  0x00000053 
- 00028490  0x00005896 copy  0x0000003f , 0x0000000b 
- 00028491  0x00005897 branch  0x000050b0 
- 00028492  0x0000589a set1  0x00000025 , 0x00000000 
- 00028493  0x0000589b bpatch  0x000000b1 , 0x00004036 
- 00028494  0x0000589c call  0x000052c4 
- 00028495  0x0000589d fetch  0x00000002 , 0x000042b7 
- 00028496  0x0000589e copy  0x0000003f , 0x00000002 
- 00028497  0x0000589f branch  0x000050c0 
- 00028498  0x000058a2 set1  0x00000025 , 0x00000000 
- 00028499  0x000058a3 bpatch  0x000000b2 , 0x00004036 
- 00028500  0x000058a4 call  0x000052e0 
- 00028501  0x000058a6 jam  0x00000003 , 0x00000493 
- 00028502  0x000058a7 jam  0x0000001c , 0x00000496 
- 00028503  0x000058a8 call  0x00006ce8 
- 00028504  0x000058a9 jam  0x00000001 , 0x00004751 
- 00028505  0x000058aa rtn 
- 00028506  0x000058ad set1  0x00000025 , 0x00000000 
- 00028507  0x000058ae bpatch  0x000000b3 , 0x00004036 
- 00028508  0x000058af call  0x000052e0 
- 00028509  0x000058b0 fetcht  0x00000001 , 0x00004752 
- 00028510  0x000058b1 call  0x00006bcb 
- 00028511  0x000058b2 storet  0x00000001 , 0x0000474b 
- 00028512  0x000058b3 branch  0x00006d05 
- 00028513  0x000058b6 set1  0x00000025 , 0x00000000 
- 00028514  0x000058b7 bpatch  0x000000b4 , 0x00004036 
- 00028515  0x000058b8 call  0x000052e0 
- 00028516  0x000058b9 fetcht  0x00000001 , 0x0000474b 
- 00028517  0x000058ba call  0x00006bc0 
- 00028518  0x000058bb call  0x00006b67 
- 00028519  0x000058bc store  0x00000001 , 0x00000496 
- 00028520  0x000058bd fetcht  0x00000001 , 0x0000474b 
- 00028521  0x000058be call  0x00006bc0 
- 00028522  0x000058bf storet  0x00000001 , 0x00000493 
- 00028523  0x000058c0 branch  0x00006ce8 
- 00028524  0x000058c3 set1  0x00000025 , 0x00000000 
- 00028525  0x000058c4 bpatch  0x000000b5 , 0x00004036 
- 00028526  0x000058c5 call  0x000052e0 
- 00028527  0x000058c6 fetcht  0x00000001 , 0x0000474b 
- 00028528  0x000058c7 call  0x00006bc0 
- 00028529  0x000058c8 branch  0x00006d3f 
- 00028530  0x000058d6 set1  0x00000025 , 0x00000000 
- 00028531  0x000058d7 bpatch  0x000000e7 , 0x0000403c 
- 00028532  0x000058d8 fetch  0x00000002 , 0x000002cb 
- 00028533  0x000058d9 iforce  0x00000006 
- 00028534  0x000058da ifetch  0x00000001 , 0x00000006 
- 00028535  0x000058db copy  0x0000003f , 0x00000012 
- 00028536  0x000058dc store  0x00000001 , 0x000004af 
- 00028537  0x000058dd ifetch  0x00000002 , 0x00000006 
- 00028538  0x000058de store  0x00000002 , 0x000004b0 
- 00028539  0x000058df ifetch  0x00000001 , 0x00000006 
- 00028540  0x000058e0 lshift8  0x0000003f , 0x0000000b 
- 00028541  0x000058e1 ifetch  0x00000001 , 0x00000006 
- 00028542  0x000058e2 iadd  0x0000000b , 0x0000000b 
- 00028543  0x000058e3 set1  0x00000025 , 0x00000000 
- 00028544  0x000058e4 bpatch  0x000000e8 , 0x0000403d 
- 00028545  0x000058e5 deposit  0x00000012 
- 00028546  0x000058e6 beq  0x00000002 , 0x00006f87 
- 00028547  0x000058e7 beq  0x00000004 , 0x00006fb0 
- 00028548  0x000058e8 beq  0x00000006 , 0x0000708b 
- 00028549  0x000058e9 beq  0x00000007 , 0x000071c7 
- 00028550  0x000058ea branch  0x0000723e 
- 00028551  0x000058f6 call  0x0000724d 
- 00028552  0x000058f7 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00028553  0x000058f8 branch  0x000072bb , 0x00000001 
- 00028554  0x000058f9 compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028555  0x000058fa branch  0x00007241 , 0x00000001 
- 00028556  0x000058fc ifetch  0x00000002 , 0x00000006 
- 00028557  0x000058fd store  0x00000002 , 0x000004b4 
- 00028558  0x000058fe increase  0xfffffffe , 0x0000000b 
- 00028559  0x00005900 increase  0xffffffff , 0x0000000b 
- 00028560  0x00005901 nbranch  0x0000723b , 0x00000005 
- 00028561  0x00005902 arg  0x000004a9 , 0x0000000b 
- 00028562  0x00005903 ifetch  0x00000002 , 0x0000000b 
- 00028563  0x00005904 rtn  0x00000034 
- 00028564  0x00005905 increase  0x00000002 , 0x0000000b 
- 00028565  0x00005906 call  0x00007307 
- 00028566  0x00005907 call  0x000052de 
- 00028567  0x00005908 force  0x00000003 , 0x0000003f 
- 00028568  0x00005909 istore  0x00000001 , 0x00000005 
- 00028569  0x0000590a fetch  0x00000002 , 0x000004b0 
- 00028570  0x0000590b istore  0x00000002 , 0x00000005 
- 00028571  0x0000590c lshift2  0x00000007 , 0x0000003f 
- 00028572  0x0000590d add  0x0000003f , 0x00000005 , 0x0000003f 
- 00028573  0x0000590e add  0x0000003f , 0x00000005 , 0x00000013 
- 00028574  0x0000590f byteswap  0x0000003f , 0x0000003f 
- 00028575  0x00005910 istore  0x00000002 , 0x00000005 
- 00028576  0x00005911 deposit  0x00000007 
- 00028577  0x00005912 byteswap  0x0000003f , 0x0000003f 
- 00028578  0x00005913 istore  0x00000002 , 0x00000005 
- 00028579  0x00005914 istore  0x00000002 , 0x00000005 
- 00028580  0x00005915 arg  0x000004c5 , 0x00000006 
- 00028581  0x00005916 copy  0x00000007 , 0x00000039 
- 00028582  0x00005917 branch  0x00006faa , 0x00000005 
- 00028583  0x00005919 ifetch  0x00000004 , 0x00000006 
- 00028584  0x0000591a istore  0x00000004 , 0x00000005 
- 00028585  0x0000591b loop  0x00006fa7 
- 00028586  0x0000591d force  0x00000000 , 0x0000003f 
- 00028587  0x0000591e istore  0x00000001 , 0x00000005 
- 00028588  0x0000591f deposit  0x00000013 
- 00028589  0x00005920 store  0x00000001 , 0x000002dc 
- 00028590  0x00005921 branch  0x00003bf1 , 0x00000034 
- 00028591  0x00005922 rtn 
- 00028592  0x0000592e ifetch  0x00000004 , 0x00000006 
- 00028593  0x0000592f store  0x00000004 , 0x000004be 
- 00028594  0x00005930 increase  0xfffffffc , 0x0000000b 
- 00028595  0x00005931 iforce  0x00000002 
- 00028596  0x00005932 ifetch  0x00000002 , 0x00000006 
- 00028597  0x00005933 byteswap  0x0000003f , 0x0000003f 
- 00028598  0x00005934 increase  0xffffffee , 0x0000003f 
- 00028599  0x00005935 store  0x00000002 , 0x000004b2 
- 00028600  0x00005936 increase  0xfffffffe , 0x0000000b 
- 00028601  0x00005937 call  0x000072a4 
- 00028602  0x00005938 branch  0x00007241 , 0x00000005 
- 00028603  0x00005939 compare  0x00000005 , 0x00000011 , 0x000000ff 
- 00028604  0x0000593b branch  0x00006fc0 , 0x00000001 
- 00028605  0x0000593d arg  0x00000491 , 0x00000005 
- 00028606  0x0000593e force  0x00000000 , 0x00000007 
- 00028607  0x0000593f branch  0x00006fd0 
- 00028608  0x00005941 ifetch  0x00000001 , 0x00000006 
- 00028609  0x00005942 bne  0x0000000a , 0x00007241 
- 00028610  0x00005943 ifetch  0x00000002 , 0x00000006 
- 00028611  0x00005944 nbranch  0x00006fce , 0x00000034 
- 00028612  0x00005945 ifetch  0x00000001 , 0x00000006 
- 00028613  0x00005946 bne  0x000000ff , 0x00006fcc 
- 00028614  0x00005947 ifetch  0x00000001 , 0x00000006 
- 00028615  0x00005948 bne  0x000000ff , 0x00006fca 
- 00028616  0x00005949 increase  0xfffffffb , 0x00000006 
- 00028617  0x0000594a branch  0x00007022 
- 00028618  0x0000594c increase  0xfffffffb , 0x00000006 
- 00028619  0x0000594d branch  0x00006fbd 
- 00028620  0x0000594f increase  0xfffffffc , 0x00000006 
- 00028621  0x00005950 branch  0x00006fbd 
- 00028622  0x00005952 increase  0xfffffffd , 0x00000006 
- 00028623  0x00005953 branch  0x00006fbd 
- 00028624  0x00005955 ifetch  0x00000001 , 0x00000006 
- 00028625  0x00005956 beq  0x00000009 , 0x00006fe5 
- 00028626  0x00005957 beq  0x0000000a , 0x00006fd3 
- 00028627  0x00005959 ifetch  0x00000002 , 0x00000006 
- 00028628  0x0000595a istore  0x00000002 , 0x00000005 
- 00028629  0x0000595b increase  0x00000001 , 0x00000007 
- 00028630  0x0000595c byteswap  0x0000003f , 0x00000012 
- 00028631  0x0000595d ifetch  0x00000002 , 0x00000006 
- 00028632  0x0000595e byteswap  0x0000003f , 0x0000003f 
- 00028633  0x00005960 increase  0x00000001 , 0x00000012 
- 00028634  0x00005961 isub  0x00000012 , 0x0000003e 
- 00028635  0x00005962 nbranch  0x00006fe2 , 0x00000002 
- 00028636  0x00005963 copy  0x0000003f , 0x00000013 
- 00028637  0x00005964 byteswap  0x00000012 , 0x0000003f 
- 00028638  0x00005965 istore  0x00000002 , 0x00000005 
- 00028639  0x00005966 increase  0x00000001 , 0x00000007 
- 00028640  0x00005967 copy  0x00000013 , 0x0000003f 
- 00028641  0x00005968 branch  0x00006fd9 
- 00028642  0x0000596a increase  0xfffffffb , 0x0000000b 
- 00028643  0x0000596b increase  0xfffffffb , 0x00000011 
- 00028644  0x0000596c branch  0x00006fea 
- 00028645  0x0000596e ifetch  0x00000002 , 0x00000006 
- 00028646  0x0000596f istore  0x00000002 , 0x00000005 
- 00028647  0x00005970 increase  0x00000001 , 0x00000007 
- 00028648  0x00005971 increase  0xfffffffd , 0x0000000b 
- 00028649  0x00005972 increase  0xfffffffd , 0x00000011 
- 00028650  0x00005974 nbranch  0x00007241 , 0x00000002 
- 00028651  0x00005975 nbranch  0x00006fd0 , 0x00000005 
- 00028652  0x00005976 increase  0xffffffff , 0x0000000b 
- 00028653  0x00005977 nbranch  0x00007241 , 0x00000005 
- 00028654  0x00005979 call  0x000052de 
- 00028655  0x0000597a increase  0x0000000a , 0x00000005 
- 00028656  0x0000597b arg  0x00000491 , 0x00000011 
- 00028657  0x0000597d copy  0x00000007 , 0x0000003f 
- 00028658  0x0000597e branch  0x00007004 , 0x00000034 
- 00028659  0x0000597f ifetch  0x00000002 , 0x00000011 
- 00028660  0x00005980 branch  0x00007004 , 0x00000034 
- 00028661  0x00005981 iforce  0x00000012 
- 00028662  0x00005982 fetch  0x00000004 , 0x000004be 
- 00028663  0x00005983 iforce  0x00000002 
- 00028664  0x00005984 call  0x0000734e 
- 00028665  0x00005985 branch  0x00007001 , 0x00000034 
- 00028666  0x00005986 increase  0xfffffffd , 0x00000006 
- 00028667  0x00005987 ifetch  0x00000003 , 0x00000006 
- 00028668  0x00005988 istore  0x00000003 , 0x00000005 
- 00028669  0x00005989 call  0x00007199 
- 00028670  0x0000598a branch  0x00007001 , 0x00000034 
- 00028671  0x0000598b iforce  0x00000039 
- 00028672  0x0000598c call  0x00007e45 
- 00028673  0x0000598e increase  0x00000002 , 0x00000011 
- 00028674  0x0000598f increase  0xffffffff , 0x00000007 
- 00028675  0x00005990 branch  0x00006ff1 
- 00028676  0x00005993 force  0x00000000 , 0x0000003f 
- 00028677  0x00005994 istore  0x00000001 , 0x00000005 
- 00028678  0x00005995 increase  0xffffffff , 0x00000005 
- 00028679  0x00005996 fetcht  0x00000002 , 0x000002da 
- 00028680  0x00005997 add  0x00000002 , 0x0000000a , 0x0000003f 
- 00028681  0x00005998 isub  0x00000005 , 0x0000003f 
- 00028682  0x00005999 sub  0x0000003f , 0x00000000 , 0x00000011 
- 00028683  0x0000599a byteswap  0x00000011 , 0x0000003f 
- 00028684  0x0000599b add  0x00000002 , 0x00000008 , 0x00000012 
- 00028685  0x0000599c istore  0x00000002 , 0x00000012 
- 00028686  0x0000599d increase  0x00000003 , 0x00000011 
- 00028687  0x0000599e byteswap  0x00000011 , 0x0000003f 
- 00028688  0x0000599f add  0x00000002 , 0x00000005 , 0x00000012 
- 00028689  0x000059a0 istore  0x00000002 , 0x00000012 
- 00028690  0x000059a1 increase  0x00000003 , 0x00000011 
- 00028691  0x000059a2 byteswap  0x00000011 , 0x0000003f 
- 00028692  0x000059a3 add  0x00000002 , 0x00000003 , 0x00000012 
- 00028693  0x000059a4 istore  0x00000002 , 0x00000012 
- 00028694  0x000059a5 increase  0x00000005 , 0x00000011 
- 00028695  0x000059a6 copy  0x00000011 , 0x0000003f 
- 00028696  0x000059a7 store  0x00000002 , 0x000002dc 
- 00028697  0x000059a8 setarg  0x00000036 
- 00028698  0x000059a9 add  0x00000002 , 0x00000007 , 0x00000012 
- 00028699  0x000059aa istore  0x00000001 , 0x00000012 
- 00028700  0x000059ab setarg  0x00000005 
- 00028701  0x000059ac istore  0x00000001 , 0x00000002 
- 00028702  0x000059ad fetch  0x00000002 , 0x000004b0 
- 00028703  0x000059ae add  0x00000002 , 0x00000001 , 0x00000012 
- 00028704  0x000059af istore  0x00000002 , 0x00000012 
- 00028705  0x000059b0 rtn 
- 00028706  0x000059b2 ifetch  0x00000001 , 0x00000006 
- 00028707  0x000059b3 bne  0x0000000a , 0x00007241 
- 00028708  0x000059b4 ifetch  0x00000002 , 0x00000006 
- 00028709  0x000059b5 nbranch  0x00007241 , 0x00000034 
- 00028710  0x000059b6 ifetch  0x00000001 , 0x00000006 
- 00028711  0x000059b7 bne  0x000000ff , 0x00007241 
- 00028712  0x000059b8 ifetch  0x00000001 , 0x00000006 
- 00028713  0x000059b9 bne  0x000000ff , 0x00007241 
- 00028714  0x000059ba increase  0xfffffffb , 0x0000000b 
- 00028715  0x000059bb ifetch  0x00000001 , 0x00000006 
- 00028716  0x000059bc beq  0x00000000 , 0x0000702f 
- 00028717  0x000059bd beq  0x00000001 , 0x00007032 
- 00028718  0x000059be beq  0x00000002 , 0x00007036 
- 00028719  0x000059c0 store  0x00000002 , 0x000004ad 
- 00028720  0x000059c1 increase  0xffffffff , 0x0000000b 
- 00028721  0x000059c2 branch  0x0000703a 
- 00028722  0x000059c4 ifetch  0x00000001 , 0x00000006 
- 00028723  0x000059c5 store  0x00000002 , 0x000004ad 
- 00028724  0x000059c6 increase  0xfffffffe , 0x0000000b 
- 00028725  0x000059c7 branch  0x0000703a 
- 00028726  0x000059c9 ifetch  0x00000002 , 0x00000006 
- 00028727  0x000059ca byteswap  0x0000003f , 0x0000003f 
- 00028728  0x000059cb store  0x00000002 , 0x000004ad 
- 00028729  0x000059cc increase  0xfffffffd , 0x0000000b 
- 00028730  0x000059ce nbranch  0x0000723b , 0x00000005 
- 00028731  0x000059cf call  0x0000731e 
- 00028732  0x000059d0 nbranch  0x00007238 , 0x00000005 
- 00028733  0x000059d1 copy  0x00000006 , 0x00000011 
- 00028734  0x000059d2 call  0x000052de 
- 00028735  0x000059d3 copy  0x00000011 , 0x00000006 
- 00028736  0x000059d4 increase  0x00000003 , 0x00000005 
- 00028737  0x000059d5 copy  0x00000006 , 0x0000000b 
- 00028738  0x000059d6 call  0x000072e8 
- 00028739  0x000059d7 copy  0x0000003f , 0x00000011 
- 00028740  0x000059d8 fetch  0x00000002 , 0x000004ad 
- 00028741  0x000059d9 copy  0x0000003f , 0x00000012 
- 00028742  0x000059da copy  0x00000011 , 0x0000003f 
- 00028743  0x000059db isub  0x00000012 , 0x00000012 
- 00028744  0x000059dc fetch  0x00000002 , 0x000004b2 
- 00028745  0x000059dd isub  0x00000012 , 0x0000003e 
- 00028746  0x000059de nbranch  0x00007066 , 0x00000002 
- 00028747  0x000059e0 disable  0x00000028 
- 00028748  0x000059e1 fetch  0x00000002 , 0x000004ad 
- 00028749  0x000059e2 branch  0x00007059 , 0x00000034 
- 00028750  0x000059e3 iadd  0x0000000b , 0x00000006 
- 00028751  0x000059e4 increase  0x00000003 , 0x00000012 
- 00028752  0x000059e5 copy  0x00000012 , 0x00000039 
- 00028753  0x000059e6 copy  0x00000039 , 0x0000003f 
- 00028754  0x000059e7 increase  0x00000003 , 0x0000003f 
- 00028755  0x000059e8 byteswap  0x0000003f , 0x0000003f 
- 00028756  0x000059e9 istore  0x00000002 , 0x00000005 
- 00028757  0x000059ea copy  0x00000039 , 0x0000003f 
- 00028758  0x000059eb byteswap  0x0000003f , 0x0000003f 
- 00028759  0x000059ec istore  0x00000002 , 0x00000005 
- 00028760  0x000059ed branch  0x00007074 
- 00028761  0x000059ef add  0x00000011 , 0x00000006 , 0x00000039 
- 00028762  0x000059f0 branch  0x0000705d , 0x00000028 
- 00028763  0x000059f1 byteswap  0x00000039 , 0x0000003f 
- 00028764  0x000059f2 branch  0x00007060 
- 00028765  0x000059f4 copy  0x00000039 , 0x0000003f 
- 00028766  0x000059f5 increase  0x00000002 , 0x0000003f 
- 00028767  0x000059f6 byteswap  0x0000003f , 0x0000003f 
- 00028768  0x000059f8 istore  0x00000002 , 0x00000005 
- 00028769  0x000059f9 increase  0xfffffffd , 0x00000039 
- 00028770  0x000059fa byteswap  0x00000039 , 0x0000003f 
- 00028771  0x000059fb istore  0x00000002 , 0x00000005 
- 00028772  0x000059fc copy  0x0000000b , 0x00000006 
- 00028773  0x000059fd branch  0x00007074 
- 00028774  0x000059ff enable  0x00000028 
- 00028775  0x00005a00 fetch  0x00000002 , 0x000004b2 
- 00028776  0x00005a01 copy  0x0000003f , 0x00000011 
- 00028777  0x00005a02 copy  0x0000003f , 0x00000039 
- 00028778  0x00005a03 fetch  0x00000002 , 0x000004ad 
- 00028779  0x00005a04 branch  0x00007059 , 0x00000034 
- 00028780  0x00005a05 iadd  0x0000000b , 0x00000006 
- 00028781  0x00005a06 copy  0x00000011 , 0x0000003f 
- 00028782  0x00005a07 increase  0x00000005 , 0x0000003f 
- 00028783  0x00005a08 byteswap  0x0000003f , 0x0000003f 
- 00028784  0x00005a09 istore  0x00000002 , 0x00000005 
- 00028785  0x00005a0a copy  0x00000011 , 0x0000003f 
- 00028786  0x00005a0b byteswap  0x0000003f , 0x0000003f 
- 00028787  0x00005a0c istore  0x00000002 , 0x00000005 
- 00028788  0x00005a0e ifetch  0x00000001 , 0x00000006 
- 00028789  0x00005a0f istore  0x00000001 , 0x00000005 
- 00028790  0x00005a10 loop  0x00007074 
- 00028791  0x00005a11 nbranch  0x0000707f , 0x00000028 
- 00028792  0x00005a12 force  0x00000002 , 0x0000003f 
- 00028793  0x00005a13 istore  0x00000001 , 0x00000005 
- 00028794  0x00005a14 copy  0x00000006 , 0x0000003f 
- 00028795  0x00005a15 isub  0x0000000b , 0x0000003f 
- 00028796  0x00005a16 byteswap  0x0000003f , 0x0000003f 
- 00028797  0x00005a17 istore  0x00000002 , 0x00000005 
- 00028798  0x00005a18 branch  0x00007081 
- 00028799  0x00005a1a force  0x00000000 , 0x0000003f 
- 00028800  0x00005a1b istore  0x00000001 , 0x00000005 
- 00028801  0x00005a1d fetch  0x00000002 , 0x000002da 
- 00028802  0x00005a1e isub  0x00000005 , 0x0000003f 
- 00028803  0x00005a1f sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00028804  0x00005a20 store  0x00000002 , 0x000002dc 
- 00028805  0x00005a21 call  0x000052de 
- 00028806  0x00005a22 setarg  0x00000005 
- 00028807  0x00005a23 istore  0x00000001 , 0x00000005 
- 00028808  0x00005a24 fetch  0x00000002 , 0x000004b0 
- 00028809  0x00005a25 istore  0x00000002 , 0x00000005 
- 00028810  0x00005a26 rtn 
- 00028811  0x00005a33 call  0x0000724d 
- 00028812  0x00005a34 compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028813  0x00005a35 branch  0x000070b4 , 0x00000001 
- 00028814  0x00005a36 ifetch  0x00000002 , 0x00000006 
- 00028815  0x00005a37 store  0x00000002 , 0x000004b2 
- 00028816  0x00005a38 increase  0xfffffffe , 0x0000000b 
- 00028817  0x00005a39 call  0x000072a4 
- 00028818  0x00005a3a arg  0x00000491 , 0x00000005 
- 00028819  0x00005a3b force  0x00000000 , 0x00000007 
- 00028820  0x00005a3d ifetch  0x00000003 , 0x00000006 
- 00028821  0x00005a3e bne  0x00000009 , 0x000070b4 
- 00028822  0x00005a40 rshift8  0x0000003f , 0x0000003f 
- 00028823  0x00005a41 istore  0x00000002 , 0x00000005 
- 00028824  0x00005a42 increase  0x00000001 , 0x00000007 
- 00028825  0x00005a43 increase  0xfffffffd , 0x0000000b 
- 00028826  0x00005a44 increase  0xfffffffd , 0x00000011 
- 00028827  0x00005a45 nbranch  0x00007241 , 0x00000002 
- 00028828  0x00005a46 nbranch  0x00007094 , 0x00000005 
- 00028829  0x00005a47 increase  0xffffffff , 0x0000000b 
- 00028830  0x00005a48 nbranch  0x00007241 , 0x00000005 
- 00028831  0x00005a4a call  0x000052de 
- 00028832  0x00005a4b increase  0x0000000d , 0x00000005 
- 00028833  0x00005a4c fetch  0x00000002 , 0x000004a9 
- 00028834  0x00005a4d iforce  0x00000013 
- 00028835  0x00005a4e arg  0x00000491 , 0x00000011 
- 00028836  0x00005a50 ifetch  0x00000004 , 0x00000011 
- 00028837  0x00005a51 branch  0x000070c4 , 0x00000034 
- 00028838  0x00005a52 ifetch  0x00000002 , 0x00000011 
- 00028839  0x00005a53 iforce  0x00000012 
- 00028840  0x00005a54 call  0x0000732a 
- 00028841  0x00005a55 branch  0x000070b2 , 0x00000034 
- 00028842  0x00005a56 increase  0xfffffffd , 0x00000006 
- 00028843  0x00005a57 ifetch  0x00000003 , 0x00000006 
- 00028844  0x00005a58 istore  0x00000003 , 0x00000005 
- 00028845  0x00005a59 call  0x00007199 
- 00028846  0x00005a5a iforce  0x00000039 
- 00028847  0x00005a5c ifetch  0x00000001 , 0x00000006 
- 00028848  0x00005a5d istore  0x00000001 , 0x00000005 
- 00028849  0x00005a5e loop  0x000070af 
- 00028850  0x00005a60 increase  0x00000002 , 0x00000011 
- 00028851  0x00005a61 branch  0x000070a4 
- 00028852  0x00005a66 ifetch  0x00000001 , 0x00000006 
- 00028853  0x00005a68 ifetch  0x00000001 , 0x00000006 
- 00028854  0x00005a6a increase  0xfffffffb , 0x0000000b 
- 00028855  0x00005a6b increase  0xfffffffb , 0x00000011 
- 00028856  0x00005a6c nbranch  0x00007241 , 0x00000002 
- 00028857  0x00005a6d arg  0x000004a9 , 0x0000000b 
- 00028858  0x00005a6e ifetch  0x00000002 , 0x0000000b 
- 00028859  0x00005a70 increase  0x00000002 , 0x0000000b 
- 00028860  0x00005a71 call  0x00007307 
- 00028861  0x00005a72 deposit  0x00000007 
- 00028862  0x00005a73 store  0x00000001 , 0x000004dd 
- 00028863  0x00005a74 branch  0x000072be , 0x00000034 
- 00028864  0x00005a75 arg  0x00000000 , 0x00000007 
- 00028865  0x00005a76 call  0x000052de 
- 00028866  0x00005a77 increase  0x0000000a , 0x00000005 
- 00028867  0x00005a78 branch  0x00007108 
- 00028868  0x00005a7a force  0x00000000 , 0x0000003f 
- 00028869  0x00005a7b istore  0x00000001 , 0x00000005 
- 00028870  0x00005a7c increase  0xffffffff , 0x00000005 
- 00028871  0x00005a7d fetcht  0x00000002 , 0x000002da 
- 00028872  0x00005a7e add  0x00000002 , 0x0000000d , 0x0000003f 
- 00028873  0x00005a7f isub  0x00000005 , 0x0000003f 
- 00028874  0x00005a80 branch  0x000070e8 , 0x00000005 
- 00028875  0x00005a81 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00028876  0x00005a82 add  0x00000002 , 0x0000000c , 0x00000012 
- 00028877  0x00005a83 istore  0x00000001 , 0x00000012 
- 00028878  0x00005a84 increase  0x00000003 , 0x0000003f 
- 00028879  0x00005a85 add  0x00000002 , 0x00000009 , 0x00000012 
- 00028880  0x00005a86 istore  0x00000001 , 0x00000012 
- 00028881  0x00005a87 increase  0x00000003 , 0x0000003f 
- 00028882  0x00005a88 byteswap  0x0000003f , 0x0000003f 
- 00028883  0x00005a89 add  0x00000002 , 0x00000005 , 0x00000012 
- 00028884  0x00005a8a istore  0x00000002 , 0x00000012 
- 00028885  0x00005a8b rshift8  0x0000003f , 0x0000003f 
- 00028886  0x00005a8c increase  0x00000003 , 0x0000003f 
- 00028887  0x00005a8d byteswap  0x0000003f , 0x0000003f 
- 00028888  0x00005a8e add  0x00000002 , 0x00000003 , 0x00000012 
- 00028889  0x00005a8f istore  0x00000002 , 0x00000012 
- 00028890  0x00005a90 rshift8  0x0000003f , 0x0000003f 
- 00028891  0x00005a91 increase  0x00000005 , 0x0000003f 
- 00028892  0x00005a92 store  0x00000001 , 0x000002dc 
- 00028893  0x00005a94 fetch  0x00000002 , 0x000004b0 
- 00028894  0x00005a95 add  0x00000002 , 0x00000001 , 0x00000012 
- 00028895  0x00005a96 istore  0x00000002 , 0x00000012 
- 00028896  0x00005a97 setarg  0x00000007 
- 00028897  0x00005a98 istore  0x00000001 , 0x00000002 
- 00028898  0x00005a9d setarg  0x00000036 
- 00028899  0x00005a9e add  0x00000002 , 0x00000007 , 0x00000012 
- 00028900  0x00005a9f istore  0x00000002 , 0x00000012 
- 00028901  0x00005aa0 add  0x00000002 , 0x0000000a , 0x00000012 
- 00028902  0x00005aa1 istore  0x00000002 , 0x00000012 
- 00028903  0x00005aa2 rtn 
- 00028904  0x00005aa4 jam  0x0000000a , 0x000002dc 
- 00028905  0x00005aa5 call  0x000052de 
- 00028906  0x00005aa7 setarg  0x00000007 
- 00028907  0x00005aa8 istore  0x00000001 , 0x00000005 
- 00028908  0x00005aa9 fetch  0x00000002 , 0x000004b0 
- 00028909  0x00005aaa istore  0x00000002 , 0x00000005 
- 00028910  0x00005aae setarg  0x00000500 
- 00028911  0x00005aaf istore  0x00000002 , 0x00000005 
- 00028912  0x00005ab2 setarg  0x00000200 
- 00028913  0x00005ab3 istore  0x00000002 , 0x00000005 
- 00028914  0x00005ab7 setarg  0x00000035 
- 00028915  0x00005ab8 istore  0x00000003 , 0x00000005 
- 00028916  0x00005ab9 rtn 
- 00028917  0x00005abc ifetch  0x00000001 , 0x00000006 
- 00028918  0x00005abd istore  0x00000001 , 0x00000005 
- 00028919  0x00005abe increase  0x00000001 , 0x00000012 
- 00028920  0x00005abf increase  0xffffffff , 0x00000011 
- 00028921  0x00005ac0 branch  0x000070fb , 0x00000005 
- 00028922  0x00005ac1 loop  0x000070f5 
- 00028923  0x00005ac3 copy  0x00000005 , 0x0000000b 
- 00028924  0x00005ac4 copy  0x00000012 , 0x0000003f 
- 00028925  0x00005ac5 store  0x00000002 , 0x000004ad 
- 00028926  0x00005ac6 copy  0x00000011 , 0x0000003f 
- 00028927  0x00005ac7 store  0x00000002 , 0x000004b2 
- 00028928  0x00005ac8 branch  0x00007117 , 0x00000034 
- 00028929  0x00005ac9 branch  0x00007152 , 0x00000028 
- 00028930  0x00005aca copy  0x0000000b , 0x00000005 
- 00028931  0x00005acc increase  0x00000001 , 0x00000007 
- 00028932  0x00005acd fetch  0x00000001 , 0x000004dd 
- 00028933  0x00005ace isub  0x00000007 , 0x0000003e 
- 00028934  0x00005acf nbranch  0x00007108 , 0x00000005 
- 00028935  0x00005ad0 branch  0x00007171 
- 00028936  0x00005ad2 arg  0x000004c5 , 0x00000006 
- 00028937  0x00005ad3 lshift2  0x00000007 , 0x0000003f 
- 00028938  0x00005ad4 iadd  0x00000006 , 0x00000006 
- 00028939  0x00005ad5 ifetch  0x00000004 , 0x00000006 
- 00028940  0x00005ad6 iforce  0x00000002 
- 00028941  0x00005ad7 call  0x0000731e 
- 00028942  0x00005ad8 copy  0x00000006 , 0x0000000b 
- 00028943  0x00005ad9 call  0x000072e8 
- 00028944  0x00005ada add  0x0000003f , 0x00000003 , 0x00000039 
- 00028945  0x00005adb fetch  0x00000002 , 0x000004b2 
- 00028946  0x00005adc copy  0x0000003f , 0x00000011 
- 00028947  0x00005add fetch  0x00000002 , 0x000004ad 
- 00028948  0x00005ade copy  0x0000003f , 0x00000012 
- 00028949  0x00005adf copy  0x0000000b , 0x00000006 
- 00028950  0x00005ae0 branch  0x000070f5 
- 00028951  0x00005ae2 arg  0x00000000 , 0x00000007 
- 00028952  0x00005ae3 arg  0x00000000 , 0x00000012 
- 00028953  0x00005ae5 arg  0x000004c5 , 0x00000006 
- 00028954  0x00005ae6 lshift2  0x00000007 , 0x0000003f 
- 00028955  0x00005ae7 iadd  0x00000006 , 0x00000006 
- 00028956  0x00005ae8 ifetch  0x00000004 , 0x00000006 
- 00028957  0x00005ae9 iforce  0x00000002 
- 00028958  0x00005aea call  0x0000731e 
- 00028959  0x00005aeb call  0x000072e8 
- 00028960  0x00005aec add  0x0000003f , 0x00000003 , 0x0000003f 
- 00028961  0x00005aed iadd  0x00000012 , 0x00000012 
- 00028962  0x00005aee increase  0x00000001 , 0x00000007 
- 00028963  0x00005aef fetch  0x00000001 , 0x000004dd 
- 00028964  0x00005af0 isub  0x00000007 , 0x0000003e 
- 00028965  0x00005af1 nbranch  0x00007119 , 0x00000005 
- 00028966  0x00005af3 copy  0x0000000b , 0x00000005 
- 00028967  0x00005af4 force  0x00000002 , 0x0000003f 
- 00028968  0x00005af5 istore  0x00000001 , 0x00000005 
- 00028969  0x00005af6 fetch  0x00000002 , 0x000004ad 
- 00028970  0x00005af7 byteswap  0x0000003f , 0x0000003f 
- 00028971  0x00005af8 istore  0x00000002 , 0x00000005 
- 00028972  0x00005af9 increase  0xfffffffd , 0x00000005 
- 00028973  0x00005afa fetcht  0x00000002 , 0x000002da 
- 00028974  0x00005afb add  0x00000002 , 0x0000000a , 0x0000003f 
- 00028975  0x00005afc isub  0x00000005 , 0x0000003f 
- 00028976  0x00005afd sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00028977  0x00005afe iforce  0x00000011 
- 00028978  0x00005b00 deposit  0x00000012 
- 00028979  0x00005b01 add  0x00000002 , 0x00000009 , 0x00000012 
- 00028980  0x00005b02 istore  0x00000001 , 0x00000012 
- 00028981  0x00005b03 rshift8  0x0000003f , 0x0000003f 
- 00028982  0x00005b04 add  0x00000002 , 0x00000008 , 0x00000012 
- 00028983  0x00005b05 istore  0x00000001 , 0x00000012 
- 00028984  0x00005b06 increase  0x00000003 , 0x00000011 
- 00028985  0x00005b07 deposit  0x00000011 
- 00028986  0x00005b08 add  0x00000002 , 0x00000006 , 0x00000012 
- 00028987  0x00005b09 istore  0x00000001 , 0x00000012 
- 00028988  0x00005b0a rshift8  0x0000003f , 0x0000003f 
- 00028989  0x00005b0b add  0x00000002 , 0x00000005 , 0x00000012 
- 00028990  0x00005b0c istore  0x00000001 , 0x00000012 
- 00028991  0x00005b0d increase  0x00000005 , 0x00000011 
- 00028992  0x00005b0e deposit  0x00000011 
- 00028993  0x00005b0f add  0x00000002 , 0x00000004 , 0x00000012 
- 00028994  0x00005b10 istore  0x00000001 , 0x00000012 
- 00028995  0x00005b11 rshift8  0x0000003f , 0x0000003f 
- 00028996  0x00005b12 add  0x00000002 , 0x00000003 , 0x00000012 
- 00028997  0x00005b13 istore  0x00000001 , 0x00000012 
- 00028998  0x00005b14 increase  0x00000005 , 0x00000011 
- 00028999  0x00005b15 deposit  0x00000011 
- 00029000  0x00005b16 store  0x00000002 , 0x000002dc 
- 00029001  0x00005b17 setarg  0x00000007 
- 00029002  0x00005b18 istore  0x00000001 , 0x00000002 
- 00029003  0x00005b19 setarg  0x00000036 
- 00029004  0x00005b1a add  0x00000002 , 0x00000007 , 0x00000012 
- 00029005  0x00005b1b istore  0x00000001 , 0x00000012 
- 00029006  0x00005b1c add  0x00000002 , 0x00000001 , 0x00000012 
- 00029007  0x00005b1d fetch  0x00000002 , 0x000004b0 
- 00029008  0x00005b1e istore  0x00000002 , 0x00000012 
- 00029009  0x00005b1f rtn 
- 00029010  0x00005b21 copy  0x0000000b , 0x00000005 
- 00029011  0x00005b22 force  0x00000000 , 0x0000003f 
- 00029012  0x00005b23 istore  0x00000001 , 0x00000005 
- 00029013  0x00005b24 increase  0xffffffff , 0x00000005 
- 00029014  0x00005b25 fetcht  0x00000002 , 0x000002da 
- 00029015  0x00005b26 add  0x00000002 , 0x00000007 , 0x0000003f 
- 00029016  0x00005b27 isub  0x00000005 , 0x0000003f 
- 00029017  0x00005b28 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00029018  0x00005b29 iforce  0x00000011 
- 00029019  0x00005b2b deposit  0x00000011 
- 00029020  0x00005b2c add  0x00000002 , 0x00000006 , 0x00000012 
- 00029021  0x00005b2d istore  0x00000001 , 0x00000012 
- 00029022  0x00005b2e rshift8  0x0000003f , 0x0000003f 
- 00029023  0x00005b2f add  0x00000002 , 0x00000005 , 0x00000012 
- 00029024  0x00005b30 istore  0x00000001 , 0x00000012 
- 00029025  0x00005b31 increase  0x00000003 , 0x00000011 
- 00029026  0x00005b32 deposit  0x00000011 
- 00029027  0x00005b33 add  0x00000002 , 0x00000004 , 0x00000012 
- 00029028  0x00005b34 istore  0x00000001 , 0x00000012 
- 00029029  0x00005b35 rshift8  0x0000003f , 0x0000003f 
- 00029030  0x00005b36 add  0x00000002 , 0x00000003 , 0x00000012 
- 00029031  0x00005b37 istore  0x00000001 , 0x00000012 
- 00029032  0x00005b38 increase  0x00000005 , 0x00000011 
- 00029033  0x00005b39 deposit  0x00000011 
- 00029034  0x00005b3a store  0x00000002 , 0x000002dc 
- 00029035  0x00005b3c setarg  0x00000007 
- 00029036  0x00005b3d istore  0x00000001 , 0x00000002 
- 00029037  0x00005b3f fetch  0x00000002 , 0x000004b0 
- 00029038  0x00005b40 add  0x00000002 , 0x00000001 , 0x00000012 
- 00029039  0x00005b41 istore  0x00000002 , 0x00000012 
- 00029040  0x00005b42 rtn 
- 00029041  0x00005b45 force  0x00000000 , 0x0000003f 
- 00029042  0x00005b46 istore  0x00000001 , 0x00000005 
- 00029043  0x00005b47 increase  0xffffffff , 0x00000005 
- 00029044  0x00005b48 fetcht  0x00000002 , 0x000002da 
- 00029045  0x00005b49 add  0x00000002 , 0x0000000a , 0x0000003f 
- 00029046  0x00005b4a isub  0x00000005 , 0x0000003f 
- 00029047  0x00005b4b sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00029048  0x00005b4c iforce  0x00000011 
- 00029049  0x00005b4e deposit  0x00000011 
- 00029050  0x00005b4f add  0x00000002 , 0x00000009 , 0x00000012 
- 00029051  0x00005b50 istore  0x00000001 , 0x00000012 
- 00029052  0x00005b51 rshift8  0x0000003f , 0x0000003f 
- 00029053  0x00005b52 add  0x00000002 , 0x00000008 , 0x00000012 
- 00029054  0x00005b53 istore  0x00000001 , 0x00000012 
- 00029055  0x00005b55 increase  0x00000003 , 0x00000011 
- 00029056  0x00005b56 deposit  0x00000011 
- 00029057  0x00005b57 add  0x00000002 , 0x00000006 , 0x00000012 
- 00029058  0x00005b58 istore  0x00000001 , 0x00000012 
- 00029059  0x00005b59 rshift8  0x0000003f , 0x0000003f 
- 00029060  0x00005b5a add  0x00000002 , 0x00000005 , 0x00000012 
- 00029061  0x00005b5b istore  0x00000001 , 0x00000012 
- 00029062  0x00005b5c increase  0x00000003 , 0x00000011 
- 00029063  0x00005b5d deposit  0x00000011 
- 00029064  0x00005b5e add  0x00000002 , 0x00000004 , 0x00000012 
- 00029065  0x00005b5f istore  0x00000001 , 0x00000012 
- 00029066  0x00005b60 rshift8  0x0000003f , 0x0000003f 
- 00029067  0x00005b61 add  0x00000002 , 0x00000003 , 0x00000012 
- 00029068  0x00005b62 istore  0x00000001 , 0x00000012 
- 00029069  0x00005b63 increase  0x00000005 , 0x00000011 
- 00029070  0x00005b64 deposit  0x00000011 
- 00029071  0x00005b65 store  0x00000002 , 0x000002dc 
- 00029072  0x00005b66 setarg  0x00000036 
- 00029073  0x00005b67 add  0x00000002 , 0x00000007 , 0x00000012 
- 00029074  0x00005b68 istore  0x00000001 , 0x00000012 
- 00029075  0x00005b69 setarg  0x00000007 
- 00029076  0x00005b6a istore  0x00000001 , 0x00000002 
- 00029077  0x00005b6b fetch  0x00000002 , 0x000004b0 
- 00029078  0x00005b6c add  0x00000002 , 0x00000001 , 0x00000012 
- 00029079  0x00005b6d istore  0x00000002 , 0x00000012 
- 00029080  0x00005b6e rtn 
- 00029081  0x00005b70 copy  0x00000006 , 0x0000000b 
- 00029082  0x00005b71 ifetch  0x00000001 , 0x00000006 
- 00029083  0x00005b72 and  0x0000003f , 0x00000007 , 0x00000039 
- 00029084  0x00005b73 rshift3  0x0000003f , 0x0000003f 
- 00029085  0x00005b74 beq  0x00000006 , 0x000071a2 
- 00029086  0x00005b75 beq  0x00000001 , 0x000072e0 
- 00029087  0x00005b76 beq  0x00000004 , 0x000072e5 
- 00029088  0x00005b77 beq  0x00000005 , 0x000072e3 
- 00029089  0x00005b78 branch  0x000072de 
- 00029090  0x00005b7a call  0x000071a4 
- 00029091  0x00005b7b branch  0x000072de 
- 00029092  0x00005b7d deposit  0x00000039 
- 00029093  0x00005b7e beq  0x00000005 , 0x000071a9 
- 00029094  0x00005b7f beq  0x00000006 , 0x000071ac 
- 00029095  0x00005b80 force  0x00000003 , 0x00000039 
- 00029096  0x00005b81 branch  0x000072ef 
- 00029097  0x00005b83 ifetch  0x00000001 , 0x00000006 
- 00029098  0x00005b84 increase  0x00000002 , 0x0000003f 
- 00029099  0x00005b85 rtn 
- 00029100  0x00005b87 ifetch  0x00000002 , 0x00000006 
- 00029101  0x00005b88 byteswap  0x0000003f , 0x0000003f 
- 00029102  0x00005b89 increase  0x00000003 , 0x0000003f 
- 00029103  0x00005b8a rtn 
- 00029104  0x00005b8d call  0x000052de 
- 00029105  0x00005b8e copy  0x0000003f , 0x00000005 
- 00029106  0x00005b8f setarg  0x00000006 
- 00029107  0x00005b90 istore  0x00000001 , 0x00000005 
- 00029108  0x00005b91 setarg  0x0000006e 
- 00029109  0x00005b92 istore  0x00000002 , 0x00000005 
- 00029110  0x00005b93 setarg  0x00000f00 
- 00029111  0x00005b94 istore  0x00000002 , 0x00000005 
- 00029112  0x00005b95 setarg  0x001a0535 
- 00029113  0x00005b96 istore  0x00000003 , 0x00000005 
- 00029114  0x00005b97 setarg  0x00000111 
- 00029115  0x00005b98 lshift16  0x0000003f , 0x0000003f 
- 00029116  0x00005b99 istore  0x00000004 , 0x00000005 
- 00029117  0x00005b9a setarg  0x00002600 
- 00029118  0x00005b9b istore  0x00000002 , 0x00000005 
- 00029119  0x00005b9c setarg  0x00000335 
- 00029120  0x00005b9d istore  0x00000002 , 0x00000005 
- 00029121  0x00005b9e setarg  0x00000009 
- 00029122  0x00005b9f istore  0x00000002 , 0x00000005 
- 00029123  0x00005ba0 setarg  0x00000004 
- 00029124  0x00005ba1 istore  0x00000002 , 0x00000005 
- 00029125  0x00005ba2 jam  0x00000014 , 0x000002dc 
- 00029126  0x00005ba3 rtn 
- 00029127  0x00005bae copy  0x00000006 , 0x00000002 
- 00029128  0x00005baf fetch  0x00000002 , 0x000004b0 
- 00029129  0x00005bb0 beq  0x0000006e , 0x000071cb 
- 00029130  0x00005bb3 branch  0x000071d4 
- 00029131  0x00005bb6 copy  0x00000002 , 0x00000006 
- 00029132  0x00005bb7 increase  0xfffffffd , 0x0000000b 
- 00029133  0x00005bb8 copy  0x0000000b , 0x0000003f 
- 00029134  0x00005bb9 beq  0x00000002 , 0x000071d4 
- 00029135  0x00005bba call  0x000071d5 
- 00029136  0x00005bbb rtn  0x00000028 
- 00029137  0x00005bbc store  0x00000001 , 0x00004752 
- 00029138  0x00005bbd jam  0x00000017 , 0x000002ec 
- 00029139  0x00005bbe rtn 
- 00029140  0x00005bc1 rtn 
- 00029141  0x00005bc8 enable  0x00000028 
- 00029142  0x00005bc9 copy  0x0000003f , 0x00000039 
- 00029143  0x00005bca arg  0x00000400 , 0x00000002 
- 00029144  0x00005bcc ifetch  0x00000002 , 0x00000006 
- 00029145  0x00005bcd isub  0x00000002 , 0x0000003e 
- 00029146  0x00005bce branch  0x000071de , 0x00000005 
- 00029147  0x00005bcf increase  0xffffffff , 0x00000006 
- 00029148  0x00005bd0 loop  0x000071d8 
- 00029149  0x00005bd1 rtn 
- 00029150  0x00005bd3 arg  0x00000300 , 0x00000002 
- 00029151  0x00005bd5 ifetch  0x00000002 , 0x00000006 
- 00029152  0x00005bd6 isub  0x00000002 , 0x0000003e 
- 00029153  0x00005bd7 branch  0x000071e5 , 0x00000005 
- 00029154  0x00005bd8 increase  0xffffffff , 0x00000006 
- 00029155  0x00005bd9 loop  0x000071df 
- 00029156  0x00005bda rtn 
- 00029157  0x00005bdc ifetch  0x00000001 , 0x00000006 
- 00029158  0x00005bdd ifetch  0x00000001 , 0x00000006 
- 00029159  0x00005bde disable  0x00000028 
- 00029160  0x00005bdf rtn 
- 00029161  0x00005beb call  0x000072a4 
- 00029162  0x00005bec branch  0x00007236 , 0x00000005 
- 00029163  0x00005bed force  0x00000000 , 0x00000012 
- 00029164  0x00005bee ifetch  0x00000001 , 0x00000006 
- 00029165  0x00005bef increase  0xffffffff , 0x00000011 
- 00029166  0x00005bf0 increase  0xffffffff , 0x0000000b 
- 00029167  0x00005bf1 compare  0x00000018 , 0x0000003f , 0x000000f8 
- 00029168  0x00005bf2 nbranch  0x00007230 , 0x00000001 
- 00029169  0x00005bf3 compare  0x00000004 , 0x0000003f , 0x00000007 
- 00029170  0x00005bf4 nbranch  0x000071f8 , 0x00000001 
- 00029171  0x00005bf5 force  0x00000001 , 0x00000012 
- 00029172  0x00005bf7 increase  0x00000002 , 0x00000006 
- 00029173  0x00005bf8 increase  0xfffffffe , 0x00000011 
- 00029174  0x00005bf9 increase  0xfffffffe , 0x0000000b 
- 00029175  0x00005bfa branch  0x000071fd 
- 00029176  0x00005bfc compare  0x00000002 , 0x0000003f , 0x00000007 
- 00029177  0x00005bfd nbranch  0x000071fb , 0x00000001 
- 00029178  0x00005bfe branch  0x000071f4 
- 00029179  0x00005c00 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00029180  0x00005c01 nbranch  0x00007230 , 0x00000001 
- 00029181  0x00005c03 ifetch  0x00000001 , 0x00000006 
- 00029182  0x00005c04 increase  0xffffffff , 0x00000011 
- 00029183  0x00005c05 increase  0xffffffff , 0x0000000b 
- 00029184  0x00005c06 bne  0x00000001 , 0x00007207 
- 00029185  0x00005c07 ifetch  0x00000001 , 0x00000006 
- 00029186  0x00005c08 increase  0xffffffff , 0x00000011 
- 00029187  0x00005c09 increase  0xffffffff , 0x0000000b 
- 00029188  0x00005c0a bne  0x00000000 , 0x00007230 
- 00029189  0x00005c0b jam  0x000000ff , 0x000004c3 
- 00029190  0x00005c0c branch  0x00007230 
- 00029191  0x00005c0e bne  0x00000000 , 0x00007230 
- 00029192  0x00005c0f ifetch  0x00000001 , 0x00000006 
- 00029193  0x00005c10 increase  0xffffffff , 0x00000011 
- 00029194  0x00005c11 increase  0xffffffff , 0x0000000b 
- 00029195  0x00005c12 bne  0x00000003 , 0x00007230 
- 00029196  0x00005c13 copy  0x00000012 , 0x0000003e 
- 00029197  0x00005c14 branch  0x00007210 , 0x00000005 
- 00029198  0x00005c15 increase  0xfffffff4 , 0x00000006 
- 00029199  0x00005c16 increase  0xfffffff4 , 0x0000000b 
- 00029200  0x00005c18 force  0x000000ff , 0x0000003f 
- 00029201  0x00005c19 store  0x00000001 , 0x000004c4 
- 00029202  0x00005c1a ifetch  0x00000001 , 0x00000006 
- 00029203  0x00005c1b increase  0xffffffff , 0x00000011 
- 00029204  0x00005c1c increase  0xffffffff , 0x0000000b 
- 00029205  0x00005c1d compare  0x00000008 , 0x0000003f , 0x000000f8 
- 00029206  0x00005c1e nbranch  0x00007230 , 0x00000001 
- 00029207  0x00005c1f compare  0x00000000 , 0x0000003f , 0x00000007 
- 00029208  0x00005c20 branch  0x0000722d , 0x00000001 
- 00029209  0x00005c21 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00029210  0x00005c22 branch  0x0000722a , 0x00000001 
- 00029211  0x00005c23 compare  0x00000002 , 0x0000003f , 0x00000007 
- 00029212  0x00005c24 branch  0x00007227 , 0x00000001 
- 00029213  0x00005c25 compare  0x00000003 , 0x0000003f , 0x00000007 
- 00029214  0x00005c26 branch  0x00007224 , 0x00000001 
- 00029215  0x00005c27 compare  0x00000004 , 0x0000003f , 0x00000007 
- 00029216  0x00005c28 nbranch  0x00007230 , 0x00000001 
- 00029217  0x00005c29 increase  0x00000008 , 0x00000006 
- 00029218  0x00005c2a increase  0xfffffff8 , 0x00000011 
- 00029219  0x00005c2b increase  0xfffffff8 , 0x0000000b 
- 00029220  0x00005c2d increase  0x00000004 , 0x00000006 
- 00029221  0x00005c2e increase  0xfffffffc , 0x00000011 
- 00029222  0x00005c2f increase  0xfffffffc , 0x0000000b 
- 00029223  0x00005c31 increase  0x00000002 , 0x00000006 
- 00029224  0x00005c32 increase  0xfffffffe , 0x00000011 
- 00029225  0x00005c33 increase  0xfffffffe , 0x0000000b 
- 00029226  0x00005c35 increase  0x00000001 , 0x00000006 
- 00029227  0x00005c36 increase  0xffffffff , 0x00000011 
- 00029228  0x00005c37 increase  0xffffffff , 0x0000000b 
- 00029229  0x00005c39 ifetch  0x00000001 , 0x00000006 
- 00029230  0x00005c3a increase  0xffffffff , 0x00000011 
- 00029231  0x00005c3b increase  0xffffffff , 0x0000000b 
- 00029232  0x00005c3d increase  0xffffffff , 0x0000000b 
- 00029233  0x00005c3e increase  0xffffffff , 0x00000011 
- 00029234  0x00005c3f branch  0x00007230 , 0x00000002 
- 00029235  0x00005c40 increase  0x00000001 , 0x0000000b 
- 00029236  0x00005c41 force  0x00000001 , 0x0000003f 
- 00029237  0x00005c42 rtn ,
- 00029238  0x00005c44 force  0x00000000 , 0x0000003f 
- 00029239  0x00005c45 rtn ,
- 00029240  0x00005c48 setarg  0x00000200 
- 00029241  0x00005c49 store  0x00000002 , 0x000004b6 
- 00029242  0x00005c4a branch  0x00007243 
- 00029243  0x00005c4c setarg  0x00000400 
- 00029244  0x00005c4d store  0x00000002 , 0x000004b6 
- 00029245  0x00005c4e branch  0x00007243 
- 00029246  0x00005c50 setarg  0x00000600 
- 00029247  0x00005c51 store  0x00000002 , 0x000004b6 
- 00029248  0x00005c52 branch  0x00007243 
- 00029249  0x00005c54 setarg  0x00000300 
- 00029250  0x00005c55 store  0x00000002 , 0x000004b6 
- 00029251  0x00005c57 call  0x000052de 
- 00029252  0x00005c58 istore  0x00000001 , 0x00000005 
- 00029253  0x00005c59 fetch  0x00000002 , 0x000004b0 
- 00029254  0x00005c5a istore  0x00000002 , 0x00000005 
- 00029255  0x00005c5b setarg  0x00000200 
- 00029256  0x00005c5c istore  0x00000002 , 0x00000005 
- 00029257  0x00005c5d fetch  0x00000002 , 0x000004b6 
- 00029258  0x00005c5e istore  0x00000002 , 0x00000005 
- 00029259  0x00005c5f jam  0x00000007 , 0x000002dc 
- 00029260  0x00005c60 rtn 
- 00029261  0x00005c63 force  0x00000000 , 0x00000002 
- 00029262  0x00005c64 arg  0x000004a9 , 0x00000005 
- 00029263  0x00005c65 call  0x000072a4 
- 00029264  0x00005c66 branch  0x000072a2 , 0x00000005 
- 00029265  0x00005c68 ifetch  0x00000001 , 0x00000006 
- 00029266  0x00005c69 increase  0xffffffff , 0x00000011 
- 00029267  0x00005c6a increase  0xffffffff , 0x0000000b 
- 00029268  0x00005c6b compare  0x00000018 , 0x0000003f , 0x000000f8 
- 00029269  0x00005c6c nbranch  0x000072a2 , 0x00000001 
- 00029270  0x00005c6d compare  0x00000004 , 0x0000003f , 0x00000007 
- 00029271  0x00005c6e nbranch  0x0000726e , 0x00000001 
- 00029272  0x00005c6f force  0x00000001 , 0x00000002 
- 00029273  0x00005c71 ifetch  0x00000001 , 0x00000006 
- 00029274  0x00005c72 increase  0xffffffff , 0x00000011 
- 00029275  0x00005c73 increase  0xffffffff , 0x0000000b 
- 00029276  0x00005c74 bne  0x00000000 , 0x00007262 
- 00029277  0x00005c75 ifetch  0x00000001 , 0x00000006 
- 00029278  0x00005c76 increase  0xffffffff , 0x00000011 
- 00029279  0x00005c77 increase  0xffffffff , 0x0000000b 
- 00029280  0x00005c78 beq  0x00000000 , 0x00007273 
- 00029281  0x00005c79 branch  0x00007265 
- 00029282  0x00005c7b increase  0x00000001 , 0x00000006 
- 00029283  0x00005c7c increase  0xffffffff , 0x00000011 
- 00029284  0x00005c7d increase  0xffffffff , 0x0000000b 
- 00029285  0x00005c7f increase  0x00000002 , 0x00000006 
- 00029286  0x00005c80 increase  0xfffffffe , 0x00000011 
- 00029287  0x00005c81 increase  0xfffffffe , 0x0000000b 
- 00029288  0x00005c82 compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00029289  0x00005c83 branch  0x0000729d , 0x00000001 
- 00029290  0x00005c84 increase  0x0000000c , 0x00000006 
- 00029291  0x00005c85 increase  0xfffffff4 , 0x00000011 
- 00029292  0x00005c86 increase  0xfffffff4 , 0x0000000b 
- 00029293  0x00005c87 branch  0x0000729d 
- 00029294  0x00005c89 compare  0x00000002 , 0x0000003f , 0x00000007 
- 00029295  0x00005c8a nbranch  0x00007271 , 0x00000001 
- 00029296  0x00005c8b branch  0x00007259 
- 00029297  0x00005c8d compare  0x00000001 , 0x0000003f , 0x00000007 
- 00029298  0x00005c8e nbranch  0x000072a2 , 0x00000001 
- 00029299  0x00005c90 ifetch  0x00000002 , 0x00000006 
- 00029300  0x00005c91 increase  0xfffffffe , 0x00000011 
- 00029301  0x00005c92 increase  0xfffffffe , 0x0000000b 
- 00029302  0x00005c93 istore  0x00000002 , 0x00000005 
- 00029303  0x00005c95 compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00029304  0x00005c96 branch  0x0000729d , 0x00000001 
- 00029305  0x00005c97 copy  0x00000006 , 0x00000002 
- 00029306  0x00005c98 ifetch  0x00000001 , 0x00000006 
- 00029307  0x00005c99 bne  0x00000000 , 0x00007292 
- 00029308  0x00005c9a ifetch  0x00000001 , 0x00000006 
- 00029309  0x00005c9b bne  0x00000000 , 0x00007292 
- 00029310  0x00005c9c ifetch  0x00000001 , 0x00000006 
- 00029311  0x00005c9d bne  0x00000010 , 0x00007292 
- 00029312  0x00005c9e ifetch  0x00000001 , 0x00000006 
- 00029313  0x00005c9f bne  0x00000000 , 0x00007292 
- 00029314  0x00005ca0 ifetch  0x00000001 , 0x00000006 
- 00029315  0x00005ca1 bne  0x00000080 , 0x00007292 
- 00029316  0x00005ca2 ifetch  0x00000001 , 0x00000006 
- 00029317  0x00005ca3 bne  0x00000000 , 0x00007292 
- 00029318  0x00005ca4 ifetch  0x00000001 , 0x00000006 
- 00029319  0x00005ca5 bne  0x00000000 , 0x00007292 
- 00029320  0x00005ca6 ifetch  0x00000001 , 0x00000006 
- 00029321  0x00005ca7 bne  0x00000080 , 0x00007292 
- 00029322  0x00005ca8 ifetch  0x00000001 , 0x00000006 
- 00029323  0x00005ca9 bne  0x0000005f , 0x00007292 
- 00029324  0x00005caa ifetch  0x00000001 , 0x00000006 
- 00029325  0x00005cab bne  0x0000009b , 0x00007292 
- 00029326  0x00005cac ifetch  0x00000001 , 0x00000006 
- 00029327  0x00005cad bne  0x00000034 , 0x00007292 
- 00029328  0x00005cae ifetch  0x00000001 , 0x00000006 
- 00029329  0x00005caf beq  0x000000fb , 0x0000729b 
- 00029330  0x00005cb1 copy  0x00000002 , 0x00000006 
- 00029331  0x00005cb3 increase  0x0000000c , 0x00000006 
- 00029332  0x00005cb4 force  0x00000000 , 0x00000007 
- 00029333  0x00005cb5 force  0x00000000 , 0x00000002 
- 00029334  0x00005cb6 branch  0x0000729b 
- 00029335  0x00005cb8 ifetch  0x00000001 , 0x00000006 
- 00029336  0x00005cb9 increase  0xffffffff , 0x00000011 
- 00029337  0x00005cba increase  0xffffffff , 0x0000000b 
- 00029338  0x00005cbb branch  0x00007277 
- 00029339  0x00005cbd increase  0xfffffff4 , 0x0000000b 
- 00029340  0x00005cbe increase  0xfffffff4 , 0x00000011 
- 00029341  0x00005cc0 compare  0x00000000 , 0x00000011 , 0x000000ff 
- 00029342  0x00005cc1 nbranch  0x00007251 , 0x00000001 
- 00029343  0x00005cc2 force  0x00000000 , 0x0000003f 
- 00029344  0x00005cc3 istore  0x00000002 , 0x00000005 
- 00029345  0x00005cc4 rtn ,
- 00029346  0x00005cc6 arg  0x000000ff , 0x00000002 
- 00029347  0x00005cc7 rtn 
- 00029348  0x00005cd2 ifetch  0x00000001 , 0x00000006 
- 00029349  0x00005cd3 increase  0xffffffff , 0x0000000b 
- 00029350  0x00005cd4 compare  0x00000030 , 0x0000003f , 0x000000f8 
- 00029351  0x00005cd5 nbranch  0x000072b9 , 0x00000001 
- 00029352  0x00005cd6 compare  0x00000007 , 0x0000003f , 0x00000007 
- 00029353  0x00005cd7 branch  0x000072b2 , 0x00000001 
- 00029354  0x00005cd8 compare  0x00000006 , 0x0000003f , 0x00000007 
- 00029355  0x00005cd9 branch  0x000072b4 , 0x00000001 
- 00029356  0x00005cda compare  0x00000005 , 0x0000003f , 0x00000007 
- 00029357  0x00005cdb nbranch  0x000072b9 , 0x00000001 
- 00029358  0x00005cdc ifetch  0x00000001 , 0x00000006 
- 00029359  0x00005cdd copy  0x0000003f , 0x00000011 
- 00029360  0x00005cde increase  0xffffffff , 0x0000000b 
- 00029361  0x00005cdf branch  0x000072b7 
- 00029362  0x00005ce1 increase  0x00000002 , 0x00000006 
- 00029363  0x00005ce2 increase  0xfffffffe , 0x0000000b 
- 00029364  0x00005ce4 ifetch  0x00000002 , 0x00000006 
- 00029365  0x00005ce5 byteswap  0x0000003f , 0x00000011 
- 00029366  0x00005ce6 increase  0xfffffffe , 0x0000000b 
- 00029367  0x00005ce9 force  0x00000001 , 0x0000003f 
- 00029368  0x00005cea rtn 
- 00029369  0x00005ced force  0x00000000 , 0x0000003f 
- 00029370  0x00005cee rtn 
- 00029371  0x00005cf9 setarg  0x00000003 
- 00029372  0x00005cfa store  0x00000001 , 0x000004af 
- 00029373  0x00005cfb branch  0x000072c0 
- 00029374  0x00005cfd setarg  0x00000007 
- 00029375  0x00005cfe store  0x00000001 , 0x000004af 
- 00029376  0x00005d00 call  0x000052de 
- 00029377  0x00005d01 fetch  0x00000001 , 0x000004af 
- 00029378  0x00005d02 istore  0x00000001 , 0x00000005 
- 00029379  0x00005d03 copy  0x0000003f , 0x00000012 
- 00029380  0x00005d04 fetch  0x00000002 , 0x000004b0 
- 00029381  0x00005d05 istore  0x00000002 , 0x00000005 
- 00029382  0x00005d07 setarg  0x00000500 
- 00029383  0x00005d08 istore  0x00000002 , 0x00000005 
- 00029384  0x00005d09 compare  0x00000005 , 0x00000012 , 0x000000ff 
- 00029385  0x00005d0a branch  0x000072d0 , 0x00000001 
- 00029386  0x00005d0b compare  0x00000007 , 0x00000012 , 0x000000ff 
- 00029387  0x00005d0c branch  0x000072d0 , 0x00000001 
- 00029388  0x00005d0d setarg  0x00000000 
- 00029389  0x00005d0e istore  0x00000003 , 0x00000005 
- 00029390  0x00005d0f istore  0x00000002 , 0x00000005 
- 00029391  0x00005d10 branch  0x000072d4 
- 00029392  0x00005d19 setarg  0x00350200 
- 00029393  0x00005d1a istore  0x00000003 , 0x00000005 
- 00029394  0x00005d1f setarg  0x00000000 
- 00029395  0x00005d20 istore  0x00000002 , 0x00000005 
- 00029396  0x00005d22 jam  0x0000000a , 0x000002dc 
- 00029397  0x00005d23 rtn 
- 00029398  0x00005d26 copy  0x00000006 , 0x0000000b 
- 00029399  0x00005d27 ifetch  0x00000001 , 0x00000006 
- 00029400  0x00005d28 and  0x0000003f , 0x00000007 , 0x00000039 
- 00029401  0x00005d29 rshift3  0x0000003f , 0x0000003f 
- 00029402  0x00005d2a beq  0x00000006 , 0x000072e5 
- 00029403  0x00005d2b beq  0x00000001 , 0x000072e0 
- 00029404  0x00005d2c beq  0x00000004 , 0x000072e5 
- 00029405  0x00005d2d beq  0x00000005 , 0x000072e3 
- 00029406  0x00005d2f copy  0x0000000b , 0x00000006 
- 00029407  0x00005d30 rtn 
- 00029408  0x00005d32 call  0x00007301 
- 00029409  0x00005d33 increase  0x00000001 , 0x0000003f 
- 00029410  0x00005d34 branch  0x000072de 
- 00029411  0x00005d36 force  0x00000002 , 0x0000003f 
- 00029412  0x00005d37 branch  0x000072de 
- 00029413  0x00005d39 call  0x000072f7 
- 00029414  0x00005d3a increase  0x00000002 , 0x0000003f 
- 00029415  0x00005d3b branch  0x000072de 
- 00029416  0x00005d3e ifetch  0x00000001 , 0x00000006 
- 00029417  0x00005d3f and  0x0000003f , 0x00000007 , 0x00000039 
- 00029418  0x00005d40 rshift3  0x0000003f , 0x0000003f 
- 00029419  0x00005d41 beq  0x00000006 , 0x000072f7 
- 00029420  0x00005d42 beq  0x00000001 , 0x000072ef 
- 00029421  0x00005d43 beq  0x00000005 , 0x000072fc 
- 00029422  0x00005d44 rtn 
- 00029423  0x00005d46 call  0x00007301 
- 00029424  0x00005d47 iforce  0x00000039 
- 00029425  0x00005d48 force  0x00000000 , 0x00000002 
- 00029426  0x00005d4a lshift8  0x00000002 , 0x00000002 
- 00029427  0x00005d4b ifetch  0x00000001 , 0x00000006 
- 00029428  0x00005d4c ior  0x00000002 , 0x00000002 
- 00029429  0x00005d4d loop  0x000072f2 
- 00029430  0x00005d4e rtn 
- 00029431  0x00005d50 deposit  0x00000039 
- 00029432  0x00005d51 beq  0x00000005 , 0x000072fc 
- 00029433  0x00005d52 beq  0x00000006 , 0x000072fe 
- 00029434  0x00005d53 force  0x00000003 , 0x00000039 
- 00029435  0x00005d54 branch  0x000072ef 
- 00029436  0x00005d56 ifetch  0x00000001 , 0x00000006 
- 00029437  0x00005d57 rtn 
- 00029438  0x00005d59 ifetch  0x00000002 , 0x00000006 
- 00029439  0x00005d5a byteswap  0x0000003f , 0x0000003f 
- 00029440  0x00005d5b rtn 
- 00029441  0x00005d5f force  0x00000001 , 0x0000003f 
- 00029442  0x00005d60 copy  0x00000039 , 0x0000003e 
- 00029443  0x00005d61 rtn  0x00000005 
- 00029444  0x00005d63 lshift  0x0000003f , 0x0000003f 
- 00029445  0x00005d64 loop  0x00007304 
- 00029446  0x00005d65 rtn 
- 00029447  0x00005d6b iforce  0x00000013 
- 00029448  0x00005d6c set1  0x00000025 , 0x00000000 
- 00029449  0x00005d6d bpatch  0x000000e9 , 0x0000403d 
- 00029450  0x00005d6e force  0x00000000 , 0x00000007 
- 00029451  0x00005d6f fetch  0x00000002 , 0x00004759 
- 00029452  0x00005d70 iforce  0x00000006 
- 00029453  0x00005d71 arg  0x000004c5 , 0x00000005 
- 00029454  0x00005d73 disable  0x00000028 
- 00029455  0x00005d74 ifetch  0x00000001 , 0x00000006 
- 00029456  0x00005d75 rtn  0x00000034 
- 00029457  0x00005d76 iforce  0x00000039 
- 00029458  0x00005d78 ifetch  0x00000002 , 0x00000006 
- 00029459  0x00005d79 isub  0x00000013 , 0x0000003e 
- 00029460  0x00005d7a nbranch  0x00007316 , 0x00000005 
- 00029461  0x00005d7b enable  0x00000028 
- 00029462  0x00005d7d loop  0x00007312 
- 00029463  0x00005d7e ifetch  0x00000004 , 0x00000006 
- 00029464  0x00005d7f nbranch  0x0000731b , 0x00000028 
- 00029465  0x00005d80 istore  0x00000004 , 0x00000005 
- 00029466  0x00005d81 increase  0x00000001 , 0x00000007 
- 00029467  0x00005d83 call  0x000072e8 
- 00029468  0x00005d84 iadd  0x00000006 , 0x00000006 
- 00029469  0x00005d85 branch  0x0000730e 
- 00029470  0x00005d89 fetch  0x00000002 , 0x00004759 
- 00029471  0x00005d8a iforce  0x00000006 
- 00029472  0x00005d8c ifetch  0x00000001 , 0x00000006 
- 00029473  0x00005d8d rtn  0x00000034 
- 00029474  0x00005d8e lshift  0x0000003f , 0x0000003f 
- 00029475  0x00005d8f iadd  0x00000006 , 0x00000006 
- 00029476  0x00005d90 ifetch  0x00000004 , 0x00000006 
- 00029477  0x00005d91 isub  0x00000002 , 0x0000003e 
- 00029478  0x00005d92 rtn  0x00000005 
- 00029479  0x00005d93 call  0x000072e8 
- 00029480  0x00005d94 iadd  0x00000006 , 0x00000006 
- 00029481  0x00005d95 branch  0x00007320 
- 00029482  0x00005d9d set1  0x00000025 , 0x00000000 
- 00029483  0x00005d9e bpatch  0x000000ea , 0x0000403d 
- 00029484  0x00005d9f fetch  0x00000002 , 0x00004759 
- 00029485  0x00005da0 iforce  0x00000006 
- 00029486  0x00005da2 ifetch  0x00000001 , 0x00000006 
- 00029487  0x00005da3 branch  0x0000734b , 0x00000034 
- 00029488  0x00005da4 iforce  0x00000039 
- 00029489  0x00005da6 ifetch  0x00000002 , 0x00000006 
- 00029490  0x00005da7 isub  0x00000013 , 0x0000003e 
- 00029491  0x00005da8 branch  0x00007339 , 0x00000005 
- 00029492  0x00005da9 loop  0x00007331 
- 00029493  0x00005daa increase  0x00000004 , 0x00000006 
- 00029494  0x00005dab call  0x000072e8 
- 00029495  0x00005dac iadd  0x00000006 , 0x00000006 
- 00029496  0x00005dad branch  0x0000732e 
- 00029497  0x00005daf increase  0xffffffff , 0x00000039 
- 00029498  0x00005db0 lshift  0x00000039 , 0x0000003f 
- 00029499  0x00005db1 iadd  0x00000006 , 0x00000006 
- 00029500  0x00005db2 increase  0x00000004 , 0x00000006 
- 00029501  0x00005db3 call  0x000072e8 
- 00029502  0x00005db4 iadd  0x00000006 , 0x00000002 
- 00029503  0x00005db6 increase  0x00000001 , 0x00000006 
- 00029504  0x00005db7 ifetch  0x00000002 , 0x00000006 
- 00029505  0x00005db8 isub  0x00000012 , 0x0000000b 
- 00029506  0x00005dba setflag  0x00000005 , 0x00000000 , 0x0000003f 
- 00029507  0x00005dbb copy  0x0000000b , 0x0000000b 
- 00029508  0x00005dbc rtn  0x00000005 
- 00029509  0x00005dbd call  0x000072d6 
- 00029510  0x00005dbe iadd  0x00000006 , 0x00000006 
- 00029511  0x00005dbf deposit  0x00000002 
- 00029512  0x00005dc0 isub  0x00000006 , 0x0000003e 
- 00029513  0x00005dc1 branch  0x0000734b , 0x00000005 
- 00029514  0x00005dc2 branch  0x0000733f 
- 00029515  0x00005dc4 force  0x00000000 , 0x00000006 
- 00029516  0x00005dc5 force  0x00000000 , 0x0000003f 
- 00029517  0x00005dc6 rtn 
- 00029518  0x00005dcd set1  0x00000025 , 0x00000000 
- 00029519  0x00005dce bpatch  0x000000eb , 0x0000403d 
- 00029520  0x00005dcf fetch  0x00000002 , 0x00004759 
- 00029521  0x00005dd0 iforce  0x00000006 
- 00029522  0x00005dd2 ifetch  0x00000001 , 0x00000006 
- 00029523  0x00005dd3 branch  0x00007368 , 0x00000034 
- 00029524  0x00005dd4 lshift  0x0000003f , 0x0000003f 
- 00029525  0x00005dd5 iadd  0x00000006 , 0x00000006 
- 00029526  0x00005dd6 ifetch  0x00000004 , 0x00000006 
- 00029527  0x00005dd7 isub  0x00000002 , 0x0000003e 
- 00029528  0x00005dd8 branch  0x0000735c , 0x00000005 
- 00029529  0x00005dd9 call  0x000072e8 
- 00029530  0x00005dda iadd  0x00000006 , 0x00000006 
- 00029531  0x00005ddb branch  0x00007352 
- 00029532  0x00005ddd call  0x000072e8 
- 00029533  0x00005dde iadd  0x00000006 , 0x00000002 
- 00029534  0x00005de0 increase  0x00000001 , 0x00000006 
- 00029535  0x00005de1 ifetch  0x00000002 , 0x00000006 
- 00029536  0x00005de2 isub  0x00000012 , 0x0000003e 
- 00029537  0x00005de3 rtn  0x00000005 
- 00029538  0x00005de4 call  0x000072d6 
- 00029539  0x00005de5 iadd  0x00000006 , 0x00000006 
- 00029540  0x00005de6 deposit  0x00000002 
- 00029541  0x00005de7 isub  0x00000006 , 0x0000003e 
- 00029542  0x00005de8 branch  0x00007368 , 0x00000005 
- 00029543  0x00005de9 branch  0x0000735e 
- 00029544  0x00005deb force  0x00000000 , 0x00000006 
- 00029545  0x00005dec rtn 
- 00029546  0x00005df0 call  0x0000737d 
- 00029547  0x00005df1 arg  0x0000051f , 0x00000006 
- 00029548  0x00005df2 arg  0x0000050f , 0x00000005 
- 00029549  0x00005df3 branch  0x00007e35 
- 00029550  0x00005df7 disable  0x00000028 
- 00029551  0x00005df8 call  0x00007474 
- 00029552  0x00005df9 arg  0x000004ef , 0x00000006 
- 00029553  0x00005dfa arg  0x0000052f , 0x00000005 
- 00029554  0x00005dfb force  0x0000000f , 0x00000039 
- 00029555  0x00005dfc call  0x00007e45 
- 00029556  0x00005dfd ifetch  0x00000001 , 0x00000006 
- 00029557  0x00005dfe xor_into  0x00000006 , 0x0000003f 
- 00029558  0x00005dff istore  0x00000001 , 0x00000005 
- 00029559  0x00005e00 setarg  0x0000053f 
- 00029560  0x00005e01 store  0x00000002 , 0x00000574 
- 00029561  0x00005e02 setarg  0x0000052f 
- 00029562  0x00005e03 store  0x00000002 , 0x00000572 
- 00029563  0x00005e04 set1  0x00000012 , 0x00000000 
- 00029564  0x00005e05 branch  0x000073bd 
- 00029565  0x00005e0a fetcht  0x00000001 , 0x0000054f 
- 00029566  0x00005e0b force  0x00000010 , 0x00000012 
- 00029567  0x00005e0c add  0x00000002 , 0x00000006 , 0x00000013 
- 00029568  0x00005e0d sub  0x00000013 , 0x00000010 , 0x0000003e 
- 00029569  0x00005e0e branch  0x00007383 , 0x00000002 
- 00029570  0x00005e0f force  0x00000010 , 0x00000013 
- 00029571  0x00005e11 arg  0x0000052f , 0x00000005 
- 00029572  0x00005e13 arg  0x00000550 , 0x00000006 
- 00029573  0x00005e14 copy  0x00000002 , 0x00000039 
- 00029574  0x00005e15 disable  0x00000028 
- 00029575  0x00005e17 ifetch  0x00000001 , 0x00000006 
- 00029576  0x00005e18 istore  0x00000001 , 0x00000005 
- 00029577  0x00005e19 increase  0xffffffff , 0x00000012 
- 00029578  0x00005e1a branch  0x00007391 , 0x00000005 
- 00029579  0x00005e1b loop  0x00007387 
- 00029580  0x00005e1c branch  0x00007384 , 0x00000028 
- 00029581  0x00005e1d enable  0x00000028 
- 00029582  0x00005e1e force  0x00000006 , 0x00000039 
- 00029583  0x00005e1f copy  0x00000011 , 0x00000006 
- 00029584  0x00005e20 branch  0x00007387 
- 00029585  0x00005e22 arg  0x000004ef , 0x00000006 
- 00029586  0x00005e23 arg  0x0000053f , 0x00000005 
- 00029587  0x00005e24 call  0x00007e35 
- 00029588  0x00005e25 fetch  0x00000001 , 0x0000054e 
- 00029589  0x00005e26 ixor  0x00000013 , 0x0000003f 
- 00029590  0x00005e27 store  0x00000001 , 0x0000054e 
- 00029591  0x00005e28 setarg  0x0000053f 
- 00029592  0x00005e29 store  0x00000002 , 0x00000574 
- 00029593  0x00005e2a setarg  0x0000052f 
- 00029594  0x00005e2b store  0x00000002 , 0x00000572 
- 00029595  0x00005e2c set1  0x00000012 , 0x00000000 
- 00029596  0x00005e2d branch  0x000073bd 
- 00029597  0x00005e33 disable  0x00000028 
- 00029598  0x00005e34 call  0x00007474 
- 00029599  0x00005e35 branch  0x000073a7 
- 00029600  0x00005e38 arg  0x00000056 , 0x00000011 
- 00029601  0x00005e39 enable  0x00000028 
- 00029602  0x00005e3a call  0x00007474 
- 00029603  0x00005e3b call  0x000073a7 
- 00029604  0x00005e3c arg  0x0000051f , 0x00000006 
- 00029605  0x00005e3d arg  0x00000062 , 0x00000005 
- 00029606  0x00005e3e branch  0x00007e35 
- 00029607  0x00005e42 setarg  0x000004ef 
- 00029608  0x00005e43 store  0x00000002 , 0x00000574 
- 00029609  0x00005e44 setarg  0x00004262 
- 00029610  0x00005e45 store  0x00000002 , 0x00000572 
- 00029611  0x00005e46 set0  0x00000012 , 0x00000000 
- 00029612  0x00005e47 call  0x000073bd 
- 00029613  0x00005e48 arg  0x0000051f , 0x00000011 
- 00029614  0x00005e49 arg  0x000004ef , 0x00000012 
- 00029615  0x00005e4a arg  0x0000052f , 0x00000005 
- 00029616  0x00005e4b call  0x00007467 
- 00029617  0x00005e4c arg  0x0000052f , 0x00000011 
- 00029618  0x00005e4d arg  0x0000053f , 0x00000012 
- 00029619  0x00005e4e copy  0x00000012 , 0x00000005 
- 00029620  0x00005e4f enable  0x00000028 
- 00029621  0x00005e50 call  0x00007465 
- 00029622  0x00005e51 call  0x0000747f 
- 00029623  0x00005e52 setarg  0x0000053f 
- 00029624  0x00005e53 store  0x00000002 , 0x00000574 
- 00029625  0x00005e54 setarg  0x0000052f 
- 00029626  0x00005e55 store  0x00000002 , 0x00000572 
- 00029627  0x00005e56 set1  0x00000012 , 0x00000000 
- 00029628  0x00005e57 branch  0x000073bd 
- 00029629  0x00005e5c jam  0x00000000 , 0x00000576 
- 00029630  0x00005e5d fetch  0x00000002 , 0x00000572 
- 00029631  0x00005e5e iforce  0x00000006 
- 00029632  0x00005e5f arg  0x00000560 , 0x00000005 
- 00029633  0x00005e60 call  0x00007e35 
- 00029634  0x00005e61 fetch  0x00000002 , 0x00000574 
- 00029635  0x00005e62 iforce  0x00000006 
- 00029636  0x00005e63 arg  0x0000051f , 0x00000005 
- 00029637  0x00005e64 call  0x00007e35 
- 00029638  0x00005e67 call  0x000073e4 
- 00029639  0x00005e68 disable  0x00000028 
- 00029640  0x00005e69 bmark0  0x00000012 , 0x000073ce 
- 00029641  0x00005e6a fetch  0x00000001 , 0x00000576 
- 00029642  0x00005e6b bne  0x00000004 , 0x000073ce 
- 00029643  0x00005e6c fetch  0x00000002 , 0x00000574 
- 00029644  0x00005e6d iforce  0x00000012 
- 00029645  0x00005e6e call  0x00007416 
- 00029646  0x00005e70 call  0x00007415 
- 00029647  0x00005e71 call  0x00007428 
- 00029648  0x00005e72 fetch  0x00000001 , 0x00000576 
- 00029649  0x00005e73 increase  0x00000001 , 0x0000003f 
- 00029650  0x00005e74 store  0x00000001 , 0x00000576 
- 00029651  0x00005e76 call  0x000073e4 
- 00029652  0x00005e77 enable  0x00000028 
- 00029653  0x00005e78 call  0x00007415 
- 00029654  0x00005e79 call  0x00007437 
- 00029655  0x00005e7a call  0x00007446 
- 00029656  0x00005e7b call  0x00007437 
- 00029657  0x00005e7c call  0x00007446 
- 00029658  0x00005e7d call  0x00007437 
- 00029659  0x00005e7e call  0x00007446 
- 00029660  0x00005e7f call  0x00007437 
- 00029661  0x00005e80 fetch  0x00000001 , 0x00000576 
- 00029662  0x00005e81 increase  0x00000001 , 0x0000003f 
- 00029663  0x00005e82 store  0x00000001 , 0x00000576 
- 00029664  0x00005e83 bne  0x00000010 , 0x000073c6 
- 00029665  0x00005e84 call  0x000073e4 
- 00029666  0x00005e85 disable  0x00000028 
- 00029667  0x00005e86 branch  0x00007415 
- 00029668  0x00005e8b fetch  0x00000001 , 0x00000576 
- 00029669  0x00005e8c arg  0x00000560 , 0x00000006 
- 00029670  0x00005e8d branch  0x0000740b , 0x00000034 
- 00029671  0x00005e8e iforce  0x00000012 
- 00029672  0x00005e8f force  0x00000011 , 0x00000039 
- 00029673  0x00005e90 copy  0x00000006 , 0x00000005 
- 00029674  0x00005e92 ifetch  0x00000001 , 0x00000006 
- 00029675  0x00005e93 lshift3  0x0000003f , 0x00000002 
- 00029676  0x00005e94 rshift2  0x0000003f , 0x0000003f 
- 00029677  0x00005e95 rshift3  0x0000003f , 0x0000003f 
- 00029678  0x00005e96 ior  0x00000002 , 0x0000003f 
- 00029679  0x00005e97 istore  0x00000001 , 0x00000005 
- 00029680  0x00005e98 loop  0x000073ea 
- 00029681  0x00005e99 setarg  0x00000560 
- 00029682  0x00005e9a iadd  0x00000012 , 0x00000006 
- 00029683  0x00005e9b force  0x00000010 , 0x00000039 
- 00029684  0x00005e9c arg  0x000004ff , 0x00000005 
- 00029685  0x00005e9e ifetch  0x00000001 , 0x00000006 
- 00029686  0x00005e9f istore  0x00000001 , 0x00000005 
- 00029687  0x00005ea0 compare  0x00000571 , 0x00000006 , 0x000000ff 
- 00029688  0x00005ea1 nbranch  0x000073fa , 0x00000001 
- 00029689  0x00005ea2 increase  0xffffffef , 0x00000006 
- 00029690  0x00005ea4 loop  0x000073f5 
- 00029691  0x00005ea5 force  0x00000000 , 0x00000011 
- 00029692  0x00005ea6 add  0x00000012 , 0xffffffff , 0x00000013 
- 00029693  0x00005ea7 lshift2  0x00000013 , 0x00000013 
- 00029694  0x00005ea8 lshift2  0x00000013 , 0x00000013 
- 00029695  0x00005ea9 call  0x000075c5 
- 00029696  0x00005eaa setarg  0x00008400 
- 00029697  0x00005eab iadd  0x00000013 , 0x00000013 
- 00029698  0x00005eac arg  0x000004ff , 0x00000005 
- 00029699  0x00005ead force  0x00000010 , 0x00000039 
- 00029700  0x00005eaf ifetcht  0x00000001 , 0x00000013 
- 00029701  0x00005eb0 ifetch  0x00000001 , 0x00000005 
- 00029702  0x00005eb1 iadd  0x00000002 , 0x0000003f 
- 00029703  0x00005eb2 istore  0x00000001 , 0x00000005 
- 00029704  0x00005eb3 increase  0x00000001 , 0x00000013 
- 00029705  0x00005eb4 loop  0x00007404 
- 00029706  0x00005eb5 branch  0x000075c9 
- 00029707  0x00005eb8 force  0x00000010 , 0x00000039 
- 00029708  0x00005eb9 force  0x00000000 , 0x00000002 
- 00029709  0x00005ebb ifetch  0x00000001 , 0x00000006 
- 00029710  0x00005ebc ixor  0x00000002 , 0x00000002 
- 00029711  0x00005ebd loop  0x0000740d 
- 00029712  0x00005ebe deposit  0x00000002 
- 00029713  0x00005ebf istore  0x00000001 , 0x00000006 
- 00029714  0x00005ec0 arg  0x00000560 , 0x00000006 
- 00029715  0x00005ec1 arg  0x000004ff , 0x00000005 
- 00029716  0x00005ec2 branch  0x00007e35 
- 00029717  0x00005ec5 arg  0x000004ff , 0x00000012 
- 00029718  0x00005ec7 force  0x00000010 , 0x00000039 
- 00029719  0x00005ec8 arg  0x0000051f , 0x00000011 
- 00029720  0x00005ec9 copy  0x00000011 , 0x00000005 
- 00029721  0x00005ecb ifetcht  0x00000001 , 0x00000011 
- 00029722  0x00005ecc ifetch  0x00000001 , 0x00000012 
- 00029723  0x00005ecd ixor  0x00000002 , 0x00000030 
- 00029724  0x00005ece and  0x00000039 , 0x00000003 , 0x00000013 
- 00029725  0x00005ecf nbranch  0x0000741f , 0x00000028 
- 00029726  0x00005ed0 xor_into  0x00000003 , 0x00000013 
- 00029727  0x00005ed2 sub  0x00000013 , 0x00000001 , 0x00000013 
- 00029728  0x00005ed3 branch  0x00007422 , 0x00000002 
- 00029729  0x00005ed4 iadd  0x00000002 , 0x00000030 
- 00029730  0x00005ed6 deposit  0x00000030 
- 00029731  0x00005ed7 istore  0x00000001 , 0x00000005 
- 00029732  0x00005ed8 increase  0x00000001 , 0x00000011 
- 00029733  0x00005ed9 increase  0x00000001 , 0x00000012 
- 00029734  0x00005eda loop  0x00007419 
- 00029735  0x00005edb rtn 
- 00029736  0x00005ede call  0x000075c5 
- 00029737  0x00005edf force  0x00000010 , 0x00000039 
- 00029738  0x00005ee0 arg  0x0000051f , 0x00000011 
- 00029739  0x00005ee2 ifetch  0x00000001 , 0x00000011 
- 00029740  0x00005ee3 arg  0x00008500 , 0x00000006 
- 00029741  0x00005ee4 and  0x00000039 , 0x00000003 , 0x00000013 
- 00029742  0x00005ee5 sub  0x00000013 , 0x00000001 , 0x0000003e 
- 00029743  0x00005ee6 branch  0x00007431 , 0x00000002 
- 00029744  0x00005ee7 arg  0x00008600 , 0x00000006 
- 00029745  0x00005ee9 iadd  0x00000006 , 0x00000006 
- 00029746  0x00005eea ifetch  0x00000001 , 0x00000006 
- 00029747  0x00005eeb istore  0x00000001 , 0x00000011 
- 00029748  0x00005eec increase  0x00000001 , 0x00000011 
- 00029749  0x00005eed loop  0x0000742b 
- 00029750  0x00005eee branch  0x000075c9 
- 00029751  0x00005ef1 force  0x00000008 , 0x00000039 
- 00029752  0x00005ef2 arg  0x0000051f , 0x00000006 
- 00029753  0x00005ef3 copy  0x00000006 , 0x00000005 
- 00029754  0x00005ef5 ifetch  0x00000001 , 0x00000006 
- 00029755  0x00005ef6 iforce  0x00000011 
- 00029756  0x00005ef7 ifetch  0x00000001 , 0x00000006 
- 00029757  0x00005ef8 iforce  0x00000012 
- 00029758  0x00005ef9 lshift  0x00000011 , 0x0000003f 
- 00029759  0x00005efa iadd  0x00000012 , 0x0000003f 
- 00029760  0x00005efb istore  0x00000001 , 0x00000005 
- 00029761  0x00005efc deposit  0x00000011 
- 00029762  0x00005efd iadd  0x00000012 , 0x0000003f 
- 00029763  0x00005efe istore  0x00000001 , 0x00000005 
- 00029764  0x00005eff loop  0x0000743a 
- 00029765  0x00005f00 rtn 
- 00029766  0x00005f04 setarg  0x008ae42c 
- 00029767  0x00005f05 iforce  0x00000002 
- 00029768  0x00005f06 force  0x00000007 , 0x00000039 
- 00029769  0x00005f07 call  0x00007455 
- 00029770  0x00005f08 setarg  0x000d751b 
- 00029771  0x00005f09 iforce  0x00000002 
- 00029772  0x00005f0a force  0x00000005 , 0x00000039 
- 00029773  0x00005f0b call  0x00007455 
- 00029774  0x00005f0c fetch  0x00000001 , 0x0000052e 
- 00029775  0x00005f0d iforce  0x00000011 
- 00029776  0x00005f0e fetch  0x00000001 , 0x00000522 
- 00029777  0x00005f0f store  0x00000001 , 0x0000052e 
- 00029778  0x00005f10 deposit  0x00000011 
- 00029779  0x00005f11 store  0x00000001 , 0x00000522 
- 00029780  0x00005f12 rtn 
- 00029781  0x00005f15 and  0x00000002 , 0x0000000f , 0x00000012 
- 00029782  0x00005f17 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029783  0x00005f18 arg  0x0000051f , 0x00000005 
- 00029784  0x00005f19 iadd  0x00000005 , 0x00000005 
- 00029785  0x00005f1a ifetch  0x00000001 , 0x00000005 
- 00029786  0x00005f1b iforce  0x00000013 
- 00029787  0x00005f1c deposit  0x00000011 
- 00029788  0x00005f1d istore  0x00000001 , 0x00000005 
- 00029789  0x00005f1e copy  0x00000013 , 0x00000011 
- 00029790  0x00005f1f rshift4  0x00000002 , 0x00000002 
- 00029791  0x00005f20 loop  0x00007456 
- 00029792  0x00005f21 setarg  0x0000051f 
- 00029793  0x00005f22 iadd  0x00000012 , 0x00000005 
- 00029794  0x00005f23 deposit  0x00000011 
- 00029795  0x00005f24 istore  0x00000001 , 0x00000005 
- 00029796  0x00005f25 rtn 
- 00029797  0x00005f28 enable  0x00000028 
- 00029798  0x00005f29 branch  0x00007468 
- 00029799  0x00005f2c disable  0x00000028 
- 00029800  0x00005f2e force  0x00000010 , 0x00000039 
- 00029801  0x00005f30 ifetcht  0x00000001 , 0x00000011 
- 00029802  0x00005f31 ifetch  0x00000001 , 0x00000012 
- 00029803  0x00005f32 branch  0x0000746e , 0x00000028 
- 00029804  0x00005f33 ixor  0x00000002 , 0x0000003f 
- 00029805  0x00005f34 branch  0x0000746f 
- 00029806  0x00005f36 iadd  0x00000002 , 0x0000003f 
- 00029807  0x00005f38 istore  0x00000001 , 0x00000005 
- 00029808  0x00005f39 increase  0x00000001 , 0x00000011 
- 00029809  0x00005f3a increase  0x00000001 , 0x00000012 
- 00029810  0x00005f3b loop  0x00007469 
- 00029811  0x00005f3c rtn 
- 00029812  0x00005f40 arg  0x0000053f , 0x00000005 
- 00029813  0x00005f41 ifetch  0x00000006 , 0x00000011 
- 00029814  0x00005f42 istore  0x00000006 , 0x00000005 
- 00029815  0x00005f43 branch  0x0000747a , 0x00000028 
- 00029816  0x00005f44 ifetch  0x00000006 , 0x00000011 
- 00029817  0x00005f45 branch  0x0000747b 
- 00029818  0x00005f47 ifetch  0x00000006 , 0x00000006 
- 00029819  0x00005f49 istore  0x00000006 , 0x00000005 
- 00029820  0x00005f4a ifetch  0x00000004 , 0x00000011 
- 00029821  0x00005f4b istore  0x00000004 , 0x00000005 
- 00029822  0x00005f4c rtn 
- 00029823  0x00005f4f arg  0x00004262 , 0x00000006 
- 00029824  0x00005f50 arg  0x0000052f , 0x00000005 
- 00029825  0x00005f51 arg  0x00000000 , 0x00000002 
- 00029826  0x00005f52 setarg  0x008395a7 
- 00029827  0x00005f53 call  0x000074a0 
- 00029828  0x00005f54 setarg  0x00b3c1df 
- 00029829  0x00005f55 call  0x000074a0 
- 00029830  0x00005f56 setarg  0x0000e5e9 
- 00029831  0x00005f57 call  0x000074a1 
- 00029832  0x00005f58 copy  0x00000002 , 0x00000014 
- 00029833  0x00005f59 disable  0x00000028 
- 00029834  0x00005f5a call  0x0000748e 
- 00029835  0x00005f5b copy  0x00000014 , 0x00000002 
- 00029836  0x00005f5c enable  0x00000028 
- 00029837  0x00005f5d branch  0x0000748e 
- 00029838  0x00005f60 force  0x00000008 , 0x00000039 
- 00029839  0x00005f62 ifetch  0x00000001 , 0x00000006 
- 00029840  0x00005f63 compare  0x00000001 , 0x00000039 , 0x00000001 
- 00029841  0x00005f64 branch  0x00007495 , 0x00000028 
- 00029842  0x00005f65 branch  0x00007496 , 0x00000001 
- 00029843  0x00005f67 iadd  0x00000002 , 0x0000003f 
- 00029844  0x00005f68 branch  0x00007497 
- 00029845  0x00005f6a branch  0x00007493 , 0x00000001 
- 00029846  0x00005f6c ixor  0x00000002 , 0x0000003f 
- 00029847  0x00005f6e istore  0x00000001 , 0x00000005 
- 00029848  0x00005f6f rshift8  0x00000002 , 0x00000002 
- 00029849  0x00005f70 loop  0x0000748f 
- 00029850  0x00005f71 rtn 
- 00029851  0x00005f74 fetch  0x00000006 , 0x00000523 
- 00029852  0x00005f75 store  0x00000006 , 0x00000056 
- 00029853  0x00005f76 ifetch  0x00000006 , 0x00000006 
- 00029854  0x00005f77 istore  0x00000006 , 0x00000005 
- 00029855  0x00005f78 rtn 
- 00029856  0x00005f7b lshift8  0x00000002 , 0x00000002 
- 00029857  0x00005f7d lshift16  0x00000002 , 0x00000002 
- 00029858  0x00005f7e ior  0x00000002 , 0x00000002 
- 00029859  0x00005f7f rtn 
- 00029860  0x00005f83 branch  0x000074a4 
- 00029861  0x00005f88 call  0x00007540 
- 00029862  0x00005f89 arg  0x0000447b , 0x00000005 
- 00029863  0x00005f8a branch  0x000075a3 
- 00029864  0x00005f8e arg  0x0000449c , 0x00000005 
- 00029865  0x00005f8f branch  0x000074ab , 0x00000029 
- 00029866  0x00005f90 arg  0x000003b0 , 0x00000005 
- 00029867  0x00005f92 copy  0x00000006 , 0x00000011 
- 00029868  0x00005f93 call  0x00007e35 
- 00029869  0x00005f94 call  0x00007551 
- 00029870  0x00005f95 arg  0x0000448c , 0x00000006 
- 00029871  0x00005f96 branch  0x000075bc 
- 00029872  0x00005f99 arg  0x000003b0 , 0x00000011 
- 00029873  0x00005f9a branch  0x000074b3 , 0x00000029 
- 00029874  0x00005f9b arg  0x0000449c , 0x00000011 
- 00029875  0x00005f9d copy  0x00000011 , 0x00000005 
- 00029876  0x00005f9e call  0x00006226 
- 00029877  0x00005f9f branch  0x00007551 
- 00029878  0x00005fa2 arg  0x00000380 , 0x00000006 
- 00029879  0x00005fa3 call  0x00007592 
- 00029880  0x00005fa4 arg  0x0000447b , 0x00000006 
- 00029881  0x00005fa5 call  0x00007593 
- 00029882  0x00005fa6 force  0x00000038 , 0x00000036 
- 00029883  0x00005fa7 force  0x00000000 , 0x00000036 
- 00029884  0x00005fa8 call  0x0000752f 
- 00029885  0x00005fa9 arg  0x000003fd , 0x00000005 
- 00029886  0x00005faa branch  0x000075a3 
- 00029887  0x00005fae force  0x00000049 , 0x0000003f 
- 00029888  0x00005faf branch  0x000074c2 
- 00029889  0x00005fb1 force  0x00000001 , 0x0000003f 
- 00029890  0x00005fb3 force  0x00000000 , 0x00000038 
- 00029891  0x00005fb4 lshift8  0x00000002 , 0x0000002f 
- 00029892  0x00005fb5 ior  0x0000002f , 0x0000002f 
- 00029893  0x00005fb6 increase  0x00000001 , 0x00000038 
- 00029894  0x00005fb7 rshift8  0x00000002 , 0x0000002f 
- 00029895  0x00005fb8 rshift16  0x0000002f , 0x0000002f 
- 00029896  0x00005fb9 fetch  0x00000002 , 0x00004473 
- 00029897  0x00005fba lshift16 , 0x0000003f , 0x0000003f 
- 00029898  0x00005fbb ior  0x0000002f , 0x0000002f 
- 00029899  0x00005fbc increase  0x00000001 , 0x00000038 
- 00029900  0x00005fbd ifetch  0x00000004 , 0x00000006 
- 00029901  0x00005fbe iforce  0x0000002f 
- 00029902  0x00005fbf increase  0x00000001 , 0x00000038 
- 00029903  0x00005fc0 ifetch  0x00000002 , 0x00000006 
- 00029904  0x00005fc1 byteswap  0x00000011 , 0x0000002f 
- 00029905  0x00005fc2 lshift16  0x0000002f , 0x0000002f 
- 00029906  0x00005fc3 ior  0x0000002f , 0x0000002f 
- 00029907  0x00005fc4 increase  0x00000001 , 0x00000038 
- 00029908  0x00005fc5 rtn 
- 00029909  0x00005fca add  0x00000013 , 0x00000001 , 0x00000006 
- 00029910  0x00005fcb ifetch  0x00000001 , 0x00000006 
- 00029911  0x00005fcc iforce  0x00000011 
- 00029912  0x00005fcd call  0x000074bf 
- 00029913  0x00005fce call  0x00007531 
- 00029914  0x00005fd0 force  0x00000000 , 0x00000038 
- 00029915  0x00005fd1 ifetch  0x00000001 , 0x00000013 
- 00029916  0x00005fd2 and_into  0x00000003 , 0x0000003f 
- 00029917  0x00005fd3 lshift16  0x0000003f , 0x0000002f 
- 00029918  0x00005fd4 set1  0x00000008 , 0x0000002f 
- 00029919  0x00005fd5 call  0x0000759b 
- 00029920  0x00005fd6 call  0x00007534 
- 00029921  0x00005fd8 copy  0x00000011 , 0x00000039 
- 00029922  0x00005fd9 add  0x00000013 , 0x00000002 , 0x00000006 
- 00029923  0x00005fda call  0x0000757a 
- 00029924  0x00005fdc call  0x00007584 
- 00029925  0x00005fdd call  0x00007534 
- 00029926  0x00005fde deposit  0x00000039 
- 00029927  0x00005fdf branch  0x000074e9 , 0x00000034 
- 00029928  0x00005fe0 branch  0x000074e4 
- 00029929  0x00005fe2 force  0x0000000c , 0x00000038 
- 00029930  0x00005fe3 deposit  0x0000002f 
- 00029931  0x00005fe4 store  0x00000004 , 0x00000378 
- 00029932  0x00005fe5 rtn 
- 00029933  0x00005fe8 increase  0x00000001 , 0x00000011 
- 00029934  0x00005fe9 call  0x000074c1 
- 00029935  0x00005fea copy  0x00000013 , 0x00000006 
- 00029936  0x00005feb call  0x0000758e 
- 00029937  0x00005fec call  0x00007537 
- 00029938  0x00005fed call  0x000075aa 
- 00029939  0x00005fee increase  0x00000010 , 0x00000013 
- 00029940  0x00005fef increase  0xfffffff0 , 0x00000012 
- 00029941  0x00005ff0 branch  0x000074ed , 0x00000002 
- 00029942  0x00005ff1 rtn 
- 00029943  0x00005ff4 arg  0x0000443e , 0x00000013 
- 00029944  0x00005ff5 fetcht  0x00000005 , 0x00004465 
- 00029945  0x00005ff6 call  0x000074d5 
- 00029946  0x00005ff7 force  0x00000008 , 0x00000038 
- 00029947  0x00005ff8 iforce  0x0000002f 
- 00029948  0x00005ff9 force  0x00000000 , 0x00000011 
- 00029949  0x00005ffa call  0x000074c1 
- 00029950  0x00005ffb call  0x00007537 
- 00029951  0x00005ffc arg  0x00004440 , 0x00000013 
- 00029952  0x00005ffd fetch  0x00000001 , 0x0000443f 
- 00029953  0x00005ffe add  0x0000003f , 0xffffffff , 0x00000012 
- 00029954  0x00005fff iadd  0x00000013 , 0x00000005 
- 00029955  0x00006000 force  0x0000000c , 0x00000038 
- 00029956  0x00006001 deposit  0x0000002f 
- 00029957  0x00006002 istore  0x00000004 , 0x00000005 
- 00029958  0x00006003 call  0x000074ed 
- 00029959  0x00006004 fetch  0x00000001 , 0x0000443f 
- 00029960  0x00006005 increase  0x00000004 , 0x0000003f 
- 00029961  0x00006006 store  0x00000001 , 0x0000443f 
- 00029962  0x00006007 fetcht  0x00000005 , 0x00004465 
- 00029963  0x00006008 increase  0x00000001 , 0x00000002 
- 00029964  0x00006009 storet  0x00000005 , 0x00004465 
- 00029965  0x0000600a rtn 
- 00029966  0x0000600d fetch  0x00000001 , 0x00000341 
- 00029967  0x0000600e sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00029968  0x0000600f branch  0x00007511 , 0x00000002 
- 00029969  0x00006011 arg  0x00000342 , 0x00000013 
- 00029970  0x00006012 add  0x0000003f , 0xffffffff , 0x00000012 
- 00029971  0x00006013 increase  0xfffffffc , 0x0000003f 
- 00029972  0x00006014 store  0x00000001 , 0x00000341 
- 00029973  0x00006015 iadd  0x00000013 , 0x00000006 
- 00029974  0x00006016 ifetch  0x00000004 , 0x00000006 
- 00029975  0x00006017 force  0x00000008 , 0x00000038 
- 00029976  0x00006018 iforce  0x0000002f 
- 00029977  0x00006019 force  0x00000000 , 0x00000011 
- 00029978  0x0000601a fetcht  0x00000005 , 0x0000446a 
- 00029979  0x0000601b call  0x000074c1 
- 00029980  0x0000601c call  0x00007537 
- 00029981  0x0000601d force  0x0000000c , 0x00000038 
- 00029982  0x0000601e deposit  0x0000002f 
- 00029983  0x0000601f store  0x00000004 , 0x0000037c 
- 00029984  0x00006020 call  0x000074ed 
- 00029985  0x00006021 arg  0x00000340 , 0x00000013 
- 00029986  0x00006022 call  0x000074d5 
- 00029987  0x00006023 fetcht  0x00000004 , 0x0000037c 
- 00029988  0x00006024 isub  0x00000002 , 0x0000003f 
- 00029989  0x00006025 nrtn  0x00000034 
- 00029990  0x00006026 fetch  0x00000004 , 0x0000446f 
- 00029991  0x00006027 isub  0x00000002 , 0x0000003f 
- 00029992  0x00006028 rtn  0x00000034 
- 00029993  0x00006029 storet  0x00000004 , 0x0000446f 
- 00029994  0x0000602a fetch  0x00000005 , 0x0000446a 
- 00029995  0x0000602b increase  0x00000001 , 0x0000003f 
- 00029996  0x0000602c store  0x00000005 , 0x0000446a 
- 00029997  0x0000602d force  0x00000000 , 0x0000003f 
- 00029998  0x0000602e rtn 
- 00029999  0x00006031 nbranch  0x0000752f , 0x00000037 
- 00030000  0x00006032 rtn 
- 00030001  0x00006035 force  0x00000030 , 0x00000036 
- 00030002  0x00006036 force  0x00000000 , 0x00000036 
- 00030003  0x00006037 branch  0x0000752f 
- 00030004  0x0000603a force  0x00000032 , 0x00000036 
- 00030005  0x0000603b force  0x00000002 , 0x00000036 
- 00030006  0x0000603c branch  0x0000752f 
- 00030007  0x0000603f force  0x00000034 , 0x00000036 
- 00030008  0x00006040 force  0x00000004 , 0x00000036 
- 00030009  0x00006041 branch  0x0000752f 
- 00030010  0x00006044 force  0x00000036 , 0x00000036 
- 00030011  0x00006045 force  0x00000006 , 0x00000036 
- 00030012  0x00006046 branch  0x0000752f 
- 00030013  0x00006049 force  0x00000001 , 0x00000036 
- 00030014  0x0000604a force  0x00000000 , 0x00000036 
- 00030015  0x0000604b rtn 
- 00030016  0x0000604d force  0x00000000 , 0x00000038 
- 00030017  0x0000604e fetch  0x00000004 , 0x000003b0 
- 00030018  0x0000604f iforce  0x0000002f 
- 00030019  0x00006050 increase  0x00000001 , 0x00000038 
- 00030020  0x00006051 ifetch  0x00000004 , 0x00000006 
- 00030021  0x00006052 iforce  0x0000002f 
- 00030022  0x00006053 increase  0x00000001 , 0x00000038 
- 00030023  0x00006054 fetch  0x00000004 , 0x0000449c 
- 00030024  0x00006055 iforce  0x0000002f 
- 00030025  0x00006056 increase  0x00000001 , 0x00000038 
- 00030026  0x00006057 ifetch  0x00000004 , 0x00000006 
- 00030027  0x00006058 iforce  0x0000002f 
- 00030028  0x00006059 increase  0x00000001 , 0x00000038 
- 00030029  0x0000605a call  0x0000759e 
- 00030030  0x0000605b force  0x00000038 , 0x00000036 
- 00030031  0x0000605c force  0x00000008 , 0x00000036 
- 00030032  0x0000605d branch  0x0000752f 
- 00030033  0x00006061 fetch  0x00000006 , 0x000044f9 
- 00030034  0x00006062 fetcht  0x00000006 , 0x000003d0 
- 00030035  0x00006063 branch  0x00007556 , 0x00000029 
- 00030036  0x00006064 fetch  0x00000006 , 0x000003d0 
- 00030037  0x00006065 fetcht  0x00000006 , 0x000044f9 
- 00030038  0x00006067 force  0x00000008 , 0x00000038 
- 00030039  0x00006068 copy  0x00000002 , 0x0000002f 
- 00030040  0x00006069 increase  0x00000001 , 0x00000038 
- 00030041  0x0000606a rshift32  0x00000002 , 0x0000002f 
- 00030042  0x0000606b lshift16  0x0000003f , 0x0000003f 
- 00030043  0x0000606c ior  0x0000002f , 0x0000002f 
- 00030044  0x0000606d increase  0x00000001 , 0x00000038 
- 00030045  0x0000606e rshift32  0x0000003f , 0x0000002f 
- 00030046  0x0000606f increase  0x00000001 , 0x00000038 
- 00030047  0x00006070 force  0x00000000 , 0x0000002f 
- 00030048  0x00006071 force  0x00000000 , 0x0000003f 
- 00030049  0x00006072 fetch  0x00000001 , 0x000044e6 
- 00030050  0x00006073 fetcht  0x00000001 , 0x000044dc 
- 00030051  0x00006074 nbranch  0x00007566 , 0x00000029 
- 00030052  0x00006076 fetch  0x00000001 , 0x000044ed 
- 00030053  0x00006077 fetcht  0x00000001 , 0x000044e6 
- 00030054  0x00006079 store  0x00000001 , 0x000044ac 
- 00030055  0x0000607a storet  0x00000001 , 0x000044ad 
- 00030056  0x0000607b force  0x00000000 , 0x00000038 
- 00030057  0x0000607c arg  0x000044ac , 0x00000012 
- 00030058  0x0000607d force  0x00000004 , 0x00000039 
- 00030059  0x0000607f ifetch  0x00000004 , 0x00000011 
- 00030060  0x00006080 ifetcht  0x00000004 , 0x00000012 
- 00030061  0x00006081 ixor  0x00000002 , 0x0000002f 
- 00030062  0x00006082 increase  0x00000001 , 0x00000038 
- 00030063  0x00006083 increase  0x00000004 , 0x00000011 
- 00030064  0x00006084 increase  0x00000004 , 0x00000012 
- 00030065  0x00006085 loop  0x0000756b 
- 00030066  0x00006086 call  0x0000759e 
- 00030067  0x00006087 force  0x00000038 , 0x00000036 
- 00030068  0x00006088 force  0x0000000c , 0x00000036 
- 00030069  0x00006089 call  0x0000752f 
- 00030070  0x0000608b call  0x0000759d 
- 00030071  0x0000608c force  0x0000003a , 0x00000036 
- 00030072  0x0000608d force  0x00000008 , 0x00000036 
- 00030073  0x0000608e branch  0x0000752f 
- 00030074  0x00006091 compare  0x00000000 , 0x00000039 , 0x00000003 
- 00030075  0x00006092 rtn  0x00000001 
- 00030076  0x00006093 deposit  0x00000006 
- 00030077  0x00006094 iadd  0x00000039 , 0x00000005 
- 00030078  0x00006095 force  0x00000000 , 0x0000003f 
- 00030079  0x00006097 istore  0x00000001 , 0x00000005 
- 00030080  0x00006098 increase  0x00000001 , 0x00000039 
- 00030081  0x00006099 compare  0x00000000 , 0x00000039 , 0x00000003 
- 00030082  0x0000609a rtn  0x00000001 
- 00030083  0x0000609b branch  0x0000757f 
- 00030084  0x0000609e force  0x00000000 , 0x00000038 
- 00030085  0x000060a0 deposit  0x00000039 
- 00030086  0x000060a1 branch  0x00007589 , 0x00000034 
- 00030087  0x000060a2 ifetch  0x00000004 , 0x00000006 
- 00030088  0x000060a3 increase  0xfffffffc , 0x00000039 
- 00030089  0x000060a5 iforce  0x0000002f 
- 00030090  0x000060a6 increase  0x00000001 , 0x00000038 
- 00030091  0x000060a7 compare  0x00000004 , 0x00000038 , 0x0000000f 
- 00030092  0x000060a8 rtn  0x00000001 
- 00030093  0x000060a9 branch  0x00007585 
- 00030094  0x000060ac force  0x00000008 , 0x00000038 
- 00030095  0x000060ad branch  0x00007593 
- 00030096  0x000060af force  0x00000004 , 0x00000038 
- 00030097  0x000060b0 branch  0x00007593 
- 00030098  0x000060b2 force  0x00000000 , 0x00000038 
- 00030099  0x000060b4 force  0x00000004 , 0x00000039 
- 00030100  0x000060b6 ifetch  0x00000004 , 0x00000006 
- 00030101  0x000060b7 iforce  0x0000002f 
- 00030102  0x000060b8 increase  0x00000001 , 0x00000038 
- 00030103  0x000060b9 loop  0x00007594 
- 00030104  0x000060ba rtn 
- 00030105  0x000060bd arg  0x000003fd , 0x00000006 
- 00030106  0x000060be branch  0x00007590 
- 00030107  0x000060c1 force  0x00000004 , 0x00000039 
- 00030108  0x000060c2 branch  0x000075a0 
- 00030109  0x000060c5 force  0x00000000 , 0x00000038 
- 00030110  0x000060c7 force  0x00000004 , 0x00000039 
- 00030111  0x000060c9 force  0x00000000 , 0x0000002f 
- 00030112  0x000060cb increase  0x00000001 , 0x00000038 
- 00030113  0x000060cc loop  0x0000759f 
- 00030114  0x000060cd rtn 
- 00030115  0x000060d0 force  0x0000000c , 0x00000038 
- 00030116  0x000060d1 force  0x00000004 , 0x00000039 
- 00030117  0x000060d3 deposit  0x0000002f 
- 00030118  0x000060d4 istore  0x00000004 , 0x00000005 
- 00030119  0x000060d5 increase  0x00000001 , 0x00000038 
- 00030120  0x000060d6 loop  0x000075a5 
- 00030121  0x000060d7 rtn 
- 00030122  0x000060da force  0x0000000c , 0x00000038 
- 00030123  0x000060db copy  0x00000013 , 0x00000005 
- 00030124  0x000060dc add  0x00000012 , 0x00000001 , 0x00000039 
- 00030125  0x000060dd sub  0x00000039 , 0x0000000f , 0x0000003e 
- 00030126  0x000060de branch  0x000075b0 , 0x00000002 
- 00030127  0x000060df force  0x00000010 , 0x00000039 
- 00030128  0x000060e1 deposit  0x0000002f 
- 00030129  0x000060e2 sub  0x00000039 , 0x00000003 , 0x0000003e 
- 00030130  0x000060e3 branch  0x000075b8 , 0x00000002 
- 00030131  0x000060e4 istore  0x00000004 , 0x00000005 
- 00030132  0x000060e5 increase  0xfffffffc , 0x00000039 
- 00030133  0x000060e6 rtn  0x00000005 
- 00030134  0x000060e7 increase  0x00000001 , 0x00000038 
- 00030135  0x000060e8 branch  0x000075b0 
- 00030136  0x000060ea istore  0x00000001 , 0x00000005 
- 00030137  0x000060eb rshift8  0x0000003f , 0x0000003f 
- 00030138  0x000060ec loop  0x000075b8 
- 00030139  0x000060ed rtn 
- 00030140  0x000060f1 force  0x0000000c , 0x00000038 
- 00030141  0x000060f2 force  0x00000004 , 0x00000039 
- 00030142  0x000060f4 ifetch  0x00000004 , 0x00000006 
- 00030143  0x000060f5 isub  0x0000002f , 0x0000003e 
- 00030144  0x000060f6 nrtn  0x00000005 
- 00030145  0x000060f7 increase  0x00000001 , 0x00000038 
- 00030146  0x000060f8 loop  0x000075be 
- 00030147  0x000060f9 force  0x00000000 , 0x0000003e 
- 00030148  0x000060fa rtn 
- 00030149  0x000060fd hfetch  0x00000001 , 0x00008050 
- 00030150  0x000060fe set0  0x00000000 , 0x0000003f 
- 00030151  0x000060ff hstore  0x00000001 , 0x00008050 
- 00030152  0x00006100 rtn 
- 00030153  0x00006103 hfetch  0x00000001 , 0x00008050 
- 00030154  0x00006104 set1  0x00000000 , 0x0000003f 
- 00030155  0x00006105 hstore  0x00000001 , 0x00008050 
- 00030156  0x00006106 rtn 
- 00030157  0x00006109 arg  0x00000742 , 0x00000005 
- 00030158  0x0000610a setsect  0x00000000 , 0x0003ffff 
- 00030159  0x0000610b setsect  0x00000001 , 0x0003ffff 
- 00030160  0x0000610c setsect  0x00000002 , 0x0003ffff 
- 00030161  0x0000610d setsect  0x00000003 , 0x0003fbff 
- 00030162  0x0000610e istore  0x00000009 , 0x00000005 
- 00030163  0x0000610f setsect  0x00000000 , 0x0003ffff 
- 00030164  0x00006110 setsect  0x00000001 , 0x0003ffff 
- 00030165  0x00006111 setsect  0x00000002 , 0x0003ffff 
- 00030166  0x00006112 setsect  0x00000003 , 0x0003ffff 
- 00030167  0x00006113 istore  0x00000009 , 0x00000005 
- 00030168  0x00006114 setsect  0x00000000 , 0x0003ffff 
- 00030169  0x00006115 setsect  0x00000001 , 0x0003ffff 
- 00030170  0x00006116 setsect  0x00000002 , 0x0003cfff 
- 00030171  0x00006117 setsect  0x00000003 , 0x0003ffff 
- 00030172  0x00006118 istore  0x00000009 , 0x00000005 
- 00030173  0x00006119 setsect  0x00000000 , 0x0003ffff 
- 00030174  0x0000611a setsect  0x00000001 , 0x0003ffff 
- 00030175  0x0000611b setsect  0x00000002 , 0x0003ffef 
- 00030176  0x0000611c setsect  0x00000003 , 0x0003ffff 
- 00030177  0x0000611d istore  0x00000009 , 0x00000005 
- 00030178  0x0000611e setsect  0x00000000 , 0x0003ffff 
- 00030179  0x0000611f setsect  0x00000001 , 0x0003ffff 
- 00030180  0x00006120 setsect  0x00000002 , 0x0003ffff 
- 00030181  0x00006121 setsect  0x00000003 , 0x0003ffff 
- 00030182  0x00006122 istore  0x00000009 , 0x00000005 
- 00030183  0x00006123 setsect  0x00000000 , 0x0003ffff 
- 00030184  0x00006124 setsect  0x00000001 , 0x00026c7f 
- 00030185  0x00006125 setsect  0x00000002 , 0x0000146b 
- 00030186  0x00006126 setsect  0x00000003 , 0x00037bb3 
- 00030187  0x00006127 istore  0x00000009 , 0x00000005 
- 00030188  0x00006128 setsect  0x00000000 , 0x0001feb8 
- 00030189  0x00006129 setsect  0x00000001 , 0x00010c12 
- 00030190  0x0000612a setsect  0x00000002 , 0x0002b722 
- 00030191  0x0000612b setsect  0x00000003 , 0x00029fa6 
- 00030192  0x0000612c istore  0x00000009 , 0x00000005 
- 00030193  0x0000612d setsect  0x00000000 , 0x0000e70f 
- 00030194  0x0000612e setsect  0x00000001 , 0x00016720 
- 00030195  0x0000612f setsect  0x00000002 , 0x0000519e 
- 00030196  0x00006130 setsect  0x00000003 , 0x00019084 
- 00030197  0x00006131 istore  0x00000009 , 0x00000005 
- 00030198  0x00006132 setsect  0x00000000 , 0x00031012 
- 00030199  0x00006133 setsect  0x00000001 , 0x000360bf 
- 00030200  0x00006134 setsect  0x00000002 , 0x0003f0af 
- 00030201  0x00006135 setsect  0x00000003 , 0x000003d3 
- 00030202  0x00006136 istore  0x00000009 , 0x00000005 
- 00030203  0x00006137 setsect  0x00000000 , 0x0003a188 
- 00030204  0x00006138 setsect  0x00000001 , 0x00003ad0 
- 00030205  0x00006139 setsect  0x00000002 , 0x0003cbf2 
- 00030206  0x0000613a setsect  0x00000003 , 0x000243d9 
- 00030207  0x0000613b istore  0x00000009 , 0x00000005 
- 00030208  0x0000613c setsect  0x00000000 , 0x0002b030 
- 00030209  0x0000613d setsect  0x00000001 , 0x00036a03 
- 00030210  0x0000613e setsect  0x00000002 , 0x00011188 
- 00030211  0x0000613f setsect  0x00000003 , 0x0001e520 
- 00030212  0x00006140 istore  0x00000009 , 0x00000005 
- 00030213  0x00006141 setsect  0x00000000 , 0x0003a11e 
- 00030214  0x00006142 setsect  0x00000001 , 0x0000fe5d 
- 00030215  0x00006143 setsect  0x00000002 , 0x0000dd57 
- 00030216  0x00006144 setsect  0x00000003 , 0x0001ac93 
- 00030217  0x00006145 istore  0x00000009 , 0x00000005 
- 00030218  0x00006146 setsect  0x00000000 , 0x000011ed 
- 00030219  0x00006147 setsect  0x00000001 , 0x000218c4 
- 00030220  0x00006148 setsect  0x00000002 , 0x00008da7 
- 00030221  0x00006149 setsect  0x00000003 , 0x000257ff 
- 00030222  0x0000614a istore  0x00000009 , 0x00000005 
- 00030223  0x0000614b setsect  0x00000000 , 0x0003192b 
- 00030224  0x0000614c setsect  0x00000001 , 0x00034641 
- 00030225  0x0000614d setsect  0x00000002 , 0x0001be0c 
- 00030226  0x0000614e setsect  0x00000003 , 0x000366ad 
- 00030227  0x0000614f istore  0x00000009 , 0x00000005 
- 00030228  0x00006150 setsect  0x00000000 , 0x00001f83 
- 00030229  0x00006151 setsect  0x00000001 , 0x00015a23 
- 00030230  0x00006152 setsect  0x00000002 , 0x0003f9b0 
- 00030231  0x00006153 setsect  0x00000003 , 0x00003949 
- 00030232  0x00006154 istore  0x00000009 , 0x00000005 
- 00030233  0x00006155 setsect  0x00000000 , 0x00013a51 
- 00030234  0x00006156 setsect  0x00000001 , 0x000153fd 
- 00030235  0x00006157 setsect  0x00000002 , 0x0003372a 
- 00030236  0x00006158 setsect  0x00000003 , 0x0000f1bb 
- 00030237  0x00006159 istore  0x00000009 , 0x00000005 
- 00030238  0x0000615a setsect  0x00000000 , 0x0003ae85 
- 00030239  0x0000615b setsect  0x00000001 , 0x0001eed9 
- 00030240  0x0000615c setsect  0x00000002 , 0x00009e66 
- 00030241  0x0000615d setsect  0x00000003 , 0x000001a8 
- 00030242  0x0000615e istore  0x00000008 , 0x00000005 
- 00030243  0x0000615f rtn 
- 00030244  0x00006164 setarg  0x0000764c 
- 00030245  0x00006165 store  0x00000002 , 0x0000428e 
- 00030246  0x00006166 setarg  0x0000770f 
- 00030247  0x00006167 store  0x00000002 , 0x00004290 
- 00030248  0x00006168 setarg  0x000076ac 
- 00030249  0x00006169 store  0x00000002 , 0x00004292 
- 00030250  0x0000616a setarg  0x00007710 
- 00030251  0x0000616b store  0x00000002 , 0x0000428a 
- 00030252  0x0000616c setarg  0x00007718 
- 00030253  0x0000616d store  0x00000002 , 0x00004294 
- 00030254  0x0000616e set1  0x00000025 , 0x00000000 
- 00030255  0x0000616f bpatch  0x000000f9 , 0x0000403f 
- 00030256  0x00006170 rtn  0x0000002b 
- 00030257  0x00006172 hjam  0x00000000 , 0x00008081 
- 00030258  0x00006173 call  0x0000763f 
- 00030259  0x00006175 setarg  0x00007717 
- 00030260  0x00006176 store  0x00000002 , 0x00004288 
- 00030261  0x00006178 jam  0x00000000 , 0x0000480e 
- 00030262  0x00006179 jam  0x00000000 , 0x0000480a 
- 00030263  0x0000617a jam  0x00000000 , 0x0000480b 
- 00030264  0x0000617b setarg  0x00000000 
- 00030265  0x0000617c store  0x00000004 , 0x00004800 
- 00030266  0x0000617d call  0x00003f23 
- 00030267  0x0000617e branch  0x00003f79 , 0x00000034 
- 00030268  0x0000617f call  0x00003f96 
- 00030269  0x00006180 call  0x00003f7e 
- 00030270  0x00006181 branch  0x00003f6e 
- 00030271  0x00006184 fetcht  0x00000001 , 0x0000480f 
- 00030272  0x00006185 call  0x000069d1 
- 00030273  0x00006186 fetcht  0x00000001 , 0x00004810 
- 00030274  0x00006187 branch  0x000069d1 
- 00030275  0x0000618a set1  0x00000025 , 0x00000000 
- 00030276  0x0000618b bpatch  0x000000fa , 0x0000403f 
- 00030277  0x0000618c fetcht  0x00000004 , 0x00004806 
- 00030278  0x0000618d deposit  0x00000022 
- 00030279  0x0000618e store  0x00000004 , 0x00004806 
- 00030280  0x0000618f isub  0x00000002 , 0x0000003f 
- 00030281  0x00006190 nrtn  0x00000002 
- 00030282  0x00006191 sub  0x0000003f , 0x000000c8 , 0x0000003f 
- 00030283  0x00006192 rtn 
- 00030284  0x00006195 fetch  0x00000001 , 0x000042bc 
- 00030285  0x00006196 rtnne  0x0000003f 
- 00030286  0x00006198 set1  0x00000025 , 0x00000000 
- 00030287  0x00006199 bpatch  0x000000fb , 0x0000403f 
- 00030288  0x0000619a fetch  0x00000001 , 0x00004132 
- 00030289  0x0000619b rtnne  0x00000009 
- 00030290  0x0000619c disable  0x00000028 
- 00030291  0x0000619d call  0x0000769b 
- 00030292  0x0000619e nrtn  0x00000028 
- 00030293  0x0000619f disable  0x00000028 
- 00030294  0x000061a0 fetch  0x00000001 , 0x00004133 
- 00030295  0x000061a1 beq  0x00000003 , 0x00007706 
- 00030296  0x000061a3 fetch  0x00000001 , 0x0000480b 
- 00030297  0x000061a4 beq  0x00000001 , 0x00007663 
- 00030298  0x000061a5 beq  0x00000002 , 0x0000767d 
- 00030299  0x000061a6 call  0x00007643 
- 00030300  0x000061a7 branch  0x00007660 , 0x00000002 
- 00030301  0x000061a9 fetch  0x00000001 , 0x0000480a 
- 00030302  0x000061aa bbit1  0x00000000 , 0x00007674 
- 00030303  0x000061ab bbit1  0x00000001 , 0x00007682 
- 00030304  0x000061ae jam  0x00000000 , 0x0000480a 
- 00030305  0x000061af jam  0x00000000 , 0x0000480b 
- 00030306  0x000061b0 rtn 
- 00030307  0x000061b4 jam  0x00000000 , 0x0000480b 
- 00030308  0x000061b5 call  0x00007bde 
- 00030309  0x000061b6 fetch  0x00000001 , 0x00004811 
- 00030310  0x000061b7 beq  0x00000001 , 0x0000766a 
- 00030311  0x000061ba jam  0x00000005 , 0x00004805 
- 00030312  0x000061bb jam  0x00000003 , 0x00004800 
- 00030313  0x000061bc branch  0x00007688 
- 00030314  0x000061be jam  0x00000000 , 0x0000480e 
- 00030315  0x000061bf branch  0x0000766c 
- 00030316  0x000061c2 jam  0x00000002 , 0x0000480e 
- 00030317  0x000061c3 branch  0x00007684 
- 00030318  0x000061c5 jam  0x00000003 , 0x0000480e 
- 00030319  0x000061c6 branch  0x0000767f 
- 00030320  0x000061c8 jam  0x00000004 , 0x0000480e 
- 00030321  0x000061c9 branch  0x00007678 
- 00030322  0x000061cb jam  0x00000000 , 0x0000480e 
- 00030323  0x000061cc branch  0x00007667 
- 00030324  0x000061cf jam  0x00000001 , 0x0000480b 
- 00030325  0x000061d0 call  0x00007be7 
- 00030326  0x000061d1 fetch  0x00000001 , 0x00004811 
- 00030327  0x000061d2 beq  0x00000001 , 0x0000767c 
- 00030328  0x000061d5 jam  0x00000005 , 0x00004805 
- 00030329  0x000061d6 setarg  0x00020003 
- 00030330  0x000061d7 store  0x00000003 , 0x00004800 
- 00030331  0x000061d8 branch  0x00007688 
- 00030332  0x000061da rtn 
- 00030333  0x000061dd jam  0x00000000 , 0x0000480b 
- 00030334  0x000061de call  0x00007bde 
- 00030335  0x000061e0 jam  0x0000000a , 0x00004805 
- 00030336  0x000061e1 jam  0x00000001 , 0x00004800 
- 00030337  0x000061e2 branch  0x00007688 
- 00030338  0x000061e4 jam  0x00000002 , 0x0000480b 
- 00030339  0x000061e5 call  0x00007be7 
- 00030340  0x000061e7 jam  0x0000000a , 0x00004805 
- 00030341  0x000061e8 jam  0x00000001 , 0x00004800 
- 00030342  0x000061e9 setarg  0x00280000 
- 00030343  0x000061ea store  0x00000003 , 0x00004801 
- 00030344  0x000061ed set1  0x00000025 , 0x00000000 
- 00030345  0x000061ee bpatch  0x000000fc , 0x0000403f 
- 00030346  0x000061ef fetch  0x00000001 , 0x00004805 
- 00030347  0x000061f0 copy  0x0000003f , 0x00000011 
- 00030348  0x000061f1 call  0x00004b2c 
- 00030349  0x000061f2 fetch  0x00000002 , 0x000042b7 
- 00030350  0x000061f3 istore  0x00000002 , 0x00000005 
- 00030351  0x000061f4 setarg  0x000000a1 
- 00030352  0x000061f5 istore  0x00000001 , 0x00000005 
- 00030353  0x000061f6 fetcht  0x00000004 , 0x00004800 
- 00030354  0x000061f7 istoret  0x00000008 , 0x00000005 
- 00030355  0x000061f8 setarg  0x00000000 
- 00030356  0x000061f9 istore  0x00000001 , 0x00000005 
- 00030357  0x000061fa store  0x00000004 , 0x00004800 
- 00030358  0x000061fc fetch  0x00000001 , 0x0000480e 
- 00030359  0x000061fd beq  0x00000002 , 0x0000766e 
- 00030360  0x000061fe beq  0x00000003 , 0x00007670 
- 00030361  0x000061ff beq  0x00000004 , 0x00007672 
- 00030362  0x00006200 rtn 
- 00030363  0x00006203 fetcht  0x00000001 , 0x0000480f 
- 00030364  0x00006204 call  0x000069e5 
- 00030365  0x00006205 setarg  0x00000000 
- 00030366  0x00006206 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00030367  0x00006207 store  0x00000001 , 0x00004804 
- 00030368  0x00006208 fetcht  0x00000001 , 0x00004810 
- 00030369  0x00006209 call  0x000069e5 
- 00030370  0x0000620a setarg  0x00000000 
- 00030371  0x0000620b setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00030372  0x0000620c fetcht  0x00000001 , 0x00004804 
- 00030373  0x0000620d ior  0x00000002 , 0x0000003f 
- 00030374  0x0000620e fetcht  0x00000001 , 0x0000480a 
- 00030375  0x0000620f store  0x00000001 , 0x0000480a 
- 00030376  0x00006210 ixor  0x00000002 , 0x0000003e 
- 00030377  0x00006211 rtn  0x00000005 
- 00030378  0x00006212 enable  0x00000028 
- 00030379  0x00006213 rtn 
- 00030380  0x00006216 copy  0x00000013 , 0x0000003f 
- 00030381  0x00006217 beq  0x00000005 , 0x000076d8 
- 00030382  0x00006218 beq  0x00000006 , 0x000076da 
- 00030383  0x00006219 beq  0x00000007 , 0x000076dd 
- 00030384  0x0000621a beq  0x00000027 , 0x000076e1 
- 00030385  0x0000621b beq  0x00000002 , 0x000076c9 
- 00030386  0x0000621c beq  0x00000004 , 0x000076d0 
- 00030387  0x0000621d beq  0x00000013 , 0x000076d0 
- 00030388  0x0000621e beq  0x00000001 , 0x000076c6 
- 00030389  0x0000621f beq  0x00000012 , 0x000076c0 
- 00030390  0x00006220 beq  0x0000002e , 0x00003f57 
- 00030391  0x00006221 and  0x0000003f , 0x0000000f , 0x00000002 
- 00030392  0x00006222 and_into  0x000000f0 , 0x0000003f 
- 00030393  0x00006223 beq  0x00000050 , 0x000076e4 
- 00030394  0x00006224 rtn 
- 00030395  0x00006227 fetch  0x00000001 , 0x000047f2 
- 00030396  0x00006228 rtn  0x00000034 
- 00030397  0x00006229 increase  0xffffffff , 0x0000003f 
- 00030398  0x0000622a store  0x00000001 , 0x000047f2 
- 00030399  0x0000622b nrtn  0x00000034 
- 00030400  0x0000622d jam  0x00000001 , 0x0000427f 
- 00030401  0x0000622e call  0x00003fa4 
- 00030402  0x0000622f call  0x00003fa2 
- 00030403  0x00006230 call  0x00003f7e 
- 00030404  0x00006231 call  0x00003f98 
- 00030405  0x00006232 branch  0x00003f9e 
- 00030406  0x00006236 jam  0x00000000 , 0x0000480d 
- 00030407  0x00006237 jam  0x00000000 , 0x0000480c 
- 00030408  0x00006238 rtn 
- 00030409  0x0000623b set1  0x00000025 , 0x00000000 
- 00030410  0x0000623c bpatch  0x000000fd , 0x0000403f 
- 00030411  0x0000623d jam  0x00000000 , 0x0000429d 
- 00030412  0x0000623e jam  0x00000000 , 0x0000480c 
- 00030413  0x0000623f jam  0x00000000 , 0x0000480d 
- 00030414  0x00006240 fetch  0x00000002 , 0x000042a0 
- 00030415  0x00006241 bbit0  0x00000003 , 0x000076d4 
- 00030416  0x00006244 fetch  0x00000002 , 0x000047fe 
- 00030417  0x00006245 store  0x00000002 , 0x000047f0 
- 00030418  0x00006247 call  0x00003f12 
- 00030419  0x00006248 branch  0x00003f7b 
- 00030420  0x0000624b bbit0  0x00000001 , 0x000076d6 
- 00030421  0x0000624c branch  0x000076d0 
- 00030422  0x0000624f bbit0  0x00000002 , 0x000076d2 
- 00030423  0x00006250 branch  0x000076d0 
- 00030424  0x00006254 call  0x00003f7e 
- 00030425  0x00006255 branch  0x00003f98 
- 00030426  0x00006258 setarg  0x00000002 
- 00030427  0x00006259 store  0x00000001 , 0x000047f2 
- 00030428  0x0000625a rtn 
- 00030429  0x0000625d jam  0x00000000 , 0x0000480c 
- 00030430  0x0000625e setarg  0x00000001 
- 00030431  0x0000625f store  0x00000001 , 0x0000480d 
- 00030432  0x00006260 rtn 
- 00030433  0x00006263 setarg  0x00000005 
- 00030434  0x00006264 store  0x00000001 , 0x0000480c 
- 00030435  0x00006265 rtn 
- 00030436  0x00006268 set1  0x00000025 , 0x00000000 
- 00030437  0x00006269 bpatch  0x000000fe , 0x0000403f 
- 00030438  0x0000626a storet  0x00000001 , 0x00000259 
- 00030439  0x0000626c fetch  0x00000001 , 0x00000259 
- 00030440  0x0000626d rtn  0x00000034 
- 00030441  0x0000626e increase  0xffffffff , 0x0000003f 
- 00030442  0x0000626f store  0x00000001 , 0x00000259 
- 00030443  0x00006270 call  0x000076ef 
- 00030444  0x00006271 call  0x000076bb 
- 00030445  0x00006272 call  0x000076fa 
- 00030446  0x00006273 branch  0x000076e7 
- 00030447  0x00006276 fetch  0x00000001 , 0x0000480c 
- 00030448  0x00006277 rtn  0x00000034 
- 00030449  0x00006278 fetch  0x00000001 , 0x0000480c 
- 00030450  0x00006279 increase  0xffffffff , 0x0000003f 
- 00030451  0x0000627a store  0x00000001 , 0x0000480c 
- 00030452  0x0000627b nrtn  0x00000034 
- 00030453  0x0000627c fetch  0x00000001 , 0x000002e6 
- 00030454  0x0000627d set1  0x00000000 , 0x0000003f 
- 00030455  0x0000627e set1  0x00000007 , 0x0000003f 
- 00030456  0x0000627f store  0x00000001 , 0x000002e6 
- 00030457  0x00006280 rtn 
- 00030458  0x00006283 fetch  0x00000001 , 0x0000480d 
- 00030459  0x00006284 rtn  0x00000034 
- 00030460  0x00006285 fetch  0x00000001 , 0x0000480d 
- 00030461  0x00006286 increase  0xffffffff , 0x0000003f 
- 00030462  0x00006287 store  0x00000001 , 0x0000480d 
- 00030463  0x00006288 nrtn  0x00000034 
- 00030464  0x00006289 branch  0x00003f77 
- 00030465  0x0000628c set1  0x00000025 , 0x00000000 
- 00030466  0x0000628d bpatch  0x000000ff , 0x0000403f 
- 00030467  0x0000628e fetch  0x00000001 , 0x00004133 
- 00030468  0x0000628f rtnne  0x00000003 
- 00030469  0x00006290 branch  0x0000764e 
- 00030470  0x00006292 call  0x00007643 
- 00030471  0x00006293 rtn  0x00000002 
- 00030472  0x00006294 fetch  0x00000001 , 0x0000480a 
- 00030473  0x00006295 rtn  0x00000034 
- 00030474  0x00006296 call  0x00003f23 
- 00030475  0x00006297 branch  0x00003f79 , 0x00000034 
- 00030476  0x00006298 call  0x00003f96 
- 00030477  0x00006299 call  0x00003f7e 
- 00030478  0x0000629a branch  0x00003f6e 
- 00030479  0x0000629e branch  0x00007701 
- 00030480  0x000062a2 fetcht  0x00000001 , 0x0000480f 
- 00030481  0x000062a3 call  0x000069b4 
- 00030482  0x000062a4 fetch  0x00000001 , 0x00004811 
- 00030483  0x000062a5 bne  0x00000001 , 0x00007715 
- 00030484  0x000062a6 rtn 
- 00030485  0x000062a8 fetcht  0x00000001 , 0x00004810 
- 00030486  0x000062a9 branch  0x000069b4 
- 00030487  0x000062ac branch  0x0000763f 
- 00030488  0x000062b0 branch  0x00003f9a 
- 00030489  0x000062b5 set1  0x00000025 , 0x00000000 
- 00030490  0x000062b6 bpatch  0x000000f2 , 0x0000403e 
- 00030491  0x000062b7 fetch  0x00000001 , 0x000047dc 
- 00030492  0x000062b8 branch  0x00006009 , 0x00000034 
- 00030493  0x000062b9 call  0x00006003 
- 00030494  0x000062ba setarg  0x00000000 
- 00030495  0x000062bb store  0x00000008 , 0x000007da 
- 00030496  0x000062bc store  0x00000004 , 0x000007e2 
- 00030497  0x000062be arg  0x000007e9 , 0x00000005 
- 00030498  0x000062bf istore  0x00000007 , 0x00000005 
- 00030499  0x000062c0 jam  0x00000000 , 0x000007e0 
- 00030500  0x000062c1 branch  0x000077a4 
- 00030501  0x000062c4 jam  0x00000001 , 0x000007dc 
- 00030502  0x000062c5 branch  0x0000772a 
- 00030503  0x000062c7 fetch  0x00000001 , 0x00004793 
- 00030504  0x000062c8 beq  0x00000001 , 0x000077c2 
- 00030505  0x000062c9 branch  0x00003bf1 
- 00030506  0x000062cb fetch  0x00000001 , 0x00004793 
- 00030507  0x000062cc beq  0x00000001 , 0x0000772d 
- 00030508  0x000062cd branch  0x000077a4 
- 00030509  0x000062d0 call  0x000077c2 
- 00030510  0x000062d1 fetch  0x00000001 , 0x000007db 
- 00030511  0x000062d2 nrtn  0x00000034 
- 00030512  0x000062d3 jam  0x00000003 , 0x000007da 
- 00030513  0x000062d4 rtn 
- 00030514  0x000062d7 fetch  0x00000001 , 0x000007de 
- 00030515  0x000062d8 bne  0x00000000 , 0x00007750 
- 00030516  0x000062d9 call  0x0000774d 
- 00030517  0x000062da arg  0x00000898 , 0x00000005 
- 00030518  0x000062db setarg  0x00000848 
- 00030519  0x000062dc istore  0x00000002 , 0x00000005 
- 00030520  0x000062dd setarg  0x000047c4 
- 00030521  0x000062de istore  0x00000002 , 0x00000005 
- 00030522  0x000062df setarg  0x00000808 
- 00030523  0x000062e0 istore  0x00000002 , 0x00000005 
- 00030524  0x000062e1 branch  0x00007744 
- 00030525  0x000062e3 arg  0x00000898 , 0x00000005 
- 00030526  0x000062e4 setarg  0x00000858 
- 00030527  0x000062e5 istore  0x00000002 , 0x00000005 
- 00030528  0x000062e6 setarg  0x00000808 
- 00030529  0x000062e7 istore  0x00000002 , 0x00000005 
- 00030530  0x000062e8 setarg  0x000047c4 
- 00030531  0x000062e9 istore  0x00000002 , 0x00000005 
- 00030532  0x000062eb call  0x00007ad2 
- 00030533  0x000062ec fetch  0x00000001 , 0x000007db 
- 00030534  0x000062ed beq  0x00000004 , 0x0000774a 
- 00030535  0x000062ee jam  0x00000001 , 0x000007dc 
- 00030536  0x000062ef jam  0x00000005 , 0x000007da 
- 00030537  0x000062f0 rtn 
- 00030538  0x000062f2 jam  0x00000014 , 0x000007db 
- 00030539  0x000062f3 call  0x00007727 
- 00030540  0x000062f4 branch  0x0000780f 
- 00030541  0x000062f7 arg  0x00000838 , 0x00000005 
- 00030542  0x000062f8 force  0x00000008 , 0x00000007 
- 00030543  0x000062f9 branch  0x000077db 
- 00030544  0x000062fc jam  0x00000001 , 0x000007dc 
- 00030545  0x000062fd rtn 
- 00030546  0x00006301 arg  0x000006c3 , 0x00000005 
- 00030547  0x00006302 fetch  0x00000006 , 0x00004140 
- 00030548  0x00006303 istore  0x00000006 , 0x00000005 
- 00030549  0x00006304 fetch  0x00000006 , 0x00000040 
- 00030550  0x00006305 istore  0x00000006 , 0x00000005 
- 00030551  0x00006306 fetch  0x00000003 , 0x000007e9 
- 00030552  0x00006307 istore  0x00000003 , 0x00000005 
- 00030553  0x00006309 call  0x00007b3c 
- 00030554  0x0000630b arg  0x00000868 , 0x00000011 
- 00030555  0x0000630c arg  0x00000878 , 0x00000012 
- 00030556  0x0000630d force  0x00000004 , 0x00000007 
- 00030557  0x0000630e call  0x000077e0 
- 00030558  0x0000630f nbranch  0x00007768 , 0x00000001 
- 00030559  0x00006312 fetch  0x00000001 , 0x000007db 
- 00030560  0x00006313 beq  0x00000009 , 0x00007765 
- 00030561  0x00006314 jam  0x0000000a , 0x000007da 
- 00030562  0x00006315 jam  0x00000001 , 0x000007dc 
- 00030563  0x00006316 jam  0x00000003 , 0x0000007c 
- 00030564  0x00006317 rtn 
- 00030565  0x00006319 jam  0x00000003 , 0x0000007c 
- 00030566  0x0000631a jam  0x00000015 , 0x000007db 
- 00030567  0x0000631b branch  0x0000780f 
- 00030568  0x0000631f fetch  0x00000001 , 0x000007db 
- 00030569  0x00006320 beq  0x00000009 , 0x0000776e 
- 00030570  0x00006321 jam  0x00000000 , 0x000007da 
- 00030571  0x00006322 jam  0x00000004 , 0x0000007c 
- 00030572  0x00006324 jam  0x00000005 , 0x0000007e 
- 00030573  0x00006325 rtn 
- 00030574  0x00006327 jam  0x00000004 , 0x0000007c 
- 00030575  0x00006328 jam  0x00000000 , 0x000007db 
- 00030576  0x00006329 rtn 
- 00030577  0x0000632c fetch  0x00000001 , 0x000007df 
- 00030578  0x0000632d beq  0x00000001 , 0x00007775 
- 00030579  0x0000632e jam  0x0000000a , 0x000007db 
- 00030580  0x0000632f branch  0x0000780f 
- 00030581  0x00006331 arg  0x000006c3 , 0x00000005 
- 00030582  0x00006332 fetch  0x00000006 , 0x00000040 
- 00030583  0x00006333 istore  0x00000006 , 0x00000005 
- 00030584  0x00006334 fetch  0x00000006 , 0x00004140 
- 00030585  0x00006335 istore  0x00000006 , 0x00000005 
- 00030586  0x00006336 fetch  0x00000003 , 0x000007e6 
- 00030587  0x00006337 istore  0x00000003 , 0x00000005 
- 00030588  0x00006339 call  0x00007b4a 
- 00030589  0x0000633a fetch  0x00000001 , 0x000007db 
- 00030590  0x0000633b beq  0x0000000a , 0x00007782 
- 00030591  0x0000633c jam  0x0000000b , 0x000007da 
- 00030592  0x0000633d jam  0x00000001 , 0x000007dc 
- 00030593  0x0000633e rtn 
- 00030594  0x00006340 jam  0x0000000b , 0x000007db 
- 00030595  0x00006341 jam  0x00000001 , 0x000007dd 
- 00030596  0x00006342 rtn 
- 00030597  0x00006345 arg  0x00000898 , 0x00000005 
- 00030598  0x00006346 fetch  0x00000006 , 0x00000040 
- 00030599  0x00006347 istore  0x00000006 , 0x00000005 
- 00030600  0x00006348 fetch  0x00000006 , 0x00004140 
- 00030601  0x00006349 istore  0x00000006 , 0x00000005 
- 00030602  0x0000634a setarg  0x00000848 
- 00030603  0x0000634b istore  0x00000002 , 0x00000005 
- 00030604  0x0000634c setarg  0x00000858 
- 00030605  0x0000634d istore  0x00000002 , 0x00000005 
- 00030606  0x0000634e branch  0x00007799 
- 00030607  0x00006350 jam  0x0000000f , 0x000007da 
- 00030608  0x00006351 arg  0x00000898 , 0x00000005 
- 00030609  0x00006352 fetch  0x00000006 , 0x00004140 
- 00030610  0x00006353 istore  0x00000006 , 0x00000005 
- 00030611  0x00006354 fetch  0x00000006 , 0x00000040 
- 00030612  0x00006355 istore  0x00000006 , 0x00000005 
- 00030613  0x00006356 setarg  0x00000858 
- 00030614  0x00006357 istore  0x00000002 , 0x00000005 
- 00030615  0x00006358 setarg  0x00000848 
- 00030616  0x00006359 istore  0x00000002 , 0x00000005 
- 00030617  0x0000635c arg  0x000006c3 , 0x00000005 
- 00030618  0x0000635d fetch  0x00000006 , 0x00000898 
- 00030619  0x0000635e istore  0x00000006 , 0x00000005 
- 00030620  0x0000635f fetch  0x00000006 , 0x0000089e 
- 00030621  0x00006360 istore  0x00000006 , 0x00000005 
- 00030622  0x00006362 call  0x00007b06 
- 00030623  0x00006365 jam  0x00000001 , 0x0000425e 
- 00030624  0x00006366 arg  0x00004262 , 0x00000005 
- 00030625  0x00006367 arg  0x00000868 , 0x00000006 
- 00030626  0x00006368 call  0x00007e35 
- 00030627  0x00006369 branch  0x00003229 
- 00030628  0x0000636d set1  0x00000025 , 0x00000000 
- 00030629  0x0000636e bpatch  0x000000f3 , 0x0000403e 
- 00030630  0x0000636f fetch  0x00000001 , 0x00004793 
- 00030631  0x00006370 rtnne  0x00000000 
- 00030632  0x00006371 fetch  0x00000001 , 0x000007de 
- 00030633  0x00006372 rtnne  0x00000000 
- 00030634  0x00006373 arg  0x00004794 , 0x00000005 
- 00030635  0x00006374 force  0x0000000b , 0x00000007 
- 00030636  0x00006375 call  0x000077db 
- 00030637  0x00006376 random  0x0000003f 
- 00030638  0x00006377 rshift  0x0000003f , 0x0000003f 
- 00030639  0x00006378 istore  0x00000002 , 0x00000005 
- 00030640  0x0000637a arg  0x0000065a , 0x00000005 
- 00030641  0x0000637b arg  0x00004794 , 0x00000006 
- 00030642  0x0000637c call  0x00007e33 
- 00030643  0x0000637e arg  0x00000582 , 0x00000005 
- 00030644  0x0000637f arg  0x0000078a , 0x00000006 
- 00030645  0x00006380 call  0x00007e2d 
- 00030646  0x00006382 arg  0x000005b2 , 0x00000005 
- 00030647  0x00006383 call  0x00007e3a 
- 00030648  0x00006384 jam  0x00000001 , 0x000005b2 
- 00030649  0x00006386 call  0x00007b7f 
- 00030650  0x00006387 jam  0x00000001 , 0x000007de 
- 00030651  0x00006388 rtn 
- 00030652  0x0000638b arg  0x000047ac , 0x00000005 
- 00030653  0x0000638c arg  0x000005ca , 0x00000006 
- 00030654  0x0000638d call  0x00007e2d 
- 00030655  0x0000638e jam  0x00000001 , 0x00004793 
- 00030656  0x0000638f jam  0x00000000 , 0x000007de 
- 00030657  0x00006390 rtn 
- 00030658  0x00006393 set1  0x00000025 , 0x00000000 
- 00030659  0x00006394 bpatch  0x000000f4 , 0x0000403e 
- 00030660  0x00006395 fetch  0x00000001 , 0x000007e5 
- 00030661  0x00006396 rtnne  0x00000000 
- 00030662  0x00006397 fetch  0x00000001 , 0x000007de 
- 00030663  0x00006398 rtnne  0x00000000 
- 00030664  0x0000639a arg  0x0000065a , 0x00000005 
- 00030665  0x0000639b arg  0x00004794 , 0x00000006 
- 00030666  0x0000639c call  0x00007e33 
- 00030667  0x0000639e arg  0x00000582 , 0x00000005 
- 00030668  0x0000639f arg  0x000007f0 , 0x00000006 
- 00030669  0x000063a0 call  0x00007e2d 
- 00030670  0x000063a2 arg  0x000005b2 , 0x00000005 
- 00030671  0x000063a3 call  0x00007e3a 
- 00030672  0x000063a4 jam  0x00000001 , 0x000005b2 
- 00030673  0x000063a6 call  0x00007b7f 
- 00030674  0x000063a7 jam  0x00000002 , 0x000007de 
- 00030675  0x000063a8 rtn 
- 00030676  0x000063ab jam  0x00000001 , 0x000007df 
- 00030677  0x000063ac arg  0x00000820 , 0x00000005 
- 00030678  0x000063ad arg  0x000005ca , 0x00000006 
- 00030679  0x000063ae call  0x00007e33 
- 00030680  0x000063af jam  0x00000001 , 0x000007e5 
- 00030681  0x000063b0 jam  0x00000000 , 0x000007de 
- 00030682  0x000063b1 rtn 
- 00030683  0x000063b4 increase  0xffffffff , 0x00000007 
- 00030684  0x000063b5 nrtn  0x00000002 
- 00030685  0x000063b6 random  0x0000003f 
- 00030686  0x000063b7 istore  0x00000002 , 0x00000005 
- 00030687  0x000063b8 branch  0x000077db 
- 00030688  0x000063ba increase  0xffffffff , 0x00000007 
- 00030689  0x000063bb nbranch  0x000077ec , 0x00000002 
- 00030690  0x000063bc ifetch  0x00000004 , 0x00000011 
- 00030691  0x000063bd copy  0x0000003f , 0x00000002 
- 00030692  0x000063be ifetch  0x00000004 , 0x00000012 
- 00030693  0x000063bf iflip  0x00000002 , 0x0000003f 
- 00030694  0x000063c0 nbranch  0x000077ea , 0x00000005 
- 00030695  0x000063c1 increase  0x00000004 , 0x00000011 
- 00030696  0x000063c2 increase  0x00000004 , 0x00000012 
- 00030697  0x000063c3 branch  0x000077e0 
- 00030698  0x000063c5 disable  0x00000001 
- 00030699  0x000063c6 rtn 
- 00030700  0x000063c8 enable  0x00000001 
- 00030701  0x000063c9 rtn 
- 00030702  0x000063d1 set1  0x00000025 , 0x00000000 
- 00030703  0x000063d2 bpatch  0x000000f5 , 0x0000403e 
- 00030704  0x000063d3 fetch  0x00000001 , 0x000007dc 
- 00030705  0x000063d4 rtn  0x00000034 
- 00030706  0x000063d5 jam  0x00000000 , 0x000007dc 
- 00030707  0x000063d6 fetch  0x00000001 , 0x000007da 
- 00030708  0x000063d7 beq  0x00000003 , 0x00006117 
- 00030709  0x000063d8 beq  0x00000005 , 0x00006134 
- 00030710  0x000063d9 beq  0x00000007 , 0x0000613f 
- 00030711  0x000063da beq  0x0000000b , 0x00006155 
- 00030712  0x000063db beq  0x00000002 , 0x00007725 
- 00030713  0x000063dc beq  0x00000004 , 0x00007732 
- 00030714  0x000063dd beq  0x00000009 , 0x00007752 
- 00030715  0x000063de beq  0x0000000a , 0x00007771 
- 00030716  0x000063df beq  0x0000000c , 0x0000778f 
- 00030717  0x000063e1 rtn 
- 00030718  0x000063e4 set1  0x00000025 , 0x00000000 
- 00030719  0x000063e5 bpatch  0x000000f6 , 0x0000403e 
- 00030720  0x000063e6 fetch  0x00000001 , 0x000007dd 
- 00030721  0x000063e7 rtn  0x00000034 
- 00030722  0x000063e8 jam  0x00000000 , 0x000007dd 
- 00030723  0x000063e9 fetch  0x00000001 , 0x000007db 
- 00030724  0x000063ea beq  0x00000012 , 0x000060f7 
- 00030725  0x000063eb beq  0x00000013 , 0x000060ff 
- 00030726  0x000063ec beq  0x00000003 , 0x00006103 
- 00030727  0x000063ed beq  0x00000004 , 0x0000773d 
- 00030728  0x000063ee beq  0x00000014 , 0x00006107 
- 00030729  0x000063ef beq  0x00000007 , 0x00006115 
- 00030730  0x000063f0 beq  0x0000000a , 0x00007771 
- 00030731  0x000063f1 beq  0x0000000b , 0x00006154 
- 00030732  0x000063f2 beq  0x00000009 , 0x00007752 
- 00030733  0x000063f3 beq  0x00000015 , 0x0000614e 
- 00030734  0x000063f4 rtn 
- 00030735  0x000063f7 jam  0x00000001 , 0x000007dd 
- 00030736  0x000063f8 rtn 
- 00030737  0x000063fb jam  0x00000000 , 0x000007dd 
- 00030738  0x000063fc rtn 
- 00030739  0x000063fe set1  0x00000025 , 0x00000000 
- 00030740  0x000063ff bpatch  0x000000f7 , 0x0000403e 
- 00030741  0x00006400 fetch  0x00000001 , 0x000007de 
- 00030742  0x00006401 rtn  0x00000034 
- 00030743  0x00006402 increase  0x00000080 , 0x0000003f 
- 00030744  0x00006403 store  0x00000001 , 0x000007de 
- 00030745  0x00006404 rtnbit1  0x00000007 
- 00030746  0x00006405 fetch  0x00000001 , 0x00000581 
- 00030747  0x00006406 branch  0x0000781d , 0x00000034 
- 00030748  0x00006407 branch  0x00007b8a 
- 00030749  0x0000640a call  0x00007a0c 
- 00030750  0x0000640b fetch  0x00000001 , 0x000007de 
- 00030751  0x0000640c beq  0x00000001 , 0x000077bc 
- 00030752  0x0000640d beq  0x00000002 , 0x000077d4 
- 00030753  0x0000640e rtn 
- 00030754  0x00006412 and  0x0000003f , 0x00000007 , 0x00000007 
- 00030755  0x00006413 rshift3  0x0000003f , 0x0000003f 
- 00030756  0x00006414 iadd  0x00000006 , 0x00000006 
- 00030757  0x00006415 ifetch  0x00000001 , 0x00000006 
- 00030758  0x00006416 qisolate0  0x0000003f 
- 00030759  0x00006417 rtn 
- 00030760  0x0000641b call  0x00007e33 
- 00030761  0x0000641c call  0x00007e33 
- 00030762  0x0000641d branch  0x00007e33 
- 00030763  0x00006421 ifetch  0x00000008 , 0x00000006 
- 00030764  0x00006422 nrtn  0x00000034 
- 00030765  0x00006423 ifetch  0x00000008 , 0x00000006 
- 00030766  0x00006424 nrtn  0x00000034 
- 00030767  0x00006425 ifetch  0x00000008 , 0x00000006 
- 00030768  0x00006426 rtn 
- 00030769  0x0000642b force  0x00000006 , 0x00000039 
- 00030770  0x0000642d ifetch  0x00000004 , 0x00000011 
- 00030771  0x0000642e iforce  0x00000002 
- 00030772  0x0000642f ifetch  0x00000004 , 0x00000012 
- 00030773  0x00006430 isub  0x00000002 , 0x0000003e 
- 00030774  0x00006431 nrtn  0x00000005 
- 00030775  0x00006432 increase  0x00000004 , 0x00000011 
- 00030776  0x00006433 increase  0x00000004 , 0x00000012 
- 00030777  0x00006434 loop  0x00007832 
- 00030778  0x00006435 rtn 
- 00030779  0x00006439 force  0x00000006 , 0x00000039 
- 00030780  0x0000643a increase  0x00000014 , 0x00000011 
- 00030781  0x0000643b increase  0x00000014 , 0x00000012 
- 00030782  0x0000643d ifetch  0x00000004 , 0x00000012 
- 00030783  0x0000643e iforce  0x00000002 
- 00030784  0x0000643f ifetch  0x00000004 , 0x00000011 
- 00030785  0x00006440 isub  0x00000002 , 0x0000003f 
- 00030786  0x00006441 nrtn  0x00000002 
- 00030787  0x00006442 nrtn  0x00000034 
- 00030788  0x00006443 increase  0xfffffffc , 0x00000011 
- 00030789  0x00006444 increase  0xfffffffc , 0x00000012 
- 00030790  0x00006445 loop  0x0000783e 
- 00030791  0x00006446 rtn 
- 00030792  0x00006449 force  0x00000006 , 0x00000039 
- 00030793  0x0000644a force  0x00000000 , 0x00000013 
- 00030794  0x0000644c ifetch  0x00000004 , 0x00000011 
- 00030795  0x0000644d iforce  0x00000002 
- 00030796  0x0000644e ifetch  0x00000004 , 0x00000012 
- 00030797  0x0000644f iadd  0x00000002 , 0x0000003f 
- 00030798  0x00006450 iadd  0x00000013 , 0x0000003f 
- 00030799  0x00006451 istore  0x00000004 , 0x00000005 
- 00030800  0x00006452 isolate1  0x00000020 , 0x0000003f 
- 00030801  0x00006453 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030802  0x00006454 increase  0x00000004 , 0x00000011 
- 00030803  0x00006455 increase  0x00000004 , 0x00000012 
- 00030804  0x00006456 loop  0x0000784a 
- 00030805  0x00006457 rtn 
- 00030806  0x0000645a force  0x00000006 , 0x00000039 
- 00030807  0x0000645b force  0x00000000 , 0x00000013 
- 00030808  0x0000645d ifetch  0x00000004 , 0x00000012 
- 00030809  0x0000645e iforce  0x00000002 
- 00030810  0x0000645f ifetch  0x00000004 , 0x00000011 
- 00030811  0x00006460 isub  0x00000002 , 0x0000003f 
- 00030812  0x00006461 isub  0x00000013 , 0x0000003f 
- 00030813  0x00006462 istore  0x00000004 , 0x00000005 
- 00030814  0x00006463 isolate1  0x00000020 , 0x0000003f 
- 00030815  0x00006464 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030816  0x00006465 increase  0x00000004 , 0x00000011 
- 00030817  0x00006466 increase  0x00000004 , 0x00000012 
- 00030818  0x00006467 loop  0x00007858 
- 00030819  0x00006468 rtn 
- 00030820  0x0000646b force  0x00000006 , 0x00000039 
- 00030821  0x0000646c increase  0x00000014 , 0x00000011 
- 00030822  0x0000646e force  0x00000000 , 0x00000013 
- 00030823  0x00006470 ifetch  0x00000004 , 0x00000011 
- 00030824  0x00006471 isolate1  0x00000000 , 0x0000003f 
- 00030825  0x00006472 setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030826  0x00006473 rshift  0x0000003f , 0x0000003f 
- 00030827  0x00006474 isolate1  0x00000000 , 0x00000013 
- 00030828  0x00006475 setflag  0x00000001 , 0x0000001f , 0x0000003f 
- 00030829  0x00006476 istore  0x00000004 , 0x00000011 
- 00030830  0x00006477 increase  0xfffffffc , 0x00000011 
- 00030831  0x00006478 rshift  0x00000013 , 0x00000013 
- 00030832  0x00006479 loop  0x00007867 
- 00030833  0x0000647a rtn 
- 00030834  0x0000647d force  0x00000006 , 0x00000039 
- 00030835  0x0000647e force  0x00000000 , 0x00000013 
- 00030836  0x00006480 ifetch  0x00000004 , 0x00000011 
- 00030837  0x00006481 isolate1  0x0000001f , 0x0000003f 
- 00030838  0x00006482 setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030839  0x00006483 lshift  0x0000003f , 0x0000003f 
- 00030840  0x00006484 isolate1  0x00000000 , 0x00000013 
- 00030841  0x00006485 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00030842  0x00006486 istore  0x00000004 , 0x00000011 
- 00030843  0x00006487 increase  0x00000004 , 0x00000011 
- 00030844  0x00006488 rshift  0x00000013 , 0x00000013 
- 00030845  0x00006489 loop  0x00007874 
- 00030846  0x0000648a rtn 
- 00030847  0x0000648d call  0x00007872 
- 00030848  0x0000648f isolate1  0x00000000 , 0x00000013 
- 00030849  0x00006490 branch  0x00007888 , 0x00000001 
- 00030850  0x00006491 arg  0x00000742 , 0x00000012 
- 00030851  0x00006492 copy  0x00000011 , 0x00000013 
- 00030852  0x00006493 increase  0xffffffe8 , 0x00000011 
- 00030853  0x00006494 call  0x0000783b 
- 00030854  0x00006495 nrtn  0x00000002 
- 00030855  0x00006496 copy  0x00000013 , 0x00000011 
- 00030856  0x00006498 increase  0xffffffe8 , 0x00000011 
- 00030857  0x00006499 arg  0x00000742 , 0x00000012 
- 00030858  0x0000649a copy  0x00000011 , 0x00000005 
- 00030859  0x0000649b branch  0x00007856 
- 00030860  0x0000649f call  0x00007848 
- 00030861  0x000064a0 copy  0x00000005 , 0x00000011 
- 00030862  0x000064a1 branch  0x00007880 
- 00030863  0x000064a4 call  0x00007856 
- 00030864  0x000064a5 isolate0  0x00000000 , 0x00000013 
- 00030865  0x000064a6 rtn  0x00000001 
- 00030866  0x000064a7 arg  0x00000742 , 0x00000012 
- 00030867  0x000064a8 add  0x00000005 , 0xffffffe8 , 0x00000011 
- 00030868  0x000064a9 copy  0x00000011 , 0x00000005 
- 00030869  0x000064aa branch  0x00007848 
- 00030870  0x000064ae copy  0x00000005 , 0x0000000b 
- 00030871  0x000064af copy  0x00000011 , 0x00000030 
- 00030872  0x000064b0 arg  0x000006b2 , 0x00000012 
- 00030873  0x000064b1 copy  0x00000012 , 0x00000005 
- 00030874  0x000064b2 add  0x00000011 , 0x00000018 , 0x00000006 
- 00030875  0x000064b3 ifetch  0x00000008 , 0x00000006 
- 00030876  0x000064b4 istore  0x00000008 , 0x00000005 
- 00030877  0x000064b5 istore  0x00000008 , 0x00000005 
- 00030878  0x000064b6 force  0x00000000 , 0x0000003f 
- 00030879  0x000064b7 istore  0x00000008 , 0x00000005 
- 00030880  0x000064b8 copy  0x0000000b , 0x00000005 
- 00030881  0x000064b9 call  0x0000788c 
- 00030882  0x000064ba arg  0x000006b2 , 0x00000012 
- 00030883  0x000064bb copy  0x00000012 , 0x00000005 
- 00030884  0x000064bc force  0x00000000 , 0x0000003f 
- 00030885  0x000064bd istore  0x00000008 , 0x00000005 
- 00030886  0x000064be add  0x00000030 , 0x00000020 , 0x00000006 
- 00030887  0x000064bf ifetch  0x00000008 , 0x00000006 
- 00030888  0x000064c0 istore  0x00000008 , 0x00000005 
- 00030889  0x000064c1 istore  0x00000008 , 0x00000005 
- 00030890  0x000064c2 copy  0x0000000b , 0x00000011 
- 00030891  0x000064c3 copy  0x00000011 , 0x00000005 
- 00030892  0x000064c4 call  0x0000788c 
- 00030893  0x000064c5 arg  0x000006b2 , 0x00000012 
- 00030894  0x000064c6 copy  0x00000012 , 0x00000005 
- 00030895  0x000064c7 add  0x00000030 , 0x00000028 , 0x00000006 
- 00030896  0x000064c8 ifetch  0x00000008 , 0x00000006 
- 00030897  0x000064c9 istore  0x00000008 , 0x00000005 
- 00030898  0x000064ca istore  0x00000008 , 0x00000005 
- 00030899  0x000064cb istore  0x00000008 , 0x00000005 
- 00030900  0x000064cc copy  0x0000000b , 0x00000011 
- 00030901  0x000064cd copy  0x00000011 , 0x00000005 
- 00030902  0x000064ce branch  0x0000788c 
- 00030903  0x000064d2 force  0x00000006 , 0x00000039 
- 00030904  0x000064d4 ifetch  0x00000004 , 0x00000006 
- 00030905  0x000064d5 iforce  0x0000002f 
- 00030906  0x000064d6 increase  0x00000001 , 0x00000038 
- 00030907  0x000064d7 loop  0x000078b8 
- 00030908  0x000064d8 rtn 
- 00030909  0x000064dd copy  0x00000005 , 0x0000000b 
- 00030910  0x000064de arg  0x00000682 , 0x00000005 
- 00030911  0x000064df call  0x00007e3a 
- 00030912  0x000064e0 arg  0x00000682 , 0x00000005 
- 00030913  0x000064e1 copy  0x00000011 , 0x00000006 
- 00030914  0x000064e2 force  0x00000000 , 0x00000038 
- 00030915  0x000064e3 call  0x000078b7 
- 00030916  0x000064e4 copy  0x00000012 , 0x00000006 
- 00030917  0x000064e5 call  0x000078b7 
- 00030918  0x000064e6 force  0x00000000 , 0x00000012 
- 00030919  0x000064e8 force  0x00000000 , 0x00000002 
- 00030920  0x000064e9 force  0x00000006 , 0x00000013 
- 00030921  0x000064eb ifetch  0x00000004 , 0x00000005 
- 00030922  0x000064ec iforce  0x00000011 
- 00030923  0x000064ed copy  0x00000012 , 0x00000038 
- 00030924  0x000064ee deposit  0x0000002f 
- 00030925  0x000064ef copy  0x00000013 , 0x00000038 
- 00030926  0x000064f0 imul32  0x0000002f , 0x0000003f 
- 00030927  0x000064f1 iadd  0x00000011 , 0x0000003f 
- 00030928  0x000064f2 iadd  0x00000002 , 0x0000003f 
- 00030929  0x000064f3 istore  0x00000004 , 0x00000005 
- 00030930  0x000064f4 rshift32  0x0000003f , 0x00000002 
- 00030931  0x000064f5 increase  0x00000001 , 0x00000013 
- 00030932  0x000064f6 compare  0x0000000c , 0x00000013 , 0x000000ff 
- 00030933  0x000064f7 nbranch  0x000078c9 , 0x00000001 
- 00030934  0x000064f8 deposit  0x00000002 
- 00030935  0x000064f9 istore  0x00000004 , 0x00000005 
- 00030936  0x000064fa increase  0xffffffe8 , 0x00000005 
- 00030937  0x000064fb increase  0x00000001 , 0x00000012 
- 00030938  0x000064fc compare  0x00000006 , 0x00000012 , 0x000000ff 
- 00030939  0x000064fd nbranch  0x000078c7 , 0x00000001 
- 00030940  0x000064fe arg  0x00000682 , 0x00000011 
- 00030941  0x000064ff copy  0x0000000b , 0x00000005 
- 00030942  0x00006500 branch  0x00007896 
- 00030943  0x00006504 copy  0x00000011 , 0x00000012 
- 00030944  0x00006505 branch  0x000078bd 
- 00030945  0x00006508 copy  0x00000011 , 0x00000030 
- 00030946  0x0000650a copy  0x00000030 , 0x00000011 
- 00030947  0x0000650b ifetch  0x00000001 , 0x00000011 
- 00030948  0x0000650c isolate1  0x00000000 , 0x0000003f 
- 00030949  0x0000650d rtn  0x00000001 
- 00030950  0x0000650e call  0x00007864 
- 00030951  0x0000650f ifetch  0x00000001 , 0x00000012 
- 00030952  0x00006510 isolate0  0x00000000 , 0x0000003f 
- 00030953  0x00006511 branch  0x000078f1 , 0x00000001 
- 00030954  0x00006512 arg  0x00000742 , 0x00000011 
- 00030955  0x00006513 copy  0x00000012 , 0x00000005 
- 00030956  0x00006514 call  0x00007848 
- 00030957  0x00006515 ifetch  0x00000001 , 0x00000012 
- 00030958  0x00006516 iadd  0x00000013 , 0x0000003f 
- 00030959  0x00006517 istore  0x00000001 , 0x00000012 
- 00030960  0x00006518 increase  0xffffffe8 , 0x00000012 
- 00030961  0x0000651a add  0x00000012 , 0x00000018 , 0x00000011 
- 00030962  0x0000651b force  0x00000007 , 0x00000039 
- 00030963  0x0000651c call  0x00007866 
- 00030964  0x0000651d branch  0x000078e2 
- 00030965  0x00006521 copy  0x00000005 , 0x0000000b 
- 00030966  0x00006522 arg  0x000006e2 , 0x00000005 
- 00030967  0x00006523 call  0x00007e3a 
- 00030968  0x00006524 force  0x00000000 , 0x0000003f 
- 00030969  0x00006525 store  0x00000004 , 0x0000069a 
- 00030970  0x00006526 store  0x00000004 , 0x000006fa 
- 00030971  0x00006527 jam  0x00000001 , 0x000006e2 
- 00030972  0x00006528 arg  0x00000682 , 0x00000005 
- 00030973  0x00006529 call  0x00007e3a 
- 00030974  0x0000652a arg  0x00000742 , 0x00000006 
- 00030975  0x0000652b arg  0x000006b2 , 0x00000005 
- 00030976  0x0000652c call  0x00007e33 
- 00030977  0x0000652d copy  0x00000011 , 0x00000006 
- 00030978  0x0000652e arg  0x000006ca , 0x00000005 
- 00030979  0x0000652f call  0x00007e33 
- 00030980  0x00006531 arg  0x000006ca , 0x00000006 
- 00030981  0x00006532 call  0x0000782b 
- 00030982  0x00006533 branch  0x0000792d , 0x00000034 
- 00030983  0x00006534 arg  0x000006ca , 0x00000011 
- 00030984  0x00006535 arg  0x000006e2 , 0x00000012 
- 00030985  0x00006536 call  0x000078e1 
- 00030986  0x00006538 arg  0x000006b2 , 0x00000011 
- 00030987  0x00006539 arg  0x00000682 , 0x00000012 
- 00030988  0x0000653a call  0x000078e1 
- 00030989  0x0000653b arg  0x000006ca , 0x00000011 
- 00030990  0x0000653c arg  0x000006b2 , 0x00000012 
- 00030991  0x0000653d call  0x0000783b 
- 00030992  0x0000653e branch  0x0000791f , 0x00000002 
- 00030993  0x0000653f arg  0x000006b2 , 0x00000011 
- 00030994  0x00006540 arg  0x000006ca , 0x00000012 
- 00030995  0x00006541 copy  0x00000011 , 0x00000005 
- 00030996  0x00006542 call  0x00007856 
- 00030997  0x00006543 arg  0x000006e2 , 0x00000011 
- 00030998  0x00006544 arg  0x00000682 , 0x00000012 
- 00030999  0x00006545 copy  0x00000012 , 0x00000005 
- 00031000  0x00006546 call  0x00007848 
- 00031001  0x00006547 ifetch  0x00000001 , 0x00000011 
- 00031002  0x00006548 iadd  0x00000013 , 0x00000013 
- 00031003  0x00006549 ifetch  0x00000001 , 0x00000012 
- 00031004  0x0000654a iadd  0x00000013 , 0x0000003f 
- 00031005  0x0000654b istore  0x00000001 , 0x00000012 
- 00031006  0x0000654c branch  0x00007904 
- 00031007  0x0000654e arg  0x000006ca , 0x00000011 
- 00031008  0x0000654f arg  0x000006b2 , 0x00000012 
- 00031009  0x00006550 copy  0x00000011 , 0x00000005 
- 00031010  0x00006551 call  0x00007856 
- 00031011  0x00006552 arg  0x00000682 , 0x00000011 
- 00031012  0x00006553 arg  0x000006e2 , 0x00000012 
- 00031013  0x00006554 copy  0x00000012 , 0x00000005 
- 00031014  0x00006555 call  0x00007848 
- 00031015  0x00006556 ifetch  0x00000001 , 0x00000011 
- 00031016  0x00006557 iadd  0x00000013 , 0x00000013 
- 00031017  0x00006558 ifetch  0x00000001 , 0x00000012 
- 00031018  0x00006559 iadd  0x00000013 , 0x0000003f 
- 00031019  0x0000655a istore  0x00000001 , 0x00000012 
- 00031020  0x0000655b branch  0x00007904 
- 00031021  0x0000655d arg  0x000006e2 , 0x00000005 
- 00031022  0x0000655e call  0x00007e3a 
- 00031023  0x0000655f fetch  0x00000001 , 0x0000069a 
- 00031024  0x00006560 store  0x00000001 , 0x000006e2 
- 00031025  0x00006561 store  0x00000001 , 0x000006ea 
- 00031026  0x00006562 arg  0x000006e2 , 0x00000011 
- 00031027  0x00006563 arg  0x00000682 , 0x00000012 
- 00031028  0x00006564 copy  0x00000012 , 0x00000005 
- 00031029  0x00006565 call  0x0000788c 
- 00031030  0x00006566 arg  0x00000742 , 0x00000011 
- 00031031  0x00006567 arg  0x00000682 , 0x00000012 
- 00031032  0x00006568 copy  0x0000000b , 0x00000005 
- 00031033  0x00006569 branch  0x0000788f 
- 00031034  0x0000656f arg  0x00000642 , 0x00000011 
- 00031035  0x00006570 arg  0x000006fa , 0x00000005 
- 00031036  0x00006571 call  0x000078df 
- 00031037  0x00006572 arg  0x000006fa , 0x00000011 
- 00031038  0x00006573 arg  0x00000712 , 0x00000005 
- 00031039  0x00006574 call  0x000078df 
- 00031040  0x00006575 arg  0x0000075a , 0x00000011 
- 00031041  0x00006576 arg  0x00000712 , 0x00000012 
- 00031042  0x00006577 arg  0x00000712 , 0x00000005 
- 00031043  0x00006578 call  0x000078bd 
- 00031044  0x00006579 arg  0x00000612 , 0x00000011 
- 00031045  0x0000657a arg  0x000006fa , 0x00000005 
- 00031046  0x0000657b call  0x000078df 
- 00031047  0x0000657c arg  0x000006fa , 0x00000006 
- 00031048  0x0000657d arg  0x000006ca , 0x00000005 
- 00031049  0x0000657e call  0x00007e33 
- 00031050  0x0000657f arg  0x000006ca , 0x00000011 
- 00031051  0x00006580 call  0x0000787f 
- 00031052  0x00006581 arg  0x000006fa , 0x00000011 
- 00031053  0x00006582 arg  0x000006ca , 0x00000012 
- 00031054  0x00006583 arg  0x000006fa , 0x00000005 
- 00031055  0x00006584 call  0x0000788c 
- 00031056  0x00006585 arg  0x000006fa , 0x00000011 
- 00031057  0x00006586 arg  0x00000712 , 0x00000012 
- 00031058  0x00006587 arg  0x000006fa , 0x00000005 
- 00031059  0x00006588 call  0x0000788c 
- 00031060  0x00006589 arg  0x00000612 , 0x00000006 
- 00031061  0x0000658a arg  0x000006ca , 0x00000005 
- 00031062  0x0000658b call  0x00007e33 
- 00031063  0x0000658c arg  0x0000062a , 0x00000011 
- 00031064  0x0000658d arg  0x00000712 , 0x00000005 
- 00031065  0x0000658e call  0x000078df 
- 00031066  0x0000658f arg  0x000006ca , 0x00000011 
- 00031067  0x00006590 call  0x0000787f 
- 00031068  0x00006591 arg  0x000006ca , 0x00000011 
- 00031069  0x00006592 call  0x0000787f 
- 00031070  0x00006593 arg  0x000006ca , 0x00000011 
- 00031071  0x00006594 arg  0x00000712 , 0x00000012 
- 00031072  0x00006595 arg  0x000006ca , 0x00000005 
- 00031073  0x00006596 call  0x000078bd 
- 00031074  0x00006597 arg  0x00000712 , 0x00000011 
- 00031075  0x00006598 arg  0x000006e2 , 0x00000005 
- 00031076  0x00006599 call  0x000078df 
- 00031077  0x0000659a arg  0x000006e2 , 0x00000011 
- 00031078  0x0000659b call  0x0000787f 
- 00031079  0x0000659c arg  0x000006e2 , 0x00000011 
- 00031080  0x0000659d call  0x0000787f 
- 00031081  0x0000659e arg  0x000006e2 , 0x00000011 
- 00031082  0x0000659f call  0x0000787f 
- 00031083  0x000065a0 arg  0x0000062a , 0x00000006 
- 00031084  0x000065a1 arg  0x00000712 , 0x00000005 
- 00031085  0x000065a2 call  0x00007e33 
- 00031086  0x000065a3 arg  0x00000712 , 0x00000011 
- 00031087  0x000065a4 call  0x0000787f 
- 00031088  0x000065a5 arg  0x00000712 , 0x00000011 
- 00031089  0x000065a6 arg  0x00000642 , 0x00000012 
- 00031090  0x000065a7 arg  0x00000642 , 0x00000005 
- 00031091  0x000065a8 call  0x000078bd 
- 00031092  0x000065a9 arg  0x000006fa , 0x00000011 
- 00031093  0x000065aa arg  0x00000712 , 0x00000005 
- 00031094  0x000065ab call  0x000078df 
- 00031095  0x000065ac arg  0x00000712 , 0x00000011 
- 00031096  0x000065ad arg  0x000006ca , 0x00000012 
- 00031097  0x000065ae arg  0x00000712 , 0x00000005 
- 00031098  0x000065af call  0x0000788f 
- 00031099  0x000065b0 arg  0x00000712 , 0x00000011 
- 00031100  0x000065b1 arg  0x000006ca , 0x00000012 
- 00031101  0x000065b2 arg  0x00000612 , 0x00000005 
- 00031102  0x000065b3 call  0x0000788f 
- 00031103  0x000065b4 arg  0x000006ca , 0x00000011 
- 00031104  0x000065b5 arg  0x00000612 , 0x00000012 
- 00031105  0x000065b6 arg  0x00000712 , 0x00000005 
- 00031106  0x000065b7 call  0x0000788f 
- 00031107  0x000065b8 arg  0x00000712 , 0x00000011 
- 00031108  0x000065b9 arg  0x000006fa , 0x00000012 
- 00031109  0x000065ba arg  0x00000712 , 0x00000005 
- 00031110  0x000065bb call  0x000078bd 
- 00031111  0x000065bc arg  0x00000712 , 0x00000011 
- 00031112  0x000065bd arg  0x000006e2 , 0x00000012 
- 00031113  0x000065be arg  0x0000062a , 0x00000005 
- 00031114  0x000065bf branch  0x0000788f 
- 00031115  0x000065c4 arg  0x000005b2 , 0x00000011 
- 00031116  0x000065c5 arg  0x0000072a , 0x00000005 
- 00031117  0x000065c6 call  0x000078df 
- 00031118  0x000065c7 arg  0x00000612 , 0x00000011 
- 00031119  0x000065c8 arg  0x0000072a , 0x00000012 
- 00031120  0x000065c9 arg  0x000006e2 , 0x00000005 
- 00031121  0x000065ca call  0x000078bd 
- 00031122  0x000065cb arg  0x000005b2 , 0x00000011 
- 00031123  0x000065cc arg  0x0000072a , 0x00000012 
- 00031124  0x000065cd arg  0x0000072a , 0x00000005 
- 00031125  0x000065ce call  0x000078bd 
- 00031126  0x000065cf arg  0x0000062a , 0x00000011 
- 00031127  0x000065d0 arg  0x0000072a , 0x00000012 
- 00031128  0x000065d1 arg  0x000006ca , 0x00000005 
- 00031129  0x000065d2 call  0x000078bd 
- 00031130  0x000065d3 arg  0x00000642 , 0x00000011 
- 00031131  0x000065d4 arg  0x0000072a , 0x00000005 
- 00031132  0x000065d5 call  0x000078df 
- 00031133  0x000065d6 arg  0x00000582 , 0x00000011 
- 00031134  0x000065d7 arg  0x0000072a , 0x00000012 
- 00031135  0x000065d8 arg  0x000006fa , 0x00000005 
- 00031136  0x000065d9 call  0x000078bd 
- 00031137  0x000065da arg  0x00000642 , 0x00000011 
- 00031138  0x000065db arg  0x0000072a , 0x00000012 
- 00031139  0x000065dc arg  0x0000072a , 0x00000005 
- 00031140  0x000065dd call  0x000078bd 
- 00031141  0x000065de arg  0x0000059a , 0x00000011 
- 00031142  0x000065df arg  0x0000072a , 0x00000012 
- 00031143  0x000065e0 arg  0x00000712 , 0x00000005 
- 00031144  0x000065e1 call  0x000078bd 
- 00031145  0x000065e2 arg  0x000006e2 , 0x00000011 
- 00031146  0x000065e3 arg  0x000006fa , 0x00000012 
- 00031147  0x000065e4 arg  0x0000072a , 0x00000005 
- 00031148  0x000065e5 call  0x0000788f 
- 00031149  0x000065e6 arg  0x000006e2 , 0x00000011 
- 00031150  0x000065e7 arg  0x000006fa , 0x00000012 
- 00031151  0x000065e8 arg  0x000006e2 , 0x00000005 
- 00031152  0x000065e9 call  0x0000788c 
- 00031153  0x000065ea arg  0x000006ca , 0x00000011 
- 00031154  0x000065eb arg  0x00000712 , 0x00000012 
- 00031155  0x000065ec arg  0x000006fa , 0x00000005 
- 00031156  0x000065ed call  0x0000788f 
- 00031157  0x000065ee arg  0x000006ca , 0x00000011 
- 00031158  0x000065ef arg  0x00000712 , 0x00000012 
- 00031159  0x000065f0 arg  0x000006ca , 0x00000005 
- 00031160  0x000065f1 call  0x0000788c 
- 00031161  0x000065f2 arg  0x000006ca , 0x00000011 
- 00031162  0x000065f3 arg  0x0000072a , 0x00000012 
- 00031163  0x000065f4 arg  0x000006ca , 0x00000005 
- 00031164  0x000065f5 call  0x000078bd 
- 00031165  0x000065f6 arg  0x00000642 , 0x00000011 
- 00031166  0x000065f7 arg  0x000005b2 , 0x00000012 
- 00031167  0x000065f8 arg  0x00000712 , 0x00000005 
- 00031168  0x000065f9 call  0x000078bd 
- 00031169  0x000065fa arg  0x00000712 , 0x00000011 
- 00031170  0x000065fb arg  0x0000072a , 0x00000012 
- 00031171  0x000065fc arg  0x00000642 , 0x00000005 
- 00031172  0x000065fd call  0x000078bd 
- 00031173  0x000065fe arg  0x0000072a , 0x00000011 
- 00031174  0x000065ff arg  0x0000072a , 0x00000005 
- 00031175  0x00006600 call  0x000078df 
- 00031176  0x00006601 arg  0x0000072a , 0x00000011 
- 00031177  0x00006602 arg  0x000006e2 , 0x00000012 
- 00031178  0x00006603 arg  0x00000712 , 0x00000005 
- 00031179  0x00006604 call  0x000078bd 
- 00031180  0x00006605 arg  0x0000072a , 0x00000011 
- 00031181  0x00006606 arg  0x000006ca , 0x00000012 
- 00031182  0x00006607 arg  0x000006ca , 0x00000005 
- 00031183  0x00006608 call  0x000078bd 
- 00031184  0x00006609 arg  0x000006fa , 0x00000011 
- 00031185  0x0000660a arg  0x00000612 , 0x00000005 
- 00031186  0x0000660b call  0x000078df 
- 00031187  0x0000660c arg  0x00000612 , 0x00000011 
- 00031188  0x0000660d arg  0x00000712 , 0x00000012 
- 00031189  0x0000660e arg  0x00000612 , 0x00000005 
- 00031190  0x0000660f call  0x0000788f 
- 00031191  0x00006610 arg  0x00000612 , 0x00000006 
- 00031192  0x00006611 arg  0x0000072a , 0x00000005 
- 00031193  0x00006612 call  0x00007e33 
- 00031194  0x00006613 arg  0x0000072a , 0x00000011 
- 00031195  0x00006614 call  0x0000787f 
- 00031196  0x00006615 arg  0x00000712 , 0x00000011 
- 00031197  0x00006616 arg  0x0000072a , 0x00000012 
- 00031198  0x00006617 arg  0x00000712 , 0x00000005 
- 00031199  0x00006618 call  0x0000788f 
- 00031200  0x00006619 arg  0x00000712 , 0x00000011 
- 00031201  0x0000661a arg  0x000006fa , 0x00000012 
- 00031202  0x0000661b arg  0x000006fa , 0x00000005 
- 00031203  0x0000661c call  0x000078bd 
- 00031204  0x0000661d arg  0x000006fa , 0x00000011 
- 00031205  0x0000661e arg  0x000006ca , 0x00000012 
- 00031206  0x0000661f arg  0x0000062a , 0x00000005 
- 00031207  0x00006620 call  0x0000788f 
- 00031208  0x00006621 arg  0x0000062a , 0x00000011 
- 00031209  0x00006622 arg  0x00000742 , 0x00000012 
- 00031210  0x00006623 arg  0x0000062a , 0x00000005 
- 00031211  0x00006624 force  0x00000000 , 0x00000013 
- 00031212  0x00006625 fetch  0x00000001 , 0x0000062a 
- 00031213  0x00006626 isolate1  0x00000000 , 0x0000003f 
- 00031214  0x00006627 call  0x00007848 , 0x00000001 
- 00031215  0x00006628 copy  0x00000013 , 0x00000030 
- 00031216  0x00006629 arg  0x0000062a , 0x00000011 
- 00031217  0x0000662a call  0x00007864 
- 00031218  0x0000662b fetch  0x00000001 , 0x00000641 
- 00031219  0x0000662c isolate1  0x00000000 , 0x00000030 
- 00031220  0x0000662d setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00031221  0x0000662e store  0x00000001 , 0x00000641 
- 00031222  0x0000662f rtn 
- 00031223  0x00006633 jam  0x000000c0 , 0x00000581 
- 00031224  0x00006634 jam  0x00000001 , 0x00000580 
- 00031225  0x00006636 fetch  0x00000001 , 0x00000581 
- 00031226  0x00006637 increase  0xffffffff , 0x0000003f 
- 00031227  0x00006638 nrtn  0x00000002 
- 00031228  0x00006639 store  0x00000001 , 0x00000581 
- 00031229  0x0000663a fetch  0x00000001 , 0x00000580 
- 00031230  0x0000663b call  0x0000793a , 0x00000034 
- 00031231  0x0000663c fetch  0x00000001 , 0x00000581 
- 00031232  0x0000663d arg  0x0000065a , 0x00000006 
- 00031233  0x0000663e call  0x00007822 
- 00031234  0x0000663f branch  0x000079f9 , 0x00000001 
- 00031235  0x00006640 fetch  0x00000001 , 0x00000580 
- 00031236  0x00006641 nbranch  0x00007a07 , 0x00000034 
- 00031237  0x00006642 call  0x0000798b 
- 00031238  0x00006643 branch  0x000079f9 
- 00031239  0x00006645 jam  0x00000000 , 0x00000580 
- 00031240  0x00006646 arg  0x00000582 , 0x00000006 
- 00031241  0x00006647 arg  0x00000612 , 0x00000005 
- 00031242  0x00006648 call  0x00007828 
- 00031243  0x00006649 branch  0x000079f9 
- 00031244  0x0000664d arg  0x00000642 , 0x00000011 
- 00031245  0x0000664e arg  0x00000712 , 0x00000005 
- 00031246  0x0000664f call  0x000078f5 
- 00031247  0x00006650 arg  0x00000712 , 0x00000011 
- 00031248  0x00006651 arg  0x000006ca , 0x00000005 
- 00031249  0x00006652 call  0x000078df 
- 00031250  0x00006653 arg  0x00000612 , 0x00000011 
- 00031251  0x00006654 arg  0x000006ca , 0x00000012 
- 00031252  0x00006655 arg  0x000005ca , 0x00000005 
- 00031253  0x00006656 call  0x000078bd 
- 00031254  0x00006657 arg  0x00000712 , 0x00000011 
- 00031255  0x00006658 arg  0x000006ca , 0x00000012 
- 00031256  0x00006659 arg  0x000006fa , 0x00000005 
- 00031257  0x0000665a call  0x000078bd 
- 00031258  0x0000665b arg  0x0000062a , 0x00000011 
- 00031259  0x0000665c arg  0x000006fa , 0x00000012 
- 00031260  0x0000665d arg  0x000005e2 , 0x00000005 
- 00031261  0x0000665e branch  0x000078bd 
- 00031262  0x00006662 force  0x00000010 , 0x00000039 
- 00031263  0x00006664 ifetch  0x00000004 , 0x00000006 
- 00031264  0x00006665 force  0x00000004 , 0x00000011 
- 00031265  0x00006666 increase  0x00000003 , 0x00000005 
- 00031266  0x00006668 istore  0x00000001 , 0x00000005 
- 00031267  0x00006669 rshift8  0x0000003f , 0x0000003f 
- 00031268  0x0000666a increase  0xfffffffe , 0x00000005 
- 00031269  0x0000666b increase  0xffffffff , 0x00000011 
- 00031270  0x0000666c nbranch  0x00007a22 , 0x00000005 
- 00031271  0x0000666d increase  0x00000005 , 0x00000005 
- 00031272  0x0000666e loop  0x00007a1f 
- 00031273  0x0000666f rtn 
- 00031274  0x00006673 lshift2  0x00000007 , 0x0000003f 
- 00031275  0x00006674 iadd  0x0000000b , 0x00000006 
- 00031276  0x00006675 ifetch  0x00000004 , 0x00000006 
- 00031277  0x00006676 rtn 
- 00031278  0x00006679 force  0x00000010 , 0x00000030 
- 00031279  0x0000667a arg  0x00000582 , 0x0000000b 
- 00031280  0x0000667c add  0x00000030 , 0xfffffff9 , 0x00000007 
- 00031281  0x0000667d call  0x00007a2a 
- 00031282  0x0000667e iforce  0x00000002 
- 00031283  0x0000667f add  0x00000030 , 0xfffffff0 , 0x00000007 
- 00031284  0x00006680 call  0x00007a2a 
- 00031285  0x00006681 iadd  0x00000002 , 0x00000002 
- 00031286  0x00006682 add  0x00000030 , 0xfffffffe , 0x00000007 
- 00031287  0x00006683 call  0x00007a2a 
- 00031288  0x00006684 shasx  0x0000003f , 0x00000001 , 0x0000003f 
- 00031289  0x00006685 iadd  0x00000002 , 0x00000002 
- 00031290  0x00006686 add  0x00000030 , 0xfffffff1 , 0x00000007 
- 00031291  0x00006687 call  0x00007a2a 
- 00031292  0x00006688 shasx  0x0000003f , 0x00000000 , 0x0000003f 
- 00031293  0x00006689 iadd  0x00000002 , 0x00000002 
- 00031294  0x0000668a lshift2  0x00000030 , 0x0000003f 
- 00031295  0x0000668b iadd  0x0000000b , 0x00000005 
- 00031296  0x0000668c istoret  0x00000004 , 0x00000005 
- 00031297  0x0000668d increase  0x00000001 , 0x00000030 
- 00031298  0x0000668e compare  0x00000040 , 0x00000030 , 0x000000ff 
- 00031299  0x0000668f nbranch  0x00007a30 , 0x00000001 
- 00031300  0x00006690 rtn 
- 00031301  0x00006694 arg  0x000007ba , 0x00000006 
- 00031302  0x00006695 force  0x00000007 , 0x00000038 
- 00031303  0x00006697 ifetch  0x00000004 , 0x00000006 
- 00031304  0x00006698 iforce  0x0000002f 
- 00031305  0x00006699 increase  0xffffffff , 0x00000038 
- 00031306  0x0000669a branch  0x00007a47 , 0x00000002 
- 00031307  0x0000669b rtn 
- 00031308  0x0000669e set1  0x00000025 , 0x00000000 
- 00031309  0x0000669f bpatch  0x000000f8 , 0x0000403f 
- 00031310  0x000066a0 call  0x00007a2e 
- 00031311  0x000066a1 arg  0x00000682 , 0x00000005 
- 00031312  0x000066a2 force  0x00000000 , 0x00000038 
- 00031313  0x000066a4 deposit  0x0000002f 
- 00031314  0x000066a5 istore  0x00000004 , 0x00000005 
- 00031315  0x000066a6 increase  0x00000001 , 0x00000038 
- 00031316  0x000066a7 compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031317  0x000066a8 nbranch  0x00007a51 , 0x00000001 
- 00031318  0x000066a9 call  0x000075c5 
- 00031319  0x000066aa arg  0x00008700 , 0x0000000b 
- 00031320  0x000066ab arg  0x00000582 , 0x00000030 
- 00031321  0x000066ac force  0x00000040 , 0x00000039 
- 00031322  0x000066ae ifetcht  0x00000004 , 0x00000030 
- 00031323  0x000066af ifetch  0x00000004 , 0x0000000b 
- 00031324  0x000066b0 increase  0x00000004 , 0x0000000b 
- 00031325  0x000066b1 increase  0x00000004 , 0x00000030 
- 00031326  0x000066b2 iadd  0x00000002 , 0x0000003f 
- 00031327  0x000066b3 force  0x00000007 , 0x00000038 
- 00031328  0x000066b4 iadd  0x0000002f , 0x00000002 
- 00031329  0x000066b5 force  0x00000004 , 0x00000038 
- 00031330  0x000066b6 shasx  0x0000002f , 0x00000003 , 0x0000003f 
- 00031331  0x000066b7 iadd  0x00000002 , 0x00000002 
- 00031332  0x000066b8 force  0x00000005 , 0x00000038 
- 00031333  0x000066b9 deposit  0x0000002f 
- 00031334  0x000066ba force  0x00000006 , 0x00000038 
- 00031335  0x000066bb ixor  0x0000002f , 0x0000003f 
- 00031336  0x000066bc force  0x00000004 , 0x00000038 
- 00031337  0x000066bd iand  0x0000002f , 0x0000003f 
- 00031338  0x000066be force  0x00000006 , 0x00000038 
- 00031339  0x000066bf ixor  0x0000002f , 0x0000003f 
- 00031340  0x000066c0 iadd  0x00000002 , 0x00000002 
- 00031341  0x000066c1 force  0x00000007 , 0x00000038 
- 00031342  0x000066c2 copy  0x00000002 , 0x0000002f 
- 00031343  0x000066c3 force  0x00000003 , 0x00000038 
- 00031344  0x000066c4 deposit  0x0000002f 
- 00031345  0x000066c5 iadd  0x00000002 , 0x0000002f 
- 00031346  0x000066c6 force  0x00000000 , 0x00000038 
- 00031347  0x000066c7 deposit  0x0000002f 
- 00031348  0x000066c8 force  0x00000001 , 0x00000038 
- 00031349  0x000066c9 iand  0x0000002f , 0x00000002 
- 00031350  0x000066ca ior  0x0000002f , 0x0000003f 
- 00031351  0x000066cb force  0x00000002 , 0x00000038 
- 00031352  0x000066cc iand  0x0000002f , 0x0000003f 
- 00031353  0x000066cd ior  0x00000002 , 0x00000002 
- 00031354  0x000066ce force  0x00000000 , 0x00000038 
- 00031355  0x000066cf shasx  0x0000002f , 0x00000002 , 0x0000003f 
- 00031356  0x000066d0 iadd  0x00000002 , 0x0000003f 
- 00031357  0x000066d1 force  0x00000007 , 0x00000038 
- 00031358  0x000066d2 iadd  0x0000002f , 0x0000002f 
- 00031359  0x000066d3 regexrot 
- 00031360  0x000066d4 loop  0x00007a5a 
- 00031361  0x000066d5 arg  0x00000682 , 0x00000006 
- 00031362  0x000066d6 force  0x00000000 , 0x00000038 
- 00031363  0x000066d8 ifetch  0x00000004 , 0x00000006 
- 00031364  0x000066d9 iadd  0x0000002f , 0x0000002f 
- 00031365  0x000066da increase  0x00000001 , 0x00000038 
- 00031366  0x000066db compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031367  0x000066dc nbranch  0x00007a83 , 0x00000001 
- 00031368  0x000066dd branch  0x000075c9 
- 00031369  0x000066e1 arg  0x00000858 , 0x00000005 
- 00031370  0x000066e2 force  0x00000007 , 0x00000038 
- 00031371  0x000066e4 deposit  0x0000002f 
- 00031372  0x000066e5 istore  0x00000004 , 0x00000005 
- 00031373  0x000066e6 increase  0xffffffff , 0x00000038 
- 00031374  0x000066e7 branch  0x00007a8b , 0x00000002 
- 00031375  0x000066e8 rtn 
- 00031376  0x000066ec arg  0x00000582 , 0x00000005 
- 00031377  0x000066ed increase  0xfffffffc , 0x00000006 
- 00031378  0x000066ee sub  0x00000039 , 0x00000010 , 0x00000011 
- 00031379  0x000066f0 ifetch  0x00000004 , 0x00000006 
- 00031380  0x000066f1 ixor  0x00000002 , 0x0000003f 
- 00031381  0x000066f2 istore  0x00000004 , 0x00000005 
- 00031382  0x000066f3 increase  0xfffffff8 , 0x00000006 
- 00031383  0x000066f4 loop  0x00007a93 
- 00031384  0x000066f5 copy  0x00000011 , 0x00000039 
- 00031385  0x000066f6 deposit  0x00000002 
- 00031386  0x000066f8 istore  0x00000004 , 0x00000005 
- 00031387  0x000066f9 loop  0x00007a9a 
- 00031388  0x000066fa rtn 
- 00031389  0x000066fd arg  0x00000808 , 0x00000006 
- 00031390  0x000066fe arg  0x00000582 , 0x00000005 
- 00031391  0x000066ff force  0x00000006 , 0x00000039 
- 00031392  0x00006700 call  0x00007b97 
- 00031393  0x00006701 arg  0x000047c4 , 0x00000006 
- 00031394  0x00006702 force  0x00000006 , 0x00000039 
- 00031395  0x00006703 call  0x00007b97 
- 00031396  0x00006704 arg  0x00000858 , 0x00000006 
- 00031397  0x00006705 call  0x00007b96 
- 00031398  0x00006706 call  0x00007a45 
- 00031399  0x00006707 call  0x00007a4c 
- 00031400  0x00006708 arg  0x00000848 , 0x00000006 
- 00031401  0x00006709 arg  0x00000582 , 0x00000005 
- 00031402  0x0000670a branch  0x00007ab8 
- 00031403  0x0000670d arg  0x000047c4 , 0x00000006 
- 00031404  0x0000670e arg  0x00000582 , 0x00000005 
- 00031405  0x0000670f force  0x00000006 , 0x00000039 
- 00031406  0x00006710 call  0x00007b97 
- 00031407  0x00006711 arg  0x00000808 , 0x00000006 
- 00031408  0x00006712 force  0x00000006 , 0x00000039 
- 00031409  0x00006713 call  0x00007b97 
- 00031410  0x00006714 arg  0x00000848 , 0x00000006 
- 00031411  0x00006715 call  0x00007b96 
- 00031412  0x00006716 call  0x00007a45 
- 00031413  0x00006717 call  0x00007a4c 
- 00031414  0x00006718 arg  0x00000858 , 0x00000006 
- 00031415  0x00006719 arg  0x00000582 , 0x00000005 
- 00031416  0x0000671b call  0x00007b96 
- 00031417  0x0000671c setarg  0x00800000 
- 00031418  0x0000671d lshift8  0x0000003f , 0x0000003f 
- 00031419  0x0000671e istore  0x00000004 , 0x00000005 
- 00031420  0x0000671f force  0x00000005 , 0x00000039 
- 00031421  0x00006720 call  0x00007e3b 
- 00031422  0x00006721 setarg  0x00000280 
- 00031423  0x00006722 istore  0x00000004 , 0x00000005 
- 00031424  0x00006723 call  0x00007a4c 
- 00031425  0x00006725 fetch  0x00000004 , 0x00000858 
- 00031426  0x00006727 arg  0x000003e8 , 0x00000011 
- 00031427  0x00006728 idiv  0x00000011 
- 00031428  0x00006729 call  0x00007efd 
- 00031429  0x0000672a remainder  0x0000003f 
- 00031430  0x0000672b store  0x00000004 , 0x000007ec 
- 00031431  0x0000672c quotient  0x0000003f 
- 00031432  0x0000672d arg  0x000003e8 , 0x00000011 
- 00031433  0x0000672e idiv  0x00000011 
- 00031434  0x0000672f call  0x00007efd 
- 00031435  0x00006730 remainder  0x0000003f 
- 00031436  0x00006731 arg  0x000003e8 , 0x00000011 
- 00031437  0x00006732 imul32  0x00000011 , 0x0000003f 
- 00031438  0x00006733 fetcht  0x00000004 , 0x000007ec 
- 00031439  0x00006734 iadd  0x00000002 , 0x0000003f 
- 00031440  0x00006735 store  0x00000004 , 0x000007ec 
- 00031441  0x00006736 rtn 
- 00031442  0x00006739 setarg  0x00363636 
- 00031443  0x0000673a lshift8  0x0000003f , 0x00000002 
- 00031444  0x0000673b or_into  0x00000036 , 0x00000002 
- 00031445  0x0000673c fetch  0x00000002 , 0x00000898 
- 00031446  0x0000673d copy  0x0000003f , 0x00000006 
- 00031447  0x0000673e force  0x00000004 , 0x00000039 
- 00031448  0x0000673f call  0x00007a90 
- 00031449  0x00006740 call  0x00007a45 
- 00031450  0x00006741 call  0x00007a4c 
- 00031451  0x00006742 fetch  0x00000002 , 0x0000089a 
- 00031452  0x00006743 copy  0x0000003f , 0x00000006 
- 00031453  0x00006744 arg  0x00000582 , 0x00000005 
- 00031454  0x00006745 force  0x00000006 , 0x00000039 
- 00031455  0x00006746 call  0x00007b97 
- 00031456  0x00006747 fetch  0x00000002 , 0x0000089c 
- 00031457  0x00006748 copy  0x0000003f , 0x00000006 
- 00031458  0x00006749 force  0x00000006 , 0x00000039 
- 00031459  0x0000674a call  0x00007b97 
- 00031460  0x0000674b setarg  0x00800000 
- 00031461  0x0000674c istore  0x00000003 , 0x00000005 
- 00031462  0x0000674d force  0x00000000 , 0x0000003f 
- 00031463  0x0000674e istore  0x00000001 , 0x00000005 
- 00031464  0x0000674f force  0x00000000 , 0x0000003f 
- 00031465  0x00006750 istore  0x00000008 , 0x00000005 
- 00031466  0x00006751 setarg  0x00000388 
- 00031467  0x00006752 istore  0x00000004 , 0x00000005 
- 00031468  0x00006753 call  0x00007a4c 
- 00031469  0x00006754 call  0x00007a89 
- 00031470  0x00006755 arg  0x00000858 , 0x00000006 
- 00031471  0x00006756 arg  0x000006a2 , 0x00000005 
- 00031472  0x00006757 call  0x00007e31 
- 00031473  0x00006759 setarg  0x005c5c5c 
- 00031474  0x0000675a lshift8  0x0000003f , 0x00000002 
- 00031475  0x0000675b or_into  0x0000005c , 0x00000002 
- 00031476  0x0000675c fetch  0x00000002 , 0x00000898 
- 00031477  0x0000675d copy  0x0000003f , 0x00000006 
- 00031478  0x0000675e force  0x00000004 , 0x00000039 
- 00031479  0x0000675f call  0x00007a90 
- 00031480  0x00006760 call  0x00007a45 
- 00031481  0x00006761 call  0x00007a4c 
- 00031482  0x00006762 arg  0x000006c2 , 0x00000006 
- 00031483  0x00006763 arg  0x00000582 , 0x00000005 
- 00031484  0x00006764 force  0x00000008 , 0x00000039 
- 00031485  0x00006765 call  0x00007b97 
- 00031486  0x00006766 setarg  0x00800000 
- 00031487  0x00006767 lshift8  0x0000003f , 0x0000003f 
- 00031488  0x00006768 istore  0x00000004 , 0x00000005 
- 00031489  0x00006769 call  0x00007e3a 
- 00031490  0x0000676a setarg  0x00000300 
- 00031491  0x0000676b istore  0x00000004 , 0x00000005 
- 00031492  0x0000676c call  0x00007a4c 
- 00031493  0x0000676d branch  0x00007a89 
- 00031494  0x00006771 setarg  0x00363636 
- 00031495  0x00006772 lshift8  0x0000003f , 0x00000002 
- 00031496  0x00006773 or_into  0x00000036 , 0x00000002 
- 00031497  0x00006774 arg  0x00000838 , 0x00000006 
- 00031498  0x00006775 force  0x00000006 , 0x00000039 
- 00031499  0x00006776 call  0x00007a90 
- 00031500  0x00006777 call  0x00007a45 
- 00031501  0x00006778 call  0x00007a4c 
- 00031502  0x00006779 fetch  0x00000002 , 0x000008a4 
- 00031503  0x0000677a copy  0x0000003f , 0x00000006 
- 00031504  0x0000677b arg  0x00000582 , 0x00000005 
- 00031505  0x0000677c call  0x00007b96 
- 00031506  0x0000677d fetch  0x00000002 , 0x000008a6 
- 00031507  0x0000677e copy  0x0000003f , 0x00000006 
- 00031508  0x0000677f call  0x00007b96 
- 00031509  0x00006781 setarg  0x0062746c 
- 00031510  0x00006782 lshift8  0x0000003f , 0x0000003f 
- 00031511  0x00006783 or_into  0x0000006b , 0x0000003f 
- 00031512  0x00006784 istore  0x00000004 , 0x00000005 
- 00031513  0x00006785 arg  0x000006cf , 0x00000006 
- 00031514  0x00006786 force  0x00000003 , 0x00000039 
- 00031515  0x00006787 call  0x00007b97 
- 00031516  0x00006789 setarg  0x00800000 
- 00031517  0x0000678a lshift8  0x0000003f , 0x0000003f 
- 00031518  0x0000678b istore  0x00000004 , 0x00000005 
- 00031519  0x0000678c force  0x00000000 , 0x0000003f 
- 00031520  0x0000678d istore  0x00000008 , 0x00000005 
- 00031521  0x0000678e setarg  0x00000380 
- 00031522  0x0000678f istore  0x00000004 , 0x00000005 
- 00031523  0x00006790 call  0x00007a4c 
- 00031524  0x00006792 call  0x00007a89 
- 00031525  0x00006793 arg  0x00000858 , 0x00000006 
- 00031526  0x00006794 arg  0x000006a2 , 0x00000005 
- 00031527  0x00006795 call  0x00007e31 
- 00031528  0x00006797 setarg  0x005c5c5c 
- 00031529  0x00006798 lshift8  0x0000003f , 0x00000002 
- 00031530  0x00006799 or_into  0x0000005c , 0x00000002 
- 00031531  0x0000679a arg  0x00000838 , 0x00000006 
- 00031532  0x0000679b force  0x00000006 , 0x00000039 
- 00031533  0x0000679c call  0x00007a90 
- 00031534  0x0000679d call  0x00007a45 
- 00031535  0x0000679e call  0x00007a4c 
- 00031536  0x0000679f arg  0x000006c2 , 0x00000006 
- 00031537  0x000067a0 arg  0x00000582 , 0x00000005 
- 00031538  0x000067a1 force  0x00000008 , 0x00000039 
- 00031539  0x000067a2 call  0x00007b97 
- 00031540  0x000067a3 setarg  0x00800000 
- 00031541  0x000067a4 lshift8  0x0000003f , 0x0000003f 
- 00031542  0x000067a5 istore  0x00000004 , 0x00000005 
- 00031543  0x000067a6 call  0x00007e3a 
- 00031544  0x000067a7 setarg  0x00000300 
- 00031545  0x000067a8 istore  0x00000004 , 0x00000005 
- 00031546  0x000067a9 call  0x00007a4c 
- 00031547  0x000067aa branch  0x00007a89 
- 00031548  0x000067ae setarg  0x00363636 
- 00031549  0x000067af lshift8  0x0000003f , 0x00000002 
- 00031550  0x000067b0 or_into  0x00000036 , 0x00000002 
- 00031551  0x000067b1 arg  0x00000838 , 0x00000006 
- 00031552  0x000067b2 force  0x00000006 , 0x00000039 
- 00031553  0x000067b3 call  0x00007a90 
- 00031554  0x000067b4 call  0x00007a45 
- 00031555  0x000067b5 call  0x00007a4c 
- 00031556  0x000067b6 arg  0x00000858 , 0x00000006 
- 00031557  0x000067b7 arg  0x00000582 , 0x00000005 
- 00031558  0x000067b8 call  0x00007b96 
- 00031559  0x000067b9 arg  0x00000848 , 0x00000006 
- 00031560  0x000067ba call  0x00007b96 
- 00031561  0x000067bb branch  0x00007b57 
- 00031562  0x000067be setarg  0x00363636 
- 00031563  0x000067bf lshift8  0x0000003f , 0x00000002 
- 00031564  0x000067c0 or_into  0x00000036 , 0x00000002 
- 00031565  0x000067c1 arg  0x00000838 , 0x00000006 
- 00031566  0x000067c2 force  0x00000006 , 0x00000039 
- 00031567  0x000067c3 call  0x00007a90 
- 00031568  0x000067c4 call  0x00007a45 
- 00031569  0x000067c5 call  0x00007a4c 
- 00031570  0x000067c7 arg  0x00000848 , 0x00000006 
- 00031571  0x000067c8 arg  0x00000582 , 0x00000005 
- 00031572  0x000067c9 call  0x00007b96 
- 00031573  0x000067ca arg  0x00000858 , 0x00000006 
- 00031574  0x000067cb call  0x00007b96 
- 00031575  0x000067cd setarg  0x00000000 
- 00031576  0x000067ce istore  0x00000008 , 0x00000005 
- 00031577  0x000067cf istore  0x00000008 , 0x00000005 
- 00031578  0x000067d1 copy  0x00000005 , 0x00000002 
- 00031579  0x000067d2 jam  0x00000080 , 0x000006c2 
- 00031580  0x000067d3 copy  0x00000002 , 0x00000005 
- 00031581  0x000067d4 arg  0x000006d2 , 0x00000006 
- 00031582  0x000067d5 call  0x00007b96 
- 00031583  0x000067d7 call  0x00007a4c 
- 00031584  0x000067d9 arg  0x00000582 , 0x00000005 
- 00031585  0x000067da force  0x00000007 , 0x00000039 
- 00031586  0x000067db call  0x00007e3b 
- 00031587  0x000067dc istore  0x00000004 , 0x00000005 
- 00031588  0x000067dd setarg  0x000003f8 
- 00031589  0x000067de istore  0x00000004 , 0x00000005 
- 00031590  0x000067df call  0x00007a4c 
- 00031591  0x000067e0 call  0x00007a89 
- 00031592  0x000067e2 arg  0x00000858 , 0x00000006 
- 00031593  0x000067e3 arg  0x000006a2 , 0x00000005 
- 00031594  0x000067e4 call  0x00007e31 
- 00031595  0x000067e6 setarg  0x005c5c5c 
- 00031596  0x000067e7 lshift8  0x0000003f , 0x00000002 
- 00031597  0x000067e8 or_into  0x0000005c , 0x00000002 
- 00031598  0x000067e9 arg  0x00000838 , 0x00000006 
- 00031599  0x000067ea force  0x00000006 , 0x00000039 
- 00031600  0x000067eb call  0x00007a90 
- 00031601  0x000067ec call  0x00007a45 
- 00031602  0x000067ed call  0x00007a4c 
- 00031603  0x000067ee arg  0x000006c2 , 0x00000006 
- 00031604  0x000067ef arg  0x00000582 , 0x00000005 
- 00031605  0x000067f0 force  0x00000008 , 0x00000039 
- 00031606  0x000067f1 call  0x00007b97 
- 00031607  0x000067f2 setarg  0x00800000 
- 00031608  0x000067f3 lshift8  0x0000003f , 0x0000003f 
- 00031609  0x000067f4 istore  0x00000004 , 0x00000005 
- 00031610  0x000067f5 call  0x00007e3a 
- 00031611  0x000067f6 setarg  0x00000300 
- 00031612  0x000067f7 istore  0x00000004 , 0x00000005 
- 00031613  0x000067f8 call  0x00007a4c 
- 00031614  0x000067f9 branch  0x00007a89 
- 00031615  0x00006801 jam  0x000000c0 , 0x00000581 
- 00031616  0x00006803 fetch  0x00000001 , 0x00000581 
- 00031617  0x00006804 rtn  0x00000034 
- 00031618  0x00006805 increase  0xffffffff , 0x0000003f 
- 00031619  0x00006806 store  0x00000001 , 0x00000581 
- 00031620  0x00006807 arg  0x0000065a , 0x00000006 
- 00031621  0x00006808 call  0x00007822 
- 00031622  0x00006809 branch  0x00007b80 , 0x00000001 
- 00031623  0x0000680a arg  0x00000582 , 0x00000006 
- 00031624  0x0000680b arg  0x00000612 , 0x00000005 
- 00031625  0x0000680c branch  0x00007828 
- 00031626  0x0000680f call  0x0000793a 
- 00031627  0x00006810 fetch  0x00000001 , 0x00000581 
- 00031628  0x00006811 increase  0xffffffff , 0x0000003f 
- 00031629  0x00006812 store  0x00000001 , 0x00000581 
- 00031630  0x00006813 arg  0x0000065a , 0x00000006 
- 00031631  0x00006814 call  0x00007822 
- 00031632  0x00006815 rtn  0x00000001 
- 00031633  0x00006816 branch  0x0000798b 
- 00031634  0x00006819 jam  0x00000000 , 0x00000580 
- 00031635  0x0000681a arg  0x00000582 , 0x00000006 
- 00031636  0x0000681b arg  0x00000612 , 0x00000005 
- 00031637  0x0000681c branch  0x00007828 
- 00031638  0x0000681f force  0x00000004 , 0x00000039 
- 00031639  0x00006821 increase  0xfffffffc , 0x00000006 
- 00031640  0x00006823 ifetch  0x00000004 , 0x00000006 
- 00031641  0x00006824 istore  0x00000004 , 0x00000005 
- 00031642  0x00006825 increase  0xfffffff8 , 0x00000006 
- 00031643  0x00006826 loop  0x00007b98 
- 00031644  0x00006827 rtn 
- 00031645  0x0000682b rtn  0x0000002b 
- 00031646  0x0000682c call  0x00007ba5 
- 00031647  0x0000682d call  0x00007c13 
- 00031648  0x0000682e branch  0x00007bd9 
- 00031649  0x00006831 fetch  0x00000001 , 0x00004132 
- 00031650  0x00006832 rtneq  0x00000001 
- 00031651  0x00006833 call  0x00007bf2 
- 00031652  0x00006835 branch  0x00007c04 
- 00031653  0x00006838 fetch  0x00000001 , 0x000047fd 
- 00031654  0x00006839 rtneq  0x000000ff 
- 00031655  0x0000683a iforce  0x00000002 
- 00031656  0x0000683b call  0x000069da 
- 00031657  0x0000683c fetcht  0x00000001 , 0x000047fd 
- 00031658  0x0000683d call  0x000069ed 
- 00031659  0x0000683e nop  0x00000064 
- 00031660  0x0000683f fetcht  0x00000001 , 0x000047fd 
- 00031661  0x00006840 call  0x000069d1 
- 00031662  0x00006841 branch  0x00007bb1 
- 00031663  0x00006844 jam  0x000000ff , 0x000047fd 
- 00031664  0x00006845 rtn 
- 00031665  0x00006848 set1  0x00000025 , 0x00000000 
- 00031666  0x00006849 bpatch  0x00000085 , 0x00004030 
- 00031667  0x0000684a fetch  0x00000001 , 0x000047fd 
- 00031668  0x0000684b rtneq  0x000000ff 
- 00031669  0x0000684c copy  0x0000003f , 0x00000002 
- 00031670  0x0000684d call  0x000069e5 
- 00031671  0x0000684e nbranch  0x00007bc4 , 0x00000001 
- 00031672  0x00006851 call  0x00007bce 
- 00031673  0x00006852 fetch  0x00000002 , 0x000047f4 
- 00031674  0x00006853 set1  0x0000000c 
- 00031675  0x00006854 store  0x00000002 , 0x000047f4 
- 00031676  0x00006855 fetch  0x00000001 , 0x000047eb 
- 00031677  0x00006856 rtneq  0x00000000 
- 00031678  0x00006857 jam  0x00000000 , 0x000047eb 
- 00031679  0x00006859 fetch  0x00000001 , 0x000047fc 
- 00031680  0x0000685a store  0x00000001 , 0x000047ea 
- 00031681  0x0000685b call  0x00007bd5 
- 00031682  0x0000685c jam  0x0000002c , 0x00000b7d 
- 00031683  0x0000685d branch  0x00007c27 
- 00031684  0x0000685f fetch  0x00000002 , 0x000047f4 
- 00031685  0x00006860 set0  0x0000000c 
- 00031686  0x00006861 store  0x00000002 , 0x000047f4 
- 00031687  0x00006862 fetch  0x00000001 , 0x000047eb 
- 00031688  0x00006863 rtneq  0x00000001 
- 00031689  0x00006864 jam  0x00000001 , 0x000047eb 
- 00031690  0x00006866 jam  0x00000000 , 0x000047ea 
- 00031691  0x00006867 call  0x00007bd7 
- 00031692  0x00006868 jam  0x0000002d , 0x00000b7d 
- 00031693  0x00006869 branch  0x00007c27 
- 00031694  0x0000686c fetch  0x00000001 , 0x000047ea 
- 00031695  0x0000686d rtn  0x00000034 
- 00031696  0x0000686e increase  0xffffffff , 0x0000003f 
- 00031697  0x0000686f store  0x00000001 , 0x000047ea 
- 00031698  0x00006870 nrtn  0x00000034 
- 00031699  0x00006872 jam  0x00000010 , 0x00000b7d 
- 00031700  0x00006873 branch  0x00007c27 
- 00031701  0x00006876 arg  0x00000007 , 0x00000007 
- 00031702  0x00006877 branch  0x00003dc2 
- 00031703  0x0000687a arg  0x00000007 , 0x00000007 
- 00031704  0x0000687b branch  0x00003dc6 
- 00031705  0x0000687e fetch  0x00000001 , 0x000047f7 
- 00031706  0x0000687f rtneq  0x000000ff 
- 00031707  0x00006880 iforce  0x00000002 
- 00031708  0x00006881 call  0x000069da 
- 00031709  0x00006882 branch  0x00007be2 
- 00031710  0x00006885 fetch  0x00000002 , 0x000047f4 
- 00031711  0x00006886 set0  0x0000000d 
- 00031712  0x00006887 store  0x00000002 , 0x000047f4 
- 00031713  0x00006888 jam  0x00000000 , 0x000047e9 
- 00031714  0x0000688a fetch  0x00000002 , 0x000047f4 
- 00031715  0x0000688b set0  0x0000000e 
- 00031716  0x0000688c store  0x00000002 , 0x000047f4 
- 00031717  0x0000688d fetcht  0x00000001 , 0x000047f7 
- 00031718  0x0000688e branch  0x000069ed 
- 00031719  0x00006891 fetch  0x00000002 , 0x000047f4 
- 00031720  0x00006892 set1  0x0000000e 
- 00031721  0x00006893 store  0x00000002 , 0x000047f4 
- 00031722  0x00006894 jam  0x00000000 , 0x000047e9 
- 00031723  0x00006895 fetcht  0x00000001 , 0x000047f7 
- 00031724  0x00006896 branch  0x000069ef 
- 00031725  0x00006899 fetch  0x00000002 , 0x000047f4 
- 00031726  0x0000689a set1  0x0000000d 
- 00031727  0x0000689b store  0x00000002 , 0x000047f4 
- 00031728  0x0000689c jam  0x00000001 , 0x000047e9 
- 00031729  0x0000689d rtn 
- 00031730  0x000068a0 set1  0x00000025 , 0x00000000 
- 00031731  0x000068a1 bpatch  0x00000086 , 0x00004030 
- 00031732  0x000068a2 fetch  0x00000001 , 0x000047e9 
- 00031733  0x000068a3 rtneq  0x00000000 
- 00031734  0x000068a4 arg  0x00000009 , 0x00000007 
- 00031735  0x000068a5 call  0x00007e53 
- 00031736  0x000068a6 nrtn  0x00000034 
- 00031737  0x000068a7 fetch  0x00000001 , 0x000047e9 
- 00031738  0x000068a8 beq  0x00000002 , 0x00007bff 
- 00031739  0x000068a9 call  0x00007be7 
- 00031740  0x000068aa jam  0x00000002 , 0x000047e9 
- 00031741  0x000068ab fetch  0x00000002 , 0x000047fa 
- 00031742  0x000068ac branch  0x00007c02 
- 00031743  0x000068ae call  0x00007be2 
- 00031744  0x000068af jam  0x00000003 , 0x000047e9 
- 00031745  0x000068b0 fetch  0x00000002 , 0x000047f8 
- 00031746  0x000068b2 arg  0x00000009 , 0x00000007 
- 00031747  0x000068b3 branch  0x00007e4c 
- 00031748  0x000068b7 set1  0x00000025 , 0x00000000 
- 00031749  0x000068b8 bpatch  0x00000087 , 0x00004030 
- 00031750  0x000068b9 arg  0x00000000 , 0x00000011 
- 00031751  0x000068ba fetcht  0x00000004 , 0x000047ec 
- 00031752  0x000068bb copy  0x00000022 , 0x00000012 
- 00031753  0x000068be copy  0x00000012 , 0x0000003f 
- 00031754  0x000068bf increase  0x000000a0 , 0x00000002 
- 00031755  0x000068c0 increase  0x000000a0 , 0x00000002 
- 00031756  0x000068c1 isub  0x00000002 , 0x0000003e 
- 00031757  0x000068c2 nbranch  0x00007c16 , 0x00000002 
- 00031758  0x000068c3 increase  0x00000001 , 0x00000011 
- 00031759  0x000068c4 and  0x00000011 , 0x0000000f , 0x0000003f 
- 00031760  0x000068c5 nbranch  0x00007c09 , 0x00000034 
- 00031761  0x000068c6 arg  0x00000000 , 0x00000011 
- 00031762  0x000068c7 call  0x00007c1d 
- 00031763  0x000068c9 copy  0x00000022 , 0x0000003f 
- 00031764  0x000068ca store  0x00000004 , 0x000047ec 
- 00031765  0x000068cb rtn 
- 00031766  0x000068cd set1  0x00000025 , 0x00000000 
- 00031767  0x000068ce bpatch  0x00000088 , 0x00004031 
- 00031768  0x000068cf copy  0x00000011 , 0x0000003f 
- 00031769  0x000068d0 rtn  0x00000034 
- 00031770  0x000068d1 increase  0xffffff60 , 0x00000002 
- 00031771  0x000068d2 increase  0xffffff60 , 0x00000002 
- 00031772  0x000068d3 storet  0x00000004 , 0x000047ec 
- 00031773  0x000068d5 increase  0x00000050 , 0x0000003f 
- 00031774  0x000068d6 store  0x00000001 , 0x00000b7d 
- 00031775  0x000068d7 branch  0x00007c27 
- 00031776  0x000068de jam  0x00000001 , 0x000047dd 
- 00031777  0x000068e0 fetch  0x00000001 , 0x000047de 
- 00031778  0x000068e1 nbranch  0x00007c21 , 0x00000034 
- 00031779  0x000068e2 rtn 
- 00031780  0x000068e5 jam  0x00000000 , 0x000047dd 
- 00031781  0x000068e6 rtn 
- 00031782  0x000068e9 branch  0x00007f9f 
- 00031783  0x000068ee set1  0x00000025 , 0x00000000 
- 00031784  0x000068ef bpatch  0x00000089 , 0x00004031 
- 00031785  0x000068f0 fetch  0x00000001 , 0x00004132 
- 00031786  0x000068f1 rtneq  0x00000001 
- 00031787  0x000068f2 call  0x00007c20 
- 00031788  0x000068f3 copy  0x00000011 , 0x0000003f 
- 00031789  0x000068f4 store  0x00000004 , 0x000008ab 
- 00031790  0x000068f5 arg  0x000047df , 0x00000011 
- 00031791  0x000068f6 call  0x00007f92 
- 00031792  0x000068f7 fetch  0x00000004 , 0x000008ab 
- 00031793  0x000068f8 copy  0x0000003f , 0x00000011 
- 00031794  0x000068f9 branch  0x00007c24 
- 00031795  0x000068fc set1  0x00000025 , 0x00000000 
- 00031796  0x000068fd bpatch  0x0000008a , 0x00004031 
- 00031797  0x000068fe fetch  0x00000001 , 0x00004132 
- 00031798  0x000068ff rtneq  0x00000001 
- 00031799  0x00006900 call  0x00007c20 
- 00031800  0x00006901 copy  0x00000011 , 0x0000003f 
- 00031801  0x00006902 store  0x00000004 , 0x000008ab 
- 00031802  0x00006903 arg  0x000047e4 , 0x00000011 
- 00031803  0x00006904 call  0x00007f92 
- 00031804  0x00006905 fetch  0x00000004 , 0x000008ab 
- 00031805  0x00006906 copy  0x0000003f , 0x00000011 
- 00031806  0x00006907 branch  0x00007c24 
- 00031807  0x0000690a set1  0x00000025 , 0x00000000 
- 00031808  0x0000690b bpatch  0x0000008b , 0x00004031 
- 00031809  0x0000690c setarg  0x00000000 
- 00031810  0x0000690d store  0x00000005 , 0x000047e4 
- 00031811  0x0000690e store  0x00000005 , 0x000047df 
- 00031812  0x0000690f rtn 
- 00031813  0x00006912 set1  0x00000025 , 0x00000000 
- 00031814  0x00006913 bpatch  0x0000008c , 0x00004031 
- 00031815  0x00006914 fetch  0x00000001 , 0x00004272 
- 00031816  0x00006915 nrtn  0x00000034 
- 00031817  0x00006916 arg  0x000047e4 , 0x00000011 
- 00031818  0x00006917 call  0x00007fac 
- 00031819  0x00006918 rtn  0x00000034 
- 00031820  0x00006919 jam  0x00000000 , 0x000008aa 
- 00031821  0x0000691a call  0x00007c51 
- 00031822  0x0000691b fetch  0x00000001 , 0x000008aa 
- 00031823  0x0000691c branch  0x00007c45 , 0x00000034 
- 00031824  0x0000691d rtn 
- 00031825  0x00006920 set1  0x00000025 , 0x00000000 
- 00031826  0x00006921 bpatch  0x0000008d , 0x00004031 
- 00031827  0x00006922 call  0x00007c20 
- 00031828  0x00006923 arg  0x000047e4 , 0x00000011 
- 00031829  0x00006924 call  0x00007f9f 
- 00031830  0x00006925 copy  0x0000003f , 0x00000002 
- 00031831  0x00006926 call  0x00007c24 
- 00031832  0x00006927 copy  0x00000002 , 0x0000003f 
- 00031833  0x00006928 rtn  0x00000034 
- 00031834  0x00006929 beq  0x00000001 , 0x00007c97 
- 00031835  0x0000692a beq  0x00000002 , 0x00007c9c 
- 00031836  0x0000692b beq  0x00000003 , 0x00007ca2 
- 00031837  0x0000692c beq  0x00000007 , 0x00007ca7 
- 00031838  0x0000692d beq  0x00000008 , 0x00007ca8 
- 00031839  0x0000692e beq  0x00000009 , 0x00007ca9 
- 00031840  0x0000692f beq  0x0000000b , 0x00007cac 
- 00031841  0x00006930 beq  0x0000000c , 0x00007cad 
- 00031842  0x00006931 beq  0x0000000d , 0x00007cae 
- 00031843  0x00006932 beq  0x0000000e , 0x00007cb1 
- 00031844  0x00006933 beq  0x0000000f , 0x00007cb3 
- 00031845  0x00006934 beq  0x00000010 , 0x00007cb6 
- 00031846  0x00006935 beq  0x00000012 , 0x00007cbb 
- 00031847  0x00006936 beq  0x00000015 , 0x00007bed 
- 00031848  0x00006937 beq  0x00000014 , 0x00007be7 
- 00031849  0x00006938 beq  0x00000013 , 0x00007bde 
- 00031850  0x00006939 beq  0x00000016 , 0x00007cbc 
- 00031851  0x0000693a beq  0x00000017 , 0x00007cc1 
- 00031852  0x0000693b beq  0x00000018 , 0x00007cc3 
- 00031853  0x0000693c beq  0x00000019 , 0x00007cc8 
- 00031854  0x0000693d beq  0x0000001b , 0x00007cc6 
- 00031855  0x0000693e beq  0x0000001c , 0x00007cd3 
- 00031856  0x0000693f beq  0x0000001e , 0x00007cd5 
- 00031857  0x00006941 store  0x00000001 , 0x00000b7d 
- 00031858  0x00006942 set1  0x00000025 , 0x00000000 
- 00031859  0x00006943 bpatch  0x0000008e , 0x00004031 
- 00031860  0x00006944 fetch  0x00000001 , 0x0000007c 
- 00031861  0x00006945 branch  0x00007c79 , 0x00000034 
- 00031862  0x00006946 call  0x000061d9 
- 00031863  0x00006947 fetch  0x00000001 , 0x0000007c 
- 00031864  0x00006948 nbranch  0x00007c8c , 0x00000034 
- 00031865  0x0000694a fetch  0x00000001 , 0x00000b7d 
- 00031866  0x0000694b bmark0  0x00000009 , 0x00007c87 
- 00031867  0x0000694d beq  0x00000005 , 0x00004a19 
- 00031868  0x0000694e beq  0x00000006 , 0x00004a28 
- 00031869  0x0000694f beq  0x0000000a , 0x00007caa 
- 00031870  0x00006950 beq  0x00000004 , 0x00007ca4 
- 00031871  0x00006951 beq  0x00000011 , 0x00007cb8 
- 00031872  0x00006952 beq  0x0000001d , 0x00007c8e 
- 00031873  0x00006953 beq  0x0000001f , 0x0000690c 
- 00031874  0x00006954 beq  0x00000020 , 0x00006910 
- 00031875  0x00006955 beq  0x00000012 , 0x00007c85 
- 00031876  0x00006956 rtn 
- 00031877  0x0000695a jam  0x0000002f , 0x00000b7d 
- 00031878  0x0000695b branch  0x00005620 
- 00031879  0x0000695d store  0x00000001 , 0x00000b7d 
- 00031880  0x0000695e call  0x000032ee 
- 00031881  0x0000695f branch  0x00007c8c , 0x00000005 
- 00031882  0x00006960 call  0x000032f9 
- 00031883  0x00006961 nrtn  0x00000005 
- 00031884  0x00006963 jam  0x00000001 , 0x000008aa 
- 00031885  0x00006964 branch  0x00007c33 
- 00031886  0x00006968 jam  0x00000034 , 0x0000007c 
- 00031887  0x00006969 set1  0x00000003 , 0x00000000 
- 00031888  0x0000696a nrtn  0x00000029 
- 00031889  0x0000696b jam  0x00000000 , 0x00004748 
- 00031890  0x0000696c jam  0x00000013 , 0x0000007c 
- 00031891  0x0000696d fetch  0x00000001 , 0x00000177 
- 00031892  0x0000696e set0  0x00000002 , 0x0000003f 
- 00031893  0x0000696f store  0x00000001 , 0x00000177 
- 00031894  0x00006970 rtn 
- 00031895  0x00006973 fetch  0x00000002 , 0x000047f4 
- 00031896  0x00006974 set1  0x00000006 
- 00031897  0x00006975 store  0x00000002 , 0x000047f4 
- 00031898  0x00006976 jam  0x00000003 , 0x00004133 
- 00031899  0x00006977 rtn 
- 00031900  0x0000697a jam  0x00000000 , 0x000047f2 
- 00031901  0x0000697b jam  0x00000000 , 0x00004133 
- 00031902  0x0000697c fetch  0x00000002 , 0x000047f4 
- 00031903  0x0000697d set0  0x00000006 
- 00031904  0x0000697e store  0x00000002 , 0x000047f4 
- 00031905  0x0000697f rtn 
- 00031906  0x00006982 jam  0x00000005 , 0x00004272 
- 00031907  0x00006983 rtn 
- 00031908  0x00006986 jam  0x00000007 , 0x0000007c 
- 00031909  0x00006987 jam  0x00000013 , 0x00000446 
- 00031910  0x00006988 rtn 
- 00031911  0x0000698c rtn 
- 00031912  0x0000698f rtn 
- 00031913  0x00006992 rtn 
- 00031914  0x00006995 jam  0x00000002 , 0x00000450 
- 00031915  0x00006996 branch  0x000049da 
- 00031916  0x00006999 rtn 
- 00031917  0x0000699b rtn 
- 00031918  0x0000699d jam  0x00000001 , 0x000043d8 
- 00031919  0x0000699e jam  0x00000000 , 0x000044db 
- 00031920  0x0000699f rtn 
- 00031921  0x000069a1 jam  0x00000000 , 0x000043d8 
- 00031922  0x000069a2 rtn 
- 00031923  0x000069a4 jam  0x00000001 , 0x000043d8 
- 00031924  0x000069a5 jam  0x00000001 , 0x000044db 
- 00031925  0x000069a6 rtn 
- 00031926  0x000069a8 jam  0x00000000 , 0x000043d8 
- 00031927  0x000069a9 rtn 
- 00031928  0x000069ab setarg  0x00000001 
- 00031929  0x000069ac store  0x00000002 , 0x000003ef 
- 00031930  0x000069ad rtn 
- 00031931  0x000069af rtn 
- 00031932  0x000069b1 jam  0x00000001 , 0x000043d2 
- 00031933  0x000069b2 jam  0x0000001b , 0x00004272 
- 00031934  0x000069b3 fetch  0x00000006 , 0x00000268 
- 00031935  0x000069b4 store  0x00000006 , 0x000044e7 
- 00031936  0x000069b5 rtn 
- 00031937  0x000069b7 jam  0x00000001 , 0x000043d2 
- 00031938  0x000069b8 rtn 
- 00031939  0x000069ba jam  0x00000000 , 0x000043d2 
- 00031940  0x000069bb jam  0x00000000 , 0x00004272 
- 00031941  0x000069bc rtn 
- 00031942  0x000069be jam  0x0000004b , 0x00000b7d 
- 00031943  0x000069bf branch  0x00005620 
- 00031944  0x000069c1 set1  0x00000025 , 0x00000000 
- 00031945  0x000069c2 bpatch  0x0000008f , 0x00004031 
- 00031946  0x000069c3 fetch  0x00000002 , 0x00004288 
- 00031947  0x000069c4 call  0x00007f66 
- 00031948  0x000069c5 fetch  0x00000001 , 0x000047fd 
- 00031949  0x000069c6 beq  0x000000ff , 0x00007cd0 
- 00031950  0x000069c7 copy  0x0000003f , 0x00000002 
- 00031951  0x000069c8 call  0x000069d1 
- 00031952  0x000069ca call  0x00007be2 
- 00031953  0x000069cb call  0x00007c3f 
- 00031954  0x000069cc branch  0x00003ccd 
- 00031955  0x000069cf jam  0x00000001 , 0x000046f8 
- 00031956  0x000069d0 rtn 
- 00031957  0x000069d3 force  0x00000004 , 0x00000007 
- 00031958  0x000069d4 branch  0x00007e4b 
- 00031959  0x000069d7 fetch  0x00000001 , 0x000047f4 
- 00031960  0x000069d8 rtnbit0  0x0000000c 
- 00031961  0x000069d9 rtnbit0  0x00000007 
- 00031962  0x000069da branch  0x00007cd5 
- 00031963  0x000069df set1  0x00000025 , 0x00000000 
- 00031964  0x000069e0 bpatch  0x000000d5 , 0x0000403a 
- 00031965  0x000069e1 call  0x00007df3 
- 00031966  0x000069e2 hfetch  0x00000001 , 0x00008c26 
- 00031967  0x000069e3 store  0x00000001 , 0x000008af 
- 00031968  0x000069e4 hfetch  0x00000001 , 0x00008c27 
- 00031969  0x000069e5 store  0x00000001 , 0x000008b0 
- 00031970  0x000069e6 hjam  0x000000e0 , 0x00008c26 
- 00031971  0x000069e7 fetch  0x00000001 , 0x000008b0 
- 00031972  0x000069e8 compare  0x00000001 , 0x0000003f , 0x00000001 
- 00031973  0x000069e9 call  0x00007d3a , 0x00000001 
- 00031974  0x000069ea set1  0x00000025 , 0x00000000 
- 00031975  0x000069eb bpatch  0x000000d6 , 0x0000403a 
- 00031976  0x000069ec fetch  0x00000001 , 0x000008af 
- 00031977  0x000069ed compare  0x00000001 , 0x0000003f , 0x00000001 
- 00031978  0x000069ee call  0x00007cf8 , 0x00000001 
- 00031979  0x000069ef fetch  0x00000001 , 0x000008f8 
- 00031980  0x000069f0 bne  0x00000002 , 0x00007dc2 
- 00031981  0x000069f1 fetch  0x00000002 , 0x000008f9 
- 00031982  0x000069f2 increase  0x00000001 , 0x0000003f 
- 00031983  0x000069f3 store  0x00000002 , 0x000008f9 
- 00031984  0x000069f4 fetcht  0x00000002 , 0x000008fb 
- 00031985  0x000069f5 isub  0x00000002 , 0x0000003e 
- 00031986  0x000069f6 branch  0x00007db2 , 0x00000002 
- 00031987  0x000069f7 fetch  0x00000001 , 0x000008af 
- 00031988  0x000069f8 bbit0  0x00000006 , 0x00007dc2 
- 00031989  0x000069f9 setarg  0x00000000 
- 00031990  0x000069fa store  0x00000002 , 0x000008f9 
- 00031991  0x000069fb branch  0x00007dc2 
- 00031992  0x000069ff set1  0x00000025 , 0x00000000 
- 00031993  0x00006a00 bpatch  0x000000d7 , 0x0000403a 
- 00031994  0x00006a01 hjam  0x00000011 , 0x00008c26 
- 00031995  0x00006a02 hfetch  0x00000001 , 0x00008c20 
- 00031996  0x00006a03 store  0x00000001 , 0x000008b1 
- 00031997  0x00006a04 copy  0x0000003f , 0x00000039 
- 00031998  0x00006a05 branch  0x00007d18 , 0x00000034 
- 00031999  0x00006a06 arg  0x000008ff , 0x00000005 
- 00032000  0x00006a07 call  0x00007d36 
- 00032001  0x00006a08 fetch  0x00000001 , 0x000008b1 
- 00032002  0x00006a09 sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00032003  0x00006a0a rtn  0x00000002 
- 00032004  0x00006a0c set1  0x00000025 , 0x00000000 
- 00032005  0x00006a0d bpatch  0x000000d8 , 0x0000403b 
- 00032006  0x00006a0e fetch  0x00000001 , 0x000008ff 
- 00032007  0x00006a0f beq  0x00000020 , 0x00007d16 
- 00032008  0x00006a10 beq  0x00000021 , 0x00007d22 
- 00032009  0x00006a11 beq  0x00000000 , 0x00007d10 
- 00032010  0x00006a12 fetch  0x00000001 , 0x00000900 
- 00032011  0x00006a13 beq  0x00000005 , 0x00007d9b 
- 00032012  0x00006a14 beq  0x00000006 , 0x00007d3d 
- 00032013  0x00006a15 beq  0x00000009 , 0x00007d98 
- 00032014  0x00006a16 beq  0x0000000b , 0x00007da2 
- 00032015  0x00006a17 branch  0x00007d32 
- 00032016  0x00006a1a fetch  0x00000001 , 0x00000900 
- 00032017  0x00006a1b beq  0x00000001 , 0x00007daf 
- 00032018  0x00006a1c beq  0x00000003 , 0x00007dab 
- 00032019  0x00006a1d beq  0x00000009 , 0x00007d34 
- 00032020  0x00006a1e beq  0x00000005 , 0x00007d9b 
- 00032021  0x00006a1f branch  0x00007d32 
- 00032022  0x00006a21 call  0x00007d34 
- 00032023  0x00006a22 rtn 
- 00032024  0x00006a25 fetch  0x00000001 , 0x000008af 
- 00032025  0x00006a26 bbit1  0x00000004 , 0x00007d04 
- 00032026  0x00006a27 rtn 
- 00032027  0x00006a29 fetch  0x00000001 , 0x000008f6 
- 00032028  0x00006a2a increase  0x00000001 , 0x0000003f 
- 00032029  0x00006a2b store  0x00000001 , 0x000008f6 
- 00032030  0x00006a2c compare  0x00000002 , 0x0000003f , 0x000000ff 
- 00032031  0x00006a2d nbranch  0x00007d34 , 0x00000001 
- 00032032  0x00006a2e jam  0x00000001 , 0x000008f7 
- 00032033  0x00006a2f branch  0x00007d34 
- 00032034  0x00006a31 fetch  0x00000001 , 0x00000900 
- 00032035  0x00006a32 beq  0x0000000a , 0x00007d27 
- 00032036  0x00006a33 beq  0x00000009 , 0x00007d2e 
- 00032037  0x00006a34 beq  0x0000000b , 0x00007d1b 
- 00032038  0x00006a35 branch  0x00007d32 
- 00032039  0x00006a37 fetch  0x00000001 , 0x000008f8 
- 00032040  0x00006a38 beq  0x00000005 , 0x00007d2c 
- 00032041  0x00006a39 bne  0x00000004 , 0x00007d34 
- 00032042  0x00006a3a jam  0x00000005 , 0x000008f8 
- 00032043  0x00006a3b branch  0x00007d34 
- 00032044  0x00006a3d jam  0x00000002 , 0x000008f8 
- 00032045  0x00006a3e branch  0x00007d34 
- 00032046  0x00006a41 jam  0x00000001 , 0x000008f7 
- 00032047  0x00006a42 arg  0x000008f7 , 0x00000011 
- 00032048  0x00006a43 arg  0x00000001 , 0x00000012 
- 00032049  0x00006a44 branch  0x00007d65 
- 00032050  0x00006a46 hjam  0x00000001 , 0x00008c11 
- 00032051  0x00006a47 rtn 
- 00032052  0x00006a49 hjam  0x00000040 , 0x00008c12 
- 00032053  0x00006a4a rtn 
- 00032054  0x00006a4d hfetch  0x00000001 , 0x00008c18 
- 00032055  0x00006a4e istore  0x00000001 , 0x00000005 
- 00032056  0x00006a4f loop  0x00007d36 
- 00032057  0x00006a50 rtn 
- 00032058  0x00006a53 hjam  0x00000001 , 0x00008c27 
- 00032059  0x00006a54 call  0x00007d7c 
- 00032060  0x00006a55 rtn 
- 00032061  0x00006a58 set1  0x00000025 , 0x00000000 
- 00032062  0x00006a59 bpatch  0x000000d9 , 0x0000403b 
- 00032063  0x00006a5a set0  0x00000023 , 0x00000000 
- 00032064  0x00006a5b fetch  0x00000001 , 0x00000902 
- 00032065  0x00006a5c beq  0x00000001 , 0x00007d47 
- 00032066  0x00006a5d beq  0x00000002 , 0x00007d49 
- 00032067  0x00006a5e beq  0x00000003 , 0x00007d4b 
- 00032068  0x00006a5f beq  0x00000021 , 0x00007d57 
- 00032069  0x00006a60 beq  0x00000022 , 0x00007d5b 
- 00032070  0x00006a61 rtn 
- 00032071  0x00006a64 arg  0x00000912 , 0x00000011 
- 00032072  0x00006a65 branch  0x00007d62 
- 00032073  0x00006a67 arg  0x00000ab6 , 0x00000011 
- 00032074  0x00006a68 branch  0x00007d62 
- 00032075  0x00006a6a fetch  0x00000001 , 0x00000901 
- 00032076  0x00006a6b and_into  0x00000003 , 0x0000003f 
- 00032077  0x00006a6c arg  0x00000b1a , 0x00000011 
- 00032078  0x00006a6d beq  0x00000000 , 0x00007d62 
- 00032079  0x00006a6e set1  0x00000023 , 0x00000000 
- 00032080  0x00006a6f arg  0x00000b1f , 0x00000011 
- 00032081  0x00006a70 beq  0x00000001 , 0x00007d62 
- 00032082  0x00006a71 arg  0x00000b3d , 0x00000011 
- 00032083  0x00006a72 beq  0x00000002 , 0x00007d62 
- 00032084  0x00006a73 arg  0x00000b5b , 0x00000011 
- 00032085  0x00006a74 beq  0x00000003 , 0x00007d62 
- 00032086  0x00006a75 branch  0x00003bf1 
- 00032087  0x00006a77 arg  0x00000ac8 , 0x00000011 
- 00032088  0x00006a78 fetch  0x00000001 , 0x00000ac8 
- 00032089  0x00006a79 copy  0x0000003f , 0x00000012 
- 00032090  0x00006a7a branch  0x00007d65 
- 00032091  0x00006a7c fetch  0x00000002 , 0x00000903 
- 00032092  0x00006a7d beq  0x00000001 , 0x00007d5f 
- 00032093  0x00006a7e arg  0x00000926 , 0x00000011 
- 00032094  0x00006a7f branch  0x00007d62 
- 00032095  0x00006a81 jam  0x00000001 , 0x000008f8 
- 00032096  0x00006a82 arg  0x000009ee , 0x00000011 
- 00032097  0x00006a83 branch  0x00007d62 
- 00032098  0x00006a86 ifetch  0x00000001 , 0x00000011 
- 00032099  0x00006a87 iforce  0x00000012 
- 00032100  0x00006a88 increase  0x00000001 , 0x00000011 
- 00032101  0x00006a8c set1  0x00000025 , 0x00000000 
- 00032102  0x00006a8d bpatch  0x000000da , 0x0000403b 
- 00032103  0x00006a8e bmark0  0x00000023 , 0x00007d71 
- 00032104  0x00006a8f add  0x00000012 , 0x00000001 , 0x0000003f 
- 00032105  0x00006a90 lshift  0x0000003f , 0x0000003f 
- 00032106  0x00006a91 hstore  0x00000001 , 0x00008c18 
- 00032107  0x00006a92 hjam  0x00000003 , 0x00008c18 
- 00032108  0x00006a93 fetch  0x00000001 , 0x00000905 
- 00032109  0x00006a94 increase  0xfffffffe , 0x0000003f 
- 00032110  0x00006a95 rshift  0x0000003f , 0x0000003f 
- 00032111  0x00006a96 store  0x00000001 , 0x00000905 
- 00032112  0x00006a97 beq  0x00000000 , 0x00007d7a 
- 00032113  0x00006a99 fetch  0x00000001 , 0x00000905 
- 00032114  0x00006a9a isub  0x00000012 , 0x0000003e 
- 00032115  0x00006a9b branch  0x00007d75 , 0x00000002 
- 00032116  0x00006a9c copy  0x0000003f , 0x00000012 
- 00032117  0x00006a9e copy  0x00000011 , 0x0000003f 
- 00032118  0x00006a9f store  0x00000002 , 0x0000090f 
- 00032119  0x00006aa0 copy  0x00000012 , 0x0000003f 
- 00032120  0x00006aa1 store  0x00000001 , 0x00000911 
- 00032121  0x00006aa2 branch  0x00007d7c 
- 00032122  0x00006aa5 arg  0x00000000 , 0x00000007 
- 00032123  0x00006aa6 branch  0x00007dd5 
- 00032124  0x00006aab set1  0x00000025 , 0x00000000 
- 00032125  0x00006aac bpatch  0x000000db , 0x0000403b 
- 00032126  0x00006aad fetch  0x00000001 , 0x00000911 
- 00032127  0x00006aae rtn  0x00000034 
- 00032128  0x00006aaf copy  0x0000003f , 0x00000039 
- 00032129  0x00006ab0 sub  0x0000003f , 0x00000040 , 0x0000003e 
- 00032130  0x00006ab1 branch  0x00007d84 , 0x00000002 
- 00032131  0x00006ab2 arg  0x00000040 , 0x00000039 
- 00032132  0x00006ab4 fetch  0x00000001 , 0x00000911 
- 00032133  0x00006ab5 isub  0x00000039 , 0x0000003f 
- 00032134  0x00006ab6 store  0x00000001 , 0x00000911 
- 00032135  0x00006ab7 fetch  0x00000002 , 0x0000090f 
- 00032136  0x00006ab8 copy  0x0000003f , 0x00000006 
- 00032137  0x00006aba ifetch  0x00000001 , 0x00000006 
- 00032138  0x00006abb hstore  0x00000001 , 0x00008c18 
- 00032139  0x00006abc bmark0  0x00000023 , 0x00007d8d 
- 00032140  0x00006abd hjam  0x00000000 , 0x00008c18 
- 00032141  0x00006abf loop  0x00007d89 
- 00032142  0x00006ac0 copy  0x00000006 , 0x0000003f 
- 00032143  0x00006ac1 store  0x00000002 , 0x0000090f 
- 00032144  0x00006ac2 arg  0x00000000 , 0x00000007 
- 00032145  0x00006ac3 call  0x00007dd5 
- 00032146  0x00006ac4 fetch  0x00000001 , 0x00000911 
- 00032147  0x00006ac5 nrtn  0x00000034 
- 00032148  0x00006ac6 fetch  0x00000001 , 0x000008f8 
- 00032149  0x00006ac7 rtnne  0x00000001 
- 00032150  0x00006ac8 jam  0x00000002 , 0x000008f8 
- 00032151  0x00006ac9 rtn 
- 00032152  0x00006acd fetch  0x00000001 , 0x00000901 
- 00032153  0x00006ace sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00032154  0x00006acf nbranch  0x00007d32 , 0x00000002 
- 00032155  0x00006ad1 fetch  0x00000001 , 0x000008ff 
- 00032156  0x00006ad2 bne  0x00000000 , 0x00007d32 
- 00032157  0x00006ad3 fetch  0x00000002 , 0x00000903 
- 00032158  0x00006ad4 bne  0x00000000 , 0x00007d32 
- 00032159  0x00006ad5 fetch  0x00000001 , 0x00000905 
- 00032160  0x00006ad6 bne  0x00000000 , 0x00007d32 
- 00032161  0x00006ad7 branch  0x00007d34 
- 00032162  0x00006ada fetch  0x00000001 , 0x000008ff 
- 00032163  0x00006adb bne  0x00000001 , 0x00007d32 
- 00032164  0x00006adc fetch  0x00000001 , 0x00000901 
- 00032165  0x00006add bne  0x00000000 , 0x00007d32 
- 00032166  0x00006ade fetch  0x00000001 , 0x00000902 
- 00032167  0x00006adf bne  0x00000000 , 0x00007d32 
- 00032168  0x00006ae0 fetch  0x00000001 , 0x00000905 
- 00032169  0x00006ae1 bne  0x00000000 , 0x00007d32 
- 00032170  0x00006ae2 branch  0x00007d34 
- 00032171  0x00006ae5 fetch  0x00000001 , 0x00000901 
- 00032172  0x00006ae6 bne  0x00000001 , 0x00007d32 
- 00032173  0x00006ae7 jam  0x00000003 , 0x000008f8 
- 00032174  0x00006ae8 branch  0x00007d34 
- 00032175  0x00006aeb fetch  0x00000001 , 0x00000901 
- 00032176  0x00006aec bne  0x00000001 , 0x00007d32 
- 00032177  0x00006aed branch  0x00007d34 
- 00032178  0x00006af0 set1  0x00000025 , 0x00000000 
- 00032179  0x00006af1 bpatch  0x000000dc , 0x0000403b 
- 00032180  0x00006af2 hjam  0x00000000 , 0x00008c00 
- 00032181  0x00006af3 nop  0x00002710 
- 00032182  0x00006af4 hjam  0x000000c0 , 0x00008c10 
- 00032183  0x00006af5 hfetch  0x00000002 , 0x00008050 
- 00032184  0x00006af6 set0  0x0000000a , 0x0000003f 
- 00032185  0x00006af7 hstore  0x00000002 , 0x00008050 
- 00032186  0x00006af8 hjam  0x0000003c , 0x00008c00 
- 00032187  0x00006af9 hjam  0x000000ff , 0x00008c26 
- 00032188  0x00006afa hjam  0x000000ff , 0x00008c27 
- 00032189  0x00006afb jam  0x00000000 , 0x00000ff0 
- 00032190  0x00006afc jam  0x00000000 , 0x000008f8 
- 00032191  0x00006afd setarg  0x00000000 
- 00032192  0x00006afe store  0x00000002 , 0x000008f9 
- 00032193  0x00006aff rtn 
- 00032194  0x00006b03 set1  0x00000025 , 0x00000000 
- 00032195  0x00006b04 bpatch  0x000000dd , 0x0000403b 
- 00032196  0x00006b05 fetch  0x00000001 , 0x00000ff0 
- 00032197  0x00006b06 rtn  0x00000034 
- 00032198  0x00006b07 fetch  0x00000001 , 0x000008f8 
- 00032199  0x00006b08 beq  0x00000003 , 0x00007dec 
- 00032200  0x00006b09 rtnne  0x00000002 
- 00032201  0x00006b0a fetch  0x00000001 , 0x00000ff0 
- 00032202  0x00006b0b jam  0x00000000 , 0x00000ff0 
- 00032203  0x00006b0c arg  0x00000006 , 0x00000039 
- 00032204  0x00006b0d arg  0x00000ff1 , 0x00000006 
- 00032205  0x00006b0e beq  0x00000002 , 0x00007dd0 
- 00032206  0x00006b0f beq  0x00000001 , 0x00007de9 
- 00032207  0x00006b10 branch  0x00003bf1 
- 00032208  0x00006b13 arg  0x00008c19 , 0x00000011 
- 00032209  0x00006b14 arg  0x00000001 , 0x00000007 
- 00032210  0x00006b16 ifetch  0x00000001 , 0x00000006 
- 00032211  0x00006b17 istore  0x00000001 , 0x00000011 
- 00032212  0x00006b18 loop  0x00007dd2 
- 00032213  0x00006b1a set1  0x00000025 , 0x00000000 
- 00032214  0x00006b1b bpatch  0x000000de , 0x0000403b 
- 00032215  0x00006b1c disable  0x00000010 
- 00032216  0x00006b1d fetch  0x00000002 , 0x000008fd 
- 00032217  0x00006b1e iforce  0x0000001b 
- 00032218  0x00006b1f hjam  0x00000040 , 0x00008c26 
- 00032219  0x00006b21 hfetch  0x00000001 , 0x00008c26 
- 00032220  0x00006b22 branch  0x00007db2 , 0x00000003 
- 00032221  0x00006b23 bbit0  0x00000006 , 0x00007ddb 
- 00032222  0x00006b24 fetch  0x00000002 , 0x000008fd 
- 00032223  0x00006b25 iforce  0x0000001b 
- 00032224  0x00006b26 arg  0x00000000 , 0x00000002 
- 00032225  0x00006b27 qset1  0x00000002 
- 00032226  0x00006b28 hstoret  0x00000001 , 0x00008c27 
- 00032227  0x00006b2a branch  0x00007db2 , 0x00000003 
- 00032228  0x00006b2b hstoret  0x00000001 , 0x00008c10 
- 00032229  0x00006b2c hfetch  0x00000001 , 0x00008c27 
- 00032230  0x00006b2d qisolate0  0x0000003f 
- 00032231  0x00006b2e branch  0x00007de3 , 0x00000001 
- 00032232  0x00006b2f rtn 
- 00032233  0x00006b33 arg  0x00000002 , 0x00000007 
- 00032234  0x00006b34 arg  0x00008c1a , 0x00000011 
- 00032235  0x00006b35 branch  0x00007dd2 
- 00032236  0x00006b39 set1  0x00000025 , 0x00000000 
- 00032237  0x00006b3a bpatch  0x000000df , 0x0000403b 
- 00032238  0x00006b3b hjam  0x000000fc , 0x00008c00 
- 00032239  0x00006b3c nop  0x00002710 
- 00032240  0x00006b3d hjam  0x0000003c , 0x00008c00 
- 00032241  0x00006b3e jam  0x00000004 , 0x000008f8 
- 00032242  0x00006b3f rtn 
- 00032243  0x00006b42 fetch  0x00000001 , 0x00000ff0 
- 00032244  0x00006b43 nrtn  0x00000034 
- 00032245  0x00006b44 fetch  0x00000002 , 0x000008f2 
- 00032246  0x00006b45 rtn  0x00000034 
- 00032247  0x00006b46 increase  0xffffffff , 0x0000003f 
- 00032248  0x00006b47 store  0x00000002 , 0x000008f2 
- 00032249  0x00006b48 jam  0x00000001 , 0x00000ff0 
- 00032250  0x00006b49 rtn 
- 00032251  0x00006b4d sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032252  0x00006b4e rtn  0x00000005 
- 00032253  0x00006b50 rshift  0x0000003f , 0x0000003f 
- 00032254  0x00006b51 loop  0x00007dfd 
- 00032255  0x00006b52 rtn 
- 00032256  0x00006b55 deposit  0x00000005 
- 00032257  0x00006b56 store  0x00000002 , 0x000002b9 
- 00032258  0x00006b57 storet  0x00000008 , 0x000002a0 
- 00032259  0x00006b58 deposit  0x0000000b 
- 00032260  0x00006b59 store  0x00000004 , 0x000002a8 
- 00032261  0x00006b5a deposit  0x00000011 
- 00032262  0x00006b5b store  0x00000004 , 0x000002ac 
- 00032263  0x00006b5c deposit  0x00000012 
- 00032264  0x00006b5d store  0x00000004 , 0x000002b0 
- 00032265  0x00006b5e deposit  0x00000013 
- 00032266  0x00006b5f store  0x00000003 , 0x000002b4 
- 00032267  0x00006b60 deposit  0x00000006 
- 00032268  0x00006b61 store  0x00000002 , 0x000002b7 
- 00032269  0x00006b62 rtn 
- 00032270  0x00006b64 fetcht  0x00000008 , 0x000002a0 
- 00032271  0x00006b65 fetch  0x00000004 , 0x000002a8 
- 00032272  0x00006b66 iforce  0x0000000b 
- 00032273  0x00006b67 fetch  0x00000004 , 0x000002ac 
- 00032274  0x00006b68 iforce  0x00000011 
- 00032275  0x00006b69 fetch  0x00000004 , 0x000002b0 
- 00032276  0x00006b6a iforce  0x00000012 
- 00032277  0x00006b6b fetch  0x00000003 , 0x000002b4 
- 00032278  0x00006b6c iforce  0x00000013 
- 00032279  0x00006b6d fetch  0x00000002 , 0x000002b9 
- 00032280  0x00006b6e iforce  0x00000005 
- 00032281  0x00006b6f fetch  0x00000002 , 0x000002b7 
- 00032282  0x00006b70 iforce  0x00000006 
- 00032283  0x00006b71 rtn 
- 00032284  0x00006b78 copy  0x00000005 , 0x0000003f 
- 00032285  0x00006b79 store  0x00000002 , 0x00000b7b 
- 00032286  0x00006b7a copy  0x00000006 , 0x0000003f 
- 00032287  0x00006b7b store  0x00000002 , 0x00000b79 
- 00032288  0x00006b7c rtn 
- 00032289  0x00006b7e fetch  0x00000002 , 0x00000b7b 
- 00032290  0x00006b7f copy  0x0000003f , 0x00000005 
- 00032291  0x00006b80 fetch  0x00000002 , 0x00000b79 
- 00032292  0x00006b81 copy  0x0000003f , 0x00000006 
- 00032293  0x00006b82 rtn 
- 00032294  0x00006b87 copy  0x00000022 , 0x0000003f 
- 00032295  0x00006b88 increase  0x00000010 , 0x0000003f 
- 00032296  0x00006b89 increase  0x00000010 , 0x0000003f 
- 00032297  0x00006b8b copy  0x00000022 , 0x00000002 
- 00032298  0x00006b8c isub  0x00000002 , 0x0000003e 
- 00032299  0x00006b8d branch  0x00007e29 , 0x00000002 
- 00032300  0x00006b8e rtn 
- 00032301  0x00006b91 ifetch  0x00000008 , 0x00000006 
- 00032302  0x00006b92 istore  0x00000008 , 0x00000005 
- 00032303  0x00006b93 ifetch  0x00000008 , 0x00000006 
- 00032304  0x00006b94 istore  0x00000008 , 0x00000005 
- 00032305  0x00006b96 ifetch  0x00000008 , 0x00000006 
- 00032306  0x00006b97 istore  0x00000008 , 0x00000005 
- 00032307  0x00006b99 ifetch  0x00000008 , 0x00000006 
- 00032308  0x00006b9a istore  0x00000008 , 0x00000005 
- 00032309  0x00006b9c ifetch  0x00000008 , 0x00000006 
- 00032310  0x00006b9d istore  0x00000008 , 0x00000005 
- 00032311  0x00006b9e ifetch  0x00000008 , 0x00000006 
- 00032312  0x00006b9f istore  0x00000008 , 0x00000005 
- 00032313  0x00006ba0 rtn 
- 00032314  0x00006ba3 force  0x00000003 , 0x00000039 
- 00032315  0x00006ba5 force  0x00000000 , 0x0000003f 
- 00032316  0x00006ba7 istore  0x00000008 , 0x00000005 
- 00032317  0x00006ba8 loop  0x00007e3c 
- 00032318  0x00006ba9 rtn 
- 00032319  0x00006bad deposit  0x00000039 
- 00032320  0x00006bae rtn  0x00000034 
- 00032321  0x00006baf setarg  0x00000000 
- 00032322  0x00006bb1 istore  0x00000001 , 0x00000005 
- 00032323  0x00006bb2 loop  0x00007e42 
- 00032324  0x00006bb3 rtn 
- 00032325  0x00006bb8 deposit  0x00000039 
- 00032326  0x00006bb9 rtn  0x00000034 
- 00032327  0x00006bbb ifetch  0x00000001 , 0x00000006 
- 00032328  0x00006bbc istore  0x00000001 , 0x00000005 
- 00032329  0x00006bbd loop  0x00007e47 
- 00032330  0x00006bbe rtn 
- 00032331  0x00006bc1 setarg  0x00000000 
- 00032332  0x00006bc3 arg  0x0000423e , 0x00000005 
- 00032333  0x00006bc4 iforce  0x00000002 
- 00032334  0x00006bc5 lshift  0x00000007 , 0x0000003f 
- 00032335  0x00006bc6 iadd  0x00000005 , 0x00000005 
- 00032336  0x00006bc7 istoret  0x00000002 , 0x00000005 
- 00032337  0x00006bc8 rtn 
- 00032338  0x00006bcb arg  0x00000000 , 0x00000007 
- 00032339  0x00006bcd set1  0x00000025 , 0x00000000 
- 00032340  0x00006bce bpatch  0x000000bc , 0x00004037 
- 00032341  0x00006bcf fetcht  0x00000004 , 0x00004134 
- 00032342  0x00006bd0 rshift  0x00000022 , 0x0000003f 
- 00032343  0x00006bd1 store  0x00000004 , 0x00004134 
- 00032344  0x00006bd2 isub  0x00000002 , 0x0000000b 
- 00032345  0x00006bd3 copy  0x0000000b , 0x00000002 
- 00032346  0x00006bd4 arg  0x0000423e , 0x00000006 
- 00032347  0x00006bd5 copy  0x00000006 , 0x00000005 
- 00032348  0x00006bd6 arg  0x00000010 , 0x00000039 
- 00032349  0x00006bd8 ifetch  0x00000002 , 0x00000006 
- 00032350  0x00006bd9 isub  0x00000002 , 0x0000003f 
- 00032351  0x00006bda branch  0x00007e61 , 0x00000002 
- 00032352  0x00006bdb force  0x00000000 , 0x0000003f 
- 00032353  0x00006bdd istore  0x00000002 , 0x00000005 
- 00032354  0x00006bde loop  0x00007e5d 
- 00032355  0x00006bdf arg  0x0000423e , 0x00000006 
- 00032356  0x00006be0 lshift  0x00000007 , 0x0000003f 
- 00032357  0x00006be1 iadd  0x00000006 , 0x00000006 
- 00032358  0x00006be2 ifetch  0x00000002 , 0x00000006 
- 00032359  0x00006be3 rtn 
- 00032360  0x00006be7 increase  0x00000001 , 0x00000007 
- 00032361  0x00006be9 increase  0xffffffff , 0x00000007 
- 00032362  0x00006bea rtn  0x00000005 
- 00032363  0x00006beb lshift8  0x0000003f , 0x0000003f 
- 00032364  0x00006bec branch  0x00007e69 
- 00032365  0x00006bf1 iadd  0x00000002 , 0x00000002 
- 00032366  0x00006bf2 copy  0x00000002 , 0x00000039 
- 00032367  0x00006bf3 setarg  0x00000ea6 
- 00032368  0x00006bf4 isub  0x00000039 , 0x0000003f 
- 00032369  0x00006bf5 rtn  0x00000002 
- 00032370  0x00006bf6 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032371  0x00006bf7 rshift16  0x00000002 , 0x00000002 
- 00032372  0x00006bf8 increase  0x00000001 , 0x00000002 
- 00032373  0x00006bf9 lshift16  0x00000002 , 0x00000002 
- 00032374  0x00006bfa ior  0x00000002 , 0x00000002 
- 00032375  0x00006bfb rtn 
- 00032376  0x00006bfe call  0x00007e7a 
- 00032377  0x00006bff branch  0x00007e84 
- 00032378  0x00006c03 disable  0x00000028 
- 00032379  0x00006c04 isub  0x00000002 , 0x0000003f 
- 00032380  0x00006c05 branch  0x00007e7f , 0x00000002 
- 00032381  0x00006c06 enable  0x00000028 
- 00032382  0x00006c07 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032383  0x00006c09 rtnbit0  0x0000000f 
- 00032384  0x00006c0a arg  0xffff0ea6 , 0x00000002 
- 00032385  0x00006c0b iadd  0x00000002 , 0x0000003f 
- 00032386  0x00006c0c set0  0x00000040 , 0x0000003f 
- 00032387  0x00006c0d rtn 
- 00032388  0x00006c10 iforce  0x00000006 
- 00032389  0x00006c11 rshift16  0x0000003f , 0x0000003f 
- 00032390  0x00006c12 arg  0x00000ea6 , 0x00000002 
- 00032391  0x00006c13 imul32  0x00000002 , 0x0000003f 
- 00032392  0x00006c14 iadd  0x00000006 , 0x0000003f 
- 00032393  0x00006c15 rtn 
- 00032394  0x00006c19 lshift8  0x0000003f , 0x0000003f 
- 00032395  0x00006c1a lshift4  0x0000003f , 0x0000003f 
- 00032396  0x00006c1b fetcht  0x00000003 , 0x00004210 
- 00032397  0x00006c1c idiv  0x00000002 
- 00032398  0x00006c1d call  0x00007efd 
- 00032399  0x00006c1e quotient  0x00000002 
- 00032400  0x00006c1f rtn 
- 00032401  0x00006c23 arg  0x00000ea6 , 0x00000002 
- 00032402  0x00006c24 idiv  0x00000002 
- 00032403  0x00006c25 call  0x00007efd 
- 00032404  0x00006c26 quotient  0x0000003f 
- 00032405  0x00006c27 lshift16  0x0000003f , 0x0000003f 
- 00032406  0x00006c28 remainder  0x00000002 
- 00032407  0x00006c29 ior  0x00000002 , 0x00000002 
- 00032408  0x00006c2a rtn 
- 00032409  0x00006c2e arg  0x00000003 , 0x00000039 
- 00032410  0x00006c2f branch  0x00007e9e 
- 00032411  0x00006c31 arg  0x00000002 , 0x00000039 
- 00032412  0x00006c32 branch  0x00007e9e 
- 00032413  0x00006c37 arg  0x00000006 , 0x00000039 
- 00032414  0x00006c39 ifetch  0x00000001 , 0x00000011 
- 00032415  0x00006c3a copy  0x0000003f , 0x00000002 
- 00032416  0x00006c3b rshift4  0x0000003f , 0x0000003f 
- 00032417  0x00006c3c call  0x00007eaa 
- 00032418  0x00006c3d istore  0x00000001 , 0x0000000a 
- 00032419  0x00006c3e copy  0x00000002 , 0x0000003f 
- 00032420  0x00006c3f and  0x0000003f , 0x0000000f , 0x0000003f 
- 00032421  0x00006c40 call  0x00007eaa 
- 00032422  0x00006c41 istore  0x00000001 , 0x0000000a 
- 00032423  0x00006c42 increase  0x00000001 , 0x00000011 
- 00032424  0x00006c43 loop  0x00007e9e 
- 00032425  0x00006c44 rtn 
- 00032426  0x00006c46 sub  0x0000003f , 0x00000009 , 0x0000003e 
- 00032427  0x00006c47 branch  0x00007eae , 0x00000002 
- 00032428  0x00006c48 increase  0x00000057 , 0x0000003f 
- 00032429  0x00006c49 rtn 
- 00032430  0x00006c4b add  0x0000003f , 0x00000030 , 0x0000003f 
- 00032431  0x00006c4c rtn 
- 00032432  0x00006c53 arg  0x00000000 , 0x00000002 
- 00032433  0x00006c55 copy  0x00000002 , 0x00000013 
- 00032434  0x00006c56 ifetch  0x00000001 , 0x00000003 
- 00032435  0x00006c57 sub  0x0000003f , 0x0000002c , 0x0000003e 
- 00032436  0x00006c58 rtn  0x00000005 
- 00032437  0x00006c59 call  0x00007ec9 
- 00032438  0x00006c5a copy  0x00000013 , 0x00000002 
- 00032439  0x00006c5b call  0x00007f32 
- 00032440  0x00006c5c arg  0x0000000a , 0x00000012 
- 00032441  0x00006c5d imul32  0x00000012 , 0x0000003f 
- 00032442  0x00006c5e iadd  0x00000002 , 0x0000003f 
- 00032443  0x00006c5f copy  0x0000003f , 0x00000002 
- 00032444  0x00006c60 branch  0x00007eb1 
- 00032445  0x00006c64 arg  0x00000002 , 0x00000039 
- 00032446  0x00006c65 branch  0x00007ec0 
- 00032447  0x00006c67 arg  0x00000006 , 0x00000039 
- 00032448  0x00006c6c ifetch  0x00000001 , 0x00000003 
- 00032449  0x00006c6d call  0x00007ec9 
- 00032450  0x00006c6e lshift4  0x0000003f , 0x00000013 
- 00032451  0x00006c6f ifetch  0x00000001 , 0x00000003 
- 00032452  0x00006c70 call  0x00007ec9 
- 00032453  0x00006c71 iadd  0x00000013 , 0x0000003f 
- 00032454  0x00006c72 istore  0x00000001 , 0x00000005 
- 00032455  0x00006c73 loop  0x00007ec0 
- 00032456  0x00006c74 rtn 
- 00032457  0x00006c77 arg  0x0000003a , 0x00000002 
- 00032458  0x00006c78 isub  0x00000002 , 0x0000003e 
- 00032459  0x00006c79 nbranch  0x00007ed2 , 0x00000002 
- 00032460  0x00006c7a arg  0x00000061 , 0x00000002 
- 00032461  0x00006c7b isub  0x00000002 , 0x0000003e 
- 00032462  0x00006c7c branch  0x00007ed5 , 0x00000002 
- 00032463  0x00006c7d arg  0x00000037 , 0x00000002 
- 00032464  0x00006c7e isub  0x00000002 , 0x0000003f 
- 00032465  0x00006c7f rtn 
- 00032466  0x00006c81 arg  0x00000030 , 0x00000002 
- 00032467  0x00006c82 isub  0x00000002 , 0x0000003f 
- 00032468  0x00006c83 rtn 
- 00032469  0x00006c85 arg  0x00000057 , 0x00000002 
- 00032470  0x00006c86 isub  0x00000002 , 0x0000003f 
- 00032471  0x00006c87 rtn 
- 00032472  0x00006c8a copy  0x00000002 , 0x00000030 
- 00032473  0x00006c8b setarg  0x000001ff 
- 00032474  0x00006c8c force  0x00000000 , 0x00000012 
- 00032475  0x00006c8e rshift3  0x0000003f , 0x00000011 
- 00032476  0x00006c8f rshift  0x00000011 , 0x00000011 
- 00032477  0x00006c90 ixor  0x00000011 , 0x00000011 
- 00032478  0x00006c91 isolate1  0x00000000 , 0x00000011 
- 00032479  0x00006c92 setflag  0x00000001 , 0x00000009 , 0x0000003f 
- 00032480  0x00006c93 rshift  0x00000002 , 0x00000002 
- 00032481  0x00006c94 isolate1  0x00000000 , 0x0000003f 
- 00032482  0x00006c95 setflag  0x00000001 , 0x00000007 , 0x00000002 
- 00032483  0x00006c96 rshift  0x0000003f , 0x0000003f 
- 00032484  0x00006c97 increase  0x00000001 , 0x00000012 
- 00032485  0x00006c98 compare  0x00000000 , 0x00000012 , 0x00000007 
- 00032486  0x00006c99 nbranch  0x00007edb , 0x00000001 
- 00032487  0x00006c9a istoret  0x00000001 , 0x00000005 
- 00032488  0x00006c9b loop  0x00007edb 
- 00032489  0x00006c9c copy  0x00000030 , 0x00000002 
- 00032490  0x00006c9d rtn 
- 00032491  0x00006ca0 div  0x0000003f , 0x0000000a 
- 00032492  0x00006ca1 call  0x00007efd 
- 00032493  0x00006ca2 quotient  0x0000003f 
- 00032494  0x00006ca3 lshift2  0x0000003f , 0x00000011 
- 00032495  0x00006ca4 lshift2  0x00000011 , 0x00000011 
- 00032496  0x00006ca5 remainder  0x0000003f 
- 00032497  0x00006ca6 ior  0x00000011 , 0x0000003f 
- 00032498  0x00006ca7 rtn 
- 00032499  0x00006caa isolate1  0x00000000 , 0x00000011 
- 00032500  0x00006cab branch  0x00007ef7 , 0x00000001 
- 00032501  0x00006cac iforce  0x00000012 
- 00032502  0x00006cad rtn 
- 00032503  0x00006caf lshift2  0x0000003f , 0x0000003f 
- 00032504  0x00006cb0 lshift2  0x0000003f , 0x0000003f 
- 00032505  0x00006cb1 ior  0x00000012 , 0x0000003f 
- 00032506  0x00006cb2 istore  0x00000001 , 0x00000005 
- 00032507  0x00006cb3 increase  0xfffffffe , 0x00000005 
- 00032508  0x00006cb4 rtn 
- 00032509  0x00006cb7 rtn  0x00000035 
- 00032510  0x00006cb8 branch  0x00007efd 
- 00032511  0x00006cbc store  0x00000008 , 0x00000161 
- 00032512  0x00006cbd force  0x00000020 , 0x0000003f 
- 00032513  0x00006cbe force  0x00000008 , 0x00000039 
- 00032514  0x00006cbf arg  0x00000028 , 0x00000005 
- 00032515  0x00006cc1 istore  0x00000001 , 0x00000005 
- 00032516  0x00006cc2 loop  0x00007f03 
- 00032517  0x00006cc3 arg  0x00000028 , 0x00000005 
- 00032518  0x00006cc4 increase  0x00000007 , 0x00000005 
- 00032519  0x00006cc5 fetch  0x00000008 , 0x00000161 
- 00032520  0x00006cc7 div  0x0000003f , 0x0000000a 
- 00032521  0x00006cc8 call  0x00007efd 
- 00032522  0x00006cc9 remainder  0x0000003f 
- 00032523  0x00006cca or_into  0x00000030 , 0x0000003f 
- 00032524  0x00006ccb istore  0x00000001 , 0x00000005 
- 00032525  0x00006ccc increase  0xfffffffe , 0x00000005 
- 00032526  0x00006ccd quotient  0x0000003f 
- 00032527  0x00006cce rtn  0x00000034 
- 00032528  0x00006ccf branch  0x00007f08 
- 00032529  0x00006cd5 store  0x00000008 , 0x00000161 
- 00032530  0x00006cd6 force  0x00000000 , 0x0000003f 
- 00032531  0x00006cd7 store  0x00000008 , 0x00000028 
- 00032532  0x00006cd8 arg  0x00000028 , 0x00000005 
- 00032533  0x00006cd9 increase  0x00000007 , 0x00000005 
- 00032534  0x00006cda fetch  0x00000008 , 0x00000161 
- 00032535  0x00006cdb force  0x00000000 , 0x00000011 
- 00032536  0x00006cdd div  0x0000003f , 0x0000000a 
- 00032537  0x00006cde call  0x00007efd 
- 00032538  0x00006cdf remainder  0x0000003f 
- 00032539  0x00006ce0 call  0x00007ef3 
- 00032540  0x00006ce1 increase  0x00000001 , 0x00000011 
- 00032541  0x00006ce2 quotient  0x0000003f 
- 00032542  0x00006ce3 sub  0x0000003f , 0x00000009 , 0x0000003e 
- 00032543  0x00006ce4 nbranch  0x00007f18 , 0x00000002 
- 00032544  0x00006ce5 call  0x00007ef3 
- 00032545  0x00006ce6 isolate1  0x00000000 , 0x00000011 
- 00032546  0x00006ce7 rtn  0x00000001 
- 00032547  0x00006ce8 istore  0x00000001 , 0x00000005 
- 00032548  0x00006ce9 rtn 
- 00032549  0x00006cf2 ifetch  0x00000001 , 0x00000011 
- 00032550  0x00006cf3 ifetcht  0x00000001 , 0x00000012 
- 00032551  0x00006cf4 isub  0x00000002 , 0x0000003e 
- 00032552  0x00006cf5 nrtn  0x00000005 
- 00032553  0x00006cf6 increase  0x00000001 , 0x00000011 
- 00032554  0x00006cf7 increase  0x00000001 , 0x00000012 
- 00032555  0x00006cf8 loop  0x00007f25 
- 00032556  0x00006cf9 force  0x00000000 , 0x0000003e 
- 00032557  0x00006cfa rtn 
- 00032558  0x00006cfe isub  0x00000002 , 0x0000003e 
- 00032559  0x00006cff nrtn  0x00000002 
- 00032560  0x00006d00 deposit  0x00000002 
- 00032561  0x00006d01 rtn 
- 00032562  0x00006d04 iadd  0x00000002 , 0x0000003f 
- 00032563  0x00006d05 isub  0x00000002 , 0x00000002 
- 00032564  0x00006d06 isub  0x00000002 , 0x0000003f 
- 00032565  0x00006d07 rtn 
- 00032566  0x00006d0a arg  0x00000200 , 0x00000039 
- 00032567  0x00006d0b arg  0x00004000 , 0x00000005 
- 00032568  0x00006d0c branch  0x00007e3b 
- 00032569  0x00006d0f fetch  0x00000005 , 0x0000009c 
- 00032570  0x00006d10 store  0x00000005 , 0x00000161 
- 00032571  0x00006d11 fetch  0x00000002 , 0x00004210 
- 00032572  0x00006d12 istore  0x00000002 , 0x00000005 
- 00032573  0x00006d13 setarg  0x00000000 
- 00032574  0x00006d14 setflag  0x0000002d , 0x00000007 , 0x0000003f 
- 00032575  0x00006d15 setflag  0x0000002b , 0x00000006 , 0x0000003f 
- 00032576  0x00006d16 setflag  0x00000018 , 0x00000005 , 0x0000003f 
- 00032577  0x00006d17 setflag  0x0000002e , 0x00000004 , 0x0000003f 
- 00032578  0x00006d18 istore  0x00000001 , 0x00000005 
- 00032579  0x00006d19 branch  0x00007f52 
- 00032580  0x00006d1d fetch  0x00000005 , 0x0000009c 
- 00032581  0x00006d1e store  0x00000005 , 0x00000161 
- 00032582  0x00006d1f fetch  0x00000001 , 0x00000016 
- 00032583  0x00006d20 istore  0x00000001 , 0x00000005 
- 00032584  0x00006d21 fetch  0x00000002 , 0x000003da 
- 00032585  0x00006d22 arg  0x00000fff , 0x00000006 
- 00032586  0x00006d23 iand  0x00000006 , 0x0000003f 
- 00032587  0x00006d24 setflag  0x0000002d , 0x0000000f , 0x0000003f 
- 00032588  0x00006d25 setflag  0x0000002b , 0x0000000e , 0x0000003f 
- 00032589  0x00006d26 setflag  0x00000018 , 0x0000000d , 0x0000003f 
- 00032590  0x00006d27 setflag  0x0000002e , 0x0000000c , 0x0000003f 
- 00032591  0x00006d28 istore  0x00000002 , 0x00000005 
- 00032592  0x00006d29 branch  0x00007f52 
- 00032593  0x00006d2b store  0x00000008 , 0x00000161 
- 00032594  0x00006d2d fetch  0x00000001 , 0x0000416e 
- 00032595  0x00006d2e rtneq  0x0000007f 
- 00032596  0x00006d2f and_into  0x0000007f , 0x0000003f 
- 00032597  0x00006d30 lshift3  0x0000003f , 0x0000003f 
- 00032598  0x00006d31 arg  0x00004c00 , 0x00000005 
- 00032599  0x00006d32 iadd  0x00000005 , 0x00000005 
- 00032600  0x00006d33 fetch  0x00000008 , 0x00000161 
- 00032601  0x00006d34 istore  0x00000008 , 0x00000005 
- 00032602  0x00006d35 fetch  0x00000001 , 0x0000416e 
- 00032603  0x00006d36 isolate1  0x00000007 , 0x0000003f 
- 00032604  0x00006d37 increase  0x00000001 , 0x0000003f 
- 00032605  0x00006d38 and_into  0x0000007f , 0x0000003f 
- 00032606  0x00006d39 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00032607  0x00006d3a store  0x00000001 , 0x0000416e 
- 00032608  0x00006d3b fetch  0x00000008 , 0x00000161 
- 00032609  0x00006d3c rtn 
- 00032610  0x00006d3f arg  0x00000800 , 0x00000039 
- 00032611  0x00006d40 arg  0x00000000 , 0x00000005 
- 00032612  0x00006d41 setarg  0x01010101 
- 00032613  0x00006d42 branch  0x00007e3c 
- 00032614  0x00006d46 rtn  0x00000034 
- 00032615  0x00006d47 copy  0x0000003f , 0x0000003d 
- 00032616  0x00006d4b hfetch  0x00000002 , 0x0000810e 
- 00032617  0x00006d4c nbranch  0x00007f68 , 0x00000034 
- 00032618  0x00006d4d rtn 
- 00032619  0x00006d50 hfetch  0x00000002 , 0x00008058 
- 00032620  0x00006d51 copy  0x0000003f , 0x00000003 
- 00032621  0x00006d52 rtn 
- 00032622  0x00006d55 hfetch  0x00000002 , 0x0000805e 
- 00032623  0x00006d56 copy  0x0000003f , 0x0000000a 
- 00032624  0x00006d57 rtn 
- 00032625  0x00006d5a copy  0x00000006 , 0x00000011 
- 00032626  0x00006d5b call  0x00007f6e 
- 00032627  0x00006d5c copy  0x00000011 , 0x00000006 
- 00032628  0x00006d5e call  0x00004976 
- 00032629  0x00006d5f call  0x000068fa 
- 00032630  0x00006d60 branch  0x00007f68 
- 00032631  0x00006d63 hjam  0x00000001 , 0x00008203 
- 00032632  0x00006d64 rtn 
- 00032633  0x00006d67 hstore  0x00000002 , 0x00008205 
- 00032634  0x00006d68 hfetch  0x00000001 , 0x00008203 
- 00032635  0x00006d69 set1  0x00000004 , 0x0000003f 
- 00032636  0x00006d6a hstore  0x00000001 , 0x00008203 
- 00032637  0x00006d6b rtn 
- 00032638  0x00006d6d hstore  0x00000002 , 0x00008207 
- 00032639  0x00006d6e hfetch  0x00000001 , 0x00008203 
- 00032640  0x00006d6f set1  0x00000006 , 0x0000003f 
- 00032641  0x00006d70 hstore  0x00000001 , 0x00008203 
- 00032642  0x00006d71 rtn 
- 00032643  0x00006d74 hstore  0x00000002 , 0x00008205 
- 00032644  0x00006d75 hjam  0x00000030 , 0x00008203 
- 00032645  0x00006d76 rtn 
- 00032646  0x00006d79 hfetch  0x00000001 , 0x00008043 
- 00032647  0x00006d7a set1  0x00000004 , 0x0000003f 
- 00032648  0x00006d7b hstore  0x00000001 , 0x00008043 
- 00032649  0x00006d7c rtn 
- 00032650  0x00006d7f hfetch  0x00000001 , 0x00008043 
- 00032651  0x00006d80 set0  0x00000004 , 0x0000003f 
- 00032652  0x00006d81 hstore  0x00000001 , 0x00008043 
- 00032653  0x00006d82 rtn 
- 00032654  0x00006d85 hfetch  0x00000002 , 0x0000810e 
- 00032655  0x00006d86 arg  0x00000200 , 0x00000002 
- 00032656  0x00006d88 isub  0x00000002 , 0x0000003e 
- 00032657  0x00006d89 rtn 
- 00032658  0x00006d90 set1  0x00000025 , 0x00000000 
- 00032659  0x00006d91 bpatch  0x000000bd , 0x00004037 
- 00032660  0x00006d92 ifetcht  0x00000005 , 0x00000011 
- 00032661  0x00006d93 and  0x00000002 , 0x000000ff , 0x0000003f 
- 00032662  0x00006d94 nbranch  0x00007f99 , 0x00000034 
- 00032663  0x00006d95 rshift8  0x00000002 , 0x0000003f 
- 00032664  0x00006d96 istore  0x00000005 , 0x00000011 
- 00032665  0x00006d98 increase  0x00000004 , 0x00000011 
- 00032666  0x00006d99 ifetch  0x00000001 , 0x00000011 
- 00032667  0x00006d9a nbranch  0x00003bf1 , 0x00000034 
- 00032668  0x00006d9b fetch  0x00000001 , 0x00000b7d 
- 00032669  0x00006d9c istore  0x00000001 , 0x00000011 
- 00032670  0x00006d9d rtn 
- 00032671  0x00006da3 set1  0x00000025 , 0x00000000 
- 00032672  0x00006da4 bpatch  0x000000be , 0x00004037 
- 00032673  0x00006da5 arg  0x00000005 , 0x00000039 
- 00032674  0x00006da6 ifetch  0x00000005 , 0x00000011 
- 00032675  0x00006da7 rtn  0x00000034 
- 00032676  0x00006da9 ifetch  0x00000001 , 0x00000011 
- 00032677  0x00006daa nbranch  0x00007fa9 , 0x00000034 
- 00032678  0x00006dab increase  0x00000001 , 0x00000011 
- 00032679  0x00006dac loop  0x00007fa4 
- 00032680  0x00006dad branch  0x00003bf1 
- 00032681  0x00006daf arg  0x00000000 , 0x00000002 
- 00032682  0x00006db0 istoret  0x00000001 , 0x00000011 
- 00032683  0x00006db1 rtn 
- 00032684  0x00006db7 ifetch  0x00000005 , 0x00000011 
- 00032685  0x00006db8 rtn 
- 00032686  0x00006dbe ifetch  0x00000001 , 0x00000011 
- 00032687  0x00006dbf rtn 
- 00032688  0x00006dc3 ifetch  0x00000002 , 0x00000011 
- 00032689  0x00006dc4 rtn 
- 00032690  0x00006dc9 arg  0x00000000 , 0x00000002 
- 00032691  0x00006dcb fetch  0x00000001 , 0x00000006 
- 00032692  0x00006dcc loop  0x00007fb3 , 0x00000034 
- 00032693  0x00006dcd increase  0x00000001 , 0x00000002 
- 00032694  0x00006dce loop  0x00007fb3 
- 00032695  0x00006dcf copy  0x00000002 , 0x0000003f 
- 00032696  0x00006dd0 rtn 
- 00032697  0x00006dd3 isub  0x00000002 , 0x0000003e 
- 00032698  0x00006dd4 nrtn  0x00000002 
- 00032699  0x00006dd5 copy  0x00000002 , 0x0000003f 
- 00032700  0x00006dd6 rtn 
+ 00000944  0x00000554 fetch  0x00000001 , 0x00000103 
+ 00000945  0x00000555 copy  0x0000003f , 0x00000039 
+ 00000946  0x00000556 call  0x00007e45 
+ 00000947  0x00000557 branch  0x000003d4 
+ 00000948  0x0000055b fetcht  0x00000002 , 0x000002a0 
+ 00000949  0x0000055c fetch  0x00000002 , 0x000044be 
+ 00000950  0x0000055d isub  0x00000002 , 0x0000003e 
+ 00000951  0x0000055e rtn 
+ 00000952  0x00000561 fetch  0x00000002 , 0x000044c0 
+ 00000953  0x00000562 fetcht  0x00000002 , 0x00004c65 
+ 00000954  0x00000563 isub  0x00000002 , 0x0000003e 
+ 00000955  0x00000564 rtn 
+ 00000956  0x00000567 arg  0x00004504 , 0x00000006 
+ 00000957  0x00000568 copy  0x00000002 , 0x00000011 
+ 00000958  0x0000056a ifetch  0x00000002 , 0x00000006 
+ 00000959  0x0000056b branch  0x000003c7 , 0x00000034 
+ 00000960  0x0000056c ifetcht  0x00000002 , 0x00000006 
+ 00000961  0x0000056d storet  0x00000002 , 0x00004c65 
+ 00000962  0x0000056e isub  0x00000011 , 0x0000003e 
+ 00000963  0x0000056f branch  0x000003c9 , 0x00000005 
+ 00000964  0x00000570 ifetch  0x00000001 , 0x00000006 
+ 00000965  0x00000571 iadd  0x00000006 , 0x00000006 
+ 00000966  0x00000572 branch  0x000003be 
+ 00000967  0x00000574 setarg  0x00000001 
+ 00000968  0x00000575 rtn 
+ 00000969  0x00000577 ifetch  0x00000001 , 0x00000006 
+ 00000970  0x00000578 store  0x00000001 , 0x00004c67 
+ 00000971  0x00000579 call  0x000003d7 
+ 00000972  0x0000057a setarg  0x00000000 
+ 00000973  0x0000057b rtn 
+ 00000974  0x0000057d fetch  0x00000002 , 0x000002b9 
+ 00000975  0x0000057e copy  0x0000003f , 0x00000005 
+ 00000976  0x0000057f rtn 
+ 00000977  0x00000581 fetch  0x00000002 , 0x000002b7 
+ 00000978  0x00000582 copy  0x0000003f , 0x00000006 
+ 00000979  0x00000583 rtn 
+ 00000980  0x00000585 copy  0x00000005 , 0x0000003f 
+ 00000981  0x00000586 store  0x00000002 , 0x000002b9 
+ 00000982  0x00000587 rtn 
+ 00000983  0x00000589 copy  0x00000006 , 0x0000003f 
+ 00000984  0x0000058a store  0x00000002 , 0x000002b7 
+ 00000985  0x0000058b rtn 
+ 00000986  0x0000058e call  0x000003ce 
+ 00000987  0x0000058f branch  0x0000588a 
+ 00000988  0x00000593 fetch  0x00000001 , 0x00004bab 
+ 00000989  0x00000594 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00000990  0x00000595 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00000991  0x00000596 storet  0x00000001 , 0x00004bab 
+ 00000992  0x00000597 mul32  0x0000003f , 0x00000007 , 0x0000003f 
+ 00000993  0x00000598 arg  0x00004bad , 0x00000006 
+ 00000994  0x00000599 iadd  0x00000006 , 0x00000006 
+ 00000995  0x0000059a fetch  0x00000001 , 0x00004c82 
+ 00000996  0x0000059b increase  0xfffffffb , 0x0000003f 
+ 00000997  0x0000059c copy  0x0000003f , 0x00000039 
+ 00000998  0x0000059d arg  0x00004445 , 0x00000005 
+ 00000999  0x0000059e call  0x00007e45 
+ 00001000  0x0000059f fetcht  0x00000001 , 0x00004c82 
+ 00001001  0x000005a0 branch  0x00005892 
+ 00001002  0x000005a4 copy  0x00000013 , 0x0000003f 
+ 00001003  0x000005a5 beq  0x00000003 , 0x000003f8 
+ 00001004  0x000005a6 beq  0x0000000a , 0x000003fc 
+ 00001005  0x000005a7 beq  0x00000000 , 0x000003f5 
+ 00001006  0x000005a8 beq  0x00000012 , 0x000003fa 
+ 00001007  0x000005a9 beq  0x00000002 , 0x000003fe 
+ 00001008  0x000005aa sub  0x0000003f , 0x0000000d , 0x0000003e 
+ 00001009  0x000005ab branch  0x000058c0 , 0x00000002 
+ 00001010  0x000005ac store  0x00000001 , 0x00004c68 
+ 00001011  0x000005ad jam  0x00000027 , 0x00000b7d 
+ 00001012  0x000005ae branch  0x00005620 
+ 00001013  0x000005b0 jam  0x00000000 , 0x00004131 
+ 00001014  0x000005b1 call  0x00005924 
+ 00001015  0x000005b2 rtn 
+ 00001016  0x000005b5 jam  0x00000000 , 0x00004c7c 
+ 00001017  0x000005b6 branch  0x00005938 
+ 00001018  0x000005b9 jam  0x00000033 , 0x00000b7d 
+ 00001019  0x000005ba branch  0x00005620 
+ 00001020  0x000005bd jam  0x0000002b , 0x00000b7d 
+ 00001021  0x000005be branch  0x00005620 
+ 00001022  0x000005c1 setarg  0x00000014 
+ 00001023  0x000005c2 store  0x00000002 , 0x000003ef 
+ 00001024  0x000005c3 rtn 
+ 00001025  0x000005c6 fetch  0x00000001 , 0x0000443e 
+ 00001026  0x000005c7 compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00001027  0x000005c8 branch  0x00000405 , 0x00000001 
+ 00001028  0x000005c9 branch  0x000058a7 
+ 00001029  0x000005cb fetch  0x00000001 , 0x0000443f 
+ 00001030  0x000005cc rtn  0x00000034 
+ 00001031  0x000005cd branch  0x000058a7 
+ 00001032  0x000005d1 ifetch  0x00000001 , 0x00000006 
+ 00001033  0x000005d2 beq  0x00000001 , 0x0000040f 
+ 00001034  0x000005d3 beq  0x00000004 , 0x00000414 
+ 00001035  0x000005d4 beq  0x00000009 , 0x0000040d 
+ 00001036  0x000005d5 branch  0x000058f8 
+ 00001037  0x000005d9 jam  0x00000003 , 0x00004c69 
+ 00001038  0x000005da branch  0x00005974 
+ 00001039  0x000005dd store  0x00000001 , 0x000044ae 
+ 00001040  0x000005de ifetch  0x00000006 , 0x00000006 
+ 00001041  0x000005df istore  0x00000006 , 0x00000005 
+ 00001042  0x000005e0 jam  0x00000042 , 0x00000b7d 
+ 00001043  0x000005e1 branch  0x00005620 
+ 00001044  0x000005e4 call  0x000074a8 
+ 00001045  0x000005e5 branch  0x00000417 , 0x00000005 
+ 00001046  0x000005e6 branch  0x00005968 
+ 00001047  0x000005e8 jam  0x00000002 , 0x00004c69 
+ 00001048  0x000005e9 branch  0x0000596a 
+ 00001049  0x00000608 jam  0x00000000 , 0x00004131 
+ 00001050  0x00000609 jam  0x00000000 , 0x00004c7d 
+ 00001051  0x0000060a call  0x00003f86 
+ 00001052  0x0000060b call  0x00003f7e 
+ 00001053  0x0000060c call  0x00003fa4 
+ 00001054  0x0000060d branch  0x00003ecc 
+ 00001055  0x00000611 jam  0x00000000 , 0x00004213 
+ 00001056  0x00000612 jam  0x00000000 , 0x0000448b 
+ 00001057  0x00000613 jam  0x00000000 , 0x00004c7c 
+ 00001058  0x00000614 jam  0x00000000 , 0x00004c69 
+ 00001059  0x00000615 jam  0x00000000 , 0x00004c7f 
+ 00001060  0x00000616 jam  0x00000000 , 0x00004c7d 
+ 00001061  0x00000617 branch  0x00003ed0 
+ 00001062  0x0000061b setarg  0x00000000 
+ 00001063  0x0000061c store  0x00000004 , 0x00004ba9 
+ 00001064  0x0000061d rtn 
+ 00012288  0x00000628 call  0x00003c74 
+ 00012289  0x0000062c set0  0x00000025 , 0x00000000 
+ 00012290  0x0000062d bpatch  0x00000000 , 0x00004000 
+ 00012291  0x0000062e clear_stack 
+ 00012292  0x0000062f call  0x00003a9e 
+ 00012293  0x00000630 call  0x00006805 
+ 00012294  0x00000631 call  0x00003bfa 
+ 00012295  0x00000632 call  0x00004d98 
+ 00012296  0x00000633 set0  0x00000025 , 0x00000000 
+ 00012297  0x00000634 bpatch  0x00000001 , 0x00004000 
+ 00012298  0x00000635 call  0x00006b53 
+ 00012299  0x00000636 call  0x00005b62 
+ 00012300  0x00000637 call  0x00007b9d 
+ 00012301  0x00000638 call  0x00003e4f 
+ 00012302  0x00000639 set0  0x00000025 , 0x00000000 
+ 00012303  0x0000063a bpatch  0x00000002 , 0x00004000 
+ 00012304  0x0000063b call  0x00003e5f , 0x0000002b 
+ 00012305  0x0000063c call  0x00007719 
+ 00012306  0x0000063d call  0x00003cf1 , 0x0000002b 
+ 00012307  0x0000063f set0  0x00000025 , 0x00000000 
+ 00012308  0x00000640 bpatch  0x00000003 , 0x00004000 
+ 00012309  0x00000641 call  0x00007813 
+ 00012310  0x00000642 call  0x00005373 
+ 00012311  0x00000643 call  0x00004449 
+ 00012312  0x00000644 set0  0x00000025 , 0x00000000 
+ 00012313  0x00000645 bpatch  0x00000004 , 0x00004000 
+ 00012314  0x00000646 call  0x0000303e 
+ 00012315  0x00000647 call  0x00003e6a 
+ 00012316  0x00000648 call  0x000030a1 
+ 00012317  0x00000649 set0  0x00000025 , 0x00000000 
+ 00012318  0x0000064a bpatch  0x00000005 , 0x00004000 
+ 00012319  0x0000064b call  0x00003392 
+ 00012320  0x0000064c call  0x00003407 
+ 00012321  0x0000064d call  0x00003024 
+ 00012322  0x0000064e call  0x00003d1c 
+ 00012323  0x0000064f branch  0x00003013 
+ 00012324  0x00000652 call  0x00003029 
+ 00012325  0x00000653 rtnmark0  0x00000009 
+ 00012326  0x00000654 set0  0x00000009 , 0x00000000 
+ 00012327  0x00000655 call  0x000032bd 
+ 00012328  0x00000656 branch  0x000053d7 
+ 00012329  0x00000659 set0  0x00000025 , 0x00000000 
+ 00012330  0x0000065a bpatch  0x00000006 , 0x00004000 
+ 00012331  0x0000065b call  0x000032fe 
+ 00012332  0x0000065c nbranch  0x00003033 , 0x00000005 
+ 00012333  0x0000065d call  0x000032a3 
+ 00012334  0x0000065e add  0x00000011 , 0x00000001 , 0x00000006 
+ 00012335  0x0000065f ifetch  0x00000001 , 0x00000006 
+ 00012336  0x00000660 bbit1  0x00000000 , 0x00005377 
+ 00012337  0x00000661 bbit1  0x00000001 , 0x000031a7 
+ 00012338  0x00000662 branch  0x00003473 
+ 00012339  0x00000664 set0  0x00000025 , 0x00000000 
+ 00012340  0x00000665 bpatch  0x00000007 , 0x00004000 
+ 00012341  0x00000666 call  0x000032c6 
+ 00012342  0x00000667 copy  0x00000039 , 0x0000003e 
+ 00012343  0x00000668 rtn  0x00000005 
+ 00012344  0x00000669 call  0x000032a3 
+ 00012345  0x0000066a fetch  0x00000001 , 0x00000030 
+ 00012346  0x0000066b bbit1  0x00000003 , 0x00003103 
+ 00012347  0x0000066c fetch  0x00000001 , 0x00000031 
+ 00012348  0x0000066d bbit1  0x00000001 , 0x000031a7 
+ 00012349  0x0000066e branch  0x00003473 
+ 00012350  0x00000677 fetch  0x00000001 , 0x00004272 
+ 00012351  0x00000678 rtn  0x00000034 
+ 00012352  0x00000679 beq  0x00000001 , 0x0000304e 
+ 00012353  0x0000067a beq  0x00000002 , 0x00003053 
+ 00012354  0x0000067b beq  0x00000003 , 0x00003056 
+ 00012355  0x0000067c beq  0x00000005 , 0x0000305b 
+ 00012356  0x0000067d beq  0x0000001b , 0x0000304b 
+ 00012357  0x0000067e call  0x000032f6 
+ 00012358  0x0000067f rtn  0x00000005 
+ 00012359  0x00000680 call  0x000032f9 
+ 00012360  0x00000681 rtn  0x00000005 
+ 00012361  0x00000683 jam  0x00000000 , 0x00004272 
+ 00012362  0x00000684 rtn 
+ 00012363  0x00000687 jam  0x0000001b , 0x0000041c 
+ 00012364  0x00000688 jam  0x00000000 , 0x00004272 
+ 00012365  0x00000689 rtn 
+ 00012366  0x0000068c set1  0x0000001c , 0x00000000 
+ 00012367  0x0000068d set0  0x0000001e , 0x00000000 
+ 00012368  0x0000068e jam  0x000000ff , 0x0000008e 
+ 00012369  0x0000068f jam  0x0000001f , 0x0000008c 
+ 00012370  0x00000690 branch  0x00003049 
+ 00012371  0x00000693 set0  0x0000001c , 0x00000000 
+ 00012372  0x00000694 force  0x00000000 , 0x0000001b 
+ 00012373  0x00000695 branch  0x00003049 
+ 00012374  0x00000698 call  0x000032f9 
+ 00012375  0x00000699 rtn  0x00000005 
+ 00012376  0x0000069a force  0x00000001 , 0x00000002 
+ 00012377  0x0000069b jam  0x00000005 , 0x00000178 
+ 00012378  0x0000069c branch  0x00003068 
+ 00012379  0x0000069f set0  0x00000025 , 0x00000000 
+ 00012380  0x000006a0 bpatch  0x00000008 , 0x00004001 
+ 00012381  0x000006a1 fetch  0x00000001 , 0x00004132 
+ 00012382  0x000006a2 beq  0x00000001 , 0x00003064 
+ 00012383  0x000006a4 fetch  0x00000006 , 0x00004274 
+ 00012384  0x000006a5 branch  0x00003049 , 0x00000034 
+ 00012385  0x000006a6 jam  0x00000001 , 0x000047f3 
+ 00012386  0x000006a8 jam  0x00000003 , 0x00000055 
+ 00012387  0x000006a9 branch  0x00003067 
+ 00012388  0x000006ac fetch  0x00000006 , 0x00004274 
+ 00012389  0x000006ad branch  0x00003049 , 0x00000034 
+ 00012390  0x000006ae store  0x00000006 , 0x00000040 
+ 00012391  0x000006b0 force  0x00000025 , 0x00000002 
+ 00012392  0x000006b2 set0  0x00000025 , 0x00000000 
+ 00012393  0x000006b3 bpatch  0x00000009 , 0x00004001 
+ 00012394  0x000006b4 fetch  0x00000001 , 0x000000f3 
+ 00012395  0x000006b5 branch  0x0000306f , 0x00000034 
+ 00012396  0x000006b6 lshift3  0x0000003f , 0x0000003f 
+ 00012397  0x000006b7 lshift4  0x0000003f , 0x0000003f 
+ 00012398  0x000006b8 increase  0xffffffff , 0x0000003f 
+ 00012399  0x000006ba store  0x00000001 , 0x00004146 
+ 00012400  0x000006bb store  0x00000001 , 0x000000f2 
+ 00012401  0x000006bc jam  0x0000001f , 0x0000008d 
+ 00012402  0x000006bd set0  0x0000000c , 0x00000000 
+ 00012403  0x000006be call  0x000032d6 
+ 00012404  0x000006bf nbranch  0x00003090 , 0x00000005 
+ 00012405  0x000006c0 call  0x00003bd1 
+ 00012406  0x000006c1 store  0x00000001 , 0x00000077 
+ 00012407  0x000006c2 storet  0x00000001 , 0x0000007c 
+ 00012408  0x000006c3 fetch  0x00000006 , 0x00004274 
+ 00012409  0x000006c4 store  0x00000006 , 0x00000040 
+ 00012410  0x000006c5 set0  0x00000025 , 0x00000000 
+ 00012411  0x000006c6 bpatch  0x0000000a , 0x00004001 
+ 00012412  0x000006c7 force  0x00000000 , 0x0000003f 
+ 00012413  0x000006c8 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00012414  0x000006c9 nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00012415  0x000006ca set1  0x00000003 , 0x0000003f 
+ 00012416  0x000006cb store  0x00000001 , 0x00000030 
+ 00012417  0x000006cc jam  0x00000003 , 0x00000b7d 
+ 00012418  0x000006cd call  0x00007c27 
+ 00012419  0x000006ce force  0x00000000 , 0x0000003f 
+ 00012420  0x000006cf setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00012421  0x000006d0 store  0x00000001 , 0x0000004c 
+ 00012422  0x000006d1 setarg  0x00000000 
+ 00012423  0x000006d2 set1  0x00000001 , 0x0000003f 
+ 00012424  0x000006d3 store  0x00000001 , 0x00000031 
+ 00012425  0x000006d4 enable  0x00000029 
+ 00012426  0x000006d5 call  0x000032bd 
+ 00012427  0x000006d6 disable  0x00000029 
+ 00012428  0x000006d7 force  0x00000004 , 0x00000007 
+ 00012429  0x000006d8 fetch  0x00000002 , 0x00004159 
+ 00012430  0x000006d9 call  0x00007e4c 
+ 00012431  0x000006da branch  0x00003049 
+ 00012432  0x000006dc set0  0x00000025 , 0x00000000 
+ 00012433  0x000006dd bpatch  0x0000000b , 0x00004001 
+ 00012434  0x000006de fetch  0x00000006 , 0x00004274 
+ 00012435  0x000006df store  0x00000006 , 0x00000040 
+ 00012436  0x000006e0 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00012437  0x000006e1 branch  0x00003099 , 0x00000001 
+ 00012438  0x000006e2 force  0x00000007 , 0x00000002 
+ 00012439  0x000006e3 call  0x00004826 
+ 00012440  0x000006e4 branch  0x00003049 
+ 00012441  0x000006e6 arg  0x00000103 , 0x00000005 
+ 00012442  0x000006e7 arg  0x00000008 , 0x00000039 
+ 00012443  0x000006e8 call  0x00007e3b 
+ 00012444  0x000006e9 force  0x00000007 , 0x00000007 
+ 00012445  0x000006ea call  0x00004898 
+ 00012446  0x000006eb jam  0x00000004 , 0x00000b7d 
+ 00012447  0x000006ec call  0x00007c27 
+ 00012448  0x000006ed branch  0x00003049 
+ 00012449  0x000006f5 rtnmark0  0x0000001c 
+ 00012450  0x000006f6 force  0x00000002 , 0x00000007 
+ 00012451  0x000006f7 call  0x00007e53 
+ 00012452  0x000006f8 nsetflag  0x00000034 , 0x0000001c , 0x00000000 
+ 00012453  0x000006f9 nbranch  0x000030a7 , 0x00000034 
+ 00012454  0x000006fa rtn 
+ 00012455  0x000006ff set0  0x00000025 , 0x00000000 
+ 00012456  0x00000700 bpatch  0x0000000c , 0x00004001 
+ 00012457  0x00000701 fetcht  0x00000002 , 0x0000415b 
+ 00012458  0x00000702 force  0x00000004 , 0x00000007 
+ 00012459  0x00000703 call  0x0000383d 
+ 00012460  0x00000704 rtn  0x00000028 
+ 00012461  0x00000705 call  0x00003a12 
+ 00012462  0x00000706 force  0x00000000 , 0x00000024 
+ 00012463  0x00000708 rtn  0x00000003 
+ 00012464  0x00000709 set0  0x0000000b , 0x00000000 
+ 00012465  0x0000070a set0  0x00000000 , 0x00000000 
+ 00012466  0x0000070c add  0x00000022 , 0x00000001 , 0x00000021 
+ 00012467  0x0000070d isolate1  0x0000001e , 0x00000000 
+ 00012468  0x0000070e setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00012469  0x0000070f compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00012470  0x00000710 nbranch  0x000030d3 , 0x00000001 
+ 00012471  0x00000713 set0  0x00000025 , 0x00000000 
+ 00012472  0x00000714 bpatch  0x0000000d , 0x00004001 
+ 00012473  0x00000715 fetch  0x00000001 , 0x00000012 
+ 00012474  0x00000716 increase  0x00000001 , 0x0000003f 
+ 00012475  0x00000717 store  0x00000001 , 0x00000012 
+ 00012476  0x00000718 call  0x00003a49 
+ 00012477  0x00000719 call  0x00003a42 
+ 00012478  0x0000071a call  0x00003a66 
+ 00012479  0x0000071b call  0x00003bae 
+ 00012480  0x0000071c call  0x00003bb4 
+ 00012481  0x0000071d call  0x00003bc5 
+ 00012482  0x0000071e call  0x0000375c 
+ 00012483  0x0000071f call  0x000030c5 
+ 00012484  0x00000720 branch  0x000030af 
+ 00012485  0x00000723 set0  0x00000025 , 0x00000000 
+ 00012486  0x00000724 bpatch  0x0000000e , 0x00004001 
+ 00012487  0x00000725 fetch  0x00000001 , 0x0000008c 
+ 00012488  0x00000726 increase  0xffffffff , 0x0000003f 
+ 00012489  0x00000727 store  0x00000001 , 0x0000008c 
+ 00012490  0x00000728 rtn  0x00000002 
+ 00012491  0x00000729 jam  0x0000001f , 0x0000008c 
+ 00012492  0x0000072a fetch  0x00000001 , 0x0000008e 
+ 00012493  0x0000072b increase  0xffffffff , 0x0000003f 
+ 00012494  0x0000072c store  0x00000001 , 0x0000008e 
+ 00012495  0x0000072d rtn  0x00000002 
+ 00012496  0x0000072e setflip  0x0000001e , 0x00000000 
+ 00012497  0x0000072f jam  0x000000ff , 0x0000008e 
+ 00012498  0x00000730 rtn 
+ 00012499  0x00000733 set0  0x00000025 , 0x00000000 
+ 00012500  0x00000734 bpatch  0x0000000f , 0x00004001 
+ 00012501  0x00000735 call  0x00003a49 
+ 00012502  0x00000736 call  0x00003a3b 
+ 00012503  0x00000737 call  0x00003a66 
+ 00012504  0x00000738 call  0x00003bba 
+ 00012505  0x00000739 call  0x00003b3a 
+ 00012506  0x0000073a call  0x00003b63 
+ 00012507  0x0000073b branch  0x000030de , 0x00000018 
+ 00012508  0x0000073c call  0x000030c5 
+ 00012509  0x0000073d branch  0x000030b2 
+ 00012510  0x0000073f set0  0x00000025 , 0x00000000 
+ 00012511  0x00000740 bpatch  0x00000010 , 0x00004002 
+ 00012512  0x00000741 call  0x00003af3 
+ 00012513  0x00000742 call  0x00003bcd 
+ 00012514  0x00000743 call  0x000035e1 
+ 00012515  0x00000744 set0  0x00000001 , 0x00000000 
+ 00012516  0x00000745 rtnmark0  0x0000000b 
+ 00012517  0x00000747 set0  0x00000025 , 0x00000000 
+ 00012518  0x00000748 bpatch  0x00000011 , 0x00004002 
+ 00012519  0x00000749 fetch  0x00000001 , 0x000042a4 
+ 00012520  0x0000074a bbit1  0x00000000 , 0x00004221 
+ 00012521  0x0000074b call  0x0000477b 
+ 00012522  0x0000074d fetch  0x00000001 , 0x00000013 
+ 00012523  0x0000074e increase  0x00000001 , 0x0000003f 
+ 00012524  0x0000074f store  0x00000001 , 0x00000013 
+ 00012525  0x00000750 rtn 
+ 00012526  0x00000752 set0  0x0000000b , 0x00000000 
+ 00012527  0x00000753 call  0x000030fe 
+ 00012528  0x00000754 call  0x00003a49 
+ 00012529  0x00000755 call  0x00003a3b 
+ 00012530  0x00000756 call  0x000034e1 
+ 00012531  0x00000757 call  0x00003bba 
+ 00012532  0x00000758 call  0x00003b3a 
+ 00012533  0x00000759 call  0x00003b63 
+ 00012534  0x0000075a branch  0x000030f8 , 0x00000018 
+ 00012535  0x0000075b rtn 
+ 00012536  0x0000075d call  0x00003bcd 
+ 00012537  0x0000075e call  0x000035e1 
+ 00012538  0x0000075f set0  0x00000001 , 0x00000000 
+ 00012539  0x00000760 branch  0x000030e5 , 0x00000006 
+ 00012540  0x00000761 call  0x0000479b 
+ 00012541  0x00000762 branch  0x000030ea 
+ 00012542  0x00000765 arg  0x00000600 , 0x0000000b 
+ 00012543  0x00000767 until  0x00000023 , 0x00000026 
+ 00012544  0x00000768 and  0x00000022 , 0x00000003 , 0x0000003f 
+ 00012545  0x00000769 bne  0x00000001 , 0x000030ff 
+ 00012546  0x0000076a rtn 
+ 00012547  0x00000774 set0  0x00000025 , 0x00000000 
+ 00012548  0x00000775 bpatch  0x00000012 , 0x00004002 
+ 00012549  0x00000776 enable  0x00000029 
+ 00012550  0x00000777 enable  0x00000030 
+ 00012551  0x00000778 fetch  0x00000002 , 0x00004155 
+ 00012552  0x00000779 branch  0x0000310c , 0x00000034 
+ 00012553  0x0000077a force  0x0000000d , 0x00000007 
+ 00012554  0x0000077b call  0x00007e53 
+ 00012555  0x0000077c nrtn  0x00000034 
+ 00012556  0x0000077e set0  0x00000025 , 0x00000000 
+ 00012557  0x0000077f bpatch  0x00000013 , 0x00004002 
+ 00012558  0x00000780 fetcht  0x00000002 , 0x00004157 
+ 00012559  0x00000781 force  0x00000028 , 0x00000007 
+ 00012560  0x00000782 call  0x0000383d 
+ 00012561  0x00000783 branch  0x0000314e , 0x00000028 
+ 00012562  0x00000784 force  0x00000004 , 0x00000007 
+ 00012563  0x00000785 call  0x00007e53 
+ 00012564  0x00000786 nbranch  0x00003127 , 0x00000034 
+ 00012565  0x00000787 fetch  0x00000001 , 0x0000004c 
+ 00012566  0x00000788 bbit1  0x00000004 , 0x0000311a 
+ 00012567  0x00000789 force  0x00000004 , 0x00000002 
+ 00012568  0x0000078a call  0x00004826 
+ 00012569  0x0000078b branch  0x0000311f 
+ 00012570  0x0000078d arg  0x00000103 , 0x00000005 
+ 00012571  0x0000078e arg  0x00000008 , 0x00000039 
+ 00012572  0x0000078f call  0x00007e3b 
+ 00012573  0x00000790 force  0x00000004 , 0x00000007 
+ 00012574  0x00000791 call  0x00004898 
+ 00012575  0x00000793 set0  0x00000025 , 0x00000000 
+ 00012576  0x00000794 bpatch  0x00000014 , 0x00004002 
+ 00012577  0x00000795 jam  0x00000000 , 0x00000030 
+ 00012578  0x00000796 call  0x00005b63 
+ 00012579  0x00000797 jam  0x00000000 , 0x000047f3 
+ 00012580  0x00000798 jam  0x00000013 , 0x00000b7d 
+ 00012581  0x00000799 call  0x00007c27 
+ 00012582  0x0000079a branch  0x0000314e 
+ 00012583  0x0000079d set0  0x00000025 , 0x00000000 
+ 00012584  0x0000079e bpatch  0x00000015 , 0x00004002 
+ 00012585  0x0000079f force  0x00000000 , 0x0000000b 
+ 00012586  0x000007a0 until  0x00000023 , 0x00000026 
+ 00012587  0x000007a1 fetch  0x00000001 , 0x000000f4 
+ 00012588  0x000007a2 increase  0xffffffff , 0x0000003f 
+ 00012589  0x000007a3 ixor  0x00000022 , 0x0000003f 
+ 00012590  0x000007a4 compare  0x00000000 , 0x0000003f , 0x00000003 
+ 00012591  0x000007a5 nbranch  0x00003127 , 0x00000001 
+ 00012592  0x000007a6 deposit  0x00000004 
+ 00012593  0x000007a7 store  0x00000001 , 0x0000018b 
+ 00012594  0x000007a8 force  0x00000000 , 0x00000026 
+ 00012595  0x000007a9 force  0x00000000 , 0x00000024 
+ 00012596  0x000007ac set0  0x00000025 , 0x00000000 
+ 00012597  0x000007ad bpatch  0x00000016 , 0x00004002 
+ 00012598  0x000007ae branch  0x0000314e , 0x00000003 
+ 00012599  0x000007af call  0x00003a4d 
+ 00012600  0x000007b0 arg  0x00000600 , 0x0000000b 
+ 00012601  0x000007b1 until  0x00000023 , 0x00000026 
+ 00012602  0x000007b3 set0  0x00000025 , 0x00000000 
+ 00012603  0x000007b4 bpatch  0x00000017 , 0x00004002 
+ 00012604  0x000007b5 fetch  0x00000004 , 0x000000f4 
+ 00012605  0x000007b6 iforce  0x00000021 
+ 00012606  0x000007b7 increase  0x00000001 , 0x0000003f 
+ 00012607  0x000007b8 store  0x00000004 , 0x000000f4 
+ 00012608  0x000007b9 isolate1  0x0000000c , 0x00000000 
+ 00012609  0x000007ba setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00012610  0x000007bb compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00012611  0x000007bc nbranch  0x00003164 , 0x00000001 
+ 00012612  0x000007bd fetch  0x00000001 , 0x0000000c 
+ 00012613  0x000007be increase  0x00000001 , 0x0000003f 
+ 00012614  0x000007bf store  0x00000001 , 0x0000000c 
+ 00012615  0x000007c0 call  0x00003a42 
+ 00012616  0x000007c1 call  0x00003bae 
+ 00012617  0x000007c2 call  0x00003bb4 
+ 00012618  0x000007c3 call  0x00003bc5 
+ 00012619  0x000007c4 call  0x0000375c 
+ 00012620  0x000007c5 call  0x00003155 
+ 00012621  0x000007c6 branch  0x00003134 
+ 00012622  0x000007c9 set0  0x00000025 , 0x00000000 
+ 00012623  0x000007ca bpatch  0x00000018 , 0x00004003 
+ 00012624  0x000007cb disable  0x00000029 
+ 00012625  0x000007cc fetch  0x00000002 , 0x00004155 
+ 00012626  0x000007cd rtn  0x00000034 
+ 00012627  0x000007ce force  0x0000000d , 0x00000007 
+ 00012628  0x000007cf branch  0x00007e4c 
+ 00012629  0x000007d2 set0  0x00000025 , 0x00000000 
+ 00012630  0x000007d3 bpatch  0x00000019 , 0x00004003 
+ 00012631  0x000007d4 fetch  0x00000001 , 0x0000008d 
+ 00012632  0x000007d5 increase  0xffffffff , 0x0000003f 
+ 00012633  0x000007d6 store  0x00000001 , 0x0000008d 
+ 00012634  0x000007d7 rtn  0x00000002 
+ 00012635  0x000007d8 jam  0x0000001f , 0x0000008d 
+ 00012636  0x000007d9 fetch  0x00000001 , 0x000000f2 
+ 00012637  0x000007da increase  0xffffffff , 0x0000003f 
+ 00012638  0x000007db store  0x00000001 , 0x000000f2 
+ 00012639  0x000007dc rtn  0x00000002 
+ 00012640  0x000007dd setflip  0x0000000c , 0x00000000 
+ 00012641  0x000007de fetch  0x00000001 , 0x00004146 
+ 00012642  0x000007df store  0x00000001 , 0x000000f2 
+ 00012643  0x000007e0 rtn 
+ 00012644  0x000007e3 set0  0x00000025 , 0x00000000 
+ 00012645  0x000007e4 bpatch  0x0000001a , 0x00004003 
+ 00012646  0x000007e5 call  0x00003a3b 
+ 00012647  0x000007e6 call  0x00003bba 
+ 00012648  0x000007e7 call  0x00003b3a 
+ 00012649  0x000007e8 call  0x00003b63 
+ 00012650  0x000007e9 branch  0x0000316d , 0x00000018 
+ 00012651  0x000007ea call  0x00003155 
+ 00012652  0x000007eb branch  0x0000313a 
+ 00012653  0x000007ed call  0x0000375c 
+ 00012654  0x000007ee fetch  0x00000001 , 0x0000000d 
+ 00012655  0x000007ef increase  0x00000001 , 0x0000003f 
+ 00012656  0x000007f0 store  0x00000001 , 0x0000000d 
+ 00012657  0x000007f1 force  0x00000000 , 0x0000001b 
+ 00012658  0x000007f2 fetch  0x00000004 , 0x000000f4 
+ 00012659  0x000007f4 set0  0x00000025 , 0x00000000 
+ 00012660  0x000007f5 bpatch  0x0000001b , 0x00004003 
+ 00012661  0x000007f6 call  0x00003bac 
+ 00012662  0x000007f7 call  0x00003a4d 
+ 00012663  0x000007f8 increase  0x00000001 , 0x00000026 
+ 00012664  0x000007fa and_into  0x000001fd , 0x00000021 
+ 00012665  0x000007fb and_into  0x000001fc , 0x00000024 
+ 00012666  0x000007fc call  0x00003a42 
+ 00012667  0x000007fd call  0x00003bae 
+ 00012668  0x000007fe call  0x00003bb4 
+ 00012669  0x000007ff call  0x00003bc5 
+ 00012670  0x00000800 deposit  0x00000022 
+ 00012671  0x00000801 store  0x00000004 , 0x0000016b 
+ 00012672  0x00000802 force  0x00000000 , 0x00000004 
+ 00012673  0x00000803 force  0x00000002 , 0x00000001 
+ 00012674  0x00000804 call  0x00003bcd 
+ 00012675  0x00000805 call  0x000038c1 
+ 00012676  0x00000807 set0  0x00000025 , 0x00000000 
+ 00012677  0x00000808 bpatch  0x0000001c , 0x00004003 
+ 00012678  0x00000809 call  0x00003baa 
+ 00012679  0x0000080a or_into  0x00000002 , 0x00000021 
+ 00012680  0x0000080b and_into  0x000001fc , 0x00000024 
+ 00012681  0x0000080c call  0x00003a3b 
+ 00012682  0x0000080d call  0x00003bba 
+ 00012683  0x0000080e call  0x00003b3a 
+ 00012684  0x0000080f call  0x00003b63 
+ 00012685  0x00000810 call  0x0000375c , 0x00000018 
+ 00012686  0x00000811 branch  0x00003194 , 0x00000018 
+ 00012687  0x00000812 fetch  0x00000001 , 0x00000010 
+ 00012688  0x00000813 branch  0x00003134 , 0x00000034 
+ 00012689  0x00000814 increase  0xffffffff , 0x0000003f 
+ 00012690  0x00000815 store  0x00000001 , 0x00000010 
+ 00012691  0x00000816 branch  0x00003173 
+ 00012692  0x00000819 set0  0x00000025 , 0x00000000 
+ 00012693  0x0000081a bpatch  0x0000001d , 0x00004003 
+ 00012694  0x0000081b fetch  0x00000001 , 0x0000000e 
+ 00012695  0x0000081c increase  0x00000001 , 0x0000003f 
+ 00012696  0x0000081d store  0x00000001 , 0x0000000e 
+ 00012697  0x0000081e call  0x000034ed 
+ 00012698  0x00000820 call  0x0000338b 
+ 00012699  0x00000821 branch  0x0000319f , 0x00000018 
+ 00012700  0x00000822 call  0x0000350e 
+ 00012701  0x00000823 nbranch  0x0000319a , 0x00000034 
+ 00012702  0x00000824 branch  0x00003134 
+ 00012703  0x00000827 set0  0x00000025 , 0x00000000 
+ 00012704  0x00000828 bpatch  0x0000001e , 0x00004003 
+ 00012705  0x00000829 fetch  0x00000001 , 0x00000030 
+ 00012706  0x0000082a set0  0x00000003 , 0x0000003f 
+ 00012707  0x0000082b store  0x00000001 , 0x00000030 
+ 00012708  0x0000082c call  0x000034f9 
+ 00012709  0x0000082d disable  0x00000029 
+ 00012710  0x0000082e rtn 
+ 00012711  0x00000832 set0  0x00000025 , 0x00000000 
+ 00012712  0x00000833 bpatch  0x0000001f , 0x00004003 
+ 00012713  0x00000834 enable  0x00000029 
+ 00012714  0x00000835 enable  0x00000030 
+ 00012715  0x00000836 call  0x0000324e 
+ 00012716  0x00000837 rtn  0x00000028 
+ 00012717  0x00000838 call  0x00003e25 
+ 00012718  0x00000839 call  0x00003bac 
+ 00012719  0x0000083a add  0x00000022 , 0x00000001 , 0x00000021 
+ 00012720  0x0000083b call  0x00003a54 
+ 00012721  0x0000083c force  0x00000003 , 0x00000024 
+ 00012722  0x0000083d call  0x0000327c 
+ 00012723  0x0000083e call  0x00006a54 
+ 00012724  0x0000083f call  0x00006e10 
+ 00012725  0x00000840 call  0x00003547 
+ 00012726  0x00000841 call  0x00003a42 
+ 00012727  0x00000842 call  0x00003bae 
+ 00012728  0x00000843 call  0x00003bb4 
+ 00012729  0x00000844 call  0x00003bc5 
+ 00012730  0x00000845 call  0x000038bf 
+ 00012731  0x00000847 set0  0x00000025 , 0x00000000 
+ 00012732  0x00000848 bpatch  0x00000020 , 0x00004004 
+ 00012733  0x00000849 call  0x00005b78 
+ 00012734  0x0000084a call  0x00004995 
+ 00012735  0x0000084b call  0x000048a9 
+ 00012736  0x0000084c call  0x0000337c 
+ 00012737  0x0000084d nbranch  0x000031c7 , 0x0000002d 
+ 00012738  0x0000084e call  0x00003bec 
+ 00012739  0x0000084f call  0x00003870 
+ 00012740  0x00000850 fetch  0x00000001 , 0x0000000f 
+ 00012741  0x00000851 increase  0x00000001 , 0x0000003f 
+ 00012742  0x00000852 store  0x00000001 , 0x0000000f 
+ 00012743  0x00000854 set0  0x00000025 , 0x00000000 
+ 00012744  0x00000855 bpatch  0x00000021 , 0x00004004 
+ 00012745  0x00000856 call  0x00006dec 
+ 00012746  0x00000857 call  0x000031d5 
+ 00012747  0x00000858 nrtn  0x00000029 
+ 00012748  0x00000859 call  0x00003812 
+ 00012749  0x0000085a nbranch  0x000031d2 , 0x00000034 
+ 00012750  0x0000085c call  0x00006a5c 
+ 00012751  0x0000085d call  0x00003290 
+ 00012752  0x0000085e disable  0x00000029 
+ 00012753  0x0000085f rtn 
+ 00012754  0x00000862 call  0x00003547 
+ 00012755  0x00000863 call  0x00003371 
+ 00012756  0x00000864 branch  0x000031bb 
+ 00012757  0x00000868 branch  0x000031d8 , 0x0000002d 
+ 00012758  0x00000869 call  0x00003be2 
+ 00012759  0x0000086a branch  0x000031e6 , 0x00000002 
+ 00012760  0x0000086c call  0x00003204 
+ 00012761  0x0000086d nbranch  0x000031e6 , 0x00000028 
+ 00012762  0x0000086e fetch  0x00000001 , 0x0000004c 
+ 00012763  0x0000086f rtnbit0  0x00000004 
+ 00012764  0x00000870 rtnbit1  0x00000003 
+ 00012765  0x00000871 fetch  0x00000001 , 0x0000004b 
+ 00012766  0x00000872 rtnbit1  0x00000003 
+ 00012767  0x00000873 call  0x0000320d 
+ 00012768  0x00000874 nrtn  0x00000034 
+ 00012769  0x00000875 fetch  0x00000001 , 0x00000178 
+ 00012770  0x00000876 increase  0xffffffff , 0x0000003f 
+ 00012771  0x00000877 store  0x00000001 , 0x00000178 
+ 00012772  0x00000878 nrtn  0x00000034 
+ 00012773  0x00000879 branch  0x00005ed5 
+ 00012774  0x0000087c set0  0x00000025 , 0x00000000 
+ 00012775  0x0000087d bpatch  0x00000022 , 0x00004004 
+ 00012776  0x0000087e call  0x00003516 
+ 00012777  0x0000087f disable  0x00000029 
+ 00012778  0x00000880 fetch  0x00000001 , 0x0000004c 
+ 00012779  0x00000881 bbit1  0x00000004 , 0x000031f2 
+ 00012780  0x00000882 fetch  0x00000001 , 0x00000030 
+ 00012781  0x00000883 bbit0  0x00000004 , 0x000031f0 
+ 00012782  0x00000884 fetcht  0x00000001 , 0x00000046 
+ 00012783  0x00000885 branch  0x000048c4 
+ 00012784  0x00000887 force  0x00000008 , 0x00000002 
+ 00012785  0x00000888 branch  0x00004826 
+ 00012786  0x0000088a force  0x00000000 , 0x00000007 
+ 00012787  0x0000088b fetch  0x00000001 , 0x0000004c 
+ 00012788  0x0000088c bbit1  0x00000003 , 0x00004898 
+ 00012789  0x0000088e force  0x00000004 , 0x00000007 
+ 00012790  0x0000088f arg  0x00000103 , 0x00000005 
+ 00012791  0x00000890 arg  0x00000008 , 0x00000039 
+ 00012792  0x00000891 call  0x00007e3b 
+ 00012793  0x00000892 branch  0x00004898 
+ 00012794  0x00000895 set0  0x00000025 , 0x00000000 
+ 00012795  0x00000896 bpatch  0x00000023 , 0x00004004 
+ 00012796  0x00000897 fetch  0x00000001 , 0x00000030 
+ 00012797  0x00000898 rtnbit0  0x00000002 
+ 00012798  0x00000899 fetcht  0x00000001 , 0x00000046 
+ 00012799  0x0000089a fetch  0x00000001 , 0x000000ac 
+ 00012800  0x0000089b isub  0x00000002 , 0x0000003e 
+ 00012801  0x0000089c nrtn  0x00000005 
+ 00012802  0x0000089d call  0x00003869 
+ 00012803  0x0000089e branch  0x00003293 
+ 00012804  0x000008a1 set0  0x00000025 , 0x00000000 
+ 00012805  0x000008a2 bpatch  0x00000024 , 0x00004004 
+ 00012806  0x000008a3 enable  0x00000028 
+ 00012807  0x000008a4 fetch  0x00000001 , 0x0000004b 
+ 00012808  0x000008a5 rtnbit0  0x00000003 
+ 00012809  0x000008a6 call  0x0000320d 
+ 00012810  0x000008a7 nrtn  0x00000034 
+ 00012811  0x000008a9 disable  0x00000028 
+ 00012812  0x000008aa rtn 
+ 00012813  0x000008ad fetch  0x00000001 , 0x00000072 
+ 00012814  0x000008ae increase  0xffffffff , 0x0000003f 
+ 00012815  0x000008af store  0x00000001 , 0x00000072 
+ 00012816  0x000008b0 rtn 
+ 00012817  0x000008b3 set0  0x00000025 , 0x00000000 
+ 00012818  0x000008b4 bpatch  0x00000025 , 0x00004004 
+ 00012819  0x000008b5 fetch  0x00000001 , 0x00000030 
+ 00012820  0x000008b6 bbit1  0x00000007 , 0x0000321f 
+ 00012821  0x000008b7 fetch  0x00000001 , 0x00004132 
+ 00012822  0x000008b8 beq  0x00000001 , 0x0000321d 
+ 00012823  0x000008b9 fetch  0x00000001 , 0x000007e1 
+ 00012824  0x000008ba branch  0x0000321f , 0x00000034 
+ 00012825  0x000008bb jam  0x00000000 , 0x000007e1 
+ 00012826  0x000008bc jam  0x00000018 , 0x00000b7d 
+ 00012827  0x000008bd call  0x00007c27 
+ 00012828  0x000008be branch  0x0000321f 
+ 00012829  0x000008c0 call  0x00006216 
+ 00012830  0x000008c1 ncall  0x00004852 , 0x00000001 
+ 00012831  0x000008c3 set0  0x00000025 , 0x00000000 
+ 00012832  0x000008c4 bpatch  0x00000026 , 0x00004004 
+ 00012833  0x000008c5 call  0x000032f0 
+ 00012834  0x000008c6 fetch  0x00000001 , 0x00000030 
+ 00012835  0x000008c7 set1  0x00000007 , 0x0000003f 
+ 00012836  0x000008c8 store  0x00000001 , 0x00000030 
+ 00012837  0x000008c9 jam  0x00000001 , 0x0000425e 
+ 00012838  0x000008ca fetch  0x00000001 , 0x00000055 
+ 00012839  0x000008cb bne  0x00000016 , 0x00003228 
+ 00012840  0x000008cd rtn 
+ 00012841  0x000008d0 jam  0x00000001 , 0x000007e1 
+ 00012842  0x000008d2 fetch  0x00000001 , 0x00000030 
+ 00012843  0x000008d3 set0  0x00000007 , 0x0000003f 
+ 00012844  0x000008d4 store  0x00000001 , 0x00000030 
+ 00012845  0x000008d5 rtn 
+ 00012846  0x000008da set0  0x00000025 , 0x00000000 
+ 00012847  0x000008db bpatch  0x00000027 , 0x00004004 
+ 00012848  0x000008dc disable  0x00000028 
+ 00012849  0x000008dd fetch  0x00000001 , 0x00000030 
+ 00012850  0x000008de rtnbit0  0x00000001 
+ 00012851  0x000008df fetch  0x00000002 , 0x00000032 
+ 00012852  0x000008e0 nrtn  0x00000034 
+ 00012853  0x000008e1 fetch  0x00000004 , 0x00000034 
+ 00012854  0x000008e2 branch  0x00003239 , 0x00000030 
+ 00012855  0x000008e3 isub  0x00000028 , 0x0000003f 
+ 00012856  0x000008e4 branch  0x0000323a 
+ 00012857  0x000008e6 isub  0x00000022 , 0x0000003f 
+ 00012858  0x000008e8 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00012859  0x000008e9 nrtn  0x00000002 
+ 00012860  0x000008ea fetch  0x00000001 , 0x00000030 
+ 00012861  0x000008eb set0  0x00000001 , 0x0000003f 
+ 00012862  0x000008ec store  0x00000001 , 0x00000030 
+ 00012863  0x000008ed enable  0x00000028 
+ 00012864  0x000008ee rtn 
+ 00012865  0x000008f2 copy  0x0000003f , 0x00000002 
+ 00012866  0x000008f3 set0  0x00000025 , 0x00000000 
+ 00012867  0x000008f4 bpatch  0x00000028 , 0x00004005 
+ 00012868  0x000008f5 store  0x00000004 , 0x00000034 
+ 00012869  0x000008f7 jam  0x00000001 , 0x00004748 
+ 00012870  0x000008f8 fetch  0x00000001 , 0x00000030 
+ 00012871  0x000008f9 set1  0x00000001 , 0x0000003f 
+ 00012872  0x000008fa store  0x00000001 , 0x00000030 
+ 00012873  0x000008fb force  0x00000000 , 0x0000003f 
+ 00012874  0x000008fc store  0x00000002 , 0x00000032 
+ 00012875  0x000008fd jam  0x0000000a , 0x0000008a 
+ 00012876  0x000008fe jam  0x00000001 , 0x00000073 
+ 00012877  0x000008ff rtn 
+ 00012878  0x00000903 set0  0x00000025 , 0x00000000 
+ 00012879  0x00000904 bpatch  0x00000029 , 0x00004005 
+ 00012880  0x00000905 call  0x0000322e 
+ 00012881  0x00000906 nrtn  0x00000028 
+ 00012882  0x00000907 disable  0x00000028 
+ 00012883  0x00000908 jam  0x00000020 , 0x00000011 
+ 00012884  0x00000909 set0  0x0000000b , 0x00000000 
+ 00012885  0x0000090b call  0x00003bac 
+ 00012886  0x0000090c call  0x0000337f 
+ 00012887  0x0000090d bmark1  0x0000000b , 0x00003263 
+ 00012888  0x0000090e call  0x0000350e 
+ 00012889  0x0000090f nbranch  0x00003255 , 0x00000034 
+ 00012890  0x00000911 set0  0x00000025 , 0x00000000 
+ 00012891  0x00000912 bpatch  0x0000002a , 0x00004005 
+ 00012892  0x00000913 disable  0x00000028 
+ 00012893  0x00000914 deposit  0x00000022 
+ 00012894  0x00000915 store  0x00000004 , 0x0000416a 
+ 00012895  0x00000916 enable  0x00000030 
+ 00012896  0x00000917 enable  0x00000029 
+ 00012897  0x00000918 jam  0x0000002a , 0x00000b7d 
+ 00012898  0x00000919 branch  0x00007c27 
+ 00012899  0x0000091c set0  0x00000025 , 0x00000000 
+ 00012900  0x0000091d bpatch  0x0000002b , 0x00004005 
+ 00012901  0x0000091e call  0x00003baa 
+ 00012902  0x0000091f call  0x00003374 
+ 00012903  0x00000920 disable  0x00000030 
+ 00012904  0x00000921 disable  0x00000029 
+ 00012905  0x00000922 call  0x00003982 
+ 00012906  0x00000923 call  0x000034ed 
+ 00012907  0x00000925 set0  0x00000025 , 0x00000000 
+ 00012908  0x00000926 bpatch  0x0000002c , 0x00004005 
+ 00012909  0x00000927 call  0x00003539 
+ 00012910  0x00000928 branch  0x00003272 , 0x0000002d 
+ 00012911  0x00000929 call  0x0000350e 
+ 00012912  0x0000092a nbranch  0x0000326b , 0x00000034 
+ 00012913  0x0000092b branch  0x0000325a 
+ 00012914  0x0000092d force  0x00000001 , 0x00000002 
+ 00012915  0x0000092e call  0x0000487f 
+ 00012916  0x0000092f fetch  0x00000001 , 0x00000031 
+ 00012917  0x00000930 set0  0x00000001 , 0x0000003f 
+ 00012918  0x00000931 store  0x00000001 , 0x00000031 
+ 00012919  0x00000932 call  0x00003bec 
+ 00012920  0x00000933 call  0x000039ac 
+ 00012921  0x00000934 enable  0x00000028 
+ 00012922  0x00000935 jam  0x0000002b , 0x00000b7d 
+ 00012923  0x00000936 branch  0x00007c27 
+ 00012924  0x0000093a set0  0x00000025 , 0x00000000 
+ 00012925  0x0000093b bpatch  0x0000002d , 0x00004005 
+ 00012926  0x0000093c rtnmark0  0x00000007 
+ 00012927  0x0000093d fetch  0x00000001 , 0x00000030 
+ 00012928  0x0000093e rtnbit0  0x00000002 
+ 00012929  0x00000940 call  0x00003c23 
+ 00012930  0x00000941 fetch  0x00000001 , 0x000000b3 
+ 00012931  0x00000942 fetcht  0x00000001 , 0x00000047 
+ 00012932  0x00000943 storet  0x00000001 , 0x000000b4 
+ 00012933  0x00000944 store  0x00000001 , 0x00000047 
+ 00012934  0x00000945 deposit  0x00000004 
+ 00012935  0x00000946 store  0x00000001 , 0x000000b2 
+ 00012936  0x00000947 fetch  0x00000001 , 0x000041f9 
+ 00012937  0x00000948 iforce  0x00000004 
+ 00012938  0x00000949 set0  0x00000008 , 0x00000000 
+ 00012939  0x0000094a fetch  0x00000001 , 0x00004165 
+ 00012940  0x0000094b store  0x00000001 , 0x00004167 
+ 00012941  0x0000094c fetch  0x00000001 , 0x00004166 
+ 00012942  0x0000094d store  0x00000001 , 0x00004165 
+ 00012943  0x0000094e rtn 
+ 00012944  0x00000951 set0  0x00000025 , 0x00000000 
+ 00012945  0x00000952 bpatch  0x0000002e , 0x00004005 
+ 00012946  0x00000953 rtnmark0  0x00000007 
+ 00012947  0x00000955 call  0x00003847 
+ 00012948  0x00000956 nrtn  0x00000001 
+ 00012949  0x00000958 call  0x00003799 
+ 00012950  0x00000959 fetch  0x00000001 , 0x000000b4 
+ 00012951  0x0000095a fetcht  0x00000001 , 0x00000047 
+ 00012952  0x0000095b store  0x00000001 , 0x00000047 
+ 00012953  0x0000095c storet  0x00000001 , 0x000000b3 
+ 00012954  0x0000095d fetch  0x00000001 , 0x000000b2 
+ 00012955  0x0000095e iforce  0x00000004 
+ 00012956  0x0000095f fetch  0x00000001 , 0x00004165 
+ 00012957  0x00000960 store  0x00000001 , 0x00004166 
+ 00012958  0x00000961 fetch  0x00000001 , 0x00004167 
+ 00012959  0x00000962 store  0x00000001 , 0x00004165 
+ 00012960  0x00000963 setarg  0x0000ffff 
+ 00012961  0x00000964 store  0x00000002 , 0x00004168 
+ 00012962  0x00000965 rtn 
+ 00012963  0x0000096b set0  0x00000025 , 0x00000000 
+ 00012964  0x0000096c bpatch  0x0000002f , 0x00004005 
+ 00012965  0x0000096d set1  0x00000009 , 0x00000000 
+ 00012966  0x0000096e deposit  0x00000011 
+ 00012967  0x0000096f store  0x00000002 , 0x0000001e 
+ 00012968  0x00000970 force  0x00000050 , 0x00000039 
+ 00012969  0x00000971 arg  0x000003c0 , 0x00000005 
+ 00012970  0x00000972 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00012971  0x00000973 ifetch  0x00000001 , 0x00000006 
+ 00012972  0x00000974 copy  0x00000011 , 0x00000006 
+ 00012973  0x00000975 bbit1  0x00000000 , 0x00007e45 
+ 00012974  0x00000976 arg  0x00000030 , 0x00000005 
+ 00012975  0x00000977 call  0x00007e45 
+ 00012976  0x00000978 disable  0x0000002e 
+ 00012977  0x00000979 fetch  0x00000001 , 0x00000077 
+ 00012978  0x0000097a iforce  0x00000004 
+ 00012979  0x0000097b jam  0x00000001 , 0x0000008a 
+ 00012980  0x0000097c branch  0x000032b6 , 0x00000029 
+ 00012981  0x0000097d jam  0x00000001 , 0x0000008a 
+ 00012982  0x0000097f fetch  0x00000001 , 0x00000030 
+ 00012983  0x00000980 rtnbit0  0x00000001 
+ 00012984  0x00000981 fetch  0x00000001 , 0x00000073 
+ 00012985  0x00000982 store  0x00000001 , 0x0000008a 
+ 00012986  0x00000983 fetch  0x00000001 , 0x00000074 
+ 00012987  0x00000984 store  0x00000001 , 0x0000008b 
+ 00012988  0x00000985 rtn 
+ 00012989  0x00000988 set0  0x00000025 , 0x00000000 
+ 00012990  0x00000989 bpatch  0x00000030 , 0x00004006 
+ 00012991  0x0000098a fetch  0x00000002 , 0x0000001e 
+ 00012992  0x0000098b iforce  0x00000005 
+ 00012993  0x0000098c force  0x00000050 , 0x00000039 
+ 00012994  0x0000098d arg  0x000003c0 , 0x00000006 
+ 00012995  0x0000098e branch  0x00007e45 , 0x00000036 
+ 00012996  0x0000098f arg  0x00000030 , 0x00000006 
+ 00012997  0x00000990 branch  0x00007e45 
+ 00012998  0x00000995 fetcht  0x00000001 , 0x00000015 
+ 00012999  0x00000996 arg  0x00000003 , 0x00000039 
+ 00013000  0x00000998 increase  0x00000001 , 0x00000002 
+ 00013001  0x00000999 compare  0x00000003 , 0x00000002 , 0x000000ff 
+ 00013002  0x0000099a nbranch  0x000032cc , 0x00000001 
+ 00013003  0x0000099b arg  0x00000000 , 0x00000002 
+ 00013004  0x0000099d storet  0x00000001 , 0x00000015 
+ 00013005  0x0000099e mul32  0x00000002 , 0x00000050 , 0x0000003f 
+ 00013006  0x0000099f arg  0x00004040 , 0x00000011 
+ 00013007  0x000009a0 iadd  0x00000011 , 0x00000011 
+ 00013008  0x000009a1 ifetch  0x00000001 , 0x00000011 
+ 00013009  0x000009a2 bbit1  0x00000001 , 0x000032d4 
+ 00013010  0x000009a3 rtnbit1  0x00000000 
+ 00013011  0x000009a4 rtnbit1  0x00000003 
+ 00013012  0x000009a6 loop  0x000032c8 
+ 00013013  0x000009a7 rtn 
+ 00013014  0x000009aa set0  0x00000025 , 0x00000000 
+ 00013015  0x000009ab bpatch  0x00000031 , 0x00004006 
+ 00013016  0x000009ac arg  0x0000330b , 0x00000013 
+ 00013017  0x000009ad call  0x00003301 
+ 00013018  0x000009ae nrtn  0x00000005 
+ 00013019  0x000009af deposit  0x00000011 
+ 00013020  0x000009b0 store  0x00000002 , 0x0000001e 
+ 00013021  0x000009b1 force  0x00000000 , 0x0000003e 
+ 00013022  0x000009b2 rtn 
+ 00013023  0x000009b7 call  0x00003847 
+ 00013024  0x000009b8 branch  0x000032e7 , 0x00000001 
+ 00013025  0x000009b9 fetch  0x00000002 , 0x0000001e 
+ 00013026  0x000009ba add  0x0000003f , 0x00000017 , 0x00000005 
+ 00013027  0x000009bb fetch  0x00000001 , 0x00000047 
+ 00013028  0x000009bc istore  0x00000001 , 0x00000005 
+ 00013029  0x000009bd arg  0x00003334 , 0x00000013 
+ 00013030  0x000009be branch  0x00003301 
+ 00013031  0x000009c1 fetch  0x00000001 , 0x00000047 
+ 00013032  0x000009c2 isolate1  0x00000003 , 0x0000003f 
+ 00013033  0x000009c3 branch  0x000032ec , 0x00000001 
+ 00013034  0x000009c4 force  0x00000001 , 0x0000003e 
+ 00013035  0x000009c5 rtn 
+ 00013036  0x000009c7 force  0x00000000 , 0x0000003e 
+ 00013037  0x000009c8 rtn 
+ 00013038  0x000009cc arg  0x00003331 , 0x00000013 
+ 00013039  0x000009cd branch  0x00003301 
+ 00013040  0x000009d0 fetcht  0x00000002 , 0x0000001e 
+ 00013041  0x000009d1 arg  0x00003366 , 0x00000013 
+ 00013042  0x000009d2 branch  0x00003301 
+ 00013043  0x000009d5 fetcht  0x00000002 , 0x0000001e 
+ 00013044  0x000009d6 arg  0x00003359 , 0x00000013 
+ 00013045  0x000009d7 branch  0x00003301 
+ 00013046  0x000009db fetcht  0x00000001 , 0x00004273 
+ 00013047  0x000009dd arg  0x00003316 , 0x00000013 
+ 00013048  0x000009de branch  0x00003301 
+ 00013049  0x000009e1 set0  0x00000025 , 0x00000000 
+ 00013050  0x000009e2 bpatch  0x00000032 , 0x00004006 
+ 00013051  0x000009e3 fetcht  0x00000006 , 0x00004274 
+ 00013052  0x000009e5 arg  0x0000330f , 0x00000013 
+ 00013053  0x000009e6 branch  0x00003301 
+ 00013054  0x000009e9 arg  0x0000331c , 0x00000013 
+ 00013055  0x000009ea branch  0x00003301 
+ 00013056  0x000009ed arg  0x00003350 , 0x00000013 
+ 00013057  0x000009ef set0  0x00000025 , 0x00000000 
+ 00013058  0x000009f0 bpatch  0x00000033 , 0x00004006 
+ 00013059  0x000009f1 arg  0x00004040 , 0x00000011 
+ 00013060  0x000009f2 force  0x00000003 , 0x00000039 
+ 00013061  0x000009f4 ifetch  0x00000001 , 0x00000011 
+ 00013062  0x000009f5 copy  0x00000013 , 0x0000003d 
+ 00013063  0x000009f7 increase  0x00000050 , 0x00000011 
+ 00013064  0x000009f8 loop  0x00003305 
+ 00013065  0x000009f9 force  0x00000001 , 0x0000003e 
+ 00013066  0x000009fa rtn 
+ 00013067  0x000009fd bbit1  0x00000000 , 0x00003307 
+ 00013068  0x000009fe bbit1  0x00000003 , 0x00003307 
+ 00013069  0x000009ff force  0x00000000 , 0x0000003e 
+ 00013070  0x00000a00 rtn 
+ 00013071  0x00000a03 bbit1  0x00000003 , 0x00003311 
+ 00013072  0x00000a04 bbit0  0x00000000 , 0x00003307 
+ 00013073  0x00000a06 add  0x00000011 , 0x00000010 , 0x00000006 
+ 00013074  0x00000a07 ifetch  0x00000006 , 0x00000006 
+ 00013075  0x00000a08 isub  0x00000002 , 0x0000003e 
+ 00013076  0x00000a09 rtn  0x00000005 
+ 00013077  0x00000a0a branch  0x00003307 
+ 00013078  0x00000a0d bbit0  0x00000000 , 0x00003307 
+ 00013079  0x00000a0e add  0x00000011 , 0x00000016 , 0x00000006 
+ 00013080  0x00000a0f ifetch  0x00000001 , 0x00000006 
+ 00013081  0x00000a10 isub  0x00000002 , 0x0000003e 
+ 00013082  0x00000a11 rtn  0x00000005 
+ 00013083  0x00000a12 branch  0x00003307 
+ 00013084  0x00000a15 bbit0  0x00000001 , 0x00003307 
+ 00013085  0x00000a17 call  0x0000333d 
+ 00013086  0x00000a18 bbit1  0x0000001b , 0x00003322 
+ 00013087  0x00000a19 isolate0  0x0000001b , 0x00000002 
+ 00013088  0x00000a1a branch  0x00003322 , 0x00000001 
+ 00013089  0x00000a1b set1  0x0000001c , 0x0000003f 
+ 00013090  0x00000a1d isub  0x00000002 , 0x0000003f 
+ 00013091  0x00000a1e increase  0x00000001 , 0x0000003f 
+ 00013092  0x00000a1f branch  0x0000332b , 0x00000002 
+ 00013093  0x00000a20 increase  0x00000005 , 0x0000003f 
+ 00013094  0x00000a21 nbranch  0x00003307 , 0x00000002 
+ 00013095  0x00000a23 copy  0x00000002 , 0x00000021 
+ 00013096  0x00000a24 call  0x00003349 
+ 00013097  0x00000a25 force  0x00000000 , 0x0000003e 
+ 00013098  0x00000a26 rtn 
+ 00013099  0x00000a29 iforce  0x00000012 
+ 00013100  0x00000a2a add  0x00000011 , 0x00000002 , 0x00000006 
+ 00013101  0x00000a2b ifetch  0x00000002 , 0x00000006 
+ 00013102  0x00000a2c branch  0x00003327 , 0x00000034 
+ 00013103  0x00000a2d call  0x00003349 
+ 00013104  0x00000a2e branch  0x0000331d 
+ 00013105  0x00000a31 bbit0  0x00000000 , 0x00003307 
+ 00013106  0x00000a32 force  0x00000000 , 0x0000003e 
+ 00013107  0x00000a33 rtn 
+ 00013108  0x00000a36 bbit0  0x00000000 , 0x00003307 
+ 00013109  0x00000a37 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00013110  0x00000a38 ifetch  0x00000001 , 0x00000006 
+ 00013111  0x00000a39 bbit1  0x00000000 , 0x00003307 
+ 00013112  0x00000a3a add  0x00000011 , 0x00000017 , 0x00000006 
+ 00013113  0x00000a3b ifetch  0x00000001 , 0x00000006 
+ 00013114  0x00000a3c bbit0  0x00000003 , 0x00003307 
+ 00013115  0x00000a3d force  0x00000000 , 0x0000003e 
+ 00013116  0x00000a3e rtn 
+ 00013117  0x00000a41 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00013118  0x00000a42 ifetcht  0x00000001 , 0x00000006 
+ 00013119  0x00000a43 deposit  0x00000022 
+ 00013120  0x00000a44 isolate1  0x00000001 , 0x00000002 
+ 00013121  0x00000a45 add  0x00000011 , 0x00000004 , 0x00000006 
+ 00013122  0x00000a46 ifetcht  0x00000004 , 0x00000006 
+ 00013123  0x00000a47 rtn  0x00000001 
+ 00013124  0x00000a48 add  0x00000011 , 0x00000008 , 0x00000006 
+ 00013125  0x00000a49 ifetch  0x00000006 , 0x00000006 
+ 00013126  0x00000a4a call  0x000039c0 
+ 00013127  0x00000a4b deposit  0x00000028 
+ 00013128  0x00000a4c rtn 
+ 00013129  0x00000a4f add  0x00000011 , 0x00000002 , 0x00000006 
+ 00013130  0x00000a50 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00013131  0x00000a51 ifetch  0x00000002 , 0x00000006 
+ 00013132  0x00000a52 iadd  0x00000002 , 0x0000000b 
+ 00013133  0x00000a53 deposit  0x0000000b 
+ 00013134  0x00000a54 istore  0x00000004 , 0x00000005 
+ 00013135  0x00000a55 branch  0x00005434 
+ 00013136  0x00000a59 bbit0  0x00000001 , 0x00003307 
+ 00013137  0x00000a5a call  0x0000333d 
+ 00013138  0x00000a5b iadd  0x0000001b , 0x0000003f 
+ 00013139  0x00000a5c iadd  0x0000001b , 0x0000003f 
+ 00013140  0x00000a5d iadd  0x00000007 , 0x0000003f 
+ 00013141  0x00000a5e isub  0x00000002 , 0x0000003e 
+ 00013142  0x00000a5f nbranch  0x00003307 , 0x00000002 
+ 00013143  0x00000a60 force  0x00000000 , 0x0000003e 
+ 00013144  0x00000a61 rtn 
+ 00013145  0x00000a64 bbit0  0x00000000 , 0x00003307 
+ 00013146  0x00000a65 deposit  0x00000002 
+ 00013147  0x00000a66 isub  0x00000011 , 0x0000003e 
+ 00013148  0x00000a67 branch  0x00003307 , 0x0000003e 
+ 00013149  0x00000a68 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00013150  0x00000a69 ifetch  0x00000001 , 0x00000006 
+ 00013151  0x00000a6a bbit1  0x00000000 , 0x00003307 
+ 00013152  0x00000a6b add  0x00000011 , 0x00000018 , 0x00000005 
+ 00013153  0x00000a6c ifetch  0x00000001 , 0x00000005 
+ 00013154  0x00000a6d nbranch  0x00003307 , 0x00000034 
+ 00013155  0x00000a6e force  0x0000002d , 0x0000003f 
+ 00013156  0x00000a6f istore  0x00000001 , 0x00000005 
+ 00013157  0x00000a70 branch  0x00003307 
+ 00013158  0x00000a73 bbit0  0x00000000 , 0x00003307 
+ 00013159  0x00000a74 deposit  0x00000002 
+ 00013160  0x00000a75 isub  0x00000011 , 0x0000003e 
+ 00013161  0x00000a76 branch  0x00003307 , 0x0000003e 
+ 00013162  0x00000a77 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00013163  0x00000a78 ifetch  0x00000001 , 0x00000006 
+ 00013164  0x00000a79 bbit1  0x00000000 , 0x00003307 
+ 00013165  0x00000a7a ifetch  0x00000001 , 0x00000011 
+ 00013166  0x00000a7b set0  0x00000007 , 0x0000003f 
+ 00013167  0x00000a7c istore  0x00000001 , 0x00000011 
+ 00013168  0x00000a7d branch  0x00003307 
+ 00013169  0x00000a81 set0  0x00000025 , 0x00000000 
+ 00013170  0x00000a82 bpatch  0x00000034 , 0x00004006 
+ 00013171  0x00000a83 call  0x00003bac 
+ 00013172  0x00000a85 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00013173  0x00000a86 call  0x00003a54 
+ 00013174  0x00000a87 force  0x00000003 , 0x00000024 
+ 00013175  0x00000a88 call  0x00003a42 
+ 00013176  0x00000a89 call  0x00003bae 
+ 00013177  0x00000a8a call  0x00003bb4 
+ 00013178  0x00000a8b call  0x00003bc5 
+ 00013179  0x00000a8c branch  0x000038bf 
+ 00013180  0x00000a8f set0  0x00000025 , 0x00000000 
+ 00013181  0x00000a90 bpatch  0x00000035 , 0x00004006 
+ 00013182  0x00000a91 call  0x00003baa 
+ 00013183  0x00000a93 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00013184  0x00000a94 call  0x00003a54 
+ 00013185  0x00000a95 force  0x00000003 , 0x00000024 
+ 00013186  0x00000a96 call  0x00003a3b 
+ 00013187  0x00000a97 call  0x000034e1 
+ 00013188  0x00000a98 call  0x00003b41 
+ 00013189  0x00000a99 call  0x00003bba 
+ 00013190  0x00000a9a call  0x00003b3a 
+ 00013191  0x00000a9c call  0x00003b63 
+ 00013192  0x00000a9d nrtn  0x00000018 
+ 00013193  0x00000a9e call  0x00003af3 
+ 00013194  0x00000a9f branch  0x000035df 
+ 00013195  0x00000aa4 set0  0x00000025 , 0x00000000 
+ 00013196  0x00000aa5 bpatch  0x00000036 , 0x00004006 
+ 00013197  0x00000aa6 fetch  0x00000001 , 0x0000018b 
+ 00013198  0x00000aa7 iforce  0x00000004 
+ 00013199  0x00000aa8 force  0x00000001 , 0x00000001 
+ 00013200  0x00000aa9 call  0x00003371 
+ 00013201  0x00000aaa branch  0x0000337c 
+ 00013202  0x00000ab6 fetch  0x00000001 , 0x00004133 
+ 00013203  0x00000ab7 rtnbit0  0x00000000 
+ 00013204  0x00000ab8 force  0x00000005 , 0x00000007 
+ 00013205  0x00000ab9 call  0x00007e53 
+ 00013206  0x00000aba nrtn  0x00000034 
+ 00013207  0x00000abb fetcht  0x00000002 , 0x0000414d 
+ 00013208  0x00000abc force  0x00000004 , 0x00000007 
+ 00013209  0x00000abd call  0x0000383d 
+ 00013210  0x00000abe rtn  0x00000028 
+ 00013211  0x00000abf call  0x000033a2 
+ 00013212  0x00000ac0 force  0x00000005 , 0x00000007 
+ 00013213  0x00000ac1 fetch  0x00000002 , 0x0000414f 
+ 00013214  0x00000ac2 nbranch  0x00007e4c , 0x00000018 
+ 00013215  0x00000ac3 random  0x0000003f 
+ 00013216  0x00000ac4 iand  0x00000035 , 0x0000003f 
+ 00013217  0x00000ac5 branch  0x00007e4c 
+ 00013218  0x00000ac9 set0  0x00000025 , 0x00000000 
+ 00013219  0x00000aca bpatch  0x00000037 , 0x00004006 
+ 00013220  0x00000acb jam  0x00000000 , 0x0000018b 
+ 00013221  0x00000acc disable  0x00000030 
+ 00013222  0x00000acd disable  0x0000002e 
+ 00013223  0x00000ace call  0x00003a12 
+ 00013224  0x00000acf and  0x00000022 , 0x000001fc , 0x00000021 
+ 00013225  0x00000ad0 force  0x00000001 , 0x00000024 
+ 00013226  0x00000ad1 call  0x00003a49 
+ 00013227  0x00000ad2 call  0x00003a3b 
+ 00013228  0x00000ad3 setflip  0x0000001d , 0x00000000 
+ 00013229  0x00000ad4 fetch  0x00000001 , 0x00000006 
+ 00013230  0x00000ad5 increase  0x00000001 , 0x0000003f 
+ 00013231  0x00000ad6 store  0x00000001 , 0x00000006 
+ 00013232  0x00000ad7 call  0x00003a66 
+ 00013233  0x00000ad8 call  0x00003b3a 
+ 00013234  0x00000ad9 call  0x00003b6b 
+ 00013235  0x00000ada nrtn  0x00000018 
+ 00013236  0x00000adb set0  0x00000025 , 0x00000000 
+ 00013237  0x00000adc bpatch  0x00000038 , 0x00004007 
+ 00013238  0x00000add force  0x00000000 , 0x0000001b 
+ 00013239  0x00000ade call  0x00003a6d 
+ 00013240  0x00000adf fetch  0x00000001 , 0x00000007 
+ 00013241  0x00000ae0 increase  0x00000001 , 0x0000003f 
+ 00013242  0x00000ae1 store  0x00000001 , 0x00000007 
+ 00013243  0x00000ae2 call  0x00003a49 
+ 00013244  0x00000ae3 call  0x00003baa 
+ 00013245  0x00000ae4 or_into  0x00000002 , 0x00000021 
+ 00013246  0x00000ae5 force  0x00000001 , 0x00000024 
+ 00013247  0x00000ae6 call  0x00003a42 
+ 00013248  0x00000ae7 call  0x00003a66 
+ 00013249  0x00000ae8 call  0x00003bae 
+ 00013250  0x00000ae9 call  0x00003bbf 
+ 00013251  0x00000aea deposit  0x00000022 
+ 00013252  0x00000aeb store  0x00000004 , 0x0000016b 
+ 00013253  0x00000aec call  0x00003bc5 
+ 00013254  0x00000aed force  0x00000002 , 0x00000001 
+ 00013255  0x00000aee force  0x00000000 , 0x00000004 
+ 00013256  0x00000aef call  0x00003bcd 
+ 00013257  0x00000af0 call  0x000038c1 
+ 00013258  0x00000af1 call  0x000033ce 
+ 00013259  0x00000af2 and_into  0x000001fd , 0x00000021 
+ 00013260  0x00000af3 increase  0x00000001 , 0x00000026 
+ 00013261  0x00000af4 rtn 
+ 00013262  0x00000af7 set0  0x00000025 , 0x00000000 
+ 00013263  0x00000af8 bpatch  0x00000039 , 0x00004007 
+ 00013264  0x00000af9 fetch  0x00000001 , 0x00004172 
+ 00013265  0x00000afa rtn  0x00000034 
+ 00013266  0x00000afb arg  0x000001bc , 0x00000005 
+ 00013267  0x00000afc fetch  0x00000001 , 0x00004702 
+ 00013268  0x00000afd copy  0x0000003f , 0x00000039 
+ 00013269  0x00000afe increase  0x00000001 , 0x0000003f 
+ 00013270  0x00000aff istore  0x00000001 , 0x00000005 
+ 00013271  0x00000b00 copy  0x00000005 , 0x00000002 
+ 00013272  0x00000b01 increase  0x00000001 , 0x0000003f 
+ 00013273  0x00000b02 store  0x00000002 , 0x00000091 
+ 00013274  0x00000b03 copy  0x00000002 , 0x00000005 
+ 00013275  0x00000b04 setarg  0x00000009 
+ 00013276  0x00000b05 istore  0x00000001 , 0x00000005 
+ 00013277  0x00000b06 arg  0x00004703 , 0x00000006 
+ 00013278  0x00000b07 call  0x00007e45 
+ 00013279  0x00000b08 arg  0x00004771 , 0x00000013 
+ 00013280  0x00000b09 arg  0x00000004 , 0x00000039 
+ 00013281  0x00000b0a call  0x000033f1 
+ 00013282  0x00000b0b arg  0x0000475b , 0x00000013 
+ 00013283  0x00000b0c arg  0x00000001 , 0x00000039 
+ 00013284  0x00000b0d call  0x000033f1 
+ 00013285  0x00000b0e force  0x0000000a , 0x00000001 
+ 00013286  0x00000b0f jam  0x00000002 , 0x00000090 
+ 00013287  0x00000b10 setarg  0x000001bc 
+ 00013288  0x00000b11 store  0x00000002 , 0x00000179 
+ 00013289  0x00000b12 call  0x00003baa 
+ 00013290  0x00000b13 call  0x00003a42 
+ 00013291  0x00000b14 call  0x00003bae 
+ 00013292  0x00000b15 call  0x00003bbf 
+ 00013293  0x00000b16 call  0x00003bc5 
+ 00013294  0x00000b17 call  0x00003bcd 
+ 00013295  0x00000b18 call  0x000038c1 
+ 00013296  0x00000b19 rtn 
+ 00013297  0x00000b1d copy  0x00000005 , 0x00000002 
+ 00013298  0x00000b1e copy  0x00000013 , 0x00000006 
+ 00013299  0x00000b1f ifetch  0x00000001 , 0x00000006 
+ 00013300  0x00000b20 rtn  0x00000034 
+ 00013301  0x00000b22 lshift  0x0000003f , 0x0000003f 
+ 00013302  0x00000b23 loop  0x000033f5 
+ 00013303  0x00000b24 copy  0x0000003f , 0x00000011 
+ 00013304  0x00000b25 increase  0x00000002 , 0x0000003f 
+ 00013305  0x00000b26 copy  0x0000003f , 0x00000007 
+ 00013306  0x00000b27 fetch  0x00000002 , 0x00000091 
+ 00013307  0x00000b28 iadd  0x00000007 , 0x0000003f 
+ 00013308  0x00000b29 store  0x00000002 , 0x00000091 
+ 00013309  0x00000b2a copy  0x00000002 , 0x00000005 
+ 00013310  0x00000b2b copy  0x00000011 , 0x0000003f 
+ 00013311  0x00000b2c increase  0x00000001 , 0x0000003f 
+ 00013312  0x00000b2d istore  0x00000001 , 0x00000005 
+ 00013313  0x00000b2e copy  0x00000013 , 0x00000006 
+ 00013314  0x00000b2f ifetch  0x00000001 , 0x00000006 
+ 00013315  0x00000b30 ifetch  0x00000001 , 0x00000006 
+ 00013316  0x00000b31 istore  0x00000001 , 0x00000005 
+ 00013317  0x00000b32 copy  0x00000011 , 0x00000039 
+ 00013318  0x00000b33 branch  0x00007e45 
+ 00013319  0x00000b3a fetch  0x00000001 , 0x00004133 
+ 00013320  0x00000b3b rtnbit0  0x00000001 
+ 00013321  0x00000b3c force  0x00000006 , 0x00000007 
+ 00013322  0x00000b3d call  0x00007e53 
+ 00013323  0x00000b3e nrtn  0x00000034 
+ 00013324  0x00000b3f fetcht  0x00000002 , 0x00004151 
+ 00013325  0x00000b40 force  0x00000028 , 0x00000007 
+ 00013326  0x00000b41 call  0x0000383d 
+ 00013327  0x00000b42 rtn  0x00000028 
+ 00013328  0x00000b43 force  0x00000000 , 0x00000004 
+ 00013329  0x00000b44 jam  0x00000008 , 0x00000010 
+ 00013330  0x00000b45 set0  0x0000000b , 0x00000000 
+ 00013331  0x00000b46 call  0x00003417 
+ 00013332  0x00000b47 force  0x00000006 , 0x00000007 
+ 00013333  0x00000b48 fetch  0x00000002 , 0x00004153 
+ 00013334  0x00000b49 branch  0x00007e4c 
+ 00013335  0x00000b4d set0  0x00000025 , 0x00000000 
+ 00013336  0x00000b4e bpatch  0x0000003a , 0x00004007 
+ 00013337  0x00000b4f disable  0x00000030 
+ 00013338  0x00000b50 call  0x00003a12 
+ 00013339  0x00000b51 fetch  0x00000001 , 0x00000008 
+ 00013340  0x00000b52 increase  0x00000001 , 0x0000003f 
+ 00013341  0x00000b53 store  0x00000001 , 0x00000008 
+ 00013342  0x00000b54 force  0x00000000 , 0x00000026 
+ 00013343  0x00000b55 call  0x00003a54 
+ 00013344  0x00000b56 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00013345  0x00000b57 force  0x00000002 , 0x00000024 
+ 00013346  0x00000b58 set0  0x00000025 , 0x00000000 
+ 00013347  0x00000b59 bpatch  0x0000003b , 0x00004007 
+ 00013348  0x00000b5a call  0x00003a3b 
+ 00013349  0x00000b5b call  0x00003b3a 
+ 00013350  0x00000b5c call  0x00003b6b 
+ 00013351  0x00000b5d nrtn  0x00000018 
+ 00013352  0x00000b5e call  0x00003a6d 
+ 00013353  0x00000b5f fetch  0x00000001 , 0x00000009 
+ 00013354  0x00000b60 increase  0x00000001 , 0x0000003f 
+ 00013355  0x00000b61 store  0x00000001 , 0x00000009 
+ 00013356  0x00000b62 force  0x00000000 , 0x0000001b 
+ 00013357  0x00000b63 call  0x00003baa 
+ 00013358  0x00000b64 or_into  0x00000002 , 0x00000021 
+ 00013359  0x00000b65 force  0x00000001 , 0x00000024 
+ 00013360  0x00000b66 call  0x00003a42 
+ 00013361  0x00000b67 call  0x00003bae 
+ 00013362  0x00000b68 call  0x00003bbf 
+ 00013363  0x00000b69 call  0x00003bc5 
+ 00013364  0x00000b6a call  0x0000375c 
+ 00013365  0x00000b6b force  0x00000000 , 0x00000004 
+ 00013366  0x00000b6c arg  0x00000600 , 0x0000000b 
+ 00013367  0x00000b6d until  0x00000029 , 0x00000026 
+ 00013368  0x00000b6e or_into  0x00000003 , 0x00000028 
+ 00013369  0x00000b6f and_into  0x000001fd , 0x00000021 
+ 00013370  0x00000b71 set0  0x00000025 , 0x00000000 
+ 00013371  0x00000b72 bpatch  0x0000003c , 0x00004007 
+ 00013372  0x00000b73 increase  0x00000001 , 0x00000026 
+ 00013373  0x00000b74 call  0x00003a3b 
+ 00013374  0x00000b75 call  0x00003b3a 
+ 00013375  0x00000b76 call  0x00003b5d 
+ 00013376  0x00000b77 nbranch  0x00003444 , 0x00000018 
+ 00013377  0x00000b78 call  0x00003bcd 
+ 00013378  0x00000b79 call  0x000035e1 
+ 00013379  0x00000b7a bmark1  0x0000000b , 0x0000344c 
+ 00013380  0x00000b7c set0  0x00000025 , 0x00000000 
+ 00013381  0x00000b7d bpatch  0x0000003d , 0x00004007 
+ 00013382  0x00000b7e fetch  0x00000001 , 0x00000010 
+ 00013383  0x00000b7f rtn  0x00000034 
+ 00013384  0x00000b80 increase  0xffffffff , 0x0000003f 
+ 00013385  0x00000b81 store  0x00000001 , 0x00000010 
+ 00013386  0x00000b82 call  0x00003bac 
+ 00013387  0x00000b83 branch  0x0000343a 
+ 00013388  0x00000b87 set0  0x00000025 , 0x00000000 
+ 00013389  0x00000b88 bpatch  0x0000003e , 0x00004007 
+ 00013390  0x00000b89 set0  0x00000001 , 0x00000028 
+ 00013391  0x00000b8a set1  0x00000000 , 0x00000028 
+ 00013392  0x00000b8b fetch  0x00000001 , 0x0000000a 
+ 00013393  0x00000b8c increase  0x00000001 , 0x0000003f 
+ 00013394  0x00000b8d store  0x00000001 , 0x0000000a 
+ 00013395  0x00000b8e call  0x00003baa 
+ 00013396  0x00000b8f or_into  0x00000002 , 0x00000021 
+ 00013397  0x00000b90 call  0x00003a42 
+ 00013398  0x00000b91 call  0x00003bae 
+ 00013399  0x00000b92 call  0x00003bbf 
+ 00013400  0x00000b93 call  0x00003bc5 
+ 00013401  0x00000b94 call  0x0000375c 
+ 00013402  0x00000b96 compare  0x00000003 , 0x00000028 , 0x00000003 
+ 00013403  0x00000b97 branch  0x0000345e , 0x00000001 
+ 00013404  0x00000b98 until  0x0000003e , 0x00000017 
+ 00013405  0x00000b99 branch  0x0000345a 
+ 00013406  0x00000b9b fetch  0x00000004 , 0x0000016f 
+ 00013407  0x00000b9c or_into  0x00000003 , 0x0000003f 
+ 00013408  0x00000b9d icopy  0x00000028 
+ 00013409  0x00000ba0 set0  0x00000025 , 0x00000000 
+ 00013410  0x00000ba1 bpatch  0x0000003f , 0x00004007 
+ 00013411  0x00000ba2 fetch  0x00000006 , 0x00000182 
+ 00013412  0x00000ba3 store  0x00000006 , 0x00000040 
+ 00013413  0x00000ba4 call  0x000034ed 
+ 00013414  0x00000ba6 call  0x00003539 
+ 00013415  0x00000ba7 branch  0x0000346b , 0x0000002d 
+ 00013416  0x00000ba8 call  0x0000350e 
+ 00013417  0x00000ba9 nbranch  0x00003466 , 0x00000034 
+ 00013418  0x00000baa rtn 
+ 00013419  0x00000bae set0  0x00000025 , 0x00000000 
+ 00013420  0x00000baf bpatch  0x00000040 , 0x00004008 
+ 00013421  0x00000bb0 call  0x000034f9 
+ 00013422  0x00000bb1 call  0x000032d6 
+ 00013423  0x00000bb2 nrtn  0x00000005 
+ 00013424  0x00000bb3 jam  0x00000000 , 0x00000031 
+ 00013425  0x00000bb4 call  0x000039ac 
+ 00013426  0x00000bb5 branch  0x000032bd 
+ 00013427  0x00000bb9 set0  0x00000025 , 0x00000000 
+ 00013428  0x00000bba bpatch  0x00000041 , 0x00004008 
+ 00013429  0x00000bbb call  0x000039bc 
+ 00013430  0x00000bbc call  0x000034a5 
+ 00013431  0x00000bbd rtn  0x00000028 
+ 00013432  0x00000bbe call  0x0000327c 
+ 00013433  0x00000bbf call  0x00006a54 
+ 00013434  0x00000bc1 set0  0x00000025 , 0x00000000 
+ 00013435  0x00000bc2 bpatch  0x00000042 , 0x00004008 
+ 00013436  0x00000bc3 call  0x00003e25 
+ 00013437  0x00000bc4 call  0x00006dec 
+ 00013438  0x00000bc5 call  0x000035d6 
+ 00013439  0x00000bc6 call  0x00007f39 
+ 00013440  0x00000bc7 nbranch  0x0000348d , 0x0000002d 
+ 00013441  0x00000bc8 call  0x00003bec 
+ 00013442  0x00000bc9 call  0x00003870 
+ 00013443  0x00000bca call  0x00006e10 
+ 00013444  0x00000bcb call  0x00003547 
+ 00013445  0x00000bcc call  0x000038b1 
+ 00013446  0x00000bcd call  0x00005b78 
+ 00013447  0x00000bce call  0x00004995 
+ 00013448  0x00000bcf call  0x000048a9 
+ 00013449  0x00000bd0 fetch  0x00000001 , 0x0000000b 
+ 00013450  0x00000bd1 increase  0x00000001 , 0x0000003f 
+ 00013451  0x00000bd2 store  0x00000001 , 0x0000000b 
+ 00013452  0x00000bd3 call  0x000039ac 
+ 00013453  0x00000bd5 set0  0x00000025 , 0x00000000 
+ 00013454  0x00000bd6 bpatch  0x00000043 , 0x00004008 
+ 00013455  0x00000bd7 call  0x00003d61 
+ 00013456  0x00000bd8 call  0x00003be2 
+ 00013457  0x00000bd9 branch  0x00003498 , 0x00000002 
+ 00013458  0x00000bda call  0x00003204 
+ 00013459  0x00000bdb nbranch  0x00003498 , 0x00000028 
+ 00013460  0x00000bdc call  0x00003812 
+ 00013461  0x00000bdd nbranch  0x0000347a , 0x00000034 
+ 00013462  0x00000bde call  0x00006a5c 
+ 00013463  0x00000bdf branch  0x00003290 
+ 00013464  0x00000be3 set0  0x00000025 , 0x00000000 
+ 00013465  0x00000be4 bpatch  0x00000044 , 0x00004008 
+ 00013466  0x00000be5 jam  0x00000000 , 0x00000153 
+ 00013467  0x00000be6 jam  0x00000000 , 0x00000189 
+ 00013468  0x00000be7 call  0x00003516 
+ 00013469  0x00000be8 set0  0x00000011 , 0x00000000 
+ 00013470  0x00000be9 call  0x00007f8a 
+ 00013471  0x00000bea fetch  0x00000001 , 0x00000030 
+ 00013472  0x00000beb bbit0  0x00000004 , 0x000034a3 
+ 00013473  0x00000bec fetcht  0x00000001 , 0x00000046 
+ 00013474  0x00000bed branch  0x000048c4 
+ 00013475  0x00000bf0 force  0x00000006 , 0x00000002 
+ 00013476  0x00000bf1 branch  0x00004826 
+ 00013477  0x00000bf4 set0  0x00000025 , 0x00000000 
+ 00013478  0x00000bf5 bpatch  0x00000045 , 0x00004008 
+ 00013479  0x00000bf6 call  0x0000322e 
+ 00013480  0x00000bf7 nrtn  0x00000028 
+ 00013481  0x00000bf8 copy  0x00000004 , 0x00000002 
+ 00013482  0x00000bf9 call  0x00003bd1 
+ 00013483  0x00000bfa store  0x00000001 , 0x0000018b 
+ 00013484  0x00000bfb copy  0x00000002 , 0x00000004 
+ 00013485  0x00000bfc jam  0x00000020 , 0x00000011 
+ 00013486  0x00000bfe set0  0x00000025 , 0x00000000 
+ 00013487  0x00000bff bpatch  0x00000046 , 0x00004008 
+ 00013488  0x00000c00 call  0x00003bac 
+ 00013489  0x00000c01 force  0x00000002 , 0x00000001 
+ 00013490  0x00000c02 call  0x000038a8 
+ 00013491  0x00000c03 deposit  0x00000022 
+ 00013492  0x00000c04 store  0x00000004 , 0x0000016b 
+ 00013493  0x00000c05 call  0x000038bf 
+ 00013494  0x00000c06 call  0x00003baa 
+ 00013495  0x00000c07 enable  0x0000002f 
+ 00013496  0x00000c08 call  0x000035b7 
+ 00013497  0x00000c09 branch  0x000034c1 , 0x00000018 
+ 00013498  0x00000c0a call  0x00003a6d 
+ 00013499  0x00000c0b call  0x0000350e 
+ 00013500  0x00000c0c nbranch  0x000034ae , 0x00000034 
+ 00013501  0x00000c0d rtnmark0  0x00000004 
+ 00013502  0x00000c0e jam  0x00000034 , 0x0000007c 
+ 00013503  0x00000c0f set1  0x00000003 , 0x00000000 
+ 00013504  0x00000c10 rtn 
+ 00013505  0x00000c12 enable  0x00000030 
+ 00013506  0x00000c13 call  0x000034ed 
+ 00013507  0x00000c14 call  0x00003a12 
+ 00013508  0x00000c16 set0  0x00000025 , 0x00000000 
+ 00013509  0x00000c17 bpatch  0x00000047 , 0x00004008 
+ 00013510  0x00000c18 call  0x0000338b 
+ 00013511  0x00000c19 branch  0x000034ce , 0x00000018 
+ 00013512  0x00000c1a call  0x0000350e 
+ 00013513  0x00000c1b nbranch  0x000034c4 , 0x00000034 
+ 00013514  0x00000c1c disable  0x00000030 
+ 00013515  0x00000c1d deposit  0x00000028 
+ 00013516  0x00000c1e store  0x00000004 , 0x0000416a 
+ 00013517  0x00000c1f rtn 
+ 00013518  0x00000c21 force  0x00000000 , 0x00000002 
+ 00013519  0x00000c22 call  0x0000487f 
+ 00013520  0x00000c23 enable  0x00000029 
+ 00013521  0x00000c24 bmark0  0x00000004 , 0x000034d6 
+ 00013522  0x00000c25 set0  0x00000004 , 0x00000000 
+ 00013523  0x00000c26 jam  0x00000003 , 0x0000007c 
+ 00013524  0x00000c27 jam  0x00000033 , 0x0000007d 
+ 00013525  0x00000c28 call  0x00006212 
+ 00013526  0x00000c2a deposit  0x00000004 
+ 00013527  0x00000c2b store  0x00000001 , 0x00000077 
+ 00013528  0x00000c2c force  0x00000000 , 0x0000003f 
+ 00013529  0x00000c2d store  0x00000006 , 0x00000038 
+ 00013530  0x00000c2e fetch  0x00000001 , 0x00000031 
+ 00013531  0x00000c2f set1  0x00000001 , 0x0000003f 
+ 00013532  0x00000c30 store  0x00000001 , 0x00000031 
+ 00013533  0x00000c31 call  0x00003bec 
+ 00013534  0x00000c32 disable  0x00000029 
+ 00013535  0x00000c34 enable  0x00000028 
+ 00013536  0x00000c35 rtn 
+ 00013537  0x00000c3a set0  0x00000025 , 0x00000000 
+ 00013538  0x00000c3b bpatch  0x00000048 , 0x00004009 
+ 00013539  0x00000c3c disable  0x0000002d 
+ 00013540  0x00000c3d set0  0x00000005 , 0x00000000 
+ 00013541  0x00000c3e set0  0x0000000a , 0x00000000 
+ 00013542  0x00000c3f set0  0x00000010 , 0x00000000 
+ 00013543  0x00000c40 set0  0x0000000f , 0x00000000 
+ 00013544  0x00000c41 fetch  0x00000001 , 0x00000047 
+ 00013545  0x00000c42 set0  0x00000005 , 0x0000003f 
+ 00013546  0x00000c43 set1  0x00000004 , 0x0000003f 
+ 00013547  0x00000c44 store  0x00000001 , 0x00000047 
+ 00013548  0x00000c45 rtn 
+ 00013549  0x00000c48 set0  0x00000025 , 0x00000000 
+ 00013550  0x00000c49 bpatch  0x00000049 , 0x00004009 
+ 00013551  0x00000c4a jam  0x00000020 , 0x00000011 
+ 00013552  0x00000c4b jam  0x00000050 , 0x00000047 
+ 00013553  0x00000c4c fetch  0x00000002 , 0x0000415f 
+ 00013554  0x00000c4d store  0x00000002 , 0x0000003e 
+ 00013555  0x00000c4e deposit  0x00000022 
+ 00013556  0x00000c4f store  0x00000004 , 0x0000416a 
+ 00013557  0x00000c50 rtn  0x00000030 
+ 00013558  0x00000c51 deposit  0x00000028 
+ 00013559  0x00000c52 store  0x00000004 , 0x0000416a 
+ 00013560  0x00000c53 rtn 
+ 00013561  0x00000c56 set0  0x00000025 , 0x00000000 
+ 00013562  0x00000c57 bpatch  0x0000004a , 0x00004009 
+ 00013563  0x00000c58 call  0x00005b6f 
+ 00013564  0x00000c59 call  0x00003512 
+ 00013565  0x00000c5a store  0x00000001 , 0x00000046 
+ 00013566  0x00000c5b setarg  0x00001c80 
+ 00013567  0x00000c5c store  0x00000002 , 0x00000051 
+ 00013568  0x00000c5d fetch  0x00000001 , 0x00000030 
+ 00013569  0x00000c5e set1  0x00000000 , 0x0000003f 
+ 00013570  0x00000c5f store  0x00000001 , 0x00000030 
+ 00013571  0x00000c60 jam  0x00000000 , 0x0000004b 
+ 00013572  0x00000c61 jam  0x00000000 , 0x0000004c 
+ 00013573  0x00000c62 jam  0x00000000 , 0x000000a2 
+ 00013574  0x00000c63 branch  0x00003bec 
+ 00013575  0x00000c67 set0  0x00000025 , 0x00000000 
+ 00013576  0x00000c68 bpatch  0x0000004b , 0x00004009 
+ 00013577  0x00000c69 force  0x00000000 , 0x0000003f 
+ 00013578  0x00000c6a store  0x00000008 , 0x00004262 
+ 00013579  0x00000c6b istore  0x00000008 , 0x00000005 
+ 00013580  0x00000c6c call  0x0000322a 
+ 00013581  0x00000c6d branch  0x000032f0 
+ 00013582  0x00000c70 fetch  0x00000001 , 0x00000011 
+ 00013583  0x00000c71 increase  0xffffffff , 0x0000003f 
+ 00013584  0x00000c72 store  0x00000001 , 0x00000011 
+ 00013585  0x00000c73 rtn 
+ 00013586  0x00000c76 fetch  0x00000001 , 0x00004170 
+ 00013587  0x00000c77 increase  0x00000001 , 0x0000003f 
+ 00013588  0x00000c78 store  0x00000001 , 0x00004170 
+ 00013589  0x00000c79 rtn 
+ 00013590  0x00000c7d set0  0x00000025 , 0x00000000 
+ 00013591  0x00000c7e bpatch  0x0000004c , 0x00004009 
+ 00013592  0x00000c7f call  0x000031fa 
+ 00013593  0x00000c80 fetch  0x00000001 , 0x00004272 
+ 00013594  0x00000c81 beq  0x00000003 , 0x0000351d 
+ 00013595  0x00000c82 fetch  0x00000001 , 0x00000048 
+ 00013596  0x00000c83 bne  0x00000001 , 0x00003521 
+ 00013597  0x00000c85 call  0x000049be 
+ 00013598  0x00000c86 nbranch  0x00003521 , 0x00000005 
+ 00013599  0x00000c87 call  0x000031f5 
+ 00013600  0x00000c88 jam  0x00000000 , 0x00004272 
+ 00013601  0x00000c8a set0  0x00000025 , 0x00000000 
+ 00013602  0x00000c8b bpatch  0x0000004d , 0x00004009 
+ 00013603  0x00000c8c call  0x00003f18 
+ 00013604  0x00000c8d call  0x00004995 
+ 00013605  0x00000c8e call  0x00003806 
+ 00013606  0x00000c8f jam  0x00000002 , 0x00000b7d 
+ 00013607  0x00000c90 call  0x00007c27 
+ 00013608  0x00000c91 call  0x00005b63 
+ 00013609  0x00000c92 call  0x00004d99 
+ 00013610  0x00000c93 call  0x00007719 
+ 00013611  0x00000c94 fetch  0x00000001 , 0x00000030 
+ 00013612  0x00000c95 set0  0x00000000 
+ 00013613  0x00000c96 store  0x00000001 , 0x00000030 
+ 00013614  0x00000c97 jam  0x00000000 , 0x000047f3 
+ 00013615  0x00000c99 fetch  0x00000001 , 0x0000004c 
+ 00013616  0x00000c9a compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00013617  0x00000c9b branch  0x00003533 , 0x00000001 
+ 00013618  0x00000c9c set0  0x00000001 , 0x00000000 
+ 00013619  0x00000c9e fetch  0x00000001 , 0x00000047 
+ 00013620  0x00000c9f bbit0  0x00000003 , 0x00003535 
+ 00013621  0x00000ca1 fetch  0x00000001 , 0x0000004b 
+ 00013622  0x00000ca2 rtnbit0  0x00000006 
+ 00013623  0x00000ca3 set0  0x00000002 , 0x00000000 
+ 00013624  0x00000ca4 rtn 
+ 00013625  0x00000ca7 set0  0x00000025 , 0x00000000 
+ 00013626  0x00000ca8 bpatch  0x0000004e , 0x00004009 
+ 00013627  0x00000ca9 fetch  0x00000001 , 0x0000017e 
+ 00013628  0x00000caa rtn  0x00000034 
+ 00013629  0x00000cab icopy  0x00000004 
+ 00013630  0x00000cac call  0x000035d6 
+ 00013631  0x00000cad nrtn  0x0000002d 
+ 00013632  0x00000cae force  0x00000000 , 0x00000001 
+ 00013633  0x00000caf call  0x000038b1 
+ 00013634  0x00000cb0 deposit  0x00000004 
+ 00013635  0x00000cb1 store  0x00000001 , 0x00000077 
+ 00013636  0x00000cb2 force  0x00000000 , 0x0000003f 
+ 00013637  0x00000cb3 store  0x00000001 , 0x0000017e 
+ 00013638  0x00000cb4 rtn 
+ 00013639  0x00000cbb set0  0x00000025 , 0x00000000 
+ 00013640  0x00000cbc bpatch  0x0000004f , 0x00004009 
+ 00013641  0x00000cbd fetch  0x00000001 , 0x00000030 
+ 00013642  0x00000cbe bbit0  0x00000002 , 0x00003555 
+ 00013643  0x00000cbf force  0x00000007 , 0x00000001 
+ 00013644  0x00000cc0 bmark0  0x00000007 , 0x00003554 
+ 00013645  0x00000cc1 call  0x00003847 
+ 00013646  0x00000cc2 nbranch  0x00003555 , 0x00000001 
+ 00013647  0x00000cc3 branch  0x00003555 , 0x0000002e 
+ 00013648  0x00000cc4 call  0x00003583 
+ 00013649  0x00000cc5 setarg  0x00000002 
+ 00013650  0x00000cc6 store  0x00000002 , 0x00004168 
+ 00013651  0x00000cc7 rtn 
+ 00013652  0x00000cc9 nrtn  0x0000002e 
+ 00013653  0x00000ccb set0  0x00000025 , 0x00000000 
+ 00013654  0x00000ccc bpatch  0x00000050 , 0x0000400a 
+ 00013655  0x00000ccd call  0x000032df 
+ 00013656  0x00000cce nbranch  0x00003568 , 0x00000005 
+ 00013657  0x00000ccf fetch  0x00000001 , 0x00000047 
+ 00013658  0x00000cd0 bbit0  0x00000003 , 0x00003571 
+ 00013659  0x00000cd2 bmark1  0x00000005 , 0x00003575 
+ 00013660  0x00000cd3 fetch  0x00000001 , 0x00000189 
+ 00013661  0x00000cd4 bbit1  0x00000006 , 0x0000357c 
+ 00013662  0x00000cd5 fetch  0x00000002 , 0x00004168 
+ 00013663  0x00000cd6 increase  0xffffffff , 0x0000003f 
+ 00013664  0x00000cd7 store  0x00000002 , 0x00004168 
+ 00013665  0x00000cd8 branch  0x00003565 , 0x00000034 
+ 00013666  0x00000cd9 fetch  0x00000001 , 0x00004165 
+ 00013667  0x00000cda iforce  0x00000001 
+ 00013668  0x00000cdb rtn 
+ 00013669  0x00000cde set0  0x00000025 , 0x00000000 
+ 00013670  0x00000cdf bpatch  0x00000051 , 0x0000400a 
+ 00013671  0x00000ce0 call  0x00003799 
+ 00013672  0x00000ce2 call  0x00003847 
+ 00013673  0x00000ce3 branch  0x00003571 , 0x00000001 
+ 00013674  0x00000ce4 call  0x00005ed9 
+ 00013675  0x00000ce5 branch  0x00003580 , 0x00000028 
+ 00013676  0x00000ce6 fetch  0x00000001 , 0x0000004b 
+ 00013677  0x00000ce7 bbit1  0x00000006 , 0x00003582 
+ 00013678  0x00000ce8 bmark1  0x00000005 , 0x00003575 
+ 00013679  0x00000ce9 fetch  0x00000001 , 0x00000189 
+ 00013680  0x00000cea bbit1  0x00000006 , 0x0000357c 
+ 00013681  0x00000cec force  0x00000001 , 0x00000001 
+ 00013682  0x00000ced rtn  0x00000029 
+ 00013683  0x00000cee force  0x00000000 , 0x00000001 
+ 00013684  0x00000cef rtn 
+ 00013685  0x00000cf1 set0  0x00000025 , 0x00000000 
+ 00013686  0x00000cf2 bpatch  0x00000052 , 0x0000400a 
+ 00013687  0x00000cf3 fetch  0x00000001 , 0x00000019 
+ 00013688  0x00000cf4 iforce  0x00000001 
+ 00013689  0x00000cf5 rtnne  0x00000001 
+ 00013690  0x00000cf6 force  0x00000000 , 0x00000001 
+ 00013691  0x00000cf7 rtn 
+ 00013692  0x00000cf9 fetch  0x00000001 , 0x0000015a 
+ 00013693  0x00000cfa and  0x0000003f , 0x0000000f , 0x00000001 
+ 00013694  0x00000cfb set1  0x00000005 , 0x00000000 
+ 00013695  0x00000cfc rtn 
+ 00013696  0x00000cfe force  0x00000013 , 0x00000001 
+ 00013697  0x00000cff branch  0x00003583 
+ 00013698  0x00000d01 call  0x0000358d 
+ 00013699  0x00000d04 set0  0x00000025 , 0x00000000 
+ 00013700  0x00000d05 bpatch  0x00000053 , 0x0000400a 
+ 00013701  0x00000d06 fetcht  0x00000001 , 0x00000047 
+ 00013702  0x00000d07 set1  0x00000003 , 0x00000002 
+ 00013703  0x00000d08 storet  0x00000001 , 0x00000047 
+ 00013704  0x00000d09 deposit  0x00000001 
+ 00013705  0x00000d0a store  0x00000001 , 0x00004165 
+ 00013706  0x00000d0b setarg  0x0000ffff 
+ 00013707  0x00000d0c store  0x00000002 , 0x00004168 
+ 00013708  0x00000d0d rtn 
+ 00013709  0x00000d10 set0  0x00000025 , 0x00000000 
+ 00013710  0x00000d11 bpatch  0x00000054 , 0x0000400a 
+ 00013711  0x00000d12 fetch  0x00000001 , 0x0000004c 
+ 00013712  0x00000d13 isolate1  0x00000005 , 0x0000003f 
+ 00013713  0x00000d14 fetch  0x00000002 , 0x00000091 
+ 00013714  0x00000d15 branch  0x000035a1 , 0x00000001 
+ 00013715  0x00000d16 force  0x00000003 , 0x00000001 
+ 00013716  0x00000d17 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00013717  0x00000d18 rtn  0x00000002 
+ 00013718  0x00000d19 force  0x00000004 , 0x00000001 
+ 00013719  0x00000d1a sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00013720  0x00000d1b rtn  0x00000002 
+ 00013721  0x00000d1c force  0x0000000a , 0x00000001 
+ 00013722  0x00000d1d sub  0x0000003f , 0x00000079 , 0x0000003e 
+ 00013723  0x00000d1e rtn  0x00000002 
+ 00013724  0x00000d1f force  0x0000000e , 0x00000001 
+ 00013725  0x00000d20 sub  0x0000003f , 0x000000e0 , 0x0000003e 
+ 00013726  0x00000d21 rtn  0x00000002 
+ 00013727  0x00000d22 force  0x0000000f , 0x00000001 
+ 00013728  0x00000d23 rtn 
+ 00013729  0x00000d25 force  0x00000003 , 0x00000001 
+ 00013730  0x00000d26 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00013731  0x00000d27 rtn  0x00000002 
+ 00013732  0x00000d28 force  0x00000004 , 0x00000001 
+ 00013733  0x00000d29 sub  0x0000003f , 0x00000036 , 0x0000003e 
+ 00013734  0x00000d2a rtn  0x00000002 
+ 00013735  0x00000d2b force  0x0000000a , 0x00000001 
+ 00013736  0x00000d2c arg  0x0000016f , 0x00000002 
+ 00013737  0x00000d2d isub  0x00000002 , 0x0000003e 
+ 00013738  0x00000d2e nrtn  0x00000002 
+ 00013739  0x00000d2f force  0x0000000e , 0x00000001 
+ 00013740  0x00000d30 arg  0x000002a7 , 0x00000002 
+ 00013741  0x00000d31 isub  0x00000002 , 0x0000003e 
+ 00013742  0x00000d32 nrtn  0x00000002 
+ 00013743  0x00000d33 force  0x0000000f , 0x00000001 
+ 00013744  0x00000d34 rtn 
+ 00013745  0x00000d3e fetch  0x00000001 , 0x00000030 
+ 00013746  0x00000d3f bbit0  0x00000001 , 0x000035b6 
+ 00013747  0x00000d40 fetch  0x00000002 , 0x00000032 
+ 00013748  0x00000d41 branch  0x000035b6 , 0x00000034 
+ 00013749  0x00000d42 nbranch  0x000035b8 , 0x0000002e 
+ 00013750  0x00000d44 call  0x00003bac 
+ 00013751  0x00000d46 add  0x00000028 , 0x00000001 , 0x00000021 
+ 00013752  0x00000d48 enable  0x00000010 
+ 00013753  0x00000d49 fetch  0x00000002 , 0x0000003e 
+ 00013754  0x00000d4a rshift  0x0000003f , 0x0000003f 
+ 00013755  0x00000d4b arg  0x00000500 , 0x00000002 
+ 00013756  0x00000d4c iadd  0x00000002 , 0x0000003f 
+ 00013757  0x00000d4d call  0x00003b7d 
+ 00013758  0x00000d4e call  0x00003a5d 
+ 00013759  0x00000d4f force  0x00000003 , 0x00000024 
+ 00013760  0x00000d50 call  0x00003a3b 
+ 00013761  0x00000d51 call  0x000034e1 
+ 00013762  0x00000d52 call  0x00003b41 
+ 00013763  0x00000d53 set0  0x00000025 , 0x00000000 
+ 00013764  0x00000d54 bpatch  0x00000055 , 0x0000400a 
+ 00013765  0x00000d55 fetch  0x00000002 , 0x0000003e 
+ 00013766  0x00000d56 rshift  0x0000003f , 0x0000003f 
+ 00013767  0x00000d57 call  0x00003b7d 
+ 00013768  0x00000d58 call  0x00003b3a 
+ 00013769  0x00000d59 enable  0x0000000d 
+ 00013770  0x00000d5a fetch  0x00000002 , 0x0000003e 
+ 00013771  0x00000d5b arg  0x000003bb , 0x00000002 
+ 00013772  0x00000d5c iadd  0x00000002 , 0x0000001b 
+ 00013773  0x00000d5d correlate  0x0000003e , 0x00000003 
+ 00013774  0x00000d5e copy  0x0000001a , 0x00000002 
+ 00013775  0x00000d5f storet  0x00000006 , 0x0000009c 
+ 00013776  0x00000d60 disable  0x0000000d 
+ 00013777  0x00000d61 nrtn  0x00000018 
+ 00013778  0x00000d62 arg  0x000003bb , 0x00000029 
+ 00013779  0x00000d63 copy  0x00000021 , 0x00000028 
+ 00013780  0x00000d64 branch  0x00003cb6 , 0x0000002b 
+ 00013781  0x00000d65 rtn 
+ 00013782  0x00000d69 set0  0x00000025 , 0x00000000 
+ 00013783  0x00000d6a bpatch  0x00000056 , 0x0000400a 
+ 00013784  0x00000d6b call  0x000035b1 
+ 00013785  0x00000d6c nbranch  0x00003a6d , 0x00000018 
+ 00013786  0x00000d6d call  0x00003af3 
+ 00013787  0x00000d6e bmark0  0x00000011 , 0x000035df 
+ 00013788  0x00000d6f fetch  0x00000002 , 0x000000f8 
+ 00013789  0x00000d70 increase  0x00000001 , 0x0000003f 
+ 00013790  0x00000d71 store  0x00000002 , 0x000000f8 
+ 00013791  0x00000d73 rshift  0x00000021 , 0x00000002 
+ 00013792  0x00000d74 or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00013793  0x00000d76 set0  0x00000025 , 0x00000000 
+ 00013794  0x00000d77 bpatch  0x00000057 , 0x0000400a 
+ 00013795  0x00000d78 enable  0x00000007 
+ 00013796  0x00000d79 enable  0x0000000a 
+ 00013797  0x00000d7a enable  0x0000000b 
+ 00013798  0x00000d7b parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00013799  0x00000d7c rshift8  0x0000000c , 0x0000003f 
+ 00013800  0x00000d7d store  0x00000001 , 0x0000015f 
+ 00013801  0x00000d7e parse  0x00000003 , 0x00000000 , 0x00000004 
+ 00013802  0x00000d7f inject  0x00000000 , 0x00000007 
+ 00013803  0x00000d80 copy  0x0000000c , 0x0000003f 
+ 00013804  0x00000d81 store  0x00000001 , 0x00000019 
+ 00013805  0x00000d82 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00013806  0x00000d83 rshift8  0x0000000c , 0x0000003f 
+ 00013807  0x00000d84 store  0x00000001 , 0x00000160 
+ 00013808  0x00000d85 fetch  0x00000001 , 0x00000019 
+ 00013809  0x00000d86 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00013810  0x00000d87 branch  0x000035f7 , 0x00000002 
+ 00013811  0x00000d88 beq  0x00000007 , 0x000035f7 
+ 00013812  0x00000d89 fetch  0x00000001 , 0x0000004c 
+ 00013813  0x00000d8a isolate1  0x00000005 , 0x0000003f 
+ 00013814  0x00000d8b setflag  0x00000001 , 0x00000001 , 0x00000015 
+ 00013815  0x00000d8d set0  0x00000025 , 0x00000000 
+ 00013816  0x00000d8e bpatch  0x00000058 , 0x0000400b 
+ 00013817  0x00000d8f parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00013818  0x00000d90 disable  0x0000000b 
+ 00013819  0x00000d91 disable  0x0000000a 
+ 00013820  0x00000d92 branch  0x0000373e , 0x00000006 
+ 00013821  0x00000d93 bmark0  0x00000011 , 0x00003601 
+ 00013822  0x00000d94 fetch  0x00000002 , 0x000000fa 
+ 00013823  0x00000d95 increase  0x00000001 , 0x0000003f 
+ 00013824  0x00000d96 store  0x00000002 , 0x000000fa 
+ 00013825  0x00000d98 set0  0x00000025 , 0x00000000 
+ 00013826  0x00000d99 bpatch  0x00000059 , 0x0000400b 
+ 00013827  0x00000d9a fetch  0x00000001 , 0x0000015f 
+ 00013828  0x00000d9b compare  0x00000000 , 0x0000003f , 0x00000007 
+ 00013829  0x00000d9c setflag  0x00000001 , 0x0000000a , 0x00000000 
+ 00013830  0x00000d9d branch  0x00003613 , 0x00000001 
+ 00013831  0x00000d9e icompare  0x00000007 , 0x00000004 
+ 00013832  0x00000d9f branch  0x00003612 , 0x00000001 
+ 00013833  0x00000da0 bmark0  0x00000007 , 0x0000375c 
+ 00013834  0x00000da1 fetcht  0x00000001 , 0x000000b2 
+ 00013835  0x00000da2 icompare  0x00000007 , 0x00000002 
+ 00013836  0x00000da3 nbranch  0x0000375c , 0x00000001 
+ 00013837  0x00000da4 call  0x00003290 
+ 00013838  0x00000da5 fetch  0x00000001 , 0x00000047 
+ 00013839  0x00000da6 set0  0x00000005 , 0x0000003f 
+ 00013840  0x00000da7 set1  0x00000004 , 0x0000003f 
+ 00013841  0x00000da8 store  0x00000001 , 0x00000047 
+ 00013842  0x00000daa enable  0x0000002d 
+ 00013843  0x00000dac set0  0x00000025 , 0x00000000 
+ 00013844  0x00000dad bpatch  0x0000005a , 0x0000400b 
+ 00013845  0x00000dae fetch  0x00000001 , 0x00000019 
+ 00013846  0x00000daf icopy  0x00000001 
+ 00013847  0x00000db0 bmark1  0x0000000a , 0x00003623 
+ 00013848  0x00000db1 fetcht  0x00000001 , 0x00000160 
+ 00013849  0x00000db2 fetch  0x00000001 , 0x00000047 
+ 00013850  0x00000db3 set0  0x00000000 , 0x0000003f 
+ 00013851  0x00000db4 isolate1  0x00000000 , 0x00000002 
+ 00013852  0x00000db5 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00013853  0x00000db6 isolate1  0x00000001 , 0x00000002 
+ 00013854  0x00000db7 setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00013855  0x00000db8 store  0x00000001 , 0x00000047 
+ 00013856  0x00000db9 isolate0  0x00000001 , 0x00000002 
+ 00013857  0x00000dba branch  0x00003623 , 0x00000001 
+ 00013858  0x00000dbb call  0x00003799 
+ 00013859  0x00000dbd set0  0x00000025 , 0x00000000 
+ 00013860  0x00000dbe bpatch  0x0000005b , 0x0000400b 
+ 00013861  0x00000dbf arg  0x00000000 , 0x00000002 
+ 00013862  0x00000dc0 call  0x00003b74 
+ 00013863  0x00000dc1 and  0x00000001 , 0x0000000f , 0x0000003f 
+ 00013864  0x00000dc2 beq  0x00000001 , 0x00003656 
+ 00013865  0x00000dc3 beq  0x00000000 , 0x0000375c 
+ 00013866  0x00000dc4 beq  0x00000002 , 0x00003769 
+ 00013867  0x00000dc5 fetcht  0x00000001 , 0x00000160 
+ 00013868  0x00000dc6 fetch  0x00000001 , 0x00000047 
+ 00013869  0x00000dc7 icompare  0x00000004 , 0x00000002 
+ 00013870  0x00000dc8 nbranch  0x00003632 , 0x00000001 
+ 00013871  0x00000dc9 bmark0  0x0000000a , 0x00003631 
+ 00013872  0x00000dca bbit0  0x00000007 , 0x00003632 
+ 00013873  0x00000dcc set1  0x0000000f , 0x00000000 
+ 00013874  0x00000dce set0  0x00000025 , 0x00000000 
+ 00013875  0x00000dcf bpatch  0x0000005c , 0x0000400b 
+ 00013876  0x00000dd0 deposit  0x00000001 
+ 00013877  0x00000dd1 beq  0x00000003 , 0x00003658 
+ 00013878  0x00000dd2 beq  0x00000004 , 0x0000365c 
+ 00013879  0x00000dd3 beq  0x00000007 , 0x00003642 
+ 00013880  0x00000dd4 beq  0x00000008 , 0x0000365b 
+ 00013881  0x00000dd5 arg  0x00000004 , 0x00000002 
+ 00013882  0x00000dd6 call  0x00003b74 
+ 00013883  0x00000dd7 beq  0x0000000a , 0x00003657 
+ 00013884  0x00000dd8 beq  0x0000000b , 0x0000365a 
+ 00013885  0x00000dd9 arg  0x00000008 , 0x00000002 
+ 00013886  0x00000dda call  0x00003b74 
+ 00013887  0x00000ddb beq  0x0000000e , 0x00003657 
+ 00013888  0x00000ddc beq  0x0000000f , 0x0000365a 
+ 00013889  0x00000ddd rtn 
+ 00013890  0x00000de1 set0  0x00000025 , 0x00000000 
+ 00013891  0x00000de2 bpatch  0x0000005d , 0x0000400b 
+ 00013892  0x00000de3 enable  0x0000000d 
+ 00013893  0x00000de4 enable  0x00000009 
+ 00013894  0x00000de5 enable  0x0000000e 
+ 00013895  0x00000de6 arg  0x000000d3 , 0x00000005 
+ 00013896  0x00000de7 force  0x0000001e , 0x00000039 
+ 00013897  0x00000de9 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00013898  0x00000dea rshift3  0x0000000c , 0x0000003f 
+ 00013899  0x00000deb istore  0x00000001 , 0x00000005 
+ 00013900  0x00000dec loop  0x00003649 
+ 00013901  0x00000ded bmark0  0x00000007 , 0x0000375c 
+ 00013902  0x00000dee parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00013903  0x00000def nsetflag  0x00000006 , 0x00000008 , 0x00000000 
+ 00013904  0x00000df0 call  0x00003653 , 0x00000006 
+ 00013905  0x00000df1 branch  0x0000374b , 0x00000006 
+ 00013906  0x00000df2 branch  0x0000372c 
+ 00013907  0x00000df5 deposit  0x0000001a 
+ 00013908  0x00000df6 store  0x00000006 , 0x00000020 
+ 00013909  0x00000df7 rtn 
+ 00013910  0x00000dfa branch  0x0000375c 
+ 00013911  0x00000dfe set1  0x00000010 , 0x00000000 
+ 00013912  0x00000e00 enable  0x0000000c 
+ 00013913  0x00000e01 branch  0x0000365d 
+ 00013914  0x00000e05 set1  0x00000010 , 0x00000000 
+ 00013915  0x00000e07 set1  0x00000002 , 0x00000015 
+ 00013916  0x00000e09 enable  0x0000000d 
+ 00013917  0x00000e0b set0  0x00000025 , 0x00000000 
+ 00013918  0x00000e0c bpatch  0x0000005e , 0x0000400b 
+ 00013919  0x00000e0d bmark1  0x00000001 , 0x0000375c 
+ 00013920  0x00000e0e isolate0  0x00000001 , 0x00000015 
+ 00013921  0x00000e0f branch  0x0000366a , 0x00000001 
+ 00013922  0x00000e10 disable  0x00000007 
+ 00013923  0x00000e11 enable  0x0000000d 
+ 00013924  0x00000e12 disable  0x0000000c 
+ 00013925  0x00000e13 add  0x00000022 , 0x00000002 , 0x0000000b 
+ 00013926  0x00000e14 correlate  0x00000022 , 0x00000026 
+ 00013927  0x00000e15 nbranch  0x0000374b , 0x00000018 
+ 00013928  0x00000e16 set1  0x00000010 , 0x00000000 
+ 00013929  0x00000e17 enable  0x00000007 
+ 00013930  0x00000e19 set0  0x00000025 , 0x00000000 
+ 00013931  0x00000e1a bpatch  0x0000005f , 0x0000400b 
+ 00013932  0x00000e1b enable  0x0000000e 
+ 00013933  0x00000e1c enable  0x00000009 
+ 00013934  0x00000e1d parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00013935  0x00000e1e rshift8  0x0000000c , 0x0000003f 
+ 00013936  0x00000e1f store  0x00000001 , 0x0000018a 
+ 00013937  0x00000e20 parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00013938  0x00000e21 bmark1  0x00000010 , 0x00003676 
+ 00013939  0x00000e22 rshift3  0x0000000c , 0x00000039 
+ 00013940  0x00000e23 rshift3  0x00000039 , 0x00000039 
+ 00013941  0x00000e24 branch  0x00003679 
+ 00013942  0x00000e26 parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00013943  0x00000e27 rshift  0x0000000c , 0x00000039 
+ 00013944  0x00000e28 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00013945  0x00000e2a set0  0x00000025 , 0x00000000 
+ 00013946  0x00000e2b bpatch  0x00000060 , 0x0000400c 
+ 00013947  0x00000e2c deposit  0x00000039 
+ 00013948  0x00000e2d store  0x00000002 , 0x00000169 
+ 00013949  0x00000e2e branch  0x000036ee , 0x00000034 
+ 00013950  0x00000e2f isub  0x00000035 , 0x0000003e 
+ 00013951  0x00000e30 branch  0x0000374b , 0x00000002 
+ 00013952  0x00000e31 set0  0x00000025 , 0x00000000 
+ 00013953  0x00000e32 bpatch  0x00000061 , 0x0000400c 
+ 00013954  0x00000e33 set0  0x00000000 , 0x00000000 
+ 00013955  0x00000e34 fetch  0x00000001 , 0x0000018a 
+ 00013956  0x00000e35 and_into  0x00000003 , 0x0000003f 
+ 00013957  0x00000e36 arg  0x000004de , 0x00000005 
+ 00013958  0x00000e37 beq  0x00000003 , 0x0000368f 
+ 00013959  0x00000e38 bmark1  0x00000011 , 0x000036ea 
+ 00013960  0x00000e39 fetch  0x00000001 , 0x00004132 
+ 00013961  0x00000e3a beq  0x00000001 , 0x00003694 
+ 00013962  0x00000e3c fetch  0x00000001 , 0x0000018a 
+ 00013963  0x00000e3d and_into  0x00000003 , 0x0000003f 
+ 00013964  0x00000e3e beq  0x00000002 , 0x000036c3 
+ 00013965  0x00000e3f beq  0x00000001 , 0x000036d8 
+ 00013966  0x00000e40 branch  0x0000374b 
+ 00013967  0x00000e43 fetch  0x00000002 , 0x00000169 
+ 00013968  0x00000e44 sub  0x0000003f , 0x00000070 , 0x0000003e 
+ 00013969  0x00000e45 nbranch  0x0000374b , 0x00000002 
+ 00013970  0x00000e46 bmark1  0x0000000f , 0x0000372c 
+ 00013971  0x00000e47 branch  0x000036ea 
+ 00013972  0x00000e4a set0  0x00000025 , 0x00000000 
+ 00013973  0x00000e4b bpatch  0x00000062 , 0x0000400c 
+ 00013974  0x00000e4c bmark1  0x0000000f , 0x0000372c 
+ 00013975  0x00000e4d fetch  0x00000002 , 0x00000169 
+ 00013976  0x00000e4e branch  0x0000374b , 0x00000034 
+ 00013977  0x00000e4f call  0x00004494 
+ 00013978  0x00000e50 nbranch  0x000036a1 , 0x00000001 
+ 00013979  0x00000e52 fetcht  0x00000002 , 0x00000291 
+ 00013980  0x00000e53 increase  0x0000000a , 0x0000003f 
+ 00013981  0x00000e54 isub  0x00000002 , 0x0000003e 
+ 00013982  0x00000e55 nbranch  0x000036a7 , 0x00000002 
+ 00013983  0x00000e56 call  0x00004449 
+ 00013984  0x00000e57 branch  0x0000369b 
+ 00013985  0x00000e59 hfetch  0x00000002 , 0x0000810e 
+ 00013986  0x00000e5a arg  0x0000012c , 0x00000002 
+ 00013987  0x00000e5b isub  0x00000002 , 0x0000003e 
+ 00013988  0x00000e5c branch  0x0000374b , 0x00000002 
+ 00013989  0x00000e5d fetch  0x00000002 , 0x00004800 
+ 00013990  0x00000e5e branch  0x0000374b , 0x00000034 
+ 00013991  0x00000e60 set0  0x00000025 , 0x00000000 
+ 00013992  0x00000e61 bpatch  0x00000063 , 0x0000400c 
+ 00013993  0x00000e62 call  0x00004972 
+ 00013994  0x00000e63 fetch  0x00000001 , 0x00000046 
+ 00013995  0x00000e64 fetcht  0x00000001 , 0x0000018a 
+ 00013996  0x00000e65 and_into  0x00000003 , 0x00000002 
+ 00013997  0x00000e66 lshift8  0x00000002 , 0x00000002 
+ 00013998  0x00000e67 lshift4  0x00000002 , 0x00000002 
+ 00013999  0x00000e68 ior  0x00000002 , 0x0000003f 
+ 00014000  0x00000e69 istore  0x00000002 , 0x0000000a 
+ 00014001  0x00000e6a fetcht  0x00000002 , 0x00000169 
+ 00014002  0x00000e6b copy  0x00000002 , 0x00000039 
+ 00014003  0x00000e6c istoret  0x00000002 , 0x0000000a 
+ 00014004  0x00000e6e set0  0x00000025 , 0x00000000 
+ 00014005  0x00000e6f bpatch  0x00000064 , 0x0000400c 
+ 00014006  0x00000e70 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00014007  0x00000e71 rshift3  0x0000000c , 0x0000003f 
+ 00014008  0x00000e72 istore  0x00000001 , 0x0000000a 
+ 00014009  0x00000e73 loop  0x000036b4 
+ 00014010  0x00000e74 add  0x00000002 , 0x00000004 , 0x00000039 
+ 00014011  0x00000e75 call  0x00004494 
+ 00014012  0x00000e76 nbranch  0x000036c1 , 0x00000001 
+ 00014013  0x00000e77 set1  0x00000013 , 0x00000000 
+ 00014014  0x00000e78 force  0x00000006 , 0x00000007 
+ 00014015  0x00000e79 call  0x00004378 
+ 00014016  0x00000e7a branch  0x000036ee 
+ 00014017  0x00000e7c call  0x00004424 
+ 00014018  0x00000e7d branch  0x000036ee 
+ 00014019  0x00000e80 set0  0x00000025 , 0x00000000 
+ 00014020  0x00000e81 bpatch  0x00000065 , 0x0000400c 
+ 00014021  0x00000e82 bmark1  0x0000000f , 0x0000372c 
+ 00014022  0x00000e83 fetch  0x00000002 , 0x00000169 
+ 00014023  0x00000e84 arg  0x000002e0 , 0x00000002 
+ 00014024  0x00000e85 isub  0x00000002 , 0x0000003e 
+ 00014025  0x00000e86 branch  0x0000374b , 0x00000002 
+ 00014026  0x00000e87 fetch  0x00000001 , 0x000002ca 
+ 00014027  0x00000e88 bbit0  0x00000000 , 0x000036ce 
+ 00014028  0x00000e89 bbit0  0x00000001 , 0x000036d3 
+ 00014029  0x00000e8a branch  0x0000375c 
+ 00014030  0x00000e8c jam  0x00000001 , 0x000002c8 
+ 00014031  0x00000e8d fetch  0x00000002 , 0x000002c4 
+ 00014032  0x00000e8e bne  0x00000000 , 0x0000375c 
+ 00014033  0x00000e8f arg  0x00001000 , 0x00000005 
+ 00014034  0x00000e90 branch  0x000036ea 
+ 00014035  0x00000e92 jam  0x00000002 , 0x000002c8 
+ 00014036  0x00000e93 fetch  0x00000002 , 0x000002c6 
+ 00014037  0x00000e94 bne  0x00000000 , 0x0000375c 
+ 00014038  0x00000e95 arg  0x00001400 , 0x00000005 
+ 00014039  0x00000e96 branch  0x000036ea 
+ 00014040  0x00000e99 set0  0x00000025 , 0x00000000 
+ 00014041  0x00000e9a bpatch  0x00000066 , 0x0000400c 
+ 00014042  0x00000e9b bmark1  0x0000000f , 0x0000372c 
+ 00014043  0x00000e9c fetch  0x00000002 , 0x00000169 
+ 00014044  0x00000e9d arg  0x000002e0 , 0x00000002 
+ 00014045  0x00000e9e isub  0x00000002 , 0x0000003e 
+ 00014046  0x00000e9f branch  0x0000374b , 0x00000002 
+ 00014047  0x00000ea0 fetch  0x00000001 , 0x000002c8 
+ 00014048  0x00000ea1 beq  0x00000001 , 0x000036e3 
+ 00014049  0x00000ea2 beq  0x00000002 , 0x000036e7 
+ 00014050  0x00000ea3 branch  0x0000375c 
+ 00014051  0x00000ea5 arg  0x00001000 , 0x00000005 
+ 00014052  0x00000ea6 fetch  0x00000002 , 0x000002c4 
+ 00014053  0x00000ea7 iadd  0x00000005 , 0x00000005 
+ 00014054  0x00000ea8 branch  0x000036ea 
+ 00014055  0x00000eaa arg  0x00001400 , 0x00000005 
+ 00014056  0x00000eab fetch  0x00000002 , 0x000002c6 
+ 00014057  0x00000eac iadd  0x00000005 , 0x00000005 
+ 00014058  0x00000eae parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00014059  0x00000eaf rshift3  0x0000000c , 0x0000003f 
+ 00014060  0x00000eb0 istore  0x00000001 , 0x00000005 
+ 00014061  0x00000eb1 loop  0x000036ea 
+ 00014062  0x00000eb3 set0  0x00000025 , 0x00000000 
+ 00014063  0x00000eb4 bpatch  0x00000067 , 0x0000400c 
+ 00014064  0x00000eb5 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00014065  0x00000eb6 branch  0x00003745 , 0x00000006 
+ 00014066  0x00000eb7 call  0x00003e0f 
+ 00014067  0x00000eb8 fetch  0x00000001 , 0x000043cc 
+ 00014068  0x00000eb9 beq  0x00000001 , 0x0000375c 
+ 00014069  0x00000eba bmark1  0x00000011 , 0x00003718 
+ 00014070  0x00000ebb bmark1  0x0000000f , 0x00003759 
+ 00014071  0x00000ebc fetch  0x00000001 , 0x0000018a 
+ 00014072  0x00000ebd compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00014073  0x00000ebe branch  0x00003718 , 0x00000001 
+ 00014074  0x00000ebf fetch  0x00000002 , 0x00000169 
+ 00014075  0x00000ec0 branch  0x00003718 , 0x00000034 
+ 00014076  0x00000ec1 fetch  0x00000001 , 0x00004132 
+ 00014077  0x00000ec2 beq  0x00000001 , 0x00003718 
+ 00014078  0x00000ec3 set0  0x00000025 , 0x00000000 
+ 00014079  0x00000ec4 bpatch  0x00000068 , 0x0000400d 
+ 00014080  0x00000ec5 fetch  0x00000001 , 0x000002c8 
+ 00014081  0x00000ec6 beq  0x00000001 , 0x00003704 
+ 00014082  0x00000ec7 beq  0x00000002 , 0x0000370e 
+ 00014083  0x00000ec8 branch  0x00003bf1 
+ 00014084  0x00000eca fetch  0x00000002 , 0x000002c4 
+ 00014085  0x00000ecb fetcht  0x00000002 , 0x00000169 
+ 00014086  0x00000ecc iadd  0x00000002 , 0x0000003f 
+ 00014087  0x00000ecd store  0x00000002 , 0x000002c4 
+ 00014088  0x00000ece beq  0x00000000 , 0x00003bf1 
+ 00014089  0x00000ecf fetcht  0x00000002 , 0x00001000 
+ 00014090  0x00000ed0 increase  0x00000004 , 0x00000002 
+ 00014091  0x00000ed1 isub  0x00000002 , 0x0000003e 
+ 00014092  0x00000ed2 call  0x000038a0 , 0x00000005 
+ 00014093  0x00000ed3 branch  0x00003718 
+ 00014094  0x00000ed5 fetch  0x00000002 , 0x000002c6 
+ 00014095  0x00000ed6 fetcht  0x00000002 , 0x00000169 
+ 00014096  0x00000ed7 iadd  0x00000002 , 0x0000003f 
+ 00014097  0x00000ed8 store  0x00000002 , 0x000002c6 
+ 00014098  0x00000ed9 beq  0x00000000 , 0x00003bf1 
+ 00014099  0x00000eda fetcht  0x00000002 , 0x00001400 
+ 00014100  0x00000edb add  0x00000002 , 0x00000004 , 0x00000002 
+ 00014101  0x00000edc isub  0x00000002 , 0x0000003e 
+ 00014102  0x00000edd call  0x000038a4 , 0x00000005 
+ 00014103  0x00000ede branch  0x00003718 
+ 00014104  0x00000ee0 set0  0x00000025 , 0x00000000 
+ 00014105  0x00000ee1 bpatch  0x00000069 , 0x0000400d 
+ 00014106  0x00000ee2 fetcht  0x00000001 , 0x0000004c 
+ 00014107  0x00000ee3 fetch  0x00000001 , 0x0000018a 
+ 00014108  0x00000ee4 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00014109  0x00000ee5 setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00014110  0x00000ee6 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00014111  0x00000ee7 storet  0x00000001 , 0x0000004c 
+ 00014112  0x00000ee8 nbranch  0x00003722 , 0x00000001 
+ 00014113  0x00000ee9 set1  0x00000001 , 0x00000000 
+ 00014114  0x00000eeb bmark0  0x00000011 , 0x0000372c 
+ 00014115  0x00000eec isolate1  0x00000006 , 0x00000002 
+ 00014116  0x00000eed branch  0x0000372c , 0x00000001 
+ 00014117  0x00000eee fetch  0x00000002 , 0x000000fc 
+ 00014118  0x00000eef increase  0x00000001 , 0x0000003f 
+ 00014119  0x00000ef0 store  0x00000002 , 0x000000fc 
+ 00014120  0x00000ef1 set1  0x00000005 , 0x00000000 
+ 00014121  0x00000ef2 set0  0x00000007 , 0x00000002 
+ 00014122  0x00000ef3 set0  0x00000001 , 0x00000000 
+ 00014123  0x00000ef4 storet  0x00000001 , 0x0000004c 
+ 00014124  0x00000ef6 set0  0x00000025 , 0x00000000 
+ 00014125  0x00000ef7 bpatch  0x0000006a , 0x0000400d 
+ 00014126  0x00000ef8 fetcht  0x00000001 , 0x00000160 
+ 00014127  0x00000ef9 fetch  0x00000001 , 0x00000047 
+ 00014128  0x00000efa set1  0x00000005 , 0x0000003f 
+ 00014129  0x00000efb isolate1  0x00000002 , 0x00000002 
+ 00014130  0x00000efc setflag  0x00000001 , 0x00000002 , 0x0000003f 
+ 00014131  0x00000efd isolate1  0x0000000a , 0x00000000 
+ 00014132  0x00000efe setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00014133  0x00000eff store  0x00000001 , 0x00000047 
+ 00014134  0x00000f00 fetch  0x00000002 , 0x00000169 
+ 00014135  0x00000f01 nbranch  0x0000375c , 0x00000034 
+ 00014136  0x00000f02 fetch  0x00000001 , 0x0000004c 
+ 00014137  0x00000f03 set0  0x00000007 , 0x0000003f 
+ 00014138  0x00000f04 store  0x00000001 , 0x0000004c 
+ 00014139  0x00000f05 fetch  0x00000001 , 0x0000018a 
+ 00014140  0x00000f06 compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00014141  0x00000f08 branch  0x0000375c 
+ 00014142  0x00000f0b set0  0x00000025 , 0x00000000 
+ 00014143  0x00000f0c bpatch  0x0000006b , 0x0000400d 
+ 00014144  0x00000f0d disable  0x0000002d 
+ 00014145  0x00000f0e fetch  0x00000002 , 0x0000001a 
+ 00014146  0x00000f0f increase  0x00000001 , 0x0000003f 
+ 00014147  0x00000f10 store  0x00000002 , 0x0000001a 
+ 00014148  0x00000f11 branch  0x0000375c 
+ 00014149  0x00000f13 fetch  0x00000002 , 0x0000001c 
+ 00014150  0x00000f14 increase  0x00000001 , 0x0000003f 
+ 00014151  0x00000f15 store  0x00000002 , 0x0000001c 
+ 00014152  0x00000f16 call  0x0000374c 
+ 00014153  0x00000f17 bmark0  0x00000011 , 0x0000374b 
+ 00014154  0x00000f18 set1  0x00000005 , 0x00000000 
+ 00014155  0x00000f1a branch  0x0000375c 
+ 00014156  0x00000f1d set0  0x00000025 , 0x00000000 
+ 00014157  0x00000f1e bpatch  0x0000006c , 0x0000400d 
+ 00014158  0x00000f1f fetch  0x00000001 , 0x0000018a 
+ 00014159  0x00000f20 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00014160  0x00000f21 nbranch  0x00003755 , 0x00000001 
+ 00014161  0x00000f23 fetcht  0x00000001 , 0x0000004c 
+ 00014162  0x00000f24 set0  0x00000006 , 0x00000002 
+ 00014163  0x00000f25 storet  0x00000001 , 0x0000004c 
+ 00014164  0x00000f26 rtn 
+ 00014165  0x00000f2a fetcht  0x00000001 , 0x0000004c 
+ 00014166  0x00000f2b set0  0x00000007 , 0x00000002 
+ 00014167  0x00000f2c storet  0x00000001 , 0x0000004c 
+ 00014168  0x00000f2d branch  0x0000443b 
+ 00014169  0x00000f30 fetch  0x00000001 , 0x00000047 
+ 00014170  0x00000f31 set1  0x00000005 , 0x0000003f 
+ 00014171  0x00000f32 store  0x00000001 , 0x00000047 
+ 00014172  0x00000f34 set0  0x00000025 , 0x00000000 
+ 00014173  0x00000f35 bpatch  0x0000006d , 0x0000400d 
+ 00014174  0x00000f36 disable  0x0000001d 
+ 00014175  0x00000f37 disable  0x0000001c 
+ 00014176  0x00000f38 disable  0x0000000d 
+ 00014177  0x00000f39 disable  0x0000000c 
+ 00014178  0x00000f3a disable  0x00000009 
+ 00014179  0x00000f3b disable  0x0000000e 
+ 00014180  0x00000f3c disable  0x00000007 
+ 00014181  0x00000f3d branch  0x00003a6d , 0x00000021 
+ 00014182  0x00000f3e until  0x0000003e , 0x00000027 
+ 00014183  0x00000f3f nop  0x00000064 
+ 00014184  0x00000f40 branch  0x00003a6d 
+ 00014185  0x00000f43 set0  0x00000025 , 0x00000000 
+ 00014186  0x00000f44 bpatch  0x0000006e , 0x0000400d 
+ 00014187  0x00000f45 enable  0x00000009 
+ 00014188  0x00000f46 enable  0x0000000c 
+ 00014189  0x00000f47 parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00014190  0x00000f48 isolate1  0x0000003a , 0x0000003f 
+ 00014191  0x00000f49 setflag  0x00000001 , 0x00000000 , 0x00000000 
+ 00014192  0x00000f4a copy  0x00000020 , 0x00000002 
+ 00014193  0x00000f4b ialigned  0x00000020 
+ 00014194  0x00000f4c ialigned  0x0000001e 
+ 00014195  0x00000f4d pulse  0x00000015 
+ 00014196  0x00000f4e setsect  0x00000002 , 0x000fffff 
+ 00014197  0x00000f4f setsect  0x00000003 , 0x0000ffff 
+ 00014198  0x00000f50 nop  0x00000020 
+ 00014199  0x00000f51 iverify  0x0000000d 
+ 00014200  0x00000f52 deposit  0x0000002c 
+ 00014201  0x00000f53 store  0x00000003 , 0x00000182 
+ 00014202  0x00000f54 deposit  0x0000002d 
+ 00014203  0x00000f55 store  0x00000001 , 0x00000185 
+ 00014204  0x00000f56 copy  0x00000002 , 0x00000020 
+ 00014205  0x00000f57 branch  0x0000377f , 0x00000001 
+ 00014206  0x00000f58 branch  0x0000374b 
+ 00014207  0x00000f5a set0  0x00000025 , 0x00000000 
+ 00014208  0x00000f5b bpatch  0x0000006f , 0x0000400d 
+ 00014209  0x00000f5c parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00014210  0x00000f5d ialigned  0x0000001f 
+ 00014211  0x00000f5e ialigned  0x00000004 
+ 00014212  0x00000f5f ialigned  0x0000002e 
+ 00014213  0x00000f60 ialigned  0x00000012 
+ 00014214  0x00000f61 force  0x00000000 , 0x0000003f 
+ 00014215  0x00000f62 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00014216  0x00000f63 branch  0x0000374b , 0x00000006 
+ 00014217  0x00000f64 setarg  0x0ffffffc 
+ 00014218  0x00000f65 iand  0x00000012 , 0x0000003f 
+ 00014219  0x00000f66 store  0x00000004 , 0x0000016f 
+ 00014220  0x00000f67 deposit  0x0000001d 
+ 00014221  0x00000f68 store  0x00000003 , 0x0000017f 
+ 00014222  0x00000f69 deposit  0x0000001c 
+ 00014223  0x00000f6a store  0x00000001 , 0x0000017d 
+ 00014224  0x00000f6b deposit  0x00000004 
+ 00014225  0x00000f6c store  0x00000001 , 0x0000017e 
+ 00014226  0x00000f6d deposit  0x0000002e 
+ 00014227  0x00000f6e store  0x00000002 , 0x00000186 
+ 00014228  0x00000f6f deposit  0x00000021 
+ 00014229  0x00000f70 inject  0x00000001 , 0x00000020 
+ 00014230  0x00000f71 compare  0x00000002 , 0x00000001 , 0x0000000f 
+ 00014231  0x00000f72 setflag  0x00000001 , 0x0000000b , 0x00000000 
+ 00014232  0x00000f73 branch  0x0000375c 
+ 00014233  0x00000f76 set0  0x00000025 , 0x00000000 
+ 00014234  0x00000f77 bpatch  0x00000070 , 0x0000400e 
+ 00014235  0x00000f78 fetch  0x00000001 , 0x00000047 
+ 00014236  0x00000f79 rtnbit0  0x00000003 
+ 00014237  0x00000f7a set0  0x00000003 , 0x0000003f 
+ 00014238  0x00000f7b setflip  0x00000006 , 0x0000003f 
+ 00014239  0x00000f7c store  0x00000001 , 0x00000047 
+ 00014240  0x00000f7d fetch  0x00000001 , 0x00004165 
+ 00014241  0x00000f7e beq  0x00000013 , 0x000037b1 
+ 00014242  0x00000f7f rtneq  0x00000007 
+ 00014243  0x00000f80 fetch  0x00000001 , 0x0000004b 
+ 00014244  0x00000f81 rtnbit0  0x00000006 , 0x0000003f 
+ 00014245  0x00000f82 set0  0x00000006 , 0x0000003f 
+ 00014246  0x00000f83 set1  0x00000007 , 0x0000003f 
+ 00014247  0x00000f84 store  0x00000001 , 0x0000004b 
+ 00014248  0x00000f85 set0  0x00000002 , 0x00000000 
+ 00014249  0x00000f86 fetch  0x00000001 , 0x00004132 
+ 00014250  0x00000f87 rtneq  0x00000001 
+ 00014251  0x00000f88 fetch  0x00000002 , 0x000042af 
+ 00014252  0x00000f89 nrtn  0x00000034 
+ 00014253  0x00000f8a fetch  0x00000001 , 0x0000004b 
+ 00014254  0x00000f8b set0  0x00000007 , 0x0000003f 
+ 00014255  0x00000f8c store  0x00000001 , 0x0000004b 
+ 00014256  0x00000f8d branch  0x00005267 
+ 00014257  0x00000f90 set0  0x00000025 , 0x00000000 
+ 00014258  0x00000f91 bpatch  0x00000071 , 0x0000400e 
+ 00014259  0x00000f92 fetch  0x00000001 , 0x00000433 
+ 00014260  0x00000f93 rshift  0x0000003f , 0x0000003f 
+ 00014261  0x00000f94 beq  0x00000011 , 0x000037d0 
+ 00014262  0x00000f95 beq  0x00000012 , 0x000037da 
+ 00014263  0x00000f96 beq  0x00000018 , 0x00003806 
+ 00014264  0x00000f97 beq  0x0000007f , 0x000037bf 
+ 00014265  0x00000f98 beq  0x0000002c , 0x0000385e 
+ 00014266  0x00000f99 rtnne  0x00000003 
+ 00014267  0x00000f9a fetch  0x00000001 , 0x00000434 
+ 00014268  0x00000f9b beq  0x0000002b , 0x000037c8 
+ 00014269  0x00000f9c beq  0x00000011 , 0x000037c3 
+ 00014270  0x00000f9d rtn 
+ 00014271  0x00000fa0 fetch  0x00000001 , 0x00000434 
+ 00014272  0x00000fa1 set1  0x00000007 , 0x0000003f 
+ 00014273  0x00000fa2 beq  0x0000008d , 0x0000385e 
+ 00014274  0x00000fa3 rtn 
+ 00014275  0x00000fa5 rtn  0x00000029 
+ 00014276  0x00000fa6 fetch  0x00000001 , 0x00000030 
+ 00014277  0x00000fa7 rtnbit1  0x00000004 
+ 00014278  0x00000fa8 jam  0x00000031 , 0x0000007c 
+ 00014279  0x00000fa9 rtn 
+ 00014280  0x00000fad rtn  0x00000029 
+ 00014281  0x00000fae fetch  0x00000001 , 0x00000031 
+ 00014282  0x00000faf isolate1  0x00000004 , 0x0000003f 
+ 00014283  0x00000fb0 branch  0x000037cd , 0x00000001 
+ 00014284  0x00000fb2 rtn 
+ 00014285  0x00000fb4 set0  0x00000004 , 0x0000003f 
+ 00014286  0x00000fb5 store  0x00000001 , 0x00000031 
+ 00014287  0x00000fb6 rtn 
+ 00014288  0x00000fb9 set0  0x00000025 , 0x00000000 
+ 00014289  0x00000fba bpatch  0x00000072 , 0x0000400e 
+ 00014290  0x00000fbb fetch  0x00000001 , 0x0000004c 
+ 00014291  0x00000fbc set1  0x00000002 , 0x0000003f 
+ 00014292  0x00000fbd store  0x00000001 , 0x0000004c 
+ 00014293  0x00000fbe hjam  0x00000001 , 0x00008011 
+ 00014294  0x00000fbf fetch  0x00000001 , 0x00000030 
+ 00014295  0x00000fc0 isolate1  0x00000004 , 0x0000003f 
+ 00014296  0x00000fc1 branch  0x00004845 , 0x00000001 
+ 00014297  0x00000fc2 rtn 
+ 00014298  0x00000fc5 set0  0x00000025 , 0x00000000 
+ 00014299  0x00000fc6 bpatch  0x00000073 , 0x0000400e 
+ 00014300  0x00000fc7 fetch  0x00000001 , 0x0000004c 
+ 00014301  0x00000fc8 set0  0x00000002 , 0x0000003f 
+ 00014302  0x00000fc9 store  0x00000001 , 0x0000004c 
+ 00014303  0x00000fca hjam  0x00000000 , 0x00008011 
+ 00014304  0x00000fcb rtn 
+ 00014305  0x00000fcf set0  0x00000025 , 0x00000000 
+ 00014306  0x00000fd0 bpatch  0x00000074 , 0x0000400e 
+ 00014307  0x00000fd1 copy  0x00000022 , 0x0000003f 
+ 00014308  0x00000fd2 store  0x00000004 , 0x000042a5 
+ 00014309  0x00000fd3 add  0x00000022 , 0x00000003 , 0x00000011 
+ 00014310  0x00000fd4 branch  0x000037e8 , 0x00000029 
+ 00014311  0x00000fd5 add  0x00000028 , 0x00000003 , 0x00000011 
+ 00014312  0x00000fd7 fetcht  0x00000002 , 0x00000032 
+ 00014313  0x00000fd8 deposit  0x00000011 
+ 00014314  0x00000fd9 set0  0x0000001b , 0x0000003f 
+ 00014315  0x00000fda idiv  0x00000002 
+ 00014316  0x00000fdb fetch  0x00000002 , 0x00000075 
+ 00014317  0x00000fdc call  0x00007efd 
+ 00014318  0x00000fdd remainder  0x00000013 
+ 00014319  0x00000fde isub  0x00000013 , 0x0000003f 
+ 00014320  0x00000fdf branch  0x000037f2 , 0x00000002 
+ 00014321  0x00000fe0 iadd  0x00000002 , 0x0000003f 
+ 00014322  0x00000fe2 iadd  0x00000011 , 0x0000003f 
+ 00014323  0x00000fe3 store  0x00000004 , 0x00000034 
+ 00014324  0x00000fe4 jam  0x00000000 , 0x00004748 
+ 00014325  0x00000fe5 fetch  0x00000001 , 0x00000030 
+ 00014326  0x00000fe6 set1  0x00000001 , 0x0000003f 
+ 00014327  0x00000fe7 store  0x00000001 , 0x00000030 
+ 00014328  0x00000fe8 fetch  0x00000001 , 0x00000073 
+ 00014329  0x00000fe9 store  0x00000001 , 0x0000008a 
+ 00014330  0x00000fea jam  0x00000080 , 0x0000416e 
+ 00014331  0x00000feb setarg  0x00000000 
+ 00014332  0x00000fec store  0x00000003 , 0x0000420a 
+ 00014333  0x00000fed store  0x00000003 , 0x0000420d 
+ 00014334  0x00000fee store  0x00000001 , 0x000041fa 
+ 00014335  0x00000fef jam  0x0000000b , 0x00000b7d 
+ 00014336  0x00000ff0 call  0x00007c27 
+ 00014337  0x00000ff1 fetch  0x00000002 , 0x00004161 
+ 00014338  0x00000ff2 store  0x00000002 , 0x0000003e 
+ 00014339  0x00000ff3 nrtn  0x00000029 
+ 00014340  0x00000ff4 add  0x00000004 , 0xffffffff , 0x00000007 
+ 00014341  0x00000ff5 rtn 
+ 00014342  0x00000ff8 set0  0x00000025 , 0x00000000 
+ 00014343  0x00000ff9 bpatch  0x00000075 , 0x0000400e 
+ 00014344  0x00000ffa fetch  0x00000001 , 0x00000030 
+ 00014345  0x00000ffb rtnbit0  0x00000001 
+ 00014346  0x00000ffc set0  0x00000001 , 0x0000003f 
+ 00014347  0x00000ffd store  0x00000001 , 0x00000030 
+ 00014348  0x00000ffe jam  0x0000007f , 0x0000416e 
+ 00014349  0x00000fff fetch  0x00000002 , 0x0000415f 
+ 00014350  0x00001000 store  0x00000002 , 0x0000003e 
+ 00014351  0x00001001 disable  0x0000002b 
+ 00014352  0x00001002 jam  0x0000000c , 0x00000b7d 
+ 00014353  0x00001003 branch  0x00007c27 
+ 00014354  0x00001007 set0  0x00000025 , 0x00000000 
+ 00014355  0x00001008 bpatch  0x00000076 , 0x0000400e 
+ 00014356  0x00001009 enable  0x0000002e 
+ 00014357  0x0000100a fetch  0x00000001 , 0x00000030 
+ 00014358  0x0000100b bbit1  0x00000001 , 0x00003820 
+ 00014359  0x0000100c rtnmark1  0x00000011 
+ 00014360  0x0000100d fetch  0x00000001 , 0x00000047 
+ 00014361  0x0000100e rtnbit1  0x00000003 
+ 00014362  0x0000100f fetch  0x00000001 , 0x00000048 
+ 00014363  0x00001010 nrtn  0x00000034 
+ 00014364  0x00001011 fetch  0x00000001 , 0x0000004b 
+ 00014365  0x00001012 rtnbit1  0x00000006 
+ 00014366  0x00001014 force  0x00000000 , 0x0000003f 
+ 00014367  0x00001015 rtn 
+ 00014368  0x00001018 bbit0  0x00000002 , 0x00003830 
+ 00014369  0x00001019 fetch  0x00000001 , 0x0000008a 
+ 00014370  0x0000101a beq  0x00000002 , 0x00003826 
+ 00014371  0x0000101b fetch  0x00000001 , 0x00000047 
+ 00014372  0x0000101c bbit1  0x00000003 , 0x00003839 
+ 00014373  0x0000101d bmark0  0x00000008 , 0x00003839 
+ 00014374  0x0000101f call  0x00003290 
+ 00014375  0x00001020 nbranch  0x00003839 , 0x00000029 
+ 00014376  0x00001021 fetch  0x00000001 , 0x00000048 
+ 00014377  0x00001022 nbranch  0x00003839 , 0x00000034 
+ 00014378  0x00001024 fetch  0x00000001 , 0x000000f1 
+ 00014379  0x00001025 increase  0xffffffff , 0x0000003f 
+ 00014380  0x00001026 store  0x00000001 , 0x000000f1 
+ 00014381  0x00001027 nbranch  0x0000381e , 0x00000034 
+ 00014382  0x00001028 jam  0x00000010 , 0x000000f1 
+ 00014383  0x00001029 branch  0x00003839 
+ 00014384  0x0000102c fetch  0x00000001 , 0x0000008a 
+ 00014385  0x0000102d bne  0x00000001 , 0x00003839 
+ 00014386  0x0000102e fetch  0x00000001 , 0x0000008b 
+ 00014387  0x0000102f branch  0x00003839 , 0x00000034 
+ 00014388  0x00001030 increase  0xffffffff , 0x0000003f 
+ 00014389  0x00001031 store  0x00000001 , 0x0000008b 
+ 00014390  0x00001032 fetch  0x00000001 , 0x00000047 
+ 00014391  0x00001033 rtnbit1  0x00000003 
+ 00014392  0x00001034 nrtn  0x0000002d 
+ 00014393  0x00001036 fetch  0x00000001 , 0x0000008a 
+ 00014394  0x00001037 increase  0xffffffff , 0x0000003f 
+ 00014395  0x00001038 store  0x00000001 , 0x0000008a 
+ 00014396  0x00001039 rtn 
+ 00014397  0x0000103d set0  0x00000025 , 0x00000000 
+ 00014398  0x0000103e bpatch  0x00000077 , 0x0000400e 
+ 00014399  0x0000103f disable  0x00000010 
+ 00014400  0x00001040 copy  0x00000002 , 0x0000001b 
+ 00014401  0x00001041 call  0x00003300 
+ 00014402  0x00001042 disable  0x00000028 
+ 00014403  0x00001043 nrtn  0x00000005 
+ 00014404  0x00001044 force  0x00000000 , 0x0000001b 
+ 00014405  0x00001045 enable  0x00000028 
+ 00014406  0x00001046 rtn 
+ 00014407  0x0000104a fetch  0x00000001 , 0x000041f9 
+ 00014408  0x0000104b icompare  0x000000ff , 0x00000004 
+ 00014409  0x0000104c rtn 
+ 00014410  0x0000104f set0  0x00000025 , 0x00000000 
+ 00014411  0x00001050 bpatch  0x00000078 , 0x0000400f 
+ 00014412  0x00001051 jam  0x00000001 , 0x00004171 
+ 00014413  0x00001053 call  0x00006a40 
+ 00014414  0x00001054 force  0x0000000c , 0x0000003f 
+ 00014415  0x00001055 store  0x00000002 , 0x00000032 
+ 00014416  0x00001056 fetch  0x00000001 , 0x000000af 
+ 00014417  0x00001057 lshift  0x0000003f , 0x0000003f 
+ 00014418  0x00001058 store  0x00000002 , 0x00000075 
+ 00014419  0x00001059 fetch  0x00000001 , 0x00000030 
+ 00014420  0x0000105a set1  0x00000002 , 0x0000003f 
+ 00014421  0x0000105b store  0x00000001 , 0x00000030 
+ 00014422  0x0000105c jam  0x00000003 , 0x00000073 
+ 00014423  0x0000105d jam  0x00000003 , 0x0000008a 
+ 00014424  0x0000105e call  0x000037e1 
+ 00014425  0x0000105f force  0x00000000 , 0x00000002 
+ 00014426  0x00001060 call  0x00004914 
+ 00014427  0x00001061 jam  0x00000050 , 0x000000b3 
+ 00014428  0x00001062 jam  0x00000010 , 0x000000f1 
+ 00014429  0x00001063 rtn 
+ 00014430  0x00001066 set0  0x00000025 , 0x00000000 
+ 00014431  0x00001067 bpatch  0x00000079 , 0x0000400f 
+ 00014432  0x00001068 call  0x00003806 
+ 00014433  0x00001069 jam  0x00000005 , 0x00004171 
+ 00014434  0x0000106b call  0x00006a4a 
+ 00014435  0x0000106c fetch  0x00000001 , 0x00000030 
+ 00014436  0x0000106d set0  0x00000002 , 0x0000003f 
+ 00014437  0x0000106e store  0x00000001 , 0x00000030 
+ 00014438  0x00001070 arg  0x00000e00 , 0x00000002 
+ 00014439  0x00001071 jam  0x00000013 , 0x000002c0 
+ 00014440  0x00001072 branch  0x000048c4 
+ 00014441  0x00001075 set0  0x00000025 , 0x00000000 
+ 00014442  0x00001076 bpatch  0x0000007a , 0x0000400f 
+ 00014443  0x00001077 jam  0x00000000 , 0x000000b1 
+ 00014444  0x00001078 call  0x0000385e 
+ 00014445  0x00001079 call  0x00003290 
+ 00014446  0x0000107a set0  0x00000007 , 0x00000000 
+ 00014447  0x0000107b rtn 
+ 00014448  0x0000107e set0  0x00000025 , 0x00000000 
+ 00014449  0x0000107f bpatch  0x0000007b , 0x0000400f 
+ 00014450  0x00001080 fetch  0x00000001 , 0x00004132 
+ 00014451  0x00001081 beq  0x00000001 , 0x00003898 
+ 00014452  0x00001082 set0  0x00000001 , 0x00000000 
+ 00014453  0x00001084 jam  0x00000000 , 0x000002d1 
+ 00014454  0x00001085 fetch  0x00000001 , 0x000002ca 
+ 00014455  0x00001086 rtn  0x00000034 
+ 00014456  0x00001087 isolate1  0x00000000 , 0x0000003f 
+ 00014457  0x00001088 arg  0x00001000 , 0x00000006 
+ 00014458  0x00001089 call  0x00004da8 , 0x00000001 
+ 00014459  0x0000108a set0  0x00000025 , 0x00000000 
+ 00014460  0x0000108b bpatch  0x0000007c , 0x0000400f 
+ 00014461  0x0000108c fetch  0x00000001 , 0x000002d1 
+ 00014462  0x0000108d beq  0x00000001 , 0x0000388c 
+ 00014463  0x0000108f jam  0x00000000 , 0x000002d1 
+ 00014464  0x00001090 fetch  0x00000001 , 0x000002ca 
+ 00014465  0x00001091 rtnbit0  0x00000001 
+ 00014466  0x00001092 arg  0x00001400 , 0x00000006 
+ 00014467  0x00001093 call  0x00004da8 
+ 00014468  0x00001094 fetch  0x00000001 , 0x000002d1 
+ 00014469  0x00001095 beq  0x00000001 , 0x00003892 
+ 00014470  0x00001096 rtn 
+ 00014471  0x00001099 fetch  0x00000001 , 0x0000004c 
+ 00014472  0x0000109a set0  0x00000007 , 0x0000003f 
+ 00014473  0x0000109b store  0x00000001 , 0x0000004c 
+ 00014474  0x0000109c set0  0x00000001 , 0x00000000 
+ 00014475  0x0000109d branch  0x0000443b 
+ 00014476  0x000010a0 fetch  0x00000001 , 0x000002ca 
+ 00014477  0x000010a1 set0  0x00000000 , 0x0000003f 
+ 00014478  0x000010a2 store  0x00000001 , 0x000002ca 
+ 00014479  0x000010a3 setarg  0x00000000 
+ 00014480  0x000010a4 store  0x00000002 , 0x000002c4 
+ 00014481  0x000010a5 rtn 
+ 00014482  0x000010a7 fetch  0x00000001 , 0x000002ca 
+ 00014483  0x000010a8 set0  0x00000001 , 0x0000003f 
+ 00014484  0x000010a9 store  0x00000001 , 0x000002ca 
+ 00014485  0x000010aa setarg  0x00000000 
+ 00014486  0x000010ab store  0x00000002 , 0x000002c6 
+ 00014487  0x000010ac rtn 
+ 00014488  0x000010af fetch  0x00000001 , 0x0000004c 
+ 00014489  0x000010b0 rtnbit0  0x00000007 , 0x0000003f 
+ 00014490  0x000010b1 call  0x00004435 
+ 00014491  0x000010b2 fetch  0x00000002 , 0x00004800 
+ 00014492  0x000010b3 branch  0x00003bf1 , 0x00000034 
+ 00014493  0x000010b4 increase  0xffffffff , 0x0000003f 
+ 00014494  0x000010b5 store  0x00000002 , 0x00004800 
+ 00014495  0x000010b6 branch  0x00003887 
+ 00014496  0x000010b9 fetch  0x00000001 , 0x000002ca 
+ 00014497  0x000010ba set1  0x00000000 , 0x0000003f 
+ 00014498  0x000010bb store  0x00000001 , 0x000002ca 
+ 00014499  0x000010bc rtn 
+ 00014500  0x000010bf fetch  0x00000001 , 0x000002ca 
+ 00014501  0x000010c0 set1  0x00000001 , 0x0000003f 
+ 00014502  0x000010c1 store  0x00000001 , 0x000002ca 
+ 00014503  0x000010c2 rtn 
+ 00014504  0x000010c9 set0  0x00000025 , 0x00000000 
+ 00014505  0x000010ca bpatch  0x0000007d , 0x0000400f 
+ 00014506  0x000010cb add  0x00000028 , 0x00000001 , 0x00000021 
+ 00014507  0x000010cc call  0x00003a5d 
+ 00014508  0x000010cd force  0x00000003 , 0x00000024 
+ 00014509  0x000010ce call  0x00003a42 
+ 00014510  0x000010cf call  0x00003bae 
+ 00014511  0x000010d0 call  0x00003bbf 
+ 00014512  0x000010d1 branch  0x00003bc5 
+ 00014513  0x000010d5 set0  0x00000025 , 0x00000000 
+ 00014514  0x000010d6 bpatch  0x0000007e , 0x0000400f 
+ 00014515  0x000010d7 call  0x00003baa 
+ 00014516  0x000010d8 deposit  0x00000028 
+ 00014517  0x000010d9 fetcht  0x00000004 , 0x0000416a 
+ 00014518  0x000010da isub  0x00000002 , 0x0000003f 
+ 00014519  0x000010db rtnne  0x00000001 
+ 00014520  0x000010dc compare  0x00000000 , 0x00000001 , 0x0000001f 
+ 00014521  0x000010dd nbranch  0x000038bc , 0x00000001 
+ 00014522  0x000010de fetch  0x00000001 , 0x00000019 
+ 00014523  0x000010df rtn  0x00000034 
+ 00014524  0x000010e1 call  0x000038a8 
+ 00014525  0x000010e2 compare  0x00000010 , 0x00000001 , 0x0000001f 
+ 00014526  0x000010e3 branch  0x0000375c , 0x00000001 
+ 00014527  0x000010e5 rshift  0x00000021 , 0x00000002 
+ 00014528  0x000010e6 or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00014529  0x000010e8 set0  0x00000025 , 0x00000000 
+ 00014530  0x000010e9 bpatch  0x0000007f , 0x0000400f 
+ 00014531  0x000010ea enable  0x00000007 
+ 00014532  0x000010eb enable  0x0000000a 
+ 00014533  0x000010ec enable  0x0000001b 
+ 00014534  0x000010ed set0  0x00000010 , 0x00000000 
+ 00014535  0x000010ee deposit  0x00000004 
+ 00014536  0x000010ef inject  0x00000003 , 0x00000003 
+ 00014537  0x000010f0 deposit  0x00000001 
+ 00014538  0x000010f1 inject  0x00000003 , 0x00000004 
+ 00014539  0x000010f2 fetch  0x00000001 , 0x00000047 
+ 00014540  0x000010f3 inject  0x00000000 , 0x00000004 
+ 00014541  0x000010f4 inject  0x00000003 , 0x00000003 
+ 00014542  0x000010f5 enable  0x00000008 
+ 00014543  0x000010f6 inject  0x00000003 , 0x00000008 
+ 00014544  0x000010f7 disable  0x0000001b 
+ 00014545  0x000010f8 disable  0x00000008 
+ 00014546  0x000010f9 disable  0x0000000a 
+ 00014547  0x000010fa set0  0x00000002 , 0x00000015 
+ 00014548  0x000010fb arg  0x00000000 , 0x00000002 
+ 00014549  0x000010fc call  0x00003b74 
+ 00014550  0x000010fd set0  0x00000025 , 0x00000000 
+ 00014551  0x000010fe bpatch  0x00000080 , 0x00004010 
+ 00014552  0x000010ff and  0x00000001 , 0x0000001f , 0x0000003f 
+ 00014553  0x00001100 beq  0x00000013 , 0x00003913 
+ 00014554  0x00001101 beq  0x00000000 , 0x0000375c 
+ 00014555  0x00001102 beq  0x00000001 , 0x0000375c 
+ 00014556  0x00001103 beq  0x00000002 , 0x000038f5 
+ 00014557  0x00001104 beq  0x00000003 , 0x00003925 
+ 00014558  0x00001105 beq  0x00000004 , 0x0000392b 
+ 00014559  0x00001106 beq  0x00000007 , 0x000038e9 
+ 00014560  0x00001107 beq  0x00000008 , 0x0000392a 
+ 00014561  0x00001108 arg  0x00000004 , 0x00000002 
+ 00014562  0x00001109 call  0x00003b74 
+ 00014563  0x0000110a beq  0x0000000a , 0x00003927 
+ 00014564  0x0000110b beq  0x0000000b , 0x0000392d 
+ 00014565  0x0000110c arg  0x00000008 , 0x00000002 
+ 00014566  0x0000110d call  0x00003b74 
+ 00014567  0x0000110e beq  0x0000000f , 0x0000392d 
+ 00014568  0x0000110f branch  0x00003927 
+ 00014569  0x00001113 set0  0x00000025 , 0x00000000 
+ 00014570  0x00001114 bpatch  0x00000081 , 0x00004010 
+ 00014571  0x00001115 enable  0x0000001d 
+ 00014572  0x00001116 enable  0x00000009 
+ 00014573  0x00001117 enable  0x0000000e 
+ 00014574  0x00001118 force  0x0000001e , 0x00000039 
+ 00014575  0x00001119 arg  0x000000b5 , 0x00000006 
+ 00014576  0x0000111b ifetch  0x00000001 , 0x00000006 
+ 00014577  0x0000111c inject  0x00000003 , 0x00000008 
+ 00014578  0x0000111d loop  0x000038f0 
+ 00014579  0x0000111e bmark1  0x00000007 , 0x00003960 
+ 00014580  0x0000111f branch  0x0000375c 
+ 00014581  0x00001122 set0  0x00000025 , 0x00000000 
+ 00014582  0x00001123 bpatch  0x00000082 , 0x00004010 
+ 00014583  0x00001124 fetch  0x00000001 , 0x0000018b 
+ 00014584  0x00001125 icopy  0x00000004 
+ 00014585  0x00001126 fetch  0x00000001 , 0x0000008f 
+ 00014586  0x00001127 icopy  0x0000001c 
+ 00014587  0x00001128 fetch  0x00000003 , 0x0000414a 
+ 00014588  0x00001129 icopy  0x0000001d 
+ 00014589  0x0000112a fetch  0x00000002 , 0x00004144 
+ 00014590  0x0000112b icopy  0x0000002e 
+ 00014591  0x0000112c enable  0x00000009 
+ 00014592  0x0000112d enable  0x0000001c 
+ 00014593  0x0000112e copy  0x00000020 , 0x00000011 
+ 00014594  0x0000112f call  0x00003a54 
+ 00014595  0x00001130 pulse  0x00000015 
+ 00014596  0x00001131 nop  0x00000020 
+ 00014597  0x00001132 copy  0x00000021 , 0x0000000b 
+ 00014598  0x00001133 fetch  0x00000004 , 0x0000016b 
+ 00014599  0x00001134 icopy  0x00000021 
+ 00014600  0x00001135 preload  0x0000001e 
+ 00014601  0x00001136 set1  0x0000003a , 0x0000003f 
+ 00014602  0x00001137 inject  0x00000003 , 0x00000048 
+ 00014603  0x00001138 preload  0x0000001f 
+ 00014604  0x00001139 inject  0x00000003 , 0x00000048 
+ 00014605  0x0000113a copy  0x0000000b , 0x00000021 
+ 00014606  0x0000113b copy  0x00000011 , 0x00000020 
+ 00014607  0x0000113c enable  0x00000008 
+ 00014608  0x0000113d inject  0x00000003 , 0x00000010 
+ 00014609  0x0000113e disable  0x00000008 
+ 00014610  0x0000113f branch  0x0000375c 
+ 00014611  0x00001142 set0  0x00000025 , 0x00000000 
+ 00014612  0x00001143 bpatch  0x00000083 , 0x00004010 
+ 00014613  0x00001144 enable  0x0000000e 
+ 00014614  0x00001145 enable  0x00000009 
+ 00014615  0x00001146 enable  0x0000001c 
+ 00014616  0x00001147 fetch  0x00000001 , 0x00000432 
+ 00014617  0x00001148 and  0x0000003f , 0x000001f8 , 0x00000002 
+ 00014618  0x00001149 arg  0x00000432 , 0x00000006 
+ 00014619  0x0000114a increase  0x00000008 , 0x00000002 
+ 00014620  0x0000114c add  0x00000002 , 0xffffffb8 , 0x00000013 
+ 00014621  0x0000114d nbranch  0x00003922 , 0x00000002 
+ 00014622  0x0000114e ifetch  0x00000009 , 0x00000006 
+ 00014623  0x0000114f inject  0x00000003 , 0x00000048 
+ 00014624  0x00001150 copy  0x00000013 , 0x00000002 
+ 00014625  0x00001151 branch  0x0000391c 
+ 00014626  0x00001153 ifetch  0x00000009 , 0x00000006 
+ 00014627  0x00001154 iinject  0x00000003 , 0x00000002 
+ 00014628  0x00001155 branch  0x00003960 
+ 00014629  0x00001158 enable  0x0000001c 
+ 00014630  0x00001159 branch  0x00003930 
+ 00014631  0x0000115c enable  0x0000001c 
+ 00014632  0x0000115d set1  0x00000010 , 0x00000000 
+ 00014633  0x0000115e branch  0x00003930 
+ 00014634  0x00001161 set1  0x00000002 , 0x00000015 
+ 00014635  0x00001163 enable  0x0000001d 
+ 00014636  0x00001164 branch  0x00003930 
+ 00014637  0x00001168 set1  0x00000002 , 0x00000015 
+ 00014638  0x00001169 enable  0x0000001d 
+ 00014639  0x0000116a set1  0x00000010 , 0x00000000 
+ 00014640  0x0000116d set0  0x00000025 , 0x00000000 
+ 00014641  0x0000116e bpatch  0x00000084 , 0x00004010 
+ 00014642  0x0000116f fetch  0x00000001 , 0x0000004c 
+ 00014643  0x00001170 bbit0  0x00000005 , 0x00003946 
+ 00014644  0x00001171 sub  0x00000001 , 0x00000003 , 0x0000003e 
+ 00014645  0x00001172 branch  0x00003946 , 0x00000002 
+ 00014646  0x00001173 disable  0x0000000e 
+ 00014647  0x00001174 disable  0x0000001c 
+ 00014648  0x00001175 enable  0x0000001d 
+ 00014649  0x00001176 disable  0x00000007 
+ 00014650  0x00001177 set1  0x00000001 , 0x00000015 
+ 00014651  0x00001178 isolate1  0x00000002 , 0x00000015 
+ 00014652  0x00001179 branch  0x00003940 , 0x00000001 
+ 00014653  0x0000117a setarg  0x000abeee 
+ 00014654  0x0000117b inject  0x00000003 , 0x00000014 
+ 00014655  0x0000117c branch  0x00003944 
+ 00014656  0x0000117e setarg  0x005faeba 
+ 00014657  0x0000117f inject  0x00000003 , 0x00000018 
+ 00014658  0x00001180 setarg  0x00000012 
+ 00014659  0x00001181 inject  0x00000003 , 0x00000006 
+ 00014660  0x00001183 enable  0x00000007 
+ 00014661  0x00001184 set1  0x00000010 , 0x00000000 
+ 00014662  0x00001186 enable  0x0000000e 
+ 00014663  0x00001187 enable  0x00000009 
+ 00014664  0x00001188 bmark1  0x00000005 , 0x00003969 
+ 00014665  0x00001189 fetch  0x00000001 , 0x00000090 
+ 00014666  0x0000118a inject  0x00000003 , 0x00000003 
+ 00014667  0x0000118b fetch  0x00000002 , 0x00000091 
+ 00014668  0x0000118c iforce  0x00000039 
+ 00014669  0x0000118d bmark1  0x00000010 , 0x00003950 
+ 00014670  0x0000118e inject  0x00000003 , 0x00000005 
+ 00014671  0x0000118f branch  0x00003951 
+ 00014672  0x00001191 inject  0x00000003 , 0x0000000d 
+ 00014673  0x00001193 fetch  0x00000001 , 0x00004132 
+ 00014674  0x00001194 beq  0x00000001 , 0x0000395b 
+ 00014675  0x00001195 deposit  0x00000039 
+ 00014676  0x00001196 branch  0x00003960 , 0x00000034 
+ 00014677  0x00001197 fetch  0x00000002 , 0x00000179 
+ 00014678  0x00001198 iforce  0x00000006 
+ 00014679  0x0000119a ifetch  0x00000001 , 0x00000006 
+ 00014680  0x0000119b inject  0x00000003 , 0x00000008 
+ 00014681  0x0000119c loop  0x00003957 
+ 00014682  0x0000119d branch  0x00003960 
+ 00014683  0x0000119f fetch  0x00000002 , 0x00000179 
+ 00014684  0x000011a0 iforce  0x00000003 
+ 00014685  0x000011a2 ifetch  0x00000001 , 0x00000003 
+ 00014686  0x000011a3 inject  0x00000003 , 0x00000008 
+ 00014687  0x000011a4 loop  0x0000395d 
+ 00014688  0x000011a6 enable  0x00000008 
+ 00014689  0x000011a7 inject  0x00000003 , 0x00000010 
+ 00014690  0x000011a8 disable  0x00000008 
+ 00014691  0x000011a9 call  0x00003583 
+ 00014692  0x000011aa fetch  0x00000001 , 0x0000004c 
+ 00014693  0x000011ab bbit0  0x00000005 , 0x0000375c 
+ 00014694  0x000011ac force  0x00000000 , 0x0000003f 
+ 00014695  0x000011ad inject  0x00000003 , 0x00000006 
+ 00014696  0x000011ae branch  0x0000375c 
+ 00014697  0x000011b2 set0  0x00000025 , 0x00000000 
+ 00014698  0x000011b3 bpatch  0x00000085 , 0x00004010 
+ 00014699  0x000011b4 bmark1  0x00000010 , 0x00003972 
+ 00014700  0x000011b6 fetch  0x00000001 , 0x0000018a 
+ 00014701  0x000011b7 inject  0x00000003 , 0x00000003 
+ 00014702  0x000011b8 fetch  0x00000001 , 0x00000169 
+ 00014703  0x000011b9 iforce  0x00000013 
+ 00014704  0x000011ba inject  0x00000003 , 0x00000005 
+ 00014705  0x000011bb branch  0x00003977 
+ 00014706  0x000011bd fetch  0x00000001 , 0x0000018a 
+ 00014707  0x000011be inject  0x00000003 , 0x00000003 
+ 00014708  0x000011bf fetch  0x00000002 , 0x00000169 
+ 00014709  0x000011c0 iforce  0x00000013 
+ 00014710  0x000011c1 inject  0x00000003 , 0x0000000d 
+ 00014711  0x000011c3 arg  0x000004de , 0x00000006 
+ 00014712  0x000011c5 copy  0x00000013 , 0x0000003e 
+ 00014713  0x000011c6 branch  0x0000397e , 0x00000005 
+ 00014714  0x000011c7 ifetch  0x00000001 , 0x00000006 
+ 00014715  0x000011c8 inject  0x00000003 , 0x00000008 
+ 00014716  0x000011c9 increase  0xffffffff , 0x00000013 
+ 00014717  0x000011ca branch  0x00003978 
+ 00014718  0x000011cc fetch  0x00000002 , 0x000000fe 
+ 00014719  0x000011cd increase  0x00000001 , 0x0000003f 
+ 00014720  0x000011ce store  0x00000002 , 0x000000fe 
+ 00014721  0x000011cf branch  0x00003960 
+ 00014722  0x000011d3 fetch  0x00000004 , 0x0000016f 
+ 00014723  0x000011d4 add  0x0000003f , 0x00000007 , 0x00000011 
+ 00014724  0x000011d5 fetch  0x00000002 , 0x0000017b 
+ 00014725  0x000011d6 nbranch  0x00003988 , 0x00000034 
+ 00014726  0x000011d7 increase  0xfffffffd , 0x00000011 
+ 00014727  0x000011d8 branch  0x00003990 
+ 00014728  0x000011da mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00014729  0x000011db hfetcht  0x00000002 , 0x00008040 
+ 00014730  0x000011dc increase  0x00000001 , 0x00000002 
+ 00014731  0x000011de isub  0x00000002 , 0x0000003f 
+ 00014732  0x000011df nbranch  0x0000398f , 0x00000002 
+ 00014733  0x000011e0 increase  0xffffffff , 0x00000011 
+ 00014734  0x000011e1 branch  0x0000398b 
+ 00014735  0x000011e3 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00014736  0x000011e5 until  0x0000003e , 0x00000023 
+ 00014737  0x000011e6 compare  0x00000000 , 0x00000022 , 0x00000003 
+ 00014738  0x000011e7 nbranch  0x00003990 , 0x00000001 
+ 00014739  0x000011e8 iforce  0x00000029 
+ 00014740  0x000011e9 copy  0x00000011 , 0x00000028 
+ 00014741  0x000011ea iforce  0x00000029 
+ 00014742  0x000011eb rtn 
+ 00014743  0x000011ef set0  0x00000025 , 0x00000000 
+ 00014744  0x000011f0 bpatch  0x00000086 , 0x00004010 
+ 00014745  0x000011f1 until  0x0000003e , 0x00000022 
+ 00014746  0x000011f2 deposit  0x0000001a 
+ 00014747  0x000011f3 iforce  0x00000006 
+ 00014748  0x000011f4 rshift16 , 0x0000003f , 0x0000003f 
+ 00014749  0x000011f5 isub  0x00000022 , 0x00000039 
+ 00014750  0x000011f6 and_into  0x00000003 , 0x00000039 
+ 00014751  0x000011f7 nbranch  0x000039a2 , 0x00000005 
+ 00014752  0x000011f8 force  0x00000000 , 0x0000003f 
+ 00014753  0x000011f9 branch  0x000039a6 
+ 00014754  0x000011fb arg  0x00000ea6 , 0x00000002 
+ 00014755  0x000011fc force  0x00000000 , 0x0000003f 
+ 00014756  0x000011fe iadd  0x00000002 , 0x0000003f 
+ 00014757  0x000011ff loop  0x000039a4 
+ 00014758  0x00001201 iadd  0x00000006 , 0x0000003f 
+ 00014759  0x00001202 div  0x0000003f , 0x0000000c 
+ 00014760  0x00001203 call  0x00007efd 
+ 00014761  0x00001204 quotient  0x0000003f 
+ 00014762  0x00001205 store  0x00000002 , 0x0000017b 
+ 00014763  0x00001206 rtn 
+ 00014764  0x00001209 set0  0x00000025 , 0x00000000 
+ 00014765  0x0000120a bpatch  0x00000087 , 0x00004010 
+ 00014766  0x0000120b deposit  0x0000001a 
+ 00014767  0x0000120c copy  0x00000019 , 0x00000002 
+ 00014768  0x0000120d isub  0x00000002 , 0x0000003e 
+ 00014769  0x0000120e nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00014770  0x0000120f isub  0x00000002 , 0x00000002 
+ 00014771  0x00001210 setarg  0x00000ea6 
+ 00014772  0x00001211 isolate0  0x0000000f , 0x00000002 
+ 00014773  0x00001212 branch  0x000039b8 , 0x00000001 
+ 00014774  0x00001213 setarg  0xffff0ea6 
+ 00014775  0x00001214 iadd  0x00000002 , 0x00000002 
+ 00014776  0x00001216 storet  0x00000006 , 0x000003c8 
+ 00014777  0x00001217 rtn  0x00000036 
+ 00014778  0x00001218 storet  0x00000006 , 0x00000038 
+ 00014779  0x00001219 rtn 
+ 00014780  0x0000121c disable  0x00000030 
+ 00014781  0x0000121d fetch  0x00000006 , 0x000003c8 
+ 00014782  0x0000121e branch  0x000039c0 , 0x00000036 
+ 00014783  0x0000121f fetch  0x00000006 , 0x00000038 
+ 00014784  0x00001221 iadd  0x00000019 , 0x00000030 
+ 00014785  0x00001222 increase  0x0000000a , 0x00000030 
+ 00014786  0x00001223 setarg  0x00000ea6 
+ 00014787  0x00001224 isub  0x00000030 , 0x0000003f 
+ 00014788  0x00001225 isolate0  0x0000000f , 0x0000003f 
+ 00014789  0x00001226 branch  0x000039ca , 0x00000001 
+ 00014790  0x00001227 setarg  0x0000f15a 
+ 00014791  0x00001228 iadd  0x00000030 , 0x00000030 
+ 00014792  0x0000122a copy  0x00000030 , 0x0000001a 
+ 00014793  0x0000122b rtn 
+ 00014794  0x0000122d force  0x00000000 , 0x0000003e 
+ 00014795  0x0000122e branch  0x000039c8 
+ 00014796  0x00001236 set0  0x00000025 , 0x00000000 
+ 00014797  0x00001237 bpatch  0x00000088 , 0x00004011 
+ 00014798  0x00001238 call  0x00003a7a 
+ 00014799  0x00001239 copy  0x00000021 , 0x0000003f 
+ 00014800  0x0000123a and_into  0x00000180 , 0x0000003f 
+ 00014801  0x0000123b compare  0x00000003 , 0x00000024 , 0x00000007 
+ 00014802  0x0000123c nbranch  0x000039d6 , 0x00000001 
+ 00014803  0x0000123d rshift3  0x0000003f , 0x0000003f 
+ 00014804  0x0000123e iadd  0x00000017 , 0x0000003f 
+ 00014805  0x0000123f branch  0x000039d7 
+ 00014806  0x00001241 copy  0x00000017 , 0x0000003f 
+ 00014807  0x00001243 div  0x0000003f , 0x0000004f 
+ 00014808  0x00001244 pulse  0x00000015 
+ 00014809  0x00001245 call  0x00007efd 
+ 00014810  0x00001246 remainder  0x00000011 
+ 00014811  0x00001247 add  0x00000011 , 0xffffffd8 , 0x00000002 
+ 00014812  0x00001248 branch  0x000039df , 0x00000002 
+ 00014813  0x00001249 lshift  0x00000011 , 0x00000002 
+ 00014814  0x0000124a branch  0x000039e1 
+ 00014815  0x0000124c lshift  0x00000002 , 0x00000002 
+ 00014816  0x0000124d increase  0x00000001 , 0x00000002 
+ 00014817  0x0000124f set0  0x00000025 , 0x00000000 
+ 00014818  0x00001250 bpatch  0x00000089 , 0x00004011 
+ 00014819  0x00001251 fetch  0x00000001 , 0x00000031 
+ 00014820  0x00001252 bbit0  0x00000003 , 0x000039f3 
+ 00014821  0x00001254 fetch  0x00000004 , 0x00004173 
+ 00014822  0x00001255 isub  0x00000021 , 0x0000003e 
+ 00014823  0x00001256 branch  0x000039f3 , 0x00000002 
+ 00014824  0x00001257 call  0x00003a12 
+ 00014825  0x00001258 fetch  0x00000001 , 0x0000417a 
+ 00014826  0x00001259 rtn  0x00000034 
+ 00014827  0x0000125a fetch  0x00000001 , 0x00000031 
+ 00014828  0x0000125b set1  0x00000002 , 0x0000003f 
+ 00014829  0x0000125c store  0x00000001 , 0x00000031 
+ 00014830  0x0000125d fetch  0x00000005 , 0x00004188 
+ 00014831  0x0000125e store  0x00000005 , 0x0000417b 
+ 00014832  0x0000125f ifetch  0x00000005 , 0x00000006 
+ 00014833  0x00001260 store  0x00000005 , 0x00004180 
+ 00014834  0x00001261 call  0x00003a17 
+ 00014835  0x00001263 fetch  0x00000001 , 0x00000031 
+ 00014836  0x00001264 rtnbit0  0x00000002 
+ 00014837  0x00001265 isolate1  0x00000001 , 0x00000021 
+ 00014838  0x00001266 branch  0x00003a0f , 0x00000001 
+ 00014839  0x00001267 rshift3  0x00000002 , 0x00000011 
+ 00014840  0x00001268 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00014841  0x00001269 setarg  0x0000417b 
+ 00014842  0x0000126a iadd  0x00000011 , 0x00000011 
+ 00014843  0x0000126b ifetch  0x00000001 , 0x00000011 
+ 00014844  0x0000126c qisolate0  0x0000003f 
+ 00014845  0x0000126d branch  0x00003a00 , 0x00000001 
+ 00014846  0x0000126e deposit  0x00000002 
+ 00014847  0x0000126f branch  0x00003a0c 
+ 00014848  0x00001271 fetch  0x00000001 , 0x00004185 
+ 00014849  0x00001272 iforce  0x00000012 
+ 00014850  0x00001273 deposit  0x00000021 
+ 00014851  0x00001274 and_into  0x00000180 , 0x0000003f 
+ 00014852  0x00001275 rshift3  0x0000003f , 0x0000003f 
+ 00014853  0x00001276 iadd  0x00000017 , 0x0000003f 
+ 00014854  0x00001277 idiv  0x00000012 
+ 00014855  0x00001278 setarg  0x00004193 
+ 00014856  0x00001279 call  0x00007efd 
+ 00014857  0x0000127a remainder  0x00000011 
+ 00014858  0x0000127b iadd  0x00000011 , 0x00000006 
+ 00014859  0x0000127c ifetch  0x00000001 , 0x00000006 
+ 00014860  0x0000127e store  0x00000001 , 0x00004186 
+ 00014861  0x0000127f iforce  0x00000002 
+ 00014862  0x00001280 rtn 
+ 00014863  0x00001283 fetch  0x00000001 , 0x00004186 
+ 00014864  0x00001284 iforce  0x00000002 
+ 00014865  0x00001285 rtn 
+ 00014866  0x00001288 fetch  0x00000001 , 0x00000031 
+ 00014867  0x00001289 set0  0x00000002 , 0x0000003f 
+ 00014868  0x0000128a set0  0x00000003 , 0x0000003f 
+ 00014869  0x0000128b store  0x00000001 , 0x00000031 
+ 00014870  0x0000128c rtn 
+ 00014871  0x00001293 set0  0x00000025 , 0x00000000 
+ 00014872  0x00001294 bpatch  0x0000008a , 0x00004011 
+ 00014873  0x00001295 arg  0x00004193 , 0x00000005 
+ 00014874  0x00001296 force  0x0000000a , 0x00000039 
+ 00014875  0x00001297 call  0x00007e3b 
+ 00014876  0x00001298 arg  0x00004193 , 0x00000005 
+ 00014877  0x00001299 force  0x00000000 , 0x00000013 
+ 00014878  0x0000129a force  0x00000002 , 0x00000007 
+ 00014879  0x0000129c fetch  0x00000005 , 0x0000417b 
+ 00014880  0x0000129d iforce  0x00000002 
+ 00014881  0x0000129e compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00014882  0x0000129f branch  0x00003a24 , 0x00000001 
+ 00014883  0x000012a0 rshift  0x00000002 , 0x00000002 
+ 00014884  0x000012a2 isolate0  0x00000000 , 0x00000002 
+ 00014885  0x000012a3 branch  0x00003a28 , 0x00000001 
+ 00014886  0x000012a4 deposit  0x00000013 
+ 00014887  0x000012a5 istore  0x00000001 , 0x00000005 
+ 00014888  0x000012a7 rshift2  0x00000002 , 0x00000002 
+ 00014889  0x000012a8 increase  0x00000002 , 0x00000013 
+ 00014890  0x000012a9 compare  0x00000028 , 0x00000013 , 0x000000fe 
+ 00014891  0x000012aa nbranch  0x00003a31 , 0x00000001 
+ 00014892  0x000012ab fetch  0x00000005 , 0x00004180 
+ 00014893  0x000012ac iforce  0x00000002 
+ 00014894  0x000012ad compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00014895  0x000012ae branch  0x00003a31 , 0x00000001 
+ 00014896  0x000012af rshift  0x00000002 , 0x00000002 
+ 00014897  0x000012b1 sub  0x00000013 , 0x0000004e , 0x0000003e 
+ 00014898  0x000012b2 branch  0x00003a24 , 0x00000002 
+ 00014899  0x000012b3 force  0x00000001 , 0x00000013 
+ 00014900  0x000012b4 increase  0xffffffff , 0x00000007 
+ 00014901  0x000012b5 nbranch  0x00003a1f , 0x00000005 
+ 00014902  0x000012b6 arg  0x00004193 , 0x00000011 
+ 00014903  0x000012b7 deposit  0x00000005 
+ 00014904  0x000012b8 isub  0x00000011 , 0x0000003f 
+ 00014905  0x000012b9 store  0x00000001 , 0x00004185 
+ 00014906  0x000012ba rtn 
+ 00014907  0x000012bd set0  0x00000025 , 0x00000000 
+ 00014908  0x000012be bpatch  0x0000008b , 0x00004011 
+ 00014909  0x000012bf call  0x000039cc 
+ 00014910  0x000012c0 fetch  0x00000001 , 0x00000189 
+ 00014911  0x000012c1 bbit0  0x00000005 , 0x00003a41 
+ 00014912  0x000012c2 fetcht  0x00000001 , 0x00000448 
+ 00014913  0x000012c4 branch  0x00003a82 
+ 00014914  0x000012c8 set0  0x00000025 , 0x00000000 
+ 00014915  0x000012c9 bpatch  0x0000008c , 0x00004011 
+ 00014916  0x000012ca call  0x000039cc 
+ 00014917  0x000012cb fetch  0x00000001 , 0x00000189 
+ 00014918  0x000012cc bbit0  0x00000004 , 0x00003a48 
+ 00014919  0x000012cd fetcht  0x00000001 , 0x00000447 
+ 00014920  0x000012cf branch  0x00003a91 
+ 00014921  0x000012d3 force  0x00000000 , 0x0000002d 
+ 00014922  0x000012d4 fetch  0x00000003 , 0x00004147 
+ 00014923  0x000012d5 iforce  0x0000002c 
+ 00014924  0x000012d6 rtn 
+ 00014925  0x000012d9 set0  0x00000025 , 0x00000000 
+ 00014926  0x000012da bpatch  0x0000008d , 0x00004011 
+ 00014927  0x000012db fetch  0x00000001 , 0x00004277 
+ 00014928  0x000012dc icopy  0x0000002d 
+ 00014929  0x000012dd fetch  0x00000003 , 0x00004274 
+ 00014930  0x000012de icopy  0x0000002c 
+ 00014931  0x000012df rtn 
+ 00014932  0x000012e2 set0  0x00000025 , 0x00000000 
+ 00014933  0x000012e3 bpatch  0x0000008e , 0x00004011 
+ 00014934  0x000012e4 fetch  0x00000002 , 0x00004144 
+ 00014935  0x000012e5 icopy  0x0000002e 
+ 00014936  0x000012e6 fetch  0x00000001 , 0x00004143 
+ 00014937  0x000012e7 icopy  0x0000002d 
+ 00014938  0x000012e8 fetch  0x00000003 , 0x00004140 
+ 00014939  0x000012e9 icopy  0x0000002c 
+ 00014940  0x000012ea rtn 
+ 00014941  0x000012ed set0  0x00000025 , 0x00000000 
+ 00014942  0x000012ee bpatch  0x0000008f , 0x00004011 
+ 00014943  0x000012ef fetch  0x00000002 , 0x00000044 
+ 00014944  0x000012f0 icopy  0x0000002e 
+ 00014945  0x000012f1 fetch  0x00000001 , 0x00000043 
+ 00014946  0x000012f2 icopy  0x0000002d 
+ 00014947  0x000012f3 fetch  0x00000003 , 0x00000040 
+ 00014948  0x000012f4 icopy  0x0000002c 
+ 00014949  0x000012f5 rtn 
+ 00014950  0x000012f9 bmark1  0x00000020 , 0x00003a69 
+ 00014951  0x000012fa rtnmark0  0x0000001d 
+ 00014952  0x000012fb rtnmark0  0x0000001f 
+ 00014953  0x000012fd and_into  0xffffff00 , 0x0000002c 
+ 00014954  0x000012fe pulse  0x00000015 
+ 00014955  0x000012ff nop  0x00000020 
+ 00014956  0x00001300 rtn 
+ 00014957  0x00001304 set0  0x00000025 , 0x00000000 
+ 00014958  0x00001305 bpatch  0x00000090 , 0x00004012 
+ 00014959  0x00001306 force  0x00000000 , 0x00000015 
+ 00014960  0x00001307 disable  0x00000021 
+ 00014961  0x00001308 disable  0x00000020 
+ 00014962  0x00001309 pulse  0x0000001e 
+ 00014963  0x0000130a hjam  0x00000000 , 0x00008902 
+ 00014964  0x0000130b hjam  0x00000000 , 0x00008901 
+ 00014965  0x0000130c hjam  0x00000000 , 0x00008900 
+ 00014966  0x0000130d hjam  0x00000000 , 0x00008903 
+ 00014967  0x0000130e hjam  0x00000070 , 0x00008904 
+ 00014968  0x0000130f hjam  0x00000000 , 0x00008906 
+ 00014969  0x00001310 rtn 
+ 00014970  0x00001313 set0  0x00000025 , 0x00000000 
+ 00014971  0x00001314 bpatch  0x00000091 , 0x00004012 
+ 00014972  0x00001315 hjam  0x00000000 , 0x00008902 
+ 00014973  0x00001316 hjam  0x00000000 , 0x00008901 
+ 00014974  0x00001317 hjam  0x00000018 , 0x00008900 
+ 00014975  0x00001318 hjam  0x000000a7 , 0x00008903 
+ 00014976  0x00001319 hjam  0x0000007f , 0x00008904 
+ 00014977  0x0000131a rtn 
+ 00014978  0x0000131e set0  0x00000025 , 0x00000000 
+ 00014979  0x0000131f bpatch  0x00000092 , 0x00004012 
+ 00014980  0x00001321 storet  0x00000001 , 0x00000017 
+ 00014981  0x00001322 add  0x00000002 , 0x00000004 , 0x00000011 
+ 00014982  0x00001323 branch  0x00003ab6 
+ 00014983  0x00001325 set0  0x00000025 , 0x00000000 
+ 00014984  0x00001326 bpatch  0x00000093 , 0x00004012 
+ 00014985  0x00001327 hjam  0x000000cf , 0x00008901 
+ 00014986  0x00001328 nop  0x0000000a 
+ 00014987  0x00001329 hjam  0x000000ff , 0x00008900 
+ 00014988  0x0000132a hjam  0x000000af , 0x00008903 
+ 00014989  0x0000132b hjam  0x000000ff , 0x00008904 
+ 00014990  0x0000132c nop  0x0000000a 
+ 00014991  0x0000132d hjam  0x000000a0 , 0x00008902 
+ 00014992  0x0000132e rtn 
+ 00014993  0x00001332 set0  0x00000025 , 0x00000000 
+ 00014994  0x00001333 bpatch  0x00000094 , 0x00004012 
+ 00014995  0x00001334 storet  0x00000001 , 0x00000017 
+ 00014996  0x00001335 add  0x00000002 , 0x00000002 , 0x00000011 
+ 00014997  0x00001336 call  0x00003ab6 
+ 00014998  0x00001337 setarg  0x00000500 
+ 00014999  0x00001338 call  0x00003bf3 
+ 00015000  0x0000133a hjam  0x00000001 , 0x00008906 
+ 00015001  0x0000133b hjam  0x0000003c , 0x00008900 
+ 00015002  0x0000133c hjam  0x000000e0 , 0x00008901 
+ 00015003  0x0000133d hjam  0x000000b7 , 0x00008903 
+ 00015004  0x0000133e hjam  0x0000007f , 0x00008902 
+ 00015005  0x0000133f rtn 
+ 00015006  0x00001342 hjam  0x00000006 , 0x00008042 
+ 00015007  0x00001343 call  0x00003c29 
+ 00015008  0x00001344 call  0x00003c3a 
+ 00015009  0x00001346 fetch  0x00000002 , 0x00004163 
+ 00015010  0x00001347 bbit0  0x0000000e , 0x00003aa1 
+ 00015011  0x00001348 iforce  0x00000006 
+ 00015012  0x00001349 arg  0x00008900 , 0x00000002 
+ 00015013  0x0000134b ifetch  0x00000001 , 0x00000006 
+ 00015014  0x0000134c beq  0x000000ff , 0x00003aab 
+ 00015015  0x0000134d ior  0x00000002 , 0x00000005 
+ 00015016  0x0000134e ifetch  0x00000001 , 0x00000006 
+ 00015017  0x0000134f istore  0x00000001 , 0x00000005 
+ 00015018  0x00001350 branch  0x00003aa5 
+ 00015019  0x00001352 set0  0x00000025 , 0x00000000 
+ 00015020  0x00001353 bpatch  0x00000095 , 0x00004012 
+ 00015021  0x00001354 call  0x00003d91 
+ 00015022  0x00001355 call  0x00003b0a 
+ 00015023  0x00001357 setarg  0x000007d0 
+ 00015024  0x00001358 iadd  0x00000022 , 0x0000003f 
+ 00015025  0x00001359 store  0x00000004 , 0x00000173 
+ 00015026  0x0000135a set1  0x00000003 , 0x00000015 
+ 00015027  0x0000135b force  0x00000000 , 0x00000015 
+ 00015028  0x0000135c ncall  0x00003ace , 0x0000002b 
+ 00015029  0x0000135d branch  0x00003ae2 
+ 00015030  0x00001361 set0  0x00000025 , 0x00000000 
+ 00015031  0x00001362 bpatch  0x00000096 , 0x00004012 
+ 00015032  0x00001363 setarg  0x00000960 
+ 00015033  0x00001364 iadd  0x00000011 , 0x00000002 
+ 00015034  0x00001365 fetch  0x00000001 , 0x0000415d 
+ 00015035  0x00001366 hjam  0x00000004 , 0x0000895f 
+ 00015036  0x00001367 imul32  0x00000002 , 0x0000003f 
+ 00015037  0x00001368 fetcht  0x00000001 , 0x0000415e 
+ 00015038  0x00001369 idiv  0x00000002 
+ 00015039  0x0000136a call  0x00007efd 
+ 00015040  0x0000136b quotient  0x00000011 
+ 00015041  0x0000136c remainder  0x0000003f 
+ 00015042  0x0000136d lshift16  0x0000003f , 0x0000003f 
+ 00015043  0x0000136e lshift4  0x0000003f , 0x0000003f 
+ 00015044  0x0000136f idiv  0x00000002 
+ 00015045  0x00001370 call  0x00007efd 
+ 00015046  0x00001371 quotient  0x0000003f 
+ 00015047  0x00001372 lshift8  0x0000003f , 0x0000003f 
+ 00015048  0x00001373 lshift  0x0000003f , 0x0000003f 
+ 00015049  0x00001374 ior  0x00000011 , 0x0000003f 
+ 00015050  0x00001375 hstore  0x00000004 , 0x00008960 
+ 00015051  0x00001376 hjam  0x00000044 , 0x0000895f 
+ 00015052  0x00001377 hjam  0x000000c4 , 0x0000895f 
+ 00015053  0x00001378 rtn 
+ 00015054  0x0000137c set0  0x00000025 , 0x00000000 
+ 00015055  0x0000137d bpatch  0x00000097 , 0x00004012 
+ 00015056  0x0000137e hjam  0x00000002 , 0x00008906 
+ 00015057  0x0000137f setarg  0x0003d090 
+ 00015058  0x00001380 call  0x00003bf3 
+ 00015059  0x00001381 hjam  0x0000007f , 0x00008900 
+ 00015060  0x00001382 nop  0x00000082 
+ 00015061  0x00001383 hjam  0x00000030 , 0x00008952 
+ 00015062  0x00001384 hjam  0x000000d0 , 0x00008901 
+ 00015063  0x00001385 hjam  0x00000070 , 0x00008952 
+ 00015064  0x00001386 hjam  0x000000f0 , 0x00008952 
+ 00015065  0x00001387 force  0x00000032 , 0x00000039 
+ 00015066  0x00001389 hfetch  0x00000001 , 0x00008980 
+ 00015067  0x0000138a bbit1  0x00000005 , 0x00003add 
+ 00015068  0x0000138b loop  0x00003ada 
+ 00015069  0x0000138d store  0x00000001 , 0x0000416f 
+ 00015070  0x0000138e hjam  0x00000000 , 0x00008901 
+ 00015071  0x0000138f hjam  0x00000000 , 0x00008900 
+ 00015072  0x00001390 hjam  0x00000000 , 0x00008906 
+ 00015073  0x00001391 rtn 
+ 00015074  0x00001394 set0  0x00000025 , 0x00000000 
+ 00015075  0x00001395 bpatch  0x00000098 , 0x00004013 
+ 00015076  0x00001396 fetch  0x00000001 , 0x0000416f 
+ 00015077  0x00001397 set1  0x00000005 , 0x0000003f 
+ 00015078  0x00001398 hstore  0x00000001 , 0x00008952 
+ 00015079  0x00001399 hfetcht  0x00000001 , 0x00008950 
+ 00015080  0x0000139a and_into  0x00000007 , 0x00000002 
+ 00015081  0x0000139b lshift3  0x0000003f , 0x0000003f 
+ 00015082  0x0000139c ior  0x00000002 , 0x0000003f 
+ 00015083  0x0000139d hstore  0x00000001 , 0x00008950 
+ 00015084  0x0000139e hfetch  0x00000001 , 0x00008951 
+ 00015085  0x0000139f set0  0x00000000 , 0x0000003f 
+ 00015086  0x000013a0 hstore  0x00000001 , 0x00008951 
+ 00015087  0x000013a1 hfetch  0x00000001 , 0x00008952 
+ 00015088  0x000013a2 set0  0x00000005 , 0x0000003f 
+ 00015089  0x000013a3 hstore  0x00000001 , 0x00008952 
+ 00015090  0x000013a4 rtn 
+ 00015091  0x000013a7 set0  0x00000025 , 0x00000000 
+ 00015092  0x000013a8 bpatch  0x00000099 , 0x00004013 
+ 00015093  0x000013a9 hfetch  0x00000002 , 0x00008981 
+ 00015094  0x000013aa rshift4  0x0000003f , 0x0000003f 
+ 00015095  0x000013ab rshift3  0x0000003f , 0x0000003f 
+ 00015096  0x000013ac sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00015097  0x000013ad and_into  0x000000ff , 0x0000003f 
+ 00015098  0x000013ae div  0x0000003f , 0x0000000a 
+ 00015099  0x000013af call  0x00007efd 
+ 00015100  0x000013b0 quotient  0x0000003f 
+ 00015101  0x000013b1 lshift4  0x0000003f , 0x0000003f 
+ 00015102  0x000013b2 remainder  0x00000002 
+ 00015103  0x000013b3 ior  0x00000002 , 0x0000003f 
+ 00015104  0x000013b4 store  0x00000001 , 0x00000018 
+ 00015105  0x000013b5 rtn 
+ 00015106  0x000013b8 hjam  0x0000000a , 0x00008042 
+ 00015107  0x000013b9 hjam  0x00000000 , 0x00008905 
+ 00015108  0x000013ba hfetch  0x00000003 , 0x00008138 
+ 00015109  0x000013bb hstore  0x00000003 , 0x0000804c 
+ 00015110  0x000013bc hjam  0x000000fc , 0x0000804c 
+ 00015111  0x000013bd call  0x00003db0 
+ 00015112  0x000013be nop  0x000003e8 
+ 00015113  0x000013bf rtn 
+ 00015114  0x000013c2 hjam  0x00000006 , 0x00008042 
+ 00015115  0x000013c3 hfetch  0x00000001 , 0x0000896b 
+ 00015116  0x000013c4 set0  0x00000004 , 0x0000003f 
+ 00015117  0x000013c5 set0  0x00000005 , 0x0000003f 
+ 00015118  0x000013c6 hstore  0x00000001 , 0x0000896b 
+ 00015119  0x000013c7 hjam  0x00000000 , 0x00008905 
+ 00015120  0x000013c8 hjam  0x00000000 , 0x00008904 
+ 00015121  0x000013c9 hjam  0x00000070 , 0x00008904 
+ 00015122  0x000013ca hjam  0x000000ff , 0x00008905 
+ 00015123  0x000013cb hfetch  0x00000001 , 0x0000896b 
+ 00015124  0x000013cc set1  0x00000004 , 0x0000003f 
+ 00015125  0x000013cd set1  0x00000005 , 0x0000003f 
+ 00015126  0x000013ce hstore  0x00000001 , 0x0000896b 
+ 00015127  0x000013cf call  0x00003b38 
+ 00015128  0x000013d0 hfetch  0x00000001 , 0x00008968 
+ 00015129  0x000013d1 set1  0x00000007 , 0x0000003f 
+ 00015130  0x000013d2 hstore  0x00000001 , 0x00008968 
+ 00015131  0x000013d3 set0  0x00000007 , 0x0000003f 
+ 00015132  0x000013d4 hstore  0x00000001 , 0x00008968 
+ 00015133  0x000013d5 set1  0x00000007 , 0x0000003f 
+ 00015134  0x000013d6 hstore  0x00000001 , 0x00008968 
+ 00015135  0x000013d7 hjam  0x00000005 , 0x00008042 
+ 00015136  0x000013d8 rtn 
+ 00015137  0x000013db nop  0x000003e8 
+ 00015138  0x000013dc hjam  0x00000004 , 0x00008042 
+ 00015139  0x000013dd nop  0x0000000a 
+ 00015140  0x000013de hjam  0x00000000 , 0x000080b4 
+ 00015141  0x000013df hjam  0x00000080 , 0x00008006 
+ 00015142  0x000013e1 hfetch  0x00000001 , 0x0000812d 
+ 00015143  0x000013e2 bbit0  0x00000001 , 0x00003b26 
+ 00015144  0x000013e3 hfetcht  0x00000003 , 0x00008149 
+ 00015145  0x000013e4 hjam  0x00000005 , 0x00008042 
+ 00015146  0x000013e5 nop  0x0000000a 
+ 00015147  0x000013e6 hjam  0x00000080 , 0x00008006 
+ 00015148  0x000013e8 hfetch  0x00000001 , 0x0000812d 
+ 00015149  0x000013e9 bbit0  0x00000001 , 0x00003b2c 
+ 00015150  0x000013ea hfetch  0x00000003 , 0x00008149 
+ 00015151  0x000013eb isub  0x00000002 , 0x0000003f 
+ 00015152  0x000013ec branch  0x00003b32 , 0x00000002 
+ 00015153  0x000013ed sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00015154  0x000013ef store  0x00000002 , 0x0000018c 
+ 00015155  0x000013f0 sub  0x0000003f , 0x00000046 , 0x0000003e 
+ 00015156  0x000013f2 nbranch  0x00003b34 , 0x00000002 
+ 00015157  0x000013f3 rtn 
+ 00015158  0x000013f6 setarg  0x00000f0f 
+ 00015159  0x000013f7 branch  0x00003da7 
+ 00015160  0x000013fa setarg  0x0000080f 
+ 00015161  0x000013fb branch  0x00003da7 
+ 00015162  0x00001400 set0  0x00000025 , 0x00000000 
+ 00015163  0x00001401 bpatch  0x0000009a , 0x00004013 
+ 00015164  0x00001402 call  0x00003a87 
+ 00015165  0x00001403 disable  0x00000020 
+ 00015166  0x00001404 enable  0x00000021 
+ 00015167  0x00001405 pulse  0x00000016 
+ 00015168  0x00001406 rtn 
+ 00015169  0x00001409 set0  0x00000025 , 0x00000000 
+ 00015170  0x0000140a bpatch  0x0000009b , 0x00004013 
+ 00015171  0x0000140b fetch  0x00000001 , 0x0000004c 
+ 00015172  0x0000140c isolate1  0x00000002 , 0x0000003f 
+ 00015173  0x0000140d setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00015174  0x0000140e hstore  0x00000001 , 0x00008011 
+ 00015175  0x0000140f arg  0x00000062 , 0x00000006 
+ 00015176  0x00001410 ifetch  0x00000009 , 0x00000006 
+ 00015177  0x00001411 iforce  0x00000032 
+ 00015178  0x00001412 ifetch  0x00000007 , 0x00000006 
+ 00015179  0x00001413 iforce  0x00000033 
+ 00015180  0x00001414 fetch  0x00000001 , 0x00000054 
+ 00015181  0x00001415 add  0x0000003f , 0xffffffff , 0x00000034 
+ 00015182  0x00001416 pulse  0x0000001a 
+ 00015183  0x00001417 rtn 
+ 00015184  0x0000141a set0  0x00000025 , 0x00000000 
+ 00015185  0x0000141b bpatch  0x0000009c , 0x00004013 
+ 00015186  0x0000141c enable  0x0000000d 
+ 00015187  0x0000141d arg  0x00000600 , 0x0000000b 
+ 00015188  0x0000141e correlate  0x00000029 , 0x00000026 
+ 00015189  0x00001420 deposit  0x0000001a 
+ 00015190  0x00001421 store  0x00000006 , 0x0000009c 
+ 00015191  0x00001422 disable  0x0000000d 
+ 00015192  0x00001423 nbranch  0x00003a6d , 0x00000018 
+ 00015193  0x00001424 arg  0x000003bb , 0x00000029 
+ 00015194  0x00001425 increase  0x00000001 , 0x00000028 
+ 00015195  0x00001426 and_into  0x000001fc , 0x00000028 
+ 00015196  0x00001427 rtn 
+ 00015197  0x0000142c enable  0x0000000d 
+ 00015198  0x0000142e correlate  0x0000003e , 0x00000017 
+ 00015199  0x0000142f branch  0x00003b55 , 0x00000018 
+ 00015200  0x00001430 compare  0x00000002 , 0x00000028 , 0x00000002 
+ 00015201  0x00001431 nbranch  0x00003b5e , 0x00000001 
+ 00015202  0x00001432 branch  0x00003b55 
+ 00015203  0x00001435 set0  0x00000025 , 0x00000000 
+ 00015204  0x00001436 bpatch  0x0000009d , 0x00004013 
+ 00015205  0x00001437 arg  0x00000600 , 0x0000000b 
+ 00015206  0x00001438 enable  0x0000000d 
+ 00015207  0x00001439 correlate  0x00000023 , 0x00000026 
+ 00015208  0x0000143a disable  0x0000000d 
+ 00015209  0x0000143b nbranch  0x00003a6d , 0x00000018 
+ 00015210  0x0000143c rtn 
+ 00015211  0x0000143f set0  0x00000025 , 0x00000000 
+ 00015212  0x00001440 bpatch  0x0000009e , 0x00004013 
+ 00015213  0x00001441 enable  0x0000000d 
+ 00015214  0x00001442 correlate  0x0000003e , 0x00000003 
+ 00015215  0x00001443 disable  0x0000000d 
+ 00015216  0x00001444 nbranch  0x00003a6d , 0x00000018 
+ 00015217  0x00001445 arg  0x000003bb , 0x00000029 
+ 00015218  0x00001446 and_into  0x000001fc , 0x00000028 
+ 00015219  0x00001447 rtn 
+ 00015220  0x0000144b set0  0x00000025 , 0x00000000 
+ 00015221  0x0000144c bpatch  0x0000009f , 0x00004013 
+ 00015222  0x0000144d iforce  0x00000011 
+ 00015223  0x0000144e deposit  0x00000021 
+ 00015224  0x0000144f iadd  0x00000002 , 0x0000000b 
+ 00015225  0x00001450 copy  0x0000000b , 0x0000003f 
+ 00015226  0x00001451 store  0x00000004 , 0x0000416a 
+ 00015227  0x00001452 deposit  0x00000011 
+ 00015228  0x00001453 rtn 
+ 00015229  0x00001457 copy  0x0000003f , 0x00000002 
+ 00015230  0x00001458 set0  0x00000025 , 0x00000000 
+ 00015231  0x00001459 bpatch  0x000000a0 , 0x00004014 
+ 00015232  0x0000145a copy  0x00000002 , 0x0000003f 
+ 00015233  0x0000145b call  0x00007e91 
+ 00015234  0x0000145c lshift16  0x00000021 , 0x0000003f 
+ 00015235  0x0000145d set1  0x0000002c , 0x0000003f 
+ 00015236  0x0000145e call  0x00007e7a 
+ 00015237  0x0000145f set0  0x0000002c , 0x0000003f 
+ 00015238  0x00001460 call  0x00003bda 
+ 00015239  0x00001461 call  0x00007e7a 
+ 00015240  0x00001462 rtn  0x00000028 
+ 00015241  0x00001463 call  0x00007e84 
+ 00015242  0x00001464 iforce  0x0000001b 
+ 00015243  0x00001465 until  0x0000003e , 0x00000003 
+ 00015244  0x00001466 rtn 
+ 00015245  0x0000146a set0  0x00000025 , 0x00000000 
+ 00015246  0x0000146b bpatch  0x000000a1 , 0x00004014 
+ 00015247  0x0000146c branch  0x00003b93 , 0x00000030 
+ 00015248  0x0000146d until  0x00000029 , 0x00000026 
+ 00015249  0x0000146f copy  0x00000028 , 0x00000002 
+ 00015250  0x00001470 branch  0x00003b96 
+ 00015251  0x00001472 branch  0x00003b95 , 0x0000002e 
+ 00015252  0x00001473 until  0x00000023 , 0x00000026 
+ 00015253  0x00001475 copy  0x00000022 , 0x00000002 
+ 00015254  0x00001477 branch  0x00003ba3 , 0x00000028 
+ 00015255  0x00001478 compare  0x00000001 , 0x00000002 , 0x00000003 
+ 00015256  0x00001479 nbranch  0x00003b8d , 0x00000001 
+ 00015257  0x0000147b set0  0x00000025 , 0x00000000 
+ 00015258  0x0000147c bpatch  0x000000a2 , 0x00004014 
+ 00015259  0x0000147d fetch  0x00000001 , 0x00000030 
+ 00015260  0x0000147e rtnbit0  0x00000000 
+ 00015261  0x0000147f fetch  0x00000004 , 0x0000416a 
+ 00015262  0x00001480 isub  0x00000002 , 0x0000003f 
+ 00015263  0x00001481 nrtn  0x00000002 
+ 00015264  0x00001482 sub  0x0000003f , 0x000000ff , 0x0000003e 
+ 00015265  0x00001483 branch  0x00003b8d , 0x00000002 
+ 00015266  0x00001484 rtn 
+ 00015267  0x00001486 compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00015268  0x00001487 nbranch  0x00003b8d , 0x00000001 
+ 00015269  0x00001488 branch  0x00003b99 
+ 00015270  0x0000148b set0  0x00000025 , 0x00000000 
+ 00015271  0x0000148c bpatch  0x000000a3 , 0x00004014 
+ 00015272  0x0000148d arg  0x00000600 , 0x0000000b 
+ 00015273  0x0000148e branch  0x00003b8d 
+ 00015274  0x00001491 disable  0x00000028 
+ 00015275  0x00001492 branch  0x00003ba6 
+ 00015276  0x00001495 enable  0x00000028 
+ 00015277  0x00001496 branch  0x00003ba6 
+ 00015278  0x00001499 set0  0x00000025 , 0x00000000 
+ 00015279  0x0000149a bpatch  0x000000a4 , 0x00004014 
+ 00015280  0x0000149b call  0x00003b41 
+ 00015281  0x0000149c disable  0x00000021 
+ 00015282  0x0000149d enable  0x00000020 
+ 00015283  0x0000149e rtn 
+ 00015284  0x000014a3 set0  0x00000025 , 0x00000000 
+ 00015285  0x000014a4 bpatch  0x000000a5 , 0x00004014 
+ 00015286  0x000014a5 arg  0x00000e43 , 0x0000000b 
+ 00015287  0x000014a6 until  0x00000023 , 0x00000026 
+ 00015288  0x000014a7 pulse  0x00000016 
+ 00015289  0x000014a8 rtn 
+ 00015290  0x000014ab set0  0x00000025 , 0x00000000 
+ 00015291  0x000014ac bpatch  0x000000a6 , 0x00004014 
+ 00015292  0x000014ad arg  0x00000d00 , 0x0000000b 
+ 00015293  0x000014ae until  0x00000023 , 0x00000026 
+ 00015294  0x000014af rtn 
+ 00015295  0x000014b3 set0  0x00000025 , 0x00000000 
+ 00015296  0x000014b4 bpatch  0x000000a7 , 0x00004014 
+ 00015297  0x000014b5 arg  0x00000e43 , 0x0000000b 
+ 00015298  0x000014b6 until  0x00000029 , 0x00000026 
+ 00015299  0x000014b7 pulse  0x00000016 
+ 00015300  0x000014b8 rtn 
+ 00015301  0x000014bb set0  0x00000025 , 0x00000000 
+ 00015302  0x000014bc bpatch  0x000000a8 , 0x00004015 
+ 00015303  0x000014bd preload  0x00000009 
+ 00015304  0x000014be enable  0x0000001d 
+ 00015305  0x000014bf set1  0x00000000 , 0x00000015 
+ 00015306  0x000014c0 inject  0x00000003 , 0x00000048 
+ 00015307  0x000014c1 disable  0x0000001d 
+ 00015308  0x000014c2 rtn 
+ 00015309  0x000014c6 copy  0x00000025 , 0x00000002 
+ 00015310  0x000014c7 or_into  0x00000060 , 0x00000002 
+ 00015311  0x000014c8 copy  0x00000002 , 0x0000000e 
+ 00015312  0x000014c9 rtn 
+ 00015313  0x000014cf set0  0x00000025 , 0x00000000 
+ 00015314  0x000014d0 bpatch  0x000000a9 , 0x00004015 
+ 00015315  0x000014d1 fetch  0x00000001 , 0x00004130 
+ 00015316  0x000014d2 increase  0x00000001 , 0x0000003f 
+ 00015317  0x000014d3 bne  0x00000007 , 0x00003bd7 
+ 00015318  0x000014d4 force  0x00000001 , 0x0000003f 
+ 00015319  0x000014d6 store  0x00000001 , 0x00004130 
+ 00015320  0x000014d7 iforce  0x00000004 
+ 00015321  0x000014d8 rtn 
+ 00015322  0x000014db copy  0x00000019 , 0x00000002 
+ 00015323  0x000014dc rtn  0x00000029 
+ 00015324  0x000014dd copy  0x0000001a , 0x00000002 
+ 00015325  0x000014de rtn 
+ 00015326  0x000014e1 deposit  0x00000022 
+ 00015327  0x000014e2 rtn  0x00000029 
+ 00015328  0x000014e3 deposit  0x00000028 
+ 00015329  0x000014e4 rtn 
+ 00015330  0x000014e8 set0  0x00000025 , 0x00000000 
+ 00015331  0x000014e9 bpatch  0x000000aa , 0x00004015 
+ 00015332  0x000014ea fetcht  0x00000004 , 0x0000004d 
+ 00015333  0x000014eb call  0x00003bde 
+ 00015334  0x000014ec isub  0x00000002 , 0x0000000b 
+ 00015335  0x000014ed deposit  0x0000000b 
+ 00015336  0x000014ee fetcht  0x00000002 , 0x00000051 
+ 00015337  0x000014ef lshift  0x00000002 , 0x00000002 
+ 00015338  0x000014f0 isub  0x00000002 , 0x0000003f 
+ 00015339  0x000014f1 rtn 
+ 00015340  0x000014f4 set0  0x00000025 , 0x00000000 
+ 00015341  0x000014f5 bpatch  0x000000ab , 0x00004015 
+ 00015342  0x000014f6 call  0x00003bde 
+ 00015343  0x000014f7 store  0x00000004 , 0x0000004d 
+ 00015344  0x000014f8 rtn 
+ 00015345  0x000014fb branch  0x00003bf1 
+ 00015346  0x000014fe branch  0x00003bf2 
+ 00015347  0x00001501 rtn  0x00000034 
+ 00015348  0x00001503 rshift  0x0000003f , 0x0000003f 
+ 00015349  0x00001504 increase  0xfffffffd , 0x0000003f 
+ 00015350  0x00001506 increase  0xffffffff , 0x0000003f 
+ 00015351  0x00001507 nbranch  0x00003bf6 , 0x00000005 
+ 00015352  0x00001508 force  0x00000000 , 0x0000003f 
+ 00015353  0x00001509 rtn 
+ 00015354  0x0000150f arg  0x00000010 , 0x00000039 
+ 00015355  0x00001510 arg  0x00000000 , 0x00000005 
+ 00015356  0x00001511 call  0x00007e3b 
+ 00015357  0x00001512 arg  0x000003c0 , 0x00000005 
+ 00015358  0x00001513 arg  0x0000000a , 0x00000039 
+ 00015359  0x00001514 call  0x00007e3b 
+ 00015360  0x00001515 jam  0x00000000 , 0x000007de 
+ 00015361  0x00001516 jam  0x00000000 , 0x00000b7d 
+ 00015362  0x00001517 jam  0x00000000 , 0x0000040d 
+ 00015363  0x00001518 jam  0x00000000 , 0x00000189 
+ 00015364  0x00001519 jam  0x00000000 , 0x0000044d 
+ 00015365  0x0000151a set0  0x00000025 , 0x00000000 
+ 00015366  0x0000151b bpatch  0x000000ac , 0x00004015 
+ 00015367  0x0000151c jam  0x00000000 , 0x00000177 
+ 00015368  0x0000151d jam  0x00000000 , 0x00000153 
+ 00015369  0x0000151e jam  0x00000000 , 0x0000015e 
+ 00015370  0x0000151f setarg  0x009e8b33 
+ 00015371  0x00001520 store  0x00000003 , 0x00004147 
+ 00015372  0x00001521 setarg  0x00000153 
+ 00015373  0x00001522 store  0x00000002 , 0x00000083 
+ 00015374  0x00001523 jam  0x0000001e , 0x00000085 
+ 00015375  0x00001524 jam  0x00000001 , 0x00000086 
+ 00015376  0x00001525 jam  0x00000007 , 0x00000088 
+ 00015377  0x00001526 setarg  0x0012e904 
+ 00015378  0x00001527 store  0x00000003 , 0x00000080 
+ 00015379  0x00001528 setarg  0x00000a04 
+ 00015380  0x00001529 store  0x00000003 , 0x000046fd 
+ 00015381  0x0000152a setarg  0x000012e9 
+ 00015382  0x0000152b store  0x00000002 , 0x00004700 
+ 00015383  0x0000152c jam  0x00000060 , 0x0000008f 
+ 00015384  0x0000152d jam  0x00000005 , 0x00004171 
+ 00015385  0x0000152e jam  0x00000002 , 0x00000014 
+ 00015386  0x0000152f call  0x000075cd 
+ 00015387  0x00001530 set0  0x00000025 , 0x00000000 
+ 00015388  0x00001531 bpatch  0x000000ad , 0x00004015 
+ 00015389  0x00001532 rtn  0x0000002b 
+ 00015390  0x00001533 setarg  0x00000000 
+ 00015391  0x00001534 store  0x00000002 , 0x00000091 
+ 00015392  0x00001535 rshift  0x00000022 , 0x0000003f 
+ 00015393  0x00001536 store  0x00000004 , 0x00004134 
+ 00015394  0x00001537 rtn 
+ 00015395  0x0000153c setarg  0x000000aa , 0x0000003f 
+ 00015396  0x0000153d arg  0x000000d3 , 0x00000005 
+ 00015397  0x0000153e force  0x0000001e , 0x00000039 
+ 00015398  0x00001540 istore  0x00000001 , 0x00000005 
+ 00015399  0x00001541 loop  0x00003c26 
+ 00015400  0x00001542 rtn 
+ 00015401  0x00001545 hjam  0x00000002 , 0x00000907 
+ 00015402  0x00001546 hjam  0x0000001f , 0x00000908 
+ 00015403  0x00001547 hjam  0x0000001f , 0x00000909 
+ 00015404  0x00001548 hjam  0x000000e0 , 0x0000090a 
+ 00015405  0x00001549 hjam  0x0000004e , 0x0000090b 
+ 00015406  0x0000154a hjam  0x00000045 , 0x00008912 
+ 00015407  0x0000154b hjam  0x00000000 , 0x00000953 
+ 00015408  0x0000154d hjam  0x000000fb , 0x0000094c 
+ 00015409  0x0000154e hjam  0x000000ef , 0x0000094d 
+ 00015410  0x0000154f hjam  0x0000000c , 0x0000094e 
+ 00015411  0x00001551 hjam  0x00000088 , 0x0000096f 
+ 00015412  0x00001552 hjam  0x00000030 , 0x00000973 
+ 00015413  0x00001555 hjam  0x00000000 , 0x00000953 
+ 00015414  0x00001556 hjam  0x000000c9 , 0x00000956 
+ 00015415  0x00001557 hjam  0x0000006c , 0x00000958 
+ 00015416  0x00001558 hjam  0x00000050 , 0x00000959 
+ 00015417  0x00001559 rtn 
+ 00015418  0x0000155d hjam  0x000000a9 , 0x00000930 
+ 00015419  0x0000155e hjam  0x000000b1 , 0x0000092f 
+ 00015420  0x0000155f hjam  0x000000b9 , 0x0000092e 
+ 00015421  0x00001560 hjam  0x000000ad , 0x0000092d 
+ 00015422  0x00001561 hjam  0x000000b1 , 0x0000092c 
+ 00015423  0x00001562 hjam  0x000000b5 , 0x0000092b 
+ 00015424  0x00001563 hjam  0x000000ba , 0x0000092a 
+ 00015425  0x00001564 hjam  0x000000be , 0x00000929 
+ 00015426  0x00001565 hjam  0x000000c2 , 0x00000928 
+ 00015427  0x00001566 hjam  0x000000c6 , 0x00000927 
+ 00015428  0x00001567 hjam  0x000000ca , 0x00000926 
+ 00015429  0x00001568 hjam  0x000000ce , 0x00000925 
+ 00015430  0x00001569 hjam  0x000000d2 , 0x00000924 
+ 00015431  0x0000156a hjam  0x000000d6 , 0x00000923 
+ 00015432  0x0000156b hjam  0x000000da , 0x00000922 
+ 00015433  0x0000156c hjam  0x000000de , 0x00000921 
+ 00015434  0x0000156d hjam  0x000000e2 , 0x00000920 
+ 00015435  0x0000156e hjam  0x000000e6 , 0x0000091f 
+ 00015436  0x0000156f hjam  0x000000ea , 0x0000091e 
+ 00015437  0x00001570 hjam  0x000000ee , 0x0000091d 
+ 00015438  0x00001571 hjam  0x000000f2 , 0x0000091c 
+ 00015439  0x00001572 hjam  0x000000f6 , 0x0000091b 
+ 00015440  0x00001573 hjam  0x000000fb , 0x0000091a 
+ 00015441  0x00001575 hjam  0x000000f5 , 0x00000947 
+ 00015442  0x00001576 hjam  0x000000e5 , 0x00000946 
+ 00015443  0x00001577 hjam  0x000000d5 , 0x00000945 
+ 00015444  0x00001578 hjam  0x000000d8 , 0x00000944 
+ 00015445  0x00001579 hjam  0x000000c9 , 0x00000943 
+ 00015446  0x0000157a hjam  0x000000c8 , 0x00000942 
+ 00015447  0x0000157b hjam  0x00000089 , 0x00000941 
+ 00015448  0x0000157c hjam  0x00000088 , 0x00000940 
+ 00015449  0x0000157d hjam  0x00000087 , 0x0000093f 
+ 00015450  0x0000157e hjam  0x00000048 , 0x0000093e 
+ 00015451  0x0000157f hjam  0x00000009 , 0x0000093d 
+ 00015452  0x00001580 hjam  0x00000008 , 0x0000093c 
+ 00015453  0x00001581 hjam  0x000000c9 , 0x0000093b 
+ 00015454  0x00001582 hjam  0x000000c8 , 0x0000093a 
+ 00015455  0x00001583 hjam  0x000000c7 , 0x00000939 
+ 00015456  0x00001584 hjam  0x000000c6 , 0x00000938 
+ 00015457  0x00001585 hjam  0x000000c5 , 0x00000937 
+ 00015458  0x00001586 hjam  0x000000c4 , 0x00000936 
+ 00015459  0x00001587 hjam  0x000000c3 , 0x00000935 
+ 00015460  0x00001588 hjam  0x000000c2 , 0x00000934 
+ 00015461  0x00001589 hjam  0x000000c1 , 0x00000933 
+ 00015462  0x0000158a hjam  0x000000c0 , 0x00000932 
+ 00015463  0x0000158b hjam  0x00000080 , 0x00000931 
+ 00015464  0x0000158c rtn 
+ 00015465  0x00001591 enable  0x00000036 
+ 00015466  0x00001592 setarg  0x008e89be 
+ 00015467  0x00001593 lshift8  0x0000003f , 0x0000003f 
+ 00015468  0x00001594 or_into  0x000000d6 , 0x0000003f 
+ 00015469  0x00001595 iforce  0x00000009 
+ 00015470  0x00001596 hjam  0x00000007 , 0x00000914 
+ 00015471  0x00001597 hjam  0x000000a0 , 0x0000090a 
+ 00015472  0x00001598 hjam  0x0000008f , 0x0000090d 
+ 00015473  0x00001599 hjam  0x0000000f , 0x00000911 
+ 00015474  0x0000159a hjam  0x00000087 , 0x00000912 
+ 00015475  0x0000159b rtn 
+ 00015476  0x000015a1 setarg  0x0000ee21 
+ 00015477  0x000015a2 hstore  0x00000002 , 0x00008050 
+ 00015478  0x000015a3 hfetch  0x00000001 , 0x0000813e 
+ 00015479  0x000015a4 bbit0  0x00000003 , 0x00006725 
+ 00015480  0x000015a5 enable  0x0000002b 
+ 00015481  0x000015a6 bbit0  0x00000007 , 0x00003c7f 
+ 00015482  0x000015a7 disable  0x0000002b 
+ 00015483  0x000015a8 deposit  0x00000027 
+ 00015484  0x000015a9 nbranch  0x00003c7f , 0x00000034 
+ 00015485  0x000015aa arg  0xffffffff , 0x00000002 
+ 00015486  0x000015ab branch  0x00003cec 
+ 00015487  0x000015ad hfetch  0x00000003 , 0x0000813c 
+ 00015488  0x000015ae hstore  0x00000003 , 0x0000804c 
+ 00015489  0x000015af ifetch  0x00000001 , 0x00000006 
+ 00015490  0x000015b0 or_into  0x000000ef , 0x0000003f 
+ 00015491  0x000015b1 istore  0x00000001 , 0x00000005 
+ 00015492  0x000015b2 call  0x00003db2 
+ 00015493  0x000015b3 hfetch  0x00000001 , 0x0000804f 
+ 00015494  0x000015b4 set1  0x00000004 , 0x0000003f 
+ 00015495  0x000015b5 hstore  0x00000001 , 0x0000804f 
+ 00015496  0x000015b6 call  0x00003db2 
+ 00015497  0x000015b7 call  0x00003c90 , 0x0000002b 
+ 00015498  0x000015b8 hfetch  0x00000001 , 0x0000804e 
+ 00015499  0x000015b9 set0  0x00000003 , 0x0000003f 
+ 00015500  0x000015ba hstore  0x00000001 , 0x0000804e 
+ 00015501  0x000015bb call  0x00003db2 
+ 00015502  0x000015bc rtn  0x0000002b 
+ 00015503  0x000015bd branch  0x00006725 
+ 00015504  0x000015c0 fetch  0x00000001 , 0x00004239 
+ 00015505  0x000015c1 hstore  0x00000001 , 0x00008086 
+ 00015506  0x000015c2 fetch  0x00000003 , 0x0000422e 
+ 00015507  0x000015c3 hstore  0x00000003 , 0x00008080 
+ 00015508  0x000015c4 fetch  0x00000004 , 0x00004222 
+ 00015509  0x000015c5 hstore  0x00000004 , 0x00008074 
+ 00015510  0x000015c6 fetch  0x00000004 , 0x0000421e 
+ 00015511  0x000015c7 hstore  0x00000004 , 0x00008070 
+ 00015512  0x000015c8 fetch  0x00000008 , 0x00004226 
+ 00015513  0x000015c9 hstore  0x00000008 , 0x00008078 
+ 00015514  0x000015ca fetch  0x00000008 , 0x00004231 
+ 00015515  0x000015cb iforce  0x00000000 
+ 00015516  0x000015cc hfetch  0x00000008 , 0x00008140 
+ 00015517  0x000015cd store  0x00000008 , 0x000000a3 
+ 00015518  0x000015ce call  0x00006781 
+ 00015519  0x000015cf rtn 
+ 00015520  0x000015d2 deposit  0x00000000 
+ 00015521  0x000015d3 store  0x00000008 , 0x00004231 
+ 00015522  0x000015d4 hfetch  0x00000008 , 0x00008070 
+ 00015523  0x000015d5 store  0x00000008 , 0x0000421e 
+ 00015524  0x000015d6 ifetch  0x00000008 , 0x00000006 
+ 00015525  0x000015d7 istore  0x00000008 , 0x00000005 
+ 00015526  0x000015d8 hfetch  0x00000003 , 0x00008080 
+ 00015527  0x000015d9 store  0x00000003 , 0x0000422e 
+ 00015528  0x000015da hfetch  0x00000001 , 0x00008086 
+ 00015529  0x000015db store  0x00000001 , 0x00004239 
+ 00015530  0x000015dc branch  0x00003db8 
+ 00015531  0x000015df hfetch  0x00000001 , 0x000080b4 
+ 00015532  0x000015e0 nbranch  0x00003cb1 , 0x00000034 
+ 00015533  0x000015e1 fetch  0x00000003 , 0x00004210 
+ 00015534  0x000015e2 nrtn  0x00000034 
+ 00015535  0x000015e3 hjam  0x000000c0 , 0x000080b4 
+ 00015536  0x000015e4 hjam  0x00000080 , 0x00008006 
+ 00015537  0x000015e6 hfetch  0x00000001 , 0x0000812d 
+ 00015538  0x000015e7 rtnbit0  0x00000001 
+ 00015539  0x000015e8 hfetch  0x00000003 , 0x00008149 
+ 00015540  0x000015e9 store  0x00000003 , 0x00004210 
+ 00015541  0x000015ea rtn 
+ 00015542  0x000015ef set0  0x00000025 , 0x00000000 
+ 00015543  0x000015f0 bpatch  0x000000ae , 0x00004015 
+ 00015544  0x000015f1 deposit  0x0000001a 
+ 00015545  0x000015f2 call  0x00007e78 
+ 00015546  0x000015f3 fetcht  0x00000004 , 0x00004200 
+ 00015547  0x000015f4 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00015548  0x000015f5 rtn  0x00000002 
+ 00015549  0x000015f6 lshift8  0x0000003f , 0x0000003f 
+ 00015550  0x000015f7 lshift4  0x0000003f , 0x0000003f 
+ 00015551  0x000015f8 idiv  0x00000002 
+ 00015552  0x000015f9 call  0x00007efd 
+ 00015553  0x000015fa quotient  0x0000003f 
+ 00015554  0x000015fb arg  0x000000c8 , 0x00000002 
+ 00015555  0x000015fc call  0x00007f2e 
+ 00015556  0x000015fd store  0x00000001 , 0x0000009b 
+ 00015557  0x000015fe nbranch  0x00003cc7 , 0x00000028 
+ 00015558  0x000015ff sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00015559  0x00001601 fetcht  0x00000003 , 0x00004210 
+ 00015560  0x00001602 iadd  0x00000002 , 0x0000003f 
+ 00015561  0x00001603 store  0x00000003 , 0x00004210 
+ 00015562  0x00001605 setarg  0x00000000 
+ 00015563  0x00001606 store  0x00000004 , 0x00004200 
+ 00015564  0x00001607 rtn 
+ 00015565  0x0000160b set0  0x00000025 , 0x00000000 
+ 00015566  0x0000160c bpatch  0x000000af , 0x00004015 
+ 00015567  0x0000160d call  0x00003db8 
+ 00015568  0x0000160e hfetch  0x00000004 , 0x00008138 
+ 00015569  0x0000160f set0  0x0000000f , 0x0000003f 
+ 00015570  0x00001610 hstore  0x00000004 , 0x0000804c 
+ 00015571  0x00001611 call  0x00003db0 
+ 00015572  0x00001613 arg  0xffffffff , 0x00000002 
+ 00015573  0x00001614 fetch  0x00000001 , 0x000041f8 
+ 00015574  0x00001615 store  0x00000001 , 0x0000421d 
+ 00015575  0x00001616 fetch  0x00000001 , 0x0000421b 
+ 00015576  0x00001617 set1  0x00000007 , 0x0000003f 
+ 00015577  0x00001618 store  0x00000001 , 0x0000421b 
+ 00015578  0x0000161c set0  0x00000025 , 0x00000000 
+ 00015579  0x0000161d bpatch  0x000000b0 , 0x00004016 
+ 00015580  0x0000161e fetch  0x00000004 , 0x00004200 
+ 00015581  0x0000161f iadd  0x00000002 , 0x0000003f 
+ 00015582  0x00001620 store  0x00000004 , 0x00004200 
+ 00015583  0x00001621 call  0x00003ca0 
+ 00015584  0x00001622 fetch  0x00000005 , 0x00004219 
+ 00015585  0x00001623 hstore  0x00000004 , 0x0000804c 
+ 00015586  0x00001624 rshift32  0x0000003f , 0x00000011 
+ 00015587  0x00001625 until  0x0000003e , 0x00000033 
+ 00015588  0x00001626 deposit  0x00000019 
+ 00015589  0x00001627 store  0x00000006 , 0x00004204 
+ 00015590  0x00001628 hjam  0x00000002 , 0x00008005 
+ 00015591  0x00001629 until  0x0000003e , 0x00000033 
+ 00015592  0x0000162a until  0x0000003e , 0x00000033 
+ 00015593  0x0000162b deposit  0x00000011 
+ 00015594  0x0000162c hstore  0x00000001 , 0x0000804f 
+ 00015595  0x0000162d hjam  0x00000002 , 0x00008005 
+ 00015596  0x0000162f until  0x0000003e , 0x00000033 
+ 00015597  0x00001630 until  0x0000003e , 0x00000033 
+ 00015598  0x00001631 hstoret  0x00000004 , 0x0000804c 
+ 00015599  0x00001632 hjam  0x00000010 , 0x00008005 
+ 00015600  0x00001633 until  0x0000003e , 0x0000003f 
+ 00015601  0x00001639 set0  0x00000025 , 0x00000000 
+ 00015602  0x0000163a bpatch  0x000000b1 , 0x00004016 
+ 00015603  0x0000163b setarg  0x00000000 
+ 00015604  0x0000163c copy  0x00000027 , 0x0000003e 
+ 00015605  0x0000163d branch  0x00003cfd , 0x00000005 
+ 00015606  0x0000163e hfetch  0x00000001 , 0x0000813c 
+ 00015607  0x0000163f hfetcht  0x00000001 , 0x0000813d 
+ 00015608  0x00001640 isub  0x00000002 , 0x0000003e 
+ 00015609  0x00001641 branch  0x00003cfb , 0x00000002 
+ 00015610  0x00001642 deposit  0x00000002 
+ 00015611  0x00001644 isub  0x00000027 , 0x0000003f 
+ 00015612  0x00001645 increase  0x00000001 , 0x0000003f 
+ 00015613  0x00001647 increase  0x00000008 , 0x0000003f 
+ 00015614  0x00001648 until  0x0000003e , 0x00000033 
+ 00015615  0x00001649 iadd  0x00000031 , 0x0000003f 
+ 00015616  0x0000164a fetcht  0x00000004 , 0x000041fc 
+ 00015617  0x0000164b iadd  0x00000002 , 0x0000003f 
+ 00015618  0x0000164c fetcht  0x00000003 , 0x00004210 
+ 00015619  0x0000164d imul32  0x00000002 , 0x0000003f 
+ 00015620  0x0000164e rshift8  0x0000003f , 0x0000003f 
+ 00015621  0x0000164f rshift4  0x0000003f , 0x0000003f 
+ 00015622  0x00001650 increase  0x0000006e , 0x0000003f 
+ 00015623  0x00001651 arg  0x00000ea6 , 0x00000002 
+ 00015624  0x00001652 idiv  0x00000002 
+ 00015625  0x00001653 call  0x00007efd 
+ 00015626  0x00001654 quotient  0x0000003f 
+ 00015627  0x00001655 lshift16  0x0000003f , 0x0000003f 
+ 00015628  0x00001656 remainder  0x00000002 
+ 00015629  0x00001657 ior  0x00000002 , 0x0000003f 
+ 00015630  0x00001658 fetcht  0x00000006 , 0x00004204 
+ 00015631  0x00001659 call  0x00007e6d 
+ 00015632  0x0000165a copy  0x00000002 , 0x00000019 
+ 00015633  0x0000165b fetch  0x00000006 , 0x00004048 
+ 00015634  0x0000165c call  0x000039c0 
+ 00015635  0x0000165d deposit  0x0000001a 
+ 00015636  0x0000165e store  0x00000006 , 0x00000161 
+ 00015637  0x0000165f deposit  0x00000027 
+ 00015638  0x00001660 istore  0x00000001 , 0x00000005 
+ 00015639  0x00001661 hfetch  0x00000001 , 0x0000811d 
+ 00015640  0x00001662 or_into  0x000000f0 , 0x0000003f 
+ 00015641  0x00001663 istore  0x00000001 , 0x00000005 
+ 00015642  0x00001664 call  0x00007f52 
+ 00015643  0x00001665 rtn 
+ 00015644  0x00001668 set0  0x00000025 , 0x00000000 
+ 00015645  0x00001669 bpatch  0x000000b2 , 0x00004016 
+ 00015646  0x0000166a call  0x00003cab 
+ 00015647  0x0000166b fetch  0x00000003 , 0x00004210 
+ 00015648  0x0000166c rtn  0x00000034 
+ 00015649  0x0000166d fetch  0x00000001 , 0x00004131 
+ 00015650  0x0000166e rtn  0x00000034 
+ 00015651  0x0000166f call  0x00003dca 
+ 00015652  0x00001670 nrtn  0x00000034 
+ 00015653  0x00001672 fetch  0x00000001 , 0x00004040 
+ 00015654  0x00001673 compare  0x00000003 , 0x0000003f , 0x00000007 
+ 00015655  0x00001674 nbranch  0x00003d4d , 0x00000001 
+ 00015656  0x00001675 fetch  0x00000002 , 0x00004042 
+ 00015657  0x00001676 rtn  0x00000034 
+ 00015658  0x00001677 rtn  0x0000002b 
+ 00015659  0x00001678 set0  0x00000025 , 0x00000000 
+ 00015660  0x00001679 bpatch  0x000000b3 , 0x00004016 
+ 00015661  0x0000167b fetcht  0x00000001 , 0x000000a2 
+ 00015662  0x0000167c fetch  0x00000002 , 0x00004042 
+ 00015663  0x0000167d imul32  0x00000002 , 0x0000003f 
+ 00015664  0x0000167e rshift4  0x00000002 , 0x00000002 
+ 00015665  0x0000167f rshift2  0x00000002 , 0x00000002 
+ 00015666  0x00001680 isub  0x00000002 , 0x0000003f 
+ 00015667  0x00001681 fetcht  0x00000004 , 0x00004044 
+ 00015668  0x00001682 iadd  0x00000002 , 0x0000003f 
+ 00015669  0x00001683 fetcht  0x00000001 , 0x000041f7 
+ 00015670  0x00001684 isub  0x00000002 , 0x0000003f 
+ 00015671  0x00001685 lshift16  0x0000003f , 0x00000030 
+ 00015672  0x00001686 set0  0x00000025 , 0x00000000 
+ 00015673  0x00001687 bpatch  0x000000b4 , 0x00004016 
+ 00015674  0x00001688 fetch  0x00000002 , 0x0000404e 
+ 00015675  0x00001689 rshift  0x0000003f , 0x0000003f 
+ 00015676  0x0000168a call  0x00007e91 
+ 00015677  0x0000168b deposit  0x00000030 
+ 00015678  0x0000168c call  0x00007e7a 
+ 00015679  0x0000168d copy  0x0000001a , 0x00000002 
+ 00015680  0x0000168e call  0x00007e78 
+ 00015681  0x0000168f rtn  0x00000028 
+ 00015682  0x00001691 call  0x00007e8a 
+ 00015683  0x00001693 set0  0x00000025 , 0x00000000 
+ 00015684  0x00001694 bpatch  0x000000b5 , 0x00004016 
+ 00015685  0x00001695 fetch  0x00000001 , 0x00004219 
+ 00015686  0x00001696 isub  0x00000002 , 0x0000003e 
+ 00015687  0x00001697 branch  0x00003cca , 0x00000002 
+ 00015688  0x00001698 storet  0x00000004 , 0x000041fc 
+ 00015689  0x00001699 call  0x00003ea9 
+ 00015690  0x0000169a call  0x0000530c 
+ 00015691  0x0000169b fetcht  0x00000004 , 0x000041fc 
+ 00015692  0x0000169c branch  0x00003cda 
+ 00015693  0x0000169f set0  0x00000025 , 0x00000000 
+ 00015694  0x000016a0 bpatch  0x000000b6 , 0x00004016 
+ 00015695  0x000016a1 fetch  0x00000001 , 0x00004040 
+ 00015696  0x000016a2 rtnbit1  0x00000000 
+ 00015697  0x000016a3 rtnbit1  0x00000003 
+ 00015698  0x000016a4 fetch  0x00000001 , 0x000047dc 
+ 00015699  0x000016a5 branch  0x00003d56 , 0x00000034 
+ 00015700  0x000016a6 fetch  0x00000001 , 0x00004793 
+ 00015701  0x000016a7 rtn  0x00000034 
+ 00015702  0x000016a9 fetch  0x00000001 , 0x000043d8 
+ 00015703  0x000016aa nbranch  0x00003d5a , 0x00000034 
+ 00015704  0x000016ab fetch  0x00000001 , 0x00004133 
+ 00015705  0x000016ac rtn  0x00000034 
+ 00015706  0x000016ae fetch  0x00000002 , 0x000041f5 
+ 00015707  0x000016af rtn  0x00000034 
+ 00015708  0x000016b1 fetcht  0x00000001 , 0x000041f7 
+ 00015709  0x000016b2 isub  0x00000002 , 0x0000003f 
+ 00015710  0x000016b3 arg  0x00001d4c , 0x00000002 
+ 00015711  0x000016b4 imul32  0x00000002 , 0x0000003f 
+ 00015712  0x000016b5 branch  0x00003d42 
+ 00015713  0x000016b8 set0  0x00000025 , 0x00000000 
+ 00015714  0x000016b9 bpatch  0x000000b7 , 0x00004016 
+ 00015715  0x000016ba disable  0x0000002b 
+ 00015716  0x000016bb fetch  0x00000001 , 0x00000030 
+ 00015717  0x000016bc rtnbit0  0x00000001 
+ 00015718  0x000016bd nbranch  0x00003d7b , 0x0000002d 
+ 00015719  0x000016be call  0x00003d76 
+ 00015720  0x000016bf fetch  0x00000002 , 0x00004161 
+ 00015721  0x000016c0 store  0x00000002 , 0x0000003e 
+ 00015722  0x000016c1 fetch  0x00000001 , 0x00000047 
+ 00015723  0x000016c2 bbit1  0x00000003 , 0x00003d8a 
+ 00015724  0x000016c3 bmark0  0x0000000d , 0x00003d8a 
+ 00015725  0x000016c4 call  0x0000527e 
+ 00015726  0x000016c5 nbranch  0x00003d8a , 0x00000034 
+ 00015727  0x000016c7 jam  0x00000000 , 0x000000a2 
+ 00015728  0x000016c8 bmark0  0x0000000d , 0x00003d8a 
+ 00015729  0x000016c9 fetch  0x00000001 , 0x00004215 
+ 00015730  0x000016ca branch  0x00003d8e , 0x00000034 
+ 00015731  0x000016cb increase  0xffffffff , 0x0000003f 
+ 00015732  0x000016cc store  0x00000001 , 0x00004215 
+ 00015733  0x000016cd rtn 
+ 00015734  0x000016d0 jam  0x00000000 , 0x000041fa 
+ 00015735  0x000016d1 fetch  0x00000003 , 0x0000420a 
+ 00015736  0x000016d2 increase  0x00000001 , 0x0000003f 
+ 00015737  0x000016d3 store  0x00000003 , 0x0000420a 
+ 00015738  0x000016d4 rtn 
+ 00015739  0x000016d7 set0  0x00000025 , 0x00000000 
+ 00015740  0x000016d8 bpatch  0x000000b8 , 0x00004017 
+ 00015741  0x000016d9 fetcht  0x00000002 , 0x00004161 
+ 00015742  0x000016da rshift  0x00000002 , 0x00000002 
+ 00015743  0x000016db fetch  0x00000002 , 0x0000003e 
+ 00015744  0x000016dc iadd  0x00000002 , 0x0000003f 
+ 00015745  0x000016dd store  0x00000002 , 0x0000003e 
+ 00015746  0x000016df jam  0x00000000 , 0x000000a2 
+ 00015747  0x000016e0 fetch  0x00000003 , 0x0000420d 
+ 00015748  0x000016e1 increase  0x00000001 , 0x0000003f 
+ 00015749  0x000016e2 store  0x00000003 , 0x0000420d 
+ 00015750  0x000016e3 fetch  0x00000001 , 0x000041fa 
+ 00015751  0x000016e4 increase  0x00000001 , 0x0000003f 
+ 00015752  0x000016e5 store  0x00000001 , 0x000041fa 
+ 00015753  0x000016e6 rtn 
+ 00015754  0x000016e9 jam  0x00000000 , 0x000000a2 
+ 00015755  0x000016ea fetch  0x00000001 , 0x00004214 
+ 00015756  0x000016eb store  0x00000001 , 0x00004215 
+ 00015757  0x000016ec rtn 
+ 00015758  0x000016ef fetcht  0x00000001 , 0x00004213 
+ 00015759  0x000016f0 storet  0x00000001 , 0x000000a2 
+ 00015760  0x000016f1 rtn 
+ 00015761  0x000016f4 set0  0x00000025 , 0x00000000 
+ 00015762  0x000016f5 bpatch  0x000000b9 , 0x00004017 
+ 00015763  0x000016f6 fetch  0x00000001 , 0x00004219 
+ 00015764  0x000016f7 nrtn  0x00000034 
+ 00015765  0x000016f8 hjam  0x00000006 , 0x00008042 
+ 00015766  0x000016f9 setarg  0x00000f0c 
+ 00015767  0x000016fa call  0x00003da7 
+ 00015768  0x000016fb setarg  0x00030d40 
+ 00015769  0x000016fc call  0x00003bf3 
+ 00015770  0x000016fd until  0x0000003e , 0x00000033 
+ 00015771  0x000016fe copy  0x00000031 , 0x00000030 
+ 00015772  0x000016ff call  0x00003b36 
+ 00015773  0x00001700 hjam  0x00000004 , 0x00008042 
+ 00015774  0x00001701 nop  0x0000000a 
+ 00015775  0x00001702 until  0x0000003e , 0x00000033 
+ 00015776  0x00001703 deposit  0x00000031 
+ 00015777  0x00001704 isub  0x00000030 , 0x0000003f 
+ 00015778  0x00001705 increase  0x00000030 , 0x0000003f 
+ 00015779  0x00001706 arg  0x000000ff , 0x00000002 
+ 00015780  0x00001707 call  0x00007f2e 
+ 00015781  0x00001708 store  0x00000001 , 0x00004219 
+ 00015782  0x00001709 rtn 
+ 00015783  0x0000170f arg  0x00000fff , 0x00000005 
+ 00015784  0x00001710 iand  0x00000005 , 0x00000005 
+ 00015785  0x00001711 fetch  0x00000001 , 0x00004216 
+ 00015786  0x00001712 and_into  0x000000f0 , 0x0000003f 
+ 00015787  0x00001713 lshift8  0x0000003f , 0x0000003f 
+ 00015788  0x00001714 ior  0x00000005 , 0x0000003f 
+ 00015789  0x00001715 hstore  0x00000002 , 0x0000804c 
+ 00015790  0x00001716 ifetch  0x00000002 , 0x00000006 
+ 00015791  0x00001717 istore  0x00000002 , 0x00000005 
+ 00015792  0x0000171a setarg  0x00000001 
+ 00015793  0x0000171b branch  0x00003db3 
+ 00015794  0x0000171e setarg  0x00000002 
+ 00015795  0x00001720 until  0x0000003e , 0x00000033 
+ 00015796  0x00001721 hstore  0x00000001 , 0x00008005 
+ 00015797  0x00001722 until  0x0000003e , 0x00000033 
+ 00015798  0x00001723 until  0x0000003e , 0x00000033 
+ 00015799  0x00001724 rtn 
+ 00015800  0x00001728 set0  0x00000025 , 0x00000000 
+ 00015801  0x00001729 bpatch  0x000000ba , 0x00004017 
+ 00015802  0x0000172a fetch  0x00000004 , 0x000000a3 
+ 00015803  0x0000172b hstore  0x00000004 , 0x0000804c 
+ 00015804  0x0000172c setarg  0x00000004 
+ 00015805  0x0000172d call  0x00003db3 
+ 00015806  0x0000172e fetch  0x00000004 , 0x000000a7 
+ 00015807  0x0000172f hstore  0x00000004 , 0x0000804c 
+ 00015808  0x00001730 setarg  0x00000008 
+ 00015809  0x00001731 branch  0x00003db3 
+ 00015810  0x00001734 fetch  0x00000002 , 0x000041f3 
+ 00015811  0x00001735 qset1  0x0000003f 
+ 00015812  0x00001736 store  0x00000002 , 0x000041f3 
+ 00015813  0x00001737 rtn 
+ 00015814  0x0000173a fetch  0x00000002 , 0x000041f3 
+ 00015815  0x0000173b qset0  0x0000003f 
+ 00015816  0x0000173c store  0x00000002 , 0x000041f3 
+ 00015817  0x0000173d rtn 
+ 00015818  0x00001742 set0  0x00000025 , 0x00000000 
+ 00015819  0x00001743 bpatch  0x000000bb , 0x00004017 
+ 00015820  0x00001744 call  0x00003ea7 
+ 00015821  0x00001745 fetch  0x00000002 , 0x000041f3 
+ 00015822  0x00001746 copy  0x0000003f , 0x00000011 
+ 00015823  0x00001747 fetch  0x00000001 , 0x0000004c 
+ 00015824  0x00001748 isolate1  0x00000006 , 0x0000003f 
+ 00015825  0x00001749 setflag  0x00000001 , 0x0000000b , 0x00000011 
+ 00015826  0x0000174a fetch  0x00000001 , 0x00000078 
+ 00015827  0x0000174b fetcht  0x00000001 , 0x0000007c 
+ 00015828  0x0000174c iadd  0x00000002 , 0x0000003f 
+ 00015829  0x0000174d fetcht  0x00000001 , 0x00000048 
+ 00015830  0x0000174e iadd  0x00000002 , 0x0000003f 
+ 00015831  0x0000174f nsetflag  0x00000034 , 0x0000000a , 0x00000011 
+ 00015832  0x00001750 set0  0x00000025 , 0x00000000 
+ 00015833  0x00001751 bpatch  0x000000bc , 0x00004017 
+ 00015834  0x00001752 fetch  0x00000002 , 0x000002c4 
+ 00015835  0x00001753 fetcht  0x00000002 , 0x000002c6 
+ 00015836  0x00001754 iadd  0x00000002 , 0x0000003f 
+ 00015837  0x00001755 nsetflag  0x00000034 , 0x0000000d , 0x00000011 
+ 00015838  0x00001756 fetch  0x00000005 , 0x000047df 
+ 00015839  0x00001757 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00015840  0x00001758 fetch  0x00000005 , 0x000047e4 
+ 00015841  0x00001759 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00015842  0x0000175a fetch  0x00000001 , 0x00004272 
+ 00015843  0x0000175b nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00015844  0x0000175c fetch  0x00000001 , 0x00004132 
+ 00015845  0x0000175d compare  0x0000000a , 0x0000003f , 0x000000ff 
+ 00015846  0x0000175e call  0x00003df5 , 0x00000001 
+ 00015847  0x0000175f set0  0x00000025 , 0x00000000 
+ 00015848  0x00001760 bpatch  0x000000bd , 0x00004017 
+ 00015849  0x00001761 fetch  0x00000001 , 0x00004132 
+ 00015850  0x00001762 bne  0x00000001 , 0x00003dfa 
+ 00015851  0x00001763 call  0x00003df5 
+ 00015852  0x00001764 fetch  0x00000001 , 0x0000425e 
+ 00015853  0x00001765 setflag  0x00000034 , 0x00000003 , 0x00000011 
+ 00015854  0x00001766 fetch  0x00000004 , 0x000042a5 
+ 00015855  0x00001767 arg  0x00001710 , 0x00000002 
+ 00015856  0x00001768 iadd  0x00000002 , 0x00000002 
+ 00015857  0x00001769 copy  0x00000022 , 0x0000003f 
+ 00015858  0x0000176a isub  0x00000002 , 0x0000003e 
+ 00015859  0x0000176b nsetflag  0x00000002 , 0x00000004 , 0x00000011 
+ 00015860  0x0000176c branch  0x00003dfc 
+ 00015861  0x0000176f hfetch  0x00000002 , 0x00008112 
+ 00015862  0x00001770 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00015863  0x00001771 hfetch  0x00000002 , 0x0000810e 
+ 00015864  0x00001772 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00015865  0x00001773 rtn 
+ 00015866  0x00001776 setarg  0xfffffff8 
+ 00015867  0x00001777 iand  0x00000011 , 0x00000011 
+ 00015868  0x00001779 copy  0x00000011 , 0x0000003f 
+ 00015869  0x0000177a store  0x00000002 , 0x000041f3 
+ 00015870  0x0000177b rtn  0x00000034 
+ 00015871  0x0000177c rtn  0x0000002d 
+ 00015872  0x0000177d enable  0x0000002b 
+ 00015873  0x0000177e rtn 
+ 00015874  0x00001781 hfetch  0x00000004 , 0x00008138 
+ 00015875  0x00001782 set0  0x0000001b , 0x0000003f 
+ 00015876  0x00001783 hstore  0x00000004 , 0x0000804c 
+ 00015877  0x00001784 call  0x00003db0 
+ 00015878  0x00001785 branch  0x00003bf1 
+ 00015879  0x00001788 hfetch  0x00000004 , 0x0000813c 
+ 00015880  0x00001789 set1  0x00000014 , 0x0000003f 
+ 00015881  0x0000178a hstore  0x00000004 , 0x0000804c 
+ 00015882  0x0000178b branch  0x00003db2 
+ 00015883  0x0000178e hfetch  0x00000004 , 0x0000813c 
+ 00015884  0x0000178f set0  0x00000014 , 0x0000003f 
+ 00015885  0x00001790 hstore  0x00000004 , 0x0000804c 
+ 00015886  0x00001791 branch  0x00003db2 
+ 00015887  0x00001794 set0  0x00000025 , 0x00000000 
+ 00015888  0x00001795 bpatch  0x000000be , 0x00004017 
+ 00015889  0x00001796 fetch  0x00000001 , 0x00004132 
+ 00015890  0x00001797 rtnne  0x00000001 
+ 00015891  0x00001798 call  0x00006a8b 
+ 00015892  0x00001799 rtn  0x00000001 
+ 00015893  0x0000179a fetch  0x00000004 , 0x00004807 
+ 00015894  0x0000179b nbranch  0x00003e1a , 0x00000034 
+ 00015895  0x0000179c copy  0x00000022 , 0x0000003f 
+ 00015896  0x0000179d store  0x00000004 , 0x00004807 
+ 00015897  0x0000179e branch  0x00006a6b 
+ 00015898  0x000017a0 set0  0x00000025 , 0x00000000 
+ 00015899  0x000017a1 bpatch  0x000000bf , 0x00004017 
+ 00015900  0x000017a2 copy  0x00000022 , 0x0000003f 
+ 00015901  0x000017a3 fetcht  0x00000004 , 0x00004807 
+ 00015902  0x000017a4 isub  0x00000002 , 0x0000003f 
+ 00015903  0x000017a5 arg  0x00000021 , 0x00000002 
+ 00015904  0x000017a6 isub  0x00000002 , 0x0000003e 
+ 00015905  0x000017a7 nrtn  0x00000002 
+ 00015906  0x000017a8 setarg  0x00000000 
+ 00015907  0x000017a9 store  0x00000004 , 0x00004807 
+ 00015908  0x000017aa branch  0x00004599 
+ 00015909  0x000017ad fetch  0x00000002 , 0x000041f1 
+ 00015910  0x000017ae bbit1  0x00000000 , 0x00003bf1 
+ 00015911  0x000017af rtn 
+ 00015912  0x000017b1 fetch  0x00000002 , 0x000041f1 
+ 00015913  0x000017b2 bbit1  0x00000001 , 0x00003bf1 
+ 00015914  0x000017b3 rtn 
+ 00015915  0x000017b5 fetch  0x00000002 , 0x000041f1 
+ 00015916  0x000017b6 bbit1  0x00000002 , 0x00003bf1 
+ 00015917  0x000017b7 rtn 
+ 00015918  0x000017ba setarg  0x00003e37 
+ 00015919  0x000017bb store  0x00000002 , 0x0000428e 
+ 00015920  0x000017bc setarg  0x00003e3d 
+ 00015921  0x000017bd store  0x00000002 , 0x00004292 
+ 00015922  0x000017be setarg  0x00003e37 
+ 00015923  0x000017bf store  0x00000002 , 0x00004290 
+ 00015924  0x000017c0 rtn  0x0000002b 
+ 00015925  0x000017c1 jam  0x00000001 , 0x000047e9 
+ 00015926  0x000017c2 rtn 
+ 00015927  0x000017c5 fetch  0x00000001 , 0x00000030 
+ 00015928  0x000017c6 bbit0  0x00000001 , 0x00005e9f 
+ 00015929  0x000017c7 set1  0x0000000d , 0x00000000 
+ 00015930  0x000017c8 fetch  0x00000006 , 0x0000420a 
+ 00015931  0x000017c9 store  0x00000006 , 0x00004703 
+ 00015932  0x000017ca branch  0x00007bde 
+ 00015933  0x000017ce deposit  0x00000013 
+ 00015934  0x000017cf rtnne  0x00000010 
+ 00015935  0x000017d1 call  0x00007bb1 
+ 00015936  0x000017d2 fetch  0x00000001 , 0x000047eb 
+ 00015937  0x000017d3 beq  0x00000001 , 0x00003e3f 
+ 00015938  0x000017d4 call  0x00007be2 
+ 00015939  0x000017d5 branch  0x00003ccd 
+ 00015940  0x000017d9 force  0x00000002 , 0x00000002 
+ 00015941  0x000017da increase  0xfffffffe , 0x00000002 
+ 00015942  0x000017db call  0x00003a7a 
+ 00015943  0x000017dc call  0x00003a91 
+ 00015944  0x000017dd disable  0x00000007 
+ 00015945  0x000017de enable  0x0000001d 
+ 00015946  0x000017df set1  0x00000000 , 0x00000015 
+ 00015947  0x000017e0 call  0x00003bae 
+ 00015948  0x000017e2 fetch  0x00000001 , 0x00000000 
+ 00015949  0x000017e3 inject  0x00000003 , 0x00000008 
+ 00015950  0x000017e4 branch  0x00003e4c 
+ 00015951  0x000017eb set1  0x00000025 , 0x00000000 
+ 00015952  0x000017ec bpatch  0x000000cd , 0x00004039 
+ 00015953  0x000017ed fetch  0x00000001 , 0x00004132 
+ 00015954  0x000017ee branch  0x00003e4f , 0x00000034 
+ 00015955  0x000017ef beq  0x00000006 , 0x00005aa2 
+ 00015956  0x000017f0 beq  0x00000007 , 0x00004b33 
+ 00015957  0x000017f1 beq  0x00000004 , 0x00004293 
+ 00015958  0x000017f2 beq  0x00000003 , 0x00004c09 
+ 00015959  0x000017f3 beq  0x00000001 , 0x00004461 
+ 00015960  0x000017f4 beq  0x00000009 , 0x00007624 
+ 00015961  0x000017f5 beq  0x0000000a , 0x000062ef 
+ 00015962  0x000017f6 beq  0x0000000c , 0x00004bf3 
+ 00015963  0x000017f7 beq  0x0000000d , 0x00006a8e 
+ 00015964  0x000017f8 beq  0x000000ff , 0x00003e2e 
+ 00015965  0x000017f9 bbit1  0x00000006 , 0x00006486 
+ 00015966  0x000017fa rtn 
+ 00015967  0x000017fd set1  0x00000025 , 0x00000000 
+ 00015968  0x000017fe bpatch  0x000000ce , 0x00004039 
+ 00015969  0x000017ff jam  0x00000000 , 0x00000153 
+ 00015970  0x00001800 jam  0x00000000 , 0x00000189 
+ 00015971  0x00001801 jam  0x00000000 , 0x0000018a 
+ 00015972  0x00001802 setarg  0x00000000 
+ 00015973  0x00001803 store  0x00000005 , 0x000007da 
+ 00015974  0x00001804 fetch  0x00000001 , 0x00004132 
+ 00015975  0x00001805 branch  0x00003e5f , 0x00000034 
+ 00015976  0x00001806 beq  0x0000000a , 0x0000631f 
+ 00015977  0x00001807 rtn 
+ 00015978  0x0000180b call  0x00007ba1 
+ 00015979  0x0000180c call  0x00007c45 
+ 00015980  0x0000180d call  0x00003e73 
+ 00015981  0x0000180e fetch  0x00000002 , 0x00004290 
+ 00015982  0x0000180f branch  0x00007f66 
+ 00015983  0x00001812 fetch  0x00000002 , 0x0000428e 
+ 00015984  0x00001813 branch  0x00007f66 
+ 00015985  0x00001816 fetch  0x00000002 , 0x0000428c 
+ 00015986  0x00001817 branch  0x00007f66 
+ 00015987  0x0000181a set1  0x00000025 , 0x00000000 
+ 00015988  0x0000181b bpatch  0x000000cf , 0x00004039 
+ 00015989  0x0000181d arg  0x000047df , 0x00000011 
+ 00015990  0x0000181e call  0x00007f9f 
+ 00015991  0x0000181f rtn  0x00000034 
+ 00015992  0x00001821 copy  0x0000003f , 0x00000013 
+ 00015993  0x00001822 call  0x00003e7d 
+ 00015994  0x00001823 branch  0x00003ea5 
+ 00015995  0x00001826 arg  0x00000000 , 0x00000013 
+ 00015996  0x00001827 rtn 
+ 00015997  0x0000182d beq  0x00000001 , 0x00003e92 
+ 00015998  0x0000182e beq  0x00000010 , 0x00003ed9 
+ 00015999  0x0000182f beq  0x00000005 , 0x00003eb6 
+ 00016000  0x00001830 beq  0x00000012 , 0x00003ebd 
+ 00016001  0x00001831 beq  0x00000006 , 0x00003ed5 
+ 00016002  0x00001832 beq  0x00000004 , 0x00003efe 
+ 00016003  0x00001833 beq  0x00000002 , 0x00003f03 
+ 00016004  0x00001834 beq  0x00000013 , 0x00003efe 
+ 00016005  0x00001835 beq  0x00000014 , 0x00003ecc 
+ 00016006  0x00001836 beq  0x00000015 , 0x00003ed0 
+ 00016007  0x00001837 beq  0x00000003 , 0x00003eaf 
+ 00016008  0x00001838 beq  0x0000000b , 0x00003ec1 
+ 00016009  0x00001839 beq  0x0000000c , 0x00003ec8 
+ 00016010  0x0000183b beq  0x00000016 , 0x00003edd 
+ 00016011  0x0000183c beq  0x00000018 , 0x00003eab 
+ 00016012  0x0000183d beq  0x0000002a , 0x00003e9b 
+ 00016013  0x0000183e beq  0x0000002b , 0x00003e99 
+ 00016014  0x00001840 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00016015  0x00001841 and_into  0x000000f0 , 0x0000003f 
+ 00016016  0x00001842 beq  0x00000050 , 0x00003ee1 
+ 00016017  0x00001843 rtn 
+ 00016018  0x00001846 fetch  0x00000002 , 0x000047f4 
+ 00016019  0x00001847 set1  0x00000000 , 0x0000003f 
+ 00016020  0x00001848 store  0x00000002 , 0x000047f4 
+ 00016021  0x00001849 fetch  0x00000002 , 0x000042a2 
+ 00016022  0x0000184a set0  0x00000000 , 0x0000003f 
+ 00016023  0x0000184b store  0x00000002 , 0x000042a2 
+ 00016024  0x0000184c rtn 
+ 00016025  0x0000184e jam  0x00000000 , 0x00000258 
+ 00016026  0x0000184f rtn 
+ 00016027  0x00001852 fetch  0x00000001 , 0x00000258 
+ 00016028  0x00001853 increase  0x00000001 , 0x0000003f 
+ 00016029  0x00001854 store  0x00000001 , 0x00000258 
+ 00016030  0x00001855 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016031  0x00001856 branch  0x00003f6c , 0x00000002 
+ 00016032  0x00001857 jam  0x00000000 , 0x00000258 
+ 00016033  0x00001858 fetch  0x00000002 , 0x000042a2 
+ 00016034  0x00001859 set1  0x00000009 , 0x0000003f 
+ 00016035  0x0000185a store  0x00000002 , 0x000042a2 
+ 00016036  0x0000185b branch  0x00003f77 
+ 00016037  0x0000185e fetch  0x00000002 , 0x00004292 
+ 00016038  0x0000185f branch  0x00007f66 
+ 00016039  0x00001862 fetch  0x00000002 , 0x00004286 
+ 00016040  0x00001863 branch  0x00007f66 
+ 00016041  0x00001866 fetch  0x00000002 , 0x0000428a 
+ 00016042  0x00001867 branch  0x00007f66 
+ 00016043  0x0000186a fetch  0x00000002 , 0x000042a2 
+ 00016044  0x0000186b set1  0x00000001 , 0x0000003f 
+ 00016045  0x0000186c store  0x00000002 , 0x000042a2 
+ 00016046  0x0000186d branch  0x00003fa2 
+ 00016047  0x00001870 fetch  0x00000002 , 0x000047f4 
+ 00016048  0x00001871 set1  0x00000007 , 0x0000003f 
+ 00016049  0x00001872 store  0x00000002 , 0x000047f4 
+ 00016050  0x00001873 fetch  0x00000002 , 0x000042a2 
+ 00016051  0x00001874 set1  0x00000002 , 0x0000003f 
+ 00016052  0x00001875 store  0x00000002 , 0x000042a2 
+ 00016053  0x00001876 rtn 
+ 00016054  0x00001879 fetch  0x00000002 , 0x000047f4 
+ 00016055  0x0000187a set1  0x00000001 , 0x0000003f 
+ 00016056  0x0000187b store  0x00000002 , 0x000047f4 
+ 00016057  0x0000187c fetch  0x00000002 , 0x000042a2 
+ 00016058  0x0000187d set1  0x00000004 , 0x0000003f 
+ 00016059  0x0000187e store  0x00000002 , 0x000042a2 
+ 00016060  0x0000187f rtn 
+ 00016061  0x00001882 fetch  0x00000002 , 0x000047f4 
+ 00016062  0x00001883 set1  0x00000003 , 0x0000003f 
+ 00016063  0x00001884 store  0x00000002 , 0x000047f4 
+ 00016064  0x00001885 rtn 
+ 00016065  0x00001888 fetch  0x00000002 , 0x000047f4 
+ 00016066  0x00001889 set1  0x00000005 , 0x0000003f 
+ 00016067  0x0000188a store  0x00000002 , 0x000047f4 
+ 00016068  0x0000188b fetch  0x00000002 , 0x000042a2 
+ 00016069  0x0000188c set1  0x00000003 , 0x0000003f 
+ 00016070  0x0000188d store  0x00000002 , 0x000042a2 
+ 00016071  0x0000188e rtn 
+ 00016072  0x00001891 fetch  0x00000002 , 0x000047f4 
+ 00016073  0x00001892 set0  0x00000005 , 0x0000003f 
+ 00016074  0x00001893 store  0x00000002 , 0x000047f4 
+ 00016075  0x00001894 rtn 
+ 00016076  0x00001897 fetch  0x00000002 , 0x000047f4 
+ 00016077  0x00001898 set1  0x00000009 , 0x0000003f 
+ 00016078  0x00001899 store  0x00000002 , 0x000047f4 
+ 00016079  0x0000189a rtn 
+ 00016080  0x0000189d fetch  0x00000002 , 0x000047f4 
+ 00016081  0x0000189e set0  0x00000009 , 0x0000003f 
+ 00016082  0x0000189f store  0x00000002 , 0x000047f4 
+ 00016083  0x000018a0 jam  0x00000000 , 0x000046f8 
+ 00016084  0x000018a1 branch  0x00003fa6 
+ 00016085  0x000018a4 fetch  0x00000002 , 0x000047f4 
+ 00016086  0x000018a5 set1  0x00000002 , 0x0000003f 
+ 00016087  0x000018a6 store  0x00000002 , 0x000047f4 
+ 00016088  0x000018a7 rtn 
+ 00016089  0x000018aa fetch  0x00000002 , 0x000042a2 
+ 00016090  0x000018ab set1  0x00000000 , 0x0000003f 
+ 00016091  0x000018ac store  0x00000002 , 0x000042a2 
+ 00016092  0x000018ad rtn 
+ 00016093  0x000018b0 fetch  0x00000002 , 0x000042a2 
+ 00016094  0x000018b1 set1  0x00000008 , 0x0000003f 
+ 00016095  0x000018b2 store  0x00000002 , 0x000042a2 
+ 00016096  0x000018b3 branch  0x00003f77 
+ 00016097  0x000018b7 set1  0x00000025 , 0x00000000 
+ 00016098  0x000018b8 bpatch  0x000000d0 , 0x0000403a 
+ 00016099  0x000018b9 storet  0x00000001 , 0x00000259 
+ 00016100  0x000018bb fetch  0x00000001 , 0x00000259 
+ 00016101  0x000018bc rtn  0x00000034 
+ 00016102  0x000018bd increase  0xffffffff , 0x0000003f 
+ 00016103  0x000018be store  0x00000001 , 0x00000259 
+ 00016104  0x000018bf call  0x00007bb1 
+ 00016105  0x000018c0 call  0x00003f60 
+ 00016106  0x000018c1 call  0x00003eed 
+ 00016107  0x000018c2 call  0x00003ef5 
+ 00016108  0x000018c3 branch  0x00003ee4 
+ 00016109  0x000018c6 fetch  0x00000001 , 0x0000429d 
+ 00016110  0x000018c7 rtn  0x00000034 
+ 00016111  0x000018c8 increase  0xffffffff , 0x0000003f 
+ 00016112  0x000018c9 store  0x00000001 , 0x0000429d 
+ 00016113  0x000018ca nrtn  0x00000034 
+ 00016114  0x000018cb call  0x000032ee 
+ 00016115  0x000018cc branch  0x00003f9e , 0x00000005 
+ 00016116  0x000018cd rtn 
+ 00016117  0x000018cf fetch  0x00000002 , 0x000047f0 
+ 00016118  0x000018d0 rtn  0x00000034 
+ 00016119  0x000018d1 increase  0xffffffff , 0x0000003f 
+ 00016120  0x000018d2 store  0x00000002 , 0x000047f0 
+ 00016121  0x000018d3 nrtn  0x00000034 
+ 00016122  0x000018d4 call  0x00003f7e 
+ 00016123  0x000018d5 call  0x00003f98 
+ 00016124  0x000018d6 fetch  0x00000002 , 0x00004294 
+ 00016125  0x000018d7 branch  0x00007f66 
+ 00016126  0x000018da call  0x00003f15 
+ 00016127  0x000018dc fetch  0x00000002 , 0x000047f4 
+ 00016128  0x000018dd set0  0x00000007 , 0x0000003f 
+ 00016129  0x000018de store  0x00000002 , 0x000047f4 
+ 00016130  0x000018df rtn 
+ 00016131  0x000018e2 jam  0x00000000 , 0x0000429d 
+ 00016132  0x000018e3 fetch  0x00000002 , 0x000047f4 
+ 00016133  0x000018e4 bbit1  0x00000007 , 0x00003f08 
+ 00016134  0x000018e5 isolate0  0x00000001 , 0x0000003f 
+ 00016135  0x000018e6 call  0x00003e7b , 0x00000001 
+ 00016136  0x000018e8 fetch  0x00000002 , 0x000047f4 
+ 00016137  0x000018e9 set0  0x00000000 , 0x0000003f 
+ 00016138  0x000018ea set0  0x00000001 , 0x0000003f 
+ 00016139  0x000018eb set0  0x00000002 , 0x0000003f 
+ 00016140  0x000018ec set0  0x00000003 , 0x0000003f 
+ 00016141  0x000018ed set0  0x00000004 , 0x0000003f 
+ 00016142  0x000018ee store  0x00000002 , 0x000047f4 
+ 00016143  0x000018ef branch  0x00003fa6 
+ 00016144  0x000018f2 call  0x00003f12 
+ 00016145  0x000018f3 branch  0x00003f9a 
+ 00016146  0x000018f8 setarg  0x00000000 
+ 00016147  0x000018f9 store  0x00000002 , 0x000042a0 
+ 00016148  0x000018fa rtn 
+ 00016149  0x000018fc setarg  0x00000000 
+ 00016150  0x000018fd store  0x00000002 , 0x000042a2 
+ 00016151  0x000018fe rtn 
+ 00016152  0x00001902 fetch  0x00000002 , 0x000042a2 
+ 00016153  0x00001903 store  0x00000002 , 0x000042a0 
+ 00016154  0x00001904 setarg  0x00000000 
+ 00016155  0x00001905 store  0x00000002 , 0x000042a2 
+ 00016156  0x00001906 rtn 
+ 00016157  0x00001909 fetch  0x00000002 , 0x000042a2 
+ 00016158  0x0000190a set1  0x00000007 , 0x0000003f 
+ 00016159  0x0000190b store  0x00000002 , 0x000042a0 
+ 00016160  0x0000190c setarg  0x00000000 
+ 00016161  0x0000190d store  0x00000002 , 0x000042a2 
+ 00016162  0x0000190e rtn 
+ 00016163  0x00001915 call  0x0000691d 
+ 00016164  0x00001916 fetch  0x00000006 , 0x00004274 
+ 00016165  0x00001917 rtn 
+ 00016166  0x0000191a fetch  0x00000001 , 0x0000448b 
+ 00016167  0x0000191b branch  0x00003f2a , 0x00000034 
+ 00016168  0x0000191c call  0x00003f96 
+ 00016169  0x0000191d branch  0x00003f82 
+ 00016170  0x0000191f call  0x00003f94 
+ 00016171  0x00001920 branch  0x00003f88 
+ 00016172  0x00001923 set1  0x00000025 , 0x00000000 
+ 00016173  0x00001924 bpatch  0x000000d1 , 0x0000403a 
+ 00016174  0x00001925 arg  0x00000244 , 0x00000012 
+ 00016175  0x00001926 arg  0x00003f31 , 0x00000013 
+ 00016176  0x00001927 branch  0x00003301 
+ 00016177  0x0000192a arg  0x00000000 , 0x00000002 
+ 00016178  0x0000192b bbit0  0x00000000 , 0x00003f35 
+ 00016179  0x0000192c add  0x00000011 , 0x00000010 , 0x00000006 
+ 00016180  0x0000192d ifetcht  0x00000006 , 0x00000006 
+ 00016181  0x0000192f copy  0x00000002 , 0x0000003f 
+ 00016182  0x00001930 ncall  0x00003f3a , 0x00000034 
+ 00016183  0x00001931 istoret  0x00000006 , 0x00000012 
+ 00016184  0x00001932 increase  0x00000006 , 0x00000012 
+ 00016185  0x00001933 branch  0x00003307 
+ 00016186  0x00001935 fetch  0x00000001 , 0x0000429a 
+ 00016187  0x00001936 increase  0x00000001 , 0x0000003f 
+ 00016188  0x00001937 store  0x00000001 , 0x0000429a 
+ 00016189  0x00001938 rtn 
+ 00016190  0x0000193b jam  0x00000000 , 0x0000429a 
+ 00016191  0x0000193c branch  0x00003f2c 
+ 00016192  0x0000193f fetch  0x00000001 , 0x000047f4 
+ 00016193  0x00001940 isolate1  0x00000005 , 0x0000003f 
+ 00016194  0x00001941 rtn 
+ 00016195  0x00001947 setarg  0x00000000 
+ 00016196  0x00001948 branch  0x00003f46 
+ 00016197  0x0000194a setarg  0x0000aa55 
+ 00016198  0x0000194c store  0x00000002 , 0x000002a8 
+ 00016199  0x0000194d set1  0x00000025 , 0x00000000 
+ 00016200  0x0000194e bpatch  0x000000d2 , 0x0000403a 
+ 00016201  0x0000194f arg  0x00000002 , 0x00000002 
+ 00016202  0x00001950 arg  0x000002a8 , 0x00000011 
+ 00016203  0x00001951 arg  0x000000c3 , 0x00000012 
+ 00016204  0x00001952 branch  0x0000683e 
+ 00016205  0x00001956 set1  0x00000025 , 0x00000000 
+ 00016206  0x00001957 bpatch  0x000000d3 , 0x0000403a 
+ 00016207  0x00001958 arg  0x00000002 , 0x00000002 
+ 00016208  0x00001959 arg  0x00000161 , 0x00000011 
+ 00016209  0x0000195a arg  0x000000c3 , 0x00000012 
+ 00016210  0x0000195b call  0x0000681d 
+ 00016211  0x0000195c fetch  0x00000002 , 0x00000161 
+ 00016212  0x0000195d arg  0x0000aa55 , 0x00000002 
+ 00016213  0x0000195e isub  0x00000002 , 0x0000003e 
+ 00016214  0x0000195f rtn 
+ 00016215  0x00001963 fetch  0x00000001 , 0x00004747 
+ 00016216  0x00001964 store  0x00000001 , 0x0000429d 
+ 00016217  0x00001965 rtn 
+ 00016218  0x00001968 arg  0x00000009 , 0x00000007 
+ 00016219  0x00001969 branch  0x00003dc2 
+ 00016220  0x0000196c arg  0x00000009 , 0x00000007 
+ 00016221  0x0000196d branch  0x00003dc6 
+ 00016222  0x00001970 jam  0x00000005 , 0x0000429e 
+ 00016223  0x00001971 branch  0x00003f5a 
+ 00016224  0x00001973 fetch  0x00000001 , 0x0000429e 
+ 00016225  0x00001974 rtn  0x00000034 
+ 00016226  0x00001975 increase  0xffffffff , 0x0000003f 
+ 00016227  0x00001976 store  0x00000001 , 0x0000429e 
+ 00016228  0x00001977 nrtn  0x00000034 
+ 00016229  0x00001978 branch  0x00003f5c 
+ 00016230  0x0000197b jam  0x00000001 , 0x000043cc 
+ 00016231  0x0000197c rtn 
+ 00016232  0x0000197f jam  0x00000000 , 0x000043cc 
+ 00016233  0x00001980 rtn 
+ 00016234  0x00001983 jam  0x0000000a , 0x00000b7d 
+ 00016235  0x00001984 branch  0x00007c33 
+ 00016236  0x00001987 jam  0x0000001d , 0x00000b7d 
+ 00016237  0x00001988 branch  0x00007c33 
+ 00016238  0x0000198b set1  0x00000025 , 0x00000000 
+ 00016239  0x0000198c bpatch  0x000000d4 , 0x0000403a 
+ 00016240  0x0000198d fetch  0x00000001 , 0x0000429f 
+ 00016241  0x0000198e store  0x00000001 , 0x00000177 
+ 00016242  0x0000198f jam  0x00000001 , 0x00000257 
+ 00016243  0x00001990 jam  0x00000003 , 0x00000b7d 
+ 00016244  0x00001991 branch  0x00007c33 
+ 00016245  0x00001994 jam  0x0000001e , 0x00000b7d 
+ 00016246  0x00001995 branch  0x00007c33 
+ 00016247  0x00001998 jam  0x00000004 , 0x00000b7d 
+ 00016248  0x00001999 branch  0x00007c33 
+ 00016249  0x0000199c fetch  0x00000002 , 0x000047fe 
+ 00016250  0x0000199d store  0x00000002 , 0x000047f0 
+ 00016251  0x0000199f call  0x00003f94 
+ 00016252  0x000019a1 jam  0x00000001 , 0x00000b7d 
+ 00016253  0x000019a2 branch  0x00007c33 
+ 00016254  0x000019a5 setarg  0x00000000 
+ 00016255  0x000019a6 store  0x00000002 , 0x000047f0 
+ 00016256  0x000019a7 jam  0x00000002 , 0x00000b7d 
+ 00016257  0x000019a8 branch  0x00007c33 
+ 00016258  0x000019ab jam  0x0000000f , 0x00000b7d 
+ 00016259  0x000019ac branch  0x00007c33 
+ 00016260  0x000019af jam  0x00000010 , 0x00000b7d 
+ 00016261  0x000019b0 branch  0x00007c33 
+ 00016262  0x000019b3 jam  0x0000000e , 0x00000b7d 
+ 00016263  0x000019b4 branch  0x00007c33 
+ 00016264  0x000019b7 jam  0x0000000d , 0x00000b7d 
+ 00016265  0x000019b8 branch  0x00007c33 
+ 00016266  0x000019bb jam  0x00000017 , 0x00000b7d 
+ 00016267  0x000019bc branch  0x00007c33 
+ 00016268  0x000019bf jam  0x00000018 , 0x00000b7d 
+ 00016269  0x000019c0 branch  0x00007c33 
+ 00016270  0x000019c3 jam  0x00000016 , 0x00000b7d 
+ 00016271  0x000019c4 branch  0x00007c33 
+ 00016272  0x000019c7 jam  0x00000011 , 0x00000b7d 
+ 00016273  0x000019c8 branch  0x00007c33 
+ 00016274  0x000019cb jam  0x0000001c , 0x00000b7d 
+ 00016275  0x000019cc branch  0x00007c33 
+ 00016276  0x000019cf jam  0x00000015 , 0x00000b7d 
+ 00016277  0x000019d0 branch  0x00007c33 
+ 00016278  0x000019d3 jam  0x00000014 , 0x00000b7d 
+ 00016279  0x000019d4 branch  0x00007c33 
+ 00016280  0x000019d8 jam  0x00000013 , 0x00000b7d 
+ 00016281  0x000019d9 branch  0x00007c33 
+ 00016282  0x000019dc jam  0x00000019 , 0x00000b7d 
+ 00016283  0x000019dd branch  0x00007c33 
+ 00016284  0x000019e0 jam  0x00000006 , 0x00000b7d 
+ 00016285  0x000019e1 branch  0x00007c33 
+ 00016286  0x000019e4 jam  0x00000005 , 0x00000b7d 
+ 00016287  0x000019e5 branch  0x00007c33 
+ 00016288  0x000019e8 jam  0x0000001f , 0x00000b7d 
+ 00016289  0x000019e9 branch  0x00007c33 
+ 00016290  0x000019ec jam  0x00000020 , 0x00000b7d 
+ 00016291  0x000019ed branch  0x00007c33 
+ 00016292  0x000019f0 set1  0x0000000d , 0x00000000 
+ 00016293  0x000019f1 rtn 
+ 00016294  0x000019f4 set0  0x0000000d , 0x00000000 
+ 00016295  0x000019f5 rtn 
+ 00016296  0x000019fa set1  0x00000025 , 0x00000000 
+ 00016297  0x000019fb bpatch  0x00000090 , 0x00004032 
+ 00016298  0x000019fc arg  0x00000020 , 0x00000002 
+ 00016299  0x000019fd arg  0x00004419 , 0x00000011 
+ 00016300  0x000019fe arg  0x000000a0 , 0x00000012 
+ 00016301  0x000019ff call  0x0000681d 
+ 00016302  0x00001a02 arg  0x00000020 , 0x00000002 
+ 00016303  0x00001a03 arg  0x00004702 , 0x00000011 
+ 00016304  0x00001a04 arg  0x0000007f , 0x00000012 
+ 00016305  0x00001a05 call  0x0000681d 
+ 00016306  0x00001a07 arg  0x00000006 , 0x00000002 
+ 00016307  0x00001a08 arg  0x00004140 , 0x00000011 
+ 00016308  0x00001a09 arg  0x00000063 , 0x00000012 
+ 00016309  0x00001a0a call  0x0000681d 
+ 00016310  0x00001a0c arg  0x00000006 , 0x00000002 
+ 00016311  0x00001a0d arg  0x000044f9 , 0x00000011 
+ 00016312  0x00001a0e arg  0x00000069 , 0x00000012 
+ 00016313  0x00001a0f call  0x0000681d 
+ 00016314  0x00001a10 call  0x00005adb 
+ 00016315  0x00001a12 arg  0x00000002 , 0x00000002 
+ 00016316  0x00001a13 arg  0x000042ac , 0x00000011 
+ 00016317  0x00001a14 arg  0x000000c0 , 0x00000012 
+ 00016318  0x00001a15 call  0x0000681d 
+ 00016319  0x00001a16 call  0x00006909 
+ 00016320  0x00001a18 branch  0x00003fc1 
+ 00016321  0x00001a1b arg  0x0000000e , 0x00000002 
+ 00016322  0x00001a1c arg  0x0000054f , 0x00000011 
+ 00016323  0x00001a1d arg  0x0000006f , 0x00000012 
+ 00016324  0x00001a1e branch  0x0000681d 
+ 00016325  0x00001a21 set1  0x00000025 , 0x00000000 
+ 00016326  0x00001a22 bpatch  0x00000091 , 0x00004032 
+ 00016327  0x00001a23 call  0x00003f4d 
+ 00016328  0x00001a24 branch  0x00003fa8 , 0x00000005 
+ 00016329  0x00001a26 call  0x00003fd2 
+ 00016330  0x00001a27 call  0x00003fd7 
+ 00016331  0x00001a28 call  0x00005adb 
+ 00016332  0x00001a29 call  0x00003fdc 
+ 00016333  0x00001a2a call  0x00003fe0 
+ 00016334  0x00001a2b call  0x000062e9 
+ 00016335  0x00001a2c call  0x00003fe4 
+ 00016336  0x00001a2d call  0x00003fe9 
+ 00016337  0x00001a2e branch  0x00003f45 
+ 00016338  0x00001a31 fetcht  0x00000001 , 0x00004702 
+ 00016339  0x00001a32 increase  0x00000001 , 0x00000002 
+ 00016340  0x00001a33 arg  0x00004702 , 0x00000011 
+ 00016341  0x00001a34 arg  0x0000007f , 0x00000012 
+ 00016342  0x00001a35 branch  0x0000683e 
+ 00016343  0x00001a38 fetcht  0x00000001 , 0x00004419 
+ 00016344  0x00001a39 increase  0x00000001 , 0x00000002 
+ 00016345  0x00001a3a arg  0x00004419 , 0x00000011 
+ 00016346  0x00001a3b arg  0x000000a0 , 0x00000012 
+ 00016347  0x00001a3c branch  0x0000683e 
+ 00016348  0x00001a3f arg  0x00000006 , 0x00000002 
+ 00016349  0x00001a40 arg  0x000044f9 , 0x00000011 
+ 00016350  0x00001a41 arg  0x00000069 , 0x00000012 
+ 00016351  0x00001a42 branch  0x0000683e 
+ 00016352  0x00001a45 arg  0x00000006 , 0x00000002 
+ 00016353  0x00001a46 arg  0x00004140 , 0x00000011 
+ 00016354  0x00001a47 arg  0x00000063 , 0x00000012 
+ 00016355  0x00001a48 branch  0x0000683e 
+ 00016356  0x00001a4b fetcht  0x00000001 , 0x0000054f 
+ 00016357  0x00001a4c increase  0x00000001 , 0x00000002 
+ 00016358  0x00001a4d arg  0x0000054f , 0x00000011 
+ 00016359  0x00001a4e arg  0x0000006f , 0x00000012 
+ 00016360  0x00001a4f branch  0x0000683e 
+ 00016361  0x00001a52 setarg  0x000001a0 
+ 00016362  0x00001a53 store  0x00000002 , 0x000002a8 
+ 00016363  0x00001a55 arg  0x00000002 , 0x00000002 
+ 00016364  0x00001a56 arg  0x000002a8 , 0x00000011 
+ 00016365  0x00001a57 arg  0x000000c0 , 0x00000012 
+ 00016366  0x00001a58 branch  0x0000683e 
+ 00016367  0x00001a5c set1  0x00000025 , 0x00000000 
+ 00016368  0x00001a5d bpatch  0x00000092 , 0x00004032 
+ 00016369  0x00001a5e fetch  0x00000002 , 0x0000480e 
+ 00016370  0x00001a5f arg  0x0000012c , 0x00000002 
+ 00016371  0x00001a60 isub  0x00000002 , 0x0000003e 
+ 00016372  0x00001a61 branch  0x0000427f , 0x00000002 
+ 00016373  0x00001a62 call  0x00003e2b 
+ 00016374  0x00001a63 call  0x00007f6b 
+ 00016375  0x00001a64 copy  0x00000003 , 0x00000011 
+ 00016376  0x00001a65 fetch  0x00000002 , 0x0000480e 
+ 00016377  0x00001a66 increase  0xfffffffe , 0x0000003f 
+ 00016378  0x00001a67 iadd  0x00000003 , 0x00000003 
+ 00016379  0x00001a68 ifetch  0x00000002 , 0x00000003 
+ 00016380  0x00001a69 arg  0x00000a0d , 0x00000002 
+ 00016381  0x00001a6a isub  0x00000002 , 0x0000003e 
+ 00016382  0x00001a6b nrtn  0x00000005 
+ 00016383  0x00001a6c copy  0x00000011 , 0x00000003 
+ 00016384  0x00001a6d arg  0x00004850 , 0x00000012 
+ 00016385  0x00001a6e arg  0x00000003 , 0x00000039 
+ 00016386  0x00001a6f call  0x00004237 
+ 00016387  0x00001a70 nbranch  0x0000427f , 0x00000001 
+ 00016388  0x00001a71 branch  0x00004005 
+ 00016389  0x00001a74 set1  0x00000025 , 0x00000000 
+ 00016390  0x00001a75 bpatch  0x00000093 , 0x00004032 
+ 00016391  0x00001a77 copy  0x00000003 , 0x00000011 
+ 00016392  0x00001a78 arg  0x00004827 , 0x00000012 
+ 00016393  0x00001a79 force  0x00000004 , 0x00000039 
+ 00016394  0x00001a7a call  0x00004237 
+ 00016395  0x00001a7b branch  0x0000406d , 0x00000001 
+ 00016396  0x00001a7d arg  0x00004824 , 0x00000012 
+ 00016397  0x00001a7e force  0x00000007 , 0x00000039 
+ 00016398  0x00001a7f call  0x00004237 
+ 00016399  0x00001a80 branch  0x00004074 , 0x00000001 
+ 00016400  0x00001a82 arg  0x0000482e , 0x00000012 
+ 00016401  0x00001a83 force  0x00000004 , 0x00000039 
+ 00016402  0x00001a84 call  0x00004237 
+ 00016403  0x00001a85 branch  0x0000407b , 0x00000001 
+ 00016404  0x00001a87 arg  0x0000482b , 0x00000012 
+ 00016405  0x00001a88 force  0x00000007 , 0x00000039 
+ 00016406  0x00001a89 call  0x00004237 
+ 00016407  0x00001a8a branch  0x00004081 , 0x00000001 
+ 00016408  0x00001a8c arg  0x00004832 , 0x00000012 
+ 00016409  0x00001a8d force  0x00000004 , 0x00000039 
+ 00016410  0x00001a8e call  0x00004237 
+ 00016411  0x00001a8f branch  0x00004087 , 0x00000001 
+ 00016412  0x00001a91 arg  0x00004820 , 0x00000012 
+ 00016413  0x00001a92 force  0x00000004 , 0x00000039 
+ 00016414  0x00001a93 call  0x00004237 
+ 00016415  0x00001a94 branch  0x0000408c , 0x00000001 
+ 00016416  0x00001a96 arg  0x0000481c , 0x00000012 
+ 00016417  0x00001a97 force  0x00000004 , 0x00000039 
+ 00016418  0x00001a98 call  0x00004237 
+ 00016419  0x00001a99 branch  0x0000408f , 0x00000001 
+ 00016420  0x00001a9b arg  0x00004836 , 0x00000012 
+ 00016421  0x00001a9c force  0x00000005 , 0x00000039 
+ 00016422  0x00001a9d call  0x00004237 
+ 00016423  0x00001a9e branch  0x00004095 , 0x00000001 
+ 00016424  0x00001aa0 arg  0x00004853 , 0x00000012 
+ 00016425  0x00001aa1 force  0x00000004 , 0x00000039 
+ 00016426  0x00001aa2 call  0x00004237 
+ 00016427  0x00001aa3 branch  0x0000409b , 0x00000001 
+ 00016428  0x00001aa5 arg  0x00004857 , 0x00000012 
+ 00016429  0x00001aa6 force  0x00000004 , 0x00000039 
+ 00016430  0x00001aa7 call  0x00004237 
+ 00016431  0x00001aa8 branch  0x000040a1 , 0x00000001 
+ 00016432  0x00001aaa arg  0x0000485b , 0x00000012 
+ 00016433  0x00001aab force  0x00000005 , 0x00000039 
+ 00016434  0x00001aac call  0x00004237 
+ 00016435  0x00001aad branch  0x000040a5 , 0x00000001 
+ 00016436  0x00001aaf arg  0x00004860 , 0x00000012 
+ 00016437  0x00001ab0 force  0x00000004 , 0x00000039 
+ 00016438  0x00001ab1 call  0x00004237 
+ 00016439  0x00001ab2 branch  0x000040ab , 0x00000001 
+ 00016440  0x00001ab4 arg  0x00004864 , 0x00000012 
+ 00016441  0x00001ab5 force  0x00000004 , 0x00000039 
+ 00016442  0x00001ab6 call  0x00004237 
+ 00016443  0x00001ab7 branch  0x000040b0 , 0x00000001 
+ 00016444  0x00001ab9 arg  0x00004868 , 0x00000012 
+ 00016445  0x00001aba force  0x00000004 , 0x00000039 
+ 00016446  0x00001abb call  0x00004237 
+ 00016447  0x00001abc branch  0x000040b7 , 0x00000001 
+ 00016448  0x00001abe arg  0x0000486f , 0x00000012 
+ 00016449  0x00001abf force  0x00000004 , 0x00000039 
+ 00016450  0x00001ac0 call  0x00004237 
+ 00016451  0x00001ac1 branch  0x000040d6 , 0x00000001 
+ 00016452  0x00001ac3 arg  0x0000486c , 0x00000012 
+ 00016453  0x00001ac4 force  0x00000007 , 0x00000039 
+ 00016454  0x00001ac5 call  0x00004237 
+ 00016455  0x00001ac6 branch  0x000040dd , 0x00000001 
+ 00016456  0x00001ac8 arg  0x00004873 , 0x00000012 
+ 00016457  0x00001ac9 force  0x00000005 , 0x00000039 
+ 00016458  0x00001aca call  0x00004237 
+ 00016459  0x00001acb branch  0x000040f2 , 0x00000001 
+ 00016460  0x00001acd arg  0x00004878 , 0x00000012 
+ 00016461  0x00001ace force  0x00000004 , 0x00000039 
+ 00016462  0x00001acf call  0x00004237 
+ 00016463  0x00001ad0 branch  0x000040f8 , 0x00000001 
+ 00016464  0x00001ad2 arg  0x0000487c , 0x00000012 
+ 00016465  0x00001ad3 force  0x00000007 , 0x00000039 
+ 00016466  0x00001ad4 call  0x00004237 
+ 00016467  0x00001ad5 branch  0x000040fb , 0x00000001 
+ 00016468  0x00001ad7 arg  0x00004841 , 0x00000012 
+ 00016469  0x00001ad8 force  0x00000006 , 0x00000039 
+ 00016470  0x00001ad9 call  0x00004237 
+ 00016471  0x00001ada branch  0x00004100 , 0x00000001 
+ 00016472  0x00001adc arg  0x00004883 , 0x00000012 
+ 00016473  0x00001add force  0x00000006 , 0x00000039 
+ 00016474  0x00001ade call  0x00004237 
+ 00016475  0x00001adf branch  0x0000412c , 0x00000001 
+ 00016476  0x00001ae1 arg  0x00004849 , 0x00000012 
+ 00016477  0x00001ae2 force  0x00000003 , 0x00000039 
+ 00016478  0x00001ae3 call  0x00004237 
+ 00016479  0x00001ae4 branch  0x0000410e , 0x00000001 
+ 00016480  0x00001ae6 arg  0x0000484c , 0x00000012 
+ 00016481  0x00001ae7 force  0x00000004 , 0x00000039 
+ 00016482  0x00001ae8 call  0x00004237 
+ 00016483  0x00001ae9 branch  0x00004117 , 0x00000001 
+ 00016484  0x00001aeb arg  0x0000483b , 0x00000012 
+ 00016485  0x00001aec force  0x00000006 , 0x00000039 
+ 00016486  0x00001aed call  0x00004237 
+ 00016487  0x00001aee branch  0x00004127 , 0x00000001 
+ 00016488  0x00001af0 arg  0x00004889 , 0x00000012 
+ 00016489  0x00001af1 force  0x00000003 , 0x00000039 
+ 00016490  0x00001af2 call  0x00004237 
+ 00016491  0x00001af3 branch  0x00004129 , 0x00000001 
+ 00016492  0x00001af4 branch  0x0000427f 
+ 00016493  0x00001af8 ifetch  0x00000001 , 0x00000003 
+ 00016494  0x00001af9 beq  0x0000003f , 0x00004071 
+ 00016495  0x00001afa beq  0x0000003d , 0x00004131 
+ 00016496  0x00001afb branch  0x0000427f 
+ 00016497  0x00001afd call  0x00007f6e 
+ 00016498  0x00001afe call  0x00004194 
+ 00016499  0x00001aff branch  0x00004286 
+ 00016500  0x00001b03 ifetch  0x00000001 , 0x00000003 
+ 00016501  0x00001b04 beq  0x0000003f , 0x00004078 
+ 00016502  0x00001b05 beq  0x0000003d , 0x00004136 
+ 00016503  0x00001b06 branch  0x0000427f 
+ 00016504  0x00001b08 call  0x00007f6e 
+ 00016505  0x00001b09 call  0x0000419b 
+ 00016506  0x00001b0a branch  0x00004286 
+ 00016507  0x00001b0d ifetch  0x00000001 , 0x00000003 
+ 00016508  0x00001b0e beq  0x0000003f , 0x0000407f 
+ 00016509  0x00001b0f beq  0x0000003d , 0x0000413c 
+ 00016510  0x00001b10 branch  0x0000427f 
+ 00016511  0x00001b12 call  0x000041a2 
+ 00016512  0x00001b13 branch  0x00004286 
+ 00016513  0x00001b16 ifetch  0x00000001 , 0x00000003 
+ 00016514  0x00001b17 beq  0x0000003f , 0x00004085 
+ 00016515  0x00001b18 beq  0x0000003d , 0x00004140 
+ 00016516  0x00001b19 branch  0x0000427f 
+ 00016517  0x00001b1c call  0x000041a8 
+ 00016518  0x00001b1d branch  0x00004286 
+ 00016519  0x00001b20 ifetch  0x00000001 , 0x00000003 
+ 00016520  0x00001b21 beq  0x0000003f , 0x0000408a 
+ 00016521  0x00001b22 branch  0x0000427f 
+ 00016522  0x00001b24 call  0x000041ae 
+ 00016523  0x00001b25 branch  0x00004286 
+ 00016524  0x00001b29 ifetch  0x00000001 , 0x00000003 
+ 00016525  0x00001b2a beq  0x0000003d , 0x00004149 
+ 00016526  0x00001b2b branch  0x0000427f 
+ 00016527  0x00001b2f ifetch  0x00000001 , 0x00000003 
+ 00016528  0x00001b30 beq  0x0000003f , 0x00004093 
+ 00016529  0x00001b31 beq  0x0000003d , 0x00004144 
+ 00016530  0x00001b32 branch  0x0000427f 
+ 00016531  0x00001b34 call  0x00004204 
+ 00016532  0x00001b35 branch  0x00004286 
+ 00016533  0x00001b38 ifetch  0x00000001 , 0x00000003 
+ 00016534  0x00001b39 beq  0x0000003f , 0x00004099 
+ 00016535  0x00001b3a beq  0x0000003d , 0x00004157 
+ 00016536  0x00001b3b branch  0x0000427f 
+ 00016537  0x00001b3d call  0x000041b4 
+ 00016538  0x00001b3e branch  0x00004286 
+ 00016539  0x00001b41 ifetch  0x00000001 , 0x00000003 
+ 00016540  0x00001b42 beq  0x0000003f , 0x0000409f 
+ 00016541  0x00001b43 beq  0x0000003d , 0x00004172 
+ 00016542  0x00001b44 branch  0x0000427f 
+ 00016543  0x00001b46 call  0x000041ba 
+ 00016544  0x00001b47 branch  0x00004286 
+ 00016545  0x00001b4a ifetch  0x00000001 , 0x00000003 
+ 00016546  0x00001b4b beq  0x0000003f , 0x000040e1 
+ 00016547  0x00001b4c beq  0x0000003d , 0x0000415a 
+ 00016548  0x00001b4d branch  0x0000427f 
+ 00016549  0x00001b51 ifetch  0x00000001 , 0x00000003 
+ 00016550  0x00001b52 beq  0x0000003f , 0x000040a9 
+ 00016551  0x00001b53 beq  0x0000003d , 0x0000416b 
+ 00016552  0x00001b54 branch  0x0000427f 
+ 00016553  0x00001b56 call  0x0000420b 
+ 00016554  0x00001b57 branch  0x00004286 
+ 00016555  0x00001b5a ifetch  0x00000001 , 0x00000003 
+ 00016556  0x00001b5b beq  0x0000003f , 0x000040ae 
+ 00016557  0x00001b5c branch  0x0000427f 
+ 00016558  0x00001b5e call  0x000041c0 
+ 00016559  0x00001b5f branch  0x00004286 
+ 00016560  0x00001b62 ifetch  0x00000001 , 0x00000003 
+ 00016561  0x00001b63 beq  0x0000003f , 0x000040b3 
+ 00016562  0x00001b64 branch  0x00004286 
+ 00016563  0x00001b66 call  0x000032ee 
+ 00016564  0x00001b67 nbranch  0x0000427f , 0x00000005 
+ 00016565  0x00001b68 call  0x000041cd 
+ 00016566  0x00001b69 branch  0x00004286 
+ 00016567  0x00001b6c ifetch  0x00000001 , 0x00000003 
+ 00016568  0x00001b6d beq  0x0000003f , 0x000040ba 
+ 00016569  0x00001b6e branch  0x0000427f 
+ 00016570  0x00001b70 fetch  0x00000001 , 0x00004040 
+ 00016571  0x00001b71 bbit0  0x00000000 , 0x0000427f 
+ 00016572  0x00001b72 call  0x00007f6e 
+ 00016573  0x00001b73 fetch  0x00000001 , 0x00004041 
+ 00016574  0x00001b74 bbit1  0x00000000 , 0x000040c0 
+ 00016575  0x00001b75 branch  0x000040cb 
+ 00016576  0x00001b77 arg  0x00004868 , 0x00000011 
+ 00016577  0x00001b78 arg  0x00000004 , 0x00000039 
+ 00016578  0x00001b79 call  0x00004232 
+ 00016579  0x00001b7a call  0x00004247 
+ 00016580  0x00001b7b setarg  0x00000034 
+ 00016581  0x00001b7c istore  0x00000001 , 0x0000000a 
+ 00016582  0x00001b7d call  0x0000424e 
+ 00016583  0x00001b7e arg  0x000003d0 , 0x00000011 
+ 00016584  0x00001b7f call  0x00007e9d 
+ 00016585  0x00001b80 call  0x000068fa 
+ 00016586  0x00001b81 branch  0x00004286 
+ 00016587  0x00001b83 arg  0x00004868 , 0x00000011 
+ 00016588  0x00001b84 arg  0x00000004 , 0x00000039 
+ 00016589  0x00001b85 call  0x00004232 
+ 00016590  0x00001b86 call  0x00004247 
+ 00016591  0x00001b87 setarg  0x00000033 
+ 00016592  0x00001b88 istore  0x00000001 , 0x0000000a 
+ 00016593  0x00001b89 call  0x0000424e 
+ 00016594  0x00001b8a arg  0x00000040 , 0x00000011 
+ 00016595  0x00001b8b call  0x00007e9d 
+ 00016596  0x00001b8c call  0x000068fa 
+ 00016597  0x00001b8d branch  0x00004286 
+ 00016598  0x00001b91 set1  0x00000025 , 0x00000000 
+ 00016599  0x00001b92 bpatch  0x00000094 , 0x00004032 
+ 00016600  0x00001b93 call  0x00003f3e 
+ 00016601  0x00001b94 fetch  0x00000001 , 0x0000429a 
+ 00016602  0x00001b95 bne  0x00000000 , 0x0000427f 
+ 00016603  0x00001b96 call  0x000041f0 
+ 00016604  0x00001b97 branch  0x00004286 
+ 00016605  0x00001b9a set1  0x00000025 , 0x00000000 
+ 00016606  0x00001b9b bpatch  0x00000095 , 0x00004032 
+ 00016607  0x00001b9c call  0x000041f6 
+ 00016608  0x00001b9d branch  0x00004286 
+ 00016609  0x00001ba0 arg  0x00004857 , 0x00000011 
+ 00016610  0x00001ba1 arg  0x00000004 , 0x00000039 
+ 00016611  0x00001ba2 call  0x00004232 
+ 00016612  0x00001ba3 call  0x000032ee 
+ 00016613  0x00001ba4 nbranch  0x0000424a , 0x00000005 
+ 00016614  0x00001ba5 fetch  0x00000001 , 0x00004041 
+ 00016615  0x00001ba6 bbit1  0x00000001 , 0x000040eb 
+ 00016616  0x00001ba7 call  0x000040ef 
+ 00016617  0x00001ba8 call  0x000068fa 
+ 00016618  0x00001ba9 branch  0x00004286 
+ 00016619  0x00001bab setarg  0x0000004d 
+ 00016620  0x00001bac istore  0x00000001 , 0x0000000a 
+ 00016621  0x00001bad call  0x000068fa 
+ 00016622  0x00001bae branch  0x00004286 
+ 00016623  0x00001bb0 setarg  0x00000053 
+ 00016624  0x00001bb1 istore  0x00000001 , 0x0000000a 
+ 00016625  0x00001bb2 rtn 
+ 00016626  0x00001bb5 ifetch  0x00000001 , 0x00000003 
+ 00016627  0x00001bb6 beq  0x0000003f , 0x000040f6 
+ 00016628  0x00001bb7 beq  0x0000003d , 0x0000417e 
+ 00016629  0x00001bb8 branch  0x0000427f 
+ 00016630  0x00001bba call  0x000041d8 
+ 00016631  0x00001bbb branch  0x00004286 
+ 00016632  0x00001bbe ifetch  0x00000001 , 0x00000003 
+ 00016633  0x00001bbf beq  0x0000003d , 0x00004151 
+ 00016634  0x00001bc0 branch  0x0000427f 
+ 00016635  0x00001bc3 ifetch  0x00000001 , 0x00000003 
+ 00016636  0x00001bc4 beq  0x0000003f , 0x000040fe 
+ 00016637  0x00001bc5 branch  0x0000427f 
+ 00016638  0x00001bc7 call  0x000041de 
+ 00016639  0x00001bc8 branch  0x00004286 
+ 00016640  0x00001bcb fetch  0x00000001 , 0x0000429f 
+ 00016641  0x00001bcc store  0x00000001 , 0x00000177 
+ 00016642  0x00001bcd call  0x0000691d 
+ 00016643  0x00001bce call  0x00003f3e 
+ 00016644  0x00001bcf fetch  0x00000001 , 0x0000429a 
+ 00016645  0x00001bd0 bne  0x00000000 , 0x0000427f 
+ 00016646  0x00001bd1 fetch  0x00000001 , 0x000042a9 
+ 00016647  0x00001bd2 beq  0x00000033 , 0x0000410c 
+ 00016648  0x00001bd3 beq  0x00000034 , 0x0000410a 
+ 00016649  0x00001bd4 branch  0x0000427f 
+ 00016650  0x00001bd7 call  0x00003f82 
+ 00016651  0x00001bd8 branch  0x00004286 
+ 00016652  0x00001bda call  0x00003f6e 
+ 00016653  0x00001bdb branch  0x00004286 
+ 00016654  0x00001bde call  0x00003f3e 
+ 00016655  0x00001bdf fetch  0x00000001 , 0x0000429a 
+ 00016656  0x00001be0 bne  0x00000001 , 0x0000427f 
+ 00016657  0x00001be1 fetch  0x00000001 , 0x00004041 
+ 00016658  0x00001be2 bbit1  0x00000000 , 0x00004115 
+ 00016659  0x00001be3 call  0x00003f77 
+ 00016660  0x00001be4 branch  0x00004286 
+ 00016661  0x00001be8 call  0x00003f90 
+ 00016662  0x00001be9 branch  0x00004286 
+ 00016663  0x00001bed ifetch  0x00000001 , 0x00000003 
+ 00016664  0x00001bee beq  0x0000003d , 0x0000411a 
+ 00016665  0x00001bef branch  0x0000427f 
+ 00016666  0x00001bf1 ifetch  0x00000001 , 0x00000003 
+ 00016667  0x00001bf2 beq  0x00000031 , 0x00004122 
+ 00016668  0x00001bf3 beq  0x00000030 , 0x0000411e 
+ 00016669  0x00001bf4 branch  0x0000427f 
+ 00016670  0x00001bf6 call  0x00003f40 
+ 00016671  0x00001bf7 branch  0x00004286 , 0x00000001 
+ 00016672  0x00001bf8 call  0x00003f9e 
+ 00016673  0x00001bf9 branch  0x00004286 
+ 00016674  0x00001bfb call  0x00003f40 
+ 00016675  0x00001bfc nbranch  0x00004286 , 0x00000001 
+ 00016676  0x00001bfd call  0x000063ab 
+ 00016677  0x00001bfe call  0x00006414 
+ 00016678  0x00001bff branch  0x00004286 
+ 00016679  0x00001c03 call  0x00003f43 
+ 00016680  0x00001c04 branch  0x00004286 
+ 00016681  0x00001c07 ifetch  0x00000001 , 0x00000003 
+ 00016682  0x00001c08 beq  0x0000003d , 0x00004187 
+ 00016683  0x00001c09 branch  0x0000427f 
+ 00016684  0x00001c0c call  0x00003f3e 
+ 00016685  0x00001c0d fetch  0x00000001 , 0x0000429a 
+ 00016686  0x00001c0e bne  0x00000000 , 0x0000427f 
+ 00016687  0x00001c0f call  0x0000638a 
+ 00016688  0x00001c10 branch  0x00004286 
+ 00016689  0x00001c17 arg  0x00004703 , 0x00000011 
+ 00016690  0x00001c18 call  0x0000422b 
+ 00016691  0x00001c19 storet  0x00000001 , 0x00004702 
+ 00016692  0x00001c1a call  0x00003fd2 
+ 00016693  0x00001c1b branch  0x00004286 
+ 00016694  0x00001c1e arg  0x0000441a , 0x00000011 
+ 00016695  0x00001c1f call  0x0000422b 
+ 00016696  0x00001c20 storet  0x00000001 , 0x00004419 
+ 00016697  0x00001c21 call  0x00003fd7 
+ 00016698  0x00001c22 call  0x00005adb 
+ 00016699  0x00001c23 branch  0x00004286 
+ 00016700  0x00001c26 arg  0x00004140 , 0x00000005 
+ 00016701  0x00001c27 call  0x00007ebf 
+ 00016702  0x00001c28 call  0x00003fe0 
+ 00016703  0x00001c29 branch  0x00004286 
+ 00016704  0x00001c2c arg  0x000044f9 , 0x00000005 
+ 00016705  0x00001c2d call  0x00007ebf 
+ 00016706  0x00001c2e call  0x00003fdc 
+ 00016707  0x00001c2f branch  0x00004286 
+ 00016708  0x00001c32 arg  0x00000550 , 0x00000011 
+ 00016709  0x00001c33 call  0x0000422b 
+ 00016710  0x00001c34 storet  0x00000001 , 0x0000054f 
+ 00016711  0x00001c35 call  0x00003fe4 
+ 00016712  0x00001c36 branch  0x00004286 
+ 00016713  0x00001c39 call  0x00007eb0 
+ 00016714  0x00001c3a setarg  0x02dc6c00 
+ 00016715  0x00001c3b idiv  0x00000002 
+ 00016716  0x00001c3c call  0x00007efd 
+ 00016717  0x00001c3d quotient  0x0000003f 
+ 00016718  0x00001c3e store  0x00000002 , 0x000002a8 
+ 00016719  0x00001c3f call  0x00003feb 
+ 00016720  0x00001c40 branch  0x00004286 
+ 00016721  0x00001c43 ifetch  0x00000001 , 0x00000003 
+ 00016722  0x00001c44 sub  0x0000003f , 0x00000033 , 0x0000003e 
+ 00016723  0x00001c45 nbranch  0x0000427f , 0x00000002 
+ 00016724  0x00001c46 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016725  0x00001c47 store  0x00000001 , 0x00004812 
+ 00016726  0x00001c48 branch  0x00004286 
+ 00016727  0x00001c4b ifetch  0x00000003 , 0x00000003 
+ 00016728  0x00001c4c store  0x00000003 , 0x0000414a 
+ 00016729  0x00001c4d branch  0x00004286 
+ 00016730  0x00001c50 call  0x000032ee 
+ 00016731  0x00001c51 nbranch  0x0000427f , 0x00000005 
+ 00016732  0x00001c52 ifetch  0x00000001 , 0x00000003 
+ 00016733  0x00001c53 beq  0x00000053 , 0x00004160 
+ 00016734  0x00001c54 beq  0x0000004d , 0x00004163 
+ 00016735  0x00001c55 branch  0x0000427f 
+ 00016736  0x00001c58 fetch  0x00000001 , 0x00004041 
+ 00016737  0x00001c59 bbit1  0x00000001 , 0x00004166 
+ 00016738  0x00001c5a branch  0x0000427f 
+ 00016739  0x00001c5d fetch  0x00000001 , 0x00004041 
+ 00016740  0x00001c5e bbit0  0x00000001 , 0x00004166 
+ 00016741  0x00001c5f branch  0x0000427f 
+ 00016742  0x00001c62 fetch  0x00000001 , 0x00004813 
+ 00016743  0x00001c63 set1  0x00000004 , 0x0000003f 
+ 00016744  0x00001c64 store  0x00000001 , 0x00004813 
+ 00016745  0x00001c65 jam  0x00000018 , 0x00004272 
+ 00016746  0x00001c66 branch  0x0000428c 
+ 00016747  0x00001c69 arg  0x00004280 , 0x00000005 
+ 00016748  0x00001c6a call  0x00007ebd 
+ 00016749  0x00001c6b arg  0x00004282 , 0x00000005 
+ 00016750  0x00001c6c call  0x00007ebd 
+ 00016751  0x00001c6d arg  0x00004284 , 0x00000005 
+ 00016752  0x00001c6e call  0x00007ebd 
+ 00016753  0x00001c6f branch  0x00004286 
+ 00016754  0x00001c72 ifetch  0x00000001 , 0x00000003 
+ 00016755  0x00001c73 beq  0x00000031 , 0x00004176 
+ 00016756  0x00001c74 beq  0x00000032 , 0x0000417c 
+ 00016757  0x00001c75 branch  0x0000427f 
+ 00016758  0x00001c77 ifetch  0x00000001 , 0x00000003 
+ 00016759  0x00001c78 arg  0x000001b4 , 0x00000005 
+ 00016760  0x00001c79 call  0x00007ebf 
+ 00016761  0x00001c7a call  0x00006931 
+ 00016762  0x00001c7b nrtn  0x00000028 
+ 00016763  0x00001c7c branch  0x00004286 
+ 00016764  0x00001c7e call  0x0000693d 
+ 00016765  0x00001c7f branch  0x00004286 
+ 00016766  0x00001c82 ifetch  0x00000001 , 0x00000003 
+ 00016767  0x00001c83 fetcht  0x00000001 , 0x00004812 
+ 00016768  0x00001c84 nsetflag  0x00000034 , 0x00000002 , 0x00000002 
+ 00016769  0x00001c85 storet  0x00000001 , 0x00004812 
+ 00016770  0x00001c86 branch  0x00004286 , 0x00000034 
+ 00016771  0x00001c87 ifetch  0x00000001 , 0x00000003 
+ 00016772  0x00001c88 arg  0x00004814 , 0x00000005 
+ 00016773  0x00001c89 call  0x00007ebf 
+ 00016774  0x00001c8a branch  0x00004286 
+ 00016775  0x00001c8d set1  0x00000025 , 0x00000000 
+ 00016776  0x00001c8e bpatch  0x00000096 , 0x00004032 
+ 00016777  0x00001c8f arg  0x00000014 , 0x00000039 
+ 00016778  0x00001c90 arg  0x00001000 , 0x00000005 
+ 00016779  0x00001c91 call  0x0000497c 
+ 00016780  0x00001c92 arg  0x00001000 , 0x00000011 
+ 00016781  0x00001c93 fetch  0x00000001 , 0x00001000 
+ 00016782  0x00001c94 compare  0x00000012 , 0x0000003f , 0x000000ff 
+ 00016783  0x00001c95 call  0x00006b19 , 0x00000001 
+ 00016784  0x00001c96 fetch  0x00000001 , 0x00001000 
+ 00016785  0x00001c97 compare  0x00000013 , 0x0000003f , 0x000000ff 
+ 00016786  0x00001c98 call  0x00006b45 , 0x00000001 
+ 00016787  0x00001c99 branch  0x00004286 
+ 00016788  0x00001c9f arg  0x00004827 , 0x00000011 
+ 00016789  0x00001ca0 arg  0x00000004 , 0x00000039 
+ 00016790  0x00001ca1 call  0x00004232 
+ 00016791  0x00001ca2 fetch  0x00000001 , 0x00004702 
+ 00016792  0x00001ca3 copy  0x0000003f , 0x00000039 
+ 00016793  0x00001ca4 arg  0x00004703 , 0x00000006 
+ 00016794  0x00001ca5 branch  0x00007f74 
+ 00016795  0x00001ca7 arg  0x00004824 , 0x00000011 
+ 00016796  0x00001ca8 force  0x00000007 , 0x00000039 
+ 00016797  0x00001ca9 call  0x00004232 
+ 00016798  0x00001caa call  0x00005b08 
+ 00016799  0x00001cab ifetch  0x00000001 , 0x00000006 
+ 00016800  0x00001cac copy  0x0000003f , 0x00000039 
+ 00016801  0x00001cad branch  0x00007f74 
+ 00016802  0x00001cb1 arg  0x0000482e , 0x00000011 
+ 00016803  0x00001cb2 arg  0x00000004 , 0x00000039 
+ 00016804  0x00001cb3 call  0x00004232 
+ 00016805  0x00001cb4 arg  0x00004140 , 0x00000011 
+ 00016806  0x00001cb5 call  0x00007e9d 
+ 00016807  0x00001cb6 branch  0x000068fa 
+ 00016808  0x00001cb8 arg  0x0000482b , 0x00000011 
+ 00016809  0x00001cb9 arg  0x00000007 , 0x00000039 
+ 00016810  0x00001cba call  0x00004232 
+ 00016811  0x00001cbb arg  0x000044f9 , 0x00000011 
+ 00016812  0x00001cbc call  0x00007e9d 
+ 00016813  0x00001cbd branch  0x000068fa 
+ 00016814  0x00001cc1 arg  0x00004832 , 0x00000011 
+ 00016815  0x00001cc2 arg  0x00000004 , 0x00000039 
+ 00016816  0x00001cc3 call  0x00004232 
+ 00016817  0x00001cc4 arg  0x00000006 , 0x00000039 
+ 00016818  0x00001cc5 arg  0x00004804 , 0x00000006 
+ 00016819  0x00001cc6 branch  0x00007f74 
+ 00016820  0x00001cc9 arg  0x00004836 , 0x00000011 
+ 00016821  0x00001cca arg  0x00000005 , 0x00000039 
+ 00016822  0x00001ccb call  0x00004232 
+ 00016823  0x00001ccc arg  0x00000003 , 0x00000039 
+ 00016824  0x00001ccd arg  0x0000414a , 0x00000006 
+ 00016825  0x00001cce branch  0x00007f74 
+ 00016826  0x00001cd1 arg  0x00004853 , 0x00000011 
+ 00016827  0x00001cd2 arg  0x00000004 , 0x00000039 
+ 00016828  0x00001cd3 call  0x00004232 
+ 00016829  0x00001cd4 call  0x00006988 
+ 00016830  0x00001cd5 call  0x00004253 
+ 00016831  0x00001cd6 branch  0x000068fa 
+ 00016832  0x00001cda call  0x00006929 
+ 00016833  0x00001cdb arg  0x00004860 , 0x00000011 
+ 00016834  0x00001cdc arg  0x00000004 , 0x00000039 
+ 00016835  0x00001cdd call  0x00004232 
+ 00016836  0x00001cde fetch  0x00000001 , 0x000001b3 
+ 00016837  0x00001cdf beq  0x00000033 , 0x000041c8 
+ 00016838  0x00001ce0 beq  0x00000034 , 0x000041c8 
+ 00016839  0x00001ce1 branch  0x000068fa 
+ 00016840  0x00001ce3 istore  0x00000001 , 0x0000000a 
+ 00016841  0x00001ce4 call  0x0000424e 
+ 00016842  0x00001ce5 arg  0x000001b4 , 0x00000011 
+ 00016843  0x00001ce6 call  0x00007e9d 
+ 00016844  0x00001ce7 branch  0x000068fa 
+ 00016845  0x00001cea set1  0x00000025 , 0x00000000 
+ 00016846  0x00001ceb bpatch  0x00000097 , 0x00004032 
+ 00016847  0x00001cec arg  0x00004864 , 0x00000011 
+ 00016848  0x00001ced arg  0x00000004 , 0x00000039 
+ 00016849  0x00001cee call  0x00004232 
+ 00016850  0x00001cef call  0x000041d4 
+ 00016851  0x00001cf0 branch  0x000068fa 
+ 00016852  0x00001cf2 arg  0x00000018 , 0x00000011 
+ 00016853  0x00001cf3 arg  0x00000001 , 0x00000039 
+ 00016854  0x00001cf4 branch  0x00007e9e 
+ 00016855  0x00001cf7 rtn 
+ 00016856  0x00001cfb arg  0x00004873 , 0x00000011 
+ 00016857  0x00001cfc arg  0x00000005 , 0x00000039 
+ 00016858  0x00001cfd call  0x00004232 
+ 00016859  0x00001cfe arg  0x00004814 , 0x00000011 
+ 00016860  0x00001cff call  0x00007e9d 
+ 00016861  0x00001d00 branch  0x000068fa 
+ 00016862  0x00001d04 arg  0x0000487c , 0x00000011 
+ 00016863  0x00001d05 arg  0x00000007 , 0x00000039 
+ 00016864  0x00001d06 call  0x00004232 
+ 00016865  0x00001d07 fetch  0x00000001 , 0x00004812 
+ 00016866  0x00001d08 copy  0x0000003f , 0x00000011 
+ 00016867  0x00001d09 fetch  0x00000001 , 0x00004040 
+ 00016868  0x00001d0a isolate1  0x00000000 , 0x0000003f 
+ 00016869  0x00001d0b setflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00016870  0x00001d0c isolate1  0x00000001 , 0x0000003f 
+ 00016871  0x00001d0d setflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00016872  0x00001d0e fetch  0x00000001 , 0x00004041 
+ 00016873  0x00001d0f isolate1  0x00000001 , 0x0000003f 
+ 00016874  0x00001d10 setflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00016875  0x00001d11 isolate1  0x00000000 , 0x0000003f 
+ 00016876  0x00001d12 setflag  0x00000001 , 0x00000006 , 0x00000011 
+ 00016877  0x00001d13 copy  0x00000011 , 0x0000003f 
+ 00016878  0x00001d14 istore  0x00000001 , 0x0000000a 
+ 00016879  0x00001d15 branch  0x000068fa 
+ 00016880  0x00001d18 setarg  0x009e8b33 
+ 00016881  0x00001d19 store  0x00000003 , 0x00004147 
+ 00016882  0x00001d1a fetch  0x00000001 , 0x000042a4 
+ 00016883  0x00001d1b set1  0x00000000 , 0x0000003f 
+ 00016884  0x00001d1c store  0x00000001 , 0x000042a4 
+ 00016885  0x00001d1d branch  0x00004636 
+ 00016886  0x00001d20 call  0x00003f3e 
+ 00016887  0x00001d21 fetch  0x00000001 , 0x0000429a 
+ 00016888  0x00001d22 bne  0x00000000 , 0x0000427f 
+ 00016889  0x00001d23 call  0x00003f8a 
+ 00016890  0x00001d24 fetch  0x00000001 , 0x000042a4 
+ 00016891  0x00001d25 set1  0x00000001 , 0x0000003f 
+ 00016892  0x00001d26 store  0x00000001 , 0x000042a4 
+ 00016893  0x00001d27 setarg  0x00000200 
+ 00016894  0x00001d28 store  0x00000002 , 0x0000481a 
+ 00016895  0x00001d29 arg  0x0000486c , 0x00000011 
+ 00016896  0x00001d2a arg  0x00000006 , 0x00000039 
+ 00016897  0x00001d2b call  0x00004232 
+ 00016898  0x00001d2c call  0x00007f74 
+ 00016899  0x00001d2d branch  0x0000428c 
+ 00016900  0x00001d32 arg  0x0000481c , 0x00000011 
+ 00016901  0x00001d33 arg  0x00000004 , 0x00000039 
+ 00016902  0x00001d34 call  0x00004232 
+ 00016903  0x00001d35 fetch  0x00000001 , 0x0000054f 
+ 00016904  0x00001d36 copy  0x0000003f , 0x00000039 
+ 00016905  0x00001d37 arg  0x00000550 , 0x00000006 
+ 00016906  0x00001d38 branch  0x00007f74 
+ 00016907  0x00001d3d arg  0x0000485b , 0x00000011 
+ 00016908  0x00001d3e arg  0x00000005 , 0x00000039 
+ 00016909  0x00001d3f call  0x00004232 
+ 00016910  0x00001d40 call  0x00004247 
+ 00016911  0x00001d41 setarg  0x00000054 
+ 00016912  0x00001d42 istore  0x00000001 , 0x0000000a 
+ 00016913  0x00001d43 call  0x00004244 
+ 00016914  0x00001d44 arg  0x00004280 , 0x00000011 
+ 00016915  0x00001d45 call  0x00007e9b 
+ 00016916  0x00001d46 call  0x00004247 
+ 00016917  0x00001d47 setarg  0x00000041 
+ 00016918  0x00001d48 istore  0x00000001 , 0x0000000a 
+ 00016919  0x00001d49 call  0x00004244 
+ 00016920  0x00001d4a arg  0x00004282 , 0x00000011 
+ 00016921  0x00001d4b call  0x00007e9b 
+ 00016922  0x00001d4c call  0x00004247 
+ 00016923  0x00001d4d setarg  0x0000004f 
+ 00016924  0x00001d4e istore  0x00000001 , 0x0000000a 
+ 00016925  0x00001d4f call  0x00004244 
+ 00016926  0x00001d50 arg  0x00004284 , 0x00000011 
+ 00016927  0x00001d51 call  0x00007e9b 
+ 00016928  0x00001d52 branch  0x00007f74 
+ 00016929  0x00001d54 call  0x00007f6e 
+ 00016930  0x00001d55 call  0x00004247 
+ 00016931  0x00001d56 arg  0x00000182 , 0x00000011 
+ 00016932  0x00001d57 call  0x00007e9d 
+ 00016933  0x00001d58 call  0x0000424e 
+ 00016934  0x00001d59 arg  0x0000017f , 0x00000011 
+ 00016935  0x00001d5a call  0x00007e99 
+ 00016936  0x00001d5b call  0x0000424e 
+ 00016937  0x00001d5c call  0x000041d4 
+ 00016938  0x00001d5d branch  0x000068fa 
+ 00016939  0x00001d69 call  0x0000422d 
+ 00016940  0x00001d6a branch  0x0000497c 
+ 00016941  0x00001d6c call  0x00004269 
+ 00016942  0x00001d6d copy  0x0000003f , 0x00000002 
+ 00016943  0x00001d6e copy  0x0000003f , 0x00000039 
+ 00016944  0x00001d6f copy  0x00000011 , 0x00000005 
+ 00016945  0x00001d70 rtn 
+ 00016946  0x00001d74 call  0x00007f6e 
+ 00016947  0x00001d75 call  0x00004241 
+ 00016948  0x00001d77 copy  0x00000011 , 0x00000006 
+ 00016949  0x00001d78 call  0x00004976 
+ 00016950  0x00001d79 branch  0x00004244 
+ 00016951  0x00001d7d ifetch  0x00000001 , 0x00000003 
+ 00016952  0x00001d7e ifetcht  0x00000001 , 0x00000012 
+ 00016953  0x00001d7f isub  0x00000002 , 0x0000003e 
+ 00016954  0x00001d80 disable  0x00000001 
+ 00016955  0x00001d81 nbranch  0x00004240 , 0x00000005 
+ 00016956  0x00001d82 increase  0x00000001 , 0x00000012 
+ 00016957  0x00001d83 loop  0x00004237 
+ 00016958  0x00001d84 enable  0x00000001 
+ 00016959  0x00001d85 rtn 
+ 00016960  0x00001d87 branch  0x00004251 
+ 00016961  0x00001d8b setarg  0x0000002b 
+ 00016962  0x00001d8c istore  0x00000001 , 0x0000000a 
+ 00016963  0x00001d8d rtn 
+ 00016964  0x00001d90 setarg  0x0000003a 
+ 00016965  0x00001d91 istore  0x00000001 , 0x0000000a 
+ 00016966  0x00001d92 rtn 
+ 00016967  0x00001d96 setarg  0x0000003e 
+ 00016968  0x00001d97 istore  0x00000001 , 0x0000000a 
+ 00016969  0x00001d98 rtn 
+ 00016970  0x00001d9a setarg  0x0000004e 
+ 00016971  0x00001d9b istore  0x00000001 , 0x0000000a 
+ 00016972  0x00001d9c call  0x000068fa 
+ 00016973  0x00001d9d branch  0x00004286 
+ 00016974  0x00001da2 setarg  0x0000002c 
+ 00016975  0x00001da3 istore  0x00000001 , 0x0000000a 
+ 00016976  0x00001da4 rtn 
+ 00016977  0x00001da7 copy  0x00000011 , 0x00000003 
+ 00016978  0x00001da8 rtn 
+ 00016979  0x00001dab arg  0x00000195 , 0x00000013 
+ 00016980  0x00001dac arg  0x00000004 , 0x00000039 
+ 00016981  0x00001dae copy  0x00000039 , 0x0000003f 
+ 00016982  0x00001daf store  0x00000001 , 0x00000161 
+ 00016983  0x00001db0 ifetch  0x00000001 , 0x00000013 
+ 00016984  0x00001db1 beq  0x00000033 , 0x0000425b 
+ 00016985  0x00001db2 beq  0x00000034 , 0x0000425b 
+ 00016986  0x00001db3 branch  0x00004267 
+ 00016987  0x00001db5 call  0x00004247 
+ 00016988  0x00001db6 ifetch  0x00000001 , 0x00000013 
+ 00016989  0x00001db7 istore  0x00000001 , 0x0000000a 
+ 00016990  0x00001db8 increase  0x00000001 , 0x00000013 
+ 00016991  0x00001db9 call  0x0000424e 
+ 00016992  0x00001dba copy  0x00000013 , 0x00000011 
+ 00016993  0x00001dbb call  0x00007e9d 
+ 00016994  0x00001dbd increase  0x00000006 , 0x00000013 
+ 00016995  0x00001dbe fetch  0x00000001 , 0x00000161 
+ 00016996  0x00001dbf copy  0x0000003f , 0x00000039 
+ 00016997  0x00001dc0 loop  0x00004255 
+ 00016998  0x00001dc1 rtn 
+ 00016999  0x00001dc3 increase  0x00000001 , 0x00000013 
+ 00017000  0x00001dc4 branch  0x00004262 
+ 00017001  0x00001dc9 set1  0x00000025 , 0x00000000 
+ 00017002  0x00001dca bpatch  0x00000098 , 0x00004033 
+ 00017003  0x00001dcb hfetch  0x00000002 , 0x00008058 
+ 00017004  0x00001dcc isub  0x00000003 , 0x0000003f 
+ 00017005  0x00001dcd rtn  0x00000005 
+ 00017006  0x00001dce branch  0x00004273 , 0x00000002 
+ 00017007  0x00001dd0 fetcht  0x00000002 , 0x0000480e 
+ 00017008  0x00001dd1 iadd  0x00000002 , 0x0000003f 
+ 00017009  0x00001dd2 increase  0xfffffffe , 0x0000003f 
+ 00017010  0x00001dd3 rtn 
+ 00017011  0x00001dd5 call  0x00004278 
+ 00017012  0x00001dd6 iadd  0x00000003 , 0x00000002 
+ 00017013  0x00001dd7 hfetch  0x00000002 , 0x00008058 
+ 00017014  0x00001dd8 isub  0x00000002 , 0x0000003f 
+ 00017015  0x00001dd9 branch  0x0000426f 
+ 00017016  0x00001ddc arg  0x00004fff , 0x0000003f 
+ 00017017  0x00001ddd increase  0x00000001 , 0x0000003f 
+ 00017018  0x00001dde arg  0x00004a00 , 0x00000002 
+ 00017019  0x00001ddf isub  0x00000002 , 0x0000003f 
+ 00017020  0x00001de0 rtn 
+ 00017021  0x00001de3 fetcht  0x00000002 , 0x0000480e 
+ 00017022  0x00001de4 branch  0x00006903 
+ 00017023  0x00001dea set1  0x00000025 , 0x00000000 
+ 00017024  0x00001deb bpatch  0x00000099 , 0x00004033 
+ 00017025  0x00001dec call  0x00007f6e 
+ 00017026  0x00001ded setarg  0x00525245 
+ 00017027  0x00001dee istore  0x00000003 , 0x0000000a 
+ 00017028  0x00001def call  0x000068fa 
+ 00017029  0x00001df0 branch  0x0000428c 
+ 00017030  0x00001df3 set1  0x00000025 , 0x00000000 
+ 00017031  0x00001df4 bpatch  0x0000009a , 0x00004033 
+ 00017032  0x00001df5 call  0x00007f6e 
+ 00017033  0x00001df6 setarg  0x00004b4f 
+ 00017034  0x00001df7 istore  0x00000002 , 0x0000000a 
+ 00017035  0x00001df8 call  0x000068fa 
+ 00017036  0x00001dfb set1  0x00000025 , 0x00000000 
+ 00017037  0x00001dfc bpatch  0x0000009b , 0x00004033 
+ 00017038  0x00001dfd call  0x0000427d 
+ 00017039  0x00001dff setarg  0x00000000 
+ 00017040  0x00001e00 store  0x00000002 , 0x0000480e 
+ 00017041  0x00001e01 store  0x00000004 , 0x0000480a 
+ 00017042  0x00001e02 rtn 
+ 00017043  0x00001e06 call  0x00007db2 
+ 00017044  0x00001e07 call  0x00003f94 
+ 00017045  0x00001e08 setarg  0x0000429f 
+ 00017046  0x00001e09 store  0x00000002 , 0x0000428c 
+ 00017047  0x00001e0a setarg  0x000042be 
+ 00017048  0x00001e0b store  0x00000002 , 0x00004292 
+ 00017049  0x00001e0c setarg  0x00007cdb 
+ 00017050  0x00001e0d store  0x00000002 , 0x00004290 
+ 00017051  0x00001e0e jam  0x00000005 , 0x0000025a 
+ 00017052  0x00001e0f jam  0x00000000 , 0x0000026e 
+ 00017053  0x00001e10 jam  0x0000001b , 0x00004272 
+ 00017054  0x00001e11 rtn 
+ 00017055  0x00001e15 disable  0x00000001 
+ 00017056  0x00001e16 call  0x00003f3e 
+ 00017057  0x00001e18 jam  0x0000001b , 0x0000041c 
+ 00017058  0x00001e19 fetch  0x00000001 , 0x0000429a 
+ 00017059  0x00001e1a compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00017060  0x00001e1b nrtn  0x00000001 
+ 00017061  0x00001e1c jam  0x00000000 , 0x000043d2 
+ 00017062  0x00001e1d rtn 
+ 00017063  0x00001e20 fetch  0x00000001 , 0x00000340 
+ 00017064  0x00001e21 bbit0  0x00000000 , 0x000042b0 
+ 00017065  0x00001e22 fetch  0x00000006 , 0x00000342 
+ 00017066  0x00001e23 fetcht  0x00000006 , 0x000003d0 
+ 00017067  0x00001e24 isub  0x00000002 , 0x0000003e 
+ 00017068  0x00001e25 nrtn  0x00000005 
+ 00017069  0x00001e27 fetch  0x00000006 , 0x000003d0 
+ 00017070  0x00001e28 store  0x00000006 , 0x000044e7 
+ 00017071  0x00001e29 rtn 
+ 00017072  0x00001e2c arg  0x000000ff , 0x00000011 
+ 00017073  0x00001e2d call  0x00005b52 
+ 00017074  0x00001e2e nrtn  0x00000005 
+ 00017075  0x00001e2f ifetch  0x00000002 , 0x00000006 
+ 00017076  0x00001e30 fetcht  0x00000002 , 0x00000270 
+ 00017077  0x00001e31 isub  0x00000002 , 0x0000003e 
+ 00017078  0x00001e32 nrtn  0x00000005 
+ 00017079  0x00001e33 fetch  0x00000001 , 0x0000026e 
+ 00017080  0x00001e34 increase  0x00000001 , 0x0000003f 
+ 00017081  0x00001e35 store  0x00000001 , 0x0000026e 
+ 00017082  0x00001e36 fetcht  0x00000001 , 0x0000026f 
+ 00017083  0x00001e37 isub  0x00000002 , 0x0000003e 
+ 00017084  0x00001e38 branch  0x000042ad , 0x00000002 
+ 00017085  0x00001e39 rtn 
+ 00017086  0x00001e3c copy  0x00000013 , 0x0000003f 
+ 00017087  0x00001e3d beq  0x00000015 , 0x000042c5 
+ 00017088  0x00001e3e beq  0x00000014 , 0x000042d7 
+ 00017089  0x00001e3f and  0x0000003f , 0x0000000f , 0x00000002 
+ 00017090  0x00001e40 and_into  0x000000f0 , 0x0000003f 
+ 00017091  0x00001e41 beq  0x00000050 , 0x000042cd 
+ 00017092  0x00001e42 rtn 
+ 00017093  0x00001e45 setarg  0x00000000 
+ 00017094  0x00001e46 store  0x00000006 , 0x000044e7 
+ 00017095  0x00001e47 jam  0x00000000 , 0x0000026e 
+ 00017096  0x00001e48 setarg  0x00000000 
+ 00017097  0x00001e49 store  0x00000005 , 0x00000ff1 
+ 00017098  0x00001e4a jam  0x00000001 , 0x00000ff0 
+ 00017099  0x00001e4b call  0x00007cdb 
+ 00017100  0x00001e4c branch  0x00003f8a 
+ 00017101  0x00001e4f rtn 
+ 00017102  0x00001e50 fetch  0x00000001 , 0x000043d2 
+ 00017103  0x00001e51 rtn  0x00000034 
+ 00017104  0x00001e52 fetch  0x00000001 , 0x0000025a 
+ 00017105  0x00001e53 rtn  0x00000034 
+ 00017106  0x00001e54 increase  0xffffffff , 0x0000003f 
+ 00017107  0x00001e55 store  0x00000001 , 0x0000025a 
+ 00017108  0x00001e56 nrtn  0x00000034 
+ 00017109  0x00001e57 call  0x000042d8 
+ 00017110  0x00001e58 branch  0x00003f8e 
+ 00017111  0x00001e5c branch  0x00003f8c 
+ 00017112  0x00001e60 jam  0x00000005 , 0x0000025a 
+ 00017113  0x00001e61 fetch  0x00000001 , 0x00000267 
+ 00017114  0x00001e62 beq  0x00000001 , 0x000042e1 
+ 00017115  0x00001e63 beq  0x00000002 , 0x000042dd 
+ 00017116  0x00001e64 rtn 
+ 00017117  0x00001e66 fetch  0x00000006 , 0x0000025b 
+ 00017118  0x00001e67 store  0x00000006 , 0x00000268 
+ 00017119  0x00001e68 jam  0x00000001 , 0x00000267 
+ 00017120  0x00001e69 rtn 
+ 00017121  0x00001e6b fetch  0x00000006 , 0x00000261 
+ 00017122  0x00001e6c store  0x00000006 , 0x00000268 
+ 00017123  0x00001e6d jam  0x00000002 , 0x00000267 
+ 00017124  0x00001e6e rtn 
+ 00017125  0x00001e72 ifetch  0x00000002 , 0x00000003 
+ 00017126  0x00001e73 branch  0x00004490 , 0x00000034 
+ 00017127  0x00001e74 iforce  0x00000013 
+ 00017128  0x00001e75 ifetch  0x00000001 , 0x00000003 
+ 00017129  0x00001e76 store  0x00000001 , 0x00000293 
+ 00017130  0x00001e77 iforce  0x00000011 
+ 00017131  0x00001e78 bbit0  0x00000006 , 0x000042ed 
+ 00017132  0x00001e79 increase  0xfffffffe , 0x00000013 
+ 00017133  0x00001e7b ifetch  0x00000002 , 0x00000003 
+ 00017134  0x00001e7c rshift4  0x0000003f , 0x00000039 
+ 00017135  0x00001e7d and  0x0000003f , 0x0000000f , 0x00000008 
+ 00017136  0x00001e7e iadd  0x00000011 , 0x00000011 
+ 00017137  0x00001e7f rshift8  0x0000003f , 0x0000003f 
+ 00017138  0x00001e80 iadd  0x00000011 , 0x00000011 
+ 00017139  0x00001e81 ifetch  0x00000001 , 0x00000003 
+ 00017140  0x00001e82 iadd  0x00000011 , 0x0000003f 
+ 00017141  0x00001e83 bne  0x000000ff , 0x00004319 
+ 00017142  0x00001e84 add  0x00000013 , 0xfffffffc , 0x0000003f 
+ 00017143  0x00001e85 isub  0x00000039 , 0x0000003e 
+ 00017144  0x00001e86 nbranch  0x00004316 , 0x00000005 
+ 00017145  0x00001e87 fetch  0x00000001 , 0x00000293 
+ 00017146  0x00001e88 isolate0  0x00000007 , 0x0000003f 
+ 00017147  0x00001e89 branch  0x00004302 , 0x00000001 
+ 00017148  0x00001e8a set0  0x0000001b , 0x00000000 
+ 00017149  0x00001e8b bmark1  0x0000001b , 0x00004302 
+ 00017150  0x00001e8c and_into  0x00000007 , 0x0000003f 
+ 00017151  0x00001e8d fetcht  0x00000001 , 0x0000028c 
+ 00017152  0x00001e8e isub  0x00000002 , 0x0000003e 
+ 00017153  0x00001e8f nbranch  0x00004316 , 0x00000005 
+ 00017154  0x00001e91 setarg  0x00000640 
+ 00017155  0x00001e92 force  0x00000007 , 0x00000007 
+ 00017156  0x00001e93 call  0x00007e4c 
+ 00017157  0x00001e94 deposit  0x00000008 
+ 00017158  0x00001e95 call  0x00004320 
+ 00017159  0x00001e96 rtn  0x00000028 
+ 00017160  0x00001e97 fetch  0x00000001 , 0x00000293 
+ 00017161  0x00001e98 iforce  0x00000011 
+ 00017162  0x00001e99 rshift3  0x0000003f , 0x00000002 
+ 00017163  0x00001e9a and_into  0x00000007 , 0x00000002 
+ 00017164  0x00001e9b fetch  0x00000001 , 0x0000028b 
+ 00017165  0x00001e9c isub  0x00000002 , 0x0000003f 
+ 00017166  0x00001e9d sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017167  0x00001e9e and_into  0x00000007 , 0x0000003f 
+ 00017168  0x00001e9f bne  0x00000001 , 0x00004316 
+ 00017169  0x00001ea0 storet  0x00000001 , 0x0000028b 
+ 00017170  0x00001ea1 fetch  0x00000001 , 0x00000272 
+ 00017171  0x00001ea2 increase  0x00000001 , 0x0000003f 
+ 00017172  0x00001ea3 store  0x00000001 , 0x00000272 
+ 00017173  0x00001ea4 branch  0x00004319 
+ 00017174  0x00001ea7 fetch  0x00000001 , 0x00000273 
+ 00017175  0x00001ea8 increase  0x00000001 , 0x0000003f 
+ 00017176  0x00001ea9 store  0x00000001 , 0x00000273 
+ 00017177  0x00001eab hfetch  0x00000002 , 0x00008058 
+ 00017178  0x00001eac iforce  0x00000003 
+ 00017179  0x00001ead ifetch  0x00000002 , 0x00000003 
+ 00017180  0x00001eae iadd  0x00000003 , 0x00000003 
+ 00017181  0x00001eaf deposit  0x00000003 
+ 00017182  0x00001eb0 hstore  0x00000002 , 0x00008058 
+ 00017183  0x00001eb1 rtn 
+ 00017184  0x00001eb4 disable  0x00000028 
+ 00017185  0x00001eb5 rtn  0x00000034 
+ 00017186  0x00001eb6 beq  0x00000001 , 0x00004328 
+ 00017187  0x00001eb7 beq  0x00000002 , 0x00004346 
+ 00017188  0x00001eb8 beq  0x00000005 , 0x00004507 
+ 00017189  0x00001eb9 beq  0x00000006 , 0x000044dd 
+ 00017190  0x00001eba beq  0x00000008 , 0x00004a56 
+ 00017191  0x00001ebb rtn 
+ 00017192  0x00001ebe set0  0x00000018 , 0x00000000 
+ 00017193  0x00001ebf ifetch  0x00000001 , 0x00000003 
+ 00017194  0x00001ec0 beq  0x000000da , 0x0000432f 
+ 00017195  0x00001ec1 beq  0x000000ac , 0x00004336 
+ 00017196  0x00001ec2 beq  0x000000ad , 0x0000433a 
+ 00017197  0x00001ec3 beq  0x000000de , 0x00004344 
+ 00017198  0x00001ec4 rtn 
+ 00017199  0x00001ec6 bmark1  0x00000017 , 0x00004333 
+ 00017200  0x00001ec7 force  0x000000da , 0x00000002 
+ 00017201  0x00001ec8 setarg  0x00ededdc 
+ 00017202  0x00001ec9 call  0x0000433c 
+ 00017203  0x00001ecb force  0x000000ac , 0x00000002 
+ 00017204  0x00001ecc setarg  0x00eeefaf 
+ 00017205  0x00001ecd branch  0x0000433c 
+ 00017206  0x00001ecf set1  0x00000017 , 0x00000000 
+ 00017207  0x00001ed0 force  0x000000ad , 0x00000002 
+ 00017208  0x00001ed1 setarg  0x00edacef 
+ 00017209  0x00001ed2 branch  0x0000433c 
+ 00017210  0x00001ed4 force  0x000000de , 0x00000002 
+ 00017211  0x00001ed5 setarg  0x00d0d0ad 
+ 00017212  0x00001ed7 lshift8  0x0000003f , 0x0000003f 
+ 00017213  0x00001ed8 ior  0x00000002 , 0x00000002 
+ 00017214  0x00001ed9 call  0x00004972 
+ 00017215  0x00001eda istoret  0x00000004 , 0x0000000a 
+ 00017216  0x00001edb force  0x00000001 , 0x00000007 
+ 00017217  0x00001edc force  0x00000004 , 0x00000039 
+ 00017218  0x00001edd set0  0x00000013 , 0x00000000 
+ 00017219  0x00001ede branch  0x00004378 
+ 00017220  0x00001ee0 force  0x00000000 , 0x00000030 
+ 00017221  0x00001ee1 branch  0x00004933 
+ 00017222  0x00001ee4 copy  0x00000039 , 0x00000030 
+ 00017223  0x00001ee5 call  0x00004371 
+ 00017224  0x00001ee6 force  0x00000000 , 0x00000012 
+ 00017225  0x00001ee7 call  0x00004972 
+ 00017226  0x00001ee8 copy  0x00000030 , 0x00000039 
+ 00017227  0x00001ee9 ifetch  0x00000001 , 0x00000003 
+ 00017228  0x00001eea setarg  0x00000001 
+ 00017229  0x00001eeb istore  0x00000001 , 0x0000000a 
+ 00017230  0x00001eec set0  0x0000001a , 0x00000000 
+ 00017231  0x00001eee ifetch  0x00000001 , 0x00000003 
+ 00017232  0x00001eef increase  0x00000001 , 0x00000012 
+ 00017233  0x00001ef0 beq  0x0000001c , 0x0000435b 
+ 00017234  0x00001ef1 compare  0x00000004 , 0x00000012 , 0x000000ff 
+ 00017235  0x00001ef2 nbranch  0x0000435d , 0x00000001 
+ 00017236  0x00001ef3 setflag  0x00000034 , 0x0000001a , 0x00000000 
+ 00017237  0x00001ef4 bne  0x0000003a , 0x0000435d 
+ 00017238  0x00001ef5 setarg  0x000007d0 
+ 00017239  0x00001ef6 force  0x00000000 , 0x00000007 
+ 00017240  0x00001ef7 call  0x00007e4c 
+ 00017241  0x00001ef8 set1  0x00000018 , 0x00000000 
+ 00017242  0x00001ef9 rtn 
+ 00017243  0x00001efc compare  0x00000006 , 0x00000012 , 0x000000ff 
+ 00017244  0x00001efd branch  0x00004366 , 0x00000001 
+ 00017245  0x00001eff isolate1  0x0000001a , 0x00000000 
+ 00017246  0x00001f00 call  0x00004368 , 0x00000001 
+ 00017247  0x00001f01 istore  0x00000001 , 0x0000000a 
+ 00017248  0x00001f02 loop  0x0000434f 
+ 00017249  0x00001f03 set0  0x00000019 , 0x00000000 
+ 00017250  0x00001f04 copy  0x00000030 , 0x00000039 
+ 00017251  0x00001f05 set1  0x00000013 , 0x00000000 
+ 00017252  0x00001f06 force  0x00000002 , 0x00000007 
+ 00017253  0x00001f07 branch  0x00004378 
+ 00017254  0x00001f09 set1  0x00000019 , 0x00000000 
+ 00017255  0x00001f0a branch  0x0000435d 
+ 00017256  0x00001f0d rtnmark1  0x00000019 
+ 00017257  0x00001f0e compare  0x0000000a , 0x00000012 , 0x000000ff 
+ 00017258  0x00001f0f branch  0x0000436f , 0x00000001 
+ 00017259  0x00001f10 compare  0x0000000b , 0x00000012 , 0x000000ff 
+ 00017260  0x00001f11 nrtn  0x00000001 
+ 00017261  0x00001f12 setarg  0x00000012 
+ 00017262  0x00001f13 rtn 
+ 00017263  0x00001f15 setarg  0x000000e9 
+ 00017264  0x00001f16 rtn 
+ 00017265  0x00001f19 fetch  0x00000001 , 0x00000293 
+ 00017266  0x00001f1a increase  0x00000001 , 0x0000003f 
+ 00017267  0x00001f1b and_into  0x00000007 , 0x0000003f 
+ 00017268  0x00001f1c store  0x00000001 , 0x0000028c 
+ 00017269  0x00001f1d force  0x00000000 , 0x00000039 
+ 00017270  0x00001f1e force  0x00000000 , 0x00000007 
+ 00017271  0x00001f1f set0  0x00000013 , 0x00000000 
+ 00017272  0x00001f22 add  0x00000039 , 0x00000004 , 0x00000012 
+ 00017273  0x00001f23 fetch  0x00000001 , 0x0000028c 
+ 00017274  0x00001f24 lshift3  0x0000003f , 0x00000013 
+ 00017275  0x00001f25 isolate0  0x00000014 , 0x00000000 
+ 00017276  0x00001f26 nsetflag  0x00000001 , 0x00000006 , 0x00000013 
+ 00017277  0x00001f27 branch  0x0000437f , 0x00000001 
+ 00017278  0x00001f28 increase  0x00000002 , 0x00000012 
+ 00017279  0x00001f2a bmark0  0x00000013 , 0x00004389 
+ 00017280  0x00001f2b set1  0x00000007 , 0x00000013 
+ 00017281  0x00001f2c fetch  0x00000001 , 0x00000294 
+ 00017282  0x00001f2d ior  0x00000013 , 0x00000013 
+ 00017283  0x00001f2e increase  0x00000001 , 0x0000003f 
+ 00017284  0x00001f2f and_into  0x00000007 , 0x0000003f 
+ 00017285  0x00001f30 store  0x00000001 , 0x00000294 
+ 00017286  0x00001f31 fetch  0x00000001 , 0x00000274 
+ 00017287  0x00001f32 increase  0x00000001 , 0x0000003f 
+ 00017288  0x00001f33 store  0x00000001 , 0x00000274 
+ 00017289  0x00001f35 fetch  0x00000002 , 0x0000028f 
+ 00017290  0x00001f36 iforce  0x0000000a 
+ 00017291  0x00001f37 deposit  0x00000012 
+ 00017292  0x00001f38 isolate1  0x00000013 , 0x00000000 
+ 00017293  0x00001f39 setflag  0x00000001 , 0x0000000f , 0x0000003f 
+ 00017294  0x00001f3a istore  0x00000002 , 0x0000000a 
+ 00017295  0x00001f3b copy  0x0000000a , 0x00000011 
+ 00017296  0x00001f3c deposit  0x00000013 
+ 00017297  0x00001f3d istore  0x00000001 , 0x0000000a 
+ 00017298  0x00001f3e lshift4  0x00000039 , 0x0000003f 
+ 00017299  0x00001f3f ior  0x00000007 , 0x0000003f 
+ 00017300  0x00001f40 iadd  0x00000013 , 0x00000013 
+ 00017301  0x00001f41 istore  0x00000002 , 0x0000000a 
+ 00017302  0x00001f42 rshift8  0x0000003f , 0x0000003f 
+ 00017303  0x00001f43 iadd  0x00000013 , 0x0000003f 
+ 00017304  0x00001f44 sub  0x0000003f , 0x000000ff , 0x0000003f 
+ 00017305  0x00001f45 istore  0x00000001 , 0x0000000a 
+ 00017306  0x00001f46 bmark0  0x00000014 , 0x0000439f 
+ 00017307  0x00001f47 increase  0x00000004 , 0x00000039 
+ 00017308  0x00001f48 copy  0x00000011 , 0x0000000a 
+ 00017309  0x00001f49 call  0x00004986 
+ 00017310  0x00001f4a istore  0x00000002 , 0x0000000a 
+ 00017311  0x00001f4c fetch  0x00000002 , 0x0000028f 
+ 00017312  0x00001f4d iadd  0x00000012 , 0x0000000a 
+ 00017313  0x00001f4e increase  0x00000002 , 0x0000000a 
+ 00017314  0x00001f4f deposit  0x0000000a 
+ 00017315  0x00001f50 store  0x00000002 , 0x0000028f 
+ 00017316  0x00001f51 hstore  0x00000002 , 0x0000805e 
+ 00017317  0x00001f52 fetcht  0x00000002 , 0x0000028d 
+ 00017318  0x00001f53 call  0x000043d8 
+ 00017319  0x00001f54 call  0x000043ab 
+ 00017320  0x00001f55 setarg  0x00000640 
+ 00017321  0x00001f56 force  0x00000007 , 0x00000007 
+ 00017322  0x00001f57 branch  0x00007e4c 
+ 00017323  0x00001f5a setarg  0x00000190 
+ 00017324  0x00001f5b force  0x00000001 , 0x00000007 
+ 00017325  0x00001f5c call  0x00007e4c 
+ 00017326  0x00001f5d set1  0x00000015 , 0x00000000 
+ 00017327  0x00001f5e rtn 
+ 00017328  0x00001f61 rtnmark0  0x00000015 
+ 00017329  0x00001f62 force  0x00000001 , 0x00000007 
+ 00017330  0x00001f63 call  0x00007e53 
+ 00017331  0x00001f64 nrtn  0x00000034 
+ 00017332  0x00001f65 fetch  0x00000002 , 0x0000028d 
+ 00017333  0x00001f66 hstore  0x00000002 , 0x00008060 
+ 00017334  0x00001f67 branch  0x000043ab 
+ 00017335  0x00001f6a fetch  0x00000002 , 0x0000028f 
+ 00017336  0x00001f6b fetcht  0x00000002 , 0x0000028d 
+ 00017337  0x00001f6c isub  0x00000002 , 0x0000003e 
+ 00017338  0x00001f6d branch  0x000043d6 , 0x00000005 
+ 00017339  0x00001f6e copy  0x00000002 , 0x0000000a 
+ 00017340  0x00001f6f ifetch  0x00000002 , 0x0000000a 
+ 00017341  0x00001f70 iforce  0x00000011 
+ 00017342  0x00001f71 iand  0x00000035 , 0x0000003f 
+ 00017343  0x00001f72 iadd  0x0000000a , 0x0000000a 
+ 00017344  0x00001f73 hfetch  0x00000002 , 0x00008110 
+ 00017345  0x00001f74 isub  0x0000000a , 0x0000003f 
+ 00017346  0x00001f75 iand  0x00000035 , 0x00000012 
+ 00017347  0x00001f76 fetch  0x00000002 , 0x0000028f 
+ 00017348  0x00001f77 isub  0x0000000a , 0x0000003f 
+ 00017349  0x00001f78 iand  0x00000035 , 0x0000003f 
+ 00017350  0x00001f79 isub  0x00000012 , 0x0000003f 
+ 00017351  0x00001f7a nrtn  0x00000002 
+ 00017352  0x00001f7b isolate0  0x0000000f , 0x00000011 
+ 00017353  0x00001f7c branch  0x000043d1 , 0x00000001 
+ 00017354  0x00001f7d fetch  0x00000001 , 0x00000272 
+ 00017355  0x00001f7e rtn  0x00000034 
+ 00017356  0x00001f7f increase  0xffffffff , 0x0000003f 
+ 00017357  0x00001f80 store  0x00000001 , 0x00000272 
+ 00017358  0x00001f81 fetch  0x00000001 , 0x00000274 
+ 00017359  0x00001f82 increase  0xffffffff , 0x0000003f 
+ 00017360  0x00001f83 store  0x00000001 , 0x00000274 
+ 00017361  0x00001f85 copy  0x0000000a , 0x00000002 
+ 00017362  0x00001f86 storet  0x00000002 , 0x0000028d 
+ 00017363  0x00001f87 fetch  0x00000002 , 0x0000028f 
+ 00017364  0x00001f88 call  0x000043d8 
+ 00017365  0x00001f89 branch  0x000043b7 
+ 00017366  0x00001f8b set0  0x00000015 , 0x00000000 
+ 00017367  0x00001f8c rtn 
+ 00017368  0x00001f8f isub  0x00000002 , 0x0000003f 
+ 00017369  0x00001f90 iand  0x00000035 , 0x0000003f 
+ 00017370  0x00001f91 isub  0x00000035 , 0x0000003f 
+ 00017371  0x00001f92 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017372  0x00001f93 store  0x00000002 , 0x00000291 
+ 00017373  0x00001f94 rtn 
+ 00017374  0x00001f97 fetch  0x00000002 , 0x0000028f 
+ 00017375  0x00001f98 iadd  0x0000000a , 0x0000000a 
+ 00017376  0x00001f99 rtn 
+ 00017377  0x00001f9e rtn 
+ 00017378  0x00001fa1 set1  0x00000025 , 0x00000000 
+ 00017379  0x00001fa2 bpatch  0x000000ec , 0x0000403d 
+ 00017380  0x00001fa3 fetch  0x00000001 , 0x00004272 
+ 00017381  0x00001fa4 nrtn  0x00000034 
+ 00017382  0x00001fa6 call  0x000043e9 
+ 00017383  0x00001fa7 ncall  0x0000440e , 0x00000028 
+ 00017384  0x00001fa8 rtn 
+ 00017385  0x00001fab set1  0x00000025 , 0x00000000 
+ 00017386  0x00001fac bpatch  0x000000ed , 0x0000403d 
+ 00017387  0x00001fad copy  0x00000003 , 0x00000011 
+ 00017388  0x00001fae arg  0x00000004 , 0x00000002 
+ 00017389  0x00001faf ifetch  0x00000001 , 0x00000003 
+ 00017390  0x00001fb0 beq  0x00000001 , 0x000043f4 
+ 00017391  0x00001fb1 increase  0x00000001 , 0x00000002 
+ 00017392  0x00001fb2 beq  0x00000002 , 0x000043f4 
+ 00017393  0x00001fb3 copy  0x00000003 , 0x0000003f 
+ 00017394  0x00001fb4 hstore  0x00000002 , 0x00008058 
+ 00017395  0x00001fb5 rtn 
+ 00017396  0x00001fb7 hfetch  0x00000002 , 0x00008112 
+ 00017397  0x00001fb8 isub  0x00000002 , 0x0000003e 
+ 00017398  0x00001fb9 nbranch  0x000043f4 , 0x00000002 
+ 00017399  0x00001fbb disable  0x00000028 
+ 00017400  0x00001fbc copy  0x00000011 , 0x00000003 
+ 00017401  0x00001fbd call  0x00004417 
+ 00017402  0x00001fbe iadd  0x00000002 , 0x00000002 
+ 00017403  0x00001fc0 hfetch  0x00000002 , 0x00008112 
+ 00017404  0x00001fc1 isub  0x00000002 , 0x0000003e 
+ 00017405  0x00001fc2 nbranch  0x000043fb , 0x00000002 
+ 00017406  0x00001fc3 copy  0x00000011 , 0x00000003 
+ 00017407  0x00001fc4 ifetch  0x00000001 , 0x00000003 
+ 00017408  0x00001fc5 beq  0x00000001 , 0x00004507 
+ 00017409  0x00001fc6 beq  0x00000002 , 0x00004403 
+ 00017410  0x00001fc7 branch  0x00003bf1 
+ 00017411  0x00001fc9 set1  0x00000025 , 0x00000000 
+ 00017412  0x00001fca bpatch  0x000000ee , 0x0000403d 
+ 00017413  0x00001fcb copy  0x00000003 , 0x00000011 
+ 00017414  0x00001fcc ifetch  0x00000002 , 0x00000003 
+ 00017415  0x00001fcd copy  0x00000011 , 0x00000003 
+ 00017416  0x00001fce fetcht  0x00000001 , 0x00000046 
+ 00017417  0x00001fcf icompare  0x000000ff , 0x00000002 
+ 00017418  0x00001fd0 branch  0x000044dd , 0x00000001 
+ 00017419  0x00001fd1 branch  0x000058ea , 0x00000036 
+ 00017420  0x00001fd2 enable  0x00000028 
+ 00017421  0x00001fd3 rtn 
+ 00017422  0x00001fd5 set1  0x00000025 , 0x00000000 
+ 00017423  0x00001fd6 bpatch  0x000000ef , 0x0000403d 
+ 00017424  0x00001fd7 hfetch  0x00000002 , 0x00008058 
+ 00017425  0x00001fd8 iforce  0x00000003 
+ 00017426  0x00001fd9 call  0x00004417 
+ 00017427  0x00001fda iadd  0x00000003 , 0x00000003 
+ 00017428  0x00001fdb deposit  0x00000003 
+ 00017429  0x00001fdc hstore  0x00000002 , 0x00008058 
+ 00017430  0x00001fdd rtn 
+ 00017431  0x00001fe3 ifetch  0x00000001 , 0x00000003 
+ 00017432  0x00001fe4 increase  0x00000002 , 0x00000003 
+ 00017433  0x00001fe5 beq  0x00000002 , 0x0000441c 
+ 00017434  0x00001fe6 ifetch  0x00000001 , 0x00000003 
+ 00017435  0x00001fe7 rtn 
+ 00017436  0x00001fe9 ifetch  0x00000002 , 0x00000003 
+ 00017437  0x00001fea rtn 
+ 00017438  0x00001fed hfetch  0x00000002 , 0x0000805e 
+ 00017439  0x00001fee increase  0xfffffffb , 0x0000000a 
+ 00017440  0x00001fef iadd  0x0000000a , 0x0000000a 
+ 00017441  0x00001ff0 rtn 
+ 00017442  0x00001ff3 arg  0x00000004 , 0x00000002 
+ 00017443  0x00001ff4 branch  0x00004425 
+ 00017444  0x00001ff6 arg  0x00000002 , 0x00000002 
+ 00017445  0x00001ff8 set1  0x00000025 , 0x00000000 
+ 00017446  0x00001ff9 bpatch  0x000000f0 , 0x0000403e 
+ 00017447  0x00001ffa increase  0x00000001 , 0x00000039 
+ 00017448  0x00001ffb hfetch  0x00000002 , 0x0000805e 
+ 00017449  0x00001ffc copy  0x0000003f , 0x0000000a 
+ 00017450  0x00001ffd copy  0x00000039 , 0x0000003f 
+ 00017451  0x00001ffe istoret  0x00000001 , 0x0000000a 
+ 00017452  0x00001fff increase  0xffffffff , 0x0000003f 
+ 00017453  0x00002000 iadd  0x0000000a , 0x0000000a 
+ 00017454  0x00002001 copy  0x0000000a , 0x0000003f 
+ 00017455  0x00002002 store  0x00000002 , 0x0000029d 
+ 00017456  0x00002003 copy  0x00000002 , 0x0000003f 
+ 00017457  0x00002004 rtneq  0x00000002 
+ 00017458  0x00002005 fetch  0x00000002 , 0x0000029d 
+ 00017459  0x00002006 hstore  0x00000002 , 0x0000805e 
+ 00017460  0x00002007 branch  0x0000443b 
+ 00017461  0x0000200a set1  0x00000025 , 0x00000000 
+ 00017462  0x0000200b bpatch  0x000000f1 , 0x0000403e 
+ 00017463  0x0000200c fetch  0x00000002 , 0x0000029d 
+ 00017464  0x0000200d branch  0x00003bf1 , 0x00000034 
+ 00017465  0x0000200e hstore  0x00000002 , 0x0000805e 
+ 00017466  0x0000200f branch  0x0000443b 
+ 00017467  0x00002012 setarg  0x00000000 
+ 00017468  0x00002013 store  0x00000002 , 0x0000029d 
+ 00017469  0x00002014 rtn 
+ 00017470  0x00002017 hfetcht  0x00000002 , 0x00008110 
+ 00017471  0x00002018 hfetch  0x00000002 , 0x0000805e 
+ 00017472  0x00002019 isub  0x00000002 , 0x00000011 
+ 00017473  0x0000201a nbranch  0x00004447 , 0x00000002 
+ 00017474  0x0000201b hfetcht  0x00000002 , 0x0000805a 
+ 00017475  0x0000201c hfetch  0x00000002 , 0x0000805c 
+ 00017476  0x0000201d isub  0x00000002 , 0x0000003f 
+ 00017477  0x0000201e isub  0x00000011 , 0x00000002 
+ 00017478  0x0000201f rtn 
+ 00017479  0x00002021 sub  0x00000011 , 0xffffffff , 0x00000002 
+ 00017480  0x00002022 rtn 
+ 00017481  0x00002028 set0  0x00000025 , 0x00000000 
+ 00017482  0x00002029 bpatch  0x000000cd , 0x00004019 
+ 00017483  0x0000202a fetch  0x00000001 , 0x00004132 
+ 00017484  0x0000202b rtnne  0x00000001 
+ 00017485  0x0000202c call  0x000044a3 
+ 00017486  0x0000202d call  0x00004494 
+ 00017487  0x0000202e call  0x000043b0 , 0x00000001 
+ 00017488  0x0000202f call  0x00004494 
+ 00017489  0x00002030 call  0x000043b7 , 0x00000001 
+ 00017490  0x00002031 branch  0x000044e6 
+ 00017491  0x00002032 rtnmark0  0x00000018 
+ 00017492  0x00002033 force  0x00000000 , 0x00000007 
+ 00017493  0x00002034 call  0x00007e53 
+ 00017494  0x00002035 nrtn  0x00000034 
+ 00017495  0x00002036 call  0x00004472 
+ 00017496  0x00002037 call  0x00004494 
+ 00017497  0x00002038 nrtn  0x00000001 
+ 00017498  0x00002039 set0  0x00000017 , 0x00000000 
+ 00017499  0x0000203a force  0x000000da , 0x00000002 
+ 00017500  0x0000203b setarg  0x00ededdc 
+ 00017501  0x0000203c call  0x0000433c 
+ 00017502  0x0000203d setarg  0x000007d0 
+ 00017503  0x0000203e force  0x00000000 , 0x00000007 
+ 00017504  0x0000203f branch  0x00007e4c 
+ 00017505  0x00002043 set0  0x00000025 , 0x00000000 
+ 00017506  0x00002044 bpatch  0x000000ce , 0x00004019 
+ 00017507  0x00002045 rtn  0x0000002b 
+ 00017508  0x00002046 setarg  0x00004aed 
+ 00017509  0x00002047 store  0x00000002 , 0x00004290 
+ 00017510  0x00002049 setarg  0x000001a0 
+ 00017511  0x0000204a store  0x00000002 , 0x000042ac 
+ 00017512  0x0000204c set0  0x00000025 , 0x00000000 
+ 00017513  0x0000204d bpatch  0x000000cf , 0x00004019 
+ 00017514  0x0000204e call  0x00006a0d 
+ 00017515  0x0000204f setarg  0x00001800 
+ 00017516  0x00002050 hstore  0x00000002 , 0x00008054 
+ 00017517  0x00002051 setarg  0x00001bff 
+ 00017518  0x00002052 hstore  0x00000002 , 0x00008056 
+ 00017519  0x00002053 setarg  0x00001c00 
+ 00017520  0x00002054 hstore  0x00000002 , 0x0000805a 
+ 00017521  0x00002055 call  0x00004489 
+ 00017522  0x00002057 set0  0x00000025 , 0x00000000 
+ 00017523  0x00002058 bpatch  0x000000d0 , 0x0000401a 
+ 00017524  0x00002059 hjam  0x00000000 , 0x00008062 
+ 00017525  0x0000205a jam  0x00000000 , 0x0000028b 
+ 00017526  0x0000205b jam  0x00000000 , 0x0000028c 
+ 00017527  0x0000205c jam  0x00000000 , 0x00000294 
+ 00017528  0x0000205d setarg  0x00001c00 
+ 00017529  0x0000205e store  0x00000002 , 0x0000028f 
+ 00017530  0x0000205f store  0x00000002 , 0x0000028d 
+ 00017531  0x00002060 hstore  0x00000002 , 0x0000805e 
+ 00017532  0x00002061 hstore  0x00000002 , 0x00008060 
+ 00017533  0x00002062 setarg  0x00001800 
+ 00017534  0x00002063 hstore  0x00000002 , 0x00008058 
+ 00017535  0x00002064 store  0x00000002 , 0x00000289 
+ 00017536  0x00002066 set0  0x00000025 , 0x00000000 
+ 00017537  0x00002067 bpatch  0x000000d1 , 0x0000401a 
+ 00017538  0x00002068 hfetch  0x00000002 , 0x00008050 
+ 00017539  0x00002069 set0  0x0000000f , 0x0000003f 
+ 00017540  0x0000206a hstore  0x00000002 , 0x00008050 
+ 00017541  0x0000206b call  0x00006909 
+ 00017542  0x0000206c hjam  0x00000001 , 0x00008043 
+ 00017543  0x0000206d hjam  0x00000081 , 0x00008062 
+ 00017544  0x0000206e branch  0x00004497 
+ 00017545  0x00002071 setarg  0x00001fff 
+ 00017546  0x00002072 hstore  0x00000002 , 0x0000805c 
+ 00017547  0x00002073 hfetch  0x00000001 , 0x00008081 
+ 00017548  0x00002074 or_into  0x00000007 , 0x0000003f 
+ 00017549  0x00002075 hstore  0x00000001 , 0x00008081 
+ 00017550  0x00002076 jam  0x000000ff , 0x0000029f 
+ 00017551  0x00002077 rtn 
+ 00017552  0x0000207a hfetch  0x00000002 , 0x00008116 
+ 00017553  0x0000207b hstore  0x00000002 , 0x00008058 
+ 00017554  0x0000207c set1  0x0000001b , 0x00000000 
+ 00017555  0x0000207d rtn 
+ 00017556  0x00002081 hfetch  0x00000001 , 0x00008062 
+ 00017557  0x00002082 isolate1  0x00000003 , 0x0000003f 
+ 00017558  0x00002083 rtn 
+ 00017559  0x00002086 setarg  0x00004803 
+ 00017560  0x00002087 store  0x00000002 , 0x00000295 
+ 00017561  0x00002088 store  0x00000002 , 0x00000297 
+ 00017562  0x00002089 force  0x00000001 , 0x00000002 
+ 00017563  0x0000208a iadd  0x00000002 , 0x0000003f 
+ 00017564  0x0000208b iadd  0x00000002 , 0x0000003f 
+ 00017565  0x0000208c increase  0x00000002 , 0x0000003f 
+ 00017566  0x0000208d store  0x00000002 , 0x00000299 
+ 00017567  0x0000208e setarg  0x00000000 
+ 00017568  0x0000208f store  0x00000001 , 0x0000029c 
+ 00017569  0x00002090 store  0x00000001 , 0x0000029b 
+ 00017570  0x00002091 rtn 
+ 00017571  0x00002094 set0  0x00000025 , 0x00000000 
+ 00017572  0x00002095 bpatch  0x000000d2 , 0x0000401a 
+ 00017573  0x00002096 hfetch  0x00000001 , 0x0000810c 
+ 00017574  0x00002097 iforce  0x00000012 
+ 00017575  0x00002098 bbit0  0x00000003 , 0x000044ad 
+ 00017576  0x00002099 hfetch  0x00000002 , 0x00008112 
+ 00017577  0x0000209a iforce  0x00000013 
+ 00017578  0x0000209b arg  0x0000044f , 0x00000002 
+ 00017579  0x0000209c isub  0x00000002 , 0x0000003e 
+ 00017580  0x0000209d nrtn  0x00000005 
+ 00017581  0x0000209f hfetch  0x00000002 , 0x00008058 
+ 00017582  0x000020a0 iforce  0x00000003 
+ 00017583  0x000020a1 call  0x00004494 
+ 00017584  0x000020a2 branch  0x000042e5 , 0x00000001 
+ 00017585  0x000020a3 branch  0x000043e2 
+ 00017586  0x000020a6 call  0x00004494 
+ 00017587  0x000020a7 branch  0x00004371 , 0x00000001 
+ 00017588  0x000020a8 rtn 
+ 00017589  0x000020ab hfetcht  0x00000001 , 0x0000810c 
+ 00017590  0x000020ac isolate1  0x00000006 , 0x00000002 
+ 00017591  0x000020ad branch  0x000044b5 , 0x00000001 
+ 00017592  0x000020ae hstore  0x00000001 , 0x00008015 
+ 00017593  0x000020af rtn 
+ 00017594  0x000020b3 fetcht  0x00000002 , 0x00000299 
+ 00017595  0x000020b4 fetch  0x00000002 , 0x00000295 
+ 00017596  0x000020b5 iforce  0x00000005 
+ 00017597  0x000020b6 deposit  0x00000003 
+ 00017598  0x000020b7 istore  0x00000002 , 0x00000005 
+ 00017599  0x000020b8 deposit  0x00000005 
+ 00017600  0x000020b9 store  0x00000002 , 0x00000295 
+ 00017601  0x000020ba icompare  0x000000ff , 0x00000002 
+ 00017602  0x000020bb call  0x000044c7 , 0x00000001 
+ 00017603  0x000020bc fetch  0x00000001 , 0x0000029b 
+ 00017604  0x000020bd increase  0x00000001 , 0x0000003f 
+ 00017605  0x000020be store  0x00000001 , 0x0000029b 
+ 00017606  0x000020bf rtn 
+ 00017607  0x000020c1 setarg  0x00004803 
+ 00017608  0x000020c2 store  0x00000002 , 0x00000295 
+ 00017609  0x000020c3 rtn 
+ 00017610  0x000020c7 fetch  0x00000001 , 0x0000029b 
+ 00017611  0x000020c8 rtn  0x00000034 
+ 00017612  0x000020c9 fetcht  0x00000002 , 0x00000299 
+ 00017613  0x000020ca fetch  0x00000002 , 0x00000297 
+ 00017614  0x000020cb iforce  0x00000006 
+ 00017615  0x000020cc ifetch  0x00000002 , 0x00000006 
+ 00017616  0x000020cd iforce  0x00000003 
+ 00017617  0x000020ce deposit  0x00000006 
+ 00017618  0x000020cf store  0x00000002 , 0x00000297 
+ 00017619  0x000020d0 icompare  0x000000ff , 0x00000002 
+ 00017620  0x000020d1 call  0x000044da , 0x00000001 
+ 00017621  0x000020d2 fetch  0x00000001 , 0x0000029b 
+ 00017622  0x000020d3 increase  0xffffffff , 0x0000003f 
+ 00017623  0x000020d4 store  0x00000001 , 0x0000029b 
+ 00017624  0x000020d5 force  0x00000001 , 0x0000003f 
+ 00017625  0x000020d6 rtn 
+ 00017626  0x000020d8 setarg  0x00004803 
+ 00017627  0x000020d9 store  0x00000002 , 0x00000297 
+ 00017628  0x000020da rtn 
+ 00017629  0x000020dd set0  0x00000025 , 0x00000000 
+ 00017630  0x000020de bpatch  0x000000d3 , 0x0000401a 
+ 00017631  0x000020df fetch  0x00000001 , 0x0000029b 
+ 00017632  0x000020e0 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00017633  0x000020e1 branch  0x000044e4 , 0x00000002 
+ 00017634  0x000020e2 enable  0x00000028 
+ 00017635  0x000020e3 branch  0x000044e6 
+ 00017636  0x000020e5 call  0x000044b2 
+ 00017637  0x000020e6 call  0x000044ba 
+ 00017638  0x000020e8 set0  0x00000025 , 0x00000000 
+ 00017639  0x000020e9 bpatch  0x000000d4 , 0x0000401a 
+ 00017640  0x000020ea rtnmark1  0x00000002 
+ 00017641  0x000020eb call  0x000044ca 
+ 00017642  0x000020ec rtn  0x00000034 
+ 00017643  0x000020ed ifetcht  0x00000001 , 0x00000003 
+ 00017644  0x000020ee call  0x000032f7 
+ 00017645  0x000020ef nrtn  0x00000005 
+ 00017646  0x000020f0 ifetch  0x00000001 , 0x00000003 
+ 00017647  0x000020f1 rshift4  0x0000003f , 0x0000003f 
+ 00017648  0x000020f2 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00017649  0x000020f3 nbranch  0x000044f3 , 0x00000034 
+ 00017650  0x000020f4 set1  0x00000001 , 0x0000003f 
+ 00017651  0x000020f6 set1  0x00000002 , 0x0000003f 
+ 00017652  0x000020f7 store  0x00000001 , 0x00000090 
+ 00017653  0x000020f8 ifetch  0x00000002 , 0x00000003 
+ 00017654  0x000020f9 store  0x00000002 , 0x00000091 
+ 00017655  0x000020fa deposit  0x00000003 
+ 00017656  0x000020fb store  0x00000002 , 0x00000179 
+ 00017657  0x000020fc set1  0x00000002 , 0x00000000 
+ 00017658  0x000020fd bmark0  0x00000009 , 0x00004502 
+ 00017659  0x000020fe fetch  0x00000001 , 0x00000046 
+ 00017660  0x000020ff isub  0x00000002 , 0x0000003e 
+ 00017661  0x00002100 nbranch  0x00004502 , 0x00000005 
+ 00017662  0x00002101 fetch  0x00000001 , 0x0000004b 
+ 00017663  0x00002102 set1  0x00000006 , 0x0000003f 
+ 00017664  0x00002103 store  0x00000001 , 0x0000004b 
+ 00017665  0x00002104 rtn 
+ 00017666  0x00002107 increase  0x0000001b , 0x00000011 
+ 00017667  0x00002108 ifetch  0x00000001 , 0x00000011 
+ 00017668  0x00002109 set1  0x00000006 , 0x0000003f 
+ 00017669  0x0000210a istore  0x00000001 , 0x00000011 
+ 00017670  0x0000210b rtn 
+ 00017671  0x00002111 set0  0x00000025 , 0x00000000 
+ 00017672  0x00002112 bpatch  0x000000d5 , 0x0000401a 
+ 00017673  0x00002113 fetch  0x00000001 , 0x00004272 
+ 00017674  0x00002114 branch  0x0000450d , 0x00000034 
+ 00017675  0x00002115 enable  0x00000028 
+ 00017676  0x00002116 rtn 
+ 00017677  0x00002118 call  0x000044b2 
+ 00017678  0x00002119 ifetch  0x00000002 , 0x00000003 
+ 00017679  0x0000211a iforce  0x00000030 
+ 00017680  0x0000211b iforce  0x00000007 
+ 00017681  0x0000211c ifetch  0x00000001 , 0x00000003 
+ 00017682  0x0000211d iforce  0x00000002 
+ 00017683  0x0000211e rshift2  0x00000030 , 0x0000003f 
+ 00017684  0x0000211f rshift8  0x0000003f , 0x0000003f 
+ 00017685  0x00002120 beq  0x00000001 , 0x0000451e 
+ 00017686  0x00002121 beq  0x00000002 , 0x0000453d 
+ 00017687  0x00002122 beq  0x00000003 , 0x0000454f 
+ 00017688  0x00002123 beq  0x00000004 , 0x00004569 
+ 00017689  0x00002124 beq  0x00000005 , 0x00004572 
+ 00017690  0x00002125 beq  0x00000006 , 0x0000457c 
+ 00017691  0x00002126 beq  0x0000003f , 0x00004585 
+ 00017692  0x00002127 beq  0x00000008 , 0x000045e0 
+ 00017693  0x00002128 rtn 
+ 00017694  0x0000212c set0  0x00000025 , 0x00000000 
+ 00017695  0x0000212d bpatch  0x000000d6 , 0x0000401a 
+ 00017696  0x0000212e deposit  0x00000007 
+ 00017697  0x0000212f beq  0x00000001 , 0x00004634 
+ 00017698  0x00002130 beq  0x00000002 , 0x00004643 
+ 00017699  0x00002131 beq  0x00000003 , 0x00004949 
+ 00017700  0x00002132 beq  0x00000004 , 0x00004949 
+ 00017701  0x00002133 beq  0x00000005 , 0x00004645 
+ 00017702  0x00002134 beq  0x00000006 , 0x0000464f 
+ 00017703  0x00002135 beq  0x00000007 , 0x00004949 
+ 00017704  0x00002136 beq  0x00000008 , 0x0000465d 
+ 00017705  0x00002137 beq  0x00000009 , 0x00004739 
+ 00017706  0x00002138 beq  0x0000000a , 0x0000473f 
+ 00017707  0x00002139 beq  0x0000000b , 0x00004664 
+ 00017708  0x0000213a beq  0x0000000c , 0x0000466a 
+ 00017709  0x0000213b beq  0x0000000d , 0x0000466d 
+ 00017710  0x0000213c beq  0x0000000e , 0x00004675 
+ 00017711  0x0000213d beq  0x0000000f , 0x00004743 
+ 00017712  0x0000213e beq  0x00000011 , 0x00004688 
+ 00017713  0x0000213f beq  0x00000013 , 0x0000468b 
+ 00017714  0x00002140 beq  0x00000015 , 0x00004949 
+ 00017715  0x00002141 beq  0x00000017 , 0x00004949 
+ 00017716  0x00002142 beq  0x00000019 , 0x00004690 
+ 00017717  0x00002143 beq  0x0000001b , 0x0000469b 
+ 00017718  0x00002144 beq  0x0000001c , 0x00004696 
+ 00017719  0x00002145 beq  0x0000001d , 0x000046a1 
+ 00017720  0x00002146 beq  0x0000001f , 0x000046a7 
+ 00017721  0x00002147 beq  0x00000028 , 0x000046ab 
+ 00017722  0x00002148 beq  0x00000029 , 0x000046b6 
+ 00017723  0x00002149 beq  0x0000002b , 0x0000467b 
+ 00017724  0x0000214a branch  0x0000474d 
+ 00017725  0x0000214e set0  0x00000025 , 0x00000000 
+ 00017726  0x0000214f bpatch  0x000000d7 , 0x0000401a 
+ 00017727  0x00002150 deposit  0x00000007 
+ 00017728  0x00002151 beq  0x00000009 , 0x000046cc 
+ 00017729  0x00002152 beq  0x0000000d , 0x000046d7 
+ 00017730  0x00002153 beq  0x00000001 , 0x00004949 
+ 00017731  0x00002154 beq  0x00000003 , 0x0000474f 
+ 00017732  0x00002155 beq  0x00000004 , 0x0000475a 
+ 00017733  0x00002156 beq  0x00000005 , 0x00004949 
+ 00017734  0x00002157 beq  0x00000006 , 0x00004949 
+ 00017735  0x00002158 beq  0x00000007 , 0x00004949 
+ 00017736  0x00002159 beq  0x0000000b , 0x00004760 
+ 00017737  0x0000215a beq  0x0000000c , 0x00004949 
+ 00017738  0x0000215b beq  0x0000000e , 0x00004949 
+ 00017739  0x0000215c beq  0x0000000f , 0x00004949 
+ 00017740  0x0000215d beq  0x00000010 , 0x00004949 
+ 00017741  0x0000215e beq  0x00000011 , 0x0000475f 
+ 00017742  0x0000215f branch  0x0000474d 
+ 00017743  0x00002162 set0  0x00000025 , 0x00000000 
+ 00017744  0x00002163 bpatch  0x000000d8 , 0x0000401b 
+ 00017745  0x00002164 deposit  0x00000007 
+ 00017746  0x00002165 beq  0x00000001 , 0x00004725 
+ 00017747  0x00002166 beq  0x00000003 , 0x00004949 
+ 00017748  0x00002167 beq  0x00000012 , 0x000046da 
+ 00017749  0x00002168 beq  0x00000013 , 0x000046c2 
+ 00017750  0x00002169 beq  0x00000014 , 0x000046b8 
+ 00017751  0x0000216a beq  0x00000018 , 0x000046db 
+ 00017752  0x0000216b beq  0x00000019 , 0x00004705 
+ 00017753  0x0000216c beq  0x0000001a , 0x000046de 
+ 00017754  0x0000216d beq  0x0000001c , 0x000046e1 
+ 00017755  0x0000216e beq  0x0000001e , 0x000046e6 
+ 00017756  0x0000216f beq  0x00000020 , 0x000046ec 
+ 00017757  0x00002170 beq  0x00000022 , 0x000046eb 
+ 00017758  0x00002171 beq  0x00000024 , 0x000046ef 
+ 00017759  0x00002172 beq  0x00000026 , 0x00004949 
+ 00017760  0x00002173 beq  0x00000031 , 0x00004949 
+ 00017761  0x00002174 beq  0x00000033 , 0x00004949 
+ 00017762  0x00002175 beq  0x00000035 , 0x0000462e 
+ 00017763  0x00002176 beq  0x00000043 , 0x00004949 
+ 00017764  0x00002177 beq  0x00000045 , 0x00004949 
+ 00017765  0x00002178 beq  0x00000047 , 0x00004949 
+ 00017766  0x00002179 beq  0x00000051 , 0x000046f2 
+ 00017767  0x0000217a beq  0x00000056 , 0x00004701 
+ 00017768  0x0000217b branch  0x0000474d 
+ 00017769  0x0000217e set0  0x00000025 , 0x00000000 
+ 00017770  0x0000217f bpatch  0x000000d9 , 0x0000401b 
+ 00017771  0x00002180 deposit  0x00000007 
+ 00017772  0x00002181 beq  0x00000001 , 0x0000470a 
+ 00017773  0x00002182 beq  0x00000003 , 0x0000470f 
+ 00017774  0x00002183 beq  0x00000004 , 0x00004714 
+ 00017775  0x00002184 beq  0x00000005 , 0x0000471b 
+ 00017776  0x00002185 beq  0x00000009 , 0x00004720 
+ 00017777  0x00002186 branch  0x0000474d 
+ 00017778  0x00002189 set0  0x00000025 , 0x00000000 
+ 00017779  0x0000218a bpatch  0x000000da , 0x0000401b 
+ 00017780  0x0000218b deposit  0x00000007 
+ 00017781  0x0000218c beq  0x00000001 , 0x00004949 
+ 00017782  0x0000218d beq  0x00000002 , 0x00004726 
+ 00017783  0x0000218e beq  0x00000003 , 0x00004727 
+ 00017784  0x0000218f beq  0x00000005 , 0x0000472d 
+ 00017785  0x00002190 beq  0x00000006 , 0x00004733 
+ 00017786  0x00002191 beq  0x00000007 , 0x00004736 
+ 00017787  0x00002192 branch  0x0000474d 
+ 00017788  0x00002195 set0  0x00000025 , 0x00000000 
+ 00017789  0x00002196 bpatch  0x000000db , 0x0000401b 
+ 00017790  0x00002197 deposit  0x00000007 
+ 00017791  0x00002198 beq  0x00000001 , 0x00004949 
+ 00017792  0x00002199 beq  0x00000002 , 0x00004949 
+ 00017793  0x0000219a beq  0x00000003 , 0x00004949 
+ 00017794  0x0000219b beq  0x00000004 , 0x00004949 
+ 00017795  0x0000219c branch  0x0000474d 
+ 00017796  0x0000219d rtn 
+ 00017797  0x000021a0 set0  0x00000025 , 0x00000000 
+ 00017798  0x000021a1 bpatch  0x000000dc , 0x0000401b 
+ 00017799  0x000021a2 deposit  0x00000007 
+ 00017800  0x000021a3 beq  0x00000000 , 0x00004949 
+ 00017801  0x000021a4 beq  0x00000001 , 0x0000459d 
+ 00017802  0x000021a5 beq  0x00000002 , 0x000045a2 
+ 00017803  0x000021a6 beq  0x00000003 , 0x000045a6 
+ 00017804  0x000021a7 beq  0x00000004 , 0x000045b9 
+ 00017805  0x000021a8 beq  0x00000005 , 0x00004949 
+ 00017806  0x000021a9 beq  0x00000006 , 0x000045ca 
+ 00017807  0x000021aa beq  0x00000007 , 0x00004593 
+ 00017808  0x000021ac beq  0x00000010 , 0x000045cd 
+ 00017809  0x000021ad beq  0x00000011 , 0x000045d5 
+ 00017810  0x000021ae branch  0x00004949 
+ 00017811  0x000021b1 call  0x00004949 
+ 00017812  0x000021b2 call  0x00007f68 
+ 00017813  0x000021b3 call  0x00006a68 
+ 00017814  0x000021b5 call  0x00003f5c 
+ 00017815  0x000021b6 call  0x00003f66 
+ 00017816  0x000021b7 branch  0x00006a7d 
+ 00017817  0x000021ba jam  0x00000000 , 0x000042ae 
+ 00017818  0x000021bb call  0x00003f5a 
+ 00017819  0x000021bc call  0x00004468 
+ 00017820  0x000021bd branch  0x00003f68 
+ 00017821  0x000021c0 call  0x0000496e 
+ 00017822  0x000021c1 hfetch  0x00000002 , 0x00008000 
+ 00017823  0x000021c2 istore  0x00000002 , 0x0000000a 
+ 00017824  0x000021c3 force  0x00000006 , 0x00000039 
+ 00017825  0x000021c4 branch  0x0000494c 
+ 00017826  0x000021c7 ifetch  0x00000002 , 0x00000003 
+ 00017827  0x000021c8 store  0x00000002 , 0x000042ac 
+ 00017828  0x000021c9 hstore  0x00000002 , 0x00008052 
+ 00017829  0x000021ca rtn 
+ 00017830  0x000021ce ifetch  0x00000001 , 0x00000003 
+ 00017831  0x000021cf copy  0x0000003f , 0x00000002 
+ 00017832  0x000021d0 hstore  0x00000001 , 0x00008024 
+ 00017833  0x000021d1 ifetch  0x00000001 , 0x00000003 
+ 00017834  0x000021d2 iadd  0x00000002 , 0x00000002 
+ 00017835  0x000021d3 set1  0x00000007 , 0x0000003f 
+ 00017836  0x000021d4 hstore  0x00000001 , 0x00008023 
+ 00017837  0x000021d5 ifetch  0x00000001 , 0x00000003 
+ 00017838  0x000021d6 iadd  0x00000002 , 0x00000002 
+ 00017839  0x000021d7 copy  0x0000003f , 0x00000039 
+ 00017840  0x000021d9 ifetch  0x00000001 , 0x00000003 
+ 00017841  0x000021da hstore  0x00000001 , 0x00008025 
+ 00017842  0x000021db iadd  0x00000002 , 0x00000002 
+ 00017843  0x000021dc loop  0x000045b0 
+ 00017844  0x000021dd and  0x00000002 , 0x000000ff , 0x00000002 
+ 00017845  0x000021de ifetch  0x00000001 , 0x00000003 
+ 00017846  0x000021df isub  0x00000002 , 0x0000003e 
+ 00017847  0x000021e0 nbranch  0x000045c8 , 0x00000005 
+ 00017848  0x000021e1 branch  0x00004949 
+ 00017849  0x000021e4 arg  0x00000020 , 0x00000039 
+ 00017850  0x000021e5 arg  0x00004000 , 0x00000005 
+ 00017851  0x000021e6 arg  0x00000000 , 0x00000002 
+ 00017852  0x000021e8 ifetch  0x00000001 , 0x00000003 
+ 00017853  0x000021e9 istore  0x00000001 , 0x00000005 
+ 00017854  0x000021ea iadd  0x00000002 , 0x00000002 
+ 00017855  0x000021eb loop  0x000045bc 
+ 00017856  0x000021ec and  0x00000002 , 0x000000ff , 0x00000002 
+ 00017857  0x000021ed ifetch  0x00000001 , 0x00000003 
+ 00017858  0x000021ee isub  0x00000002 , 0x0000003e 
+ 00017859  0x000021ef nbranch  0x000045c8 , 0x00000005 
+ 00017860  0x000021f0 hjam  0x00000000 , 0x00008023 
+ 00017861  0x000021f1 call  0x00004949 
+ 00017862  0x000021f2 call  0x0000440e 
+ 00017863  0x000021f3 branch  0x00003001 
+ 00017864  0x000021f6 hjam  0x00000000 , 0x00008023 
+ 00017865  0x000021f7 branch  0x00003000 
+ 00017866  0x000021fa ifetch  0x00000006 , 0x00000003 
+ 00017867  0x000021fb store  0x00000006 , 0x00004140 
+ 00017868  0x000021fc branch  0x00004949 
+ 00017869  0x00002200 ifetch  0x00000001 , 0x00000003 
+ 00017870  0x00002201 store  0x00000001 , 0x000002c1 
+ 00017871  0x00002202 copy  0x0000003f , 0x00000039 
+ 00017872  0x00002203 ifetch  0x00000002 , 0x00000003 
+ 00017873  0x00002204 store  0x00000002 , 0x000002c2 
+ 00017874  0x00002205 copy  0x0000003f , 0x00000005 
+ 00017875  0x00002206 call  0x0000497c 
+ 00017876  0x00002207 branch  0x00004949 
+ 00017877  0x0000220b ifetch  0x00000001 , 0x00000003 
+ 00017878  0x0000220c store  0x00000001 , 0x000002c1 
+ 00017879  0x0000220d copy  0x0000003f , 0x00000039 
+ 00017880  0x0000220e ifetch  0x00000002 , 0x00000003 
+ 00017881  0x0000220f store  0x00000002 , 0x000002c2 
+ 00017882  0x00002210 arg  0x00001000 , 0x00000005 
+ 00017883  0x00002211 call  0x0000497c 
+ 00017884  0x00002212 fetcht  0x00000001 , 0x000002c1 
+ 00017885  0x00002213 arg  0x00001000 , 0x00000011 
+ 00017886  0x00002214 fetch  0x00000002 , 0x000002c2 
+ 00017887  0x00002215 branch  0x00006842 
+ 00017888  0x0000221c set0  0x00000025 , 0x00000000 
+ 00017889  0x0000221d bpatch  0x000000dd , 0x0000401b 
+ 00017890  0x0000221e deposit  0x00000007 
+ 00017891  0x0000221f beq  0x00000001 , 0x00004949 
+ 00017892  0x00002220 beq  0x00000002 , 0x000045f3 
+ 00017893  0x00002221 beq  0x00000003 , 0x000045f8 
+ 00017894  0x00002222 beq  0x00000006 , 0x000045ff 
+ 00017895  0x00002223 beq  0x00000008 , 0x00004603 
+ 00017896  0x00002224 beq  0x00000009 , 0x00004607 
+ 00017897  0x00002225 beq  0x0000000a , 0x0000460b 
+ 00017898  0x00002226 beq  0x0000000b , 0x0000460e 
+ 00017899  0x00002227 beq  0x0000000c , 0x00004611 
+ 00017900  0x00002228 beq  0x0000000d , 0x00004614 
+ 00017901  0x00002229 beq  0x0000000e , 0x00004626 
+ 00017902  0x0000222a beq  0x00000015 , 0x00004627 
+ 00017903  0x0000222b beq  0x00000016 , 0x00004933 
+ 00017904  0x0000222c beq  0x00000013 , 0x00004949 
+ 00017905  0x0000222d branch  0x0000474d 
+ 00017906  0x0000222e rtn 
+ 00017907  0x00002230 call  0x0000496e 
+ 00017908  0x00002231 setarg  0x00000000 
+ 00017909  0x00002232 istore  0x00000003 , 0x0000000a 
+ 00017910  0x00002233 force  0x00000007 , 0x00000039 
+ 00017911  0x00002234 branch  0x0000494c 
+ 00017912  0x00002237 call  0x0000496e 
+ 00017913  0x00002238 setarg  0x00000001 
+ 00017914  0x00002239 istore  0x00000002 , 0x0000000a 
+ 00017915  0x0000223a setarg  0x00000000 
+ 00017916  0x0000223b istore  0x00000006 , 0x0000000a 
+ 00017917  0x0000223c force  0x0000000c , 0x00000039 
+ 00017918  0x0000223d branch  0x0000494c 
+ 00017919  0x00002240 arg  0x0000000f , 0x00000039 
+ 00017920  0x00002241 arg  0x000044d7 , 0x00000005 
+ 00017921  0x00002242 call  0x0000497c 
+ 00017922  0x00002243 branch  0x00004949 
+ 00017923  0x00002246 arg  0x00000020 , 0x00000039 
+ 00017924  0x00002247 arg  0x000043d9 , 0x00000005 
+ 00017925  0x00002248 call  0x0000497c 
+ 00017926  0x00002249 branch  0x00004949 
+ 00017927  0x0000224c arg  0x00000020 , 0x00000039 
+ 00017928  0x0000224d arg  0x000043f9 , 0x00000005 
+ 00017929  0x0000224e call  0x0000497c 
+ 00017930  0x0000224f branch  0x00004949 
+ 00017931  0x00002252 ifetch  0x00000001 , 0x00000003 
+ 00017932  0x00002253 store  0x00000001 , 0x000043d8 
+ 00017933  0x00002254 branch  0x00004949 
+ 00017934  0x00002257 ifetch  0x00000007 , 0x00000003 
+ 00017935  0x00002258 store  0x00000007 , 0x000044f6 
+ 00017936  0x00002259 branch  0x00004949 
+ 00017937  0x0000225c ifetch  0x00000001 , 0x00000003 
+ 00017938  0x0000225d store  0x00000001 , 0x000043d2 
+ 00017939  0x0000225e branch  0x00004949 
+ 00017940  0x00002261 ifetch  0x00000004 , 0x00000003 
+ 00017941  0x00002262 store  0x00000004 , 0x000043d3 
+ 00017942  0x00002263 ifetch  0x00000001 , 0x00000003 
+ 00017943  0x00002264 store  0x00000001 , 0x000044f8 
+ 00017944  0x00002265 arg  0x00000014 , 0x00000039 
+ 00017945  0x00002266 arg  0x000044e6 , 0x00000005 
+ 00017946  0x00002267 call  0x0000497c 
+ 00017947  0x00002268 jam  0x00000001 , 0x000043d2 
+ 00017948  0x00002269 fetch  0x00000001 , 0x000044ed 
+ 00017949  0x0000226a store  0x00000001 , 0x000044f7 
+ 00017950  0x0000226b fetch  0x00000002 , 0x000044f0 
+ 00017951  0x0000226c store  0x00000002 , 0x000043d0 
+ 00017952  0x0000226d fetch  0x00000002 , 0x000044f2 
+ 00017953  0x0000226e store  0x00000002 , 0x000003ed 
+ 00017954  0x0000226f fetch  0x00000002 , 0x000044f4 
+ 00017955  0x00002270 store  0x00000002 , 0x000003ef 
+ 00017956  0x00002271 jam  0x0000001b , 0x00004272 
+ 00017957  0x00002272 branch  0x00004933 
+ 00017958  0x00002276 branch  0x00004949 
+ 00017959  0x00002279 call  0x0000496e 
+ 00017960  0x0000227a ifetch  0x00000002 , 0x00000003 
+ 00017961  0x0000227b istore  0x00000002 , 0x0000000a 
+ 00017962  0x0000227c setarg  0x001fffff 
+ 00017963  0x0000227d istore  0x00000005 , 0x0000000a 
+ 00017964  0x0000227e force  0x0000000b , 0x00000039 
+ 00017965  0x0000227f branch  0x0000494c 
+ 00017966  0x00002285 ifetch  0x00000003 , 0x00000003 
+ 00017967  0x00002286 ifetcht  0x00000003 , 0x00000003 
+ 00017968  0x00002287 fetch  0x00000002 , 0x00004800 
+ 00017969  0x00002288 iadd  0x00000002 , 0x0000003f 
+ 00017970  0x00002289 store  0x00000002 , 0x00004800 
+ 00017971  0x0000228a rtn 
+ 00017972  0x0000228d ifetch  0x00000003 , 0x00000003 
+ 00017973  0x0000228e store  0x00000003 , 0x00004147 
+ 00017974  0x00002290 jam  0x00000001 , 0x00004272 
+ 00017975  0x00002291 ifetch  0x00000001 , 0x00000003 
+ 00017976  0x00002292 arg  0x00000640 , 0x00000002 
+ 00017977  0x00002293 imul32  0x00000002 , 0x0000003f 
+ 00017978  0x00002294 arg  0x0000ffff , 0x00000002 
+ 00017979  0x00002295 isub  0x00000002 , 0x0000003e 
+ 00017980  0x00002296 nbranch  0x0000463e , 0x00000002 
+ 00017981  0x00002297 deposit  0x00000002 
+ 00017982  0x00002299 force  0x00000002 , 0x00000007 
+ 00017983  0x0000229a call  0x00007e4c 
+ 00017984  0x0000229b fetch  0x00000001 , 0x000042a4 
+ 00017985  0x0000229c bbit1  0x00000000 , 0x0000428c 
+ 00017986  0x0000229d branch  0x00004933 
+ 00017987  0x000022a1 jam  0x00000002 , 0x00004272 
+ 00017988  0x000022a2 branch  0x00004949 
+ 00017989  0x000022a5 call  0x00004763 
+ 00017990  0x000022a6 ifetch  0x00000002 , 0x00000003 
+ 00017991  0x000022a7 store  0x00000002 , 0x00000275 
+ 00017992  0x000022a8 ifetch  0x00000002 , 0x00000003 
+ 00017993  0x000022a9 store  0x00000001 , 0x000000f3 
+ 00017994  0x000022aa call  0x00004776 
+ 00017995  0x000022ab ifetch  0x00000001 , 0x00000003 
+ 00017996  0x000022ac store  0x00000001 , 0x00004802 
+ 00017997  0x000022ad jam  0x00000005 , 0x00004272 
+ 00017998  0x000022ae branch  0x00004933 
+ 00017999  0x000022b2 jam  0x00000006 , 0x00004272 
+ 00018000  0x000022b3 ifetch  0x00000002 , 0x00000003 
+ 00018001  0x000022b4 store  0x00000001 , 0x00004273 
+ 00018002  0x000022b5 ifetch  0x00000001 , 0x00000003 
+ 00018003  0x000022b6 store  0x00000001 , 0x00000446 
+ 00018004  0x000022b7 jam  0x00000016 , 0x000002c0 
+ 00018005  0x000022b8 fetch  0x00000001 , 0x00004273 
+ 00018006  0x000022b9 fetcht  0x00000001 , 0x000000ad 
+ 00018007  0x000022ba isub  0x00000002 , 0x0000003e 
+ 00018008  0x000022bb nbranch  0x00004933 , 0x00000005 
+ 00018009  0x000022bc jam  0x00000011 , 0x00004272 
+ 00018010  0x000022bd fetch  0x00000001 , 0x000000ac 
+ 00018011  0x000022be store  0x00000001 , 0x00004273 
+ 00018012  0x000022bf branch  0x00004933 
+ 00018013  0x000022c2 call  0x0000496e 
+ 00018014  0x000022c3 call  0x00004965 
+ 00018015  0x000022c4 force  0x0000000a , 0x00000039 
+ 00018016  0x000022c5 call  0x0000494c 
+ 00018017  0x000022c7 jam  0x0000001a , 0x00004272 
+ 00018018  0x000022c8 force  0x00000002 , 0x00000002 
+ 00018019  0x000022c9 branch  0x00004826 
+ 00018020  0x000022cc call  0x00004763 
+ 00018021  0x000022cd arg  0x00004262 , 0x00000005 
+ 00018022  0x000022ce force  0x00000010 , 0x00000039 
+ 00018023  0x000022cf call  0x0000497c 
+ 00018024  0x000022d0 jam  0x0000000b , 0x00004272 
+ 00018025  0x000022d1 branch  0x00004677 
+ 00018026  0x000022d4 call  0x00004763 
+ 00018027  0x000022d5 jam  0x0000000c , 0x00004272 
+ 00018028  0x000022d6 branch  0x00004677 
+ 00018029  0x000022d9 call  0x00004763 
+ 00018030  0x000022da ifetch  0x00000001 , 0x00000003 
+ 00018031  0x000022db store  0x00000001 , 0x0000054f 
+ 00018032  0x000022dc iforce  0x00000039 
+ 00018033  0x000022dd arg  0x00000550 , 0x00000005 
+ 00018034  0x000022de call  0x0000497c 
+ 00018035  0x000022df jam  0x00000009 , 0x00004272 
+ 00018036  0x000022e0 branch  0x00004677 
+ 00018037  0x000022e3 call  0x00004763 
+ 00018038  0x000022e4 jam  0x0000000a , 0x00004272 
+ 00018039  0x000022e6 call  0x0000496e 
+ 00018040  0x000022e7 call  0x00004965 
+ 00018041  0x000022e8 force  0x0000000a , 0x00000039 
+ 00018042  0x000022e9 branch  0x0000494c 
+ 00018043  0x000022ed increase  0x00000006 , 0x00000003 
+ 00018044  0x000022ee ifetch  0x00000003 , 0x00000003 
+ 00018045  0x000022ef store  0x00000003 , 0x000007e6 
+ 00018046  0x000022f0 fetch  0x00000001 , 0x000007db 
+ 00018047  0x000022f1 beq  0x00000013 , 0x00004683 
+ 00018048  0x000022f2 beq  0x00000003 , 0x00004683 
+ 00018049  0x000022f3 jam  0x00000016 , 0x00004272 
+ 00018050  0x000022f4 branch  0x00004684 
+ 00018051  0x000022f6 jam  0x00000001 , 0x000007dd 
+ 00018052  0x000022f8 call  0x0000496e 
+ 00018053  0x000022f9 call  0x00004965 
+ 00018054  0x000022fa force  0x0000000a , 0x00000039 
+ 00018055  0x000022fb branch  0x0000494c 
+ 00018056  0x000022ff call  0x00004766 
+ 00018057  0x00002300 jam  0x0000000d , 0x00004272 
+ 00018058  0x00002301 branch  0x00004933 
+ 00018059  0x00002304 call  0x00004766 
+ 00018060  0x00002305 ifetch  0x00000001 , 0x00000003 
+ 00018061  0x00002306 increase  0x0000000e , 0x0000003f 
+ 00018062  0x00002307 store  0x00000001 , 0x00004272 
+ 00018063  0x00002308 branch  0x00004933 
+ 00018064  0x0000230b call  0x00004763 
+ 00018065  0x0000230c ifetch  0x00000002 , 0x00000003 
+ 00018066  0x0000230d store  0x00000001 , 0x000000f3 
+ 00018067  0x0000230e call  0x00004776 
+ 00018068  0x0000230f jam  0x00000003 , 0x00004272 
+ 00018069  0x00002310 branch  0x00004933 
+ 00018070  0x00002313 ifetch  0x00000002 , 0x00000003 
+ 00018071  0x00002314 ifetch  0x00000001 , 0x00000003 
+ 00018072  0x00002315 store  0x00000001 , 0x00000449 
+ 00018073  0x00002316 jam  0x00000015 , 0x00004272 
+ 00018074  0x00002317 branch  0x00004933 
+ 00018075  0x0000231b fetch  0x00000001 , 0x00000046 
+ 00018076  0x0000231c force  0x00000002 , 0x00000011 
+ 00018077  0x0000231d branch  0x0000493d , 0x00000034 
+ 00018078  0x0000231e call  0x00004766 
+ 00018079  0x0000231f jam  0x00000004 , 0x00004272 
+ 00018080  0x00002320 branch  0x00004933 
+ 00018081  0x00002325 fetch  0x00000001 , 0x00000046 
+ 00018082  0x00002326 force  0x00000002 , 0x00000011 
+ 00018083  0x00002327 branch  0x0000493d , 0x00000034 
+ 00018084  0x00002328 call  0x00004766 
+ 00018085  0x00002329 jam  0x00000014 , 0x00004272 
+ 00018086  0x0000232a branch  0x00004933 
+ 00018087  0x0000232e call  0x0000476e 
+ 00018088  0x0000232f force  0x0000001c , 0x00000007 
+ 00018089  0x00002330 force  0x00000005 , 0x00000039 
+ 00018090  0x00002331 branch  0x00004952 
+ 00018091  0x00002334 call  0x00004766 
+ 00018092  0x00002335 increase  0x0000000a , 0x00000003 
+ 00018093  0x00002336 ifetch  0x00000002 , 0x00000003 
+ 00018094  0x00002337 store  0x00000002 , 0x00000281 
+ 00018095  0x00002338 ifetch  0x00000001 , 0x00000003 
+ 00018096  0x00002339 store  0x00000001 , 0x00000283 
+ 00018097  0x0000233a ifetch  0x00000002 , 0x00000003 
+ 00018098  0x0000233b store  0x00000002 , 0x00000284 
+ 00018099  0x0000233c jam  0x00000002 , 0x000000ab 
+ 00018100  0x0000233d jam  0x00000010 , 0x00004272 
+ 00018101  0x0000233e branch  0x00004933 
+ 00018102  0x00002341 jam  0x0000001c , 0x00004272 
+ 00018103  0x00002342 branch  0x00004933 
+ 00018104  0x00002347 call  0x0000496e 
+ 00018105  0x00002348 arg  0x00004703 , 0x00000006 
+ 00018106  0x00002349 sub  0x00000006 , 0x000000ff , 0x00000039 
+ 00018107  0x0000234a call  0x00004976 
+ 00018108  0x0000234b force  0x00000000 , 0x0000003f 
+ 00018109  0x0000234c sub  0x00000006 , 0x00004703 , 0x00000039 
+ 00018110  0x0000234d increase  0x000000f8 , 0x00000039 
+ 00018111  0x0000234e call  0x00004982 
+ 00018112  0x0000234f force  0x000000fc , 0x00000039 
+ 00018113  0x00002350 branch  0x0000494c 
+ 00018114  0x00002353 arg  0x00004703 , 0x00000005 
+ 00018115  0x00002354 sub  0x00000005 , 0x000000ff , 0x00000039 
+ 00018116  0x00002356 ifetch  0x00000001 , 0x00000003 
+ 00018117  0x00002357 istore  0x00000001 , 0x00000005 
+ 00018118  0x00002358 branch  0x000046c8 , 0x00000034 
+ 00018119  0x00002359 loop  0x000046c4 
+ 00018120  0x0000235b sub  0x00000005 , 0x00004703 , 0x0000003f 
+ 00018121  0x0000235c sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00018122  0x0000235d store  0x00000001 , 0x00004702 
+ 00018123  0x0000235e branch  0x00004949 
+ 00018124  0x00002361 call  0x0000496e 
+ 00018125  0x00002362 call  0x0000496b 
+ 00018126  0x00002363 force  0x00000000 , 0x0000003f 
+ 00018127  0x00002364 nsetflag  0x00000029 , 0x00000000 , 0x0000003f 
+ 00018128  0x00002365 istore  0x00000001 , 0x0000000a 
+ 00018129  0x00002366 force  0x00000007 , 0x00000039 
+ 00018130  0x00002367 arg  0x00000809 , 0x00000030 
+ 00018131  0x00002368 call  0x0000494c 
+ 00018132  0x00002369 branch  0x000049bc 
+ 00018133  0x0000236a jam  0x00000017 , 0x00004272 
+ 00018134  0x0000236b rtn 
+ 00018135  0x0000236f call  0x00004769 
+ 00018136  0x00002370 force  0x00000006 , 0x00000039 
+ 00018137  0x00002371 branch  0x0000494c 
+ 00018138  0x00002375 branch  0x00004949 
+ 00018139  0x00002378 ifetch  0x00000002 , 0x00000003 
+ 00018140  0x00002379 store  0x00000002 , 0x00004159 
+ 00018141  0x0000237a branch  0x00004949 
+ 00018142  0x0000237e ifetch  0x00000001 , 0x00000003 
+ 00018143  0x0000237f store  0x00000001 , 0x00004133 
+ 00018144  0x00002380 branch  0x00004949 
+ 00018145  0x00002383 ifetch  0x00000002 , 0x00000003 
+ 00018146  0x00002384 store  0x00000002 , 0x00004153 
+ 00018147  0x00002385 ifetch  0x00000002 , 0x00000003 
+ 00018148  0x00002386 store  0x00000002 , 0x00004151 
+ 00018149  0x00002387 branch  0x00004949 
+ 00018150  0x0000238a ifetch  0x00000002 , 0x00000003 
+ 00018151  0x0000238b store  0x00000002 , 0x0000414f 
+ 00018152  0x0000238c ifetch  0x00000002 , 0x00000003 
+ 00018153  0x0000238d store  0x00000002 , 0x0000414d 
+ 00018154  0x0000238e branch  0x00004949 
+ 00018155  0x00002391 branch  0x00004949 
+ 00018156  0x00002395 ifetch  0x00000001 , 0x00000003 
+ 00018157  0x00002396 store  0x00000001 , 0x00000453 
+ 00018158  0x00002397 branch  0x00004949 
+ 00018159  0x0000239a ifetch  0x00000003 , 0x00000003 
+ 00018160  0x0000239b store  0x00000003 , 0x0000414a 
+ 00018161  0x0000239c branch  0x00004949 
+ 00018162  0x000023a2 deposit  0x00000002 
+ 00018163  0x000023a3 branch  0x00004949 , 0x00000034 
+ 00018164  0x000023a4 call  0x00004970 
+ 00018165  0x000023a5 force  0x00000001 , 0x0000003f 
+ 00018166  0x000023a6 istore  0x00000001 , 0x0000000a 
+ 00018167  0x000023a7 deposit  0x00000030 
+ 00018168  0x000023a8 istore  0x00000002 , 0x0000000a 
+ 00018169  0x000023a9 force  0x00000012 , 0x0000003f 
+ 00018170  0x000023aa istore  0x00000001 , 0x0000000a 
+ 00018171  0x000023ab setarg  0x00000000 
+ 00018172  0x000023ac increase  0x000000f1 , 0x00000039 
+ 00018173  0x000023ad call  0x00004982 
+ 00018174  0x000023af force  0x0000000e , 0x00000007 
+ 00018175  0x000023b0 force  0x000000f5 , 0x00000039 
+ 00018176  0x000023b1 branch  0x00004952 
+ 00018177  0x000023b6 ifetch  0x00000001 , 0x00000003 
+ 00018178  0x000023b7 ncall  0x00006003 , 0x00000034 
+ 00018179  0x000023b8 call  0x00006009 , 0x00000034 
+ 00018180  0x000023b9 branch  0x00004949 
+ 00018181  0x000023bc call  0x0000496e 
+ 00018182  0x000023bd fetch  0x00000001 , 0x00004133 
+ 00018183  0x000023be istore  0x00000001 , 0x0000000a 
+ 00018184  0x000023bf force  0x00000005 , 0x00000039 
+ 00018185  0x000023c0 branch  0x0000494c 
+ 00018186  0x000023c3 call  0x0000496e 
+ 00018187  0x000023c4 fetch  0x00000008 , 0x00000080 
+ 00018188  0x000023c5 istore  0x00000008 , 0x0000000a 
+ 00018189  0x000023c6 force  0x0000000c , 0x00000039 
+ 00018190  0x000023c7 branch  0x0000494c 
+ 00018191  0x000023ca call  0x0000496e 
+ 00018192  0x000023cb fetch  0x00000008 , 0x00004138 
+ 00018193  0x000023cc istore  0x00000008 , 0x0000000a 
+ 00018194  0x000023cd force  0x0000000c , 0x00000039 
+ 00018195  0x000023ce branch  0x0000494c 
+ 00018196  0x000023d1 call  0x0000496e 
+ 00018197  0x000023d2 setarg  0x00000101 
+ 00018198  0x000023d3 istore  0x00000002 , 0x0000000a 
+ 00018199  0x000023d4 setarg  0x00000001 
+ 00018200  0x000023d5 istore  0x00000008 , 0x0000000a 
+ 00018201  0x000023d6 force  0x0000000e , 0x00000039 
+ 00018202  0x000023d7 branch  0x0000494c 
+ 00018203  0x000023da call  0x0000496e 
+ 00018204  0x000023db fetch  0x00000007 , 0x00000083 
+ 00018205  0x000023dc istore  0x00000007 , 0x0000000a 
+ 00018206  0x000023dd force  0x0000000b , 0x00000039 
+ 00018207  0x000023de branch  0x0000494c 
+ 00018208  0x000023e1 call  0x0000496e 
+ 00018209  0x000023e2 fetch  0x00000006 , 0x00004140 
+ 00018210  0x000023e3 istore  0x00000006 , 0x0000000a 
+ 00018211  0x000023e4 force  0x0000000a , 0x00000039 
+ 00018212  0x000023e5 branch  0x0000494c 
+ 00018213  0x000023e8 branch  0x00004949 
+ 00018214  0x000023ec branch  0x00004949 
+ 00018215  0x000023ee call  0x0000496e 
+ 00018216  0x000023ef call  0x0000496b 
+ 00018217  0x000023f0 setarg  0x000000ff 
+ 00018218  0x000023f1 istore  0x00000001 , 0x0000000a 
+ 00018219  0x000023f2 force  0x00000007 , 0x00000039 
+ 00018220  0x000023f3 branch  0x0000494c 
+ 00018221  0x000023f6 call  0x0000496e 
+ 00018222  0x000023f7 call  0x0000496b 
+ 00018223  0x000023f8 setarg  0x00000000 
+ 00018224  0x000023f9 istore  0x00000001 , 0x0000000a 
+ 00018225  0x000023fa force  0x00000007 , 0x00000039 
+ 00018226  0x000023fb branch  0x0000494c 
+ 00018227  0x000023fe set0  0x00000025 , 0x00000000 
+ 00018228  0x000023ff bpatch  0x000000de , 0x0000401b 
+ 00018229  0x00002400 branch  0x00004949 
+ 00018230  0x00002402 set0  0x00000025 , 0x00000000 
+ 00018231  0x00002403 bpatch  0x000000df , 0x0000401b 
+ 00018232  0x00002404 branch  0x00004949 
+ 00018233  0x0000240a call  0x00004763 
+ 00018234  0x0000240b jam  0x00000007 , 0x00004272 
+ 00018235  0x0000240c ifetch  0x00000001 , 0x00000003 
+ 00018236  0x0000240d beq  0x00000001 , 0x00004933 
+ 00018237  0x0000240e jam  0x00000019 , 0x00004272 
+ 00018238  0x0000240f branch  0x00004933 
+ 00018239  0x00002412 branch  0x00004739 
+ 00018240  0x00002413 call  0x00004763 
+ 00018241  0x00002414 jam  0x00000008 , 0x00004272 
+ 00018242  0x00002415 branch  0x00004949 
+ 00018243  0x00002418 call  0x00004933 
+ 00018244  0x00002419 call  0x00004970 
+ 00018245  0x0000241a setarg  0x00000000 
+ 00018246  0x0000241b istore  0x00000001 , 0x0000000a 
+ 00018247  0x0000241c ifetch  0x00000004 , 0x00000003 
+ 00018248  0x0000241d istore  0x00000004 , 0x0000000a 
+ 00018249  0x0000241e force  0x00000008 , 0x00000039 
+ 00018250  0x0000241f arg  0x0000001d , 0x00000007 
+ 00018251  0x00002420 arg  0x00000005 , 0x00000039 
+ 00018252  0x00002421 branch  0x00004952 
+ 00018253  0x00002424 force  0x00000001 , 0x00000011 
+ 00018254  0x00002425 branch  0x0000493d 
+ 00018255  0x0000242a call  0x00004766 
+ 00018256  0x0000242b ifetch  0x00000002 , 0x00000003 
+ 00018257  0x0000242c store  0x00000002 , 0x00004280 
+ 00018258  0x0000242d ifetch  0x00000002 , 0x00000003 
+ 00018259  0x0000242e store  0x00000002 , 0x0000027b 
+ 00018260  0x0000242f ifetch  0x00000002 , 0x00000003 
+ 00018261  0x00002430 store  0x00000002 , 0x00004282 
+ 00018262  0x00002431 ifetch  0x00000002 , 0x00000003 
+ 00018263  0x00002432 store  0x00000002 , 0x00004284 
+ 00018264  0x00002433 jam  0x00000012 , 0x00004272 
+ 00018265  0x00002434 branch  0x00004933 
+ 00018266  0x00002437 call  0x00004766 
+ 00018267  0x00002438 call  0x0000475d 
+ 00018268  0x00002439 branch  0x00004933 
+ 00018269  0x0000243c jam  0x00000013 , 0x00004272 
+ 00018270  0x0000243d rtn 
+ 00018271  0x00002440 branch  0x00004949 
+ 00018272  0x00002443 call  0x00004763 
+ 00018273  0x00002444 jam  0x00000018 , 0x00004272 
+ 00018274  0x00002445 branch  0x00004933 
+ 00018275  0x00002448 ifetch  0x00000006 , 0x00000003 
+ 00018276  0x00002449 store  0x00000006 , 0x00004274 
+ 00018277  0x0000244a rtn 
+ 00018278  0x0000244d ifetch  0x00000002 , 0x00000003 
+ 00018279  0x0000244e store  0x00000001 , 0x00004273 
+ 00018280  0x0000244f rtn 
+ 00018281  0x00002452 call  0x00004766 
+ 00018282  0x00002453 call  0x0000496e 
+ 00018283  0x00002454 fetch  0x00000001 , 0x00004273 
+ 00018284  0x00002455 istore  0x00000002 , 0x0000000a 
+ 00018285  0x00002456 rtn 
+ 00018286  0x0000245b call  0x00004766 
+ 00018287  0x0000245c call  0x00004933 
+ 00018288  0x0000245d call  0x00004970 
+ 00018289  0x0000245e force  0x00000000 , 0x0000003f 
+ 00018290  0x0000245f istore  0x00000001 , 0x0000000a 
+ 00018291  0x00002460 fetch  0x00000001 , 0x00004273 
+ 00018292  0x00002461 istore  0x00000002 , 0x0000000a 
+ 00018293  0x00002462 rtn 
+ 00018294  0x00002465 ifetch  0x00000002 , 0x00000003 
+ 00018295  0x00002466 iadd  0x00000022 , 0x0000003f 
+ 00018296  0x00002467 and_into  0x000001fc , 0x0000003f 
+ 00018297  0x00002468 store  0x00000004 , 0x000000f4 
+ 00018298  0x00002469 rtn 
+ 00018299  0x0000246c set0  0x00000025 , 0x00000000 
+ 00018300  0x0000246d bpatch  0x000000e0 , 0x0000401c 
+ 00018301  0x0000246e fetch  0x00000001 , 0x00000274 
+ 00018302  0x0000246f sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00018303  0x00002470 nrtn  0x00000002 
+ 00018304  0x00002471 fetcht  0x00000006 , 0x00000182 
+ 00018305  0x00002472 call  0x000032fc 
+ 00018306  0x00002473 rtn  0x00000005 
+ 00018307  0x00002474 call  0x00004972 
+ 00018308  0x00002475 setarg  0x00010f22 
+ 00018309  0x00002476 istore  0x00000003 , 0x0000000a 
+ 00018310  0x00002477 fetch  0x00000006 , 0x00000182 
+ 00018311  0x00002478 istore  0x00000006 , 0x0000000a 
+ 00018312  0x00002479 fetch  0x00000001 , 0x0000017d 
+ 00018313  0x0000247a copy  0x0000003f , 0x00000002 
+ 00018314  0x0000247b rshift3  0x0000003f , 0x0000003f 
+ 00018315  0x0000247c rshift3  0x0000003f , 0x0000003f 
+ 00018316  0x0000247d istore  0x00000001 , 0x0000000a 
+ 00018317  0x0000247e copy  0x00000002 , 0x0000003f 
+ 00018318  0x0000247f and  0x0000003f , 0x00000030 , 0x0000003f 
+ 00018319  0x00002480 rshift3  0x0000003f , 0x0000003f 
+ 00018320  0x00002481 rshift  0x0000003f , 0x0000003f 
+ 00018321  0x00002482 istore  0x00000001 , 0x0000000a 
+ 00018322  0x00002483 fetch  0x00000003 , 0x0000017f 
+ 00018323  0x00002484 istore  0x00000003 , 0x0000000a 
+ 00018324  0x00002485 fetch  0x00000004 , 0x0000016f 
+ 00018325  0x00002486 isub  0x00000022 , 0x0000003f 
+ 00018326  0x00002487 istore  0x00000002 , 0x0000000a 
+ 00018327  0x00002488 setarg  0x000000c8 
+ 00018328  0x00002489 istore  0x00000001 , 0x0000000a 
+ 00018329  0x0000248a force  0x0000000f , 0x00000039 
+ 00018330  0x0000248b branch  0x00004959 
+ 00018331  0x0000248e set0  0x00000025 , 0x00000000 
+ 00018332  0x0000248f bpatch  0x000000e1 , 0x0000401c 
+ 00018333  0x00002490 force  0x0000021c , 0x00000002 
+ 00018334  0x00002491 fetch  0x00000002 , 0x00000291 
+ 00018335  0x00002492 isub  0x00000002 , 0x0000003e 
+ 00018336  0x00002493 nrtn  0x00000002 
+ 00018337  0x00002494 fetcht  0x00000003 , 0x00000286 
+ 00018338  0x00002495 fetch  0x00000003 , 0x00000185 
+ 00018339  0x00002496 isub  0x00000002 , 0x0000003e 
+ 00018340  0x00002497 rtn  0x00000005 
+ 00018341  0x00002498 rtn  0x00000034 
+ 00018342  0x00002499 store  0x00000003 , 0x00000286 
+ 00018343  0x0000249a fetch  0x00000001 , 0x00000274 
+ 00018344  0x0000249b sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00018345  0x0000249c nrtn  0x00000002 
+ 00018346  0x0000249d fetcht  0x00000006 , 0x00000182 
+ 00018347  0x0000249e call  0x000032fc 
+ 00018348  0x0000249f rtn  0x00000005 
+ 00018349  0x000024a0 call  0x000047cc 
+ 00018350  0x000024a1 force  0x0000000f , 0x00000002 
+ 00018351  0x000024a2 fetch  0x00000001 , 0x000004df 
+ 00018352  0x000024a3 bne  0x00000009 , 0x000047c5 
+ 00018353  0x000024a4 fetch  0x00000001 , 0x000004de 
+ 00018354  0x000024a5 branch  0x000047c5 , 0x00000034 
+ 00018355  0x000024a6 iforce  0x00000039 
+ 00018356  0x000024a7 istore  0x00000001 , 0x0000000a 
+ 00018357  0x000024a8 iadd  0x00000002 , 0x00000002 
+ 00018358  0x000024a9 increase  0x00000001 , 0x00000002 
+ 00018359  0x000024aa arg  0x000004df , 0x00000006 
+ 00018360  0x000024ad ifetch  0x00000001 , 0x00000006 
+ 00018361  0x000024ae istore  0x00000001 , 0x0000000a 
+ 00018362  0x000024af loop  0x000047b8 
+ 00018363  0x000024b1 ifetch  0x00000001 , 0x00000006 
+ 00018364  0x000024b2 branch  0x000047c5 , 0x00000034 
+ 00018365  0x000024b3 iforce  0x00000039 
+ 00018366  0x000024b4 istore  0x00000001 , 0x0000000a 
+ 00018367  0x000024b5 iadd  0x00000002 , 0x00000002 
+ 00018368  0x000024b6 increase  0x00000001 , 0x00000002 
+ 00018369  0x000024b8 ifetch  0x00000001 , 0x00000006 
+ 00018370  0x000024b9 istore  0x00000001 , 0x0000000a 
+ 00018371  0x000024ba loop  0x000047c1 
+ 00018372  0x000024bb branch  0x000047bb 
+ 00018373  0x000024bd sub  0x00000002 , 0x000000ff , 0x0000003f 
+ 00018374  0x000024be iforce  0x00000039 
+ 00018375  0x000024c0 setarg  0x00000000 
+ 00018376  0x000024c1 istore  0x00000001 , 0x0000000a 
+ 00018377  0x000024c2 loop  0x000047c7 
+ 00018378  0x000024c3 force  0x000000ff , 0x00000039 
+ 00018379  0x000024c4 branch  0x00004959 
+ 00018380  0x000024c7 set0  0x00000025 , 0x00000000 
+ 00018381  0x000024c8 bpatch  0x000000e2 , 0x0000401c 
+ 00018382  0x000024c9 call  0x00004972 
+ 00018383  0x000024ca setarg  0x0001ff2f 
+ 00018384  0x000024cb istore  0x00000003 , 0x0000000a 
+ 00018385  0x000024cc fetch  0x00000006 , 0x00000182 
+ 00018386  0x000024cd istore  0x00000006 , 0x0000000a 
+ 00018387  0x000024ce fetch  0x00000001 , 0x0000017d 
+ 00018388  0x000024cf copy  0x0000003f , 0x00000002 
+ 00018389  0x000024d0 rshift3  0x0000003f , 0x0000003f 
+ 00018390  0x000024d1 rshift3  0x0000003f , 0x0000003f 
+ 00018391  0x000024d2 istore  0x00000001 , 0x0000000a 
+ 00018392  0x000024d3 copy  0x00000002 , 0x0000003f 
+ 00018393  0x000024d4 and  0x0000003f , 0x00000030 , 0x0000003f 
+ 00018394  0x000024d5 rshift3  0x0000003f , 0x0000003f 
+ 00018395  0x000024d6 rshift  0x0000003f , 0x0000003f 
+ 00018396  0x000024d7 istore  0x00000001 , 0x0000000a 
+ 00018397  0x000024d8 fetch  0x00000003 , 0x0000017f 
+ 00018398  0x000024d9 istore  0x00000003 , 0x0000000a 
+ 00018399  0x000024da fetch  0x00000004 , 0x0000016f 
+ 00018400  0x000024db isub  0x00000022 , 0x0000003f 
+ 00018401  0x000024dc istore  0x00000002 , 0x0000000a 
+ 00018402  0x000024dd setarg  0x000000c8 
+ 00018403  0x000024de istore  0x00000001 , 0x0000000a 
+ 00018404  0x000024df rtn 
+ 00018405  0x000024e2 set0  0x00000025 , 0x00000000 
+ 00018406  0x000024e3 bpatch  0x000000e3 , 0x0000401c 
+ 00018407  0x000024e4 fetch  0x00000001 , 0x00004132 
+ 00018408  0x000024e5 rtnne  0x00000001 
+ 00018409  0x000024e6 call  0x00004968 
+ 00018410  0x000024e7 istoret  0x00000008 , 0x0000000a 
+ 00018411  0x000024e8 force  0x0000000b , 0x00000039 
+ 00018412  0x000024e9 force  0x0000000b , 0x00000007 
+ 00018413  0x000024ea branch  0x00004952 
+ 00018414  0x000024ed set0  0x00000025 , 0x00000000 
+ 00018415  0x000024ee bpatch  0x000000e4 , 0x0000401c 
+ 00018416  0x000024ef fetch  0x00000001 , 0x00004132 
+ 00018417  0x000024f0 rtnne  0x00000001 
+ 00018418  0x000024f2 call  0x00004970 
+ 00018419  0x000024f3 fetch  0x00000006 , 0x00000040 
+ 00018420  0x000024f4 istore  0x00000006 , 0x0000000a 
+ 00018421  0x000024f5 istoret  0x00000008 , 0x0000000a 
+ 00018422  0x000024f6 force  0x0000000e , 0x00000039 
+ 00018423  0x000024f7 force  0x0000003d , 0x00000007 
+ 00018424  0x000024f8 branch  0x00004952 
+ 00018425  0x000024fb set0  0x00000025 , 0x00000000 
+ 00018426  0x000024fc bpatch  0x000000e5 , 0x0000401c 
+ 00018427  0x000024fd fetch  0x00000001 , 0x00004132 
+ 00018428  0x000024fe rtnne  0x00000001 
+ 00018429  0x00002500 call  0x00004968 
+ 00018430  0x00002501 fetch  0x00000001 , 0x00000449 
+ 00018431  0x00002502 istore  0x00000001 , 0x0000000a 
+ 00018432  0x00002503 setarg  0x00000001 
+ 00018433  0x00002504 istore  0x00000001 , 0x0000000a 
+ 00018434  0x00002505 istoret  0x00000008 , 0x0000000a 
+ 00018435  0x00002506 force  0x0000000d , 0x00000039 
+ 00018436  0x00002507 force  0x00000023 , 0x00000007 
+ 00018437  0x00002508 branch  0x00004952 
+ 00018438  0x0000250c set0  0x00000025 , 0x00000000 
+ 00018439  0x0000250d bpatch  0x000000e6 , 0x0000401c 
+ 00018440  0x0000250e fetch  0x00000001 , 0x00004132 
+ 00018441  0x0000250f rtnne  0x00000001 
+ 00018442  0x00002510 call  0x00004968 
+ 00018443  0x00002511 istoret  0x00000005 , 0x0000000a 
+ 00018444  0x00002512 force  0x00000008 , 0x00000039 
+ 00018445  0x00002513 force  0x0000000c , 0x00000007 
+ 00018446  0x00002514 branch  0x00004952 
+ 00018447  0x00002517 set0  0x00000025 , 0x00000000 
+ 00018448  0x00002518 bpatch  0x000000e7 , 0x0000401c 
+ 00018449  0x00002519 fetch  0x00000001 , 0x00004132 
+ 00018450  0x0000251a rtnne  0x00000001 
+ 00018451  0x0000251c call  0x00004970 
+ 00018452  0x0000251d fetch  0x00000006 , 0x00000040 
+ 00018453  0x0000251e istore  0x00000006 , 0x0000000a 
+ 00018454  0x0000251f fetch  0x00000003 , 0x000007e9 
+ 00018455  0x00002520 istore  0x00000003 , 0x0000000a 
+ 00018456  0x00002521 force  0x00000009 , 0x00000039 
+ 00018457  0x00002522 force  0x00000032 , 0x00000007 
+ 00018458  0x00002523 branch  0x00004952 
+ 00018459  0x00002526 set0  0x00000025 , 0x00000000 
+ 00018460  0x00002527 bpatch  0x000000e8 , 0x0000401d 
+ 00018461  0x00002528 fetch  0x00000001 , 0x00004132 
+ 00018462  0x00002529 rtnne  0x00000001 
+ 00018463  0x0000252b call  0x00004970 
+ 00018464  0x0000252c fetch  0x00000006 , 0x00000040 
+ 00018465  0x0000252d istore  0x00000006 , 0x0000000a 
+ 00018466  0x0000252e force  0x00000006 , 0x00000039 
+ 00018467  0x0000252f force  0x00000031 , 0x00000007 
+ 00018468  0x00002530 branch  0x00004952 
+ 00018469  0x00002534 force  0x00000000 , 0x00000002 
+ 00018470  0x00002536 set0  0x00000025 , 0x00000000 
+ 00018471  0x00002537 bpatch  0x000000e9 , 0x0000401d 
+ 00018472  0x00002538 fetch  0x00000001 , 0x00004132 
+ 00018473  0x00002539 rtnne  0x00000001 
+ 00018474  0x0000253a force  0x00000003 , 0x00000007 
+ 00018475  0x0000253b jam  0x00000005 , 0x00004800 
+ 00018476  0x0000253c call  0x00004970 
+ 00018477  0x0000253d istoret  0x00000001 , 0x0000000a 
+ 00018478  0x0000253e call  0x0000496b 
+ 00018479  0x0000253f call  0x00004965 
+ 00018480  0x00002540 force  0x00000001 , 0x0000003f 
+ 00018481  0x00002541 istore  0x00000001 , 0x0000000a 
+ 00018482  0x00002542 force  0x00000000 , 0x0000003f 
+ 00018483  0x00002543 fetcht  0x00000001 , 0x0000004c 
+ 00018484  0x00002544 isolate1  0x00000002 , 0x00000002 
+ 00018485  0x00002545 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00018486  0x00002546 istore  0x00000001 , 0x0000000a 
+ 00018487  0x00002547 force  0x0000000b , 0x00000039 
+ 00018488  0x00002548 branch  0x00004952 
+ 00018489  0x0000254c set0  0x00000025 , 0x00000000 
+ 00018490  0x0000254d bpatch  0x000000ea , 0x0000401d 
+ 00018491  0x0000254e fetch  0x00000001 , 0x00004132 
+ 00018492  0x0000254f rtnne  0x00000001 
+ 00018493  0x00002550 force  0x00000004 , 0x00000007 
+ 00018494  0x00002551 call  0x00004970 
+ 00018495  0x00002552 call  0x00004965 
+ 00018496  0x00002554 fetch  0x00000003 , 0x0000017f 
+ 00018497  0x00002555 istore  0x00000003 , 0x0000000a 
+ 00018498  0x00002556 istoret  0x00000001 , 0x0000000a 
+ 00018499  0x00002557 force  0x0000000a , 0x00000039 
+ 00018500  0x00002558 branch  0x00004952 
+ 00018501  0x0000255b set0  0x00000025 , 0x00000000 
+ 00018502  0x0000255c bpatch  0x000000eb , 0x0000401d 
+ 00018503  0x0000255d fetch  0x00000001 , 0x00004132 
+ 00018504  0x0000255e rtnne  0x00000001 
+ 00018505  0x0000255f call  0x00004968 
+ 00018506  0x00002560 force  0x00000000 , 0x0000003f 
+ 00018507  0x00002561 fetcht  0x00000001 , 0x0000004c 
+ 00018508  0x00002562 isolate1  0x00000002 , 0x00000002 
+ 00018509  0x00002563 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00018510  0x00002564 istore  0x00000001 , 0x0000000a 
+ 00018511  0x00002565 force  0x00000008 , 0x00000007 
+ 00018512  0x00002566 force  0x00000004 , 0x00000039 
+ 00018513  0x00002567 branch  0x00004952 
+ 00018514  0x0000256b set0  0x00000025 , 0x00000000 
+ 00018515  0x0000256c bpatch  0x000000ec , 0x0000401d 
+ 00018516  0x0000256d fetch  0x00000001 , 0x00004132 
+ 00018517  0x0000256e rtnne  0x00000001 
+ 00018518  0x0000256f force  0x00000018 , 0x00000007 
+ 00018519  0x00002570 call  0x00004970 
+ 00018520  0x00002571 call  0x00004965 
+ 00018521  0x00002572 arg  0x00004262 , 0x00000006 
+ 00018522  0x00002573 force  0x00000010 , 0x00000039 
+ 00018523  0x00002574 call  0x00004976 
+ 00018524  0x00002575 force  0x00000005 , 0x0000003f 
+ 00018525  0x00002576 istore  0x00000001 , 0x0000000a 
+ 00018526  0x00002577 force  0x00000017 , 0x00000039 
+ 00018527  0x00002578 branch  0x00004952 
+ 00018528  0x0000257b fetch  0x00000001 , 0x00004132 
+ 00018529  0x0000257c rtnne  0x00000001 
+ 00018530  0x0000257d force  0x00000033 , 0x00000007 
+ 00018531  0x0000257e call  0x00004970 
+ 00018532  0x0000257f call  0x00004965 
+ 00018533  0x00002580 fetch  0x00000004 , 0x000007ec 
+ 00018534  0x00002581 istore  0x00000004 , 0x0000000a 
+ 00018535  0x00002582 force  0x0000000a , 0x00000039 
+ 00018536  0x00002583 branch  0x00004952 
+ 00018537  0x00002586 fetch  0x00000001 , 0x00004132 
+ 00018538  0x00002587 rtnne  0x00000001 
+ 00018539  0x00002588 force  0x00000036 , 0x00000007 
+ 00018540  0x00002589 call  0x00004970 
+ 00018541  0x0000258a setarg  0x00000000 
+ 00018542  0x0000258b istore  0x00000001 , 0x0000000a 
+ 00018543  0x0000258c call  0x00004965 
+ 00018544  0x0000258d force  0x00000007 , 0x00000039 
+ 00018545  0x0000258e branch  0x00004952 
+ 00018546  0x00002592 set0  0x00000025 , 0x00000000 
+ 00018547  0x00002593 bpatch  0x000000ed , 0x0000401d 
+ 00018548  0x00002594 force  0x00000017 , 0x00000007 
+ 00018549  0x00002596 fetch  0x00000001 , 0x00004132 
+ 00018550  0x00002597 rtnne  0x00000001 
+ 00018551  0x00002598 call  0x00004970 
+ 00018552  0x00002599 call  0x00004965 
+ 00018553  0x0000259a force  0x00000006 , 0x00000039 
+ 00018554  0x0000259b branch  0x00004952 
+ 00018555  0x0000259e fetch  0x00000001 , 0x00004132 
+ 00018556  0x0000259f rtnne  0x00000001 
+ 00018557  0x000025a0 force  0x00000016 , 0x00000007 
+ 00018558  0x000025a1 branch  0x00004875 
+ 00018559  0x000025a5 fetch  0x00000001 , 0x00004132 
+ 00018560  0x000025a6 rtnne  0x00000001 
+ 00018561  0x000025a7 force  0x00000012 , 0x00000007 
+ 00018562  0x000025a8 call  0x00004970 
+ 00018563  0x000025a9 force  0x00000000 , 0x0000003f 
+ 00018564  0x000025aa istore  0x00000001 , 0x0000000a 
+ 00018565  0x000025ab call  0x00004965 
+ 00018566  0x000025ac istoret  0x00000001 , 0x0000000a 
+ 00018567  0x000025ad force  0x00000008 , 0x00000039 
+ 00018568  0x000025ae branch  0x00004952 
+ 00018569  0x000025b1 fetch  0x00000001 , 0x00004132 
+ 00018570  0x000025b2 rtnne  0x00000001 
+ 00018571  0x000025b3 force  0x00000000 , 0x00000002 
+ 00018572  0x000025b4 nbranch  0x0000488e , 0x00000029 
+ 00018573  0x000025b5 force  0x00000001 , 0x00000002 
+ 00018574  0x000025b7 fetch  0x00000001 , 0x00004132 
+ 00018575  0x000025b8 rtnne  0x00000001 
+ 00018576  0x000025b9 force  0x00000012 , 0x00000007 
+ 00018577  0x000025ba call  0x00004970 
+ 00018578  0x000025bb force  0x00000035 , 0x0000003f 
+ 00018579  0x000025bc istore  0x00000001 , 0x0000000a 
+ 00018580  0x000025bd call  0x00004965 
+ 00018581  0x000025be istoret  0x00000001 , 0x0000000a 
+ 00018582  0x000025bf force  0x00000008 , 0x00000039 
+ 00018583  0x000025c0 branch  0x00004952 
+ 00018584  0x000025c3 set0  0x00000025 , 0x00000000 
+ 00018585  0x000025c4 bpatch  0x000000ee , 0x0000401d 
+ 00018586  0x000025c5 fetch  0x00000001 , 0x00004132 
+ 00018587  0x000025c6 rtnne  0x00000001 
+ 00018588  0x000025c7 call  0x00004972 
+ 00018589  0x000025c8 setarg  0x0000ff07 
+ 00018590  0x000025c9 istore  0x00000002 , 0x0000000a 
+ 00018591  0x000025ca deposit  0x00000007 
+ 00018592  0x000025cb istore  0x00000001 , 0x0000000a 
+ 00018593  0x000025cc call  0x00004965 
+ 00018594  0x000025cd arg  0x00000103 , 0x00000006 
+ 00018595  0x000025ce force  0x000000f8 , 0x00000039 
+ 00018596  0x000025d0 ifetch  0x00000001 , 0x00000006 
+ 00018597  0x000025d1 istore  0x00000001 , 0x0000000a 
+ 00018598  0x000025d2 loop  0x000048a4 
+ 00018599  0x000025d3 force  0x000000ff , 0x00000039 
+ 00018600  0x000025d4 branch  0x00004959 
+ 00018601  0x000025d7 set0  0x00000025 , 0x00000000 
+ 00018602  0x000025d8 bpatch  0x000000ef , 0x0000401d 
+ 00018603  0x000025d9 fetch  0x00000001 , 0x00004132 
+ 00018604  0x000025da rtnne  0x00000001 
+ 00018605  0x000025db hfetch  0x00000001 , 0x0000810e 
+ 00018606  0x000025dc nrtn  0x00000034 
+ 00018607  0x000025dd fetch  0x00000001 , 0x0000004b 
+ 00018608  0x000025de rtnbit0  0x00000007 
+ 00018609  0x000025df set0  0x00000007 , 0x0000003f 
+ 00018610  0x000025e0 store  0x00000001 , 0x0000004b 
+ 00018611  0x000025e1 call  0x00004970 
+ 00018612  0x000025e2 force  0x00000001 , 0x0000003f 
+ 00018613  0x000025e3 istore  0x00000001 , 0x0000000a 
+ 00018614  0x000025e4 call  0x0000496b 
+ 00018615  0x000025e5 force  0x00000001 , 0x0000003f 
+ 00018616  0x000025e6 istore  0x00000002 , 0x0000000a 
+ 00018617  0x000025e7 force  0x00000013 , 0x00000007 
+ 00018618  0x000025e8 force  0x00000005 , 0x00000039 
+ 00018619  0x000025e9 branch  0x00004952 
+ 00018620  0x000025ee set0  0x00000025 , 0x00000000 
+ 00018621  0x000025ef bpatch  0x000000f0 , 0x0000401e 
+ 00018622  0x000025f0 fetch  0x00000001 , 0x00004132 
+ 00018623  0x000025f1 rtnne  0x00000001 
+ 00018624  0x000025f2 call  0x00004968 
+ 00018625  0x000025f3 force  0x00000006 , 0x00000007 
+ 00018626  0x000025f4 force  0x00000003 , 0x00000039 
+ 00018627  0x000025f5 branch  0x00004952 
+ 00018628  0x000025fa set0  0x00000025 , 0x00000000 
+ 00018629  0x000025fb bpatch  0x000000f1 , 0x0000401e 
+ 00018630  0x000025fc fetch  0x00000001 , 0x00004132 
+ 00018631  0x000025fd rtnne  0x00000001 
+ 00018632  0x000025fe call  0x00004970 
+ 00018633  0x000025ff force  0x00000000 , 0x0000003f 
+ 00018634  0x00002600 istore  0x00000001 , 0x0000000a 
+ 00018635  0x00002601 istoret  0x00000002 , 0x0000000a 
+ 00018636  0x00002602 fetch  0x00000001 , 0x000002c0 
+ 00018637  0x00002603 istore  0x00000001 , 0x0000000a 
+ 00018638  0x00002604 force  0x00000005 , 0x00000007 
+ 00018639  0x00002605 force  0x00000004 , 0x00000039 
+ 00018640  0x00002606 branch  0x00004952 
+ 00018641  0x0000260a set0  0x00000025 , 0x00000000 
+ 00018642  0x0000260b bpatch  0x000000f2 , 0x0000401e 
+ 00018643  0x0000260c fetch  0x00000001 , 0x00004132 
+ 00018644  0x0000260d rtnne  0x00000001 , 0x0000003f 
+ 00018645  0x0000260e call  0x00004970 
+ 00018646  0x0000260f setarg  0x00000102 
+ 00018647  0x00002610 istore  0x00000002 , 0x0000000a 
+ 00018648  0x00002611 fetcht  0x00000001 , 0x00000340 
+ 00018649  0x00002612 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00018650  0x00002613 istore  0x00000001 , 0x0000000a 
+ 00018651  0x00002614 copy  0x00000011 , 0x0000003f 
+ 00018652  0x00002615 istore  0x00000001 , 0x0000000a 
+ 00018653  0x00002616 fetcht  0x00000001 , 0x00000341 
+ 00018654  0x00002617 increase  0xfffffffa , 0x00000002 
+ 00018655  0x00002618 fetch  0x00000006 , 0x00000342 
+ 00018656  0x00002619 istore  0x00000006 , 0x0000000a 
+ 00018657  0x0000261a istoret  0x00000001 , 0x0000000a 
+ 00018658  0x0000261b copy  0x00000002 , 0x00000039 
+ 00018659  0x0000261c call  0x00004976 
+ 00018660  0x0000261d setarg  0x0000007f 
+ 00018661  0x0000261e istore  0x00000001 , 0x0000000a 
+ 00018662  0x0000261f copy  0x00000002 , 0x00000039 
+ 00018663  0x00002620 add  0x00000039 , 0x0000000c , 0x00000039 
+ 00018664  0x00002621 force  0x0000003e , 0x00000007 
+ 00018665  0x00002622 branch  0x00004952 
+ 00018666  0x00002625 set0  0x00000025 , 0x00000000 
+ 00018667  0x00002626 bpatch  0x000000f3 , 0x0000401e 
+ 00018668  0x00002627 fetch  0x00000001 , 0x00004132 
+ 00018669  0x00002628 rtnne  0x00000001 , 0x0000003f 
+ 00018670  0x00002629 call  0x00004970 
+ 00018671  0x0000262a setarg  0x00000001 
+ 00018672  0x0000262b istore  0x00000001 , 0x0000000a 
+ 00018673  0x0000262c istoret  0x00000001 , 0x0000000a 
+ 00018674  0x0000262d fetch  0x00000001 , 0x000003d6 
+ 00018675  0x0000262e istore  0x00000002 , 0x0000000a 
+ 00018676  0x0000262f fetch  0x00000001 , 0x000003c1 
+ 00018677  0x00002630 rshift  0x0000003f , 0x0000003f 
+ 00018678  0x00002631 setflip  0x00000000 , 0x0000003f 
+ 00018679  0x00002632 istore  0x00000001 , 0x0000000a 
+ 00018680  0x00002633 fetch  0x00000001 , 0x000044e6 
+ 00018681  0x00002634 istore  0x00000001 , 0x0000000a 
+ 00018682  0x00002635 fetch  0x00000006 , 0x000003d0 
+ 00018683  0x00002636 istore  0x00000006 , 0x0000000a 
+ 00018684  0x00002637 fetch  0x00000002 , 0x000043d0 
+ 00018685  0x00002638 istore  0x00000002 , 0x0000000a 
+ 00018686  0x00002639 fetch  0x00000002 , 0x000003ed 
+ 00018687  0x0000263a istore  0x00000002 , 0x0000000a 
+ 00018688  0x0000263b fetch  0x00000002 , 0x000003ef 
+ 00018689  0x0000263c istore  0x00000002 , 0x0000000a 
+ 00018690  0x0000263d fetch  0x00000001 , 0x000003f8 
+ 00018691  0x0000263e istore  0x00000001 , 0x0000000a 
+ 00018692  0x0000263f force  0x0000003e , 0x00000007 
+ 00018693  0x00002640 arg  0x00000013 , 0x00000039 
+ 00018694  0x00002641 branch  0x00004952 
+ 00018695  0x00002646 set0  0x00000025 , 0x00000000 
+ 00018696  0x00002647 bpatch  0x000000f4 , 0x0000401e 
+ 00018697  0x00002648 fetch  0x00000001 , 0x00004132 
+ 00018698  0x00002649 rtnne  0x00000001 
+ 00018699  0x0000264b call  0x00004970 
+ 00018700  0x0000264c call  0x00004968 
+ 00018701  0x0000264d istoret  0x00000001 , 0x0000000a 
+ 00018702  0x0000264e fetch  0x00000002 , 0x00000032 
+ 00018703  0x0000264f rshift  0x0000003f , 0x0000003f 
+ 00018704  0x00002650 istore  0x00000002 , 0x0000000a 
+ 00018705  0x00002651 force  0x00000006 , 0x00000039 
+ 00018706  0x00002652 force  0x00000014 , 0x00000007 
+ 00018707  0x00002653 branch  0x00004952 
+ 00018708  0x00002657 set0  0x00000025 , 0x00000000 
+ 00018709  0x00002658 bpatch  0x000000f5 , 0x0000401e 
+ 00018710  0x00002659 fetch  0x00000001 , 0x00004132 
+ 00018711  0x0000265a rtnne  0x00000001 
+ 00018712  0x0000265b set0  0x00000025 , 0x00000000 
+ 00018713  0x0000265c bpatch  0x000000f6 , 0x0000401e 
+ 00018714  0x0000265d call  0x00004970 
+ 00018715  0x0000265e istoret  0x00000001 , 0x0000000a 
+ 00018716  0x0000265f setarg  0x00000e00 
+ 00018717  0x00002660 istore  0x00000002 , 0x0000000a 
+ 00018718  0x00002661 call  0x00004965 
+ 00018719  0x00002662 force  0x00000000 , 0x0000003f 
+ 00018720  0x00002663 bmark1  0x00000007 , 0x00004924 
+ 00018721  0x00002664 force  0x00000000 , 0x0000003f 
+ 00018722  0x00002665 istore  0x00000007 , 0x0000000a 
+ 00018723  0x00002666 branch  0x0000492c 
+ 00018724  0x00002668 fetch  0x00000001 , 0x00004132 
+ 00018725  0x00002669 rtnne  0x00000001 
+ 00018726  0x0000266a setarg  0x00020602 
+ 00018727  0x0000266b istore  0x00000003 , 0x0000000a 
+ 00018728  0x0000266c setarg  0x0000001e 
+ 00018729  0x0000266d istore  0x00000002 , 0x0000000a 
+ 00018730  0x0000266e setarg  0x0000001e 
+ 00018731  0x0000266f istore  0x00000002 , 0x0000000a 
+ 00018732  0x00002671 fetch  0x00000001 , 0x00004132 
+ 00018733  0x00002672 rtnne  0x00000001 
+ 00018734  0x00002673 fetch  0x00000001 , 0x000000ab 
+ 00018735  0x00002674 istore  0x00000001 , 0x0000000a 
+ 00018736  0x00002675 force  0x0000002c , 0x00000007 
+ 00018737  0x00002676 force  0x00000011 , 0x00000039 
+ 00018738  0x00002677 branch  0x00004952 
+ 00018739  0x0000267b set0  0x00000025 , 0x00000000 
+ 00018740  0x0000267c bpatch  0x000000f7 , 0x0000401e 
+ 00018741  0x0000267d call  0x00004970 
+ 00018742  0x0000267e setarg  0x00000100 
+ 00018743  0x0000267f istore  0x00000002 , 0x0000000a 
+ 00018744  0x00002680 deposit  0x00000030 
+ 00018745  0x00002681 istore  0x00000002 , 0x0000000a 
+ 00018746  0x00002682 force  0x00000004 , 0x00000039 
+ 00018747  0x00002683 force  0x0000000f , 0x00000007 
+ 00018748  0x00002684 branch  0x00004952 
+ 00018749  0x00002687 set0  0x00000025 , 0x00000000 
+ 00018750  0x00002688 bpatch  0x000000f8 , 0x0000401f 
+ 00018751  0x00002689 call  0x00004970 
+ 00018752  0x0000268a deposit  0x00000011 
+ 00018753  0x0000268b istore  0x00000001 , 0x0000000a 
+ 00018754  0x0000268c setarg  0x00000001 
+ 00018755  0x0000268d istore  0x00000001 , 0x0000000a 
+ 00018756  0x0000268e deposit  0x00000030 
+ 00018757  0x0000268f istore  0x00000002 , 0x0000000a 
+ 00018758  0x00002690 force  0x00000004 , 0x00000039 
+ 00018759  0x00002691 force  0x0000000f , 0x00000007 
+ 00018760  0x00002692 branch  0x00004952 
+ 00018761  0x00002695 set0  0x00000025 , 0x00000000 
+ 00018762  0x00002696 bpatch  0x000000f9 , 0x0000401f 
+ 00018763  0x00002697 force  0x00000004 , 0x00000039 
+ 00018764  0x00002699 call  0x00004970 
+ 00018765  0x0000269a force  0x00000001 , 0x0000003f 
+ 00018766  0x0000269b istore  0x00000001 , 0x0000000a 
+ 00018767  0x0000269c deposit  0x00000030 
+ 00018768  0x0000269d istore  0x00000003 , 0x0000000a 
+ 00018769  0x0000269e force  0x0000000e , 0x00000007 
+ 00018770  0x000026a0 set0  0x00000025 , 0x00000000 
+ 00018771  0x000026a1 bpatch  0x000000fa , 0x0000401f 
+ 00018772  0x000026a2 call  0x00004972 
+ 00018773  0x000026a3 deposit  0x00000007 
+ 00018774  0x000026a4 istore  0x00000001 , 0x0000000a 
+ 00018775  0x000026a5 deposit  0x00000039 
+ 00018776  0x000026a6 istore  0x00000001 , 0x0000000a 
+ 00018777  0x000026a8 set1  0x00000013 , 0x00000000 
+ 00018778  0x000026a9 force  0x00000005 , 0x00000007 
+ 00018779  0x000026aa increase  0x00000002 , 0x00000039 
+ 00018780  0x000026ac call  0x00004494 
+ 00018781  0x000026ad branch  0x00004378 , 0x00000001 
+ 00018782  0x000026ae branch  0x00004422 
+ 00018783  0x000026b1 force  0x000000ff , 0x00000007 
+ 00018784  0x000026b2 call  0x00004970 
+ 00018785  0x000026b3 setarg  0x00000001 
+ 00018786  0x000026b4 istore  0x00000001 , 0x0000000a 
+ 00018787  0x000026b5 force  0x00000001 , 0x00000039 
+ 00018788  0x000026b6 branch  0x00004952 
+ 00018789  0x000026ba fetch  0x00000006 , 0x00000040 
+ 00018790  0x000026bb istore  0x00000006 , 0x0000000a 
+ 00018791  0x000026bc rtn 
+ 00018792  0x000026bf call  0x00004970 
+ 00018793  0x000026c0 force  0x00000000 , 0x0000003f 
+ 00018794  0x000026c1 istore  0x00000001 , 0x0000000a 
+ 00018795  0x000026c3 fetch  0x00000001 , 0x00000046 
+ 00018796  0x000026c4 istore  0x00000002 , 0x0000000a 
+ 00018797  0x000026c5 rtn 
+ 00018798  0x000026c8 force  0x0000000c , 0x0000000a 
+ 00018799  0x000026c9 branch  0x00004973 
+ 00018800  0x000026cc force  0x00000008 , 0x0000000a 
+ 00018801  0x000026cd branch  0x00004973 
+ 00018802  0x000026d0 force  0x00000006 , 0x0000000a 
+ 00018803  0x000026d2 call  0x00004494 
+ 00018804  0x000026d3 branch  0x000043de , 0x00000001 
+ 00018805  0x000026d4 branch  0x0000441e 
+ 00018806  0x000026d7 deposit  0x00000039 
+ 00018807  0x000026d8 rtn  0x00000034 
+ 00018808  0x000026da ifetch  0x00000001 , 0x00000006 
+ 00018809  0x000026db istore  0x00000001 , 0x0000000a 
+ 00018810  0x000026dc loop  0x00004978 
+ 00018811  0x000026dd rtn 
+ 00018812  0x000026e0 deposit  0x00000039 
+ 00018813  0x000026e1 rtn  0x00000034 
+ 00018814  0x000026e3 ifetch  0x00000001 , 0x00000003 
+ 00018815  0x000026e4 istore  0x00000001 , 0x00000005 
+ 00018816  0x000026e5 loop  0x0000497e 
+ 00018817  0x000026e6 rtn 
+ 00018818  0x000026e9 istore  0x00000001 , 0x0000000a 
+ 00018819  0x000026ea rshift8  0x0000003f , 0x0000003f 
+ 00018820  0x000026eb loop  0x00004982 
+ 00018821  0x000026ec rtn 
+ 00018822  0x000026f0 pulse  0x0000000f 
+ 00018823  0x000026f1 enable  0x00000009 
+ 00018824  0x000026f3 ifetch  0x00000001 , 0x0000000a 
+ 00018825  0x000026f4 inject  0x00000000 , 0x00000008 
+ 00018826  0x000026f5 loop  0x00004988 
+ 00018827  0x000026f6 enable  0x00000008 
+ 00018828  0x000026f7 inject  0x00000000 , 0x00000010 
+ 00018829  0x000026f8 disable  0x00000008 
+ 00018830  0x000026f9 disable  0x00000009 
+ 00018831  0x000026fa disable  0x0000000f 
+ 00018832  0x000026fb byteswap  0x0000003f , 0x0000003f 
+ 00018833  0x000026fc rtn 
+ 00018834  0x000026ff nop  0x00000001 
+ 00018835  0x00002700 hjam  0x00000001 , 0x00008203 
+ 00018836  0x00002701 branch  0x00004992 
+ 00018837  0x00002706 set0  0x00000025 , 0x00000000 
+ 00018838  0x00002707 bpatch  0x000000fb , 0x0000401f 
+ 00018839  0x00002708 fetch  0x00000001 , 0x00004272 
+ 00018840  0x00002709 rtn  0x00000034 
+ 00018841  0x0000270a fetch  0x00000001 , 0x0000007c 
+ 00018842  0x0000270b nrtn  0x00000034 
+ 00018843  0x0000270c call  0x000049be 
+ 00018844  0x0000270d nbranch  0x000049aa , 0x00000005 
+ 00018845  0x0000270e fetch  0x00000001 , 0x00004272 
+ 00018846  0x0000270f beq  0x00000003 , 0x000049d4 
+ 00018847  0x00002710 beq  0x00000009 , 0x000049da 
+ 00018848  0x00002711 beq  0x0000000a , 0x000049e6 
+ 00018849  0x00002712 beq  0x0000000b , 0x000049ed 
+ 00018850  0x00002713 beq  0x0000000c , 0x000049f7 
+ 00018851  0x00002714 beq  0x00000008 , 0x00004a32 
+ 00018852  0x00002715 beq  0x00000018 , 0x000049cc 
+ 00018853  0x00002716 beq  0x00000007 , 0x000049c6 
+ 00018854  0x00002717 beq  0x00000019 , 0x000049ca 
+ 00018855  0x00002718 beq  0x0000001a , 0x00004a53 
+ 00018856  0x00002719 beq  0x00000012 , 0x00004a19 
+ 00018857  0x0000271a beq  0x00000013 , 0x00004a28 
+ 00018858  0x0000271c set0  0x00000025 , 0x00000000 
+ 00018859  0x0000271d bpatch  0x000000fc , 0x0000401f 
+ 00018860  0x0000271e call  0x000049c2 
+ 00018861  0x0000271f nrtn  0x00000034 
+ 00018862  0x00002720 fetch  0x00000001 , 0x00004272 
+ 00018863  0x00002721 beq  0x0000000d , 0x00004a01 
+ 00018864  0x00002722 beq  0x0000000f , 0x00004a0b 
+ 00018865  0x00002723 beq  0x0000000e , 0x00004a0d 
+ 00018866  0x00002724 beq  0x00000010 , 0x00004a2a 
+ 00018867  0x00002725 beq  0x00000011 , 0x00004a34 
+ 00018868  0x00002726 beq  0x0000001c , 0x00004a38 
+ 00018869  0x00002727 beq  0x00000004 , 0x00004a0f 
+ 00018870  0x00002728 beq  0x00000015 , 0x00004a14 
+ 00018871  0x00002729 beq  0x00000014 , 0x00004a17 
+ 00018872  0x0000272a beq  0x00000017 , 0x00004a48 
+ 00018873  0x0000272b beq  0x00000016 , 0x00004a51 
+ 00018874  0x0000272c rtnne  0x00000006 
+ 00018875  0x0000272d call  0x00005ed5 
+ 00018876  0x0000272f jam  0x00000000 , 0x00004272 
+ 00018877  0x00002730 rtn 
+ 00018878  0x00002733 fetch  0x00000006 , 0x00004274 
+ 00018879  0x00002734 fetcht  0x00000006 , 0x00000040 
+ 00018880  0x00002735 isub  0x00000002 , 0x0000003e 
+ 00018881  0x00002736 rtn 
+ 00018882  0x0000273a fetch  0x00000001 , 0x00004273 
+ 00018883  0x0000273b fetcht  0x00000001 , 0x00000046 
+ 00018884  0x0000273c isub  0x00000002 , 0x0000003f 
+ 00018885  0x0000273d rtn 
+ 00018886  0x00002740 jam  0x00000003 , 0x0000007c 
+ 00018887  0x00002741 jam  0x00000033 , 0x0000007d 
+ 00018888  0x00002742 call  0x00006212 
+ 00018889  0x00002743 branch  0x000049bc 
+ 00018890  0x00002746 branch  0x00004a38 , 0x00000029 
+ 00018891  0x00002747 set1  0x00000004 , 0x00000000 
+ 00018892  0x00002749 jam  0x00000034 , 0x0000007c 
+ 00018893  0x0000274a set1  0x00000003 , 0x00000000 
+ 00018894  0x0000274b nbranch  0x000049bc , 0x00000029 
+ 00018895  0x0000274c jam  0x00000013 , 0x0000007c 
+ 00018896  0x0000274d fetch  0x00000001 , 0x00000177 
+ 00018897  0x0000274e set0  0x00000002 , 0x0000003f 
+ 00018898  0x0000274f store  0x00000001 , 0x00000177 
+ 00018899  0x00002750 branch  0x000049bc 
+ 00018900  0x00002754 jam  0x00000001 , 0x0000007c 
+ 00018901  0x00002755 jam  0x00000000 , 0x00000053 
+ 00018902  0x00002756 branch  0x000049bc 
+ 00018903  0x0000275a jam  0x00000001 , 0x000007dd 
+ 00018904  0x0000275b jam  0x00000012 , 0x000007db 
+ 00018905  0x0000275c branch  0x000049bc 
+ 00018906  0x0000275f fetch  0x00000001 , 0x0000004b 
+ 00018907  0x00002760 bbit1  0x00000002 , 0x000049df 
+ 00018908  0x00002761 call  0x00006209 
+ 00018909  0x00002762 jam  0x00000008 , 0x0000007c 
+ 00018910  0x00002763 branch  0x000049bc 
+ 00018911  0x00002765 set0  0x00000002 , 0x0000003f 
+ 00018912  0x00002766 store  0x00000001 , 0x0000004b 
+ 00018913  0x00002767 call  0x00005ed0 
+ 00018914  0x00002768 setarg  0x00000000 
+ 00018915  0x00002769 setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00018916  0x0000276a store  0x00000001 , 0x0000007f 
+ 00018917  0x0000276b branch  0x000049bc 
+ 00018918  0x0000276e jam  0x00000018 , 0x00000446 
+ 00018919  0x0000276f jam  0x00000007 , 0x0000007c 
+ 00018920  0x00002770 fetch  0x00000001 , 0x00000030 
+ 00018921  0x00002771 bbit1  0x00000000 , 0x000049bc 
+ 00018922  0x00002772 force  0x00000018 , 0x00000002 
+ 00018923  0x00002773 call  0x00004826 
+ 00018924  0x00002774 branch  0x000049bc 
+ 00018925  0x00002778 call  0x0000321f 
+ 00018926  0x00002779 fetch  0x00000001 , 0x0000004b 
+ 00018927  0x0000277a bbit1  0x00000001 , 0x00004a08 
+ 00018928  0x0000277b bbit1  0x00000000 , 0x000049f3 
+ 00018929  0x0000277c bbit1  0x00000002 , 0x000049df 
+ 00018930  0x0000277d branch  0x000049bc 
+ 00018931  0x0000277f set0  0x00000000 , 0x0000003f 
+ 00018932  0x00002780 store  0x00000001 , 0x0000004b 
+ 00018933  0x00002781 jam  0x0000000c , 0x0000007c 
+ 00018934  0x00002782 branch  0x000049bc 
+ 00018935  0x00002785 fetch  0x00000001 , 0x0000004b 
+ 00018936  0x00002786 bbit1  0x00000000 , 0x000049fb 
+ 00018937  0x00002787 call  0x0000487b 
+ 00018938  0x00002788 branch  0x000049bc 
+ 00018939  0x0000278a set0  0x00000000 , 0x0000003f 
+ 00018940  0x0000278b store  0x00000001 , 0x0000004b 
+ 00018941  0x0000278c jam  0x00000004 , 0x0000007c 
+ 00018942  0x0000278d jam  0x0000000b , 0x0000007d 
+ 00018943  0x0000278e jam  0x00000006 , 0x0000007e 
+ 00018944  0x0000278f branch  0x000049bc 
+ 00018945  0x00002793 fetch  0x00000001 , 0x0000004b 
+ 00018946  0x00002794 set1  0x00000001 , 0x0000003f 
+ 00018947  0x00002795 store  0x00000001 , 0x0000004b 
+ 00018948  0x00002796 fetch  0x00000001 , 0x00000030 
+ 00018949  0x00002797 bbit1  0x00000007 , 0x00004a08 
+ 00018950  0x00002798 call  0x00004872 
+ 00018951  0x00002799 branch  0x000049bc 
+ 00018952  0x0000279d call  0x00006209 
+ 00018953  0x0000279e jam  0x0000000b , 0x0000007c 
+ 00018954  0x0000279f branch  0x000049bc 
+ 00018955  0x000027a2 jam  0x0000000f , 0x0000007c 
+ 00018956  0x000027a3 branch  0x000049bc 
+ 00018957  0x000027a6 jam  0x0000000f , 0x0000007c 
+ 00018958  0x000027a7 branch  0x000049bc 
+ 00018959  0x000027aa set0  0x00000025 , 0x00000000 
+ 00018960  0x000027ab bpatch  0x000000fd , 0x0000401f 
+ 00018961  0x000027ac jam  0x00000027 , 0x0000007c 
+ 00018962  0x000027ad jam  0x00000050 , 0x00004272 
+ 00018963  0x000027ae rtn 
+ 00018964  0x000027b1 jam  0x00000083 , 0x0000007c 
+ 00018965  0x000027b2 jam  0x00000051 , 0x00004272 
+ 00018966  0x000027b3 rtn 
+ 00018967  0x000027b6 jam  0x00000025 , 0x0000007c 
+ 00018968  0x000027b7 branch  0x000049bc 
+ 00018969  0x000027ba jam  0x00000017 , 0x0000007c 
+ 00018970  0x000027bb arg  0x00000455 , 0x00000005 
+ 00018971  0x000027bc setarg  0x00000000 
+ 00018972  0x000027bd isolate1  0x0000001b , 0x00000028 
+ 00018973  0x000027be setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00018974  0x000027bf istore  0x00000001 , 0x00000005 
+ 00018975  0x000027c0 setarg  0x00000000 
+ 00018976  0x000027c1 istore  0x00000002 , 0x00000005 
+ 00018977  0x000027c2 fetch  0x00000002 , 0x00004280 
+ 00018978  0x000027c3 istore  0x00000002 , 0x00000005 
+ 00018979  0x000027c4 fetch  0x00000001 , 0x00004282 
+ 00018980  0x000027c5 istore  0x00000002 , 0x00000005 
+ 00018981  0x000027c6 fetch  0x00000001 , 0x00004284 
+ 00018982  0x000027c7 istore  0x00000002 , 0x00000005 
+ 00018983  0x000027c8 branch  0x000049bc 
+ 00018984  0x000027cb jam  0x00000018 , 0x0000007c 
+ 00018985  0x000027cc branch  0x000049bc 
+ 00018986  0x000027cf call  0x00003512 
+ 00018987  0x000027d0 store  0x00000001 , 0x000000ad 
+ 00018988  0x000027d1 fetch  0x00000001 , 0x00000046 
+ 00018989  0x000027d2 store  0x00000001 , 0x000000ac 
+ 00018990  0x000027d3 jam  0x0000002b , 0x0000007c 
+ 00018991  0x000027d4 set1  0x00000007 , 0x00000000 
+ 00018992  0x000027d5 jam  0x0000008c , 0x0000007c 
+ 00018993  0x000027d6 branch  0x000049bc 
+ 00018994  0x000027d9 call  0x00005ed5 
+ 00018995  0x000027da branch  0x000049bc 
+ 00018996  0x000027dd jam  0x0000002c , 0x0000007c 
+ 00018997  0x000027de bmark0  0x00000007 , 0x000049bc 
+ 00018998  0x000027df jam  0x0000008d , 0x0000007c 
+ 00018999  0x000027e0 branch  0x000049bc 
+ 00019000  0x000027e3 branch  0x00004a41 , 0x00000029 
+ 00019001  0x000027e4 jam  0x00000003 , 0x0000007c 
+ 00019002  0x000027e5 jam  0x0000002b , 0x0000007d 
+ 00019003  0x000027e6 bmark0  0x00000007 , 0x000049bc 
+ 00019004  0x000027e7 fetch  0x00000001 , 0x000000b0 
+ 00019005  0x000027e8 bne  0x00000007 , 0x00005c04 
+ 00019006  0x000027e9 jam  0x00000081 , 0x0000007c 
+ 00019007  0x000027ea jam  0x0000008c , 0x0000007d 
+ 00019008  0x000027eb branch  0x000049bc 
+ 00019009  0x000027ed call  0x00003512 
+ 00019010  0x000027ee store  0x00000001 , 0x000000ad 
+ 00019011  0x000027ef fetch  0x00000001 , 0x00000046 
+ 00019012  0x000027f0 store  0x00000001 , 0x000000ac 
+ 00019013  0x000027f1 jam  0x0000002b , 0x0000007c 
+ 00019014  0x000027f2 bmark0  0x00000007 , 0x000049bc 
+ 00019015  0x000027f3 branch  0x00005c04 
+ 00019016  0x000027f7 call  0x0000496e 
+ 00019017  0x000027f8 call  0x0000496b 
+ 00019018  0x000027f9 force  0x00000000 , 0x0000003f 
+ 00019019  0x000027fa nsetflag  0x00000029 , 0x00000000 , 0x0000003f 
+ 00019020  0x000027fb istore  0x00000001 , 0x0000000a 
+ 00019021  0x000027fc force  0x00000007 , 0x00000039 
+ 00019022  0x000027fd arg  0x00000809 , 0x00000030 
+ 00019023  0x000027fe call  0x0000494c 
+ 00019024  0x000027ff branch  0x000049bc 
+ 00019025  0x00002802 jam  0x0000009a , 0x0000007c 
+ 00019026  0x00002803 branch  0x000049bc 
+ 00019027  0x00002806 jam  0x00000007 , 0x0000007c 
+ 00019028  0x00002807 jam  0x00000013 , 0x00000446 
+ 00019029  0x00002808 branch  0x000049bc 
+ 00019030  0x0000280e jam  0x00000000 , 0x000002bc 
+ 00019031  0x00002811 ifetch  0x00000001 , 0x00000003 
+ 00019032  0x00002812 store  0x00000001 , 0x000002bb 
+ 00019033  0x00002813 call  0x00004a6d 
+ 00019034  0x00002815 call  0x00007e00 
+ 00019035  0x00002816 fetch  0x00000001 , 0x000002bb 
+ 00019036  0x00002817 copy  0x0000003f , 0x00000002 
+ 00019037  0x00002818 fetch  0x00000001 , 0x0000029f 
+ 00019038  0x00002819 increase  0x00000001 , 0x0000003f 
+ 00019039  0x0000281a icompare  0x000000ff , 0x00000002 
+ 00019040  0x0000281b nbranch  0x00004a77 , 0x00000001 
+ 00019041  0x0000281c store  0x00000001 , 0x0000029f 
+ 00019042  0x0000281d call  0x00007e0e 
+ 00019043  0x0000281f ifetch  0x00000001 , 0x00000003 
+ 00019044  0x00002820 beq  0x00000001 , 0x00004ad8 
+ 00019045  0x00002821 beq  0x00000002 , 0x00004aae 
+ 00019046  0x00002822 beq  0x00000003 , 0x00004adf 
+ 00019047  0x00002823 beq  0x00000005 , 0x00004ac3 
+ 00019048  0x00002824 beq  0x00000006 , 0x00004a80 
+ 00019049  0x00002825 beq  0x00000007 , 0x00004a91 
+ 00019050  0x00002826 beq  0x00000008 , 0x00004aa8 
+ 00019051  0x00002827 beq  0x00000009 , 0x00004ae6 
+ 00019052  0x00002828 rtn 
+ 00019053  0x0000282a copy  0x0000003f , 0x00000002 
+ 00019054  0x0000282b call  0x00007e00 
+ 00019055  0x0000282c fetch  0x00000001 , 0x000002bc 
+ 00019056  0x0000282d iadd  0x00000002 , 0x0000003f 
+ 00019057  0x0000282e store  0x00000001 , 0x000002bc 
+ 00019058  0x0000282f branch  0x00007e0e 
+ 00019059  0x00002833 force  0x00000001 , 0x0000003f 
+ 00019060  0x00002834 call  0x000044b5 
+ 00019061  0x00002835 fetch  0x00000001 , 0x0000029f 
+ 00019062  0x00002836 branch  0x000044b5 
+ 00019063  0x00002839 call  0x00007e0e 
+ 00019064  0x0000283a branch  0x00004a7c 
+ 00019065  0x0000283c fetch  0x00000001 , 0x0000029f 
+ 00019066  0x0000283d increase  0xffffffff , 0x0000003f 
+ 00019067  0x0000283e store  0x00000001 , 0x0000029f 
+ 00019068  0x00002840 force  0x00000000 , 0x0000003f 
+ 00019069  0x00002841 call  0x000044b5 
+ 00019070  0x00002842 fetch  0x00000001 , 0x0000029f 
+ 00019071  0x00002843 branch  0x000044b5 
+ 00019072  0x00002846 call  0x00004a6d 
+ 00019073  0x00002847 ifetch  0x00000001 , 0x00000003 
+ 00019074  0x00002848 store  0x00000001 , 0x000002bd 
+ 00019075  0x00002849 call  0x00004a6d 
+ 00019076  0x0000284a ifetch  0x00000001 , 0x00000003 
+ 00019077  0x0000284b lshift8  0x0000003f , 0x00000005 
+ 00019078  0x0000284c call  0x00004a6d 
+ 00019079  0x0000284d fetch  0x00000001 , 0x000002bd 
+ 00019080  0x0000284e iadd  0x00000005 , 0x00000005 
+ 00019081  0x0000284f ifetch  0x00000001 , 0x00000003 
+ 00019082  0x00002850 istore  0x00000001 , 0x00000005 
+ 00019083  0x00002851 call  0x00004a6d 
+ 00019084  0x00002852 ifetch  0x00000001 , 0x00000003 
+ 00019085  0x00002853 call  0x00004a6d 
+ 00019086  0x00002854 fetch  0x00000001 , 0x000002bc 
+ 00019087  0x00002855 bne  0x000000ff , 0x00004a79 
+ 00019088  0x00002856 branch  0x00004a73 
+ 00019089  0x00002859 call  0x00004a6d 
+ 00019090  0x0000285a ifetch  0x00000001 , 0x00000003 
+ 00019091  0x0000285b store  0x00000001 , 0x000002bd 
+ 00019092  0x0000285c call  0x00004a6d 
+ 00019093  0x0000285d ifetch  0x00000001 , 0x00000003 
+ 00019094  0x0000285e store  0x00000001 , 0x000002be 
+ 00019095  0x0000285f call  0x00004a6d 
+ 00019096  0x00002860 ifetch  0x00000001 , 0x00000003 
+ 00019097  0x00002861 call  0x00004a6d 
+ 00019098  0x00002862 fetch  0x00000001 , 0x000002bc 
+ 00019099  0x00002863 bne  0x000000ff , 0x00004a79 
+ 00019100  0x00002865 fetch  0x00000001 , 0x000002be 
+ 00019101  0x00002866 lshift8  0x0000003f , 0x00000002 
+ 00019102  0x00002867 fetch  0x00000001 , 0x000002bd 
+ 00019103  0x00002868 iadd  0x00000002 , 0x00000003 
+ 00019104  0x00002869 ifetch  0x00000001 , 0x00000003 
+ 00019105  0x0000286a store  0x00000001 , 0x000002bd 
+ 00019106  0x0000286c force  0x00000001 , 0x0000003f 
+ 00019107  0x0000286d call  0x000044b5 
+ 00019108  0x0000286e fetch  0x00000001 , 0x000002bd 
+ 00019109  0x0000286f call  0x000044b5 
+ 00019110  0x00002870 jam  0x000000ff , 0x0000029f 
+ 00019111  0x00002871 rtn 
+ 00019112  0x00002874 call  0x00004a6d 
+ 00019113  0x00002875 ifetch  0x00000001 , 0x00000003 
+ 00019114  0x00002876 call  0x00004a6d 
+ 00019115  0x00002877 fetch  0x00000001 , 0x000002bc 
+ 00019116  0x00002878 bne  0x000000ff , 0x00004a79 
+ 00019117  0x00002879 branch  0x00004a73 
+ 00019118  0x0000287c call  0x00004a6d 
+ 00019119  0x0000287d ifetch  0x00000001 , 0x00000003 
+ 00019120  0x0000287e hstore  0x00000001 , 0x00008024 
+ 00019121  0x0000287f call  0x00004a6d 
+ 00019122  0x00002880 ifetch  0x00000001 , 0x00000003 
+ 00019123  0x00002881 set1  0x00000007 , 0x0000003f 
+ 00019124  0x00002882 hstore  0x00000001 , 0x00008023 
+ 00019125  0x00002883 set0  0x00000007 , 0x0000003f 
+ 00019126  0x00002884 call  0x00004a6d 
+ 00019127  0x00002885 ifetch  0x00000001 , 0x00000003 
+ 00019128  0x00002886 copy  0x0000003f , 0x00000039 
+ 00019129  0x00002887 call  0x00004a6d 
+ 00019130  0x00002889 ifetch  0x00000001 , 0x00000003 
+ 00019131  0x0000288a hstore  0x00000001 , 0x00008025 
+ 00019132  0x0000288b call  0x00004a6d 
+ 00019133  0x0000288c loop  0x00004aba 
+ 00019134  0x0000288d ifetch  0x00000001 , 0x00000003 
+ 00019135  0x0000288e call  0x00004a6d 
+ 00019136  0x0000288f fetch  0x00000001 , 0x000002bc 
+ 00019137  0x00002890 bne  0x000000ff , 0x00004a79 
+ 00019138  0x00002891 branch  0x00004a73 
+ 00019139  0x00002894 call  0x00004a6d 
+ 00019140  0x00002895 ifetch  0x00000001 , 0x00000003 
+ 00019141  0x00002896 store  0x00000001 , 0x000002bd 
+ 00019142  0x00002897 call  0x00004a6d 
+ 00019143  0x00002898 ifetch  0x00000001 , 0x00000003 
+ 00019144  0x00002899 lshift8  0x0000003f , 0x00000005 
+ 00019145  0x0000289a call  0x00004a6d 
+ 00019146  0x0000289b fetch  0x00000001 , 0x000002bd 
+ 00019147  0x0000289c iadd  0x00000005 , 0x00000005 
+ 00019148  0x0000289d ifetch  0x00000001 , 0x00000003 
+ 00019149  0x0000289e iforce  0x00000039 
+ 00019150  0x0000289f call  0x00004a6d 
+ 00019151  0x000028a1 ifetch  0x00000001 , 0x00000003 
+ 00019152  0x000028a2 istore  0x00000001 , 0x00000005 
+ 00019153  0x000028a3 call  0x00004a6d 
+ 00019154  0x000028a4 loop  0x00004acf 
+ 00019155  0x000028a5 ifetch  0x00000001 , 0x00000003 
+ 00019156  0x000028a6 call  0x00004a6d 
+ 00019157  0x000028a7 fetch  0x00000001 , 0x000002bc 
+ 00019158  0x000028a8 bne  0x000000ff , 0x00004a79 
+ 00019159  0x000028a9 branch  0x00004a73 
+ 00019160  0x000028ae call  0x00004a6d 
+ 00019161  0x000028af ifetch  0x00000001 , 0x00000003 
+ 00019162  0x000028b0 call  0x00004a6d 
+ 00019163  0x000028b1 fetch  0x00000001 , 0x000002bc 
+ 00019164  0x000028b2 bne  0x000000ff , 0x00004a79 
+ 00019165  0x000028b3 hjam  0x00000080 , 0x00008023 
+ 00019166  0x000028b4 branch  0x00004a73 
+ 00019167  0x000028b7 call  0x00004a6d 
+ 00019168  0x000028b8 ifetch  0x00000001 , 0x00000003 
+ 00019169  0x000028b9 call  0x00004a6d 
+ 00019170  0x000028ba fetch  0x00000001 , 0x000002bc 
+ 00019171  0x000028bb bne  0x000000ff , 0x00004a79 
+ 00019172  0x000028bc hjam  0x00000000 , 0x00008023 
+ 00019173  0x000028bd branch  0x00004a73 
+ 00019174  0x000028c0 call  0x00004a6d 
+ 00019175  0x000028c1 ifetch  0x00000001 , 0x00000003 
+ 00019176  0x000028c2 call  0x00004a6d 
+ 00019177  0x000028c3 fetch  0x00000001 , 0x000002bc 
+ 00019178  0x000028c4 bne  0x000000ff , 0x00004a79 
+ 00019179  0x000028c5 call  0x00004a73 
+ 00019180  0x000028c6 branch  0x00003001 
+ 00019181  0x000028ca call  0x00006a8b 
+ 00019182  0x000028cb rtn  0x00000001 
+ 00019183  0x000028cc arg  0x00000007 , 0x00000002 
+ 00019184  0x000028cd call  0x000069e5 
+ 00019185  0x000028ce nbranch  0x00004af4 , 0x00000001 
+ 00019186  0x000028cf jam  0x00000001 , 0x000042ae 
+ 00019187  0x000028d0 rtn 
+ 00019188  0x000028d2 fetch  0x00000001 , 0x000042ae 
+ 00019189  0x000028d3 rtnne  0x00000001 
+ 00019190  0x000028d4 call  0x00004599 
+ 00019191  0x000028d5 branch  0x0000495f 
+ 00019192  0x000028e4 set1  0x00000025 , 0x00000000 
+ 00019193  0x000028e5 bpatch  0x0000009c , 0x00004033 
+ 00019194  0x000028e6 fetch  0x00000002 , 0x000002cb 
+ 00019195  0x000028e7 copy  0x0000003f , 0x00000006 
+ 00019196  0x000028e8 ifetch  0x00000001 , 0x00000006 
+ 00019197  0x000028e9 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00019198  0x000028ea rshift4  0x0000003f , 0x0000003f 
+ 00019199  0x000028eb beq  0x00000009 , 0x00004b18 
+ 00019200  0x000028ec beq  0x00000007 , 0x00004b18 
+ 00019201  0x000028ed beq  0x0000000a , 0x00004b24 
+ 00019202  0x000028ee beq  0x00000005 , 0x00004b11 
+ 00019203  0x000028ef beq  0x00000001 , 0x00004b05 
+ 00019204  0x000028f0 rtn 
+ 00019205  0x000028f3 copy  0x00000002 , 0x0000003f 
+ 00019206  0x000028f4 beq  0x00000005 , 0x00004b09 
+ 00019207  0x000028f5 beq  0x00000003 , 0x00004b10 
+ 00019208  0x000028f6 rtn 
+ 00019209  0x000028f9 jam  0x00000027 , 0x00000b7d 
+ 00019210  0x000028fa call  0x00007c27 
+ 00019211  0x000028fb fetch  0x00000001 , 0x00004132 
+ 00019212  0x000028fc rtnne  0x00000006 , 0x0000003f 
+ 00019213  0x000028fd copy  0x00000002 , 0x0000003f 
+ 00019214  0x000028fe beq  0x00000005 , 0x00006946 
+ 00019215  0x000028ff rtn 
+ 00019216  0x00002901 rtn 
+ 00019217  0x00002904 arg  0x00000001 , 0x00000011 
+ 00019218  0x00002905 call  0x00004b2c 
+ 00019219  0x00002906 fetch  0x00000002 , 0x000042b5 
+ 00019220  0x00002907 istore  0x00000002 , 0x00000005 
+ 00019221  0x00002908 setarg  0x00000000 
+ 00019222  0x00002909 istore  0x00000001 , 0x00000005 
+ 00019223  0x0000290a rtn 
+ 00019224  0x0000290d arg  0x00000001 , 0x00000011 
+ 00019225  0x0000290e call  0x00004b2c 
+ 00019226  0x0000290f fetch  0x00000002 , 0x000042b5 
+ 00019227  0x00002910 istore  0x00000002 , 0x00000005 
+ 00019228  0x00002911 setarg  0x00000000 
+ 00019229  0x00002912 istore  0x00000001 , 0x00000005 
+ 00019230  0x00002913 jam  0x00000001 , 0x000008a8 
+ 00019231  0x00002914 fetch  0x00000001 , 0x000042bb 
+ 00019232  0x00002915 set1  0x00000006 
+ 00019233  0x00002916 store  0x00000001 , 0x000042bb 
+ 00019234  0x00002918 jam  0x00000012 , 0x00000b7d 
+ 00019235  0x00002919 branch  0x00007c27 
+ 00019236  0x0000291c ifetch  0x00000001 , 0x00000006 
+ 00019237  0x0000291d beq  0x00000001 , 0x00004b27 
+ 00019238  0x0000291e rtn 
+ 00019239  0x00002921 copy  0x00000006 , 0x00000011 
+ 00019240  0x00002922 fetch  0x00000001 , 0x00004132 
+ 00019241  0x00002923 rtnne  0x00000003 , 0x0000003f 
+ 00019242  0x00002924 copy  0x00000011 , 0x00000006 
+ 00019243  0x00002925 branch  0x00004c4a 
+ 00019244  0x00002928 call  0x00005248 
+ 00019245  0x00002929 copy  0x00000011 , 0x00000002 
+ 00019246  0x0000292a storet  0x00000001 , 0x000008a8 
+ 00019247  0x0000292b copy  0x0000003f , 0x00000005 
+ 00019248  0x0000292c copy  0x00000011 , 0x0000003f 
+ 00019249  0x0000292d istore  0x00000002 , 0x00000005 
+ 00019250  0x0000292e rtn 
+ 00019251  0x00002932 setarg  0x00004b5b 
+ 00019252  0x00002933 store  0x00000002 , 0x0000428c 
+ 00019253  0x00002934 setarg  0x00004b44 
+ 00019254  0x00002935 store  0x00000002 , 0x00004296 
+ 00019255  0x00002936 call  0x0000691d 
+ 00019256  0x00002937 call  0x00005347 
+ 00019257  0x00002938 hjam  0x0000009e , 0x000080a2 
+ 00019258  0x00002939 hjam  0x00000008 , 0x00008081 
+ 00019259  0x0000293a hjam  0x00000005 , 0x00008075 
+ 00019260  0x0000293b setarg  0xffffffff 
+ 00019261  0x0000293c set0  0x00000001 , 0x0000003f 
+ 00019262  0x0000293d set0  0x00000015 , 0x0000003f 
+ 00019263  0x0000293e hstore  0x00000004 , 0x00008070 
+ 00019264  0x0000293f hjam  0x00000002 , 0x00008078 
+ 00019265  0x00002940 rtn  0x0000002b 
+ 00019266  0x00002941 jam  0x00000001 , 0x000043d8 
+ 00019267  0x00002942 rtn 
+ 00019268  0x00002946 ifetch  0x00000001 , 0x00000011 
+ 00019269  0x00002947 store  0x00000001 , 0x00004803 
+ 00019270  0x00002948 beq  0x00000003 , 0x00004b4f 
+ 00019271  0x00002949 beq  0x00000004 , 0x00004b51 
+ 00019272  0x0000294a beq  0x00000005 , 0x00004b53 
+ 00019273  0x0000294b beq  0x00000014 , 0x00004b64 
+ 00019274  0x0000294c beq  0x00000015 , 0x00004b67 
+ 00019275  0x0000294d rtnne  0x00000002 
+ 00019276  0x0000294e ifetch  0x00000001 , 0x00000006 
+ 00019277  0x0000294f store  0x00000001 , 0x00004804 
+ 00019278  0x00002950 rtn 
+ 00019279  0x00002953 arg  0x00004807 , 0x00000005 
+ 00019280  0x00002954 branch  0x00004b55 
+ 00019281  0x00002957 arg  0x00004825 , 0x00000005 
+ 00019282  0x00002958 branch  0x00004b55 
+ 00019283  0x0000295b fetch  0x00000002 , 0x00004800 
+ 00019284  0x0000295c iforce  0x00000005 
+ 00019285  0x0000295f arg  0x00000013 , 0x00000039 
+ 00019286  0x00002960 call  0x00007e45 
+ 00019287  0x00002961 deposit  0x00000005 
+ 00019288  0x00002962 store  0x00000002 , 0x00004800 
+ 00019289  0x00002963 jam  0x00000000 , 0x00004803 
+ 00019290  0x00002964 rtn 
+ 00019291  0x00002969 fetch  0x00000001 , 0x00004803 
+ 00019292  0x0000296a beq  0x00000001 , 0x00004b71 
+ 00019293  0x0000296b beq  0x00000002 , 0x00004b8d 
+ 00019294  0x0000296c beq  0x0000000a , 0x00004b7a 
+ 00019295  0x0000296d beq  0x0000000b , 0x00004b7a 
+ 00019296  0x0000296e beq  0x0000000c , 0x00004b7a 
+ 00019297  0x0000296f beq  0x00000008 , 0x00004b8d 
+ 00019298  0x00002970 beq  0x00000009 , 0x00004b6a 
+ 00019299  0x00002971 rtn 
+ 00019300  0x00002974 jam  0x00000000 , 0x00004213 
+ 00019301  0x00002975 jam  0x00000000 , 0x00004803 
+ 00019302  0x00002976 rtn 
+ 00019303  0x00002978 jam  0x0000001e , 0x00004213 
+ 00019304  0x00002979 jam  0x00000000 , 0x00004803 
+ 00019305  0x0000297a rtn 
+ 00019306  0x0000297f jam  0x00000000 , 0x00004803 
+ 00019307  0x00002980 arg  0x000fffff , 0x0000001b 
+ 00019308  0x00002981 call  0x00004b91 
+ 00019309  0x00002982 rtn 
+ 00019310  0x00002985 fetcht  0x00000002 , 0x000003c2 
+ 00019311  0x00002986 iadd  0x00000002 , 0x0000003f 
+ 00019312  0x00002987 store  0x00000004 , 0x000003c4 
+ 00019313  0x00002989 fetch  0x00000004 , 0x000003c4 
+ 00019314  0x0000298a isub  0x00000028 , 0x0000003f 
+ 00019315  0x0000298b nbranch  0x00004b6e , 0x00000002 
+ 00019316  0x0000298c rshift  0x0000003f , 0x0000001b 
+ 00019317  0x0000298d call  0x00004b91 
+ 00019318  0x0000298e rtn  0x00000034 
+ 00019319  0x0000298f jam  0x0000000c , 0x00004803 
+ 00019320  0x00002990 arg  0x00001800 , 0x00000002 
+ 00019321  0x00002991 storet  0x00000002 , 0x00004800 
+ 00019322  0x00002994 call  0x0000561c 
+ 00019323  0x00002995 nrtn  0x00000034 
+ 00019324  0x00002996 jam  0x00000014 , 0x000044c2 
+ 00019325  0x00002997 jam  0x0000001b , 0x00000b7d 
+ 00019326  0x00002998 call  0x00005620 
+ 00019327  0x00002999 fetch  0x00000002 , 0x00000419 
+ 00019328  0x0000299a iforce  0x00000005 
+ 00019329  0x0000299b fetch  0x00000002 , 0x00004800 
+ 00019330  0x0000299c iforce  0x00000006 
+ 00019331  0x0000299d arg  0x00000014 , 0x00000039 
+ 00019332  0x0000299e call  0x00007e45 
+ 00019333  0x0000299f deposit  0x00000006 
+ 00019334  0x000029a0 store  0x00000002 , 0x00004800 
+ 00019335  0x000029a1 fetch  0x00000002 , 0x00004805 
+ 00019336  0x000029a2 increase  0xffffffec , 0x0000003f 
+ 00019337  0x000029a3 store  0x00000002 , 0x00004805 
+ 00019338  0x000029a4 rtn  0x00000002 
+ 00019339  0x000029a5 jam  0x00000000 , 0x00004803 
+ 00019340  0x000029a6 rtn 
+ 00019341  0x000029aa fetch  0x00000001 , 0x00004804 
+ 00019342  0x000029ab call  0x00004be2 
+ 00019343  0x000029ac jam  0x00000000 , 0x00004803 
+ 00019344  0x000029ad rtn 
+ 00019345  0x000029b1 call  0x00004b97 
+ 00019346  0x000029b2 setarg  0x00001800 
+ 00019347  0x000029b3 isub  0x00000005 , 0x0000003f 
+ 00019348  0x000029b4 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00019349  0x000029b5 store  0x00000002 , 0x00004805 
+ 00019350  0x000029b6 rtn 
+ 00019351  0x000029bb disable  0x00000010 
+ 00019352  0x000029bc arg  0x00001800 , 0x00000005 
+ 00019353  0x000029be rtn  0x00000003 
+ 00019354  0x000029bf hfetch  0x00000001 , 0x0000811e 
+ 00019355  0x000029c0 bbit0  0x00000005 , 0x00004b99 
+ 00019356  0x000029c1 copy  0x00000019 , 0x00000002 
+ 00019357  0x000029c2 arg  0x00000080 , 0x00000039 
+ 00019358  0x000029c3 call  0x00007e3b 
+ 00019359  0x000029c4 arg  0x00001800 , 0x00000005 
+ 00019360  0x000029c5 arg  0x00000000 , 0x00000013 
+ 00019361  0x000029c7 arg  0x000000b4 , 0x0000001b 
+ 00019362  0x000029c9 rtn  0x00000003 
+ 00019363  0x000029ca hfetch  0x00000001 , 0x0000811e 
+ 00019364  0x000029cb ixor  0x00000013 , 0x0000003f 
+ 00019365  0x000029cc bbit1  0x00000005 , 0x00004ba2 
+ 00019366  0x000029cd copy  0x00000019 , 0x0000003f 
+ 00019367  0x000029ce iforce  0x00000030 
+ 00019368  0x000029cf call  0x00007e78 
+ 00019369  0x000029d0 sub  0x0000003f , 0x000000ff , 0x0000003e 
+ 00019370  0x000029d1 branch  0x00004ba2 , 0x00000002 
+ 00019371  0x000029d2 isolate0  0x00000005 , 0x00000013 
+ 00019372  0x000029d3 setflag  0x00000001 , 0x00000017 , 0x0000003f 
+ 00019373  0x000029d4 istore  0x00000003 , 0x00000005 
+ 00019374  0x000029d5 rshift8  0x00000005 , 0x0000003f 
+ 00019375  0x000029d6 rtneq  0x0000001c 
+ 00019376  0x000029d7 copy  0x00000030 , 0x00000002 
+ 00019377  0x000029d8 xor_into  0x00000020 , 0x00000013 
+ 00019378  0x000029d9 branch  0x00004ba1 
+ 00019379  0x000029de branch  0x00004bc7 , 0x00000028 
+ 00019380  0x000029df branch  0x00004bca , 0x0000002c 
+ 00019381  0x000029e1 arg  0x00004826 , 0x00000002 
+ 00019382  0x000029e2 fetch  0x00000001 , 0x00004825 
+ 00019383  0x000029e3 iadd  0x00000002 , 0x0000003f 
+ 00019384  0x000029e4 isub  0x00000011 , 0x0000003e 
+ 00019385  0x000029e5 branch  0x00004bda , 0x00000005 
+ 00019386  0x000029e6 ifetch  0x00000001 , 0x00000011 
+ 00019387  0x000029e7 copy  0x00000006 , 0x00000011 
+ 00019388  0x000029e8 bbit0  0x00000007 , 0x00004bc1 
+ 00019389  0x000029e9 enable  0x0000002c 
+ 00019390  0x000029ea and  0x0000003f , 0x0000007f , 0x00000012 
+ 00019391  0x000029eb lshift3  0x00000011 , 0x00000011 
+ 00019392  0x000029ec branch  0x00004bca 
+ 00019393  0x000029ee rshift4  0x0000003f , 0x00000008 
+ 00019394  0x000029ef and_into  0x0000000f , 0x0000003f 
+ 00019395  0x000029f0 isub  0x00000008 , 0x0000003e 
+ 00019396  0x000029f1 rtn  0x00000005 
+ 00019397  0x000029f2 enable  0x00000028 
+ 00019398  0x000029f3 rtn 
+ 00019399  0x000029f5 deposit  0x00000008 
+ 00019400  0x000029f6 disable  0x00000028 
+ 00019401  0x000029f7 rtn 
+ 00019402  0x000029f9 deposit  0x00000012 
+ 00019403  0x000029fa branch  0x00004bd6 , 0x00000034 
+ 00019404  0x000029fb and  0x00000011 , 0x00000007 , 0x00000007 
+ 00019405  0x000029fc rshift3  0x00000011 , 0x00000006 
+ 00019406  0x000029fd ifetch  0x00000001 , 0x00000006 
+ 00019407  0x000029fe increase  0x00000001 , 0x00000011 
+ 00019408  0x000029ff increase  0xffffffff , 0x00000012 
+ 00019409  0x00002a00 qisolate0  0x0000003f 
+ 00019410  0x00002a01 fetch  0x00000001 , 0x00004807 
+ 00019411  0x00002a02 branch  0x00004bc1 , 0x00000001 
+ 00019412  0x00002a03 fetch  0x00000001 , 0x00004808 
+ 00019413  0x00002a04 branch  0x00004bc1 
+ 00019414  0x00002a06 disable  0x0000002c 
+ 00019415  0x00002a07 increase  0x00000007 , 0x00000011 
+ 00019416  0x00002a08 rshift3  0x00000011 , 0x00000011 
+ 00019417  0x00002a09 branch  0x00004bb5 
+ 00019418  0x00002a0b setarg  0x000000ff 
+ 00019419  0x00002a0c rtn 
+ 00019420  0x00002a10 lshift  0x0000003f , 0x00000006 
+ 00019421  0x00002a11 iadd  0x00000006 , 0x0000003f 
+ 00019422  0x00002a12 arg  0x00004809 , 0x00000006 
+ 00019423  0x00002a13 iadd  0x00000006 , 0x00000006 
+ 00019424  0x00002a14 ifetch  0x00000003 , 0x00000006 
+ 00019425  0x00002a15 rtn 
+ 00019426  0x00002a19 enable  0x00000010 
+ 00019427  0x00002a1a iforce  0x00000039 
+ 00019428  0x00002a1c disable  0x00000028 
+ 00019429  0x00002a1d disable  0x0000002c 
+ 00019430  0x00002a1e arg  0x00004826 , 0x00000011 
+ 00019431  0x00002a20 call  0x00004bb3 
+ 00019432  0x00002a21 beq  0x000000ff , 0x00004bf1 
+ 00019433  0x00002a22 call  0x00004bdc 
+ 00019434  0x00002a23 bbit0  0x00000017 , 0x00004bed 
+ 00019435  0x00002a24 set0  0x00000017 , 0x0000003f 
+ 00019436  0x00002a25 hjam  0x0000009e , 0x000080a0 
+ 00019437  0x00002a27 iforce  0x0000001b 
+ 00019438  0x00002a28 until  0x0000003e , 0x00000003 
+ 00019439  0x00002a29 hjam  0x00000000 , 0x000080a0 
+ 00019440  0x00002a2a branch  0x00004be7 
+ 00019441  0x00002a2c loop  0x00004be4 
+ 00019442  0x00002a2d rtn 
+ 00019443  0x00002a34 call  0x00004c21 
+ 00019444  0x00002a35 setarg  0x00004d21 
+ 00019445  0x00002a36 store  0x00000002 , 0x00004290 
+ 00019446  0x00002a37 setarg  0x00004c59 
+ 00019447  0x00002a38 store  0x00000002 , 0x0000428e 
+ 00019448  0x00002a39 setarg  0x00004d37 
+ 00019449  0x00002a3a store  0x00000002 , 0x00004292 
+ 00019450  0x00002a3b setarg  0x00004d7e 
+ 00019451  0x00002a3c store  0x00000002 , 0x0000428a 
+ 00019452  0x00002a3d setarg  0x00004d7b 
+ 00019453  0x00002a3e store  0x00000002 , 0x00004294 
+ 00019454  0x00002a3f setarg  0x00004d7e 
+ 00019455  0x00002a40 store  0x00000002 , 0x00004288 
+ 00019456  0x00002a41 setarg  0x00004d22 
+ 00019457  0x00002a42 store  0x00000002 , 0x00004286 
+ 00019458  0x00002a43 rtn  0x0000002b 
+ 00019459  0x00002a45 fetch  0x00000002 , 0x000047f4 
+ 00019460  0x00002a46 bbit1  0x0000000c , 0x00003f79 
+ 00019461  0x00002a47 call  0x00003f23 
+ 00019462  0x00002a48 branch  0x00004d79 , 0x00000034 
+ 00019463  0x00002a49 call  0x00003f7e 
+ 00019464  0x00002a4a branch  0x00003f6e 
+ 00019465  0x00002a4e call  0x00004c21 
+ 00019466  0x00002a4f setarg  0x00004d21 
+ 00019467  0x00002a50 store  0x00000002 , 0x00004290 
+ 00019468  0x00002a51 setarg  0x00004c59 
+ 00019469  0x00002a52 store  0x00000002 , 0x0000428e 
+ 00019470  0x00002a53 setarg  0x00004d37 
+ 00019471  0x00002a54 store  0x00000002 , 0x00004292 
+ 00019472  0x00002a55 setarg  0x00004d7e 
+ 00019473  0x00002a56 store  0x00000002 , 0x0000428a 
+ 00019474  0x00002a57 setarg  0x00004d7b 
+ 00019475  0x00002a58 store  0x00000002 , 0x00004294 
+ 00019476  0x00002a59 setarg  0x00004d7e 
+ 00019477  0x00002a5a store  0x00000002 , 0x00004288 
+ 00019478  0x00002a5b setarg  0x00004d22 
+ 00019479  0x00002a5c store  0x00000002 , 0x00004286 
+ 00019480  0x00002a5d rtn  0x0000002b 
+ 00019481  0x00002a5f jam  0x00000000 , 0x000007dc 
+ 00019482  0x00002a60 jam  0x00000000 , 0x000007dd 
+ 00019483  0x00002a62 fetch  0x00000002 , 0x000047f4 
+ 00019484  0x00002a63 bbit1  0x0000000c , 0x00003f79 
+ 00019485  0x00002a64 call  0x00003f23 
+ 00019486  0x00002a65 branch  0x00004d79 , 0x00000034 
+ 00019487  0x00002a66 call  0x00003f7e 
+ 00019488  0x00002a67 branch  0x00003f6e 
+ 00019489  0x00002a6c set1  0x00000025 , 0x00000000 
+ 00019490  0x00002a6d bpatch  0x000000b6 , 0x00004036 
+ 00019491  0x00002a6f fetch  0x00000001 , 0x00008140 
+ 00019492  0x00002a70 branch  0x00003bf1 , 0x00000034 
+ 00019493  0x00002a71 hjam  0x00000000 , 0x00008070 
+ 00019494  0x00002a72 hjam  0x000000ff , 0x00008078 
+ 00019495  0x00002a74 hjam  0x000000ff , 0x00008071 
+ 00019496  0x00002a75 hjam  0x000000ff , 0x00008072 
+ 00019497  0x00002a76 hfetch  0x00000001 , 0x00008073 
+ 00019498  0x00002a77 or_into  0x0000000f , 0x0000003f 
+ 00019499  0x00002a78 hstore  0x00000001 , 0x00008073 
+ 00019500  0x00002a7a hjam  0x00000000 , 0x00008080 
+ 00019501  0x00002a7b hjam  0x00000000 , 0x00008081 
+ 00019502  0x00002a7c hjam  0x000000ff , 0x00008083 
+ 00019503  0x00002a7d hjam  0x000000ff , 0x00008084 
+ 00019504  0x00002a7e hfetch  0x00000001 , 0x00008085 
+ 00019505  0x00002a7f or_into  0x00000003 , 0x0000003f 
+ 00019506  0x00002a80 hstore  0x00000001 , 0x00008085 
+ 00019507  0x00002a81 hjam  0x00000000 , 0x0000806f 
+ 00019508  0x00002a82 setarg  0x00000013 
+ 00019509  0x00002a83 lshift3  0x0000003f , 0x0000003f 
+ 00019510  0x00002a84 add  0x0000003f , 0x00000007 , 0x0000003f 
+ 00019511  0x00002a85 hstore  0x00000001 , 0x00008064 
+ 00019512  0x00002a87 hfetch  0x00000001 , 0x00008043 
+ 00019513  0x00002a88 set1  0x00000002 , 0x0000003f 
+ 00019514  0x00002a89 hstore  0x00000001 , 0x00008043 
+ 00019515  0x00002a8a hfetch  0x00000001 , 0x00008051 
+ 00019516  0x00002a8b set0  0x00000001 , 0x0000003f 
+ 00019517  0x00002a8c hstore  0x00000001 , 0x00008051 
+ 00019518  0x00002a8d hjam  0x0000000d , 0x00008063 
+ 00019519  0x00002a8e hjam  0x000000d3 , 0x00008067 
+ 00019520  0x00002a8f hjam  0x00000000 , 0x00008065 
+ 00019521  0x00002a90 hjam  0x00000031 , 0x00008066 
+ 00019522  0x00002a91 call  0x00003e0b 
+ 00019523  0x00002a92 fetcht  0x00000001 , 0x0000480e 
+ 00019524  0x00002a93 call  0x000069da 
+ 00019525  0x00002a94 fetcht  0x00000001 , 0x0000480f 
+ 00019526  0x00002a95 call  0x000069da 
+ 00019527  0x00002a96 fetcht  0x00000001 , 0x00004810 
+ 00019528  0x00002a97 call  0x000069da 
+ 00019529  0x00002a98 rtn 
+ 00019530  0x00002a9b set1  0x00000025 , 0x00000000 
+ 00019531  0x00002a9c bpatch  0x000000b7 , 0x00004036 
+ 00019532  0x00002a9d ifetch  0x00000001 , 0x00000006 
+ 00019533  0x00002a9e copy  0x0000003f , 0x00000011 
+ 00019534  0x00002a9f fetcht  0x00000001 , 0x0000480f 
+ 00019535  0x00002aa0 isolate1  0x00000000 , 0x00000011 
+ 00019536  0x00002aa1 call  0x000069f0 
+ 00019537  0x00002aa2 fetcht  0x00000001 , 0x0000480e 
+ 00019538  0x00002aa3 isolate1  0x00000001 , 0x00000011 
+ 00019539  0x00002aa4 call  0x000069f0 
+ 00019540  0x00002aa5 fetcht  0x00000001 , 0x00004810 
+ 00019541  0x00002aa6 isolate1  0x00000002 , 0x00000011 
+ 00019542  0x00002aa7 call  0x000069f0 
+ 00019543  0x00002aa8 jam  0x00000001 , 0x00004809 
+ 00019544  0x00002aa9 rtn 
+ 00019545  0x00002aae call  0x00004c99 
+ 00019546  0x00002aaf nrtn  0x00000028 
+ 00019547  0x00002ab0 nrtn  0x0000002c 
+ 00019548  0x00002ab2 fetch  0x00000001 , 0x00000450 
+ 00019549  0x00002ab3 beq  0x00000001 , 0x00004c69 
+ 00019550  0x00002ab4 fetch  0x00000001 , 0x000042bc 
+ 00019551  0x00002ab5 rtnne  0x0000003f 
+ 00019552  0x00002ab7 arg  0x0000000a , 0x00000011 
+ 00019553  0x00002ab8 call  0x00004b2c 
+ 00019554  0x00002ab9 fetch  0x00000002 , 0x000042b7 
+ 00019555  0x00002aba istore  0x00000002 , 0x00000005 
+ 00019556  0x00002abb setarg  0x000001a1 
+ 00019557  0x00002abc istore  0x00000002 , 0x00000005 
+ 00019558  0x00002abd fetch  0x00000008 , 0x00004800 
+ 00019559  0x00002abe istore  0x00000008 , 0x00000005 
+ 00019560  0x00002abf rtn 
+ 00019561  0x00002ac2 fetcht  0x00000001 , 0x0000054f 
+ 00019562  0x00002ac3 setarg  0x00000550 
+ 00019563  0x00002ac4 iadd  0x00000002 , 0x00000005 
+ 00019564  0x00002ac5 fetch  0x00000001 , 0x00004802 
+ 00019565  0x00002ac6 branch  0x00004c72 , 0x00000034 
+ 00019566  0x00002ac7 beq  0x0000002a , 0x00004c74 
+ 00019567  0x00002ac8 bne  0x00000028 , 0x00004c7e 
+ 00019568  0x00002ac9 storet  0x00000001 , 0x0000054f 
+ 00019569  0x00002aca branch  0x00003f6a 
+ 00019570  0x00002acd storet  0x00000001 , 0x0000054f 
+ 00019571  0x00002ace rtn 
+ 00019572  0x00002ad0 fetch  0x00000001 , 0x0000054f 
+ 00019573  0x00002ad1 rtn  0x00000034 
+ 00019574  0x00002ad2 increase  0xffffffff , 0x0000003f 
+ 00019575  0x00002ad3 store  0x00000001 , 0x0000054f 
+ 00019576  0x00002ad4 arg  0x00000550 , 0x00000005 
+ 00019577  0x00002ad5 iadd  0x00000005 , 0x00000005 
+ 00019578  0x00002ad6 setarg  0x00000000 
+ 00019579  0x00002ad7 istore  0x00000001 , 0x00000005 
+ 00019580  0x00002ad8 enable  0x0000002c 
+ 00019581  0x00002ad9 branch  0x00004c8d 
+ 00019582  0x00002adb sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00019583  0x00002adc rtn  0x00000002 
+ 00019584  0x00002add arg  0x00000030 , 0x00000002 
+ 00019585  0x00002ade sub  0x0000003f , 0x00000027 , 0x0000003e 
+ 00019586  0x00002adf nrtn  0x00000002 
+ 00019587  0x00002ae0 branch  0x00004c87 , 0x00000005 
+ 00019588  0x00002ae1 arg  0x0000001d , 0x00000002 
+ 00019589  0x00002ae2 isub  0x00000002 , 0x00000002 
+ 00019590  0x00002ae3 or_into  0x00000030 , 0x00000002 
+ 00019591  0x00002ae5 istoret  0x00000001 , 0x00000005 
+ 00019592  0x00002ae6 fetch  0x00000001 , 0x0000054f 
+ 00019593  0x00002ae7 increase  0x00000001 , 0x0000003f 
+ 00019594  0x00002ae8 store  0x00000001 , 0x0000054f 
+ 00019595  0x00002ae9 disable  0x0000002c 
+ 00019596  0x00002aea branch  0x00004c8d 
+ 00019597  0x00002aed fetch  0x00000002 , 0x000042b7 
+ 00019598  0x00002aee rtn  0x00000034 
+ 00019599  0x00002aef arg  0x00000003 , 0x00000011 
+ 00019600  0x00002af0 call  0x00004b2c 
+ 00019601  0x00002af1 fetch  0x00000002 , 0x000042b7 
+ 00019602  0x00002af2 istore  0x00000002 , 0x00000005 
+ 00019603  0x00002af3 setarg  0x0000ffa1 
+ 00019604  0x00002af4 istore  0x00000002 , 0x00000005 
+ 00019605  0x00002af5 setarg  0x00000000 
+ 00019606  0x00002af6 setflag  0x0000002c , 0x00000000 , 0x0000003f 
+ 00019607  0x00002af7 istore  0x00000001 , 0x00000005 
+ 00019608  0x00002af8 rtn 
+ 00019609  0x00002afd disable  0x00000028 
+ 00019610  0x00002afe disable  0x0000002c 
+ 00019611  0x00002aff hfetch  0x00000001 , 0x00008119 
+ 00019612  0x00002b00 rtnbit1  0x00000000 
+ 00019613  0x00002b03 hfetch  0x00000001 , 0x0000811b 
+ 00019614  0x00002b04 bbit1  0x00000000 , 0x00004ca3 
+ 00019615  0x00002b05 hfetch  0x00000001 , 0x00008119 
+ 00019616  0x00002b06 bbit0  0x00000006 , 0x00004ca3 
+ 00019617  0x00002b07 hfetch  0x00000001 , 0x0000811a 
+ 00019618  0x00002b08 branch  0x00004c99 
+ 00019619  0x00002b0b enable  0x00000028 
+ 00019620  0x00002b0c enable  0x0000002c 
+ 00019621  0x00002b0d hfetch  0x00000001 , 0x0000811b 
+ 00019622  0x00002b0e isolate0  0x00000000 , 0x0000003f 
+ 00019623  0x00002b0f hfetch  0x00000001 , 0x0000811a 
+ 00019624  0x00002b10 arg  0x00004811 , 0x00000006 
+ 00019625  0x00002b11 iadd  0x00000006 , 0x00000006 
+ 00019626  0x00002b12 ifetch  0x00000001 , 0x00000006 
+ 00019627  0x00002b13 bbit1  0x00000007 , 0x00004ce4 
+ 00019628  0x00002b14 nbranch  0x00004ccc , 0x00000001 
+ 00019629  0x00002b15 disable  0x0000002c 
+ 00019630  0x00002b16 iforce  0x00000002 
+ 00019631  0x00002b17 fetch  0x00000001 , 0x00004808 
+ 00019632  0x00002b18 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00019633  0x00002b19 nrtn  0x00000002 
+ 00019634  0x00002b1a copy  0x0000003f , 0x00000011 
+ 00019635  0x00002b1b arg  0x00000003 , 0x00000039 
+ 00019636  0x00002b1c arg  0x00004802 , 0x00000006 
+ 00019637  0x00002b1e ifetch  0x00000001 , 0x00000006 
+ 00019638  0x00002b1f isub  0x00000002 , 0x0000003e 
+ 00019639  0x00002b20 branch  0x00004c99 , 0x00000005 
+ 00019640  0x00002b21 loop  0x00004cb5 
+ 00019641  0x00002b23 copy  0x00000011 , 0x0000003f 
+ 00019642  0x00002b24 arg  0x00004802 , 0x00000005 
+ 00019643  0x00002b25 iadd  0x00000005 , 0x00000005 
+ 00019644  0x00002b26 istoret  0x00000001 , 0x00000005 
+ 00019645  0x00002b27 increase  0x00000001 , 0x0000003f 
+ 00019646  0x00002b28 store  0x00000001 , 0x00004808 
+ 00019647  0x00002b29 hfetch  0x00000001 , 0x0000811b 
+ 00019648  0x00002b2a rshift3  0x0000003f , 0x0000003f 
+ 00019649  0x00002b2b nbranch  0x00004cc3 , 0x00000034 
+ 00019650  0x00002b2c branch  0x00004cca 
+ 00019651  0x00002b2f increase  0xffffffff , 0x0000003f 
+ 00019652  0x00002b30 branch  0x00004cca , 0x00000005 
+ 00019653  0x00002b31 hfetch  0x00000001 , 0x0000811b 
+ 00019654  0x00002b32 and_into  0x00000001 , 0x0000003f 
+ 00019655  0x00002b33 beq  0x00000000 , 0x00004c99 
+ 00019656  0x00002b34 beq  0x00000001 , 0x00004cca 
+ 00019657  0x00002b35 rtn 
+ 00019658  0x00002b37 enable  0x0000002c 
+ 00019659  0x00002b38 rtn 
+ 00019660  0x00002b3b and  0x0000003f , 0x000000ff , 0x00000002 
+ 00019661  0x00002b3c fetch  0x00000001 , 0x00004808 
+ 00019662  0x00002b3d rtn  0x00000034 
+ 00019663  0x00002b3e iforce  0x00000039 
+ 00019664  0x00002b3f arg  0x00004802 , 0x00000006 
+ 00019665  0x00002b41 ifetch  0x00000001 , 0x00000006 
+ 00019666  0x00002b42 isub  0x00000002 , 0x0000003e 
+ 00019667  0x00002b43 branch  0x00004cd6 , 0x00000005 
+ 00019668  0x00002b44 loop  0x00004cd1 
+ 00019669  0x00002b45 rtn 
+ 00019670  0x00002b47 add  0x00000006 , 0xffffffff , 0x00000005 
+ 00019671  0x00002b48 call  0x00007e45 
+ 00019672  0x00002b49 fetch  0x00000001 , 0x00004808 
+ 00019673  0x00002b4a increase  0xffffffff , 0x0000003f 
+ 00019674  0x00002b4b store  0x00000001 , 0x00004808 
+ 00019675  0x00002b4c hfetch  0x00000001 , 0x0000811b 
+ 00019676  0x00002b4d rshift3  0x0000003f , 0x0000003f 
+ 00019677  0x00002b4e nbranch  0x00004cdf , 0x00000034 
+ 00019678  0x00002b4f rtn 
+ 00019679  0x00002b52 hfetch  0x00000001 , 0x0000811b 
+ 00019680  0x00002b53 and_into  0x00000001 , 0x0000003f 
+ 00019681  0x00002b54 beq  0x00000000 , 0x00004cca 
+ 00019682  0x00002b55 beq  0x00000001 , 0x00004c99 
+ 00019683  0x00002b56 rtn 
+ 00019684  0x00002b59 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00019685  0x00002b5a fetch  0x00000001 , 0x00004800 
+ 00019686  0x00002b5b qsetflag  0x00000001 , 0x0000003f 
+ 00019687  0x00002b5c store  0x00000001 , 0x00004800 
+ 00019688  0x00002b5d rtn 
+ 00019689  0x00002b60 setarg  0x00000000 
+ 00019690  0x00002b61 store  0x00000008 , 0x00004800 
+ 00019691  0x00002b62 store  0x00000001 , 0x00004808 
+ 00019692  0x00002b63 rtn 
+ 00019693  0x00002b66 hfetch  0x00000001 , 0x0000811b 
+ 00019694  0x00002b67 hfetch  0x00000001 , 0x0000811a 
+ 00019695  0x00002b68 hfetch  0x00000001 , 0x00008119 
+ 00019696  0x00002b69 bbit0  0x00000000 , 0x00004ced 
+ 00019697  0x00002b6a setarg  0x000000ff 
+ 00019698  0x00002b6b enable  0x00000028 
+ 00019699  0x00002b6c rtn 
+ 00019700  0x00002b6f fetcht  0x00000002 , 0x000044c2 
+ 00019701  0x00002b70 call  0x00005866 
+ 00019702  0x00002b71 rtnbit0  0x00000000 
+ 00019703  0x00002b72 fetch  0x00000001 , 0x000046f8 
+ 00019704  0x00002b73 rtnbit0  0x00000000 
+ 00019705  0x00002b74 call  0x0000561c 
+ 00019706  0x00002b75 nrtn  0x00000034 
+ 00019707  0x00002b76 call  0x00004c99 
+ 00019708  0x00002b77 nrtn  0x00000028 
+ 00019709  0x00002b78 nrtn  0x0000002c 
+ 00019710  0x00002b7a call  0x00003f5e 
+ 00019711  0x00002b7b jam  0x00000002 , 0x00004213 
+ 00019712  0x00002b7c fetcht  0x00000002 , 0x000044c2 
+ 00019713  0x00002b7d call  0x00005a88 
+ 00019714  0x00002b7e add  0x00000006 , 0x00000001 , 0x00000005 
+ 00019715  0x00002b7f fetch  0x00000008 , 0x00004800 
+ 00019716  0x00002b80 istore  0x00000008 , 0x00000005 
+ 00019717  0x00002b81 jam  0x0000001b , 0x00000b7d 
+ 00019718  0x00002b82 call  0x00005620 
+ 00019719  0x00002b83 fetch  0x00000001 , 0x000003e4 
+ 00019720  0x00002b84 bbit1  0x00000003 , 0x00003bf2 
+ 00019721  0x00002b85 rtn 
+ 00019722  0x00002b87 copy  0x00000013 , 0x0000003f 
+ 00019723  0x00002b88 beq  0x00000010 , 0x00004d15 
+ 00019724  0x00002b8a beq  0x00000014 , 0x00004d13 
+ 00019725  0x00002b8b beq  0x00000028 , 0x00004d11 
+ 00019726  0x00002b8c beq  0x00000029 , 0x00004d11 
+ 00019727  0x00002b8d beq  0x0000002e , 0x00003f57 
+ 00019728  0x00002b8e rtn 
+ 00019729  0x00002b91 call  0x00003fa4 
+ 00019730  0x00002b92 branch  0x00003f92 
+ 00019731  0x00002b94 call  0x00004ced 
+ 00019732  0x00002b95 branch  0x00004ce9 
+ 00019733  0x00002b98 call  0x00005b30 
+ 00019734  0x00002b99 call  0x00003f90 
+ 00019735  0x00002b9a call  0x00003f88 
+ 00019736  0x00002b9b branch  0x00003f94 
+ 00019737  0x00002b9e fetch  0x00000001 , 0x0000442e 
+ 00019738  0x00002b9f rtn  0x00000034 
+ 00019739  0x00002ba0 increase  0xffffffff , 0x0000003f 
+ 00019740  0x00002ba1 store  0x00000001 , 0x0000442e 
+ 00019741  0x00002ba2 nrtn  0x00000034 
+ 00019742  0x00002ba3 fetch  0x00000001 , 0x000044db 
+ 00019743  0x00002ba4 rtn  0x00000034 
+ 00019744  0x00002ba5 branch  0x00003f98 
+ 00019745  0x00002ba9 branch  0x00004d2e 
+ 00019746  0x00002bad hfetch  0x00000003 , 0x0000811c 
+ 00019747  0x00002bae copy  0x0000003f , 0x00000012 
+ 00019748  0x00002baf hfetch  0x00000001 , 0x0000811f 
+ 00019749  0x00002bb0 and_into  0x0000000f , 0x0000003f 
+ 00019750  0x00002bb1 lshift16  0x0000003f , 0x0000003f 
+ 00019751  0x00002bb2 lshift8  0x0000003f , 0x0000003f 
+ 00019752  0x00002bb3 ior  0x00000012 , 0x0000003f 
+ 00019753  0x00002bb4 fetcht  0x00000004 , 0x0000480a 
+ 00019754  0x00002bb5 isub  0x00000002 , 0x0000003f 
+ 00019755  0x00002bb6 rtn  0x00000034 
+ 00019756  0x00002bb7 arg  0x000000bb , 0x00000012 
+ 00019757  0x00002bb8 branch  0x00003f5e 
+ 00019758  0x00002bbc fetch  0x00000001 , 0x00004133 
+ 00019759  0x00002bbd nrtn  0x00000034 
+ 00019760  0x00002bbe fetch  0x00000001 , 0x0000427f 
+ 00019761  0x00002bbf nrtn  0x00000034 
+ 00019762  0x00002bc0 fetch  0x00000001 , 0x000047ea 
+ 00019763  0x00002bc1 rtn  0x00000034 
+ 00019764  0x00002bc2 fetch  0x00000001 , 0x000047eb 
+ 00019765  0x00002bc3 nrtn  0x00000034 
+ 00019766  0x00002bc4 branch  0x00003f9a 
+ 00019767  0x00002bc7 copy  0x00000013 , 0x0000003f 
+ 00019768  0x00002bc8 beq  0x00000006 , 0x00004d8b 
+ 00019769  0x00002bc9 beq  0x0000000a , 0x00004d7c 
+ 00019770  0x00002bca beq  0x00000006 , 0x00004d8f 
+ 00019771  0x00002bcb beq  0x00000010 , 0x00004d68 
+ 00019772  0x00002bcc beq  0x0000002e , 0x00003f57 
+ 00019773  0x00002bcd beq  0x00000001 , 0x00004d77 
+ 00019774  0x00002bce beq  0x00000002 , 0x00004d51 
+ 00019775  0x00002bd0 beq  0x00000004 , 0x00004d4e 
+ 00019776  0x00002bd1 beq  0x00000013 , 0x00004d4e 
+ 00019777  0x00002bd2 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00019778  0x00002bd3 and_into  0x000000f0 , 0x0000003f 
+ 00019779  0x00002bd4 beq  0x00000050 , 0x00004d45 
+ 00019780  0x00002bd5 rtn 
+ 00019781  0x00002bd8 set1  0x00000025 , 0x00000000 
+ 00019782  0x00002bd9 bpatch  0x000000b8 , 0x00004037 
+ 00019783  0x00002bda storet  0x00000001 , 0x00000259 
+ 00019784  0x00002bdc fetch  0x00000001 , 0x00000259 
+ 00019785  0x00002bdd rtn  0x00000034 
+ 00019786  0x00002bde increase  0xffffffff , 0x0000003f 
+ 00019787  0x00002bdf store  0x00000001 , 0x00000259 
+ 00019788  0x00002be1 call  0x00004d62 
+ 00019789  0x00002be2 branch  0x00004d48 
+ 00019790  0x00002be5 fetch  0x00000002 , 0x000047f4 
+ 00019791  0x00002be6 bbit1  0x0000000c , 0x00004d79 
+ 00019792  0x00002be7 branch  0x00003f10 
+ 00019793  0x00002beb set1  0x00000025 , 0x00000000 
+ 00019794  0x00002bec bpatch  0x000000b9 , 0x00004037 
+ 00019795  0x00002bed call  0x00004d59 
+ 00019796  0x00002bee fetch  0x00000002 , 0x000042a0 
+ 00019797  0x00002bf0 bbit1  0x00000000 , 0x00003f12 
+ 00019798  0x00002bf1 bbit1  0x00000001 , 0x00004d5c 
+ 00019799  0x00002bf2 bbit1  0x00000002 , 0x00004d5f 
+ 00019800  0x00002bf3 branch  0x00004d79 
+ 00019801  0x00002bf5 jam  0x00000000 , 0x0000425e 
+ 00019802  0x00002bf6 jam  0x00000000 , 0x0000448b 
+ 00019803  0x00002bf7 rtn 
+ 00019804  0x00002bfa bbit1  0x00000005 , 0x00003f10 
+ 00019805  0x00002bfb bbit1  0x00000003 , 0x00003f10 
+ 00019806  0x00002bfc branch  0x00004d79 
+ 00019807  0x00002bfe fetch  0x00000002 , 0x000047f4 
+ 00019808  0x00002bff bbit1  0x0000000c , 0x00004d79 
+ 00019809  0x00002c00 branch  0x00003f10 
+ 00019810  0x00002c05 fetch  0x00000001 , 0x000047f2 
+ 00019811  0x00002c06 rtn  0x00000034 
+ 00019812  0x00002c07 increase  0xffffffff , 0x0000003f 
+ 00019813  0x00002c08 store  0x00000001 , 0x000047f2 
+ 00019814  0x00002c09 nrtn  0x00000034 
+ 00019815  0x00002c0a branch  0x00004d8f 
+ 00019816  0x00002c0e call  0x00004d6a 
+ 00019817  0x00002c0f branch  0x00004d79 
+ 00019818  0x00002c12 set1  0x00000025 , 0x00000000 
+ 00019819  0x00002c13 bpatch  0x000000ba , 0x00004037 
+ 00019820  0x00002c14 fetch  0x00000002 , 0x000047f4 
+ 00019821  0x00002c15 isolate1  0x00000007 , 0x0000003f 
+ 00019822  0x00002c16 call  0x00003f75 , 0x00000001 
+ 00019823  0x00002c17 fetch  0x00000002 , 0x000047fe 
+ 00019824  0x00002c18 store  0x00000002 , 0x000047f0 
+ 00019825  0x00002c19 fetch  0x00000002 , 0x000042a2 
+ 00019826  0x00002c1a set1  0x00000000 , 0x0000003f 
+ 00019827  0x00002c1b store  0x00000002 , 0x000042a2 
+ 00019828  0x00002c1c fetch  0x00000002 , 0x000047f4 
+ 00019829  0x00002c1d bbit1  0x00000000 , 0x00003f77 
+ 00019830  0x00002c1e rtn 
+ 00019831  0x00002c22 call  0x00003f7e 
+ 00019832  0x00002c23 branch  0x00003f98 
+ 00019833  0x00002c26 call  0x00003f7c 
+ 00019834  0x00002c27 branch  0x00003f94 
+ 00019835  0x00002c2a branch  0x00003f9a 
+ 00019836  0x00002c2d jam  0x00000000 , 0x0000054f 
+ 00019837  0x00002c2e rtn 
+ 00019838  0x00002c34 hjam  0x00000000 , 0x00008083 
+ 00019839  0x00002c35 hjam  0x00000000 , 0x00008084 
+ 00019840  0x00002c36 hfetch  0x00000001 , 0x00008085 
+ 00019841  0x00002c37 and_into  0x000000f0 , 0x0000003f 
+ 00019842  0x00002c38 hstore  0x00000001 , 0x00008085 
+ 00019843  0x00002c39 setarg  0x00000000 
+ 00019844  0x00002c3a store  0x00000004 , 0x000000a7 
+ 00019845  0x00002c3b setarg  0x000000ff 
+ 00019846  0x00002c3c fetcht  0x00000001 , 0x000047fd 
+ 00019847  0x00002c3d copy  0x00000002 , 0x00000007 
+ 00019848  0x00002c3e qset1  0x0000003f 
+ 00019849  0x00002c3f store  0x00000004 , 0x000000a3 
+ 00019850  0x00002c40 rtn 
+ 00019851  0x00002c43 setarg  0x00000002 
+ 00019852  0x00002c44 store  0x00000001 , 0x000047f2 
+ 00019853  0x00002c45 call  0x00004ced 
+ 00019854  0x00002c49 branch  0x00004ce9 
+ 00019855  0x00002c4b set1  0x00000025 , 0x00000000 
+ 00019856  0x00002c4c bpatch  0x000000bb , 0x00004037 
+ 00019857  0x00002c4d jam  0x00000001 , 0x0000427f 
+ 00019858  0x00002c4e call  0x00003fa4 
+ 00019859  0x00002c4f call  0x00003fa2 
+ 00019860  0x00002c51 setarg  0x00000000 
+ 00019861  0x00002c52 store  0x00000002 , 0x000047f0 
+ 00019862  0x00002c53 store  0x00000001 , 0x000047f2 
+ 00019863  0x00002c54 branch  0x00003f9e 
+ 00019864  0x00002c5c branch  0x00004d9d , 0x0000002b 
+ 00019865  0x00002c5e setarg  0x000043ce 
+ 00019866  0x00002c5f arg  0x000042af , 0x00000005 
+ 00019867  0x00002c60 isub  0x00000005 , 0x00000039 
+ 00019868  0x00002c61 call  0x00007e3f 
+ 00019869  0x00002c63 set1  0x00000025 , 0x00000000 
+ 00019870  0x00002c64 bpatch  0x00000016 , 0x00004022 
+ 00019871  0x00002c65 setarg  0x000004de 
+ 00019872  0x00002c66 arg  0x000004a9 , 0x00000005 
+ 00019873  0x00002c67 isub  0x00000005 , 0x00000039 
+ 00019874  0x00002c68 call  0x00007e3f 
+ 00019875  0x00002c69 setarg  0x00000330 
+ 00019876  0x00002c6a arg  0x000002c4 , 0x00000005 
+ 00019877  0x00002c6b isub  0x00000005 , 0x00000039 
+ 00019878  0x00002c6c call  0x00007e3f 
+ 00019879  0x00002c6d branch  0x0000532a 
+ 00019880  0x00002c70 set1  0x00000025 , 0x00000000 
+ 00019881  0x00002c71 bpatch  0x00000017 , 0x00004022 
+ 00019882  0x00002c72 copy  0x00000006 , 0x00000002 
+ 00019883  0x00002c75 copy  0x00000002 , 0x00000006 
+ 00019884  0x00002c76 ifetch  0x00000002 , 0x00000006 
+ 00019885  0x00002c77 store  0x00000002 , 0x000002cd 
+ 00019886  0x00002c78 ifetch  0x00000002 , 0x00000006 
+ 00019887  0x00002c79 store  0x00000002 , 0x000002cf 
+ 00019888  0x00002c7a deposit  0x00000006 
+ 00019889  0x00002c7b store  0x00000002 , 0x000002cb 
+ 00019890  0x00002c7c fetch  0x00000001 , 0x000047f3 
+ 00019891  0x00002c7d beq  0x00000000 , 0x00004db5 
+ 00019892  0x00002c7e branch  0x000050fa 
+ 00019893  0x00002c81 set1  0x00000025 , 0x00000000 
+ 00019894  0x00002c82 bpatch  0x00000018 , 0x00004023 
+ 00019895  0x00002c83 fetch  0x00000002 , 0x000002cd 
+ 00019896  0x00002c84 branch  0x00004dfc , 0x00000034 
+ 00019897  0x00002c85 fetch  0x00000001 , 0x000002cf 
+ 00019898  0x00002c86 beq  0x00000001 , 0x00004dc0 
+ 00019899  0x00002c88 beq  0x00000050 , 0x00004de7 
+ 00019900  0x00002c89 beq  0x00000051 , 0x00004df4 
+ 00019901  0x00002c8a beq  0x00000052 , 0x00004df2 
+ 00019902  0x00002c8b beq  0x00000053 , 0x00004df2 
+ 00019903  0x00002c8c branch  0x00004dfc 
+ 00019904  0x00002c8f call  0x0000527a 
+ 00019905  0x00002c90 nrtn  0x00000034 
+ 00019906  0x00002c91 jam  0x00000000 , 0x000043cd 
+ 00019907  0x00002c93 call  0x000052c4 
+ 00019908  0x00002c94 call  0x00004e01 
+ 00019909  0x00002c95 fetcht  0x00000002 , 0x000002d6 
+ 00019910  0x00002c96 branch  0x00004dfb , 0x00000034 
+ 00019911  0x00002c97 call  0x000052ce 
+ 00019912  0x00002c98 fetch  0x00000002 , 0x000002d6 
+ 00019913  0x00002c99 istore  0x00000002 , 0x00000005 
+ 00019914  0x00002c9a force  0x00000001 , 0x0000003f 
+ 00019915  0x00002c9b istore  0x00000002 , 0x00000005 
+ 00019916  0x00002c9c branch  0x00004dfc 
+ 00019917  0x00002c9f fetch  0x00000001 , 0x00004132 
+ 00019918  0x00002ca0 rtneq  0x00000001 
+ 00019919  0x00002ca1 fetch  0x00000001 , 0x000043cd 
+ 00019920  0x00002ca2 rtn  0x00000034 
+ 00019921  0x00002ca3 copy  0x0000003f , 0x00000011 
+ 00019922  0x00002ca4 fetch  0x00000004 , 0x0000033c 
+ 00019923  0x00002ca5 arg  0x00000100 , 0x00000002 
+ 00019924  0x00002ca6 iadd  0x00000002 , 0x00000002 
+ 00019925  0x00002ca7 copy  0x00000022 , 0x0000003f 
+ 00019926  0x00002ca8 isub  0x00000002 , 0x0000003e 
+ 00019927  0x00002ca9 nrtn  0x00000002 
+ 00019928  0x00002caa jam  0x00000000 , 0x000043cd 
+ 00019929  0x00002cab copy  0x00000011 , 0x0000003f 
+ 00019930  0x00002cac beq  0x00000050 , 0x00004ddc 
+ 00019931  0x00002cad branch  0x00003bf1 
+ 00019932  0x00002caf call  0x000052c4 
+ 00019933  0x00002cb0 call  0x00004e84 
+ 00019934  0x00002cb1 call  0x000052d0 
+ 00019935  0x00002cb2 call  0x00007e1c 
+ 00019936  0x00002cb3 call  0x00004eb7 
+ 00019937  0x00002cb4 call  0x000052ce 
+ 00019938  0x00002cb6 setarg  0x0000000c 
+ 00019939  0x00002cb7 istore  0x00000002 , 0x00000005 
+ 00019940  0x00002cb8 force  0x00000001 , 0x0000003f 
+ 00019941  0x00002cb9 istore  0x00000002 , 0x00000005 
+ 00019942  0x00002cba branch  0x00004dfc 
+ 00019943  0x00002cbd call  0x0000527e 
+ 00019944  0x00002cbe nrtn  0x00000034 
+ 00019945  0x00002cbf call  0x000052d2 
+ 00019946  0x00002cc0 call  0x00006f72 
+ 00019947  0x00002cc1 call  0x000052dc 
+ 00019948  0x00002cc2 fetch  0x00000002 , 0x000002dc 
+ 00019949  0x00002cc3 branch  0x00004dfb , 0x00000034 
+ 00019950  0x00002cc4 istore  0x00000002 , 0x00000005 
+ 00019951  0x00002cc5 fetch  0x00000002 , 0x000042b1 
+ 00019952  0x00002cc6 istore  0x00000002 , 0x00000005 
+ 00019953  0x00002cc7 branch  0x00004dfc 
+ 00019954  0x00002cca call  0x00004af8 
+ 00019955  0x00002ccb branch  0x00004dfc 
+ 00019956  0x00002cce set1  0x00000025 , 0x00000000 
+ 00019957  0x00002ccf bpatch  0x00000019 , 0x00004023 
+ 00019958  0x00002cd0 jam  0x00000000 , 0x000002eb 
+ 00019959  0x00002cd1 call  0x00006bdc 
+ 00019960  0x00002cd2 fetch  0x00000001 , 0x000002eb 
+ 00019961  0x00002cd3 rtneq  0x00000001 
+ 00019962  0x00002cd4 branch  0x00004dfc 
+ 00019963  0x00002cd6 call  0x0000526f 
+ 00019964  0x00002cd9 setarg  0x00000000 
+ 00019965  0x00002cda store  0x00000002 , 0x000002cd 
+ 00019966  0x00002cdb store  0x00000002 , 0x000002cf 
+ 00019967  0x00002cdc jam  0x00000001 , 0x000002d1 
+ 00019968  0x00002cdd rtn 
+ 00019969  0x00002ce0 set1  0x00000025 , 0x00000000 
+ 00019970  0x00002ce1 bpatch  0x0000001a , 0x00004023 
+ 00019971  0x00002ce2 call  0x000052d0 
+ 00019972  0x00002ce3 force  0x00000000 , 0x00000012 
+ 00019973  0x00002ce4 fetch  0x00000002 , 0x000002cd 
+ 00019974  0x00002ce5 copy  0x0000003f , 0x00000013 
+ 00019975  0x00002ce6 fetch  0x00000002 , 0x000002cb 
+ 00019976  0x00002ce7 iforce  0x00000006 
+ 00019977  0x00002ce9 call  0x00004e11 
+ 00019978  0x00002cea deposit  0x00000013 
+ 00019979  0x00002ceb increase  0xfffffffc , 0x00000013 
+ 00019980  0x00002cec increase  0xfffffffc , 0x0000003f 
+ 00019981  0x00002ced nbranch  0x00004e09 , 0x00000034 
+ 00019982  0x00002cee copy  0x00000012 , 0x0000003f 
+ 00019983  0x00002cef store  0x00000002 , 0x000002d6 
+ 00019984  0x00002cf0 rtn 
+ 00019985  0x00002cf3 set1  0x00000025 , 0x00000000 
+ 00019986  0x00002cf4 bpatch  0x0000001b , 0x00004023 
+ 00019987  0x00002cf5 ifetch  0x00000001 , 0x00000006 
+ 00019988  0x00002cf6 beq  0x00000001 , 0x00004e54 
+ 00019989  0x00002cf7 beq  0x00000002 , 0x00004e5c 
+ 00019990  0x00002cf8 beq  0x00000003 , 0x00004ee0 
+ 00019991  0x00002cf9 beq  0x00000004 , 0x00004f0f 
+ 00019992  0x00002cfa beq  0x00000005 , 0x00004fad 
+ 00019993  0x00002cfb beq  0x00000006 , 0x00004fd5 
+ 00019994  0x00002cfc beq  0x00000007 , 0x00005024 
+ 00019995  0x00002cfd beq  0x00000008 , 0x00005058 
+ 00019996  0x00002cfe beq  0x00000009 , 0x00005068 
+ 00019997  0x00002cff beq  0x0000000a , 0x00004e21 
+ 00019998  0x00002d00 beq  0x0000000b , 0x00005069 
+ 00019999  0x00002d01 call  0x0000506a 
+ 00020000  0x00002d03 rtn 
+ 00020001  0x00002d06 ifetch  0x00000001 , 0x00000006 
+ 00020002  0x00002d07 copy  0x0000003f , 0x00000007 
+ 00020003  0x00002d08 ifetch  0x00000002 , 0x00000006 
+ 00020004  0x00002d09 copy  0x0000003f , 0x00000011 
+ 00020005  0x00002d0a copy  0x00000013 , 0x0000003f 
+ 00020006  0x00002d0b isub  0x00000011 , 0x00000013 
+ 00020007  0x00002d0c copy  0x00000011 , 0x0000003f 
+ 00020008  0x00002d0d iadd  0x00000006 , 0x00000006 
+ 00020009  0x00002d0e setarg  0x0000000b 
+ 00020010  0x00002d0f istore  0x00000001 , 0x00000005 
+ 00020011  0x00002d10 copy  0x00000007 , 0x0000003f 
+ 00020012  0x00002d11 istore  0x00000001 , 0x00000005 
+ 00020013  0x00002d12 force  0x00000008 , 0x0000003f 
+ 00020014  0x00002d13 istore  0x00000002 , 0x00000005 
+ 00020015  0x00002d14 force  0x00000002 , 0x0000003f 
+ 00020016  0x00002d15 istore  0x00000002 , 0x00000005 
+ 00020017  0x00002d16 force  0x00000000 , 0x0000003f 
+ 00020018  0x00002d17 istore  0x00000002 , 0x00000005 
+ 00020019  0x00002d18 force  0x00000400 , 0x0000003f 
+ 00020020  0x00002d19 istore  0x00000002 , 0x00000005 
+ 00020021  0x00002d1a force  0x00000000 , 0x0000003f 
+ 00020022  0x00002d1b istore  0x00000002 , 0x00000005 
+ 00020023  0x00002d1c force  0x0000000c , 0x0000003f 
+ 00020024  0x00002d1d iadd  0x00000012 , 0x00000012 
+ 00020025  0x00002d1e branch  0x00004e20 
+ 00020026  0x00002d21 ifetch  0x00000001 , 0x00000006 
+ 00020027  0x00002d22 copy  0x0000003f , 0x00000007 
+ 00020028  0x00002d23 ifetch  0x00000002 , 0x00000006 
+ 00020029  0x00002d24 copy  0x0000003f , 0x00000011 
+ 00020030  0x00002d25 copy  0x00000013 , 0x0000003f 
+ 00020031  0x00002d26 isub  0x00000011 , 0x00000013 
+ 00020032  0x00002d27 copy  0x00000011 , 0x0000003f 
+ 00020033  0x00002d28 iadd  0x00000006 , 0x00000006 
+ 00020034  0x00002d29 call  0x000052d0 
+ 00020035  0x00002d2a setarg  0x0000000b 
+ 00020036  0x00002d2b istore  0x00000001 , 0x00000005 
+ 00020037  0x00002d2c copy  0x00000007 , 0x0000003f 
+ 00020038  0x00002d2d istore  0x00000001 , 0x00000005 
+ 00020039  0x00002d2e force  0x00000008 , 0x0000003f 
+ 00020040  0x00002d2f istore  0x00000002 , 0x00000005 
+ 00020041  0x00002d30 force  0x00000002 , 0x0000003f 
+ 00020042  0x00002d31 istore  0x00000002 , 0x00000005 
+ 00020043  0x00002d32 force  0x00000000 , 0x0000003f 
+ 00020044  0x00002d33 istore  0x00000002 , 0x00000005 
+ 00020045  0x00002d34 force  0x00000400 , 0x0000003f 
+ 00020046  0x00002d35 istore  0x00000002 , 0x00000005 
+ 00020047  0x00002d36 force  0x00000000 , 0x0000003f 
+ 00020048  0x00002d37 istore  0x00000002 , 0x00000005 
+ 00020049  0x00002d38 force  0x0000000c , 0x0000003f 
+ 00020050  0x00002d39 iadd  0x00000012 , 0x00000012 
+ 00020051  0x00002d3b branch  0x00004e20 
+ 00020052  0x00002d40 ifetch  0x00000001 , 0x00000006 
+ 00020053  0x00002d41 copy  0x0000003f , 0x00000007 
+ 00020054  0x00002d42 ifetch  0x00000002 , 0x00000006 
+ 00020055  0x00002d43 copy  0x0000003f , 0x00000011 
+ 00020056  0x00002d44 iadd  0x00000006 , 0x00000006 
+ 00020057  0x00002d45 copy  0x00000013 , 0x0000003f 
+ 00020058  0x00002d46 isub  0x00000011 , 0x00000013 
+ 00020059  0x00002d48 branch  0x00004e20 
+ 00020060  0x00002d4b call  0x00007e1c 
+ 00020061  0x00002d4e call  0x00007e21 
+ 00020062  0x00002d4f arg  0x00000000 , 0x00000008 
+ 00020063  0x00002d50 ifetch  0x00000001 , 0x00000006 
+ 00020064  0x00002d51 copy  0x0000003f , 0x00000007 
+ 00020065  0x00002d52 ifetch  0x00000002 , 0x00000006 
+ 00020066  0x00002d53 copy  0x0000003f , 0x00000011 
+ 00020067  0x00002d54 ifetch  0x00000002 , 0x00000006 
+ 00020068  0x00002d55 copy  0x0000003f , 0x00000002 
+ 00020069  0x00002d56 ifetch  0x00000002 , 0x00000006 
+ 00020070  0x00002d57 copy  0x0000003f , 0x0000000b 
+ 00020071  0x00002d58 copy  0x00000002 , 0x0000003f 
+ 00020072  0x00002d59 beq  0x00000001 , 0x00004e6e 
+ 00020073  0x00002d5a beq  0x00000003 , 0x00004e90 
+ 00020074  0x00002d5b beq  0x00000011 , 0x00004e9c 
+ 00020075  0x00002d5c beq  0x00000013 , 0x00004ea7 
+ 00020076  0x00002d5d call  0x0000506a 
+ 00020077  0x00002d5e branch  0x00004edf 
+ 00020078  0x00002d61 call  0x00007e1c 
+ 00020079  0x00002d62 arg  0x00000050 , 0x00000002 
+ 00020080  0x00002d63 fetch  0x00000002 , 0x000042b1 
+ 00020081  0x00002d64 nbranch  0x00004ed9 , 0x00000034 
+ 00020082  0x00002d65 copy  0x0000000b , 0x0000003f 
+ 00020083  0x00002d66 store  0x00000002 , 0x000042b1 
+ 00020084  0x00002d67 copy  0x00000022 , 0x0000003f 
+ 00020085  0x00002d68 store  0x00000004 , 0x0000033c 
+ 00020086  0x00002d69 call  0x00004e78 
+ 00020087  0x00002d6a branch  0x00004eb3 
+ 00020088  0x00002d6d storet  0x00000002 , 0x0000033a 
+ 00020089  0x00002d6e deposit  0x0000000b 
+ 00020090  0x00002d6f store  0x00000002 , 0x00000330 
+ 00020091  0x00002d70 deposit  0x00000011 
+ 00020092  0x00002d71 store  0x00000002 , 0x00000332 
+ 00020093  0x00002d72 deposit  0x00000012 
+ 00020094  0x00002d73 store  0x00000002 , 0x00000334 
+ 00020095  0x00002d74 deposit  0x00000013 
+ 00020096  0x00002d75 store  0x00000002 , 0x00000336 
+ 00020097  0x00002d76 deposit  0x00000007 
+ 00020098  0x00002d77 store  0x00000002 , 0x00000338 
+ 00020099  0x00002d78 rtn 
+ 00020100  0x00002d7b fetcht  0x00000002 , 0x0000033a 
+ 00020101  0x00002d7c fetch  0x00000002 , 0x00000330 
+ 00020102  0x00002d7d copy  0x0000003f , 0x0000000b 
+ 00020103  0x00002d7e fetch  0x00000002 , 0x00000332 
+ 00020104  0x00002d7f copy  0x0000003f , 0x00000011 
+ 00020105  0x00002d80 fetch  0x00000002 , 0x00000334 
+ 00020106  0x00002d81 copy  0x0000003f , 0x00000012 
+ 00020107  0x00002d82 fetch  0x00000002 , 0x00000336 
+ 00020108  0x00002d83 copy  0x0000003f , 0x00000013 
+ 00020109  0x00002d84 fetch  0x00000002 , 0x00000338 
+ 00020110  0x00002d85 copy  0x0000003f , 0x00000007 
+ 00020111  0x00002d86 rtn 
+ 00020112  0x00002d89 call  0x00007e1c 
+ 00020113  0x00002d8a setarg  0x00000051 
+ 00020114  0x00002d8b arg  0x00000051 , 0x00000002 
+ 00020115  0x00002d8c fetch  0x00000002 , 0x000042b3 
+ 00020116  0x00002d8d nbranch  0x00004ed9 , 0x00000034 
+ 00020117  0x00002d8e copy  0x0000000b , 0x0000003f 
+ 00020118  0x00002d8f store  0x00000002 , 0x000042b3 
+ 00020119  0x00002d90 fetch  0x00000001 , 0x000042ba 
+ 00020120  0x00002d91 set1  0x00000000 , 0x0000003f 
+ 00020121  0x00002d92 set1  0x00000001 , 0x0000003f 
+ 00020122  0x00002d93 store  0x00000001 , 0x000042ba 
+ 00020123  0x00002d94 branch  0x00004ebb 
+ 00020124  0x00002d96 call  0x00007e1c 
+ 00020125  0x00002d97 arg  0x00000052 , 0x00000002 
+ 00020126  0x00002d98 fetch  0x00000002 , 0x000042b5 
+ 00020127  0x00002d99 nbranch  0x00004ed9 , 0x00000034 
+ 00020128  0x00002d9a copy  0x0000000b , 0x0000003f 
+ 00020129  0x00002d9b store  0x00000002 , 0x000042b5 
+ 00020130  0x00002d9c fetch  0x00000001 , 0x000042bb 
+ 00020131  0x00002d9d set1  0x00000000 , 0x0000003f 
+ 00020132  0x00002d9e set1  0x00000001 , 0x0000003f 
+ 00020133  0x00002d9f store  0x00000001 , 0x000042bb 
+ 00020134  0x00002da0 branch  0x00004ebb 
+ 00020135  0x00002da2 call  0x00007e1c 
+ 00020136  0x00002da3 deposit  0x0000001a 
+ 00020137  0x00002da4 arg  0x00000053 , 0x00000002 
+ 00020138  0x00002da5 fetch  0x00000002 , 0x000042b7 
+ 00020139  0x00002da6 nbranch  0x00004ed9 , 0x00000034 
+ 00020140  0x00002da7 copy  0x0000000b , 0x0000003f 
+ 00020141  0x00002da8 store  0x00000002 , 0x000042b7 
+ 00020142  0x00002da9 fetch  0x00000001 , 0x000042bc 
+ 00020143  0x00002daa set1  0x00000000 , 0x0000003f 
+ 00020144  0x00002dab set1  0x00000001 , 0x0000003f 
+ 00020145  0x00002dac store  0x00000001 , 0x000042bc 
+ 00020146  0x00002dad branch  0x00004ebb 
+ 00020147  0x00002db0 setarg  0x00000001 
+ 00020148  0x00002db1 store  0x00000002 , 0x000002e4 
+ 00020149  0x00002db2 jam  0x00000050 , 0x000043cd 
+ 00020150  0x00002db3 branch  0x00004ebd 
+ 00020151  0x00002db5 fetch  0x00000001 , 0x000042b9 
+ 00020152  0x00002db6 set1  0x00000000 , 0x0000003f 
+ 00020153  0x00002db7 set1  0x00000001 , 0x0000003f 
+ 00020154  0x00002db8 store  0x00000001 , 0x000042b9 
+ 00020155  0x00002dba setarg  0x00000000 
+ 00020156  0x00002dbb store  0x00000002 , 0x000002e4 
+ 00020157  0x00002dbd set1  0x00000025 , 0x00000000 
+ 00020158  0x00002dbe bpatch  0x0000001c , 0x00004023 
+ 00020159  0x00002dbf call  0x00007e21 
+ 00020160  0x00002dc0 setarg  0x00000003 
+ 00020161  0x00002dc1 istore  0x00000001 , 0x00000005 
+ 00020162  0x00002dc2 copy  0x00000007 , 0x0000003f 
+ 00020163  0x00002dc3 istore  0x00000001 , 0x00000005 
+ 00020164  0x00002dc4 setarg  0x00000008 
+ 00020165  0x00002dc5 istore  0x00000002 , 0x00000005 
+ 00020166  0x00002dc6 copy  0x00000002 , 0x0000003f 
+ 00020167  0x00002dc7 istore  0x00000002 , 0x00000005 
+ 00020168  0x00002dc8 copy  0x0000000b , 0x0000003f 
+ 00020169  0x00002dc9 istore  0x00000002 , 0x00000005 
+ 00020170  0x00002dca fetch  0x00000002 , 0x000002e4 
+ 00020171  0x00002dcb beq  0x00000001 , 0x00004ed4 
+ 00020172  0x00002dcc isolate0  0x00000000 , 0x00000008 
+ 00020173  0x00002dcd branch  0x00004ecf , 0x00000001 
+ 00020174  0x00002dce setarg  0x00000004 
+ 00020175  0x00002dd0 istore  0x00000002 , 0x00000005 
+ 00020176  0x00002dd1 force  0x00000000 , 0x0000003f 
+ 00020177  0x00002dd2 istore  0x00000002 , 0x00000005 
+ 00020178  0x00002dd3 setarg  0x0000000c 
+ 00020179  0x00002dd4 branch  0x00004edb 
+ 00020180  0x00002dd6 istore  0x00000002 , 0x00000005 
+ 00020181  0x00002dd7 force  0x00000002 , 0x0000003f 
+ 00020182  0x00002dd8 istore  0x00000002 , 0x00000005 
+ 00020183  0x00002dd9 setarg  0x0000000c 
+ 00020184  0x00002dda branch  0x00004edb 
+ 00020185  0x00002ddd set1  0x00000000 , 0x00000008 
+ 00020186  0x00002dde branch  0x00004ebb 
+ 00020187  0x00002de0 iadd  0x00000012 , 0x00000012 
+ 00020188  0x00002de1 copy  0x00000013 , 0x0000003f 
+ 00020189  0x00002de2 isub  0x00000011 , 0x00000013 
+ 00020190  0x00002de3 branch  0x00004edf 
+ 00020191  0x00002de5 branch  0x00004e20 
+ 00020192  0x00002de8 ifetch  0x00000001 , 0x00000006 
+ 00020193  0x00002de9 copy  0x0000003f , 0x00000007 
+ 00020194  0x00002dea ifetch  0x00000002 , 0x00000006 
+ 00020195  0x00002deb copy  0x0000003f , 0x00000011 
+ 00020196  0x00002dec copy  0x00000013 , 0x0000003f 
+ 00020197  0x00002ded isub  0x00000011 , 0x00000013 
+ 00020198  0x00002dee ifetch  0x00000002 , 0x00000006 
+ 00020199  0x00002def copy  0x0000003f , 0x0000000b 
+ 00020200  0x00002df0 ifetch  0x00000002 , 0x00000006 
+ 00020201  0x00002df1 copy  0x0000003f , 0x00000002 
+ 00020202  0x00002df2 setarg  0x00000050 
+ 00020203  0x00002df3 isub  0x00000002 , 0x0000003e 
+ 00020204  0x00002df4 branch  0x00004ef7 , 0x00000005 
+ 00020205  0x00002df5 setarg  0x00000051 
+ 00020206  0x00002df6 isub  0x00000002 , 0x0000003e 
+ 00020207  0x00002df7 branch  0x00004efd , 0x00000005 
+ 00020208  0x00002df8 setarg  0x00000052 
+ 00020209  0x00002df9 isub  0x00000002 , 0x0000003e 
+ 00020210  0x00002dfa branch  0x00004f09 , 0x00000005 
+ 00020211  0x00002dfb setarg  0x00000053 
+ 00020212  0x00002dfc isub  0x00000002 , 0x0000003e 
+ 00020213  0x00002dfd branch  0x00004f03 , 0x00000005 
+ 00020214  0x00002dfe rtn 
+ 00020215  0x00002e01 copy  0x0000000b , 0x0000003f 
+ 00020216  0x00002e02 store  0x00000002 , 0x000042b1 
+ 00020217  0x00002e03 fetch  0x00000001 , 0x000042b9 
+ 00020218  0x00002e04 set1  0x00000001 , 0x0000003f 
+ 00020219  0x00002e05 store  0x00000001 , 0x000042b9 
+ 00020220  0x00002e06 branch  0x00004e20 
+ 00020221  0x00002e08 copy  0x0000000b , 0x0000003f 
+ 00020222  0x00002e09 store  0x00000002 , 0x000042b3 
+ 00020223  0x00002e0a fetch  0x00000001 , 0x000042ba 
+ 00020224  0x00002e0b set1  0x00000001 , 0x0000003f 
+ 00020225  0x00002e0c store  0x00000001 , 0x000042ba 
+ 00020226  0x00002e0d rtn 
+ 00020227  0x00002e0f copy  0x0000000b , 0x0000003f 
+ 00020228  0x00002e10 store  0x00000002 , 0x000042b5 
+ 00020229  0x00002e11 fetch  0x00000001 , 0x000042bc 
+ 00020230  0x00002e12 set1  0x00000001 , 0x0000003f 
+ 00020231  0x00002e13 store  0x00000001 , 0x000042bc 
+ 00020232  0x00002e14 rtn 
+ 00020233  0x00002e16 copy  0x0000000b , 0x0000003f 
+ 00020234  0x00002e17 store  0x00000002 , 0x000042b7 
+ 00020235  0x00002e18 fetch  0x00000001 , 0x000042bb 
+ 00020236  0x00002e19 set1  0x00000001 , 0x0000003f 
+ 00020237  0x00002e1a store  0x00000001 , 0x000042bb 
+ 00020238  0x00002e1b rtn 
+ 00020239  0x00002e1e ifetch  0x00000001 , 0x00000006 
+ 00020240  0x00002e1f copy  0x0000003f , 0x00000007 
+ 00020241  0x00002e20 ifetch  0x00000002 , 0x00000006 
+ 00020242  0x00002e21 copy  0x0000003f , 0x00000011 
+ 00020243  0x00002e22 copy  0x00000013 , 0x0000003f 
+ 00020244  0x00002e23 isub  0x00000011 , 0x00000013 
+ 00020245  0x00002e24 ifetch  0x00000002 , 0x00000006 
+ 00020246  0x00002e25 copy  0x0000003f , 0x00000002 
+ 00020247  0x00002e26 copy  0x00000002 , 0x00000011 
+ 00020248  0x00002e27 setarg  0x00000050 
+ 00020249  0x00002e28 isub  0x00000002 , 0x0000003e 
+ 00020250  0x00002e29 branch  0x00004f25 , 0x00000005 
+ 00020251  0x00002e2a setarg  0x00000051 
+ 00020252  0x00002e2b isub  0x00000002 , 0x0000003e 
+ 00020253  0x00002e2c branch  0x00004f43 , 0x00000005 
+ 00020254  0x00002e2d setarg  0x00000052 
+ 00020255  0x00002e2e isub  0x00000002 , 0x0000003e 
+ 00020256  0x00002e2f branch  0x00004f2f , 0x00000005 
+ 00020257  0x00002e30 setarg  0x00000053 
+ 00020258  0x00002e31 isub  0x00000002 , 0x0000003e 
+ 00020259  0x00002e32 branch  0x00004f39 , 0x00000005 
+ 00020260  0x00002e33 branch  0x0000506a 
+ 00020261  0x00002e36 copy  0x00000005 , 0x0000000b 
+ 00020262  0x00002e37 fetch  0x00000001 , 0x000042b9 
+ 00020263  0x00002e38 set1  0x00000004 , 0x0000003f 
+ 00020264  0x00002e39 set1  0x00000003 , 0x0000003f 
+ 00020265  0x00002e3b store  0x00000001 , 0x000042b9 
+ 00020266  0x00002e3c copy  0x0000000b , 0x00000005 
+ 00020267  0x00002e3d arg  0x00000050 , 0x0000000b 
+ 00020268  0x00002e3e fetch  0x00000002 , 0x000042b1 
+ 00020269  0x00002e3f copy  0x0000003f , 0x00000002 
+ 00020270  0x00002e40 branch  0x00004f4c 
+ 00020271  0x00002e42 copy  0x00000005 , 0x0000000b 
+ 00020272  0x00002e43 fetch  0x00000001 , 0x000042bb 
+ 00020273  0x00002e44 set1  0x00000004 , 0x0000003f 
+ 00020274  0x00002e45 set1  0x00000003 , 0x0000003f 
+ 00020275  0x00002e47 store  0x00000001 , 0x000042bb 
+ 00020276  0x00002e48 copy  0x0000000b , 0x00000005 
+ 00020277  0x00002e49 arg  0x00000052 , 0x0000000b 
+ 00020278  0x00002e4a fetch  0x00000002 , 0x000042b5 
+ 00020279  0x00002e4b copy  0x0000003f , 0x00000002 
+ 00020280  0x00002e4c branch  0x00004f4c 
+ 00020281  0x00002e4e copy  0x00000005 , 0x0000000b 
+ 00020282  0x00002e4f fetch  0x00000001 , 0x000042bc 
+ 00020283  0x00002e50 set1  0x00000004 , 0x0000003f 
+ 00020284  0x00002e51 set1  0x00000003 , 0x0000003f 
+ 00020285  0x00002e53 store  0x00000001 , 0x000042bc 
+ 00020286  0x00002e54 copy  0x0000000b , 0x00000005 
+ 00020287  0x00002e55 arg  0x00000053 , 0x0000000b 
+ 00020288  0x00002e56 fetch  0x00000002 , 0x000042b7 
+ 00020289  0x00002e57 copy  0x0000003f , 0x00000002 
+ 00020290  0x00002e58 branch  0x00004f4c 
+ 00020291  0x00002e5a copy  0x00000005 , 0x0000000b 
+ 00020292  0x00002e5b fetch  0x00000001 , 0x000042ba 
+ 00020293  0x00002e5c set1  0x00000004 , 0x0000003f 
+ 00020294  0x00002e5d set1  0x00000003 , 0x0000003f 
+ 00020295  0x00002e5f store  0x00000001 , 0x000042ba 
+ 00020296  0x00002e61 copy  0x0000000b , 0x00000005 
+ 00020297  0x00002e62 arg  0x00000051 , 0x0000000b 
+ 00020298  0x00002e63 fetch  0x00000002 , 0x000042b3 
+ 00020299  0x00002e64 copy  0x0000003f , 0x00000002 
+ 00020300  0x00002e66 set1  0x00000025 , 0x00000000 
+ 00020301  0x00002e67 bpatch  0x0000001d , 0x00004023 
+ 00020302  0x00002e68 setarg  0x00000005 
+ 00020303  0x00002e69 istore  0x00000001 , 0x00000005 
+ 00020304  0x00002e6a copy  0x00000007 , 0x0000003f 
+ 00020305  0x00002e6b istore  0x00000001 , 0x00000005 
+ 00020306  0x00002e6c setarg  0x00000006 
+ 00020307  0x00002e6d istore  0x00000002 , 0x00000005 
+ 00020308  0x00002e6e copy  0x00000002 , 0x0000003f 
+ 00020309  0x00002e6f istore  0x00000002 , 0x00000005 
+ 00020310  0x00002e70 force  0x00000000 , 0x0000003f 
+ 00020311  0x00002e71 istore  0x00000002 , 0x00000005 
+ 00020312  0x00002e72 force  0x00000000 , 0x0000003f 
+ 00020313  0x00002e73 istore  0x00000002 , 0x00000005 
+ 00020314  0x00002e74 force  0x0000000a , 0x0000003f 
+ 00020315  0x00002e75 iadd  0x00000012 , 0x00000012 
+ 00020316  0x00002e77 storet  0x00000002 , 0x000002e9 
+ 00020317  0x00002e78 copy  0x00000007 , 0x0000003f 
+ 00020318  0x00002e79 store  0x00000001 , 0x000002e8 
+ 00020319  0x00002e7a force  0x00000050 , 0x0000003f 
+ 00020320  0x00002e7b icompare  0x000000ff , 0x0000000b 
+ 00020321  0x00002e7c branch  0x00004f63 , 0x00000001 
+ 00020322  0x00002e7d increase  0x00000001 , 0x0000003f 
+ 00020323  0x00002e80 rtn 
+ 00020324  0x00002e82 disable  0x00000028 
+ 00020325  0x00002e83 rtnbit1  0x00000002 , 0x0000003f 
+ 00020326  0x00002e84 rtnbit0  0x00000000 , 0x0000003f 
+ 00020327  0x00002e85 rtnbit0  0x00000001 , 0x0000003f 
+ 00020328  0x00002e86 set1  0x00000002 , 0x0000003f 
+ 00020329  0x00002e87 copy  0x00000006 , 0x00000005 
+ 00020330  0x00002e88 increase  0xffffffff , 0x00000005 
+ 00020331  0x00002e89 istore  0x00000001 , 0x00000005 
+ 00020332  0x00002e8a enable  0x00000028 
+ 00020333  0x00002e8b rtn 
+ 00020334  0x00002e8e fetch  0x00000001 , 0x000042b9 
+ 00020335  0x00002e8f call  0x00004f64 
+ 00020336  0x00002e90 nbranch  0x00004f75 , 0x00000028 
+ 00020337  0x00002e91 jam  0x00000050 , 0x000002e7 
+ 00020338  0x00002e92 fetch  0x00000002 , 0x000042b1 
+ 00020339  0x00002e93 store  0x00000002 , 0x000002e9 
+ 00020340  0x00002e94 branch  0x00004f89 
+ 00020341  0x00002e96 fetch  0x00000001 , 0x000042ba 
+ 00020342  0x00002e97 call  0x00004f64 
+ 00020343  0x00002e98 nbranch  0x00004f7c , 0x00000028 
+ 00020344  0x00002e99 jam  0x00000051 , 0x000002e7 
+ 00020345  0x00002e9a fetch  0x00000002 , 0x000042b3 
+ 00020346  0x00002e9b store  0x00000002 , 0x000002e9 
+ 00020347  0x00002e9c branch  0x00004f89 
+ 00020348  0x00002e9e fetch  0x00000001 , 0x000042bb 
+ 00020349  0x00002e9f call  0x00004f64 
+ 00020350  0x00002ea0 nbranch  0x00004f83 , 0x00000028 
+ 00020351  0x00002ea1 jam  0x00000052 , 0x000002e7 
+ 00020352  0x00002ea2 fetch  0x00000002 , 0x000042b5 
+ 00020353  0x00002ea3 store  0x00000002 , 0x000002e9 
+ 00020354  0x00002ea4 branch  0x00004f89 
+ 00020355  0x00002ea6 fetch  0x00000001 , 0x000042bc 
+ 00020356  0x00002ea7 call  0x00004f64 
+ 00020357  0x00002ea8 nrtn  0x00000028 
+ 00020358  0x00002ea9 jam  0x00000053 , 0x000002e7 
+ 00020359  0x00002eaa fetch  0x00000002 , 0x000042b7 
+ 00020360  0x00002eab store  0x00000002 , 0x000002e9 
+ 00020361  0x00002eaf set1  0x00000025 , 0x00000000 
+ 00020362  0x00002eb0 bpatch  0x0000001e , 0x00004023 
+ 00020363  0x00002eb1 call  0x00005242 
+ 00020364  0x00002eb2 call  0x000052c4 
+ 00020365  0x00002eb3 force  0x00000000 , 0x00000012 
+ 00020366  0x00002eb4 call  0x000052d0 
+ 00020367  0x00002eb5 force  0x00000004 , 0x0000003f 
+ 00020368  0x00002eb6 istore  0x00000001 , 0x00000005 
+ 00020369  0x00002eb7 fetch  0x00000001 , 0x000042be 
+ 00020370  0x00002eb8 istore  0x00000001 , 0x00000005 
+ 00020371  0x00002eb9 setarg  0x00000008 
+ 00020372  0x00002eba istore  0x00000002 , 0x00000005 
+ 00020373  0x00002ebb fetch  0x00000002 , 0x000002e9 
+ 00020374  0x00002ebc istore  0x00000002 , 0x00000005 
+ 00020375  0x00002ebd setarg  0x00000000 
+ 00020376  0x00002ebe istore  0x00000002 , 0x00000005 
+ 00020377  0x00002ebf force  0x00000001 , 0x0000003f 
+ 00020378  0x00002ec0 istore  0x00000001 , 0x00000005 
+ 00020379  0x00002ec1 force  0x00000002 , 0x0000003f 
+ 00020380  0x00002ec2 istore  0x00000001 , 0x00000005 
+ 00020381  0x00002ec3 fetch  0x00000001 , 0x000002e7 
+ 00020382  0x00002ec4 beq  0x00000051 , 0x00004fa2 
+ 00020383  0x00002ec5 setarg  0x00000030 
+ 00020384  0x00002ec6 istore  0x00000002 , 0x00000005 
+ 00020385  0x00002ec7 branch  0x00004fa4 
+ 00020386  0x00002ec9 setarg  0x000003e3 
+ 00020387  0x00002eca istore  0x00000002 , 0x00000005 
+ 00020388  0x00002ecc arg  0x0000000c , 0x00000002 
+ 00020389  0x00002ecd storet  0x00000002 , 0x000002d6 
+ 00020390  0x00002ece call  0x000052ce 
+ 00020391  0x00002ecf fetch  0x00000002 , 0x000002d6 
+ 00020392  0x00002ed0 istore  0x00000002 , 0x00000005 
+ 00020393  0x00002ed1 force  0x00000001 , 0x0000003f 
+ 00020394  0x00002ed2 istore  0x00000002 , 0x00000005 
+ 00020395  0x00002ed3 jam  0x00000000 , 0x000002e7 
+ 00020396  0x00002ed5 branch  0x00004e20 
+ 00020397  0x00002ed8 increase  0x00000001 , 0x00000006 
+ 00020398  0x00002ed9 ifetch  0x00000002 , 0x00000006 
+ 00020399  0x00002eda copy  0x0000003f , 0x00000011 
+ 00020400  0x00002edb copy  0x00000013 , 0x0000003f 
+ 00020401  0x00002edc isub  0x00000011 , 0x00000013 
+ 00020402  0x00002edd ifetch  0x00000002 , 0x00000006 
+ 00020403  0x00002ede copy  0x0000003f , 0x00000011 
+ 00020404  0x00002edf setarg  0x00000050 
+ 00020405  0x00002ee0 isub  0x00000011 , 0x0000003e 
+ 00020406  0x00002ee1 branch  0x00004fc4 , 0x00000005 
+ 00020407  0x00002ee2 setarg  0x00000051 
+ 00020408  0x00002ee3 isub  0x00000011 , 0x0000003e 
+ 00020409  0x00002ee4 branch  0x00004fc8 , 0x00000005 
+ 00020410  0x00002ee5 setarg  0x00000052 
+ 00020411  0x00002ee6 isub  0x00000011 , 0x0000003e 
+ 00020412  0x00002ee7 branch  0x00004fcc , 0x00000005 
+ 00020413  0x00002ee8 setarg  0x00000053 
+ 00020414  0x00002ee9 isub  0x00000011 , 0x0000003e 
+ 00020415  0x00002eea branch  0x00004fd0 , 0x00000005 
+ 00020416  0x00002eeb increase  0x00000002 , 0x00000006 
+ 00020417  0x00002eec ifetch  0x00000002 , 0x00000006 
+ 00020418  0x00002eed iforce  0x0000003e 
+ 00020419  0x00002eee branch  0x00004e20 
+ 00020420  0x00002ef0 fetch  0x00000001 , 0x000042b9 
+ 00020421  0x00002ef1 set1  0x00000005 , 0x0000003f 
+ 00020422  0x00002ef2 store  0x00000001 , 0x000042b9 
+ 00020423  0x00002ef3 branch  0x00004e20 
+ 00020424  0x00002ef5 fetch  0x00000001 , 0x000042ba 
+ 00020425  0x00002ef6 set1  0x00000005 , 0x0000003f 
+ 00020426  0x00002ef7 store  0x00000001 , 0x000042ba 
+ 00020427  0x00002ef8 branch  0x00004e20 
+ 00020428  0x00002efa fetch  0x00000001 , 0x000042bb 
+ 00020429  0x00002efb set1  0x00000005 , 0x0000003f 
+ 00020430  0x00002efc store  0x00000001 , 0x000042bb 
+ 00020431  0x00002efd branch  0x00004e20 
+ 00020432  0x00002eff fetch  0x00000001 , 0x000042bc 
+ 00020433  0x00002f00 set1  0x00000005 , 0x0000003f 
+ 00020434  0x00002f01 store  0x00000001 , 0x000042bc 
+ 00020435  0x00002f02 jam  0x00000006 , 0x00000b7d 
+ 00020436  0x00002f03 branch  0x00007c27 
+ 00020437  0x00002f08 ifetch  0x00000001 , 0x00000006 
+ 00020438  0x00002f09 copy  0x0000003f , 0x00000007 
+ 00020439  0x00002f0a ifetch  0x00000002 , 0x00000006 
+ 00020440  0x00002f0b copy  0x0000003f , 0x00000011 
+ 00020441  0x00002f0c copy  0x00000013 , 0x0000003f 
+ 00020442  0x00002f0d isub  0x00000011 , 0x00000013 
+ 00020443  0x00002f0e ifetch  0x00000002 , 0x00000006 
+ 00020444  0x00002f0f copy  0x0000003f , 0x00000011 
+ 00020445  0x00002f10 ifetch  0x00000002 , 0x00000006 
+ 00020446  0x00002f11 copy  0x0000003f , 0x0000000b 
+ 00020447  0x00002f12 copy  0x00000011 , 0x00000002 
+ 00020448  0x00002f13 call  0x00007e1c 
+ 00020449  0x00002f14 setarg  0x00000050 
+ 00020450  0x00002f15 isub  0x00000002 , 0x0000003e 
+ 00020451  0x00002f16 branch  0x00004ffb , 0x00000005 
+ 00020452  0x00002f17 setarg  0x00000051 
+ 00020453  0x00002f18 isub  0x00000002 , 0x0000003e 
+ 00020454  0x00002f19 branch  0x0000500b , 0x00000005 
+ 00020455  0x00002f1a setarg  0x00000052 
+ 00020456  0x00002f1b isub  0x00000002 , 0x0000003e 
+ 00020457  0x00002f1c branch  0x00004fef , 0x00000005 
+ 00020458  0x00002f1d setarg  0x00000053 
+ 00020459  0x00002f1e isub  0x00000002 , 0x0000003e 
+ 00020460  0x00002f1f branch  0x00004ff5 , 0x00000005 
+ 00020461  0x00002f20 call  0x0000506a 
+ 00020462  0x00002f21 branch  0x00005020 
+ 00020463  0x00002f23 copy  0x0000000b , 0x00000002 
+ 00020464  0x00002f24 fetch  0x00000002 , 0x000042b5 
+ 00020465  0x00002f25 isub  0x00000002 , 0x0000003e 
+ 00020466  0x00002f26 branch  0x00005001 , 0x00000005 
+ 00020467  0x00002f27 call  0x0000506a 
+ 00020468  0x00002f28 branch  0x00005020 
+ 00020469  0x00002f2a copy  0x0000000b , 0x00000002 
+ 00020470  0x00002f2b fetch  0x00000002 , 0x000042b7 
+ 00020471  0x00002f2c isub  0x00000002 , 0x0000003e 
+ 00020472  0x00002f2d branch  0x00005003 , 0x00000005 
+ 00020473  0x00002f2e call  0x0000506a 
+ 00020474  0x00002f2f branch  0x00005020 
+ 00020475  0x00002f32 copy  0x0000000b , 0x00000002 
+ 00020476  0x00002f33 fetch  0x00000002 , 0x000042b1 
+ 00020477  0x00002f34 isub  0x00000002 , 0x0000003e 
+ 00020478  0x00002f35 branch  0x00005007 , 0x00000005 
+ 00020479  0x00002f36 call  0x0000506a 
+ 00020480  0x00002f37 branch  0x00005020 
+ 00020481  0x00002f39 call  0x00005081 
+ 00020482  0x00002f3a branch  0x00005013 
+ 00020483  0x00002f3c call  0x00005087 
+ 00020484  0x00002f3d fetch  0x00000002 , 0x000042b5 
+ 00020485  0x00002f3e branch  0x00005013 , 0x00000034 
+ 00020486  0x00002f46 branch  0x00005013 
+ 00020487  0x00002f49 call  0x0000507c 
+ 00020488  0x00002f4a fetch  0x00000001 , 0x000002ef 
+ 00020489  0x00002f4b nbranch  0x00005013 , 0x00000034 
+ 00020490  0x00002f4e branch  0x00005013 
+ 00020491  0x00002f50 copy  0x0000000b , 0x00000002 
+ 00020492  0x00002f51 fetch  0x00000002 , 0x000042b3 
+ 00020493  0x00002f52 isub  0x00000002 , 0x0000003e 
+ 00020494  0x00002f53 branch  0x00005011 , 0x00000005 
+ 00020495  0x00002f54 call  0x0000506a 
+ 00020496  0x00002f55 branch  0x00005020 
+ 00020497  0x00002f57 call  0x00005077 
+ 00020498  0x00002f58 branch  0x00005013 
+ 00020499  0x00002f5a call  0x00007e21 
+ 00020500  0x00002f5b setarg  0x00000007 
+ 00020501  0x00002f5c istore  0x00000001 , 0x00000005 
+ 00020502  0x00002f5d copy  0x00000007 , 0x0000003f 
+ 00020503  0x00002f5e istore  0x00000001 , 0x00000005 
+ 00020504  0x00002f5f setarg  0x00000004 
+ 00020505  0x00002f60 istore  0x00000002 , 0x00000005 
+ 00020506  0x00002f61 copy  0x00000011 , 0x0000003f 
+ 00020507  0x00002f62 istore  0x00000002 , 0x00000005 
+ 00020508  0x00002f63 copy  0x0000000b , 0x0000003f 
+ 00020509  0x00002f64 istore  0x00000002 , 0x00000005 
+ 00020510  0x00002f65 force  0x00000008 , 0x0000003f 
+ 00020511  0x00002f66 branch  0x00005022 
+ 00020512  0x00002f68 call  0x00007e21 
+ 00020513  0x00002f69 branch  0x00005022 
+ 00020514  0x00002f6b iadd  0x00000012 , 0x00000012 
+ 00020515  0x00002f6c branch  0x00004e20 
+ 00020516  0x00002f6e ifetch  0x00000001 , 0x00000006 
+ 00020517  0x00002f6f copy  0x0000003f , 0x00000007 
+ 00020518  0x00002f70 ifetch  0x00000002 , 0x00000006 
+ 00020519  0x00002f71 copy  0x0000003f , 0x00000011 
+ 00020520  0x00002f72 copy  0x00000013 , 0x0000003f 
+ 00020521  0x00002f73 isub  0x00000011 , 0x00000013 
+ 00020522  0x00002f74 ifetch  0x00000002 , 0x00000006 
+ 00020523  0x00002f75 copy  0x0000003f , 0x0000000b 
+ 00020524  0x00002f76 ifetch  0x00000002 , 0x00000006 
+ 00020525  0x00002f77 copy  0x0000003f , 0x00000002 
+ 00020526  0x00002f78 call  0x00007e1c 
+ 00020527  0x00002f79 setarg  0x00000050 
+ 00020528  0x00002f7a isub  0x00000002 , 0x0000003e 
+ 00020529  0x00002f7b branch  0x0000503d , 0x00000005 
+ 00020530  0x00002f7c setarg  0x00000051 
+ 00020531  0x00002f7d isub  0x00000002 , 0x0000003e 
+ 00020532  0x00002f7e branch  0x00005043 , 0x00000005 
+ 00020533  0x00002f7f setarg  0x00000052 
+ 00020534  0x00002f80 isub  0x00000002 , 0x0000003e 
+ 00020535  0x00002f81 branch  0x00005049 , 0x00000005 
+ 00020536  0x00002f82 setarg  0x00000053 
+ 00020537  0x00002f83 isub  0x00000002 , 0x0000003e 
+ 00020538  0x00002f84 branch  0x0000504f , 0x00000005 
+ 00020539  0x00002f85 call  0x0000506a 
+ 00020540  0x00002f86 branch  0x00005057 
+ 00020541  0x00002f88 copy  0x00000002 , 0x00000011 
+ 00020542  0x00002f89 copy  0x0000000b , 0x00000002 
+ 00020543  0x00002f8a fetch  0x00000002 , 0x000042b1 
+ 00020544  0x00002f8b isub  0x00000002 , 0x0000003e 
+ 00020545  0x00002f8c call  0x0000507c , 0x00000005 
+ 00020546  0x00002f8d branch  0x00005055 
+ 00020547  0x00002f8f copy  0x00000002 , 0x00000011 
+ 00020548  0x00002f90 copy  0x0000000b , 0x00000002 
+ 00020549  0x00002f91 fetch  0x00000002 , 0x000042b3 
+ 00020550  0x00002f92 isub  0x00000002 , 0x0000003e 
+ 00020551  0x00002f93 call  0x00005077 , 0x00000005 
+ 00020552  0x00002f94 branch  0x00005055 
+ 00020553  0x00002f96 copy  0x00000002 , 0x00000011 
+ 00020554  0x00002f97 copy  0x0000000b , 0x00000002 
+ 00020555  0x00002f98 fetch  0x00000002 , 0x000042b5 
+ 00020556  0x00002f99 isub  0x00000002 , 0x0000003e 
+ 00020557  0x00002f9a call  0x00005081 , 0x00000005 
+ 00020558  0x00002f9b branch  0x00005055 
+ 00020559  0x00002f9d copy  0x00000002 , 0x00000011 
+ 00020560  0x00002f9e copy  0x0000000b , 0x00000002 
+ 00020561  0x00002f9f fetch  0x00000002 , 0x000042b7 
+ 00020562  0x00002fa0 isub  0x00000002 , 0x0000003e 
+ 00020563  0x00002fa1 call  0x00005087 , 0x00000005 
+ 00020564  0x00002fa2 branch  0x00005055 
+ 00020565  0x00002fa4 call  0x00007e21 
+ 00020566  0x00002fa5 branch  0x00004e20 
+ 00020567  0x00002fa7 branch  0x00004e20 
+ 00020568  0x00002fab ifetch  0x00000001 , 0x00000006 
+ 00020569  0x00002fac copy  0x0000003f , 0x00000007 
+ 00020570  0x00002fad ifetch  0x00000002 , 0x00000006 
+ 00020571  0x00002fae copy  0x0000003f , 0x00000011 
+ 00020572  0x00002faf iadd  0x00000006 , 0x00000006 
+ 00020573  0x00002fb0 setarg  0x00000009 
+ 00020574  0x00002fb1 istore  0x00000001 , 0x00000005 
+ 00020575  0x00002fb2 copy  0x00000007 , 0x0000003f 
+ 00020576  0x00002fb3 istore  0x00000001 , 0x00000005 
+ 00020577  0x00002fb4 force  0x00000000 , 0x0000003f 
+ 00020578  0x00002fb5 istore  0x00000002 , 0x00000005 
+ 00020579  0x00002fb6 force  0x00000004 , 0x0000003f 
+ 00020580  0x00002fb7 iadd  0x00000012 , 0x00000012 
+ 00020581  0x00002fb8 copy  0x00000013 , 0x0000003f 
+ 00020582  0x00002fb9 isub  0x00000011 , 0x00000013 
+ 00020583  0x00002fba branch  0x00004e20 
+ 00020584  0x00002fbc branch  0x00004e20 
+ 00020585  0x00002fbf branch  0x00004e20 
+ 00020586  0x00002fc1 force  0x00000000 , 0x00000012 
+ 00020587  0x00002fc2 call  0x000052d0 
+ 00020588  0x00002fc3 setarg  0x00000001 
+ 00020589  0x00002fc4 istore  0x00000001 , 0x00000005 
+ 00020590  0x00002fc5 copy  0x00000007 , 0x0000003f 
+ 00020591  0x00002fc6 istore  0x00000001 , 0x00000005 
+ 00020592  0x00002fc7 setarg  0x00000002 
+ 00020593  0x00002fc8 istore  0x00000002 , 0x00000005 
+ 00020594  0x00002fc9 setarg  0x00000000 
+ 00020595  0x00002fca istore  0x00000002 , 0x00000005 
+ 00020596  0x00002fcb increase  0x00000006 , 0x00000012 
+ 00020597  0x00002fcc arg  0x00000004 , 0x00000013 
+ 00020598  0x00002fcd branch  0x00004e20 
+ 00020599  0x00002fd2 setarg  0x00000000 
+ 00020600  0x00002fd3 store  0x00000002 , 0x000002e2 
+ 00020601  0x00002fd4 store  0x00000002 , 0x000042b3 
+ 00020602  0x00002fd5 jam  0x00000000 , 0x000042ba 
+ 00020603  0x00002fd6 rtn 
+ 00020604  0x00002fd8 setarg  0x00000000 
+ 00020605  0x00002fd9 store  0x00000002 , 0x000002dc 
+ 00020606  0x00002fda store  0x00000002 , 0x000042b1 
+ 00020607  0x00002fdb jam  0x00000000 , 0x000042b9 
+ 00020608  0x00002fdc rtn 
+ 00020609  0x00002fde setarg  0x00000000 
+ 00020610  0x00002fdf store  0x00000002 , 0x000042b5 
+ 00020611  0x00002fe0 jam  0x00000000 , 0x000042bb 
+ 00020612  0x00002fe1 fetch  0x00000001 , 0x000042bc 
+ 00020613  0x00002fe2 beq  0x00000000 , 0x0000508d 
+ 00020614  0x00002fe3 rtn 
+ 00020615  0x00002fe6 setarg  0x00000000 
+ 00020616  0x00002fe7 store  0x00000002 , 0x000042b7 
+ 00020617  0x00002fe8 jam  0x00000000 , 0x000042bc 
+ 00020618  0x00002fe9 fetch  0x00000001 , 0x000042bb 
+ 00020619  0x00002fea beq  0x00000000 , 0x0000508d 
+ 00020620  0x00002feb rtn 
+ 00020621  0x00002fee jam  0x00000007 , 0x00000b7d 
+ 00020622  0x00002fef branch  0x00007c27 
+ 00020623  0x00002ff2 fetch  0x00000001 , 0x000002e6 
+ 00020624  0x00002ff3 set0  0x00000000 , 0x0000003f 
+ 00020625  0x00002ff4 store  0x00000001 , 0x000002e6 
+ 00020626  0x00002ff5 fetch  0x00000002 , 0x000042b7 
+ 00020627  0x00002ff6 rtn  0x00000034 
+ 00020628  0x00002ff7 call  0x000052c4 
+ 00020629  0x00002ff8 fetch  0x00000002 , 0x000042b7 
+ 00020630  0x00002ff9 copy  0x0000003f , 0x00000011 
+ 00020631  0x00002ffa force  0x00000053 , 0x00000012 
+ 00020632  0x00002ffb branch  0x000050a2 
+ 00020633  0x00002ffd fetch  0x00000001 , 0x000002e6 
+ 00020634  0x00002ffe set0  0x00000007 , 0x0000003f 
+ 00020635  0x00002fff store  0x00000001 , 0x000002e6 
+ 00020636  0x00003000 fetch  0x00000002 , 0x000042b5 
+ 00020637  0x00003001 rtn  0x00000034 
+ 00020638  0x00003002 call  0x000052c4 
+ 00020639  0x00003003 fetch  0x00000002 , 0x000042b5 
+ 00020640  0x00003004 copy  0x0000003f , 0x00000011 
+ 00020641  0x00003005 force  0x00000052 , 0x00000012 
+ 00020642  0x00003007 call  0x00005242 
+ 00020643  0x00003008 call  0x000052d0 
+ 00020644  0x00003009 force  0x00000006 , 0x0000003f 
+ 00020645  0x0000300a istore  0x00000001 , 0x00000005 
+ 00020646  0x0000300b fetch  0x00000001 , 0x000042be 
+ 00020647  0x0000300c istore  0x00000001 , 0x00000005 
+ 00020648  0x0000300d setarg  0x00000004 
+ 00020649  0x0000300e istore  0x00000002 , 0x00000005 
+ 00020650  0x0000300f copy  0x00000011 , 0x0000003f 
+ 00020651  0x00003010 istore  0x00000002 , 0x00000005 
+ 00020652  0x00003011 copy  0x00000012 , 0x0000003f 
+ 00020653  0x00003012 istore  0x00000002 , 0x00000005 
+ 00020654  0x00003013 force  0x00000008 , 0x00000002 
+ 00020655  0x00003014 branch  0x000050e9 
+ 00020656  0x00003017 set1  0x00000025 , 0x00000000 
+ 00020657  0x00003018 bpatch  0x0000001f , 0x00004023 
+ 00020658  0x00003019 call  0x00005242 
+ 00020659  0x0000301a call  0x000052d0 
+ 00020660  0x0000301b setarg  0x00000002 
+ 00020661  0x0000301c istore  0x00000001 , 0x00000005 
+ 00020662  0x0000301d fetch  0x00000001 , 0x000042be 
+ 00020663  0x0000301e istore  0x00000001 , 0x00000005 
+ 00020664  0x0000301f setarg  0x00000004 
+ 00020665  0x00003020 istore  0x00000002 , 0x00000005 
+ 00020666  0x00003021 copy  0x00000002 , 0x0000003f 
+ 00020667  0x00003022 istore  0x00000002 , 0x00000005 
+ 00020668  0x00003023 copy  0x0000000b , 0x0000003f 
+ 00020669  0x00003024 istore  0x00000002 , 0x00000005 
+ 00020670  0x00003025 arg  0x00000008 , 0x00000002 
+ 00020671  0x00003026 branch  0x000050e9 
+ 00020672  0x00003028 set1  0x00000025 , 0x00000000 
+ 00020673  0x00003029 bpatch  0x00000020 , 0x00004024 
+ 00020674  0x0000302a call  0x00005242 
+ 00020675  0x0000302b call  0x000052d0 
+ 00020676  0x0000302c setarg  0x00000004 
+ 00020677  0x0000302d istore  0x00000001 , 0x00000005 
+ 00020678  0x0000302e fetch  0x00000001 , 0x000042be 
+ 00020679  0x0000302f istore  0x00000001 , 0x00000005 
+ 00020680  0x00003030 setarg  0x00000008 
+ 00020681  0x00003031 istore  0x00000002 , 0x00000005 
+ 00020682  0x00003033 copy  0x00000002 , 0x0000003f 
+ 00020683  0x00003035 istore  0x00000002 , 0x00000005 
+ 00020684  0x00003036 setarg  0x00000000 
+ 00020685  0x00003037 istore  0x00000002 , 0x00000005 
+ 00020686  0x00003038 setarg  0x00000001 
+ 00020687  0x00003039 istore  0x00000001 , 0x00000005 
+ 00020688  0x0000303a setarg  0x00000002 
+ 00020689  0x0000303b istore  0x00000001 , 0x00000005 
+ 00020690  0x0000303c setarg  0x000003e3 
+ 00020691  0x0000303d istore  0x00000002 , 0x00000005 
+ 00020692  0x0000303e arg  0x0000000c , 0x00000002 
+ 00020693  0x0000303f branch  0x000050e9 
+ 00020694  0x00003041 set1  0x00000025 , 0x00000000 
+ 00020695  0x00003042 bpatch  0x00000021 , 0x00004024 
+ 00020696  0x00003043 call  0x00005242 
+ 00020697  0x00003044 call  0x000052d0 
+ 00020698  0x00003045 setarg  0x00000006 
+ 00020699  0x00003046 istore  0x00000001 , 0x00000005 
+ 00020700  0x00003047 fetch  0x00000001 , 0x000042be 
+ 00020701  0x00003048 increase  0x00000001 , 0x0000003f 
+ 00020702  0x00003049 copy  0x00000005 , 0x00000011 
+ 00020703  0x0000304a store  0x00000001 , 0x000042be 
+ 00020704  0x0000304b copy  0x00000011 , 0x00000005 
+ 00020705  0x0000304c istore  0x00000001 , 0x00000005 
+ 00020706  0x0000304d setarg  0x00000004 
+ 00020707  0x0000304e istore  0x00000002 , 0x00000005 
+ 00020708  0x0000304f copy  0x00000002 , 0x0000003f 
+ 00020709  0x00003050 istore  0x00000002 , 0x00000005 
+ 00020710  0x00003051 copy  0x0000000b , 0x0000003f 
+ 00020711  0x00003052 istore  0x00000002 , 0x00000005 
+ 00020712  0x00003053 arg  0x00000008 , 0x00000002 
+ 00020713  0x00003057 storet  0x00000002 , 0x000002d6 
+ 00020714  0x00003058 copy  0x00000002 , 0x0000003f 
+ 00020715  0x00003059 branch  0x0000526f , 0x00000034 
+ 00020716  0x0000305a call  0x000052ce 
+ 00020717  0x0000305b fetch  0x00000002 , 0x000002d6 
+ 00020718  0x0000305c istore  0x00000002 , 0x00000005 
+ 00020719  0x0000305d force  0x00000001 , 0x0000003f 
+ 00020720  0x0000305e istore  0x00000002 , 0x00000005 
+ 00020721  0x0000305f rtn 
+ 00020722  0x00003062 fetch  0x00000002 , 0x000002dc 
+ 00020723  0x00003063 branch  0x00003bf1 , 0x00000034 
+ 00020724  0x00003064 call  0x000052dc 
+ 00020725  0x00003065 fetch  0x00000002 , 0x000002dc 
+ 00020726  0x00003066 istore  0x00000002 , 0x00000005 
+ 00020727  0x00003067 fetch  0x00000002 , 0x000042b1 
+ 00020728  0x00003068 istore  0x00000002 , 0x00000005 
+ 00020729  0x00003069 rtn 
+ 00020730  0x0000306b set1  0x00000025 , 0x00000000 
+ 00020731  0x0000306c bpatch  0x00000022 , 0x00004024 
+ 00020732  0x0000306d fetch  0x00000002 , 0x000002cd 
+ 00020733  0x0000306e branch  0x00004dfc , 0x00000034 
+ 00020734  0x0000306f fetch  0x00000001 , 0x000002cf 
+ 00020735  0x00003070 beq  0x00000001 , 0x00005105 
+ 00020736  0x00003071 beq  0x00000050 , 0x00004de7 
+ 00020737  0x00003072 beq  0x00000051 , 0x00004df4 
+ 00020738  0x00003073 beq  0x00000052 , 0x00004df2 
+ 00020739  0x00003074 beq  0x00000053 , 0x00004df2 
+ 00020740  0x00003075 branch  0x00004dfc 
+ 00020741  0x00003078 set1  0x00000025 , 0x00000000 
+ 00020742  0x00003079 bpatch  0x00000023 , 0x00004024 
+ 00020743  0x0000307a call  0x000052c4 
+ 00020744  0x0000307b force  0x00000000 , 0x00000012 
+ 00020745  0x0000307c call  0x000052d0 
+ 00020746  0x0000307d copy  0x0000003f , 0x00000005 
+ 00020747  0x0000307e fetch  0x00000002 , 0x000002cd 
+ 00020748  0x0000307f copy  0x0000003f , 0x00000013 
+ 00020749  0x00003080 fetch  0x00000002 , 0x000002cb 
+ 00020750  0x00003081 iforce  0x00000006 
+ 00020751  0x00003083 call  0x00005115 
+ 00020752  0x00003084 increase  0xfffffffc , 0x00000013 
+ 00020753  0x00003085 nbranch  0x0000510f , 0x00000005 
+ 00020754  0x00003086 copy  0x00000012 , 0x00000002 
+ 00020755  0x00003087 call  0x000050e9 
+ 00020756  0x00003088 branch  0x00004dfc 
+ 00020757  0x0000308b ifetch  0x00000001 , 0x00000006 
+ 00020758  0x0000308c beq  0x00000002 , 0x00005120 
+ 00020759  0x0000308d beq  0x00000001 , 0x00005123 
+ 00020760  0x0000308e beq  0x00000003 , 0x0000512d 
+ 00020761  0x0000308f beq  0x00000005 , 0x00005168 
+ 00020762  0x00003090 beq  0x00000004 , 0x00005199 
+ 00020763  0x00003091 beq  0x00000007 , 0x0000521c 
+ 00020764  0x00003092 beq  0x00000006 , 0x000051eb 
+ 00020765  0x00003093 beq  0x00000008 , 0x00005058 
+ 00020766  0x00003094 beq  0x0000000a , 0x00004e3a 
+ 00020767  0x00003095 branch  0x00005236 
+ 00020768  0x00003098 call  0x00007e1c 
+ 00020769  0x0000309a call  0x00007e21 
+ 00020770  0x0000309b branch  0x00004e5c 
+ 00020771  0x0000309d ifetch  0x00000001 , 0x00000006 
+ 00020772  0x0000309e copy  0x0000003f , 0x00000007 
+ 00020773  0x0000309f ifetch  0x00000002 , 0x00000006 
+ 00020774  0x000030a0 copy  0x0000003f , 0x00000011 
+ 00020775  0x000030a1 copy  0x00000013 , 0x0000003f 
+ 00020776  0x000030a2 isub  0x00000011 , 0x00000013 
+ 00020777  0x000030a4 ifetch  0x00000001 , 0x00000006 
+ 00020778  0x000030a5 increase  0xffffffff , 0x00000011 
+ 00020779  0x000030a6 nbranch  0x00005129 , 0x00000005 
+ 00020780  0x000030a7 rtn 
+ 00020781  0x000030a9 ifetch  0x00000001 , 0x00000006 
+ 00020782  0x000030aa copy  0x0000003f , 0x00000007 
+ 00020783  0x000030ab ifetch  0x00000002 , 0x00000006 
+ 00020784  0x000030ac copy  0x0000003f , 0x00000011 
+ 00020785  0x000030ad ifetch  0x00000002 , 0x00000006 
+ 00020786  0x000030ae copy  0x0000003f , 0x0000000b 
+ 00020787  0x000030af ifetch  0x00000002 , 0x00000006 
+ 00020788  0x000030b0 copy  0x0000003f , 0x00000002 
+ 00020789  0x000030b1 ifetch  0x00000002 , 0x00000006 
+ 00020790  0x000030b2 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00020791  0x000030b3 branch  0x0000513f , 0x00000005 
+ 00020792  0x000030b4 beq  0x00000002 , 0x0000513b 
+ 00020793  0x000030b5 beq  0x00000004 , 0x0000513b 
+ 00020794  0x000030b6 branch  0x0000513d 
+ 00020795  0x000030b8 jam  0x00000016 , 0x00000b7d 
+ 00020796  0x000030b9 call  0x00007c27 
+ 00020797  0x000030bb ifetch  0x00000002 , 0x00000006 
+ 00020798  0x000030bc branch  0x00005165 
+ 00020799  0x000030be call  0x00007e1c 
+ 00020800  0x000030c2 setarg  0x00000050 
+ 00020801  0x000030c3 isub  0x00000002 , 0x0000003e 
+ 00020802  0x000030c4 branch  0x0000514d , 0x00000005 
+ 00020803  0x000030c5 setarg  0x00000051 
+ 00020804  0x000030c6 isub  0x00000002 , 0x0000003e 
+ 00020805  0x000030c7 branch  0x00005153 , 0x00000005 
+ 00020806  0x000030c8 setarg  0x00000053 
+ 00020807  0x000030c9 isub  0x00000002 , 0x0000003e 
+ 00020808  0x000030ca branch  0x0000515f , 0x00000005 
+ 00020809  0x000030cb setarg  0x00000052 
+ 00020810  0x000030cc isub  0x00000002 , 0x0000003e 
+ 00020811  0x000030cd branch  0x00005159 , 0x00000005 
+ 00020812  0x000030ce branch  0x00005165 
+ 00020813  0x000030d0 copy  0x0000000b , 0x0000003f 
+ 00020814  0x000030d1 store  0x00000002 , 0x000042b1 
+ 00020815  0x000030d2 fetch  0x00000001 , 0x000042b9 
+ 00020816  0x000030d3 set1  0x00000001 
+ 00020817  0x000030d4 store  0x00000001 , 0x000042b9 
+ 00020818  0x000030d5 branch  0x00005164 
+ 00020819  0x000030d7 copy  0x0000000b , 0x0000003f 
+ 00020820  0x000030d8 store  0x00000002 , 0x000042b3 
+ 00020821  0x000030d9 fetch  0x00000001 , 0x000042ba 
+ 00020822  0x000030da set1  0x00000001 
+ 00020823  0x000030db store  0x00000001 , 0x000042ba 
+ 00020824  0x000030dc branch  0x00005164 
+ 00020825  0x000030de copy  0x0000000b , 0x0000003f 
+ 00020826  0x000030df store  0x00000002 , 0x000042b5 
+ 00020827  0x000030e0 fetch  0x00000001 , 0x000042bb 
+ 00020828  0x000030e1 set1  0x00000001 
+ 00020829  0x000030e2 store  0x00000001 , 0x000042bb 
+ 00020830  0x000030e3 branch  0x00005164 
+ 00020831  0x000030e5 copy  0x0000000b , 0x0000003f 
+ 00020832  0x000030e6 store  0x00000002 , 0x000042b7 
+ 00020833  0x000030e7 fetch  0x00000001 , 0x000042bc 
+ 00020834  0x000030e8 set1  0x00000001 
+ 00020835  0x000030e9 store  0x00000001 , 0x000042bc 
+ 00020836  0x000030ed call  0x00007e21 
+ 00020837  0x000030ef copy  0x00000013 , 0x0000003f 
+ 00020838  0x000030f0 isub  0x00000011 , 0x00000013 
+ 00020839  0x000030f1 rtn 
+ 00020840  0x000030f4 ifetch  0x00000001 , 0x00000006 
+ 00020841  0x000030f5 copy  0x0000003f , 0x00000007 
+ 00020842  0x000030f6 ifetch  0x00000002 , 0x00000006 
+ 00020843  0x000030f7 copy  0x0000003f , 0x00000011 
+ 00020844  0x000030f8 copy  0x00000013 , 0x0000003f 
+ 00020845  0x000030f9 isub  0x00000011 , 0x00000013 
+ 00020846  0x000030fa ifetch  0x00000002 , 0x00000006 
+ 00020847  0x000030fb copy  0x0000003f , 0x0000000b 
+ 00020848  0x000030fc ifetch  0x00000002 , 0x00000006 
+ 00020849  0x000030fd ifetch  0x00000002 , 0x00000006 
+ 00020850  0x000030fe nbranch  0x00005193 , 0x00000034 
+ 00020851  0x000030ff call  0x00007e1c 
+ 00020852  0x00003103 copy  0x0000000b , 0x00000002 
+ 00020853  0x00003104 setarg  0x00000050 
+ 00020854  0x00003105 isub  0x00000002 , 0x0000003e 
+ 00020855  0x00003106 branch  0x00005181 , 0x00000005 
+ 00020856  0x00003107 setarg  0x00000051 
+ 00020857  0x00003108 isub  0x00000002 , 0x0000003e 
+ 00020858  0x00003109 branch  0x00005185 , 0x00000005 
+ 00020859  0x0000310a setarg  0x00000052 
+ 00020860  0x0000310b isub  0x00000002 , 0x0000003e 
+ 00020861  0x0000310c branch  0x00005189 , 0x00000005 
+ 00020862  0x0000310d setarg  0x00000053 
+ 00020863  0x0000310e isub  0x00000002 , 0x0000003e 
+ 00020864  0x0000310f branch  0x0000518d , 0x00000005 
+ 00020865  0x00003111 fetch  0x00000001 , 0x000042b9 
+ 00020866  0x00003112 set1  0x00000005 
+ 00020867  0x00003113 store  0x00000001 , 0x000042b9 
+ 00020868  0x00003114 rtn 
+ 00020869  0x00003116 fetch  0x00000001 , 0x000042ba 
+ 00020870  0x00003117 set1  0x00000005 
+ 00020871  0x00003118 store  0x00000001 , 0x000042ba 
+ 00020872  0x00003119 rtn 
+ 00020873  0x0000311b fetch  0x00000001 , 0x000042bb 
+ 00020874  0x0000311c set1  0x00000005 
+ 00020875  0x0000311d store  0x00000001 , 0x000042bb 
+ 00020876  0x0000311e rtn 
+ 00020877  0x00003120 fetch  0x00000001 , 0x000042bc 
+ 00020878  0x00003121 set1  0x00000005 
+ 00020879  0x00003122 store  0x00000001 , 0x000042bc 
+ 00020880  0x00003123 jam  0x00000006 , 0x00000b7d 
+ 00020881  0x00003124 branch  0x00007c27 
+ 00020882  0x00003128 call  0x00007e21 
+ 00020883  0x0000312a increase  0xfffffffa , 0x00000011 
+ 00020884  0x0000312c branch  0x00005198 , 0x00000005 
+ 00020885  0x0000312d increase  0x00000001 , 0x00000006 
+ 00020886  0x0000312e increase  0xffffffff , 0x00000011 
+ 00020887  0x0000312f branch  0x00005194 
+ 00020888  0x00003131 rtn 
+ 00020889  0x00003133 ifetch  0x00000001 , 0x00000006 
+ 00020890  0x00003134 copy  0x0000003f , 0x00000007 
+ 00020891  0x00003135 ifetch  0x00000002 , 0x00000006 
+ 00020892  0x00003136 copy  0x0000003f , 0x00000011 
+ 00020893  0x00003137 copy  0x00000013 , 0x0000003f 
+ 00020894  0x00003138 isub  0x00000011 , 0x00000013 
+ 00020895  0x00003139 ifetch  0x00000002 , 0x00000006 
+ 00020896  0x0000313a increase  0x00000002 , 0x00000006 
+ 00020897  0x0000313b copy  0x0000003f , 0x00000002 
+ 00020898  0x0000313c setarg  0x00000005 
+ 00020899  0x0000313d istore  0x00000001 , 0x00000005 
+ 00020900  0x0000313e copy  0x00000007 , 0x0000003f 
+ 00020901  0x0000313f istore  0x00000001 , 0x00000005 
+ 00020902  0x00003140 increase  0x00000002 , 0x00000011 
+ 00020903  0x00003141 copy  0x00000011 , 0x0000003f 
+ 00020904  0x00003142 istore  0x00000002 , 0x00000005 
+ 00020905  0x00003143 call  0x00007e1c 
+ 00020906  0x00003144 setarg  0x00000050 
+ 00020907  0x00003145 isub  0x00000002 , 0x0000003e 
+ 00020908  0x00003146 branch  0x000051b7 , 0x00000005 
+ 00020909  0x00003147 setarg  0x00000051 
+ 00020910  0x00003148 isub  0x00000002 , 0x0000003e 
+ 00020911  0x00003149 branch  0x000051c8 , 0x00000005 
+ 00020912  0x0000314a setarg  0x00000052 
+ 00020913  0x0000314b isub  0x00000002 , 0x0000003e 
+ 00020914  0x0000314c branch  0x000051ce , 0x00000005 
+ 00020915  0x0000314d setarg  0x00000053 
+ 00020916  0x0000314e isub  0x00000002 , 0x0000003e 
+ 00020917  0x0000314f branch  0x000051d4 , 0x00000005 
+ 00020918  0x00003150 branch  0x000051d9 
+ 00020919  0x00003152 fetch  0x00000001 , 0x000042b9 
+ 00020920  0x00003153 set1  0x00000004 , 0x0000003f 
+ 00020921  0x00003154 set1  0x00000003 , 0x0000003f 
+ 00020922  0x00003155 store  0x00000001 , 0x000042b9 
+ 00020923  0x00003156 bbit1  0x00000002 , 0x000051c5 
+ 00020924  0x00003157 fetcht  0x00000001 , 0x000002e6 
+ 00020925  0x00003158 set1  0x00000006 , 0x00000002 
+ 00020926  0x00003159 storet  0x00000001 , 0x000002e6 
+ 00020927  0x0000315a copy  0x00000007 , 0x0000003f 
+ 00020928  0x0000315b increase  0x00000001 , 0x0000003f 
+ 00020929  0x0000315c store  0x00000001 , 0x000002e8 
+ 00020930  0x0000315d fetch  0x00000001 , 0x000042b9 
+ 00020931  0x0000315e set1  0x00000002 , 0x0000003f 
+ 00020932  0x0000315f store  0x00000001 , 0x000042b9 
+ 00020933  0x00003161 fetch  0x00000002 , 0x000042b1 
+ 00020934  0x00003162 store  0x00000002 , 0x000002e9 
+ 00020935  0x00003163 branch  0x000051d9 
+ 00020936  0x00003165 fetch  0x00000001 , 0x000042ba 
+ 00020937  0x00003166 set1  0x00000004 , 0x0000003f 
+ 00020938  0x00003167 set1  0x00000003 , 0x0000003f 
+ 00020939  0x00003168 store  0x00000001 , 0x000042ba 
+ 00020940  0x00003169 fetch  0x00000002 , 0x000042b3 
+ 00020941  0x0000316a branch  0x000051d9 
+ 00020942  0x0000316c fetch  0x00000001 , 0x000042bb 
+ 00020943  0x0000316d set1  0x00000004 , 0x0000003f 
+ 00020944  0x0000316e set1  0x00000003 , 0x0000003f 
+ 00020945  0x0000316f store  0x00000001 , 0x000042bb 
+ 00020946  0x00003170 fetch  0x00000002 , 0x000042b5 
+ 00020947  0x00003171 branch  0x000051d9 
+ 00020948  0x00003173 fetch  0x00000001 , 0x000042bc 
+ 00020949  0x00003174 set1  0x00000004 , 0x0000003f 
+ 00020950  0x00003175 set1  0x00000003 , 0x0000003f 
+ 00020951  0x00003176 store  0x00000001 , 0x000042bc 
+ 00020952  0x00003177 fetch  0x00000002 , 0x000042b7 
+ 00020953  0x0000317b copy  0x0000003f , 0x0000000b 
+ 00020954  0x0000317c call  0x00007e21 
+ 00020955  0x0000317e copy  0x0000000b , 0x0000003f 
+ 00020956  0x00003180 istore  0x00000002 , 0x00000005 
+ 00020957  0x00003181 force  0x00000000 , 0x0000003f 
+ 00020958  0x00003182 istore  0x00000002 , 0x00000005 
+ 00020959  0x00003183 force  0x00000000 , 0x0000003f 
+ 00020960  0x00003184 istore  0x00000002 , 0x00000005 
+ 00020961  0x00003185 force  0x0000000a , 0x0000003f 
+ 00020962  0x00003186 iadd  0x00000012 , 0x00000012 
+ 00020963  0x00003187 increase  0xfffffffa , 0x00000011 
+ 00020964  0x00003189 branch  0x000051ea , 0x00000005 
+ 00020965  0x0000318a ifetch  0x00000001 , 0x00000006 
+ 00020966  0x0000318b istore  0x00000001 , 0x00000005 
+ 00020967  0x0000318c increase  0x00000001 , 0x00000012 
+ 00020968  0x0000318d increase  0xffffffff , 0x00000011 
+ 00020969  0x0000318e branch  0x000051e4 
+ 00020970  0x00003190 rtn 
+ 00020971  0x00003192 ifetch  0x00000001 , 0x00000006 
+ 00020972  0x00003193 copy  0x0000003f , 0x00000007 
+ 00020973  0x00003194 ifetch  0x00000002 , 0x00000006 
+ 00020974  0x00003195 copy  0x0000003f , 0x00000011 
+ 00020975  0x00003196 copy  0x00000013 , 0x0000003f 
+ 00020976  0x00003197 isub  0x00000011 , 0x00000013 
+ 00020977  0x00003199 ifetch  0x00000002 , 0x00000006 
+ 00020978  0x0000319a copy  0x0000003f , 0x00000011 
+ 00020979  0x0000319b ifetch  0x00000002 , 0x00000006 
+ 00020980  0x0000319c copy  0x0000003f , 0x0000000b 
+ 00020981  0x0000319d call  0x00007e1c 
+ 00020982  0x0000319e setarg  0x00000050 
+ 00020983  0x0000319f copy  0x00000011 , 0x00000002 
+ 00020984  0x000031a0 isub  0x00000002 , 0x0000003e 
+ 00020985  0x000031a1 branch  0x00005203 , 0x00000005 
+ 00020986  0x000031a2 setarg  0x00000052 
+ 00020987  0x000031a3 copy  0x00000011 , 0x00000002 
+ 00020988  0x000031a4 isub  0x00000002 , 0x0000003e 
+ 00020989  0x000031a5 branch  0x00005208 , 0x00000005 
+ 00020990  0x000031a6 setarg  0x00000053 
+ 00020991  0x000031a7 copy  0x00000011 , 0x00000002 
+ 00020992  0x000031a8 isub  0x00000002 , 0x0000003e 
+ 00020993  0x000031a9 branch  0x0000520a , 0x00000005 
+ 00020994  0x000031aa branch  0x0000520c 
+ 00020995  0x000031ac setarg  0x00000000 
+ 00020996  0x000031ad store  0x00000002 , 0x000002dc 
+ 00020997  0x000031ae store  0x00000002 , 0x000042b1 
+ 00020998  0x000031af store  0x00000001 , 0x000042b9 
+ 00020999  0x000031b0 branch  0x0000520e 
+ 00021000  0x000031b2 call  0x00005081 
+ 00021001  0x000031b3 branch  0x0000520e 
+ 00021002  0x000031b5 call  0x00005087 
+ 00021003  0x000031bb branch  0x0000520e 
+ 00021004  0x000031bd setarg  0x00000000 
+ 00021005  0x000031be store  0x00000002 , 0x000002e2 
+ 00021006  0x000031c0 call  0x00007e21 
+ 00021007  0x000031c1 setarg  0x00000007 
+ 00021008  0x000031c2 istore  0x00000001 , 0x00000005 
+ 00021009  0x000031c3 copy  0x00000007 , 0x0000003f 
+ 00021010  0x000031c4 istore  0x00000001 , 0x00000005 
+ 00021011  0x000031c5 setarg  0x00000004 
+ 00021012  0x000031c6 istore  0x00000002 , 0x00000005 
+ 00021013  0x000031c7 copy  0x00000011 , 0x0000003f 
+ 00021014  0x000031c8 istore  0x00000002 , 0x00000005 
+ 00021015  0x000031c9 copy  0x0000000b , 0x0000003f 
+ 00021016  0x000031ca istore  0x00000002 , 0x00000005 
+ 00021017  0x000031cb force  0x00000008 , 0x0000003f 
+ 00021018  0x000031cc iadd  0x00000012 , 0x00000012 
+ 00021019  0x000031cd rtn 
+ 00021020  0x000031d0 ifetch  0x00000001 , 0x00000006 
+ 00021021  0x000031d1 copy  0x0000003f , 0x00000007 
+ 00021022  0x000031d2 ifetch  0x00000002 , 0x00000006 
+ 00021023  0x000031d3 copy  0x0000003f , 0x00000011 
+ 00021024  0x000031d4 ifetch  0x00000002 , 0x00000006 
+ 00021025  0x000031d5 copy  0x0000003f , 0x0000000b 
+ 00021026  0x000031d6 ifetch  0x00000002 , 0x00000006 
+ 00021027  0x000031d7 copy  0x0000003f , 0x00000002 
+ 00021028  0x000031d8 call  0x00007e1c 
+ 00021029  0x000031d9 fetch  0x00000001 , 0x000042be 
+ 00021030  0x000031da icompare  0x000000ff , 0x00000007 
+ 00021031  0x000031db nbranch  0x00005232 , 0x00000001 
+ 00021032  0x000031dc setarg  0x00000050 
+ 00021033  0x000031dd isub  0x00000002 , 0x0000003e 
+ 00021034  0x000031de branch  0x0000522f , 0x00000005 
+ 00021035  0x000031df setarg  0x00000051 
+ 00021036  0x000031e0 isub  0x00000002 , 0x0000003e 
+ 00021037  0x000031e1 branch  0x00005232 , 0x00000005 
+ 00021038  0x000031e2 branch  0x00005232 
+ 00021039  0x000031e4 jam  0x00000000 , 0x000042b1 
+ 00021040  0x000031e5 jam  0x00000000 , 0x000042b9 
+ 00021041  0x000031e6 branch  0x00005232 
+ 00021042  0x000031eb call  0x00007e21 
+ 00021043  0x000031ec copy  0x00000013 , 0x0000003f 
+ 00021044  0x000031ed isub  0x00000011 , 0x00000013 
+ 00021045  0x000031ee rtn 
+ 00021046  0x000031f1 setarg  0x00000001 
+ 00021047  0x000031f2 istore  0x00000001 , 0x00000005 
+ 00021048  0x000031f3 ifetch  0x00000001 , 0x00000006 
+ 00021049  0x000031f4 istore  0x00000001 , 0x00000005 
+ 00021050  0x000031f5 setarg  0x00000002 
+ 00021051  0x000031f6 istore  0x00000002 , 0x00000005 
+ 00021052  0x000031f7 setarg  0x00000000 
+ 00021053  0x000031f8 istore  0x00000002 , 0x00000005 
+ 00021054  0x000031f9 setarg  0x00000006 
+ 00021055  0x000031fa iadd  0x00000012 , 0x00000012 
+ 00021056  0x000031fb force  0x00000004 , 0x00000013 
+ 00021057  0x000031fc rtn 
+ 00021058  0x00003200 fetch  0x00000001 , 0x000042be 
+ 00021059  0x00003201 increase  0x00000001 , 0x0000003f 
+ 00021060  0x00003202 bne  0x00000000 , 0x00005246 
+ 00021061  0x00003203 increase  0x00000001 , 0x0000003f 
+ 00021062  0x00003205 store  0x00000001 , 0x000042be 
+ 00021063  0x00003206 rtn 
+ 00021064  0x00003211 set1  0x00000025 , 0x00000000 
+ 00021065  0x00003212 bpatch  0x00000024 , 0x00004024 
+ 00021066  0x00003213 arg  0x00000000 , 0x00000012 
+ 00021067  0x00003214 call  0x0000527a 
+ 00021068  0x00003215 nbranch  0x00003bf1 , 0x00000034 
+ 00021069  0x00003216 call  0x00005287 
+ 00021070  0x00003217 arg  0x00001800 , 0x00000012 
+ 00021071  0x00003218 arg  0x00000000 , 0x00000007 
+ 00021072  0x0000321a fetcht  0x00000001 , 0x000042bf 
+ 00021073  0x0000321b qisolate1  0x00000002 
+ 00021074  0x0000321c branch  0x00005258 , 0x00000001 
+ 00021075  0x0000321d call  0x000052ab 
+ 00021076  0x0000321e sub  0x0000000b , 0x00000000 , 0x0000003e 
+ 00021077  0x0000321f branch  0x00005258 , 0x00000002 
+ 00021078  0x00003220 call  0x00005292 
+ 00021079  0x00003221 branch  0x0000525e 
+ 00021080  0x00003223 increase  0x00000080 , 0x00000012 
+ 00021081  0x00003224 increase  0x00000001 , 0x00000007 
+ 00021082  0x00003225 setarg  0x00000008 
+ 00021083  0x00003226 isub  0x00000007 , 0x0000003e 
+ 00021084  0x00003227 branch  0x00005250 , 0x00000002 
+ 00021085  0x00003228 arg  0x00000000 , 0x00000012 
+ 00021086  0x0000322a copy  0x00000012 , 0x0000003f 
+ 00021087  0x0000322b branch  0x00003bf1 , 0x00000034 
+ 00021088  0x0000322c rtn 
+ 00021089  0x00003235 set1  0x00000025 , 0x00000000 
+ 00021090  0x00003236 bpatch  0x00000025 , 0x00004024 
+ 00021091  0x00003237 call  0x00005280 
+ 00021092  0x00003238 increase  0x00000001 , 0x00000006 
+ 00021093  0x00003239 ifetch  0x00000002 , 0x00000006 
+ 00021094  0x0000323a rtn 
+ 00021095  0x00003241 set1  0x00000025 , 0x00000000 
+ 00021096  0x00003242 bpatch  0x00000026 , 0x00004024 
+ 00021097  0x00003243 call  0x00005280 
+ 00021098  0x00003244 copy  0x00000006 , 0x00000005 
+ 00021099  0x00003245 copy  0x00000006 , 0x00000002 
+ 00021100  0x00003246 setarg  0x00000000 
+ 00021101  0x00003247 istore  0x00000003 , 0x00000005 
+ 00021102  0x00003248 rtn 
+ 00021103  0x0000324e set1  0x00000025 , 0x00000000 
+ 00021104  0x0000324f bpatch  0x00000027 , 0x00004024 
+ 00021105  0x00003250 call  0x0000527e 
+ 00021106  0x00003251 branch  0x00003bf1 , 0x00000034 
+ 00021107  0x00003252 fetch  0x00000003 , 0x000042c6 
+ 00021108  0x00003253 store  0x00000003 , 0x000042c9 
+ 00021109  0x00003254 fetch  0x00000003 , 0x000042c3 
+ 00021110  0x00003255 store  0x00000003 , 0x000042c6 
+ 00021111  0x00003256 fetch  0x00000003 , 0x000042c0 
+ 00021112  0x00003257 store  0x00000003 , 0x000042c3 
+ 00021113  0x00003258 rtn 
+ 00021114  0x0000325f fetch  0x00000003 , 0x000042c0 
+ 00021115  0x00003260 rtn 
+ 00021116  0x00003267 fetch  0x00000003 , 0x000042c3 
+ 00021117  0x00003268 rtn 
+ 00021118  0x0000326f fetch  0x00000003 , 0x000042c9 
+ 00021119  0x00003270 rtn 
+ 00021120  0x00003276 call  0x0000527e 
+ 00021121  0x00003277 branch  0x00003bf1 , 0x00000034 
+ 00021122  0x00003278 arg  0x000042c0 , 0x00000006 
+ 00021123  0x0000327a ifetch  0x00000003 , 0x00000006 
+ 00021124  0x0000327b branch  0x00005283 , 0x00000034 
+ 00021125  0x0000327c increase  0xfffffffd , 0x00000006 
+ 00021126  0x0000327d rtn 
+ 00021127  0x00003285 set1  0x00000025 , 0x00000000 
+ 00021128  0x00003286 bpatch  0x00000028 , 0x00004025 
+ 00021129  0x00003287 arg  0x00000004 , 0x00000039 
+ 00021130  0x00003288 arg  0x000042c0 , 0x00000006 
+ 00021131  0x00003289 arg  0x00000000 , 0x00000002 
+ 00021132  0x0000328b ifetch  0x00000003 , 0x00000006 
+ 00021133  0x0000328c and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00021134  0x0000328d ior  0x00000002 , 0x00000002 
+ 00021135  0x0000328e loop  0x0000528c 
+ 00021136  0x0000328f storet  0x00000001 , 0x000042bf 
+ 00021137  0x00003290 rtn 
+ 00021138  0x00003299 set1  0x00000025 , 0x00000000 
+ 00021139  0x0000329a bpatch  0x00000029 , 0x00004025 
+ 00021140  0x0000329b call  0x0000527a 
+ 00021141  0x0000329c nbranch  0x00003bf1 , 0x00000034 
+ 00021142  0x0000329d call  0x0000527e 
+ 00021143  0x0000329e branch  0x000052a0 , 0x00000034 
+ 00021144  0x0000329f fetch  0x00000003 , 0x000042c3 
+ 00021145  0x000032a0 store  0x00000003 , 0x000042c0 
+ 00021146  0x000032a1 ifetch  0x00000003 , 0x00000006 
+ 00021147  0x000032a2 istore  0x00000003 , 0x00000005 
+ 00021148  0x000032a3 ifetch  0x00000003 , 0x00000006 
+ 00021149  0x000032a4 istore  0x00000003 , 0x00000005 
+ 00021150  0x000032a5 setarg  0x00000000 
+ 00021151  0x000032a6 istore  0x00000003 , 0x00000005 
+ 00021152  0x000032a8 arg  0x00000000 , 0x00000002 
+ 00021153  0x000032a9 copy  0x0000000b , 0x0000003f 
+ 00021154  0x000032aa iadd  0x00000007 , 0x0000003f 
+ 00021155  0x000032ac qset1  0x00000002 
+ 00021156  0x000032ad increase  0x00000001 , 0x00000007 
+ 00021157  0x000032ae isub  0x00000007 , 0x0000003e 
+ 00021158  0x000032af nbranch  0x000052a3 , 0x00000005 
+ 00021159  0x000032b1 lshift8  0x00000012 , 0x0000003f 
+ 00021160  0x000032b2 ior  0x00000002 , 0x0000003f 
+ 00021161  0x000032b3 store  0x00000003 , 0x000042c9 
+ 00021162  0x000032b4 rtn 
+ 00021163  0x000032bf set1  0x00000025 , 0x00000000 
+ 00021164  0x000032c0 bpatch  0x0000002a , 0x00004025 
+ 00021165  0x000032c1 call  0x00005287 
+ 00021166  0x000032c2 copy  0x00000007 , 0x00000013 
+ 00021167  0x000032c3 arg  0x00000000 , 0x00000002 
+ 00021168  0x000032c4 arg  0x00000000 , 0x0000000b 
+ 00021169  0x000032c7 copy  0x00000007 , 0x0000003f 
+ 00021170  0x000032c8 beq  0x00000008 , 0x000052bc 
+ 00021171  0x000032c9 fetch  0x00000001 , 0x000042bf 
+ 00021172  0x000032ca qisolate1  0x0000003f 
+ 00021173  0x000032cb branch  0x000052bc , 0x00000001 
+ 00021174  0x000032cc increase  0x00000080 , 0x00000002 
+ 00021175  0x000032cd increase  0x00000001 , 0x00000007 
+ 00021176  0x000032ce copy  0x00000011 , 0x0000003f 
+ 00021177  0x000032cf isub  0x00000002 , 0x0000003e 
+ 00021178  0x000032d0 branch  0x000052bc , 0x00000005 
+ 00021179  0x000032d1 branch  0x000052b1 , 0x00000002 
+ 00021180  0x000032d3 copy  0x00000002 , 0x0000003f 
+ 00021181  0x000032d4 isub  0x00000011 , 0x0000003e 
+ 00021182  0x000032d5 nbranch  0x000052c2 , 0x00000002 
+ 00021183  0x000032d6 copy  0x00000007 , 0x0000003f 
+ 00021184  0x000032d7 copy  0x00000013 , 0x00000002 
+ 00021185  0x000032d8 isub  0x00000002 , 0x0000000b 
+ 00021186  0x000032da copy  0x00000013 , 0x00000007 
+ 00021187  0x000032db rtn 
+ 00021188  0x000032df set1  0x00000025 , 0x00000000 
+ 00021189  0x000032e0 bpatch  0x0000002b , 0x00004025 
+ 00021190  0x000032e1 arg  0x0000007f , 0x00000011 
+ 00021191  0x000032e2 call  0x00005248 
+ 00021192  0x000032e3 store  0x00000002 , 0x000002d2 
+ 00021193  0x000032e4 increase  0x00000004 , 0x0000003f 
+ 00021194  0x000032e5 store  0x00000002 , 0x000002d4 
+ 00021195  0x000032e6 setarg  0x00000000 
+ 00021196  0x000032e7 store  0x00000002 , 0x000002d6 
+ 00021197  0x000032e8 rtn 
+ 00021198  0x000032eb fetch  0x00000002 , 0x000002d2 
+ 00021199  0x000032ec branch  0x000052f2 
+ 00021200  0x000032ef fetch  0x00000002 , 0x000002d4 
+ 00021201  0x000032f0 branch  0x000052f2 
+ 00021202  0x000032f4 set1  0x00000025 , 0x00000000 
+ 00021203  0x000032f5 bpatch  0x0000002c , 0x00004025 
+ 00021204  0x000032f6 arg  0x000002ff , 0x00000011 
+ 00021205  0x000032f7 call  0x00005248 
+ 00021206  0x000032f8 store  0x00000002 , 0x000002d8 
+ 00021207  0x000032f9 increase  0x00000004 , 0x0000003f 
+ 00021208  0x000032fa store  0x00000002 , 0x000002da 
+ 00021209  0x000032fb setarg  0x00000000 
+ 00021210  0x000032fc store  0x00000002 , 0x000002dc 
+ 00021211  0x000032fd rtn 
+ 00021212  0x00003300 fetch  0x00000002 , 0x000002d8 
+ 00021213  0x00003301 branch  0x000052f2 
+ 00021214  0x00003304 fetch  0x00000002 , 0x000002da 
+ 00021215  0x00003305 branch  0x000052f2 
+ 00021216  0x00003309 set1  0x00000025 , 0x00000000 
+ 00021217  0x0000330a bpatch  0x0000002d , 0x00004025 
+ 00021218  0x0000330b call  0x00007e00 
+ 00021219  0x0000330c jam  0x00000001 , 0x000002eb 
+ 00021220  0x0000330d call  0x0000527a 
+ 00021221  0x0000330e nrtn  0x00000034 
+ 00021222  0x0000330f arg  0x0000007f , 0x00000011 
+ 00021223  0x00003310 call  0x00005248 
+ 00021224  0x00003311 store  0x00000002 , 0x000002de 
+ 00021225  0x00003312 increase  0x00000004 , 0x0000003f 
+ 00021226  0x00003313 store  0x00000002 , 0x000002e0 
+ 00021227  0x00003314 setarg  0x00000000 
+ 00021228  0x00003315 store  0x00000002 , 0x000002e2 
+ 00021229  0x00003316 jam  0x00000000 , 0x000002eb 
+ 00021230  0x00003317 branch  0x00007e0e 
+ 00021231  0x0000331a fetch  0x00000002 , 0x000002de 
+ 00021232  0x0000331b branch  0x000052f2 
+ 00021233  0x0000331e fetch  0x00000002 , 0x000002e0 
+ 00021234  0x00003321 branch  0x00003bf1 , 0x00000034 
+ 00021235  0x00003322 copy  0x0000003f , 0x00000005 
+ 00021236  0x00003323 rtn 
+ 00021237  0x00003327 set1  0x00000025 , 0x00000000 
+ 00021238  0x00003328 bpatch  0x0000002e , 0x00004025 
+ 00021239  0x00003329 arg  0x00000000 , 0x00000012 
+ 00021240  0x0000332a arg  0x000042c0 , 0x00000011 
+ 00021241  0x0000332b increase  0xfffffffe , 0x00000011 
+ 00021242  0x0000332d increase  0x00000002 , 0x00000011 
+ 00021243  0x0000332e setarg  0x000042cc 
+ 00021244  0x0000332f isub  0x00000011 , 0x0000003e 
+ 00021245  0x00003330 branch  0x00005306 , 0x00000005 
+ 00021246  0x00003331 ifetch  0x00000001 , 0x00000011 
+ 00021247  0x00003332 increase  0x00000001 , 0x00000011 
+ 00021248  0x00003333 branch  0x000052fa , 0x00000034 
+ 00021249  0x00003334 ifetcht  0x00000002 , 0x00000011 
+ 00021250  0x00003335 ifetch  0x00000002 , 0x00000002 
+ 00021251  0x00003336 iadd  0x00000012 , 0x00000012 
+ 00021252  0x00003337 increase  0x00000004 , 0x00000012 
+ 00021253  0x00003338 branch  0x000052fa 
+ 00021254  0x0000333a copy  0x00000012 , 0x0000003f 
+ 00021255  0x0000333b rtn 
+ 00021256  0x0000333f arg  0x0000000c , 0x00000007 
+ 00021257  0x00003340 branch  0x00003dc2 
+ 00021258  0x00003343 arg  0x0000000c , 0x00000007 
+ 00021259  0x00003344 branch  0x00003dc6 
+ 00021260  0x00003347 set1  0x00000025 , 0x00000000 
+ 00021261  0x00003348 bpatch  0x0000002f , 0x00004025 
+ 00021262  0x00003349 call  0x00005287 
+ 00021263  0x0000334a fetch  0x00000001 , 0x000042bf 
+ 00021264  0x0000334b rtn  0x00000034 
+ 00021265  0x0000334c call  0x000052f5 
+ 00021266  0x0000334d arg  0x00000100 , 0x00000002 
+ 00021267  0x0000334e isub  0x00000002 , 0x0000003e 
+ 00021268  0x0000334f branch  0x00005308 , 0x00000002 
+ 00021269  0x00003350 call  0x0000530a 
+ 00021270  0x00003351 arg  0x000042cc , 0x00000005 
+ 00021271  0x00003352 arg  0x000042c0 , 0x00000011 
+ 00021272  0x00003354 setarg  0x000042cc 
+ 00021273  0x00003355 isub  0x00000011 , 0x0000003e 
+ 00021274  0x00003356 rtn  0x00000005 
+ 00021275  0x00003357 ifetch  0x00000001 , 0x00000011 
+ 00021276  0x00003358 increase  0x00000001 , 0x00000011 
+ 00021277  0x00003359 nbranch  0x00005321 , 0x00000034 
+ 00021278  0x0000335a istore  0x00000002 , 0x00000005 
+ 00021279  0x0000335b increase  0x00000002 , 0x00000011 
+ 00021280  0x0000335c branch  0x00005318 
+ 00021281  0x0000335e ifetch  0x00000002 , 0x00000011 
+ 00021282  0x0000335f increase  0x00000002 , 0x00000011 
+ 00021283  0x00003360 copy  0x0000003f , 0x00000006 
+ 00021284  0x00003361 ifetch  0x00000002 , 0x00000006 
+ 00021285  0x00003362 istore  0x00000002 , 0x00000005 
+ 00021286  0x00003363 copy  0x0000003f , 0x00000039 
+ 00021287  0x00003364 increase  0x00000002 , 0x00000039 
+ 00021288  0x00003365 call  0x00007e45 
+ 00021289  0x00003366 branch  0x00005318 
+ 00021290  0x00003369 set1  0x00000025 , 0x00000000 
+ 00021291  0x0000336a bpatch  0x00000030 , 0x00004026 
+ 00021292  0x0000336b call  0x00005287 
+ 00021293  0x0000336c fetch  0x00000001 , 0x000042bf 
+ 00021294  0x0000336d rtn  0x00000034 
+ 00021295  0x0000336e arg  0x000042c1 , 0x00000011 
+ 00021296  0x0000336f increase  0xfffffffd , 0x00000011 
+ 00021297  0x00003370 arg  0x000042cc , 0x00000006 
+ 00021298  0x00003372 increase  0x00000003 , 0x00000011 
+ 00021299  0x00003373 setarg  0x000042cd 
+ 00021300  0x00003374 isub  0x00000011 , 0x0000003e 
+ 00021301  0x00003375 rtn  0x00000005 
+ 00021302  0x00003376 ifetch  0x00000002 , 0x00000006 
+ 00021303  0x00003377 branch  0x00005332 , 0x00000034 
+ 00021304  0x00003378 increase  0x00000004 , 0x0000003f 
+ 00021305  0x00003379 copy  0x0000003f , 0x00000039 
+ 00021306  0x0000337a copy  0x00000006 , 0x00000012 
+ 00021307  0x0000337b ifetch  0x00000002 , 0x00000011 
+ 00021308  0x0000337c copy  0x0000003f , 0x00000005 
+ 00021309  0x0000337d copy  0x00000012 , 0x00000006 
+ 00021310  0x0000337e increase  0xfffffffe , 0x00000006 
+ 00021311  0x0000337f call  0x00007e45 
+ 00021312  0x00003380 branch  0x00005332 
+ 00021313  0x00003389 rtn  0x0000002b 
+ 00021314  0x0000338a setarg  0x00000010 
+ 00021315  0x0000338b store  0x00000002 , 0x000043d3 
+ 00021316  0x0000338c setarg  0x00000010 
+ 00021317  0x0000338d store  0x00000002 , 0x000043d5 
+ 00021318  0x0000338e rtn 
+ 00021319  0x00003391 arg  0x00000014 , 0x00000002 
+ 00021320  0x00003392 call  0x00005a88 
+ 00021321  0x00003393 add  0x00000006 , 0x00000001 , 0x0000003f 
+ 00021322  0x00003394 store  0x00000002 , 0x00000419 
+ 00021323  0x00003395 rtn 
+ 00021324  0x00003398 set1  0x00000025 , 0x00000000 
+ 00021325  0x00003399 bpatch  0x00000032 , 0x00004026 
+ 00021326  0x0000339a disable  0x0000002b 
+ 00021327  0x0000339b jam  0x00000001 , 0x0000427e 
+ 00021328  0x0000339c jam  0x00000001 , 0x000003d6 
+ 00021329  0x0000339d jam  0x00000003 , 0x000003c0 
+ 00021330  0x0000339e jam  0x00000001 , 0x000003d7 
+ 00021331  0x0000339f setarg  0xffffffff 
+ 00021332  0x000033a0 store  0x00000002 , 0x000003da 
+ 00021333  0x000033a1 force  0x00000000 , 0x0000003f 
+ 00021334  0x000033a2 store  0x00000001 , 0x000003e3 
+ 00021335  0x000033a3 store  0x00000001 , 0x000003d8 
+ 00021336  0x000033a4 store  0x00000001 , 0x000003e4 
+ 00021337  0x000033a5 store  0x00000003 , 0x0000420a 
+ 00021338  0x000033a6 store  0x00000003 , 0x0000420d 
+ 00021339  0x000033a7 store  0x00000005 , 0x00004465 
+ 00021340  0x000033a8 set1  0x00000027 , 0x0000003f 
+ 00021341  0x000033a9 store  0x00000005 , 0x0000446a 
+ 00021342  0x000033aa branch  0x00005a0b 
+ 00021343  0x000033ad set1  0x00000025 , 0x00000000 
+ 00021344  0x000033ae bpatch  0x00000033 , 0x00004026 
+ 00021345  0x000033af enable  0x00000029 
+ 00021346  0x000033b0 jam  0x00000003 , 0x000003c1 
+ 00021347  0x000033b1 jam  0x00000001 , 0x000003fa 
+ 00021348  0x000033b2 jam  0x00000001 , 0x000044bc 
+ 00021349  0x000033b3 setarg  0x0000ffff 
+ 00021350  0x000033b4 store  0x00000002 , 0x000044be 
+ 00021351  0x000033b5 force  0x00000000 , 0x0000003f 
+ 00021352  0x000033b6 store  0x00000005 , 0x0000446a 
+ 00021353  0x000033b7 set1  0x00000027 , 0x0000003f 
+ 00021354  0x000033b8 store  0x00000005 , 0x00004465 
+ 00021355  0x000033b9 branch  0x0000534c 
+ 00021356  0x000033bd set1  0x00000025 , 0x00000000 
+ 00021357  0x000033be bpatch  0x00000034 , 0x00004026 
+ 00021358  0x000033bf disable  0x00000029 
+ 00021359  0x000033c0 jam  0x00000001 , 0x000003c1 
+ 00021360  0x000033c1 jam  0x00000000 , 0x000043d8 
+ 00021361  0x000033c2 jam  0x00000000 , 0x000000a2 
+ 00021362  0x000033c3 branch  0x0000534c 
+ 00021363  0x000033ca call  0x000053d2 
+ 00021364  0x000033cb call  0x000055d3 
+ 00021365  0x000033cc call  0x00005a0e 
+ 00021366  0x000033cd branch  0x000053d7 
+ 00021367  0x000033d0 set1  0x00000025 , 0x00000000 
+ 00021368  0x000033d1 bpatch  0x00000035 , 0x00004026 
+ 00021369  0x000033d2 call  0x000053d2 
+ 00021370  0x000033d3 call  0x00003e71 
+ 00021371  0x000033d4 fetch  0x00000001 , 0x000003c1 
+ 00021372  0x000033d5 beq  0x00000003 , 0x0000537e 
+ 00021373  0x000033d6 branch  0x00005395 
+ 00021374  0x000033dd set1  0x00000025 , 0x00000000 
+ 00021375  0x000033de bpatch  0x00000036 , 0x00004026 
+ 00021376  0x000033df enable  0x00000029 
+ 00021377  0x000033e0 call  0x00005a02 
+ 00021378  0x000033e1 branch  0x00005392 , 0x00000002 
+ 00021379  0x000033e2 call  0x00003e28 
+ 00021380  0x000033e3 call  0x0000541c 
+ 00021381  0x000033e4 call  0x00005622 
+ 00021382  0x000033e5 disable  0x0000002d 
+ 00021383  0x000033e6 call  0x000054b2 
+ 00021384  0x000033e7 nrtn  0x0000002d 
+ 00021385  0x000033e8 set1  0x00000025 , 0x00000000 
+ 00021386  0x000033e9 bpatch  0x00000037 , 0x00004026 
+ 00021387  0x000033ea fetch  0x00000001 , 0x00000005 
+ 00021388  0x000033eb increase  0x00000001 , 0x0000003f 
+ 00021389  0x000033ec store  0x00000001 , 0x00000005 
+ 00021390  0x000033ed call  0x000055a2 
+ 00021391  0x000033ee call  0x00005a99 
+ 00021392  0x000033ef disable  0x00000029 
+ 00021393  0x000033f0 rtn 
+ 00021394  0x000033f3 call  0x000053ba 
+ 00021395  0x000033f4 disable  0x00000029 
+ 00021396  0x000033f5 rtn 
+ 00021397  0x000033fb set1  0x00000025 , 0x00000000 
+ 00021398  0x000033fc bpatch  0x00000038 , 0x00004027 
+ 00021399  0x000033fd disable  0x0000002e 
+ 00021400  0x000033fe call  0x00005a02 
+ 00021401  0x000033ff branch  0x000053ba , 0x00000002 
+ 00021402  0x00003400 call  0x00003e28 
+ 00021403  0x00003401 call  0x0000541c 
+ 00021404  0x00003402 call  0x00005478 
+ 00021405  0x00003403 nbranch  0x000053ad , 0x0000002d 
+ 00021406  0x00003405 set1  0x00000025 , 0x00000000 
+ 00021407  0x00003406 bpatch  0x00000039 , 0x00004027 
+ 00021408  0x00003407 call  0x000053c8 
+ 00021409  0x00003408 call  0x000055a2 
+ 00021410  0x00003409 call  0x00005622 
+ 00021411  0x0000340a fetch  0x00000001 , 0x00000340 
+ 00021412  0x0000340b bbit1  0x00000004 , 0x000053b4 
+ 00021413  0x0000340c call  0x0000561a 
+ 00021414  0x0000340d nbranch  0x000053b4 , 0x00000034 
+ 00021415  0x0000340f set1  0x00000025 , 0x00000000 
+ 00021416  0x00003410 bpatch  0x0000003a , 0x00004027 
+ 00021417  0x00003411 call  0x000054bb 
+ 00021418  0x00003413 call  0x00007c45 
+ 00021419  0x00003414 fetch  0x00000001 , 0x000003e4 
+ 00021420  0x00003415 bbit1  0x00000003 , 0x000053ba 
+ 00021421  0x00003417 set1  0x00000025 , 0x00000000 
+ 00021422  0x00003418 bpatch  0x0000003b , 0x00004027 
+ 00021423  0x00003419 call  0x00007f44 
+ 00021424  0x0000341a call  0x00005b19 
+ 00021425  0x0000341b call  0x00005594 
+ 00021426  0x0000341c call  0x00005576 
+ 00021427  0x0000341d branch  0x000039ac 
+ 00021428  0x00003420 set1  0x00000025 , 0x00000000 
+ 00021429  0x00003421 bpatch  0x0000003c , 0x00004027 
+ 00021430  0x00003422 enable  0x0000002e 
+ 00021431  0x00003423 call  0x000054b2 
+ 00021432  0x00003424 branch  0x0000539e , 0x0000002d 
+ 00021433  0x00003425 branch  0x000053aa 
+ 00021434  0x0000342b set1  0x00000025 , 0x00000000 
+ 00021435  0x0000342c bpatch  0x0000003d , 0x00004027 
+ 00021436  0x0000342d call  0x000053c0 
+ 00021437  0x0000342e call  0x00003f1d 
+ 00021438  0x0000342f jam  0x00000015 , 0x00000b7d 
+ 00021439  0x00003430 branch  0x00007c27 
+ 00021440  0x00003433 fetcht  0x00000001 , 0x000003d6 
+ 00021441  0x00003434 jam  0x00000008 , 0x000002c0 
+ 00021442  0x00003435 call  0x000048c4 
+ 00021443  0x00003436 jam  0x00000000 , 0x000003d6 
+ 00021444  0x00003437 jam  0x00000000 , 0x000003c1 
+ 00021445  0x00003438 jam  0x00000000 , 0x000003c0 
+ 00021446  0x00003439 jam  0x00000000 , 0x0000427e 
+ 00021447  0x0000343a rtn 
+ 00021448  0x0000343d fetch  0x00000001 , 0x00000005 
+ 00021449  0x0000343e increase  0x00000001 , 0x0000003f 
+ 00021450  0x0000343f store  0x00000001 , 0x00000005 
+ 00021451  0x00003440 fetch  0x00000001 , 0x000003c0 
+ 00021452  0x00003441 rtnbit1  0x00000003 
+ 00021453  0x00003442 set1  0x00000003 
+ 00021454  0x00003443 store  0x00000001 , 0x000003c0 
+ 00021455  0x00003444 setarg  0x00000000 
+ 00021456  0x00003445 store  0x00000004 , 0x000046f9 
+ 00021457  0x00003446 rtn 
+ 00021458  0x0000344c set1  0x00000025 , 0x00000000 
+ 00021459  0x0000344d bpatch  0x0000003e , 0x00004027 
+ 00021460  0x0000344e enable  0x00000036 
+ 00021461  0x0000344f hjam  0x00000007 , 0x00008914 
+ 00021462  0x00003450 branch  0x00003e28 
+ 00021463  0x00003453 set1  0x00000025 , 0x00000000 
+ 00021464  0x00003454 bpatch  0x0000003f , 0x00004027 
+ 00021465  0x00003455 disable  0x00000036 
+ 00021466  0x00003456 hjam  0x00000003 , 0x00008914 
+ 00021467  0x00003457 arg  0x00000000 , 0x0000001b 
+ 00021468  0x00003458 rtn 
+ 00021469  0x0000345b disable  0x00000009 
+ 00021470  0x0000345c disable  0x00000007 
+ 00021471  0x0000345d fetch  0x00000003 , 0x000003e9 
+ 00021472  0x0000345e iforce  0x0000000f 
+ 00021473  0x0000345f fetch  0x00000001 , 0x00000016 
+ 00021474  0x00003460 reverse  0x0000003f , 0x00000002 
+ 00021475  0x00003461 set1  0x00000001 , 0x00000002 
+ 00021476  0x00003462 rshift  0x00000002 , 0x0000000e 
+ 00021477  0x00003463 rtn 
+ 00021478  0x00003467 call  0x000053ee 
+ 00021479  0x00003468 call  0x00003a82 
+ 00021480  0x00003469 setarg  0x00000500 
+ 00021481  0x0000346a call  0x00003bf3 
+ 00021482  0x0000346b branch  0x00003a87 
+ 00021483  0x0000346e branch  0x00003a98 , 0x0000002d 
+ 00021484  0x0000346f call  0x000053ee 
+ 00021485  0x00003470 branch  0x00003a91 
+ 00021486  0x00003472 set1  0x00000025 , 0x00000000 
+ 00021487  0x00003473 bpatch  0x00000040 , 0x00004028 
+ 00021488  0x00003474 call  0x00003a7a 
+ 00021489  0x00003475 fetch  0x00000001 , 0x0000040d 
+ 00021490  0x00003476 nbranch  0x00005402 , 0x00000034 
+ 00021491  0x00003477 fetch  0x00000001 , 0x00000016 
+ 00021492  0x00003478 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021493  0x00003479 branch  0x000053fc , 0x00000002 
+ 00021494  0x0000347a force  0x00000000 , 0x00000002 
+ 00021495  0x0000347b rtneq  0x00000025 
+ 00021496  0x0000347c force  0x00000018 , 0x00000002 
+ 00021497  0x0000347d rtneq  0x00000026 
+ 00021498  0x0000347e force  0x0000004e , 0x00000002 
+ 00021499  0x0000347f rtn 
+ 00021500  0x00003482 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00021501  0x00003483 branch  0x000053ff , 0x00000002 
+ 00021502  0x00003484 increase  0x00000001 , 0x0000003f 
+ 00021503  0x00003487 lshift  0x0000003f , 0x0000003f 
+ 00021504  0x00003488 add  0x0000003f , 0x00000002 , 0x00000002 
+ 00021505  0x00003489 rtn 
+ 00021506  0x0000348c fetch  0x00000001 , 0x00000016 
+ 00021507  0x0000348d lshift  0x0000003f , 0x00000002 
+ 00021508  0x0000348e rtn 
+ 00021509  0x00003491 arg  0x000001f4 , 0x00000002 
+ 00021510  0x00003492 rtn  0x00000034 
+ 00021511  0x00003493 arg  0x000000fa , 0x00000002 
+ 00021512  0x00003494 rtneq  0x00000001 
+ 00021513  0x00003495 arg  0x00000096 , 0x00000002 
+ 00021514  0x00003496 rtneq  0x00000002 
+ 00021515  0x00003497 arg  0x00000064 , 0x00000002 
+ 00021516  0x00003498 rtneq  0x00000003 
+ 00021517  0x00003499 arg  0x0000004b , 0x00000002 
+ 00021518  0x0000349a rtneq  0x00000004 
+ 00021519  0x0000349b arg  0x00000032 , 0x00000002 
+ 00021520  0x0000349c rtneq  0x00000005 
+ 00021521  0x0000349d arg  0x00000028 , 0x00000002 
+ 00021522  0x0000349e rtneq  0x00000006 
+ 00021523  0x0000349f arg  0x00000014 , 0x00000002 
+ 00021524  0x000034a0 rtn 
+ 00021525  0x000034a5 setarg  0x008e89be 
+ 00021526  0x000034a6 lshift8  0x0000003f , 0x0000003f 
+ 00021527  0x000034a7 or_into  0x000000d6 , 0x0000003f 
+ 00021528  0x000034a8 iforce  0x00000009 
+ 00021529  0x000034a9 setarg  0x00555555 
+ 00021530  0x000034aa store  0x00000003 , 0x000003e9 
+ 00021531  0x000034ab rtn 
+ 00021532  0x000034ae set1  0x00000025 , 0x00000000 
+ 00021533  0x000034af bpatch  0x00000041 , 0x00004028 
+ 00021534  0x000034b0 enable  0x00000010 
+ 00021535  0x000034b1 fetch  0x00000004 , 0x000003e5 
+ 00021536  0x000034b2 iforce  0x00000009 
+ 00021537  0x000034b3 call  0x00005453 
+ 00021538  0x000034b4 setarg  0x00000200 
+ 00021539  0x000034b5 branch  0x00005426 , 0x00000029 
+ 00021540  0x000034b6 fetch  0x00000002 , 0x000003ce 
+ 00021541  0x000034b7 rshift  0x0000003f , 0x0000003f 
+ 00021542  0x000034b9 arg  0x00000500 , 0x00000002 
+ 00021543  0x000034ba iadd  0x00000002 , 0x0000003f 
+ 00021544  0x000034bb call  0x00003b7d 
+ 00021545  0x000034bc deposit  0x0000001a 
+ 00021546  0x000034bd store  0x00000006 , 0x00000412 
+ 00021547  0x000034be rtn 
+ 00021548  0x000034c1 set1  0x00000025 , 0x00000000 
+ 00021549  0x000034c2 bpatch  0x00000042 , 0x00004028 
+ 00021550  0x000034c3 fetch  0x00000001 , 0x00000016 
+ 00021551  0x000034c4 increase  0x00000001 , 0x0000003f 
+ 00021552  0x000034c5 store  0x00000001 , 0x00000016 
+ 00021553  0x000034c6 rtnne  0x00000028 
+ 00021554  0x000034c7 jam  0x00000025 , 0x00000016 
+ 00021555  0x000034c8 rtn 
+ 00021556  0x000034cb set1  0x00000025 , 0x00000000 
+ 00021557  0x000034cc bpatch  0x00000043 , 0x00004028 
+ 00021558  0x000034cd add  0x00000011 , 0x00000001 , 0x00000006 
+ 00021559  0x000034ce ifetch  0x00000001 , 0x00000006 
+ 00021560  0x000034cf rtnbit0  0x00000000 
+ 00021561  0x000034d0 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00021562  0x000034d1 ifetch  0x00000002 , 0x00000005 
+ 00021563  0x000034d2 increase  0x00000001 , 0x0000003f 
+ 00021564  0x000034d3 istore  0x00000002 , 0x00000005 
+ 00021565  0x000034d4 add  0x00000011 , 0x00000019 , 0x00000006 
+ 00021566  0x000034d5 ifetch  0x00000001 , 0x00000006 
+ 00021567  0x000034d6 add  0x00000011 , 0x00000018 , 0x00000005 
+ 00021568  0x000034d7 ifetcht  0x00000001 , 0x00000005 
+ 00021569  0x000034d8 iadd  0x00000002 , 0x0000003f 
+ 00021570  0x000034d9 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021571  0x000034da branch  0x00005445 , 0x00000002 
+ 00021572  0x000034db increase  0xffffffdb , 0x0000003f 
+ 00021573  0x000034dd istore  0x00000001 , 0x00000005 
+ 00021574  0x000034de rtn 
+ 00021575  0x000034e2 set1  0x00000025 , 0x00000000 
+ 00021576  0x000034e3 bpatch  0x00000044 , 0x00004028 
+ 00021577  0x000034e4 fetch  0x00000005 , 0x000003f1 
+ 00021578  0x000034e5 force  0x00000000 , 0x00000002 
+ 00021579  0x000034e6 force  0x00000025 , 0x00000039 
+ 00021580  0x000034e8 bbit0  0x00000000 , 0x0000544e 
+ 00021581  0x000034e9 increase  0x00000001 , 0x00000002 
+ 00021582  0x000034eb rshift  0x0000003f , 0x0000003f 
+ 00021583  0x000034ec loop  0x0000544c 
+ 00021584  0x000034ed add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00021585  0x000034ee store  0x00000001 , 0x000003e2 
+ 00021586  0x000034ef rtn 
+ 00021587  0x000034f2 set1  0x00000025 , 0x00000000 
+ 00021588  0x000034f3 bpatch  0x00000045 , 0x00004028 
+ 00021589  0x000034f4 fetch  0x00000001 , 0x000003d8 
+ 00021590  0x000034f5 iforce  0x00000007 
+ 00021591  0x000034f6 fetcht  0x00000005 , 0x000003f1 
+ 00021592  0x000034f7 qisolate1  0x00000002 
+ 00021593  0x000034f8 branch  0x0000546b , 0x00000001 
+ 00021594  0x000034fa set1  0x00000025 , 0x00000000 
+ 00021595  0x000034fb bpatch  0x00000046 , 0x00004028 
+ 00021596  0x000034fc fetch  0x00000001 , 0x000003e2 
+ 00021597  0x000034fd isub  0x00000007 , 0x0000003f 
+ 00021598  0x000034fe branch  0x00005461 , 0x00000002 
+ 00021599  0x000034ff sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00021600  0x00003500 branch  0x0000545a 
+ 00021601  0x00003502 copy  0x00000007 , 0x00000039 
+ 00021602  0x00003503 force  0x00000000 , 0x00000007 
+ 00021603  0x00003505 qisolate1  0x00000002 
+ 00021604  0x00003506 branch  0x00005466 , 0x00000001 
+ 00021605  0x00003507 increase  0x00000001 , 0x00000039 
+ 00021606  0x00003509 deposit  0x00000039 
+ 00021607  0x0000350a branch  0x0000546b , 0x00000034 
+ 00021608  0x0000350b increase  0x00000001 , 0x00000007 
+ 00021609  0x0000350c increase  0xffffffff , 0x00000039 
+ 00021610  0x0000350d branch  0x00005463 
+ 00021611  0x0000350f deposit  0x00000007 
+ 00021612  0x00003510 store  0x00000001 , 0x00000016 
+ 00021613  0x00003511 rtn 
+ 00021614  0x00003515 branch  0x00005471 , 0x00000029 
+ 00021615  0x00003516 until  0x0000003e , 0x00000003 
+ 00021616  0x00003517 rtn 
+ 00021617  0x0000351a arg  0x00000ea0 , 0x0000000b 
+ 00021618  0x0000351b until  0x00000023 , 0x00000026 
+ 00021619  0x0000351c rtn 
+ 00021620  0x0000351f disable  0x00000010 
+ 00021621  0x00003520 fetch  0x00000002 , 0x000043d5 
+ 00021622  0x00003521 copy  0x0000003f , 0x0000000b 
+ 00021623  0x00003522 branch  0x0000547e 
+ 00021624  0x00003526 set1  0x00000025 , 0x00000000 
+ 00021625  0x00003527 bpatch  0x00000047 , 0x00004028 
+ 00021626  0x00003528 enable  0x00000010 
+ 00021627  0x00003529 fetch  0x00000002 , 0x000003ce 
+ 00021628  0x0000352a fetcht  0x00000004 , 0x000046f9 
+ 00021629  0x0000352b iadd  0x00000002 , 0x0000000b 
+ 00021630  0x0000352d call  0x000053e6 
+ 00021631  0x0000352f set1  0x00000025 , 0x00000000 
+ 00021632  0x00003530 bpatch  0x00000048 , 0x00004029 
+ 00021633  0x00003531 call  0x000053dd 
+ 00021634  0x00003532 disable  0x0000002d 
+ 00021635  0x00003533 enable  0x0000000d 
+ 00021636  0x00003534 enable  0x00000021 
+ 00021637  0x00003535 disable  0x00000020 
+ 00021638  0x00003536 copy  0x0000000b , 0x0000001b 
+ 00021639  0x00003537 correlate  0x0000003e , 0x00000003 
+ 00021640  0x00003538 branch  0x0000548b , 0x0000002e 
+ 00021641  0x00003539 copy  0x0000001a , 0x00000002 
+ 00021642  0x0000353a storet  0x00000006 , 0x0000009c 
+ 00021643  0x0000353c nbranch  0x0000375c , 0x00000018 
+ 00021644  0x0000353d branch  0x00005492 , 0x0000002e 
+ 00021645  0x0000353e arg  0x000001e0 , 0x00000029 
+ 00021646  0x0000353f copy  0x00000021 , 0x00000028 
+ 00021647  0x00003540 fetch  0x00000001 , 0x000003c0 
+ 00021648  0x00003541 bbit0  0x00000003 , 0x00005492 
+ 00021649  0x00003542 call  0x00003cb6 , 0x0000002b 
+ 00021650  0x00003544 set1  0x00000025 , 0x00000000 
+ 00021651  0x00003545 bpatch  0x00000049 , 0x00004029 
+ 00021652  0x00003546 call  0x00003af3 
+ 00021653  0x00003547 enable  0x00000007 
+ 00021654  0x00003548 enable  0x00000009 
+ 00021655  0x00003549 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021656  0x0000354a rshift3  0x0000000c , 0x0000003f 
+ 00021657  0x0000354b store  0x00000001 , 0x00000340 
+ 00021658  0x0000354c parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021659  0x0000354d rshift3  0x0000000c , 0x0000003f 
+ 00021660  0x0000354e istore  0x00000001 , 0x00000005 
+ 00021661  0x0000354f and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021662  0x00003550 branch  0x000054a3 , 0x00000005 
+ 00021663  0x00003553 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021664  0x00003554 rshift3  0x0000000c , 0x0000003f 
+ 00021665  0x00003555 istore  0x00000001 , 0x00000005 
+ 00021666  0x00003556 loop  0x0000549f 
+ 00021667  0x00003559 set1  0x00000025 , 0x00000000 
+ 00021668  0x0000355a bpatch  0x0000004a , 0x00004029 
+ 00021669  0x0000355b parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00021670  0x0000355c enable  0x00000010 
+ 00021671  0x0000355d arg  0x00000664 , 0x0000001b 
+ 00021672  0x0000355e rshift32  0x0000003f , 0x0000003f 
+ 00021673  0x0000355f rshift16  0x0000003f , 0x0000003f 
+ 00021674  0x00003560 istore  0x00000003 , 0x00000005 
+ 00021675  0x00003561 branch  0x0000375c , 0x00000006 
+ 00021676  0x00003562 enable  0x0000002d 
+ 00021677  0x00003563 fetch  0x00000001 , 0x00000017 
+ 00021678  0x00003564 add  0x0000003f , 0x00000002 , 0x00000011 
+ 00021679  0x00003565 call  0x00003ab6 
+ 00021680  0x00003566 disable  0x0000000d 
+ 00021681  0x00003567 branch  0x00003a7a 
+ 00021682  0x0000356a set1  0x00000025 , 0x00000000 
+ 00021683  0x0000356b bpatch  0x0000004b , 0x00004029 
+ 00021684  0x0000356c call  0x000054bd 
+ 00021685  0x0000356d fetcht  0x00000001 , 0x00000017 
+ 00021686  0x0000356e call  0x00003a82 
+ 00021687  0x0000356f call  0x00003a87 
+ 00021688  0x00003570 enable  0x00000010 
+ 00021689  0x00003571 arg  0x00001388 , 0x0000000b 
+ 00021690  0x00003572 branch  0x0000547f 
+ 00021691  0x00003575 call  0x000054bd 
+ 00021692  0x00003576 branch  0x0000375c 
+ 00021693  0x00003579 set1  0x00000025 , 0x00000000 
+ 00021694  0x0000357a bpatch  0x0000004c , 0x00004029 
+ 00021695  0x0000357b call  0x000053dd 
+ 00021696  0x0000357c call  0x000053eb 
+ 00021697  0x0000357d set1  0x00000000 , 0x00000015 
+ 00021698  0x0000357e enable  0x0000001d 
+ 00021699  0x0000357f enable  0x00000020 
+ 00021700  0x00003580 disable  0x00000021 
+ 00021701  0x00003581 call  0x0000546e 
+ 00021702  0x00003582 rshift16  0x00000009 , 0x0000003f 
+ 00021703  0x00003583 rshift8  0x0000003f , 0x0000003f 
+ 00021704  0x00003584 rshift4  0x0000003f , 0x0000003f 
+ 00021705  0x00003585 inject  0x00000003 , 0x00000028 
+ 00021706  0x00003586 enable  0x00000007 
+ 00021707  0x00003587 enable  0x00000009 
+ 00021708  0x00003588 set1  0x00000025 , 0x00000000 
+ 00021709  0x00003589 bpatch  0x0000004d , 0x00004029 
+ 00021710  0x0000358a fetch  0x00000001 , 0x0000443e 
+ 00021711  0x0000358b inject  0x00000003 , 0x00000008 
+ 00021712  0x0000358c ifetch  0x00000001 , 0x00000006 
+ 00021713  0x0000358d and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021714  0x0000358e inject  0x00000003 , 0x00000008 
+ 00021715  0x0000358f branch  0x000054d7 , 0x00000005 
+ 00021716  0x00003591 ifetch  0x00000001 , 0x00000006 
+ 00021717  0x00003592 inject  0x00000003 , 0x00000008 
+ 00021718  0x00003593 loop  0x000054d4 
+ 00021719  0x00003596 enable  0x00000008 
+ 00021720  0x00003597 inject  0x00000003 , 0x00000018 
+ 00021721  0x00003598 disable  0x00000008 
+ 00021722  0x00003599 until  0x0000003e , 0x00000027 
+ 00021723  0x0000359a nop  0x00000064 
+ 00021724  0x0000359b disable  0x0000001d 
+ 00021725  0x0000359c rtn 
+ 00021726  0x0000359f set1  0x00000025 , 0x00000000 
+ 00021727  0x000035a0 bpatch  0x0000004e , 0x00004029 
+ 00021728  0x000035a1 fetch  0x00000001 , 0x000044db 
+ 00021729  0x000035a2 beq  0x00000001 , 0x000054ef 
+ 00021730  0x000035a3 fetch  0x00000001 , 0x000044dc 
+ 00021731  0x000035a4 lshift4  0x0000003f , 0x0000003f 
+ 00021732  0x000035a5 lshift2  0x0000003f , 0x0000003f 
+ 00021733  0x000035a6 store  0x00000001 , 0x0000443e 
+ 00021734  0x000035a7 fetcht  0x00000001 , 0x000043d9 
+ 00021735  0x000035a8 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021736  0x000035a9 store  0x00000001 , 0x0000443f 
+ 00021737  0x000035aa fetch  0x00000006 , 0x000044f9 
+ 00021738  0x000035ab store  0x00000006 , 0x00004440 
+ 00021739  0x000035ac copy  0x00000002 , 0x00000039 
+ 00021740  0x000035ad arg  0x000043da , 0x00000006 
+ 00021741  0x000035ae call  0x00007e45 
+ 00021742  0x000035af branch  0x000054ff 
+ 00021743  0x000035b1 fetcht  0x00000002 , 0x000044c2 
+ 00021744  0x000035b2 call  0x00005866 
+ 00021745  0x000035b3 copy  0x00000011 , 0x00000005 
+ 00021746  0x000035b4 setarg  0x00000001 
+ 00021747  0x000035b5 istore  0x00000001 , 0x00000005 
+ 00021748  0x000035b6 fetch  0x00000001 , 0x000044dd 
+ 00021749  0x000035b7 lshift4  0x0000003f , 0x0000003f 
+ 00021750  0x000035b8 lshift2  0x0000003f , 0x0000003f 
+ 00021751  0x000035b9 increase  0x00000001 , 0x0000003f 
+ 00021752  0x000035ba store  0x00000001 , 0x0000443e 
+ 00021753  0x000035bb setarg  0x0000000c 
+ 00021754  0x000035bc store  0x00000001 , 0x0000443f 
+ 00021755  0x000035bd fetch  0x00000006 , 0x000044f9 
+ 00021756  0x000035be store  0x00000006 , 0x00004440 
+ 00021757  0x000035bf fetch  0x00000006 , 0x00004274 
+ 00021758  0x000035c0 istore  0x00000006 , 0x00000005 
+ 00021759  0x000035c2 set1  0x00000025 , 0x00000000 
+ 00021760  0x000035c3 bpatch  0x0000004f , 0x00004029 
+ 00021761  0x000035c4 fetch  0x00000001 , 0x00000000 
+ 00021762  0x000035c5 increase  0x00000001 , 0x0000003f 
+ 00021763  0x000035c6 store  0x00000001 , 0x00000000 
+ 00021764  0x000035c7 arg  0x00000708 , 0x0000001b 
+ 00021765  0x000035c8 disable  0x0000002d 
+ 00021766  0x000035c9 branch  0x000054b2 
+ 00021767  0x000035cc set1  0x00000025 , 0x00000000 
+ 00021768  0x000035cd bpatch  0x00000050 , 0x0000402a 
+ 00021769  0x000035ce fetch  0x00000001 , 0x000044f6 
+ 00021770  0x000035cf rtnne  0x00000001 , 0x0000003f 
+ 00021771  0x000035d0 fetch  0x00000001 , 0x00000000 
+ 00021772  0x000035d1 increase  0x00000001 , 0x0000003f 
+ 00021773  0x000035d2 store  0x00000001 , 0x00000000 
+ 00021774  0x000035d3 arg  0x00000c03 , 0x00000002 
+ 00021775  0x000035d4 fetch  0x00000001 , 0x000044f7 
+ 00021776  0x000035d5 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021777  0x000035d6 copy  0x00000011 , 0x0000003f 
+ 00021778  0x000035d7 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00021779  0x000035d8 storet  0x00000002 , 0x0000443e 
+ 00021780  0x000035d9 fetch  0x00000006 , 0x000044f9 
+ 00021781  0x000035da istore  0x00000006 , 0x00000005 
+ 00021782  0x000035db fetch  0x00000006 , 0x000003d0 
+ 00021783  0x000035dc istore  0x00000006 , 0x00000005 
+ 00021784  0x000035dd branch  0x000054b2 
+ 00021785  0x000035e1 set1  0x00000025 , 0x00000000 
+ 00021786  0x000035e2 bpatch  0x00000051 , 0x0000402a 
+ 00021787  0x000035e3 arg  0x00000004 , 0x00000002 
+ 00021788  0x000035e4 fetch  0x00000001 , 0x000044dc 
+ 00021789  0x000035e5 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021790  0x000035e6 storet  0x00000001 , 0x0000443e 
+ 00021791  0x000035e7 fetcht  0x00000001 , 0x000043f9 
+ 00021792  0x000035e8 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021793  0x000035e9 store  0x00000001 , 0x0000443f 
+ 00021794  0x000035ea fetch  0x00000006 , 0x000044f9 
+ 00021795  0x000035eb store  0x00000006 , 0x00004440 
+ 00021796  0x000035ec arg  0x000043fa , 0x00000006 
+ 00021797  0x000035ed copy  0x00000002 , 0x00000039 
+ 00021798  0x000035ee call  0x00007e45 
+ 00021799  0x000035ef branch  0x000054bb 
+ 00021800  0x000035f3 set1  0x00000025 , 0x00000000 
+ 00021801  0x000035f4 bpatch  0x00000052 , 0x0000402a 
+ 00021802  0x000035f5 force  0xffffffff , 0x0000003f 
+ 00021803  0x000035f6 setsect  0x00000002 , 0x00000001 
+ 00021804  0x000035f7 store  0x00000005 , 0x000003f1 
+ 00021805  0x000035f8 call  0x00005447 
+ 00021806  0x000035f9 force  0x00000004 , 0x00000039 
+ 00021807  0x000035fa arg  0x000003e5 , 0x00000005 
+ 00021808  0x000035fb call  0x00006227 
+ 00021809  0x000035fc fetch  0x00000002 , 0x000044f4 
+ 00021810  0x000035fd store  0x00000002 , 0x000003ef 
+ 00021811  0x000035ff random  0x0000003f 
+ 00021812  0x00003600 and_into  0x0000000f , 0x0000003f 
+ 00021813  0x00003601 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00021814  0x00003602 branch  0x00005533 , 0x00000002 
+ 00021815  0x00003603 store  0x00000001 , 0x000003d9 
+ 00021816  0x00003604 store  0x00000001 , 0x00000682 
+ 00021817  0x00003605 set1  0x00000025 , 0x00000000 
+ 00021818  0x00003606 bpatch  0x00000053 , 0x0000402a 
+ 00021819  0x00003607 fetcht  0x00000002 , 0x000043d0 
+ 00021820  0x00003608 storet  0x00000002 , 0x000003c2 
+ 00021821  0x00003609 copy  0x00000002 , 0x00000013 
+ 00021822  0x0000360a add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00021823  0x0000360b idiv  0x00000013 
+ 00021824  0x0000360c call  0x00007efd 
+ 00021825  0x0000360d remainder  0x00000011 
+ 00021826  0x0000360e isub  0x00000011 , 0x0000003f 
+ 00021827  0x0000360f iadd  0x00000013 , 0x0000003f 
+ 00021828  0x00003610 fetcht  0x00000002 , 0x000043ce 
+ 00021829  0x00003611 iadd  0x00000002 , 0x0000003f 
+ 00021830  0x00003612 store  0x00000004 , 0x000003c4 
+ 00021831  0x00003613 isub  0x00000022 , 0x00000011 
+ 00021832  0x00003614 increase  0xfffffffa , 0x00000011 
+ 00021833  0x00003615 arg  0x00002205 , 0x00000012 
+ 00021834  0x00003616 fetch  0x00000001 , 0x000044ed 
+ 00021835  0x00003617 nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00021836  0x00003618 fetch  0x00000001 , 0x000044e6 
+ 00021837  0x00003619 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00021838  0x0000361a copy  0x00000012 , 0x0000003f 
+ 00021839  0x0000361b store  0x00000002 , 0x0000443e 
+ 00021840  0x0000361c fetch  0x00000006 , 0x000044f9 
+ 00021841  0x0000361d istore  0x00000006 , 0x00000005 
+ 00021842  0x0000361e fetch  0x00000006 , 0x000003d0 
+ 00021843  0x0000361f istore  0x00000006 , 0x00000005 
+ 00021844  0x00003620 fetch  0x00000004 , 0x000003e5 
+ 00021845  0x00003621 istore  0x00000004 , 0x00000005 
+ 00021846  0x00003622 random  0x0000003f 
+ 00021847  0x00003623 istore  0x00000002 , 0x00000005 
+ 00021848  0x00003624 random  0x0000003f 
+ 00021849  0x00003625 istore  0x00000001 , 0x00000005 
+ 00021850  0x00003626 force  0x00000002 , 0x0000003f 
+ 00021851  0x00003627 istore  0x00000001 , 0x00000005 
+ 00021852  0x00003628 rshift2  0x00000011 , 0x0000003f 
+ 00021853  0x00003629 istore  0x00000002 , 0x00000005 
+ 00021854  0x0000362a rshift2  0x00000013 , 0x0000003f 
+ 00021855  0x0000362b istore  0x00000002 , 0x00000005 
+ 00021856  0x0000362c set1  0x00000025 , 0x00000000 
+ 00021857  0x0000362d bpatch  0x00000054 , 0x0000402a 
+ 00021858  0x0000362e fetch  0x00000002 , 0x000044f2 
+ 00021859  0x0000362f istore  0x00000002 , 0x00000005 
+ 00021860  0x00003630 fetch  0x00000002 , 0x000044f4 
+ 00021861  0x00003631 istore  0x00000002 , 0x00000005 
+ 00021862  0x00003632 fetch  0x00000005 , 0x000003f1 
+ 00021863  0x00003633 istore  0x00000005 , 0x00000005 
+ 00021864  0x00003634 fetch  0x00000001 , 0x000003d9 
+ 00021865  0x00003635 arg  0x000000a0 , 0x00000002 
+ 00021866  0x00003636 ior  0x00000002 , 0x0000003f 
+ 00021867  0x00003637 istore  0x00000001 , 0x00000005 
+ 00021868  0x00003638 call  0x000054bb 
+ 00021869  0x00003639 setarg  0x0000443e 
+ 00021870  0x0000363a add  0x0000003f , 0x00000012 , 0x00000006 
+ 00021871  0x0000363b ifetch  0x00000003 , 0x00000006 
+ 00021872  0x0000363c store  0x00000003 , 0x000003e9 
+ 00021873  0x0000363d rtn 
+ 00021874  0x00003640 set1  0x00000025 , 0x00000000 
+ 00021875  0x00003641 bpatch  0x00000055 , 0x0000402a 
+ 00021876  0x00003642 disable  0x00000029 
+ 00021877  0x00003643 branch  0x00005415 
+ 00021878  0x00003648 set1  0x00000025 , 0x00000000 
+ 00021879  0x00003649 bpatch  0x00000056 , 0x0000402a 
+ 00021880  0x0000364a fetch  0x00000001 , 0x000003c0 
+ 00021881  0x0000364b rtnbit0  0x00000005 
+ 00021882  0x0000364c fetch  0x00000002 , 0x000003da 
+ 00021883  0x0000364d fetcht  0x00000002 , 0x000003e0 
+ 00021884  0x0000364e isub  0x00000002 , 0x0000003f 
+ 00021885  0x0000364f nrtn  0x00000002 
+ 00021886  0x00003650 fetch  0x00000001 , 0x000003c0 
+ 00021887  0x00003651 set0  0x00000005 , 0x0000003f 
+ 00021888  0x00003652 set0  0x00000003 , 0x0000003f 
+ 00021889  0x00003653 store  0x00000001 , 0x000003c0 
+ 00021890  0x00003654 fetch  0x00000004 , 0x000003c4 
+ 00021891  0x00003655 fetcht  0x00000002 , 0x000003c2 
+ 00021892  0x00003656 isub  0x00000002 , 0x00000011 
+ 00021893  0x00003657 set1  0x00000025 , 0x00000000 
+ 00021894  0x00003658 bpatch  0x00000057 , 0x0000402a 
+ 00021895  0x00003659 fetch  0x00000001 , 0x00004434 
+ 00021896  0x0000365a store  0x00000001 , 0x000003ec 
+ 00021897  0x0000365b ifetcht  0x00000002 , 0x00000006 
+ 00021898  0x0000365c ifetch  0x00000002 , 0x00000006 
+ 00021899  0x0000365d lshift2  0x0000003f , 0x0000003f 
+ 00021900  0x0000365e store  0x00000002 , 0x000003c2 
+ 00021901  0x0000365f lshift2  0x00000002 , 0x00000002 
+ 00021902  0x00003660 iadd  0x00000002 , 0x0000003f 
+ 00021903  0x00003661 ifetcht  0x00000004 , 0x00000006 
+ 00021904  0x00003662 storet  0x00000004 , 0x000003ed 
+ 00021905  0x00003663 iadd  0x00000011 , 0x0000003f 
+ 00021906  0x00003664 store  0x00000004 , 0x000003c4 
+ 00021907  0x00003665 branch  0x00005a2b 
+ 00021908  0x00003668 set1  0x00000025 , 0x00000000 
+ 00021909  0x00003669 bpatch  0x00000058 , 0x0000402b 
+ 00021910  0x0000366a fetch  0x00000001 , 0x000003c0 
+ 00021911  0x0000366b rtnbit0  0x00000006 
+ 00021912  0x0000366c fetch  0x00000002 , 0x000003da 
+ 00021913  0x0000366d fetcht  0x00000002 , 0x000003e0 
+ 00021914  0x0000366e isub  0x00000002 , 0x0000003f 
+ 00021915  0x0000366f nrtn  0x00000002 
+ 00021916  0x00003670 fetch  0x00000001 , 0x000003c0 
+ 00021917  0x00003671 set0  0x00000006 , 0x0000003f 
+ 00021918  0x00003672 store  0x00000001 , 0x000003c0 
+ 00021919  0x00003673 fetch  0x00000005 , 0x0000442f 
+ 00021920  0x00003674 store  0x00000005 , 0x000003f1 
+ 00021921  0x00003675 branch  0x00005447 
+ 00021922  0x00003679 set1  0x00000025 , 0x00000000 
+ 00021923  0x0000367a bpatch  0x00000059 , 0x0000402b 
+ 00021924  0x0000367b call  0x00005a0b 
+ 00021925  0x0000367c call  0x000055b7 
+ 00021926  0x0000367d fetch  0x00000001 , 0x00000340 
+ 00021927  0x0000367e rshift  0x0000003f , 0x0000003f 
+ 00021928  0x0000367f ixor  0x00000002 , 0x0000003f 
+ 00021929  0x00003680 isolate1  0x00000002 , 0x0000003f 
+ 00021930  0x00003681 setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00021931  0x00003682 fetch  0x00000001 , 0x00000341 
+ 00021932  0x00003683 branch  0x000055b2 , 0x00000034 
+ 00021933  0x00003684 fetch  0x00000001 , 0x000003c0 
+ 00021934  0x00003685 bbit0  0x00000004 , 0x000055b2 
+ 00021935  0x00003686 call  0x00007599 
+ 00021936  0x00003687 call  0x0000750e 
+ 00021937  0x00003688 nrtn  0x00000034 
+ 00021938  0x0000368a rtnmark1  0x0000000f 
+ 00021939  0x0000368b fetcht  0x00000001 , 0x000003d7 
+ 00021940  0x0000368c setflip  0x00000002 , 0x00000002 
+ 00021941  0x0000368d storet  0x00000001 , 0x000003d7 
+ 00021942  0x0000368e branch  0x000058ac 
+ 00021943  0x00003691 set1  0x00000025 , 0x00000000 
+ 00021944  0x00003692 bpatch  0x0000005a , 0x0000402b 
+ 00021945  0x00003693 fetcht  0x00000001 , 0x000003d7 
+ 00021946  0x00003694 isolate0  0x00000005 , 0x00000002 
+ 00021947  0x00003695 rtn  0x00000001 
+ 00021948  0x00003696 fetch  0x00000001 , 0x00000340 
+ 00021949  0x00003697 lshift  0x0000003f , 0x0000003f 
+ 00021950  0x00003698 ixor  0x00000002 , 0x0000003f 
+ 00021951  0x00003699 rtnbit0  0x00000003 
+ 00021952  0x0000369a set0  0x00000005 , 0x00000002 
+ 00021953  0x0000369b setflip  0x00000003 , 0x00000002 
+ 00021954  0x0000369c storet  0x00000001 , 0x000003d7 
+ 00021955  0x0000369d compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00021956  0x0000369e nrtn  0x00000001 
+ 00021957  0x0000369f fetch  0x00000001 , 0x00004440 
+ 00021958  0x000036a0 rtnne  0x00000005 
+ 00021959  0x000036a1 fetch  0x00000001 , 0x000003c0 
+ 00021960  0x000036a2 set1  0x00000004 , 0x0000003f 
+ 00021961  0x000036a3 store  0x00000001 , 0x000003c0 
+ 00021962  0x000036a4 rtn 
+ 00021963  0x000036a7 set1  0x00000025 , 0x00000000 
+ 00021964  0x000036a8 bpatch  0x0000005b , 0x0000402b 
+ 00021965  0x000036a9 call  0x0000542c 
+ 00021966  0x000036aa call  0x00005474 
+ 00021967  0x000036ab fetch  0x00000001 , 0x00000001 
+ 00021968  0x000036ac increase  0x00000001 , 0x0000003f 
+ 00021969  0x000036ad store  0x00000001 , 0x00000001 
+ 00021970  0x000036ae rtn 
+ 00021971  0x000036b1 set1  0x00000025 , 0x00000000 
+ 00021972  0x000036b2 bpatch  0x0000005c , 0x0000402b 
+ 00021973  0x000036b3 fetch  0x00000001 , 0x000043d2 
+ 00021974  0x000036b4 rtnne  0x00000001 
+ 00021975  0x000036b5 arg  0x00000003 , 0x00000007 
+ 00021976  0x000036b6 call  0x00007e53 
+ 00021977  0x000036b7 nrtn  0x00000034 
+ 00021978  0x000036b8 fetch  0x00000002 , 0x000043d3 
+ 00021979  0x000036b9 fetcht  0x00000002 , 0x000043d5 
+ 00021980  0x000036ba isub  0x00000002 , 0x0000003f 
+ 00021981  0x000036bb arg  0x00000003 , 0x00000007 
+ 00021982  0x000036bc call  0x00007e4c 
+ 00021983  0x000036bd disable  0x00000029 
+ 00021984  0x000036be call  0x00005572 
+ 00021985  0x000036bf call  0x000055cb 
+ 00021986  0x000036c0 nrtn  0x0000002d 
+ 00021987  0x000036c1 set1  0x00000025 , 0x00000000 
+ 00021988  0x000036c2 bpatch  0x0000005d , 0x0000402b 
+ 00021989  0x000036c3 fetch  0x00000006 , 0x00000342 
+ 00021990  0x000036c4 store  0x00000006 , 0x000003d0 
+ 00021991  0x000036c5 call  0x000042a7 
+ 00021992  0x000036c6 call  0x00005b39 
+ 00021993  0x000036c8 fetch  0x00000001 , 0x00000002 
+ 00021994  0x000036c9 increase  0x00000001 , 0x0000003f 
+ 00021995  0x000036ca store  0x00000001 , 0x00000002 
+ 00021996  0x000036cb call  0x000055f9 
+ 00021997  0x000036cc rtn  0x00000029 
+ 00021998  0x000036cd call  0x000048d1 
+ 00021999  0x000036ce call  0x00005507 
+ 00022000  0x000036cf nrtn  0x0000002d 
+ 00022001  0x000036d0 set1  0x00000025 , 0x00000000 
+ 00022002  0x000036d1 bpatch  0x0000005e , 0x0000402b 
+ 00022003  0x000036d2 fetch  0x00000001 , 0x00000004 
+ 00022004  0x000036d3 increase  0x00000001 , 0x0000003f 
+ 00022005  0x000036d4 store  0x00000001 , 0x00000004 
+ 00022006  0x000036d5 fetch  0x00000009 , 0x00000348 
+ 00022007  0x000036d6 store  0x00000009 , 0x00000103 
+ 00022008  0x000036d7 branch  0x000048d1 
+ 00022009  0x000036da set1  0x00000025 , 0x00000000 
+ 00022010  0x000036db bpatch  0x0000005f , 0x0000402b 
+ 00022011  0x000036dc fetch  0x00000001 , 0x0000041c 
+ 00022012  0x000036dd rtnne  0x0000001b , 0x0000003f 
+ 00022013  0x000036de fetch  0x00000006 , 0x000003d0 
+ 00022014  0x000036df fetcht  0x00000006 , 0x000044e7 
+ 00022015  0x000036e0 isub  0x00000002 , 0x0000003e 
+ 00022016  0x000036e1 nrtn  0x00000005 
+ 00022017  0x000036e2 call  0x000032d6 
+ 00022018  0x000036e3 nrtn  0x00000005 
+ 00022019  0x000036e4 call  0x00005528 
+ 00022020  0x000036e5 call  0x0000535f 
+ 00022021  0x000036e6 set1  0x00000025 , 0x00000000 
+ 00022022  0x000036e7 bpatch  0x00000060 , 0x0000402c 
+ 00022023  0x000036e8 jam  0x00000000 , 0x00004272 
+ 00022024  0x000036e9 jam  0x00000000 , 0x000003f8 
+ 00022025  0x000036ea fetch  0x00000001 , 0x00004132 
+ 00022026  0x000036eb bne  0x00000004 , 0x0000560c 
+ 00022027  0x000036ec jam  0x00000021 , 0x000003e3 
+ 00022028  0x000036ee arg  0x00000000 , 0x00000002 
+ 00022029  0x000036ef call  0x000048ea 
+ 00022030  0x000036f0 jam  0x00000000 , 0x000043d2 
+ 00022031  0x000036f1 jam  0x00000000 , 0x0000041c 
+ 00022032  0x000036f2 jam  0x0000002c , 0x00000b7d 
+ 00022033  0x000036f3 call  0x00005620 
+ 00022034  0x000036f4 branch  0x000032bd 
+ 00022035  0x000036f7 arg  0x00000001 , 0x00000011 
+ 00022036  0x000036f8 fetch  0x00000001 , 0x00000340 
+ 00022037  0x000036f9 rtnbit1  0x00000006 
+ 00022038  0x000036fa arg  0x00000000 , 0x00000011 
+ 00022039  0x000036fb rtn 
+ 00022040  0x000036fe arg  0x000044ff , 0x00000006 
+ 00022041  0x000036ff branch  0x00007fb2 
+ 00022042  0x00003702 arg  0x000044ff , 0x00000011 
+ 00022043  0x00003703 branch  0x00007fac 
+ 00022044  0x00003706 arg  0x000044ff , 0x00000011 
+ 00022045  0x00003707 branch  0x00007fae 
+ 00022046  0x0000370a arg  0x000044ff , 0x00000011 
+ 00022047  0x0000370b branch  0x00007fb0 
+ 00022048  0x0000370e arg  0x000044ff , 0x00000011 
+ 00022049  0x0000370f branch  0x00007f92 
+ 00022050  0x00003712 set1  0x00000025 , 0x00000000 
+ 00022051  0x00003713 bpatch  0x00000061 , 0x0000402c 
+ 00022052  0x00003714 fetch  0x00000001 , 0x000003d7 
+ 00022053  0x00003715 rtnbit1  0x00000005 
+ 00022054  0x00003716 arg  0x000044ff , 0x00000011 
+ 00022055  0x00003717 call  0x00007f9f 
+ 00022056  0x00003718 nbranch  0x00005630 , 0x00000034 
+ 00022057  0x00003719 fetch  0x00000001 , 0x00004132 
+ 00022058  0x0000371a bne  0x00000001 , 0x00005890 
+ 00022059  0x0000371b arg  0x00000000 , 0x00000001 
+ 00022060  0x0000371c call  0x000044a3 
+ 00022061  0x0000371d copy  0x00000001 , 0x0000003f 
+ 00022062  0x0000371e nrtn  0x00000034 
+ 00022063  0x0000371f branch  0x00005890 
+ 00022064  0x00003721 copy  0x0000003f , 0x00000002 
+ 00022065  0x00003722 set1  0x00000025 , 0x00000000 
+ 00022066  0x00003723 bpatch  0x00000062 , 0x0000402c 
+ 00022067  0x00003724 copy  0x00000002 , 0x0000003f 
+ 00022068  0x00003725 bbit0  0x00000005 , 0x0000564b 
+ 00022069  0x00003726 force  0x00000003 , 0x00000001 
+ 00022070  0x00003727 set0  0x00000005 , 0x0000003f 
+ 00022071  0x00003728 store  0x00000001 , 0x00004440 
+ 00022072  0x00003729 set1  0x00000025 , 0x00000000 
+ 00022073  0x0000372a bpatch  0x00000063 , 0x0000402c 
+ 00022074  0x0000372b fetch  0x00000001 , 0x00004440 
+ 00022075  0x0000372c beq  0x00000000 , 0x0000568f 
+ 00022076  0x0000372d beq  0x00000001 , 0x00005691 
+ 00022077  0x0000372e beq  0x00000002 , 0x00005693 
+ 00022078  0x0000372f beq  0x00000003 , 0x00005695 
+ 00022079  0x00003730 beq  0x00000004 , 0x000056a6 
+ 00022080  0x00003731 beq  0x00000005 , 0x000056b7 
+ 00022081  0x00003732 beq  0x00000006 , 0x000056b9 
+ 00022082  0x00003733 beq  0x00000007 , 0x000056bf 
+ 00022083  0x00003734 beq  0x00000008 , 0x000056c1 
+ 00022084  0x00003735 beq  0x00000009 , 0x000056c1 
+ 00022085  0x00003736 beq  0x0000000a , 0x000056c5 
+ 00022086  0x00003737 beq  0x0000000b , 0x000056c7 
+ 00022087  0x00003738 beq  0x0000000c , 0x000056c9 
+ 00022088  0x00003739 beq  0x0000000d , 0x000056cf 
+ 00022089  0x0000373a beq  0x0000000f , 0x000056d1 
+ 00022090  0x0000373b branch  0x00003bf1 
+ 00022091  0x0000373e jam  0x00000000 , 0x00004443 
+ 00022092  0x0000373f force  0x00000002 , 0x00000001 
+ 00022093  0x00003740 bbit0  0x00000006 , 0x00005662 
+ 00022094  0x00003741 beq  0x00000052 , 0x00005662 
+ 00022095  0x00003742 beq  0x000000d2 , 0x00005662 
+ 00022096  0x00003743 jam  0x00000006 , 0x00004442 
+ 00022097  0x00003744 set0  0x00000006 , 0x0000003f 
+ 00022098  0x00003745 store  0x00000001 , 0x00004444 
+ 00022099  0x00003747 set1  0x00000025 , 0x00000000 
+ 00022100  0x00003748 bpatch  0x00000064 , 0x0000402c 
+ 00022101  0x00003749 fetch  0x00000001 , 0x00004444 
+ 00022102  0x0000374b beq  0x00000001 , 0x000056e5 
+ 00022103  0x0000374c beq  0x00000002 , 0x000056ed 
+ 00022104  0x0000374d beq  0x00000003 , 0x000056f5 
+ 00022105  0x0000374e beq  0x00000004 , 0x000056fa 
+ 00022106  0x0000374f beq  0x00000005 , 0x000056ff 
+ 00022107  0x00003750 beq  0x00000006 , 0x00005701 
+ 00022108  0x00003751 beq  0x00000007 , 0x0000570b 
+ 00022109  0x00003752 beq  0x00000008 , 0x00005712 
+ 00022110  0x00003753 beq  0x00000009 , 0x00005717 
+ 00022111  0x00003754 beq  0x0000000a , 0x0000571e 
+ 00022112  0x00003755 beq  0x0000000b , 0x00005721 
+ 00022113  0x00003756 branch  0x00003bf1 
+ 00022114  0x00003759 jam  0x00000004 , 0x00004442 
+ 00022115  0x0000375a store  0x00000001 , 0x00004444 
+ 00022116  0x0000375b set1  0x00000025 , 0x00000000 
+ 00022117  0x0000375c bpatch  0x00000065 , 0x0000402c 
+ 00022118  0x0000375e fetch  0x00000001 , 0x00004444 
+ 00022119  0x0000375f beq  0x00000001 , 0x00005729 
+ 00022120  0x00003760 beq  0x00000002 , 0x0000572f 
+ 00022121  0x00003761 beq  0x00000003 , 0x0000572f 
+ 00022122  0x00003762 beq  0x00000004 , 0x00005732 
+ 00022123  0x00003763 beq  0x00000005 , 0x00005737 
+ 00022124  0x00003764 beq  0x00000006 , 0x00005748 
+ 00022125  0x00003765 beq  0x00000007 , 0x00005752 
+ 00022126  0x00003766 beq  0x00000008 , 0x00005793 
+ 00022127  0x00003767 beq  0x00000009 , 0x0000579b 
+ 00022128  0x00003768 beq  0x0000000a , 0x000057be 
+ 00022129  0x00003769 beq  0x0000000b , 0x000057c6 
+ 00022130  0x0000376a beq  0x0000000c , 0x000057d1 
+ 00022131  0x0000376b beq  0x0000000d , 0x000057d6 
+ 00022132  0x0000376c beq  0x0000000e , 0x000057e5 
+ 00022133  0x0000376d beq  0x0000000f , 0x000057ec 
+ 00022134  0x0000376e beq  0x00000010 , 0x00005812 
+ 00022135  0x0000376f beq  0x00000011 , 0x0000581a 
+ 00022136  0x00003770 beq  0x00000012 , 0x0000583e 
+ 00022137  0x00003771 beq  0x00000013 , 0x00005845 
+ 00022138  0x00003772 beq  0x00000016 , 0x0000585e 
+ 00022139  0x00003773 beq  0x00000017 , 0x00005860 
+ 00022140  0x00003774 beq  0x00000018 , 0x00005862 
+ 00022141  0x00003775 beq  0x00000019 , 0x00005864 
+ 00022142  0x00003776 beq  0x0000001b , 0x00005873 
+ 00022143  0x00003777 beq  0x0000001d , 0x00005882 
+ 00022144  0x00003778 beq  0x0000001e , 0x00005884 
+ 00022145  0x00003779 beq  0x00000052 , 0x00005886 
+ 00022146  0x0000377a beq  0x000000d2 , 0x00005888 
+ 00022147  0x0000377b beq  0x0000009e , 0x00005686 
+ 00022148  0x0000377c beq  0x0000009f , 0x00005688 
+ 00022149  0x0000377d branch  0x00003bf1 
+ 00022150  0x00003780 jam  0x00000010 , 0x00000b7d 
+ 00022151  0x00003781 call  0x00005620 
+ 00022152  0x00003784 setarg  0x00000011 
+ 00022153  0x00003785 store  0x00000002 , 0x0000443e 
+ 00022154  0x00003786 fetch  0x00000001 , 0x000003d7 
+ 00022155  0x00003787 set1  0x00000005 , 0x0000003f 
+ 00022156  0x00003788 store  0x00000001 , 0x000003d7 
+ 00022157  0x00003789 jam  0x00000012 , 0x00000b7d 
+ 00022158  0x0000378a branch  0x00005620 
+ 00022159  0x0000378d force  0x0000000c , 0x00000002 
+ 00022160  0x0000378e branch  0x00005892 
+ 00022161  0x00003791 force  0x00000008 , 0x00000002 
+ 00022162  0x00003792 branch  0x00005892 
+ 00022163  0x00003795 force  0x00000002 , 0x00000002 
+ 00022164  0x00003796 branch  0x00005892 
+ 00022165  0x00003799 force  0x00000000 , 0x0000003f 
+ 00022166  0x0000379a istore  0x00000008 , 0x00000005 
+ 00022167  0x0000379b istore  0x00000002 , 0x00000005 
+ 00022168  0x0000379c copy  0x00000005 , 0x00000002 
+ 00022169  0x0000379d arg  0x00000380 , 0x00000005 
+ 00022170  0x0000379e force  0x00000008 , 0x00000039 
+ 00022171  0x0000379f call  0x00006227 
+ 00022172  0x000037a0 fetch  0x00000008 , 0x00000380 
+ 00022173  0x000037a1 istore  0x00000008 , 0x00000002 
+ 00022174  0x000037a2 copy  0x00000005 , 0x00000002 
+ 00022175  0x000037a3 arg  0x00004473 , 0x00000005 
+ 00022176  0x000037a4 force  0x00000004 , 0x00000039 
+ 00022177  0x000037a5 call  0x00006227 
+ 00022178  0x000037a6 fetch  0x00000004 , 0x00004473 
+ 00022179  0x000037a7 istore  0x00000004 , 0x00000002 
+ 00022180  0x000037a8 force  0x00000017 , 0x00000002 
+ 00022181  0x000037a9 branch  0x00005892 
+ 00022182  0x000037ac copy  0x00000005 , 0x00000002 
+ 00022183  0x000037ad arg  0x00000388 , 0x00000005 
+ 00022184  0x000037ae force  0x00000008 , 0x00000039 
+ 00022185  0x000037af call  0x00006227 
+ 00022186  0x000037b0 fetch  0x00000008 , 0x00000388 
+ 00022187  0x000037b1 istore  0x00000008 , 0x00000002 
+ 00022188  0x000037b2 copy  0x00000005 , 0x00000002 
+ 00022189  0x000037b3 arg  0x00004477 , 0x00000005 
+ 00022190  0x000037b4 force  0x00000004 , 0x00000039 
+ 00022191  0x000037b5 call  0x00006227 
+ 00022192  0x000037b6 fetch  0x00000004 , 0x00004477 
+ 00022193  0x000037b7 istore  0x00000004 , 0x00000002 
+ 00022194  0x000037b8 call  0x000074b6 
+ 00022195  0x000037b9 jam  0x00000025 , 0x00000b7d 
+ 00022196  0x000037ba call  0x00005620 
+ 00022197  0x000037bb force  0x0000000d , 0x00000002 
+ 00022198  0x000037bc branch  0x00005892 
+ 00022199  0x000037bf force  0x00000001 , 0x00000002 
+ 00022200  0x000037c0 branch  0x00005892 
+ 00022201  0x000037c3 force  0x00000001 , 0x00000002 
+ 00022202  0x000037c4 branch  0x00005892 , 0x00000029 
+ 00022203  0x000037c5 jam  0x00000046 , 0x00000b7d 
+ 00022204  0x000037c6 call  0x00005620 
+ 00022205  0x000037c7 force  0x00000001 , 0x00000002 
+ 00022206  0x000037c8 branch  0x00005892 
+ 00022207  0x000037cb force  0x00000002 , 0x00000002 
+ 00022208  0x000037cc branch  0x00005892 
+ 00022209  0x000037cf setarg  0x00000001 
+ 00022210  0x000037d0 istore  0x00000008 , 0x00000005 
+ 00022211  0x000037d1 force  0x00000009 , 0x00000002 
+ 00022212  0x000037d2 branch  0x00005892 
+ 00022213  0x000037d5 force  0x00000006 , 0x00000002 
+ 00022214  0x000037d6 branch  0x00005892 
+ 00022215  0x000037d9 force  0x00000006 , 0x00000002 
+ 00022216  0x000037da branch  0x00005892 
+ 00022217  0x000037dd setarg  0x00000a06 
+ 00022218  0x000037de istore  0x00000003 , 0x00000005 
+ 00022219  0x000037df setarg  0x00001d87 
+ 00022220  0x000037e0 istore  0x00000002 , 0x00000005 
+ 00022221  0x000037e1 force  0x00000006 , 0x00000002 
+ 00022222  0x000037e2 branch  0x00005892 
+ 00022223  0x000037e5 force  0x00000002 , 0x00000002 
+ 00022224  0x000037e6 branch  0x00005892 
+ 00022225  0x000037e9 increase  0xffffffff , 0x00000005 
+ 00022226  0x000037ea setarg  0x0000000c 
+ 00022227  0x000037eb istore  0x00000002 , 0x00000005 
+ 00022228  0x000037ec setarg  0x00000005 
+ 00022229  0x000037ed istore  0x00000002 , 0x00000005 
+ 00022230  0x000037ee setarg  0x0000b412 
+ 00022231  0x000037ef istore  0x00000002 , 0x00000005 
+ 00022232  0x000037f0 setarg  0x00000008 
+ 00022233  0x000037f1 istore  0x00000002 , 0x00000005 
+ 00022234  0x000037f2 setarg  0x00000008 
+ 00022235  0x000037f3 istore  0x00000002 , 0x00000005 
+ 00022236  0x000037f4 setarg  0x00000010 
+ 00022237  0x000037f5 istore  0x00000002 , 0x00000005 
+ 00022238  0x000037f6 setarg  0x00000000 
+ 00022239  0x000037f7 istore  0x00000002 , 0x00000005 
+ 00022240  0x000037f8 setarg  0x0000012c 
+ 00022241  0x000037f9 istore  0x00000002 , 0x00000005 
+ 00022242  0x000037fa call  0x0000588a 
+ 00022243  0x000037fb force  0x00000002 , 0x00000001 
+ 00022244  0x000037fc branch  0x00005892 
+ 00022245  0x000037ff setarg  0x01000401 
+ 00022246  0x00003800 store  0x00000004 , 0x000044ae 
+ 00022247  0x00003801 setarg  0x00070710 
+ 00022248  0x00003802 istore  0x00000003 , 0x00000005 
+ 00022249  0x00003803 fetch  0x00000006 , 0x000044af 
+ 00022250  0x00003804 store  0x00000006 , 0x00004445 
+ 00022251  0x00003805 force  0x0000000b , 0x00000002 
+ 00022252  0x00003806 branch  0x00005892 
+ 00022253  0x00003809 setarg  0x01000302 
+ 00022254  0x0000380a store  0x00000004 , 0x000044b5 
+ 00022255  0x0000380b setarg  0x00010410 
+ 00022256  0x0000380c istore  0x00000003 , 0x00000005 
+ 00022257  0x0000380d fetch  0x00000006 , 0x000044b6 
+ 00022258  0x0000380e store  0x00000006 , 0x00004445 
+ 00022259  0x0000380f force  0x0000000b , 0x00000002 
+ 00022260  0x00003810 branch  0x00005892 
+ 00022261  0x00003813 call  0x000074b0 
+ 00022262  0x00003814 arg  0x00004445 , 0x00000005 
+ 00022263  0x00003815 call  0x000075a3 
+ 00022264  0x00003816 force  0x00000015 , 0x00000002 
+ 00022265  0x00003817 branch  0x00005892 
+ 00022266  0x0000381a fetch  0x00000008 , 0x000003b0 
+ 00022267  0x0000381b branch  0x000056fd , 0x00000029 
+ 00022268  0x0000381c fetch  0x00000008 , 0x0000449c 
+ 00022269  0x0000381f call  0x00005723 
+ 00022270  0x00003820 branch  0x00005892 
+ 00022271  0x00003823 force  0x00000006 , 0x00000002 
+ 00022272  0x00003824 branch  0x00005892 
+ 00022273  0x00003827 jam  0x00000029 , 0x00000b7d 
+ 00022274  0x00003828 call  0x00007c27 
+ 00022275  0x00003829 jam  0x00000047 , 0x00000b7d 
+ 00022276  0x0000382a call  0x00005620 
+ 00022277  0x0000382b arg  0x000003a0 , 0x00000005 
+ 00022278  0x0000382c call  0x00006226 
+ 00022279  0x0000382d fetch  0x00000008 , 0x000003a0 
+ 00022280  0x0000382e fetch  0x00000008 , 0x0000447b 
+ 00022281  0x0000382f call  0x00005723 
+ 00022282  0x00003830 branch  0x00005892 
+ 00022283  0x00003833 jam  0x00000048 , 0x00000b7d 
+ 00022284  0x00003834 call  0x00005620 
+ 00022285  0x00003835 arg  0x00004445 , 0x00000005 
+ 00022286  0x00003836 force  0x00000008 , 0x00000039 
+ 00022287  0x00003837 call  0x00006227 
+ 00022288  0x00003838 force  0x0000000f , 0x00000002 
+ 00022289  0x00003839 branch  0x00005892 
+ 00022290  0x0000383c jam  0x00000049 , 0x00000b7d 
+ 00022291  0x0000383d call  0x00005620 
+ 00022292  0x0000383e arg  0x00004445 , 0x00000005 
+ 00022293  0x0000383f call  0x00006226 
+ 00022294  0x00003840 branch  0x0000588a 
+ 00022295  0x00003843 jam  0x0000004a , 0x00000b7d 
+ 00022296  0x00003844 call  0x00005620 
+ 00022297  0x00003845 force  0x00000000 , 0x0000003f 
+ 00022298  0x00003846 store  0x00000001 , 0x00004445 
+ 00022299  0x00003847 fetch  0x00000006 , 0x000044f9 
+ 00022300  0x00003848 istore  0x00000006 , 0x00000005 
+ 00022301  0x00003849 branch  0x0000588a 
+ 00022302  0x0000384c arg  0x00004445 , 0x00000005 
+ 00022303  0x0000384d call  0x00006226 
+ 00022304  0x0000384e branch  0x0000588a 
+ 00022305  0x00003851 force  0x00000006 , 0x00000002 
+ 00022306  0x00003852 branch  0x00005892 
+ 00022307  0x00003855 store  0x00000008 , 0x00004445 
+ 00022308  0x00003856 ifetch  0x00000008 , 0x00000006 
+ 00022309  0x00003857 istore  0x00000008 , 0x00000005 
+ 00022310  0x00003858 force  0x00000015 , 0x00000002 
+ 00022311  0x00003859 rtn 
+ 00022312  0x0000385c jam  0x0000000a , 0x000003fc 
+ 00022313  0x0000385e jam  0x00000001 , 0x00004444 
+ 00022314  0x0000385f fetch  0x00000003 , 0x000003f9 
+ 00022315  0x00003860 store  0x00000003 , 0x00004445 
+ 00022316  0x00003861 fetch  0x00000001 , 0x000003fc 
+ 00022317  0x00003862 istore  0x00000001 , 0x00000005 
+ 00022318  0x00003863 branch  0x0000588a 
+ 00022319  0x00003866 setarg  0x00000017 
+ 00022320  0x00003867 istore  0x00000002 , 0x00000005 
+ 00022321  0x00003868 branch  0x0000588a 
+ 00022322  0x0000386b fetch  0x00000002 , 0x000044bc 
+ 00022323  0x0000386c store  0x00000002 , 0x00004445 
+ 00022324  0x0000386d fetch  0x00000002 , 0x000044be 
+ 00022325  0x0000386e istore  0x00000002 , 0x00000005 
+ 00022326  0x0000386f branch  0x0000588a 
+ 00022327  0x00003874 force  0x00000001 , 0x0000003f 
+ 00022328  0x00003875 store  0x00000001 , 0x00004445 
+ 00022329  0x00003876 call  0x00005a74 
+ 00022330  0x00003878 call  0x00005a7d 
+ 00022331  0x00003879 branch  0x00005746 , 0x00000034 
+ 00022332  0x0000387a nbranch  0x00005744 , 0x00000002 
+ 00022333  0x0000387b disable  0x00000028 
+ 00022334  0x0000387c istore  0x00000002 , 0x00000005 
+ 00022335  0x0000387d ifetch  0x00000002 , 0x00000006 
+ 00022336  0x0000387e istore  0x00000002 , 0x00000005 
+ 00022337  0x00003880 ifetch  0x00000001 , 0x00000006 
+ 00022338  0x00003881 iadd  0x00000006 , 0x00000006 
+ 00022339  0x00003882 branch  0x0000573a 
+ 00022340  0x00003884 increase  0x00000002 , 0x00000006 
+ 00022341  0x00003885 branch  0x00005741 
+ 00022342  0x00003887 branch  0x00005728 , 0x00000028 
+ 00022343  0x00003888 branch  0x0000588a 
+ 00022344  0x0000388c fetch  0x00000002 , 0x000044bc 
+ 00022345  0x0000388d branch  0x00005688 , 0x00000034 
+ 00022346  0x0000388e store  0x00000002 , 0x00004445 
+ 00022347  0x0000388f fetch  0x00000002 , 0x000044be 
+ 00022348  0x00003891 istore  0x00000002 , 0x00000005 
+ 00022349  0x00003892 fetch  0x00000002 , 0x000044c4 
+ 00022350  0x00003894 istore  0x00000002 , 0x00000005 
+ 00022351  0x00003895 fetch  0x00000002 , 0x000044c0 
+ 00022352  0x00003897 istore  0x00000002 , 0x00000005 
+ 00022353  0x00003898 branch  0x0000588a 
+ 00022354  0x0000389c call  0x0000577b 
+ 00022355  0x0000389d rtn  0x00000028 
+ 00022356  0x0000389e fetcht  0x00000002 , 0x000044c4 
+ 00022357  0x0000389f setarg  0x00002800 
+ 00022358  0x000038a0 isub  0x00000002 , 0x0000003e 
+ 00022359  0x000038a1 branch  0x00005762 , 0x00000005 
+ 00022360  0x000038a2 setarg  0x00002801 
+ 00022361  0x000038a3 isub  0x00000002 , 0x0000003e 
+ 00022362  0x000038a4 branch  0x00005728 , 0x00000005 
+ 00022363  0x000038a5 setarg  0x00002802 
+ 00022364  0x000038a6 isub  0x00000002 , 0x0000003e 
+ 00022365  0x000038a7 branch  0x00005728 , 0x00000005 
+ 00022366  0x000038a8 setarg  0x00002803 
+ 00022367  0x000038a9 isub  0x00000002 , 0x0000003e 
+ 00022368  0x000038aa branch  0x00005728 , 0x00000005 
+ 00022369  0x000038ab branch  0x00005728 
+ 00022370  0x000038ae fetcht  0x00000002 , 0x000044c0 
+ 00022371  0x000038af increase  0x00000002 , 0x00000006 
+ 00022372  0x000038b0 ifetch  0x00000001 , 0x00000006 
+ 00022373  0x000038b1 icopy  0x00000013 
+ 00022374  0x000038b2 increase  0x00000001 , 0x00000013 
+ 00022375  0x000038b5 increase  0xffffffff , 0x00000013 
+ 00022376  0x000038b6 branch  0x00005728 , 0x00000005 
+ 00022377  0x000038b7 ifetch  0x00000002 , 0x00000006 
+ 00022378  0x000038b8 isub  0x00000002 , 0x0000003e 
+ 00022379  0x000038b9 branch  0x0000576e , 0x00000005 
+ 00022380  0x000038ba increase  0x00000004 , 0x00000006 
+ 00022381  0x000038bb branch  0x00005767 
+ 00022382  0x000038be ifetch  0x00000002 , 0x00000006 
+ 00022383  0x000038bf icopy  0x00000011 
+ 00022384  0x000038c0 ifetch  0x00000002 , 0x00000006 
+ 00022385  0x000038c1 icopy  0x00000012 
+ 00022386  0x000038c2 call  0x00005785 
+ 00022387  0x000038c3 rtn  0x00000028 
+ 00022388  0x000038c4 jam  0x00000007 , 0x00004444 
+ 00022389  0x000038c5 deposit  0x00000011 
+ 00022390  0x000038c6 store  0x00000002 , 0x00004445 
+ 00022391  0x000038c7 deposit  0x00000012 
+ 00022392  0x000038c8 istore  0x00000002 , 0x00000005 
+ 00022393  0x000038c9 force  0x00000009 , 0x00000002 
+ 00022394  0x000038ca branch  0x00005892 
+ 00022395  0x000038d0 disable  0x00000028 
+ 00022396  0x000038d1 fetcht  0x00000002 , 0x000044bc 
+ 00022397  0x000038d2 fetch  0x00000002 , 0x000044be 
+ 00022398  0x000038d3 isub  0x00000002 , 0x0000003e 
+ 00022399  0x000038d4 nbranch  0x00005782 , 0x00000002 
+ 00022400  0x000038d5 deposit  0x00000002 
+ 00022401  0x000038d6 rtnne  0x00000000 
+ 00022402  0x000038d9 enable  0x00000028 
+ 00022403  0x000038db jam  0x00000001 , 0x000003fc 
+ 00022404  0x000038dc branch  0x00005729 
+ 00022405  0x000038df disable  0x00000028 
+ 00022406  0x000038e0 fetcht  0x00000002 , 0x000044bc 
+ 00022407  0x000038e1 deposit  0x00000011 
+ 00022408  0x000038e2 isub  0x00000002 , 0x0000003e 
+ 00022409  0x000038e3 nbranch  0x00005791 , 0x00000002 
+ 00022410  0x000038e4 fetch  0x00000002 , 0x000044be 
+ 00022411  0x000038e5 isub  0x00000012 , 0x0000003e 
+ 00022412  0x000038e6 nbranch  0x00005791 , 0x00000002 
+ 00022413  0x000038e7 deposit  0x00000012 
+ 00022414  0x000038e8 isub  0x00000011 , 0x0000003e 
+ 00022415  0x000038e9 nbranch  0x00005791 , 0x00000002 
+ 00022416  0x000038ea rtn 
+ 00022417  0x000038ed enable  0x00000028 
+ 00022418  0x000038ee branch  0x00005728 
+ 00022419  0x000038f2 fetch  0x00000002 , 0x000044bc 
+ 00022420  0x000038f4 istore  0x00000002 , 0x00000005 
+ 00022421  0x000038f5 fetch  0x00000002 , 0x000044be 
+ 00022422  0x000038f7 istore  0x00000002 , 0x00000005 
+ 00022423  0x000038f8 fetch  0x00000002 , 0x000044c0 
+ 00022424  0x000038f9 istore  0x00000002 , 0x00000005 
+ 00022425  0x000038fa force  0x0000000b , 0x00000002 
+ 00022426  0x000038fb branch  0x00005892 
+ 00022427  0x000038ff fetcht  0x00000002 , 0x000044c0 
+ 00022428  0x00003900 setarg  0x00002803 
+ 00022429  0x00003901 isub  0x00000002 , 0x0000003e 
+ 00022430  0x00003902 setarg  0x00000007 
+ 00022431  0x00003903 branch  0x000057a5 , 0x00000005 
+ 00022432  0x00003904 setarg  0x00002800 
+ 00022433  0x00003905 isub  0x00000002 , 0x0000003e 
+ 00022434  0x00003906 setarg  0x00000006 
+ 00022435  0x00003907 branch  0x000057a5 , 0x00000005 
+ 00022436  0x00003908 branch  0x00005728 
+ 00022437  0x0000390a store  0x00000001 , 0x00004445 
+ 00022438  0x0000390b call  0x00005a74 
+ 00022439  0x0000390c force  0x00000003 , 0x00000030 
+ 00022440  0x0000390e call  0x00005a7d 
+ 00022441  0x0000390f branch  0x000057bc , 0x00000034 
+ 00022442  0x00003910 nbranch  0x000057b8 , 0x00000002 
+ 00022443  0x00003911 iforce  0x00000011 
+ 00022444  0x00003912 ifetch  0x00000002 , 0x00000006 
+ 00022445  0x00003913 isub  0x00000002 , 0x0000003e 
+ 00022446  0x00003914 nbranch  0x000057b9 , 0x00000005 
+ 00022447  0x00003915 disable  0x00000028 
+ 00022448  0x00003916 deposit  0x00000011 
+ 00022449  0x00003917 istore  0x00000002 , 0x00000005 
+ 00022450  0x00003918 ifetch  0x00000001 , 0x00000006 
+ 00022451  0x00003919 add  0x0000003f , 0x00000004 , 0x00000039 
+ 00022452  0x0000391a call  0x00007e45 
+ 00022453  0x0000391b increase  0xffffffff , 0x00000030 
+ 00022454  0x0000391c branch  0x000057bc , 0x00000005 
+ 00022455  0x0000391d branch  0x000057b9 
+ 00022456  0x0000391f increase  0x00000002 , 0x00000006 
+ 00022457  0x00003921 ifetch  0x00000001 , 0x00000006 
+ 00022458  0x00003922 iadd  0x00000006 , 0x00000006 
+ 00022459  0x00003923 branch  0x000057a8 
+ 00022460  0x00003925 branch  0x00005728 , 0x00000028 
+ 00022461  0x00003926 branch  0x0000588a 
+ 00022462  0x0000392a fetch  0x00000001 , 0x0000443d 
+ 00022463  0x0000392c increase  0xffffffff , 0x0000003f 
+ 00022464  0x0000392d store  0x00000001 , 0x0000443d 
+ 00022465  0x0000392e lshift  0x0000003f , 0x0000003f 
+ 00022466  0x00003930 iadd  0x00000006 , 0x00000006 
+ 00022467  0x00003931 ifetcht  0x00000002 , 0x00000006 
+ 00022468  0x00003932 storet  0x00000002 , 0x00004445 
+ 00022469  0x00003933 branch  0x0000588a 
+ 00022470  0x00003936 fetcht  0x00000002 , 0x000003fa 
+ 00022471  0x00003937 call  0x00005a88 
+ 00022472  0x00003938 branch  0x00005728 , 0x00000034 
+ 00022473  0x00003939 ifetch  0x00000001 , 0x00000006 
+ 00022474  0x0000393a branch  0x0000588a , 0x00000034 
+ 00022475  0x0000393b sub  0x0000003f , 0x00000016 , 0x0000003e 
+ 00022476  0x0000393c branch  0x000057ce , 0x00000002 
+ 00022477  0x0000393d force  0x00000016 , 0x0000003f 
+ 00022478  0x0000393f icopy  0x00000039 
+ 00022479  0x00003940 call  0x00007e45 
+ 00022480  0x00003941 branch  0x0000588a 
+ 00022481  0x00003945 setarg  0x00000003 
+ 00022482  0x00003946 store  0x00000002 , 0x00004445 
+ 00022483  0x00003947 setarg  0x00000008 
+ 00022484  0x00003948 istore  0x00000002 , 0x00000005 
+ 00022485  0x00003949 branch  0x0000588a 
+ 00022486  0x0000394c fetch  0x00000002 , 0x000044c0 
+ 00022487  0x0000394d iforce  0x00000011 
+ 00022488  0x0000394e fetcht  0x00000002 , 0x000003fa 
+ 00022489  0x0000394f call  0x00005a88 
+ 00022490  0x00003950 branch  0x00005728 , 0x00000034 
+ 00022491  0x00003951 ifetch  0x00000001 , 0x00000006 
+ 00022492  0x00003952 isub  0x00000011 , 0x00000039 
+ 00022493  0x00003953 nbranch  0x00005728 , 0x00000002 
+ 00022494  0x00003954 sub  0x00000039 , 0x00000016 , 0x0000003e 
+ 00022495  0x00003955 branch  0x000057e1 , 0x00000002 
+ 00022496  0x00003956 force  0x00000016 , 0x00000039 
+ 00022497  0x00003958 deposit  0x00000011 
+ 00022498  0x00003959 iadd  0x00000006 , 0x00000006 
+ 00022499  0x0000395a call  0x00007e45 
+ 00022500  0x0000395b branch  0x0000588a 
+ 00022501  0x0000395e setarg  0x00000003 
+ 00022502  0x0000395f istore  0x00000002 , 0x00000005 
+ 00022503  0x00003960 setarg  0x00000007 
+ 00022504  0x00003961 istore  0x00000002 , 0x00000005 
+ 00022505  0x00003962 setarg  0x00000009 
+ 00022506  0x00003963 istore  0x00000002 , 0x00000005 
+ 00022507  0x00003964 branch  0x0000588a 
+ 00022508  0x00003967 fetch  0x00000001 , 0x0000443d 
+ 00022509  0x00003968 icopy  0x00000013 
+ 00022510  0x00003969 arg  0x00000347 , 0x00000011 
+ 00022511  0x0000396a arg  0x00004445 , 0x00000012 
+ 00022512  0x0000396b arg  0x00000000 , 0x0000000b 
+ 00022513  0x0000396c disable  0x00000031 
+ 00022514  0x0000396f copy  0x00000011 , 0x00000006 
+ 00022515  0x00003970 ifetcht  0x00000002 , 0x00000006 
+ 00022516  0x00003971 copy  0x00000006 , 0x00000011 
+ 00022517  0x00003972 call  0x00005a88 
+ 00022518  0x00003973 branch  0x00005805 , 0x00000034 
+ 00022519  0x00003974 ifetch  0x00000001 , 0x00000006 
+ 00022520  0x00003975 icopy  0x00000039 
+ 00022521  0x00003976 iadd  0x0000000b , 0x0000000b 
+ 00022522  0x0000397a sub  0x0000000b , 0x00000018 , 0x0000003e 
+ 00022523  0x0000397b nbranch  0x0000580a , 0x00000002 
+ 00022524  0x0000397c copy  0x00000012 , 0x00000005 
+ 00022525  0x0000397f ifetch  0x00000001 , 0x00000006 
+ 00022526  0x00003980 istore  0x00000001 , 0x00000005 
+ 00022527  0x00003981 loop  0x000057fd 
+ 00022528  0x00003982 copy  0x00000005 , 0x00000012 
+ 00022529  0x00003983 enable  0x00000031 
+ 00022530  0x00003984 increase  0xffffffff , 0x00000013 
+ 00022531  0x00003985 branch  0x00005805 , 0x00000005 
+ 00022532  0x00003986 branch  0x000057f2 
+ 00022533  0x00003989 nbranch  0x00005810 , 0x00000031 
+ 00022534  0x0000398a disable  0x00000031 
+ 00022535  0x0000398b copy  0x0000000b , 0x00000002 
+ 00022536  0x0000398c increase  0x00000005 , 0x00000002 
+ 00022537  0x0000398d branch  0x00005892 
+ 00022538  0x00003990 nbranch  0x00005810 , 0x00000031 
+ 00022539  0x00003991 disable  0x00000031 
+ 00022540  0x00003992 deposit  0x0000000b 
+ 00022541  0x00003993 isub  0x00000039 , 0x00000002 
+ 00022542  0x00003994 increase  0x00000005 , 0x00000002 
+ 00022543  0x00003995 branch  0x00005892 
+ 00022544  0x00003998 jam  0x00000010 , 0x000003fc 
+ 00022545  0x00003999 branch  0x00005729 
+ 00022546  0x0000399d fetch  0x00000002 , 0x000003fa 
+ 00022547  0x0000399e branch  0x00005688 , 0x00000034 
+ 00022548  0x0000399f istore  0x00000002 , 0x00000005 
+ 00022549  0x000039a0 setarg  0x0000ffff 
+ 00022550  0x000039a1 istore  0x00000002 , 0x00000005 
+ 00022551  0x000039a2 setarg  0x00002800 
+ 00022552  0x000039a3 istore  0x00000002 , 0x00000005 
+ 00022553  0x000039a4 branch  0x0000588a 
+ 00022554  0x000039a8 setarg  0x00000006 
+ 00022555  0x000039a9 store  0x00000001 , 0x00004445 
+ 00022556  0x000039aa fetch  0x00000002 , 0x000044c0 
+ 00022557  0x000039ab iforce  0x00000011 
+ 00022558  0x000039ac call  0x00005a74 
+ 00022559  0x000039ad force  0x00000003 , 0x00000039 
+ 00022560  0x000039af call  0x00005a7d 
+ 00022561  0x000039b0 branch  0x00005835 , 0x00000034 
+ 00022562  0x000039b1 nbranch  0x0000583a , 0x00000002 
+ 00022563  0x000039b2 iforce  0x00000030 
+ 00022564  0x000039b3 ifetch  0x00000002 , 0x00000006 
+ 00022565  0x000039b4 isub  0x00000011 , 0x0000003e 
+ 00022566  0x000039b5 nbranch  0x0000583b , 0x00000005 
+ 00022567  0x000039b6 deposit  0x00000030 
+ 00022568  0x000039b7 branch  0x0000582f , 0x00000028 
+ 00022569  0x000039b8 increase  0xffffffff , 0x0000003f 
+ 00022570  0x000039b9 istore  0x00000002 , 0x00000005 
+ 00022571  0x000039ba istoret  0x00000002 , 0x00000005 
+ 00022572  0x000039bb increase  0x00000001 , 0x0000003f 
+ 00022573  0x000039bc increase  0xffffffff , 0x00000039 
+ 00022574  0x000039bd branch  0x0000588a , 0x00000005 
+ 00022575  0x000039bf disable  0x00000028 
+ 00022576  0x000039c0 istore  0x00000002 , 0x00000005 
+ 00022577  0x000039c1 increase  0x00000001 , 0x00000006 
+ 00022578  0x000039c2 ifetcht  0x00000002 , 0x00000006 
+ 00022579  0x000039c3 increase  0xfffffffd , 0x00000006 
+ 00022580  0x000039c4 branch  0x0000583b 
+ 00022581  0x000039c6 branch  0x00005728 , 0x00000028 
+ 00022582  0x000039c7 force  0xffffffff , 0x0000003f 
+ 00022583  0x000039c8 istore  0x00000002 , 0x00000005 
+ 00022584  0x000039c9 istoret  0x00000002 , 0x00000005 
+ 00022585  0x000039ca branch  0x0000588a 
+ 00022586  0x000039cc increase  0x00000002 , 0x00000006 
+ 00022587  0x000039ce ifetch  0x00000001 , 0x00000006 
+ 00022588  0x000039cf iadd  0x00000006 , 0x00000006 
+ 00022589  0x000039d0 branch  0x00005820 
+ 00022590  0x000039d5 fetch  0x00000002 , 0x000044c2 
+ 00022591  0x000039d6 store  0x00000002 , 0x00004445 
+ 00022592  0x000039d7 fetch  0x00000001 , 0x000044c6 
+ 00022593  0x000039d8 copy  0x0000003f , 0x00000039 
+ 00022594  0x000039d9 arg  0x000044c7 , 0x00000006 
+ 00022595  0x000039da call  0x00007e45 
+ 00022596  0x000039db branch  0x0000588a 
+ 00022597  0x000039de fetcht  0x00000002 , 0x000003fa 
+ 00022598  0x000039df call  0x00005a88 
+ 00022599  0x000039e0 branch  0x0000585c , 0x00000034 
+ 00022600  0x000039e1 increase  0xfffffffe , 0x00000006 
+ 00022601  0x000039e2 ifetcht  0x00000002 , 0x00000006 
+ 00022602  0x000039e3 setarg  0x00002902 
+ 00022603  0x000039e4 isub  0x00000002 , 0x0000003e 
+ 00022604  0x000039e5 nbranch  0x0000585c , 0x00000005 
+ 00022605  0x000039e6 increase  0x00000001 , 0x00000006 
+ 00022606  0x000039e7 ifetcht  0x00000002 , 0x00000006 
+ 00022607  0x000039e8 setarg  0x00000001 
+ 00022608  0x000039e9 isub  0x00000002 , 0x0000003e 
+ 00022609  0x000039ea branch  0x00005856 , 0x00000005 
+ 00022610  0x000039eb setarg  0x00000000 
+ 00022611  0x000039ec isub  0x00000002 , 0x0000003e 
+ 00022612  0x000039ed nbranch  0x0000585c , 0x00000005 
+ 00022613  0x000039ee branch  0x0000585c 
+ 00022614  0x000039f1 increase  0xfffffff9 , 0x00000006 
+ 00022615  0x000039f2 ifetch  0x00000002 , 0x00000006 
+ 00022616  0x000039f3 increase  0xffffffff , 0x0000003f 
+ 00022617  0x000039f4 store  0x00000002 , 0x000044c2 
+ 00022618  0x000039f5 jam  0x0000001b , 0x00000b7d 
+ 00022619  0x000039f6 call  0x00005620 
+ 00022620  0x000039fa force  0x00000005 , 0x00000002 
+ 00022621  0x000039fb branch  0x00005892 
+ 00022622  0x000039fe force  0x00000006 , 0x00000002 
+ 00022623  0x000039ff branch  0x00005892 
+ 00022624  0x00003a02 force  0x00000006 , 0x00000002 
+ 00022625  0x00003a03 branch  0x00005892 
+ 00022626  0x00003a06 force  0x00000006 , 0x00000002 
+ 00022627  0x00003a07 branch  0x00005892 
+ 00022628  0x00003a0a force  0x00000006 , 0x00000002 
+ 00022629  0x00003a0b branch  0x00005892 
+ 00022630  0x00003a0e set1  0x00000025 , 0x00000000 
+ 00022631  0x00003a0f bpatch  0x00000066 , 0x0000402c 
+ 00022632  0x00003a10 increase  0x00000001 , 0x00000002 
+ 00022633  0x00003a11 call  0x00005a88 
+ 00022634  0x00003a12 increase  0xfffffffe , 0x00000006 
+ 00022635  0x00003a13 ifetch  0x00000002 , 0x00000006 
+ 00022636  0x00003a14 arg  0x00002902 , 0x00000002 
+ 00022637  0x00003a15 isub  0x00000002 , 0x0000003e 
+ 00022638  0x00003a16 nrtn  0x00000005 
+ 00022639  0x00003a17 increase  0x00000001 , 0x00000006 
+ 00022640  0x00003a18 copy  0x00000006 , 0x00000011 
+ 00022641  0x00003a19 ifetch  0x00000001 , 0x00000006 
+ 00022642  0x00003a1a rtn 
+ 00022643  0x00003a1d jam  0x00000000 , 0x0000041b 
+ 00022644  0x00003a1e fetch  0x00000002 , 0x00004298 
+ 00022645  0x00003a1f call  0x00007f66 
+ 00022646  0x00003a20 arg  0x00004444 , 0x00000005 
+ 00022647  0x00003a21 increase  0x00000001 , 0x00000005 
+ 00022648  0x00003a22 fetcht  0x00000002 , 0x000044c2 
+ 00022649  0x00003a23 istoret  0x00000002 , 0x00000005 
+ 00022650  0x00003a24 call  0x00005a88 
+ 00022651  0x00003a25 ifetch  0x00000001 , 0x00000006 
+ 00022652  0x00003a26 icopy  0x00000039 
+ 00022653  0x00003a27 call  0x00007e45 
+ 00022654  0x00003a28 fetcht  0x00000001 , 0x0000041b 
+ 00022655  0x00003a29 increase  0x00000007 , 0x00000002 
+ 00022656  0x00003a2a call  0x00005892 
+ 00022657  0x00003a2b branch  0x00005ace 
+ 00022658  0x00003a2e force  0x00000006 , 0x00000002 
+ 00022659  0x00003a2f branch  0x00005892 
+ 00022660  0x00003a32 force  0x00000006 , 0x00000002 
+ 00022661  0x00003a33 branch  0x00005892 
+ 00022662  0x00003a36 force  0x00000006 , 0x00000002 
+ 00022663  0x00003a37 branch  0x00005892 
+ 00022664  0x00003a3a force  0x00000006 , 0x00000002 
+ 00022665  0x00003a3b branch  0x00005892 
+ 00022666  0x00003a3f set1  0x00000025 , 0x00000000 
+ 00022667  0x00003a40 bpatch  0x00000067 , 0x0000402c 
+ 00022668  0x00003a41 setarg  0x00004440 
+ 00022669  0x00003a42 isub  0x00000005 , 0x0000003f 
+ 00022670  0x00003a43 sub  0x0000003f , 0x00000000 , 0x00000002 
+ 00022671  0x00003a44 branch  0x00005892 
+ 00022672  0x00003a48 force  0x00000000 , 0x00000002 
+ 00022673  0x00003a49 force  0x00000001 , 0x00000001 
+ 00022674  0x00003a4c set1  0x00000025 , 0x00000000 
+ 00022675  0x00003a4d bpatch  0x00000068 , 0x0000402d 
+ 00022676  0x00003a4e storet  0x00000001 , 0x0000443f 
+ 00022677  0x00003a4f compare  0x00000002 , 0x00000001 , 0x00000003 
+ 00022678  0x00003a50 nbranch  0x00005899 , 0x00000001 
+ 00022679  0x00003a51 add  0x00000002 , 0xfffffffc , 0x0000003f 
+ 00022680  0x00003a52 store  0x00000002 , 0x00004440 
+ 00022681  0x00003a55 fetcht  0x00000001 , 0x000003d7 
+ 00022682  0x00003a56 call  0x0000561a 
+ 00022683  0x00003a57 nsetflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00022684  0x00003a58 set1  0x00000005 , 0x00000002 
+ 00022685  0x00003a59 and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00022686  0x00003a5a ior  0x00000001 , 0x0000003f 
+ 00022687  0x00003a5b store  0x00000001 , 0x000003d7 
+ 00022688  0x00003a5c and_into  0x0000001f , 0x0000003f 
+ 00022689  0x00003a5d store  0x00000001 , 0x0000443e 
+ 00022690  0x00003a5e set1  0x00000025 , 0x00000000 
+ 00022691  0x00003a5f bpatch  0x00000069 , 0x0000402d 
+ 00022692  0x00003a60 fetch  0x00000001 , 0x0000443e 
+ 00022693  0x00003a61 compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00022694  0x00003a62 rtn  0x00000001 
+ 00022695  0x00003a63 fetch  0x00000007 , 0x0000443f 
+ 00022696  0x00003a64 fetch  0x00000001 , 0x000003c0 
+ 00022697  0x00003a65 rtnbit0  0x00000004 
+ 00022698  0x00003a66 call  0x00007599 
+ 00022699  0x00003a67 branch  0x000074f7 
+ 00022700  0x00003a6a set1  0x00000025 , 0x00000000 
+ 00022701  0x00003a6b bpatch  0x0000006a , 0x0000402d 
+ 00022702  0x00003a6c call  0x0000561c 
+ 00022703  0x00003a6d nbranch  0x00003bf1 , 0x00000034 
+ 00022704  0x00003a6e nrtn  0x00000034 
+ 00022705  0x00003a6f fetch  0x00000001 , 0x00000341 
+ 00022706  0x00003a70 rtn  0x00000034 
+ 00022707  0x00003a71 fetch  0x00000001 , 0x00000340 
+ 00022708  0x00003a72 compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00022709  0x00003a73 branch  0x000058cf , 0x00000001 
+ 00022710  0x00003a74 fetch  0x00000007 , 0x00000341 
+ 00022711  0x00003a75 fetch  0x00000001 , 0x00000340 
+ 00022712  0x00003a76 compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00022713  0x00003a77 branch  0x000058cf , 0x00000001 
+ 00022714  0x00003a78 fetch  0x00000001 , 0x00000342 
+ 00022715  0x00003a79 store  0x00000001 , 0x00000418 
+ 00022716  0x00003a7a copy  0x0000003f , 0x00000013 
+ 00022717  0x00003a7b set1  0x00000025 , 0x00000000 
+ 00022718  0x00003a7c bpatch  0x0000006b , 0x0000402d 
+ 00022719  0x00003a7d copy  0x00000013 , 0x0000003f 
+ 00022720  0x00003a7e beq  0x00000000 , 0x00005924 
+ 00022721  0x00003a7f beq  0x00000001 , 0x0000592c 
+ 00022722  0x00003a80 beq  0x00000002 , 0x00005934 
+ 00022723  0x00003a81 beq  0x00000003 , 0x00005938 
+ 00022724  0x00003a82 beq  0x00000004 , 0x0000593f 
+ 00022725  0x00003a83 beq  0x00000005 , 0x00005944 
+ 00022726  0x00003a84 beq  0x00000006 , 0x00005949 
+ 00022727  0x00003a85 beq  0x00000007 , 0x0000594c 
+ 00022728  0x00003a86 beq  0x00000008 , 0x0000594d 
+ 00022729  0x00003a87 beq  0x00000009 , 0x0000594f 
+ 00022730  0x00003a88 beq  0x0000000a , 0x00005950 
+ 00022731  0x00003a89 beq  0x0000000b , 0x00005951 
+ 00022732  0x00003a8a beq  0x0000000c , 0x00005952 
+ 00022733  0x00003a8b beq  0x0000000d , 0x00005955 
+ 00022734  0x00003a8c branch  0x00003bf1 
+ 00022735  0x00003a8f fetch  0x00000001 , 0x00000341 
+ 00022736  0x00003a90 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00022737  0x00003a91 rtn  0x00000034 
+ 00022738  0x00003a92 fetch  0x00000001 , 0x00004132 
+ 00022739  0x00003a93 beq  0x00000001 , 0x000058d8 
+ 00022740  0x00003a94 fetch  0x00000002 , 0x00000344 
+ 00022741  0x00003a95 beq  0x00000004 , 0x00005903 
+ 00022742  0x00003a96 beq  0x00000006 , 0x000058f4 
+ 00022743  0x00003a97 rtn 
+ 00022744  0x00003a9a set1  0x00000025 , 0x00000000 
+ 00022745  0x00003a9b bpatch  0x0000006c , 0x0000402d 
+ 00022746  0x00003a9c call  0x00004972 
+ 00022747  0x00003a9d fetch  0x00000001 , 0x000003d6 
+ 00022748  0x00003a9e fetcht  0x00000001 , 0x00000340 
+ 00022749  0x00003a9f and_into  0x00000003 , 0x00000002 
+ 00022750  0x00003aa0 lshift8  0x00000002 , 0x00000002 
+ 00022751  0x00003aa1 lshift4  0x00000002 , 0x00000002 
+ 00022752  0x00003aa2 ior  0x00000002 , 0x0000003f 
+ 00022753  0x00003aa3 istore  0x00000002 , 0x0000000a 
+ 00022754  0x00003aa4 fetcht  0x00000001 , 0x00000341 
+ 00022755  0x00003aa5 and  0x00000002 , 0x0000001f , 0x00000002 
+ 00022756  0x00003aa6 istoret  0x00000002 , 0x0000000a 
+ 00022757  0x00003aa7 copy  0x00000002 , 0x00000039 
+ 00022758  0x00003aa8 call  0x00004976 
+ 00022759  0x00003aa9 add  0x00000002 , 0x00000004 , 0x00000039 
+ 00022760  0x00003aaa call  0x00004424 
+ 00022761  0x00003aab branch  0x00004435 
+ 00022762  0x00003aae set1  0x00000025 , 0x00000000 
+ 00022763  0x00003aaf bpatch  0x0000006d , 0x0000402d 
+ 00022764  0x00003ab0 arg  0x00000002 , 0x00000001 
+ 00022765  0x00003ab1 ifetch  0x00000002 , 0x00000003 
+ 00022766  0x00003ab2 ifetch  0x00000002 , 0x00000003 
+ 00022767  0x00003ab3 branch  0x00003bf1 , 0x00000034 
+ 00022768  0x00003ab4 copy  0x0000003f , 0x00000039 
+ 00022769  0x00003ab5 arg  0x00004440 , 0x00000005 
+ 00022770  0x00003ab6 call  0x0000497c 
+ 00022771  0x00003ab7 branch  0x0000588a 
+ 00022772  0x00003aba set1  0x00000025 , 0x00000000 
+ 00022773  0x00003abb bpatch  0x0000006e , 0x0000402d 
+ 00022774  0x00003abc ifetch  0x00000001 , 0x00000006 
+ 00022775  0x00003abd beq  0x00000001 , 0x00005956 
+ 00022776  0x00003abe beq  0x00000002 , 0x0000595b 
+ 00022777  0x00003abf beq  0x00000003 , 0x00005960 
+ 00022778  0x00003ac0 beq  0x00000004 , 0x00005966 
+ 00022779  0x00003ac1 beq  0x00000005 , 0x0000596f 
+ 00022780  0x00003ac2 beq  0x00000006 , 0x00005970 
+ 00022781  0x00003ac3 beq  0x00000007 , 0x00005972 
+ 00022782  0x00003ac4 beq  0x00000008 , 0x00005973 
+ 00022783  0x00003ac5 beq  0x00000009 , 0x00005974 
+ 00022784  0x00003ac6 beq  0x0000000a , 0x00005975 
+ 00022785  0x00003ac7 beq  0x0000000b , 0x00005976 
+ 00022786  0x00003ac8 branch  0x00003bf1 
+ 00022787  0x00003acb set1  0x00000025 , 0x00000000 
+ 00022788  0x00003acc bpatch  0x0000006f , 0x0000402d 
+ 00022789  0x00003acd ifetch  0x00000003 , 0x00000006 
+ 00022790  0x00003ace store  0x00000003 , 0x000003f9 
+ 00022791  0x00003ad0 beq  0x00000001 , 0x00005977 
+ 00022792  0x00003ad1 beq  0x00000002 , 0x0000598e 
+ 00022793  0x00003ad2 beq  0x00000003 , 0x00005990 
+ 00022794  0x00003ad3 beq  0x00000004 , 0x00005991 
+ 00022795  0x00003ad4 beq  0x00000005 , 0x00005997 
+ 00022796  0x00003ad5 beq  0x00000006 , 0x0000599a 
+ 00022797  0x00003ad6 beq  0x00000007 , 0x000059a4 
+ 00022798  0x00003ad7 beq  0x00000008 , 0x000059a5 
+ 00022799  0x00003ad8 beq  0x00000009 , 0x000059ad 
+ 00022800  0x00003ad9 beq  0x0000000a , 0x000059ae 
+ 00022801  0x00003ada beq  0x0000000b , 0x000059b2 
+ 00022802  0x00003adb beq  0x0000000c , 0x000059b5 
+ 00022803  0x00003adc beq  0x0000000d , 0x000059b9 
+ 00022804  0x00003add beq  0x0000000e , 0x000059ba 
+ 00022805  0x00003ade beq  0x0000000f , 0x000059c0 
+ 00022806  0x00003adf beq  0x00000010 , 0x000059c1 
+ 00022807  0x00003ae0 beq  0x00000011 , 0x000059c9 
+ 00022808  0x00003ae1 beq  0x00000012 , 0x000059ca 
+ 00022809  0x00003ae2 beq  0x00000013 , 0x000059da 
+ 00022810  0x00003ae3 beq  0x00000016 , 0x000059dc 
+ 00022811  0x00003ae4 beq  0x00000017 , 0x000059dd 
+ 00022812  0x00003ae5 beq  0x00000018 , 0x000059de 
+ 00022813  0x00003ae6 beq  0x00000019 , 0x000059df 
+ 00022814  0x00003ae7 beq  0x0000001b , 0x000059e0 
+ 00022815  0x00003ae8 beq  0x0000001d , 0x000059eb 
+ 00022816  0x00003ae9 beq  0x0000001e , 0x000059ec 
+ 00022817  0x00003aea beq  0x00000052 , 0x000059ed 
+ 00022818  0x00003aeb beq  0x000000d2 , 0x00005a01 
+ 00022819  0x00003aec branch  0x00003bf1 
+ 00022820  0x00003af0 ifetch  0x00000009 , 0x00000006 
+ 00022821  0x00003af1 store  0x00000009 , 0x00004434 
+ 00022822  0x00003af2 ifetch  0x00000002 , 0x00000006 
+ 00022823  0x00003af3 store  0x00000002 , 0x000003e0 
+ 00022824  0x00003af4 fetch  0x00000001 , 0x000003c0 
+ 00022825  0x00003af5 set1  0x00000005 , 0x0000003f 
+ 00022826  0x00003af6 store  0x00000001 , 0x000003c0 
+ 00022827  0x00003af7 rtn 
+ 00022828  0x00003afa ifetch  0x00000005 , 0x00000006 
+ 00022829  0x00003afb store  0x00000005 , 0x0000442f 
+ 00022830  0x00003afc ifetch  0x00000002 , 0x00000006 
+ 00022831  0x00003afd store  0x00000002 , 0x000003e0 
+ 00022832  0x00003afe fetch  0x00000001 , 0x000003c0 
+ 00022833  0x00003aff set1  0x00000006 , 0x0000003f 
+ 00022834  0x00003b00 store  0x00000001 , 0x000003c0 
+ 00022835  0x00003b01 rtn 
+ 00022836  0x00003b04 fetch  0x00000001 , 0x000003e4 
+ 00022837  0x00003b05 set1  0x00000003 , 0x0000003f 
+ 00022838  0x00003b06 store  0x00000001 , 0x000003e4 
+ 00022839  0x00003b07 rtn 
+ 00022840  0x00003b0a increase  0x0000000a , 0x00000006 
+ 00022841  0x00003b0b ifetch  0x00000008 , 0x00000006 
+ 00022842  0x00003b0c store  0x00000008 , 0x00000380 
+ 00022843  0x00003b0d ifetch  0x00000004 , 0x00000006 
+ 00022844  0x00003b0e store  0x00000004 , 0x00004473 
+ 00022845  0x00003b0f jam  0x00000024 , 0x00000b7d 
+ 00022846  0x00003b10 branch  0x00005620 
+ 00022847  0x00003b13 ifetch  0x00000008 , 0x00000006 
+ 00022848  0x00003b14 store  0x00000008 , 0x00000388 
+ 00022849  0x00003b15 ifetch  0x00000004 , 0x00000006 
+ 00022850  0x00003b16 store  0x00000004 , 0x00004477 
+ 00022851  0x00003b17 branch  0x000074b6 
+ 00022852  0x00003b1a fetch  0x00000001 , 0x000003c0 
+ 00022853  0x00003b1b set1  0x00000004 , 0x0000003f 
+ 00022854  0x00003b1c store  0x00000001 , 0x000003c0 
+ 00022855  0x00003b1d jam  0x00000026 , 0x00000b7d 
+ 00022856  0x00003b1e branch  0x00005620 
+ 00022857  0x00003b21 rtn  0x00000029 
+ 00022858  0x00003b22 jam  0x00000026 , 0x00000b7d 
+ 00022859  0x00003b23 branch  0x00005620 
+ 00022860  0x00003b26 rtn 
+ 00022861  0x00003b29 jam  0x00000029 , 0x00000b7d 
+ 00022862  0x00003b2a branch  0x00005620 
+ 00022863  0x00003b2d rtn 
+ 00022864  0x00003b30 rtn 
+ 00022865  0x00003b33 rtn 
+ 00022866  0x00003b36 rtn  0x00000029 
+ 00022867  0x00003b37 jam  0x0000002c , 0x00000b7d 
+ 00022868  0x00003b38 branch  0x00005620 
+ 00022869  0x00003b3b rtn 
+ 00022870  0x00003b3f store  0x00000001 , 0x000044ae 
+ 00022871  0x00003b40 ifetch  0x00000006 , 0x00000006 
+ 00022872  0x00003b41 istore  0x00000006 , 0x00000005 
+ 00022873  0x00003b42 jam  0x00000042 , 0x00000b7d 
+ 00022874  0x00003b43 branch  0x00005620 
+ 00022875  0x00003b46 store  0x00000001 , 0x000044b5 
+ 00022876  0x00003b47 ifetch  0x00000006 , 0x00000006 
+ 00022877  0x00003b48 istore  0x00000006 , 0x00000005 
+ 00022878  0x00003b49 jam  0x00000043 , 0x00000b7d 
+ 00022879  0x00003b4a branch  0x00005620 
+ 00022880  0x00003b4d arg  0x0000448c , 0x00000005 
+ 00022881  0x00003b4e call  0x00007e35 
+ 00022882  0x00003b4f jam  0x00000044 , 0x00000b7d 
+ 00022883  0x00003b50 branch  0x00005620 , 0x00000029 
+ 00022884  0x00003b51 jam  0x00000043 , 0x00000b7d 
+ 00022885  0x00003b52 branch  0x00005620 
+ 00022886  0x00003b55 call  0x000074a8 
+ 00022887  0x00003b56 branch  0x0000596a , 0x00000005 
+ 00022888  0x00003b57 jam  0x00000045 , 0x00000b7d 
+ 00022889  0x00003b58 branch  0x00005620 
+ 00022890  0x00003b5b call  0x000074a5 
+ 00022891  0x00003b5c jam  0x00000023 , 0x00000b7d 
+ 00022892  0x00003b5d branch  0x00005620 , 0x00000029 
+ 00022893  0x00003b5e jam  0x00000044 , 0x00000b7d 
+ 00022894  0x00003b5f branch  0x00005620 
+ 00022895  0x00003b62 rtn 
+ 00022896  0x00003b65 arg  0x00000390 , 0x00000005 
+ 00022897  0x00003b66 branch  0x00007e35 
+ 00022898  0x00003b69 rtn 
+ 00022899  0x00003b6c rtn 
+ 00022900  0x00003b6f rtn 
+ 00022901  0x00003b72 rtn 
+ 00022902  0x00003b75 rtn 
+ 00022903  0x00003b78 increase  0xfffffffe , 0x00000006 
+ 00022904  0x00003b79 ifetcht  0x00000001 , 0x00000006 
+ 00022905  0x00003b7a setarg  0x00000006 
+ 00022906  0x00003b7b isub  0x00000002 , 0x0000003e 
+ 00022907  0x00003b7c branch  0x00005989 , 0x00000005 
+ 00022908  0x00003b7d setarg  0x00000004 
+ 00022909  0x00003b7e isub  0x00000002 , 0x0000003e 
+ 00022910  0x00003b7f branch  0x0000598a , 0x00000005 
+ 00022911  0x00003b80 setarg  0x00000008 
+ 00022912  0x00003b81 isub  0x00000002 , 0x0000003e 
+ 00022913  0x00003b82 branch  0x0000598b , 0x00000005 
+ 00022914  0x00003b83 setarg  0x0000000c 
+ 00022915  0x00003b84 isub  0x00000002 , 0x0000003e 
+ 00022916  0x00003b85 branch  0x0000598c , 0x00000005 
+ 00022917  0x00003b86 setarg  0x0000000e 
+ 00022918  0x00003b87 isub  0x00000002 , 0x0000003e 
+ 00022919  0x00003b88 branch  0x0000598d , 0x00000005 
+ 00022920  0x00003b89 rtn 
+ 00022921  0x00003b8c rtn 
+ 00022922  0x00003b8f rtn 
+ 00022923  0x00003b92 rtn 
+ 00022924  0x00003b95 rtn 
+ 00022925  0x00003b98 rtn 
+ 00022926  0x00003b9c jam  0x00000003 , 0x00000b7d 
+ 00022927  0x00003b9d branch  0x00005620 
+ 00022928  0x00003ba0 rtn 
+ 00022929  0x00003ba3 rshift8  0x0000003f , 0x0000003f 
+ 00022930  0x00003ba4 store  0x00000002 , 0x000044bc 
+ 00022931  0x00003ba5 ifetch  0x00000002 , 0x00000006 
+ 00022932  0x00003ba6 store  0x00000002 , 0x000044be 
+ 00022933  0x00003ba7 jam  0x00000005 , 0x00000b7d 
+ 00022934  0x00003ba8 branch  0x00005620 
+ 00022935  0x00003bab rtn 
+ 00022936  0x00003bae rtn 
+ 00022937  0x00003bb1 rtn 
+ 00022938  0x00003bb4 rshift8  0x0000003f , 0x0000003f 
+ 00022939  0x00003bb5 store  0x00000002 , 0x000044bc 
+ 00022940  0x00003bb6 ifetch  0x00000002 , 0x00000006 
+ 00022941  0x00003bb7 store  0x00000002 , 0x000044be 
+ 00022942  0x00003bb8 ifetch  0x00000002 , 0x00000006 
+ 00022943  0x00003bb9 store  0x00000002 , 0x000044c4 
+ 00022944  0x00003bba ifetch  0x00000002 , 0x00000006 
+ 00022945  0x00003bbb store  0x00000002 , 0x000044c0 
+ 00022946  0x00003bbc jam  0x00000007 , 0x00000b7d 
+ 00022947  0x00003bbd branch  0x00005620 
+ 00022948  0x00003bc1 rtn 
+ 00022949  0x00003bc4 rshift8  0x0000003f , 0x0000003f 
+ 00022950  0x00003bc5 store  0x00000002 , 0x000044bc 
+ 00022951  0x00003bc6 ifetch  0x00000002 , 0x00000006 
+ 00022952  0x00003bc7 store  0x00000002 , 0x000044be 
+ 00022953  0x00003bc8 ifetch  0x00000002 , 0x00000006 
+ 00022954  0x00003bc9 store  0x00000002 , 0x000044c0 
+ 00022955  0x00003bca jam  0x00000009 , 0x00000b7d 
+ 00022956  0x00003bcb branch  0x00005620 
+ 00022957  0x00003bce rtn 
+ 00022958  0x00003bd1 fetch  0x00000002 , 0x00000347 
+ 00022959  0x00003bd2 store  0x00000002 , 0x000003fa 
+ 00022960  0x00003bd3 jam  0x0000000b , 0x00000b7d 
+ 00022961  0x00003bd4 branch  0x00005620 
+ 00022962  0x00003bd7 rtn 
+ 00022963  0x00003bda rtn 
+ 00022964  0x00003bdd rtn 
+ 00022965  0x00003be1 ifetch  0x00000002 , 0x00000006 
+ 00022966  0x00003be2 store  0x00000002 , 0x000044c0 
+ 00022967  0x00003be3 jam  0x0000000d , 0x00000b7d 
+ 00022968  0x00003be4 branch  0x00005620 
+ 00022969  0x00003be7 rtn 
+ 00022970  0x00003bea fetch  0x00000001 , 0x00000341 
+ 00022971  0x00003beb increase  0xfffffffb , 0x0000003f 
+ 00022972  0x00003bec rshift  0x0000003f , 0x0000003f 
+ 00022973  0x00003bed store  0x00000001 , 0x0000443d 
+ 00022974  0x00003bee jam  0x0000000f , 0x00000b7d 
+ 00022975  0x00003bef branch  0x00005620 
+ 00022976  0x00003bf2 rtn 
+ 00022977  0x00003bf5 rshift8  0x0000003f , 0x0000003f 
+ 00022978  0x00003bf6 store  0x00000002 , 0x000044bc 
+ 00022979  0x00003bf7 ifetch  0x00000002 , 0x00000006 
+ 00022980  0x00003bf8 store  0x00000002 , 0x000044be 
+ 00022981  0x00003bf9 ifetch  0x00000002 , 0x00000006 
+ 00022982  0x00003bfa store  0x00000002 , 0x000044c0 
+ 00022983  0x00003bfb jam  0x00000011 , 0x00000b7d 
+ 00022984  0x00003bfc branch  0x00005620 
+ 00022985  0x00003bff rtn 
+ 00022986  0x00003c02 fetch  0x00000001 , 0x00000341 
+ 00022987  0x00003c03 increase  0xfffffff9 , 0x0000003f 
+ 00022988  0x00003c04 icopy  0x00000039 
+ 00022989  0x00003c05 fetcht  0x00000002 , 0x000003fa 
+ 00022990  0x00003c06 call  0x00005a88 
+ 00022991  0x00003c07 branch  0x000059d8 , 0x00000034 
+ 00022992  0x00003c08 ifetch  0x00000001 , 0x00000006 
+ 00022993  0x00003c09 isub  0x00000039 , 0x0000003e 
+ 00022994  0x00003c0a nbranch  0x000059d8 , 0x00000002 
+ 00022995  0x00003c0b copy  0x00000006 , 0x00000005 
+ 00022996  0x00003c0d arg  0x00000349 , 0x00000006 
+ 00022997  0x00003c0e call  0x00007e45 
+ 00022998  0x00003c0f jam  0x00000028 , 0x00000b7d 
+ 00022999  0x00003c10 call  0x00007c27 
+ 00023000  0x00003c12 jam  0x00000013 , 0x00000b7d 
+ 00023001  0x00003c13 branch  0x00005620 
+ 00023002  0x00003c16 fetch  0x00000001 , 0x000003e3 
+ 00023003  0x00003c17 rtn 
+ 00023004  0x00003c1a rtn 
+ 00023005  0x00003c1d rtn 
+ 00023006  0x00003c20 rtn 
+ 00023007  0x00003c23 rtn 
+ 00023008  0x00003c2c ifetch  0x00000005 , 0x00000006 
+ 00023009  0x00003c2d store  0x00000005 , 0x00000ff1 
+ 00023010  0x00003c2e jam  0x00000001 , 0x00000ff0 
+ 00023011  0x00003c30 call  0x00007cdb 
+ 00023012  0x00003c31 rtn 
+ 00023013  0x00003c33 copy  0x00000011 , 0x00000006 
+ 00023014  0x00003c34 ifetch  0x00000008 , 0x00000006 
+ 00023015  0x00003c35 store  0x00000008 , 0x00000ff1 
+ 00023016  0x00003c36 jam  0x00000002 , 0x00000ff0 
+ 00023017  0x00003c37 call  0x00007cdb 
+ 00023018  0x00003c38 rtn 
+ 00023019  0x00003c3b rtn 
+ 00023020  0x00003c3e rtn 
+ 00023021  0x00003c41 fetch  0x00000001 , 0x00000341 
+ 00023022  0x00003c42 increase  0xfffffff9 , 0x0000003f 
+ 00023023  0x00003c43 icopy  0x00000039 
+ 00023024  0x00003c44 fetcht  0x00000002 , 0x000003fa 
+ 00023025  0x00003c45 call  0x00005a88 
+ 00023026  0x00003c46 branch  0x000059fd , 0x00000034 
+ 00023027  0x00003c47 ifetch  0x00000001 , 0x00000006 
+ 00023028  0x00003c48 isub  0x00000039 , 0x0000003e 
+ 00023029  0x00003c49 nbranch  0x000059fd , 0x00000002 
+ 00023030  0x00003c4a copy  0x00000006 , 0x00000005 
+ 00023031  0x00003c4b copy  0x00000006 , 0x00000011 
+ 00023032  0x00003c4c copy  0x00000039 , 0x00000012 
+ 00023033  0x00003c4d arg  0x00000349 , 0x00000006 
+ 00023034  0x00003c4e call  0x00007e45 
+ 00023035  0x00003c4f jam  0x00000001 , 0x00000481 
+ 00023036  0x00003c50 call  0x000059fe 
+ 00023037  0x00003c52 rtn 
+ 00023038  0x00003c56 fetch  0x00000002 , 0x00004296 
+ 00023039  0x00003c57 rtn  0x00000034 
+ 00023040  0x00003c58 iforce  0x0000003d 
+ 00023041  0x00003c5c rtn 
+ 00023042  0x00003c5f fetcht  0x00000004 , 0x000003dc 
+ 00023043  0x00003c60 call  0x00003bde 
+ 00023044  0x00003c61 isub  0x00000002 , 0x0000000b 
+ 00023045  0x00003c62 deposit  0x0000000b 
+ 00023046  0x00003c63 fetcht  0x00000002 , 0x000003ef 
+ 00023047  0x00003c64 lshift4  0x00000002 , 0x00000002 
+ 00023048  0x00003c65 lshift  0x00000002 , 0x00000002 
+ 00023049  0x00003c66 isub  0x00000002 , 0x0000003f 
+ 00023050  0x00003c67 rtn 
+ 00023051  0x00003c6a call  0x00003bde 
+ 00023052  0x00003c6b store  0x00000004 , 0x000003dc 
+ 00023053  0x00003c6c rtn 
+ 00023054  0x00003c71 set1  0x00000025 , 0x00000000 
+ 00023055  0x00003c72 bpatch  0x00000070 , 0x0000402e 
+ 00023056  0x00003c73 fetch  0x00000001 , 0x000043d8 
+ 00023057  0x00003c74 rtn  0x00000034 
+ 00023058  0x00003c75 arg  0x00000001 , 0x00000007 
+ 00023059  0x00003c76 call  0x00007e53 
+ 00023060  0x00003c77 nrtn  0x00000034 
+ 00023061  0x00003c78 disable  0x00000029 
+ 00023062  0x00003c79 enable  0x00000010 
+ 00023063  0x00003c7a call  0x00005572 
+ 00023064  0x00003c7b call  0x0000542c 
+ 00023065  0x00003c7c call  0x000054de 
+ 00023066  0x00003c7d nbranch  0x00005a24 , 0x0000002d 
+ 00023067  0x00003c7e set1  0x00000025 , 0x00000000 
+ 00023068  0x00003c7f bpatch  0x00000071 , 0x0000402e 
+ 00023069  0x00003c80 fetch  0x00000001 , 0x00000003 
+ 00023070  0x00003c81 increase  0x00000001 , 0x0000003f 
+ 00023071  0x00003c82 store  0x00000001 , 0x00000003 
+ 00023072  0x00003c83 fetch  0x00000001 , 0x00000340 
+ 00023073  0x00003c84 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00023074  0x00003c85 beq  0x00000003 , 0x00005519 
+ 00023075  0x00003c86 beq  0x00000005 , 0x00005a41 
+ 00023076  0x00003c88 nop  0x00002710 
+ 00023077  0x00003c89 fetch  0x00000001 , 0x00000016 
+ 00023078  0x00003c8a bne  0x00000027 , 0x00005a0e 
+ 00023079  0x00003c8b call  0x00005ad8 
+ 00023080  0x00003c8c arg  0x00000001 , 0x00000007 
+ 00023081  0x00003c8d fetch  0x00000002 , 0x000044d9 
+ 00023082  0x00003c8e branch  0x00007e4c 
+ 00023083  0x00003c92 set1  0x00000025 , 0x00000000 
+ 00023084  0x00003c93 bpatch  0x00000072 , 0x0000402e 
+ 00023085  0x00003c94 fetch  0x00000001 , 0x000003f8 
+ 00023086  0x00003c95 call  0x00005405 
+ 00023087  0x00003c96 fetch  0x00000002 , 0x000003c2 
+ 00023088  0x00003c97 imul32  0x00000002 , 0x0000003f 
+ 00023089  0x00003c98 arg  0x00000177 , 0x00000002 
+ 00023090  0x00003c99 imul32  0x00000002 , 0x0000003f 
+ 00023091  0x00003c9a arg  0x000186a0 , 0x00000002 
+ 00023092  0x00003c9b idiv  0x00000002 
+ 00023093  0x00003c9c fetch  0x00000001 , 0x000003ec 
+ 00023094  0x00003c9d arg  0x00004e20 , 0x00000002 
+ 00023095  0x00003c9e imul32  0x00000002 , 0x0000003f 
+ 00023096  0x00003c9f store  0x00000004 , 0x000046f9 
+ 00023097  0x00003ca0 set1  0x00000025 , 0x00000000 
+ 00023098  0x00003ca1 bpatch  0x00000073 , 0x0000402e 
+ 00023099  0x00003ca2 fetch  0x00000002 , 0x00004161 
+ 00023100  0x00003ca3 call  0x00007efd 
+ 00023101  0x00003ca4 quotient  0x00000002 
+ 00023102  0x00003ca5 iadd  0x00000002 , 0x0000003f 
+ 00023103  0x00003ca6 store  0x00000002 , 0x000003ce 
+ 00023104  0x00003ca7 rtn 
+ 00023105  0x00003caa set1  0x00000025 , 0x00000000 
+ 00023106  0x00003cab bpatch  0x00000074 , 0x0000402e 
+ 00023107  0x00003cac fetch  0x00000006 , 0x00000348 
+ 00023108  0x00003cad fetcht  0x00000006 , 0x000044f9 
+ 00023109  0x00003cae isub  0x00000002 , 0x0000003e 
+ 00023110  0x00003caf nrtn  0x00000005 
+ 00023111  0x00003cb0 call  0x00005613 
+ 00023112  0x00003cb1 copy  0x00000011 , 0x0000003f 
+ 00023113  0x00003cb2 store  0x00000001 , 0x000044e6 
+ 00023114  0x00003cb3 fetch  0x00000007 , 0x00000355 
+ 00023115  0x00003cb4 store  0x00000007 , 0x00000103 
+ 00023116  0x00003cb5 ifetch  0x00000008 , 0x00000006 
+ 00023117  0x00003cb6 istore  0x00000008 , 0x00000005 
+ 00023118  0x00003cb7 fetch  0x00000006 , 0x00000342 
+ 00023119  0x00003cb8 store  0x00000006 , 0x000003d0 
+ 00023120  0x00003cb9 set1  0x00000025 , 0x00000000 
+ 00023121  0x00003cba bpatch  0x00000075 , 0x0000402e 
+ 00023122  0x00003cbb increase  0x00000006 , 0x00000006 
+ 00023123  0x00003cbc ifetch  0x00000008 , 0x00000006 
+ 00023124  0x00003cbd store  0x00000008 , 0x000003e5 
+ 00023125  0x00003cbe ifetcht  0x00000002 , 0x00000006 
+ 00023126  0x00003cbf lshift2  0x00000002 , 0x00000002 
+ 00023127  0x00003cc0 ifetch  0x00000002 , 0x00000006 
+ 00023128  0x00003cc1 lshift2  0x0000003f , 0x0000003f 
+ 00023129  0x00003cc2 store  0x00000002 , 0x000003c2 
+ 00023130  0x00003cc3 store  0x00000004 , 0x000003c4 
+ 00023131  0x00003cc4 isub  0x00000002 , 0x0000003f 
+ 00023132  0x00003cc5 add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00023133  0x00003cc6 ifetch  0x00000009 , 0x00000006 
+ 00023134  0x00003cc7 store  0x00000009 , 0x000003ed 
+ 00023135  0x00003cc8 set1  0x00000025 , 0x00000000 
+ 00023136  0x00003cc9 bpatch  0x00000076 , 0x0000402e 
+ 00023137  0x00003cca ifetch  0x00000001 , 0x00000006 
+ 00023138  0x00003ccb rshift4  0x0000003f , 0x00000002 
+ 00023139  0x00003ccc rshift  0x00000002 , 0x00000002 
+ 00023140  0x00003ccd storet  0x00000001 , 0x000003f8 
+ 00023141  0x00003cce and_into  0x0000001f , 0x0000003f 
+ 00023142  0x00003ccf store  0x00000001 , 0x000003d9 
+ 00023143  0x00003cd0 call  0x00005a2b 
+ 00023144  0x00003cd1 call  0x00005447 
+ 00023145  0x00003cd2 call  0x0000536c 
+ 00023146  0x00003cd3 call  0x000032d6 
+ 00023147  0x00003cd4 nrtn  0x00000005 
+ 00023148  0x00003cd5 set1  0x00000025 , 0x00000000 
+ 00023149  0x00003cd6 bpatch  0x00000077 , 0x0000402e 
+ 00023150  0x00003cd7 arg  0x00000000 , 0x00000002 
+ 00023151  0x00003cd8 call  0x000048ea 
+ 00023152  0x00003cd9 call  0x000039ac 
+ 00023153  0x00003cda jam  0x00000014 , 0x00000b7d 
+ 00023154  0x00003cdb call  0x00007c27 
+ 00023155  0x00003cdd branch  0x000032bd 
+ 00023156  0x00003ce1 set1  0x00000025 , 0x00000000 
+ 00023157  0x00003ce2 bpatch  0x00000078 , 0x0000402f 
+ 00023158  0x00003ce3 fetch  0x00000002 , 0x000044bc 
+ 00023159  0x00003ce4 iforce  0x00000012 
+ 00023160  0x00003ce5 fetch  0x00000002 , 0x000044be 
+ 00023161  0x00003ce6 iforce  0x00000013 
+ 00023162  0x00003ce7 arg  0x00004504 , 0x00000006 
+ 00023163  0x00003ce8 enable  0x00000028 
+ 00023164  0x00003ce9 rtn 
+ 00023165  0x00003ced ifetch  0x00000002 , 0x00000006 
+ 00023166  0x00003cee rtn  0x00000034 
+ 00023167  0x00003cef isub  0x00000012 , 0x0000003e 
+ 00023168  0x00003cf0 nrtn  0x00000002 
+ 00023169  0x00003cf1 isub  0x00000013 , 0x0000003e 
+ 00023170  0x00003cf2 rtn  0x00000005 
+ 00023171  0x00003cf3 branch  0x00005a86 , 0x00000002 
+ 00023172  0x00003cf4 force  0x00000001 , 0x0000003e 
+ 00023173  0x00003cf5 rtn 
+ 00023174  0x00003cf7 force  0x00000000 , 0x0000003f 
+ 00023175  0x00003cf8 rtn 
+ 00023176  0x00003cfc arg  0x00004504 , 0x00000006 
+ 00023177  0x00003cfe ifetch  0x00000002 , 0x00000006 
+ 00023178  0x00003cff rtn  0x00000034 
+ 00023179  0x00003d00 increase  0x00000002 , 0x00000006 
+ 00023180  0x00003d01 isub  0x00000002 , 0x0000003e 
+ 00023181  0x00003d02 rtn  0x00000005 
+ 00023182  0x00003d03 ifetch  0x00000001 , 0x00000006 
+ 00023183  0x00003d04 iadd  0x00000006 , 0x00000006 
+ 00023184  0x00003d05 branch  0x00005a89 
+ 00023185  0x00003d08 jam  0x00000002 , 0x000044c6 
+ 00023186  0x00003d09 setarg  0x00000001 
+ 00023187  0x00003d0a store  0x00000002 , 0x000044c7 
+ 00023188  0x00003d0b jam  0x00000025 , 0x000003e3 
+ 00023189  0x00003d0c jam  0x00000012 , 0x00000b7d 
+ 00023190  0x00003d0d branch  0x00005620 
+ 00023191  0x00003d10 rtn 
+ 00023192  0x00003d12 rtn 
+ 00023193  0x00003d14 set1  0x00000025 , 0x00000000 
+ 00023194  0x00003d15 bpatch  0x00000079 , 0x0000402f 
+ 00023195  0x00003d16 fetch  0x00000001 , 0x00004132 
+ 00023196  0x00003d17 rtnne  0x00000004 
+ 00023197  0x00003d18 fetch  0x00000001 , 0x000003e3 
+ 00023198  0x00003d19 beq  0x00000021 , 0x00005a91 
+ 00023199  0x00003d1a beq  0x00000025 , 0x00005a97 
+ 00023200  0x00003d1b beq  0x00000026 , 0x00005a98 
+ 00023201  0x00003d1c rtn 
+ 00023202  0x00003d1f setarg  0x00005aae 
+ 00023203  0x00003d20 store  0x00000002 , 0x0000428c 
+ 00023204  0x00003d21 hjam  0x00000081 , 0x00008062 
+ 00023205  0x00003d22 setarg  0x000001a0 
+ 00023206  0x00003d23 hstore  0x00000002 , 0x00008052 
+ 00023207  0x00003d24 hjam  0x00000001 , 0x00008043 
+ 00023208  0x00003d25 hjam  0x00000004 , 0x00008081 
+ 00023209  0x00003d26 setarg  0x00005ac6 
+ 00023210  0x00003d27 store  0x00000002 , 0x00004296 
+ 00023211  0x00003d28 call  0x00005347 
+ 00023212  0x00003d29 rtn  0x0000002b 
+ 00023213  0x00003d2a branch  0x0000691d 
+ 00023214  0x00003d2e fetch  0x00000001 , 0x000003c1 
+ 00023215  0x00003d2f compare  0x00000001 , 0x0000003f , 0x000000ff 
+ 00023216  0x00003d30 setarg  0x00000005 
+ 00023217  0x00003d31 call  0x00006a04 , 0x00000001 
+ 00023218  0x00003d32 ncall  0x000069ff , 0x00000001 
+ 00023219  0x00003d33 call  0x000068fd 
+ 00023220  0x00003d34 branch  0x00005abe , 0x00000034 
+ 00023221  0x00003d35 fetch  0x00000002 , 0x00000419 
+ 00023222  0x00003d36 iforce  0x00000005 
+ 00023223  0x00003d37 sub  0x00000039 , 0x00000014 , 0x0000003e 
+ 00023224  0x00003d38 branch  0x00005aba , 0x00000002 
+ 00023225  0x00003d39 force  0x00000014 , 0x00000039 
+ 00023226  0x00003d3b ifetch  0x00000001 , 0x00000003 
+ 00023227  0x00003d3c istore  0x00000001 , 0x00000005 
+ 00023228  0x00003d3d loop  0x00005aba 
+ 00023229  0x00003d3e call  0x00006906 
+ 00023230  0x00003d40 jam  0x00000014 , 0x000044c2 
+ 00023231  0x00003d41 fetcht  0x00000002 , 0x00000419 
+ 00023232  0x00003d42 ifetch  0x00000001 , 0x00000002 
+ 00023233  0x00003d43 rtn  0x00000034 
+ 00023234  0x00003d44 call  0x0000561c 
+ 00023235  0x00003d45 nrtn  0x00000034 
+ 00023236  0x00003d46 jam  0x0000001b , 0x00000b7d 
+ 00023237  0x00003d47 branch  0x00005620 
+ 00023238  0x00003d4a copy  0x00000012 , 0x00000002 
+ 00023239  0x00003d4b call  0x000068f7 
+ 00023240  0x00003d4c copy  0x00000011 , 0x00000006 
+ 00023241  0x00003d4d copy  0x00000012 , 0x00000039 
+ 00023242  0x00003d4f ifetch  0x00000001 , 0x00000006 
+ 00023243  0x00003d50 istore  0x00000001 , 0x0000000a 
+ 00023244  0x00003d51 loop  0x00005aca 
+ 00023245  0x00003d52 branch  0x000068fa 
+ 00023246  0x00003d55 fetch  0x00000001 , 0x00004132 
+ 00023247  0x00003d56 rtnne  0x00000006 
+ 00023248  0x00003d57 fetch  0x00000002 , 0x000044c2 
+ 00023249  0x00003d58 rtnne  0x00000014 
+ 00023250  0x00003d59 fetcht  0x00000002 , 0x00000419 
+ 00023251  0x00003d5a setarg  0x00000000 
+ 00023252  0x00003d5b istore  0x00000009 , 0x00000002 
+ 00023253  0x00003d5c istore  0x00000009 , 0x00000005 
+ 00023254  0x00003d5d istore  0x00000002 , 0x00000005 
+ 00023255  0x00003d5e rtn 
+ 00023256  0x00003d62 fetcht  0x00000001 , 0x000043d7 
+ 00023257  0x00003d63 setflip  0x00000007 , 0x00000002 
+ 00023258  0x00003d64 branch  0x000069f3 
+ 00023259  0x00003d68 set1  0x00000025 , 0x00000000 
+ 00023260  0x00003d69 bpatch  0x0000007a , 0x0000402f 
+ 00023261  0x00003d6a call  0x00005adf 
+ 00023262  0x00003d6b branch  0x00005aed 
+ 00023263  0x00003d6e fetch  0x00000001 , 0x00004419 
+ 00023264  0x00003d6f copy  0x0000003f , 0x00000039 
+ 00023265  0x00003d70 arg  0x00002a00 , 0x00000002 
+ 00023266  0x00003d71 call  0x00005b0c 
+ 00023267  0x00003d72 increase  0x00000001 , 0x00000006 
+ 00023268  0x00003d73 copy  0x00000006 , 0x00000005 
+ 00023269  0x00003d74 arg  0x0000441a , 0x00000006 
+ 00023270  0x00003d75 call  0x00007e45 
+ 00023271  0x00003d76 fetch  0x00000001 , 0x00004419 
+ 00023272  0x00003d77 sub  0x0000003f , 0x00000014 , 0x00000039 
+ 00023273  0x00003d78 copy  0x00000039 , 0x00000002 
+ 00023274  0x00003d79 copy  0x00000039 , 0x0000003f 
+ 00023275  0x00003d7a ncall  0x00005b15 , 0x00000034 
+ 00023276  0x00003d7b rtn 
+ 00023277  0x00003d7e fetch  0x00000001 , 0x000043d9 
+ 00023278  0x00003d7f fetcht  0x00000001 , 0x000043da 
+ 00023279  0x00003d80 isub  0x00000002 , 0x0000003f 
+ 00023280  0x00003d81 copy  0x0000003f , 0x00000039 
+ 00023281  0x00003d82 copy  0x0000003f , 0x00000011 
+ 00023282  0x00003d83 fetch  0x00000001 , 0x000043da 
+ 00023283  0x00003d84 increase  0x00000001 , 0x0000003f 
+ 00023284  0x00003d85 arg  0x000043da , 0x00000006 
+ 00023285  0x00003d86 iadd  0x00000006 , 0x00000006 
+ 00023286  0x00003d87 arg  0x0000041d , 0x00000005 
+ 00023287  0x00003d88 call  0x00007e45 
+ 00023288  0x00003d89 set1  0x00000025 , 0x00000000 
+ 00023289  0x00003d8a bpatch  0x0000007b , 0x0000402f 
+ 00023290  0x00003d8b fetch  0x00000001 , 0x00004419 
+ 00023291  0x00003d8c copy  0x0000003f , 0x00000039 
+ 00023292  0x00003d8d increase  0x00000001 , 0x0000003f 
+ 00023293  0x00003d8e store  0x00000001 , 0x000043da 
+ 00023294  0x00003d8f arg  0x000043dc , 0x00000005 
+ 00023295  0x00003d90 arg  0x0000441a , 0x00000006 
+ 00023296  0x00003d91 call  0x00007e45 
+ 00023297  0x00003d92 copy  0x00000011 , 0x00000039 
+ 00023298  0x00003d93 arg  0x0000041d , 0x00000006 
+ 00023299  0x00003d94 call  0x00007e45 
+ 00023300  0x00003d95 fetch  0x00000001 , 0x000043da 
+ 00023301  0x00003d96 iadd  0x00000011 , 0x0000003f 
+ 00023302  0x00003d97 store  0x00000001 , 0x000043d9 
+ 00023303  0x00003d98 rtn 
+ 00023304  0x00003d9c set1  0x00000025 , 0x00000000 
+ 00023305  0x00003d9d bpatch  0x0000007c , 0x0000402f 
+ 00023306  0x00003d9e arg  0x00002a00 , 0x00000002 
+ 00023307  0x00003d9f branch  0x00005b0c 
+ 00023308  0x00003da3 arg  0x00004504 , 0x00000006 
+ 00023309  0x00003da5 ifetch  0x00000002 , 0x00000006 
+ 00023310  0x00003da6 branch  0x00003bf1 , 0x00000034 
+ 00023311  0x00003da7 ifetch  0x00000002 , 0x00000006 
+ 00023312  0x00003da8 isub  0x00000002 , 0x0000003e 
+ 00023313  0x00003da9 rtn  0x00000005 
+ 00023314  0x00003daa ifetch  0x00000001 , 0x00000006 
+ 00023315  0x00003dab iadd  0x00000006 , 0x00000006 
+ 00023316  0x00003dac branch  0x00005b0d 
+ 00023317  0x00003db0 setarg  0x00000020 
+ 00023318  0x00003db1 istore  0x00000001 , 0x00000005 
+ 00023319  0x00003db2 loop  0x00005b15 
+ 00023320  0x00003db3 rtn 
+ 00023321  0x00003db7 set1  0x00000025 , 0x00000000 
+ 00023322  0x00003db8 bpatch  0x0000007d , 0x0000402f 
+ 00023323  0x00003db9 disable  0x0000002b 
+ 00023324  0x00003dba branch  0x00005b1e , 0x0000002e 
+ 00023325  0x00003dbb nbranch  0x00005b2a , 0x0000002d 
+ 00023326  0x00003dbd call  0x00003d76 
+ 00023327  0x00003dbe fetch  0x00000002 , 0x00004161 
+ 00023328  0x00003dbf store  0x00000002 , 0x000003ce 
+ 00023329  0x00003dc0 fetch  0x00000001 , 0x00000340 
+ 00023330  0x00003dc1 compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00023331  0x00003dc2 nbranch  0x00003d8a , 0x00000001 
+ 00023332  0x00003dc3 fetch  0x00000001 , 0x0000443e 
+ 00023333  0x00003dc4 compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00023334  0x00003dc5 nbranch  0x00003d8a , 0x00000001 
+ 00023335  0x00003dc6 fetch  0x00000001 , 0x000003c0 
+ 00023336  0x00003dc7 bbit1  0x00000005 , 0x00003d8a 
+ 00023337  0x00003dc8 branch  0x00003d6f 
+ 00023338  0x00003dcb fetcht  0x00000002 , 0x00004161 
+ 00023339  0x00003dcc rshift  0x00000002 , 0x00000002 
+ 00023340  0x00003dcd fetch  0x00000002 , 0x000003ce 
+ 00023341  0x00003dce iadd  0x00000002 , 0x0000003f 
+ 00023342  0x00003dcf store  0x00000002 , 0x000003ce 
+ 00023343  0x00003dd0 branch  0x00003d82 
+ 00023344  0x00003dd3 set1  0x00000025 , 0x00000000 
+ 00023345  0x00003dd4 bpatch  0x0000007e , 0x0000402f 
+ 00023346  0x00003dd5 jam  0x00000000 , 0x000046f8 
+ 00023347  0x00003dd6 fetcht  0x00000002 , 0x000044c2 
+ 00023348  0x00003dd7 call  0x00005866 
+ 00023349  0x00003dd8 copy  0x00000011 , 0x00000005 
+ 00023350  0x00003dd9 setarg  0x00000000 
+ 00023351  0x00003dda istore  0x00000001 , 0x00000005 
+ 00023352  0x00003ddb rtn 
+ 00023353  0x00003ddd fetch  0x00000001 , 0x00004132 
+ 00023354  0x00003dde rtnne  0x0000000a 
+ 00023355  0x00003ddf call  0x00007f6e 
+ 00023356  0x00003de0 arg  0x000003d0 , 0x00000011 
+ 00023357  0x00003de1 call  0x00007e9d 
+ 00023358  0x00003de2 setarg  0x0000002c 
+ 00023359  0x00003de3 istore  0x00000001 , 0x0000000a 
+ 00023360  0x00003de4 call  0x000041d4 
+ 00023361  0x00003de5 branch  0x000068fa 
+ 00023362  0x00003de9 arg  0x00000014 , 0x00000002 
+ 00023363  0x00003dea call  0x00005866 
+ 00023364  0x00003deb rtnbit0  0x00000000 
+ 00023365  0x00003dec call  0x0000561c 
+ 00023366  0x00003ded nrtn  0x00000034 
+ 00023367  0x00003dee arg  0x00000014 , 0x00000002 
+ 00023368  0x00003def storet  0x00000002 , 0x000044c2 
+ 00023369  0x00003df0 call  0x00005a88 
+ 00023370  0x00003df1 branch  0x00003bf1 , 0x00000034 
+ 00023371  0x00003df2 add  0x00000006 , 0x00000001 , 0x00000005 
+ 00023372  0x00003df3 arg  0x00000014 , 0x00000039 
+ 00023373  0x00003df4 arg  0x0000046d , 0x00000006 
+ 00023374  0x00003df5 call  0x00007e45 
+ 00023375  0x00003df6 jam  0x0000001b , 0x00000b7d 
+ 00023376  0x00003df7 branch  0x00005620 
+ 00023377  0x00003df9 rtn 
+ 00023378  0x00003dfd set1  0x00000025 , 0x00000000 
+ 00023379  0x00003dfe bpatch  0x0000007f , 0x0000402f 
+ 00023380  0x00003dff fetch  0x00000001 , 0x00000341 
+ 00023381  0x00003e00 arg  0x00000348 , 0x00000006 
+ 00023382  0x00003e01 iadd  0x00000006 , 0x00000039 
+ 00023383  0x00003e03 ifetcht  0x00000001 , 0x00000006 
+ 00023384  0x00003e04 ifetch  0x00000001 , 0x00000006 
+ 00023385  0x00003e05 isub  0x00000011 , 0x0000003e 
+ 00023386  0x00003e06 rtn  0x00000005 
+ 00023387  0x00003e07 add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00023388  0x00003e08 iadd  0x00000006 , 0x00000006 
+ 00023389  0x00003e09 deposit  0x00000039 
+ 00023390  0x00003e0a isub  0x00000006 , 0x0000003e 
+ 00023391  0x00003e0b branch  0x00005b57 , 0x00000002 
+ 00023392  0x00003e0c force  0x00000001 , 0x0000003e 
+ 00023393  0x00003e0d rtn 
+ 00023394  0x00003e15 rtn  0x0000002b 
+ 00023395  0x00003e17 setarg  0x00000000 
+ 00023396  0x00003e18 store  0x00000001 , 0x00000048 
+ 00023397  0x00003e19 store  0x00000001 , 0x00000055 
+ 00023398  0x00003e1a store  0x00000001 , 0x00000078 
+ 00023399  0x00003e1b store  0x00000001 , 0x0000007c 
+ 00023400  0x00003e1c store  0x00000001 , 0x000041f9 
+ 00023401  0x00003e1d store  0x00000001 , 0x00000453 
+ 00023402  0x00003e1e store  0x00000001 , 0x00000177 
+ 00023403  0x00003e1f store  0x00000001 , 0x000007e1 
+ 00023404  0x00003e20 jam  0x00000000 , 0x00004748 
+ 00023405  0x00003e21 jam  0x00000000 , 0x00000258 
+ 00023406  0x00003e22 jam  0x00000000 , 0x00000454 
+ 00023407  0x00003e24 set1  0x00000025 , 0x00000000 
+ 00023408  0x00003e25 bpatch  0x000000e0 , 0x0000403c 
+ 00023409  0x00003e26 jam  0x00000000 , 0x000007e1 
+ 00023410  0x00003e27 jam  0x00000000 , 0x000007e0 
+ 00023411  0x00003e28 jam  0x00000000 , 0x0000044d 
+ 00023412  0x00003e29 fetch  0x00000001 , 0x00004132 
+ 00023413  0x00003e2a rtnne  0x00000001 , 0x0000003f 
+ 00023414  0x00003e2b jam  0x00000000 , 0x0000425e 
+ 00023415  0x00003e2e rtn 
+ 00023416  0x00003e31 set1  0x00000025 , 0x00000000 
+ 00023417  0x00003e32 bpatch  0x000000e1 , 0x0000403c 
+ 00023418  0x00003e33 call  0x00006219 , 0x00000029 
+ 00023419  0x00003e34 ncall  0x0000621d , 0x00000029 
+ 00023420  0x00003e35 fetch  0x00000001 , 0x0000007c 
+ 00023421  0x00003e36 ncall  0x000061d9 , 0x00000034 
+ 00023422  0x00003e37 fetch  0x00000001 , 0x0000007c 
+ 00023423  0x00003e38 nrtn  0x00000034 
+ 00023424  0x00003e39 fetch  0x00000001 , 0x0000004c 
+ 00023425  0x00003e3a rtnbit0  0x00000006 
+ 00023426  0x00003e3b set0  0x00000006 , 0x0000003f 
+ 00023427  0x00003e3c set0  0x00000001 , 0x00000000 
+ 00023428  0x00003e3d store  0x00000001 , 0x0000004c 
+ 00023429  0x00003e3e fetch  0x00000001 , 0x000004de 
+ 00023430  0x00003e3f fetcht  0x00000001 , 0x0000004c 
+ 00023431  0x00003e40 isolate1  0x00000000 , 0x0000003f 
+ 00023432  0x00003e41 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00023433  0x00003e42 storet  0x00000001 , 0x0000004c 
+ 00023434  0x00003e43 and_into  0x00000002 , 0x00000002 
+ 00023435  0x00003e44 storet  0x00000001 , 0x0000007f 
+ 00023436  0x00003e45 fetcht  0x00000001 , 0x0000004c 
+ 00023437  0x00003e46 rshift  0x0000003f , 0x0000003f 
+ 00023438  0x00003e47 store  0x00000001 , 0x0000007d 
+ 00023439  0x00003e48 set1  0x00000025 , 0x00000000 
+ 00023440  0x00003e49 bpatch  0x000000e2 , 0x0000403c 
+ 00023441  0x00003e4a fetch  0x00000001 , 0x0000007d 
+ 00023442  0x00003e4b beq  0x0000007f , 0x00005bdc 
+ 00023443  0x00003e4c beq  0x00000003 , 0x00005c56 
+ 00023444  0x00003e4d beq  0x00000004 , 0x00005c67 
+ 00023445  0x00003e4e beq  0x0000003c , 0x00005bcf 
+ 00023446  0x00003e4f beq  0x00000005 , 0x00005bcb 
+ 00023447  0x00003e50 beq  0x0000000f , 0x00005e48 
+ 00023448  0x00003e51 beq  0x00000010 , 0x00005ce1 
+ 00023449  0x00003e52 beq  0x00000023 , 0x00005cff 
+ 00023450  0x00003e53 beq  0x00000039 , 0x00005e67 
+ 00023451  0x00003e54 beq  0x00000038 , 0x00005e62 
+ 00023452  0x00003e55 beq  0x00000031 , 0x00005ce4 
+ 00023453  0x00003e56 beq  0x00000037 , 0x00005d72 
+ 00023454  0x00003e57 beq  0x00000027 , 0x00005d6e 
+ 00023455  0x00003e58 beq  0x00000033 , 0x00005d68 
+ 00023456  0x00003e59 beq  0x00000025 , 0x00005d70 
+ 00023457  0x00003e5a beq  0x00000026 , 0x00005cfb 
+ 00023458  0x00003e5b beq  0x00000007 , 0x00005cf3 
+ 00023459  0x00003e5c beq  0x0000002d , 0x00005cea 
+ 00023460  0x00003e5d beq  0x0000002e , 0x00005ceb 
+ 00023461  0x00003e5e beq  0x00000001 , 0x00005d64 
+ 00023462  0x00003e5f beq  0x00000002 , 0x00005d4f 
+ 00023463  0x00003e60 beq  0x00000028 , 0x00005e53 
+ 00023464  0x00003e61 beq  0x00000009 , 0x00005d45 
+ 00023465  0x00003e62 beq  0x0000000b , 0x00005d1a 
+ 00023466  0x00003e63 beq  0x00000008 , 0x00005d00 
+ 00023467  0x00003e64 beq  0x0000000c , 0x00005d2c 
+ 00023468  0x00003e65 beq  0x0000001f , 0x00005cf7 
+ 00023469  0x00003e66 beq  0x00000020 , 0x00005cf9 
+ 00023470  0x00003e67 beq  0x00000021 , 0x00005d8d 
+ 00023471  0x00003e68 beq  0x00000022 , 0x00005d8e 
+ 00023472  0x00003e69 beq  0x00000035 , 0x00005d8f 
+ 00023473  0x00003e6a beq  0x00000036 , 0x00005d90 
+ 00023474  0x00003e6b beq  0x00000024 , 0x00005d91 
+ 00023475  0x00003e6c beq  0x0000002c , 0x00005d92 
+ 00023476  0x00003e6d beq  0x0000002b , 0x00005d95 
+ 00023477  0x00003e6e beq  0x00000034 , 0x00005d9f 
+ 00023478  0x00003e6f beq  0x00000017 , 0x00005da2 
+ 00023479  0x00003e70 beq  0x00000011 , 0x00005db7 
+ 00023480  0x00003e71 beq  0x00000012 , 0x00005dbb 
+ 00023481  0x00003e72 beq  0x00000013 , 0x00005dbd 
+ 00023482  0x00003e73 beq  0x0000000d , 0x00005dcf 
+ 00023483  0x00003e74 beq  0x0000000e , 0x00005dd0 
+ 00023484  0x00003e75 beq  0x0000002f , 0x00005d6c 
+ 00023485  0x00003e76 beq  0x00000030 , 0x00005dd1 
+ 00023486  0x00003e77 beq  0x0000000a , 0x00005dd2 
+ 00023487  0x00003e78 beq  0x00000018 , 0x00005dd3 
+ 00023488  0x00003e79 beq  0x00000032 , 0x00005dda 
+ 00023489  0x00003e7a beq  0x0000003d , 0x00005ddb 
+ 00023490  0x00003e7b beq  0x0000003e , 0x00005dff 
+ 00023491  0x00003e7c beq  0x0000003f , 0x00005df9 
+ 00023492  0x00003e7d beq  0x00000040 , 0x00005e22 
+ 00023493  0x00003e7e beq  0x00000041 , 0x00005e34 
+ 00023494  0x00003e7f beq  0x00000006 , 0x00005e47 
+ 00023495  0x00003e80 beq  0x0000003a , 0x00005bcd 
+ 00023496  0x00003e84 jam  0x00000019 , 0x0000007e 
+ 00023497  0x00003e86 jam  0x00000004 , 0x0000007c 
+ 00023498  0x00003e87 rtn 
+ 00023499  0x00003e8a jam  0x00000006 , 0x0000007c 
+ 00023500  0x00003e8b rtn 
+ 00023501  0x00003e8e jam  0x0000003b , 0x0000007c 
+ 00023502  0x00003e8f rtn 
+ 00023503  0x00003e92 fetch  0x00000004 , 0x000004df 
+ 00023504  0x00003e93 lshift  0x0000003f , 0x0000003f 
+ 00023505  0x00003e94 store  0x00000004 , 0x00004173 
+ 00023506  0x00003e95 fetch  0x00000001 , 0x000004e3 
+ 00023507  0x00003e96 store  0x00000001 , 0x0000417a 
+ 00023508  0x00003e97 fetch  0x00000005 , 0x000004e4 
+ 00023509  0x00003e98 store  0x00000005 , 0x00004188 
+ 00023510  0x00003e99 fetch  0x00000005 , 0x000004e9 
+ 00023511  0x00003e9a istore  0x00000005 , 0x00000005 
+ 00023512  0x00003e9b fetch  0x00000001 , 0x00000031 
+ 00023513  0x00003e9c set1  0x00000003 , 0x0000003f 
+ 00023514  0x00003e9d store  0x00000001 , 0x00000031 
+ 00023515  0x00003e9e rtn 
+ 00023516  0x00003ea0 fetch  0x00000001 , 0x000004df 
+ 00023517  0x00003ea1 set1  0x00000007 , 0x0000003f 
+ 00023518  0x00003ea2 store  0x00000001 , 0x0000007d 
+ 00023519  0x00003ea3 beq  0x00000081 , 0x00005c26 
+ 00023520  0x00003ea4 beq  0x00000082 , 0x00005c2e 
+ 00023521  0x00003ea5 beq  0x00000095 , 0x00005d73 
+ 00023522  0x00003ea6 beq  0x00000096 , 0x00005d8c 
+ 00023523  0x00003ea7 beq  0x0000008b , 0x00005d81 
+ 00023524  0x00003ea8 beq  0x00000083 , 0x00005c49 
+ 00023525  0x00003ea9 beq  0x00000084 , 0x00005c4b 
+ 00023526  0x00003eaa beq  0x00000090 , 0x00005bf1 
+ 00023527  0x00003eab beq  0x00000097 , 0x00005c42 
+ 00023528  0x00003eac beq  0x00000098 , 0x00005c47 
+ 00023529  0x00003ead beq  0x00000099 , 0x00005c14 
+ 00023530  0x00003eae beq  0x0000009a , 0x00005c19 
+ 00023531  0x00003eaf beq  0x0000008d , 0x00005c11 
+ 00023532  0x00003eb0 beq  0x0000008c , 0x00005bf4 
+ 00023533  0x00003eb1 rtneq  0x00000084 
+ 00023534  0x00003eb5 jam  0x00000082 , 0x0000007c 
+ 00023535  0x00003eb6 jam  0x00000019 , 0x0000007e 
+ 00023536  0x00003eb8 rtn 
+ 00023537  0x00003eba jam  0x00000082 , 0x0000007c 
+ 00023538  0x00003ebb jam  0x0000002e , 0x0000007e 
+ 00023539  0x00003ebc rtn 
+ 00023540  0x00003ebf fetch  0x00000001 , 0x000004e0 
+ 00023541  0x00003ec0 store  0x00000001 , 0x000000ad 
+ 00023542  0x00003ec1 fetch  0x00000001 , 0x000004e1 
+ 00023543  0x00003ec2 store  0x00000001 , 0x000041f9 
+ 00023544  0x00003ec3 fetch  0x00000001 , 0x000004e3 
+ 00023545  0x00003ec4 store  0x00000001 , 0x000000af 
+ 00023546  0x00003ec5 fetch  0x00000001 , 0x000004e7 
+ 00023547  0x00003ec6 store  0x00000001 , 0x000000b0 
+ 00023548  0x00003ec7 fetch  0x00000001 , 0x000004ec 
+ 00023549  0x00003ec8 store  0x00000001 , 0x000000ab 
+ 00023550  0x00003ec9 bmark1  0x00000007 , 0x00005c07 
+ 00023551  0x00003eca set1  0x00000007 , 0x00000000 
+ 00023552  0x00003ecb call  0x00005d16 
+ 00023553  0x00003ecc store  0x00000001 , 0x00000452 
+ 00023554  0x00003ecd force  0x00000000 , 0x00000002 
+ 00023555  0x00003ece branch  0x00004839 
+ 00023556  0x00003ed1 jam  0x0000008c , 0x0000007c 
+ 00023557  0x00003ed2 jam  0x00000001 , 0x000000b1 
+ 00023558  0x00003ed3 branch  0x000049bc 
+ 00023559  0x00003ed6 fetch  0x00000001 , 0x000000b0 
+ 00023560  0x00003ed7 bne  0x00000007 , 0x00005c0b 
+ 00023561  0x00003ed8 jam  0x00000081 , 0x0000007c 
+ 00023562  0x00003ed9 branch  0x00005c0f 
+ 00023563  0x00003edb set0  0x00000007 , 0x00000000 
+ 00023564  0x00003edc jam  0x00000082 , 0x0000007c 
+ 00023565  0x00003edd force  0x00000001 , 0x00000002 
+ 00023566  0x00003ede call  0x00004914 
+ 00023567  0x00003ee0 jam  0x0000008c , 0x0000007d 
+ 00023568  0x00003ee1 rtn 
+ 00023569  0x00003ee5 jam  0x00000081 , 0x0000007c 
+ 00023570  0x00003ee6 jam  0x0000008d , 0x0000007d 
+ 00023571  0x00003ee7 branch  0x00003869 
+ 00023572  0x00003eea call  0x00005c1d 
+ 00023573  0x00003eeb fetch  0x00000001 , 0x00004132 
+ 00023574  0x00003eec beq  0x00000001 , 0x00005c21 
+ 00023575  0x00003eed jam  0x0000009a , 0x0000007c 
+ 00023576  0x00003eee rtn 
+ 00023577  0x00003ef1 call  0x00005c1d 
+ 00023578  0x00003ef2 fetch  0x00000001 , 0x00004132 
+ 00023579  0x00003ef3 beq  0x00000001 , 0x00005c21 
+ 00023580  0x00003ef4 branch  0x00005c22 
+ 00023581  0x00003ef7 arg  0x000007e9 , 0x00000005 
+ 00023582  0x00003ef8 fetch  0x00000003 , 0x000004e0 
+ 00023583  0x00003ef9 istore  0x00000003 , 0x00000005 
+ 00023584  0x00003efa rtn 
+ 00023585  0x00003efd call  0x0000480f 
+ 00023586  0x00003eff call  0x00006216 
+ 00023587  0x00003f00 ncall  0x0000481b , 0x00000001 
+ 00023588  0x00003f01 branch  0x0000780f , 0x00000001 
+ 00023589  0x00003f02 rtn 
+ 00023590  0x00003f04 fetch  0x00000001 , 0x000004e1 
+ 00023591  0x00003f05 set1  0x00000007 , 0x0000003f 
+ 00023592  0x00003f06 store  0x00000001 , 0x00000445 
+ 00023593  0x00003f07 beq  0x0000008b , 0x00005c36 
+ 00023594  0x00003f08 beq  0x0000008c , 0x0000384a 
+ 00023595  0x00003f09 beq  0x0000008d , 0x00005c2d 
+ 00023596  0x00003f0a rtn 
+ 00023597  0x00003f0d branch  0x00003869 
+ 00023598  0x00003f10 fetch  0x00000001 , 0x000004e1 
+ 00023599  0x00003f11 set1  0x00000007 , 0x0000003f 
+ 00023600  0x00003f12 store  0x00000001 , 0x00000445 
+ 00023601  0x00003f13 beq  0x0000008b , 0x00005c3a 
+ 00023602  0x00003f14 beq  0x0000008c , 0x00005c34 
+ 00023603  0x00003f15 rtn 
+ 00023604  0x00003f18 set0  0x00000007 , 0x00000000 
+ 00023605  0x00003f19 rtn 
+ 00023606  0x00003f1c fetch  0x00000001 , 0x000041fb 
+ 00023607  0x00003f1d fetcht  0x00000001 , 0x0000004c 
+ 00023608  0x00003f1e nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00023609  0x00003f1f storet  0x00000001 , 0x0000004c 
+ 00023610  0x00003f21 fetch  0x00000001 , 0x00000030 
+ 00023611  0x00003f22 rtnbit0  0x00000005 
+ 00023612  0x00003f23 set0  0x00000005 , 0x0000003f 
+ 00023613  0x00003f24 store  0x00000001 , 0x00000030 
+ 00023614  0x00003f25 fetch  0x00000001 , 0x00000453 
+ 00023615  0x00003f26 nbranch  0x00004872 , 0x00000034 
+ 00023616  0x00003f27 jam  0x00000031 , 0x0000007c 
+ 00023617  0x00003f28 rtn 
+ 00023618  0x00003f2b nbranch  0x00005c45 , 0x00000029 
+ 00023619  0x00003f2c jam  0x00000012 , 0x0000007c 
+ 00023620  0x00003f2d branch  0x00006205 
+ 00023621  0x00003f30 jam  0x00000097 , 0x0000007c 
+ 00023622  0x00003f31 rtn 
+ 00023623  0x00003f36 call  0x00006205 
+ 00023624  0x00003f37 branch  0x00005ecd 
+ 00023625  0x00003f3a jam  0x00000084 , 0x0000007c 
+ 00023626  0x00003f3b rtn 
+ 00023627  0x00003f3e fetcht  0x00000001 , 0x000004e2 
+ 00023628  0x00003f3f and  0x00000002 , 0x00000001 , 0x00000002 
+ 00023629  0x00003f40 storet  0x00000001 , 0x0000044c 
+ 00023630  0x00003f41 fetch  0x00000001 , 0x00004272 
+ 00023631  0x00003f42 bne  0x00000051 , 0x00005c52 
+ 00023632  0x00003f43 jam  0x00000000 , 0x00004272 
+ 00023633  0x00003f44 call  0x000047f9 
+ 00023634  0x00003f46 fetch  0x00000001 , 0x00000055 
+ 00023635  0x00003f47 rtnne  0x00000015 
+ 00023636  0x00003f48 jam  0x00000004 , 0x00000055 
+ 00023637  0x00003f49 branch  0x00006235 
+ 00023638  0x00003f4c fetch  0x00000001 , 0x000004df 
+ 00023639  0x00003f4d store  0x00000001 , 0x00000445 
+ 00023640  0x00003f4e beq  0x00000033 , 0x00005c7d 
+ 00023641  0x00003f4f beq  0x00000008 , 0x00005c90 
+ 00023642  0x00003f50 beq  0x0000000f , 0x00005c97 
+ 00023643  0x00003f51 beq  0x00000010 , 0x00005c9d 
+ 00023644  0x00003f52 beq  0x00000011 , 0x00005c9e 
+ 00023645  0x00003f53 beq  0x00000012 , 0x00005ca6 
+ 00023646  0x00003f54 beq  0x00000018 , 0x00005ccc 
+ 00023647  0x00003f55 beq  0x00000017 , 0x00005cd1 
+ 00023648  0x00003f56 beq  0x0000002b , 0x0000384a 
+ 00023649  0x00003f58 beq  0x00000013 , 0x00005c74 
+ 00023650  0x00003f5a beq  0x0000003d , 0x00005de9 
+ 00023651  0x00003f5b beq  0x0000003e , 0x00005e18 
+ 00023652  0x00003f5c beq  0x00000040 , 0x00005deb 
+ 00023653  0x00003f5d beq  0x00000041 , 0x00005def 
+ 00023654  0x00003f5e rtn 
+ 00023655  0x00003f61 fetch  0x00000001 , 0x000004df 
+ 00023656  0x00003f62 store  0x00000001 , 0x00000445 
+ 00023657  0x00003f63 beq  0x00000001 , 0x00005cc3 
+ 00023658  0x00003f64 beq  0x00000033 , 0x00005c87 
+ 00023659  0x00003f65 beq  0x0000000b , 0x00005ca7 
+ 00023660  0x00003f66 beq  0x0000002b , 0x00005c8e 
+ 00023661  0x00003f67 beq  0x00000008 , 0x00005cba 
+ 00023662  0x00003f68 beq  0x00000013 , 0x00005c77 
+ 00023663  0x00003f6a beq  0x00000040 , 0x00005cc4 
+ 00023664  0x00003f6b beq  0x00000041 , 0x00005cc7 
+ 00023665  0x00003f6c beq  0x00000018 , 0x00005cca 
+ 00023666  0x00003f6d beq  0x00000017 , 0x00005cdf 
+ 00023667  0x00003f6e rtn 
+ 00023668  0x00003f71 jam  0x00000020 , 0x00000b7d 
+ 00023669  0x00003f72 call  0x00007c27 
+ 00023670  0x00003f73 branch  0x00003245 
+ 00023671  0x00003f75 jam  0x00000019 , 0x00000b7d 
+ 00023672  0x00003f76 call  0x00007c27 
+ 00023673  0x00003f77 jam  0x00000002 , 0x00004748 
+ 00023674  0x00003f78 setarg  0x00000050 
+ 00023675  0x00003f79 arg  0x0000000a , 0x00000007 
+ 00023676  0x00003f7a branch  0x00007e4c 
+ 00023677  0x00003f80 fetch  0x00000001 , 0x0000044d 
+ 00023678  0x00003f81 set1  0x00000000 , 0x0000003f 
+ 00023679  0x00003f82 store  0x00000001 , 0x0000044d 
+ 00023680  0x00003f83 jam  0x00000001 , 0x00000b7d 
+ 00023681  0x00003f84 call  0x00007c27 
+ 00023682  0x00003f85 jam  0x0000008b , 0x0000007c 
+ 00023683  0x00003f89 fetch  0x00000001 , 0x00000055 
+ 00023684  0x00003f8a bne  0x00000005 , 0x00005b77 
+ 00023685  0x00003f8d jam  0x00000006 , 0x00000055 
+ 00023686  0x00003f8e rtn 
+ 00023687  0x00003f97 jam  0x0000000b , 0x00000446 
+ 00023688  0x00003f98 jam  0x00000007 , 0x0000007c 
+ 00023689  0x00003f99 force  0x00000010 , 0x00000002 
+ 00023690  0x00003f9a call  0x00004826 
+ 00023691  0x00003f9c jam  0x00000000 , 0x00000055 
+ 00023692  0x00003f9e branch  0x00005b77 , 0x00000001 
+ 00023693  0x00003f9f rtn 
+ 00023694  0x00003fa2 jam  0x0000002b , 0x0000007c 
+ 00023695  0x00003fa3 rtn 
+ 00023696  0x00003fa7 fetch  0x00000001 , 0x0000425e 
+ 00023697  0x00003fa8 nrtn  0x00000034 
+ 00023698  0x00003fa9 call  0x00003507 
+ 00023699  0x00003faa call  0x00005ecb 
+ 00023700  0x00003fab rtn  0x00000029 
+ 00023701  0x00003fac set1  0x00000021 , 0x00000000 
+ 00023702  0x00003fad rtn 
+ 00023703  0x00003fb0 nrtn  0x00000029 
+ 00023704  0x00003fb1 jam  0x00000010 , 0x0000007c 
+ 00023705  0x00003fb2 fetch  0x00000001 , 0x0000004c 
+ 00023706  0x00003fb3 rtnbit0  0x00000002 
+ 00023707  0x00003fb4 jam  0x00000012 , 0x0000007c 
+ 00023708  0x00003fb5 rtn 
+ 00023709  0x00003fb8 branch  0x00005ecd 
+ 00023710  0x00003fbb call  0x00005f2d 
+ 00023711  0x00003fbc fetch  0x00000001 , 0x00000030 
+ 00023712  0x00003fbd rtnbit1  0x00000004 
+ 00023713  0x00003fbe jam  0x00000031 , 0x0000007c 
+ 00023714  0x00003fbf fetch  0x00000001 , 0x00000055 
+ 00023715  0x00003fc0 rtnne  0x0000000a 
+ 00023716  0x00003fc1 jam  0x0000000b , 0x00000055 
+ 00023717  0x00003fc2 rtn 
+ 00023718  0x00003fcc rtn 
+ 00023719  0x00003fcf fetch  0x00000001 , 0x00004132 
+ 00023720  0x00003fd0 bne  0x00000001 , 0x00005cb7 
+ 00023721  0x00003fd1 fetch  0x00000001 , 0x0000425e 
+ 00023722  0x00003fd2 rtn  0x00000034 
+ 00023723  0x00003fd3 fetcht  0x00000001 , 0x00000055 
+ 00023724  0x00003fd4 jam  0x00000000 , 0x00000055 
+ 00023725  0x00003fd5 jam  0x00000000 , 0x0000425e 
+ 00023726  0x00003fd6 fetch  0x00000001 , 0x000004e0 
+ 00023727  0x00003fd7 rtnne  0x00000006 
+ 00023728  0x00003fd8 storet  0x00000001 , 0x00000055 
+ 00023729  0x00003fd9 jam  0x00000001 , 0x000007e0 
+ 00023730  0x00003fda fetch  0x00000002 , 0x0000044a 
+ 00023731  0x00003fdb fetcht  0x00000001 , 0x0000044c 
+ 00023732  0x00003fdc iand  0x00000002 , 0x0000003f 
+ 00023733  0x00003fdd branch  0x000049da , 0x00000034 
+ 00023734  0x00003fde branch  0x000049d7 
+ 00023735  0x00003fe1 jam  0x00000007 , 0x0000007c 
+ 00023736  0x00003fe2 jam  0x00000013 , 0x00000446 
+ 00023737  0x00003fe3 rtn 
+ 00023738  0x00003fe6 fetch  0x00000001 , 0x000004e0 
+ 00023739  0x00003fe7 beq  0x00000006 , 0x00005cc0 
+ 00023740  0x00003fe8 rtnne  0x00000018 
+ 00023741  0x00003fe9 jam  0x00000018 , 0x00000446 
+ 00023742  0x00003fea jam  0x00000007 , 0x0000007c 
+ 00023743  0x00003feb rtn 
+ 00023744  0x00003fed jam  0x00000006 , 0x00000446 
+ 00023745  0x00003fee jam  0x00000007 , 0x0000007c 
+ 00023746  0x00003fef rtn 
+ 00023747  0x00003ff2 rtn 
+ 00023748  0x00003ff5 jam  0x00000000 , 0x000007da 
+ 00023749  0x00003ff6 jam  0x00000007 , 0x0000007c 
+ 00023750  0x00003ff7 branch  0x00005b77 
+ 00023751  0x00003ffa jam  0x00000000 , 0x000007da 
+ 00023752  0x00003ffb jam  0x00000007 , 0x0000007c 
+ 00023753  0x00003ffc branch  0x00005b77 
+ 00023754  0x00003ffe jam  0x00000024 , 0x00000b7d 
+ 00023755  0x00003fff branch  0x00007c27 
+ 00023756  0x00004002 jam  0x00000023 , 0x00000b7d 
+ 00023757  0x00004003 call  0x00007c27 
+ 00023758  0x00004004 call  0x00003806 
+ 00023759  0x00004005 force  0x00000000 , 0x00000002 
+ 00023760  0x00004006 branch  0x00004907 
+ 00023761  0x00004009 jam  0x00000022 , 0x00000b7d 
+ 00023762  0x0000400a call  0x00007c27 
+ 00023763  0x0000400b force  0x00000002 , 0x00000002 
+ 00023764  0x0000400c call  0x00004907 
+ 00023765  0x0000400d setarg  0x00000000 
+ 00023766  0x0000400e store  0x00000002 , 0x00000075 
+ 00023767  0x0000400f fetch  0x00000002 , 0x00004280 
+ 00023768  0x00004010 lshift  0x0000003f , 0x0000003f 
+ 00023769  0x00004011 store  0x00000002 , 0x00000032 
+ 00023770  0x00004012 fetch  0x00000001 , 0x00004282 
+ 00023771  0x00004013 store  0x00000001 , 0x00000073 
+ 00023772  0x00004014 fetch  0x00000001 , 0x00004284 
+ 00023773  0x00004015 store  0x00000001 , 0x00000074 
+ 00023774  0x00004016 branch  0x000037e1 
+ 00023775  0x00004019 jam  0x00000021 , 0x00000b7d 
+ 00023776  0x0000401a branch  0x00007c27 
+ 00023777  0x0000401d fetcht  0x00000001 , 0x000004df 
+ 00023778  0x0000401e storet  0x00000001 , 0x00000054 
+ 00023779  0x0000401f branch  0x00005cf5 
+ 00023780  0x00004022 fetch  0x00000001 , 0x0000044d 
+ 00023781  0x00004023 set1  0x00000002 , 0x0000003f 
+ 00023782  0x00004024 store  0x00000001 , 0x0000044d 
+ 00023783  0x00004025 rtnbit1  0x00000003 
+ 00023784  0x00004026 jam  0x00000031 , 0x0000007c 
+ 00023785  0x00004027 branch  0x00005b77 
+ 00023786  0x0000402c rtn 
+ 00023787  0x0000402f fetch  0x00000001 , 0x00004171 
+ 00023788  0x00004030 fetcht  0x00000001 , 0x000004df 
+ 00023789  0x00004031 isub  0x00000002 , 0x0000003e 
+ 00023790  0x00004033 branch  0x00005cf5 , 0x00000002 
+ 00023791  0x00004034 jam  0x00000004 , 0x0000007c 
+ 00023792  0x00004035 jam  0x0000001f , 0x0000007e 
+ 00023793  0x00004036 jam  0x0000002e , 0x0000007d 
+ 00023794  0x00004037 rtn 
+ 00023795  0x0000403a call  0x0000605a 
+ 00023796  0x0000403b branch  0x00005cf5 
+ 00023797  0x0000403e jam  0x00000003 , 0x0000007c 
+ 00023798  0x0000403f rtn 
+ 00023799  0x00004042 jam  0x00000021 , 0x0000007c 
+ 00023800  0x00004043 rtn 
+ 00023801  0x00004046 jam  0x00000022 , 0x0000007c 
+ 00023802  0x00004047 rtn 
+ 00023803  0x0000404a fetch  0x00000001 , 0x00000055 
+ 00023804  0x0000404b rtneq  0x00000013 
+ 00023805  0x0000404d jam  0x00000002 , 0x00000055 
+ 00023806  0x0000404f rtn 
+ 00023807  0x00004053 rtn 
+ 00023808  0x00004056 call  0x00005ec8 
+ 00023809  0x00004057 jam  0x00000001 , 0x00000450 
+ 00023810  0x00004058 fetch  0x00000001 , 0x00004132 
+ 00023811  0x00004059 beq  0x00000001 , 0x00005d06 
+ 00023812  0x0000405a jam  0x0000000a , 0x00000b7d 
+ 00023813  0x0000405b call  0x00007c27 
+ 00023814  0x0000405d call  0x0000487b 
+ 00023815  0x0000405e call  0x0000620d 
+ 00023816  0x0000405f nbranch  0x00005ed0 , 0x00000001 
+ 00023817  0x00004060 nbranch  0x00005d0e , 0x00000029 
+ 00023818  0x00004061 jam  0x00000004 , 0x0000007c 
+ 00023819  0x00004062 jam  0x00000008 , 0x0000007d 
+ 00023820  0x00004063 jam  0x00000023 , 0x0000007e 
+ 00023821  0x00004064 rtn 
+ 00023822  0x00004066 fetch  0x00000001 , 0x0000004b 
+ 00023823  0x00004067 set1  0x00000002 , 0x0000003f 
+ 00023824  0x00004068 store  0x00000001 , 0x0000004b 
+ 00023825  0x00004069 rtn 
+ 00023826  0x0000406d fetcht  0x00000001 , 0x0000004c 
+ 00023827  0x0000406e nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00023828  0x0000406f storet  0x00000001 , 0x0000004c 
+ 00023829  0x00004070 rtn 
+ 00023830  0x00004074 fetch  0x00000001 , 0x0000007f 
+ 00023831  0x00004075 rshift  0x0000003f , 0x0000003f 
+ 00023832  0x00004076 and_into  0x00000001 , 0x0000003f 
+ 00023833  0x00004077 rtn 
+ 00023834  0x0000407a call  0x00005d16 
+ 00023835  0x0000407b store  0x00000001 , 0x00000451 
+ 00023836  0x0000407c call  0x00005ec8 
+ 00023837  0x0000407d jam  0x0000000c , 0x0000007c 
+ 00023838  0x0000407e fetch  0x00000001 , 0x0000425e 
+ 00023839  0x0000407f nrtn  0x00000034 
+ 00023840  0x00004080 fetch  0x00000001 , 0x00000030 
+ 00023841  0x00004081 rtnbit1  0x00000006 
+ 00023842  0x00004082 jam  0x00000006 , 0x0000007e 
+ 00023843  0x00004083 fetch  0x00000001 , 0x00004132 
+ 00023844  0x00004084 bne  0x00000001 , 0x00005bc9 
+ 00023845  0x00004085 fetch  0x00000001 , 0x00000453 
+ 00023846  0x00004086 nbranch  0x00005bc9 , 0x00000034 
+ 00023847  0x00004087 jam  0x00000000 , 0x0000007c 
+ 00023848  0x00004089 fetch  0x00000001 , 0x0000004b 
+ 00023849  0x0000408a set1  0x00000000 , 0x0000003f 
+ 00023850  0x0000408b store  0x00000001 , 0x0000004b 
+ 00023851  0x0000408c branch  0x00004872 
+ 00023852  0x0000408f arg  0x00000040 , 0x00000011 
+ 00023853  0x00004090 call  0x0000739d 
+ 00023854  0x00004091 fetch  0x00000004 , 0x000004df 
+ 00023855  0x00004092 fetcht  0x00000004 , 0x0000051f 
+ 00023856  0x00004093 isub  0x00000002 , 0x0000003e 
+ 00023857  0x00004094 branch  0x00005d35 , 0x00000005 
+ 00023858  0x00004095 jam  0x00000007 , 0x0000007c 
+ 00023859  0x00004096 jam  0x00000005 , 0x00000446 
+ 00023860  0x00004097 rtn 
+ 00023861  0x00004099 call  0x0000749b 
+ 00023862  0x0000409a call  0x00003211 
+ 00023863  0x0000409b fetch  0x00000001 , 0x0000004b 
+ 00023864  0x0000409c isolate1  0x00000001 , 0x0000003f 
+ 00023865  0x0000409d set0  0x00000001 , 0x0000003f 
+ 00023866  0x0000409e store  0x00000001 , 0x0000004b 
+ 00023867  0x0000409f call  0x000048bc , 0x00000001 
+ 00023868  0x000040a0 fetch  0x00000001 , 0x00000055 
+ 00023869  0x000040a1 beq  0x00000019 , 0x00005d40 
+ 00023870  0x000040a2 beq  0x00000018 , 0x00005d40 
+ 00023871  0x000040a3 rtn 
+ 00023872  0x000040a5 fetch  0x00000001 , 0x000007e1 
+ 00023873  0x000040a6 rtnne  0x00000000 
+ 00023874  0x000040a7 fetch  0x00000001 , 0x0000004c 
+ 00023875  0x000040a8 rtnbit1  0x00000002 
+ 00023876  0x000040a9 branch  0x000062cf 
+ 00023877  0x000040ac arg  0x000004df , 0x00000011 
+ 00023878  0x000040ad arg  0x0000050f , 0x00000012 
+ 00023879  0x000040ae arg  0x000004ef , 0x00000005 
+ 00023880  0x000040af call  0x00007467 
+ 00023881  0x000040b0 arg  0x00000040 , 0x00000011 
+ 00023882  0x000040b1 call  0x0000622b 
+ 00023883  0x000040b2 jam  0x0000000b , 0x0000007c 
+ 00023884  0x000040b3 fetch  0x00000001 , 0x00000030 
+ 00023885  0x000040b4 bbit0  0x00000006 , 0x00005ecb 
+ 00023886  0x000040b5 rtn 
+ 00023887  0x000040b8 fetch  0x00000002 , 0x00000169 
+ 00023888  0x000040b9 add  0x0000003f , 0xfffffffd , 0x00000039 
+ 00023889  0x000040ba fetcht  0x00000001 , 0x000004df 
+ 00023890  0x000040bb setarg  0x00000103 
+ 00023891  0x000040bc iadd  0x00000002 , 0x00000005 
+ 00023892  0x000040bd arg  0x000004e1 , 0x00000006 
+ 00023893  0x000040be call  0x00007e45 
+ 00023894  0x000040bf fetcht  0x00000001 , 0x00000053 
+ 00023895  0x000040c0 fetch  0x00000001 , 0x000004e0 
+ 00023896  0x000040c1 isub  0x00000002 , 0x0000003f 
+ 00023897  0x000040c2 sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00023898  0x000040c3 branch  0x00005d5f , 0x00000002 
+ 00023899  0x000040c4 add  0x00000002 , 0x0000000e , 0x0000003f 
+ 00023900  0x000040c5 store  0x00000001 , 0x00000053 
+ 00023901  0x000040c6 jam  0x00000001 , 0x0000007c 
+ 00023902  0x000040c7 rtn 
+ 00023903  0x000040c9 fetch  0x00000001 , 0x0000004c 
+ 00023904  0x000040ca set1  0x00000003 , 0x0000003f 
+ 00023905  0x000040cb store  0x00000001 , 0x0000004c 
+ 00023906  0x000040cc bbit1  0x00000004 , 0x00005ed5 
+ 00023907  0x000040cf rtn 
+ 00023908  0x000040d1 fetch  0x00000001 , 0x000004df 
+ 00023909  0x000040d2 store  0x00000001 , 0x0000007d 
+ 00023910  0x000040d3 jam  0x00000002 , 0x0000007c 
+ 00023911  0x000040d4 rtn 
+ 00023912  0x000040d7 fetch  0x00000001 , 0x00004132 
+ 00023913  0x000040d8 bne  0x00000001 , 0x00005cf5 
+ 00023914  0x000040d9 force  0x00000001 , 0x00000002 
+ 00023915  0x000040da branch  0x00004839 
+ 00023916  0x000040dd jam  0x00000030 , 0x0000007c 
+ 00023917  0x000040de rtn 
+ 00023918  0x000040e1 jam  0x00000028 , 0x0000007c 
+ 00023919  0x000040e2 rtn 
+ 00023920  0x000040e5 jam  0x00000026 , 0x0000007c 
+ 00023921  0x000040e6 rtn 
+ 00023922  0x000040eb rtn 
+ 00023923  0x000040f0 fetch  0x00000002 , 0x00000032 
+ 00023924  0x000040f1 iforce  0x00000002 
+ 00023925  0x000040f2 fetch  0x00000001 , 0x000004e0 
+ 00023926  0x000040f3 store  0x00000001 , 0x00000097 
+ 00023927  0x000040f4 imul32  0x00000002 , 0x00000002 
+ 00023928  0x000040f5 fetch  0x00000002 , 0x000004e1 
+ 00023929  0x000040f6 lshift  0x0000003f , 0x0000003f 
+ 00023930  0x000040f7 store  0x00000002 , 0x00000098 
+ 00023931  0x000040f8 fetch  0x00000004 , 0x000004e3 
+ 00023932  0x000040f9 lshift  0x0000003f , 0x0000003f 
+ 00023933  0x000040fa store  0x00000004 , 0x00000093 
+ 00023934  0x000040fc deposit  0x00000002 
+ 00023935  0x000040fd store  0x00000002 , 0x0000009a 
+ 00023936  0x000040fe rtn 
+ 00023937  0x00004100 fetcht  0x00000001 , 0x000041fb 
+ 00023938  0x00004101 fetch  0x00000001 , 0x000004e0 
+ 00023939  0x00004102 ixor  0x00000002 , 0x0000003e 
+ 00023940  0x00004103 nbranch  0x00005bee , 0x00000005 
+ 00023941  0x00004104 isolate1  0x00000000 , 0x0000003f 
+ 00023942  0x00004105 fetch  0x00000001 , 0x0000004c 
+ 00023943  0x00004106 setflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00023944  0x00004107 store  0x00000001 , 0x0000004c 
+ 00023945  0x00004108 jam  0x00000081 , 0x0000007c 
+ 00023946  0x00004109 jam  0x0000008b , 0x0000007d 
+ 00023947  0x0000410a rtn 
+ 00023948  0x0000410e rtn 
+ 00023949  0x00004111 rtn 
+ 00023950  0x00004113 rtn 
+ 00023951  0x00004116 branch  0x00005cf5 
+ 00023952  0x0000411a branch  0x00005cf5 
+ 00023953  0x0000411c rtn 
+ 00023954  0x0000411e call  0x0000385e 
+ 00023955  0x0000411f jam  0x0000002c , 0x0000007d 
+ 00023956  0x00004120 branch  0x00005cf5 
+ 00023957  0x00004124 fetch  0x00000001 , 0x000004df 
+ 00023958  0x00004125 store  0x00000001 , 0x000000ad 
+ 00023959  0x00004126 fetch  0x00000001 , 0x000004e1 
+ 00023960  0x00004127 store  0x00000001 , 0x000000af 
+ 00023961  0x00004128 fetch  0x00000001 , 0x000004e4 
+ 00023962  0x00004129 store  0x00000001 , 0x000000ab 
+ 00023963  0x0000412a call  0x00005d16 
+ 00023964  0x0000412b store  0x00000001 , 0x00000452 
+ 00023965  0x0000412c force  0x00000000 , 0x00000002 
+ 00023966  0x0000412d branch  0x00004839 
+ 00023967  0x00004130 fetch  0x00000002 , 0x000004df 
+ 00023968  0x00004131 store  0x00000002 , 0x0000017b 
+ 00023969  0x00004132 rtn 
+ 00023970  0x00004135 fetch  0x00000001 , 0x00000030 
+ 00023971  0x00004136 bbit1  0x00000001 , 0x00005db5 
+ 00023972  0x00004137 fetch  0x00000002 , 0x000004e0 
+ 00023973  0x00004138 lshift  0x0000003f , 0x0000003f 
+ 00023974  0x00004139 store  0x00000002 , 0x00000075 
+ 00023975  0x0000413a fetch  0x00000002 , 0x000004e2 
+ 00023976  0x0000413b lshift  0x0000003f , 0x0000003f 
+ 00023977  0x0000413c store  0x00000002 , 0x00000032 
+ 00023978  0x0000413d fetch  0x00000002 , 0x000004e4 
+ 00023979  0x0000413e store  0x00000001 , 0x00000073 
+ 00023980  0x0000413f iforce  0x00000002 
+ 00023981  0x00004140 fetch  0x00000002 , 0x000004e6 
+ 00023982  0x00004141 store  0x00000001 , 0x00000074 
+ 00023983  0x00004142 isub  0x00000002 , 0x0000003e 
+ 00023984  0x00004143 nbranch  0x00005db2 , 0x00000002 
+ 00023985  0x00004144 store  0x00000001 , 0x00000073 
+ 00023986  0x00004147 jam  0x00000003 , 0x0000007c 
+ 00023987  0x00004148 jam  0x00000017 , 0x0000007d 
+ 00023988  0x00004149 rtn 
+ 00023989  0x0000414c jam  0x00000024 , 0x0000007e 
+ 00023990  0x0000414d branch  0x00005bc9 
+ 00023991  0x00004150 call  0x00005cf5 
+ 00023992  0x00004151 call  0x00005ec8 
+ 00023993  0x00004152 call  0x000073a0 
+ 00023994  0x00004153 branch  0x000037d0 
+ 00023995  0x00004156 call  0x00005cf5 
+ 00023996  0x00004157 branch  0x000037da 
+ 00023997  0x0000415b fetch  0x00000004 , 0x000004df 
+ 00023998  0x0000415c lshift  0x0000003f , 0x0000003f 
+ 00023999  0x0000415e branch  0x00005dc9 , 0x00000029 
+ 00024000  0x0000415f fetcht  0x00000001 , 0x0000425e 
+ 00024001  0x00004160 nbranch  0x00005dc6 , 0x00000034 
+ 00024002  0x00004162 jam  0x00000004 , 0x0000007c 
+ 00024003  0x00004163 jam  0x00000013 , 0x0000007d 
+ 00024004  0x00004164 jam  0x00000024 , 0x0000007e 
+ 00024005  0x00004165 rtn 
+ 00024006  0x00004167 jam  0x00000034 , 0x0000007c 
+ 00024007  0x00004168 jam  0x00000000 , 0x00000055 
+ 00024008  0x00004169 branch  0x00003241 
+ 00024009  0x0000416c call  0x00003241 
+ 00024010  0x0000416d set1  0x00000022 , 0x00000000 
+ 00024011  0x0000416e fetch  0x00000001 , 0x00000177 
+ 00024012  0x0000416f set0  0x00000002 , 0x0000003f 
+ 00024013  0x00004170 store  0x00000001 , 0x00000177 
+ 00024014  0x00004171 branch  0x00005cf5 
+ 00024015  0x00004176 rtn 
+ 00024016  0x00004178 rtn 
+ 00024017  0x0000417a rtn 
+ 00024018  0x0000417e rtn 
+ 00024019  0x00004182 jam  0x00000003 , 0x0000007c 
+ 00024020  0x00004183 jam  0x00000018 , 0x0000007d 
+ 00024021  0x00004184 jam  0x0000002e , 0x00000b7d 
+ 00024022  0x00004185 call  0x00007c27 
+ 00024023  0x00004186 force  0x00000000 , 0x00000002 
+ 00024024  0x00004187 call  0x00004907 
+ 00024025  0x00004188 branch  0x00003806 
+ 00024026  0x0000418a rtn 
+ 00024027  0x0000418d fetch  0x00000001 , 0x000004df 
+ 00024028  0x0000418e bne  0x00000001 , 0x00005de7 
+ 00024029  0x0000418f fetch  0x00000001 , 0x000004e0 
+ 00024030  0x00004190 bne  0x00000001 , 0x00005de7 
+ 00024031  0x00004191 fetch  0x00000001 , 0x000004e1 
+ 00024032  0x00004192 bne  0x00000030 , 0x00005de7 
+ 00024033  0x00004193 call  0x00006216 
+ 00024034  0x00004194 branch  0x00005de4 , 0x00000001 
+ 00024035  0x00004195 jam  0x00000001 , 0x000007da 
+ 00024036  0x00004197 jam  0x00000003 , 0x0000007c 
+ 00024037  0x00004198 jam  0x0000003d , 0x0000007d 
+ 00024038  0x00004199 branch  0x00005b77 
+ 00024039  0x0000419c jam  0x00000024 , 0x0000007e 
+ 00024040  0x0000419d branch  0x00005bc9 
+ 00024041  0x000041a2 jam  0x0000003e , 0x0000007c 
+ 00024042  0x000041a4 rtn 
+ 00024043  0x000041a6 call  0x00006216 
+ 00024044  0x000041a7 rtn  0x00000001 
+ 00024045  0x000041a8 jam  0x00000008 , 0x000007da 
+ 00024046  0x000041a9 rtn 
+ 00024047  0x000041ad call  0x00006216 
+ 00024048  0x000041ae ncall  0x00007a9d , 0x00000001 
+ 00024049  0x000041af call  0x00007aab , 0x00000001 
+ 00024050  0x000041b0 call  0x00004860 
+ 00024051  0x000041b1 call  0x00004869 
+ 00024052  0x000041b2 call  0x00006216 
+ 00024053  0x000041b3 rtn  0x00000001 
+ 00024054  0x000041b4 jam  0x0000000c , 0x000007da 
+ 00024055  0x000041b5 jam  0x00000001 , 0x000007dc 
+ 00024056  0x000041b6 rtn 
+ 00024057  0x000041b9 arg  0x00000888 , 0x00000005 
+ 00024058  0x000041ba fetch  0x00000008 , 0x000004df 
+ 00024059  0x000041bb istore  0x00000008 , 0x00000005 
+ 00024060  0x000041bc fetch  0x00000008 , 0x000004e7 
+ 00024061  0x000041bd istore  0x00000008 , 0x00000005 
+ 00024062  0x000041be branch  0x0000780f 
+ 00024063  0x000041c1 fetch  0x00000001 , 0x000007db 
+ 00024064  0x000041c2 beq  0x00000007 , 0x00005e03 
+ 00024065  0x000041c3 fetch  0x00000001 , 0x000007da 
+ 00024066  0x000041c4 bne  0x00000001 , 0x00005e16 
+ 00024067  0x000041c6 fetch  0x00000001 , 0x000007e3 
+ 00024068  0x000041c7 sub  0x0000003f , 0x00000020 , 0x00000005 
+ 00024069  0x000041c8 nbranch  0x00005e16 , 0x00000002 
+ 00024070  0x000041c9 arg  0x000007f0 , 0x00000005 
+ 00024071  0x000041ca iadd  0x00000005 , 0x00000005 
+ 00024072  0x000041cb fetch  0x00000008 , 0x000004df 
+ 00024073  0x000041cc istore  0x00000008 , 0x00000005 
+ 00024074  0x000041cd fetch  0x00000008 , 0x000004e7 
+ 00024075  0x000041ce istore  0x00000008 , 0x00000005 
+ 00024076  0x000041cf fetch  0x00000001 , 0x000007e3 
+ 00024077  0x000041d0 increase  0x00000010 , 0x0000003f 
+ 00024078  0x000041d1 store  0x00000001 , 0x000007e3 
+ 00024079  0x000041d2 bne  0x00000030 , 0x00005cf5 
+ 00024080  0x000041d4 call  0x00006216 
+ 00024081  0x000041d5 branch  0x00005cf5 , 0x00000001 
+ 00024082  0x000041d6 jam  0x00000001 , 0x000007e4 
+ 00024083  0x000041d7 jam  0x00000002 , 0x000007da 
+ 00024084  0x000041d8 jam  0x00000001 , 0x000007dc 
+ 00024085  0x000041d9 branch  0x00005cf5 
+ 00024086  0x000041db jam  0x00000024 , 0x0000007e 
+ 00024087  0x000041dc branch  0x00005bc9 
+ 00024088  0x000041de fetch  0x00000001 , 0x000007e2 
+ 00024089  0x000041df beq  0x00000030 , 0x00005e1c 
+ 00024090  0x000041e0 jam  0x0000003e , 0x0000007c 
+ 00024091  0x000041e1 branch  0x00005b77 
+ 00024092  0x000041e3 call  0x00006216 
+ 00024093  0x000041e4 branch  0x00005e21 , 0x00000001 
+ 00024094  0x000041e5 jam  0x00000001 , 0x000007dc 
+ 00024095  0x000041e6 jam  0x00000004 , 0x000007da 
+ 00024096  0x000041e7 branch  0x00005b77 
+ 00024097  0x000041ea branch  0x00005b77 
+ 00024098  0x000041ed fetch  0x00000001 , 0x000007db 
+ 00024099  0x000041ee beq  0x00000007 , 0x00005e26 
+ 00024100  0x000041ef fetch  0x00000001 , 0x000007da 
+ 00024101  0x000041f0 bne  0x00000006 , 0x00005e32 
+ 00024102  0x000041f2 arg  0x00000848 , 0x00000005 
+ 00024103  0x000041f3 fetch  0x00000008 , 0x000004df 
+ 00024104  0x000041f4 istore  0x00000008 , 0x00000005 
+ 00024105  0x000041f5 fetch  0x00000008 , 0x000004e7 
+ 00024106  0x000041f6 istore  0x00000008 , 0x00000005 
+ 00024107  0x000041f7 call  0x00006216 
+ 00024108  0x000041f8 branch  0x00005e30 , 0x00000001 
+ 00024109  0x000041f9 jam  0x00000007 , 0x000007da 
+ 00024110  0x000041fa jam  0x00000001 , 0x000007dc 
+ 00024111  0x000041fb branch  0x00005cf5 
+ 00024112  0x000041fd jam  0x00000004 , 0x000007db 
+ 00024113  0x000041fe branch  0x0000780f 
+ 00024114  0x00004202 jam  0x00000024 , 0x0000007e 
+ 00024115  0x00004203 branch  0x00005bc9 
+ 00024116  0x00004206 fetch  0x00000001 , 0x000007db 
+ 00024117  0x00004207 beq  0x0000000b , 0x00005e38 
+ 00024118  0x00004208 fetch  0x00000001 , 0x000007da 
+ 00024119  0x00004209 bne  0x00000008 , 0x00005e45 
+ 00024120  0x0000420b arg  0x00000878 , 0x00000005 
+ 00024121  0x0000420c fetch  0x00000008 , 0x000004df 
+ 00024122  0x0000420d istore  0x00000008 , 0x00000005 
+ 00024123  0x0000420e fetch  0x00000008 , 0x000004e7 
+ 00024124  0x0000420f istore  0x00000008 , 0x00000005 
+ 00024125  0x00004210 call  0x00006216 
+ 00024126  0x00004211 branch  0x00005e42 , 0x00000001 
+ 00024127  0x00004212 jam  0x00000009 , 0x000007da 
+ 00024128  0x00004213 jam  0x00000001 , 0x000007dc 
+ 00024129  0x00004214 branch  0x00005b77 
+ 00024130  0x00004216 jam  0x00000009 , 0x000007db 
+ 00024131  0x00004217 jam  0x00000001 , 0x000007dd 
+ 00024132  0x00004218 branch  0x00005b77 
+ 00024133  0x0000421a jam  0x00000024 , 0x0000007e 
+ 00024134  0x0000421b branch  0x00005bc9 
+ 00024135  0x0000421e branch  0x00005b77 
+ 00024136  0x00004221 fetch  0x00000001 , 0x00000177 
+ 00024137  0x00004222 set0  0x00000001 
+ 00024138  0x00004223 store  0x00000001 , 0x00000177 
+ 00024139  0x00004224 call  0x00005cf5 
+ 00024140  0x00004225 nrtn  0x00000029 
+ 00024141  0x00004226 fetch  0x00000001 , 0x000004df 
+ 00024142  0x00004227 fetcht  0x00000001 , 0x0000004b 
+ 00024143  0x00004228 setflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00024144  0x00004229 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00024145  0x0000422a storet  0x00000001 , 0x0000004b 
+ 00024146  0x0000422b rtn 
+ 00024147  0x0000422e fetcht  0x00000008 , 0x000004df 
+ 00024148  0x0000422f fetch  0x00000001 , 0x00004272 
+ 00024149  0x00004230 bne  0x00000050 , 0x00005e58 
+ 00024150  0x00004231 jam  0x00000000 , 0x00004272 
+ 00024151  0x00004232 call  0x000047e5 
+ 00024152  0x00004234 fetch  0x00000001 , 0x00000055 
+ 00024153  0x00004235 rtnne  0x00000003 
+ 00024154  0x00004236 fetch  0x00000001 , 0x00004132 
+ 00024155  0x00004237 beq  0x00000001 , 0x00005e5e 
+ 00024156  0x00004238 fetch  0x00000001 , 0x00000177 
+ 00024157  0x00004239 bbit0  0x00000004 , 0x00005e60 
+ 00024158  0x0000423b jam  0x00000014 , 0x00000055 
+ 00024159  0x0000423c rtn 
+ 00024160  0x0000423e jam  0x00000004 , 0x00000055 
+ 00024161  0x0000423f rtn 
+ 00024162  0x00004241 fetch  0x00000001 , 0x00000189 
+ 00024163  0x00004242 store  0x00000001 , 0x0000015d 
+ 00024164  0x00004243 jam  0x00000003 , 0x0000007c 
+ 00024165  0x00004244 jam  0x00000038 , 0x0000007d 
+ 00024166  0x00004245 rtn 
+ 00024167  0x00004249 jam  0x00000003 , 0x0000007c 
+ 00024168  0x0000424a jam  0x00000039 , 0x0000007d 
+ 00024169  0x0000424b force  0x00000009 , 0x00000039 
+ 00024170  0x0000424c arg  0x000004df , 0x00000006 
+ 00024171  0x0000424d arg  0x00000154 , 0x00000005 
+ 00024172  0x0000424f ifetch  0x00000001 , 0x00000006 
+ 00024173  0x00004250 xor_into  0x00000055 , 0x0000003f 
+ 00024174  0x00004251 istore  0x00000001 , 0x00000005 
+ 00024175  0x00004252 loop  0x00005e6c 
+ 00024176  0x00004253 fetch  0x00000001 , 0x00000154 
+ 00024177  0x00004254 fetcht  0x00000001 , 0x00000153 
+ 00024178  0x00004255 set0  0x00000007 , 0x00000002 
+ 00024179  0x00004256 set0  0x00000004 , 0x00000002 
+ 00024180  0x00004257 beq  0x000000ff , 0x00005e80 
+ 00024181  0x00004258 beq  0x00000000 , 0x00005e99 
+ 00024182  0x00004259 beq  0x00000005 , 0x00005e8d 
+ 00024183  0x0000425a beq  0x00000007 , 0x00005e8c 
+ 00024184  0x0000425b beq  0x00000006 , 0x00005e8d 
+ 00024185  0x0000425c beq  0x00000008 , 0x00005e8c 
+ 00024186  0x0000425d beq  0x00000001 , 0x00005e85 
+ 00024187  0x0000425e beq  0x00000002 , 0x00005e85 
+ 00024188  0x0000425f beq  0x00000003 , 0x00005e85 
+ 00024189  0x00004260 beq  0x00000009 , 0x00005e85 
+ 00024190  0x00004261 beq  0x00000004 , 0x00005e85 
+ 00024191  0x00004262 rtn 
+ 00024192  0x00004265 fetch  0x00000001 , 0x00000153 
+ 00024193  0x00004266 set1  0x00000003 , 0x0000003f 
+ 00024194  0x00004267 set1  0x00000002 , 0x0000003f 
+ 00024195  0x00004268 store  0x00000001 , 0x00000153 
+ 00024196  0x00004269 rtn 
+ 00024197  0x0000426b set1  0x00000004 , 0x00000002 
+ 00024198  0x0000426c jam  0x00000005 , 0x0000018a 
+ 00024199  0x0000426d fetch  0x00000002 , 0x0000015b 
+ 00024200  0x0000426e iforce  0x00000039 
+ 00024201  0x0000426f store  0x00000002 , 0x00000169 
+ 00024202  0x00004270 arg  0x000004de , 0x00000005 
+ 00024203  0x00004271 call  0x00007ed8 
+ 00024204  0x00004273 set1  0x00000007 , 0x00000002 
+ 00024205  0x00004275 set1  0x00000002 , 0x00000002 
+ 00024206  0x00004276 force  0x00000000 , 0x0000003f 
+ 00024207  0x00004277 store  0x00000001 , 0x0000000b 
+ 00024208  0x00004278 store  0x00000002 , 0x000000fc 
+ 00024209  0x00004279 store  0x00000002 , 0x000000fe 
+ 00024210  0x0000427a store  0x00000002 , 0x000000fa 
+ 00024211  0x0000427b store  0x00000002 , 0x000000f8 
+ 00024212  0x0000427c fetch  0x00000001 , 0x00000155 
+ 00024213  0x0000427d compare  0x00000000 , 0x0000003f , 0x000000ff 
+ 00024214  0x0000427e setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00024215  0x0000427f storet  0x00000001 , 0x00000153 
+ 00024216  0x00004280 rtn 
+ 00024217  0x00004283 set0  0x00000011 , 0x00000000 
+ 00024218  0x00004284 jam  0x00000000 , 0x00000153 
+ 00024219  0x00004285 fetch  0x00000001 , 0x00000189 
+ 00024220  0x00004286 set0  0x00000006 , 0x0000003f 
+ 00024221  0x00004287 store  0x00000001 , 0x00000189 
+ 00024222  0x00004288 rtn 
+ 00024223  0x0000428b fetch  0x00000001 , 0x00000153 
+ 00024224  0x0000428c rtnbit0  0x00000002 
+ 00024225  0x0000428d fetch  0x00000001 , 0x0000015e 
+ 00024226  0x0000428e increase  0x00000001 , 0x0000003f 
+ 00024227  0x0000428f store  0x00000001 , 0x0000015e 
+ 00024228  0x00004290 rtnne  0x00000005 
+ 00024229  0x00004291 jam  0x00000000 , 0x0000015e 
+ 00024230  0x00004292 fetch  0x00000001 , 0x00000153 
+ 00024231  0x00004293 set0  0x00000002 , 0x0000003f 
+ 00024232  0x00004294 store  0x00000001 , 0x00000153 
+ 00024233  0x00004295 bbit1  0x00000003 , 0x00005ec0 
+ 00024234  0x00004296 isolate1  0x00000007 , 0x0000003f 
+ 00024235  0x00004297 call  0x00007f86 , 0x00000001 
+ 00024236  0x00004298 ncall  0x00007f8a , 0x00000001 
+ 00024237  0x00004299 fetch  0x00000001 , 0x0000015a 
+ 00024238  0x0000429a compare  0x00000020 , 0x0000003f , 0x00000030 
+ 00024239  0x0000429b fetch  0x00000001 , 0x0000004c 
+ 00024240  0x0000429c setflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00024241  0x0000429d store  0x00000001 , 0x0000004c 
+ 00024242  0x0000429e fetch  0x00000001 , 0x00000153 
+ 00024243  0x0000429f fetcht  0x00000001 , 0x00000189 
+ 00024244  0x000042a0 isolate1  0x00000004 , 0x0000003f 
+ 00024245  0x000042a1 setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00024246  0x000042a2 isolate1  0x00000006 , 0x0000003f 
+ 00024247  0x000042a3 setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00024248  0x000042a4 setflag  0x00000001 , 0x00000005 , 0x00000002 
+ 00024249  0x000042a5 storet  0x00000001 , 0x00000189 
+ 00024250  0x000042a6 fetch  0x00000001 , 0x00000156 
+ 00024251  0x000042a7 store  0x00000001 , 0x00000447 
+ 00024252  0x000042a8 fetch  0x00000001 , 0x00000157 
+ 00024253  0x000042a9 store  0x00000001 , 0x00000448 
+ 00024254  0x000042aa set1  0x00000011 , 0x00000000 
+ 00024255  0x000042ab rtn 
+ 00024256  0x000042ae set0  0x00000011 , 0x00000000 
+ 00024257  0x000042af jam  0x00000000 , 0x00000153 
+ 00024258  0x000042b0 fetch  0x00000001 , 0x0000015d 
+ 00024259  0x000042b1 store  0x00000001 , 0x00000189 
+ 00024260  0x000042b2 hfetch  0x00000001 , 0x00008043 
+ 00024261  0x000042b3 and_into  0x000000fb , 0x0000003f 
+ 00024262  0x000042b4 hstore  0x00000001 , 0x00008043 
+ 00024263  0x000042b5 rtn 
+ 00024264  0x000042b9 arg  0x000004df , 0x00000006 
+ 00024265  0x000042ba arg  0x000004ef , 0x00000005 
+ 00024266  0x000042bb branch  0x00007e35 
+ 00024267  0x000042be jam  0x00000009 , 0x0000007c 
+ 00024268  0x000042bf rtn 
+ 00024269  0x000042c2 nrtn  0x00000029 
+ 00024270  0x000042c3 jam  0x00000011 , 0x0000007c 
+ 00024271  0x000042c4 rtn 
+ 00024272  0x000042c7 arg  0x00004140 , 0x00000011 
+ 00024273  0x000042c8 call  0x0000736a 
+ 00024274  0x000042c9 jam  0x00000003 , 0x0000007c 
+ 00024275  0x000042ca jam  0x00000008 , 0x0000007d 
+ 00024276  0x000042cb rtn 
+ 00024277  0x000042ce jam  0x0000000a , 0x00000072 
+ 00024278  0x000042cf jam  0x00000007 , 0x0000007c 
+ 00024279  0x000042d0 jam  0x00000016 , 0x00000446 
+ 00024280  0x000042d1 rtn 
+ 00024281  0x000042d8 set1  0x00000025 , 0x00000000 
+ 00024282  0x000042d9 bpatch  0x000000e3 , 0x0000403c 
+ 00024283  0x000042da disable  0x00000028 
+ 00024284  0x000042db call  0x000061d9 
+ 00024285  0x000042dc fetch  0x00000001 , 0x00000048 
+ 00024286  0x000042dd rtn  0x00000034 
+ 00024287  0x000042e2 bbit1  0x00000007 , 0x00005f10 
+ 00024288  0x000042e3 beq  0x00000001 , 0x00006072 
+ 00024289  0x000042e4 beq  0x00000002 , 0x00005f9b 
+ 00024290  0x000042e5 beq  0x00000003 , 0x00005f1d 
+ 00024291  0x000042e6 beq  0x00000004 , 0x00005f36 
+ 00024292  0x000042e7 beq  0x00000027 , 0x000060f2 
+ 00024293  0x000042e8 beq  0x00000028 , 0x00005fbf 
+ 00024294  0x000042e9 beq  0x00000030 , 0x00005fab 
+ 00024295  0x000042ea beq  0x00000025 , 0x000060ed 
+ 00024296  0x000042eb beq  0x00000026 , 0x00005fba 
+ 00024297  0x000042ec beq  0x00000031 , 0x000060dc 
+ 00024298  0x000042ed beq  0x00000037 , 0x0000606d 
+ 00024299  0x000042ee beq  0x00000033 , 0x0000605f 
+ 00024300  0x000042ef beq  0x00000008 , 0x00006174 
+ 00024301  0x000042f0 beq  0x00000009 , 0x0000616a 
+ 00024302  0x000042f1 beq  0x0000000b , 0x0000617f 
+ 00024303  0x000042f2 beq  0x0000000c , 0x00006188 
+ 00024304  0x000042f3 beq  0x0000000f , 0x00006065 
+ 00024305  0x000042f4 beq  0x00000010 , 0x000061af 
+ 00024306  0x000042f5 beq  0x00000011 , 0x000061a5 
+ 00024307  0x000042f6 beq  0x00000007 , 0x00006055 
+ 00024308  0x000042f7 beq  0x0000002a , 0x00006081 
+ 00024309  0x000042f8 beq  0x0000000a , 0x00006082 
+ 00024310  0x000042fa beq  0x0000002b , 0x000060b5 
+ 00024311  0x000042fb beq  0x00000006 , 0x00005fb0 
+ 00024312  0x000042fc beq  0x00000021 , 0x00006062 
+ 00024313  0x000042fd beq  0x0000002d , 0x000060d2 
+ 00024314  0x000042fe beq  0x0000002e , 0x000060d7 
+ 00024315  0x000042ff beq  0x00000022 , 0x00006062 
+ 00024316  0x00004300 beq  0x0000002c , 0x000060cb 
+ 00024317  0x00004301 beq  0x00000034 , 0x00006083 
+ 00024318  0x00004302 beq  0x00000013 , 0x00006098 
+ 00024319  0x00004303 beq  0x00000017 , 0x000060a7 
+ 00024320  0x00004304 beq  0x00000012 , 0x000061ac 
+ 00024321  0x00004305 beq  0x0000002f , 0x000060ad 
+ 00024322  0x00004306 beq  0x00000018 , 0x000060b2 
+ 00024323  0x00004307 beq  0x0000003d , 0x00006119 
+ 00024324  0x00004308 beq  0x0000003e , 0x00006125 
+ 00024325  0x00004309 beq  0x0000003f , 0x00006137 
+ 00024326  0x0000430a beq  0x00000040 , 0x00006142 
+ 00024327  0x0000430b beq  0x00000041 , 0x00006157 
+ 00024328  0x0000430c beq  0x00000023 , 0x00006166 
+ 00024329  0x0000430d beq  0x0000003b , 0x00006161 
+ 00024330  0x0000430f beq  0x00000005 , 0x00006167 
+ 00024331  0x00004310 beq  0x00000029 , 0x00006168 
+ 00024332  0x00004311 beq  0x00000038 , 0x00006169 
+ 00024333  0x00004312 beq  0x00000039 , 0x00006078 
+ 00024334  0x00004314 branch  0x00003bf1 
+ 00024335  0x00004315 rtn 
+ 00024336  0x00004317 beq  0x0000008c , 0x00005fc4 
+ 00024337  0x00004318 beq  0x0000008d , 0x00005fe3 
+ 00024338  0x00004319 beq  0x00000081 , 0x00005f43 
+ 00024339  0x0000431a beq  0x00000084 , 0x00005f76 
+ 00024340  0x0000431b beq  0x00000082 , 0x00005f50 
+ 00024341  0x0000431c beq  0x00000083 , 0x00005fec 
+ 00024342  0x0000431d beq  0x0000008b , 0x00005ff7 
+ 00024343  0x0000431e beq  0x00000097 , 0x00006051 
+ 00024344  0x0000431f beq  0x00000099 , 0x00005f8c 
+ 00024345  0x00004320 beq  0x0000009a , 0x00005f81 
+ 00024346  0x00004321 beq  0x00000095 , 0x00005f91 
+ 00024347  0x00004322 beq  0x00000096 , 0x00005f92 
+ 00024348  0x00004323 branch  0x00003bf1 
+ 00024349  0x0000432a force  0x00000002 , 0x0000003f 
+ 00024350  0x0000432b call  0x000061b5 
+ 00024351  0x0000432c fetch  0x00000001 , 0x00000049 
+ 00024352  0x0000432d istore  0x00000001 , 0x00000005 
+ 00024353  0x0000432e beq  0x0000002b , 0x00005f5a 
+ 00024354  0x0000432f call  0x000061c4 
+ 00024355  0x00004330 fetch  0x00000001 , 0x00000049 
+ 00024356  0x00004331 beq  0x00000008 , 0x00005f5d 
+ 00024357  0x00004332 beq  0x0000000f , 0x00005f61 
+ 00024358  0x00004333 beq  0x00000010 , 0x00005f6c 
+ 00024359  0x00004334 beq  0x00000017 , 0x00005f33 
+ 00024360  0x00004335 beq  0x00000033 , 0x00005f6f 
+ 00024361  0x00004336 beq  0x0000002c , 0x00005f74 
+ 00024362  0x00004337 beq  0x00000041 , 0x00005f75 
+ 00024363  0x00004338 beq  0x00000011 , 0x00005f2d 
+ 00024364  0x00004339 rtn 
+ 00024365  0x0000433c fetch  0x00000001 , 0x00000055 
+ 00024366  0x0000433d rtn  0x00000034 
+ 00024367  0x0000433e jam  0x0000001b , 0x00000055 
+ 00024368  0x0000433f setarg  0x0000000c 
+ 00024369  0x00004340 arg  0x0000000b , 0x00000007 
+ 00024370  0x00004341 branch  0x00007e4c 
+ 00024371  0x00004344 force  0x00000002 , 0x00000002 
+ 00024372  0x00004345 call  0x00004907 
+ 00024373  0x00004346 branch  0x000037e1 
+ 00024374  0x00004348 force  0x00000003 , 0x0000003f 
+ 00024375  0x00004349 call  0x000061b5 
+ 00024376  0x0000434a fetch  0x00000001 , 0x00000049 
+ 00024377  0x0000434b beq  0x0000000b , 0x00005f3e 
+ 00024378  0x0000434c istore  0x00000001 , 0x00000005 
+ 00024379  0x0000434d fetch  0x00000001 , 0x0000004a 
+ 00024380  0x0000434e istore  0x00000001 , 0x00000005 
+ 00024381  0x0000434f branch  0x000061c4 
+ 00024382  0x00004352 istore  0x00000001 , 0x00000005 
+ 00024383  0x00004353 fetch  0x00000001 , 0x0000004a 
+ 00024384  0x00004354 istore  0x00000001 , 0x00000005 
+ 00024385  0x00004355 arg  0x00000451 , 0x00000002 
+ 00024386  0x00004356 branch  0x000061fb 
+ 00024387  0x00004359 force  0x00000004 , 0x00000007 
+ 00024388  0x0000435a call  0x000061bd 
+ 00024389  0x0000435b setarg  0x0000007f 
+ 00024390  0x0000435c istore  0x00000001 , 0x00000005 
+ 00024391  0x0000435d fetch  0x00000001 , 0x00000049 
+ 00024392  0x0000435e set0  0x00000007 , 0x0000003f 
+ 00024393  0x0000435f istore  0x00000001 , 0x00000005 
+ 00024394  0x00004360 fetch  0x00000001 , 0x00000049 
+ 00024395  0x00004361 beq  0x0000008c , 0x00005f5a 
+ 00024396  0x00004362 call  0x000061c4 
+ 00024397  0x00004363 fetch  0x00000001 , 0x00000049 
+ 00024398  0x00004364 beq  0x0000008d , 0x00005f74 
+ 00024399  0x00004365 rtn 
+ 00024400  0x00004368 force  0x00000005 , 0x00000007 
+ 00024401  0x00004369 call  0x000061bd 
+ 00024402  0x0000436a setarg  0x0000007f 
+ 00024403  0x0000436b istore  0x00000001 , 0x00000005 
+ 00024404  0x0000436c fetch  0x00000001 , 0x00000049 
+ 00024405  0x0000436d set0  0x00000007 , 0x0000003f 
+ 00024406  0x0000436e istore  0x00000001 , 0x00000005 
+ 00024407  0x0000436f fetch  0x00000001 , 0x0000004a 
+ 00024408  0x00004370 istore  0x00000001 , 0x00000005 
+ 00024409  0x00004371 branch  0x000061c4 
+ 00024410  0x00004374 call  0x0000384a 
+ 00024411  0x00004375 arg  0x00000452 , 0x00000002 
+ 00024412  0x00004376 branch  0x000061fb 
+ 00024413  0x0000437a call  0x00003507 
+ 00024414  0x0000437b call  0x0000620d 
+ 00024415  0x0000437c rtn  0x00000001 
+ 00024416  0x0000437d branch  0x00005ecb 
+ 00024417  0x00004380 fetch  0x00000001 , 0x0000004b 
+ 00024418  0x00004381 bbit1  0x00000005 , 0x00005f68 
+ 00024419  0x00004382 rtnbit0  0x00000004 
+ 00024420  0x00004383 jam  0x00000012 , 0x0000007c 
+ 00024421  0x00004384 set0  0x00000004 , 0x0000003f 
+ 00024422  0x00004385 call  0x00006205 
+ 00024423  0x00004386 branch  0x00005f6a 
+ 00024424  0x00004388 jam  0x00000010 , 0x0000007c 
+ 00024425  0x00004389 set0  0x00000005 , 0x0000003f 
+ 00024426  0x0000438b store  0x00000001 , 0x0000004b 
+ 00024427  0x0000438c rtn 
+ 00024428  0x0000438f call  0x00006216 
+ 00024429  0x00004390 branch  0x00005ecd , 0x00000001 
+ 00024430  0x00004391 rtn 
+ 00024431  0x00004395 fetch  0x00000001 , 0x0000044d 
+ 00024432  0x00004396 set1  0x00000000 , 0x0000003f 
+ 00024433  0x00004397 store  0x00000001 , 0x0000044d 
+ 00024434  0x00004398 jam  0x00000001 , 0x00000b7d 
+ 00024435  0x00004399 branch  0x00007c27 
+ 00024436  0x0000439d rtn 
+ 00024437  0x000043a0 rtn 
+ 00024438  0x000043a5 force  0x0000000c , 0x00000007 
+ 00024439  0x000043a6 call  0x000061bd 
+ 00024440  0x000043a7 setarg  0x00000001 
+ 00024441  0x000043a8 istore  0x00000001 , 0x00000005 
+ 00024442  0x000043a9 fetch  0x00000002 , 0x0000044a 
+ 00024443  0x000043aa istore  0x00000002 , 0x00000005 
+ 00024444  0x000043ab setarg  0x00000000 
+ 00024445  0x000043ac istore  0x00000003 , 0x00000005 
+ 00024446  0x000043ad setarg  0x00000000 
+ 00024447  0x000043ae istore  0x00000004 , 0x00000005 
+ 00024448  0x000043af branch  0x000061cd 
+ 00024449  0x000043b2 force  0x00000005 , 0x00000007 
+ 00024450  0x000043b3 call  0x000061bd 
+ 00024451  0x000043b4 fetch  0x00000001 , 0x00004132 
+ 00024452  0x000043b5 beq  0x00000001 , 0x00005f89 
+ 00024453  0x000043b6 setarg  0x00040003 
+ 00024454  0x000043b7 istore  0x00000003 , 0x00000005 
+ 00024455  0x000043b8 store  0x00000003 , 0x000007e6 
+ 00024456  0x000043b9 branch  0x000061cd 
+ 00024457  0x000043bb fetch  0x00000003 , 0x000007e6 
+ 00024458  0x000043bc istore  0x00000003 , 0x00000005 
+ 00024459  0x000043bd branch  0x000061cd 
+ 00024460  0x000043c0 force  0x00000005 , 0x00000007 
+ 00024461  0x000043c1 call  0x000061bd 
+ 00024462  0x000043c2 fetch  0x00000003 , 0x000007e6 
+ 00024463  0x000043c3 istore  0x00000003 , 0x00000005 
+ 00024464  0x000043c4 branch  0x000061cf 
+ 00024465  0x000043c9 rtn 
+ 00024466  0x000043cb force  0x00000009 , 0x00000007 
+ 00024467  0x000043cc call  0x000061bd 
+ 00024468  0x000043cd fetch  0x00000001 , 0x00000097 
+ 00024469  0x000043ce istore  0x00000001 , 0x00000005 
+ 00024470  0x000043cf fetch  0x00000002 , 0x00000098 
+ 00024471  0x000043d0 istore  0x00000002 , 0x00000005 
+ 00024472  0x000043d1 fetch  0x00000004 , 0x00000093 
+ 00024473  0x000043d2 istore  0x00000004 , 0x00000005 
+ 00024474  0x000043d3 branch  0x000061cd 
+ 00024475  0x000043d6 force  0x00000011 , 0x0000003f 
+ 00024476  0x000043d7 call  0x000061b5 
+ 00024477  0x000043d8 fetch  0x00000001 , 0x00000049 
+ 00024478  0x000043d9 copy  0x0000003f , 0x00000002 
+ 00024479  0x000043da beq  0x00000000 , 0x00005fa3 
+ 00024480  0x000043db beq  0x0000000e , 0x00005fa3 
+ 00024481  0x000043dc beq  0x0000001c , 0x00005fa3 
+ 00024482  0x000043dd rtn 
+ 00024483  0x000043df istore  0x00000001 , 0x00000005 
+ 00024484  0x000043e0 fetch  0x00000001 , 0x00004702 
+ 00024485  0x000043e1 istore  0x00000001 , 0x00000005 
+ 00024486  0x000043e2 copy  0x0000003f , 0x00000039 
+ 00024487  0x000043e3 setarg  0x00004703 
+ 00024488  0x000043e4 iadd  0x00000002 , 0x00000006 
+ 00024489  0x000043e5 call  0x00007e45 
+ 00024490  0x000043e6 branch  0x000061cd 
+ 00024491  0x000043ea force  0x00000003 , 0x0000003f 
+ 00024492  0x000043eb call  0x000061b5 
+ 00024493  0x000043ec setarg  0x00000114 
+ 00024494  0x000043ed istore  0x00000002 , 0x00000005 
+ 00024495  0x000043ee branch  0x000061cd 
+ 00024496  0x000043f2 force  0x00000003 , 0x0000003f 
+ 00024497  0x000043f3 call  0x000061b5 
+ 00024498  0x000043f4 fetch  0x00000004 , 0x0000016f 
+ 00024499  0x000043f5 isub  0x00000022 , 0x0000003f 
+ 00024500  0x000043f6 branch  0x00005fb6 , 0x00000029 
+ 00024501  0x000043f7 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024502  0x000043fa rshift2  0x0000003f , 0x0000003f 
+ 00024503  0x000043fb set0  0x0000000f , 0x0000003f 
+ 00024504  0x000043fc istore  0x00000002 , 0x00000005 
+ 00024505  0x000043fd branch  0x000061cd 
+ 00024506  0x00004400 force  0x00000006 , 0x0000003f 
+ 00024507  0x00004401 call  0x000061b5 
+ 00024508  0x00004402 fetch  0x00000005 , 0x000046fd 
+ 00024509  0x00004403 istore  0x00000005 , 0x00000005 
+ 00024510  0x00004404 branch  0x000061cd 
+ 00024511  0x00004407 force  0x00000009 , 0x0000003f 
+ 00024512  0x00004408 call  0x000061b5 
+ 00024513  0x00004409 fetch  0x00000008 , 0x00004138 
+ 00024514  0x0000440a istore  0x00000008 , 0x00000005 
+ 00024515  0x0000440b branch  0x000061cd 
+ 00024516  0x00004412 branch  0x00005fc6 , 0x00000029 
+ 00024517  0x00004415 branch  0x00005fc7 
+ 00024518  0x00004417 jam  0x00000007 , 0x000041f9 
+ 00024519  0x00004419 jam  0x00000000 , 0x000000af 
+ 00024520  0x0000441a force  0x00000010 , 0x00000007 
+ 00024521  0x0000441b call  0x000061bd 
+ 00024522  0x0000441c fetch  0x00000001 , 0x000000ad 
+ 00024523  0x0000441d istore  0x00000001 , 0x00000005 
+ 00024524  0x0000441e fetch  0x00000001 , 0x000041f9 
+ 00024525  0x0000441f istore  0x00000001 , 0x00000005 
+ 00024526  0x00004420 setarg  0x00000000 
+ 00024527  0x00004421 istore  0x00000001 , 0x00000005 
+ 00024528  0x00004422 fetch  0x00000001 , 0x000000af 
+ 00024529  0x00004423 istore  0x00000001 , 0x00000005 
+ 00024530  0x00004424 setarg  0x00000006 
+ 00024531  0x00004425 istore  0x00000001 , 0x00000005 
+ 00024532  0x00004426 setarg  0x00000002 
+ 00024533  0x00004427 istore  0x00000001 , 0x00000005 
+ 00024534  0x00004428 setarg  0x00000007 
+ 00024535  0x00004429 istore  0x00000001 , 0x00000005 
+ 00024536  0x0000442a istore  0x00000001 , 0x00000005 
+ 00024537  0x0000442b setarg  0x0000001e 
+ 00024538  0x0000442c istore  0x00000002 , 0x00000005 
+ 00024539  0x0000442d istore  0x00000002 , 0x00000005 
+ 00024540  0x0000442e fetch  0x00000001 , 0x000000ab 
+ 00024541  0x0000442f istore  0x00000001 , 0x00000005 
+ 00024542  0x00004430 fetch  0x00000001 , 0x000000b1 
+ 00024543  0x00004431 istore  0x00000001 , 0x00000005 
+ 00024544  0x00004432 nbranch  0x000061cd , 0x00000034 
+ 00024545  0x00004433 branch  0x000061cd , 0x00000029 
+ 00024546  0x00004434 branch  0x000061cf 
+ 00024547  0x00004437 force  0x00000004 , 0x00000007 
+ 00024548  0x00004438 call  0x000061bd 
+ 00024549  0x00004439 fetch  0x00000001 , 0x000000ad 
+ 00024550  0x0000443a istore  0x00000001 , 0x00000005 
+ 00024551  0x0000443b fetch  0x00000001 , 0x00000446 
+ 00024552  0x0000443c istore  0x00000001 , 0x00000005 
+ 00024553  0x0000443d fetch  0x00000001 , 0x000000b4 
+ 00024554  0x0000443e store  0x00000001 , 0x00000047 
+ 00024555  0x0000443f branch  0x000061cf 
+ 00024556  0x00004443 force  0x0000000c , 0x00000007 
+ 00024557  0x00004444 call  0x000061bd 
+ 00024558  0x00004445 setarg  0x00000001 
+ 00024559  0x00004446 istore  0x00000001 , 0x00000005 
+ 00024560  0x00004447 fetch  0x00000002 , 0x0000044a 
+ 00024561  0x00004448 istore  0x00000002 , 0x00000005 
+ 00024562  0x00004449 setarg  0x00000000 
+ 00024563  0x0000444a istore  0x00000003 , 0x00000005 
+ 00024564  0x0000444b setarg  0x00000000 
+ 00024565  0x0000444c istore  0x00000004 , 0x00000005 
+ 00024566  0x0000444d branch  0x000061cf 
+ 00024567  0x00004450 force  0x00000003 , 0x00000007 
+ 00024568  0x00004451 call  0x000061bd 
+ 00024569  0x00004452 fetch  0x00000001 , 0x000041fb 
+ 00024570  0x00004453 istore  0x00000001 , 0x00000005 
+ 00024571  0x00004454 disable  0x00000028 
+ 00024572  0x00004455 call  0x000061cf 
+ 00024573  0x00004456 nrtn  0x00000028 
+ 00024574  0x00004457 nrtn  0x00000029 
+ 00024575  0x00004458 fetch  0x00000001 , 0x00004179 
+ 00024576  0x00004459 rtnbit0  0x00000000 
+ 00024577  0x0000445a call  0x0000600f 
+ 00024578  0x0000445b branch  0x00006019 
+ 00024579  0x0000445f fetch  0x00000001 , 0x0000413e 
+ 00024580  0x00004460 set1  0x00000003 , 0x0000003f 
+ 00024581  0x00004461 store  0x00000001 , 0x0000413e 
+ 00024582  0x00004462 setarg  0x00000101 
+ 00024583  0x00004463 store  0x00000002 , 0x0000044a 
+ 00024584  0x00004464 rtn 
+ 00024585  0x00004467 fetch  0x00000001 , 0x0000413e 
+ 00024586  0x00004468 set0  0x00000003 , 0x0000003f 
+ 00024587  0x00004469 store  0x00000001 , 0x0000413e 
+ 00024588  0x0000446a setarg  0x00000000 
+ 00024589  0x0000446b store  0x00000002 , 0x0000044a 
+ 00024590  0x0000446c rtn 
+ 00024591  0x0000446f jam  0x00000003 , 0x00004179 
+ 00024592  0x00004470 setarg  0x00000000 
+ 00024593  0x00004471 store  0x00000004 , 0x000041e3 
+ 00024594  0x00004472 arg  0x0000417b , 0x00000005 
+ 00024595  0x00004473 call  0x00006023 
+ 00024596  0x00004474 arg  0x00004188 , 0x00000005 
+ 00024597  0x00004475 call  0x00006023 
+ 00024598  0x00004476 arg  0x000041e7 , 0x00000005 
+ 00024599  0x00004477 call  0x00006023 
+ 00024600  0x00004478 branch  0x0000602a 
+ 00024601  0x0000447a arg  0x00004188 , 0x00000005 
+ 00024602  0x0000447b call  0x00006023 
+ 00024603  0x0000447c call  0x0000602a 
+ 00024604  0x0000447d branch  0x0000602d 
+ 00024605  0x00004481 fetch  0x00000005 , 0x000041e7 
+ 00024606  0x00004482 store  0x00000005 , 0x00004188 
+ 00024607  0x00004483 ifetch  0x00000005 , 0x00000006 
+ 00024608  0x00004484 istore  0x00000005 , 0x00000005 
+ 00024609  0x00004485 call  0x0000602a 
+ 00024610  0x00004486 branch  0x0000602d 
+ 00024611  0x00004489 setarg  0x00ffffff 
+ 00024612  0x0000448a istore  0x00000003 , 0x00000005 
+ 00024613  0x0000448b istore  0x00000003 , 0x00000005 
+ 00024614  0x0000448c istore  0x00000003 , 0x00000005 
+ 00024615  0x0000448d setarg  0x0000007f 
+ 00024616  0x0000448e istore  0x00000001 , 0x00000005 
+ 00024617  0x0000448f rtn 
+ 00024618  0x00004491 setarg  0x00000000 
+ 00024619  0x00004492 store  0x00000002 , 0x00004177 
+ 00024620  0x00004493 rtn 
+ 00024621  0x00004495 fetch  0x00000001 , 0x00004179 
+ 00024622  0x00004496 set1  0x00000002 , 0x0000003f 
+ 00024623  0x00004497 store  0x00000001 , 0x00004179 
+ 00024624  0x00004498 rtn 
+ 00024625  0x0000449a nrtn  0x00000029 
+ 00024626  0x0000449b force  0x00000010 , 0x0000003f 
+ 00024627  0x0000449c call  0x000061b5 
+ 00024628  0x0000449d deposit  0x00000022 
+ 00024629  0x0000449e arg  0x000001dc , 0x00000002 
+ 00024630  0x0000449f iadd  0x00000002 , 0x0000003f 
+ 00024631  0x000044a0 rshift  0x0000003f , 0x0000003f 
+ 00024632  0x000044a1 increase  0x00000001 , 0x0000003f 
+ 00024633  0x000044a2 set0  0x00000000 , 0x0000003f 
+ 00024634  0x000044a3 istore  0x00000004 , 0x00000005 
+ 00024635  0x000044a4 copy  0x0000003f , 0x00000002 
+ 00024636  0x000044a5 setarg  0x00000001 
+ 00024637  0x000044a6 istore  0x00000001 , 0x00000005 
+ 00024638  0x000044a7 fetch  0x00000005 , 0x00004188 
+ 00024639  0x000044a8 istore  0x00000005 , 0x00000005 
+ 00024640  0x000044a9 ifetch  0x00000005 , 0x00000006 
+ 00024641  0x000044aa istore  0x00000005 , 0x00000005 
+ 00024642  0x000044ab lshift  0x00000002 , 0x00000002 
+ 00024643  0x000044ac storet  0x00000004 , 0x00004173 
+ 00024644  0x000044ad call  0x000061cf 
+ 00024645  0x000044ae fetch  0x00000001 , 0x00000031 
+ 00024646  0x000044af set1  0x00000003 , 0x0000003f 
+ 00024647  0x000044b0 store  0x00000001 , 0x00000031 
+ 00024648  0x000044b1 jam  0x00000001 , 0x0000417a 
+ 00024649  0x000044b2 fetch  0x00000004 , 0x00004173 
+ 00024650  0x000044b3 arg  0x0002ee00 , 0x00000002 
+ 00024651  0x000044b4 iadd  0x00000002 , 0x0000003f 
+ 00024652  0x000044b5 store  0x00000004 , 0x000041e3 
+ 00024653  0x000044b6 fetch  0x00000001 , 0x00004179 
+ 00024654  0x000044b7 rtnbit1  0x00000004 
+ 00024655  0x000044b8 jam  0x00000090 , 0x0000007c 
+ 00024656  0x000044b9 rtn 
+ 00024657  0x000044bd force  0x00000002 , 0x00000007 
+ 00024658  0x000044be call  0x000061bd 
+ 00024659  0x000044bf nbranch  0x000061cd , 0x00000029 
+ 00024660  0x000044c1 branch  0x000061cf 
+ 00024661  0x000044c6 force  0x00000002 , 0x0000003f 
+ 00024662  0x000044c7 call  0x000061b5 
+ 00024663  0x000044c8 fetch  0x00000001 , 0x00000446 
+ 00024664  0x000044c9 istore  0x00000001 , 0x00000005 
+ 00024665  0x000044ca call  0x000061cf 
+ 00024666  0x000044cc fetch  0x00000001 , 0x0000004b 
+ 00024667  0x000044cd set1  0x00000003 , 0x0000003f 
+ 00024668  0x000044ce store  0x00000001 , 0x0000004b 
+ 00024669  0x000044cf jam  0x00000032 , 0x00000072 
+ 00024670  0x000044d0 rtn 
+ 00024671  0x000044d4 force  0x00000001 , 0x0000003f 
+ 00024672  0x000044d5 call  0x000061b5 
+ 00024673  0x000044d6 branch  0x000061cf 
+ 00024674  0x000044d8 force  0x00000001 , 0x0000003f 
+ 00024675  0x000044d9 call  0x000061b5 
+ 00024676  0x000044da branch  0x000061cd 
+ 00024677  0x000044de force  0x00000002 , 0x0000003f 
+ 00024678  0x000044df call  0x000061b5 
+ 00024679  0x000044e0 fetch  0x00000001 , 0x0000004c 
+ 00024680  0x000044e1 isolate0  0x00000002 , 0x0000003f 
+ 00024681  0x000044e2 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024682  0x000044e3 and_into  0x00000001 , 0x0000003f 
+ 00024683  0x000044e4 istore  0x00000001 , 0x00000005 
+ 00024684  0x000044e5 branch  0x000061cf 
+ 00024685  0x000044e9 force  0x00000003 , 0x0000003f 
+ 00024686  0x000044ea call  0x000061b5 
+ 00024687  0x000044eb fetch  0x00000002 , 0x00000051 
+ 00024688  0x000044ec istore  0x00000002 , 0x00000005 
+ 00024689  0x000044ed branch  0x000061cf 
+ 00024690  0x000044f0 jam  0x000000fa , 0x00000072 
+ 00024691  0x000044f1 force  0x00000002 , 0x0000003f 
+ 00024692  0x000044f2 call  0x000061b5 
+ 00024693  0x000044f3 fetch  0x00000001 , 0x00000053 
+ 00024694  0x000044f4 istore  0x00000001 , 0x00000005 
+ 00024695  0x000044f5 branch  0x000061cf 
+ 00024696  0x000044f8 force  0x0000000a , 0x0000003f 
+ 00024697  0x000044f9 call  0x000061b5 
+ 00024698  0x000044fa arg  0x00000154 , 0x00000006 
+ 00024699  0x000044fb force  0x00000009 , 0x00000039 
+ 00024700  0x000044fd ifetch  0x00000001 , 0x00000006 
+ 00024701  0x000044fe xor_into  0x00000055 , 0x0000003f 
+ 00024702  0x000044ff istore  0x00000001 , 0x00000005 
+ 00024703  0x00004500 loop  0x0000607c 
+ 00024704  0x00004501 branch  0x000061cf 
+ 00024705  0x00004504 branch  0x000061cf 
+ 00024706  0x00004506 branch  0x000061cf 
+ 00024707  0x00004509 rtn  0x00000029 
+ 00024708  0x0000450a call  0x00003997 
+ 00024709  0x0000450b force  0x00000009 , 0x0000003f 
+ 00024710  0x0000450c call  0x000061b5 
+ 00024711  0x0000450d fetch  0x00000002 , 0x0000017b 
+ 00024712  0x0000450e istore  0x00000002 , 0x00000005 
+ 00024713  0x0000450f fetch  0x00000003 , 0x00004140 
+ 00024714  0x00004510 istore  0x00000003 , 0x00000005 
+ 00024715  0x00004511 fetch  0x00000001 , 0x00004143 
+ 00024716  0x00004512 istore  0x00000001 , 0x00000005 
+ 00024717  0x00004513 fetch  0x00000002 , 0x00004144 
+ 00024718  0x00004514 istore  0x00000002 , 0x00000005 
+ 00024719  0x00004515 bmark0  0x00000003 , 0x00006094 
+ 00024720  0x00004516 set0  0x00000003 , 0x00000000 
+ 00024721  0x00004517 call  0x000061cf 
+ 00024722  0x00004518 jam  0x00000013 , 0x0000007c 
+ 00024723  0x00004519 rtn 
+ 00024724  0x0000451b call  0x000061cd 
+ 00024725  0x0000451c jam  0x00000003 , 0x0000007c 
+ 00024726  0x0000451d jam  0x00000013 , 0x0000007d 
+ 00024727  0x0000451e rtn 
+ 00024728  0x00004521 arg  0x00000200 , 0x00000002 
+ 00024729  0x00004522 branch  0x0000609c , 0x00000029 
+ 00024730  0x00004523 deposit  0x00000028 
+ 00024731  0x00004524 branch  0x0000609d 
+ 00024732  0x00004526 deposit  0x00000022 
+ 00024733  0x00004528 deposit  0x00000021 
+ 00024734  0x00004529 iadd  0x00000002 , 0x0000003f 
+ 00024735  0x0000452a and_into  0x000001fc , 0x0000003f 
+ 00024736  0x0000452b store  0x00000004 , 0x00000034 
+ 00024737  0x0000452c force  0x00000005 , 0x0000003f 
+ 00024738  0x0000452d call  0x000061b5 
+ 00024739  0x0000452e fetch  0x00000004 , 0x00000034 
+ 00024740  0x0000452f rshift  0x0000003f , 0x0000003f 
+ 00024741  0x00004530 istore  0x00000004 , 0x00000005 
+ 00024742  0x00004531 branch  0x000061cf 
+ 00024743  0x00004534 force  0x0000000a , 0x0000003f 
+ 00024744  0x00004535 call  0x000061b5 
+ 00024745  0x00004536 arg  0x00000455 , 0x00000006 
+ 00024746  0x00004537 ifetch  0x00000009 , 0x00000006 
+ 00024747  0x00004538 istore  0x00000009 , 0x00000005 
+ 00024748  0x00004539 branch  0x000061cf 
+ 00024749  0x0000453e force  0x00000003 , 0x0000003f 
+ 00024750  0x0000453f call  0x000061b5 
+ 00024751  0x00004540 setarg  0x00000114 
+ 00024752  0x00004541 istore  0x00000002 , 0x00000005 
+ 00024753  0x00004542 branch  0x000061cf 
+ 00024754  0x00004546 force  0x00000001 , 0x0000003f 
+ 00024755  0x00004547 call  0x000061b5 
+ 00024756  0x00004550 branch  0x000061cf 
+ 00024757  0x00004553 branch  0x000060ba , 0x00000029 
+ 00024758  0x00004554 jam  0x00000000 , 0x000000ad 
+ 00024759  0x00004555 fetch  0x00000001 , 0x00000031 
+ 00024760  0x00004556 set1  0x00000004 , 0x0000003f 
+ 00024761  0x00004557 store  0x00000001 , 0x00000031 
+ 00024762  0x00004559 jam  0x00000000 , 0x000000af 
+ 00024763  0x0000455a force  0x00000007 , 0x0000003f 
+ 00024764  0x0000455b call  0x000061b5 
+ 00024765  0x0000455c fetch  0x00000001 , 0x000000ad 
+ 00024766  0x0000455d istore  0x00000001 , 0x00000005 
+ 00024767  0x0000455e setarg  0x00000000 
+ 00024768  0x0000455f istore  0x00000001 , 0x00000005 
+ 00024769  0x00004560 fetch  0x00000001 , 0x000000af 
+ 00024770  0x00004561 istore  0x00000001 , 0x00000005 
+ 00024771  0x00004562 setarg  0x00000006 
+ 00024772  0x00004563 istore  0x00000001 , 0x00000005 
+ 00024773  0x00004564 setarg  0x00000002 
+ 00024774  0x00004565 istore  0x00000001 , 0x00000005 
+ 00024775  0x00004566 fetch  0x00000001 , 0x000000ab 
+ 00024776  0x00004567 istore  0x00000001 , 0x00000005 
+ 00024777  0x00004568 branch  0x000061cd , 0x00000029 
+ 00024778  0x00004569 branch  0x000061ca 
+ 00024779  0x0000456d force  0x00000003 , 0x0000003f 
+ 00024780  0x0000456e call  0x000061b5 
+ 00024781  0x0000456f fetch  0x00000001 , 0x000000ad 
+ 00024782  0x00004570 istore  0x00000001 , 0x00000005 
+ 00024783  0x00004571 force  0x00000013 , 0x0000003f 
+ 00024784  0x00004572 istore  0x00000001 , 0x00000005 
+ 00024785  0x00004573 branch  0x000061cf 
+ 00024786  0x00004576 force  0x00000002 , 0x0000003f 
+ 00024787  0x00004577 call  0x000061b5 
+ 00024788  0x00004578 fetch  0x00000001 , 0x00004171 
+ 00024789  0x00004579 istore  0x00000001 , 0x00000005 
+ 00024790  0x0000457a branch  0x000061cf 
+ 00024791  0x0000457e force  0x00000002 , 0x0000003f 
+ 00024792  0x0000457f call  0x000061b5 
+ 00024793  0x00004580 setarg  0x00000005 
+ 00024794  0x00004581 istore  0x00000001 , 0x00000005 
+ 00024795  0x00004582 branch  0x000061cf 
+ 00024796  0x00004585 fetch  0x00000001 , 0x00000030 
+ 00024797  0x00004586 set1  0x00000004 , 0x0000003f 
+ 00024798  0x00004587 store  0x00000001 , 0x00000030 
+ 00024799  0x00004588 copy  0x00000022 , 0x0000003f 
+ 00024800  0x00004589 store  0x00000004 , 0x00000465 
+ 00024801  0x0000458a fetch  0x00000001 , 0x0000044d 
+ 00024802  0x0000458b bbit1  0x00000003 , 0x000060eb 
+ 00024803  0x0000458c set1  0x00000003 , 0x0000003f 
+ 00024804  0x0000458d store  0x00000001 , 0x0000044d 
+ 00024805  0x0000458e jam  0x00000005 , 0x00000b7d 
+ 00024806  0x0000458f call  0x00007c27 
+ 00024807  0x00004590 call  0x00004825 
+ 00024808  0x00004591 force  0x00000001 , 0x0000003f 
+ 00024809  0x00004592 call  0x000061b5 
+ 00024810  0x00004593 branch  0x000061cf 
+ 00024811  0x00004595 jam  0x00000000 , 0x00000048 
+ 00024812  0x00004596 rtn 
+ 00024813  0x00004599 force  0x00000006 , 0x0000003f 
+ 00024814  0x0000459a call  0x000061b5 
+ 00024815  0x0000459b fetch  0x00000005 , 0x000046fd 
+ 00024816  0x0000459c istore  0x00000005 , 0x00000005 
+ 00024817  0x0000459d branch  0x000061cf 
+ 00024818  0x000045a0 force  0x00000009 , 0x0000003f 
+ 00024819  0x000045a1 call  0x000061b5 
+ 00024820  0x000045a2 fetch  0x00000008 , 0x00004138 
+ 00024821  0x000045a3 istore  0x00000008 , 0x00000005 
+ 00024822  0x000045a4 branch  0x000061cf 
+ 00024823  0x000045a7 call  0x0000481b 
+ 00024824  0x000045a8 fetch  0x00000001 , 0x00004132 
+ 00024825  0x000045a9 beq  0x00000001 , 0x000060fd 
+ 00024826  0x000045aa jam  0x00000001 , 0x000007dd 
+ 00024827  0x000045ab fetch  0x00000001 , 0x00004793 
+ 00024828  0x000045ac rtnne  0x00000001 
+ 00024829  0x000045ae jam  0x00000013 , 0x000007db 
+ 00024830  0x000045af rtn 
+ 00024831  0x000045b2 call  0x00006209 
+ 00024832  0x000045b3 jam  0x00000099 , 0x0000007c 
+ 00024833  0x000045b4 jam  0x00000003 , 0x000007db 
+ 00024834  0x000045b5 rtn 
+ 00024835  0x000045b9 call  0x00006209 
+ 00024836  0x000045ba jam  0x0000003d , 0x0000007c 
+ 00024837  0x000045bb jam  0x00000007 , 0x000007db 
+ 00024838  0x000045bc rtn 
+ 00024839  0x000045bf arg  0x00000868 , 0x00000011 
+ 00024840  0x000045c0 arg  0x00000888 , 0x00000012 
+ 00024841  0x000045c1 arg  0x00000010 , 0x00000039 
+ 00024842  0x000045c2 call  0x00007f25 
+ 00024843  0x000045c3 branch  0x00006111 , 0x00000005 
+ 00024844  0x000045c4 jam  0x00000000 , 0x000007db 
+ 00024845  0x000045c5 call  0x00007811 
+ 00024846  0x000045c6 jam  0x00000024 , 0x0000007e 
+ 00024847  0x000045c7 jam  0x00000040 , 0x0000007d 
+ 00024848  0x000045c8 branch  0x00005bc9 
+ 00024849  0x000045ca jam  0x0000000a , 0x000007db 
+ 00024850  0x000045cb call  0x0000780f 
+ 00024851  0x000045cc jam  0x00000040 , 0x0000007d 
+ 00024852  0x000045cd branch  0x00005cf5 
+ 00024853  0x000045d2 jam  0x00000040 , 0x0000007c 
+ 00024854  0x000045d3 rtn 
+ 00024855  0x000045da jam  0x0000003d , 0x0000007c 
+ 00024856  0x000045dc rtn 
+ 00024857  0x000045e3 jam  0x00000000 , 0x000007e2 
+ 00024858  0x000045e4 force  0x00000004 , 0x0000003f 
+ 00024859  0x000045e5 call  0x000061b5 
+ 00024860  0x000045e6 force  0x00000001 , 0x0000003f 
+ 00024861  0x000045e7 istore  0x00000001 , 0x00000005 
+ 00024862  0x000045e8 force  0x00000001 , 0x0000003f 
+ 00024863  0x000045e9 istore  0x00000001 , 0x00000005 
+ 00024864  0x000045ea force  0x00000030 , 0x0000003f 
+ 00024865  0x000045eb istore  0x00000001 , 0x00000005 
+ 00024866  0x000045ec call  0x00006216 
+ 00024867  0x000045ed branch  0x000061cf , 0x00000001 
+ 00024868  0x000045ee branch  0x000061cd 
+ 00024869  0x000045f2 force  0x00000011 , 0x0000003f 
+ 00024870  0x000045f3 call  0x000061b5 
+ 00024871  0x000045f4 fetch  0x00000001 , 0x000007e2 
+ 00024872  0x000045f5 arg  0x000047ac , 0x00000006 
+ 00024873  0x000045f6 iadd  0x00000006 , 0x00000006 
+ 00024874  0x000045f7 ifetch  0x00000008 , 0x00000006 
+ 00024875  0x000045f8 istore  0x00000008 , 0x00000005 
+ 00024876  0x000045f9 ifetch  0x00000008 , 0x00000006 
+ 00024877  0x000045fa istore  0x00000008 , 0x00000005 
+ 00024878  0x000045fb fetch  0x00000001 , 0x000007e2 
+ 00024879  0x000045fc increase  0x00000010 , 0x0000003f 
+ 00024880  0x000045fd store  0x00000001 , 0x000007e2 
+ 00024881  0x000045fe call  0x00006216 
+ 00024882  0x000045ff branch  0x000061cf , 0x00000001 
+ 00024883  0x00004600 branch  0x000061cd 
+ 00024884  0x00004604 jam  0x00000006 , 0x000007da 
+ 00024885  0x00004605 jam  0x0000003f , 0x0000007c 
+ 00024886  0x00004606 rtn 
+ 00024887  0x0000460a force  0x00000011 , 0x0000003f 
+ 00024888  0x0000460b call  0x000061b5 
+ 00024889  0x0000460c arg  0x00000868 , 0x00000006 
+ 00024890  0x0000460d ifetch  0x00000008 , 0x00000006 
+ 00024891  0x0000460e istore  0x00000008 , 0x00000005 
+ 00024892  0x0000460f ifetch  0x00000008 , 0x00000006 
+ 00024893  0x00004610 istore  0x00000008 , 0x00000005 
+ 00024894  0x00004611 branch  0x000061cd 
+ 00024895  0x00004614 call  0x000061d9 
+ 00024896  0x00004616 jam  0x00000040 , 0x0000007c 
+ 00024897  0x00004617 rtn 
+ 00024898  0x0000461b call  0x00006216 
+ 00024899  0x0000461c call  0x0000774d , 0x00000001 
+ 00024900  0x0000461d force  0x00000011 , 0x0000003f 
+ 00024901  0x0000461e call  0x000061b5 
+ 00024902  0x0000461f arg  0x00000838 , 0x00000006 
+ 00024903  0x00004620 ifetch  0x00000008 , 0x00000006 
+ 00024904  0x00004621 istore  0x00000008 , 0x00000005 
+ 00024905  0x00004622 ifetch  0x00000008 , 0x00000006 
+ 00024906  0x00004623 istore  0x00000008 , 0x00000005 
+ 00024907  0x00004624 call  0x00006216 
+ 00024908  0x00004625 nbranch  0x000061cd , 0x00000001 
+ 00024909  0x00004626 branch  0x000061cf , 0x00000001 
+ 00024910  0x0000462a jam  0x0000000f , 0x000007db 
+ 00024911  0x0000462c call  0x00006209 
+ 00024912  0x0000462d jam  0x0000000b , 0x0000007c 
+ 00024913  0x0000462e call  0x00006221 
+ 00024914  0x0000462f branch  0x00007785 , 0x00000001 
+ 00024915  0x00004630 branch  0x0000778f 
+ 00024916  0x00004632 call  0x00006205 
+ 00024917  0x00004634 jam  0x00000041 , 0x0000007c 
+ 00024918  0x00004635 rtn 
+ 00024919  0x00004638 force  0x00000011 , 0x0000003f 
+ 00024920  0x00004639 call  0x000061b5 
+ 00024921  0x0000463a arg  0x00000868 , 0x00000006 
+ 00024922  0x0000463b ifetch  0x00000008 , 0x00000006 
+ 00024923  0x0000463c istore  0x00000008 , 0x00000005 
+ 00024924  0x0000463d ifetch  0x00000008 , 0x00000006 
+ 00024925  0x0000463e istore  0x00000008 , 0x00000005 
+ 00024926  0x0000463f call  0x00006216 
+ 00024927  0x00004640 nbranch  0x000061cd , 0x00000001 
+ 00024928  0x00004641 branch  0x000061cf , 0x00000001 
+ 00024929  0x00004644 force  0x00000003 , 0x0000003f 
+ 00024930  0x00004645 call  0x000061b5 
+ 00024931  0x00004646 setarg  0x0000fffe 
+ 00024932  0x00004647 istore  0x00000002 , 0x00000005 
+ 00024933  0x00004648 branch  0x000061cd 
+ 00024934  0x0000464b branch  0x000061cf 
+ 00024935  0x0000464d branch  0x000061cf 
+ 00024936  0x0000464f branch  0x000061cf 
+ 00024937  0x00004651 branch  0x000061cf 
+ 00024938  0x00004657 call  0x00006225 
+ 00024939  0x00004658 arg  0x00004140 , 0x00000011 
+ 00024940  0x00004659 call  0x0000622b 
+ 00024941  0x0000465a force  0x00000011 , 0x0000003f 
+ 00024942  0x0000465b call  0x000061b5 
+ 00024943  0x0000465c arg  0x0000050f , 0x00000011 
+ 00024944  0x0000465d arg  0x000004ef , 0x00000012 
+ 00024945  0x0000465e call  0x00007467 
+ 00024946  0x0000465f nbranch  0x000061c4 , 0x00000029 
+ 00024947  0x00004660 branch  0x000061ca 
+ 00024948  0x00004663 call  0x00006225 
+ 00024949  0x00004664 arg  0x00000040 , 0x00000011 
+ 00024950  0x00004665 call  0x0000736a 
+ 00024951  0x00004667 force  0x00000011 , 0x0000003f 
+ 00024952  0x00004668 call  0x000061b5 
+ 00024953  0x00004669 arg  0x000004ef , 0x00000006 
+ 00024954  0x0000466a call  0x00007e35 
+ 00024955  0x0000466b fetch  0x00000001 , 0x00000055 
+ 00024956  0x0000466c beq  0x00000019 , 0x000061cf 
+ 00024957  0x0000466d beq  0x00000018 , 0x000061cf 
+ 00024958  0x0000466e branch  0x000061ca 
+ 00024959  0x00004671 fetch  0x00000001 , 0x000007e1 
+ 00024960  0x00004672 branch  0x00006185 , 0x00000034 
+ 00024961  0x00004673 call  0x00006216 
+ 00024962  0x00004674 call  0x00006209 , 0x00000001 
+ 00024963  0x00004675 ncall  0x00006205 , 0x00000001 
+ 00024964  0x00004676 branch  0x00006186 
+ 00024965  0x00004678 call  0x00006209 
+ 00024966  0x0000467a call  0x00006225 
+ 00024967  0x0000467b branch  0x00006177 
+ 00024968  0x0000467e arg  0x00004140 , 0x00000011 
+ 00024969  0x0000467f call  0x0000739d 
+ 00024970  0x00004680 force  0x00000005 , 0x0000003f 
+ 00024971  0x00004681 call  0x000061b5 
+ 00024972  0x00004682 fetch  0x00000004 , 0x0000051f 
+ 00024973  0x00004683 istore  0x00000004 , 0x00000005 
+ 00024974  0x00004684 arg  0x00000451 , 0x00000002 
+ 00024975  0x00004685 call  0x000061fb 
+ 00024976  0x00004686 call  0x0000749b 
+ 00024977  0x00004687 call  0x00006216 
+ 00024978  0x00004688 branch  0x00006197 , 0x00000001 
+ 00024979  0x00004689 jam  0x00000001 , 0x00000454 
+ 00024980  0x0000468a fetch  0x00000001 , 0x000007e1 
+ 00024981  0x0000468b rtn  0x00000034 
+ 00024982  0x0000468c jam  0x0000000b , 0x0000007c 
+ 00024983  0x0000468e fetch  0x00000001 , 0x0000425e 
+ 00024984  0x0000468f rtn  0x00000034 
+ 00024985  0x00004690 call  0x00006216 
+ 00024986  0x00004691 call  0x00004852 , 0x00000001 
+ 00024987  0x00004693 call  0x00006216 
+ 00024988  0x00004694 nbranch  0x000061a1 , 0x00000001 
+ 00024989  0x00004695 fetch  0x00000001 , 0x00000453 
+ 00024990  0x00004696 rtn  0x00000034 
+ 00024991  0x00004697 jam  0x0000000f , 0x0000007c 
+ 00024992  0x00004698 rtn 
+ 00024993  0x0000469a rtnmark0  0x00000021 
+ 00024994  0x0000469b set0  0x00000021 , 0x00000000 
+ 00024995  0x0000469c jam  0x0000000f , 0x0000007c 
+ 00024996  0x0000469d rtn 
+ 00024997  0x000046a2 call  0x00006225 
+ 00024998  0x000046a3 call  0x000073a0 
+ 00024999  0x000046a4 force  0x00000011 , 0x0000003f 
+ 00025000  0x000046a5 call  0x000061b5 
+ 00025001  0x000046a6 arg  0x000004ef , 0x00000006 
+ 00025002  0x000046a7 call  0x00007e35 
+ 00025003  0x000046a8 branch  0x000061ca 
+ 00025004  0x000046ab force  0x00000001 , 0x0000003f 
+ 00025005  0x000046ac call  0x000061b5 
+ 00025006  0x000046ad branch  0x000061ca 
+ 00025007  0x000046b0 force  0x00000002 , 0x0000003f 
+ 00025008  0x000046b1 call  0x000061b5 
+ 00025009  0x000046b2 force  0x00000010 , 0x0000003f 
+ 00025010  0x000046b3 istore  0x00000001 , 0x00000005 
+ 00025011  0x000046b4 store  0x00000001 , 0x00000054 
+ 00025012  0x000046b5 branch  0x000061ca 
+ 00025013  0x000046b9 lshift3  0x0000003f , 0x0000003f 
+ 00025014  0x000046ba or_into  0x00000007 , 0x0000003f 
+ 00025015  0x000046bb store  0x00000001 , 0x00000432 
+ 00025016  0x000046bc arg  0x00000011 , 0x00000039 
+ 00025017  0x000046bd arg  0x00000434 , 0x00000005 
+ 00025018  0x000046be call  0x00007e3f 
+ 00025019  0x000046bf arg  0x00000434 , 0x00000005 
+ 00025020  0x000046c0 rtn 
+ 00025021  0x000046c3 and  0x0000003f , 0x0000007f , 0x00000011 
+ 00025022  0x000046c4 jam  0x0000007f , 0x00000048 
+ 00025023  0x000046c5 deposit  0x00000007 
+ 00025024  0x000046c6 call  0x000061b5 
+ 00025025  0x000046c7 deposit  0x00000011 
+ 00025026  0x000046c8 istore  0x00000001 , 0x00000005 
+ 00025027  0x000046c9 rtn 
+ 00025028  0x000046cc fetch  0x00000001 , 0x00000048 
+ 00025029  0x000046cd lshift  0x0000003f , 0x0000003f 
+ 00025030  0x000046ce fetcht  0x00000001 , 0x0000004c 
+ 00025031  0x000046cf isolate1  0x00000001 , 0x00000002 
+ 00025032  0x000046d0 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025033  0x000046d1 branch  0x000061d4 
+ 00025034  0x000046d5 fetcht  0x00000001 , 0x0000004c 
+ 00025035  0x000046d6 and_into  0x00000001 , 0x00000002 
+ 00025036  0x000046d7 branch  0x000061d0 
+ 00025037  0x000046da force  0x00000000 , 0x00000002 
+ 00025038  0x000046db branch  0x000061d0 
+ 00025039  0x000046de force  0x00000001 , 0x00000002 
+ 00025040  0x000046e0 fetch  0x00000001 , 0x00000048 
+ 00025041  0x000046e1 lshift  0x0000003f , 0x0000003f 
+ 00025042  0x000046e2 setflag  0x00000029 , 0x00000000 , 0x0000003f 
+ 00025043  0x000046e3 ixor  0x00000002 , 0x0000003f 
+ 00025044  0x000046e5 store  0x00000001 , 0x00000433 
+ 00025045  0x000046e6 jam  0x00000000 , 0x00000048 
+ 00025046  0x000046e7 call  0x000061e0 
+ 00025047  0x000046e8 enable  0x00000028 
+ 00025048  0x000046e9 rtn 
+ 00025049  0x000046ec set1  0x00000025 , 0x00000000 
+ 00025050  0x000046ed bpatch  0x000000e4 , 0x0000403c 
+ 00025051  0x000046ee fetch  0x00000001 , 0x00000048 
+ 00025052  0x000046ef branch  0x000061e0 , 0x00000034 
+ 00025053  0x000046f0 fetch  0x00000001 , 0x00000078 
+ 00025054  0x000046f1 nrtn  0x00000034 
+ 00025055  0x000046f2 branch  0x000061ea 
+ 00025056  0x000046f4 fetch  0x00000001 , 0x00000078 
+ 00025057  0x000046f5 branch  0x000061f0 , 0x00000034 
+ 00025058  0x000046f6 fetch  0x00000003 , 0x00000078 
+ 00025059  0x000046f7 store  0x00000003 , 0x00000048 
+ 00025060  0x000046f8 fetcht  0x00000001 , 0x0000007b 
+ 00025061  0x000046f9 fetch  0x00000001 , 0x0000004c 
+ 00025062  0x000046fa set0  0x00000001 , 0x0000003f 
+ 00025063  0x000046fb ior  0x00000002 , 0x0000003f 
+ 00025064  0x000046fc store  0x00000001 , 0x0000004c 
+ 00025065  0x000046fd jam  0x00000000 , 0x00000078 
+ 00025066  0x000046ff fetch  0x00000001 , 0x0000007c 
+ 00025067  0x00004700 rtn  0x00000034 
+ 00025068  0x00004701 fetch  0x00000004 , 0x0000007c 
+ 00025069  0x00004702 store  0x00000004 , 0x00000078 
+ 00025070  0x00004703 jam  0x00000000 , 0x0000007c 
+ 00025071  0x00004704 rtn 
+ 00025072  0x00004706 fetch  0x00000001 , 0x0000007c 
+ 00025073  0x00004707 rtn  0x00000034 
+ 00025074  0x00004708 fetch  0x00000003 , 0x0000007c 
+ 00025075  0x00004709 store  0x00000003 , 0x00000048 
+ 00025076  0x0000470a fetcht  0x00000001 , 0x0000007f 
+ 00025077  0x0000470b fetch  0x00000001 , 0x0000004c 
+ 00025078  0x0000470c set0  0x00000001 , 0x0000003f 
+ 00025079  0x0000470d ior  0x00000002 , 0x0000003f 
+ 00025080  0x0000470e store  0x00000001 , 0x0000004c 
+ 00025081  0x0000470f jam  0x00000000 , 0x0000007c 
+ 00025082  0x00004710 rtn 
+ 00025083  0x00004714 set1  0x00000025 , 0x00000000 
+ 00025084  0x00004715 bpatch  0x000000e5 , 0x0000403c 
+ 00025085  0x00004716 fetch  0x00000001 , 0x0000004c 
+ 00025086  0x00004717 copy  0x0000003f , 0x00000013 
+ 00025087  0x00004718 ifetch  0x00000001 , 0x00000002 
+ 00025088  0x00004719 call  0x00005d12 
+ 00025089  0x0000471a call  0x000061c4 
+ 00025090  0x0000471b copy  0x00000013 , 0x0000003f 
+ 00025091  0x0000471c store  0x00000001 , 0x0000004c 
+ 00025092  0x0000471d rtn 
+ 00025093  0x00004720 fetcht  0x00000001 , 0x0000004c 
+ 00025094  0x00004721 set0  0x00000000 , 0x00000002 
+ 00025095  0x00004722 storet  0x00000001 , 0x0000004c 
+ 00025096  0x00004723 rtn 
+ 00025097  0x00004726 fetcht  0x00000001 , 0x0000004c 
+ 00025098  0x00004727 set1  0x00000000 , 0x00000002 
+ 00025099  0x00004728 storet  0x00000001 , 0x0000004c 
+ 00025100  0x00004729 rtn 
+ 00025101  0x0000472d nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025102  0x0000472e fetcht  0x00000001 , 0x0000004c 
+ 00025103  0x0000472f ixor  0x00000002 , 0x0000003f 
+ 00025104  0x00004730 isolate1  0x00000001 , 0x0000003f 
+ 00025105  0x00004731 rtn 
+ 00025106  0x00004735 fetch  0x00000001 , 0x0000004c 
+ 00025107  0x00004736 setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025108  0x00004737 store  0x00000001 , 0x0000004c 
+ 00025109  0x00004738 rtn 
+ 00025110  0x0000473c fetch  0x00000001 , 0x000007e0 
+ 00025111  0x0000473d compare  0x00000001 , 0x0000003f , 0x0000007f 
+ 00025112  0x0000473e rtn 
+ 00025113  0x00004740 fetch  0x00000001 , 0x000007e0 
+ 00025114  0x00004741 set1  0x00000007 , 0x0000003f 
+ 00025115  0x00004742 store  0x00000001 , 0x000007e0 
+ 00025116  0x00004743 rtn 
+ 00025117  0x00004745 fetch  0x00000001 , 0x000007e0 
+ 00025118  0x00004746 set0  0x00000007 , 0x0000003f 
+ 00025119  0x00004747 store  0x00000001 , 0x000007e0 
+ 00025120  0x00004748 rtn 
+ 00025121  0x0000474a fetch  0x00000001 , 0x000007e0 
+ 00025122  0x0000474b isolate1  0x00000007 , 0x0000003f 
+ 00025123  0x0000474c store  0x00000001 , 0x000007e0 
+ 00025124  0x0000474d rtn 
+ 00025125  0x00004751 arg  0x000004ef , 0x00000005 
+ 00025126  0x00004753 force  0x00000010 , 0x00000039 
+ 00025127  0x00004756 random  0x0000003f 
+ 00025128  0x00004757 istore  0x00000001 , 0x00000005 
+ 00025129  0x00004758 loop  0x00006227 
+ 00025130  0x00004759 rtn 
+ 00025131  0x0000475c call  0x0000736e 
+ 00025132  0x0000475d arg  0x00004262 , 0x00000011 
+ 00025133  0x0000475e arg  0x0000051f , 0x00000012 
+ 00025134  0x0000475f ifetch  0x00000008 , 0x00000011 
+ 00025135  0x00004760 fetcht  0x00000001 , 0x00000030 
+ 00025136  0x00004761 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00025137  0x00004762 storet  0x00000001 , 0x00000030 
+ 00025138  0x00004763 copy  0x00000011 , 0x00000005 
+ 00025139  0x00004764 call  0x00007467 
+ 00025140  0x00004765 branch  0x00003229 
+ 00025141  0x0000476d set1  0x00000025 , 0x00000000 
+ 00025142  0x0000476e bpatch  0x000000e6 , 0x0000403c 
+ 00025143  0x0000476f fetch  0x00000001 , 0x0000007c 
+ 00025144  0x00004770 branch  0x0000623c , 0x00000034 
+ 00025145  0x00004771 call  0x000061d9 
+ 00025146  0x00004772 fetch  0x00000001 , 0x0000007c 
+ 00025147  0x00004773 nrtn  0x00000034 
+ 00025148  0x00004775 fetch  0x00000001 , 0x00000055 
+ 00025149  0x00004776 rtn  0x00000034 
+ 00025150  0x0000477a beq  0x00000004 , 0x0000628d 
+ 00025151  0x0000477b beq  0x00000005 , 0x00006292 
+ 00025152  0x0000477c beq  0x00000002 , 0x00006284 
+ 00025153  0x0000477d beq  0x00000003 , 0x0000629a 
+ 00025154  0x0000477e beq  0x0000000e , 0x00006287 
+ 00025155  0x0000477f beq  0x00000006 , 0x000062b6 
+ 00025156  0x00004780 beq  0x00000007 , 0x000062ce 
+ 00025157  0x00004781 beq  0x00000009 , 0x000062cf 
+ 00025158  0x00004782 beq  0x0000000a , 0x000062d8 
+ 00025159  0x00004783 beq  0x0000000b , 0x000062dc 
+ 00025160  0x00004784 beq  0x0000000c , 0x000062a4 
+ 00025161  0x00004785 beq  0x0000000d , 0x000062a7 
+ 00025162  0x00004786 beq  0x0000000f , 0x000062ad 
+ 00025163  0x00004787 beq  0x00000012 , 0x00006277 
+ 00025164  0x00004788 beq  0x00000013 , 0x0000629a 
+ 00025165  0x00004789 beq  0x00000010 , 0x0000627a 
+ 00025166  0x0000478a beq  0x00000014 , 0x00006274 
+ 00025167  0x0000478b beq  0x00000015 , 0x0000629a 
+ 00025168  0x0000478c beq  0x00000016 , 0x0000626e 
+ 00025169  0x0000478d beq  0x00000018 , 0x00006273 
+ 00025170  0x0000478e beq  0x00000017 , 0x00006267 
+ 00025171  0x0000478f beq  0x00000019 , 0x0000626d 
+ 00025172  0x00004790 beq  0x0000001a , 0x00006258 
+ 00025173  0x00004791 beq  0x0000001b , 0x00006262 
+ 00025174  0x00004792 jam  0x00000000 , 0x00000055 
+ 00025175  0x00004794 rtn 
+ 00025176  0x00004796 fetch  0x00000001 , 0x0000044d 
+ 00025177  0x00004797 rtnbit0  0x00000002 
+ 00025178  0x00004798 rtnbit0  0x00000003 
+ 00025179  0x00004799 jam  0x00000000 , 0x00000055 
+ 00025180  0x0000479a call  0x0000625e 
+ 00025181  0x0000479b branch  0x00006e41 
+ 00025182  0x0000479e fetch  0x00000001 , 0x00000177 
+ 00025183  0x0000479f rtnbit0  0x00000001 
+ 00025184  0x000047a0 jam  0x0000000a , 0x00000055 
+ 00025185  0x000047a1 rtn 
+ 00025186  0x000047a4 arg  0x0000000b , 0x00000007 
+ 00025187  0x000047a5 call  0x00007e53 
+ 00025188  0x000047a6 nrtn  0x00000034 
+ 00025189  0x000047a7 jam  0x0000001a , 0x00000055 
+ 00025190  0x000047a8 rtn 
+ 00025191  0x000047ab fetch  0x00000001 , 0x00000177 
+ 00025192  0x000047ac set0  0x00000000 , 0x0000003f 
+ 00025193  0x000047ad store  0x00000001 , 0x00000177 
+ 00025194  0x000047ae jam  0x00000019 , 0x00000055 
+ 00025195  0x000047af jam  0x0000000b , 0x0000007c 
+ 00025196  0x000047b0 rtn 
+ 00025197  0x000047b2 rtn 
+ 00025198  0x000047b4 fetch  0x00000001 , 0x00000450 
+ 00025199  0x000047b5 rtnne  0x00000002 
+ 00025200  0x000047b6 call  0x000062de 
+ 00025201  0x000047b7 jam  0x00000018 , 0x00000055 
+ 00025202  0x000047b8 rtn 
+ 00025203  0x000047bb rtn 
+ 00025204  0x000047bd jam  0x00000015 , 0x00000055 
+ 00025205  0x000047be jam  0x00000083 , 0x0000007c 
+ 00025206  0x000047bf rtn 
+ 00025207  0x000047c1 jam  0x00000013 , 0x00000055 
+ 00025208  0x000047c2 jam  0x00000025 , 0x0000007c 
+ 00025209  0x000047c3 rtn 
+ 00025210  0x000047c6 fetch  0x00000001 , 0x00004748 
+ 00025211  0x000047c7 rtneq  0x00000000 
+ 00025212  0x000047c8 beq  0x00000001 , 0x00006282 
+ 00025213  0x000047c9 arg  0x0000000a , 0x00000007 
+ 00025214  0x000047ca call  0x00007e53 
+ 00025215  0x000047cb nrtn  0x00000034 
+ 00025216  0x000047cc jam  0x00000000 , 0x00004748 
+ 00025217  0x000047cd branch  0x0000629b 
+ 00025218  0x000047cf rtn  0x00000029 
+ 00025219  0x000047d0 branch  0x000062b6 
+ 00025220  0x000047d3 jam  0x00000003 , 0x00000055 
+ 00025221  0x000047d4 jam  0x00000027 , 0x0000007c 
+ 00025222  0x000047d5 rtn 
+ 00025223  0x000047d7 jam  0x00000013 , 0x0000007c 
+ 00025224  0x000047d8 set1  0x00000003 , 0x00000000 
+ 00025225  0x000047d9 jam  0x00000005 , 0x00000055 
+ 00025226  0x000047da setarg  0x000001ff 
+ 00025227  0x000047db store  0x00000002 , 0x0000044e 
+ 00025228  0x000047dc rtn 
+ 00025229  0x000047de jam  0x00000005 , 0x00000055 
+ 00025230  0x000047df jam  0x000000ff , 0x0000044e 
+ 00025231  0x000047e0 set0  0x00000022 , 0x00000000 
+ 00025232  0x000047e1 jam  0x00000033 , 0x0000007c 
+ 00025233  0x000047e2 branch  0x00005b6f 
+ 00025234  0x000047e4 rtnmark1  0x00000022 
+ 00025235  0x000047e5 fetch  0x00000002 , 0x0000044e 
+ 00025236  0x000047e6 sub  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025237  0x000047e7 branch  0x00006298 , 0x00000005 
+ 00025238  0x000047e8 store  0x00000002 , 0x0000044e 
+ 00025239  0x000047e9 rtn 
+ 00025240  0x000047eb jam  0x0000000e , 0x00000055 
+ 00025241  0x000047ec rtn 
+ 00025242  0x000047ef rtn 
+ 00025243  0x000047f2 fetch  0x00000001 , 0x0000044d 
+ 00025244  0x000047f3 rtnbit0  0x00000003 
+ 00025245  0x000047f4 rtnbit0  0x00000002 
+ 00025246  0x000047f5 fetch  0x00000001 , 0x00000177 
+ 00025247  0x000047f6 set0  0x00000002 , 0x0000003f 
+ 00025248  0x000047f7 store  0x00000001 , 0x00000177 
+ 00025249  0x000047f8 jam  0x00000013 , 0x0000007c 
+ 00025250  0x000047f9 jam  0x00000010 , 0x00000055 
+ 00025251  0x000047fa rtn 
+ 00025252  0x000047fd jam  0x0000000d , 0x00000055 
+ 00025253  0x000047fe jam  0x00000031 , 0x0000007c 
+ 00025254  0x000047ff rtn 
+ 00025255  0x00004802 fetch  0x00000001 , 0x0000044d 
+ 00025256  0x00004803 rtnbit0  0x00000002 
+ 00025257  0x00004804 jam  0x00000000 , 0x00000055 
+ 00025258  0x00004806 rtn 
+ 00025259  0x00004808 jam  0x00000006 , 0x00000055 
+ 00025260  0x00004809 rtn 
+ 00025261  0x0000480c fetch  0x00000001 , 0x0000044e 
+ 00025262  0x0000480d increase  0xffffffff , 0x0000003f 
+ 00025263  0x0000480e branch  0x000062b2 , 0x00000034 
+ 00025264  0x0000480f store  0x00000001 , 0x0000044e 
+ 00025265  0x00004810 rtn 
+ 00025266  0x00004812 jam  0x00000007 , 0x0000007c 
+ 00025267  0x00004813 jam  0x00000016 , 0x00000446 
+ 00025268  0x00004814 jam  0x00000000 , 0x00000055 
+ 00025269  0x00004815 rtn 
+ 00025270  0x00004818 fetch  0x00000001 , 0x00000177 
+ 00025271  0x00004819 bbit1  0x00000002 , 0x0000629b 
+ 00025272  0x0000481a bbit1  0x00000000 , 0x000062bb 
+ 00025273  0x0000481c jam  0x0000001a , 0x00000055 
+ 00025274  0x0000481d rtn 
+ 00025275  0x0000481f fetch  0x00000001 , 0x0000425e 
+ 00025276  0x00004820 branch  0x000062c7 , 0x00000034 
+ 00025277  0x00004821 fetch  0x00000001 , 0x0000044d 
+ 00025278  0x00004822 rtnbit0  0x00000003 
+ 00025279  0x00004823 rtnbit0  0x00000002 
+ 00025280  0x00004824 fetch  0x00000004 , 0x00000465 
+ 00025281  0x00004825 arg  0x00000064 , 0x00000002 
+ 00025282  0x00004826 iadd  0x00000002 , 0x00000002 
+ 00025283  0x00004827 copy  0x00000022 , 0x0000003f 
+ 00025284  0x00004828 isub  0x00000002 , 0x0000003e 
+ 00025285  0x00004829 nrtn  0x00000002 
+ 00025286  0x0000482a branch  0x00006267 
+ 00025287  0x0000482f jam  0x00000016 , 0x00000055 
+ 00025288  0x00004830 jam  0x00000004 , 0x0000054f 
+ 00025289  0x00004831 setarg  0x00003030 
+ 00025290  0x00004832 store  0x00000002 , 0x00000550 
+ 00025291  0x00004833 istore  0x00000002 , 0x00000005 
+ 00025292  0x00004834 jam  0x00000002 , 0x00000450 
+ 00025293  0x00004835 branch  0x0000626e 
+ 00025294  0x00004838 rtn 
+ 00025295  0x0000483a fetch  0x00000001 , 0x00000177 
+ 00025296  0x0000483b bbit1  0x00000001 , 0x000062d3 
+ 00025297  0x0000483c jam  0x0000001a , 0x00000055 
+ 00025298  0x0000483d rtn 
+ 00025299  0x00004840 fetch  0x00000001 , 0x00000177 
+ 00025300  0x00004841 set0  0x00000001 , 0x0000003f 
+ 00025301  0x00004842 store  0x00000001 , 0x00000177 
+ 00025302  0x00004843 jam  0x0000000f , 0x0000007c 
+ 00025303  0x00004844 rtn 
+ 00025304  0x00004847 fetch  0x00000001 , 0x00000454 
+ 00025305  0x00004848 rtn  0x00000034 
+ 00025306  0x00004849 jam  0x00000000 , 0x00000055 
+ 00025307  0x0000484a branch  0x000062d3 
+ 00025308  0x0000484d jam  0x0000000c , 0x00000055 
+ 00025309  0x0000484e rtn 
+ 00025310  0x00004851 fetch  0x00000001 , 0x0000004b 
+ 00025311  0x00004852 bbit1  0x00000002 , 0x000062e3 
+ 00025312  0x00004853 call  0x00006209 
+ 00025313  0x00004854 jam  0x00000008 , 0x0000007c 
+ 00025314  0x00004855 branch  0x000049bc 
+ 00025315  0x00004857 fetch  0x00000001 , 0x0000004b 
+ 00025316  0x00004858 set0  0x00000002 , 0x0000003f 
+ 00025317  0x00004859 store  0x00000001 , 0x0000004b 
+ 00025318  0x0000485a call  0x00005ed0 
+ 00025319  0x0000485b call  0x00006212 
+ 00025320  0x0000485c branch  0x000049bc 
+ 00025321  0x0000485f setarg  0x00000004 
+ 00025322  0x00004860 store  0x00000001 , 0x0000054f 
+ 00025323  0x00004861 setarg  0x00003030 
+ 00025324  0x00004862 istore  0x00000002 , 0x00000005 
+ 00025325  0x00004863 istore  0x00000002 , 0x00000005 
+ 00025326  0x00004864 rtn 
+ 00025327  0x0000486d rtn  0x0000002b 
+ 00025328  0x0000486e jam  0x00000000 , 0x00004813 
+ 00025329  0x0000486f call  0x00006321 
+ 00025330  0x00004870 call  0x00006438 
+ 00025331  0x00004871 setarg  0x0000632e 
+ 00025332  0x00004872 store  0x00000002 , 0x00004290 
+ 00025333  0x00004873 setarg  0x0000632f 
+ 00025334  0x00004874 store  0x00000002 , 0x0000428e 
+ 00025335  0x00004875 setarg  0x00006337 
+ 00025336  0x00004876 store  0x00000002 , 0x00004292 
+ 00025337  0x00004877 setarg  0x000063b6 
+ 00025338  0x00004878 store  0x00000002 , 0x00004296 
+ 00025339  0x00004879 setarg  0x0000632f 
+ 00025340  0x0000487a store  0x00000002 , 0x0000428c 
+ 00025341  0x0000487b set1  0x00000025 , 0x00000000 
+ 00025342  0x0000487c bpatch  0x00000080 , 0x00004030 
+ 00025343  0x0000487d setarg  0x0000632a 
+ 00025344  0x0000487e store  0x00000002 , 0x00004286 
+ 00025345  0x0000487f setarg  0x000063be 
+ 00025346  0x00004880 store  0x00000002 , 0x00004298 
+ 00025347  0x00004881 setarg  0x00000000 
+ 00025348  0x00004882 store  0x00000004 , 0x0000480a 
+ 00025349  0x00004883 store  0x00000002 , 0x00004810 
+ 00025350  0x00004884 call  0x0000630a 
+ 00025351  0x00004885 call  0x00003fc5 
+ 00025352  0x00004886 call  0x00003e2b 
+ 00025353  0x00004887 branch  0x0000691d 
+ 00025354  0x0000488a rtn  0x0000002b 
+ 00025355  0x0000488b setarg  0x000001a0 
+ 00025356  0x0000488c store  0x00000002 , 0x000042ac 
+ 00025357  0x0000488e call  0x00006a0d 
+ 00025358  0x0000488f setarg  0x00004a00 
+ 00025359  0x00004890 hstore  0x00000002 , 0x00008054 
+ 00025360  0x00004891 setarg  0x00004fff 
+ 00025361  0x00004892 hstore  0x00000002 , 0x00008056 
+ 00025362  0x00004893 setarg  0x00001c00 
+ 00025363  0x00004894 hstore  0x00000002 , 0x0000805a 
+ 00025364  0x00004895 setarg  0x00001fff 
+ 00025365  0x00004896 hstore  0x00000002 , 0x0000805c 
+ 00025366  0x00004897 hjam  0x00000004 , 0x00008081 
+ 00025367  0x00004898 jam  0x000000ff , 0x0000029f 
+ 00025368  0x00004899 hjam  0x00000000 , 0x00008062 
+ 00025369  0x0000489a setarg  0x00001c00 
+ 00025370  0x0000489b hstore  0x00000002 , 0x0000805e 
+ 00025371  0x0000489c hstore  0x00000002 , 0x00008060 
+ 00025372  0x0000489d setarg  0x00004a00 
+ 00025373  0x0000489e hstore  0x00000002 , 0x00008058 
+ 00025374  0x0000489f branch  0x00004480 
+ 00025375  0x000048a3 call  0x0000630d 
+ 00025376  0x000048a4 branch  0x00006321 
+ 00025377  0x000048a8 call  0x00007bd9 
+ 00025378  0x000048a9 call  0x00003f94 
+ 00025379  0x000048ab fetcht  0x00000001 , 0x00004803 
+ 00025380  0x000048ac call  0x000069da 
+ 00025381  0x000048ad call  0x0000639e 
+ 00025382  0x000048af fetcht  0x00000001 , 0x00004801 
+ 00025383  0x000048b0 call  0x000069d1 
+ 00025384  0x000048b1 fetcht  0x00000001 , 0x00004800 
+ 00025385  0x000048b2 branch  0x000069d2 
+ 00025386  0x000048b5 fetcht  0x00000001 , 0x00004801 
+ 00025387  0x000048b6 call  0x000069e5 
+ 00025388  0x000048b7 nbranch  0x00003f5c , 0x00000001 
+ 00025389  0x000048b8 branch  0x00003f5a 
+ 00025390  0x000048bd branch  0x00006330 
+ 00025391  0x000048bf branch  0x00006330 
+ 00025392  0x000048c1 set1  0x00000025 , 0x00000000 
+ 00025393  0x000048c2 bpatch  0x00000081 , 0x00004030 
+ 00025394  0x000048c3 call  0x0000641c 
+ 00025395  0x000048c4 call  0x00006421 
+ 00025396  0x000048c5 call  0x0000527a 
+ 00025397  0x000048c6 nrtn  0x00000034 
+ 00025398  0x000048c7 branch  0x000063a0 
+ 00025399  0x000048c9 copy  0x00000013 , 0x0000003f 
+ 00025400  0x000048ca beq  0x0000000a , 0x00006368 
+ 00025401  0x000048cb beq  0x00000004 , 0x00006383 
+ 00025402  0x000048cc beq  0x00000013 , 0x00006387 
+ 00025403  0x000048cd beq  0x00000002 , 0x0000634c 
+ 00025404  0x000048ce beq  0x00000019 , 0x0000636a 
+ 00025405  0x000048cf beq  0x00000020 , 0x0000636f 
+ 00025406  0x000048d0 beq  0x00000022 , 0x00006374 
+ 00025407  0x000048d1 beq  0x00000021 , 0x00006375 
+ 00025408  0x000048d2 beq  0x00000023 , 0x00006376 
+ 00025409  0x000048d3 beq  0x00000024 , 0x00006379 
+ 00025410  0x000048d4 beq  0x00000014 , 0x0000637a 
+ 00025411  0x000048d5 beq  0x00000001 , 0x00006382 
+ 00025412  0x000048d6 beq  0x00000015 , 0x00006364 
+ 00025413  0x000048d7 beq  0x00000005 , 0x0000635d 
+ 00025414  0x000048d8 beq  0x0000000b , 0x00006352 
+ 00025415  0x000048d9 beq  0x0000000c , 0x00003fa6 
+ 00025416  0x000048da and  0x0000003f , 0x0000000f , 0x00000002 
+ 00025417  0x000048db and_into  0x000000f0 , 0x0000003f 
+ 00025418  0x000048dc beq  0x00000050 , 0x000063ec 
+ 00025419  0x000048dd rtn 
+ 00025420  0x000048e0 call  0x0000638a 
+ 00025421  0x000048e1 fetch  0x00000002 , 0x000042a0 
+ 00025422  0x000048e2 rtnbit0  0x00000004 
+ 00025423  0x000048e3 arg  0x00000003 , 0x00000039 
+ 00025424  0x000048e4 arg  0x00004849 , 0x00000006 
+ 00025425  0x000048e5 branch  0x00007f71 
+ 00025426  0x000048ea fetch  0x00000002 , 0x00004042 
+ 00025427  0x000048eb rshift  0x0000003f , 0x0000003f 
+ 00025428  0x000048ec fetcht  0x00000002 , 0x00004280 
+ 00025429  0x000048ed isub  0x00000002 , 0x0000003e 
+ 00025430  0x000048ee nbranch  0x00006358 , 0x00000005 
+ 00025431  0x000048ef branch  0x00003fa4 
+ 00025432  0x000048f1 fetch  0x00000001 , 0x00004813 
+ 00025433  0x000048f2 rtnbit1  0x00000000 
+ 00025434  0x000048f3 hfetch  0x00000002 , 0x00008112 
+ 00025435  0x000048f4 ncall  0x0000640c , 0x00000034 
+ 00025436  0x000048f5 branch  0x00003f9c 
+ 00025437  0x000048f8 call  0x00006395 
+ 00025438  0x000048f9 call  0x0000642e 
+ 00025439  0x000048fa branch  0x00006361 , 0x00000005 
+ 00025440  0x000048fb branch  0x00003f77 
+ 00025441  0x000048fd arg  0x00000004 , 0x00000039 
+ 00025442  0x000048fe arg  0x0000488e , 0x00000006 
+ 00025443  0x000048ff branch  0x00007f71 
+ 00025444  0x00004902 call  0x0000638a 
+ 00025445  0x00004903 arg  0x00000005 , 0x00000039 
+ 00025446  0x00004904 arg  0x00004847 , 0x00000006 
+ 00025447  0x00004905 branch  0x00007f71 
+ 00025448  0x00004908 call  0x00003fc1 
+ 00025449  0x00004909 branch  0x00003f6a 
+ 00025450  0x0000490b fetch  0x00000001 , 0x00004813 
+ 00025451  0x0000490c rtnbit0  0x00000004 
+ 00025452  0x0000490d set0  0x00000004 , 0x0000003f 
+ 00025453  0x0000490e store  0x00000001 , 0x00004813 
+ 00025454  0x0000490f branch  0x0000427f 
+ 00025455  0x00004912 fetch  0x00000001 , 0x00004813 
+ 00025456  0x00004913 rtnbit0  0x00000004 
+ 00025457  0x00004914 set0  0x00000004 , 0x0000003f 
+ 00025458  0x00004915 store  0x00000001 , 0x00004813 
+ 00025459  0x00004916 branch  0x00004286 
+ 00025460  0x00004919 rtn 
+ 00025461  0x0000491c rtn 
+ 00025462  0x0000491f fetch  0x00000001 , 0x00004813 
+ 00025463  0x00004920 bbit0  0x00000000 , 0x00003f9e 
+ 00025464  0x00004921 branch  0x00006410 
+ 00025465  0x00004924 rtn 
+ 00025466  0x00004927 call  0x00006395 
+ 00025467  0x00004928 arg  0x000003d0 , 0x00000012 
+ 00025468  0x00004929 call  0x0000642e 
+ 00025469  0x0000492a branch  0x0000637f , 0x00000005 
+ 00025470  0x0000492b branch  0x00003f90 
+ 00025471  0x0000492d arg  0x00000006 , 0x00000039 
+ 00025472  0x0000492e arg  0x0000488c , 0x00000006 
+ 00025473  0x0000492f branch  0x00007f71 
+ 00025474  0x00004932 rtn 
+ 00025475  0x00004936 arg  0x00000007 , 0x00000039 
+ 00025476  0x00004937 arg  0x00004899 , 0x00000006 
+ 00025477  0x00004938 call  0x00007f71 
+ 00025478  0x00004939 branch  0x0000638a 
+ 00025479  0x0000493b arg  0x00000007 , 0x00000039 
+ 00025480  0x0000493c arg  0x00004892 , 0x00000006 
+ 00025481  0x0000493d call  0x00007f71 
+ 00025482  0x0000493f call  0x0000638c 
+ 00025483  0x00004940 branch  0x00006393 
+ 00025484  0x00004943 fetch  0x00000001 , 0x00004812 
+ 00025485  0x00004944 isolate1  0x00000000 , 0x0000003f 
+ 00025486  0x00004945 call  0x00003f7c , 0x00000001 
+ 00025487  0x00004946 fetch  0x00000001 , 0x00004812 
+ 00025488  0x00004947 isolate1  0x00000001 , 0x0000003f 
+ 00025489  0x00004948 call  0x00003f88 , 0x00000001 
+ 00025490  0x00004949 rtn 
+ 00025491  0x0000494b fetcht  0x00000001 , 0x00004803 
+ 00025492  0x0000494c branch  0x000069ef 
+ 00025493  0x0000494f call  0x00006397 
+ 00025494  0x00004950 branch  0x0000639e 
+ 00025495  0x00004953 fetch  0x00000001 , 0x00004812 
+ 00025496  0x00004954 isolate1  0x00000000 , 0x0000003f 
+ 00025497  0x00004955 call  0x00003f7e , 0x00000001 
+ 00025498  0x00004956 fetch  0x00000001 , 0x00004812 
+ 00025499  0x00004957 isolate1  0x00000001 , 0x0000003f 
+ 00025500  0x00004958 call  0x00003f86 , 0x00000001 
+ 00025501  0x00004959 rtn 
+ 00025502  0x0000495b fetcht  0x00000001 , 0x00004803 
+ 00025503  0x0000495c branch  0x000069ed 
+ 00025504  0x00004962 fetch  0x00000001 , 0x00004132 
+ 00025505  0x00004963 rtnne  0x0000000a 
+ 00025506  0x00004964 hfetch  0x00000002 , 0x00008112 
+ 00025507  0x00004965 rtn  0x00000034 
+ 00025508  0x00004966 store  0x00000002 , 0x0000480e 
+ 00025509  0x00004968 call  0x000063a9 
+ 00025510  0x00004969 branch  0x00003fef , 0x00000001 
+ 00025511  0x0000496a call  0x00006400 
+ 00025512  0x0000496b branch  0x000063af 
+ 00025513  0x0000496f fetcht  0x00000001 , 0x00004800 
+ 00025514  0x00004970 branch  0x000069e5 
+ 00025515  0x00004974 fetch  0x00000001 , 0x00004813 
+ 00025516  0x00004975 rtnbit1  0x00000000 
+ 00025517  0x00004976 call  0x0000640c 
+ 00025518  0x00004977 branch  0x00003f9c 
+ 00025519  0x0000497a fetch  0x00000001 , 0x00004040 
+ 00025520  0x0000497b bbit0  0x00000000 , 0x0000428c 
+ 00025521  0x0000497c fetch  0x00000001 , 0x00004041 
+ 00025522  0x0000497d bbit1  0x00000000 , 0x000063d5 
+ 00025523  0x0000497e call  0x00003f40 
+ 00025524  0x0000497f branch  0x000063ab , 0x00000001 
+ 00025525  0x00004980 branch  0x00006d97 
+ 00025526  0x00004983 call  0x00005a88 
+ 00025527  0x00004984 ifetch  0x00000001 , 0x00000006 
+ 00025528  0x00004985 copy  0x00000006 , 0x00000011 
+ 00025529  0x00004986 call  0x00007f6e 
+ 00025530  0x00004987 copy  0x00000012 , 0x00000039 
+ 00025531  0x00004988 copy  0x00000011 , 0x00000006 
+ 00025532  0x00004989 call  0x00004976 
+ 00025533  0x0000498a branch  0x000068fa 
+ 00025534  0x0000498f fetch  0x00000002 , 0x00004810 
+ 00025535  0x00004990 rtn  0x00000034 
+ 00025536  0x00004991 arg  0x00000014 , 0x00000002 
+ 00025537  0x00004992 call  0x00007fb9 
+ 00025538  0x00004993 store  0x00000002 , 0x00000469 
+ 00025539  0x00004995 copy  0x0000003f , 0x00000002 
+ 00025540  0x00004996 fetch  0x00000002 , 0x00004810 
+ 00025541  0x00004997 isub  0x00000002 , 0x0000003f 
+ 00025542  0x00004998 store  0x00000002 , 0x00004810 
+ 00025543  0x00004999 nbranch  0x00003bf1 , 0x00000002 
+ 00025544  0x0000499b arg  0x00000014 , 0x00000002 
+ 00025545  0x0000499c storet  0x00000002 , 0x000044c2 
+ 00025546  0x0000499d call  0x00005a88 
+ 00025547  0x0000499e branch  0x00003bf1 , 0x00000034 
+ 00025548  0x0000499f add  0x00000006 , 0x00000001 , 0x00000005 
+ 00025549  0x000049a1 fetch  0x00000002 , 0x00000469 
+ 00025550  0x000049a2 copy  0x0000003f , 0x00000039 
+ 00025551  0x000049a4 call  0x00007f6b 
+ 00025552  0x000049a6 call  0x0000497c 
+ 00025553  0x000049a8 fetch  0x00000002 , 0x00000469 
+ 00025554  0x000049a9 store  0x00000002 , 0x0000480e 
+ 00025555  0x000049aa store  0x00000002 , 0x0000041b 
+ 00025556  0x000049ab branch  0x0000428c 
+ 00025557  0x000049af rtnmark0  0x00000009 
+ 00025558  0x000049b0 call  0x000063d8 
+ 00025559  0x000049b1 call  0x000063d8 
+ 00025560  0x000049b3 call  0x0000561e 
+ 00025561  0x000049b4 nrtn  0x00000034 
+ 00025562  0x000049b5 hfetch  0x00000002 , 0x00008112 
+ 00025563  0x000049b6 rtn  0x00000034 
+ 00025564  0x000049b7 fetcht  0x00000002 , 0x00004810 
+ 00025565  0x000049b8 isub  0x00000002 , 0x0000003f 
+ 00025566  0x000049b9 nbranch  0x00003bf1 , 0x00000002 
+ 00025567  0x000049ba store  0x00000002 , 0x0000480e 
+ 00025568  0x000049bb rtn  0x00000034 
+ 00025569  0x000049bc call  0x00006407 
+ 00025570  0x000049bd fetch  0x00000002 , 0x00004810 
+ 00025571  0x000049be fetcht  0x00000002 , 0x0000480e 
+ 00025572  0x000049bf iadd  0x00000002 , 0x0000003f 
+ 00025573  0x000049c0 store  0x00000002 , 0x00004810 
+ 00025574  0x000049c1 fetcht  0x00000002 , 0x00004810 
+ 00025575  0x000049c2 hfetch  0x00000002 , 0x00008112 
+ 00025576  0x000049c3 isub  0x00000002 , 0x00000011 
+ 00025577  0x000049c4 nbranch  0x00003bf1 , 0x00000002 
+ 00025578  0x000049c5 jam  0x0000001b , 0x00000b7d 
+ 00025579  0x000049c6 branch  0x00005620 
+ 00025580  0x000049c9 storet  0x00000001 , 0x00000259 
+ 00025581  0x000049cb fetch  0x00000001 , 0x00000259 
+ 00025582  0x000049cc rtn  0x00000034 
+ 00025583  0x000049cd increase  0xffffffff , 0x0000003f 
+ 00025584  0x000049ce store  0x00000001 , 0x00000259 
+ 00025585  0x000049cf call  0x000063f3 
+ 00025586  0x000049d0 branch  0x000063ed 
+ 00025587  0x000049d3 fetch  0x00000002 , 0x0000481a 
+ 00025588  0x000049d4 rtn  0x00000034 
+ 00025589  0x000049d5 increase  0xffffffff , 0x0000003f 
+ 00025590  0x000049d6 store  0x00000002 , 0x0000481a 
+ 00025591  0x000049d7 nrtn  0x00000034 
+ 00025592  0x000049d8 fetch  0x00000001 , 0x000042a4 
+ 00025593  0x000049d9 jam  0x00000000 , 0x000042a4 
+ 00025594  0x000049da bbit1  0x00000001 , 0x000063fd 
+ 00025595  0x000049db bbit1  0x00000000 , 0x000063fe 
+ 00025596  0x000049dc branch  0x00003bf1 
+ 00025597  0x000049de branch  0x00003f8c 
+ 00025598  0x000049e0 jam  0x00000002 , 0x00004272 
+ 00025599  0x000049e1 rtn 
+ 00025600  0x000049e4 fetch  0x00000001 , 0x00004041 
+ 00025601  0x000049e5 bbit1  0x00000000 , 0x00006407 
+ 00025602  0x000049e6 fetch  0x00000002 , 0x0000480e 
+ 00025603  0x000049e7 arg  0x0000006e , 0x00000002 
+ 00025604  0x000049e9 call  0x00007fb9 
+ 00025605  0x000049ea store  0x00000002 , 0x0000480e 
+ 00025606  0x000049eb rtn 
+ 00025607  0x000049ed fetch  0x00000002 , 0x0000480e 
+ 00025608  0x000049ee arg  0x00000014 , 0x00000002 
+ 00025609  0x000049ef call  0x00007fb9 
+ 00025610  0x000049f0 store  0x00000002 , 0x0000480e 
+ 00025611  0x000049f1 rtn 
+ 00025612  0x000049f4 fetch  0x00000001 , 0x00004813 
+ 00025613  0x000049f5 set1  0x00000000 , 0x0000003f 
+ 00025614  0x000049f6 store  0x00000001 , 0x00004813 
+ 00025615  0x000049f7 rtn 
+ 00025616  0x000049fa fetch  0x00000001 , 0x00004813 
+ 00025617  0x000049fb set0  0x00000000 , 0x0000003f 
+ 00025618  0x000049fc store  0x00000001 , 0x00004813 
+ 00025619  0x000049fd rtn 
+ 00025620  0x00004a00 fetch  0x00000001 , 0x00004813 
+ 00025621  0x00004a01 set1  0x00000007 , 0x0000003f 
+ 00025622  0x00004a02 store  0x00000001 , 0x00004813 
+ 00025623  0x00004a03 rtn 
+ 00025624  0x00004a06 fetch  0x00000001 , 0x00004813 
+ 00025625  0x00004a07 set0  0x00000007 , 0x0000003f 
+ 00025626  0x00004a08 store  0x00000001 , 0x00004813 
+ 00025627  0x00004a09 rtn 
+ 00025628  0x00004a0c set1  0x00000025 , 0x00000000 
+ 00025629  0x00004a0d bpatch  0x00000082 , 0x00004030 
+ 00025630  0x00004a0e call  0x00007f8e 
+ 00025631  0x00004a0f branch  0x00003f66 , 0x00000002 
+ 00025632  0x00004a10 branch  0x00003f68 
+ 00025633  0x00004a13 call  0x000063a9 
+ 00025634  0x00004a14 branch  0x00006428 , 0x00000001 
+ 00025635  0x00004a15 hfetcht  0x00000002 , 0x00008052 
+ 00025636  0x00004a16 fetch  0x00000002 , 0x000042ac 
+ 00025637  0x00004a17 isub  0x00000002 , 0x0000003e 
+ 00025638  0x00004a18 rtn  0x00000005 
+ 00025639  0x00004a19 branch  0x00006909 
+ 00025640  0x00004a1d hfetcht  0x00000002 , 0x00008052 
+ 00025641  0x00004a1e setarg  0x000001a0 
+ 00025642  0x00004a1f isub  0x00000002 , 0x0000003e 
+ 00025643  0x00004a20 rtn  0x00000005 
+ 00025644  0x00004a21 hstore  0x00000002 , 0x00008052 
+ 00025645  0x00004a22 rtn 
+ 00025646  0x00004a25 set1  0x00000025 , 0x00000000 
+ 00025647  0x00004a26 bpatch  0x00000083 , 0x00004030 
+ 00025648  0x00004a27 fetch  0x00000001 , 0x00004812 
+ 00025649  0x00004a28 isolate0  0x00000002 , 0x0000003f 
+ 00025650  0x00004a29 branch  0x00006436 , 0x00000001 
+ 00025651  0x00004a2a arg  0x00004814 , 0x00000011 
+ 00025652  0x00004a2b arg  0x00000006 , 0x00000039 
+ 00025653  0x00004a2c branch  0x00007f25 
+ 00025654  0x00004a2e force  0x00000000 , 0x0000003e 
+ 00025655  0x00004a2f rtn 
+ 00025656  0x00004a32 set1  0x00000025 , 0x00000000 
+ 00025657  0x00004a33 bpatch  0x00000084 , 0x00004030 
+ 00025658  0x00004a34 arg  0x0000481c , 0x00000005 
+ 00025659  0x00004a35 setsect  0x00000000 , 0x00035350 
+ 00025660  0x00004a36 setsect  0x00000001 , 0x00015115 
+ 00025661  0x00004a37 setsect  0x00000002 , 0x00012415 
+ 00025662  0x00004a38 setsect  0x00000003 , 0x00010951 
+ 00025663  0x00004a39 istore  0x00000009 , 0x00000005 
+ 00025664  0x00004a3a setsect  0x00000000 , 0x0002454c 
+ 00025665  0x00004a3b setsect  0x00000001 , 0x00035053 
+ 00025666  0x00004a3c setsect  0x00000002 , 0x00002454 
+ 00025667  0x00004a3d setsect  0x00000003 , 0x00011531 
+ 00025668  0x00004a3e istore  0x00000009 , 0x00000005 
+ 00025669  0x00004a3f setsect  0x00000000 , 0x00034441 
+ 00025670  0x00004a40 setsect  0x00000001 , 0x000194d4 
+ 00025671  0x00004a41 setsect  0x00000002 , 0x00012455 
+ 00025672  0x00004a42 setsect  0x00000003 , 0x00010d4d 
+ 00025673  0x00004a43 istore  0x00000009 , 0x00000005 
+ 00025674  0x00004a44 setsect  0x00000000 , 0x0003414c 
+ 00025675  0x00004a45 setsect  0x00000001 , 0x0000d4d4 
+ 00025676  0x00004a46 setsect  0x00000002 , 0x000124c4 
+ 00025677  0x00004a47 setsect  0x00000003 , 0x00013119 
+ 00025678  0x00004a48 istore  0x00000009 , 0x00000005 
+ 00025679  0x00004a49 setsect  0x00000000 , 0x00015247 
+ 00025680  0x00004a4a setsect  0x00000001 , 0x0003d0d1 
+ 00025681  0x00004a4b setsect  0x00000002 , 0x0000e4e4 
+ 00025682  0x00004a4c setsect  0x00000003 , 0x00011531 
+ 00025683  0x00004a4d istore  0x00000009 , 0x00000005 
+ 00025684  0x00004a4e setsect  0x00000000 , 0x00034944 
+ 00025685  0x00004a4f setsect  0x00000001 , 0x000114d4 
+ 00025686  0x00004a50 setsect  0x00000002 , 0x0000e535 
+ 00025687  0x00004a51 setsect  0x00000003 , 0x00015105 
+ 00025688  0x00004a52 istore  0x00000009 , 0x00000005 
+ 00025689  0x00004a53 setsect  0x00000000 , 0x00014c2b 
+ 00025690  0x00004a54 setsect  0x00000001 , 0x000114d2 
+ 00025691  0x00004a55 setsect  0x00000002 , 0x0000f525 
+ 00025692  0x00004a56 setsect  0x00000003 , 0x00011531 
+ 00025693  0x00004a57 istore  0x00000009 , 0x00000005 
+ 00025694  0x00004a58 setsect  0x00000000 , 0x00014e53 
+ 00025695  0x00004a59 setsect  0x00000001 , 0x00019192 
+ 00025696  0x00004a5a setsect  0x00000002 , 0x000044c4 
+ 00025697  0x00004a5b setsect  0x00000003 , 0x00015915 
+ 00025698  0x00004a5c istore  0x00000009 , 0x00000005 
+ 00025699  0x00004a5d setsect  0x00000000 , 0x00035352 
+ 00025700  0x00004a5e setsect  0x00000001 , 0x0000d254 
+ 00025701  0x00004a5f setsect  0x00000002 , 0x00005444 
+ 00025702  0x00004a60 setsect  0x00000003 , 0x00010959 
+ 00025703  0x00004a61 istore  0x00000009 , 0x00000005 
+ 00025704  0x00004a62 setsect  0x00000000 , 0x0001454c 
+ 00025705  0x00004a63 setsect  0x00000001 , 0x00005392 
+ 00025706  0x00004a64 setsect  0x00000002 , 0x00003525 
+ 00025707  0x00004a65 setsect  0x00000003 , 0x00013d35 
+ 00025708  0x00004a66 istore  0x00000009 , 0x00000005 
+ 00025709  0x00004a67 setsect  0x00000000 , 0x00014544 
+ 00025710  0x00004a68 setsect  0x00000001 , 0x000113d3 
+ 00025711  0x00004a69 setsect  0x00000002 , 0x00004454 
+ 00025712  0x00004a6a setsect  0x00000003 , 0x00014d35 
+ 00025713  0x00004a6b istore  0x00000009 , 0x00000005 
+ 00025714  0x00004a6c setsect  0x00000000 , 0x00004154 
+ 00025715  0x00004a6d setsect  0x00000001 , 0x00011155 
+ 00025716  0x00004a6e setsect  0x00000002 , 0x00013494 
+ 00025717  0x00004a6f setsect  0x00000003 , 0x00013d0d 
+ 00025718  0x00004a70 istore  0x00000009 , 0x00000005 
+ 00025719  0x00004a71 setsect  0x00000000 , 0x00004f56 
+ 00025720  0x00004a72 setsect  0x00000001 , 0x00031055 
+ 00025721  0x00004a73 setsect  0x00000002 , 0x00003454 
+ 00025722  0x00004a74 setsect  0x00000003 , 0x0001393d 
+ 00025723  0x00004a75 istore  0x00000009 , 0x00000005 
+ 00025724  0x00004a76 setsect  0x00000000 , 0x0001504e 
+ 00025725  0x00004a77 setsect  0x00000001 , 0x000151d0 
+ 00025726  0x00004a78 setsect  0x00000002 , 0x000154f4 
+ 00025727  0x00004a79 setsect  0x00000003 , 0x00014951 
+ 00025728  0x00004a7a istore  0x00000009 , 0x00000005 
+ 00025729  0x00004a7b setsect  0x00000000 , 0x00024345 
+ 00025730  0x00004a7c setsect  0x00000001 , 0x00025051 
+ 00025731  0x00004a7d setsect  0x00000002 , 0x000004c4 
+ 00025732  0x00004a7e istore  0x00000006 , 0x00000005 
+ 00025733  0x00004a7f rtn 
+ 00025734  0x00004a84 setarg  0x000065d7 
+ 00025735  0x00004a85 store  0x00000002 , 0x0000428c 
+ 00025736  0x00004a86 setarg  0x0000652e 
+ 00025737  0x00004a87 store  0x00000002 , 0x0000428e 
+ 00025738  0x00004a88 setarg  0x000064e3 
+ 00025739  0x00004a89 store  0x00000002 , 0x0000428a 
+ 00025740  0x00004a8a setarg  0x000065f3 
+ 00025741  0x00004a8b store  0x00000002 , 0x00004292 
+ 00025742  0x00004a8c setarg  0x000064a9 
+ 00025743  0x00004a8d store  0x00000002 , 0x00004290 
+ 00025744  0x00004a8e setarg  0x00006561 
+ 00025745  0x00004a8f store  0x00000002 , 0x00004298 
+ 00025746  0x00004a90 jam  0x00000000 , 0x000007dc 
+ 00025747  0x00004a91 jam  0x00000000 , 0x000007dd 
+ 00025748  0x00004a92 set0  0x00000025 , 0x00000000 
+ 00025749  0x00004a93 bpatch  0x000000c0 , 0x00004018 
+ 00025750  0x00004a94 call  0x000064c4 
+ 00025751  0x00004a95 rtn  0x0000002b 
+ 00025752  0x00004a96 call  0x0000649f 
+ 00025753  0x00004a97 call  0x000064a7 
+ 00025754  0x00004a98 setarg  0x000064e0 
+ 00025755  0x00004a99 store  0x00000002 , 0x00004288 
+ 00025756  0x00004a9a fetch  0x00000002 , 0x000047f4 
+ 00025757  0x00004a9b bbit1  0x0000000c , 0x00006697 
+ 00025758  0x00004a9c branch  0x00006693 
+ 00025759  0x00004a9f call  0x00003f4d 
+ 00025760  0x00004aa0 branch  0x000064a4 , 0x00000005 
+ 00025761  0x00004aa1 call  0x00006963 
+ 00025762  0x00004aa2 call  0x000066ba 
+ 00025763  0x00004aa3 branch  0x00003f45 
+ 00025764  0x00004aa5 call  0x0000691d 
+ 00025765  0x00004aa6 call  0x00006967 
+ 00025766  0x00004aa7 branch  0x000066c0 
+ 00025767  0x00004aaa jam  0x00000001 , 0x0000481c 
+ 00025768  0x00004aab branch  0x000064bb 
+ 00025769  0x00004aae call  0x00007cd7 
+ 00025770  0x00004aaf call  0x000064ac 
+ 00025771  0x00004ab0 branch  0x000064f6 
+ 00025772  0x00004ab3 fetcht  0x00000001 , 0x00004825 
+ 00025773  0x00004ab4 call  0x000069e5 
+ 00025774  0x00004ab5 nbranch  0x000064b3 , 0x00000001 
+ 00025775  0x00004ab7 fetch  0x00000001 , 0x0000481c 
+ 00025776  0x00004ab8 rtneq  0x00000000 
+ 00025777  0x00004ab9 jam  0x00000000 , 0x0000481c 
+ 00025778  0x00004aba rtn 
+ 00025779  0x00004abc fetch  0x00000001 , 0x0000481c 
+ 00025780  0x00004abd rtneq  0x00000001 
+ 00025781  0x00004abe jam  0x00000001 , 0x0000481c 
+ 00025782  0x00004abf fetch  0x00000001 , 0x0000481b 
+ 00025783  0x00004ac0 increase  0x00000001 , 0x0000003f 
+ 00025784  0x00004ac1 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00025785  0x00004ac2 store  0x00000001 , 0x0000481b 
+ 00025786  0x00004ac3 branch  0x000064bb 
+ 00025787  0x00004ac5 setarg  0x00000006 
+ 00025788  0x00004ac6 call  0x000066d8 
+ 00025789  0x00004ac7 and  0x0000003f , 0x000000fc , 0x00000002 
+ 00025790  0x00004ac8 fetch  0x00000001 , 0x0000481b 
+ 00025791  0x00004ac9 iadd  0x00000002 , 0x0000003f 
+ 00025792  0x00004aca lshift8  0x0000003f , 0x0000003f 
+ 00025793  0x00004acb add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00025794  0x00004acc call  0x000066d7 
+ 00025795  0x00004acd branch  0x000066ba 
+ 00025796  0x00004ad0 call  0x000065c5 
+ 00025797  0x00004ad1 call  0x000064ca 
+ 00025798  0x00004ad2 hfetch  0x00000002 , 0x00008050 
+ 00025799  0x00004ad3 set0  0x0000000b , 0x0000003f 
+ 00025800  0x00004ad4 hstore  0x00000002 , 0x00008050 
+ 00025801  0x00004ad5 rtn 
+ 00025802  0x00004ad8 call  0x00003e0b 
+ 00025803  0x00004ad9 fetcht  0x00000001 , 0x00004827 
+ 00025804  0x00004ada call  0x000069d1 
+ 00025805  0x00004adb fetcht  0x00000001 , 0x00004828 
+ 00025806  0x00004adc call  0x000069d1 
+ 00025807  0x00004add fetcht  0x00000001 , 0x00004822 
+ 00025808  0x00004ade call  0x000069d1 
+ 00025809  0x00004adf fetcht  0x00000001 , 0x00004823 
+ 00025810  0x00004ae0 call  0x000069d1 
+ 00025811  0x00004ae1 fetcht  0x00000001 , 0x00004824 
+ 00025812  0x00004ae2 call  0x000069d1 
+ 00025813  0x00004ae3 fetcht  0x00000001 , 0x00004826 
+ 00025814  0x00004ae4 call  0x000069d1 
+ 00025815  0x00004ae5 fetcht  0x00000001 , 0x00004825 
+ 00025816  0x00004ae6 call  0x000069d1 
+ 00025817  0x00004ae7 hfetch  0x00000001 , 0x0000807b 
+ 00025818  0x00004ae8 or_into  0x00000018 , 0x0000003f 
+ 00025819  0x00004ae9 hstore  0x00000001 , 0x0000807b 
+ 00025820  0x00004aea hfetch  0x00000001 , 0x0000807f 
+ 00025821  0x00004aeb and_into  0x000000e7 , 0x0000003f 
+ 00025822  0x00004aec hstore  0x00000001 , 0x0000807f 
+ 00025823  0x00004aed rtn 
+ 00025824  0x00004af1 setarg  0x0000bc05 
+ 00025825  0x00004af2 call  0x000066d7 
+ 00025826  0x00004af3 jam  0x00000001 , 0x000000a2 
+ 00025827  0x00004af6 call  0x000064f6 
+ 00025828  0x00004af7 arg  0x00000019 , 0x00000002 
+ 00025829  0x00004af8 call  0x000069da 
+ 00025830  0x00004af9 hjam  0x00000000 , 0x00008081 
+ 00025831  0x00004afa fetcht  0x00000001 , 0x00004827 
+ 00025832  0x00004afb call  0x000069b4 
+ 00025833  0x00004afc fetcht  0x00000001 , 0x00004828 
+ 00025834  0x00004afd call  0x000069b4 
+ 00025835  0x00004afe fetcht  0x00000001 , 0x00004822 
+ 00025836  0x00004aff call  0x000069b4 
+ 00025837  0x00004b00 fetcht  0x00000001 , 0x00004823 
+ 00025838  0x00004b01 call  0x000069b4 
+ 00025839  0x00004b02 fetcht  0x00000001 , 0x00004824 
+ 00025840  0x00004b03 call  0x000069b4 
+ 00025841  0x00004b04 fetcht  0x00000001 , 0x00004826 
+ 00025842  0x00004b05 call  0x000069b9 
+ 00025843  0x00004b06 fetch  0x00000001 , 0x000000a2 
+ 00025844  0x00004b07 nrtn  0x00000034 
+ 00025845  0x00004b08 branch  0x000069c4 
+ 00025846  0x00004b0b set0  0x00000025 , 0x00000000 
+ 00025847  0x00004b0c bpatch  0x000000c1 , 0x00004018 
+ 00025848  0x00004b0d arg  0x00000000 , 0x00000011 
+ 00025849  0x00004b0e fetcht  0x00000001 , 0x00004827 
+ 00025850  0x00004b0f call  0x000069e5 
+ 00025851  0x00004b10 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00025852  0x00004b11 fetcht  0x00000001 , 0x00004828 
+ 00025853  0x00004b12 call  0x000069e5 
+ 00025854  0x00004b13 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00025855  0x00004b14 copy  0x00000011 , 0x0000003f 
+ 00025856  0x00004b16 and_into  0x00000003 , 0x0000003f 
+ 00025857  0x00004b17 fetcht  0x00000001 , 0x00004808 
+ 00025858  0x00004b18 store  0x00000001 , 0x00004808 
+ 00025859  0x00004b19 isub  0x00000002 , 0x0000003e 
+ 00025860  0x00004b1a branch  0x00006514 , 0x00000005 
+ 00025861  0x00004b1b fetch  0x00000001 , 0x00004807 
+ 00025862  0x00004b1c store  0x00000001 , 0x00004806 
+ 00025863  0x00004b1d storet  0x00000001 , 0x00004807 
+ 00025864  0x00004b1e fetch  0x00000001 , 0x00004808 
+ 00025865  0x00004b1f lshift4  0x0000003f , 0x0000003f 
+ 00025866  0x00004b20 fetcht  0x00000001 , 0x00004807 
+ 00025867  0x00004b21 lshift2  0x00000002 , 0x00000002 
+ 00025868  0x00004b22 iadd  0x00000002 , 0x0000003f 
+ 00025869  0x00004b23 fetcht  0x00000001 , 0x00004806 
+ 00025870  0x00004b24 iadd  0x00000002 , 0x0000003f 
+ 00025871  0x00004b25 beq  0x00000038 , 0x00006515 
+ 00025872  0x00004b26 beq  0x00000034 , 0x00006519 
+ 00025873  0x00004b27 beq  0x0000000b , 0x00006519 
+ 00025874  0x00004b28 beq  0x00000007 , 0x00006515 
+ 00025875  0x00004b29 rtn 
+ 00025876  0x00004b2c rtn 
+ 00025877  0x00004b2f fetch  0x00000001 , 0x00004809 
+ 00025878  0x00004b30 increase  0x00000001 , 0x0000003f 
+ 00025879  0x00004b31 store  0x00000001 , 0x00004809 
+ 00025880  0x00004b32 rtn 
+ 00025881  0x00004b35 fetch  0x00000001 , 0x00004809 
+ 00025882  0x00004b36 increase  0xffffffff , 0x0000003f 
+ 00025883  0x00004b37 store  0x00000001 , 0x00004809 
+ 00025884  0x00004b38 rtn 
+ 00025885  0x00004b3c rtn 
+ 00025886  0x00004b3e setarg  0x0000b805 
+ 00025887  0x00004b3f branch  0x000066d7 
+ 00025888  0x00004b42 rtn 
+ 00025889  0x00004b45 call  0x00003fa0 
+ 00025890  0x00004b46 jam  0x00000002 , 0x00004820 
+ 00025891  0x00004b47 call  0x00003fa4 
+ 00025892  0x00004b49 branch  0x00003f92 
+ 00025893  0x00004b4c fetch  0x00000002 , 0x0000481e 
+ 00025894  0x00004b4d rtn  0x00000034 
+ 00025895  0x00004b4e increase  0xffffffff , 0x0000003f 
+ 00025896  0x00004b4f store  0x00000002 , 0x0000481e 
+ 00025897  0x00004b50 nrtn  0x00000034 
+ 00025898  0x00004b51 branch  0x00003f9a 
+ 00025899  0x00004b54 setarg  0x00000002 
+ 00025900  0x00004b55 store  0x00000001 , 0x000047f2 
+ 00025901  0x00004b56 rtn 
+ 00025902  0x00004b59 fetch  0x00000001 , 0x0000427f 
+ 00025903  0x00004b5a rtn  0x00000034 
+ 00025904  0x00004b5b call  0x0000527c 
+ 00025905  0x00004b5c nrtn  0x00000034 
+ 00025906  0x00004b5d call  0x00006578 
+ 00025907  0x00004b5e nrtn  0x00000028 
+ 00025908  0x00004b5f call  0x0000655e 
+ 00025909  0x00004b60 call  0x0000655a 
+ 00025910  0x00004b62 arg  0x00000008 , 0x00000011 
+ 00025911  0x00004b63 call  0x00004b2c 
+ 00025912  0x00004b64 fetch  0x00000002 , 0x000042b7 
+ 00025913  0x00004b65 istore  0x00000002 , 0x00000005 
+ 00025914  0x00004b66 setarg  0x000002a1 
+ 00025915  0x00004b67 istore  0x00000002 , 0x00000005 
+ 00025916  0x00004b68 fetch  0x00000001 , 0x00004805 
+ 00025917  0x00004b69 istore  0x00000001 , 0x00000005 
+ 00025918  0x00004b6a fetch  0x00000002 , 0x00004800 
+ 00025919  0x00004b6b arg  0x00000fff , 0x00000002 
+ 00025920  0x00004b6c iand  0x00000002 , 0x0000003f 
+ 00025921  0x00004b6d fetcht  0x00000002 , 0x00004802 
+ 00025922  0x00004b6e lshift4  0x00000002 , 0x00000002 
+ 00025923  0x00004b6f lshift8  0x00000002 , 0x00000002 
+ 00025924  0x00004b70 ior  0x00000002 , 0x0000003f 
+ 00025925  0x00004b71 istore  0x00000003 , 0x00000005 
+ 00025926  0x00004b72 fetch  0x00000001 , 0x00004804 
+ 00025927  0x00004b73 istore  0x00000001 , 0x00000005 
+ 00025928  0x00004b74 setarg  0x00000000 
+ 00025929  0x00004b75 istore  0x00000001 , 0x00000005 
+ 00025930  0x00004b76 jam  0x00000008 , 0x000008a8 
+ 00025931  0x00004b77 rtn 
+ 00025932  0x00004b7b set0  0x00000025 , 0x00000000 
+ 00025933  0x00004b7c bpatch  0x000000c2 , 0x00004018 
+ 00025934  0x00004b7d fetch  0x00000001 , 0x0000481a 
+ 00025935  0x00004b7e rtn  0x00000034 
+ 00025936  0x00004b7f increase  0xffffffff , 0x0000003f 
+ 00025937  0x00004b80 store  0x00000001 , 0x0000481a 
+ 00025938  0x00004b81 nrtn  0x00000034 
+ 00025939  0x00004b82 call  0x0000527e 
+ 00025940  0x00004b83 nrtn  0x00000034 
+ 00025941  0x00004b84 setarg  0x00000000 
+ 00025942  0x00004b85 store  0x00000005 , 0x00004800 
+ 00025943  0x00004b86 call  0x00006536 
+ 00025944  0x00004b87 jam  0x00000050 , 0x0000481a 
+ 00025945  0x00004b88 rtn 
+ 00025946  0x00004b8a fetch  0x00000002 , 0x00004810 
+ 00025947  0x00004b8b store  0x00000002 , 0x00004818 
+ 00025948  0x00004b8c jam  0x00000050 , 0x0000481a 
+ 00025949  0x00004b8d rtn 
+ 00025950  0x00004b90 fetch  0x00000002 , 0x0000480e 
+ 00025951  0x00004b91 store  0x00000002 , 0x00004816 
+ 00025952  0x00004b92 rtn 
+ 00025953  0x00004b96 fetcht  0x00000002 , 0x000044c2 
+ 00025954  0x00004b97 call  0x00005a88 
+ 00025955  0x00004b98 ifetch  0x00000001 , 0x00000006 
+ 00025956  0x00004b99 store  0x00000001 , 0x0000041b 
+ 00025957  0x00004b9a rtn 
+ 00025958  0x00004b9e set0  0x00000025 , 0x00000000 
+ 00025959  0x00004b9f bpatch  0x000000c3 , 0x00004018 
+ 00025960  0x00004ba0 fetcht  0x00000002 , 0x000044c2 
+ 00025961  0x00004ba1 call  0x00005a88 
+ 00025962  0x00004ba2 add  0x00000006 , 0x00000001 , 0x00000005 
+ 00025963  0x00004ba4 fetch  0x00000001 , 0x00004805 
+ 00025964  0x00004ba5 istore  0x00000001 , 0x00000005 
+ 00025965  0x00004ba6 fetch  0x00000002 , 0x00004800 
+ 00025966  0x00004ba7 arg  0x00000fff , 0x00000002 
+ 00025967  0x00004ba8 iand  0x00000002 , 0x0000003f 
+ 00025968  0x00004ba9 fetcht  0x00000002 , 0x00004802 
+ 00025969  0x00004baa lshift4  0x00000002 , 0x00000002 
+ 00025970  0x00004bab lshift8  0x00000002 , 0x00000002 
+ 00025971  0x00004bac ior  0x00000002 , 0x0000003f 
+ 00025972  0x00004bad istore  0x00000003 , 0x00000005 
+ 00025973  0x00004bae fetch  0x00000001 , 0x00004804 
+ 00025974  0x00004baf istore  0x00000001 , 0x00000005 
+ 00025975  0x00004bb0 rtn 
+ 00025976  0x00004bb3 set0  0x00000025 , 0x00000000 
+ 00025977  0x00004bb4 bpatch  0x000000c4 , 0x00004018 
+ 00025978  0x00004bb5 disable  0x00000028 
+ 00025979  0x00004bb6 setarg  0x00000000 
+ 00025980  0x00004bb7 store  0x00000005 , 0x00004800 
+ 00025981  0x00004bb8 call  0x00006581 
+ 00025982  0x00004bb9 call  0x000065b4 
+ 00025983  0x00004bba call  0x0000659c 
+ 00025984  0x00004bbb branch  0x000065a2 
+ 00025985  0x00004bbe fetch  0x00000001 , 0x00004821 
+ 00025986  0x00004bbf rtnne  0x00000002 
+ 00025987  0x00004bc0 fetch  0x00000001 , 0x0000480a 
+ 00025988  0x00004bc1 call  0x000065ba , 0x00000034 
+ 00025989  0x00004bc2 jam  0x00000001 , 0x0000480a 
+ 00025990  0x00004bc3 disable  0x00000028 
+ 00025991  0x00004bc4 fetcht  0x00000001 , 0x00004826 
+ 00025992  0x00004bc5 call  0x000069e5 
+ 00025993  0x00004bc6 nrtn  0x00000001 
+ 00025994  0x00004bc7 setarg  0x00000000 
+ 00025995  0x00004bc8 call  0x000066d8 
+ 00025996  0x00004bc9 bne  0x00000030 , 0x000066c6 
+ 00025997  0x00004bca setarg  0x00000002 
+ 00025998  0x00004bcb call  0x000066d8 
+ 00025999  0x00004bcc rtnbit0  0x00000007 
+ 00026000  0x00004bcd setarg  0x00000003 
+ 00026001  0x00004bce call  0x000066d8 
+ 00026002  0x00004bcf call  0x000065d3 
+ 00026003  0x00004bd0 store  0x00000002 , 0x00004800 
+ 00026004  0x00004bd1 setarg  0x00000004 
+ 00026005  0x00004bd2 call  0x000066d8 
+ 00026006  0x00004bd3 call  0x000065d3 
+ 00026007  0x00004bd4 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00026008  0x00004bd5 store  0x00000002 , 0x00004802 
+ 00026009  0x00004bd6 fetch  0x00000004 , 0x00004800 
+ 00026010  0x00004bd7 enable  0x00000028 
+ 00026011  0x00004bd8 rtn 
+ 00026012  0x00004bda fetch  0x00000001 , 0x00004809 
+ 00026013  0x00004bdb rtn  0x00000034 
+ 00026014  0x00004bdc store  0x00000001 , 0x00004804 
+ 00026015  0x00004bdd jam  0x00000000 , 0x00004809 
+ 00026016  0x00004bde enable  0x00000028 
+ 00026017  0x00004bdf rtn 
+ 00026018  0x00004be1 arg  0x00000000 , 0x00000011 
+ 00026019  0x00004be2 fetcht  0x00000001 , 0x00004822 
+ 00026020  0x00004be3 call  0x000069e5 
+ 00026021  0x00004be4 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00026022  0x00004be5 fetcht  0x00000001 , 0x00004823 
+ 00026023  0x00004be6 call  0x000069e5 
+ 00026024  0x00004be7 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00026025  0x00004be8 fetcht  0x00000001 , 0x00004824 
+ 00026026  0x00004be9 call  0x000069e5 
+ 00026027  0x00004bea setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00026028  0x00004beb deposit  0x00000011 
+ 00026029  0x00004bec fetcht  0x00000001 , 0x00004805 
+ 00026030  0x00004bed store  0x00000001 , 0x00004805 
+ 00026031  0x00004bee ixor  0x00000002 , 0x0000003f 
+ 00026032  0x00004bef sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00026033  0x00004bf0 rtn  0x00000005 
+ 00026034  0x00004bf1 enable  0x00000028 
+ 00026035  0x00004bf2 rtn 
+ 00026036  0x00004bf8 arg  0x0000001a , 0x00000002 
+ 00026037  0x00004bf9 call  0x000069e5 
+ 00026038  0x00004bfa rtn  0x00000001 
+ 00026039  0x00004bfb setarg  0x00000000 
+ 00026040  0x00004bfc call  0x000066d8 
+ 00026041  0x00004bfd branch  0x000065b4 
+ 00026042  0x00004c00 arg  0x00000000 , 0x00000039 
+ 00026043  0x00004c02 setarg  0x00000002 
+ 00026044  0x00004c03 call  0x000066d8 
+ 00026045  0x00004c04 nop  0x00000064 
+ 00026046  0x00004c05 increase  0x00000001 , 0x00000039 
+ 00026047  0x00004c06 fetcht  0x00000001 , 0x00004826 
+ 00026048  0x00004c07 call  0x000069e5 
+ 00026049  0x00004c08 branch  0x000065bb , 0x00000001 
+ 00026050  0x00004c09 deposit  0x00000039 
+ 00026051  0x00004c0a store  0x00000002 , 0x0000046b 
+ 00026052  0x00004c0b rtn 
+ 00026053  0x00004c0d call  0x0000678e 
+ 00026054  0x00004c0e rtn  0x0000002b 
+ 00026055  0x00004c11 setarg  0x00000000 
+ 00026056  0x00004c12 call  0x000066d8 
+ 00026057  0x00004c13 store  0x00000001 , 0x00000256 
+ 00026058  0x00004c14 beq  0x00000030 , 0x000065ce 
+ 00026059  0x00004c15 call  0x000066c6 
+ 00026060  0x00004c16 nop  0x00002710 
+ 00026061  0x00004c17 branch  0x000065c7 
+ 00026062  0x00004c19 setarg  0x00008006 
+ 00026063  0x00004c1a call  0x000066d7 
+ 00026064  0x00004c1b nop  0x000003e8 
+ 00026065  0x00004c1c jam  0x00000002 , 0x00004821 
+ 00026066  0x00004c1d rtn 
+ 00026067  0x00004c22 rtnbit0  0x00000007 
+ 00026068  0x00004c23 arg  0x0000ff00 , 0x00000002 
+ 00026069  0x00004c24 ior  0x00000002 , 0x0000003f 
+ 00026070  0x00004c25 rtn 
+ 00026071  0x00004c2a call  0x0000561e 
+ 00026072  0x00004c2b nrtn  0x00000034 
+ 00026073  0x00004c2c fetcht  0x00000002 , 0x000044c2 
+ 00026074  0x00004c2d call  0x00005866 
+ 00026075  0x00004c2e rtnbit0  0x00000000 
+ 00026076  0x00004c2f fetch  0x00000001 , 0x000046f8 
+ 00026077  0x00004c30 rtnbit0  0x00000000 
+ 00026078  0x00004c31 call  0x00006578 
+ 00026079  0x00004c33 nrtn  0x00000028 
+ 00026080  0x00004c34 call  0x0000655e 
+ 00026081  0x00004c36 jam  0x0000001b , 0x00000b7d 
+ 00026082  0x00004c37 call  0x00005620 
+ 00026083  0x00004c38 branch  0x00006566 
+ 00026084  0x00004c3b rtn  0x00000028 
+ 00026085  0x00004c3c fetch  0x00000001 , 0x0000481d 
+ 00026086  0x00004c3d increase  0x00000001 , 0x0000003f 
+ 00026087  0x00004c3e store  0x00000001 , 0x0000481d 
+ 00026088  0x00004c3f arg  0x00000001 , 0x00000002 
+ 00026089  0x00004c40 bbit0  0x00000007 , 0x000065eb 
+ 00026090  0x00004c41 arg  0x0000ffff , 0x00000002 
+ 00026091  0x00004c43 storet  0x00000005 , 0x00004800 
+ 00026092  0x00004c44 enable  0x00000028 
+ 00026093  0x00004c45 rtn 
+ 00026094  0x00004c48 disable  0x00000028 
+ 00026095  0x00004c49 fetch  0x00000001 , 0x00004820 
+ 00026096  0x00004c4a rtneq  0x00000002 
+ 00026097  0x00004c4b enable  0x00000028 
+ 00026098  0x00004c4c rtn 
+ 00026099  0x00004c4f copy  0x00000013 , 0x0000003f 
+ 00026100  0x00004c50 beq  0x00000014 , 0x00006606 
+ 00026101  0x00004c51 beq  0x00000001 , 0x000066a6 
+ 00026102  0x00004c52 beq  0x00000015 , 0x00006617 
+ 00026103  0x00004c53 beq  0x00000002 , 0x00006617 
+ 00026104  0x00004c54 beq  0x00000005 , 0x00006616 
+ 00026105  0x00004c55 beq  0x00000010 , 0x0000666a 
+ 00026106  0x00004c56 beq  0x00000012 , 0x0000668a 
+ 00026107  0x00004c57 beq  0x00000006 , 0x00006614 
+ 00026108  0x00004c58 beq  0x00000028 , 0x00006521 
+ 00026109  0x00004c59 beq  0x00000029 , 0x00006524 
+ 00026110  0x00004c5a beq  0x00000004 , 0x00006611 
+ 00026111  0x00004c5b beq  0x00000013 , 0x00006611 
+ 00026112  0x00004c5c beq  0x0000000a , 0x0000660f 
+ 00026113  0x00004c5d beq  0x0000002e , 0x00003f57 
+ 00026114  0x00004c5e and  0x0000003f , 0x0000000f , 0x00000002 
+ 00026115  0x00004c5f and_into  0x000000f0 , 0x0000003f 
+ 00026116  0x00004c60 beq  0x00000050 , 0x00006634 
+ 00026117  0x00004c61 rtn 
+ 00026118  0x00004c64 fetch  0x00000002 , 0x000042a2 
+ 00026119  0x00004c65 set0  0x00000000 , 0x0000003f 
+ 00026120  0x00004c66 store  0x00000002 , 0x000042a2 
+ 00026121  0x00004c67 setarg  0x00000000 
+ 00026122  0x00004c68 store  0x00000002 , 0x00004814 
+ 00026123  0x00004c69 fetch  0x00000001 , 0x00004829 
+ 00026124  0x00004c6a increase  0x00000001 , 0x0000003f 
+ 00026125  0x00004c6b store  0x00000001 , 0x00004829 
+ 00026126  0x00004c6c branch  0x000066a6 
+ 00026127  0x00004c6f call  0x000062e9 
+ 00026128  0x00004c70 branch  0x00003f6a 
+ 00026129  0x00004c73 fetch  0x00000002 , 0x000047f4 
+ 00026130  0x00004c74 bbit1  0x0000000c , 0x00006697 
+ 00026131  0x00004c75 branch  0x00003f10 
+ 00026132  0x00004c79 call  0x0000652b 
+ 00026133  0x00004c7a rtn 
+ 00026134  0x00004c7c rtn 
+ 00026135  0x00004c7f set0  0x00000025 , 0x00000000 
+ 00026136  0x00004c80 bpatch  0x000000c5 , 0x00004018 
+ 00026137  0x00004c81 call  0x00006621 
+ 00026138  0x00004c82 fetch  0x00000002 , 0x000042a0 
+ 00026139  0x00004c83 bbit1  0x00000007 , 0x00006630 
+ 00026140  0x00004c84 bbit1  0x00000000 , 0x00003f12 
+ 00026141  0x00004c85 bbit1  0x00000001 , 0x0000662a 
+ 00026142  0x00004c86 bbit1  0x00000002 , 0x0000662d 
+ 00026143  0x00004c87 bbit1  0x00000003 , 0x0000662d 
+ 00026144  0x00004c88 branch  0x00006697 
+ 00026145  0x00004c8a setarg  0x00000000 
+ 00026146  0x00004c8b store  0x00000004 , 0x00004806 
+ 00026147  0x00004c8c jam  0x00000000 , 0x0000481a 
+ 00026148  0x00004c8d jam  0x00000000 , 0x0000480a 
+ 00026149  0x00004c8e jam  0x00000000 , 0x0000427f 
+ 00026150  0x00004c8f jam  0x00000000 , 0x0000448b 
+ 00026151  0x00004c90 jam  0x00000000 , 0x00004820 
+ 00026152  0x00004c91 jam  0x00000000 , 0x0000480b 
+ 00026153  0x00004c92 rtn 
+ 00026154  0x00004c95 bbit1  0x00000005 , 0x0000662d 
+ 00026155  0x00004c96 bbit1  0x00000003 , 0x0000662d 
+ 00026156  0x00004c97 branch  0x00006697 
+ 00026157  0x00004c99 fetch  0x00000002 , 0x000047f4 
+ 00026158  0x00004c9a bbit1  0x0000000c , 0x00006697 
+ 00026159  0x00004c9b branch  0x00003f10 
+ 00026160  0x00004c9e call  0x00005b30 
+ 00026161  0x00004c9f fetch  0x00000002 , 0x000042a0 
+ 00026162  0x00004ca0 bbit1  0x00000000 , 0x00003f12 
+ 00026163  0x00004ca1 branch  0x00003f10 
+ 00026164  0x00004ca4 set0  0x00000025 , 0x00000000 
+ 00026165  0x00004ca5 bpatch  0x000000c6 , 0x00004018 
+ 00026166  0x00004ca6 storet  0x00000001 , 0x00000259 
+ 00026167  0x00004ca8 fetch  0x00000001 , 0x00000259 
+ 00026168  0x00004ca9 rtn  0x00000034 
+ 00026169  0x00004caa increase  0xffffffff , 0x0000003f 
+ 00026170  0x00004cab store  0x00000001 , 0x00000259 
+ 00026171  0x00004cae call  0x00006649 
+ 00026172  0x00004caf call  0x0000664f 
+ 00026173  0x00004cb0 call  0x00006656 
+ 00026174  0x00004cb1 call  0x00006664 
+ 00026175  0x00004cb3 fetch  0x00000001 , 0x00004820 
+ 00026176  0x00004cb4 compare  0x00000002 , 0x0000003f , 0x000000ff 
+ 00026177  0x00004cb5 call  0x00006648 , 0x00000001 
+ 00026178  0x00004cb6 fetch  0x00000001 , 0x00004820 
+ 00026179  0x00004cb7 compare  0x00000001 , 0x0000003f , 0x000000ff 
+ 00026180  0x00004cb8 call  0x00006646 , 0x00000001 
+ 00026181  0x00004cb9 branch  0x00006637 
+ 00026182  0x00004cbd call  0x0000665d 
+ 00026183  0x00004cbe branch  0x0000654c 
+ 00026184  0x00004cc2 rtn 
+ 00026185  0x00004cc5 fetch  0x00000001 , 0x000047f2 
+ 00026186  0x00004cc6 rtn  0x00000034 
+ 00026187  0x00004cc7 increase  0xffffffff , 0x0000003f 
+ 00026188  0x00004cc8 store  0x00000001 , 0x000047f2 
+ 00026189  0x00004cc9 nrtn  0x00000034 
+ 00026190  0x00004cca branch  0x0000668a 
+ 00026191  0x00004ccd fetch  0x00000002 , 0x00004812 
+ 00026192  0x00004cce rtn  0x00000034 
+ 00026193  0x00004ccf increase  0xffffffff , 0x0000003f 
+ 00026194  0x00004cd0 store  0x00000002 , 0x00004812 
+ 00026195  0x00004cd1 nrtn  0x00000034 
+ 00026196  0x00004cd2 call  0x000066a6 
+ 00026197  0x00004cd3 branch  0x00003f9a 
+ 00026198  0x00004cd6 fetch  0x00000002 , 0x00004814 
+ 00026199  0x00004cd7 rtn  0x00000034 
+ 00026200  0x00004cd8 increase  0xffffffff , 0x0000003f 
+ 00026201  0x00004cd9 store  0x00000002 , 0x00004814 
+ 00026202  0x00004cda nrtn  0x00000034 
+ 00026203  0x00004cdb call  0x00003f84 
+ 00026204  0x00004cdc branch  0x00003f9a 
+ 00026205  0x00004cdf fetch  0x00000002 , 0x00004818 
+ 00026206  0x00004ce0 rtn  0x00000034 
+ 00026207  0x00004ce1 increase  0xffffffff , 0x0000003f 
+ 00026208  0x00004ce2 store  0x00000002 , 0x00004818 
+ 00026209  0x00004ce3 nrtn  0x00000034 
+ 00026210  0x00004ce4 jam  0x00000000 , 0x0000481a 
+ 00026211  0x00004ce5 rtn 
+ 00026212  0x00004ce8 fetch  0x00000002 , 0x00004816 
+ 00026213  0x00004ce9 rtn  0x00000034 
+ 00026214  0x00004cea increase  0xffffffff , 0x0000003f 
+ 00026215  0x00004ceb store  0x00000002 , 0x00004816 
+ 00026216  0x00004cec nrtn  0x00000034 
+ 00026217  0x00004ced branch  0x000066b1 
+ 00026218  0x00004cf0 set0  0x00000025 , 0x00000000 
+ 00026219  0x00004cf1 bpatch  0x000000c7 , 0x00004018 
+ 00026220  0x00004cf2 jam  0x00000000 , 0x0000481a 
+ 00026221  0x00004cf3 jam  0x00000001 , 0x0000480b 
+ 00026222  0x00004cf4 setarg  0x00000000 
+ 00026223  0x00004cf5 store  0x00000002 , 0x00004814 
+ 00026224  0x00004cf6 call  0x000066b1 
+ 00026225  0x00004cf7 fetch  0x00000001 , 0x00004132 
+ 00026226  0x00004cf8 isolate1  0x00000001 , 0x0000003f 
+ 00026227  0x00004cf9 call  0x00006688 , 0x00000001 
+ 00026228  0x00004cfa fetch  0x00000001 , 0x00004132 
+ 00026229  0x00004cfb isolate1  0x00000000 , 0x0000003f 
+ 00026230  0x00004cfc call  0x00006684 , 0x00000001 
+ 00026231  0x00004cfd call  0x00003fa6 
+ 00026232  0x00004cfe branch  0x00006697 
+ 00026233  0x00004d03 fetch  0x00000006 , 0x00004274 
+ 00026234  0x00004d04 branch  0x00003f79 , 0x00000034 
+ 00026235  0x00004d05 branch  0x00003f6e 
+ 00026236  0x00004d08 fetch  0x00000006 , 0x00004274 
+ 00026237  0x00004d09 branch  0x00006682 , 0x00000034 
+ 00026238  0x00004d0a fetch  0x00000002 , 0x0000480c 
+ 00026239  0x00004d0b store  0x00000002 , 0x00004814 
+ 00026240  0x00004d0c call  0x00003fa4 
+ 00026241  0x00004d0d branch  0x00003f82 
+ 00026242  0x00004d0f call  0x00003f94 
+ 00026243  0x00004d10 branch  0x00003f88 
+ 00026244  0x00004d13 fetch  0x00000002 , 0x000047f4 
+ 00026245  0x00004d14 isolate1  0x00000007 , 0x0000003f 
+ 00026246  0x00004d15 call  0x00003f75 , 0x00000001 
+ 00026247  0x00004d16 rtn 
+ 00026248  0x00004d18 call  0x00005b30 
+ 00026249  0x00004d19 rtn 
+ 00026250  0x00004d1c jam  0x00000001 , 0x0000427f 
+ 00026251  0x00004d1d call  0x00003fa4 
+ 00026252  0x00004d1e call  0x00003fa2 
+ 00026253  0x00004d1f jam  0x00000001 , 0x00004820 
+ 00026254  0x00004d20 setarg  0x00000000 
+ 00026255  0x00004d21 store  0x00000002 , 0x000047f0 
+ 00026256  0x00004d22 store  0x00000001 , 0x000047f2 
+ 00026257  0x00004d23 call  0x00003f9e 
+ 00026258  0x00004d24 branch  0x0000655a 
+ 00026259  0x00004d27 fetch  0x00000001 , 0x000042a9 
+ 00026260  0x00004d28 beq  0x00000033 , 0x00006679 
+ 00026261  0x00004d29 beq  0x00000034 , 0x0000667c 
+ 00026262  0x00004d2a branch  0x00006697 
+ 00026263  0x00004d2d set0  0x00000025 , 0x00000000 
+ 00026264  0x00004d2e bpatch  0x000000c8 , 0x00004019 
+ 00026265  0x00004d2f fetch  0x00000001 , 0x000044f9 
+ 00026266  0x00004d30 increase  0x00000001 , 0x0000003f 
+ 00026267  0x00004d31 store  0x00000001 , 0x000044f9 
+ 00026268  0x00004d32 call  0x00003fa6 
+ 00026269  0x00004d33 fetch  0x00000002 , 0x000047fe 
+ 00026270  0x00004d34 store  0x00000002 , 0x00004812 
+ 00026271  0x00004d35 fetch  0x00000001 , 0x00004132 
+ 00026272  0x00004d36 isolate1  0x00000001 , 0x0000003f 
+ 00026273  0x00004d37 call  0x00003f88 , 0x00000001 
+ 00026274  0x00004d38 fetch  0x00000001 , 0x00004132 
+ 00026275  0x00004d39 isolate1  0x00000000 , 0x0000003f 
+ 00026276  0x00004d3a call  0x00003f7c , 0x00000001 
+ 00026277  0x00004d3b branch  0x00003f94 
+ 00026278  0x00004d3e set0  0x00000025 , 0x00000000 
+ 00026279  0x00004d3f bpatch  0x000000c9 , 0x00004019 
+ 00026280  0x00004d40 setarg  0x00000000 
+ 00026281  0x00004d41 store  0x00000002 , 0x00004812 
+ 00026282  0x00004d42 fetch  0x00000001 , 0x00004132 
+ 00026283  0x00004d43 isolate1  0x00000001 , 0x0000003f 
+ 00026284  0x00004d44 call  0x00003f86 , 0x00000001 
+ 00026285  0x00004d45 fetch  0x00000001 , 0x00004132 
+ 00026286  0x00004d46 isolate1  0x00000000 , 0x0000003f 
+ 00026287  0x00004d47 call  0x00003f7e , 0x00000001 
+ 00026288  0x00004d48 branch  0x00003f98 
+ 00026289  0x00004d4b set0  0x00000025 , 0x00000000 
+ 00026290  0x00004d4c bpatch  0x000000ca , 0x00004019 
+ 00026291  0x00004d4d setarg  0x00000000 
+ 00026292  0x00004d4e store  0x00000002 , 0x00004816 
+ 00026293  0x00004d4f fetch  0x00000002 , 0x000047f4 
+ 00026294  0x00004d50 bbit1  0x00000009 , 0x00003f90 
+ 00026295  0x00004d51 fetch  0x00000002 , 0x000047f4 
+ 00026296  0x00004d52 bbit1  0x00000000 , 0x00003f77 
+ 00026297  0x00004d53 rtn 
+ 00026298  0x00004d56 set0  0x00000025 , 0x00000000 
+ 00026299  0x00004d57 bpatch  0x000000cb , 0x00004019 
+ 00026300  0x00004d58 arg  0x00000001 , 0x00000002 
+ 00026301  0x00004d59 arg  0x0000481b , 0x00000011 
+ 00026302  0x00004d5a arg  0x000000c6 , 0x00000012 
+ 00026303  0x00004d5b branch  0x0000683e 
+ 00026304  0x00004d5e set0  0x00000025 , 0x00000000 
+ 00026305  0x00004d5f bpatch  0x000000cc , 0x00004019 
+ 00026306  0x00004d60 arg  0x00000001 , 0x00000002 
+ 00026307  0x00004d61 arg  0x0000481b , 0x00000011 
+ 00026308  0x00004d62 arg  0x000000c6 , 0x00000012 
+ 00026309  0x00004d63 branch  0x0000681d 
+ 00026310  0x00004d6c set0  0x00000025 , 0x00000000 
+ 00026311  0x00004d6d bpatch  0x000000fe , 0x0000401f 
+ 00026312  0x00004d6e hfetch  0x00000001 , 0x00008073 
+ 00026313  0x00004d6f arg  0x00000006 , 0x00000002 
+ 00026314  0x00004d70 ior  0x00000002 , 0x0000003f 
+ 00026315  0x00004d71 hstore  0x00000001 , 0x00008073 
+ 00026316  0x00004d72 hfetch  0x00000001 , 0x00008077 
+ 00026317  0x00004d73 ior  0x00000002 , 0x0000003f 
+ 00026318  0x00004d74 hstore  0x00000001 , 0x00008077 
+ 00026319  0x00004d75 hjam  0x00000000 , 0x00008081 
+ 00026320  0x00004d76 hfetch  0x00000001 , 0x00008077 
+ 00026321  0x00004d77 set0  0x00000001 , 0x0000003f 
+ 00026322  0x00004d78 set0  0x00000002 , 0x0000003f 
+ 00026323  0x00004d79 hstore  0x00000001 , 0x00008077 
+ 00026324  0x00004d7a nop  0x0000001e 
+ 00026325  0x00004d7b hjam  0x00000001 , 0x00008081 
+ 00026326  0x00004d7c rtn 
+ 00026327  0x00004d7e branch  0x000067a1 
+ 00026328  0x00004d81 branch  0x000067a9 
+ 00026329  0x00004d89 nbranch  0x000066dd , 0x00000028 
+ 00026330  0x00004d8a hfetch  0x00000001 , 0x00008085 
+ 00026331  0x00004d8b or_into  0x00000020 , 0x0000003f 
+ 00026332  0x00004d8c hstore  0x00000001 , 0x00008085 
+ 00026333  0x00004d8e copy  0x00000002 , 0x0000003e 
+ 00026334  0x00004d8f branch  0x000066e0 , 0x00000005 
+ 00026335  0x00004d90 copy  0x00000013 , 0x0000003d 
+ 00026336  0x00004d92 isolate0  0x00000000 , 0x0000003e 
+ 00026337  0x00004d93 branch  0x00006763 
+ 00026338  0x00004d97 force  0x00000004 , 0x00000002 
+ 00026339  0x00004d99 arg  0x0000022c , 0x00000011 
+ 00026340  0x00004d9a hfetch  0x00000001 , 0x00008085 
+ 00026341  0x00004d9b and_into  0x000000df , 0x0000003f 
+ 00026342  0x00004d9c hstore  0x00000001 , 0x00008085 
+ 00026343  0x00004d9d call  0x000066dd 
+ 00026344  0x00004d9e arg  0x000055aa , 0x00000011 
+ 00026345  0x00004d9f fetch  0x00000002 , 0x0000022c 
+ 00026346  0x00004da0 ifetcht  0x00000002 , 0x00000006 
+ 00026347  0x00004da1 isub  0x00000011 , 0x0000003e 
+ 00026348  0x00004da2 rtn 
+ 00026349  0x00004da5 arg  0x00000002 , 0x00000002 
+ 00026350  0x00004da6 arg  0x00000232 , 0x00000011 
+ 00026351  0x00004da7 call  0x000066dd 
+ 00026352  0x00004da8 fetch  0x00000002 , 0x00000232 
+ 00026353  0x00004da9 store  0x00000002 , 0x00000225 
+ 00026354  0x00004daa call  0x000066f4 , 0x00000028 
+ 00026355  0x00004dab rtn 
+ 00026356  0x00004dae arg  0x00000010 , 0x00000002 
+ 00026357  0x00004daf arg  0x00000234 , 0x00000011 
+ 00026358  0x00004db0 hfetch  0x00000001 , 0x00008085 
+ 00026359  0x00004db1 and_into  0x000000df , 0x0000003f 
+ 00026360  0x00004db2 hstore  0x00000001 , 0x00008085 
+ 00026361  0x00004db3 call  0x000066dd 
+ 00026362  0x00004db4 arg  0x00000234 , 0x00000006 
+ 00026363  0x00004db5 arg  0x00000010 , 0x00000039 
+ 00026364  0x00004db6 call  0x00007584 
+ 00026365  0x00004db7 call  0x0000753d 
+ 00026366  0x00004db8 call  0x0000759d 
+ 00026367  0x00004db9 branch  0x00007534 
+ 00026368  0x00004dbc disable  0x0000002d 
+ 00026369  0x00004dbd call  0x000066e2 
+ 00026370  0x00004dbe nrtn  0x00000005 
+ 00026371  0x00004dbf enable  0x0000002d 
+ 00026372  0x00004dc0 hjam  0x00000080 , 0x00008023 
+ 00026373  0x00004dc1 hjam  0x00000000 , 0x00008022 
+ 00026374  0x00004dc2 hjam  0x00000000 , 0x00008024 
+ 00026375  0x00004dc3 arg  0x00008025 , 0x00000011 
+ 00026376  0x00004dc4 call  0x000066d9 
+ 00026377  0x00004dc5 hjam  0x00000000 , 0x00008023 
+ 00026378  0x00004dc6 call  0x000066e2 
+ 00026379  0x00004dc7 nrtn  0x00000005 
+ 00026380  0x00004dc8 force  0x00000000 , 0x0000003f 
+ 00026381  0x00004dc9 hstore  0x00000002 , 0x00008288 
+ 00026382  0x00004dca arg  0x0000828a , 0x00000011 
+ 00026383  0x00004dcb call  0x000066d9 
+ 00026384  0x00004dcd arg  0x00000006 , 0x00000002 
+ 00026385  0x00004dce call  0x000066e3 
+ 00026386  0x00004dcf nrtn  0x00000005 
+ 00026387  0x00004dd0 ifetch  0x00000002 , 0x00000006 
+ 00026388  0x00004dd1 iforce  0x00000011 
+ 00026389  0x00004dd2 call  0x000066dd 
+ 00026390  0x00004dd3 branch  0x00006710 
+ 00026391  0x00004dda call  0x00007f36 
+ 00026392  0x00004ddb setarg  0x00001000 
+ 00026393  0x00004ddc store  0x00000002 , 0x00000225 
+ 00026394  0x00004ddd arg  0x00006823 , 0x00000013 
+ 00026395  0x00004dde arg  0x00000002 , 0x00000039 
+ 00026396  0x00004de0 call  0x000066e2 
+ 00026397  0x00004de1 nrtn  0x00000005 
+ 00026398  0x00004de2 fetch  0x00000002 , 0x00000225 
+ 00026399  0x00004de3 byteswap  0x0000003f , 0x0000003f 
+ 00026400  0x00004de4 iadd  0x00000002 , 0x0000003f 
+ 00026401  0x00004de5 byteswap  0x0000003f , 0x0000003f 
+ 00026402  0x00004de6 store  0x00000002 , 0x00000225 
+ 00026403  0x00004de7 loop  0x0000671c 
+ 00026404  0x00004de8 branch  0x00006710 
+ 00026405  0x00004deb hjam  0x00000025 , 0x00008050 
+ 00026406  0x00004dec hjam  0x00000005 , 0x00008280 
+ 00026407  0x00004ded call  0x00007f36 
+ 00026408  0x00004def disable  0x00000028 
+ 00026409  0x00004df0 call  0x0000688a 
+ 00026410  0x00004df1 setarg  0x00000000 
+ 00026411  0x00004df2 arg  0x00000221 , 0x00000011 
+ 00026412  0x00004df3 arg  0x00000002 , 0x00000002 
+ 00026413  0x00004df4 call  0x000068d3 
+ 00026414  0x00004df5 fetch  0x00000002 , 0x00000221 
+ 00026415  0x00004df6 bbit0  0x00000007 , 0x00006738 
+ 00026416  0x00004df7 setarg  0x000007f0 
+ 00026417  0x00004df8 arg  0x00000234 , 0x00000011 
+ 00026418  0x00004df9 arg  0x00000010 , 0x00000002 
+ 00026419  0x00004dfa call  0x000068d3 
+ 00026420  0x00004dfb hjam  0x00000008 , 0x00008006 
+ 00026421  0x00004dfc arg  0x00000234 , 0x00000006 
+ 00026422  0x00004dfd call  0x00007590 
+ 00026423  0x00004dfe enable  0x00000028 
+ 00026424  0x00004e00 fetch  0x00000002 , 0x00000221 
+ 00026425  0x00004e01 byteswap  0x0000003f , 0x0000003f 
+ 00026426  0x00004e02 arg  0x000007ff , 0x00000002 
+ 00026427  0x00004e03 iand  0x00000002 , 0x0000003f 
+ 00026428  0x00004e04 branch  0x00006744 , 0x00000005 
+ 00026429  0x00004e05 call  0x0000688f 
+ 00026430  0x00004e06 arg  0x000068d8 , 0x00000013 
+ 00026431  0x00004e07 call  0x000066f4 , 0x00000028 
+ 00026432  0x00004e08 call  0x00006700 
+ 00026433  0x00004e09 fetch  0x00000001 , 0x00000220 
+ 00026434  0x00004e0a compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026435  0x00004e0b nbranch  0x00006738 , 0x00000001 
+ 00026436  0x00004e0d call  0x0000688d 
+ 00026437  0x00004e0e fetch  0x00000001 , 0x00000221 
+ 00026438  0x00004e0f bbit1  0x00000005 , 0x00006751 
+ 00026439  0x00004e10 setarg  0x00000000 
+ 00026440  0x00004e11 store  0x00000003 , 0x00000224 
+ 00026441  0x00004e12 call  0x000067b9 
+ 00026442  0x00004e13 arg  0x000067db , 0x00000013 
+ 00026443  0x00004e14 call  0x000066ed 
+ 00026444  0x00004e15 call  0x00006700 
+ 00026445  0x00004e16 nbranch  0x00006751 , 0x0000002d 
+ 00026446  0x00004e17 fetch  0x00000001 , 0x00000220 
+ 00026447  0x00004e18 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026448  0x00004e19 nbranch  0x00006744 , 0x00000001 
+ 00026449  0x00004e1b fetch  0x00000001 , 0x00000221 
+ 00026450  0x00004e1c bbit1  0x00000006 , 0x0000675d 
+ 00026451  0x00004e1d setarg  0x00000000 
+ 00026452  0x00004e1e store  0x00000002 , 0x00000225 
+ 00026453  0x00004e1f arg  0x00006823 , 0x00000013 
+ 00026454  0x00004e20 call  0x00006805 
+ 00026455  0x00004e21 call  0x000066ed 
+ 00026456  0x00004e22 call  0x00006700 
+ 00026457  0x00004e23 nbranch  0x0000675d , 0x0000002d 
+ 00026458  0x00004e24 fetch  0x00000001 , 0x00000220 
+ 00026459  0x00004e25 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026460  0x00004e26 nbranch  0x00006751 , 0x00000001 
+ 00026461  0x00004e28 hjam  0x00000021 , 0x00008050 
+ 00026462  0x00004e29 fetch  0x00000001 , 0x00000221 
+ 00026463  0x00004e2a rtnbit0  0x00000004 
+ 00026464  0x00004e2b call  0x00004461 
+ 00026465  0x00004e2d call  0x000044a3 
+ 00026466  0x00004e2e branch  0x00006761 
+ 00026467  0x00004e32 fetch  0x00000001 , 0x00000220 
+ 00026468  0x00004e33 lshift  0x0000003f , 0x0000003f 
+ 00026469  0x00004e34 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00026470  0x00004e35 isolate0  0x0000000f , 0x00000011 
+ 00026471  0x00004e36 rtn  0x00000001 
+ 00026472  0x00004e37 store  0x00000001 , 0x00000220 
+ 00026473  0x00004e38 rtn 
+ 00026474  0x00004e3c hfetch  0x00000001 , 0x00008085 
+ 00026475  0x00004e3d rtnbit0  0x00000005 
+ 00026476  0x00004e3e branch  0x00006770 
+ 00026477  0x00004e40 hfetch  0x00000001 , 0x0000812c 
+ 00026478  0x00004e41 qisolate1  0x0000003f 
+ 00026479  0x00004e42 rtn  0x00000001 
+ 00026480  0x00004e44 hfetch  0x00000001 , 0x00008108 
+ 00026481  0x00004e45 bbit0  0x00000001 , 0x0000676d 
+ 00026482  0x00004e46 call  0x00007534 
+ 00026483  0x00004e47 branch  0x0000676d 
+ 00026484  0x00004e4c copy  0x00000039 , 0x00000002 
+ 00026485  0x00004e4d storet  0x00000002 , 0x0000423c 
+ 00026486  0x00004e4e hjam  0x00000080 , 0x00008023 
+ 00026487  0x00004e4f hjam  0x00000000 , 0x00008022 
+ 00026488  0x00004e50 hjam  0x00000000 , 0x00008024 
+ 00026489  0x00004e51 store  0x00000002 , 0x0000423a 
+ 00026490  0x00004e52 iforce  0x00000005 
+ 00026491  0x00004e53 lshift2  0x00000039 , 0x00000039 
+ 00026492  0x00004e55 hfetch  0x00000001 , 0x00008025 
+ 00026493  0x00004e56 istore  0x00000001 , 0x00000005 
+ 00026494  0x00004e57 loop  0x0000677c 
+ 00026495  0x00004e58 hjam  0x00000000 , 0x00008023 
+ 00026496  0x00004e59 rtn 
+ 00026497  0x00004e5c fetch  0x00000002 , 0x0000423a 
+ 00026498  0x00004e5d rtn  0x00000034 
+ 00026499  0x00004e5e hjam  0x00000080 , 0x00008023 
+ 00026500  0x00004e5f hjam  0x00000000 , 0x00008022 
+ 00026501  0x00004e60 hjam  0x00000000 , 0x00008024 
+ 00026502  0x00004e61 fetcht  0x00000002 , 0x0000423c 
+ 00026503  0x00004e62 lshift2  0x00000002 , 0x00000039 
+ 00026504  0x00004e63 iforce  0x00000006 
+ 00026505  0x00004e65 ifetch  0x00000001 , 0x00000006 
+ 00026506  0x00004e66 hstore  0x00000001 , 0x00008025 
+ 00026507  0x00004e67 loop  0x00006789 
+ 00026508  0x00004e68 hjam  0x00000000 , 0x00008023 
+ 00026509  0x00004e69 rtn 
+ 00026510  0x00004e6f set0  0x00000025 , 0x00000000 
+ 00026511  0x00004e70 bpatch  0x000000ff , 0x0000401f 
+ 00026512  0x00004e71 hjam  0x00000075 , 0x00008086 
+ 00026513  0x00004e72 hjam  0x0000000a , 0x00008087 
+ 00026514  0x00004e73 setarg  0x00000223 
+ 00026515  0x00004e74 hstore  0x00000002 , 0x0000808a 
+ 00026516  0x00004e75 setarg  0x00000228 
+ 00026517  0x00004e76 hstore  0x00000002 , 0x0000808c 
+ 00026518  0x00004e77 hfetch  0x00000001 , 0x00008081 
+ 00026519  0x00004e78 set1  0x00000000 , 0x0000003f 
+ 00026520  0x00004e79 set0  0x00000001 , 0x0000003f 
+ 00026521  0x00004e7a hstore  0x00000001 , 0x00008081 
+ 00026522  0x00004e7b rtn 
+ 00026523  0x00004e7e hfetch  0x00000001 , 0x00008086 
+ 00026524  0x00004e7f set1  0x00000007 , 0x0000003f 
+ 00026525  0x00004e80 hstore  0x00000001 , 0x00008086 
+ 00026526  0x00004e81 set0  0x00000007 , 0x0000003f 
+ 00026527  0x00004e82 hstore  0x00000001 , 0x00008086 
+ 00026528  0x00004e83 rtn 
+ 00026529  0x00004e88 set1  0x00000007 , 0x0000003f 
+ 00026530  0x00004e89 store  0x00000002 , 0x00000223 
+ 00026531  0x00004e8a set1  0x00000025 , 0x00000000 
+ 00026532  0x00004e8b bpatch  0x00000000 , 0x00004020 
+ 00026533  0x00004e8c hjam  0x00000002 , 0x00008088 
+ 00026534  0x00004e8d hjam  0x00000000 , 0x0000808e 
+ 00026535  0x00004e8e hjam  0x00000002 , 0x00008006 
+ 00026536  0x00004e8f branch  0x000067b3 
+ 00026537  0x00004e93 force  0x00000001 , 0x00000002 
+ 00026538  0x00004e97 store  0x00000001 , 0x00000223 
+ 00026539  0x00004e98 set1  0x00000025 , 0x00000000 
+ 00026540  0x00004e99 bpatch  0x00000001 , 0x00004020 
+ 00026541  0x00004e9a hjam  0x00000001 , 0x00008088 
+ 00026542  0x00004e9b hstoret  0x00000002 , 0x0000808e 
+ 00026543  0x00004e9c hjam  0x00000002 , 0x00008006 
+ 00026544  0x00004e9d call  0x000067b3 
+ 00026545  0x00004e9e fetch  0x00000001 , 0x00000228 
+ 00026546  0x00004e9f rtn 
+ 00026547  0x00004ea2 fetch  0x00000002 , 0x00004177 
+ 00026548  0x00004ea3 increase  0x00000001 , 0x0000003f 
+ 00026549  0x00004ea4 store  0x00000002 , 0x00004177 
+ 00026550  0x00004ea5 hfetch  0x00000001 , 0x0000812c 
+ 00026551  0x00004ea6 bbit0  0x00000003 , 0x000067b3 
+ 00026552  0x00004ea7 rtn 
+ 00026553  0x00004eaa hjam  0x00000040 , 0x00008086 
+ 00026554  0x00004eab hjam  0x00000000 , 0x00008087 
+ 00026555  0x00004eac hfetch  0x00000001 , 0x00008081 
+ 00026556  0x00004ead set0  0x00000000 , 0x0000003f 
+ 00026557  0x00004eae set1  0x00000001 , 0x0000003f 
+ 00026558  0x00004eaf hstore  0x00000001 , 0x00008081 
+ 00026559  0x00004eb0 setarg  0x00000000 
+ 00026560  0x00004eb1 store  0x00000004 , 0x00000223 
+ 00026561  0x00004eb2 rtn 
+ 00026562  0x00004eb5 setarg  0x00000000 
+ 00026563  0x00004eb6 hstore  0x00000002 , 0x0000808e 
+ 00026564  0x00004eb7 setarg  0x00000001 
+ 00026565  0x00004eb8 hstore  0x00000001 , 0x00008088 
+ 00026566  0x00004eb9 setarg  0x00000223 
+ 00026567  0x00004eba hstore  0x00000002 , 0x0000808a 
+ 00026568  0x00004ebb jam  0x00000006 , 0x00000223 
+ 00026569  0x00004ebc hjam  0x00000002 , 0x00008006 
+ 00026570  0x00004ebd branch  0x000067b3 
+ 00026571  0x00004ec2 increase  0x00000004 , 0x00000002 
+ 00026572  0x00004ec3 hstoret  0x00000002 , 0x00008088 
+ 00026573  0x00004ec4 increase  0xfffffffc , 0x00000011 
+ 00026574  0x00004ec5 arg  0x00000002 , 0x00000002 
+ 00026575  0x00004ec6 istoret  0x00000001 , 0x00000011 
+ 00026576  0x00004ec7 rshift16  0x0000003f , 0x00000002 
+ 00026577  0x00004ec8 istoret  0x00000001 , 0x00000005 
+ 00026578  0x00004ec9 rshift8  0x0000003f , 0x00000002 
+ 00026579  0x00004eca istoret  0x00000001 , 0x00000005 
+ 00026580  0x00004ecb istore  0x00000001 , 0x00000005 
+ 00026581  0x00004ecc deposit  0x00000011 
+ 00026582  0x00004ecd hstore  0x00000002 , 0x0000808a 
+ 00026583  0x00004ece setarg  0x00000000 
+ 00026584  0x00004ecf hstore  0x00000002 , 0x0000808e 
+ 00026585  0x00004ed0 hjam  0x00000002 , 0x00008006 
+ 00026586  0x00004ed1 branch  0x000067b3 
+ 00026587  0x00004ed6 hstoret  0x00000002 , 0x0000808e 
+ 00026588  0x00004ed7 setarg  0x00000004 
+ 00026589  0x00004ed8 hstore  0x00000002 , 0x00008088 
+ 00026590  0x00004ed9 jam  0x00000003 , 0x00000223 
+ 00026591  0x00004eda setarg  0x00000223 
+ 00026592  0x00004edb hstore  0x00000002 , 0x0000808a 
+ 00026593  0x00004edc deposit  0x00000011 
+ 00026594  0x00004edd hstore  0x00000002 , 0x0000808c 
+ 00026595  0x00004ede hfetch  0x00000001 , 0x00008086 
+ 00026596  0x00004edf isolate0  0x0000000f , 0x00000011 
+ 00026597  0x00004ee0 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00026598  0x00004ee1 hstore  0x00000001 , 0x00008086 
+ 00026599  0x00004ee2 hjam  0x00000002 , 0x00008006 
+ 00026600  0x00004ee4 hfetch  0x00000001 , 0x0000812c 
+ 00026601  0x00004ee5 bbit1  0x00000007 , 0x000067e8 
+ 00026602  0x00004ee6 arg  0x00000003 , 0x00000007 
+ 00026603  0x00004ee7 call  0x0000676a 
+ 00026604  0x00004ee8 call  0x000067b3 
+ 00026605  0x00004ee9 isolate1  0x00000002 , 0x0000003f 
+ 00026606  0x00004eea call  0x00006763 
+ 00026607  0x00004eeb fetch  0x00000001 , 0x00000224 
+ 00026608  0x00004eec lshift16  0x0000003f , 0x00000012 
+ 00026609  0x00004eed fetch  0x00000001 , 0x00000225 
+ 00026610  0x00004eee lshift8  0x0000003f , 0x0000003f 
+ 00026611  0x00004eef ior  0x00000012 , 0x00000012 
+ 00026612  0x00004ef0 fetch  0x00000001 , 0x00000226 
+ 00026613  0x00004ef1 ior  0x00000012 , 0x0000003f 
+ 00026614  0x00004ef2 iadd  0x00000002 , 0x0000003f 
+ 00026615  0x00004ef3 store  0x00000001 , 0x00000226 
+ 00026616  0x00004ef4 rshift8  0x0000003f , 0x0000003f 
+ 00026617  0x00004ef5 store  0x00000001 , 0x00000225 
+ 00026618  0x00004ef6 rshift8  0x0000003f , 0x0000003f 
+ 00026619  0x00004ef7 store  0x00000001 , 0x00000224 
+ 00026620  0x00004ef8 rtn 
+ 00026621  0x00004efd hjam  0x0000000a , 0x00008042 
+ 00026622  0x00004efe hjam  0x00000002 , 0x00008091 
+ 00026623  0x00004eff hjam  0x00000003 , 0x00008092 
+ 00026624  0x00004f00 hjam  0x00000003 , 0x00008093 
+ 00026625  0x00004f01 hjam  0x00000003 , 0x00008094 
+ 00026626  0x00004f02 hjam  0x00000003 , 0x00008095 
+ 00026627  0x00004f03 hjam  0x00000002 , 0x00008096 
+ 00026628  0x00004f04 rtn 
+ 00026629  0x00004f07 hjam  0x00000005 , 0x00008091 
+ 00026630  0x00004f08 hjam  0x00000007 , 0x00008092 
+ 00026631  0x00004f09 hjam  0x00000007 , 0x00008093 
+ 00026632  0x00004f0a hjam  0x00000007 , 0x00008094 
+ 00026633  0x00004f0b hjam  0x00000007 , 0x00008095 
+ 00026634  0x00004f0c hjam  0x00000005 , 0x00008096 
+ 00026635  0x00004f0d rtn 
+ 00026636  0x00004f12 hfetch  0x00000001 , 0x0000812c 
+ 00026637  0x00004f13 bbit0  0x00000005 , 0x0000680c 
+ 00026638  0x00004f14 rtn 
+ 00026639  0x00004f18 store  0x00000001 , 0x00000224 
+ 00026640  0x00004f19 setarg  0x00000224 
+ 00026641  0x00004f1a hstore  0x00000002 , 0x0000809a 
+ 00026642  0x00004f1b setarg  0x00000001 
+ 00026643  0x00004f1c hstore  0x00000002 , 0x00008098 
+ 00026644  0x00004f1d hstoret  0x00000002 , 0x0000809e 
+ 00026645  0x00004f1e deposit  0x00000011 
+ 00026646  0x00004f1f hstore  0x00000002 , 0x0000809c 
+ 00026647  0x00004f20 hjam  0x00000001 , 0x00008090 
+ 00026648  0x00004f21 hjam  0x00000004 , 0x00008006 
+ 00026649  0x00004f22 branch  0x0000680c 
+ 00026650  0x00004f25 byteswap  0x0000003f , 0x0000003f 
+ 00026651  0x00004f26 store  0x00000002 , 0x00000225 
+ 00026652  0x00004f27 rtn 
+ 00026653  0x00004f2e set1  0x00000025 , 0x00000000 
+ 00026654  0x00004f2f bpatch  0x00000002 , 0x00004020 
+ 00026655  0x00004f30 fetch  0x00000002 , 0x0000429b 
+ 00026656  0x00004f31 iadd  0x00000012 , 0x0000003f 
+ 00026657  0x00004f35 byteswap  0x0000003f , 0x0000003f 
+ 00026658  0x00004f36 store  0x00000002 , 0x00000225 
+ 00026659  0x00004f3a set1  0x00000025 , 0x00000000 
+ 00026660  0x00004f3b bpatch  0x00000003 , 0x00004020 
+ 00026661  0x00004f3c setarg  0x00000004 
+ 00026662  0x00004f3d hstore  0x00000002 , 0x00008098 
+ 00026663  0x00004f3e jam  0x000000a0 , 0x00000224 
+ 00026664  0x00004f3f jam  0x000000a1 , 0x00000227 
+ 00026665  0x00004f40 setarg  0x00000224 
+ 00026666  0x00004f41 hstore  0x00000002 , 0x0000809a 
+ 00026667  0x00004f42 hstoret  0x00000002 , 0x0000809e 
+ 00026668  0x00004f43 deposit  0x00000011 
+ 00026669  0x00004f44 hstore  0x00000002 , 0x0000809c 
+ 00026670  0x00004f45 setarg  0x00000002 
+ 00026671  0x00004f46 isolate0  0x0000000f , 0x00000011 
+ 00026672  0x00004f47 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00026673  0x00004f48 hstore  0x00000001 , 0x00008090 
+ 00026674  0x00004f49 hjam  0x00000004 , 0x00008006 
+ 00026675  0x00004f4a arg  0x00000005 , 0x00000007 
+ 00026676  0x00004f4b call  0x0000676a 
+ 00026677  0x00004f4c call  0x0000680c 
+ 00026678  0x00004f4d isolate1  0x00000004 , 0x0000003f 
+ 00026679  0x00004f4e call  0x00006763 
+ 00026680  0x00004f4f fetch  0x00000002 , 0x00000225 
+ 00026681  0x00004f50 byteswap  0x0000003f , 0x0000003f 
+ 00026682  0x00004f51 iadd  0x00000002 , 0x0000003f 
+ 00026683  0x00004f52 byteswap  0x0000003f , 0x0000003f 
+ 00026684  0x00004f53 store  0x00000002 , 0x00000225 
+ 00026685  0x00004f54 rtn 
+ 00026686  0x00004f5b set1  0x00000025 , 0x00000000 
+ 00026687  0x00004f5c bpatch  0x00000004 , 0x00004020 
+ 00026688  0x00004f5d fetch  0x00000002 , 0x0000429b 
+ 00026689  0x00004f5e iadd  0x00000012 , 0x0000003f 
+ 00026690  0x00004f62 store  0x00000002 , 0x00000161 
+ 00026691  0x00004f63 set1  0x00000025 , 0x00000000 
+ 00026692  0x00004f64 bpatch  0x00000005 , 0x00004020 
+ 00026693  0x00004f65 storet  0x00000002 , 0x000002a0 
+ 00026694  0x00004f66 copy  0x00000011 , 0x0000003f 
+ 00026695  0x00004f67 store  0x00000002 , 0x000002b7 
+ 00026696  0x00004f69 call  0x00006858 
+ 00026697  0x00004f6b fetcht  0x00000002 , 0x000002b0 
+ 00026698  0x00004f6c fetch  0x00000002 , 0x000002b7 
+ 00026699  0x00004f6d copy  0x0000003f , 0x00000011 
+ 00026700  0x00004f6e fetch  0x00000002 , 0x00000161 
+ 00026701  0x00004f70 call  0x00006870 
+ 00026702  0x00004f72 fetch  0x00000002 , 0x000002b0 
+ 00026703  0x00004f73 fetcht  0x00000002 , 0x000002b7 
+ 00026704  0x00004f74 iadd  0x00000002 , 0x00000002 
+ 00026705  0x00004f75 storet  0x00000002 , 0x000002b7 
+ 00026706  0x00004f76 fetcht  0x00000002 , 0x00000161 
+ 00026707  0x00004f77 iadd  0x00000002 , 0x00000002 
+ 00026708  0x00004f78 storet  0x00000002 , 0x00000161 
+ 00026709  0x00004f79 fetch  0x00000002 , 0x000002a0 
+ 00026710  0x00004f7a nbranch  0x00006848 , 0x00000034 
+ 00026711  0x00004f7b rtn 
+ 00026712  0x00004f84 set1  0x00000025 , 0x00000000 
+ 00026713  0x00004f85 bpatch  0x00000006 , 0x00004020 
+ 00026714  0x00004f86 fetch  0x00000002 , 0x000042aa 
+ 00026715  0x00004f87 increase  0xffffffff , 0x0000003f 
+ 00026716  0x00004f88 fetcht  0x00000002 , 0x00000161 
+ 00026717  0x00004f89 ior  0x00000002 , 0x0000003f 
+ 00026718  0x00004f8a increase  0x00000001 , 0x0000003f 
+ 00026719  0x00004f8b store  0x00000003 , 0x000002b4 
+ 00026720  0x00004f8d fetch  0x00000002 , 0x000002a0 
+ 00026721  0x00004f8e iadd  0x00000002 , 0x0000003f 
+ 00026722  0x00004f90 fetcht  0x00000003 , 0x000002b4 
+ 00026723  0x00004f91 isub  0x00000002 , 0x0000003f 
+ 00026724  0x00004f92 nbranch  0x0000686b , 0x00000002 
+ 00026725  0x00004f93 store  0x00000002 , 0x000002a0 
+ 00026726  0x00004f94 fetch  0x00000003 , 0x000002b4 
+ 00026727  0x00004f95 fetcht  0x00000002 , 0x00000161 
+ 00026728  0x00004f96 isub  0x00000002 , 0x0000003f 
+ 00026729  0x00004f97 store  0x00000002 , 0x000002b0 
+ 00026730  0x00004f98 rtn 
+ 00026731  0x00004f9a fetch  0x00000002 , 0x000002a0 
+ 00026732  0x00004f9b store  0x00000002 , 0x000002b0 
+ 00026733  0x00004f9c setarg  0x00000000 
+ 00026734  0x00004f9d store  0x00000002 , 0x000002a0 
+ 00026735  0x00004f9e rtn 
+ 00026736  0x00004fa4 copy  0x0000003f , 0x00000012 
+ 00026737  0x00004fa5 set1  0x00000025 , 0x00000000 
+ 00026738  0x00004fa6 bpatch  0x00000007 , 0x00004020 
+ 00026739  0x00004fa7 copy  0x00000012 , 0x0000003f 
+ 00026740  0x00004fa8 increase  0x00000003 , 0x00000002 
+ 00026741  0x00004fa9 hstoret  0x00000002 , 0x00008098 
+ 00026742  0x00004faa increase  0xfffffffd , 0x00000011 
+ 00026743  0x00004fab ifetcht  0x00000003 , 0x00000011 
+ 00026744  0x00004fac copy  0x00000002 , 0x00000012 
+ 00026745  0x00004fad arg  0x000000a0 , 0x00000002 
+ 00026746  0x00004fae istoret  0x00000001 , 0x00000011 
+ 00026747  0x00004faf byteswap  0x0000003f , 0x0000003f 
+ 00026748  0x00004fb0 istore  0x00000002 , 0x00000005 
+ 00026749  0x00004fb1 deposit  0x00000011 
+ 00026750  0x00004fb2 hstore  0x00000002 , 0x0000809a 
+ 00026751  0x00004fb3 setarg  0x00000000 
+ 00026752  0x00004fb4 hstore  0x00000002 , 0x0000809e 
+ 00026753  0x00004fb5 hjam  0x00000001 , 0x00008090 
+ 00026754  0x00004fb6 hjam  0x00000004 , 0x00008006 
+ 00026755  0x00004fb7 call  0x0000680c 
+ 00026756  0x00004fb8 copy  0x00000012 , 0x0000003f 
+ 00026757  0x00004fb9 istore  0x00000003 , 0x00000011 
+ 00026758  0x00004fba nop  0x00002710 
+ 00026759  0x00004fbb nop  0x00002710 
+ 00026760  0x00004fbc nop  0x00002710 
+ 00026761  0x00004fbd rtn 
+ 00026762  0x00004fc2 hjam  0x00000070 , 0x00008973 
+ 00026763  0x00004fc3 nop  0x00000bb8 
+ 00026764  0x00004fc4 rtn 
+ 00026765  0x00004fc7 hjam  0x00000030 , 0x00008973 
+ 00026766  0x00004fc8 rtn 
+ 00026767  0x00004fcb lshift3  0x0000003f , 0x0000003f 
+ 00026768  0x00004fcc hstore  0x00000002 , 0x00008045 
+ 00026769  0x00004fcd hjam  0x00000000 , 0x0000804b 
+ 00026770  0x00004fce rtn 
+ 00026771  0x00004fd2 call  0x0000688f 
+ 00026772  0x00004fd3 call  0x000068c0 
+ 00026773  0x00004fd5 ifetcht  0x00000001 , 0x00000011 
+ 00026774  0x00004fd6 increase  0x00000001 , 0x00000011 
+ 00026775  0x00004fd7 force  0x00000000 , 0x00000007 
+ 00026776  0x00004fd9 qisolate0  0x00000002 
+ 00026777  0x00004fda branch  0x000068b7 , 0x00000001 
+ 00026778  0x00004fdb hfetch  0x00000001 , 0x00008046 
+ 00026779  0x00004fdc set1  0x00000006 , 0x0000003f 
+ 00026780  0x00004fdd set1  0x00000007 , 0x0000003f 
+ 00026781  0x00004fde hstore  0x00000001 , 0x00008046 
+ 00026782  0x00004fdf hjam  0x00000002 , 0x00008047 
+ 00026783  0x00004fe0 hjam  0x00000082 , 0x00008047 
+ 00026784  0x00004fe1 set0  0x00000007 , 0x0000003f 
+ 00026785  0x00004fe2 hstore  0x00000001 , 0x00008046 
+ 00026786  0x00004fe3 hjam  0x0000008a , 0x00008047 
+ 00026787  0x00004fe4 nop  0x0000000b 
+ 00026788  0x00004fe5 hjam  0x000000ca , 0x00008047 
+ 00026789  0x00004fe6 nop  0x00000021 
+ 00026790  0x00004fe7 hjam  0x0000004a , 0x00008047 
+ 00026791  0x00004fe8 nop  0x0000002c 
+ 00026792  0x00004fe9 hjam  0x000000ca , 0x00008047 
+ 00026793  0x00004fea nop  0x00000016 
+ 00026794  0x00004feb hjam  0x0000008a , 0x00008047 
+ 00026795  0x00004fec nop  0x00000021 
+ 00026796  0x00004fed hjam  0x00000082 , 0x00008047 
+ 00026797  0x00004fee nop  0x00000001 
+ 00026798  0x00004fef hjam  0x00000092 , 0x00008047 
+ 00026799  0x00004ff0 nop  0x0000000a 
+ 00026800  0x00004ff1 hjam  0x000000b2 , 0x00008047 
+ 00026801  0x00004ff2 hfetch  0x00000001 , 0x00008007 
+ 00026802  0x00004ff3 hjam  0x00000092 , 0x00008047 
+ 00026803  0x00004ff4 nop  0x00000001 
+ 00026804  0x00004ff5 hjam  0x00000082 , 0x00008047 
+ 00026805  0x00004ff6 qisolate0  0x0000003f 
+ 00026806  0x00004ff7 branch  0x00006898 , 0x00000001 
+ 00026807  0x00004ff9 hfetch  0x00000002 , 0x00008045 
+ 00026808  0x00004ffa increase  0x00000001 , 0x0000003f 
+ 00026809  0x00004ffb hstore  0x00000002 , 0x00008045 
+ 00026810  0x00004ffc increase  0x00000001 , 0x00000007 
+ 00026811  0x00004ffd compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00026812  0x00004ffe nbranch  0x00006898 , 0x00000001 
+ 00026813  0x00004fff loop  0x00006895 
+ 00026814  0x00005000 hjam  0x00000083 , 0x00008047 
+ 00026815  0x00005001 rtn 
+ 00026816  0x00005004 hjam  0x00000082 , 0x00008047 
+ 00026817  0x00005005 nop  0x0000000c 
+ 00026818  0x00005006 hjam  0x00000080 , 0x00008047 
+ 00026819  0x00005007 hjam  0x00000082 , 0x00008047 
+ 00026820  0x00005008 nop  0x00000096 
+ 00026821  0x00005009 rtn 
+ 00026822  0x0000500d call  0x000068c0 
+ 00026823  0x0000500f hjam  0x000000a2 , 0x00008047 
+ 00026824  0x00005010 deposit  0x00000011 
+ 00026825  0x00005011 hstore  0x00000002 , 0x00008048 
+ 00026826  0x00005012 set1  0x0000000b , 0x00000002 
+ 00026827  0x00005013 isolate0  0x0000000f , 0x0000003f 
+ 00026828  0x00005014 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00026829  0x00005015 hstoret  0x00000002 , 0x0000804a 
+ 00026830  0x00005016 hjam  0x00000001 , 0x00008006 
+ 00026831  0x00005017 rtn 
+ 00026832  0x0000501a hfetch  0x00000001 , 0x0000812c 
+ 00026833  0x0000501b bbit0  0x00000001 , 0x000068d0 
+ 00026834  0x0000501c rtn 
+ 00026835  0x00005020 call  0x0000688f 
+ 00026836  0x00005021 call  0x000068c6 
+ 00026837  0x00005022 call  0x000068d0 
+ 00026838  0x00005023 hjam  0x00000083 , 0x00008047 
+ 00026839  0x00005024 rtn 
+ 00026840  0x0000502a hfetch  0x00000002 , 0x00008124 
+ 00026841  0x0000502b hstore  0x00000002 , 0x00008045 
+ 00026842  0x0000502c call  0x000068c6 
+ 00026843  0x0000502d arg  0x00000001 , 0x00000007 
+ 00026844  0x0000502e call  0x0000676a 
+ 00026845  0x0000502f call  0x000068d0 
+ 00026846  0x00005030 isolate1  0x00000000 , 0x0000003f 
+ 00026847  0x00005031 call  0x00006763 
+ 00026848  0x00005032 hjam  0x00000083 , 0x00008047 
+ 00026849  0x00005033 rtn 
+ 00026850  0x00005037 jam  0x00000001 , 0x0000427a 
+ 00026851  0x00005038 force  0x0000000e , 0x00000007 
+ 00026852  0x00005039 fetch  0x00000002 , 0x0000427c 
+ 00026853  0x0000503a branch  0x00007e4c 
+ 00026854  0x0000503c hfetch  0x00000002 , 0x00008112 
+ 00026855  0x0000503d rtn  0x00000034 
+ 00026856  0x0000503e fetcht  0x00000001 , 0x0000427b 
+ 00026857  0x0000503f isub  0x00000002 , 0x0000003e 
+ 00026858  0x00005040 branch  0x000068f2 , 0x00000002 
+ 00026859  0x00005041 fetch  0x00000001 , 0x0000427a 
+ 00026860  0x00005042 branch  0x000068e2 , 0x00000034 
+ 00026861  0x00005043 arg  0x0000000e , 0x00000007 
+ 00026862  0x00005044 call  0x00007e53 
+ 00026863  0x00005045 branch  0x000068f2 , 0x00000034 
+ 00026864  0x00005046 setarg  0x00000000 
+ 00026865  0x00005047 rtn 
+ 00026866  0x00005049 force  0x0000000e , 0x00000007 
+ 00026867  0x0000504a call  0x00007e4b 
+ 00026868  0x0000504b jam  0x00000000 , 0x0000427a 
+ 00026869  0x0000504c hfetch  0x00000002 , 0x00008112 
+ 00026870  0x0000504d rtn 
+ 00026871  0x00005055 hfetch  0x00000002 , 0x0000805e 
+ 00026872  0x00005056 iforce  0x0000000a 
+ 00026873  0x00005057 rtn 
+ 00026874  0x0000505a deposit  0x0000000a 
+ 00026875  0x0000505b hstore  0x00000002 , 0x0000805e 
+ 00026876  0x0000505c rtn 
+ 00026877  0x0000505f hfetch  0x00000002 , 0x00008112 
+ 00026878  0x00005060 rtn  0x00000034 
+ 00026879  0x00005061 iforce  0x00000039 
+ 00026880  0x00005062 hfetch  0x00000002 , 0x00008058 
+ 00026881  0x00005063 iforce  0x00000003 
+ 00026882  0x00005064 rtn 
+ 00026883  0x00005068 hfetch  0x00000002 , 0x00008058 
+ 00026884  0x00005069 iadd  0x00000002 , 0x0000003f 
+ 00026885  0x0000506a copy  0x0000003f , 0x00000003 
+ 00026886  0x0000506c deposit  0x00000003 
+ 00026887  0x0000506d hstore  0x00000002 , 0x00008058 
+ 00026888  0x0000506e rtn 
+ 00026889  0x00005071 fetch  0x00000002 , 0x000042ac 
+ 00026890  0x00005072 hstore  0x00000002 , 0x00008052 
+ 00026891  0x00005073 rtn 
+ 00026892  0x00005078 fetch  0x00000006 , 0x000003d0 
+ 00026893  0x00005079 store  0x00000006 , 0x000001b4 
+ 00026894  0x0000507a jam  0x00000034 , 0x000001b3 
+ 00026895  0x0000507b branch  0x00006913 
+ 00026896  0x0000507d fetch  0x00000006 , 0x00000040 
+ 00026897  0x0000507e store  0x00000006 , 0x000001b4 
+ 00026898  0x0000507f jam  0x00000033 , 0x000001b3 
+ 00026899  0x00005081 set1  0x00000025 , 0x00000000 
+ 00026900  0x00005082 bpatch  0x00000008 , 0x00004021 
+ 00026901  0x00005083 call  0x00006954 
+ 00026902  0x00005084 call  0x00006950 
+ 00026903  0x00005085 fetch  0x00000001 , 0x000001b3 
+ 00026904  0x00005086 beq  0x00000034 , 0x0000691b 
+ 00026905  0x00005087 beq  0x00000033 , 0x0000697c 
+ 00026906  0x00005088 rtn 
+ 00026907  0x0000508a call  0x0000697a 
+ 00026908  0x0000508b branch  0x00006963 
+ 00026909  0x0000508f set1  0x00000025 , 0x00000000 
+ 00026910  0x00005090 bpatch  0x00000009 , 0x00004021 
+ 00026911  0x00005091 call  0x00006929 
+ 00026912  0x00005092 fetch  0x00000001 , 0x000001b2 
+ 00026913  0x00005093 rtneq  0x000000ff 
+ 00026914  0x00005094 fetch  0x00000006 , 0x000001b4 
+ 00026915  0x00005095 store  0x00000006 , 0x00004274 
+ 00026916  0x00005096 fetch  0x00000001 , 0x000001b3 
+ 00026917  0x00005097 store  0x00000001 , 0x000042a9 
+ 00026918  0x00005098 beq  0x00000033 , 0x0000692d 
+ 00026919  0x00005099 beq  0x00000034 , 0x0000692f 
+ 00026920  0x0000509a rtn 
+ 00026921  0x0000509c call  0x0000694c 
+ 00026922  0x0000509d fetch  0x00000001 , 0x000001b2 
+ 00026923  0x0000509e rtneq  0x000000ff 
+ 00026924  0x0000509f branch  0x0000696b 
+ 00026925  0x000050a1 call  0x00006983 
+ 00026926  0x000050a2 branch  0x000069a2 
+ 00026927  0x000050a4 call  0x00006981 
+ 00026928  0x000050a5 branch  0x000069a8 
+ 00026929  0x000050a7 call  0x00006988 
+ 00026930  0x000050a8 disable  0x00000028 
+ 00026931  0x000050a9 call  0x0000698c 
+ 00026932  0x000050aa nbranch  0x0000427f , 0x00000028 
+ 00026933  0x000050ac fetcht  0x00000002 , 0x000001ba 
+ 00026934  0x000050ad increase  0xffffffff , 0x00000002 
+ 00026935  0x000050ae setarg  0x00000000 
+ 00026936  0x000050af istore  0x00000007 , 0x00000002 
+ 00026937  0x000050b0 arg  0x0000001c , 0x00000002 
+ 00026938  0x000050b1 arg  0x00000195 , 0x00000011 
+ 00026939  0x000050b2 arg  0x00000000 , 0x00000012 
+ 00026940  0x000050b3 branch  0x0000683e 
+ 00026941  0x000050b6 set1  0x00000025 , 0x00000000 
+ 00026942  0x000050b7 bpatch  0x0000000a , 0x00004021 
+ 00026943  0x000050b8 arg  0x0000018e , 0x00000005 
+ 00026944  0x000050b9 force  0x00000004 , 0x00000039 
+ 00026945  0x000050ba call  0x00007e3b 
+ 00026946  0x000050bb arg  0x0000001c , 0x00000002 
+ 00026947  0x000050bc arg  0x0000018e , 0x00000011 
+ 00026948  0x000050bd arg  0x00000000 , 0x00000012 
+ 00026949  0x000050be branch  0x0000683e 
+ 00026950  0x000050c1 set1  0x00000025 , 0x00000000 
+ 00026951  0x000050c2 bpatch  0x0000000b , 0x00004021 
+ 00026952  0x000050c3 setarg  0x00000000 
+ 00026953  0x000050c4 store  0x00000003 , 0x00000040 
+ 00026954  0x000050c5 istore  0x00000003 , 0x00000005 
+ 00026955  0x000050c6 branch  0x00006954 
+ 00026956  0x000050c9 arg  0x00000001 , 0x00000002 
+ 00026957  0x000050ca arg  0x000001b2 , 0x00000011 
+ 00026958  0x000050cb arg  0x0000001c , 0x00000012 
+ 00026959  0x000050cc branch  0x0000681d 
+ 00026960  0x000050cf arg  0x00000001 , 0x00000002 
+ 00026961  0x000050d0 arg  0x000001b2 , 0x00000011 
+ 00026962  0x000050d1 arg  0x0000001c , 0x00000012 
+ 00026963  0x000050d2 branch  0x0000683e 
+ 00026964  0x000050d6 set1  0x00000025 , 0x00000000 
+ 00026965  0x000050d7 bpatch  0x0000000c , 0x00004021 
+ 00026966  0x000050d8 call  0x00006988 
+ 00026967  0x000050d9 disable  0x00000028 
+ 00026968  0x000050da call  0x0000698c 
+ 00026969  0x000050db rtn  0x00000028 
+ 00026970  0x000050dd jam  0x00000000 , 0x000001b2 
+ 00026971  0x000050de fetch  0x00000006 , 0x000001b4 
+ 00026972  0x000050df store  0x00000006 , 0x0000018f 
+ 00026973  0x000050e0 fetch  0x00000001 , 0x000001b3 
+ 00026974  0x000050e1 store  0x00000001 , 0x0000018e 
+ 00026975  0x000050e2 arg  0x0000001c , 0x00000002 
+ 00026976  0x000050e3 arg  0x0000018e , 0x00000011 
+ 00026977  0x000050e4 arg  0x00000000 , 0x00000012 
+ 00026978  0x000050e5 branch  0x0000683e 
+ 00026979  0x000050e9 arg  0x00000006 , 0x00000002 
+ 00026980  0x000050ea arg  0x000044f9 , 0x00000011 
+ 00026981  0x000050eb arg  0x0000001d , 0x00000012 
+ 00026982  0x000050ec branch  0x0000683e 
+ 00026983  0x000050ef arg  0x00000006 , 0x00000002 
+ 00026984  0x000050f0 arg  0x000044f9 , 0x00000011 
+ 00026985  0x000050f1 arg  0x0000001d , 0x00000012 
+ 00026986  0x000050f2 branch  0x0000681d 
+ 00026987  0x000050f6 set1  0x00000025 , 0x00000000 
+ 00026988  0x000050f7 bpatch  0x0000000d , 0x00004021 
+ 00026989  0x000050f8 arg  0x00000007 , 0x00000002 
+ 00026990  0x000050f9 arg  0x000001b3 , 0x00000011 
+ 00026991  0x000050fa arg  0x00000000 , 0x00000012 
+ 00026992  0x000050fb fetch  0x00000001 , 0x000001b2 
+ 00026993  0x000050fc mul32  0x0000003f , 0x00000007 , 0x0000003f 
+ 00026994  0x000050fd iadd  0x00000012 , 0x00000012 
+ 00026995  0x000050fe branch  0x0000681d 
+ 00026996  0x00005101 arg  0x00000010 , 0x00000002 
+ 00026997  0x00005102 arg  0x00000023 , 0x00000012 
+ 00026998  0x00005103 fetch  0x00000001 , 0x000001b2 
+ 00026999  0x00005104 lshift4  0x0000003f , 0x0000003f 
+ 00027000  0x00005105 iadd  0x00000012 , 0x00000012 
+ 00027001  0x00005106 rtn 
+ 00027002  0x00005109 arg  0x0000447b , 0x00000011 
+ 00027003  0x0000510a branch  0x0000697d 
+ 00027004  0x0000510c arg  0x00004262 , 0x00000011 
+ 00027005  0x0000510e set1  0x00000025 , 0x00000000 
+ 00027006  0x0000510f bpatch  0x0000000e , 0x00004021 
+ 00027007  0x00005110 call  0x00006974 
+ 00027008  0x00005111 branch  0x0000683e 
+ 00027009  0x00005114 arg  0x0000447b , 0x00000011 
+ 00027010  0x00005115 branch  0x00006984 
+ 00027011  0x00005117 arg  0x00004262 , 0x00000011 
+ 00027012  0x00005119 set1  0x00000025 , 0x00000000 
+ 00027013  0x0000511a bpatch  0x0000000f , 0x00004021 
+ 00027014  0x0000511b call  0x00006974 
+ 00027015  0x0000511c branch  0x0000681d 
+ 00027016  0x00005121 arg  0x0000001c , 0x00000002 
+ 00027017  0x00005122 arg  0x00000195 , 0x00000011 
+ 00027018  0x00005123 arg  0x00000000 , 0x00000012 
+ 00027019  0x00005124 branch  0x0000681d 
+ 00027020  0x00005127 set1  0x00000025 , 0x00000000 
+ 00027021  0x00005128 bpatch  0x00000010 , 0x00004022 
+ 00027022  0x00005129 setarg  0x00000195 
+ 00027023  0x0000512a store  0x00000002 , 0x000001ba 
+ 00027024  0x0000512b jam  0x00000000 , 0x000001b2 
+ 00027025  0x0000512c arg  0x00000004 , 0x00000039 
+ 00027026  0x0000512e copy  0x00000039 , 0x0000003f 
+ 00027027  0x0000512f store  0x00000001 , 0x00000161 
+ 00027028  0x00005130 fetch  0x00000002 , 0x000001ba 
+ 00027029  0x00005131 copy  0x0000003f , 0x00000011 
+ 00027030  0x00005132 call  0x000069ac 
+ 00027031  0x00005133 rtn  0x00000028 
+ 00027032  0x00005134 fetch  0x00000002 , 0x000001ba 
+ 00027033  0x00005135 increase  0x00000007 , 0x0000003f 
+ 00027034  0x00005136 store  0x00000002 , 0x000001ba 
+ 00027035  0x00005137 fetch  0x00000001 , 0x000001b2 
+ 00027036  0x00005138 increase  0x00000001 , 0x0000003f 
+ 00027037  0x00005139 store  0x00000001 , 0x000001b2 
+ 00027038  0x0000513a fetch  0x00000001 , 0x00000161 
+ 00027039  0x0000513b copy  0x0000003f , 0x00000039 
+ 00027040  0x0000513c loop  0x00006992 
+ 00027041  0x0000513d rtn 
+ 00027042  0x00005140 fetch  0x00000008 , 0x00004262 
+ 00027043  0x00005141 fetcht  0x00000008 , 0x0000426a 
+ 00027044  0x00005142 ior  0x00000002 , 0x0000003f 
+ 00027045  0x00005143 rtn  0x00000034 
+ 00027046  0x00005144 jam  0x00000001 , 0x0000425e 
+ 00027047  0x00005145 rtn 
+ 00027048  0x00005147 fetch  0x00000006 , 0x00004274 
+ 00027049  0x00005148 rtn  0x00000034 
+ 00027050  0x00005149 jam  0x00000001 , 0x0000448b 
+ 00027051  0x0000514a rtn 
+ 00027052  0x0000514d arg  0x000001b3 , 0x00000012 
+ 00027053  0x0000514e arg  0x00000007 , 0x00000039 
+ 00027054  0x0000514f call  0x00007f25 
+ 00027055  0x00005150 branch  0x000069b1 , 0x00000005 
+ 00027056  0x00005151 rtn 
+ 00027057  0x00005153 enable  0x00000028 
+ 00027058  0x00005154 rtn 
+ 00027059  0x00005156 branch  0x00003bf1 
+ 00027060  0x0000515e set1  0x00000025 , 0x00000000 
+ 00027061  0x0000515f bpatch  0x00000011 , 0x00004022 
+ 00027062  0x00005160 set1  0x00000007 , 0x00000002 
+ 00027063  0x00005161 call  0x000069e5 
+ 00027064  0x00005162 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00027065  0x00005168 set1  0x00000025 , 0x00000000 
+ 00027066  0x00005169 bpatch  0x00000012 , 0x00004022 
+ 00027067  0x0000516a isolate0  0x00000007 , 0x00000002 
+ 00027068  0x0000516b and  0x00000002 , 0x0000001f , 0x00000007 
+ 00027069  0x0000516c fetch  0x00000004 , 0x000000a3 
+ 00027070  0x0000516d qsetflag  0x00000001 , 0x0000003f 
+ 00027071  0x0000516e store  0x00000004 , 0x000000a3 
+ 00027072  0x0000516f fetch  0x00000004 , 0x000000a7 
+ 00027073  0x00005170 nqsetflag  0x00000001 , 0x0000003f 
+ 00027074  0x00005171 store  0x00000004 , 0x000000a7 
+ 00027075  0x00005172 rtn 
+ 00027076  0x00005176 set1  0x00000025 , 0x00000000 
+ 00027077  0x00005177 bpatch  0x00000013 , 0x00004022 
+ 00027078  0x00005178 isolate0  0x00000007 , 0x00000002 
+ 00027079  0x00005179 and  0x00000002 , 0x0000001f , 0x00000007 
+ 00027080  0x0000517a fetch  0x00000004 , 0x000000a3 
+ 00027081  0x0000517b qset0  0x0000003f 
+ 00027082  0x0000517c store  0x00000004 , 0x000000a3 
+ 00027083  0x0000517d fetch  0x00000004 , 0x000000a7 
+ 00027084  0x0000517e qset0  0x0000003f 
+ 00027085  0x0000517f store  0x00000004 , 0x000000a7 
+ 00027086  0x00005180 rtn 
+ 00027087  0x00005184 call  0x000069c4 
+ 00027088  0x00005185 branch  0x000069d2 
+ 00027089  0x00005189 ncall  0x000069b9 , 0x0000002b 
+ 00027090  0x0000518c arg  0x0000807c , 0x00000005 
+ 00027091  0x0000518d call  0x000069f4 
+ 00027092  0x0000518e setflip  0x00000007 , 0x00000002 
+ 00027093  0x0000518f arg  0x00008078 , 0x00000005 
+ 00027094  0x00005190 call  0x000069f4 
+ 00027095  0x00005191 set0  0x00000007 , 0x00000002 
+ 00027096  0x00005192 arg  0x00008070 , 0x00000005 
+ 00027097  0x00005193 branch  0x000069f4 
+ 00027098  0x00005197 setflip  0x00000007 , 0x00000002 
+ 00027099  0x00005198 call  0x000069f3 
+ 00027100  0x00005199 set1  0x00000007 , 0x00000002 
+ 00027101  0x0000519a arg  0x00008070 , 0x00000005 
+ 00027102  0x0000519b branch  0x000069f4 
+ 00027103  0x0000519e and  0x00000002 , 0x00000007 , 0x00000007 
+ 00027104  0x0000519f rshift3  0x00000002 , 0x0000003f 
+ 00027105  0x000051a0 and_into  0x00000003 , 0x0000003f 
+ 00027106  0x000051a1 iadd  0x00000005 , 0x00000005 
+ 00027107  0x000051a2 ifetch  0x00000001 , 0x00000005 
+ 00027108  0x000051a3 rtn 
+ 00027109  0x000051a8 arg  0x0000811c , 0x00000005 
+ 00027110  0x000051a9 call  0x000069df 
+ 00027111  0x000051aa isolate1  0x00000007 , 0x00000002 
+ 00027112  0x000051ab branch  0x000069eb , 0x00000001 
+ 00027113  0x000051ac qisolate0  0x0000003f 
+ 00027114  0x000051ad rtn 
+ 00027115  0x000051af qisolate1  0x0000003f 
+ 00027116  0x000051b0 rtn 
+ 00027117  0x000051b3 isolate1  0x00000007 , 0x0000003e 
+ 00027118  0x000051b4 branch  0x000069f0 
+ 00027119  0x000051b7 isolate0  0x00000007 , 0x0000003e 
+ 00027120  0x000051bb setarg  0x00000000 
+ 00027121  0x000051bc nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00027122  0x000051bd ixor  0x00000002 , 0x00000002 
+ 00027123  0x000051c1 arg  0x00008074 , 0x00000005 
+ 00027124  0x000051c5 call  0x000069df 
+ 00027125  0x000051c6 isolate1  0x00000007 , 0x00000002 
+ 00027126  0x000051c7 qsetflag  0x00000001 , 0x0000003f 
+ 00027127  0x000051c8 istore  0x00000001 , 0x00000005 
+ 00027128  0x000051c9 rtn 
+ 00027129  0x000051cc fetch  0x00000001 , 0x0000416e 
+ 00027130  0x000051cd rtneq  0x0000007f 
+ 00027131  0x000051ce hjam  0x00000000 , 0x00008077 
+ 00027132  0x000051cf nop  0x0000001e 
+ 00027133  0x000051d0 hjam  0x00000008 , 0x00008077 
+ 00027134  0x000051d1 rtn 
+ 00027135  0x000051d7 lshift8  0x0000003f , 0x0000003f 
+ 00027136  0x000051d8 lshift4  0x0000003f , 0x0000003f 
+ 00027137  0x000051d9 hstore  0x00000002 , 0x000080a2 
+ 00027138  0x000051da hstore  0x00000002 , 0x000080a0 
+ 00027139  0x000051db rtn 
+ 00027140  0x000051de setarg  0x00000000 
+ 00027141  0x000051df hstore  0x00000002 , 0x000080a2 
+ 00027142  0x000051e0 setarg  0x00000001 
+ 00027143  0x000051e1 hstore  0x00000002 , 0x000080a0 
+ 00027144  0x000051e2 rtn 
+ 00027145  0x000051e5 setarg  0x00000000 
+ 00027146  0x000051e6 hstore  0x00000002 , 0x000080a2 
+ 00027147  0x000051e7 hstore  0x00000002 , 0x000080a0 
+ 00027148  0x000051e8 rtn 
+ 00027149  0x000051ee arg  0x00008800 , 0x00000005 
+ 00027150  0x000051ef arg  0x00000020 , 0x00000039 
+ 00027151  0x000051f0 call  0x00007e3b 
+ 00027152  0x000051f1 setarg  0x000004f9 
+ 00027153  0x000051f2 hstore  0x00000002 , 0x00008848 
+ 00027154  0x000051f3 hstore  0x00000002 , 0x0000884a 
+ 00027155  0x000051f4 hstore  0x00000002 , 0x0000884c 
+ 00027156  0x000051f5 hstore  0x00000002 , 0x0000886c 
+ 00027157  0x000051f6 hstore  0x00000002 , 0x0000888c 
+ 00027158  0x000051f7 hstore  0x00000002 , 0x000088ac 
+ 00027159  0x000051f8 setarg  0x00000204 
+ 00027160  0x000051f9 hstore  0x00000002 , 0x000088ae 
+ 00027161  0x000051fa setarg  0x00000506 
+ 00027162  0x000051fb hstore  0x00000002 , 0x000088b0 
+ 00027163  0x000051fc setarg  0x00000504 
+ 00027164  0x000051fd hstore  0x00000002 , 0x000088b2 
+ 00027165  0x000051fe setarg  0x00000200 
+ 00027166  0x000051ff hstore  0x00000002 , 0x000088b4 
+ 00027167  0x00005200 setarg  0x0000fefb 
+ 00027168  0x00005201 hstore  0x00000002 , 0x000088b6 
+ 00027169  0x00005202 setarg  0x0000faf9 
+ 00027170  0x00005203 hstore  0x00000002 , 0x000088b8 
+ 00027171  0x00005204 setarg  0x0000fafb 
+ 00027172  0x00005205 hstore  0x00000002 , 0x000088ba 
+ 00027173  0x00005206 setarg  0x0000fd00 
+ 00027174  0x00005207 hstore  0x00000002 , 0x000088bc 
+ 00027175  0x00005208 setarg  0x00000408 
+ 00027176  0x00005209 hstore  0x00000002 , 0x000088be 
+ 00027177  0x0000520a setarg  0x00000a0c 
+ 00027178  0x0000520b hstore  0x00000002 , 0x000088c0 
+ 00027179  0x0000520c setarg  0x00000b09 
+ 00027180  0x0000520d hstore  0x00000002 , 0x000088c2 
+ 00027181  0x0000520e setarg  0x00000500 
+ 00027182  0x0000520f hstore  0x00000002 , 0x000088c4 
+ 00027183  0x00005210 setarg  0x0000f8f1 
+ 00027184  0x00005211 hstore  0x00000002 , 0x000088c6 
+ 00027185  0x00005212 setarg  0x0000ece8 
+ 00027186  0x00005213 hstore  0x00000002 , 0x000088c8 
+ 00027187  0x00005214 setarg  0x0000e9eb 
+ 00027188  0x00005215 hstore  0x00000002 , 0x000088ca 
+ 00027189  0x00005216 setarg  0x0000f500 
+ 00027190  0x00005217 hstore  0x00000002 , 0x000088cc 
+ 00027191  0x00005218 setarg  0x00001223 
+ 00027192  0x00005219 hstore  0x00000002 , 0x000088ce 
+ 00027193  0x0000521a setarg  0x0000374b 
+ 00027194  0x0000521b hstore  0x00000002 , 0x000088d0 
+ 00027195  0x0000521c setarg  0x00005e71 
+ 00027196  0x0000521d hstore  0x00000002 , 0x000088d2 
+ 00027197  0x0000521e setarg  0x0000787f 
+ 00027198  0x0000521f hstore  0x00000002 , 0x000088d4 
+ 00027199  0x00005220 rtn 
+ 00027200  0x00005223 set1  0x00000025 , 0x00000000 
+ 00027201  0x00005224 bpatch  0x00000014 , 0x00004022 
+ 00027202  0x00005225 hfetch  0x00000002 , 0x00008050 
+ 00027203  0x00005226 set0  0x0000000e , 0x0000003f 
+ 00027204  0x00005227 hstore  0x00000002 , 0x00008050 
+ 00027205  0x00005228 hjam  0x00000011 , 0x000080b0 
+ 00027206  0x00005229 hjam  0x00000001 , 0x000080b1 
+ 00027207  0x0000522a hjam  0x00000001 , 0x000080b2 
+ 00027208  0x0000522b hjam  0x00000011 , 0x000080b3 
+ 00027209  0x0000522c rtn 
+ 00027210  0x0000522f set1  0x00000025 , 0x00000000 
+ 00027211  0x00005230 bpatch  0x00000015 , 0x00004022 
+ 00027212  0x00005231 hfetch  0x00000002 , 0x00008050 
+ 00027213  0x00005232 set1  0x0000000e , 0x0000003f 
+ 00027214  0x00005233 hstore  0x00000002 , 0x00008050 
+ 00027215  0x00005234 hjam  0x00000004 , 0x000080b0 
+ 00027216  0x00005235 hjam  0x00000004 , 0x000080b3 
+ 00027217  0x00005236 hjam  0x00000000 , 0x000080b1 
+ 00027218  0x00005237 hjam  0x00000000 , 0x000080b2 
+ 00027219  0x00005238 rtn 
+ 00027220  0x0000523d fetch  0x00000001 , 0x00000030 
+ 00027221  0x0000523e rtnbit0  0x00000002 
+ 00027222  0x0000523f arg  0x000000b5 , 0x00000005 
+ 00027223  0x00005240 arg  0x0000001e , 0x00000039 
+ 00027224  0x00005242 hfetch  0x00000001 , 0x00008134 
+ 00027225  0x00005243 istore  0x00000001 , 0x00000005 
+ 00027226  0x00005244 loop  0x00006a58 
+ 00027227  0x00005245 rtn 
+ 00027228  0x00005249 fetch  0x00000001 , 0x00000030 
+ 00027229  0x0000524a rtnbit0  0x00000002 
+ 00027230  0x0000524b arg  0x000000d3 , 0x00000006 
+ 00027231  0x0000524c force  0x0000001e , 0x00000039 
+ 00027232  0x0000524e ifetch  0x00000001 , 0x00000006 
+ 00027233  0x0000524f hstore  0x00000001 , 0x00008009 
+ 00027234  0x00005250 loop  0x00006a60 
+ 00027235  0x00005251 rtn 
+ 00027236  0x00005254 rtn 
+ 00027237  0x0000525a call  0x00006a87 
+ 00027238  0x0000525b arg  0x00000006 , 0x00000002 
+ 00027239  0x0000525c branch  0x000069da 
+ 00027240  0x0000525f call  0x00006a65 
+ 00027241  0x00005260 arg  0x00000006 , 0x00000002 
+ 00027242  0x00005261 branch  0x000069ed 
+ 00027243  0x00005264 call  0x00006a65 
+ 00027244  0x00005265 arg  0x00000006 , 0x00000002 
+ 00027245  0x00005266 branch  0x000069ef 
+ 00027246  0x00005269 call  0x00006a87 
+ 00027247  0x0000526a arg  0x00000007 , 0x00000002 
+ 00027248  0x0000526b branch  0x000069da 
+ 00027249  0x0000526e call  0x00006a6e 
+ 00027250  0x0000526f arg  0x00000007 , 0x00000002 
+ 00027251  0x00005270 branch  0x000069ed 
+ 00027252  0x00005273 call  0x00006a6e 
+ 00027253  0x00005274 arg  0x00000007 , 0x00000002 
+ 00027254  0x00005275 branch  0x000069ef 
+ 00027255  0x00005278 call  0x00006a87 
+ 00027256  0x00005279 hfetch  0x00000001 , 0x00008078 
+ 00027257  0x0000527a set1  0x00000006 , 0x0000003f 
+ 00027258  0x0000527b hstore  0x00000001 , 0x00008078 
+ 00027259  0x0000527c arg  0x00000006 , 0x00000002 
+ 00027260  0x0000527d branch  0x000069d1 
+ 00027261  0x00005280 call  0x00006a87 
+ 00027262  0x00005281 hfetch  0x00000001 , 0x00008078 
+ 00027263  0x00005282 set1  0x00000007 , 0x0000003f 
+ 00027264  0x00005283 hstore  0x00000001 , 0x00008078 
+ 00027265  0x00005284 arg  0x00000007 , 0x00000002 
+ 00027266  0x00005285 branch  0x000069d1 
+ 00027267  0x00005288 hfetch  0x00000001 , 0x00008081 
+ 00027268  0x00005289 or_into  0x00000004 , 0x0000003f 
+ 00027269  0x0000528a hstore  0x00000001 , 0x00008081 
+ 00027270  0x0000528b rtn 
+ 00027271  0x0000528e hfetch  0x00000001 , 0x00008081 
+ 00027272  0x0000528f and_into  0x000000fb , 0x0000003f 
+ 00027273  0x00005290 hstore  0x00000001 , 0x00008081 
+ 00027274  0x00005291 rtn 
+ 00027275  0x00005294 hfetch  0x00000001 , 0x00008081 
+ 00027276  0x00005295 isolate1  0x00000002 , 0x0000003f 
+ 00027277  0x00005296 rtn 
+ 00027278  0x0000529a setarg  0x00006a91 
+ 00027279  0x0000529b store  0x00000002 , 0x00004296 
+ 00027280  0x0000529c rtn 
+ 00027281  0x0000529e call  0x00006b14 
+ 00027282  0x0000529f fetch  0x00000001 , 0x00000481 
+ 00027283  0x000052a0 beq  0x00000001 , 0x00006a96 
+ 00027284  0x000052a1 beq  0x00000002 , 0x00006a9c 
+ 00027285  0x000052a2 branch  0x00003bf1 
+ 00027286  0x000052a4 arg  0x00000017 , 0x00000002 
+ 00027287  0x000052a5 storet  0x00000002 , 0x000044c2 
+ 00027288  0x000052a6 call  0x00005a88 
+ 00027289  0x000052a7 ifetch  0x00000001 , 0x00000006 
+ 00027290  0x000052a8 call  0x00006a9e 
+ 00027291  0x000052a9 branch  0x00005b42 
+ 00027292  0x000052ab call  0x00006a9e 
+ 00027293  0x000052ac branch  0x00005b51 
+ 00027294  0x000052ae copy  0x00000006 , 0x00000011 
+ 00027295  0x000052af set1  0x00000025 , 0x00000000 
+ 00027296  0x000052b0 bpatch  0x00000031 , 0x00004026 
+ 00027297  0x000052b1 ifetch  0x00000001 , 0x00000006 
+ 00027298  0x000052b2 beq  0x00000000 , 0x00006ab7 
+ 00027299  0x000052b3 beq  0x00000001 , 0x00006abc 
+ 00027300  0x000052b4 beq  0x00000002 , 0x00006abd 
+ 00027301  0x000052b5 beq  0x00000003 , 0x00006abe 
+ 00027302  0x000052b6 beq  0x00000004 , 0x00006b50 
+ 00027303  0x000052b7 beq  0x00000005 , 0x00006aff 
+ 00027304  0x000052b8 beq  0x00000006 , 0x00006b51 
+ 00027305  0x000052b9 beq  0x00000007 , 0x00006b52 
+ 00027306  0x000052ba beq  0x00000008 , 0x00006abf 
+ 00027307  0x000052bb beq  0x00000009 , 0x00006ac0 
+ 00027308  0x000052bc beq  0x0000000a , 0x00006ac1 
+ 00027309  0x000052bd beq  0x0000000b , 0x00006ac2 
+ 00027310  0x000052be beq  0x0000000c , 0x00006ac3 
+ 00027311  0x000052bf beq  0x0000000d , 0x00006ad5 
+ 00027312  0x000052c0 beq  0x0000000e , 0x00006ae3 
+ 00027313  0x000052c1 beq  0x0000000f , 0x00006af0 
+ 00027314  0x000052c2 beq  0x00000010 , 0x00006af1 
+ 00027315  0x000052c3 beq  0x00000011 , 0x00006af8 
+ 00027316  0x000052c4 beq  0x00000012 , 0x00006b19 
+ 00027317  0x000052c5 beq  0x00000013 , 0x00006b45 
+ 00027318  0x000052c6 rtn 
+ 00027319  0x000052ca copy  0x00000011 , 0x00000006 
+ 00027320  0x000052cb ifetch  0x00000001 , 0x00000006 
+ 00027321  0x000052cc lshift8  0x0000003f , 0x0000003f 
+ 00027322  0x000052cd store  0x00000003 , 0x0000046d 
+ 00027323  0x000052ce rtn 
+ 00027324  0x000052d0 rtn 
+ 00027325  0x000052d2 rtn 
+ 00027326  0x000052d4 rtn 
+ 00027327  0x000052d9 rtn 
+ 00027328  0x000052db rtn 
+ 00027329  0x000052dd rtn 
+ 00027330  0x000052df rtn 
+ 00027331  0x000052e4 ifetch  0x00000004 , 0x00000006 
+ 00027332  0x000052e5 hstore  0x00000001 , 0x00008082 
+ 00027333  0x000052e6 rshift8  0x0000003f , 0x0000003f 
+ 00027334  0x000052e7 hfetcht  0x00000001 , 0x00008081 
+ 00027335  0x000052e8 and_into  0x0000007f , 0x00000002 
+ 00027336  0x000052e9 ior  0x00000002 , 0x00000002 
+ 00027337  0x000052ea hstoret  0x00000001 , 0x00008081 
+ 00027338  0x000052eb rshift8  0x0000003f , 0x0000003f 
+ 00027339  0x000052ec hfetcht  0x00000001 , 0x00008051 
+ 00027340  0x000052ed and_into  0x000000df , 0x00000002 
+ 00027341  0x000052ee ior  0x00000002 , 0x00000002 
+ 00027342  0x000052ef hstoret  0x00000001 , 0x00008051 
+ 00027343  0x000052f0 rshift8  0x0000003f , 0x0000003f 
+ 00027344  0x000052f1 hfetcht  0x00000001 , 0x00008042 
+ 00027345  0x000052f2 and_into  0x0000003f , 0x00000002 
+ 00027346  0x000052f3 ior  0x00000002 , 0x00000002 
+ 00027347  0x000052f4 hstoret  0x00000001 , 0x00008042 
+ 00027348  0x000052f5 branch  0x00006ab7 
+ 00027349  0x000052f7 ifetch  0x00000009 , 0x00000006 
+ 00027350  0x000052f8 hfetcht  0x00000001 , 0x00008085 
+ 00027351  0x000052f9 and_into  0x0000003f , 0x00000002 
+ 00027352  0x000052fa ior  0x00000002 , 0x00000002 
+ 00027353  0x000052fb hstoret  0x00000001 , 0x00008085 
+ 00027354  0x000052fc rshift8  0x0000003f , 0x0000003f 
+ 00027355  0x000052fd hstore  0x00000002 , 0x000080a0 
+ 00027356  0x000052fe rshift16  0x0000003f , 0x0000003f 
+ 00027357  0x000052ff hstore  0x00000002 , 0x000080a2 
+ 00027358  0x00005300 rshift16  0x0000003f , 0x0000003f 
+ 00027359  0x00005301 hstore  0x00000002 , 0x000080a4 
+ 00027360  0x00005302 rshift16  0x0000003f , 0x0000003f 
+ 00027361  0x00005303 hstore  0x00000002 , 0x000080a6 
+ 00027362  0x00005304 branch  0x00006ab7 
+ 00027363  0x00005309 ifetch  0x00000004 , 0x00000006 
+ 00027364  0x0000530a hstore  0x00000004 , 0x00008070 
+ 00027365  0x0000530b ifetch  0x00000004 , 0x00000006 
+ 00027366  0x0000530c hstore  0x00000004 , 0x00008078 
+ 00027367  0x0000530d ifetch  0x00000004 , 0x00000006 
+ 00027368  0x0000530e hstore  0x00000004 , 0x0000807c 
+ 00027369  0x0000530f ifetch  0x00000001 , 0x00000006 
+ 00027370  0x00005310 hstore  0x00000001 , 0x00008080 
+ 00027371  0x00005311 ifetch  0x00000001 , 0x00000006 
+ 00027372  0x00005312 hstore  0x00000001 , 0x00008081 
+ 00027373  0x00005313 ifetch  0x00000001 , 0x00000006 
+ 00027374  0x00005314 hstore  0x00000001 , 0x00008082 
+ 00027375  0x00005315 branch  0x00006ab7 
+ 00027376  0x00005317 branch  0x00006af1 
+ 00027377  0x00005319 jam  0x00000010 , 0x0000046d 
+ 00027378  0x0000531a arg  0x0000046e , 0x00000005 
+ 00027379  0x0000531b hfetch  0x00000004 , 0x00008074 
+ 00027380  0x0000531c istore  0x00000004 , 0x00000005 
+ 00027381  0x0000531d hfetch  0x00000004 , 0x0000811c 
+ 00027382  0x0000531e istore  0x00000004 , 0x00000005 
+ 00027383  0x0000531f rtn 
+ 00027384  0x00005321 ifetcht  0x00000001 , 0x00000006 
+ 00027385  0x00005322 ifetch  0x00000001 , 0x00000006 
+ 00027386  0x00005323 lshift3  0x0000003f , 0x0000003f 
+ 00027387  0x00005324 lshift4  0x0000003f , 0x0000003f 
+ 00027388  0x00005325 ior  0x00000002 , 0x00000002 
+ 00027389  0x00005326 call  0x000069f3 
+ 00027390  0x00005327 branch  0x00006ab7 
+ 00027391  0x0000532d ifetcht  0x00000001 , 0x00000006 
+ 00027392  0x0000532e hstoret  0x00000001 , 0x00008301 
+ 00027393  0x0000532f ifetch  0x00000001 , 0x00000006 
+ 00027394  0x00005330 compare  0x00000001 , 0x0000003f , 0x000000ff 
+ 00027395  0x00005331 ifetch  0x00000001 , 0x00000006 
+ 00027396  0x00005332 hstore  0x00000001 , 0x00008307 
+ 00027397  0x00005333 branch  0x00006b08 , 0x00000001 
+ 00027398  0x00005334 ifetch  0x00000001 , 0x00000006 
+ 00027399  0x00005335 hstore  0x00000001 , 0x00008307 
+ 00027400  0x00005337 ifetch  0x00000001 , 0x00000006 
+ 00027401  0x00005338 copy  0x0000003f , 0x00000039 
+ 00027402  0x00005339 increase  0xffffffff , 0x0000003f 
+ 00027403  0x0000533a or_into  0x00000090 , 0x0000003f 
+ 00027404  0x0000533b hstore  0x00000001 , 0x00008302 
+ 00027405  0x0000533c hjam  0x00000002 , 0x00008303 
+ 00027406  0x0000533d nop  0x00000001 
+ 00027407  0x0000533f arg  0x0000046d , 0x00000005 
+ 00027408  0x00005341 hfetch  0x00000001 , 0x00008307 
+ 00027409  0x00005342 istore  0x00000001 , 0x00000005 
+ 00027410  0x00005343 loop  0x00006b10 
+ 00027411  0x00005344 rtn 
+ 00027412  0x00005347 setarg  0x00000000 
+ 00027413  0x00005348 store  0x00000004 , 0x0000046d 
+ 00027414  0x00005349 istore  0x00000008 , 0x00000005 
+ 00027415  0x0000534a istore  0x00000008 , 0x00000005 
+ 00027416  0x0000534b rtn 
+ 00027417  0x00005352 copy  0x00000011 , 0x0000003f 
+ 00027418  0x00005353 increase  0x00000001 , 0x0000003f 
+ 00027419  0x00005354 store  0x00000002 , 0x00000483 
+ 00027420  0x00005355 fetch  0x00000002 , 0x00004749 
+ 00027421  0x00005356 beq  0x00000000 , 0x00006b28 
+ 00027422  0x00005358 fetch  0x00000002 , 0x00004749 
+ 00027423  0x00005359 fetcht  0x00000002 , 0x00000483 
+ 00027424  0x0000535a ifetcht  0x00000002 , 0x00000002 
+ 00027425  0x0000535b iadd  0x00000002 , 0x0000003f 
+ 00027426  0x0000535c fetcht  0x00000002 , 0x00000483 
+ 00027427  0x0000535d increase  0x00000002 , 0x00000002 
+ 00027428  0x0000535e copy  0x00000002 , 0x00000006 
+ 00027429  0x0000535f ifetcht  0x00000001 , 0x00000006 
+ 00027430  0x00005360 copy  0x00000006 , 0x00000011 
+ 00027431  0x00005361 branch  0x00006842 
+ 00027432  0x00005364 setarg  0x00000002 
+ 00027433  0x00005365 byteswap  0x0000003f , 0x0000003f 
+ 00027434  0x00005366 store  0x00000002 , 0x00000225 
+ 00027435  0x00005367 arg  0x00006823 , 0x00000013 
+ 00027436  0x00005368 arg  0x00000002 , 0x00000039 
+ 00027437  0x0000536a call  0x000066e2 
+ 00027438  0x0000536b nbranch  0x00006b36 , 0x00000005 
+ 00027439  0x0000536c fetch  0x00000002 , 0x00000225 
+ 00027440  0x0000536d byteswap  0x0000003f , 0x0000003f 
+ 00027441  0x0000536e iadd  0x00000002 , 0x0000003f 
+ 00027442  0x0000536f store  0x00000002 , 0x00004749 
+ 00027443  0x00005370 byteswap  0x0000003f , 0x0000003f 
+ 00027444  0x00005371 store  0x00000002 , 0x00000225 
+ 00027445  0x00005372 loop  0x00006b2d 
+ 00027446  0x00005374 fetch  0x00000002 , 0x00004749 
+ 00027447  0x00005375 byteswap  0x0000003f , 0x0000003f 
+ 00027448  0x00005376 store  0x00000002 , 0x00000225 
+ 00027449  0x00005377 arg  0x00006823 , 0x00000013 
+ 00027450  0x00005378 arg  0x0000ffff , 0x00000039 
+ 00027451  0x0000537a call  0x000066e2 
+ 00027452  0x0000537b nbranch  0x00006b1e , 0x00000005 
+ 00027453  0x0000537c fetch  0x00000002 , 0x00000225 
+ 00027454  0x0000537d byteswap  0x0000003f , 0x0000003f 
+ 00027455  0x0000537e iadd  0x00000002 , 0x0000003f 
+ 00027456  0x0000537f increase  0x00000002 , 0x0000003f 
+ 00027457  0x00005380 store  0x00000002 , 0x00004749 
+ 00027458  0x00005381 byteswap  0x0000003f , 0x0000003f 
+ 00027459  0x00005382 store  0x00000002 , 0x00000225 
+ 00027460  0x00005383 loop  0x00006b3b 
+ 00027461  0x00005386 fetch  0x00000002 , 0x00004749 
+ 00027462  0x00005387 increase  0x00000002 , 0x0000003f 
+ 00027463  0x00005388 byteswap  0x0000003f , 0x0000003f 
+ 00027464  0x00005389 store  0x00000002 , 0x00004749 
+ 00027465  0x0000538a arg  0x00004749 , 0x00000011 
+ 00027466  0x0000538b arg  0x00000002 , 0x00000002 
+ 00027467  0x0000538c arg  0x00000000 , 0x0000003f 
+ 00027468  0x0000538d call  0x00006842 
+ 00027469  0x0000538e setarg  0x00000000 
+ 00027470  0x0000538f store  0x00000002 , 0x00004749 
+ 00027471  0x00005390 rtn 
+ 00027472  0x00005393 rtn 
+ 00027473  0x00005395 rtn 
+ 00027474  0x00005397 rtn 
+ 00027475  0x0000539d rtn  0x0000002b 
+ 00027476  0x0000539e jam  0x00000000 , 0x00004755 
+ 00027477  0x0000539f jam  0x00000003 , 0x00000485 
+ 00027478  0x000053a0 jam  0x00000003 , 0x00000486 
+ 00027479  0x000053a1 jam  0x00000011 , 0x0000048a 
+ 00027480  0x000053a2 jam  0x00000013 , 0x0000048b 
+ 00027481  0x000053a3 setarg  0x00000000 
+ 00027482  0x000053a4 store  0x00000003 , 0x00000487 
+ 00027483  0x000053a5 store  0x00000001 , 0x000042bd 
+ 00027484  0x000053a6 jam  0x00000000 , 0x000047f3 
+ 00027485  0x000053a9 set1  0x00000025 , 0x00000000 
+ 00027486  0x000053aa bpatch  0x000000bf , 0x00004037 
+ 00027487  0x000053ab setarg  0x00000000 
+ 00027488  0x000053ac store  0x00000001 , 0x000042bd 
+ 00027489  0x000053ad store  0x00000001 , 0x00004752 
+ 00027490  0x000053ae store  0x00000001 , 0x0000474b 
+ 00027491  0x000053af jam  0x00000050 , 0x00004757 
+ 00027492  0x000053b0 rtn 
+ 00027493  0x000053b3 or_into  0x00000002 , 0x00000002 
+ 00027494  0x000053b4 rtn 
+ 00027495  0x000053c1 copy  0x00000002 , 0x0000003f 
+ 00027496  0x000053c2 reverse  0x0000003f , 0x0000003f 
+ 00027497  0x000053c3 store  0x00000001 , 0x00004750 
+ 00027498  0x000053c4 force  0x0000003f , 0x0000003f 
+ 00027499  0x000053c5 reverse  0x0000003f , 0x0000003f 
+ 00027500  0x000053c6 store  0x00000001 , 0x0000474f 
+ 00027501  0x000053c7 force  0x00000001 , 0x0000003f 
+ 00027502  0x000053c8 reverse  0x0000003f , 0x0000003f 
+ 00027503  0x000053c9 store  0x00000001 , 0x0000474e 
+ 00027504  0x000053ca call  0x00006b9d 
+ 00027505  0x000053cb copy  0x00000002 , 0x0000003f 
+ 00027506  0x000053cc rtn 
+ 00027507  0x000053ce reverse  0x0000003f , 0x0000003f 
+ 00027508  0x000053cf store  0x00000001 , 0x00004750 
+ 00027509  0x000053d0 force  0x00000073 , 0x0000003f 
+ 00027510  0x000053d1 reverse  0x0000003f , 0x0000003f 
+ 00027511  0x000053d2 store  0x00000001 , 0x0000474f 
+ 00027512  0x000053d3 force  0x00000001 , 0x0000003f 
+ 00027513  0x000053d4 reverse  0x0000003f , 0x0000003f 
+ 00027514  0x000053d5 store  0x00000001 , 0x0000474e 
+ 00027515  0x000053d6 branch  0x00006b9d 
+ 00027516  0x000053d9 fetch  0x00000001 , 0x00004751 
+ 00027517  0x000053da branch  0x00006b80 , 0x00000034 
+ 00027518  0x000053db setarg  0x00000070 
+ 00027519  0x000053dc rtn 
+ 00027520  0x000053de setarg  0x000000aa 
+ 00027521  0x000053df rtn 
+ 00027522  0x000053e2 reverse  0x0000003f , 0x0000003f 
+ 00027523  0x000053e3 store  0x00000001 , 0x00004750 
+ 00027524  0x000053e4 force  0x000000ef , 0x0000003f 
+ 00027525  0x000053e5 call  0x00006b91 
+ 00027526  0x000053e6 fetcht  0x00000002 , 0x0000048f 
+ 00027527  0x000053e7 copy  0x00000002 , 0x00000005 
+ 00027528  0x000053e8 istore  0x00000001 , 0x00000005 
+ 00027529  0x000053e9 copy  0x00000005 , 0x00000002 
+ 00027530  0x000053ea storet  0x00000002 , 0x0000048f 
+ 00027531  0x000053eb force  0x000000ff , 0x0000003f 
+ 00027532  0x000053ec call  0x00006b91 
+ 00027533  0x000053ed fetcht  0x00000002 , 0x0000048f 
+ 00027534  0x000053ee copy  0x00000002 , 0x00000005 
+ 00027535  0x000053ef istore  0x00000001 , 0x00000005 
+ 00027536  0x000053f0 rtn 
+ 00027537  0x000053fa reverse  0x0000003f , 0x0000003f 
+ 00027538  0x000053fb store  0x00000001 , 0x0000474f 
+ 00027539  0x000053fc fetch  0x00000002 , 0x0000474f 
+ 00027540  0x000053fd lshift8  0x0000003f , 0x0000003f 
+ 00027541  0x000053fe store  0x00000003 , 0x0000048c 
+ 00027542  0x000053ff arg  0x00000107 , 0x00000011 
+ 00027543  0x00005400 arg  0x0000000f , 0x00000012 
+ 00027544  0x00005401 call  0x00006baa 
+ 00027545  0x00005402 xor_into  0x000000d7 , 0x0000003f 
+ 00027546  0x00005403 invert  0x0000003f , 0x0000003f 
+ 00027547  0x00005404 reverse  0x0000003f , 0x0000003f 
+ 00027548  0x00005405 rtn 
+ 00027549  0x00005410 fetch  0x00000003 , 0x0000474e 
+ 00027550  0x00005411 store  0x00000003 , 0x0000048c 
+ 00027551  0x00005412 arg  0x00000107 , 0x00000011 
+ 00027552  0x00005413 arg  0x0000000f , 0x00000012 
+ 00027553  0x00005414 call  0x00006baa 
+ 00027554  0x00005415 lshift8  0x0000003f , 0x0000003f 
+ 00027555  0x00005416 arg  0x00000007 , 0x00000012 
+ 00027556  0x00005417 call  0x00006baa 
+ 00027557  0x00005418 xor_into  0x0000002b , 0x0000003f 
+ 00027558  0x00005419 invert  0x0000003f , 0x0000003f 
+ 00027559  0x0000541a reverse  0x0000003f , 0x0000003f 
+ 00027560  0x0000541b copy  0x0000003f , 0x00000002 
+ 00027561  0x0000541c rtn 
+ 00027562  0x0000541f arg  0x00000000 , 0x00000013 
+ 00027563  0x00005420 copy  0x00000012 , 0x00000039 
+ 00027564  0x00005421 call  0x00007dfb 
+ 00027565  0x00005422 icopy  0x00000002 
+ 00027566  0x00005428 copy  0x00000002 , 0x0000003f 
+ 00027567  0x00005429 lshift  0x00000013 , 0x00000013 
+ 00027568  0x0000542a bbit0  0x00000008 , 0x00006bb3 
+ 00027569  0x0000542b ixor  0x00000011 , 0x00000002 
+ 00027570  0x0000542c increase  0x00000001 , 0x00000013 
+ 00027571  0x0000542e lshift  0x00000002 , 0x00000002 
+ 00027572  0x0000542f fetch  0x00000003 , 0x0000048c 
+ 00027573  0x00005430 increase  0xffffffff , 0x00000012 
+ 00027574  0x00005431 compare  0x000000ff , 0x00000012 , 0x000000ff 
+ 00027575  0x00005432 branch  0x00006bbd , 0x00000001 
+ 00027576  0x00005433 copy  0x00000012 , 0x00000039 
+ 00027577  0x00005434 call  0x00007dfb 
+ 00027578  0x00005435 isolate1  0x00000000 , 0x0000003f 
+ 00027579  0x00005436 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00027580  0x00005437 branch  0x00006bae 
+ 00027581  0x0000543a rshift  0x00000002 , 0x0000003f 
+ 00027582  0x0000543b rtn 
+ 00027583  0x0000543e fetcht  0x00000001 , 0x0000474b 
+ 00027584  0x00005441 lshift2  0x00000002 , 0x00000002 
+ 00027585  0x00005442 set1  0x00000000 , 0x00000002 
+ 00027586  0x00005443 fetch  0x00000001 , 0x00004751 
+ 00027587  0x00005444 ncall  0x00006b65 , 0x00000034 
+ 00027588  0x00005445 storet  0x00000001 , 0x000004a5 
+ 00027589  0x00005446 rtn 
+ 00027590  0x0000544a lshift2  0x00000002 , 0x00000002 
+ 00027591  0x0000544b set1  0x00000000 , 0x00000002 
+ 00027592  0x0000544c fetch  0x00000001 , 0x00004751 
+ 00027593  0x0000544d call  0x00006b65 , 0x00000034 
+ 00027594  0x0000544e rtn 
+ 00027595  0x00005451 lshift  0x00000002 , 0x00000002 
+ 00027596  0x00005452 fetch  0x00000001 , 0x00004751 
+ 00027597  0x00005453 setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00027598  0x00005455 rtn 
+ 00027599  0x00005457 fetcht  0x00000001 , 0x00000494 
+ 00027600  0x00005458 jam  0x000000d7 , 0x00000496 
+ 00027601  0x00005459 call  0x00006cf6 
+ 00027602  0x0000545a fetch  0x00000001 , 0x000042ba 
+ 00027603  0x0000545b set1  0x00000006 , 0x0000003f 
+ 00027604  0x0000545c set1  0x00000007 , 0x0000003f 
+ 00027605  0x0000545d store  0x00000001 , 0x000042ba 
+ 00027606  0x0000545e jam  0x00000000 , 0x00004751 
+ 00027607  0x0000545f branch  0x00006cd7 
+ 00027608  0x00005461 fetch  0x00000001 , 0x000042ba 
+ 00027609  0x00005462 set1  0x00000007 , 0x0000003f 
+ 00027610  0x00005463 store  0x00000001 , 0x000042ba 
+ 00027611  0x00005464 branch  0x00006cd7 
+ 00027612  0x00005468 set1  0x00000025 , 0x00000000 
+ 00027613  0x00005469 bpatch  0x000000c0 , 0x00004038 
+ 00027614  0x0000546a fetch  0x00000001 , 0x000047f3 
+ 00027615  0x0000546b beq  0x00000000 , 0x00006be1 
+ 00027616  0x0000546c branch  0x00006c8b 
+ 00027617  0x0000546f fetch  0x00000002 , 0x000002cb 
+ 00027618  0x00005470 copy  0x0000003f , 0x00000006 
+ 00027619  0x00005471 call  0x00006c0f 
+ 00027620  0x00005472 fetch  0x00000001 , 0x00000494 
+ 00027621  0x00005473 beq  0x00000000 , 0x00006be7 
+ 00027622  0x00005474 branch  0x00006c57 
+ 00027623  0x00005476 set1  0x00000025 , 0x00000000 
+ 00027624  0x00005477 bpatch  0x000000c1 , 0x00004038 
+ 00027625  0x00005478 fetch  0x00000001 , 0x00000495 
+ 00027626  0x00005479 beq  0x0000003f , 0x00006bcf 
+ 00027627  0x0000547a beq  0x00000073 , 0x00006bd8 
+ 00027628  0x0000547b beq  0x000000ef , 0x00006bef 
+ 00027629  0x0000547c rtneq  0x00000053 
+ 00027630  0x0000547d branch  0x00003bf1 
+ 00027631  0x00005481 fetch  0x00000002 , 0x00000499 
+ 00027632  0x00005482 copy  0x0000003f , 0x00000006 
+ 00027633  0x00005483 call  0x00006c1a 
+ 00027634  0x00005484 fetch  0x00000001 , 0x0000049b 
+ 00027635  0x00005485 beq  0x00000041 , 0x00006bf8 
+ 00027636  0x00005486 beq  0x00000040 , 0x00006c04 
+ 00027637  0x00005487 beq  0x00000071 , 0x00006c3f 
+ 00027638  0x00005488 beq  0x00000070 , 0x00006c4e 
+ 00027639  0x00005489 branch  0x00006cd7 
+ 00027640  0x0000548c call  0x00006c06 
+ 00027641  0x0000548d fetch  0x00000001 , 0x0000474b 
+ 00027642  0x0000548e rshift  0x0000003f , 0x0000003f 
+ 00027643  0x0000548f sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00027644  0x00005490 branch  0x00006bfe , 0x00000005 
+ 00027645  0x00005491 branch  0x00003bf1 
+ 00027646  0x00005493 fetch  0x00000001 , 0x000042bd 
+ 00027647  0x00005494 set1  0x00000000 , 0x0000003f 
+ 00027648  0x00005495 set1  0x00000001 , 0x0000003f 
+ 00027649  0x00005496 store  0x00000001 , 0x000042bd 
+ 00027650  0x00005497 call  0x00006d22 
+ 00027651  0x00005498 branch  0x00006cd7 
+ 00027652  0x0000549b call  0x00006c06 
+ 00027653  0x0000549c branch  0x00006cd7 
+ 00027654  0x0000549f call  0x00006c22 
+ 00027655  0x000054a0 branch  0x00006c30 
+ 00027656  0x000054a3 call  0x00006c22 
+ 00027657  0x000054a4 ifetch  0x00000001 , 0x00000006 
+ 00027658  0x000054a5 rshift3  0x0000003f , 0x0000003f 
+ 00027659  0x000054a6 store  0x00000001 , 0x00004758 
+ 00027660  0x000054a7 ifetch  0x00000001 , 0x00000006 
+ 00027661  0x000054a8 store  0x00000001 , 0x000004a0 
+ 00027662  0x000054a9 rtn 
+ 00027663  0x000054ad ifetch  0x00000001 , 0x00000006 
+ 00027664  0x000054ae store  0x00000001 , 0x00000493 
+ 00027665  0x000054af rshift3  0x0000003f , 0x0000003f 
+ 00027666  0x000054b0 store  0x00000001 , 0x00000494 
+ 00027667  0x000054b1 ifetch  0x00000001 , 0x00000006 
+ 00027668  0x000054b2 store  0x00000001 , 0x00000495 
+ 00027669  0x000054b4 call  0x00006c27 
+ 00027670  0x000054b5 storet  0x00000002 , 0x00000497 
+ 00027671  0x000054b6 copy  0x00000006 , 0x0000003f 
+ 00027672  0x000054b7 store  0x00000002 , 0x00000499 
+ 00027673  0x000054b8 rtn 
+ 00027674  0x000054bb ifetch  0x00000001 , 0x00000006 
+ 00027675  0x000054bc rshift  0x0000003f , 0x0000003f 
+ 00027676  0x000054bd store  0x00000001 , 0x0000049b 
+ 00027677  0x000054be call  0x00006c27 
+ 00027678  0x000054bf storet  0x00000002 , 0x0000049c 
+ 00027679  0x000054c0 copy  0x00000006 , 0x0000003f 
+ 00027680  0x000054c1 store  0x00000002 , 0x0000049e 
+ 00027681  0x000054c2 rtn 
+ 00027682  0x000054c6 fetch  0x00000002 , 0x0000049e 
+ 00027683  0x000054c7 copy  0x0000003f , 0x00000006 
+ 00027684  0x000054c8 rtn 
+ 00027685  0x000054cb fetch  0x00000002 , 0x0000049e 
+ 00027686  0x000054cc copy  0x0000003f , 0x00000006 
+ 00027687  0x000054ce ifetch  0x00000001 , 0x00000006 
+ 00027688  0x000054cf copy  0x0000003f , 0x00000002 
+ 00027689  0x000054d0 rshift  0x00000002 , 0x00000002 
+ 00027690  0x000054d1 rtnbit1  0x00000000 
+ 00027691  0x000054d2 ifetch  0x00000001 , 0x00000006 
+ 00027692  0x000054d3 lshift3  0x0000003f , 0x0000003f 
+ 00027693  0x000054d4 lshift4  0x0000003f , 0x0000003f 
+ 00027694  0x000054d5 iadd  0x00000002 , 0x00000002 
+ 00027695  0x000054d6 rtn 
+ 00027696  0x000054d9 ifetch  0x00000001 , 0x00000006 
+ 00027697  0x000054da store  0x00000001 , 0x0000474b 
+ 00027698  0x000054db ifetch  0x00000001 , 0x00000006 
+ 00027699  0x000054dc store  0x00000001 , 0x000004a1 
+ 00027700  0x000054dd ifetch  0x00000001 , 0x00000006 
+ 00027701  0x000054de store  0x00000001 , 0x000004a2 
+ 00027702  0x000054df ifetch  0x00000001 , 0x00000006 
+ 00027703  0x000054e0 store  0x00000001 , 0x000004a3 
+ 00027704  0x000054e1 ifetch  0x00000002 , 0x00000006 
+ 00027705  0x000054e2 store  0x00000002 , 0x0000474c 
+ 00027706  0x000054e3 ifetch  0x00000001 , 0x00000006 
+ 00027707  0x000054e4 store  0x00000001 , 0x000004a4 
+ 00027708  0x000054e5 ifetch  0x00000001 , 0x00000006 
+ 00027709  0x000054e6 store  0x00000001 , 0x00004756 
+ 00027710  0x000054e7 rtn 
+ 00027711  0x000054eb call  0x00006c08 
+ 00027712  0x000054ec fetch  0x00000001 , 0x00004758 
+ 00027713  0x000054ed sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00027714  0x000054ee branch  0x00006c44 , 0x00000005 
+ 00027715  0x000054ef branch  0x00003bf1 
+ 00027716  0x000054f1 fetch  0x00000001 , 0x000042bd 
+ 00027717  0x000054f2 set1  0x00000005 , 0x0000003f 
+ 00027718  0x000054f3 set1  0x00000006 , 0x0000003f 
+ 00027719  0x000054f4 store  0x00000001 , 0x000042bd 
+ 00027720  0x000054f5 fetcht  0x00000001 , 0x0000474b 
+ 00027721  0x000054f6 lshift2  0x00000002 , 0x00000002 
+ 00027722  0x000054f7 or_into  0x00000003 , 0x00000002 
+ 00027723  0x000054f8 call  0x00006d55 
+ 00027724  0x000054f9 jam  0x00000003 , 0x00004755 
+ 00027725  0x000054fa branch  0x00006cd7 
+ 00027726  0x000054fd call  0x00006c08 
+ 00027727  0x000054fe fetch  0x00000001 , 0x00004758 
+ 00027728  0x000054ff sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00027729  0x00005500 branch  0x00006c53 , 0x00000005 
+ 00027730  0x00005501 branch  0x00003bf1 
+ 00027731  0x00005503 fetch  0x00000001 , 0x000042bd 
+ 00027732  0x00005504 set1  0x00000007 , 0x0000003f 
+ 00027733  0x00005505 store  0x00000001 , 0x000042bd 
+ 00027734  0x00005506 branch  0x00006cd7 
+ 00027735  0x00005509 fetch  0x00000001 , 0x00000494 
+ 00027736  0x0000550a sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00027737  0x0000550b branch  0x00006c5b , 0x00000005 
+ 00027738  0x0000550c branch  0x00003bf1 
+ 00027739  0x0000550e fetch  0x00000001 , 0x00000495 
+ 00027740  0x0000550f beq  0x00000073 , 0x00006c62 
+ 00027741  0x00005510 beq  0x0000003f , 0x00006c66 
+ 00027742  0x00005511 beq  0x000000ef , 0x00006c80 
+ 00027743  0x00005512 beq  0x000000ff , 0x00006c78 
+ 00027744  0x00005513 beq  0x00000053 , 0x00006c85 
+ 00027745  0x00005514 branch  0x00003bf1 
+ 00027746  0x00005516 fetch  0x00000001 , 0x000042bd 
+ 00027747  0x00005517 set1  0x00000003 , 0x0000003f 
+ 00027748  0x00005518 store  0x00000001 , 0x000042bd 
+ 00027749  0x00005519 branch  0x00006cd7 
+ 00027750  0x0000551b fetch  0x00000001 , 0x000042bd 
+ 00027751  0x0000551c set1  0x00000003 , 0x0000003f 
+ 00027752  0x0000551d set1  0x00000002 , 0x0000003f 
+ 00027753  0x0000551e store  0x00000001 , 0x000042bd 
+ 00027754  0x0000551f fetch  0x00000001 , 0x00000493 
+ 00027755  0x00005520 call  0x00006b73 
+ 00027756  0x00005521 store  0x00000001 , 0x00000496 
+ 00027757  0x00005522 call  0x00006cf6 
+ 00027758  0x00005523 fetch  0x00000001 , 0x00000493 
+ 00027759  0x00005524 rshift2  0x0000003f , 0x0000003f 
+ 00027760  0x00005525 store  0x00000001 , 0x0000474b 
+ 00027761  0x00005526 lshift2  0x0000003f , 0x0000003f 
+ 00027762  0x00005527 set0  0x00000001 , 0x0000003f 
+ 00027763  0x00005528 set1  0x00000000 , 0x0000003f 
+ 00027764  0x00005529 arg  0x00004753 , 0x00000002 
+ 00027765  0x0000552a storet  0x00000002 , 0x0000048f 
+ 00027766  0x0000552b call  0x00006b82 
+ 00027767  0x0000552c branch  0x00006cd7 
+ 00027768  0x0000552f fetch  0x00000002 , 0x00000499 
+ 00027769  0x00005530 copy  0x0000003f , 0x00000006 
+ 00027770  0x00005531 increase  0x00000001 , 0x0000003f 
+ 00027771  0x00005532 store  0x00000002 , 0x00000499 
+ 00027772  0x00005533 ifetch  0x00000001 , 0x00000006 
+ 00027773  0x00005534 fetcht  0x00000001 , 0x00004756 
+ 00027774  0x00005535 iadd  0x00000002 , 0x0000003f 
+ 00027775  0x00005536 store  0x00000001 , 0x00004756 
+ 00027776  0x00005538 call  0x00006d88 
+ 00027777  0x0000553a call  0x00006bbf 
+ 00027778  0x0000553b call  0x00006d6d 
+ 00027779  0x0000553c call  0x00006d8e 
+ 00027780  0x0000553d branch  0x00006cd7 
+ 00027781  0x00005540 call  0x00006b5d 
+ 00027782  0x00005541 fetch  0x00000001 , 0x00000493 
+ 00027783  0x00005542 call  0x00006b73 
+ 00027784  0x00005543 store  0x00000001 , 0x00000496 
+ 00027785  0x00005544 call  0x00006cf6 
+ 00027786  0x00005545 branch  0x00006cd7 
+ 00027787  0x0000554b fetch  0x00000002 , 0x000002cb 
+ 00027788  0x0000554c copy  0x0000003f , 0x00000006 
+ 00027789  0x0000554d call  0x00006c0f 
+ 00027790  0x0000554e fetch  0x00000001 , 0x00000494 
+ 00027791  0x0000554f beq  0x00000000 , 0x00006c91 
+ 00027792  0x00005550 branch  0x00006cc6 
+ 00027793  0x00005553 set1  0x00000025 , 0x00000000 
+ 00027794  0x00005554 bpatch  0x000000c2 , 0x00004038 
+ 00027795  0x00005555 fetch  0x00000001 , 0x00000495 
+ 00027796  0x00005556 beq  0x0000003f , 0x00006bcf 
+ 00027797  0x00005557 beq  0x00000073 , 0x00006bd8 
+ 00027798  0x00005558 beq  0x000000ef , 0x00006c98 
+ 00027799  0x00005559 branch  0x00006cd7 
+ 00027800  0x0000555b fetch  0x00000002 , 0x00000499 
+ 00027801  0x0000555c copy  0x0000003f , 0x00000006 
+ 00027802  0x0000555d call  0x00006c1a 
+ 00027803  0x0000555e fetch  0x00000001 , 0x0000049b 
+ 00027804  0x0000555f beq  0x00000041 , 0x00006ca1 
+ 00027805  0x00005560 beq  0x00000040 , 0x00006ca1 
+ 00027806  0x00005561 beq  0x00000071 , 0x00006cac 
+ 00027807  0x00005562 beq  0x00000070 , 0x00006cbc 
+ 00027808  0x00005563 branch  0x00006cd7 
+ 00027809  0x00005566 call  0x00006c06 
+ 00027810  0x00005567 fetch  0x00000001 , 0x0000474b 
+ 00027811  0x00005568 rshift  0x0000003f , 0x0000003f 
+ 00027812  0x00005569 fetcht  0x00000001 , 0x00004752 
+ 00027813  0x0000556a isub  0x00000002 , 0x0000003e 
+ 00027814  0x0000556b branch  0x00006ca8 , 0x00000005 
+ 00027815  0x0000556c branch  0x00003bf1 
+ 00027816  0x0000556e fetch  0x00000001 , 0x000042bd 
+ 00027817  0x0000556f set1  0x00000001 , 0x0000003f 
+ 00027818  0x00005570 store  0x00000001 , 0x000042bd 
+ 00027819  0x00005571 branch  0x00006cd7 
+ 00027820  0x00005574 call  0x00006c08 
+ 00027821  0x00005575 fetch  0x00000001 , 0x00004758 
+ 00027822  0x00005576 fetcht  0x00000001 , 0x00004752 
+ 00027823  0x00005577 isub  0x00000002 , 0x0000003e 
+ 00027824  0x00005578 branch  0x00006cb3 , 0x00000005 
+ 00027825  0x00005579 branch  0x00003bf1 
+ 00027826  0x0000557a branch  0x00006cd7 
+ 00027827  0x0000557c fetch  0x00000001 , 0x000042bd 
+ 00027828  0x0000557d set1  0x00000005 , 0x0000003f 
+ 00027829  0x0000557e set1  0x00000006 , 0x0000003f 
+ 00027830  0x0000557f store  0x00000001 , 0x000042bd 
+ 00027831  0x00005580 fetcht  0x00000001 , 0x0000474b 
+ 00027832  0x00005581 lshift2  0x00000002 , 0x00000002 
+ 00027833  0x00005582 or_into  0x00000003 , 0x00000002 
+ 00027834  0x00005583 call  0x00006d55 
+ 00027835  0x00005584 branch  0x00006cd7 
+ 00027836  0x00005587 call  0x00006c08 
+ 00027837  0x00005588 fetch  0x00000001 , 0x00004758 
+ 00027838  0x00005589 fetcht  0x00000001 , 0x00004752 
+ 00027839  0x0000558a isub  0x00000002 , 0x0000003e 
+ 00027840  0x0000558b branch  0x00006cc2 , 0x00000005 
+ 00027841  0x0000558c branch  0x00003bf1 
+ 00027842  0x0000558e fetch  0x00000001 , 0x000042bd 
+ 00027843  0x0000558f set1  0x00000007 , 0x0000003f 
+ 00027844  0x00005590 store  0x00000001 , 0x000042bd 
+ 00027845  0x00005591 branch  0x00006cd7 
+ 00027846  0x00005594 fetch  0x00000001 , 0x00000494 
+ 00027847  0x00005595 fetcht  0x00000001 , 0x00004752 
+ 00027848  0x00005596 isub  0x00000002 , 0x0000003e 
+ 00027849  0x00005597 branch  0x00006ccc , 0x00000005 
+ 00027850  0x00005598 branch  0x00003bf1 
+ 00027851  0x00005599 branch  0x00006cd7 
+ 00027852  0x0000559c fetch  0x00000001 , 0x00000495 
+ 00027853  0x0000559d beq  0x00000073 , 0x00006cd1 
+ 00027854  0x0000559e beq  0x000000ef , 0x00006c80 
+ 00027855  0x0000559f beq  0x000000ff , 0x00006c78 
+ 00027856  0x000055a0 beq  0x00000053 , 0x00006cd6 
+ 00027857  0x000055a2 fetch  0x00000001 , 0x000042bd 
+ 00027858  0x000055a3 set1  0x00000003 , 0x0000003f 
+ 00027859  0x000055a4 store  0x00000001 , 0x000042bd 
+ 00027860  0x000055a5 branch  0x00006cd7 
+ 00027861  0x000055a7 branch  0x00006cd5 
+ 00027862  0x000055a9 branch  0x00006c85 
+ 00027863  0x000055ab rtn 
+ 00027864  0x000055ae fetch  0x00000001 , 0x00004755 
+ 00027865  0x000055af rtn  0x00000034 
+ 00027866  0x000055b0 beq  0x00000003 , 0x00006cdc 
+ 00027867  0x000055b1 branch  0x00003bf1 
+ 00027868  0x000055b4 jam  0x00000000 , 0x00004755 
+ 00027869  0x000055b5 call  0x000052e0 
+ 00027870  0x000055b6 arg  0x00000001 , 0x00000002 
+ 00027871  0x000055b7 lshift3  0x00000002 , 0x00000002 
+ 00027872  0x000055b9 or_into  0x00000003 , 0x00000002 
+ 00027873  0x000055ba arg  0x000000aa , 0x00000011 
+ 00027874  0x000055bb call  0x00006d3f 
+ 00027875  0x000055bc call  0x000052ef 
+ 00027876  0x000055bd copy  0x00000005 , 0x00000006 
+ 00027877  0x000055be ifetch  0x00000002 , 0x00000006 
+ 00027878  0x000055bf branch  0x00003bf1 , 0x00000034 
+ 00027879  0x000055c0 rtn 
+ 00027880  0x000055c3 set1  0x00000025 , 0x00000000 
+ 00027881  0x000055c4 bpatch  0x000000c3 , 0x00004038 
+ 00027882  0x000055c5 call  0x000052ef 
+ 00027883  0x000055c6 setarg  0x00000004 
+ 00027884  0x000055c7 istore  0x00000002 , 0x00000005 
+ 00027885  0x000055c8 fetch  0x00000002 , 0x000042b3 
+ 00027886  0x000055c9 istore  0x00000002 , 0x00000005 
+ 00027887  0x000055ca fetch  0x00000001 , 0x00000493 
+ 00027888  0x000055cb istore  0x00000001 , 0x00000005 
+ 00027889  0x000055cc setarg  0x0000013f 
+ 00027890  0x000055cd istore  0x00000002 , 0x00000005 
+ 00027891  0x000055ce fetch  0x00000001 , 0x00000496 
+ 00027892  0x000055cf istore  0x00000001 , 0x00000005 
+ 00027893  0x000055d0 rtn 
+ 00027894  0x000055d2 set1  0x00000025 , 0x00000000 
+ 00027895  0x000055d3 bpatch  0x000000c4 , 0x00004038 
+ 00027896  0x000055d4 call  0x000052e0 
+ 00027897  0x000055d5 call  0x000052ef 
+ 00027898  0x000055d6 setarg  0x00000004 
+ 00027899  0x000055d7 istore  0x00000002 , 0x00000005 
+ 00027900  0x000055d8 fetch  0x00000002 , 0x000042b3 
+ 00027901  0x000055d9 istore  0x00000002 , 0x00000005 
+ 00027902  0x000055da fetch  0x00000001 , 0x00000493 
+ 00027903  0x000055db istore  0x00000001 , 0x00000005 
+ 00027904  0x000055dc setarg  0x00000173 
+ 00027905  0x000055dd istore  0x00000002 , 0x00000005 
+ 00027906  0x000055de fetch  0x00000001 , 0x00000496 
+ 00027907  0x000055df istore  0x00000001 , 0x00000005 
+ 00027908  0x000055e0 rtn 
+ 00027909  0x000055e2 set1  0x00000025 , 0x00000000 
+ 00027910  0x000055e3 bpatch  0x000000c5 , 0x00004038 
+ 00027911  0x000055e4 call  0x000052ef 
+ 00027912  0x000055e5 setarg  0x0000000e 
+ 00027913  0x000055e6 istore  0x00000002 , 0x00000005 
+ 00027914  0x000055e7 fetch  0x00000002 , 0x000042b3 
+ 00027915  0x000055e8 istore  0x00000002 , 0x00000005 
+ 00027916  0x000055e9 fetch  0x00000001 , 0x00004751 
+ 00027917  0x000055ea lshift  0x0000003f , 0x0000003f 
+ 00027918  0x000055eb set1  0x00000000 , 0x0000003f 
+ 00027919  0x000055ec istore  0x00000001 , 0x00000005 
+ 00027920  0x000055ed setarg  0x000015ef 
+ 00027921  0x000055ee istore  0x00000002 , 0x00000005 
+ 00027922  0x000055ef setarg  0x00001183 
+ 00027923  0x000055f0 istore  0x00000002 , 0x00000005 
+ 00027924  0x000055f1 copy  0x00000002 , 0x0000003f 
+ 00027925  0x000055f2 istore  0x00000001 , 0x00000005 
+ 00027926  0x000055f3 setarg  0x000000f0 
+ 00027927  0x000055f4 istore  0x00000003 , 0x00000005 
+ 00027928  0x000055f5 setarg  0x0000007f 
+ 00027929  0x000055f6 istore  0x00000002 , 0x00000005 
+ 00027930  0x000055f7 setarg  0x00000000 
+ 00027931  0x000055f8 istore  0x00000001 , 0x00000005 
+ 00027932  0x000055f9 setarg  0x00000001 
+ 00027933  0x000055fa istore  0x00000001 , 0x00000005 
+ 00027934  0x000055fb call  0x00006b7c 
+ 00027935  0x000055fc istore  0x00000001 , 0x00000005 
+ 00027936  0x000055fd jam  0x00000010 , 0x00004757 
+ 00027937  0x000055fe rtn 
+ 00027938  0x00005600 set1  0x00000025 , 0x00000000 
+ 00027939  0x00005601 bpatch  0x000000c6 , 0x00004038 
+ 00027940  0x00005602 call  0x000052e0 
+ 00027941  0x00005603 call  0x000052ef 
+ 00027942  0x00005604 setarg  0x0000000e 
+ 00027943  0x00005605 istore  0x00000002 , 0x00000005 
+ 00027944  0x00005606 fetch  0x00000002 , 0x000042b3 
+ 00027945  0x00005607 istore  0x00000002 , 0x00000005 
+ 00027946  0x00005608 fetch  0x00000001 , 0x00004751 
+ 00027947  0x00005609 lshift  0x0000003f , 0x0000003f 
+ 00027948  0x0000560a set1  0x00000000 , 0x0000003f 
+ 00027949  0x0000560b istore  0x00000001 , 0x00000005 
+ 00027950  0x0000560c setarg  0x000015ef 
+ 00027951  0x0000560d istore  0x00000002 , 0x00000005 
+ 00027952  0x0000560e setarg  0x00001181 
+ 00027953  0x0000560f istore  0x00000002 , 0x00000005 
+ 00027954  0x00005610 fetch  0x00000001 , 0x0000474b 
+ 00027955  0x00005611 istore  0x00000001 , 0x00000005 
+ 00027956  0x00005612 setarg  0x000000e0 
+ 00027957  0x00005613 istore  0x00000003 , 0x00000005 
+ 00027958  0x00005614 setarg  0x0000007f 
+ 00027959  0x00005615 istore  0x00000002 , 0x00000005 
+ 00027960  0x00005616 setarg  0x00000000 
+ 00027961  0x00005617 istore  0x00000001 , 0x00000005 
+ 00027962  0x00005618 setarg  0x00000007 
+ 00027963  0x00005619 istore  0x00000001 , 0x00000005 
+ 00027964  0x0000561a call  0x00006b7c 
+ 00027965  0x0000561b istore  0x00000001 , 0x00000005 
+ 00027966  0x0000561c rtn 
+ 00027967  0x0000561e set1  0x00000025 , 0x00000000 
+ 00027968  0x0000561f bpatch  0x000000c7 , 0x00004038 
+ 00027969  0x00005620 call  0x000052ef 
+ 00027970  0x00005621 setarg  0x00000008 
+ 00027971  0x00005622 istore  0x00000002 , 0x00000005 
+ 00027972  0x00005623 fetch  0x00000002 , 0x000042b3 
+ 00027973  0x00005624 istore  0x00000002 , 0x00000005 
+ 00027974  0x00005625 fetch  0x00000001 , 0x00004751 
+ 00027975  0x00005626 lshift  0x0000003f , 0x0000003f 
+ 00027976  0x00005627 set1  0x00000000 , 0x0000003f 
+ 00027977  0x00005628 istore  0x00000001 , 0x00000005 
+ 00027978  0x00005629 setarg  0x000009ef 
+ 00027979  0x0000562a istore  0x00000002 , 0x00000005 
+ 00027980  0x0000562b setarg  0x000005e3 
+ 00027981  0x0000562c istore  0x00000002 , 0x00000005 
+ 00027982  0x0000562d copy  0x00000002 , 0x0000003f 
+ 00027983  0x0000562e istore  0x00000001 , 0x00000005 
+ 00027984  0x0000562f setarg  0x0000008d 
+ 00027985  0x00005630 istore  0x00000001 , 0x00000005 
+ 00027986  0x00005631 call  0x00006b7c 
+ 00027987  0x00005632 istore  0x00000001 , 0x00000005 
+ 00027988  0x00005633 rtn 
+ 00027989  0x00005636 set1  0x00000025 , 0x00000000 
+ 00027990  0x00005637 bpatch  0x000000c8 , 0x00004039 
+ 00027991  0x00005638 call  0x000052e0 
+ 00027992  0x00005639 call  0x000052ef 
+ 00027993  0x0000563a setarg  0x00000008 
+ 00027994  0x0000563b istore  0x00000002 , 0x00000005 
+ 00027995  0x0000563c fetch  0x00000002 , 0x000042b3 
+ 00027996  0x0000563d istore  0x00000002 , 0x00000005 
+ 00027997  0x0000563e copy  0x00000002 , 0x0000000b 
+ 00027998  0x0000563f fetch  0x00000001 , 0x00004751 
+ 00027999  0x00005640 lshift  0x0000003f , 0x0000003f 
+ 00028000  0x00005641 set1  0x00000000 , 0x0000003f 
+ 00028001  0x00005642 istore  0x00000001 , 0x00000005 
+ 00028002  0x00005643 setarg  0x000009ef 
+ 00028003  0x00005644 istore  0x00000002 , 0x00000005 
+ 00028004  0x00005645 setarg  0x000005e1 
+ 00028005  0x00005646 istore  0x00000002 , 0x00000005 
+ 00028006  0x00005647 copy  0x0000000b , 0x0000003f 
+ 00028007  0x00005648 istore  0x00000001 , 0x00000005 
+ 00028008  0x00005649 setarg  0x0000008d 
+ 00028009  0x0000564a istore  0x00000001 , 0x00000005 
+ 00028010  0x0000564b call  0x00006b7c 
+ 00028011  0x0000564c istore  0x00000001 , 0x00000005 
+ 00028012  0x0000564d rtn 
+ 00028013  0x00005650 set1  0x00000025 , 0x00000000 
+ 00028014  0x00005651 bpatch  0x000000c9 , 0x00004039 
+ 00028015  0x00005652 fetch  0x00000001 , 0x00004757 
+ 00028016  0x00005653 rtn  0x00000034 
+ 00028017  0x00005654 hfetch  0x00000002 , 0x00008112 
+ 00028018  0x00005655 nrtn  0x00000034 
+ 00028019  0x00005656 copy  0x00000011 , 0x0000003f 
+ 00028020  0x00005657 store  0x00000001 , 0x00000162 
+ 00028021  0x00005658 storet  0x00000001 , 0x00000161 
+ 00028022  0x00005659 call  0x0000527a 
+ 00028023  0x0000565a nrtn  0x00000034 
+ 00028024  0x0000565b call  0x000052e0 
+ 00028025  0x0000565c call  0x000052ef 
+ 00028026  0x0000565d setarg  0x00000005 
+ 00028027  0x0000565e istore  0x00000002 , 0x00000005 
+ 00028028  0x0000565f fetch  0x00000002 , 0x000042b3 
+ 00028029  0x00005660 istore  0x00000002 , 0x00000005 
+ 00028030  0x00005661 fetch  0x00000001 , 0x000004a5 
+ 00028031  0x00005662 istore  0x00000001 , 0x00000005 
+ 00028032  0x00005663 setarg  0x000001ff 
+ 00028033  0x00005664 istore  0x00000002 , 0x00000005 
+ 00028034  0x00005665 fetch  0x00000001 , 0x00004757 
+ 00028035  0x00005666 istore  0x00000001 , 0x00000005 
+ 00028036  0x00005667 fetch  0x00000001 , 0x00004754 
+ 00028037  0x00005668 istore  0x00000001 , 0x00000005 
+ 00028038  0x00005669 jam  0x00000000 , 0x00004757 
+ 00028039  0x0000566a rtn 
+ 00028040  0x0000566d fetch  0x00000002 , 0x00000497 
+ 00028041  0x0000566e rtn  0x00000034 
+ 00028042  0x0000566f fetch  0x00000001 , 0x00004757 
+ 00028043  0x00005670 increase  0x00000001 , 0x0000003f 
+ 00028044  0x00005671 store  0x00000001 , 0x00004757 
+ 00028045  0x00005672 rtn 
+ 00028046  0x00005675 set1  0x00000025 , 0x00000000 
+ 00028047  0x00005676 bpatch  0x000000ca , 0x00004039 
+ 00028048  0x00005677 fetch  0x00000002 , 0x00000497 
+ 00028049  0x00005678 copy  0x0000003f , 0x00000039 
+ 00028050  0x00005679 call  0x000068f7 
+ 00028051  0x0000567a fetch  0x00000002 , 0x00000499 
+ 00028052  0x0000567b copy  0x0000003f , 0x00000006 
+ 00028053  0x0000567c call  0x00004976 
+ 00028054  0x0000567d branch  0x000068fa 
+ 00028055  0x00005680 set1  0x00000025 , 0x00000000 
+ 00028056  0x00005681 bpatch  0x000000cb , 0x00004039 
+ 00028057  0x00005683 fetch  0x00000001 , 0x00004756 
+ 00028058  0x00005684 rtn  0x00000034 
+ 00028059  0x00005685 increase  0xffffffff , 0x0000003f 
+ 00028060  0x00005686 store  0x00000001 , 0x00004756 
+ 00028061  0x00005687 fetch  0x00000002 , 0x0000474c 
+ 00028062  0x00005688 fetcht  0x00000002 , 0x0000480e 
+ 00028063  0x00005689 isub  0x00000002 , 0x0000003e 
+ 00028064  0x0000568a branch  0x00006da2 , 0x00000002 
+ 00028065  0x0000568b store  0x00000002 , 0x0000480e 
+ 00028066  0x0000568d fetch  0x00000001 , 0x00004757 
+ 00028067  0x0000568e branch  0x00006daa , 0x00000034 
+ 00028068  0x0000568f jam  0x00000001 , 0x000004a8 
+ 00028069  0x00005690 fetch  0x00000001 , 0x00004754 
+ 00028070  0x00005691 store  0x00000001 , 0x000004a7 
+ 00028071  0x00005692 setarg  0x000000ff 
+ 00028072  0x00005693 store  0x00000001 , 0x000004a6 
+ 00028073  0x00005694 branch  0x00006daf 
+ 00028074  0x00005696 jam  0x00000000 , 0x000004a8 
+ 00028075  0x00005697 fetch  0x00000001 , 0x00004753 
+ 00028076  0x00005698 store  0x00000001 , 0x000004a7 
+ 00028077  0x00005699 setarg  0x000000ef 
+ 00028078  0x0000569a store  0x00000001 , 0x000004a6 
+ 00028079  0x0000569c set1  0x00000025 , 0x00000000 
+ 00028080  0x0000569d bpatch  0x000000cc , 0x00004039 
+ 00028081  0x0000569e fetch  0x00000001 , 0x0000480e 
+ 00028082  0x0000569f sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00028083  0x000056a0 branch  0x00006db7 , 0x00000002 
+ 00028084  0x000056a1 fetch  0x00000001 , 0x000004a8 
+ 00028085  0x000056a2 increase  0x00000001 , 0x0000003f 
+ 00028086  0x000056a3 store  0x00000001 , 0x000004a8 
+ 00028087  0x000056a5 call  0x00006bbf 
+ 00028088  0x000056a6 fetch  0x00000002 , 0x0000480e 
+ 00028089  0x000056a7 increase  0x00000008 , 0x0000003f 
+ 00028090  0x000056a8 fetcht  0x00000001 , 0x000004a8 
+ 00028091  0x000056a9 iadd  0x00000002 , 0x00000011 
+ 00028092  0x000056ab call  0x00005248 
+ 00028093  0x000056ac store  0x00000002 , 0x000002de 
+ 00028094  0x000056ad increase  0x00000004 , 0x0000003f 
+ 00028095  0x000056ae store  0x00000002 , 0x000002e0 
+ 00028096  0x000056af copy  0x0000003f , 0x00000005 
+ 00028097  0x000056b0 fetch  0x00000001 , 0x000004a5 
+ 00028098  0x000056b1 istore  0x00000001 , 0x00000005 
+ 00028099  0x000056b2 fetch  0x00000001 , 0x000004a6 
+ 00028100  0x000056b3 istore  0x00000001 , 0x00000005 
+ 00028101  0x000056b4 call  0x00006dd8 
+ 00028102  0x000056b5 call  0x00006de8 
+ 00028103  0x000056b6 call  0x00007f6b 
+ 00028104  0x000056b7 fetch  0x00000001 , 0x0000480e 
+ 00028105  0x000056b8 copy  0x0000003f , 0x00000039 
+ 00028106  0x000056b9 call  0x0000497c 
+ 00028107  0x000056ba fetch  0x00000001 , 0x000004a7 
+ 00028108  0x000056bb istore  0x00000001 , 0x00000005 
+ 00028109  0x000056bc fetch  0x00000002 , 0x000002de 
+ 00028110  0x000056bd copy  0x0000003f , 0x00000005 
+ 00028111  0x000056be fetch  0x00000002 , 0x0000480e 
+ 00028112  0x000056bf fetcht  0x00000001 , 0x000004a8 
+ 00028113  0x000056c0 iadd  0x00000002 , 0x0000003f 
+ 00028114  0x000056c1 increase  0x00000004 , 0x0000003f 
+ 00028115  0x000056c2 istore  0x00000002 , 0x00000005 
+ 00028116  0x000056c3 fetch  0x00000002 , 0x000042b3 
+ 00028117  0x000056c4 istore  0x00000002 , 0x00000005 
+ 00028118  0x000056c5 jam  0x00000000 , 0x00004757 
+ 00028119  0x000056c6 branch  0x0000428c 
+ 00028120  0x000056c9 fetch  0x00000002 , 0x0000480e 
+ 00028121  0x000056ca sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00028122  0x000056cb nbranch  0x00006ddf , 0x00000002 
+ 00028123  0x000056cc lshift  0x0000003f , 0x0000003f 
+ 00028124  0x000056cd set1  0x00000000 , 0x0000003f 
+ 00028125  0x000056ce istore  0x00000001 , 0x00000005 
+ 00028126  0x000056cf rtn 
+ 00028127  0x000056d1 fetch  0x00000002 , 0x0000480e 
+ 00028128  0x000056d2 rshift3  0x0000003f , 0x0000003f 
+ 00028129  0x000056d3 rshift4  0x0000003f , 0x00000002 
+ 00028130  0x000056d4 and_into  0x0000007f , 0x0000003f 
+ 00028131  0x000056d5 lshift  0x0000003f , 0x0000003f 
+ 00028132  0x000056d6 set0  0x00000000 , 0x0000003f 
+ 00028133  0x000056d7 istore  0x00000001 , 0x00000005 
+ 00028134  0x000056d8 istoret  0x00000001 , 0x00000005 
+ 00028135  0x000056d9 rtn 
+ 00028136  0x000056db fetch  0x00000001 , 0x00004757 
+ 00028137  0x000056dc rtn  0x00000034 
+ 00028138  0x000056dd istore  0x00000001 , 0x00000005 
+ 00028139  0x000056de rtn 
+ 00028140  0x000056e4 set1  0x00000025 , 0x00000000 
+ 00028141  0x000056e5 bpatch  0x0000009d , 0x00004033 
+ 00028142  0x000056e6 call  0x00007c45 
+ 00028143  0x000056e7 call  0x00003e73 
+ 00028144  0x000056e8 call  0x00006235 
+ 00028145  0x000056ea set1  0x00000025 , 0x00000000 
+ 00028146  0x000056eb bpatch  0x0000009e , 0x00004033 
+ 00028147  0x000056ec call  0x00007813 
+ 00028148  0x000056ed call  0x000077ee 
+ 00028149  0x000056ee call  0x000077fe 
+ 00028150  0x000056f0 set1  0x00000025 , 0x00000000 
+ 00028151  0x000056f1 bpatch  0x0000009f , 0x00004033 
+ 00028152  0x000056f2 fetch  0x00000001 , 0x00004132 
+ 00028153  0x000056f3 rtneq  0x00000001 
+ 00028154  0x000056f5 call  0x0000527a 
+ 00028155  0x000056f6 nrtn  0x00000034 
+ 00028156  0x000056f8 call  0x00004dcd 
+ 00028157  0x000056fa call  0x0000527a 
+ 00028158  0x000056fb nrtn  0x00000034 
+ 00028159  0x000056fc set1  0x00000025 , 0x00000000 
+ 00028160  0x000056fd bpatch  0x000000a0 , 0x00004034 
+ 00028161  0x000056ff call  0x00006e47 
+ 00028162  0x00005700 call  0x00004f6e 
+ 00028163  0x00005701 call  0x00006cd8 
+ 00028164  0x00005703 call  0x00006e0a 
+ 00028165  0x00005704 set1  0x00000025 , 0x00000000 
+ 00028166  0x00005705 bpatch  0x000000a1 , 0x00004034 
+ 00028167  0x00005706 call  0x0000527a 
+ 00028168  0x00005707 nrtn  0x00000034 
+ 00028169  0x00005708 branch  0x00003e6f 
+ 00028170  0x0000570b set1  0x00000025 , 0x00000000 
+ 00028171  0x0000570c bpatch  0x000000a2 , 0x00004034 
+ 00028172  0x0000570d fetch  0x00000001 , 0x000002e6 
+ 00028173  0x0000570e bbit1  0x00000000 , 0x0000508f 
+ 00028174  0x0000570f bbit1  0x00000007 , 0x00005099 
+ 00028175  0x00005710 rtn 
+ 00028176  0x00005713 set1  0x00000025 , 0x00000000 
+ 00028177  0x00005714 bpatch  0x000000a3 , 0x00004034 
+ 00028178  0x00005715 call  0x0000527e 
+ 00028179  0x00005716 rtn  0x00000034 
+ 00028180  0x00005717 fetch  0x00000001 , 0x0000004b 
+ 00028181  0x00005718 rtnbit1  0x00000006 
+ 00028182  0x00005719 call  0x00005261 
+ 00028183  0x0000571a store  0x00000002 , 0x00000179 
+ 00028184  0x0000571b copy  0x0000003f , 0x00000006 
+ 00028185  0x0000571c ifetch  0x00000002 , 0x00000006 
+ 00028186  0x0000571d increase  0x00000004 , 0x0000003f 
+ 00028187  0x0000571e store  0x00000002 , 0x00000091 
+ 00028188  0x0000571f jam  0x00000006 , 0x00000090 
+ 00028189  0x00005720 set1  0x00000025 , 0x00000000 
+ 00028190  0x00005721 bpatch  0x000000a4 , 0x00004034 
+ 00028191  0x00005722 fetch  0x00000002 , 0x000042af 
+ 00028192  0x00005723 branch  0x00006e2d , 0x00000034 
+ 00028193  0x00005724 fetch  0x00000001 , 0x0000004b 
+ 00028194  0x00005725 rtnbit0  0x00000007 
+ 00028195  0x00005726 set0  0x00000007 , 0x0000003f 
+ 00028196  0x00005727 store  0x00000001 , 0x0000004b 
+ 00028197  0x00005728 jam  0x00000005 , 0x00000090 
+ 00028198  0x00005729 fetcht  0x00000002 , 0x000042af 
+ 00028199  0x0000572a fetch  0x00000002 , 0x00000179 
+ 00028200  0x0000572b iadd  0x00000002 , 0x0000003f 
+ 00028201  0x0000572c store  0x00000002 , 0x00000179 
+ 00028202  0x0000572d fetch  0x00000002 , 0x00000091 
+ 00028203  0x0000572e isub  0x00000002 , 0x0000003f 
+ 00028204  0x0000572f store  0x00000002 , 0x00000091 
+ 00028205  0x00005731 set1  0x00000025 , 0x00000000 
+ 00028206  0x00005732 bpatch  0x000000a5 , 0x00004034 
+ 00028207  0x00005733 fetch  0x00000002 , 0x00000091 
+ 00028208  0x00005734 branch  0x00003bf1 , 0x00000034 
+ 00028209  0x00005735 arg  0x00000104 , 0x00000002 
+ 00028210  0x00005736 isub  0x00000002 , 0x0000003f 
+ 00028211  0x00005737 nbranch  0x00006e3b , 0x00000002 
+ 00028212  0x00005738 set1  0x00000025 , 0x00000000 
+ 00028213  0x00005739 bpatch  0x000000a6 , 0x00004034 
+ 00028214  0x0000573a storet  0x00000002 , 0x00000091 
+ 00028215  0x0000573b fetch  0x00000002 , 0x000042af 
+ 00028216  0x0000573c iadd  0x00000002 , 0x0000003f 
+ 00028217  0x0000573d store  0x00000002 , 0x000042af 
+ 00028218  0x0000573e branch  0x00006e3d 
+ 00028219  0x00005740 setarg  0x00000000 
+ 00028220  0x00005741 store  0x00000002 , 0x000042af 
+ 00028221  0x00005743 fetch  0x00000001 , 0x0000004b 
+ 00028222  0x00005744 set1  0x00000006 , 0x0000003f 
+ 00028223  0x00005745 store  0x00000001 , 0x0000004b 
+ 00028224  0x00005746 rtn 
+ 00028225  0x00005749 fetch  0x00000001 , 0x000047f6 
+ 00028226  0x0000574a bbit1  0x00000000 , 0x00006e45 
+ 00028227  0x0000574b jam  0x00000001 , 0x000002ee 
+ 00028228  0x0000574c rtn 
+ 00028229  0x0000574e jam  0x0000000f , 0x000002ee 
+ 00028230  0x0000574f rtn 
+ 00028231  0x00005752 fetch  0x00000001 , 0x000047f3 
+ 00028232  0x00005753 nbranch  0x00006e4d , 0x00000034 
+ 00028233  0x00005755 fetch  0x00000001 , 0x000002ed 
+ 00028234  0x00005757 rtn  0x00000034 
+ 00028235  0x00005759 jam  0x00000000 , 0x000002ed 
+ 00028236  0x0000575b rtn 
+ 00028237  0x0000575f set1  0x00000025 , 0x00000000 
+ 00028238  0x00005760 bpatch  0x000000a7 , 0x00004034 
+ 00028239  0x00005761 fetch  0x00000001 , 0x000002ee 
+ 00028240  0x00005762 rtn  0x00000034 
+ 00028241  0x00005763 beq  0x00000001 , 0x00006e6e 
+ 00028242  0x00005764 beq  0x00000002 , 0x00006ec7 
+ 00028243  0x00005765 beq  0x00000003 , 0x00006e74 
+ 00028244  0x00005766 beq  0x00000004 , 0x00006ecb 
+ 00028245  0x00005767 beq  0x0000003b , 0x00006e7e 
+ 00028246  0x00005768 beq  0x0000003c , 0x00006ece 
+ 00028247  0x00005769 beq  0x0000000d , 0x00006e83 
+ 00028248  0x0000576a beq  0x0000000e , 0x00006ed3 
+ 00028249  0x0000576b beq  0x0000000f , 0x00006e86 
+ 00028250  0x0000576c beq  0x00000010 , 0x00006ed9 
+ 00028251  0x0000576d beq  0x00000011 , 0x00006e8c 
+ 00028252  0x0000576e beq  0x00000012 , 0x00006edd 
+ 00028253  0x0000576f beq  0x00000013 , 0x00006e92 
+ 00028254  0x00005770 beq  0x00000014 , 0x00006ee1 
+ 00028255  0x00005771 beq  0x00000015 , 0x00006e98 
+ 00028256  0x00005772 beq  0x00000016 , 0x00006ee5 
+ 00028257  0x00005773 beq  0x00000017 , 0x00006e9e 
+ 00028258  0x00005774 beq  0x00000018 , 0x00006eea 
+ 00028259  0x00005775 beq  0x00000019 , 0x00006ea4 
+ 00028260  0x00005776 beq  0x0000001a , 0x00006eee 
+ 00028261  0x00005777 beq  0x0000001b , 0x00006eaa 
+ 00028262  0x00005778 beq  0x0000001c , 0x00006ef2 
+ 00028263  0x00005779 beq  0x0000001d , 0x00006eb0 
+ 00028264  0x0000577a beq  0x0000001e , 0x00006ef7 
+ 00028265  0x0000577b beq  0x0000001f , 0x00006eb6 
+ 00028266  0x0000577c beq  0x00000020 , 0x00006efb 
+ 00028267  0x0000577d beq  0x00000021 , 0x00006ec1 
+ 00028268  0x0000577e beq  0x00000022 , 0x00006eff 
+ 00028269  0x00005780 rtn 
+ 00028270  0x00005782 call  0x00006f0a 
+ 00028271  0x00005783 jam  0x00000002 , 0x000002ee 
+ 00028272  0x00005784 fetch  0x00000001 , 0x000042b9 
+ 00028273  0x00005785 set1  0x00000000 , 0x0000003f 
+ 00028274  0x00005786 store  0x00000001 , 0x000042b9 
+ 00028275  0x00005787 rtn 
+ 00028276  0x00005789 jam  0x00000004 , 0x000002ee 
+ 00028277  0x0000578a fetch  0x00000001 , 0x000042b9 
+ 00028278  0x0000578b rtnbit1  0x00000002 
+ 00028279  0x0000578c jam  0x00000003 , 0x000002ee 
+ 00028280  0x0000578d call  0x00006f12 
+ 00028281  0x0000578e jam  0x00000004 , 0x000002ee 
+ 00028282  0x0000578f fetch  0x00000001 , 0x000042b9 
+ 00028283  0x00005790 set1  0x00000002 , 0x0000003f 
+ 00028284  0x00005791 store  0x00000001 , 0x000042b9 
+ 00028285  0x00005792 rtn 
+ 00028286  0x00005794 call  0x0000527e 
+ 00028287  0x00005795 nrtn  0x00000034 
+ 00028288  0x00005796 call  0x00006f23 
+ 00028289  0x00005797 jam  0x0000003c , 0x000002ee 
+ 00028290  0x00005798 rtn 
+ 00028291  0x0000579a call  0x00006f18 
+ 00028292  0x0000579b jam  0x0000000e , 0x000002ee 
+ 00028293  0x0000579c rtn 
+ 00028294  0x0000579e call  0x00006f36 
+ 00028295  0x0000579f jam  0x00000010 , 0x000002ee 
+ 00028296  0x000057a0 fetch  0x00000001 , 0x000042bb 
+ 00028297  0x000057a1 set1  0x00000000 , 0x0000003f 
+ 00028298  0x000057a2 store  0x00000001 , 0x000042bb 
+ 00028299  0x000057a3 rtn 
+ 00028300  0x000057a5 call  0x00006f3e 
+ 00028301  0x000057a6 jam  0x00000012 , 0x000002ee 
+ 00028302  0x000057a7 fetch  0x00000001 , 0x000042bb 
+ 00028303  0x000057a8 set1  0x00000002 , 0x0000003f 
+ 00028304  0x000057a9 store  0x00000001 , 0x000042bb 
+ 00028305  0x000057aa rtn 
+ 00028306  0x000057ac call  0x00006f44 
+ 00028307  0x000057ad jam  0x00000014 , 0x000002ee 
+ 00028308  0x000057ae fetch  0x00000001 , 0x000042bc 
+ 00028309  0x000057af set1  0x00000000 , 0x0000003f 
+ 00028310  0x000057b0 store  0x00000001 , 0x000042bc 
+ 00028311  0x000057b1 rtn 
+ 00028312  0x000057b3 call  0x00006f4c 
+ 00028313  0x000057b4 jam  0x00000016 , 0x000002ee 
+ 00028314  0x000057b5 fetch  0x00000001 , 0x000042bc 
+ 00028315  0x000057b6 set1  0x00000002 , 0x0000003f 
+ 00028316  0x000057b7 store  0x00000001 , 0x000042bc 
+ 00028317  0x000057b8 rtn 
+ 00028318  0x000057ba call  0x00006f28 
+ 00028319  0x000057bb jam  0x00000018 , 0x000002ee 
+ 00028320  0x000057bc fetch  0x00000001 , 0x000042ba 
+ 00028321  0x000057bd set1  0x00000000 , 0x0000003f 
+ 00028322  0x000057be store  0x00000001 , 0x000042ba 
+ 00028323  0x000057bf rtn 
+ 00028324  0x000057c1 call  0x00006f30 
+ 00028325  0x000057c2 jam  0x0000001a , 0x000002ee 
+ 00028326  0x000057c3 fetch  0x00000001 , 0x000042ba 
+ 00028327  0x000057c4 set1  0x00000002 , 0x0000003f 
+ 00028328  0x000057c5 store  0x00000001 , 0x000042ba 
+ 00028329  0x000057c6 rtn 
+ 00028330  0x000057c8 call  0x00006f52 
+ 00028331  0x000057c9 jam  0x0000001c , 0x000002ee 
+ 00028332  0x000057ca fetch  0x00000001 , 0x000042ba 
+ 00028333  0x000057cb set1  0x00000006 , 0x0000003f 
+ 00028334  0x000057cc store  0x00000001 , 0x000042ba 
+ 00028335  0x000057cd rtn 
+ 00028336  0x000057cf call  0x00006f5a 
+ 00028337  0x000057d0 fetch  0x00000001 , 0x000042bd 
+ 00028338  0x000057d1 set1  0x00000000 
+ 00028339  0x000057d2 store  0x00000001 , 0x000042bd 
+ 00028340  0x000057d3 jam  0x0000001e , 0x000002ee 
+ 00028341  0x000057d4 rtn 
+ 00028342  0x000057d6 call  0x00006f61 
+ 00028343  0x000057d7 fetch  0x00000001 , 0x000042bd 
+ 00028344  0x000057d8 set1  0x00000002 
+ 00028345  0x000057d9 store  0x00000001 , 0x000042bd 
+ 00028346  0x000057da jam  0x00000020 , 0x000002ee 
+ 00028347  0x000057db fetch  0x00000001 , 0x00004752 
+ 00028348  0x000057dc lshift3  0x0000003f , 0x0000003f 
+ 00028349  0x000057dd or_into  0x00000003 , 0x0000003f 
+ 00028350  0x000057de arg  0x00004753 , 0x00000002 
+ 00028351  0x000057df storet  0x00000002 , 0x0000048f 
+ 00028352  0x000057e0 branch  0x00006b82 
+ 00028353  0x000057e2 call  0x00006f6c 
+ 00028354  0x000057e3 fetch  0x00000001 , 0x000042bd 
+ 00028355  0x000057e4 set1  0x00000004 
+ 00028356  0x000057e5 store  0x00000001 , 0x000042bd 
+ 00028357  0x000057e6 jam  0x00000022 , 0x000002ee 
+ 00028358  0x000057e7 rtn 
+ 00028359  0x000057ea fetch  0x00000001 , 0x000042b9 
+ 00028360  0x000057eb rtnbit0  0x00000001 
+ 00028361  0x000057ec jam  0x00000003 , 0x000002ee 
+ 00028362  0x000057ed branch  0x00006e4d 
+ 00028363  0x000057ef fetch  0x00000001 , 0x000042b9 
+ 00028364  0x000057f0 rtnne  0x0000003f 
+ 00028365  0x000057f1 jam  0x0000003b , 0x000002ee 
+ 00028366  0x000057f3 fetch  0x00000001 , 0x000002ec 
+ 00028367  0x000057f4 rtnne  0x00000017 
+ 00028368  0x000057f5 jam  0x00000000 , 0x000002ec 
+ 00028369  0x000057f6 jam  0x0000000d , 0x000002ee 
+ 00028370  0x000057f7 branch  0x00006e4d 
+ 00028371  0x000057f9 fetch  0x00000001 , 0x000042b9 
+ 00028372  0x000057fa nrtn  0x00000034 
+ 00028373  0x000057fb fetch  0x00000001 , 0x000047f6 
+ 00028374  0x000057fc bbit1  0x00000000 , 0x00006f02 
+ 00028375  0x000057fd bbit1  0x00000006 , 0x00006f04 
+ 00028376  0x000057fe branch  0x00006f08 
+ 00028377  0x00005800 fetch  0x00000001 , 0x000042bb 
+ 00028378  0x00005801 rtnbit0  0x00000001 
+ 00028379  0x00005802 jam  0x00000011 , 0x000002ee 
+ 00028380  0x00005803 branch  0x00006e4d 
+ 00028381  0x00005805 fetch  0x00000001 , 0x000042bb 
+ 00028382  0x00005806 rtnne  0x0000003f 
+ 00028383  0x00005807 jam  0x00000013 , 0x000002ee 
+ 00028384  0x00005808 branch  0x00006e4d 
+ 00028385  0x0000580a fetch  0x00000001 , 0x000042bc 
+ 00028386  0x0000580b rtnbit0  0x00000001 
+ 00028387  0x0000580c jam  0x00000015 , 0x000002ee 
+ 00028388  0x0000580d branch  0x00006e4d 
+ 00028389  0x0000580f fetch  0x00000001 , 0x000042bc 
+ 00028390  0x00005810 rtnne  0x0000003f 
+ 00028391  0x00005811 fetch  0x00000001 , 0x000047f6 
+ 00028392  0x00005812 bbit1  0x00000006 , 0x00006f04 
+ 00028393  0x00005813 branch  0x00006f08 
+ 00028394  0x00005815 fetch  0x00000001 , 0x000042ba 
+ 00028395  0x00005816 rtnbit0  0x00000001 
+ 00028396  0x00005817 jam  0x00000019 , 0x000002ee 
+ 00028397  0x00005818 branch  0x00006e4d 
+ 00028398  0x0000581a fetch  0x00000001 , 0x000042ba 
+ 00028399  0x0000581b rtnne  0x0000003f 
+ 00028400  0x0000581c jam  0x0000001b , 0x000002ee 
+ 00028401  0x0000581d branch  0x00006e4d 
+ 00028402  0x0000581f fetch  0x00000001 , 0x000042ba 
+ 00028403  0x00005820 rtnne  0x000000ff 
+ 00028404  0x00005821 fetch  0x00000001 , 0x000047f6 
+ 00028405  0x00005822 bbit1  0x00000006 , 0x00006f06 
+ 00028406  0x00005823 branch  0x00006f08 
+ 00028407  0x00005825 fetch  0x00000001 , 0x000042bd 
+ 00028408  0x00005826 rtnbit0  0x00000001 
+ 00028409  0x00005827 jam  0x0000001f , 0x000002ee 
+ 00028410  0x00005828 branch  0x00006e4d 
+ 00028411  0x0000582a fetch  0x00000001 , 0x000042bd 
+ 00028412  0x0000582b rtnbit0  0x00000003 
+ 00028413  0x0000582c jam  0x00000021 , 0x000002ee 
+ 00028414  0x0000582d branch  0x00006e4d 
+ 00028415  0x0000582f fetch  0x00000001 , 0x000042bd 
+ 00028416  0x00005830 rtnne  0x000000ff 
+ 00028417  0x00005831 branch  0x00006f08 
+ 00028418  0x00005834 jam  0x0000000f , 0x000002ee 
+ 00028419  0x00005835 branch  0x00006e4d 
+ 00028420  0x00005838 jam  0x00000017 , 0x000002ee 
+ 00028421  0x00005839 branch  0x00006e4d 
+ 00028422  0x0000583b jam  0x0000001d , 0x000002ee 
+ 00028423  0x0000583c branch  0x00006e4d 
+ 00028424  0x00005841 jam  0x00000000 , 0x000002ee 
+ 00028425  0x00005842 rtn 
+ 00028426  0x00005844 set1  0x00000025 , 0x00000000 
+ 00028427  0x00005845 bpatch  0x000000a8 , 0x00004035 
+ 00028428  0x00005846 call  0x000052c4 
+ 00028429  0x00005847 setarg  0x00000001 
+ 00028430  0x00005848 copy  0x0000003f , 0x00000002 
+ 00028431  0x00005849 setarg  0x00000050 
+ 00028432  0x0000584a copy  0x0000003f , 0x0000000b 
+ 00028433  0x0000584b branch  0x000050b0 
+ 00028434  0x0000584e set1  0x00000025 , 0x00000000 
+ 00028435  0x0000584f bpatch  0x000000a9 , 0x00004035 
+ 00028436  0x00005850 call  0x000052c4 
+ 00028437  0x00005851 fetch  0x00000002 , 0x000042b1 
+ 00028438  0x00005852 copy  0x0000003f , 0x00000002 
+ 00028439  0x00005853 branch  0x000050c0 
+ 00028440  0x00005856 set1  0x00000025 , 0x00000000 
+ 00028441  0x00005857 bpatch  0x000000aa , 0x00004035 
+ 00028442  0x00005858 call  0x000052c4 
+ 00028443  0x00005859 fetch  0x00000002 , 0x000042b1 
+ 00028444  0x0000585a copy  0x0000003f , 0x00000002 
+ 00028445  0x0000585b arg  0x00000050 , 0x0000000b 
+ 00028446  0x0000585c call  0x000050d6 
+ 00028447  0x0000585d fetch  0x00000001 , 0x000042b9 
+ 00028448  0x0000585e set0  0x00000005 , 0x0000003f 
+ 00028449  0x0000585f store  0x00000001 , 0x000042b9 
+ 00028450  0x00005860 rtn 
+ 00028451  0x00005863 set1  0x00000025 , 0x00000000 
+ 00028452  0x00005864 bpatch  0x000000ab , 0x00004035 
+ 00028453  0x00005865 call  0x000052d2 
+ 00028454  0x00005866 call  0x000071b0 
+ 00028455  0x00005867 branch  0x000050f2 
+ 00028456  0x0000586a set1  0x00000025 , 0x00000000 
+ 00028457  0x0000586b bpatch  0x000000ac , 0x00004035 
+ 00028458  0x0000586c call  0x000052c4 
+ 00028459  0x0000586d setarg  0x00000003 
+ 00028460  0x0000586e copy  0x0000003f , 0x00000002 
+ 00028461  0x0000586f setarg  0x00000051 
+ 00028462  0x00005870 copy  0x0000003f , 0x0000000b 
+ 00028463  0x00005871 branch  0x000050b0 
+ 00028464  0x00005874 set1  0x00000025 , 0x00000000 
+ 00028465  0x00005875 bpatch  0x000000ad , 0x00004035 
+ 00028466  0x00005876 call  0x000052c4 
+ 00028467  0x00005877 fetch  0x00000002 , 0x000042b3 
+ 00028468  0x00005878 copy  0x0000003f , 0x00000002 
+ 00028469  0x00005879 branch  0x000050c0 
+ 00028470  0x0000587c set1  0x00000025 , 0x00000000 
+ 00028471  0x0000587d bpatch  0x000000ae , 0x00004035 
+ 00028472  0x0000587e call  0x000052c4 
+ 00028473  0x0000587f setarg  0x00000011 
+ 00028474  0x00005880 copy  0x0000003f , 0x00000002 
+ 00028475  0x00005881 setarg  0x00000052 
+ 00028476  0x00005882 copy  0x0000003f , 0x0000000b 
+ 00028477  0x00005883 branch  0x000050b0 
+ 00028478  0x00005886 set1  0x00000025 , 0x00000000 
+ 00028479  0x00005887 bpatch  0x000000af , 0x00004035 
+ 00028480  0x00005888 call  0x000052c4 
+ 00028481  0x00005889 fetch  0x00000002 , 0x000042b5 
+ 00028482  0x0000588a copy  0x0000003f , 0x00000002 
+ 00028483  0x0000588b branch  0x000050c0 
+ 00028484  0x0000588e set1  0x00000025 , 0x00000000 
+ 00028485  0x0000588f bpatch  0x000000b0 , 0x00004036 
+ 00028486  0x00005890 call  0x000052c4 
+ 00028487  0x00005891 setarg  0x00000013 
+ 00028488  0x00005892 copy  0x0000003f , 0x00000002 
+ 00028489  0x00005893 setarg  0x00000053 
+ 00028490  0x00005894 copy  0x0000003f , 0x0000000b 
+ 00028491  0x00005895 branch  0x000050b0 
+ 00028492  0x00005898 set1  0x00000025 , 0x00000000 
+ 00028493  0x00005899 bpatch  0x000000b1 , 0x00004036 
+ 00028494  0x0000589a call  0x000052c4 
+ 00028495  0x0000589b fetch  0x00000002 , 0x000042b7 
+ 00028496  0x0000589c copy  0x0000003f , 0x00000002 
+ 00028497  0x0000589d branch  0x000050c0 
+ 00028498  0x000058a0 set1  0x00000025 , 0x00000000 
+ 00028499  0x000058a1 bpatch  0x000000b2 , 0x00004036 
+ 00028500  0x000058a2 call  0x000052e0 
+ 00028501  0x000058a4 jam  0x00000003 , 0x00000493 
+ 00028502  0x000058a5 jam  0x0000001c , 0x00000496 
+ 00028503  0x000058a6 call  0x00006ce8 
+ 00028504  0x000058a7 jam  0x00000001 , 0x00004751 
+ 00028505  0x000058a8 rtn 
+ 00028506  0x000058ab set1  0x00000025 , 0x00000000 
+ 00028507  0x000058ac bpatch  0x000000b3 , 0x00004036 
+ 00028508  0x000058ad call  0x000052e0 
+ 00028509  0x000058ae fetcht  0x00000001 , 0x00004752 
+ 00028510  0x000058af call  0x00006bcb 
+ 00028511  0x000058b0 storet  0x00000001 , 0x0000474b 
+ 00028512  0x000058b1 branch  0x00006d05 
+ 00028513  0x000058b4 set1  0x00000025 , 0x00000000 
+ 00028514  0x000058b5 bpatch  0x000000b4 , 0x00004036 
+ 00028515  0x000058b6 call  0x000052e0 
+ 00028516  0x000058b7 fetcht  0x00000001 , 0x0000474b 
+ 00028517  0x000058b8 call  0x00006bc0 
+ 00028518  0x000058b9 call  0x00006b67 
+ 00028519  0x000058ba store  0x00000001 , 0x00000496 
+ 00028520  0x000058bb fetcht  0x00000001 , 0x0000474b 
+ 00028521  0x000058bc call  0x00006bc0 
+ 00028522  0x000058bd storet  0x00000001 , 0x00000493 
+ 00028523  0x000058be branch  0x00006ce8 
+ 00028524  0x000058c1 set1  0x00000025 , 0x00000000 
+ 00028525  0x000058c2 bpatch  0x000000b5 , 0x00004036 
+ 00028526  0x000058c3 call  0x000052e0 
+ 00028527  0x000058c4 fetcht  0x00000001 , 0x0000474b 
+ 00028528  0x000058c5 call  0x00006bc0 
+ 00028529  0x000058c6 branch  0x00006d3f 
+ 00028530  0x000058d4 set1  0x00000025 , 0x00000000 
+ 00028531  0x000058d5 bpatch  0x000000e7 , 0x0000403c 
+ 00028532  0x000058d6 fetch  0x00000002 , 0x000002cb 
+ 00028533  0x000058d7 iforce  0x00000006 
+ 00028534  0x000058d8 ifetch  0x00000001 , 0x00000006 
+ 00028535  0x000058d9 copy  0x0000003f , 0x00000012 
+ 00028536  0x000058da store  0x00000001 , 0x000004af 
+ 00028537  0x000058db ifetch  0x00000002 , 0x00000006 
+ 00028538  0x000058dc store  0x00000002 , 0x000004b0 
+ 00028539  0x000058dd ifetch  0x00000001 , 0x00000006 
+ 00028540  0x000058de lshift8  0x0000003f , 0x0000000b 
+ 00028541  0x000058df ifetch  0x00000001 , 0x00000006 
+ 00028542  0x000058e0 iadd  0x0000000b , 0x0000000b 
+ 00028543  0x000058e1 set1  0x00000025 , 0x00000000 
+ 00028544  0x000058e2 bpatch  0x000000e8 , 0x0000403d 
+ 00028545  0x000058e3 deposit  0x00000012 
+ 00028546  0x000058e4 beq  0x00000002 , 0x00006f87 
+ 00028547  0x000058e5 beq  0x00000004 , 0x00006fb0 
+ 00028548  0x000058e6 beq  0x00000006 , 0x0000708b 
+ 00028549  0x000058e7 beq  0x00000007 , 0x000071c7 
+ 00028550  0x000058e8 branch  0x0000723e 
+ 00028551  0x000058f4 call  0x0000724d 
+ 00028552  0x000058f5 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00028553  0x000058f6 branch  0x000072bb , 0x00000001 
+ 00028554  0x000058f7 compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028555  0x000058f8 branch  0x00007241 , 0x00000001 
+ 00028556  0x000058fa ifetch  0x00000002 , 0x00000006 
+ 00028557  0x000058fb store  0x00000002 , 0x000004b4 
+ 00028558  0x000058fc increase  0xfffffffe , 0x0000000b 
+ 00028559  0x000058fe increase  0xffffffff , 0x0000000b 
+ 00028560  0x000058ff nbranch  0x0000723b , 0x00000005 
+ 00028561  0x00005900 arg  0x000004a9 , 0x0000000b 
+ 00028562  0x00005901 ifetch  0x00000002 , 0x0000000b 
+ 00028563  0x00005902 rtn  0x00000034 
+ 00028564  0x00005903 increase  0x00000002 , 0x0000000b 
+ 00028565  0x00005904 call  0x00007307 
+ 00028566  0x00005905 call  0x000052de 
+ 00028567  0x00005906 force  0x00000003 , 0x0000003f 
+ 00028568  0x00005907 istore  0x00000001 , 0x00000005 
+ 00028569  0x00005908 fetch  0x00000002 , 0x000004b0 
+ 00028570  0x00005909 istore  0x00000002 , 0x00000005 
+ 00028571  0x0000590a lshift2  0x00000007 , 0x0000003f 
+ 00028572  0x0000590b add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00028573  0x0000590c add  0x0000003f , 0x00000005 , 0x00000013 
+ 00028574  0x0000590d byteswap  0x0000003f , 0x0000003f 
+ 00028575  0x0000590e istore  0x00000002 , 0x00000005 
+ 00028576  0x0000590f deposit  0x00000007 
+ 00028577  0x00005910 byteswap  0x0000003f , 0x0000003f 
+ 00028578  0x00005911 istore  0x00000002 , 0x00000005 
+ 00028579  0x00005912 istore  0x00000002 , 0x00000005 
+ 00028580  0x00005913 arg  0x000004c5 , 0x00000006 
+ 00028581  0x00005914 copy  0x00000007 , 0x00000039 
+ 00028582  0x00005915 branch  0x00006faa , 0x00000005 
+ 00028583  0x00005917 ifetch  0x00000004 , 0x00000006 
+ 00028584  0x00005918 istore  0x00000004 , 0x00000005 
+ 00028585  0x00005919 loop  0x00006fa7 
+ 00028586  0x0000591b force  0x00000000 , 0x0000003f 
+ 00028587  0x0000591c istore  0x00000001 , 0x00000005 
+ 00028588  0x0000591d deposit  0x00000013 
+ 00028589  0x0000591e store  0x00000001 , 0x000002dc 
+ 00028590  0x0000591f branch  0x00003bf1 , 0x00000034 
+ 00028591  0x00005920 rtn 
+ 00028592  0x0000592c ifetch  0x00000004 , 0x00000006 
+ 00028593  0x0000592d store  0x00000004 , 0x000004be 
+ 00028594  0x0000592e increase  0xfffffffc , 0x0000000b 
+ 00028595  0x0000592f iforce  0x00000002 
+ 00028596  0x00005930 ifetch  0x00000002 , 0x00000006 
+ 00028597  0x00005931 byteswap  0x0000003f , 0x0000003f 
+ 00028598  0x00005932 increase  0xffffffee , 0x0000003f 
+ 00028599  0x00005933 store  0x00000002 , 0x000004b2 
+ 00028600  0x00005934 increase  0xfffffffe , 0x0000000b 
+ 00028601  0x00005935 call  0x000072a4 
+ 00028602  0x00005936 branch  0x00007241 , 0x00000005 
+ 00028603  0x00005937 compare  0x00000005 , 0x00000011 , 0x000000ff 
+ 00028604  0x00005939 branch  0x00006fc0 , 0x00000001 
+ 00028605  0x0000593b arg  0x00000491 , 0x00000005 
+ 00028606  0x0000593c force  0x00000000 , 0x00000007 
+ 00028607  0x0000593d branch  0x00006fd0 
+ 00028608  0x0000593f ifetch  0x00000001 , 0x00000006 
+ 00028609  0x00005940 bne  0x0000000a , 0x00007241 
+ 00028610  0x00005941 ifetch  0x00000002 , 0x00000006 
+ 00028611  0x00005942 nbranch  0x00006fce , 0x00000034 
+ 00028612  0x00005943 ifetch  0x00000001 , 0x00000006 
+ 00028613  0x00005944 bne  0x000000ff , 0x00006fcc 
+ 00028614  0x00005945 ifetch  0x00000001 , 0x00000006 
+ 00028615  0x00005946 bne  0x000000ff , 0x00006fca 
+ 00028616  0x00005947 increase  0xfffffffb , 0x00000006 
+ 00028617  0x00005948 branch  0x00007022 
+ 00028618  0x0000594a increase  0xfffffffb , 0x00000006 
+ 00028619  0x0000594b branch  0x00006fbd 
+ 00028620  0x0000594d increase  0xfffffffc , 0x00000006 
+ 00028621  0x0000594e branch  0x00006fbd 
+ 00028622  0x00005950 increase  0xfffffffd , 0x00000006 
+ 00028623  0x00005951 branch  0x00006fbd 
+ 00028624  0x00005953 ifetch  0x00000001 , 0x00000006 
+ 00028625  0x00005954 beq  0x00000009 , 0x00006fe5 
+ 00028626  0x00005955 beq  0x0000000a , 0x00006fd3 
+ 00028627  0x00005957 ifetch  0x00000002 , 0x00000006 
+ 00028628  0x00005958 istore  0x00000002 , 0x00000005 
+ 00028629  0x00005959 increase  0x00000001 , 0x00000007 
+ 00028630  0x0000595a byteswap  0x0000003f , 0x00000012 
+ 00028631  0x0000595b ifetch  0x00000002 , 0x00000006 
+ 00028632  0x0000595c byteswap  0x0000003f , 0x0000003f 
+ 00028633  0x0000595e increase  0x00000001 , 0x00000012 
+ 00028634  0x0000595f isub  0x00000012 , 0x0000003e 
+ 00028635  0x00005960 nbranch  0x00006fe2 , 0x00000002 
+ 00028636  0x00005961 copy  0x0000003f , 0x00000013 
+ 00028637  0x00005962 byteswap  0x00000012 , 0x0000003f 
+ 00028638  0x00005963 istore  0x00000002 , 0x00000005 
+ 00028639  0x00005964 increase  0x00000001 , 0x00000007 
+ 00028640  0x00005965 copy  0x00000013 , 0x0000003f 
+ 00028641  0x00005966 branch  0x00006fd9 
+ 00028642  0x00005968 increase  0xfffffffb , 0x0000000b 
+ 00028643  0x00005969 increase  0xfffffffb , 0x00000011 
+ 00028644  0x0000596a branch  0x00006fea 
+ 00028645  0x0000596c ifetch  0x00000002 , 0x00000006 
+ 00028646  0x0000596d istore  0x00000002 , 0x00000005 
+ 00028647  0x0000596e increase  0x00000001 , 0x00000007 
+ 00028648  0x0000596f increase  0xfffffffd , 0x0000000b 
+ 00028649  0x00005970 increase  0xfffffffd , 0x00000011 
+ 00028650  0x00005972 nbranch  0x00007241 , 0x00000002 
+ 00028651  0x00005973 nbranch  0x00006fd0 , 0x00000005 
+ 00028652  0x00005974 increase  0xffffffff , 0x0000000b 
+ 00028653  0x00005975 nbranch  0x00007241 , 0x00000005 
+ 00028654  0x00005977 call  0x000052de 
+ 00028655  0x00005978 increase  0x0000000a , 0x00000005 
+ 00028656  0x00005979 arg  0x00000491 , 0x00000011 
+ 00028657  0x0000597b copy  0x00000007 , 0x0000003f 
+ 00028658  0x0000597c branch  0x00007004 , 0x00000034 
+ 00028659  0x0000597d ifetch  0x00000002 , 0x00000011 
+ 00028660  0x0000597e branch  0x00007004 , 0x00000034 
+ 00028661  0x0000597f iforce  0x00000012 
+ 00028662  0x00005980 fetch  0x00000004 , 0x000004be 
+ 00028663  0x00005981 iforce  0x00000002 
+ 00028664  0x00005982 call  0x0000734e 
+ 00028665  0x00005983 branch  0x00007001 , 0x00000034 
+ 00028666  0x00005984 increase  0xfffffffd , 0x00000006 
+ 00028667  0x00005985 ifetch  0x00000003 , 0x00000006 
+ 00028668  0x00005986 istore  0x00000003 , 0x00000005 
+ 00028669  0x00005987 call  0x00007199 
+ 00028670  0x00005988 branch  0x00007001 , 0x00000034 
+ 00028671  0x00005989 iforce  0x00000039 
+ 00028672  0x0000598a call  0x00007e45 
+ 00028673  0x0000598c increase  0x00000002 , 0x00000011 
+ 00028674  0x0000598d increase  0xffffffff , 0x00000007 
+ 00028675  0x0000598e branch  0x00006ff1 
+ 00028676  0x00005991 force  0x00000000 , 0x0000003f 
+ 00028677  0x00005992 istore  0x00000001 , 0x00000005 
+ 00028678  0x00005993 increase  0xffffffff , 0x00000005 
+ 00028679  0x00005994 fetcht  0x00000002 , 0x000002da 
+ 00028680  0x00005995 add  0x00000002 , 0x0000000a , 0x0000003f 
+ 00028681  0x00005996 isub  0x00000005 , 0x0000003f 
+ 00028682  0x00005997 sub  0x0000003f , 0x00000000 , 0x00000011 
+ 00028683  0x00005998 byteswap  0x00000011 , 0x0000003f 
+ 00028684  0x00005999 add  0x00000002 , 0x00000008 , 0x00000012 
+ 00028685  0x0000599a istore  0x00000002 , 0x00000012 
+ 00028686  0x0000599b increase  0x00000003 , 0x00000011 
+ 00028687  0x0000599c byteswap  0x00000011 , 0x0000003f 
+ 00028688  0x0000599d add  0x00000002 , 0x00000005 , 0x00000012 
+ 00028689  0x0000599e istore  0x00000002 , 0x00000012 
+ 00028690  0x0000599f increase  0x00000003 , 0x00000011 
+ 00028691  0x000059a0 byteswap  0x00000011 , 0x0000003f 
+ 00028692  0x000059a1 add  0x00000002 , 0x00000003 , 0x00000012 
+ 00028693  0x000059a2 istore  0x00000002 , 0x00000012 
+ 00028694  0x000059a3 increase  0x00000005 , 0x00000011 
+ 00028695  0x000059a4 copy  0x00000011 , 0x0000003f 
+ 00028696  0x000059a5 store  0x00000002 , 0x000002dc 
+ 00028697  0x000059a6 setarg  0x00000036 
+ 00028698  0x000059a7 add  0x00000002 , 0x00000007 , 0x00000012 
+ 00028699  0x000059a8 istore  0x00000001 , 0x00000012 
+ 00028700  0x000059a9 setarg  0x00000005 
+ 00028701  0x000059aa istore  0x00000001 , 0x00000002 
+ 00028702  0x000059ab fetch  0x00000002 , 0x000004b0 
+ 00028703  0x000059ac add  0x00000002 , 0x00000001 , 0x00000012 
+ 00028704  0x000059ad istore  0x00000002 , 0x00000012 
+ 00028705  0x000059ae rtn 
+ 00028706  0x000059b0 ifetch  0x00000001 , 0x00000006 
+ 00028707  0x000059b1 bne  0x0000000a , 0x00007241 
+ 00028708  0x000059b2 ifetch  0x00000002 , 0x00000006 
+ 00028709  0x000059b3 nbranch  0x00007241 , 0x00000034 
+ 00028710  0x000059b4 ifetch  0x00000001 , 0x00000006 
+ 00028711  0x000059b5 bne  0x000000ff , 0x00007241 
+ 00028712  0x000059b6 ifetch  0x00000001 , 0x00000006 
+ 00028713  0x000059b7 bne  0x000000ff , 0x00007241 
+ 00028714  0x000059b8 increase  0xfffffffb , 0x0000000b 
+ 00028715  0x000059b9 ifetch  0x00000001 , 0x00000006 
+ 00028716  0x000059ba beq  0x00000000 , 0x0000702f 
+ 00028717  0x000059bb beq  0x00000001 , 0x00007032 
+ 00028718  0x000059bc beq  0x00000002 , 0x00007036 
+ 00028719  0x000059be store  0x00000002 , 0x000004ad 
+ 00028720  0x000059bf increase  0xffffffff , 0x0000000b 
+ 00028721  0x000059c0 branch  0x0000703a 
+ 00028722  0x000059c2 ifetch  0x00000001 , 0x00000006 
+ 00028723  0x000059c3 store  0x00000002 , 0x000004ad 
+ 00028724  0x000059c4 increase  0xfffffffe , 0x0000000b 
+ 00028725  0x000059c5 branch  0x0000703a 
+ 00028726  0x000059c7 ifetch  0x00000002 , 0x00000006 
+ 00028727  0x000059c8 byteswap  0x0000003f , 0x0000003f 
+ 00028728  0x000059c9 store  0x00000002 , 0x000004ad 
+ 00028729  0x000059ca increase  0xfffffffd , 0x0000000b 
+ 00028730  0x000059cc nbranch  0x0000723b , 0x00000005 
+ 00028731  0x000059cd call  0x0000731e 
+ 00028732  0x000059ce nbranch  0x00007238 , 0x00000005 
+ 00028733  0x000059cf copy  0x00000006 , 0x00000011 
+ 00028734  0x000059d0 call  0x000052de 
+ 00028735  0x000059d1 copy  0x00000011 , 0x00000006 
+ 00028736  0x000059d2 increase  0x00000003 , 0x00000005 
+ 00028737  0x000059d3 copy  0x00000006 , 0x0000000b 
+ 00028738  0x000059d4 call  0x000072e8 
+ 00028739  0x000059d5 copy  0x0000003f , 0x00000011 
+ 00028740  0x000059d6 fetch  0x00000002 , 0x000004ad 
+ 00028741  0x000059d7 copy  0x0000003f , 0x00000012 
+ 00028742  0x000059d8 copy  0x00000011 , 0x0000003f 
+ 00028743  0x000059d9 isub  0x00000012 , 0x00000012 
+ 00028744  0x000059da fetch  0x00000002 , 0x000004b2 
+ 00028745  0x000059db isub  0x00000012 , 0x0000003e 
+ 00028746  0x000059dc nbranch  0x00007066 , 0x00000002 
+ 00028747  0x000059de disable  0x00000028 
+ 00028748  0x000059df fetch  0x00000002 , 0x000004ad 
+ 00028749  0x000059e0 branch  0x00007059 , 0x00000034 
+ 00028750  0x000059e1 iadd  0x0000000b , 0x00000006 
+ 00028751  0x000059e2 increase  0x00000003 , 0x00000012 
+ 00028752  0x000059e3 copy  0x00000012 , 0x00000039 
+ 00028753  0x000059e4 copy  0x00000039 , 0x0000003f 
+ 00028754  0x000059e5 increase  0x00000003 , 0x0000003f 
+ 00028755  0x000059e6 byteswap  0x0000003f , 0x0000003f 
+ 00028756  0x000059e7 istore  0x00000002 , 0x00000005 
+ 00028757  0x000059e8 copy  0x00000039 , 0x0000003f 
+ 00028758  0x000059e9 byteswap  0x0000003f , 0x0000003f 
+ 00028759  0x000059ea istore  0x00000002 , 0x00000005 
+ 00028760  0x000059eb branch  0x00007074 
+ 00028761  0x000059ed add  0x00000011 , 0x00000006 , 0x00000039 
+ 00028762  0x000059ee branch  0x0000705d , 0x00000028 
+ 00028763  0x000059ef byteswap  0x00000039 , 0x0000003f 
+ 00028764  0x000059f0 branch  0x00007060 
+ 00028765  0x000059f2 copy  0x00000039 , 0x0000003f 
+ 00028766  0x000059f3 increase  0x00000002 , 0x0000003f 
+ 00028767  0x000059f4 byteswap  0x0000003f , 0x0000003f 
+ 00028768  0x000059f6 istore  0x00000002 , 0x00000005 
+ 00028769  0x000059f7 increase  0xfffffffd , 0x00000039 
+ 00028770  0x000059f8 byteswap  0x00000039 , 0x0000003f 
+ 00028771  0x000059f9 istore  0x00000002 , 0x00000005 
+ 00028772  0x000059fa copy  0x0000000b , 0x00000006 
+ 00028773  0x000059fb branch  0x00007074 
+ 00028774  0x000059fd enable  0x00000028 
+ 00028775  0x000059fe fetch  0x00000002 , 0x000004b2 
+ 00028776  0x000059ff copy  0x0000003f , 0x00000011 
+ 00028777  0x00005a00 copy  0x0000003f , 0x00000039 
+ 00028778  0x00005a01 fetch  0x00000002 , 0x000004ad 
+ 00028779  0x00005a02 branch  0x00007059 , 0x00000034 
+ 00028780  0x00005a03 iadd  0x0000000b , 0x00000006 
+ 00028781  0x00005a04 copy  0x00000011 , 0x0000003f 
+ 00028782  0x00005a05 increase  0x00000005 , 0x0000003f 
+ 00028783  0x00005a06 byteswap  0x0000003f , 0x0000003f 
+ 00028784  0x00005a07 istore  0x00000002 , 0x00000005 
+ 00028785  0x00005a08 copy  0x00000011 , 0x0000003f 
+ 00028786  0x00005a09 byteswap  0x0000003f , 0x0000003f 
+ 00028787  0x00005a0a istore  0x00000002 , 0x00000005 
+ 00028788  0x00005a0c ifetch  0x00000001 , 0x00000006 
+ 00028789  0x00005a0d istore  0x00000001 , 0x00000005 
+ 00028790  0x00005a0e loop  0x00007074 
+ 00028791  0x00005a0f nbranch  0x0000707f , 0x00000028 
+ 00028792  0x00005a10 force  0x00000002 , 0x0000003f 
+ 00028793  0x00005a11 istore  0x00000001 , 0x00000005 
+ 00028794  0x00005a12 copy  0x00000006 , 0x0000003f 
+ 00028795  0x00005a13 isub  0x0000000b , 0x0000003f 
+ 00028796  0x00005a14 byteswap  0x0000003f , 0x0000003f 
+ 00028797  0x00005a15 istore  0x00000002 , 0x00000005 
+ 00028798  0x00005a16 branch  0x00007081 
+ 00028799  0x00005a18 force  0x00000000 , 0x0000003f 
+ 00028800  0x00005a19 istore  0x00000001 , 0x00000005 
+ 00028801  0x00005a1b fetch  0x00000002 , 0x000002da 
+ 00028802  0x00005a1c isub  0x00000005 , 0x0000003f 
+ 00028803  0x00005a1d sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00028804  0x00005a1e store  0x00000002 , 0x000002dc 
+ 00028805  0x00005a1f call  0x000052de 
+ 00028806  0x00005a20 setarg  0x00000005 
+ 00028807  0x00005a21 istore  0x00000001 , 0x00000005 
+ 00028808  0x00005a22 fetch  0x00000002 , 0x000004b0 
+ 00028809  0x00005a23 istore  0x00000002 , 0x00000005 
+ 00028810  0x00005a24 rtn 
+ 00028811  0x00005a31 call  0x0000724d 
+ 00028812  0x00005a32 compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028813  0x00005a33 branch  0x000070b4 , 0x00000001 
+ 00028814  0x00005a34 ifetch  0x00000002 , 0x00000006 
+ 00028815  0x00005a35 store  0x00000002 , 0x000004b2 
+ 00028816  0x00005a36 increase  0xfffffffe , 0x0000000b 
+ 00028817  0x00005a37 call  0x000072a4 
+ 00028818  0x00005a38 arg  0x00000491 , 0x00000005 
+ 00028819  0x00005a39 force  0x00000000 , 0x00000007 
+ 00028820  0x00005a3b ifetch  0x00000003 , 0x00000006 
+ 00028821  0x00005a3c bne  0x00000009 , 0x000070b4 
+ 00028822  0x00005a3e rshift8  0x0000003f , 0x0000003f 
+ 00028823  0x00005a3f istore  0x00000002 , 0x00000005 
+ 00028824  0x00005a40 increase  0x00000001 , 0x00000007 
+ 00028825  0x00005a41 increase  0xfffffffd , 0x0000000b 
+ 00028826  0x00005a42 increase  0xfffffffd , 0x00000011 
+ 00028827  0x00005a43 nbranch  0x00007241 , 0x00000002 
+ 00028828  0x00005a44 nbranch  0x00007094 , 0x00000005 
+ 00028829  0x00005a45 increase  0xffffffff , 0x0000000b 
+ 00028830  0x00005a46 nbranch  0x00007241 , 0x00000005 
+ 00028831  0x00005a48 call  0x000052de 
+ 00028832  0x00005a49 increase  0x0000000d , 0x00000005 
+ 00028833  0x00005a4a fetch  0x00000002 , 0x000004a9 
+ 00028834  0x00005a4b iforce  0x00000013 
+ 00028835  0x00005a4c arg  0x00000491 , 0x00000011 
+ 00028836  0x00005a4e ifetch  0x00000004 , 0x00000011 
+ 00028837  0x00005a4f branch  0x000070c4 , 0x00000034 
+ 00028838  0x00005a50 ifetch  0x00000002 , 0x00000011 
+ 00028839  0x00005a51 iforce  0x00000012 
+ 00028840  0x00005a52 call  0x0000732a 
+ 00028841  0x00005a53 branch  0x000070b2 , 0x00000034 
+ 00028842  0x00005a54 increase  0xfffffffd , 0x00000006 
+ 00028843  0x00005a55 ifetch  0x00000003 , 0x00000006 
+ 00028844  0x00005a56 istore  0x00000003 , 0x00000005 
+ 00028845  0x00005a57 call  0x00007199 
+ 00028846  0x00005a58 iforce  0x00000039 
+ 00028847  0x00005a5a ifetch  0x00000001 , 0x00000006 
+ 00028848  0x00005a5b istore  0x00000001 , 0x00000005 
+ 00028849  0x00005a5c loop  0x000070af 
+ 00028850  0x00005a5e increase  0x00000002 , 0x00000011 
+ 00028851  0x00005a5f branch  0x000070a4 
+ 00028852  0x00005a64 ifetch  0x00000001 , 0x00000006 
+ 00028853  0x00005a66 ifetch  0x00000001 , 0x00000006 
+ 00028854  0x00005a68 increase  0xfffffffb , 0x0000000b 
+ 00028855  0x00005a69 increase  0xfffffffb , 0x00000011 
+ 00028856  0x00005a6a nbranch  0x00007241 , 0x00000002 
+ 00028857  0x00005a6b arg  0x000004a9 , 0x0000000b 
+ 00028858  0x00005a6c ifetch  0x00000002 , 0x0000000b 
+ 00028859  0x00005a6e increase  0x00000002 , 0x0000000b 
+ 00028860  0x00005a6f call  0x00007307 
+ 00028861  0x00005a70 deposit  0x00000007 
+ 00028862  0x00005a71 store  0x00000001 , 0x000004dd 
+ 00028863  0x00005a72 branch  0x000072be , 0x00000034 
+ 00028864  0x00005a73 arg  0x00000000 , 0x00000007 
+ 00028865  0x00005a74 call  0x000052de 
+ 00028866  0x00005a75 increase  0x0000000a , 0x00000005 
+ 00028867  0x00005a76 branch  0x00007108 
+ 00028868  0x00005a78 force  0x00000000 , 0x0000003f 
+ 00028869  0x00005a79 istore  0x00000001 , 0x00000005 
+ 00028870  0x00005a7a increase  0xffffffff , 0x00000005 
+ 00028871  0x00005a7b fetcht  0x00000002 , 0x000002da 
+ 00028872  0x00005a7c add  0x00000002 , 0x0000000d , 0x0000003f 
+ 00028873  0x00005a7d isub  0x00000005 , 0x0000003f 
+ 00028874  0x00005a7e branch  0x000070e8 , 0x00000005 
+ 00028875  0x00005a7f sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00028876  0x00005a80 add  0x00000002 , 0x0000000c , 0x00000012 
+ 00028877  0x00005a81 istore  0x00000001 , 0x00000012 
+ 00028878  0x00005a82 increase  0x00000003 , 0x0000003f 
+ 00028879  0x00005a83 add  0x00000002 , 0x00000009 , 0x00000012 
+ 00028880  0x00005a84 istore  0x00000001 , 0x00000012 
+ 00028881  0x00005a85 increase  0x00000003 , 0x0000003f 
+ 00028882  0x00005a86 byteswap  0x0000003f , 0x0000003f 
+ 00028883  0x00005a87 add  0x00000002 , 0x00000005 , 0x00000012 
+ 00028884  0x00005a88 istore  0x00000002 , 0x00000012 
+ 00028885  0x00005a89 rshift8  0x0000003f , 0x0000003f 
+ 00028886  0x00005a8a increase  0x00000003 , 0x0000003f 
+ 00028887  0x00005a8b byteswap  0x0000003f , 0x0000003f 
+ 00028888  0x00005a8c add  0x00000002 , 0x00000003 , 0x00000012 
+ 00028889  0x00005a8d istore  0x00000002 , 0x00000012 
+ 00028890  0x00005a8e rshift8  0x0000003f , 0x0000003f 
+ 00028891  0x00005a8f increase  0x00000005 , 0x0000003f 
+ 00028892  0x00005a90 store  0x00000001 , 0x000002dc 
+ 00028893  0x00005a92 fetch  0x00000002 , 0x000004b0 
+ 00028894  0x00005a93 add  0x00000002 , 0x00000001 , 0x00000012 
+ 00028895  0x00005a94 istore  0x00000002 , 0x00000012 
+ 00028896  0x00005a95 setarg  0x00000007 
+ 00028897  0x00005a96 istore  0x00000001 , 0x00000002 
+ 00028898  0x00005a9b setarg  0x00000036 
+ 00028899  0x00005a9c add  0x00000002 , 0x00000007 , 0x00000012 
+ 00028900  0x00005a9d istore  0x00000002 , 0x00000012 
+ 00028901  0x00005a9e add  0x00000002 , 0x0000000a , 0x00000012 
+ 00028902  0x00005a9f istore  0x00000002 , 0x00000012 
+ 00028903  0x00005aa0 rtn 
+ 00028904  0x00005aa2 jam  0x0000000a , 0x000002dc 
+ 00028905  0x00005aa3 call  0x000052de 
+ 00028906  0x00005aa5 setarg  0x00000007 
+ 00028907  0x00005aa6 istore  0x00000001 , 0x00000005 
+ 00028908  0x00005aa7 fetch  0x00000002 , 0x000004b0 
+ 00028909  0x00005aa8 istore  0x00000002 , 0x00000005 
+ 00028910  0x00005aac setarg  0x00000500 
+ 00028911  0x00005aad istore  0x00000002 , 0x00000005 
+ 00028912  0x00005ab0 setarg  0x00000200 
+ 00028913  0x00005ab1 istore  0x00000002 , 0x00000005 
+ 00028914  0x00005ab5 setarg  0x00000035 
+ 00028915  0x00005ab6 istore  0x00000003 , 0x00000005 
+ 00028916  0x00005ab7 rtn 
+ 00028917  0x00005aba ifetch  0x00000001 , 0x00000006 
+ 00028918  0x00005abb istore  0x00000001 , 0x00000005 
+ 00028919  0x00005abc increase  0x00000001 , 0x00000012 
+ 00028920  0x00005abd increase  0xffffffff , 0x00000011 
+ 00028921  0x00005abe branch  0x000070fb , 0x00000005 
+ 00028922  0x00005abf loop  0x000070f5 
+ 00028923  0x00005ac1 copy  0x00000005 , 0x0000000b 
+ 00028924  0x00005ac2 copy  0x00000012 , 0x0000003f 
+ 00028925  0x00005ac3 store  0x00000002 , 0x000004ad 
+ 00028926  0x00005ac4 copy  0x00000011 , 0x0000003f 
+ 00028927  0x00005ac5 store  0x00000002 , 0x000004b2 
+ 00028928  0x00005ac6 branch  0x00007117 , 0x00000034 
+ 00028929  0x00005ac7 branch  0x00007152 , 0x00000028 
+ 00028930  0x00005ac8 copy  0x0000000b , 0x00000005 
+ 00028931  0x00005aca increase  0x00000001 , 0x00000007 
+ 00028932  0x00005acb fetch  0x00000001 , 0x000004dd 
+ 00028933  0x00005acc isub  0x00000007 , 0x0000003e 
+ 00028934  0x00005acd nbranch  0x00007108 , 0x00000005 
+ 00028935  0x00005ace branch  0x00007171 
+ 00028936  0x00005ad0 arg  0x000004c5 , 0x00000006 
+ 00028937  0x00005ad1 lshift2  0x00000007 , 0x0000003f 
+ 00028938  0x00005ad2 iadd  0x00000006 , 0x00000006 
+ 00028939  0x00005ad3 ifetch  0x00000004 , 0x00000006 
+ 00028940  0x00005ad4 iforce  0x00000002 
+ 00028941  0x00005ad5 call  0x0000731e 
+ 00028942  0x00005ad6 copy  0x00000006 , 0x0000000b 
+ 00028943  0x00005ad7 call  0x000072e8 
+ 00028944  0x00005ad8 add  0x0000003f , 0x00000003 , 0x00000039 
+ 00028945  0x00005ad9 fetch  0x00000002 , 0x000004b2 
+ 00028946  0x00005ada copy  0x0000003f , 0x00000011 
+ 00028947  0x00005adb fetch  0x00000002 , 0x000004ad 
+ 00028948  0x00005adc copy  0x0000003f , 0x00000012 
+ 00028949  0x00005add copy  0x0000000b , 0x00000006 
+ 00028950  0x00005ade branch  0x000070f5 
+ 00028951  0x00005ae0 arg  0x00000000 , 0x00000007 
+ 00028952  0x00005ae1 arg  0x00000000 , 0x00000012 
+ 00028953  0x00005ae3 arg  0x000004c5 , 0x00000006 
+ 00028954  0x00005ae4 lshift2  0x00000007 , 0x0000003f 
+ 00028955  0x00005ae5 iadd  0x00000006 , 0x00000006 
+ 00028956  0x00005ae6 ifetch  0x00000004 , 0x00000006 
+ 00028957  0x00005ae7 iforce  0x00000002 
+ 00028958  0x00005ae8 call  0x0000731e 
+ 00028959  0x00005ae9 call  0x000072e8 
+ 00028960  0x00005aea add  0x0000003f , 0x00000003 , 0x0000003f 
+ 00028961  0x00005aeb iadd  0x00000012 , 0x00000012 
+ 00028962  0x00005aec increase  0x00000001 , 0x00000007 
+ 00028963  0x00005aed fetch  0x00000001 , 0x000004dd 
+ 00028964  0x00005aee isub  0x00000007 , 0x0000003e 
+ 00028965  0x00005aef nbranch  0x00007119 , 0x00000005 
+ 00028966  0x00005af1 copy  0x0000000b , 0x00000005 
+ 00028967  0x00005af2 force  0x00000002 , 0x0000003f 
+ 00028968  0x00005af3 istore  0x00000001 , 0x00000005 
+ 00028969  0x00005af4 fetch  0x00000002 , 0x000004ad 
+ 00028970  0x00005af5 byteswap  0x0000003f , 0x0000003f 
+ 00028971  0x00005af6 istore  0x00000002 , 0x00000005 
+ 00028972  0x00005af7 increase  0xfffffffd , 0x00000005 
+ 00028973  0x00005af8 fetcht  0x00000002 , 0x000002da 
+ 00028974  0x00005af9 add  0x00000002 , 0x0000000a , 0x0000003f 
+ 00028975  0x00005afa isub  0x00000005 , 0x0000003f 
+ 00028976  0x00005afb sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00028977  0x00005afc iforce  0x00000011 
+ 00028978  0x00005afe deposit  0x00000012 
+ 00028979  0x00005aff add  0x00000002 , 0x00000009 , 0x00000012 
+ 00028980  0x00005b00 istore  0x00000001 , 0x00000012 
+ 00028981  0x00005b01 rshift8  0x0000003f , 0x0000003f 
+ 00028982  0x00005b02 add  0x00000002 , 0x00000008 , 0x00000012 
+ 00028983  0x00005b03 istore  0x00000001 , 0x00000012 
+ 00028984  0x00005b04 increase  0x00000003 , 0x00000011 
+ 00028985  0x00005b05 deposit  0x00000011 
+ 00028986  0x00005b06 add  0x00000002 , 0x00000006 , 0x00000012 
+ 00028987  0x00005b07 istore  0x00000001 , 0x00000012 
+ 00028988  0x00005b08 rshift8  0x0000003f , 0x0000003f 
+ 00028989  0x00005b09 add  0x00000002 , 0x00000005 , 0x00000012 
+ 00028990  0x00005b0a istore  0x00000001 , 0x00000012 
+ 00028991  0x00005b0b increase  0x00000005 , 0x00000011 
+ 00028992  0x00005b0c deposit  0x00000011 
+ 00028993  0x00005b0d add  0x00000002 , 0x00000004 , 0x00000012 
+ 00028994  0x00005b0e istore  0x00000001 , 0x00000012 
+ 00028995  0x00005b0f rshift8  0x0000003f , 0x0000003f 
+ 00028996  0x00005b10 add  0x00000002 , 0x00000003 , 0x00000012 
+ 00028997  0x00005b11 istore  0x00000001 , 0x00000012 
+ 00028998  0x00005b12 increase  0x00000005 , 0x00000011 
+ 00028999  0x00005b13 deposit  0x00000011 
+ 00029000  0x00005b14 store  0x00000002 , 0x000002dc 
+ 00029001  0x00005b15 setarg  0x00000007 
+ 00029002  0x00005b16 istore  0x00000001 , 0x00000002 
+ 00029003  0x00005b17 setarg  0x00000036 
+ 00029004  0x00005b18 add  0x00000002 , 0x00000007 , 0x00000012 
+ 00029005  0x00005b19 istore  0x00000001 , 0x00000012 
+ 00029006  0x00005b1a add  0x00000002 , 0x00000001 , 0x00000012 
+ 00029007  0x00005b1b fetch  0x00000002 , 0x000004b0 
+ 00029008  0x00005b1c istore  0x00000002 , 0x00000012 
+ 00029009  0x00005b1d rtn 
+ 00029010  0x00005b1f copy  0x0000000b , 0x00000005 
+ 00029011  0x00005b20 force  0x00000000 , 0x0000003f 
+ 00029012  0x00005b21 istore  0x00000001 , 0x00000005 
+ 00029013  0x00005b22 increase  0xffffffff , 0x00000005 
+ 00029014  0x00005b23 fetcht  0x00000002 , 0x000002da 
+ 00029015  0x00005b24 add  0x00000002 , 0x00000007 , 0x0000003f 
+ 00029016  0x00005b25 isub  0x00000005 , 0x0000003f 
+ 00029017  0x00005b26 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00029018  0x00005b27 iforce  0x00000011 
+ 00029019  0x00005b29 deposit  0x00000011 
+ 00029020  0x00005b2a add  0x00000002 , 0x00000006 , 0x00000012 
+ 00029021  0x00005b2b istore  0x00000001 , 0x00000012 
+ 00029022  0x00005b2c rshift8  0x0000003f , 0x0000003f 
+ 00029023  0x00005b2d add  0x00000002 , 0x00000005 , 0x00000012 
+ 00029024  0x00005b2e istore  0x00000001 , 0x00000012 
+ 00029025  0x00005b2f increase  0x00000003 , 0x00000011 
+ 00029026  0x00005b30 deposit  0x00000011 
+ 00029027  0x00005b31 add  0x00000002 , 0x00000004 , 0x00000012 
+ 00029028  0x00005b32 istore  0x00000001 , 0x00000012 
+ 00029029  0x00005b33 rshift8  0x0000003f , 0x0000003f 
+ 00029030  0x00005b34 add  0x00000002 , 0x00000003 , 0x00000012 
+ 00029031  0x00005b35 istore  0x00000001 , 0x00000012 
+ 00029032  0x00005b36 increase  0x00000005 , 0x00000011 
+ 00029033  0x00005b37 deposit  0x00000011 
+ 00029034  0x00005b38 store  0x00000002 , 0x000002dc 
+ 00029035  0x00005b3a setarg  0x00000007 
+ 00029036  0x00005b3b istore  0x00000001 , 0x00000002 
+ 00029037  0x00005b3d fetch  0x00000002 , 0x000004b0 
+ 00029038  0x00005b3e add  0x00000002 , 0x00000001 , 0x00000012 
+ 00029039  0x00005b3f istore  0x00000002 , 0x00000012 
+ 00029040  0x00005b40 rtn 
+ 00029041  0x00005b43 force  0x00000000 , 0x0000003f 
+ 00029042  0x00005b44 istore  0x00000001 , 0x00000005 
+ 00029043  0x00005b45 increase  0xffffffff , 0x00000005 
+ 00029044  0x00005b46 fetcht  0x00000002 , 0x000002da 
+ 00029045  0x00005b47 add  0x00000002 , 0x0000000a , 0x0000003f 
+ 00029046  0x00005b48 isub  0x00000005 , 0x0000003f 
+ 00029047  0x00005b49 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00029048  0x00005b4a iforce  0x00000011 
+ 00029049  0x00005b4c deposit  0x00000011 
+ 00029050  0x00005b4d add  0x00000002 , 0x00000009 , 0x00000012 
+ 00029051  0x00005b4e istore  0x00000001 , 0x00000012 
+ 00029052  0x00005b4f rshift8  0x0000003f , 0x0000003f 
+ 00029053  0x00005b50 add  0x00000002 , 0x00000008 , 0x00000012 
+ 00029054  0x00005b51 istore  0x00000001 , 0x00000012 
+ 00029055  0x00005b53 increase  0x00000003 , 0x00000011 
+ 00029056  0x00005b54 deposit  0x00000011 
+ 00029057  0x00005b55 add  0x00000002 , 0x00000006 , 0x00000012 
+ 00029058  0x00005b56 istore  0x00000001 , 0x00000012 
+ 00029059  0x00005b57 rshift8  0x0000003f , 0x0000003f 
+ 00029060  0x00005b58 add  0x00000002 , 0x00000005 , 0x00000012 
+ 00029061  0x00005b59 istore  0x00000001 , 0x00000012 
+ 00029062  0x00005b5a increase  0x00000003 , 0x00000011 
+ 00029063  0x00005b5b deposit  0x00000011 
+ 00029064  0x00005b5c add  0x00000002 , 0x00000004 , 0x00000012 
+ 00029065  0x00005b5d istore  0x00000001 , 0x00000012 
+ 00029066  0x00005b5e rshift8  0x0000003f , 0x0000003f 
+ 00029067  0x00005b5f add  0x00000002 , 0x00000003 , 0x00000012 
+ 00029068  0x00005b60 istore  0x00000001 , 0x00000012 
+ 00029069  0x00005b61 increase  0x00000005 , 0x00000011 
+ 00029070  0x00005b62 deposit  0x00000011 
+ 00029071  0x00005b63 store  0x00000002 , 0x000002dc 
+ 00029072  0x00005b64 setarg  0x00000036 
+ 00029073  0x00005b65 add  0x00000002 , 0x00000007 , 0x00000012 
+ 00029074  0x00005b66 istore  0x00000001 , 0x00000012 
+ 00029075  0x00005b67 setarg  0x00000007 
+ 00029076  0x00005b68 istore  0x00000001 , 0x00000002 
+ 00029077  0x00005b69 fetch  0x00000002 , 0x000004b0 
+ 00029078  0x00005b6a add  0x00000002 , 0x00000001 , 0x00000012 
+ 00029079  0x00005b6b istore  0x00000002 , 0x00000012 
+ 00029080  0x00005b6c rtn 
+ 00029081  0x00005b6e copy  0x00000006 , 0x0000000b 
+ 00029082  0x00005b6f ifetch  0x00000001 , 0x00000006 
+ 00029083  0x00005b70 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00029084  0x00005b71 rshift3  0x0000003f , 0x0000003f 
+ 00029085  0x00005b72 beq  0x00000006 , 0x000071a2 
+ 00029086  0x00005b73 beq  0x00000001 , 0x000072e0 
+ 00029087  0x00005b74 beq  0x00000004 , 0x000072e5 
+ 00029088  0x00005b75 beq  0x00000005 , 0x000072e3 
+ 00029089  0x00005b76 branch  0x000072de 
+ 00029090  0x00005b78 call  0x000071a4 
+ 00029091  0x00005b79 branch  0x000072de 
+ 00029092  0x00005b7b deposit  0x00000039 
+ 00029093  0x00005b7c beq  0x00000005 , 0x000071a9 
+ 00029094  0x00005b7d beq  0x00000006 , 0x000071ac 
+ 00029095  0x00005b7e force  0x00000003 , 0x00000039 
+ 00029096  0x00005b7f branch  0x000072ef 
+ 00029097  0x00005b81 ifetch  0x00000001 , 0x00000006 
+ 00029098  0x00005b82 increase  0x00000002 , 0x0000003f 
+ 00029099  0x00005b83 rtn 
+ 00029100  0x00005b85 ifetch  0x00000002 , 0x00000006 
+ 00029101  0x00005b86 byteswap  0x0000003f , 0x0000003f 
+ 00029102  0x00005b87 increase  0x00000003 , 0x0000003f 
+ 00029103  0x00005b88 rtn 
+ 00029104  0x00005b8b call  0x000052de 
+ 00029105  0x00005b8c copy  0x0000003f , 0x00000005 
+ 00029106  0x00005b8d setarg  0x00000006 
+ 00029107  0x00005b8e istore  0x00000001 , 0x00000005 
+ 00029108  0x00005b8f setarg  0x0000006e 
+ 00029109  0x00005b90 istore  0x00000002 , 0x00000005 
+ 00029110  0x00005b91 setarg  0x00000f00 
+ 00029111  0x00005b92 istore  0x00000002 , 0x00000005 
+ 00029112  0x00005b93 setarg  0x001a0535 
+ 00029113  0x00005b94 istore  0x00000003 , 0x00000005 
+ 00029114  0x00005b95 setarg  0x00000111 
+ 00029115  0x00005b96 lshift16  0x0000003f , 0x0000003f 
+ 00029116  0x00005b97 istore  0x00000004 , 0x00000005 
+ 00029117  0x00005b98 setarg  0x00002600 
+ 00029118  0x00005b99 istore  0x00000002 , 0x00000005 
+ 00029119  0x00005b9a setarg  0x00000335 
+ 00029120  0x00005b9b istore  0x00000002 , 0x00000005 
+ 00029121  0x00005b9c setarg  0x00000009 
+ 00029122  0x00005b9d istore  0x00000002 , 0x00000005 
+ 00029123  0x00005b9e setarg  0x00000004 
+ 00029124  0x00005b9f istore  0x00000002 , 0x00000005 
+ 00029125  0x00005ba0 jam  0x00000014 , 0x000002dc 
+ 00029126  0x00005ba1 rtn 
+ 00029127  0x00005bac copy  0x00000006 , 0x00000002 
+ 00029128  0x00005bad fetch  0x00000002 , 0x000004b0 
+ 00029129  0x00005bae beq  0x0000006e , 0x000071cb 
+ 00029130  0x00005bb1 branch  0x000071d4 
+ 00029131  0x00005bb4 copy  0x00000002 , 0x00000006 
+ 00029132  0x00005bb5 increase  0xfffffffd , 0x0000000b 
+ 00029133  0x00005bb6 copy  0x0000000b , 0x0000003f 
+ 00029134  0x00005bb7 beq  0x00000002 , 0x000071d4 
+ 00029135  0x00005bb8 call  0x000071d5 
+ 00029136  0x00005bb9 rtn  0x00000028 
+ 00029137  0x00005bba store  0x00000001 , 0x00004752 
+ 00029138  0x00005bbb jam  0x00000017 , 0x000002ec 
+ 00029139  0x00005bbc rtn 
+ 00029140  0x00005bbf rtn 
+ 00029141  0x00005bc6 enable  0x00000028 
+ 00029142  0x00005bc7 copy  0x0000003f , 0x00000039 
+ 00029143  0x00005bc8 arg  0x00000400 , 0x00000002 
+ 00029144  0x00005bca ifetch  0x00000002 , 0x00000006 
+ 00029145  0x00005bcb isub  0x00000002 , 0x0000003e 
+ 00029146  0x00005bcc branch  0x000071de , 0x00000005 
+ 00029147  0x00005bcd increase  0xffffffff , 0x00000006 
+ 00029148  0x00005bce loop  0x000071d8 
+ 00029149  0x00005bcf rtn 
+ 00029150  0x00005bd1 arg  0x00000300 , 0x00000002 
+ 00029151  0x00005bd3 ifetch  0x00000002 , 0x00000006 
+ 00029152  0x00005bd4 isub  0x00000002 , 0x0000003e 
+ 00029153  0x00005bd5 branch  0x000071e5 , 0x00000005 
+ 00029154  0x00005bd6 increase  0xffffffff , 0x00000006 
+ 00029155  0x00005bd7 loop  0x000071df 
+ 00029156  0x00005bd8 rtn 
+ 00029157  0x00005bda ifetch  0x00000001 , 0x00000006 
+ 00029158  0x00005bdb ifetch  0x00000001 , 0x00000006 
+ 00029159  0x00005bdc disable  0x00000028 
+ 00029160  0x00005bdd rtn 
+ 00029161  0x00005be9 call  0x000072a4 
+ 00029162  0x00005bea branch  0x00007236 , 0x00000005 
+ 00029163  0x00005beb force  0x00000000 , 0x00000012 
+ 00029164  0x00005bec ifetch  0x00000001 , 0x00000006 
+ 00029165  0x00005bed increase  0xffffffff , 0x00000011 
+ 00029166  0x00005bee increase  0xffffffff , 0x0000000b 
+ 00029167  0x00005bef compare  0x00000018 , 0x0000003f , 0x000000f8 
+ 00029168  0x00005bf0 nbranch  0x00007230 , 0x00000001 
+ 00029169  0x00005bf1 compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00029170  0x00005bf2 nbranch  0x000071f8 , 0x00000001 
+ 00029171  0x00005bf3 force  0x00000001 , 0x00000012 
+ 00029172  0x00005bf5 increase  0x00000002 , 0x00000006 
+ 00029173  0x00005bf6 increase  0xfffffffe , 0x00000011 
+ 00029174  0x00005bf7 increase  0xfffffffe , 0x0000000b 
+ 00029175  0x00005bf8 branch  0x000071fd 
+ 00029176  0x00005bfa compare  0x00000002 , 0x0000003f , 0x00000007 
+ 00029177  0x00005bfb nbranch  0x000071fb , 0x00000001 
+ 00029178  0x00005bfc branch  0x000071f4 
+ 00029179  0x00005bfe compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00029180  0x00005bff nbranch  0x00007230 , 0x00000001 
+ 00029181  0x00005c01 ifetch  0x00000001 , 0x00000006 
+ 00029182  0x00005c02 increase  0xffffffff , 0x00000011 
+ 00029183  0x00005c03 increase  0xffffffff , 0x0000000b 
+ 00029184  0x00005c04 bne  0x00000001 , 0x00007207 
+ 00029185  0x00005c05 ifetch  0x00000001 , 0x00000006 
+ 00029186  0x00005c06 increase  0xffffffff , 0x00000011 
+ 00029187  0x00005c07 increase  0xffffffff , 0x0000000b 
+ 00029188  0x00005c08 bne  0x00000000 , 0x00007230 
+ 00029189  0x00005c09 jam  0x000000ff , 0x000004c3 
+ 00029190  0x00005c0a branch  0x00007230 
+ 00029191  0x00005c0c bne  0x00000000 , 0x00007230 
+ 00029192  0x00005c0d ifetch  0x00000001 , 0x00000006 
+ 00029193  0x00005c0e increase  0xffffffff , 0x00000011 
+ 00029194  0x00005c0f increase  0xffffffff , 0x0000000b 
+ 00029195  0x00005c10 bne  0x00000003 , 0x00007230 
+ 00029196  0x00005c11 copy  0x00000012 , 0x0000003e 
+ 00029197  0x00005c12 branch  0x00007210 , 0x00000005 
+ 00029198  0x00005c13 increase  0xfffffff4 , 0x00000006 
+ 00029199  0x00005c14 increase  0xfffffff4 , 0x0000000b 
+ 00029200  0x00005c16 force  0x000000ff , 0x0000003f 
+ 00029201  0x00005c17 store  0x00000001 , 0x000004c4 
+ 00029202  0x00005c18 ifetch  0x00000001 , 0x00000006 
+ 00029203  0x00005c19 increase  0xffffffff , 0x00000011 
+ 00029204  0x00005c1a increase  0xffffffff , 0x0000000b 
+ 00029205  0x00005c1b compare  0x00000008 , 0x0000003f , 0x000000f8 
+ 00029206  0x00005c1c nbranch  0x00007230 , 0x00000001 
+ 00029207  0x00005c1d compare  0x00000000 , 0x0000003f , 0x00000007 
+ 00029208  0x00005c1e branch  0x0000722d , 0x00000001 
+ 00029209  0x00005c1f compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00029210  0x00005c20 branch  0x0000722a , 0x00000001 
+ 00029211  0x00005c21 compare  0x00000002 , 0x0000003f , 0x00000007 
+ 00029212  0x00005c22 branch  0x00007227 , 0x00000001 
+ 00029213  0x00005c23 compare  0x00000003 , 0x0000003f , 0x00000007 
+ 00029214  0x00005c24 branch  0x00007224 , 0x00000001 
+ 00029215  0x00005c25 compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00029216  0x00005c26 nbranch  0x00007230 , 0x00000001 
+ 00029217  0x00005c27 increase  0x00000008 , 0x00000006 
+ 00029218  0x00005c28 increase  0xfffffff8 , 0x00000011 
+ 00029219  0x00005c29 increase  0xfffffff8 , 0x0000000b 
+ 00029220  0x00005c2b increase  0x00000004 , 0x00000006 
+ 00029221  0x00005c2c increase  0xfffffffc , 0x00000011 
+ 00029222  0x00005c2d increase  0xfffffffc , 0x0000000b 
+ 00029223  0x00005c2f increase  0x00000002 , 0x00000006 
+ 00029224  0x00005c30 increase  0xfffffffe , 0x00000011 
+ 00029225  0x00005c31 increase  0xfffffffe , 0x0000000b 
+ 00029226  0x00005c33 increase  0x00000001 , 0x00000006 
+ 00029227  0x00005c34 increase  0xffffffff , 0x00000011 
+ 00029228  0x00005c35 increase  0xffffffff , 0x0000000b 
+ 00029229  0x00005c37 ifetch  0x00000001 , 0x00000006 
+ 00029230  0x00005c38 increase  0xffffffff , 0x00000011 
+ 00029231  0x00005c39 increase  0xffffffff , 0x0000000b 
+ 00029232  0x00005c3b increase  0xffffffff , 0x0000000b 
+ 00029233  0x00005c3c increase  0xffffffff , 0x00000011 
+ 00029234  0x00005c3d branch  0x00007230 , 0x00000002 
+ 00029235  0x00005c3e increase  0x00000001 , 0x0000000b 
+ 00029236  0x00005c3f force  0x00000001 , 0x0000003f 
+ 00029237  0x00005c40 rtn ,
+ 00029238  0x00005c42 force  0x00000000 , 0x0000003f 
+ 00029239  0x00005c43 rtn ,
+ 00029240  0x00005c46 setarg  0x00000200 
+ 00029241  0x00005c47 store  0x00000002 , 0x000004b6 
+ 00029242  0x00005c48 branch  0x00007243 
+ 00029243  0x00005c4a setarg  0x00000400 
+ 00029244  0x00005c4b store  0x00000002 , 0x000004b6 
+ 00029245  0x00005c4c branch  0x00007243 
+ 00029246  0x00005c4e setarg  0x00000600 
+ 00029247  0x00005c4f store  0x00000002 , 0x000004b6 
+ 00029248  0x00005c50 branch  0x00007243 
+ 00029249  0x00005c52 setarg  0x00000300 
+ 00029250  0x00005c53 store  0x00000002 , 0x000004b6 
+ 00029251  0x00005c55 call  0x000052de 
+ 00029252  0x00005c56 istore  0x00000001 , 0x00000005 
+ 00029253  0x00005c57 fetch  0x00000002 , 0x000004b0 
+ 00029254  0x00005c58 istore  0x00000002 , 0x00000005 
+ 00029255  0x00005c59 setarg  0x00000200 
+ 00029256  0x00005c5a istore  0x00000002 , 0x00000005 
+ 00029257  0x00005c5b fetch  0x00000002 , 0x000004b6 
+ 00029258  0x00005c5c istore  0x00000002 , 0x00000005 
+ 00029259  0x00005c5d jam  0x00000007 , 0x000002dc 
+ 00029260  0x00005c5e rtn 
+ 00029261  0x00005c61 force  0x00000000 , 0x00000002 
+ 00029262  0x00005c62 arg  0x000004a9 , 0x00000005 
+ 00029263  0x00005c63 call  0x000072a4 
+ 00029264  0x00005c64 branch  0x000072a2 , 0x00000005 
+ 00029265  0x00005c66 ifetch  0x00000001 , 0x00000006 
+ 00029266  0x00005c67 increase  0xffffffff , 0x00000011 
+ 00029267  0x00005c68 increase  0xffffffff , 0x0000000b 
+ 00029268  0x00005c69 compare  0x00000018 , 0x0000003f , 0x000000f8 
+ 00029269  0x00005c6a nbranch  0x000072a2 , 0x00000001 
+ 00029270  0x00005c6b compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00029271  0x00005c6c nbranch  0x0000726e , 0x00000001 
+ 00029272  0x00005c6d force  0x00000001 , 0x00000002 
+ 00029273  0x00005c6f ifetch  0x00000001 , 0x00000006 
+ 00029274  0x00005c70 increase  0xffffffff , 0x00000011 
+ 00029275  0x00005c71 increase  0xffffffff , 0x0000000b 
+ 00029276  0x00005c72 bne  0x00000000 , 0x00007262 
+ 00029277  0x00005c73 ifetch  0x00000001 , 0x00000006 
+ 00029278  0x00005c74 increase  0xffffffff , 0x00000011 
+ 00029279  0x00005c75 increase  0xffffffff , 0x0000000b 
+ 00029280  0x00005c76 beq  0x00000000 , 0x00007273 
+ 00029281  0x00005c77 branch  0x00007265 
+ 00029282  0x00005c79 increase  0x00000001 , 0x00000006 
+ 00029283  0x00005c7a increase  0xffffffff , 0x00000011 
+ 00029284  0x00005c7b increase  0xffffffff , 0x0000000b 
+ 00029285  0x00005c7d increase  0x00000002 , 0x00000006 
+ 00029286  0x00005c7e increase  0xfffffffe , 0x00000011 
+ 00029287  0x00005c7f increase  0xfffffffe , 0x0000000b 
+ 00029288  0x00005c80 compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00029289  0x00005c81 branch  0x0000729d , 0x00000001 
+ 00029290  0x00005c82 increase  0x0000000c , 0x00000006 
+ 00029291  0x00005c83 increase  0xfffffff4 , 0x00000011 
+ 00029292  0x00005c84 increase  0xfffffff4 , 0x0000000b 
+ 00029293  0x00005c85 branch  0x0000729d 
+ 00029294  0x00005c87 compare  0x00000002 , 0x0000003f , 0x00000007 
+ 00029295  0x00005c88 nbranch  0x00007271 , 0x00000001 
+ 00029296  0x00005c89 branch  0x00007259 
+ 00029297  0x00005c8b compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00029298  0x00005c8c nbranch  0x000072a2 , 0x00000001 
+ 00029299  0x00005c8e ifetch  0x00000002 , 0x00000006 
+ 00029300  0x00005c8f increase  0xfffffffe , 0x00000011 
+ 00029301  0x00005c90 increase  0xfffffffe , 0x0000000b 
+ 00029302  0x00005c91 istore  0x00000002 , 0x00000005 
+ 00029303  0x00005c93 compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00029304  0x00005c94 branch  0x0000729d , 0x00000001 
+ 00029305  0x00005c95 copy  0x00000006 , 0x00000002 
+ 00029306  0x00005c96 ifetch  0x00000001 , 0x00000006 
+ 00029307  0x00005c97 bne  0x00000000 , 0x00007292 
+ 00029308  0x00005c98 ifetch  0x00000001 , 0x00000006 
+ 00029309  0x00005c99 bne  0x00000000 , 0x00007292 
+ 00029310  0x00005c9a ifetch  0x00000001 , 0x00000006 
+ 00029311  0x00005c9b bne  0x00000010 , 0x00007292 
+ 00029312  0x00005c9c ifetch  0x00000001 , 0x00000006 
+ 00029313  0x00005c9d bne  0x00000000 , 0x00007292 
+ 00029314  0x00005c9e ifetch  0x00000001 , 0x00000006 
+ 00029315  0x00005c9f bne  0x00000080 , 0x00007292 
+ 00029316  0x00005ca0 ifetch  0x00000001 , 0x00000006 
+ 00029317  0x00005ca1 bne  0x00000000 , 0x00007292 
+ 00029318  0x00005ca2 ifetch  0x00000001 , 0x00000006 
+ 00029319  0x00005ca3 bne  0x00000000 , 0x00007292 
+ 00029320  0x00005ca4 ifetch  0x00000001 , 0x00000006 
+ 00029321  0x00005ca5 bne  0x00000080 , 0x00007292 
+ 00029322  0x00005ca6 ifetch  0x00000001 , 0x00000006 
+ 00029323  0x00005ca7 bne  0x0000005f , 0x00007292 
+ 00029324  0x00005ca8 ifetch  0x00000001 , 0x00000006 
+ 00029325  0x00005ca9 bne  0x0000009b , 0x00007292 
+ 00029326  0x00005caa ifetch  0x00000001 , 0x00000006 
+ 00029327  0x00005cab bne  0x00000034 , 0x00007292 
+ 00029328  0x00005cac ifetch  0x00000001 , 0x00000006 
+ 00029329  0x00005cad beq  0x000000fb , 0x0000729b 
+ 00029330  0x00005caf copy  0x00000002 , 0x00000006 
+ 00029331  0x00005cb1 increase  0x0000000c , 0x00000006 
+ 00029332  0x00005cb2 force  0x00000000 , 0x00000007 
+ 00029333  0x00005cb3 force  0x00000000 , 0x00000002 
+ 00029334  0x00005cb4 branch  0x0000729b 
+ 00029335  0x00005cb6 ifetch  0x00000001 , 0x00000006 
+ 00029336  0x00005cb7 increase  0xffffffff , 0x00000011 
+ 00029337  0x00005cb8 increase  0xffffffff , 0x0000000b 
+ 00029338  0x00005cb9 branch  0x00007277 
+ 00029339  0x00005cbb increase  0xfffffff4 , 0x0000000b 
+ 00029340  0x00005cbc increase  0xfffffff4 , 0x00000011 
+ 00029341  0x00005cbe compare  0x00000000 , 0x00000011 , 0x000000ff 
+ 00029342  0x00005cbf nbranch  0x00007251 , 0x00000001 
+ 00029343  0x00005cc0 force  0x00000000 , 0x0000003f 
+ 00029344  0x00005cc1 istore  0x00000002 , 0x00000005 
+ 00029345  0x00005cc2 rtn ,
+ 00029346  0x00005cc4 arg  0x000000ff , 0x00000002 
+ 00029347  0x00005cc5 rtn 
+ 00029348  0x00005cd0 ifetch  0x00000001 , 0x00000006 
+ 00029349  0x00005cd1 increase  0xffffffff , 0x0000000b 
+ 00029350  0x00005cd2 compare  0x00000030 , 0x0000003f , 0x000000f8 
+ 00029351  0x00005cd3 nbranch  0x000072b9 , 0x00000001 
+ 00029352  0x00005cd4 compare  0x00000007 , 0x0000003f , 0x00000007 
+ 00029353  0x00005cd5 branch  0x000072b2 , 0x00000001 
+ 00029354  0x00005cd6 compare  0x00000006 , 0x0000003f , 0x00000007 
+ 00029355  0x00005cd7 branch  0x000072b4 , 0x00000001 
+ 00029356  0x00005cd8 compare  0x00000005 , 0x0000003f , 0x00000007 
+ 00029357  0x00005cd9 nbranch  0x000072b9 , 0x00000001 
+ 00029358  0x00005cda ifetch  0x00000001 , 0x00000006 
+ 00029359  0x00005cdb copy  0x0000003f , 0x00000011 
+ 00029360  0x00005cdc increase  0xffffffff , 0x0000000b 
+ 00029361  0x00005cdd branch  0x000072b7 
+ 00029362  0x00005cdf increase  0x00000002 , 0x00000006 
+ 00029363  0x00005ce0 increase  0xfffffffe , 0x0000000b 
+ 00029364  0x00005ce2 ifetch  0x00000002 , 0x00000006 
+ 00029365  0x00005ce3 byteswap  0x0000003f , 0x00000011 
+ 00029366  0x00005ce4 increase  0xfffffffe , 0x0000000b 
+ 00029367  0x00005ce7 force  0x00000001 , 0x0000003f 
+ 00029368  0x00005ce8 rtn 
+ 00029369  0x00005ceb force  0x00000000 , 0x0000003f 
+ 00029370  0x00005cec rtn 
+ 00029371  0x00005cf7 setarg  0x00000003 
+ 00029372  0x00005cf8 store  0x00000001 , 0x000004af 
+ 00029373  0x00005cf9 branch  0x000072c0 
+ 00029374  0x00005cfb setarg  0x00000007 
+ 00029375  0x00005cfc store  0x00000001 , 0x000004af 
+ 00029376  0x00005cfe call  0x000052de 
+ 00029377  0x00005cff fetch  0x00000001 , 0x000004af 
+ 00029378  0x00005d00 istore  0x00000001 , 0x00000005 
+ 00029379  0x00005d01 copy  0x0000003f , 0x00000012 
+ 00029380  0x00005d02 fetch  0x00000002 , 0x000004b0 
+ 00029381  0x00005d03 istore  0x00000002 , 0x00000005 
+ 00029382  0x00005d05 setarg  0x00000500 
+ 00029383  0x00005d06 istore  0x00000002 , 0x00000005 
+ 00029384  0x00005d07 compare  0x00000005 , 0x00000012 , 0x000000ff 
+ 00029385  0x00005d08 branch  0x000072d0 , 0x00000001 
+ 00029386  0x00005d09 compare  0x00000007 , 0x00000012 , 0x000000ff 
+ 00029387  0x00005d0a branch  0x000072d0 , 0x00000001 
+ 00029388  0x00005d0b setarg  0x00000000 
+ 00029389  0x00005d0c istore  0x00000003 , 0x00000005 
+ 00029390  0x00005d0d istore  0x00000002 , 0x00000005 
+ 00029391  0x00005d0e branch  0x000072d4 
+ 00029392  0x00005d17 setarg  0x00350200 
+ 00029393  0x00005d18 istore  0x00000003 , 0x00000005 
+ 00029394  0x00005d1d setarg  0x00000000 
+ 00029395  0x00005d1e istore  0x00000002 , 0x00000005 
+ 00029396  0x00005d20 jam  0x0000000a , 0x000002dc 
+ 00029397  0x00005d21 rtn 
+ 00029398  0x00005d24 copy  0x00000006 , 0x0000000b 
+ 00029399  0x00005d25 ifetch  0x00000001 , 0x00000006 
+ 00029400  0x00005d26 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00029401  0x00005d27 rshift3  0x0000003f , 0x0000003f 
+ 00029402  0x00005d28 beq  0x00000006 , 0x000072e5 
+ 00029403  0x00005d29 beq  0x00000001 , 0x000072e0 
+ 00029404  0x00005d2a beq  0x00000004 , 0x000072e5 
+ 00029405  0x00005d2b beq  0x00000005 , 0x000072e3 
+ 00029406  0x00005d2d copy  0x0000000b , 0x00000006 
+ 00029407  0x00005d2e rtn 
+ 00029408  0x00005d30 call  0x00007301 
+ 00029409  0x00005d31 increase  0x00000001 , 0x0000003f 
+ 00029410  0x00005d32 branch  0x000072de 
+ 00029411  0x00005d34 force  0x00000002 , 0x0000003f 
+ 00029412  0x00005d35 branch  0x000072de 
+ 00029413  0x00005d37 call  0x000072f7 
+ 00029414  0x00005d38 increase  0x00000002 , 0x0000003f 
+ 00029415  0x00005d39 branch  0x000072de 
+ 00029416  0x00005d3c ifetch  0x00000001 , 0x00000006 
+ 00029417  0x00005d3d and  0x0000003f , 0x00000007 , 0x00000039 
+ 00029418  0x00005d3e rshift3  0x0000003f , 0x0000003f 
+ 00029419  0x00005d3f beq  0x00000006 , 0x000072f7 
+ 00029420  0x00005d40 beq  0x00000001 , 0x000072ef 
+ 00029421  0x00005d41 beq  0x00000005 , 0x000072fc 
+ 00029422  0x00005d42 rtn 
+ 00029423  0x00005d44 call  0x00007301 
+ 00029424  0x00005d45 iforce  0x00000039 
+ 00029425  0x00005d46 force  0x00000000 , 0x00000002 
+ 00029426  0x00005d48 lshift8  0x00000002 , 0x00000002 
+ 00029427  0x00005d49 ifetch  0x00000001 , 0x00000006 
+ 00029428  0x00005d4a ior  0x00000002 , 0x00000002 
+ 00029429  0x00005d4b loop  0x000072f2 
+ 00029430  0x00005d4c rtn 
+ 00029431  0x00005d4e deposit  0x00000039 
+ 00029432  0x00005d4f beq  0x00000005 , 0x000072fc 
+ 00029433  0x00005d50 beq  0x00000006 , 0x000072fe 
+ 00029434  0x00005d51 force  0x00000003 , 0x00000039 
+ 00029435  0x00005d52 branch  0x000072ef 
+ 00029436  0x00005d54 ifetch  0x00000001 , 0x00000006 
+ 00029437  0x00005d55 rtn 
+ 00029438  0x00005d57 ifetch  0x00000002 , 0x00000006 
+ 00029439  0x00005d58 byteswap  0x0000003f , 0x0000003f 
+ 00029440  0x00005d59 rtn 
+ 00029441  0x00005d5d force  0x00000001 , 0x0000003f 
+ 00029442  0x00005d5e copy  0x00000039 , 0x0000003e 
+ 00029443  0x00005d5f rtn  0x00000005 
+ 00029444  0x00005d61 lshift  0x0000003f , 0x0000003f 
+ 00029445  0x00005d62 loop  0x00007304 
+ 00029446  0x00005d63 rtn 
+ 00029447  0x00005d69 iforce  0x00000013 
+ 00029448  0x00005d6a set1  0x00000025 , 0x00000000 
+ 00029449  0x00005d6b bpatch  0x000000e9 , 0x0000403d 
+ 00029450  0x00005d6c force  0x00000000 , 0x00000007 
+ 00029451  0x00005d6d fetch  0x00000002 , 0x00004759 
+ 00029452  0x00005d6e iforce  0x00000006 
+ 00029453  0x00005d6f arg  0x000004c5 , 0x00000005 
+ 00029454  0x00005d71 disable  0x00000028 
+ 00029455  0x00005d72 ifetch  0x00000001 , 0x00000006 
+ 00029456  0x00005d73 rtn  0x00000034 
+ 00029457  0x00005d74 iforce  0x00000039 
+ 00029458  0x00005d76 ifetch  0x00000002 , 0x00000006 
+ 00029459  0x00005d77 isub  0x00000013 , 0x0000003e 
+ 00029460  0x00005d78 nbranch  0x00007316 , 0x00000005 
+ 00029461  0x00005d79 enable  0x00000028 
+ 00029462  0x00005d7b loop  0x00007312 
+ 00029463  0x00005d7c ifetch  0x00000004 , 0x00000006 
+ 00029464  0x00005d7d nbranch  0x0000731b , 0x00000028 
+ 00029465  0x00005d7e istore  0x00000004 , 0x00000005 
+ 00029466  0x00005d7f increase  0x00000001 , 0x00000007 
+ 00029467  0x00005d81 call  0x000072e8 
+ 00029468  0x00005d82 iadd  0x00000006 , 0x00000006 
+ 00029469  0x00005d83 branch  0x0000730e 
+ 00029470  0x00005d87 fetch  0x00000002 , 0x00004759 
+ 00029471  0x00005d88 iforce  0x00000006 
+ 00029472  0x00005d8a ifetch  0x00000001 , 0x00000006 
+ 00029473  0x00005d8b rtn  0x00000034 
+ 00029474  0x00005d8c lshift  0x0000003f , 0x0000003f 
+ 00029475  0x00005d8d iadd  0x00000006 , 0x00000006 
+ 00029476  0x00005d8e ifetch  0x00000004 , 0x00000006 
+ 00029477  0x00005d8f isub  0x00000002 , 0x0000003e 
+ 00029478  0x00005d90 rtn  0x00000005 
+ 00029479  0x00005d91 call  0x000072e8 
+ 00029480  0x00005d92 iadd  0x00000006 , 0x00000006 
+ 00029481  0x00005d93 branch  0x00007320 
+ 00029482  0x00005d9b set1  0x00000025 , 0x00000000 
+ 00029483  0x00005d9c bpatch  0x000000ea , 0x0000403d 
+ 00029484  0x00005d9d fetch  0x00000002 , 0x00004759 
+ 00029485  0x00005d9e iforce  0x00000006 
+ 00029486  0x00005da0 ifetch  0x00000001 , 0x00000006 
+ 00029487  0x00005da1 branch  0x0000734b , 0x00000034 
+ 00029488  0x00005da2 iforce  0x00000039 
+ 00029489  0x00005da4 ifetch  0x00000002 , 0x00000006 
+ 00029490  0x00005da5 isub  0x00000013 , 0x0000003e 
+ 00029491  0x00005da6 branch  0x00007339 , 0x00000005 
+ 00029492  0x00005da7 loop  0x00007331 
+ 00029493  0x00005da8 increase  0x00000004 , 0x00000006 
+ 00029494  0x00005da9 call  0x000072e8 
+ 00029495  0x00005daa iadd  0x00000006 , 0x00000006 
+ 00029496  0x00005dab branch  0x0000732e 
+ 00029497  0x00005dad increase  0xffffffff , 0x00000039 
+ 00029498  0x00005dae lshift  0x00000039 , 0x0000003f 
+ 00029499  0x00005daf iadd  0x00000006 , 0x00000006 
+ 00029500  0x00005db0 increase  0x00000004 , 0x00000006 
+ 00029501  0x00005db1 call  0x000072e8 
+ 00029502  0x00005db2 iadd  0x00000006 , 0x00000002 
+ 00029503  0x00005db4 increase  0x00000001 , 0x00000006 
+ 00029504  0x00005db5 ifetch  0x00000002 , 0x00000006 
+ 00029505  0x00005db6 isub  0x00000012 , 0x0000000b 
+ 00029506  0x00005db8 setflag  0x00000005 , 0x00000000 , 0x0000003f 
+ 00029507  0x00005db9 copy  0x0000000b , 0x0000000b 
+ 00029508  0x00005dba rtn  0x00000005 
+ 00029509  0x00005dbb call  0x000072d6 
+ 00029510  0x00005dbc iadd  0x00000006 , 0x00000006 
+ 00029511  0x00005dbd deposit  0x00000002 
+ 00029512  0x00005dbe isub  0x00000006 , 0x0000003e 
+ 00029513  0x00005dbf branch  0x0000734b , 0x00000005 
+ 00029514  0x00005dc0 branch  0x0000733f 
+ 00029515  0x00005dc2 force  0x00000000 , 0x00000006 
+ 00029516  0x00005dc3 force  0x00000000 , 0x0000003f 
+ 00029517  0x00005dc4 rtn 
+ 00029518  0x00005dcb set1  0x00000025 , 0x00000000 
+ 00029519  0x00005dcc bpatch  0x000000eb , 0x0000403d 
+ 00029520  0x00005dcd fetch  0x00000002 , 0x00004759 
+ 00029521  0x00005dce iforce  0x00000006 
+ 00029522  0x00005dd0 ifetch  0x00000001 , 0x00000006 
+ 00029523  0x00005dd1 branch  0x00007368 , 0x00000034 
+ 00029524  0x00005dd2 lshift  0x0000003f , 0x0000003f 
+ 00029525  0x00005dd3 iadd  0x00000006 , 0x00000006 
+ 00029526  0x00005dd4 ifetch  0x00000004 , 0x00000006 
+ 00029527  0x00005dd5 isub  0x00000002 , 0x0000003e 
+ 00029528  0x00005dd6 branch  0x0000735c , 0x00000005 
+ 00029529  0x00005dd7 call  0x000072e8 
+ 00029530  0x00005dd8 iadd  0x00000006 , 0x00000006 
+ 00029531  0x00005dd9 branch  0x00007352 
+ 00029532  0x00005ddb call  0x000072e8 
+ 00029533  0x00005ddc iadd  0x00000006 , 0x00000002 
+ 00029534  0x00005dde increase  0x00000001 , 0x00000006 
+ 00029535  0x00005ddf ifetch  0x00000002 , 0x00000006 
+ 00029536  0x00005de0 isub  0x00000012 , 0x0000003e 
+ 00029537  0x00005de1 rtn  0x00000005 
+ 00029538  0x00005de2 call  0x000072d6 
+ 00029539  0x00005de3 iadd  0x00000006 , 0x00000006 
+ 00029540  0x00005de4 deposit  0x00000002 
+ 00029541  0x00005de5 isub  0x00000006 , 0x0000003e 
+ 00029542  0x00005de6 branch  0x00007368 , 0x00000005 
+ 00029543  0x00005de7 branch  0x0000735e 
+ 00029544  0x00005de9 force  0x00000000 , 0x00000006 
+ 00029545  0x00005dea rtn 
+ 00029546  0x00005dee call  0x0000737d 
+ 00029547  0x00005def arg  0x0000051f , 0x00000006 
+ 00029548  0x00005df0 arg  0x0000050f , 0x00000005 
+ 00029549  0x00005df1 branch  0x00007e35 
+ 00029550  0x00005df5 disable  0x00000028 
+ 00029551  0x00005df6 call  0x00007474 
+ 00029552  0x00005df7 arg  0x000004ef , 0x00000006 
+ 00029553  0x00005df8 arg  0x0000052f , 0x00000005 
+ 00029554  0x00005df9 force  0x0000000f , 0x00000039 
+ 00029555  0x00005dfa call  0x00007e45 
+ 00029556  0x00005dfb ifetch  0x00000001 , 0x00000006 
+ 00029557  0x00005dfc xor_into  0x00000006 , 0x0000003f 
+ 00029558  0x00005dfd istore  0x00000001 , 0x00000005 
+ 00029559  0x00005dfe setarg  0x0000053f 
+ 00029560  0x00005dff store  0x00000002 , 0x00000574 
+ 00029561  0x00005e00 setarg  0x0000052f 
+ 00029562  0x00005e01 store  0x00000002 , 0x00000572 
+ 00029563  0x00005e02 set1  0x00000012 , 0x00000000 
+ 00029564  0x00005e03 branch  0x000073bd 
+ 00029565  0x00005e08 fetcht  0x00000001 , 0x0000054f 
+ 00029566  0x00005e09 force  0x00000010 , 0x00000012 
+ 00029567  0x00005e0a add  0x00000002 , 0x00000006 , 0x00000013 
+ 00029568  0x00005e0b sub  0x00000013 , 0x00000010 , 0x0000003e 
+ 00029569  0x00005e0c branch  0x00007383 , 0x00000002 
+ 00029570  0x00005e0d force  0x00000010 , 0x00000013 
+ 00029571  0x00005e0f arg  0x0000052f , 0x00000005 
+ 00029572  0x00005e11 arg  0x00000550 , 0x00000006 
+ 00029573  0x00005e12 copy  0x00000002 , 0x00000039 
+ 00029574  0x00005e13 disable  0x00000028 
+ 00029575  0x00005e15 ifetch  0x00000001 , 0x00000006 
+ 00029576  0x00005e16 istore  0x00000001 , 0x00000005 
+ 00029577  0x00005e17 increase  0xffffffff , 0x00000012 
+ 00029578  0x00005e18 branch  0x00007391 , 0x00000005 
+ 00029579  0x00005e19 loop  0x00007387 
+ 00029580  0x00005e1a branch  0x00007384 , 0x00000028 
+ 00029581  0x00005e1b enable  0x00000028 
+ 00029582  0x00005e1c force  0x00000006 , 0x00000039 
+ 00029583  0x00005e1d copy  0x00000011 , 0x00000006 
+ 00029584  0x00005e1e branch  0x00007387 
+ 00029585  0x00005e20 arg  0x000004ef , 0x00000006 
+ 00029586  0x00005e21 arg  0x0000053f , 0x00000005 
+ 00029587  0x00005e22 call  0x00007e35 
+ 00029588  0x00005e23 fetch  0x00000001 , 0x0000054e 
+ 00029589  0x00005e24 ixor  0x00000013 , 0x0000003f 
+ 00029590  0x00005e25 store  0x00000001 , 0x0000054e 
+ 00029591  0x00005e26 setarg  0x0000053f 
+ 00029592  0x00005e27 store  0x00000002 , 0x00000574 
+ 00029593  0x00005e28 setarg  0x0000052f 
+ 00029594  0x00005e29 store  0x00000002 , 0x00000572 
+ 00029595  0x00005e2a set1  0x00000012 , 0x00000000 
+ 00029596  0x00005e2b branch  0x000073bd 
+ 00029597  0x00005e31 disable  0x00000028 
+ 00029598  0x00005e32 call  0x00007474 
+ 00029599  0x00005e33 branch  0x000073a7 
+ 00029600  0x00005e36 arg  0x00000056 , 0x00000011 
+ 00029601  0x00005e37 enable  0x00000028 
+ 00029602  0x00005e38 call  0x00007474 
+ 00029603  0x00005e39 call  0x000073a7 
+ 00029604  0x00005e3a arg  0x0000051f , 0x00000006 
+ 00029605  0x00005e3b arg  0x00000062 , 0x00000005 
+ 00029606  0x00005e3c branch  0x00007e35 
+ 00029607  0x00005e40 setarg  0x000004ef 
+ 00029608  0x00005e41 store  0x00000002 , 0x00000574 
+ 00029609  0x00005e42 setarg  0x00004262 
+ 00029610  0x00005e43 store  0x00000002 , 0x00000572 
+ 00029611  0x00005e44 set0  0x00000012 , 0x00000000 
+ 00029612  0x00005e45 call  0x000073bd 
+ 00029613  0x00005e46 arg  0x0000051f , 0x00000011 
+ 00029614  0x00005e47 arg  0x000004ef , 0x00000012 
+ 00029615  0x00005e48 arg  0x0000052f , 0x00000005 
+ 00029616  0x00005e49 call  0x00007467 
+ 00029617  0x00005e4a arg  0x0000052f , 0x00000011 
+ 00029618  0x00005e4b arg  0x0000053f , 0x00000012 
+ 00029619  0x00005e4c copy  0x00000012 , 0x00000005 
+ 00029620  0x00005e4d enable  0x00000028 
+ 00029621  0x00005e4e call  0x00007465 
+ 00029622  0x00005e4f call  0x0000747f 
+ 00029623  0x00005e50 setarg  0x0000053f 
+ 00029624  0x00005e51 store  0x00000002 , 0x00000574 
+ 00029625  0x00005e52 setarg  0x0000052f 
+ 00029626  0x00005e53 store  0x00000002 , 0x00000572 
+ 00029627  0x00005e54 set1  0x00000012 , 0x00000000 
+ 00029628  0x00005e55 branch  0x000073bd 
+ 00029629  0x00005e5a jam  0x00000000 , 0x00000576 
+ 00029630  0x00005e5b fetch  0x00000002 , 0x00000572 
+ 00029631  0x00005e5c iforce  0x00000006 
+ 00029632  0x00005e5d arg  0x00000560 , 0x00000005 
+ 00029633  0x00005e5e call  0x00007e35 
+ 00029634  0x00005e5f fetch  0x00000002 , 0x00000574 
+ 00029635  0x00005e60 iforce  0x00000006 
+ 00029636  0x00005e61 arg  0x0000051f , 0x00000005 
+ 00029637  0x00005e62 call  0x00007e35 
+ 00029638  0x00005e65 call  0x000073e4 
+ 00029639  0x00005e66 disable  0x00000028 
+ 00029640  0x00005e67 bmark0  0x00000012 , 0x000073ce 
+ 00029641  0x00005e68 fetch  0x00000001 , 0x00000576 
+ 00029642  0x00005e69 bne  0x00000004 , 0x000073ce 
+ 00029643  0x00005e6a fetch  0x00000002 , 0x00000574 
+ 00029644  0x00005e6b iforce  0x00000012 
+ 00029645  0x00005e6c call  0x00007416 
+ 00029646  0x00005e6e call  0x00007415 
+ 00029647  0x00005e6f call  0x00007428 
+ 00029648  0x00005e70 fetch  0x00000001 , 0x00000576 
+ 00029649  0x00005e71 increase  0x00000001 , 0x0000003f 
+ 00029650  0x00005e72 store  0x00000001 , 0x00000576 
+ 00029651  0x00005e74 call  0x000073e4 
+ 00029652  0x00005e75 enable  0x00000028 
+ 00029653  0x00005e76 call  0x00007415 
+ 00029654  0x00005e77 call  0x00007437 
+ 00029655  0x00005e78 call  0x00007446 
+ 00029656  0x00005e79 call  0x00007437 
+ 00029657  0x00005e7a call  0x00007446 
+ 00029658  0x00005e7b call  0x00007437 
+ 00029659  0x00005e7c call  0x00007446 
+ 00029660  0x00005e7d call  0x00007437 
+ 00029661  0x00005e7e fetch  0x00000001 , 0x00000576 
+ 00029662  0x00005e7f increase  0x00000001 , 0x0000003f 
+ 00029663  0x00005e80 store  0x00000001 , 0x00000576 
+ 00029664  0x00005e81 bne  0x00000010 , 0x000073c6 
+ 00029665  0x00005e82 call  0x000073e4 
+ 00029666  0x00005e83 disable  0x00000028 
+ 00029667  0x00005e84 branch  0x00007415 
+ 00029668  0x00005e89 fetch  0x00000001 , 0x00000576 
+ 00029669  0x00005e8a arg  0x00000560 , 0x00000006 
+ 00029670  0x00005e8b branch  0x0000740b , 0x00000034 
+ 00029671  0x00005e8c iforce  0x00000012 
+ 00029672  0x00005e8d force  0x00000011 , 0x00000039 
+ 00029673  0x00005e8e copy  0x00000006 , 0x00000005 
+ 00029674  0x00005e90 ifetch  0x00000001 , 0x00000006 
+ 00029675  0x00005e91 lshift3  0x0000003f , 0x00000002 
+ 00029676  0x00005e92 rshift2  0x0000003f , 0x0000003f 
+ 00029677  0x00005e93 rshift3  0x0000003f , 0x0000003f 
+ 00029678  0x00005e94 ior  0x00000002 , 0x0000003f 
+ 00029679  0x00005e95 istore  0x00000001 , 0x00000005 
+ 00029680  0x00005e96 loop  0x000073ea 
+ 00029681  0x00005e97 setarg  0x00000560 
+ 00029682  0x00005e98 iadd  0x00000012 , 0x00000006 
+ 00029683  0x00005e99 force  0x00000010 , 0x00000039 
+ 00029684  0x00005e9a arg  0x000004ff , 0x00000005 
+ 00029685  0x00005e9c ifetch  0x00000001 , 0x00000006 
+ 00029686  0x00005e9d istore  0x00000001 , 0x00000005 
+ 00029687  0x00005e9e compare  0x00000571 , 0x00000006 , 0x000000ff 
+ 00029688  0x00005e9f nbranch  0x000073fa , 0x00000001 
+ 00029689  0x00005ea0 increase  0xffffffef , 0x00000006 
+ 00029690  0x00005ea2 loop  0x000073f5 
+ 00029691  0x00005ea3 force  0x00000000 , 0x00000011 
+ 00029692  0x00005ea4 add  0x00000012 , 0xffffffff , 0x00000013 
+ 00029693  0x00005ea5 lshift2  0x00000013 , 0x00000013 
+ 00029694  0x00005ea6 lshift2  0x00000013 , 0x00000013 
+ 00029695  0x00005ea7 call  0x000075c5 
+ 00029696  0x00005ea8 setarg  0x00008400 
+ 00029697  0x00005ea9 iadd  0x00000013 , 0x00000013 
+ 00029698  0x00005eaa arg  0x000004ff , 0x00000005 
+ 00029699  0x00005eab force  0x00000010 , 0x00000039 
+ 00029700  0x00005ead ifetcht  0x00000001 , 0x00000013 
+ 00029701  0x00005eae ifetch  0x00000001 , 0x00000005 
+ 00029702  0x00005eaf iadd  0x00000002 , 0x0000003f 
+ 00029703  0x00005eb0 istore  0x00000001 , 0x00000005 
+ 00029704  0x00005eb1 increase  0x00000001 , 0x00000013 
+ 00029705  0x00005eb2 loop  0x00007404 
+ 00029706  0x00005eb3 branch  0x000075c9 
+ 00029707  0x00005eb6 force  0x00000010 , 0x00000039 
+ 00029708  0x00005eb7 force  0x00000000 , 0x00000002 
+ 00029709  0x00005eb9 ifetch  0x00000001 , 0x00000006 
+ 00029710  0x00005eba ixor  0x00000002 , 0x00000002 
+ 00029711  0x00005ebb loop  0x0000740d 
+ 00029712  0x00005ebc deposit  0x00000002 
+ 00029713  0x00005ebd istore  0x00000001 , 0x00000006 
+ 00029714  0x00005ebe arg  0x00000560 , 0x00000006 
+ 00029715  0x00005ebf arg  0x000004ff , 0x00000005 
+ 00029716  0x00005ec0 branch  0x00007e35 
+ 00029717  0x00005ec3 arg  0x000004ff , 0x00000012 
+ 00029718  0x00005ec5 force  0x00000010 , 0x00000039 
+ 00029719  0x00005ec6 arg  0x0000051f , 0x00000011 
+ 00029720  0x00005ec7 copy  0x00000011 , 0x00000005 
+ 00029721  0x00005ec9 ifetcht  0x00000001 , 0x00000011 
+ 00029722  0x00005eca ifetch  0x00000001 , 0x00000012 
+ 00029723  0x00005ecb ixor  0x00000002 , 0x00000030 
+ 00029724  0x00005ecc and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029725  0x00005ecd nbranch  0x0000741f , 0x00000028 
+ 00029726  0x00005ece xor_into  0x00000003 , 0x00000013 
+ 00029727  0x00005ed0 sub  0x00000013 , 0x00000001 , 0x00000013 
+ 00029728  0x00005ed1 branch  0x00007422 , 0x00000002 
+ 00029729  0x00005ed2 iadd  0x00000002 , 0x00000030 
+ 00029730  0x00005ed4 deposit  0x00000030 
+ 00029731  0x00005ed5 istore  0x00000001 , 0x00000005 
+ 00029732  0x00005ed6 increase  0x00000001 , 0x00000011 
+ 00029733  0x00005ed7 increase  0x00000001 , 0x00000012 
+ 00029734  0x00005ed8 loop  0x00007419 
+ 00029735  0x00005ed9 rtn 
+ 00029736  0x00005edc call  0x000075c5 
+ 00029737  0x00005edd force  0x00000010 , 0x00000039 
+ 00029738  0x00005ede arg  0x0000051f , 0x00000011 
+ 00029739  0x00005ee0 ifetch  0x00000001 , 0x00000011 
+ 00029740  0x00005ee1 arg  0x00008500 , 0x00000006 
+ 00029741  0x00005ee2 and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029742  0x00005ee3 sub  0x00000013 , 0x00000001 , 0x0000003e 
+ 00029743  0x00005ee4 branch  0x00007431 , 0x00000002 
+ 00029744  0x00005ee5 arg  0x00008600 , 0x00000006 
+ 00029745  0x00005ee7 iadd  0x00000006 , 0x00000006 
+ 00029746  0x00005ee8 ifetch  0x00000001 , 0x00000006 
+ 00029747  0x00005ee9 istore  0x00000001 , 0x00000011 
+ 00029748  0x00005eea increase  0x00000001 , 0x00000011 
+ 00029749  0x00005eeb loop  0x0000742b 
+ 00029750  0x00005eec branch  0x000075c9 
+ 00029751  0x00005eef force  0x00000008 , 0x00000039 
+ 00029752  0x00005ef0 arg  0x0000051f , 0x00000006 
+ 00029753  0x00005ef1 copy  0x00000006 , 0x00000005 
+ 00029754  0x00005ef3 ifetch  0x00000001 , 0x00000006 
+ 00029755  0x00005ef4 iforce  0x00000011 
+ 00029756  0x00005ef5 ifetch  0x00000001 , 0x00000006 
+ 00029757  0x00005ef6 iforce  0x00000012 
+ 00029758  0x00005ef7 lshift  0x00000011 , 0x0000003f 
+ 00029759  0x00005ef8 iadd  0x00000012 , 0x0000003f 
+ 00029760  0x00005ef9 istore  0x00000001 , 0x00000005 
+ 00029761  0x00005efa deposit  0x00000011 
+ 00029762  0x00005efb iadd  0x00000012 , 0x0000003f 
+ 00029763  0x00005efc istore  0x00000001 , 0x00000005 
+ 00029764  0x00005efd loop  0x0000743a 
+ 00029765  0x00005efe rtn 
+ 00029766  0x00005f02 setarg  0x008ae42c 
+ 00029767  0x00005f03 iforce  0x00000002 
+ 00029768  0x00005f04 force  0x00000007 , 0x00000039 
+ 00029769  0x00005f05 call  0x00007455 
+ 00029770  0x00005f06 setarg  0x000d751b 
+ 00029771  0x00005f07 iforce  0x00000002 
+ 00029772  0x00005f08 force  0x00000005 , 0x00000039 
+ 00029773  0x00005f09 call  0x00007455 
+ 00029774  0x00005f0a fetch  0x00000001 , 0x0000052e 
+ 00029775  0x00005f0b iforce  0x00000011 
+ 00029776  0x00005f0c fetch  0x00000001 , 0x00000522 
+ 00029777  0x00005f0d store  0x00000001 , 0x0000052e 
+ 00029778  0x00005f0e deposit  0x00000011 
+ 00029779  0x00005f0f store  0x00000001 , 0x00000522 
+ 00029780  0x00005f10 rtn 
+ 00029781  0x00005f13 and  0x00000002 , 0x0000000f , 0x00000012 
+ 00029782  0x00005f15 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029783  0x00005f16 arg  0x0000051f , 0x00000005 
+ 00029784  0x00005f17 iadd  0x00000005 , 0x00000005 
+ 00029785  0x00005f18 ifetch  0x00000001 , 0x00000005 
+ 00029786  0x00005f19 iforce  0x00000013 
+ 00029787  0x00005f1a deposit  0x00000011 
+ 00029788  0x00005f1b istore  0x00000001 , 0x00000005 
+ 00029789  0x00005f1c copy  0x00000013 , 0x00000011 
+ 00029790  0x00005f1d rshift4  0x00000002 , 0x00000002 
+ 00029791  0x00005f1e loop  0x00007456 
+ 00029792  0x00005f1f setarg  0x0000051f 
+ 00029793  0x00005f20 iadd  0x00000012 , 0x00000005 
+ 00029794  0x00005f21 deposit  0x00000011 
+ 00029795  0x00005f22 istore  0x00000001 , 0x00000005 
+ 00029796  0x00005f23 rtn 
+ 00029797  0x00005f26 enable  0x00000028 
+ 00029798  0x00005f27 branch  0x00007468 
+ 00029799  0x00005f2a disable  0x00000028 
+ 00029800  0x00005f2c force  0x00000010 , 0x00000039 
+ 00029801  0x00005f2e ifetcht  0x00000001 , 0x00000011 
+ 00029802  0x00005f2f ifetch  0x00000001 , 0x00000012 
+ 00029803  0x00005f30 branch  0x0000746e , 0x00000028 
+ 00029804  0x00005f31 ixor  0x00000002 , 0x0000003f 
+ 00029805  0x00005f32 branch  0x0000746f 
+ 00029806  0x00005f34 iadd  0x00000002 , 0x0000003f 
+ 00029807  0x00005f36 istore  0x00000001 , 0x00000005 
+ 00029808  0x00005f37 increase  0x00000001 , 0x00000011 
+ 00029809  0x00005f38 increase  0x00000001 , 0x00000012 
+ 00029810  0x00005f39 loop  0x00007469 
+ 00029811  0x00005f3a rtn 
+ 00029812  0x00005f3e arg  0x0000053f , 0x00000005 
+ 00029813  0x00005f3f ifetch  0x00000006 , 0x00000011 
+ 00029814  0x00005f40 istore  0x00000006 , 0x00000005 
+ 00029815  0x00005f41 branch  0x0000747a , 0x00000028 
+ 00029816  0x00005f42 ifetch  0x00000006 , 0x00000011 
+ 00029817  0x00005f43 branch  0x0000747b 
+ 00029818  0x00005f45 ifetch  0x00000006 , 0x00000006 
+ 00029819  0x00005f47 istore  0x00000006 , 0x00000005 
+ 00029820  0x00005f48 ifetch  0x00000004 , 0x00000011 
+ 00029821  0x00005f49 istore  0x00000004 , 0x00000005 
+ 00029822  0x00005f4a rtn 
+ 00029823  0x00005f4d arg  0x00004262 , 0x00000006 
+ 00029824  0x00005f4e arg  0x0000052f , 0x00000005 
+ 00029825  0x00005f4f arg  0x00000000 , 0x00000002 
+ 00029826  0x00005f50 setarg  0x008395a7 
+ 00029827  0x00005f51 call  0x000074a0 
+ 00029828  0x00005f52 setarg  0x00b3c1df 
+ 00029829  0x00005f53 call  0x000074a0 
+ 00029830  0x00005f54 setarg  0x0000e5e9 
+ 00029831  0x00005f55 call  0x000074a1 
+ 00029832  0x00005f56 copy  0x00000002 , 0x00000014 
+ 00029833  0x00005f57 disable  0x00000028 
+ 00029834  0x00005f58 call  0x0000748e 
+ 00029835  0x00005f59 copy  0x00000014 , 0x00000002 
+ 00029836  0x00005f5a enable  0x00000028 
+ 00029837  0x00005f5b branch  0x0000748e 
+ 00029838  0x00005f5e force  0x00000008 , 0x00000039 
+ 00029839  0x00005f60 ifetch  0x00000001 , 0x00000006 
+ 00029840  0x00005f61 compare  0x00000001 , 0x00000039 , 0x00000001 
+ 00029841  0x00005f62 branch  0x00007495 , 0x00000028 
+ 00029842  0x00005f63 branch  0x00007496 , 0x00000001 
+ 00029843  0x00005f65 iadd  0x00000002 , 0x0000003f 
+ 00029844  0x00005f66 branch  0x00007497 
+ 00029845  0x00005f68 branch  0x00007493 , 0x00000001 
+ 00029846  0x00005f6a ixor  0x00000002 , 0x0000003f 
+ 00029847  0x00005f6c istore  0x00000001 , 0x00000005 
+ 00029848  0x00005f6d rshift8  0x00000002 , 0x00000002 
+ 00029849  0x00005f6e loop  0x0000748f 
+ 00029850  0x00005f6f rtn 
+ 00029851  0x00005f72 fetch  0x00000006 , 0x00000523 
+ 00029852  0x00005f73 store  0x00000006 , 0x00000056 
+ 00029853  0x00005f74 ifetch  0x00000006 , 0x00000006 
+ 00029854  0x00005f75 istore  0x00000006 , 0x00000005 
+ 00029855  0x00005f76 rtn 
+ 00029856  0x00005f79 lshift8  0x00000002 , 0x00000002 
+ 00029857  0x00005f7b lshift16  0x00000002 , 0x00000002 
+ 00029858  0x00005f7c ior  0x00000002 , 0x00000002 
+ 00029859  0x00005f7d rtn 
+ 00029860  0x00005f81 branch  0x000074a4 
+ 00029861  0x00005f86 call  0x00007540 
+ 00029862  0x00005f87 arg  0x0000447b , 0x00000005 
+ 00029863  0x00005f88 branch  0x000075a3 
+ 00029864  0x00005f8c arg  0x0000449c , 0x00000005 
+ 00029865  0x00005f8d branch  0x000074ab , 0x00000029 
+ 00029866  0x00005f8e arg  0x000003b0 , 0x00000005 
+ 00029867  0x00005f90 copy  0x00000006 , 0x00000011 
+ 00029868  0x00005f91 call  0x00007e35 
+ 00029869  0x00005f92 call  0x00007551 
+ 00029870  0x00005f93 arg  0x0000448c , 0x00000006 
+ 00029871  0x00005f94 branch  0x000075bc 
+ 00029872  0x00005f97 arg  0x000003b0 , 0x00000011 
+ 00029873  0x00005f98 branch  0x000074b3 , 0x00000029 
+ 00029874  0x00005f99 arg  0x0000449c , 0x00000011 
+ 00029875  0x00005f9b copy  0x00000011 , 0x00000005 
+ 00029876  0x00005f9c call  0x00006226 
+ 00029877  0x00005f9d branch  0x00007551 
+ 00029878  0x00005fa0 arg  0x00000380 , 0x00000006 
+ 00029879  0x00005fa1 call  0x00007592 
+ 00029880  0x00005fa2 arg  0x0000447b , 0x00000006 
+ 00029881  0x00005fa3 call  0x00007593 
+ 00029882  0x00005fa4 force  0x00000038 , 0x00000036 
+ 00029883  0x00005fa5 force  0x00000000 , 0x00000036 
+ 00029884  0x00005fa6 call  0x0000752f 
+ 00029885  0x00005fa7 arg  0x000003fd , 0x00000005 
+ 00029886  0x00005fa8 branch  0x000075a3 
+ 00029887  0x00005fac force  0x00000049 , 0x0000003f 
+ 00029888  0x00005fad branch  0x000074c2 
+ 00029889  0x00005faf force  0x00000001 , 0x0000003f 
+ 00029890  0x00005fb1 force  0x00000000 , 0x00000038 
+ 00029891  0x00005fb2 lshift8  0x00000002 , 0x0000002f 
+ 00029892  0x00005fb3 ior  0x0000002f , 0x0000002f 
+ 00029893  0x00005fb4 increase  0x00000001 , 0x00000038 
+ 00029894  0x00005fb5 rshift8  0x00000002 , 0x0000002f 
+ 00029895  0x00005fb6 rshift16  0x0000002f , 0x0000002f 
+ 00029896  0x00005fb7 fetch  0x00000002 , 0x00004473 
+ 00029897  0x00005fb8 lshift16 , 0x0000003f , 0x0000003f 
+ 00029898  0x00005fb9 ior  0x0000002f , 0x0000002f 
+ 00029899  0x00005fba increase  0x00000001 , 0x00000038 
+ 00029900  0x00005fbb ifetch  0x00000004 , 0x00000006 
+ 00029901  0x00005fbc iforce  0x0000002f 
+ 00029902  0x00005fbd increase  0x00000001 , 0x00000038 
+ 00029903  0x00005fbe ifetch  0x00000002 , 0x00000006 
+ 00029904  0x00005fbf byteswap  0x00000011 , 0x0000002f 
+ 00029905  0x00005fc0 lshift16  0x0000002f , 0x0000002f 
+ 00029906  0x00005fc1 ior  0x0000002f , 0x0000002f 
+ 00029907  0x00005fc2 increase  0x00000001 , 0x00000038 
+ 00029908  0x00005fc3 rtn 
+ 00029909  0x00005fc8 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00029910  0x00005fc9 ifetch  0x00000001 , 0x00000006 
+ 00029911  0x00005fca iforce  0x00000011 
+ 00029912  0x00005fcb call  0x000074bf 
+ 00029913  0x00005fcc call  0x00007531 
+ 00029914  0x00005fce force  0x00000000 , 0x00000038 
+ 00029915  0x00005fcf ifetch  0x00000001 , 0x00000013 
+ 00029916  0x00005fd0 and_into  0x00000003 , 0x0000003f 
+ 00029917  0x00005fd1 lshift16  0x0000003f , 0x0000002f 
+ 00029918  0x00005fd2 set1  0x00000008 , 0x0000002f 
+ 00029919  0x00005fd3 call  0x0000759b 
+ 00029920  0x00005fd4 call  0x00007534 
+ 00029921  0x00005fd6 copy  0x00000011 , 0x00000039 
+ 00029922  0x00005fd7 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00029923  0x00005fd8 call  0x0000757a 
+ 00029924  0x00005fda call  0x00007584 
+ 00029925  0x00005fdb call  0x00007534 
+ 00029926  0x00005fdc deposit  0x00000039 
+ 00029927  0x00005fdd branch  0x000074e9 , 0x00000034 
+ 00029928  0x00005fde branch  0x000074e4 
+ 00029929  0x00005fe0 force  0x0000000c , 0x00000038 
+ 00029930  0x00005fe1 deposit  0x0000002f 
+ 00029931  0x00005fe2 store  0x00000004 , 0x00000378 
+ 00029932  0x00005fe3 rtn 
+ 00029933  0x00005fe6 increase  0x00000001 , 0x00000011 
+ 00029934  0x00005fe7 call  0x000074c1 
+ 00029935  0x00005fe8 copy  0x00000013 , 0x00000006 
+ 00029936  0x00005fe9 call  0x0000758e 
+ 00029937  0x00005fea call  0x00007537 
+ 00029938  0x00005feb call  0x000075aa 
+ 00029939  0x00005fec increase  0x00000010 , 0x00000013 
+ 00029940  0x00005fed increase  0xfffffff0 , 0x00000012 
+ 00029941  0x00005fee branch  0x000074ed , 0x00000002 
+ 00029942  0x00005fef rtn 
+ 00029943  0x00005ff2 arg  0x0000443e , 0x00000013 
+ 00029944  0x00005ff3 fetcht  0x00000005 , 0x00004465 
+ 00029945  0x00005ff4 call  0x000074d5 
+ 00029946  0x00005ff5 force  0x00000008 , 0x00000038 
+ 00029947  0x00005ff6 iforce  0x0000002f 
+ 00029948  0x00005ff7 force  0x00000000 , 0x00000011 
+ 00029949  0x00005ff8 call  0x000074c1 
+ 00029950  0x00005ff9 call  0x00007537 
+ 00029951  0x00005ffa arg  0x00004440 , 0x00000013 
+ 00029952  0x00005ffb fetch  0x00000001 , 0x0000443f 
+ 00029953  0x00005ffc add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029954  0x00005ffd iadd  0x00000013 , 0x00000005 
+ 00029955  0x00005ffe force  0x0000000c , 0x00000038 
+ 00029956  0x00005fff deposit  0x0000002f 
+ 00029957  0x00006000 istore  0x00000004 , 0x00000005 
+ 00029958  0x00006001 call  0x000074ed 
+ 00029959  0x00006002 fetch  0x00000001 , 0x0000443f 
+ 00029960  0x00006003 increase  0x00000004 , 0x0000003f 
+ 00029961  0x00006004 store  0x00000001 , 0x0000443f 
+ 00029962  0x00006005 fetcht  0x00000005 , 0x00004465 
+ 00029963  0x00006006 increase  0x00000001 , 0x00000002 
+ 00029964  0x00006007 storet  0x00000005 , 0x00004465 
+ 00029965  0x00006008 rtn 
+ 00029966  0x0000600b fetch  0x00000001 , 0x00000341 
+ 00029967  0x0000600c sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00029968  0x0000600d branch  0x00007511 , 0x00000002 
+ 00029969  0x0000600f arg  0x00000342 , 0x00000013 
+ 00029970  0x00006010 add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029971  0x00006011 increase  0xfffffffc , 0x0000003f 
+ 00029972  0x00006012 store  0x00000001 , 0x00000341 
+ 00029973  0x00006013 iadd  0x00000013 , 0x00000006 
+ 00029974  0x00006014 ifetch  0x00000004 , 0x00000006 
+ 00029975  0x00006015 force  0x00000008 , 0x00000038 
+ 00029976  0x00006016 iforce  0x0000002f 
+ 00029977  0x00006017 force  0x00000000 , 0x00000011 
+ 00029978  0x00006018 fetcht  0x00000005 , 0x0000446a 
+ 00029979  0x00006019 call  0x000074c1 
+ 00029980  0x0000601a call  0x00007537 
+ 00029981  0x0000601b force  0x0000000c , 0x00000038 
+ 00029982  0x0000601c deposit  0x0000002f 
+ 00029983  0x0000601d store  0x00000004 , 0x0000037c 
+ 00029984  0x0000601e call  0x000074ed 
+ 00029985  0x0000601f arg  0x00000340 , 0x00000013 
+ 00029986  0x00006020 call  0x000074d5 
+ 00029987  0x00006021 fetcht  0x00000004 , 0x0000037c 
+ 00029988  0x00006022 isub  0x00000002 , 0x0000003f 
+ 00029989  0x00006023 nrtn  0x00000034 
+ 00029990  0x00006024 fetch  0x00000004 , 0x0000446f 
+ 00029991  0x00006025 isub  0x00000002 , 0x0000003f 
+ 00029992  0x00006026 rtn  0x00000034 
+ 00029993  0x00006027 storet  0x00000004 , 0x0000446f 
+ 00029994  0x00006028 fetch  0x00000005 , 0x0000446a 
+ 00029995  0x00006029 increase  0x00000001 , 0x0000003f 
+ 00029996  0x0000602a store  0x00000005 , 0x0000446a 
+ 00029997  0x0000602b force  0x00000000 , 0x0000003f 
+ 00029998  0x0000602c rtn 
+ 00029999  0x0000602f nbranch  0x0000752f , 0x00000037 
+ 00030000  0x00006030 rtn 
+ 00030001  0x00006033 force  0x00000030 , 0x00000036 
+ 00030002  0x00006034 force  0x00000000 , 0x00000036 
+ 00030003  0x00006035 branch  0x0000752f 
+ 00030004  0x00006038 force  0x00000032 , 0x00000036 
+ 00030005  0x00006039 force  0x00000002 , 0x00000036 
+ 00030006  0x0000603a branch  0x0000752f 
+ 00030007  0x0000603d force  0x00000034 , 0x00000036 
+ 00030008  0x0000603e force  0x00000004 , 0x00000036 
+ 00030009  0x0000603f branch  0x0000752f 
+ 00030010  0x00006042 force  0x00000036 , 0x00000036 
+ 00030011  0x00006043 force  0x00000006 , 0x00000036 
+ 00030012  0x00006044 branch  0x0000752f 
+ 00030013  0x00006047 force  0x00000001 , 0x00000036 
+ 00030014  0x00006048 force  0x00000000 , 0x00000036 
+ 00030015  0x00006049 rtn 
+ 00030016  0x0000604b force  0x00000000 , 0x00000038 
+ 00030017  0x0000604c fetch  0x00000004 , 0x000003b0 
+ 00030018  0x0000604d iforce  0x0000002f 
+ 00030019  0x0000604e increase  0x00000001 , 0x00000038 
+ 00030020  0x0000604f ifetch  0x00000004 , 0x00000006 
+ 00030021  0x00006050 iforce  0x0000002f 
+ 00030022  0x00006051 increase  0x00000001 , 0x00000038 
+ 00030023  0x00006052 fetch  0x00000004 , 0x0000449c 
+ 00030024  0x00006053 iforce  0x0000002f 
+ 00030025  0x00006054 increase  0x00000001 , 0x00000038 
+ 00030026  0x00006055 ifetch  0x00000004 , 0x00000006 
+ 00030027  0x00006056 iforce  0x0000002f 
+ 00030028  0x00006057 increase  0x00000001 , 0x00000038 
+ 00030029  0x00006058 call  0x0000759e 
+ 00030030  0x00006059 force  0x00000038 , 0x00000036 
+ 00030031  0x0000605a force  0x00000008 , 0x00000036 
+ 00030032  0x0000605b branch  0x0000752f 
+ 00030033  0x0000605f fetch  0x00000006 , 0x000044f9 
+ 00030034  0x00006060 fetcht  0x00000006 , 0x000003d0 
+ 00030035  0x00006061 branch  0x00007556 , 0x00000029 
+ 00030036  0x00006062 fetch  0x00000006 , 0x000003d0 
+ 00030037  0x00006063 fetcht  0x00000006 , 0x000044f9 
+ 00030038  0x00006065 force  0x00000008 , 0x00000038 
+ 00030039  0x00006066 copy  0x00000002 , 0x0000002f 
+ 00030040  0x00006067 increase  0x00000001 , 0x00000038 
+ 00030041  0x00006068 rshift32  0x00000002 , 0x0000002f 
+ 00030042  0x00006069 lshift16  0x0000003f , 0x0000003f 
+ 00030043  0x0000606a ior  0x0000002f , 0x0000002f 
+ 00030044  0x0000606b increase  0x00000001 , 0x00000038 
+ 00030045  0x0000606c rshift32  0x0000003f , 0x0000002f 
+ 00030046  0x0000606d increase  0x00000001 , 0x00000038 
+ 00030047  0x0000606e force  0x00000000 , 0x0000002f 
+ 00030048  0x0000606f force  0x00000000 , 0x0000003f 
+ 00030049  0x00006070 fetch  0x00000001 , 0x000044e6 
+ 00030050  0x00006071 fetcht  0x00000001 , 0x000044dc 
+ 00030051  0x00006072 nbranch  0x00007566 , 0x00000029 
+ 00030052  0x00006074 fetch  0x00000001 , 0x000044ed 
+ 00030053  0x00006075 fetcht  0x00000001 , 0x000044e6 
+ 00030054  0x00006077 store  0x00000001 , 0x000044ac 
+ 00030055  0x00006078 storet  0x00000001 , 0x000044ad 
+ 00030056  0x00006079 force  0x00000000 , 0x00000038 
+ 00030057  0x0000607a arg  0x000044ac , 0x00000012 
+ 00030058  0x0000607b force  0x00000004 , 0x00000039 
+ 00030059  0x0000607d ifetch  0x00000004 , 0x00000011 
+ 00030060  0x0000607e ifetcht  0x00000004 , 0x00000012 
+ 00030061  0x0000607f ixor  0x00000002 , 0x0000002f 
+ 00030062  0x00006080 increase  0x00000001 , 0x00000038 
+ 00030063  0x00006081 increase  0x00000004 , 0x00000011 
+ 00030064  0x00006082 increase  0x00000004 , 0x00000012 
+ 00030065  0x00006083 loop  0x0000756b 
+ 00030066  0x00006084 call  0x0000759e 
+ 00030067  0x00006085 force  0x00000038 , 0x00000036 
+ 00030068  0x00006086 force  0x0000000c , 0x00000036 
+ 00030069  0x00006087 call  0x0000752f 
+ 00030070  0x00006089 call  0x0000759d 
+ 00030071  0x0000608a force  0x0000003a , 0x00000036 
+ 00030072  0x0000608b force  0x00000008 , 0x00000036 
+ 00030073  0x0000608c branch  0x0000752f 
+ 00030074  0x0000608f compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00030075  0x00006090 rtn  0x00000001 
+ 00030076  0x00006091 deposit  0x00000006 
+ 00030077  0x00006092 iadd  0x00000039 , 0x00000005 
+ 00030078  0x00006093 force  0x00000000 , 0x0000003f 
+ 00030079  0x00006095 istore  0x00000001 , 0x00000005 
+ 00030080  0x00006096 increase  0x00000001 , 0x00000039 
+ 00030081  0x00006097 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00030082  0x00006098 rtn  0x00000001 
+ 00030083  0x00006099 branch  0x0000757f 
+ 00030084  0x0000609c force  0x00000000 , 0x00000038 
+ 00030085  0x0000609e deposit  0x00000039 
+ 00030086  0x0000609f branch  0x00007589 , 0x00000034 
+ 00030087  0x000060a0 ifetch  0x00000004 , 0x00000006 
+ 00030088  0x000060a1 increase  0xfffffffc , 0x00000039 
+ 00030089  0x000060a3 iforce  0x0000002f 
+ 00030090  0x000060a4 increase  0x00000001 , 0x00000038 
+ 00030091  0x000060a5 compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00030092  0x000060a6 rtn  0x00000001 
+ 00030093  0x000060a7 branch  0x00007585 
+ 00030094  0x000060aa force  0x00000008 , 0x00000038 
+ 00030095  0x000060ab branch  0x00007593 
+ 00030096  0x000060ad force  0x00000004 , 0x00000038 
+ 00030097  0x000060ae branch  0x00007593 
+ 00030098  0x000060b0 force  0x00000000 , 0x00000038 
+ 00030099  0x000060b2 force  0x00000004 , 0x00000039 
+ 00030100  0x000060b4 ifetch  0x00000004 , 0x00000006 
+ 00030101  0x000060b5 iforce  0x0000002f 
+ 00030102  0x000060b6 increase  0x00000001 , 0x00000038 
+ 00030103  0x000060b7 loop  0x00007594 
+ 00030104  0x000060b8 rtn 
+ 00030105  0x000060bb arg  0x000003fd , 0x00000006 
+ 00030106  0x000060bc branch  0x00007590 
+ 00030107  0x000060bf force  0x00000004 , 0x00000039 
+ 00030108  0x000060c0 branch  0x000075a0 
+ 00030109  0x000060c3 force  0x00000000 , 0x00000038 
+ 00030110  0x000060c5 force  0x00000004 , 0x00000039 
+ 00030111  0x000060c7 force  0x00000000 , 0x0000002f 
+ 00030112  0x000060c9 increase  0x00000001 , 0x00000038 
+ 00030113  0x000060ca loop  0x0000759f 
+ 00030114  0x000060cb rtn 
+ 00030115  0x000060ce force  0x0000000c , 0x00000038 
+ 00030116  0x000060cf force  0x00000004 , 0x00000039 
+ 00030117  0x000060d1 deposit  0x0000002f 
+ 00030118  0x000060d2 istore  0x00000004 , 0x00000005 
+ 00030119  0x000060d3 increase  0x00000001 , 0x00000038 
+ 00030120  0x000060d4 loop  0x000075a5 
+ 00030121  0x000060d5 rtn 
+ 00030122  0x000060d8 force  0x0000000c , 0x00000038 
+ 00030123  0x000060d9 copy  0x00000013 , 0x00000005 
+ 00030124  0x000060da add  0x00000012 , 0x00000001 , 0x00000039 
+ 00030125  0x000060db sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00030126  0x000060dc branch  0x000075b0 , 0x00000002 
+ 00030127  0x000060dd force  0x00000010 , 0x00000039 
+ 00030128  0x000060df deposit  0x0000002f 
+ 00030129  0x000060e0 sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00030130  0x000060e1 branch  0x000075b8 , 0x00000002 
+ 00030131  0x000060e2 istore  0x00000004 , 0x00000005 
+ 00030132  0x000060e3 increase  0xfffffffc , 0x00000039 
+ 00030133  0x000060e4 rtn  0x00000005 
+ 00030134  0x000060e5 increase  0x00000001 , 0x00000038 
+ 00030135  0x000060e6 branch  0x000075b0 
+ 00030136  0x000060e8 istore  0x00000001 , 0x00000005 
+ 00030137  0x000060e9 rshift8  0x0000003f , 0x0000003f 
+ 00030138  0x000060ea loop  0x000075b8 
+ 00030139  0x000060eb rtn 
+ 00030140  0x000060ef force  0x0000000c , 0x00000038 
+ 00030141  0x000060f0 force  0x00000004 , 0x00000039 
+ 00030142  0x000060f2 ifetch  0x00000004 , 0x00000006 
+ 00030143  0x000060f3 isub  0x0000002f , 0x0000003e 
+ 00030144  0x000060f4 nrtn  0x00000005 
+ 00030145  0x000060f5 increase  0x00000001 , 0x00000038 
+ 00030146  0x000060f6 loop  0x000075be 
+ 00030147  0x000060f7 force  0x00000000 , 0x0000003e 
+ 00030148  0x000060f8 rtn 
+ 00030149  0x000060fb hfetch  0x00000001 , 0x00008050 
+ 00030150  0x000060fc set0  0x00000000 , 0x0000003f 
+ 00030151  0x000060fd hstore  0x00000001 , 0x00008050 
+ 00030152  0x000060fe rtn 
+ 00030153  0x00006101 hfetch  0x00000001 , 0x00008050 
+ 00030154  0x00006102 set1  0x00000000 , 0x0000003f 
+ 00030155  0x00006103 hstore  0x00000001 , 0x00008050 
+ 00030156  0x00006104 rtn 
+ 00030157  0x00006107 arg  0x00000742 , 0x00000005 
+ 00030158  0x00006108 setsect  0x00000000 , 0x0003ffff 
+ 00030159  0x00006109 setsect  0x00000001 , 0x0003ffff 
+ 00030160  0x0000610a setsect  0x00000002 , 0x0003ffff 
+ 00030161  0x0000610b setsect  0x00000003 , 0x0003fbff 
+ 00030162  0x0000610c istore  0x00000009 , 0x00000005 
+ 00030163  0x0000610d setsect  0x00000000 , 0x0003ffff 
+ 00030164  0x0000610e setsect  0x00000001 , 0x0003ffff 
+ 00030165  0x0000610f setsect  0x00000002 , 0x0003ffff 
+ 00030166  0x00006110 setsect  0x00000003 , 0x0003ffff 
+ 00030167  0x00006111 istore  0x00000009 , 0x00000005 
+ 00030168  0x00006112 setsect  0x00000000 , 0x0003ffff 
+ 00030169  0x00006113 setsect  0x00000001 , 0x0003ffff 
+ 00030170  0x00006114 setsect  0x00000002 , 0x0003cfff 
+ 00030171  0x00006115 setsect  0x00000003 , 0x0003ffff 
+ 00030172  0x00006116 istore  0x00000009 , 0x00000005 
+ 00030173  0x00006117 setsect  0x00000000 , 0x0003ffff 
+ 00030174  0x00006118 setsect  0x00000001 , 0x0003ffff 
+ 00030175  0x00006119 setsect  0x00000002 , 0x0003ffef 
+ 00030176  0x0000611a setsect  0x00000003 , 0x0003ffff 
+ 00030177  0x0000611b istore  0x00000009 , 0x00000005 
+ 00030178  0x0000611c setsect  0x00000000 , 0x0003ffff 
+ 00030179  0x0000611d setsect  0x00000001 , 0x0003ffff 
+ 00030180  0x0000611e setsect  0x00000002 , 0x0003ffff 
+ 00030181  0x0000611f setsect  0x00000003 , 0x0003ffff 
+ 00030182  0x00006120 istore  0x00000009 , 0x00000005 
+ 00030183  0x00006121 setsect  0x00000000 , 0x0003ffff 
+ 00030184  0x00006122 setsect  0x00000001 , 0x00026c7f 
+ 00030185  0x00006123 setsect  0x00000002 , 0x0000146b 
+ 00030186  0x00006124 setsect  0x00000003 , 0x00037bb3 
+ 00030187  0x00006125 istore  0x00000009 , 0x00000005 
+ 00030188  0x00006126 setsect  0x00000000 , 0x0001feb8 
+ 00030189  0x00006127 setsect  0x00000001 , 0x00010c12 
+ 00030190  0x00006128 setsect  0x00000002 , 0x0002b722 
+ 00030191  0x00006129 setsect  0x00000003 , 0x00029fa6 
+ 00030192  0x0000612a istore  0x00000009 , 0x00000005 
+ 00030193  0x0000612b setsect  0x00000000 , 0x0000e70f 
+ 00030194  0x0000612c setsect  0x00000001 , 0x00016720 
+ 00030195  0x0000612d setsect  0x00000002 , 0x0000519e 
+ 00030196  0x0000612e setsect  0x00000003 , 0x00019084 
+ 00030197  0x0000612f istore  0x00000009 , 0x00000005 
+ 00030198  0x00006130 setsect  0x00000000 , 0x00031012 
+ 00030199  0x00006131 setsect  0x00000001 , 0x000360bf 
+ 00030200  0x00006132 setsect  0x00000002 , 0x0003f0af 
+ 00030201  0x00006133 setsect  0x00000003 , 0x000003d3 
+ 00030202  0x00006134 istore  0x00000009 , 0x00000005 
+ 00030203  0x00006135 setsect  0x00000000 , 0x0003a188 
+ 00030204  0x00006136 setsect  0x00000001 , 0x00003ad0 
+ 00030205  0x00006137 setsect  0x00000002 , 0x0003cbf2 
+ 00030206  0x00006138 setsect  0x00000003 , 0x000243d9 
+ 00030207  0x00006139 istore  0x00000009 , 0x00000005 
+ 00030208  0x0000613a setsect  0x00000000 , 0x0002b030 
+ 00030209  0x0000613b setsect  0x00000001 , 0x00036a03 
+ 00030210  0x0000613c setsect  0x00000002 , 0x00011188 
+ 00030211  0x0000613d setsect  0x00000003 , 0x0001e520 
+ 00030212  0x0000613e istore  0x00000009 , 0x00000005 
+ 00030213  0x0000613f setsect  0x00000000 , 0x0003a11e 
+ 00030214  0x00006140 setsect  0x00000001 , 0x0000fe5d 
+ 00030215  0x00006141 setsect  0x00000002 , 0x0000dd57 
+ 00030216  0x00006142 setsect  0x00000003 , 0x0001ac93 
+ 00030217  0x00006143 istore  0x00000009 , 0x00000005 
+ 00030218  0x00006144 setsect  0x00000000 , 0x000011ed 
+ 00030219  0x00006145 setsect  0x00000001 , 0x000218c4 
+ 00030220  0x00006146 setsect  0x00000002 , 0x00008da7 
+ 00030221  0x00006147 setsect  0x00000003 , 0x000257ff 
+ 00030222  0x00006148 istore  0x00000009 , 0x00000005 
+ 00030223  0x00006149 setsect  0x00000000 , 0x0003192b 
+ 00030224  0x0000614a setsect  0x00000001 , 0x00034641 
+ 00030225  0x0000614b setsect  0x00000002 , 0x0001be0c 
+ 00030226  0x0000614c setsect  0x00000003 , 0x000366ad 
+ 00030227  0x0000614d istore  0x00000009 , 0x00000005 
+ 00030228  0x0000614e setsect  0x00000000 , 0x00001f83 
+ 00030229  0x0000614f setsect  0x00000001 , 0x00015a23 
+ 00030230  0x00006150 setsect  0x00000002 , 0x0003f9b0 
+ 00030231  0x00006151 setsect  0x00000003 , 0x00003949 
+ 00030232  0x00006152 istore  0x00000009 , 0x00000005 
+ 00030233  0x00006153 setsect  0x00000000 , 0x00013a51 
+ 00030234  0x00006154 setsect  0x00000001 , 0x000153fd 
+ 00030235  0x00006155 setsect  0x00000002 , 0x0003372a 
+ 00030236  0x00006156 setsect  0x00000003 , 0x0000f1bb 
+ 00030237  0x00006157 istore  0x00000009 , 0x00000005 
+ 00030238  0x00006158 setsect  0x00000000 , 0x0003ae85 
+ 00030239  0x00006159 setsect  0x00000001 , 0x0001eed9 
+ 00030240  0x0000615a setsect  0x00000002 , 0x00009e66 
+ 00030241  0x0000615b setsect  0x00000003 , 0x000001a8 
+ 00030242  0x0000615c istore  0x00000008 , 0x00000005 
+ 00030243  0x0000615d rtn 
+ 00030244  0x00006162 setarg  0x0000764c 
+ 00030245  0x00006163 store  0x00000002 , 0x0000428e 
+ 00030246  0x00006164 setarg  0x0000770f 
+ 00030247  0x00006165 store  0x00000002 , 0x00004290 
+ 00030248  0x00006166 setarg  0x000076ac 
+ 00030249  0x00006167 store  0x00000002 , 0x00004292 
+ 00030250  0x00006168 setarg  0x00007710 
+ 00030251  0x00006169 store  0x00000002 , 0x0000428a 
+ 00030252  0x0000616a setarg  0x00007718 
+ 00030253  0x0000616b store  0x00000002 , 0x00004294 
+ 00030254  0x0000616c set1  0x00000025 , 0x00000000 
+ 00030255  0x0000616d bpatch  0x000000f9 , 0x0000403f 
+ 00030256  0x0000616e rtn  0x0000002b 
+ 00030257  0x00006170 hjam  0x00000000 , 0x00008081 
+ 00030258  0x00006171 call  0x0000763f 
+ 00030259  0x00006173 setarg  0x00007717 
+ 00030260  0x00006174 store  0x00000002 , 0x00004288 
+ 00030261  0x00006176 jam  0x00000000 , 0x0000480e 
+ 00030262  0x00006177 jam  0x00000000 , 0x0000480a 
+ 00030263  0x00006178 jam  0x00000000 , 0x0000480b 
+ 00030264  0x00006179 setarg  0x00000000 
+ 00030265  0x0000617a store  0x00000004 , 0x00004800 
+ 00030266  0x0000617b call  0x00003f23 
+ 00030267  0x0000617c branch  0x00003f79 , 0x00000034 
+ 00030268  0x0000617d call  0x00003f96 
+ 00030269  0x0000617e call  0x00003f7e 
+ 00030270  0x0000617f branch  0x00003f6e 
+ 00030271  0x00006182 fetcht  0x00000001 , 0x0000480f 
+ 00030272  0x00006183 call  0x000069d1 
+ 00030273  0x00006184 fetcht  0x00000001 , 0x00004810 
+ 00030274  0x00006185 branch  0x000069d1 
+ 00030275  0x00006188 set1  0x00000025 , 0x00000000 
+ 00030276  0x00006189 bpatch  0x000000fa , 0x0000403f 
+ 00030277  0x0000618a fetcht  0x00000004 , 0x00004806 
+ 00030278  0x0000618b deposit  0x00000022 
+ 00030279  0x0000618c store  0x00000004 , 0x00004806 
+ 00030280  0x0000618d isub  0x00000002 , 0x0000003f 
+ 00030281  0x0000618e nrtn  0x00000002 
+ 00030282  0x0000618f sub  0x0000003f , 0x000000c8 , 0x0000003f 
+ 00030283  0x00006190 rtn 
+ 00030284  0x00006193 fetch  0x00000001 , 0x000042bc 
+ 00030285  0x00006194 rtnne  0x0000003f 
+ 00030286  0x00006196 set1  0x00000025 , 0x00000000 
+ 00030287  0x00006197 bpatch  0x000000fb , 0x0000403f 
+ 00030288  0x00006198 fetch  0x00000001 , 0x00004132 
+ 00030289  0x00006199 rtnne  0x00000009 
+ 00030290  0x0000619a disable  0x00000028 
+ 00030291  0x0000619b call  0x0000769b 
+ 00030292  0x0000619c nrtn  0x00000028 
+ 00030293  0x0000619d disable  0x00000028 
+ 00030294  0x0000619e fetch  0x00000001 , 0x00004133 
+ 00030295  0x0000619f beq  0x00000003 , 0x00007706 
+ 00030296  0x000061a1 fetch  0x00000001 , 0x0000480b 
+ 00030297  0x000061a2 beq  0x00000001 , 0x00007663 
+ 00030298  0x000061a3 beq  0x00000002 , 0x0000767d 
+ 00030299  0x000061a4 call  0x00007643 
+ 00030300  0x000061a5 branch  0x00007660 , 0x00000002 
+ 00030301  0x000061a7 fetch  0x00000001 , 0x0000480a 
+ 00030302  0x000061a8 bbit1  0x00000000 , 0x00007674 
+ 00030303  0x000061a9 bbit1  0x00000001 , 0x00007682 
+ 00030304  0x000061ac jam  0x00000000 , 0x0000480a 
+ 00030305  0x000061ad jam  0x00000000 , 0x0000480b 
+ 00030306  0x000061ae rtn 
+ 00030307  0x000061b2 jam  0x00000000 , 0x0000480b 
+ 00030308  0x000061b3 call  0x00007bde 
+ 00030309  0x000061b4 fetch  0x00000001 , 0x00004811 
+ 00030310  0x000061b5 beq  0x00000001 , 0x0000766a 
+ 00030311  0x000061b8 jam  0x00000005 , 0x00004805 
+ 00030312  0x000061b9 jam  0x00000003 , 0x00004800 
+ 00030313  0x000061ba branch  0x00007688 
+ 00030314  0x000061bc jam  0x00000000 , 0x0000480e 
+ 00030315  0x000061bd branch  0x0000766c 
+ 00030316  0x000061c0 jam  0x00000002 , 0x0000480e 
+ 00030317  0x000061c1 branch  0x00007684 
+ 00030318  0x000061c3 jam  0x00000003 , 0x0000480e 
+ 00030319  0x000061c4 branch  0x0000767f 
+ 00030320  0x000061c6 jam  0x00000004 , 0x0000480e 
+ 00030321  0x000061c7 branch  0x00007678 
+ 00030322  0x000061c9 jam  0x00000000 , 0x0000480e 
+ 00030323  0x000061ca branch  0x00007667 
+ 00030324  0x000061cd jam  0x00000001 , 0x0000480b 
+ 00030325  0x000061ce call  0x00007be7 
+ 00030326  0x000061cf fetch  0x00000001 , 0x00004811 
+ 00030327  0x000061d0 beq  0x00000001 , 0x0000767c 
+ 00030328  0x000061d3 jam  0x00000005 , 0x00004805 
+ 00030329  0x000061d4 setarg  0x00020003 
+ 00030330  0x000061d5 store  0x00000003 , 0x00004800 
+ 00030331  0x000061d6 branch  0x00007688 
+ 00030332  0x000061d8 rtn 
+ 00030333  0x000061db jam  0x00000000 , 0x0000480b 
+ 00030334  0x000061dc call  0x00007bde 
+ 00030335  0x000061de jam  0x0000000a , 0x00004805 
+ 00030336  0x000061df jam  0x00000001 , 0x00004800 
+ 00030337  0x000061e0 branch  0x00007688 
+ 00030338  0x000061e2 jam  0x00000002 , 0x0000480b 
+ 00030339  0x000061e3 call  0x00007be7 
+ 00030340  0x000061e5 jam  0x0000000a , 0x00004805 
+ 00030341  0x000061e6 jam  0x00000001 , 0x00004800 
+ 00030342  0x000061e7 setarg  0x00280000 
+ 00030343  0x000061e8 store  0x00000003 , 0x00004801 
+ 00030344  0x000061eb set1  0x00000025 , 0x00000000 
+ 00030345  0x000061ec bpatch  0x000000fc , 0x0000403f 
+ 00030346  0x000061ed fetch  0x00000001 , 0x00004805 
+ 00030347  0x000061ee copy  0x0000003f , 0x00000011 
+ 00030348  0x000061ef call  0x00004b2c 
+ 00030349  0x000061f0 fetch  0x00000002 , 0x000042b7 
+ 00030350  0x000061f1 istore  0x00000002 , 0x00000005 
+ 00030351  0x000061f2 setarg  0x000000a1 
+ 00030352  0x000061f3 istore  0x00000001 , 0x00000005 
+ 00030353  0x000061f4 fetcht  0x00000004 , 0x00004800 
+ 00030354  0x000061f5 istoret  0x00000008 , 0x00000005 
+ 00030355  0x000061f6 setarg  0x00000000 
+ 00030356  0x000061f7 istore  0x00000001 , 0x00000005 
+ 00030357  0x000061f8 store  0x00000004 , 0x00004800 
+ 00030358  0x000061fa fetch  0x00000001 , 0x0000480e 
+ 00030359  0x000061fb beq  0x00000002 , 0x0000766e 
+ 00030360  0x000061fc beq  0x00000003 , 0x00007670 
+ 00030361  0x000061fd beq  0x00000004 , 0x00007672 
+ 00030362  0x000061fe rtn 
+ 00030363  0x00006201 fetcht  0x00000001 , 0x0000480f 
+ 00030364  0x00006202 call  0x000069e5 
+ 00030365  0x00006203 setarg  0x00000000 
+ 00030366  0x00006204 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00030367  0x00006205 store  0x00000001 , 0x00004804 
+ 00030368  0x00006206 fetcht  0x00000001 , 0x00004810 
+ 00030369  0x00006207 call  0x000069e5 
+ 00030370  0x00006208 setarg  0x00000000 
+ 00030371  0x00006209 setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00030372  0x0000620a fetcht  0x00000001 , 0x00004804 
+ 00030373  0x0000620b ior  0x00000002 , 0x0000003f 
+ 00030374  0x0000620c fetcht  0x00000001 , 0x0000480a 
+ 00030375  0x0000620d store  0x00000001 , 0x0000480a 
+ 00030376  0x0000620e ixor  0x00000002 , 0x0000003e 
+ 00030377  0x0000620f rtn  0x00000005 
+ 00030378  0x00006210 enable  0x00000028 
+ 00030379  0x00006211 rtn 
+ 00030380  0x00006214 copy  0x00000013 , 0x0000003f 
+ 00030381  0x00006215 beq  0x00000005 , 0x000076d8 
+ 00030382  0x00006216 beq  0x00000006 , 0x000076da 
+ 00030383  0x00006217 beq  0x00000007 , 0x000076dd 
+ 00030384  0x00006218 beq  0x00000027 , 0x000076e1 
+ 00030385  0x00006219 beq  0x00000002 , 0x000076c9 
+ 00030386  0x0000621a beq  0x00000004 , 0x000076d0 
+ 00030387  0x0000621b beq  0x00000013 , 0x000076d0 
+ 00030388  0x0000621c beq  0x00000001 , 0x000076c6 
+ 00030389  0x0000621d beq  0x00000012 , 0x000076c0 
+ 00030390  0x0000621e beq  0x0000002e , 0x00003f57 
+ 00030391  0x0000621f and  0x0000003f , 0x0000000f , 0x00000002 
+ 00030392  0x00006220 and_into  0x000000f0 , 0x0000003f 
+ 00030393  0x00006221 beq  0x00000050 , 0x000076e4 
+ 00030394  0x00006222 rtn 
+ 00030395  0x00006225 fetch  0x00000001 , 0x000047f2 
+ 00030396  0x00006226 rtn  0x00000034 
+ 00030397  0x00006227 increase  0xffffffff , 0x0000003f 
+ 00030398  0x00006228 store  0x00000001 , 0x000047f2 
+ 00030399  0x00006229 nrtn  0x00000034 
+ 00030400  0x0000622b jam  0x00000001 , 0x0000427f 
+ 00030401  0x0000622c call  0x00003fa4 
+ 00030402  0x0000622d call  0x00003fa2 
+ 00030403  0x0000622e call  0x00003f7e 
+ 00030404  0x0000622f call  0x00003f98 
+ 00030405  0x00006230 branch  0x00003f9e 
+ 00030406  0x00006234 jam  0x00000000 , 0x0000480d 
+ 00030407  0x00006235 jam  0x00000000 , 0x0000480c 
+ 00030408  0x00006236 rtn 
+ 00030409  0x00006239 set1  0x00000025 , 0x00000000 
+ 00030410  0x0000623a bpatch  0x000000fd , 0x0000403f 
+ 00030411  0x0000623b jam  0x00000000 , 0x0000429d 
+ 00030412  0x0000623c jam  0x00000000 , 0x0000480c 
+ 00030413  0x0000623d jam  0x00000000 , 0x0000480d 
+ 00030414  0x0000623e fetch  0x00000002 , 0x000042a0 
+ 00030415  0x0000623f bbit0  0x00000003 , 0x000076d4 
+ 00030416  0x00006242 fetch  0x00000002 , 0x000047fe 
+ 00030417  0x00006243 store  0x00000002 , 0x000047f0 
+ 00030418  0x00006245 call  0x00003f12 
+ 00030419  0x00006246 branch  0x00003f7b 
+ 00030420  0x00006249 bbit0  0x00000001 , 0x000076d6 
+ 00030421  0x0000624a branch  0x000076d0 
+ 00030422  0x0000624d bbit0  0x00000002 , 0x000076d2 
+ 00030423  0x0000624e branch  0x000076d0 
+ 00030424  0x00006252 call  0x00003f7e 
+ 00030425  0x00006253 branch  0x00003f98 
+ 00030426  0x00006256 setarg  0x00000002 
+ 00030427  0x00006257 store  0x00000001 , 0x000047f2 
+ 00030428  0x00006258 rtn 
+ 00030429  0x0000625b jam  0x00000000 , 0x0000480c 
+ 00030430  0x0000625c setarg  0x00000001 
+ 00030431  0x0000625d store  0x00000001 , 0x0000480d 
+ 00030432  0x0000625e rtn 
+ 00030433  0x00006261 setarg  0x00000005 
+ 00030434  0x00006262 store  0x00000001 , 0x0000480c 
+ 00030435  0x00006263 rtn 
+ 00030436  0x00006266 set1  0x00000025 , 0x00000000 
+ 00030437  0x00006267 bpatch  0x000000fe , 0x0000403f 
+ 00030438  0x00006268 storet  0x00000001 , 0x00000259 
+ 00030439  0x0000626a fetch  0x00000001 , 0x00000259 
+ 00030440  0x0000626b rtn  0x00000034 
+ 00030441  0x0000626c increase  0xffffffff , 0x0000003f 
+ 00030442  0x0000626d store  0x00000001 , 0x00000259 
+ 00030443  0x0000626e call  0x000076ef 
+ 00030444  0x0000626f call  0x000076bb 
+ 00030445  0x00006270 call  0x000076fa 
+ 00030446  0x00006271 branch  0x000076e7 
+ 00030447  0x00006274 fetch  0x00000001 , 0x0000480c 
+ 00030448  0x00006275 rtn  0x00000034 
+ 00030449  0x00006276 fetch  0x00000001 , 0x0000480c 
+ 00030450  0x00006277 increase  0xffffffff , 0x0000003f 
+ 00030451  0x00006278 store  0x00000001 , 0x0000480c 
+ 00030452  0x00006279 nrtn  0x00000034 
+ 00030453  0x0000627a fetch  0x00000001 , 0x000002e6 
+ 00030454  0x0000627b set1  0x00000000 , 0x0000003f 
+ 00030455  0x0000627c set1  0x00000007 , 0x0000003f 
+ 00030456  0x0000627d store  0x00000001 , 0x000002e6 
+ 00030457  0x0000627e rtn 
+ 00030458  0x00006281 fetch  0x00000001 , 0x0000480d 
+ 00030459  0x00006282 rtn  0x00000034 
+ 00030460  0x00006283 fetch  0x00000001 , 0x0000480d 
+ 00030461  0x00006284 increase  0xffffffff , 0x0000003f 
+ 00030462  0x00006285 store  0x00000001 , 0x0000480d 
+ 00030463  0x00006286 nrtn  0x00000034 
+ 00030464  0x00006287 branch  0x00003f77 
+ 00030465  0x0000628a set1  0x00000025 , 0x00000000 
+ 00030466  0x0000628b bpatch  0x000000ff , 0x0000403f 
+ 00030467  0x0000628c fetch  0x00000001 , 0x00004133 
+ 00030468  0x0000628d rtnne  0x00000003 
+ 00030469  0x0000628e branch  0x0000764e 
+ 00030470  0x00006290 call  0x00007643 
+ 00030471  0x00006291 rtn  0x00000002 
+ 00030472  0x00006292 fetch  0x00000001 , 0x0000480a 
+ 00030473  0x00006293 rtn  0x00000034 
+ 00030474  0x00006294 call  0x00003f23 
+ 00030475  0x00006295 branch  0x00003f79 , 0x00000034 
+ 00030476  0x00006296 call  0x00003f96 
+ 00030477  0x00006297 call  0x00003f7e 
+ 00030478  0x00006298 branch  0x00003f6e 
+ 00030479  0x0000629c branch  0x00007701 
+ 00030480  0x000062a0 fetcht  0x00000001 , 0x0000480f 
+ 00030481  0x000062a1 call  0x000069b4 
+ 00030482  0x000062a2 fetch  0x00000001 , 0x00004811 
+ 00030483  0x000062a3 bne  0x00000001 , 0x00007715 
+ 00030484  0x000062a4 rtn 
+ 00030485  0x000062a6 fetcht  0x00000001 , 0x00004810 
+ 00030486  0x000062a7 branch  0x000069b4 
+ 00030487  0x000062aa branch  0x0000763f 
+ 00030488  0x000062ae branch  0x00003f9a 
+ 00030489  0x000062b3 set1  0x00000025 , 0x00000000 
+ 00030490  0x000062b4 bpatch  0x000000f2 , 0x0000403e 
+ 00030491  0x000062b5 fetch  0x00000001 , 0x000047dc 
+ 00030492  0x000062b6 branch  0x00006009 , 0x00000034 
+ 00030493  0x000062b7 call  0x00006003 
+ 00030494  0x000062b8 setarg  0x00000000 
+ 00030495  0x000062b9 store  0x00000008 , 0x000007da 
+ 00030496  0x000062ba store  0x00000004 , 0x000007e2 
+ 00030497  0x000062bc arg  0x000007e9 , 0x00000005 
+ 00030498  0x000062bd istore  0x00000007 , 0x00000005 
+ 00030499  0x000062be jam  0x00000000 , 0x000007e0 
+ 00030500  0x000062bf branch  0x000077a4 
+ 00030501  0x000062c2 jam  0x00000001 , 0x000007dc 
+ 00030502  0x000062c3 branch  0x0000772a 
+ 00030503  0x000062c5 fetch  0x00000001 , 0x00004793 
+ 00030504  0x000062c6 beq  0x00000001 , 0x000077c2 
+ 00030505  0x000062c7 branch  0x00003bf1 
+ 00030506  0x000062c9 fetch  0x00000001 , 0x00004793 
+ 00030507  0x000062ca beq  0x00000001 , 0x0000772d 
+ 00030508  0x000062cb branch  0x000077a4 
+ 00030509  0x000062ce call  0x000077c2 
+ 00030510  0x000062cf fetch  0x00000001 , 0x000007db 
+ 00030511  0x000062d0 nrtn  0x00000034 
+ 00030512  0x000062d1 jam  0x00000003 , 0x000007da 
+ 00030513  0x000062d2 rtn 
+ 00030514  0x000062d5 fetch  0x00000001 , 0x000007de 
+ 00030515  0x000062d6 bne  0x00000000 , 0x00007750 
+ 00030516  0x000062d7 call  0x0000774d 
+ 00030517  0x000062d8 arg  0x00000898 , 0x00000005 
+ 00030518  0x000062d9 setarg  0x00000848 
+ 00030519  0x000062da istore  0x00000002 , 0x00000005 
+ 00030520  0x000062db setarg  0x000047c4 
+ 00030521  0x000062dc istore  0x00000002 , 0x00000005 
+ 00030522  0x000062dd setarg  0x00000808 
+ 00030523  0x000062de istore  0x00000002 , 0x00000005 
+ 00030524  0x000062df branch  0x00007744 
+ 00030525  0x000062e1 arg  0x00000898 , 0x00000005 
+ 00030526  0x000062e2 setarg  0x00000858 
+ 00030527  0x000062e3 istore  0x00000002 , 0x00000005 
+ 00030528  0x000062e4 setarg  0x00000808 
+ 00030529  0x000062e5 istore  0x00000002 , 0x00000005 
+ 00030530  0x000062e6 setarg  0x000047c4 
+ 00030531  0x000062e7 istore  0x00000002 , 0x00000005 
+ 00030532  0x000062e9 call  0x00007ad2 
+ 00030533  0x000062ea fetch  0x00000001 , 0x000007db 
+ 00030534  0x000062eb beq  0x00000004 , 0x0000774a 
+ 00030535  0x000062ec jam  0x00000001 , 0x000007dc 
+ 00030536  0x000062ed jam  0x00000005 , 0x000007da 
+ 00030537  0x000062ee rtn 
+ 00030538  0x000062f0 jam  0x00000014 , 0x000007db 
+ 00030539  0x000062f1 call  0x00007727 
+ 00030540  0x000062f2 branch  0x0000780f 
+ 00030541  0x000062f5 arg  0x00000838 , 0x00000005 
+ 00030542  0x000062f6 force  0x00000008 , 0x00000007 
+ 00030543  0x000062f7 branch  0x000077db 
+ 00030544  0x000062fa jam  0x00000001 , 0x000007dc 
+ 00030545  0x000062fb rtn 
+ 00030546  0x000062ff arg  0x000006c3 , 0x00000005 
+ 00030547  0x00006300 fetch  0x00000006 , 0x00004140 
+ 00030548  0x00006301 istore  0x00000006 , 0x00000005 
+ 00030549  0x00006302 fetch  0x00000006 , 0x00000040 
+ 00030550  0x00006303 istore  0x00000006 , 0x00000005 
+ 00030551  0x00006304 fetch  0x00000003 , 0x000007e9 
+ 00030552  0x00006305 istore  0x00000003 , 0x00000005 
+ 00030553  0x00006307 call  0x00007b3c 
+ 00030554  0x00006309 arg  0x00000868 , 0x00000011 
+ 00030555  0x0000630a arg  0x00000878 , 0x00000012 
+ 00030556  0x0000630b force  0x00000004 , 0x00000007 
+ 00030557  0x0000630c call  0x000077e0 
+ 00030558  0x0000630d nbranch  0x00007768 , 0x00000001 
+ 00030559  0x00006310 fetch  0x00000001 , 0x000007db 
+ 00030560  0x00006311 beq  0x00000009 , 0x00007765 
+ 00030561  0x00006312 jam  0x0000000a , 0x000007da 
+ 00030562  0x00006313 jam  0x00000001 , 0x000007dc 
+ 00030563  0x00006314 jam  0x00000003 , 0x0000007c 
+ 00030564  0x00006315 rtn 
+ 00030565  0x00006317 jam  0x00000003 , 0x0000007c 
+ 00030566  0x00006318 jam  0x00000015 , 0x000007db 
+ 00030567  0x00006319 branch  0x0000780f 
+ 00030568  0x0000631d fetch  0x00000001 , 0x000007db 
+ 00030569  0x0000631e beq  0x00000009 , 0x0000776e 
+ 00030570  0x0000631f jam  0x00000000 , 0x000007da 
+ 00030571  0x00006320 jam  0x00000004 , 0x0000007c 
+ 00030572  0x00006322 jam  0x00000005 , 0x0000007e 
+ 00030573  0x00006323 rtn 
+ 00030574  0x00006325 jam  0x00000004 , 0x0000007c 
+ 00030575  0x00006326 jam  0x00000000 , 0x000007db 
+ 00030576  0x00006327 rtn 
+ 00030577  0x0000632a fetch  0x00000001 , 0x000007df 
+ 00030578  0x0000632b beq  0x00000001 , 0x00007775 
+ 00030579  0x0000632c jam  0x0000000a , 0x000007db 
+ 00030580  0x0000632d branch  0x0000780f 
+ 00030581  0x0000632f arg  0x000006c3 , 0x00000005 
+ 00030582  0x00006330 fetch  0x00000006 , 0x00000040 
+ 00030583  0x00006331 istore  0x00000006 , 0x00000005 
+ 00030584  0x00006332 fetch  0x00000006 , 0x00004140 
+ 00030585  0x00006333 istore  0x00000006 , 0x00000005 
+ 00030586  0x00006334 fetch  0x00000003 , 0x000007e6 
+ 00030587  0x00006335 istore  0x00000003 , 0x00000005 
+ 00030588  0x00006337 call  0x00007b4a 
+ 00030589  0x00006338 fetch  0x00000001 , 0x000007db 
+ 00030590  0x00006339 beq  0x0000000a , 0x00007782 
+ 00030591  0x0000633a jam  0x0000000b , 0x000007da 
+ 00030592  0x0000633b jam  0x00000001 , 0x000007dc 
+ 00030593  0x0000633c rtn 
+ 00030594  0x0000633e jam  0x0000000b , 0x000007db 
+ 00030595  0x0000633f jam  0x00000001 , 0x000007dd 
+ 00030596  0x00006340 rtn 
+ 00030597  0x00006343 arg  0x00000898 , 0x00000005 
+ 00030598  0x00006344 fetch  0x00000006 , 0x00000040 
+ 00030599  0x00006345 istore  0x00000006 , 0x00000005 
+ 00030600  0x00006346 fetch  0x00000006 , 0x00004140 
+ 00030601  0x00006347 istore  0x00000006 , 0x00000005 
+ 00030602  0x00006348 setarg  0x00000848 
+ 00030603  0x00006349 istore  0x00000002 , 0x00000005 
+ 00030604  0x0000634a setarg  0x00000858 
+ 00030605  0x0000634b istore  0x00000002 , 0x00000005 
+ 00030606  0x0000634c branch  0x00007799 
+ 00030607  0x0000634e jam  0x0000000f , 0x000007da 
+ 00030608  0x0000634f arg  0x00000898 , 0x00000005 
+ 00030609  0x00006350 fetch  0x00000006 , 0x00004140 
+ 00030610  0x00006351 istore  0x00000006 , 0x00000005 
+ 00030611  0x00006352 fetch  0x00000006 , 0x00000040 
+ 00030612  0x00006353 istore  0x00000006 , 0x00000005 
+ 00030613  0x00006354 setarg  0x00000858 
+ 00030614  0x00006355 istore  0x00000002 , 0x00000005 
+ 00030615  0x00006356 setarg  0x00000848 
+ 00030616  0x00006357 istore  0x00000002 , 0x00000005 
+ 00030617  0x0000635a arg  0x000006c3 , 0x00000005 
+ 00030618  0x0000635b fetch  0x00000006 , 0x00000898 
+ 00030619  0x0000635c istore  0x00000006 , 0x00000005 
+ 00030620  0x0000635d fetch  0x00000006 , 0x0000089e 
+ 00030621  0x0000635e istore  0x00000006 , 0x00000005 
+ 00030622  0x00006360 call  0x00007b06 
+ 00030623  0x00006363 jam  0x00000001 , 0x0000425e 
+ 00030624  0x00006364 arg  0x00004262 , 0x00000005 
+ 00030625  0x00006365 arg  0x00000868 , 0x00000006 
+ 00030626  0x00006366 call  0x00007e35 
+ 00030627  0x00006367 branch  0x00003229 
+ 00030628  0x0000636b set1  0x00000025 , 0x00000000 
+ 00030629  0x0000636c bpatch  0x000000f3 , 0x0000403e 
+ 00030630  0x0000636d fetch  0x00000001 , 0x00004793 
+ 00030631  0x0000636e rtnne  0x00000000 
+ 00030632  0x0000636f fetch  0x00000001 , 0x000007de 
+ 00030633  0x00006370 rtnne  0x00000000 
+ 00030634  0x00006371 arg  0x00004794 , 0x00000005 
+ 00030635  0x00006372 force  0x0000000b , 0x00000007 
+ 00030636  0x00006373 call  0x000077db 
+ 00030637  0x00006374 random  0x0000003f 
+ 00030638  0x00006375 rshift  0x0000003f , 0x0000003f 
+ 00030639  0x00006376 istore  0x00000002 , 0x00000005 
+ 00030640  0x00006378 arg  0x0000065a , 0x00000005 
+ 00030641  0x00006379 arg  0x00004794 , 0x00000006 
+ 00030642  0x0000637a call  0x00007e33 
+ 00030643  0x0000637c arg  0x00000582 , 0x00000005 
+ 00030644  0x0000637d arg  0x0000078a , 0x00000006 
+ 00030645  0x0000637e call  0x00007e2d 
+ 00030646  0x00006380 arg  0x000005b2 , 0x00000005 
+ 00030647  0x00006381 call  0x00007e3a 
+ 00030648  0x00006382 jam  0x00000001 , 0x000005b2 
+ 00030649  0x00006384 call  0x00007b7f 
+ 00030650  0x00006385 jam  0x00000001 , 0x000007de 
+ 00030651  0x00006386 rtn 
+ 00030652  0x00006389 arg  0x000047ac , 0x00000005 
+ 00030653  0x0000638a arg  0x000005ca , 0x00000006 
+ 00030654  0x0000638b call  0x00007e2d 
+ 00030655  0x0000638c jam  0x00000001 , 0x00004793 
+ 00030656  0x0000638d jam  0x00000000 , 0x000007de 
+ 00030657  0x0000638e rtn 
+ 00030658  0x00006391 set1  0x00000025 , 0x00000000 
+ 00030659  0x00006392 bpatch  0x000000f4 , 0x0000403e 
+ 00030660  0x00006393 fetch  0x00000001 , 0x000007e5 
+ 00030661  0x00006394 rtnne  0x00000000 
+ 00030662  0x00006395 fetch  0x00000001 , 0x000007de 
+ 00030663  0x00006396 rtnne  0x00000000 
+ 00030664  0x00006398 arg  0x0000065a , 0x00000005 
+ 00030665  0x00006399 arg  0x00004794 , 0x00000006 
+ 00030666  0x0000639a call  0x00007e33 
+ 00030667  0x0000639c arg  0x00000582 , 0x00000005 
+ 00030668  0x0000639d arg  0x000007f0 , 0x00000006 
+ 00030669  0x0000639e call  0x00007e2d 
+ 00030670  0x000063a0 arg  0x000005b2 , 0x00000005 
+ 00030671  0x000063a1 call  0x00007e3a 
+ 00030672  0x000063a2 jam  0x00000001 , 0x000005b2 
+ 00030673  0x000063a4 call  0x00007b7f 
+ 00030674  0x000063a5 jam  0x00000002 , 0x000007de 
+ 00030675  0x000063a6 rtn 
+ 00030676  0x000063a9 jam  0x00000001 , 0x000007df 
+ 00030677  0x000063aa arg  0x00000820 , 0x00000005 
+ 00030678  0x000063ab arg  0x000005ca , 0x00000006 
+ 00030679  0x000063ac call  0x00007e33 
+ 00030680  0x000063ad jam  0x00000001 , 0x000007e5 
+ 00030681  0x000063ae jam  0x00000000 , 0x000007de 
+ 00030682  0x000063af rtn 
+ 00030683  0x000063b2 increase  0xffffffff , 0x00000007 
+ 00030684  0x000063b3 nrtn  0x00000002 
+ 00030685  0x000063b4 random  0x0000003f 
+ 00030686  0x000063b5 istore  0x00000002 , 0x00000005 
+ 00030687  0x000063b6 branch  0x000077db 
+ 00030688  0x000063b8 increase  0xffffffff , 0x00000007 
+ 00030689  0x000063b9 nbranch  0x000077ec , 0x00000002 
+ 00030690  0x000063ba ifetch  0x00000004 , 0x00000011 
+ 00030691  0x000063bb copy  0x0000003f , 0x00000002 
+ 00030692  0x000063bc ifetch  0x00000004 , 0x00000012 
+ 00030693  0x000063bd iflip  0x00000002 , 0x0000003f 
+ 00030694  0x000063be nbranch  0x000077ea , 0x00000005 
+ 00030695  0x000063bf increase  0x00000004 , 0x00000011 
+ 00030696  0x000063c0 increase  0x00000004 , 0x00000012 
+ 00030697  0x000063c1 branch  0x000077e0 
+ 00030698  0x000063c3 disable  0x00000001 
+ 00030699  0x000063c4 rtn 
+ 00030700  0x000063c6 enable  0x00000001 
+ 00030701  0x000063c7 rtn 
+ 00030702  0x000063cf set1  0x00000025 , 0x00000000 
+ 00030703  0x000063d0 bpatch  0x000000f5 , 0x0000403e 
+ 00030704  0x000063d1 fetch  0x00000001 , 0x000007dc 
+ 00030705  0x000063d2 rtn  0x00000034 
+ 00030706  0x000063d3 jam  0x00000000 , 0x000007dc 
+ 00030707  0x000063d4 fetch  0x00000001 , 0x000007da 
+ 00030708  0x000063d5 beq  0x00000003 , 0x00006117 
+ 00030709  0x000063d6 beq  0x00000005 , 0x00006134 
+ 00030710  0x000063d7 beq  0x00000007 , 0x0000613f 
+ 00030711  0x000063d8 beq  0x0000000b , 0x00006155 
+ 00030712  0x000063d9 beq  0x00000002 , 0x00007725 
+ 00030713  0x000063da beq  0x00000004 , 0x00007732 
+ 00030714  0x000063db beq  0x00000009 , 0x00007752 
+ 00030715  0x000063dc beq  0x0000000a , 0x00007771 
+ 00030716  0x000063dd beq  0x0000000c , 0x0000778f 
+ 00030717  0x000063df rtn 
+ 00030718  0x000063e2 set1  0x00000025 , 0x00000000 
+ 00030719  0x000063e3 bpatch  0x000000f6 , 0x0000403e 
+ 00030720  0x000063e4 fetch  0x00000001 , 0x000007dd 
+ 00030721  0x000063e5 rtn  0x00000034 
+ 00030722  0x000063e6 jam  0x00000000 , 0x000007dd 
+ 00030723  0x000063e7 fetch  0x00000001 , 0x000007db 
+ 00030724  0x000063e8 beq  0x00000012 , 0x000060f7 
+ 00030725  0x000063e9 beq  0x00000013 , 0x000060ff 
+ 00030726  0x000063ea beq  0x00000003 , 0x00006103 
+ 00030727  0x000063eb beq  0x00000004 , 0x0000773d 
+ 00030728  0x000063ec beq  0x00000014 , 0x00006107 
+ 00030729  0x000063ed beq  0x00000007 , 0x00006115 
+ 00030730  0x000063ee beq  0x0000000a , 0x00007771 
+ 00030731  0x000063ef beq  0x0000000b , 0x00006154 
+ 00030732  0x000063f0 beq  0x00000009 , 0x00007752 
+ 00030733  0x000063f1 beq  0x00000015 , 0x0000614e 
+ 00030734  0x000063f2 rtn 
+ 00030735  0x000063f5 jam  0x00000001 , 0x000007dd 
+ 00030736  0x000063f6 rtn 
+ 00030737  0x000063f9 jam  0x00000000 , 0x000007dd 
+ 00030738  0x000063fa rtn 
+ 00030739  0x000063fc set1  0x00000025 , 0x00000000 
+ 00030740  0x000063fd bpatch  0x000000f7 , 0x0000403e 
+ 00030741  0x000063fe fetch  0x00000001 , 0x000007de 
+ 00030742  0x000063ff rtn  0x00000034 
+ 00030743  0x00006400 increase  0x00000080 , 0x0000003f 
+ 00030744  0x00006401 store  0x00000001 , 0x000007de 
+ 00030745  0x00006402 rtnbit1  0x00000007 
+ 00030746  0x00006403 fetch  0x00000001 , 0x00000581 
+ 00030747  0x00006404 branch  0x0000781d , 0x00000034 
+ 00030748  0x00006405 branch  0x00007b8a 
+ 00030749  0x00006408 call  0x00007a0c 
+ 00030750  0x00006409 fetch  0x00000001 , 0x000007de 
+ 00030751  0x0000640a beq  0x00000001 , 0x000077bc 
+ 00030752  0x0000640b beq  0x00000002 , 0x000077d4 
+ 00030753  0x0000640c rtn 
+ 00030754  0x00006410 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00030755  0x00006411 rshift3  0x0000003f , 0x0000003f 
+ 00030756  0x00006412 iadd  0x00000006 , 0x00000006 
+ 00030757  0x00006413 ifetch  0x00000001 , 0x00000006 
+ 00030758  0x00006414 qisolate0  0x0000003f 
+ 00030759  0x00006415 rtn 
+ 00030760  0x00006419 call  0x00007e33 
+ 00030761  0x0000641a call  0x00007e33 
+ 00030762  0x0000641b branch  0x00007e33 
+ 00030763  0x0000641f ifetch  0x00000008 , 0x00000006 
+ 00030764  0x00006420 nrtn  0x00000034 
+ 00030765  0x00006421 ifetch  0x00000008 , 0x00000006 
+ 00030766  0x00006422 nrtn  0x00000034 
+ 00030767  0x00006423 ifetch  0x00000008 , 0x00000006 
+ 00030768  0x00006424 rtn 
+ 00030769  0x00006429 force  0x00000006 , 0x00000039 
+ 00030770  0x0000642b ifetch  0x00000004 , 0x00000011 
+ 00030771  0x0000642c iforce  0x00000002 
+ 00030772  0x0000642d ifetch  0x00000004 , 0x00000012 
+ 00030773  0x0000642e isub  0x00000002 , 0x0000003e 
+ 00030774  0x0000642f nrtn  0x00000005 
+ 00030775  0x00006430 increase  0x00000004 , 0x00000011 
+ 00030776  0x00006431 increase  0x00000004 , 0x00000012 
+ 00030777  0x00006432 loop  0x00007832 
+ 00030778  0x00006433 rtn 
+ 00030779  0x00006437 force  0x00000006 , 0x00000039 
+ 00030780  0x00006438 increase  0x00000014 , 0x00000011 
+ 00030781  0x00006439 increase  0x00000014 , 0x00000012 
+ 00030782  0x0000643b ifetch  0x00000004 , 0x00000012 
+ 00030783  0x0000643c iforce  0x00000002 
+ 00030784  0x0000643d ifetch  0x00000004 , 0x00000011 
+ 00030785  0x0000643e isub  0x00000002 , 0x0000003f 
+ 00030786  0x0000643f nrtn  0x00000002 
+ 00030787  0x00006440 nrtn  0x00000034 
+ 00030788  0x00006441 increase  0xfffffffc , 0x00000011 
+ 00030789  0x00006442 increase  0xfffffffc , 0x00000012 
+ 00030790  0x00006443 loop  0x0000783e 
+ 00030791  0x00006444 rtn 
+ 00030792  0x00006447 force  0x00000006 , 0x00000039 
+ 00030793  0x00006448 force  0x00000000 , 0x00000013 
+ 00030794  0x0000644a ifetch  0x00000004 , 0x00000011 
+ 00030795  0x0000644b iforce  0x00000002 
+ 00030796  0x0000644c ifetch  0x00000004 , 0x00000012 
+ 00030797  0x0000644d iadd  0x00000002 , 0x0000003f 
+ 00030798  0x0000644e iadd  0x00000013 , 0x0000003f 
+ 00030799  0x0000644f istore  0x00000004 , 0x00000005 
+ 00030800  0x00006450 isolate1  0x00000020 , 0x0000003f 
+ 00030801  0x00006451 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030802  0x00006452 increase  0x00000004 , 0x00000011 
+ 00030803  0x00006453 increase  0x00000004 , 0x00000012 
+ 00030804  0x00006454 loop  0x0000784a 
+ 00030805  0x00006455 rtn 
+ 00030806  0x00006458 force  0x00000006 , 0x00000039 
+ 00030807  0x00006459 force  0x00000000 , 0x00000013 
+ 00030808  0x0000645b ifetch  0x00000004 , 0x00000012 
+ 00030809  0x0000645c iforce  0x00000002 
+ 00030810  0x0000645d ifetch  0x00000004 , 0x00000011 
+ 00030811  0x0000645e isub  0x00000002 , 0x0000003f 
+ 00030812  0x0000645f isub  0x00000013 , 0x0000003f 
+ 00030813  0x00006460 istore  0x00000004 , 0x00000005 
+ 00030814  0x00006461 isolate1  0x00000020 , 0x0000003f 
+ 00030815  0x00006462 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030816  0x00006463 increase  0x00000004 , 0x00000011 
+ 00030817  0x00006464 increase  0x00000004 , 0x00000012 
+ 00030818  0x00006465 loop  0x00007858 
+ 00030819  0x00006466 rtn 
+ 00030820  0x00006469 force  0x00000006 , 0x00000039 
+ 00030821  0x0000646a increase  0x00000014 , 0x00000011 
+ 00030822  0x0000646c force  0x00000000 , 0x00000013 
+ 00030823  0x0000646e ifetch  0x00000004 , 0x00000011 
+ 00030824  0x0000646f isolate1  0x00000000 , 0x0000003f 
+ 00030825  0x00006470 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030826  0x00006471 rshift  0x0000003f , 0x0000003f 
+ 00030827  0x00006472 isolate1  0x00000000 , 0x00000013 
+ 00030828  0x00006473 setflag  0x00000001 , 0x0000001f , 0x0000003f 
+ 00030829  0x00006474 istore  0x00000004 , 0x00000011 
+ 00030830  0x00006475 increase  0xfffffffc , 0x00000011 
+ 00030831  0x00006476 rshift  0x00000013 , 0x00000013 
+ 00030832  0x00006477 loop  0x00007867 
+ 00030833  0x00006478 rtn 
+ 00030834  0x0000647b force  0x00000006 , 0x00000039 
+ 00030835  0x0000647c force  0x00000000 , 0x00000013 
+ 00030836  0x0000647e ifetch  0x00000004 , 0x00000011 
+ 00030837  0x0000647f isolate1  0x0000001f , 0x0000003f 
+ 00030838  0x00006480 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030839  0x00006481 lshift  0x0000003f , 0x0000003f 
+ 00030840  0x00006482 isolate1  0x00000000 , 0x00000013 
+ 00030841  0x00006483 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00030842  0x00006484 istore  0x00000004 , 0x00000011 
+ 00030843  0x00006485 increase  0x00000004 , 0x00000011 
+ 00030844  0x00006486 rshift  0x00000013 , 0x00000013 
+ 00030845  0x00006487 loop  0x00007874 
+ 00030846  0x00006488 rtn 
+ 00030847  0x0000648b call  0x00007872 
+ 00030848  0x0000648d isolate1  0x00000000 , 0x00000013 
+ 00030849  0x0000648e branch  0x00007888 , 0x00000001 
+ 00030850  0x0000648f arg  0x00000742 , 0x00000012 
+ 00030851  0x00006490 copy  0x00000011 , 0x00000013 
+ 00030852  0x00006491 increase  0xffffffe8 , 0x00000011 
+ 00030853  0x00006492 call  0x0000783b 
+ 00030854  0x00006493 nrtn  0x00000002 
+ 00030855  0x00006494 copy  0x00000013 , 0x00000011 
+ 00030856  0x00006496 increase  0xffffffe8 , 0x00000011 
+ 00030857  0x00006497 arg  0x00000742 , 0x00000012 
+ 00030858  0x00006498 copy  0x00000011 , 0x00000005 
+ 00030859  0x00006499 branch  0x00007856 
+ 00030860  0x0000649d call  0x00007848 
+ 00030861  0x0000649e copy  0x00000005 , 0x00000011 
+ 00030862  0x0000649f branch  0x00007880 
+ 00030863  0x000064a2 call  0x00007856 
+ 00030864  0x000064a3 isolate0  0x00000000 , 0x00000013 
+ 00030865  0x000064a4 rtn  0x00000001 
+ 00030866  0x000064a5 arg  0x00000742 , 0x00000012 
+ 00030867  0x000064a6 add  0x00000005 , 0xffffffe8 , 0x00000011 
+ 00030868  0x000064a7 copy  0x00000011 , 0x00000005 
+ 00030869  0x000064a8 branch  0x00007848 
+ 00030870  0x000064ac copy  0x00000005 , 0x0000000b 
+ 00030871  0x000064ad copy  0x00000011 , 0x00000030 
+ 00030872  0x000064ae arg  0x000006b2 , 0x00000012 
+ 00030873  0x000064af copy  0x00000012 , 0x00000005 
+ 00030874  0x000064b0 add  0x00000011 , 0x00000018 , 0x00000006 
+ 00030875  0x000064b1 ifetch  0x00000008 , 0x00000006 
+ 00030876  0x000064b2 istore  0x00000008 , 0x00000005 
+ 00030877  0x000064b3 istore  0x00000008 , 0x00000005 
+ 00030878  0x000064b4 force  0x00000000 , 0x0000003f 
+ 00030879  0x000064b5 istore  0x00000008 , 0x00000005 
+ 00030880  0x000064b6 copy  0x0000000b , 0x00000005 
+ 00030881  0x000064b7 call  0x0000788c 
+ 00030882  0x000064b8 arg  0x000006b2 , 0x00000012 
+ 00030883  0x000064b9 copy  0x00000012 , 0x00000005 
+ 00030884  0x000064ba force  0x00000000 , 0x0000003f 
+ 00030885  0x000064bb istore  0x00000008 , 0x00000005 
+ 00030886  0x000064bc add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030887  0x000064bd ifetch  0x00000008 , 0x00000006 
+ 00030888  0x000064be istore  0x00000008 , 0x00000005 
+ 00030889  0x000064bf istore  0x00000008 , 0x00000005 
+ 00030890  0x000064c0 copy  0x0000000b , 0x00000011 
+ 00030891  0x000064c1 copy  0x00000011 , 0x00000005 
+ 00030892  0x000064c2 call  0x0000788c 
+ 00030893  0x000064c3 arg  0x000006b2 , 0x00000012 
+ 00030894  0x000064c4 copy  0x00000012 , 0x00000005 
+ 00030895  0x000064c5 add  0x00000030 , 0x00000028 , 0x00000006 
+ 00030896  0x000064c6 ifetch  0x00000008 , 0x00000006 
+ 00030897  0x000064c7 istore  0x00000008 , 0x00000005 
+ 00030898  0x000064c8 istore  0x00000008 , 0x00000005 
+ 00030899  0x000064c9 istore  0x00000008 , 0x00000005 
+ 00030900  0x000064ca copy  0x0000000b , 0x00000011 
+ 00030901  0x000064cb copy  0x00000011 , 0x00000005 
+ 00030902  0x000064cc branch  0x0000788c 
+ 00030903  0x000064d0 force  0x00000006 , 0x00000039 
+ 00030904  0x000064d2 ifetch  0x00000004 , 0x00000006 
+ 00030905  0x000064d3 iforce  0x0000002f 
+ 00030906  0x000064d4 increase  0x00000001 , 0x00000038 
+ 00030907  0x000064d5 loop  0x000078b8 
+ 00030908  0x000064d6 rtn 
+ 00030909  0x000064db copy  0x00000005 , 0x0000000b 
+ 00030910  0x000064dc arg  0x00000682 , 0x00000005 
+ 00030911  0x000064dd call  0x00007e3a 
+ 00030912  0x000064de arg  0x00000682 , 0x00000005 
+ 00030913  0x000064df copy  0x00000011 , 0x00000006 
+ 00030914  0x000064e0 force  0x00000000 , 0x00000038 
+ 00030915  0x000064e1 call  0x000078b7 
+ 00030916  0x000064e2 copy  0x00000012 , 0x00000006 
+ 00030917  0x000064e3 call  0x000078b7 
+ 00030918  0x000064e4 force  0x00000000 , 0x00000012 
+ 00030919  0x000064e6 force  0x00000000 , 0x00000002 
+ 00030920  0x000064e7 force  0x00000006 , 0x00000013 
+ 00030921  0x000064e9 ifetch  0x00000004 , 0x00000005 
+ 00030922  0x000064ea iforce  0x00000011 
+ 00030923  0x000064eb copy  0x00000012 , 0x00000038 
+ 00030924  0x000064ec deposit  0x0000002f 
+ 00030925  0x000064ed copy  0x00000013 , 0x00000038 
+ 00030926  0x000064ee imul32  0x0000002f , 0x0000003f 
+ 00030927  0x000064ef iadd  0x00000011 , 0x0000003f 
+ 00030928  0x000064f0 iadd  0x00000002 , 0x0000003f 
+ 00030929  0x000064f1 istore  0x00000004 , 0x00000005 
+ 00030930  0x000064f2 rshift32  0x0000003f , 0x00000002 
+ 00030931  0x000064f3 increase  0x00000001 , 0x00000013 
+ 00030932  0x000064f4 compare  0x0000000c , 0x00000013 , 0x000000ff 
+ 00030933  0x000064f5 nbranch  0x000078c9 , 0x00000001 
+ 00030934  0x000064f6 deposit  0x00000002 
+ 00030935  0x000064f7 istore  0x00000004 , 0x00000005 
+ 00030936  0x000064f8 increase  0xffffffe8 , 0x00000005 
+ 00030937  0x000064f9 increase  0x00000001 , 0x00000012 
+ 00030938  0x000064fa compare  0x00000006 , 0x00000012 , 0x000000ff 
+ 00030939  0x000064fb nbranch  0x000078c7 , 0x00000001 
+ 00030940  0x000064fc arg  0x00000682 , 0x00000011 
+ 00030941  0x000064fd copy  0x0000000b , 0x00000005 
+ 00030942  0x000064fe branch  0x00007896 
+ 00030943  0x00006502 copy  0x00000011 , 0x00000012 
+ 00030944  0x00006503 branch  0x000078bd 
+ 00030945  0x00006506 copy  0x00000011 , 0x00000030 
+ 00030946  0x00006508 copy  0x00000030 , 0x00000011 
+ 00030947  0x00006509 ifetch  0x00000001 , 0x00000011 
+ 00030948  0x0000650a isolate1  0x00000000 , 0x0000003f 
+ 00030949  0x0000650b rtn  0x00000001 
+ 00030950  0x0000650c call  0x00007864 
+ 00030951  0x0000650d ifetch  0x00000001 , 0x00000012 
+ 00030952  0x0000650e isolate0  0x00000000 , 0x0000003f 
+ 00030953  0x0000650f branch  0x000078f1 , 0x00000001 
+ 00030954  0x00006510 arg  0x00000742 , 0x00000011 
+ 00030955  0x00006511 copy  0x00000012 , 0x00000005 
+ 00030956  0x00006512 call  0x00007848 
+ 00030957  0x00006513 ifetch  0x00000001 , 0x00000012 
+ 00030958  0x00006514 iadd  0x00000013 , 0x0000003f 
+ 00030959  0x00006515 istore  0x00000001 , 0x00000012 
+ 00030960  0x00006516 increase  0xffffffe8 , 0x00000012 
+ 00030961  0x00006518 add  0x00000012 , 0x00000018 , 0x00000011 
+ 00030962  0x00006519 force  0x00000007 , 0x00000039 
+ 00030963  0x0000651a call  0x00007866 
+ 00030964  0x0000651b branch  0x000078e2 
+ 00030965  0x0000651f copy  0x00000005 , 0x0000000b 
+ 00030966  0x00006520 arg  0x000006e2 , 0x00000005 
+ 00030967  0x00006521 call  0x00007e3a 
+ 00030968  0x00006522 force  0x00000000 , 0x0000003f 
+ 00030969  0x00006523 store  0x00000004 , 0x0000069a 
+ 00030970  0x00006524 store  0x00000004 , 0x000006fa 
+ 00030971  0x00006525 jam  0x00000001 , 0x000006e2 
+ 00030972  0x00006526 arg  0x00000682 , 0x00000005 
+ 00030973  0x00006527 call  0x00007e3a 
+ 00030974  0x00006528 arg  0x00000742 , 0x00000006 
+ 00030975  0x00006529 arg  0x000006b2 , 0x00000005 
+ 00030976  0x0000652a call  0x00007e33 
+ 00030977  0x0000652b copy  0x00000011 , 0x00000006 
+ 00030978  0x0000652c arg  0x000006ca , 0x00000005 
+ 00030979  0x0000652d call  0x00007e33 
+ 00030980  0x0000652f arg  0x000006ca , 0x00000006 
+ 00030981  0x00006530 call  0x0000782b 
+ 00030982  0x00006531 branch  0x0000792d , 0x00000034 
+ 00030983  0x00006532 arg  0x000006ca , 0x00000011 
+ 00030984  0x00006533 arg  0x000006e2 , 0x00000012 
+ 00030985  0x00006534 call  0x000078e1 
+ 00030986  0x00006536 arg  0x000006b2 , 0x00000011 
+ 00030987  0x00006537 arg  0x00000682 , 0x00000012 
+ 00030988  0x00006538 call  0x000078e1 
+ 00030989  0x00006539 arg  0x000006ca , 0x00000011 
+ 00030990  0x0000653a arg  0x000006b2 , 0x00000012 
+ 00030991  0x0000653b call  0x0000783b 
+ 00030992  0x0000653c branch  0x0000791f , 0x00000002 
+ 00030993  0x0000653d arg  0x000006b2 , 0x00000011 
+ 00030994  0x0000653e arg  0x000006ca , 0x00000012 
+ 00030995  0x0000653f copy  0x00000011 , 0x00000005 
+ 00030996  0x00006540 call  0x00007856 
+ 00030997  0x00006541 arg  0x000006e2 , 0x00000011 
+ 00030998  0x00006542 arg  0x00000682 , 0x00000012 
+ 00030999  0x00006543 copy  0x00000012 , 0x00000005 
+ 00031000  0x00006544 call  0x00007848 
+ 00031001  0x00006545 ifetch  0x00000001 , 0x00000011 
+ 00031002  0x00006546 iadd  0x00000013 , 0x00000013 
+ 00031003  0x00006547 ifetch  0x00000001 , 0x00000012 
+ 00031004  0x00006548 iadd  0x00000013 , 0x0000003f 
+ 00031005  0x00006549 istore  0x00000001 , 0x00000012 
+ 00031006  0x0000654a branch  0x00007904 
+ 00031007  0x0000654c arg  0x000006ca , 0x00000011 
+ 00031008  0x0000654d arg  0x000006b2 , 0x00000012 
+ 00031009  0x0000654e copy  0x00000011 , 0x00000005 
+ 00031010  0x0000654f call  0x00007856 
+ 00031011  0x00006550 arg  0x00000682 , 0x00000011 
+ 00031012  0x00006551 arg  0x000006e2 , 0x00000012 
+ 00031013  0x00006552 copy  0x00000012 , 0x00000005 
+ 00031014  0x00006553 call  0x00007848 
+ 00031015  0x00006554 ifetch  0x00000001 , 0x00000011 
+ 00031016  0x00006555 iadd  0x00000013 , 0x00000013 
+ 00031017  0x00006556 ifetch  0x00000001 , 0x00000012 
+ 00031018  0x00006557 iadd  0x00000013 , 0x0000003f 
+ 00031019  0x00006558 istore  0x00000001 , 0x00000012 
+ 00031020  0x00006559 branch  0x00007904 
+ 00031021  0x0000655b arg  0x000006e2 , 0x00000005 
+ 00031022  0x0000655c call  0x00007e3a 
+ 00031023  0x0000655d fetch  0x00000001 , 0x0000069a 
+ 00031024  0x0000655e store  0x00000001 , 0x000006e2 
+ 00031025  0x0000655f store  0x00000001 , 0x000006ea 
+ 00031026  0x00006560 arg  0x000006e2 , 0x00000011 
+ 00031027  0x00006561 arg  0x00000682 , 0x00000012 
+ 00031028  0x00006562 copy  0x00000012 , 0x00000005 
+ 00031029  0x00006563 call  0x0000788c 
+ 00031030  0x00006564 arg  0x00000742 , 0x00000011 
+ 00031031  0x00006565 arg  0x00000682 , 0x00000012 
+ 00031032  0x00006566 copy  0x0000000b , 0x00000005 
+ 00031033  0x00006567 branch  0x0000788f 
+ 00031034  0x0000656d arg  0x00000642 , 0x00000011 
+ 00031035  0x0000656e arg  0x000006fa , 0x00000005 
+ 00031036  0x0000656f call  0x000078df 
+ 00031037  0x00006570 arg  0x000006fa , 0x00000011 
+ 00031038  0x00006571 arg  0x00000712 , 0x00000005 
+ 00031039  0x00006572 call  0x000078df 
+ 00031040  0x00006573 arg  0x0000075a , 0x00000011 
+ 00031041  0x00006574 arg  0x00000712 , 0x00000012 
+ 00031042  0x00006575 arg  0x00000712 , 0x00000005 
+ 00031043  0x00006576 call  0x000078bd 
+ 00031044  0x00006577 arg  0x00000612 , 0x00000011 
+ 00031045  0x00006578 arg  0x000006fa , 0x00000005 
+ 00031046  0x00006579 call  0x000078df 
+ 00031047  0x0000657a arg  0x000006fa , 0x00000006 
+ 00031048  0x0000657b arg  0x000006ca , 0x00000005 
+ 00031049  0x0000657c call  0x00007e33 
+ 00031050  0x0000657d arg  0x000006ca , 0x00000011 
+ 00031051  0x0000657e call  0x0000787f 
+ 00031052  0x0000657f arg  0x000006fa , 0x00000011 
+ 00031053  0x00006580 arg  0x000006ca , 0x00000012 
+ 00031054  0x00006581 arg  0x000006fa , 0x00000005 
+ 00031055  0x00006582 call  0x0000788c 
+ 00031056  0x00006583 arg  0x000006fa , 0x00000011 
+ 00031057  0x00006584 arg  0x00000712 , 0x00000012 
+ 00031058  0x00006585 arg  0x000006fa , 0x00000005 
+ 00031059  0x00006586 call  0x0000788c 
+ 00031060  0x00006587 arg  0x00000612 , 0x00000006 
+ 00031061  0x00006588 arg  0x000006ca , 0x00000005 
+ 00031062  0x00006589 call  0x00007e33 
+ 00031063  0x0000658a arg  0x0000062a , 0x00000011 
+ 00031064  0x0000658b arg  0x00000712 , 0x00000005 
+ 00031065  0x0000658c call  0x000078df 
+ 00031066  0x0000658d arg  0x000006ca , 0x00000011 
+ 00031067  0x0000658e call  0x0000787f 
+ 00031068  0x0000658f arg  0x000006ca , 0x00000011 
+ 00031069  0x00006590 call  0x0000787f 
+ 00031070  0x00006591 arg  0x000006ca , 0x00000011 
+ 00031071  0x00006592 arg  0x00000712 , 0x00000012 
+ 00031072  0x00006593 arg  0x000006ca , 0x00000005 
+ 00031073  0x00006594 call  0x000078bd 
+ 00031074  0x00006595 arg  0x00000712 , 0x00000011 
+ 00031075  0x00006596 arg  0x000006e2 , 0x00000005 
+ 00031076  0x00006597 call  0x000078df 
+ 00031077  0x00006598 arg  0x000006e2 , 0x00000011 
+ 00031078  0x00006599 call  0x0000787f 
+ 00031079  0x0000659a arg  0x000006e2 , 0x00000011 
+ 00031080  0x0000659b call  0x0000787f 
+ 00031081  0x0000659c arg  0x000006e2 , 0x00000011 
+ 00031082  0x0000659d call  0x0000787f 
+ 00031083  0x0000659e arg  0x0000062a , 0x00000006 
+ 00031084  0x0000659f arg  0x00000712 , 0x00000005 
+ 00031085  0x000065a0 call  0x00007e33 
+ 00031086  0x000065a1 arg  0x00000712 , 0x00000011 
+ 00031087  0x000065a2 call  0x0000787f 
+ 00031088  0x000065a3 arg  0x00000712 , 0x00000011 
+ 00031089  0x000065a4 arg  0x00000642 , 0x00000012 
+ 00031090  0x000065a5 arg  0x00000642 , 0x00000005 
+ 00031091  0x000065a6 call  0x000078bd 
+ 00031092  0x000065a7 arg  0x000006fa , 0x00000011 
+ 00031093  0x000065a8 arg  0x00000712 , 0x00000005 
+ 00031094  0x000065a9 call  0x000078df 
+ 00031095  0x000065aa arg  0x00000712 , 0x00000011 
+ 00031096  0x000065ab arg  0x000006ca , 0x00000012 
+ 00031097  0x000065ac arg  0x00000712 , 0x00000005 
+ 00031098  0x000065ad call  0x0000788f 
+ 00031099  0x000065ae arg  0x00000712 , 0x00000011 
+ 00031100  0x000065af arg  0x000006ca , 0x00000012 
+ 00031101  0x000065b0 arg  0x00000612 , 0x00000005 
+ 00031102  0x000065b1 call  0x0000788f 
+ 00031103  0x000065b2 arg  0x000006ca , 0x00000011 
+ 00031104  0x000065b3 arg  0x00000612 , 0x00000012 
+ 00031105  0x000065b4 arg  0x00000712 , 0x00000005 
+ 00031106  0x000065b5 call  0x0000788f 
+ 00031107  0x000065b6 arg  0x00000712 , 0x00000011 
+ 00031108  0x000065b7 arg  0x000006fa , 0x00000012 
+ 00031109  0x000065b8 arg  0x00000712 , 0x00000005 
+ 00031110  0x000065b9 call  0x000078bd 
+ 00031111  0x000065ba arg  0x00000712 , 0x00000011 
+ 00031112  0x000065bb arg  0x000006e2 , 0x00000012 
+ 00031113  0x000065bc arg  0x0000062a , 0x00000005 
+ 00031114  0x000065bd branch  0x0000788f 
+ 00031115  0x000065c2 arg  0x000005b2 , 0x00000011 
+ 00031116  0x000065c3 arg  0x0000072a , 0x00000005 
+ 00031117  0x000065c4 call  0x000078df 
+ 00031118  0x000065c5 arg  0x00000612 , 0x00000011 
+ 00031119  0x000065c6 arg  0x0000072a , 0x00000012 
+ 00031120  0x000065c7 arg  0x000006e2 , 0x00000005 
+ 00031121  0x000065c8 call  0x000078bd 
+ 00031122  0x000065c9 arg  0x000005b2 , 0x00000011 
+ 00031123  0x000065ca arg  0x0000072a , 0x00000012 
+ 00031124  0x000065cb arg  0x0000072a , 0x00000005 
+ 00031125  0x000065cc call  0x000078bd 
+ 00031126  0x000065cd arg  0x0000062a , 0x00000011 
+ 00031127  0x000065ce arg  0x0000072a , 0x00000012 
+ 00031128  0x000065cf arg  0x000006ca , 0x00000005 
+ 00031129  0x000065d0 call  0x000078bd 
+ 00031130  0x000065d1 arg  0x00000642 , 0x00000011 
+ 00031131  0x000065d2 arg  0x0000072a , 0x00000005 
+ 00031132  0x000065d3 call  0x000078df 
+ 00031133  0x000065d4 arg  0x00000582 , 0x00000011 
+ 00031134  0x000065d5 arg  0x0000072a , 0x00000012 
+ 00031135  0x000065d6 arg  0x000006fa , 0x00000005 
+ 00031136  0x000065d7 call  0x000078bd 
+ 00031137  0x000065d8 arg  0x00000642 , 0x00000011 
+ 00031138  0x000065d9 arg  0x0000072a , 0x00000012 
+ 00031139  0x000065da arg  0x0000072a , 0x00000005 
+ 00031140  0x000065db call  0x000078bd 
+ 00031141  0x000065dc arg  0x0000059a , 0x00000011 
+ 00031142  0x000065dd arg  0x0000072a , 0x00000012 
+ 00031143  0x000065de arg  0x00000712 , 0x00000005 
+ 00031144  0x000065df call  0x000078bd 
+ 00031145  0x000065e0 arg  0x000006e2 , 0x00000011 
+ 00031146  0x000065e1 arg  0x000006fa , 0x00000012 
+ 00031147  0x000065e2 arg  0x0000072a , 0x00000005 
+ 00031148  0x000065e3 call  0x0000788f 
+ 00031149  0x000065e4 arg  0x000006e2 , 0x00000011 
+ 00031150  0x000065e5 arg  0x000006fa , 0x00000012 
+ 00031151  0x000065e6 arg  0x000006e2 , 0x00000005 
+ 00031152  0x000065e7 call  0x0000788c 
+ 00031153  0x000065e8 arg  0x000006ca , 0x00000011 
+ 00031154  0x000065e9 arg  0x00000712 , 0x00000012 
+ 00031155  0x000065ea arg  0x000006fa , 0x00000005 
+ 00031156  0x000065eb call  0x0000788f 
+ 00031157  0x000065ec arg  0x000006ca , 0x00000011 
+ 00031158  0x000065ed arg  0x00000712 , 0x00000012 
+ 00031159  0x000065ee arg  0x000006ca , 0x00000005 
+ 00031160  0x000065ef call  0x0000788c 
+ 00031161  0x000065f0 arg  0x000006ca , 0x00000011 
+ 00031162  0x000065f1 arg  0x0000072a , 0x00000012 
+ 00031163  0x000065f2 arg  0x000006ca , 0x00000005 
+ 00031164  0x000065f3 call  0x000078bd 
+ 00031165  0x000065f4 arg  0x00000642 , 0x00000011 
+ 00031166  0x000065f5 arg  0x000005b2 , 0x00000012 
+ 00031167  0x000065f6 arg  0x00000712 , 0x00000005 
+ 00031168  0x000065f7 call  0x000078bd 
+ 00031169  0x000065f8 arg  0x00000712 , 0x00000011 
+ 00031170  0x000065f9 arg  0x0000072a , 0x00000012 
+ 00031171  0x000065fa arg  0x00000642 , 0x00000005 
+ 00031172  0x000065fb call  0x000078bd 
+ 00031173  0x000065fc arg  0x0000072a , 0x00000011 
+ 00031174  0x000065fd arg  0x0000072a , 0x00000005 
+ 00031175  0x000065fe call  0x000078df 
+ 00031176  0x000065ff arg  0x0000072a , 0x00000011 
+ 00031177  0x00006600 arg  0x000006e2 , 0x00000012 
+ 00031178  0x00006601 arg  0x00000712 , 0x00000005 
+ 00031179  0x00006602 call  0x000078bd 
+ 00031180  0x00006603 arg  0x0000072a , 0x00000011 
+ 00031181  0x00006604 arg  0x000006ca , 0x00000012 
+ 00031182  0x00006605 arg  0x000006ca , 0x00000005 
+ 00031183  0x00006606 call  0x000078bd 
+ 00031184  0x00006607 arg  0x000006fa , 0x00000011 
+ 00031185  0x00006608 arg  0x00000612 , 0x00000005 
+ 00031186  0x00006609 call  0x000078df 
+ 00031187  0x0000660a arg  0x00000612 , 0x00000011 
+ 00031188  0x0000660b arg  0x00000712 , 0x00000012 
+ 00031189  0x0000660c arg  0x00000612 , 0x00000005 
+ 00031190  0x0000660d call  0x0000788f 
+ 00031191  0x0000660e arg  0x00000612 , 0x00000006 
+ 00031192  0x0000660f arg  0x0000072a , 0x00000005 
+ 00031193  0x00006610 call  0x00007e33 
+ 00031194  0x00006611 arg  0x0000072a , 0x00000011 
+ 00031195  0x00006612 call  0x0000787f 
+ 00031196  0x00006613 arg  0x00000712 , 0x00000011 
+ 00031197  0x00006614 arg  0x0000072a , 0x00000012 
+ 00031198  0x00006615 arg  0x00000712 , 0x00000005 
+ 00031199  0x00006616 call  0x0000788f 
+ 00031200  0x00006617 arg  0x00000712 , 0x00000011 
+ 00031201  0x00006618 arg  0x000006fa , 0x00000012 
+ 00031202  0x00006619 arg  0x000006fa , 0x00000005 
+ 00031203  0x0000661a call  0x000078bd 
+ 00031204  0x0000661b arg  0x000006fa , 0x00000011 
+ 00031205  0x0000661c arg  0x000006ca , 0x00000012 
+ 00031206  0x0000661d arg  0x0000062a , 0x00000005 
+ 00031207  0x0000661e call  0x0000788f 
+ 00031208  0x0000661f arg  0x0000062a , 0x00000011 
+ 00031209  0x00006620 arg  0x00000742 , 0x00000012 
+ 00031210  0x00006621 arg  0x0000062a , 0x00000005 
+ 00031211  0x00006622 force  0x00000000 , 0x00000013 
+ 00031212  0x00006623 fetch  0x00000001 , 0x0000062a 
+ 00031213  0x00006624 isolate1  0x00000000 , 0x0000003f 
+ 00031214  0x00006625 call  0x00007848 , 0x00000001 
+ 00031215  0x00006626 copy  0x00000013 , 0x00000030 
+ 00031216  0x00006627 arg  0x0000062a , 0x00000011 
+ 00031217  0x00006628 call  0x00007864 
+ 00031218  0x00006629 fetch  0x00000001 , 0x00000641 
+ 00031219  0x0000662a isolate1  0x00000000 , 0x00000030 
+ 00031220  0x0000662b setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00031221  0x0000662c store  0x00000001 , 0x00000641 
+ 00031222  0x0000662d rtn 
+ 00031223  0x00006631 jam  0x000000c0 , 0x00000581 
+ 00031224  0x00006632 jam  0x00000001 , 0x00000580 
+ 00031225  0x00006634 fetch  0x00000001 , 0x00000581 
+ 00031226  0x00006635 increase  0xffffffff , 0x0000003f 
+ 00031227  0x00006636 nrtn  0x00000002 
+ 00031228  0x00006637 store  0x00000001 , 0x00000581 
+ 00031229  0x00006638 fetch  0x00000001 , 0x00000580 
+ 00031230  0x00006639 call  0x0000793a , 0x00000034 
+ 00031231  0x0000663a fetch  0x00000001 , 0x00000581 
+ 00031232  0x0000663b arg  0x0000065a , 0x00000006 
+ 00031233  0x0000663c call  0x00007822 
+ 00031234  0x0000663d branch  0x000079f9 , 0x00000001 
+ 00031235  0x0000663e fetch  0x00000001 , 0x00000580 
+ 00031236  0x0000663f nbranch  0x00007a07 , 0x00000034 
+ 00031237  0x00006640 call  0x0000798b 
+ 00031238  0x00006641 branch  0x000079f9 
+ 00031239  0x00006643 jam  0x00000000 , 0x00000580 
+ 00031240  0x00006644 arg  0x00000582 , 0x00000006 
+ 00031241  0x00006645 arg  0x00000612 , 0x00000005 
+ 00031242  0x00006646 call  0x00007828 
+ 00031243  0x00006647 branch  0x000079f9 
+ 00031244  0x0000664b arg  0x00000642 , 0x00000011 
+ 00031245  0x0000664c arg  0x00000712 , 0x00000005 
+ 00031246  0x0000664d call  0x000078f5 
+ 00031247  0x0000664e arg  0x00000712 , 0x00000011 
+ 00031248  0x0000664f arg  0x000006ca , 0x00000005 
+ 00031249  0x00006650 call  0x000078df 
+ 00031250  0x00006651 arg  0x00000612 , 0x00000011 
+ 00031251  0x00006652 arg  0x000006ca , 0x00000012 
+ 00031252  0x00006653 arg  0x000005ca , 0x00000005 
+ 00031253  0x00006654 call  0x000078bd 
+ 00031254  0x00006655 arg  0x00000712 , 0x00000011 
+ 00031255  0x00006656 arg  0x000006ca , 0x00000012 
+ 00031256  0x00006657 arg  0x000006fa , 0x00000005 
+ 00031257  0x00006658 call  0x000078bd 
+ 00031258  0x00006659 arg  0x0000062a , 0x00000011 
+ 00031259  0x0000665a arg  0x000006fa , 0x00000012 
+ 00031260  0x0000665b arg  0x000005e2 , 0x00000005 
+ 00031261  0x0000665c branch  0x000078bd 
+ 00031262  0x00006660 force  0x00000010 , 0x00000039 
+ 00031263  0x00006662 ifetch  0x00000004 , 0x00000006 
+ 00031264  0x00006663 force  0x00000004 , 0x00000011 
+ 00031265  0x00006664 increase  0x00000003 , 0x00000005 
+ 00031266  0x00006666 istore  0x00000001 , 0x00000005 
+ 00031267  0x00006667 rshift8  0x0000003f , 0x0000003f 
+ 00031268  0x00006668 increase  0xfffffffe , 0x00000005 
+ 00031269  0x00006669 increase  0xffffffff , 0x00000011 
+ 00031270  0x0000666a nbranch  0x00007a22 , 0x00000005 
+ 00031271  0x0000666b increase  0x00000005 , 0x00000005 
+ 00031272  0x0000666c loop  0x00007a1f 
+ 00031273  0x0000666d rtn 
+ 00031274  0x00006671 lshift2  0x00000007 , 0x0000003f 
+ 00031275  0x00006672 iadd  0x0000000b , 0x00000006 
+ 00031276  0x00006673 ifetch  0x00000004 , 0x00000006 
+ 00031277  0x00006674 rtn 
+ 00031278  0x00006677 force  0x00000010 , 0x00000030 
+ 00031279  0x00006678 arg  0x00000582 , 0x0000000b 
+ 00031280  0x0000667a add  0x00000030 , 0xfffffff9 , 0x00000007 
+ 00031281  0x0000667b call  0x00007a2a 
+ 00031282  0x0000667c iforce  0x00000002 
+ 00031283  0x0000667d add  0x00000030 , 0xfffffff0 , 0x00000007 
+ 00031284  0x0000667e call  0x00007a2a 
+ 00031285  0x0000667f iadd  0x00000002 , 0x00000002 
+ 00031286  0x00006680 add  0x00000030 , 0xfffffffe , 0x00000007 
+ 00031287  0x00006681 call  0x00007a2a 
+ 00031288  0x00006682 shasx  0x0000003f , 0x00000001 , 0x0000003f 
+ 00031289  0x00006683 iadd  0x00000002 , 0x00000002 
+ 00031290  0x00006684 add  0x00000030 , 0xfffffff1 , 0x00000007 
+ 00031291  0x00006685 call  0x00007a2a 
+ 00031292  0x00006686 shasx  0x0000003f , 0x00000000 , 0x0000003f 
+ 00031293  0x00006687 iadd  0x00000002 , 0x00000002 
+ 00031294  0x00006688 lshift2  0x00000030 , 0x0000003f 
+ 00031295  0x00006689 iadd  0x0000000b , 0x00000005 
+ 00031296  0x0000668a istoret  0x00000004 , 0x00000005 
+ 00031297  0x0000668b increase  0x00000001 , 0x00000030 
+ 00031298  0x0000668c compare  0x00000040 , 0x00000030 , 0x000000ff 
+ 00031299  0x0000668d nbranch  0x00007a30 , 0x00000001 
+ 00031300  0x0000668e rtn 
+ 00031301  0x00006692 arg  0x000007ba , 0x00000006 
+ 00031302  0x00006693 force  0x00000007 , 0x00000038 
+ 00031303  0x00006695 ifetch  0x00000004 , 0x00000006 
+ 00031304  0x00006696 iforce  0x0000002f 
+ 00031305  0x00006697 increase  0xffffffff , 0x00000038 
+ 00031306  0x00006698 branch  0x00007a47 , 0x00000002 
+ 00031307  0x00006699 rtn 
+ 00031308  0x0000669c set1  0x00000025 , 0x00000000 
+ 00031309  0x0000669d bpatch  0x000000f8 , 0x0000403f 
+ 00031310  0x0000669e call  0x00007a2e 
+ 00031311  0x0000669f arg  0x00000682 , 0x00000005 
+ 00031312  0x000066a0 force  0x00000000 , 0x00000038 
+ 00031313  0x000066a2 deposit  0x0000002f 
+ 00031314  0x000066a3 istore  0x00000004 , 0x00000005 
+ 00031315  0x000066a4 increase  0x00000001 , 0x00000038 
+ 00031316  0x000066a5 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031317  0x000066a6 nbranch  0x00007a51 , 0x00000001 
+ 00031318  0x000066a7 call  0x000075c5 
+ 00031319  0x000066a8 arg  0x00008700 , 0x0000000b 
+ 00031320  0x000066a9 arg  0x00000582 , 0x00000030 
+ 00031321  0x000066aa force  0x00000040 , 0x00000039 
+ 00031322  0x000066ac ifetcht  0x00000004 , 0x00000030 
+ 00031323  0x000066ad ifetch  0x00000004 , 0x0000000b 
+ 00031324  0x000066ae increase  0x00000004 , 0x0000000b 
+ 00031325  0x000066af increase  0x00000004 , 0x00000030 
+ 00031326  0x000066b0 iadd  0x00000002 , 0x0000003f 
+ 00031327  0x000066b1 force  0x00000007 , 0x00000038 
+ 00031328  0x000066b2 iadd  0x0000002f , 0x00000002 
+ 00031329  0x000066b3 force  0x00000004 , 0x00000038 
+ 00031330  0x000066b4 shasx  0x0000002f , 0x00000003 , 0x0000003f 
+ 00031331  0x000066b5 iadd  0x00000002 , 0x00000002 
+ 00031332  0x000066b6 force  0x00000005 , 0x00000038 
+ 00031333  0x000066b7 deposit  0x0000002f 
+ 00031334  0x000066b8 force  0x00000006 , 0x00000038 
+ 00031335  0x000066b9 ixor  0x0000002f , 0x0000003f 
+ 00031336  0x000066ba force  0x00000004 , 0x00000038 
+ 00031337  0x000066bb iand  0x0000002f , 0x0000003f 
+ 00031338  0x000066bc force  0x00000006 , 0x00000038 
+ 00031339  0x000066bd ixor  0x0000002f , 0x0000003f 
+ 00031340  0x000066be iadd  0x00000002 , 0x00000002 
+ 00031341  0x000066bf force  0x00000007 , 0x00000038 
+ 00031342  0x000066c0 copy  0x00000002 , 0x0000002f 
+ 00031343  0x000066c1 force  0x00000003 , 0x00000038 
+ 00031344  0x000066c2 deposit  0x0000002f 
+ 00031345  0x000066c3 iadd  0x00000002 , 0x0000002f 
+ 00031346  0x000066c4 force  0x00000000 , 0x00000038 
+ 00031347  0x000066c5 deposit  0x0000002f 
+ 00031348  0x000066c6 force  0x00000001 , 0x00000038 
+ 00031349  0x000066c7 iand  0x0000002f , 0x00000002 
+ 00031350  0x000066c8 ior  0x0000002f , 0x0000003f 
+ 00031351  0x000066c9 force  0x00000002 , 0x00000038 
+ 00031352  0x000066ca iand  0x0000002f , 0x0000003f 
+ 00031353  0x000066cb ior  0x00000002 , 0x00000002 
+ 00031354  0x000066cc force  0x00000000 , 0x00000038 
+ 00031355  0x000066cd shasx  0x0000002f , 0x00000002 , 0x0000003f 
+ 00031356  0x000066ce iadd  0x00000002 , 0x0000003f 
+ 00031357  0x000066cf force  0x00000007 , 0x00000038 
+ 00031358  0x000066d0 iadd  0x0000002f , 0x0000002f 
+ 00031359  0x000066d1 regexrot 
+ 00031360  0x000066d2 loop  0x00007a5a 
+ 00031361  0x000066d3 arg  0x00000682 , 0x00000006 
+ 00031362  0x000066d4 force  0x00000000 , 0x00000038 
+ 00031363  0x000066d6 ifetch  0x00000004 , 0x00000006 
+ 00031364  0x000066d7 iadd  0x0000002f , 0x0000002f 
+ 00031365  0x000066d8 increase  0x00000001 , 0x00000038 
+ 00031366  0x000066d9 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031367  0x000066da nbranch  0x00007a83 , 0x00000001 
+ 00031368  0x000066db branch  0x000075c9 
+ 00031369  0x000066df arg  0x00000858 , 0x00000005 
+ 00031370  0x000066e0 force  0x00000007 , 0x00000038 
+ 00031371  0x000066e2 deposit  0x0000002f 
+ 00031372  0x000066e3 istore  0x00000004 , 0x00000005 
+ 00031373  0x000066e4 increase  0xffffffff , 0x00000038 
+ 00031374  0x000066e5 branch  0x00007a8b , 0x00000002 
+ 00031375  0x000066e6 rtn 
+ 00031376  0x000066ea arg  0x00000582 , 0x00000005 
+ 00031377  0x000066eb increase  0xfffffffc , 0x00000006 
+ 00031378  0x000066ec sub  0x00000039 , 0x00000010 , 0x00000011 
+ 00031379  0x000066ee ifetch  0x00000004 , 0x00000006 
+ 00031380  0x000066ef ixor  0x00000002 , 0x0000003f 
+ 00031381  0x000066f0 istore  0x00000004 , 0x00000005 
+ 00031382  0x000066f1 increase  0xfffffff8 , 0x00000006 
+ 00031383  0x000066f2 loop  0x00007a93 
+ 00031384  0x000066f3 copy  0x00000011 , 0x00000039 
+ 00031385  0x000066f4 deposit  0x00000002 
+ 00031386  0x000066f6 istore  0x00000004 , 0x00000005 
+ 00031387  0x000066f7 loop  0x00007a9a 
+ 00031388  0x000066f8 rtn 
+ 00031389  0x000066fb arg  0x00000808 , 0x00000006 
+ 00031390  0x000066fc arg  0x00000582 , 0x00000005 
+ 00031391  0x000066fd force  0x00000006 , 0x00000039 
+ 00031392  0x000066fe call  0x00007b97 
+ 00031393  0x000066ff arg  0x000047c4 , 0x00000006 
+ 00031394  0x00006700 force  0x00000006 , 0x00000039 
+ 00031395  0x00006701 call  0x00007b97 
+ 00031396  0x00006702 arg  0x00000858 , 0x00000006 
+ 00031397  0x00006703 call  0x00007b96 
+ 00031398  0x00006704 call  0x00007a45 
+ 00031399  0x00006705 call  0x00007a4c 
+ 00031400  0x00006706 arg  0x00000848 , 0x00000006 
+ 00031401  0x00006707 arg  0x00000582 , 0x00000005 
+ 00031402  0x00006708 branch  0x00007ab8 
+ 00031403  0x0000670b arg  0x000047c4 , 0x00000006 
+ 00031404  0x0000670c arg  0x00000582 , 0x00000005 
+ 00031405  0x0000670d force  0x00000006 , 0x00000039 
+ 00031406  0x0000670e call  0x00007b97 
+ 00031407  0x0000670f arg  0x00000808 , 0x00000006 
+ 00031408  0x00006710 force  0x00000006 , 0x00000039 
+ 00031409  0x00006711 call  0x00007b97 
+ 00031410  0x00006712 arg  0x00000848 , 0x00000006 
+ 00031411  0x00006713 call  0x00007b96 
+ 00031412  0x00006714 call  0x00007a45 
+ 00031413  0x00006715 call  0x00007a4c 
+ 00031414  0x00006716 arg  0x00000858 , 0x00000006 
+ 00031415  0x00006717 arg  0x00000582 , 0x00000005 
+ 00031416  0x00006719 call  0x00007b96 
+ 00031417  0x0000671a setarg  0x00800000 
+ 00031418  0x0000671b lshift8  0x0000003f , 0x0000003f 
+ 00031419  0x0000671c istore  0x00000004 , 0x00000005 
+ 00031420  0x0000671d force  0x00000005 , 0x00000039 
+ 00031421  0x0000671e call  0x00007e3b 
+ 00031422  0x0000671f setarg  0x00000280 
+ 00031423  0x00006720 istore  0x00000004 , 0x00000005 
+ 00031424  0x00006721 call  0x00007a4c 
+ 00031425  0x00006723 fetch  0x00000004 , 0x00000858 
+ 00031426  0x00006725 arg  0x000003e8 , 0x00000011 
+ 00031427  0x00006726 idiv  0x00000011 
+ 00031428  0x00006727 call  0x00007efd 
+ 00031429  0x00006728 remainder  0x0000003f 
+ 00031430  0x00006729 store  0x00000004 , 0x000007ec 
+ 00031431  0x0000672a quotient  0x0000003f 
+ 00031432  0x0000672b arg  0x000003e8 , 0x00000011 
+ 00031433  0x0000672c idiv  0x00000011 
+ 00031434  0x0000672d call  0x00007efd 
+ 00031435  0x0000672e remainder  0x0000003f 
+ 00031436  0x0000672f arg  0x000003e8 , 0x00000011 
+ 00031437  0x00006730 imul32  0x00000011 , 0x0000003f 
+ 00031438  0x00006731 fetcht  0x00000004 , 0x000007ec 
+ 00031439  0x00006732 iadd  0x00000002 , 0x0000003f 
+ 00031440  0x00006733 store  0x00000004 , 0x000007ec 
+ 00031441  0x00006734 rtn 
+ 00031442  0x00006737 setarg  0x00363636 
+ 00031443  0x00006738 lshift8  0x0000003f , 0x00000002 
+ 00031444  0x00006739 or_into  0x00000036 , 0x00000002 
+ 00031445  0x0000673a fetch  0x00000002 , 0x00000898 
+ 00031446  0x0000673b copy  0x0000003f , 0x00000006 
+ 00031447  0x0000673c force  0x00000004 , 0x00000039 
+ 00031448  0x0000673d call  0x00007a90 
+ 00031449  0x0000673e call  0x00007a45 
+ 00031450  0x0000673f call  0x00007a4c 
+ 00031451  0x00006740 fetch  0x00000002 , 0x0000089a 
+ 00031452  0x00006741 copy  0x0000003f , 0x00000006 
+ 00031453  0x00006742 arg  0x00000582 , 0x00000005 
+ 00031454  0x00006743 force  0x00000006 , 0x00000039 
+ 00031455  0x00006744 call  0x00007b97 
+ 00031456  0x00006745 fetch  0x00000002 , 0x0000089c 
+ 00031457  0x00006746 copy  0x0000003f , 0x00000006 
+ 00031458  0x00006747 force  0x00000006 , 0x00000039 
+ 00031459  0x00006748 call  0x00007b97 
+ 00031460  0x00006749 setarg  0x00800000 
+ 00031461  0x0000674a istore  0x00000003 , 0x00000005 
+ 00031462  0x0000674b force  0x00000000 , 0x0000003f 
+ 00031463  0x0000674c istore  0x00000001 , 0x00000005 
+ 00031464  0x0000674d force  0x00000000 , 0x0000003f 
+ 00031465  0x0000674e istore  0x00000008 , 0x00000005 
+ 00031466  0x0000674f setarg  0x00000388 
+ 00031467  0x00006750 istore  0x00000004 , 0x00000005 
+ 00031468  0x00006751 call  0x00007a4c 
+ 00031469  0x00006752 call  0x00007a89 
+ 00031470  0x00006753 arg  0x00000858 , 0x00000006 
+ 00031471  0x00006754 arg  0x000006a2 , 0x00000005 
+ 00031472  0x00006755 call  0x00007e31 
+ 00031473  0x00006757 setarg  0x005c5c5c 
+ 00031474  0x00006758 lshift8  0x0000003f , 0x00000002 
+ 00031475  0x00006759 or_into  0x0000005c , 0x00000002 
+ 00031476  0x0000675a fetch  0x00000002 , 0x00000898 
+ 00031477  0x0000675b copy  0x0000003f , 0x00000006 
+ 00031478  0x0000675c force  0x00000004 , 0x00000039 
+ 00031479  0x0000675d call  0x00007a90 
+ 00031480  0x0000675e call  0x00007a45 
+ 00031481  0x0000675f call  0x00007a4c 
+ 00031482  0x00006760 arg  0x000006c2 , 0x00000006 
+ 00031483  0x00006761 arg  0x00000582 , 0x00000005 
+ 00031484  0x00006762 force  0x00000008 , 0x00000039 
+ 00031485  0x00006763 call  0x00007b97 
+ 00031486  0x00006764 setarg  0x00800000 
+ 00031487  0x00006765 lshift8  0x0000003f , 0x0000003f 
+ 00031488  0x00006766 istore  0x00000004 , 0x00000005 
+ 00031489  0x00006767 call  0x00007e3a 
+ 00031490  0x00006768 setarg  0x00000300 
+ 00031491  0x00006769 istore  0x00000004 , 0x00000005 
+ 00031492  0x0000676a call  0x00007a4c 
+ 00031493  0x0000676b branch  0x00007a89 
+ 00031494  0x0000676f setarg  0x00363636 
+ 00031495  0x00006770 lshift8  0x0000003f , 0x00000002 
+ 00031496  0x00006771 or_into  0x00000036 , 0x00000002 
+ 00031497  0x00006772 arg  0x00000838 , 0x00000006 
+ 00031498  0x00006773 force  0x00000006 , 0x00000039 
+ 00031499  0x00006774 call  0x00007a90 
+ 00031500  0x00006775 call  0x00007a45 
+ 00031501  0x00006776 call  0x00007a4c 
+ 00031502  0x00006777 fetch  0x00000002 , 0x000008a4 
+ 00031503  0x00006778 copy  0x0000003f , 0x00000006 
+ 00031504  0x00006779 arg  0x00000582 , 0x00000005 
+ 00031505  0x0000677a call  0x00007b96 
+ 00031506  0x0000677b fetch  0x00000002 , 0x000008a6 
+ 00031507  0x0000677c copy  0x0000003f , 0x00000006 
+ 00031508  0x0000677d call  0x00007b96 
+ 00031509  0x0000677f setarg  0x0062746c 
+ 00031510  0x00006780 lshift8  0x0000003f , 0x0000003f 
+ 00031511  0x00006781 or_into  0x0000006b , 0x0000003f 
+ 00031512  0x00006782 istore  0x00000004 , 0x00000005 
+ 00031513  0x00006783 arg  0x000006cf , 0x00000006 
+ 00031514  0x00006784 force  0x00000003 , 0x00000039 
+ 00031515  0x00006785 call  0x00007b97 
+ 00031516  0x00006787 setarg  0x00800000 
+ 00031517  0x00006788 lshift8  0x0000003f , 0x0000003f 
+ 00031518  0x00006789 istore  0x00000004 , 0x00000005 
+ 00031519  0x0000678a force  0x00000000 , 0x0000003f 
+ 00031520  0x0000678b istore  0x00000008 , 0x00000005 
+ 00031521  0x0000678c setarg  0x00000380 
+ 00031522  0x0000678d istore  0x00000004 , 0x00000005 
+ 00031523  0x0000678e call  0x00007a4c 
+ 00031524  0x00006790 call  0x00007a89 
+ 00031525  0x00006791 arg  0x00000858 , 0x00000006 
+ 00031526  0x00006792 arg  0x000006a2 , 0x00000005 
+ 00031527  0x00006793 call  0x00007e31 
+ 00031528  0x00006795 setarg  0x005c5c5c 
+ 00031529  0x00006796 lshift8  0x0000003f , 0x00000002 
+ 00031530  0x00006797 or_into  0x0000005c , 0x00000002 
+ 00031531  0x00006798 arg  0x00000838 , 0x00000006 
+ 00031532  0x00006799 force  0x00000006 , 0x00000039 
+ 00031533  0x0000679a call  0x00007a90 
+ 00031534  0x0000679b call  0x00007a45 
+ 00031535  0x0000679c call  0x00007a4c 
+ 00031536  0x0000679d arg  0x000006c2 , 0x00000006 
+ 00031537  0x0000679e arg  0x00000582 , 0x00000005 
+ 00031538  0x0000679f force  0x00000008 , 0x00000039 
+ 00031539  0x000067a0 call  0x00007b97 
+ 00031540  0x000067a1 setarg  0x00800000 
+ 00031541  0x000067a2 lshift8  0x0000003f , 0x0000003f 
+ 00031542  0x000067a3 istore  0x00000004 , 0x00000005 
+ 00031543  0x000067a4 call  0x00007e3a 
+ 00031544  0x000067a5 setarg  0x00000300 
+ 00031545  0x000067a6 istore  0x00000004 , 0x00000005 
+ 00031546  0x000067a7 call  0x00007a4c 
+ 00031547  0x000067a8 branch  0x00007a89 
+ 00031548  0x000067ac setarg  0x00363636 
+ 00031549  0x000067ad lshift8  0x0000003f , 0x00000002 
+ 00031550  0x000067ae or_into  0x00000036 , 0x00000002 
+ 00031551  0x000067af arg  0x00000838 , 0x00000006 
+ 00031552  0x000067b0 force  0x00000006 , 0x00000039 
+ 00031553  0x000067b1 call  0x00007a90 
+ 00031554  0x000067b2 call  0x00007a45 
+ 00031555  0x000067b3 call  0x00007a4c 
+ 00031556  0x000067b4 arg  0x00000858 , 0x00000006 
+ 00031557  0x000067b5 arg  0x00000582 , 0x00000005 
+ 00031558  0x000067b6 call  0x00007b96 
+ 00031559  0x000067b7 arg  0x00000848 , 0x00000006 
+ 00031560  0x000067b8 call  0x00007b96 
+ 00031561  0x000067b9 branch  0x00007b57 
+ 00031562  0x000067bc setarg  0x00363636 
+ 00031563  0x000067bd lshift8  0x0000003f , 0x00000002 
+ 00031564  0x000067be or_into  0x00000036 , 0x00000002 
+ 00031565  0x000067bf arg  0x00000838 , 0x00000006 
+ 00031566  0x000067c0 force  0x00000006 , 0x00000039 
+ 00031567  0x000067c1 call  0x00007a90 
+ 00031568  0x000067c2 call  0x00007a45 
+ 00031569  0x000067c3 call  0x00007a4c 
+ 00031570  0x000067c5 arg  0x00000848 , 0x00000006 
+ 00031571  0x000067c6 arg  0x00000582 , 0x00000005 
+ 00031572  0x000067c7 call  0x00007b96 
+ 00031573  0x000067c8 arg  0x00000858 , 0x00000006 
+ 00031574  0x000067c9 call  0x00007b96 
+ 00031575  0x000067cb setarg  0x00000000 
+ 00031576  0x000067cc istore  0x00000008 , 0x00000005 
+ 00031577  0x000067cd istore  0x00000008 , 0x00000005 
+ 00031578  0x000067cf copy  0x00000005 , 0x00000002 
+ 00031579  0x000067d0 jam  0x00000080 , 0x000006c2 
+ 00031580  0x000067d1 copy  0x00000002 , 0x00000005 
+ 00031581  0x000067d2 arg  0x000006d2 , 0x00000006 
+ 00031582  0x000067d3 call  0x00007b96 
+ 00031583  0x000067d5 call  0x00007a4c 
+ 00031584  0x000067d7 arg  0x00000582 , 0x00000005 
+ 00031585  0x000067d8 force  0x00000007 , 0x00000039 
+ 00031586  0x000067d9 call  0x00007e3b 
+ 00031587  0x000067da istore  0x00000004 , 0x00000005 
+ 00031588  0x000067db setarg  0x000003f8 
+ 00031589  0x000067dc istore  0x00000004 , 0x00000005 
+ 00031590  0x000067dd call  0x00007a4c 
+ 00031591  0x000067de call  0x00007a89 
+ 00031592  0x000067e0 arg  0x00000858 , 0x00000006 
+ 00031593  0x000067e1 arg  0x000006a2 , 0x00000005 
+ 00031594  0x000067e2 call  0x00007e31 
+ 00031595  0x000067e4 setarg  0x005c5c5c 
+ 00031596  0x000067e5 lshift8  0x0000003f , 0x00000002 
+ 00031597  0x000067e6 or_into  0x0000005c , 0x00000002 
+ 00031598  0x000067e7 arg  0x00000838 , 0x00000006 
+ 00031599  0x000067e8 force  0x00000006 , 0x00000039 
+ 00031600  0x000067e9 call  0x00007a90 
+ 00031601  0x000067ea call  0x00007a45 
+ 00031602  0x000067eb call  0x00007a4c 
+ 00031603  0x000067ec arg  0x000006c2 , 0x00000006 
+ 00031604  0x000067ed arg  0x00000582 , 0x00000005 
+ 00031605  0x000067ee force  0x00000008 , 0x00000039 
+ 00031606  0x000067ef call  0x00007b97 
+ 00031607  0x000067f0 setarg  0x00800000 
+ 00031608  0x000067f1 lshift8  0x0000003f , 0x0000003f 
+ 00031609  0x000067f2 istore  0x00000004 , 0x00000005 
+ 00031610  0x000067f3 call  0x00007e3a 
+ 00031611  0x000067f4 setarg  0x00000300 
+ 00031612  0x000067f5 istore  0x00000004 , 0x00000005 
+ 00031613  0x000067f6 call  0x00007a4c 
+ 00031614  0x000067f7 branch  0x00007a89 
+ 00031615  0x000067ff jam  0x000000c0 , 0x00000581 
+ 00031616  0x00006801 fetch  0x00000001 , 0x00000581 
+ 00031617  0x00006802 rtn  0x00000034 
+ 00031618  0x00006803 increase  0xffffffff , 0x0000003f 
+ 00031619  0x00006804 store  0x00000001 , 0x00000581 
+ 00031620  0x00006805 arg  0x0000065a , 0x00000006 
+ 00031621  0x00006806 call  0x00007822 
+ 00031622  0x00006807 branch  0x00007b80 , 0x00000001 
+ 00031623  0x00006808 arg  0x00000582 , 0x00000006 
+ 00031624  0x00006809 arg  0x00000612 , 0x00000005 
+ 00031625  0x0000680a branch  0x00007828 
+ 00031626  0x0000680d call  0x0000793a 
+ 00031627  0x0000680e fetch  0x00000001 , 0x00000581 
+ 00031628  0x0000680f increase  0xffffffff , 0x0000003f 
+ 00031629  0x00006810 store  0x00000001 , 0x00000581 
+ 00031630  0x00006811 arg  0x0000065a , 0x00000006 
+ 00031631  0x00006812 call  0x00007822 
+ 00031632  0x00006813 rtn  0x00000001 
+ 00031633  0x00006814 branch  0x0000798b 
+ 00031634  0x00006817 jam  0x00000000 , 0x00000580 
+ 00031635  0x00006818 arg  0x00000582 , 0x00000006 
+ 00031636  0x00006819 arg  0x00000612 , 0x00000005 
+ 00031637  0x0000681a branch  0x00007828 
+ 00031638  0x0000681d force  0x00000004 , 0x00000039 
+ 00031639  0x0000681f increase  0xfffffffc , 0x00000006 
+ 00031640  0x00006821 ifetch  0x00000004 , 0x00000006 
+ 00031641  0x00006822 istore  0x00000004 , 0x00000005 
+ 00031642  0x00006823 increase  0xfffffff8 , 0x00000006 
+ 00031643  0x00006824 loop  0x00007b98 
+ 00031644  0x00006825 rtn 
+ 00031645  0x00006829 rtn  0x0000002b 
+ 00031646  0x0000682a call  0x00007ba5 
+ 00031647  0x0000682b call  0x00007c13 
+ 00031648  0x0000682c branch  0x00007bd9 
+ 00031649  0x0000682f fetch  0x00000001 , 0x00004132 
+ 00031650  0x00006830 rtneq  0x00000001 
+ 00031651  0x00006831 call  0x00007bf2 
+ 00031652  0x00006833 branch  0x00007c04 
+ 00031653  0x00006836 fetch  0x00000001 , 0x000047fd 
+ 00031654  0x00006837 rtneq  0x000000ff 
+ 00031655  0x00006838 iforce  0x00000002 
+ 00031656  0x00006839 call  0x000069da 
+ 00031657  0x0000683a fetcht  0x00000001 , 0x000047fd 
+ 00031658  0x0000683b call  0x000069ed 
+ 00031659  0x0000683c nop  0x00000064 
+ 00031660  0x0000683d fetcht  0x00000001 , 0x000047fd 
+ 00031661  0x0000683e call  0x000069d1 
+ 00031662  0x0000683f branch  0x00007bb1 
+ 00031663  0x00006842 jam  0x000000ff , 0x000047fd 
+ 00031664  0x00006843 rtn 
+ 00031665  0x00006846 set1  0x00000025 , 0x00000000 
+ 00031666  0x00006847 bpatch  0x00000085 , 0x00004030 
+ 00031667  0x00006848 fetch  0x00000001 , 0x000047fd 
+ 00031668  0x00006849 rtneq  0x000000ff 
+ 00031669  0x0000684a copy  0x0000003f , 0x00000002 
+ 00031670  0x0000684b call  0x000069e5 
+ 00031671  0x0000684c nbranch  0x00007bc4 , 0x00000001 
+ 00031672  0x0000684f call  0x00007bce 
+ 00031673  0x00006850 fetch  0x00000002 , 0x000047f4 
+ 00031674  0x00006851 set1  0x0000000c 
+ 00031675  0x00006852 store  0x00000002 , 0x000047f4 
+ 00031676  0x00006853 fetch  0x00000001 , 0x000047eb 
+ 00031677  0x00006854 rtneq  0x00000000 
+ 00031678  0x00006855 jam  0x00000000 , 0x000047eb 
+ 00031679  0x00006857 fetch  0x00000001 , 0x000047fc 
+ 00031680  0x00006858 store  0x00000001 , 0x000047ea 
+ 00031681  0x00006859 call  0x00007bd5 
+ 00031682  0x0000685a jam  0x0000002c , 0x00000b7d 
+ 00031683  0x0000685b branch  0x00007c27 
+ 00031684  0x0000685d fetch  0x00000002 , 0x000047f4 
+ 00031685  0x0000685e set0  0x0000000c 
+ 00031686  0x0000685f store  0x00000002 , 0x000047f4 
+ 00031687  0x00006860 fetch  0x00000001 , 0x000047eb 
+ 00031688  0x00006861 rtneq  0x00000001 
+ 00031689  0x00006862 jam  0x00000001 , 0x000047eb 
+ 00031690  0x00006864 jam  0x00000000 , 0x000047ea 
+ 00031691  0x00006865 call  0x00007bd7 
+ 00031692  0x00006866 jam  0x0000002d , 0x00000b7d 
+ 00031693  0x00006867 branch  0x00007c27 
+ 00031694  0x0000686a fetch  0x00000001 , 0x000047ea 
+ 00031695  0x0000686b rtn  0x00000034 
+ 00031696  0x0000686c increase  0xffffffff , 0x0000003f 
+ 00031697  0x0000686d store  0x00000001 , 0x000047ea 
+ 00031698  0x0000686e nrtn  0x00000034 
+ 00031699  0x00006870 jam  0x00000010 , 0x00000b7d 
+ 00031700  0x00006871 branch  0x00007c27 
+ 00031701  0x00006874 arg  0x00000007 , 0x00000007 
+ 00031702  0x00006875 branch  0x00003dc2 
+ 00031703  0x00006878 arg  0x00000007 , 0x00000007 
+ 00031704  0x00006879 branch  0x00003dc6 
+ 00031705  0x0000687c fetch  0x00000001 , 0x000047f7 
+ 00031706  0x0000687d rtneq  0x000000ff 
+ 00031707  0x0000687e iforce  0x00000002 
+ 00031708  0x0000687f call  0x000069da 
+ 00031709  0x00006880 branch  0x00007be2 
+ 00031710  0x00006883 fetch  0x00000002 , 0x000047f4 
+ 00031711  0x00006884 set0  0x0000000d 
+ 00031712  0x00006885 store  0x00000002 , 0x000047f4 
+ 00031713  0x00006886 jam  0x00000000 , 0x000047e9 
+ 00031714  0x00006888 fetch  0x00000002 , 0x000047f4 
+ 00031715  0x00006889 set0  0x0000000e 
+ 00031716  0x0000688a store  0x00000002 , 0x000047f4 
+ 00031717  0x0000688b fetcht  0x00000001 , 0x000047f7 
+ 00031718  0x0000688c branch  0x000069ed 
+ 00031719  0x0000688f fetch  0x00000002 , 0x000047f4 
+ 00031720  0x00006890 set1  0x0000000e 
+ 00031721  0x00006891 store  0x00000002 , 0x000047f4 
+ 00031722  0x00006892 jam  0x00000000 , 0x000047e9 
+ 00031723  0x00006893 fetcht  0x00000001 , 0x000047f7 
+ 00031724  0x00006894 branch  0x000069ef 
+ 00031725  0x00006897 fetch  0x00000002 , 0x000047f4 
+ 00031726  0x00006898 set1  0x0000000d 
+ 00031727  0x00006899 store  0x00000002 , 0x000047f4 
+ 00031728  0x0000689a jam  0x00000001 , 0x000047e9 
+ 00031729  0x0000689b rtn 
+ 00031730  0x0000689e set1  0x00000025 , 0x00000000 
+ 00031731  0x0000689f bpatch  0x00000086 , 0x00004030 
+ 00031732  0x000068a0 fetch  0x00000001 , 0x000047e9 
+ 00031733  0x000068a1 rtneq  0x00000000 
+ 00031734  0x000068a2 arg  0x00000009 , 0x00000007 
+ 00031735  0x000068a3 call  0x00007e53 
+ 00031736  0x000068a4 nrtn  0x00000034 
+ 00031737  0x000068a5 fetch  0x00000001 , 0x000047e9 
+ 00031738  0x000068a6 beq  0x00000002 , 0x00007bff 
+ 00031739  0x000068a7 call  0x00007be7 
+ 00031740  0x000068a8 jam  0x00000002 , 0x000047e9 
+ 00031741  0x000068a9 fetch  0x00000002 , 0x000047fa 
+ 00031742  0x000068aa branch  0x00007c02 
+ 00031743  0x000068ac call  0x00007be2 
+ 00031744  0x000068ad jam  0x00000003 , 0x000047e9 
+ 00031745  0x000068ae fetch  0x00000002 , 0x000047f8 
+ 00031746  0x000068b0 arg  0x00000009 , 0x00000007 
+ 00031747  0x000068b1 branch  0x00007e4c 
+ 00031748  0x000068b5 set1  0x00000025 , 0x00000000 
+ 00031749  0x000068b6 bpatch  0x00000087 , 0x00004030 
+ 00031750  0x000068b7 arg  0x00000000 , 0x00000011 
+ 00031751  0x000068b8 fetcht  0x00000004 , 0x000047ec 
+ 00031752  0x000068b9 copy  0x00000022 , 0x00000012 
+ 00031753  0x000068bc copy  0x00000012 , 0x0000003f 
+ 00031754  0x000068bd increase  0x000000a0 , 0x00000002 
+ 00031755  0x000068be increase  0x000000a0 , 0x00000002 
+ 00031756  0x000068bf isub  0x00000002 , 0x0000003e 
+ 00031757  0x000068c0 nbranch  0x00007c16 , 0x00000002 
+ 00031758  0x000068c1 increase  0x00000001 , 0x00000011 
+ 00031759  0x000068c2 and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00031760  0x000068c3 nbranch  0x00007c09 , 0x00000034 
+ 00031761  0x000068c4 arg  0x00000000 , 0x00000011 
+ 00031762  0x000068c5 call  0x00007c1d 
+ 00031763  0x000068c7 copy  0x00000022 , 0x0000003f 
+ 00031764  0x000068c8 store  0x00000004 , 0x000047ec 
+ 00031765  0x000068c9 rtn 
+ 00031766  0x000068cb set1  0x00000025 , 0x00000000 
+ 00031767  0x000068cc bpatch  0x00000088 , 0x00004031 
+ 00031768  0x000068cd copy  0x00000011 , 0x0000003f 
+ 00031769  0x000068ce rtn  0x00000034 
+ 00031770  0x000068cf increase  0xffffff60 , 0x00000002 
+ 00031771  0x000068d0 increase  0xffffff60 , 0x00000002 
+ 00031772  0x000068d1 storet  0x00000004 , 0x000047ec 
+ 00031773  0x000068d3 increase  0x00000050 , 0x0000003f 
+ 00031774  0x000068d4 store  0x00000001 , 0x00000b7d 
+ 00031775  0x000068d5 branch  0x00007c27 
+ 00031776  0x000068dc jam  0x00000001 , 0x000047dd 
+ 00031777  0x000068de fetch  0x00000001 , 0x000047de 
+ 00031778  0x000068df nbranch  0x00007c21 , 0x00000034 
+ 00031779  0x000068e0 rtn 
+ 00031780  0x000068e3 jam  0x00000000 , 0x000047dd 
+ 00031781  0x000068e4 rtn 
+ 00031782  0x000068e7 branch  0x00007f9f 
+ 00031783  0x000068ec set1  0x00000025 , 0x00000000 
+ 00031784  0x000068ed bpatch  0x00000089 , 0x00004031 
+ 00031785  0x000068ee fetch  0x00000001 , 0x00004132 
+ 00031786  0x000068ef rtneq  0x00000001 
+ 00031787  0x000068f0 call  0x00007c20 
+ 00031788  0x000068f1 copy  0x00000011 , 0x0000003f 
+ 00031789  0x000068f2 store  0x00000004 , 0x000008ab 
+ 00031790  0x000068f3 arg  0x000047df , 0x00000011 
+ 00031791  0x000068f4 call  0x00007f92 
+ 00031792  0x000068f5 fetch  0x00000004 , 0x000008ab 
+ 00031793  0x000068f6 copy  0x0000003f , 0x00000011 
+ 00031794  0x000068f7 branch  0x00007c24 
+ 00031795  0x000068fa set1  0x00000025 , 0x00000000 
+ 00031796  0x000068fb bpatch  0x0000008a , 0x00004031 
+ 00031797  0x000068fc fetch  0x00000001 , 0x00004132 
+ 00031798  0x000068fd rtneq  0x00000001 
+ 00031799  0x000068fe call  0x00007c20 
+ 00031800  0x000068ff copy  0x00000011 , 0x0000003f 
+ 00031801  0x00006900 store  0x00000004 , 0x000008ab 
+ 00031802  0x00006901 arg  0x000047e4 , 0x00000011 
+ 00031803  0x00006902 call  0x00007f92 
+ 00031804  0x00006903 fetch  0x00000004 , 0x000008ab 
+ 00031805  0x00006904 copy  0x0000003f , 0x00000011 
+ 00031806  0x00006905 branch  0x00007c24 
+ 00031807  0x00006908 set1  0x00000025 , 0x00000000 
+ 00031808  0x00006909 bpatch  0x0000008b , 0x00004031 
+ 00031809  0x0000690a setarg  0x00000000 
+ 00031810  0x0000690b store  0x00000005 , 0x000047e4 
+ 00031811  0x0000690c store  0x00000005 , 0x000047df 
+ 00031812  0x0000690d rtn 
+ 00031813  0x00006910 set1  0x00000025 , 0x00000000 
+ 00031814  0x00006911 bpatch  0x0000008c , 0x00004031 
+ 00031815  0x00006912 fetch  0x00000001 , 0x00004272 
+ 00031816  0x00006913 nrtn  0x00000034 
+ 00031817  0x00006914 arg  0x000047e4 , 0x00000011 
+ 00031818  0x00006915 call  0x00007fac 
+ 00031819  0x00006916 rtn  0x00000034 
+ 00031820  0x00006917 jam  0x00000000 , 0x000008aa 
+ 00031821  0x00006918 call  0x00007c51 
+ 00031822  0x00006919 fetch  0x00000001 , 0x000008aa 
+ 00031823  0x0000691a branch  0x00007c45 , 0x00000034 
+ 00031824  0x0000691b rtn 
+ 00031825  0x0000691e set1  0x00000025 , 0x00000000 
+ 00031826  0x0000691f bpatch  0x0000008d , 0x00004031 
+ 00031827  0x00006920 call  0x00007c20 
+ 00031828  0x00006921 arg  0x000047e4 , 0x00000011 
+ 00031829  0x00006922 call  0x00007f9f 
+ 00031830  0x00006923 copy  0x0000003f , 0x00000002 
+ 00031831  0x00006924 call  0x00007c24 
+ 00031832  0x00006925 copy  0x00000002 , 0x0000003f 
+ 00031833  0x00006926 rtn  0x00000034 
+ 00031834  0x00006927 beq  0x00000001 , 0x00007c97 
+ 00031835  0x00006928 beq  0x00000002 , 0x00007c9c 
+ 00031836  0x00006929 beq  0x00000003 , 0x00007ca2 
+ 00031837  0x0000692a beq  0x00000007 , 0x00007ca7 
+ 00031838  0x0000692b beq  0x00000008 , 0x00007ca8 
+ 00031839  0x0000692c beq  0x00000009 , 0x00007ca9 
+ 00031840  0x0000692d beq  0x0000000b , 0x00007cac 
+ 00031841  0x0000692e beq  0x0000000c , 0x00007cad 
+ 00031842  0x0000692f beq  0x0000000d , 0x00007cae 
+ 00031843  0x00006930 beq  0x0000000e , 0x00007cb1 
+ 00031844  0x00006931 beq  0x0000000f , 0x00007cb3 
+ 00031845  0x00006932 beq  0x00000010 , 0x00007cb6 
+ 00031846  0x00006933 beq  0x00000012 , 0x00007cbb 
+ 00031847  0x00006934 beq  0x00000015 , 0x00007bed 
+ 00031848  0x00006935 beq  0x00000014 , 0x00007be7 
+ 00031849  0x00006936 beq  0x00000013 , 0x00007bde 
+ 00031850  0x00006937 beq  0x00000016 , 0x00007cbc 
+ 00031851  0x00006938 beq  0x00000017 , 0x00007cc1 
+ 00031852  0x00006939 beq  0x00000018 , 0x00007cc3 
+ 00031853  0x0000693a beq  0x00000019 , 0x00007cc8 
+ 00031854  0x0000693b beq  0x0000001b , 0x00007cc6 
+ 00031855  0x0000693c beq  0x0000001c , 0x00007cd3 
+ 00031856  0x0000693d beq  0x0000001e , 0x00007cd5 
+ 00031857  0x0000693f store  0x00000001 , 0x00000b7d 
+ 00031858  0x00006940 set1  0x00000025 , 0x00000000 
+ 00031859  0x00006941 bpatch  0x0000008e , 0x00004031 
+ 00031860  0x00006942 fetch  0x00000001 , 0x0000007c 
+ 00031861  0x00006943 branch  0x00007c79 , 0x00000034 
+ 00031862  0x00006944 call  0x000061d9 
+ 00031863  0x00006945 fetch  0x00000001 , 0x0000007c 
+ 00031864  0x00006946 nbranch  0x00007c8c , 0x00000034 
+ 00031865  0x00006948 fetch  0x00000001 , 0x00000b7d 
+ 00031866  0x00006949 bmark0  0x00000009 , 0x00007c87 
+ 00031867  0x0000694b beq  0x00000005 , 0x00004a19 
+ 00031868  0x0000694c beq  0x00000006 , 0x00004a28 
+ 00031869  0x0000694d beq  0x0000000a , 0x00007caa 
+ 00031870  0x0000694e beq  0x00000004 , 0x00007ca4 
+ 00031871  0x0000694f beq  0x00000011 , 0x00007cb8 
+ 00031872  0x00006950 beq  0x0000001d , 0x00007c8e 
+ 00031873  0x00006951 beq  0x0000001f , 0x0000690c 
+ 00031874  0x00006952 beq  0x00000020 , 0x00006910 
+ 00031875  0x00006953 beq  0x00000012 , 0x00007c85 
+ 00031876  0x00006954 rtn 
+ 00031877  0x00006958 jam  0x0000002f , 0x00000b7d 
+ 00031878  0x00006959 branch  0x00005620 
+ 00031879  0x0000695b store  0x00000001 , 0x00000b7d 
+ 00031880  0x0000695c call  0x000032ee 
+ 00031881  0x0000695d branch  0x00007c8c , 0x00000005 
+ 00031882  0x0000695e call  0x000032f9 
+ 00031883  0x0000695f nrtn  0x00000005 
+ 00031884  0x00006961 jam  0x00000001 , 0x000008aa 
+ 00031885  0x00006962 branch  0x00007c33 
+ 00031886  0x00006966 jam  0x00000034 , 0x0000007c 
+ 00031887  0x00006967 set1  0x00000003 , 0x00000000 
+ 00031888  0x00006968 nrtn  0x00000029 
+ 00031889  0x00006969 jam  0x00000000 , 0x00004748 
+ 00031890  0x0000696a jam  0x00000013 , 0x0000007c 
+ 00031891  0x0000696b fetch  0x00000001 , 0x00000177 
+ 00031892  0x0000696c set0  0x00000002 , 0x0000003f 
+ 00031893  0x0000696d store  0x00000001 , 0x00000177 
+ 00031894  0x0000696e rtn 
+ 00031895  0x00006971 fetch  0x00000002 , 0x000047f4 
+ 00031896  0x00006972 set1  0x00000006 
+ 00031897  0x00006973 store  0x00000002 , 0x000047f4 
+ 00031898  0x00006974 jam  0x00000003 , 0x00004133 
+ 00031899  0x00006975 rtn 
+ 00031900  0x00006978 jam  0x00000000 , 0x000047f2 
+ 00031901  0x00006979 jam  0x00000000 , 0x00004133 
+ 00031902  0x0000697a fetch  0x00000002 , 0x000047f4 
+ 00031903  0x0000697b set0  0x00000006 
+ 00031904  0x0000697c store  0x00000002 , 0x000047f4 
+ 00031905  0x0000697d rtn 
+ 00031906  0x00006980 jam  0x00000005 , 0x00004272 
+ 00031907  0x00006981 rtn 
+ 00031908  0x00006984 jam  0x00000007 , 0x0000007c 
+ 00031909  0x00006985 jam  0x00000013 , 0x00000446 
+ 00031910  0x00006986 rtn 
+ 00031911  0x0000698a rtn 
+ 00031912  0x0000698d rtn 
+ 00031913  0x00006990 rtn 
+ 00031914  0x00006993 jam  0x00000002 , 0x00000450 
+ 00031915  0x00006994 branch  0x000049da 
+ 00031916  0x00006997 rtn 
+ 00031917  0x00006999 rtn 
+ 00031918  0x0000699b jam  0x00000001 , 0x000043d8 
+ 00031919  0x0000699c jam  0x00000000 , 0x000044db 
+ 00031920  0x0000699d rtn 
+ 00031921  0x0000699f jam  0x00000000 , 0x000043d8 
+ 00031922  0x000069a0 rtn 
+ 00031923  0x000069a2 jam  0x00000001 , 0x000043d8 
+ 00031924  0x000069a3 jam  0x00000001 , 0x000044db 
+ 00031925  0x000069a4 rtn 
+ 00031926  0x000069a6 jam  0x00000000 , 0x000043d8 
+ 00031927  0x000069a7 rtn 
+ 00031928  0x000069a9 setarg  0x00000001 
+ 00031929  0x000069aa store  0x00000002 , 0x000003ef 
+ 00031930  0x000069ab rtn 
+ 00031931  0x000069ad rtn 
+ 00031932  0x000069af jam  0x00000001 , 0x000043d2 
+ 00031933  0x000069b0 jam  0x0000001b , 0x00004272 
+ 00031934  0x000069b1 fetch  0x00000006 , 0x00000268 
+ 00031935  0x000069b2 store  0x00000006 , 0x000044e7 
+ 00031936  0x000069b3 rtn 
+ 00031937  0x000069b5 jam  0x00000001 , 0x000043d2 
+ 00031938  0x000069b6 rtn 
+ 00031939  0x000069b8 jam  0x00000000 , 0x000043d2 
+ 00031940  0x000069b9 jam  0x00000000 , 0x00004272 
+ 00031941  0x000069ba rtn 
+ 00031942  0x000069bc jam  0x0000004b , 0x00000b7d 
+ 00031943  0x000069bd branch  0x00005620 
+ 00031944  0x000069bf set1  0x00000025 , 0x00000000 
+ 00031945  0x000069c0 bpatch  0x0000008f , 0x00004031 
+ 00031946  0x000069c1 fetch  0x00000002 , 0x00004288 
+ 00031947  0x000069c2 call  0x00007f66 
+ 00031948  0x000069c3 fetch  0x00000001 , 0x000047fd 
+ 00031949  0x000069c4 beq  0x000000ff , 0x00007cd0 
+ 00031950  0x000069c5 copy  0x0000003f , 0x00000002 
+ 00031951  0x000069c6 call  0x000069d1 
+ 00031952  0x000069c8 call  0x00007be2 
+ 00031953  0x000069c9 call  0x00007c3f 
+ 00031954  0x000069ca branch  0x00003ccd 
+ 00031955  0x000069cd jam  0x00000001 , 0x000046f8 
+ 00031956  0x000069ce rtn 
+ 00031957  0x000069d1 force  0x00000004 , 0x00000007 
+ 00031958  0x000069d2 branch  0x00007e4b 
+ 00031959  0x000069d5 fetch  0x00000001 , 0x000047f4 
+ 00031960  0x000069d6 rtnbit0  0x0000000c 
+ 00031961  0x000069d7 rtnbit0  0x00000007 
+ 00031962  0x000069d8 branch  0x00007cd5 
+ 00031963  0x000069dd set1  0x00000025 , 0x00000000 
+ 00031964  0x000069de bpatch  0x000000d5 , 0x0000403a 
+ 00031965  0x000069df call  0x00007df3 
+ 00031966  0x000069e0 hfetch  0x00000001 , 0x00008c26 
+ 00031967  0x000069e1 store  0x00000001 , 0x000008af 
+ 00031968  0x000069e2 hfetch  0x00000001 , 0x00008c27 
+ 00031969  0x000069e3 store  0x00000001 , 0x000008b0 
+ 00031970  0x000069e4 hjam  0x000000e0 , 0x00008c26 
+ 00031971  0x000069e5 fetch  0x00000001 , 0x000008b0 
+ 00031972  0x000069e6 compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00031973  0x000069e7 call  0x00007d3a , 0x00000001 
+ 00031974  0x000069e8 set1  0x00000025 , 0x00000000 
+ 00031975  0x000069e9 bpatch  0x000000d6 , 0x0000403a 
+ 00031976  0x000069ea fetch  0x00000001 , 0x000008af 
+ 00031977  0x000069eb compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00031978  0x000069ec call  0x00007cf8 , 0x00000001 
+ 00031979  0x000069ed fetch  0x00000001 , 0x000008f8 
+ 00031980  0x000069ee bne  0x00000002 , 0x00007dc2 
+ 00031981  0x000069ef fetch  0x00000002 , 0x000008f9 
+ 00031982  0x000069f0 increase  0x00000001 , 0x0000003f 
+ 00031983  0x000069f1 store  0x00000002 , 0x000008f9 
+ 00031984  0x000069f2 fetcht  0x00000002 , 0x000008fb 
+ 00031985  0x000069f3 isub  0x00000002 , 0x0000003e 
+ 00031986  0x000069f4 branch  0x00007db2 , 0x00000002 
+ 00031987  0x000069f5 fetch  0x00000001 , 0x000008af 
+ 00031988  0x000069f6 bbit0  0x00000006 , 0x00007dc2 
+ 00031989  0x000069f7 setarg  0x00000000 
+ 00031990  0x000069f8 store  0x00000002 , 0x000008f9 
+ 00031991  0x000069f9 branch  0x00007dc2 
+ 00031992  0x000069fd set1  0x00000025 , 0x00000000 
+ 00031993  0x000069fe bpatch  0x000000d7 , 0x0000403a 
+ 00031994  0x000069ff hjam  0x00000011 , 0x00008c26 
+ 00031995  0x00006a00 hfetch  0x00000001 , 0x00008c20 
+ 00031996  0x00006a01 store  0x00000001 , 0x000008b1 
+ 00031997  0x00006a02 copy  0x0000003f , 0x00000039 
+ 00031998  0x00006a03 branch  0x00007d18 , 0x00000034 
+ 00031999  0x00006a04 arg  0x000008ff , 0x00000005 
+ 00032000  0x00006a05 call  0x00007d36 
+ 00032001  0x00006a06 fetch  0x00000001 , 0x000008b1 
+ 00032002  0x00006a07 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00032003  0x00006a08 rtn  0x00000002 
+ 00032004  0x00006a0a set1  0x00000025 , 0x00000000 
+ 00032005  0x00006a0b bpatch  0x000000d8 , 0x0000403b 
+ 00032006  0x00006a0c fetch  0x00000001 , 0x000008ff 
+ 00032007  0x00006a0d beq  0x00000020 , 0x00007d16 
+ 00032008  0x00006a0e beq  0x00000021 , 0x00007d22 
+ 00032009  0x00006a0f beq  0x00000000 , 0x00007d10 
+ 00032010  0x00006a10 fetch  0x00000001 , 0x00000900 
+ 00032011  0x00006a11 beq  0x00000005 , 0x00007d9b 
+ 00032012  0x00006a12 beq  0x00000006 , 0x00007d3d 
+ 00032013  0x00006a13 beq  0x00000009 , 0x00007d98 
+ 00032014  0x00006a14 beq  0x0000000b , 0x00007da2 
+ 00032015  0x00006a15 branch  0x00007d32 
+ 00032016  0x00006a18 fetch  0x00000001 , 0x00000900 
+ 00032017  0x00006a19 beq  0x00000001 , 0x00007daf 
+ 00032018  0x00006a1a beq  0x00000003 , 0x00007dab 
+ 00032019  0x00006a1b beq  0x00000009 , 0x00007d34 
+ 00032020  0x00006a1c beq  0x00000005 , 0x00007d9b 
+ 00032021  0x00006a1d branch  0x00007d32 
+ 00032022  0x00006a1f call  0x00007d34 
+ 00032023  0x00006a20 rtn 
+ 00032024  0x00006a23 fetch  0x00000001 , 0x000008af 
+ 00032025  0x00006a24 bbit1  0x00000004 , 0x00007d04 
+ 00032026  0x00006a25 rtn 
+ 00032027  0x00006a27 fetch  0x00000001 , 0x000008f6 
+ 00032028  0x00006a28 increase  0x00000001 , 0x0000003f 
+ 00032029  0x00006a29 store  0x00000001 , 0x000008f6 
+ 00032030  0x00006a2a compare  0x00000002 , 0x0000003f , 0x000000ff 
+ 00032031  0x00006a2b nbranch  0x00007d34 , 0x00000001 
+ 00032032  0x00006a2c jam  0x00000001 , 0x000008f7 
+ 00032033  0x00006a2d branch  0x00007d34 
+ 00032034  0x00006a2f fetch  0x00000001 , 0x00000900 
+ 00032035  0x00006a30 beq  0x0000000a , 0x00007d27 
+ 00032036  0x00006a31 beq  0x00000009 , 0x00007d2e 
+ 00032037  0x00006a32 beq  0x0000000b , 0x00007d1b 
+ 00032038  0x00006a33 branch  0x00007d32 
+ 00032039  0x00006a35 fetch  0x00000001 , 0x000008f8 
+ 00032040  0x00006a36 beq  0x00000005 , 0x00007d2c 
+ 00032041  0x00006a37 bne  0x00000004 , 0x00007d34 
+ 00032042  0x00006a38 jam  0x00000005 , 0x000008f8 
+ 00032043  0x00006a39 branch  0x00007d34 
+ 00032044  0x00006a3b jam  0x00000002 , 0x000008f8 
+ 00032045  0x00006a3c branch  0x00007d34 
+ 00032046  0x00006a3f jam  0x00000001 , 0x000008f7 
+ 00032047  0x00006a40 arg  0x000008f7 , 0x00000011 
+ 00032048  0x00006a41 arg  0x00000001 , 0x00000012 
+ 00032049  0x00006a42 branch  0x00007d65 
+ 00032050  0x00006a44 hjam  0x00000001 , 0x00008c11 
+ 00032051  0x00006a45 rtn 
+ 00032052  0x00006a47 hjam  0x00000040 , 0x00008c12 
+ 00032053  0x00006a48 rtn 
+ 00032054  0x00006a4b hfetch  0x00000001 , 0x00008c18 
+ 00032055  0x00006a4c istore  0x00000001 , 0x00000005 
+ 00032056  0x00006a4d loop  0x00007d36 
+ 00032057  0x00006a4e rtn 
+ 00032058  0x00006a51 hjam  0x00000001 , 0x00008c27 
+ 00032059  0x00006a52 call  0x00007d7c 
+ 00032060  0x00006a53 rtn 
+ 00032061  0x00006a56 set1  0x00000025 , 0x00000000 
+ 00032062  0x00006a57 bpatch  0x000000d9 , 0x0000403b 
+ 00032063  0x00006a58 set0  0x00000023 , 0x00000000 
+ 00032064  0x00006a59 fetch  0x00000001 , 0x00000902 
+ 00032065  0x00006a5a beq  0x00000001 , 0x00007d47 
+ 00032066  0x00006a5b beq  0x00000002 , 0x00007d49 
+ 00032067  0x00006a5c beq  0x00000003 , 0x00007d4b 
+ 00032068  0x00006a5d beq  0x00000021 , 0x00007d57 
+ 00032069  0x00006a5e beq  0x00000022 , 0x00007d5b 
+ 00032070  0x00006a5f rtn 
+ 00032071  0x00006a62 arg  0x00000912 , 0x00000011 
+ 00032072  0x00006a63 branch  0x00007d62 
+ 00032073  0x00006a65 arg  0x00000ab6 , 0x00000011 
+ 00032074  0x00006a66 branch  0x00007d62 
+ 00032075  0x00006a68 fetch  0x00000001 , 0x00000901 
+ 00032076  0x00006a69 and_into  0x00000003 , 0x0000003f 
+ 00032077  0x00006a6a arg  0x00000b1a , 0x00000011 
+ 00032078  0x00006a6b beq  0x00000000 , 0x00007d62 
+ 00032079  0x00006a6c set1  0x00000023 , 0x00000000 
+ 00032080  0x00006a6d arg  0x00000b1f , 0x00000011 
+ 00032081  0x00006a6e beq  0x00000001 , 0x00007d62 
+ 00032082  0x00006a6f arg  0x00000b3d , 0x00000011 
+ 00032083  0x00006a70 beq  0x00000002 , 0x00007d62 
+ 00032084  0x00006a71 arg  0x00000b5b , 0x00000011 
+ 00032085  0x00006a72 beq  0x00000003 , 0x00007d62 
+ 00032086  0x00006a73 branch  0x00003bf1 
+ 00032087  0x00006a75 arg  0x00000ac8 , 0x00000011 
+ 00032088  0x00006a76 fetch  0x00000001 , 0x00000ac8 
+ 00032089  0x00006a77 copy  0x0000003f , 0x00000012 
+ 00032090  0x00006a78 branch  0x00007d65 
+ 00032091  0x00006a7a fetch  0x00000002 , 0x00000903 
+ 00032092  0x00006a7b beq  0x00000001 , 0x00007d5f 
+ 00032093  0x00006a7c arg  0x00000926 , 0x00000011 
+ 00032094  0x00006a7d branch  0x00007d62 
+ 00032095  0x00006a7f jam  0x00000001 , 0x000008f8 
+ 00032096  0x00006a80 arg  0x000009ee , 0x00000011 
+ 00032097  0x00006a81 branch  0x00007d62 
+ 00032098  0x00006a84 ifetch  0x00000001 , 0x00000011 
+ 00032099  0x00006a85 iforce  0x00000012 
+ 00032100  0x00006a86 increase  0x00000001 , 0x00000011 
+ 00032101  0x00006a8a set1  0x00000025 , 0x00000000 
+ 00032102  0x00006a8b bpatch  0x000000da , 0x0000403b 
+ 00032103  0x00006a8c bmark0  0x00000023 , 0x00007d71 
+ 00032104  0x00006a8d add  0x00000012 , 0x00000001 , 0x0000003f 
+ 00032105  0x00006a8e lshift  0x0000003f , 0x0000003f 
+ 00032106  0x00006a8f hstore  0x00000001 , 0x00008c18 
+ 00032107  0x00006a90 hjam  0x00000003 , 0x00008c18 
+ 00032108  0x00006a91 fetch  0x00000001 , 0x00000905 
+ 00032109  0x00006a92 increase  0xfffffffe , 0x0000003f 
+ 00032110  0x00006a93 rshift  0x0000003f , 0x0000003f 
+ 00032111  0x00006a94 store  0x00000001 , 0x00000905 
+ 00032112  0x00006a95 beq  0x00000000 , 0x00007d7a 
+ 00032113  0x00006a97 fetch  0x00000001 , 0x00000905 
+ 00032114  0x00006a98 isub  0x00000012 , 0x0000003e 
+ 00032115  0x00006a99 branch  0x00007d75 , 0x00000002 
+ 00032116  0x00006a9a copy  0x0000003f , 0x00000012 
+ 00032117  0x00006a9c copy  0x00000011 , 0x0000003f 
+ 00032118  0x00006a9d store  0x00000002 , 0x0000090f 
+ 00032119  0x00006a9e copy  0x00000012 , 0x0000003f 
+ 00032120  0x00006a9f store  0x00000001 , 0x00000911 
+ 00032121  0x00006aa0 branch  0x00007d7c 
+ 00032122  0x00006aa3 arg  0x00000000 , 0x00000007 
+ 00032123  0x00006aa4 branch  0x00007dd5 
+ 00032124  0x00006aa9 set1  0x00000025 , 0x00000000 
+ 00032125  0x00006aaa bpatch  0x000000db , 0x0000403b 
+ 00032126  0x00006aab fetch  0x00000001 , 0x00000911 
+ 00032127  0x00006aac rtn  0x00000034 
+ 00032128  0x00006aad copy  0x0000003f , 0x00000039 
+ 00032129  0x00006aae sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00032130  0x00006aaf branch  0x00007d84 , 0x00000002 
+ 00032131  0x00006ab0 arg  0x00000040 , 0x00000039 
+ 00032132  0x00006ab2 fetch  0x00000001 , 0x00000911 
+ 00032133  0x00006ab3 isub  0x00000039 , 0x0000003f 
+ 00032134  0x00006ab4 store  0x00000001 , 0x00000911 
+ 00032135  0x00006ab5 fetch  0x00000002 , 0x0000090f 
+ 00032136  0x00006ab6 copy  0x0000003f , 0x00000006 
+ 00032137  0x00006ab8 ifetch  0x00000001 , 0x00000006 
+ 00032138  0x00006ab9 hstore  0x00000001 , 0x00008c18 
+ 00032139  0x00006aba bmark0  0x00000023 , 0x00007d8d 
+ 00032140  0x00006abb hjam  0x00000000 , 0x00008c18 
+ 00032141  0x00006abd loop  0x00007d89 
+ 00032142  0x00006abe copy  0x00000006 , 0x0000003f 
+ 00032143  0x00006abf store  0x00000002 , 0x0000090f 
+ 00032144  0x00006ac0 arg  0x00000000 , 0x00000007 
+ 00032145  0x00006ac1 call  0x00007dd5 
+ 00032146  0x00006ac2 fetch  0x00000001 , 0x00000911 
+ 00032147  0x00006ac3 nrtn  0x00000034 
+ 00032148  0x00006ac4 fetch  0x00000001 , 0x000008f8 
+ 00032149  0x00006ac5 rtnne  0x00000001 
+ 00032150  0x00006ac6 jam  0x00000002 , 0x000008f8 
+ 00032151  0x00006ac7 rtn 
+ 00032152  0x00006acb fetch  0x00000001 , 0x00000901 
+ 00032153  0x00006acc sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00032154  0x00006acd nbranch  0x00007d32 , 0x00000002 
+ 00032155  0x00006acf fetch  0x00000001 , 0x000008ff 
+ 00032156  0x00006ad0 bne  0x00000000 , 0x00007d32 
+ 00032157  0x00006ad1 fetch  0x00000002 , 0x00000903 
+ 00032158  0x00006ad2 bne  0x00000000 , 0x00007d32 
+ 00032159  0x00006ad3 fetch  0x00000001 , 0x00000905 
+ 00032160  0x00006ad4 bne  0x00000000 , 0x00007d32 
+ 00032161  0x00006ad5 branch  0x00007d34 
+ 00032162  0x00006ad8 fetch  0x00000001 , 0x000008ff 
+ 00032163  0x00006ad9 bne  0x00000001 , 0x00007d32 
+ 00032164  0x00006ada fetch  0x00000001 , 0x00000901 
+ 00032165  0x00006adb bne  0x00000000 , 0x00007d32 
+ 00032166  0x00006adc fetch  0x00000001 , 0x00000902 
+ 00032167  0x00006add bne  0x00000000 , 0x00007d32 
+ 00032168  0x00006ade fetch  0x00000001 , 0x00000905 
+ 00032169  0x00006adf bne  0x00000000 , 0x00007d32 
+ 00032170  0x00006ae0 branch  0x00007d34 
+ 00032171  0x00006ae3 fetch  0x00000001 , 0x00000901 
+ 00032172  0x00006ae4 bne  0x00000001 , 0x00007d32 
+ 00032173  0x00006ae5 jam  0x00000003 , 0x000008f8 
+ 00032174  0x00006ae6 branch  0x00007d34 
+ 00032175  0x00006ae9 fetch  0x00000001 , 0x00000901 
+ 00032176  0x00006aea bne  0x00000001 , 0x00007d32 
+ 00032177  0x00006aeb branch  0x00007d34 
+ 00032178  0x00006aee set1  0x00000025 , 0x00000000 
+ 00032179  0x00006aef bpatch  0x000000dc , 0x0000403b 
+ 00032180  0x00006af0 hjam  0x00000000 , 0x00008c00 
+ 00032181  0x00006af1 nop  0x00002710 
+ 00032182  0x00006af2 hjam  0x000000c0 , 0x00008c10 
+ 00032183  0x00006af3 hfetch  0x00000002 , 0x00008050 
+ 00032184  0x00006af4 set0  0x0000000a , 0x0000003f 
+ 00032185  0x00006af5 hstore  0x00000002 , 0x00008050 
+ 00032186  0x00006af6 hjam  0x0000003c , 0x00008c00 
+ 00032187  0x00006af7 hjam  0x000000ff , 0x00008c26 
+ 00032188  0x00006af8 hjam  0x000000ff , 0x00008c27 
+ 00032189  0x00006af9 jam  0x00000000 , 0x00000ff0 
+ 00032190  0x00006afa jam  0x00000000 , 0x000008f8 
+ 00032191  0x00006afb setarg  0x00000000 
+ 00032192  0x00006afc store  0x00000002 , 0x000008f9 
+ 00032193  0x00006afd rtn 
+ 00032194  0x00006b01 set1  0x00000025 , 0x00000000 
+ 00032195  0x00006b02 bpatch  0x000000dd , 0x0000403b 
+ 00032196  0x00006b03 fetch  0x00000001 , 0x00000ff0 
+ 00032197  0x00006b04 rtn  0x00000034 
+ 00032198  0x00006b05 fetch  0x00000001 , 0x000008f8 
+ 00032199  0x00006b06 beq  0x00000003 , 0x00007dec 
+ 00032200  0x00006b07 rtnne  0x00000002 
+ 00032201  0x00006b08 fetch  0x00000001 , 0x00000ff0 
+ 00032202  0x00006b09 jam  0x00000000 , 0x00000ff0 
+ 00032203  0x00006b0a arg  0x00000006 , 0x00000039 
+ 00032204  0x00006b0b arg  0x00000ff1 , 0x00000006 
+ 00032205  0x00006b0c beq  0x00000002 , 0x00007dd0 
+ 00032206  0x00006b0d beq  0x00000001 , 0x00007de9 
+ 00032207  0x00006b0e branch  0x00003bf1 
+ 00032208  0x00006b11 arg  0x00008c19 , 0x00000011 
+ 00032209  0x00006b12 arg  0x00000001 , 0x00000007 
+ 00032210  0x00006b14 ifetch  0x00000001 , 0x00000006 
+ 00032211  0x00006b15 istore  0x00000001 , 0x00000011 
+ 00032212  0x00006b16 loop  0x00007dd2 
+ 00032213  0x00006b18 set1  0x00000025 , 0x00000000 
+ 00032214  0x00006b19 bpatch  0x000000de , 0x0000403b 
+ 00032215  0x00006b1a disable  0x00000010 
+ 00032216  0x00006b1b fetch  0x00000002 , 0x000008fd 
+ 00032217  0x00006b1c iforce  0x0000001b 
+ 00032218  0x00006b1d hjam  0x00000040 , 0x00008c26 
+ 00032219  0x00006b1f hfetch  0x00000001 , 0x00008c26 
+ 00032220  0x00006b20 branch  0x00007db2 , 0x00000003 
+ 00032221  0x00006b21 bbit0  0x00000006 , 0x00007ddb 
+ 00032222  0x00006b22 fetch  0x00000002 , 0x000008fd 
+ 00032223  0x00006b23 iforce  0x0000001b 
+ 00032224  0x00006b24 arg  0x00000000 , 0x00000002 
+ 00032225  0x00006b25 qset1  0x00000002 
+ 00032226  0x00006b26 hstoret  0x00000001 , 0x00008c27 
+ 00032227  0x00006b28 branch  0x00007db2 , 0x00000003 
+ 00032228  0x00006b29 hstoret  0x00000001 , 0x00008c10 
+ 00032229  0x00006b2a hfetch  0x00000001 , 0x00008c27 
+ 00032230  0x00006b2b qisolate0  0x0000003f 
+ 00032231  0x00006b2c branch  0x00007de3 , 0x00000001 
+ 00032232  0x00006b2d rtn 
+ 00032233  0x00006b31 arg  0x00000002 , 0x00000007 
+ 00032234  0x00006b32 arg  0x00008c1a , 0x00000011 
+ 00032235  0x00006b33 branch  0x00007dd2 
+ 00032236  0x00006b37 set1  0x00000025 , 0x00000000 
+ 00032237  0x00006b38 bpatch  0x000000df , 0x0000403b 
+ 00032238  0x00006b39 hjam  0x000000fc , 0x00008c00 
+ 00032239  0x00006b3a nop  0x00002710 
+ 00032240  0x00006b3b hjam  0x0000003c , 0x00008c00 
+ 00032241  0x00006b3c jam  0x00000004 , 0x000008f8 
+ 00032242  0x00006b3d rtn 
+ 00032243  0x00006b40 fetch  0x00000001 , 0x00000ff0 
+ 00032244  0x00006b41 nrtn  0x00000034 
+ 00032245  0x00006b42 fetch  0x00000002 , 0x000008f2 
+ 00032246  0x00006b43 rtn  0x00000034 
+ 00032247  0x00006b44 increase  0xffffffff , 0x0000003f 
+ 00032248  0x00006b45 store  0x00000002 , 0x000008f2 
+ 00032249  0x00006b46 jam  0x00000001 , 0x00000ff0 
+ 00032250  0x00006b47 rtn 
+ 00032251  0x00006b4b sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032252  0x00006b4c rtn  0x00000005 
+ 00032253  0x00006b4e rshift  0x0000003f , 0x0000003f 
+ 00032254  0x00006b4f loop  0x00007dfd 
+ 00032255  0x00006b50 rtn 
+ 00032256  0x00006b53 deposit  0x00000005 
+ 00032257  0x00006b54 store  0x00000002 , 0x000002b9 
+ 00032258  0x00006b55 storet  0x00000008 , 0x000002a0 
+ 00032259  0x00006b56 deposit  0x0000000b 
+ 00032260  0x00006b57 store  0x00000004 , 0x000002a8 
+ 00032261  0x00006b58 deposit  0x00000011 
+ 00032262  0x00006b59 store  0x00000004 , 0x000002ac 
+ 00032263  0x00006b5a deposit  0x00000012 
+ 00032264  0x00006b5b store  0x00000004 , 0x000002b0 
+ 00032265  0x00006b5c deposit  0x00000013 
+ 00032266  0x00006b5d store  0x00000003 , 0x000002b4 
+ 00032267  0x00006b5e deposit  0x00000006 
+ 00032268  0x00006b5f store  0x00000002 , 0x000002b7 
+ 00032269  0x00006b60 rtn 
+ 00032270  0x00006b62 fetcht  0x00000008 , 0x000002a0 
+ 00032271  0x00006b63 fetch  0x00000004 , 0x000002a8 
+ 00032272  0x00006b64 iforce  0x0000000b 
+ 00032273  0x00006b65 fetch  0x00000004 , 0x000002ac 
+ 00032274  0x00006b66 iforce  0x00000011 
+ 00032275  0x00006b67 fetch  0x00000004 , 0x000002b0 
+ 00032276  0x00006b68 iforce  0x00000012 
+ 00032277  0x00006b69 fetch  0x00000003 , 0x000002b4 
+ 00032278  0x00006b6a iforce  0x00000013 
+ 00032279  0x00006b6b fetch  0x00000002 , 0x000002b9 
+ 00032280  0x00006b6c iforce  0x00000005 
+ 00032281  0x00006b6d fetch  0x00000002 , 0x000002b7 
+ 00032282  0x00006b6e iforce  0x00000006 
+ 00032283  0x00006b6f rtn 
+ 00032284  0x00006b76 copy  0x00000005 , 0x0000003f 
+ 00032285  0x00006b77 store  0x00000002 , 0x00000b7b 
+ 00032286  0x00006b78 copy  0x00000006 , 0x0000003f 
+ 00032287  0x00006b79 store  0x00000002 , 0x00000b79 
+ 00032288  0x00006b7a rtn 
+ 00032289  0x00006b7c fetch  0x00000002 , 0x00000b7b 
+ 00032290  0x00006b7d copy  0x0000003f , 0x00000005 
+ 00032291  0x00006b7e fetch  0x00000002 , 0x00000b79 
+ 00032292  0x00006b7f copy  0x0000003f , 0x00000006 
+ 00032293  0x00006b80 rtn 
+ 00032294  0x00006b85 copy  0x00000022 , 0x0000003f 
+ 00032295  0x00006b86 increase  0x00000010 , 0x0000003f 
+ 00032296  0x00006b87 increase  0x00000010 , 0x0000003f 
+ 00032297  0x00006b89 copy  0x00000022 , 0x00000002 
+ 00032298  0x00006b8a isub  0x00000002 , 0x0000003e 
+ 00032299  0x00006b8b branch  0x00007e29 , 0x00000002 
+ 00032300  0x00006b8c rtn 
+ 00032301  0x00006b8f ifetch  0x00000008 , 0x00000006 
+ 00032302  0x00006b90 istore  0x00000008 , 0x00000005 
+ 00032303  0x00006b91 ifetch  0x00000008 , 0x00000006 
+ 00032304  0x00006b92 istore  0x00000008 , 0x00000005 
+ 00032305  0x00006b94 ifetch  0x00000008 , 0x00000006 
+ 00032306  0x00006b95 istore  0x00000008 , 0x00000005 
+ 00032307  0x00006b97 ifetch  0x00000008 , 0x00000006 
+ 00032308  0x00006b98 istore  0x00000008 , 0x00000005 
+ 00032309  0x00006b9a ifetch  0x00000008 , 0x00000006 
+ 00032310  0x00006b9b istore  0x00000008 , 0x00000005 
+ 00032311  0x00006b9c ifetch  0x00000008 , 0x00000006 
+ 00032312  0x00006b9d istore  0x00000008 , 0x00000005 
+ 00032313  0x00006b9e rtn 
+ 00032314  0x00006ba1 force  0x00000003 , 0x00000039 
+ 00032315  0x00006ba3 force  0x00000000 , 0x0000003f 
+ 00032316  0x00006ba5 istore  0x00000008 , 0x00000005 
+ 00032317  0x00006ba6 loop  0x00007e3c 
+ 00032318  0x00006ba7 rtn 
+ 00032319  0x00006bab deposit  0x00000039 
+ 00032320  0x00006bac rtn  0x00000034 
+ 00032321  0x00006bad setarg  0x00000000 
+ 00032322  0x00006baf istore  0x00000001 , 0x00000005 
+ 00032323  0x00006bb0 loop  0x00007e42 
+ 00032324  0x00006bb1 rtn 
+ 00032325  0x00006bb6 deposit  0x00000039 
+ 00032326  0x00006bb7 rtn  0x00000034 
+ 00032327  0x00006bb9 ifetch  0x00000001 , 0x00000006 
+ 00032328  0x00006bba istore  0x00000001 , 0x00000005 
+ 00032329  0x00006bbb loop  0x00007e47 
+ 00032330  0x00006bbc rtn 
+ 00032331  0x00006bbf setarg  0x00000000 
+ 00032332  0x00006bc1 arg  0x0000423e , 0x00000005 
+ 00032333  0x00006bc2 iforce  0x00000002 
+ 00032334  0x00006bc3 lshift  0x00000007 , 0x0000003f 
+ 00032335  0x00006bc4 iadd  0x00000005 , 0x00000005 
+ 00032336  0x00006bc5 istoret  0x00000002 , 0x00000005 
+ 00032337  0x00006bc6 rtn 
+ 00032338  0x00006bc9 arg  0x00000000 , 0x00000007 
+ 00032339  0x00006bcb set1  0x00000025 , 0x00000000 
+ 00032340  0x00006bcc bpatch  0x000000bc , 0x00004037 
+ 00032341  0x00006bcd fetcht  0x00000004 , 0x00004134 
+ 00032342  0x00006bce rshift  0x00000022 , 0x0000003f 
+ 00032343  0x00006bcf store  0x00000004 , 0x00004134 
+ 00032344  0x00006bd0 isub  0x00000002 , 0x0000000b 
+ 00032345  0x00006bd1 copy  0x0000000b , 0x00000002 
+ 00032346  0x00006bd2 arg  0x0000423e , 0x00000006 
+ 00032347  0x00006bd3 copy  0x00000006 , 0x00000005 
+ 00032348  0x00006bd4 arg  0x00000010 , 0x00000039 
+ 00032349  0x00006bd6 ifetch  0x00000002 , 0x00000006 
+ 00032350  0x00006bd7 isub  0x00000002 , 0x0000003f 
+ 00032351  0x00006bd8 branch  0x00007e61 , 0x00000002 
+ 00032352  0x00006bd9 force  0x00000000 , 0x0000003f 
+ 00032353  0x00006bdb istore  0x00000002 , 0x00000005 
+ 00032354  0x00006bdc loop  0x00007e5d 
+ 00032355  0x00006bdd arg  0x0000423e , 0x00000006 
+ 00032356  0x00006bde lshift  0x00000007 , 0x0000003f 
+ 00032357  0x00006bdf iadd  0x00000006 , 0x00000006 
+ 00032358  0x00006be0 ifetch  0x00000002 , 0x00000006 
+ 00032359  0x00006be1 rtn 
+ 00032360  0x00006be5 increase  0x00000001 , 0x00000007 
+ 00032361  0x00006be7 increase  0xffffffff , 0x00000007 
+ 00032362  0x00006be8 rtn  0x00000005 
+ 00032363  0x00006be9 lshift8  0x0000003f , 0x0000003f 
+ 00032364  0x00006bea branch  0x00007e69 
+ 00032365  0x00006bef iadd  0x00000002 , 0x00000002 
+ 00032366  0x00006bf0 copy  0x00000002 , 0x00000039 
+ 00032367  0x00006bf1 setarg  0x00000ea6 
+ 00032368  0x00006bf2 isub  0x00000039 , 0x0000003f 
+ 00032369  0x00006bf3 rtn  0x00000002 
+ 00032370  0x00006bf4 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032371  0x00006bf5 rshift16  0x00000002 , 0x00000002 
+ 00032372  0x00006bf6 increase  0x00000001 , 0x00000002 
+ 00032373  0x00006bf7 lshift16  0x00000002 , 0x00000002 
+ 00032374  0x00006bf8 ior  0x00000002 , 0x00000002 
+ 00032375  0x00006bf9 rtn 
+ 00032376  0x00006bfc call  0x00007e7a 
+ 00032377  0x00006bfd branch  0x00007e84 
+ 00032378  0x00006c01 disable  0x00000028 
+ 00032379  0x00006c02 isub  0x00000002 , 0x0000003f 
+ 00032380  0x00006c03 branch  0x00007e7f , 0x00000002 
+ 00032381  0x00006c04 enable  0x00000028 
+ 00032382  0x00006c05 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032383  0x00006c07 rtnbit0  0x0000000f 
+ 00032384  0x00006c08 arg  0xffff0ea6 , 0x00000002 
+ 00032385  0x00006c09 iadd  0x00000002 , 0x0000003f 
+ 00032386  0x00006c0a set0  0x00000040 , 0x0000003f 
+ 00032387  0x00006c0b rtn 
+ 00032388  0x00006c0e iforce  0x00000006 
+ 00032389  0x00006c0f rshift16  0x0000003f , 0x0000003f 
+ 00032390  0x00006c10 arg  0x00000ea6 , 0x00000002 
+ 00032391  0x00006c11 imul32  0x00000002 , 0x0000003f 
+ 00032392  0x00006c12 iadd  0x00000006 , 0x0000003f 
+ 00032393  0x00006c13 rtn 
+ 00032394  0x00006c17 lshift8  0x0000003f , 0x0000003f 
+ 00032395  0x00006c18 lshift4  0x0000003f , 0x0000003f 
+ 00032396  0x00006c19 fetcht  0x00000003 , 0x00004210 
+ 00032397  0x00006c1a idiv  0x00000002 
+ 00032398  0x00006c1b call  0x00007efd 
+ 00032399  0x00006c1c quotient  0x00000002 
+ 00032400  0x00006c1d rtn 
+ 00032401  0x00006c21 arg  0x00000ea6 , 0x00000002 
+ 00032402  0x00006c22 idiv  0x00000002 
+ 00032403  0x00006c23 call  0x00007efd 
+ 00032404  0x00006c24 quotient  0x0000003f 
+ 00032405  0x00006c25 lshift16  0x0000003f , 0x0000003f 
+ 00032406  0x00006c26 remainder  0x00000002 
+ 00032407  0x00006c27 ior  0x00000002 , 0x00000002 
+ 00032408  0x00006c28 rtn 
+ 00032409  0x00006c2c arg  0x00000003 , 0x00000039 
+ 00032410  0x00006c2d branch  0x00007e9e 
+ 00032411  0x00006c2f arg  0x00000002 , 0x00000039 
+ 00032412  0x00006c30 branch  0x00007e9e 
+ 00032413  0x00006c35 arg  0x00000006 , 0x00000039 
+ 00032414  0x00006c37 ifetch  0x00000001 , 0x00000011 
+ 00032415  0x00006c38 copy  0x0000003f , 0x00000002 
+ 00032416  0x00006c39 rshift4  0x0000003f , 0x0000003f 
+ 00032417  0x00006c3a call  0x00007eaa 
+ 00032418  0x00006c3b istore  0x00000001 , 0x0000000a 
+ 00032419  0x00006c3c copy  0x00000002 , 0x0000003f 
+ 00032420  0x00006c3d and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00032421  0x00006c3e call  0x00007eaa 
+ 00032422  0x00006c3f istore  0x00000001 , 0x0000000a 
+ 00032423  0x00006c40 increase  0x00000001 , 0x00000011 
+ 00032424  0x00006c41 loop  0x00007e9e 
+ 00032425  0x00006c42 rtn 
+ 00032426  0x00006c44 sub  0x0000003f , 0x00000009 , 0x0000003e 
+ 00032427  0x00006c45 branch  0x00007eae , 0x00000002 
+ 00032428  0x00006c46 increase  0x00000057 , 0x0000003f 
+ 00032429  0x00006c47 rtn 
+ 00032430  0x00006c49 add  0x0000003f , 0x00000030 , 0x0000003f 
+ 00032431  0x00006c4a rtn 
+ 00032432  0x00006c51 arg  0x00000000 , 0x00000002 
+ 00032433  0x00006c53 copy  0x00000002 , 0x00000013 
+ 00032434  0x00006c54 ifetch  0x00000001 , 0x00000003 
+ 00032435  0x00006c55 sub  0x0000003f , 0x0000002c , 0x0000003e 
+ 00032436  0x00006c56 rtn  0x00000005 
+ 00032437  0x00006c57 call  0x00007ec9 
+ 00032438  0x00006c58 copy  0x00000013 , 0x00000002 
+ 00032439  0x00006c59 call  0x00007f32 
+ 00032440  0x00006c5a arg  0x0000000a , 0x00000012 
+ 00032441  0x00006c5b imul32  0x00000012 , 0x0000003f 
+ 00032442  0x00006c5c iadd  0x00000002 , 0x0000003f 
+ 00032443  0x00006c5d copy  0x0000003f , 0x00000002 
+ 00032444  0x00006c5e branch  0x00007eb1 
+ 00032445  0x00006c62 arg  0x00000002 , 0x00000039 
+ 00032446  0x00006c63 branch  0x00007ec0 
+ 00032447  0x00006c65 arg  0x00000006 , 0x00000039 
+ 00032448  0x00006c6a ifetch  0x00000001 , 0x00000003 
+ 00032449  0x00006c6b call  0x00007ec9 
+ 00032450  0x00006c6c lshift4  0x0000003f , 0x00000013 
+ 00032451  0x00006c6d ifetch  0x00000001 , 0x00000003 
+ 00032452  0x00006c6e call  0x00007ec9 
+ 00032453  0x00006c6f iadd  0x00000013 , 0x0000003f 
+ 00032454  0x00006c70 istore  0x00000001 , 0x00000005 
+ 00032455  0x00006c71 loop  0x00007ec0 
+ 00032456  0x00006c72 rtn 
+ 00032457  0x00006c75 arg  0x0000003a , 0x00000002 
+ 00032458  0x00006c76 isub  0x00000002 , 0x0000003e 
+ 00032459  0x00006c77 nbranch  0x00007ed2 , 0x00000002 
+ 00032460  0x00006c78 arg  0x00000061 , 0x00000002 
+ 00032461  0x00006c79 isub  0x00000002 , 0x0000003e 
+ 00032462  0x00006c7a branch  0x00007ed5 , 0x00000002 
+ 00032463  0x00006c7b arg  0x00000037 , 0x00000002 
+ 00032464  0x00006c7c isub  0x00000002 , 0x0000003f 
+ 00032465  0x00006c7d rtn 
+ 00032466  0x00006c7f arg  0x00000030 , 0x00000002 
+ 00032467  0x00006c80 isub  0x00000002 , 0x0000003f 
+ 00032468  0x00006c81 rtn 
+ 00032469  0x00006c83 arg  0x00000057 , 0x00000002 
+ 00032470  0x00006c84 isub  0x00000002 , 0x0000003f 
+ 00032471  0x00006c85 rtn 
+ 00032472  0x00006c88 copy  0x00000002 , 0x00000030 
+ 00032473  0x00006c89 setarg  0x000001ff 
+ 00032474  0x00006c8a force  0x00000000 , 0x00000012 
+ 00032475  0x00006c8c rshift3  0x0000003f , 0x00000011 
+ 00032476  0x00006c8d rshift  0x00000011 , 0x00000011 
+ 00032477  0x00006c8e ixor  0x00000011 , 0x00000011 
+ 00032478  0x00006c8f isolate1  0x00000000 , 0x00000011 
+ 00032479  0x00006c90 setflag  0x00000001 , 0x00000009 , 0x0000003f 
+ 00032480  0x00006c91 rshift  0x00000002 , 0x00000002 
+ 00032481  0x00006c92 isolate1  0x00000000 , 0x0000003f 
+ 00032482  0x00006c93 setflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00032483  0x00006c94 rshift  0x0000003f , 0x0000003f 
+ 00032484  0x00006c95 increase  0x00000001 , 0x00000012 
+ 00032485  0x00006c96 compare  0x00000000 , 0x00000012 , 0x00000007 
+ 00032486  0x00006c97 nbranch  0x00007edb , 0x00000001 
+ 00032487  0x00006c98 istoret  0x00000001 , 0x00000005 
+ 00032488  0x00006c99 loop  0x00007edb 
+ 00032489  0x00006c9a copy  0x00000030 , 0x00000002 
+ 00032490  0x00006c9b rtn 
+ 00032491  0x00006c9e div  0x0000003f , 0x0000000a 
+ 00032492  0x00006c9f call  0x00007efd 
+ 00032493  0x00006ca0 quotient  0x0000003f 
+ 00032494  0x00006ca1 lshift2  0x0000003f , 0x00000011 
+ 00032495  0x00006ca2 lshift2  0x00000011 , 0x00000011 
+ 00032496  0x00006ca3 remainder  0x0000003f 
+ 00032497  0x00006ca4 ior  0x00000011 , 0x0000003f 
+ 00032498  0x00006ca5 rtn 
+ 00032499  0x00006ca8 isolate1  0x00000000 , 0x00000011 
+ 00032500  0x00006ca9 branch  0x00007ef7 , 0x00000001 
+ 00032501  0x00006caa iforce  0x00000012 
+ 00032502  0x00006cab rtn 
+ 00032503  0x00006cad lshift2  0x0000003f , 0x0000003f 
+ 00032504  0x00006cae lshift2  0x0000003f , 0x0000003f 
+ 00032505  0x00006caf ior  0x00000012 , 0x0000003f 
+ 00032506  0x00006cb0 istore  0x00000001 , 0x00000005 
+ 00032507  0x00006cb1 increase  0xfffffffe , 0x00000005 
+ 00032508  0x00006cb2 rtn 
+ 00032509  0x00006cb5 rtn  0x00000035 
+ 00032510  0x00006cb6 branch  0x00007efd 
+ 00032511  0x00006cba store  0x00000008 , 0x00000161 
+ 00032512  0x00006cbb force  0x00000020 , 0x0000003f 
+ 00032513  0x00006cbc force  0x00000008 , 0x00000039 
+ 00032514  0x00006cbd arg  0x00000028 , 0x00000005 
+ 00032515  0x00006cbf istore  0x00000001 , 0x00000005 
+ 00032516  0x00006cc0 loop  0x00007f03 
+ 00032517  0x00006cc1 arg  0x00000028 , 0x00000005 
+ 00032518  0x00006cc2 increase  0x00000007 , 0x00000005 
+ 00032519  0x00006cc3 fetch  0x00000008 , 0x00000161 
+ 00032520  0x00006cc5 div  0x0000003f , 0x0000000a 
+ 00032521  0x00006cc6 call  0x00007efd 
+ 00032522  0x00006cc7 remainder  0x0000003f 
+ 00032523  0x00006cc8 or_into  0x00000030 , 0x0000003f 
+ 00032524  0x00006cc9 istore  0x00000001 , 0x00000005 
+ 00032525  0x00006cca increase  0xfffffffe , 0x00000005 
+ 00032526  0x00006ccb quotient  0x0000003f 
+ 00032527  0x00006ccc rtn  0x00000034 
+ 00032528  0x00006ccd branch  0x00007f08 
+ 00032529  0x00006cd3 store  0x00000008 , 0x00000161 
+ 00032530  0x00006cd4 force  0x00000000 , 0x0000003f 
+ 00032531  0x00006cd5 store  0x00000008 , 0x00000028 
+ 00032532  0x00006cd6 arg  0x00000028 , 0x00000005 
+ 00032533  0x00006cd7 increase  0x00000007 , 0x00000005 
+ 00032534  0x00006cd8 fetch  0x00000008 , 0x00000161 
+ 00032535  0x00006cd9 force  0x00000000 , 0x00000011 
+ 00032536  0x00006cdb div  0x0000003f , 0x0000000a 
+ 00032537  0x00006cdc call  0x00007efd 
+ 00032538  0x00006cdd remainder  0x0000003f 
+ 00032539  0x00006cde call  0x00007ef3 
+ 00032540  0x00006cdf increase  0x00000001 , 0x00000011 
+ 00032541  0x00006ce0 quotient  0x0000003f 
+ 00032542  0x00006ce1 sub  0x0000003f , 0x00000009 , 0x0000003e 
+ 00032543  0x00006ce2 nbranch  0x00007f18 , 0x00000002 
+ 00032544  0x00006ce3 call  0x00007ef3 
+ 00032545  0x00006ce4 isolate1  0x00000000 , 0x00000011 
+ 00032546  0x00006ce5 rtn  0x00000001 
+ 00032547  0x00006ce6 istore  0x00000001 , 0x00000005 
+ 00032548  0x00006ce7 rtn 
+ 00032549  0x00006cf0 ifetch  0x00000001 , 0x00000011 
+ 00032550  0x00006cf1 ifetcht  0x00000001 , 0x00000012 
+ 00032551  0x00006cf2 isub  0x00000002 , 0x0000003e 
+ 00032552  0x00006cf3 nrtn  0x00000005 
+ 00032553  0x00006cf4 increase  0x00000001 , 0x00000011 
+ 00032554  0x00006cf5 increase  0x00000001 , 0x00000012 
+ 00032555  0x00006cf6 loop  0x00007f25 
+ 00032556  0x00006cf7 force  0x00000000 , 0x0000003e 
+ 00032557  0x00006cf8 rtn 
+ 00032558  0x00006cfc isub  0x00000002 , 0x0000003e 
+ 00032559  0x00006cfd nrtn  0x00000002 
+ 00032560  0x00006cfe deposit  0x00000002 
+ 00032561  0x00006cff rtn 
+ 00032562  0x00006d02 iadd  0x00000002 , 0x0000003f 
+ 00032563  0x00006d03 isub  0x00000002 , 0x00000002 
+ 00032564  0x00006d04 isub  0x00000002 , 0x0000003f 
+ 00032565  0x00006d05 rtn 
+ 00032566  0x00006d08 arg  0x00000200 , 0x00000039 
+ 00032567  0x00006d09 arg  0x00004000 , 0x00000005 
+ 00032568  0x00006d0a branch  0x00007e3b 
+ 00032569  0x00006d0d fetch  0x00000005 , 0x0000009c 
+ 00032570  0x00006d0e store  0x00000005 , 0x00000161 
+ 00032571  0x00006d0f fetch  0x00000002 , 0x00004210 
+ 00032572  0x00006d10 istore  0x00000002 , 0x00000005 
+ 00032573  0x00006d11 setarg  0x00000000 
+ 00032574  0x00006d12 setflag  0x0000002d , 0x00000007 , 0x0000003f 
+ 00032575  0x00006d13 setflag  0x0000002b , 0x00000006 , 0x0000003f 
+ 00032576  0x00006d14 setflag  0x00000018 , 0x00000005 , 0x0000003f 
+ 00032577  0x00006d15 setflag  0x0000002e , 0x00000004 , 0x0000003f 
+ 00032578  0x00006d16 istore  0x00000001 , 0x00000005 
+ 00032579  0x00006d17 branch  0x00007f52 
+ 00032580  0x00006d1b fetch  0x00000005 , 0x0000009c 
+ 00032581  0x00006d1c store  0x00000005 , 0x00000161 
+ 00032582  0x00006d1d fetch  0x00000001 , 0x00000016 
+ 00032583  0x00006d1e istore  0x00000001 , 0x00000005 
+ 00032584  0x00006d1f fetch  0x00000002 , 0x000003da 
+ 00032585  0x00006d20 arg  0x00000fff , 0x00000006 
+ 00032586  0x00006d21 iand  0x00000006 , 0x0000003f 
+ 00032587  0x00006d22 setflag  0x0000002d , 0x0000000f , 0x0000003f 
+ 00032588  0x00006d23 setflag  0x0000002b , 0x0000000e , 0x0000003f 
+ 00032589  0x00006d24 setflag  0x00000018 , 0x0000000d , 0x0000003f 
+ 00032590  0x00006d25 setflag  0x0000002e , 0x0000000c , 0x0000003f 
+ 00032591  0x00006d26 istore  0x00000002 , 0x00000005 
+ 00032592  0x00006d27 branch  0x00007f52 
+ 00032593  0x00006d29 store  0x00000008 , 0x00000161 
+ 00032594  0x00006d2b fetch  0x00000001 , 0x0000416e 
+ 00032595  0x00006d2c rtneq  0x0000007f 
+ 00032596  0x00006d2d and_into  0x0000007f , 0x0000003f 
+ 00032597  0x00006d2e lshift3  0x0000003f , 0x0000003f 
+ 00032598  0x00006d2f arg  0x00004c00 , 0x00000005 
+ 00032599  0x00006d30 iadd  0x00000005 , 0x00000005 
+ 00032600  0x00006d31 fetch  0x00000008 , 0x00000161 
+ 00032601  0x00006d32 istore  0x00000008 , 0x00000005 
+ 00032602  0x00006d33 fetch  0x00000001 , 0x0000416e 
+ 00032603  0x00006d34 isolate1  0x00000007 , 0x0000003f 
+ 00032604  0x00006d35 increase  0x00000001 , 0x0000003f 
+ 00032605  0x00006d36 and_into  0x0000007f , 0x0000003f 
+ 00032606  0x00006d37 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00032607  0x00006d38 store  0x00000001 , 0x0000416e 
+ 00032608  0x00006d39 fetch  0x00000008 , 0x00000161 
+ 00032609  0x00006d3a rtn 
+ 00032610  0x00006d3d arg  0x00000800 , 0x00000039 
+ 00032611  0x00006d3e arg  0x00000000 , 0x00000005 
+ 00032612  0x00006d3f setarg  0x01010101 
+ 00032613  0x00006d40 branch  0x00007e3c 
+ 00032614  0x00006d44 rtn  0x00000034 
+ 00032615  0x00006d45 copy  0x0000003f , 0x0000003d 
+ 00032616  0x00006d49 hfetch  0x00000002 , 0x0000810e 
+ 00032617  0x00006d4a nbranch  0x00007f68 , 0x00000034 
+ 00032618  0x00006d4b rtn 
+ 00032619  0x00006d4e hfetch  0x00000002 , 0x00008058 
+ 00032620  0x00006d4f copy  0x0000003f , 0x00000003 
+ 00032621  0x00006d50 rtn 
+ 00032622  0x00006d53 hfetch  0x00000002 , 0x0000805e 
+ 00032623  0x00006d54 copy  0x0000003f , 0x0000000a 
+ 00032624  0x00006d55 rtn 
+ 00032625  0x00006d58 copy  0x00000006 , 0x00000011 
+ 00032626  0x00006d59 call  0x00007f6e 
+ 00032627  0x00006d5a copy  0x00000011 , 0x00000006 
+ 00032628  0x00006d5c call  0x00004976 
+ 00032629  0x00006d5d call  0x000068fa 
+ 00032630  0x00006d5e branch  0x00007f68 
+ 00032631  0x00006d61 hjam  0x00000001 , 0x00008203 
+ 00032632  0x00006d62 rtn 
+ 00032633  0x00006d65 hstore  0x00000002 , 0x00008205 
+ 00032634  0x00006d66 hfetch  0x00000001 , 0x00008203 
+ 00032635  0x00006d67 set1  0x00000004 , 0x0000003f 
+ 00032636  0x00006d68 hstore  0x00000001 , 0x00008203 
+ 00032637  0x00006d69 rtn 
+ 00032638  0x00006d6b hstore  0x00000002 , 0x00008207 
+ 00032639  0x00006d6c hfetch  0x00000001 , 0x00008203 
+ 00032640  0x00006d6d set1  0x00000006 , 0x0000003f 
+ 00032641  0x00006d6e hstore  0x00000001 , 0x00008203 
+ 00032642  0x00006d6f rtn 
+ 00032643  0x00006d72 hstore  0x00000002 , 0x00008205 
+ 00032644  0x00006d73 hjam  0x00000030 , 0x00008203 
+ 00032645  0x00006d74 rtn 
+ 00032646  0x00006d77 hfetch  0x00000001 , 0x00008043 
+ 00032647  0x00006d78 set1  0x00000004 , 0x0000003f 
+ 00032648  0x00006d79 hstore  0x00000001 , 0x00008043 
+ 00032649  0x00006d7a rtn 
+ 00032650  0x00006d7d hfetch  0x00000001 , 0x00008043 
+ 00032651  0x00006d7e set0  0x00000004 , 0x0000003f 
+ 00032652  0x00006d7f hstore  0x00000001 , 0x00008043 
+ 00032653  0x00006d80 rtn 
+ 00032654  0x00006d83 hfetch  0x00000002 , 0x0000810e 
+ 00032655  0x00006d84 arg  0x00000200 , 0x00000002 
+ 00032656  0x00006d86 isub  0x00000002 , 0x0000003e 
+ 00032657  0x00006d87 rtn 
+ 00032658  0x00006d8e set1  0x00000025 , 0x00000000 
+ 00032659  0x00006d8f bpatch  0x000000bd , 0x00004037 
+ 00032660  0x00006d90 ifetcht  0x00000005 , 0x00000011 
+ 00032661  0x00006d91 and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00032662  0x00006d92 nbranch  0x00007f99 , 0x00000034 
+ 00032663  0x00006d93 rshift8  0x00000002 , 0x0000003f 
+ 00032664  0x00006d94 istore  0x00000005 , 0x00000011 
+ 00032665  0x00006d96 increase  0x00000004 , 0x00000011 
+ 00032666  0x00006d97 ifetch  0x00000001 , 0x00000011 
+ 00032667  0x00006d98 nbranch  0x00003bf1 , 0x00000034 
+ 00032668  0x00006d99 fetch  0x00000001 , 0x00000b7d 
+ 00032669  0x00006d9a istore  0x00000001 , 0x00000011 
+ 00032670  0x00006d9b rtn 
+ 00032671  0x00006da1 set1  0x00000025 , 0x00000000 
+ 00032672  0x00006da2 bpatch  0x000000be , 0x00004037 
+ 00032673  0x00006da3 arg  0x00000005 , 0x00000039 
+ 00032674  0x00006da4 ifetch  0x00000005 , 0x00000011 
+ 00032675  0x00006da5 rtn  0x00000034 
+ 00032676  0x00006da7 ifetch  0x00000001 , 0x00000011 
+ 00032677  0x00006da8 nbranch  0x00007fa9 , 0x00000034 
+ 00032678  0x00006da9 increase  0x00000001 , 0x00000011 
+ 00032679  0x00006daa loop  0x00007fa4 
+ 00032680  0x00006dab branch  0x00003bf1 
+ 00032681  0x00006dad arg  0x00000000 , 0x00000002 
+ 00032682  0x00006dae istoret  0x00000001 , 0x00000011 
+ 00032683  0x00006daf rtn 
+ 00032684  0x00006db5 ifetch  0x00000005 , 0x00000011 
+ 00032685  0x00006db6 rtn 
+ 00032686  0x00006dbc ifetch  0x00000001 , 0x00000011 
+ 00032687  0x00006dbd rtn 
+ 00032688  0x00006dc1 ifetch  0x00000002 , 0x00000011 
+ 00032689  0x00006dc2 rtn 
+ 00032690  0x00006dc7 arg  0x00000000 , 0x00000002 
+ 00032691  0x00006dc9 fetch  0x00000001 , 0x00000006 
+ 00032692  0x00006dca loop  0x00007fb3 , 0x00000034 
+ 00032693  0x00006dcb increase  0x00000001 , 0x00000002 
+ 00032694  0x00006dcc loop  0x00007fb3 
+ 00032695  0x00006dcd copy  0x00000002 , 0x0000003f 
+ 00032696  0x00006dce rtn 
+ 00032697  0x00006dd1 isub  0x00000002 , 0x0000003e 
+ 00032698  0x00006dd2 nrtn  0x00000002 
+ 00032699  0x00006dd3 copy  0x00000002 , 0x0000003f 
+ 00032700  0x00006dd4 rtn 
Index: btkb/output/bt_program23.list
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/output/bt_program23.list	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/output/bt_program23.list	(working copy)
@@ -43,24603 +43,24601 @@
 :      000083 p_soft_reset:
 0x0027 000084 hfetch 1 ,0x813b 
 0x0028 000085 store 1 ,mem_wakup_from_power_flag 
-0x0029 000086 setarg 0x010620 
-0x002a 000087 store 3 ,mem_version_yy_mm_dd 
-0x002b 000088 hjam lock_otp ,core_misc_ctrl 
-0x002c 000089 branch soft_reset + 2 
-:      000091 p_soft_reset_2:
-0x002d 000092 call sp_initialize 
-0x002e 000093 call lpm_recover_clk ,wake 
-:      000094 p_sp_cal_loop:
-0x002f 000095 call sp_calc_sequence 
-0x0030 000096 fetch 1 ,mem_ssp_enable 
-0x0031 000097 branch main_loop ,blank 
-0x0032 000098 fetch 1 ,mem_sp_local_key_invalid 
-0x0033 000099 branch p_sp_cal_loop ,blank 
-0x0034 000100 branch main_loop 
-:      000104 p_main_loop:
-0x0035 000105 call p_ipc_timer_check 
-0x0036 000106 call p_ipc_rx 
-0x0037 000107 call p_bt_status_handle 
-0x0038 000108 branch main_loop + 2 
-:      000110 p_bt_status_handle:
-0x0039 000111 fetcht 2 ,mem_ui_state_map 
-0x003a 000112 fetch 1 ,mem_le_adv_enable 
-0x003b 000113 nsetflag blank ,ui_state_ble_adv ,temp 
-0x003c 000114 storet 2 ,mem_ui_state_map 
-0x003d 000115 rtn 
-:      000117 p_main_loop_end:
-0x003e 000118 call inquiry_scan_dispatch 
-0x003f 000119 call page_scan_dispatch 
-0x0040 000120 call connection_dispatch 
-0x0041 000121 branch main_loop + 15 
-:      000124 p_ipc_rx:
-0x0042 000125 fetch 1 ,mem_ssp_enable 
-0x0043 000126 branch p_ipc_rx0 ,blank 
-0x0044 000127 fetch 1 ,mem_sp_local_key_invalid 
-0x0045 000128 rtn blank 
-:      000129 p_ipc_rx0:
-0x0046 000130 call p_check_ipc_2bt 
-0x0047 000131 rtn user 
-0x0048 000132 byteswap pdata ,pdata 
-0x0049 000133 copy pdata ,contr 
-0x004a 000134 call p_ipc_rx_byte 
-0x004b 000135 store 1 ,mem_ipc_rx_type 
-0x004c 000136 beq ipc_type_cmd ,p_ipc_rx_cmd 
-0x004d 000137 copy pdata ,temp 
-0x004e 000138 copy contr ,rega 
-0x004f 000139 fetch 1 ,mem_context 
-0x0050 000140 bbit0 state_inconn ,p_ipc_abondon_rx_data 
-0x0051 000141 copy rega ,contr 
-0x0052 000142 rtnmark0 mark_context 
-0x0053 000143 copy temp ,pdata 
-0x0054 000144 beq ipc_type_ble ,p_ipc_rx_ble 
-0x0055 000145 branch assert 
-:      000147 p_ipc_abondon_rx_data:
-0x0056 000148 copy rega ,contr 
-0x0057 000149 arg mem_tst_pktcnt_sync ,contw 
-0x0058 000150 branch p_ipc_rx_cpy 
-:      000152 p_ipc_rx_cmd:
-0x0059 000153 call p_ipc_rx_byte 
-0x005a 000154 call p_ipc_rx_byte 
-0x005b 000155 store 1 ,mem_fifo_temp 
-0x005c 000156 call p_ipc_next_rx 
-0x005d 000157 branch ui_ipc_send_cmd 
-:      000158 p_ipc_next_rx:
-0x005e 000159 call p_ipc_rx_updata_contr 
-0x005f 000160 copy contr ,temp 
-0x0060 000161 byteswap temp ,temp 
-0x0061 000162 storet 2 ,mem_ipc_2bt_read_index 
-0x0062 000163 rtn 
-:      000165 p_ipc_rx_ble:
-0x0063 000166 copy contr ,rega 
-:      000167 p_ipc_rx_ble_read_fifo:
-0x0064 000168 fetch 1 ,mem_queue_write 
-0x0065 000169 add pdata ,1 ,temp 
-0x0066 000170 and temp ,0x03 ,temp 
-0x0067 000171 storet 1 ,mem_queue_write 
-0x0068 000172 mul32 pdata ,7 ,pdata 
-0x0069 000173 arg mem_uart_packet ,contw 
-0x006a 000174 iadd contw ,contw 
-0x006b 000176 copy rega ,contr 
-0x006c 000177 call p_ipc_rx_byte 
-0x006d 000178 copy contr ,rega 
-0x006e 000179 increase -1 ,pdata 
-0x006f 000180 copy pdata ,loopcnt 
-0x0070 000181 increase 7 ,pdata 
-0x0071 000182 store 1 ,mem_le51_tx_length 
-0x0072 000183 copy rega ,contr 
-0x0073 000184 call p_ipc_rx_byte 
-0x0074 000185 copy contr ,rega 
-0x0075 000186 beq 01 ,p_report1 
-0x0076 000187 beq 02 ,p_report2 
-0x0077 000188 beq 03 ,p_report3 
-:      000189 p_report1:
-0x0078 000190 fetch 2 ,mem_att_report1 
-:      000191 p_set_report:
-0x0079 000192 istore 2 ,contw 
-0x007a 000193 copy rega ,contr 
-0x007b 000194 call p_ipc_copy 
-0x007c 000195 call le_xtype_fifo_is_near_full 
-0x007d 000196 nrtn blank 
-0x007e 000197 jam attop_handle_value_notification ,mem_fifo_temp 
-0x007f 000198 branch le_xtype_fifo_in 
-:      000200 p_report2:
-0x0080 000201 fetch 2 ,mem_att_report2 
-0x0081 000202 branch p_set_report 
-:      000203 p_report3:
-0x0082 000204 fetch 2 ,mem_att_report3 
-0x0083 000205 branch p_set_report 
-:      000209 p_ipc_timer_check:
-0x0084 000210 fetcht 4 ,mem_ipc_last_check_timer 
-0x0085 000211 copy clkn_bt ,pdata 
-0x0086 000212 isub temp ,pdata 
-0x0087 000214 arg 1600 ,temp 
-0x0088 000215 idiv temp 
-0x0089 000216 call wait_div_end 
-0x008a 000217 quotient pdata 
-0x008b 000218 rtn blank 
-0x008c 000219 copy clkn_bt ,temp 
-0x008d 000220 storet 4 ,mem_ipc_last_check_timer 
-0x008e 000221 fetcht 2 ,mem_ipc_bt_timer 
-0x008f 000222 byteswap temp ,temp 
-0x0090 000223 iadd temp ,pdata 
+0x0029 000086 hjam lock_otp ,core_misc_ctrl 
+0x002a 000087 branch soft_reset + 2 
+:      000089 p_soft_reset_2:
+0x002b 000090 call sp_initialize 
+0x002c 000091 call lpm_recover_clk ,wake 
+:      000092 p_sp_cal_loop:
+0x002d 000093 call sp_calc_sequence 
+0x002e 000094 fetch 1 ,mem_ssp_enable 
+0x002f 000095 branch main_loop ,blank 
+0x0030 000096 fetch 1 ,mem_sp_local_key_invalid 
+0x0031 000097 branch p_sp_cal_loop ,blank 
+0x0032 000098 branch main_loop 
+:      000102 p_main_loop:
+0x0033 000103 call p_ipc_timer_check 
+0x0034 000104 call p_ipc_rx 
+0x0035 000105 call p_bt_status_handle 
+0x0036 000106 branch main_loop + 2 
+:      000108 p_bt_status_handle:
+0x0037 000109 fetcht 2 ,mem_ui_state_map 
+0x0038 000110 fetch 1 ,mem_le_adv_enable 
+0x0039 000111 nsetflag blank ,ui_state_ble_adv ,temp 
+0x003a 000112 storet 2 ,mem_ui_state_map 
+0x003b 000113 rtn 
+:      000115 p_main_loop_end:
+0x003c 000116 call inquiry_scan_dispatch 
+0x003d 000117 call page_scan_dispatch 
+0x003e 000118 call connection_dispatch 
+0x003f 000119 branch main_loop + 15 
+:      000122 p_ipc_rx:
+0x0040 000123 fetch 1 ,mem_ssp_enable 
+0x0041 000124 branch p_ipc_rx0 ,blank 
+0x0042 000125 fetch 1 ,mem_sp_local_key_invalid 
+0x0043 000126 rtn blank 
+:      000127 p_ipc_rx0:
+0x0044 000128 call p_check_ipc_2bt 
+0x0045 000129 rtn user 
+0x0046 000130 byteswap pdata ,pdata 
+0x0047 000131 copy pdata ,contr 
+0x0048 000132 call p_ipc_rx_byte 
+0x0049 000133 store 1 ,mem_ipc_rx_type 
+0x004a 000134 beq ipc_type_cmd ,p_ipc_rx_cmd 
+0x004b 000135 copy pdata ,temp 
+0x004c 000136 copy contr ,rega 
+0x004d 000137 fetch 1 ,mem_context 
+0x004e 000138 bbit0 state_inconn ,p_ipc_abondon_rx_data 
+0x004f 000139 copy rega ,contr 
+0x0050 000140 rtnmark0 mark_context 
+0x0051 000141 copy temp ,pdata 
+0x0052 000142 beq ipc_type_ble ,p_ipc_rx_ble 
+0x0053 000143 branch assert 
+:      000145 p_ipc_abondon_rx_data:
+0x0054 000146 copy rega ,contr 
+0x0055 000147 arg mem_tst_pktcnt_sync ,contw 
+0x0056 000148 branch p_ipc_rx_cpy 
+:      000150 p_ipc_rx_cmd:
+0x0057 000151 call p_ipc_rx_byte 
+0x0058 000152 call p_ipc_rx_byte 
+0x0059 000153 store 1 ,mem_fifo_temp 
+0x005a 000154 call p_ipc_next_rx 
+0x005b 000155 branch ui_ipc_send_cmd 
+:      000156 p_ipc_next_rx:
+0x005c 000157 call p_ipc_rx_updata_contr 
+0x005d 000158 copy contr ,temp 
+0x005e 000159 byteswap temp ,temp 
+0x005f 000160 storet 2 ,mem_ipc_2bt_read_index 
+0x0060 000161 rtn 
+:      000163 p_ipc_rx_ble:
+0x0061 000164 copy contr ,rega 
+:      000165 p_ipc_rx_ble_read_fifo:
+0x0062 000166 fetch 1 ,mem_queue_write 
+0x0063 000167 add pdata ,1 ,temp 
+0x0064 000168 and temp ,0x03 ,temp 
+0x0065 000169 storet 1 ,mem_queue_write 
+0x0066 000170 mul32 pdata ,7 ,pdata 
+0x0067 000171 arg mem_uart_packet ,contw 
+0x0068 000172 iadd contw ,contw 
+0x0069 000174 copy rega ,contr 
+0x006a 000175 call p_ipc_rx_byte 
+0x006b 000176 copy contr ,rega 
+0x006c 000177 increase -1 ,pdata 
+0x006d 000178 copy pdata ,loopcnt 
+0x006e 000179 increase 7 ,pdata 
+0x006f 000180 store 1 ,mem_le51_tx_length 
+0x0070 000181 copy rega ,contr 
+0x0071 000182 call p_ipc_rx_byte 
+0x0072 000183 copy contr ,rega 
+0x0073 000184 beq 01 ,p_report1 
+0x0074 000185 beq 02 ,p_report2 
+0x0075 000186 beq 03 ,p_report3 
+:      000187 p_report1:
+0x0076 000188 fetch 2 ,mem_att_report1 
+:      000189 p_set_report:
+0x0077 000190 istore 2 ,contw 
+0x0078 000191 copy rega ,contr 
+0x0079 000192 call p_ipc_copy 
+0x007a 000193 call le_xtype_fifo_is_near_full 
+0x007b 000194 nrtn blank 
+0x007c 000195 jam attop_handle_value_notification ,mem_fifo_temp 
+0x007d 000196 branch le_xtype_fifo_in 
+:      000198 p_report2:
+0x007e 000199 fetch 2 ,mem_att_report2 
+0x007f 000200 branch p_set_report 
+:      000201 p_report3:
+0x0080 000202 fetch 2 ,mem_att_report3 
+0x0081 000203 branch p_set_report 
+:      000207 p_ipc_timer_check:
+0x0082 000208 fetcht 4 ,mem_ipc_last_check_timer 
+0x0083 000209 copy clkn_bt ,pdata 
+0x0084 000210 isub temp ,pdata 
+0x0085 000212 arg 1600 ,temp 
+0x0086 000213 idiv temp 
+0x0087 000214 call wait_div_end 
+0x0088 000215 quotient pdata 
+0x0089 000216 rtn blank 
+0x008a 000217 copy clkn_bt ,temp 
+0x008b 000218 storet 4 ,mem_ipc_last_check_timer 
+0x008c 000219 fetcht 2 ,mem_ipc_bt_timer 
+0x008d 000220 byteswap temp ,temp 
+0x008e 000221 iadd temp ,pdata 
+0x008f 000222 byteswap pdata ,pdata 
+0x0090 000223 store 2 ,mem_ipc_bt_timer 
 0x0091 000224 byteswap pdata ,pdata 
-0x0092 000225 store 2 ,mem_ipc_bt_timer 
-0x0093 000226 byteswap pdata ,pdata 
-0x0094 000227 and pdata ,0x3 ,pdata 
-0x0095 000228 rtnne 0 
-0x0096 000229 fetch 1 ,mem_adc_config_flag 
-0x0097 000230 bbit1 adc_config_vinlpm ,p_adc_check_vinlpm 
-0x0098 000231 bbit1 adc_config_hvin ,p_adc_check_hvin 
-:      000232 p_adc_check_gpio:
-0x0099 000233 arg 0 ,rega 
-0x009a 000234 call p_setup_adc_gpio_pu_setup 
-0x009b 000235 hjam 0x8f ,rf_adc_mode 
-0x009c 000236 fetch 1 ,mem_adc_channel 
-0x009d 000237 hstore 1 ,rf_adc_ch 
-0x009e 000238 call p_read_adc 
-0x009f 000239 arg 1 ,rega 
-0x00a0 000240 branch p_setup_adc_gpio_pu_setup 
-:      000243 p_adc_check_vinlpm:
-0x00a1 000244 hjam 0xbf ,rf_adc_mode 
-0x00a2 000245 branch p_read_adc 
-:      000247 p_adc_check_hvin:
-0x00a3 000248 hjam 0xaf ,rf_adc_mode 
-:      000249 p_read_adc:
-0x00a4 000250 hfetch 1 ,core_uart_baud + 1 
-0x00a5 000251 set1 7 ,pdata 
-0x00a6 000252 hstore 1 ,core_uart_baud + 1 
-0x00a7 000253 hfetch 1 ,rf_adc_ch 
-0x00a8 000254 or_into 0x30 ,pdata 
-0x00a9 000255 hstore 1 ,rf_adc_ch 
-0x00aa 000256 hjam 0x7c ,rfen_adc 
-0x00ab 000257 hjam 0xaa ,rf_adc_gc 
-0x00ac 000258 nop 5000 
-0x00ad 000259 hfetcht 2 ,core_adc_sum 
-0x00ae 000260 hfetch 1 ,core_uart_baud + 1 
-0x00af 000261 set0 7 ,pdata 
-0x00b0 000262 hstore 1 ,core_uart_baud + 1 
-0x00b1 000263 byteswap temp ,temp 
-0x00b2 000264 storet 2 ,mem_adc_current_value 
-0x00b3 000265 rtn 
-:      000268 p_setup_adc_gpio_pu_setup:
-0x00b4 000269 arg 0x21 ,temp 
-0x00b5 000270 fetch 1 ,mem_adc_channel 
-0x00b6 000271 isub temp ,temp 
-0x00b7 000272 copy rega ,pdata 
-0x00b8 000273 set1 gpio_active_bit ,temp 
-0x00b9 000274 nbranch p_setup_adc_gpio_pu_setup_exit ,blank 
-0x00ba 000275 set0 gpio_active_bit ,temp 
-:      000276 p_setup_adc_gpio_pu_setup_exit:
-0x00bb 000277 arg core_gpio_pu0 ,contw 
-0x00bc 000278 branch gpio_set_bit 
-:      000282 p_ipc_rx_cpy:
-0x00bd 000283 call p_ipc_rx_byte 
-0x00be 000284 copy pdata ,loopcnt 
-:      000285 p_ipc_copy:
-0x00bf 000286 call p_ipc_cpy_loop 
-0x00c0 000287 branch p_ipc_next_rx 
-:      000289 p_ipc_cpy_loop:
-0x00c1 000290 call p_ipc_rx_byte 
-0x00c2 000291 istore 1 ,contw 
-0x00c3 000292 loop p_ipc_cpy_loop 
-0x00c4 000293 rtn 
-:      000295 p_ipc_rx_byte:
-0x00c5 000296 call p_ipc_rx_updata_contr 
-0x00c6 000297 ifetch 1 ,contr 
-0x00c7 000298 rtn 
-:      000300 p_ipc_rx_updata_contr:
-0x00c8 000301 setarg mem_ipc_2bt_fifo_end 
-0x00c9 000302 isub contr ,null 
-0x00ca 000303 nrtn zero 
-0x00cb 000304 arg mem_ipc_2bt_fifo_head ,contr 
-0x00cc 000305 rtn 
-:      000307 p_ipc_tx_evt:
-0x00cd 000308 arg 3 ,loopcnt 
-0x00ce 000309 arg mem_ipc_tx_evt_buff ,contr 
-:      000310 p_ipc_tx_cpy:
-0x00cf 000311 copy contr ,rega 
-0x00d0 000312 fetch 2 ,mem_ipc_2c51_write_index 
-0x00d1 000313 byteswap pdata ,pdata 
-0x00d2 000314 copy pdata ,contw 
-0x00d3 000315 copy rega ,contr 
-:      000316 p_ipc_tx_loop:
-0x00d4 000317 ifetch 1 ,contr 
-0x00d5 000318 istore 1 ,contw 
-0x00d6 000319 call p_ipc_tx_updata_contw 
-0x00d7 000320 loop p_ipc_tx_loop 
-0x00d8 000321 copy contw ,pdata 
-0x00d9 000322 byteswap pdata ,pdata 
-0x00da 000323 store 2 ,mem_ipc_2c51_write_index 
-0x00db 000324 rtn 
-:      000325 p_ipc_tx_updata_contw:
-0x00dc 000326 setarg mem_ipc_2c51_fifo_end 
-0x00dd 000327 isub contw ,null 
-0x00de 000328 nrtn zero 
-0x00df 000329 arg mem_ipc_2c51_fifo_head ,contw 
-0x00e0 000330 rtn 
-:      000333 p_check_ipc_2c51:
-0x00e1 000334 fetch 2 ,mem_ipc_2c51_read_index 
-0x00e2 000335 fetcht 2 ,mem_ipc_2c51_write_index 
-0x00e3 000336 branch p_check_ipc_common 
-:      000337 p_check_ipc_2bt:
-0x00e4 000338 fetch 2 ,mem_ipc_2bt_read_index 
-0x00e5 000339 fetcht 2 ,mem_ipc_2bt_write_index 
-:      000340 p_check_ipc_common:
-0x00e6 000341 isub temp ,null 
-0x00e7 000342 branch enable_usr ,zero 
-0x00e8 000343 branch disable_usr 
-:      000346 p_ui_timer_check:
-0x00e9 000347 copy clkn_bt ,pdata 
-0x00ea 000348 store 4 ,mem_ui_timer_last_btclk_temp 
-0x00eb 000349 fetcht 1 ,mem_ui_timer_last_btclk + 3 
-0x00ec 000350 fetch 1 ,mem_ui_timer_last_btclk_temp + 3 
-0x00ed 000351 isub temp ,null 
-0x00ee 000352 ncall p_ui_timer_reinit ,positive 
-0x00ef 000353 branch ui_timer_check + 2 
-:      000355 p_ui_timer_reinit:
-0x00f0 000356 fetcht 4 ,mem_ui_timer_last_btclk_temp 
-0x00f1 000357 storet 4 ,mem_ui_timer_last_btclk 
-0x00f2 000358 storet 4 ,mem_ipc_last_check_timer 
-0x00f3 000359 rtn 
-:      000362 p_app_process_bb_event:
-0x00f4 000363 arg mem_ipc_fifo_bt2c51 ,rega 
-0x00f5 000364 call fifo_out 
-0x00f6 000365 rtn blank 
-0x00f7 000367 copy pdata ,regc 
-0x00f8 000368 call p_app_event_normal_process 
-0x00f9 000369 branch app_process_bb_event_priority 
-:      000370 p_app_event_normal_process:
-0x00fa 000371 rtneq bt_evt_linkkey_generate 
-0x00fb 000372 beq bt_evt_le_connected ,scale_process_le_conn 
-0x00fc 000373 beq bt_evt_le_disconnected ,scale_process_le_discon 
-0x00fd 000374 branch app_event_normal_process 
-:      000379 p_kb_bb_event_timer:
-0x00fe 000380 storet 1 ,mem_app_evt_timer_count 
-0x00ff 000381 fetch 1 ,mem_ipc_bt_100ms_timer 
-0x0100 000382 increase 1 ,pdata 
-0x0101 000383 store 1 ,mem_ipc_bt_100ms_timer 
-:      000384 p_kb_bb_event_100ms_loop:
-0x0102 000385 fetch 1 ,mem_app_evt_timer_count 
-0x0103 000386 rtn blank 
-0x0104 000387 increase -1 ,pdata 
-0x0105 000388 store 1 ,mem_app_evt_timer_count 
-0x0106 000389 branch p_kb_bb_event_100ms_loop 
-:      000393 p_c51_user_event:
-0x0107 000394 copy regc ,pdata 
-0x0108 000395 and_into bt_evt_timer_mask ,pdata 
-0x0109 000396 rtneq bt_evt_timer_init 
-0x010a 000397 copy regc ,pdata 
-0x010b 000398 rtn blank 
-0x010c 000399 store 1 ,mem_ipc_tx_evt 
-0x010d 000400 branch p_ipc_tx_evt 
-:      000409 p_lpm_recover_clk:
-0x010e 000410 jam 0x7f ,mem_seqi 
-0x010f 000411 call lpm_recover_clk + 2 
-0x0110 000412 fetch 1 ,mem_hibernate_flag 
-0x0111 000413 rtn blank 
-0x0112 000414 jam 0 ,mem_hibernate_flag 
-0x0113 000415 copy clkn_bt ,pdata 
-0x0114 000416 store 4 ,mem_ipc_last_check_timer 
-0x0115 000417 rtn 
-:      000421 p_lpm_cal_xtal_startup:
-0x0116 000422 fetch 1 ,mem_lpm_xtalcnt 
-0x0117 000423 nrtn blank 
-0x0118 000424 hjam clksel_rc ,core_clksel 
-0x0119 000425 setarg 0xf0c 
-0x011a 000426 call lpm_write_config 
-0x011b 000427 setarg 200000 
-0x011c 000428 call sleep 
-0x011d 000429 until null ,lpo_edge 
-0x011e 000430 copy lpo_time ,alarm 
-0x011f 000431 call xtal_fast_wake 
-0x0120 000432 nop 5000 
-0x0121 000433 branch lpm_cal_xtal_startup + 12 
-:      000436 p_lpm_dispatch:
-0x0122 000437 rtnmark1 mark_24g 
-0x0123 000438 fetch 2 ,mem_ui_state_map 
-0x0124 000439 bbit1 ui_state_ble_connected ,lpm_dispatch + 2 
-0x0125 000440 call lpo_calibration 
-0x0126 000441 fetch 3 ,mem_clks_per_lpo 
-0x0127 000442 rtn blank 
-0x0128 000445 fetch 1 ,mem_lpm_mode 
-0x0129 000446 rtn blank 
-0x012a 000448 call l2cap_malloc_is_fifo_empty 
+0x0092 000225 and pdata ,0x3 ,pdata 
+0x0093 000226 rtnne 0 
+0x0094 000227 fetch 1 ,mem_adc_config_flag 
+0x0095 000228 bbit1 adc_config_vinlpm ,p_adc_check_vinlpm 
+0x0096 000229 bbit1 adc_config_hvin ,p_adc_check_hvin 
+:      000230 p_adc_check_gpio:
+0x0097 000231 arg 0 ,rega 
+0x0098 000232 call p_setup_adc_gpio_pu_setup 
+0x0099 000233 hjam 0x8f ,rf_adc_mode 
+0x009a 000234 fetch 1 ,mem_adc_channel 
+0x009b 000235 hstore 1 ,rf_adc_ch 
+0x009c 000236 call p_read_adc 
+0x009d 000237 arg 1 ,rega 
+0x009e 000238 branch p_setup_adc_gpio_pu_setup 
+:      000241 p_adc_check_vinlpm:
+0x009f 000242 hjam 0xbf ,rf_adc_mode 
+0x00a0 000243 branch p_read_adc 
+:      000245 p_adc_check_hvin:
+0x00a1 000246 hjam 0xaf ,rf_adc_mode 
+:      000247 p_read_adc:
+0x00a2 000248 hfetch 1 ,core_uart_baud + 1 
+0x00a3 000249 set1 7 ,pdata 
+0x00a4 000250 hstore 1 ,core_uart_baud + 1 
+0x00a5 000251 hfetch 1 ,rf_adc_ch 
+0x00a6 000252 or_into 0x30 ,pdata 
+0x00a7 000253 hstore 1 ,rf_adc_ch 
+0x00a8 000254 hjam 0x7c ,rfen_adc 
+0x00a9 000255 hjam 0xaa ,rf_adc_gc 
+0x00aa 000256 nop 5000 
+0x00ab 000257 hfetcht 2 ,core_adc_sum 
+0x00ac 000258 hfetch 1 ,core_uart_baud + 1 
+0x00ad 000259 set0 7 ,pdata 
+0x00ae 000260 hstore 1 ,core_uart_baud + 1 
+0x00af 000261 byteswap temp ,temp 
+0x00b0 000262 storet 2 ,mem_adc_current_value 
+0x00b1 000263 rtn 
+:      000266 p_setup_adc_gpio_pu_setup:
+0x00b2 000267 arg 0x21 ,temp 
+0x00b3 000268 fetch 1 ,mem_adc_channel 
+0x00b4 000269 isub temp ,temp 
+0x00b5 000270 copy rega ,pdata 
+0x00b6 000271 set1 gpio_active_bit ,temp 
+0x00b7 000272 nbranch p_setup_adc_gpio_pu_setup_exit ,blank 
+0x00b8 000273 set0 gpio_active_bit ,temp 
+:      000274 p_setup_adc_gpio_pu_setup_exit:
+0x00b9 000275 arg core_gpio_pu0 ,contw 
+0x00ba 000276 branch gpio_set_bit 
+:      000280 p_ipc_rx_cpy:
+0x00bb 000281 call p_ipc_rx_byte 
+0x00bc 000282 copy pdata ,loopcnt 
+:      000283 p_ipc_copy:
+0x00bd 000284 call p_ipc_cpy_loop 
+0x00be 000285 branch p_ipc_next_rx 
+:      000287 p_ipc_cpy_loop:
+0x00bf 000288 call p_ipc_rx_byte 
+0x00c0 000289 istore 1 ,contw 
+0x00c1 000290 loop p_ipc_cpy_loop 
+0x00c2 000291 rtn 
+:      000293 p_ipc_rx_byte:
+0x00c3 000294 call p_ipc_rx_updata_contr 
+0x00c4 000295 ifetch 1 ,contr 
+0x00c5 000296 rtn 
+:      000298 p_ipc_rx_updata_contr:
+0x00c6 000299 setarg mem_ipc_2bt_fifo_end 
+0x00c7 000300 isub contr ,null 
+0x00c8 000301 nrtn zero 
+0x00c9 000302 arg mem_ipc_2bt_fifo_head ,contr 
+0x00ca 000303 rtn 
+:      000305 p_ipc_tx_evt:
+0x00cb 000306 arg 3 ,loopcnt 
+0x00cc 000307 arg mem_ipc_tx_evt_buff ,contr 
+:      000308 p_ipc_tx_cpy:
+0x00cd 000309 copy contr ,rega 
+0x00ce 000310 fetch 2 ,mem_ipc_2c51_write_index 
+0x00cf 000311 byteswap pdata ,pdata 
+0x00d0 000312 copy pdata ,contw 
+0x00d1 000313 copy rega ,contr 
+:      000314 p_ipc_tx_loop:
+0x00d2 000315 ifetch 1 ,contr 
+0x00d3 000316 istore 1 ,contw 
+0x00d4 000317 call p_ipc_tx_updata_contw 
+0x00d5 000318 loop p_ipc_tx_loop 
+0x00d6 000319 copy contw ,pdata 
+0x00d7 000320 byteswap pdata ,pdata 
+0x00d8 000321 store 2 ,mem_ipc_2c51_write_index 
+0x00d9 000322 rtn 
+:      000323 p_ipc_tx_updata_contw:
+0x00da 000324 setarg mem_ipc_2c51_fifo_end 
+0x00db 000325 isub contw ,null 
+0x00dc 000326 nrtn zero 
+0x00dd 000327 arg mem_ipc_2c51_fifo_head ,contw 
+0x00de 000328 rtn 
+:      000331 p_check_ipc_2c51:
+0x00df 000332 fetch 2 ,mem_ipc_2c51_read_index 
+0x00e0 000333 fetcht 2 ,mem_ipc_2c51_write_index 
+0x00e1 000334 branch p_check_ipc_common 
+:      000335 p_check_ipc_2bt:
+0x00e2 000336 fetch 2 ,mem_ipc_2bt_read_index 
+0x00e3 000337 fetcht 2 ,mem_ipc_2bt_write_index 
+:      000338 p_check_ipc_common:
+0x00e4 000339 isub temp ,null 
+0x00e5 000340 branch enable_usr ,zero 
+0x00e6 000341 branch disable_usr 
+:      000344 p_ui_timer_check:
+0x00e7 000345 copy clkn_bt ,pdata 
+0x00e8 000346 store 4 ,mem_ui_timer_last_btclk_temp 
+0x00e9 000347 fetcht 1 ,mem_ui_timer_last_btclk + 3 
+0x00ea 000348 fetch 1 ,mem_ui_timer_last_btclk_temp + 3 
+0x00eb 000349 isub temp ,null 
+0x00ec 000350 ncall p_ui_timer_reinit ,positive 
+0x00ed 000351 branch ui_timer_check + 2 
+:      000353 p_ui_timer_reinit:
+0x00ee 000354 fetcht 4 ,mem_ui_timer_last_btclk_temp 
+0x00ef 000355 storet 4 ,mem_ui_timer_last_btclk 
+0x00f0 000356 storet 4 ,mem_ipc_last_check_timer 
+0x00f1 000357 rtn 
+:      000360 p_app_process_bb_event:
+0x00f2 000361 arg mem_ipc_fifo_bt2c51 ,rega 
+0x00f3 000362 call fifo_out 
+0x00f4 000363 rtn blank 
+0x00f5 000365 copy pdata ,regc 
+0x00f6 000366 call p_app_event_normal_process 
+0x00f7 000367 branch app_process_bb_event_priority 
+:      000368 p_app_event_normal_process:
+0x00f8 000369 rtneq bt_evt_linkkey_generate 
+0x00f9 000370 beq bt_evt_le_connected ,scale_process_le_conn 
+0x00fa 000371 beq bt_evt_le_disconnected ,scale_process_le_discon 
+0x00fb 000372 branch app_event_normal_process 
+:      000377 p_kb_bb_event_timer:
+0x00fc 000378 storet 1 ,mem_app_evt_timer_count 
+0x00fd 000379 fetch 1 ,mem_ipc_bt_100ms_timer 
+0x00fe 000380 increase 1 ,pdata 
+0x00ff 000381 store 1 ,mem_ipc_bt_100ms_timer 
+:      000382 p_kb_bb_event_100ms_loop:
+0x0100 000383 fetch 1 ,mem_app_evt_timer_count 
+0x0101 000384 rtn blank 
+0x0102 000385 increase -1 ,pdata 
+0x0103 000386 store 1 ,mem_app_evt_timer_count 
+0x0104 000387 branch p_kb_bb_event_100ms_loop 
+:      000391 p_c51_user_event:
+0x0105 000392 copy regc ,pdata 
+0x0106 000393 and_into bt_evt_timer_mask ,pdata 
+0x0107 000394 rtneq bt_evt_timer_init 
+0x0108 000395 copy regc ,pdata 
+0x0109 000396 rtn blank 
+0x010a 000397 store 1 ,mem_ipc_tx_evt 
+0x010b 000398 branch p_ipc_tx_evt 
+:      000407 p_lpm_recover_clk:
+0x010c 000408 jam 0x7f ,mem_seqi 
+0x010d 000409 call lpm_recover_clk + 2 
+0x010e 000410 fetch 1 ,mem_hibernate_flag 
+0x010f 000411 rtn blank 
+0x0110 000412 jam 0 ,mem_hibernate_flag 
+0x0111 000413 copy clkn_bt ,pdata 
+0x0112 000414 store 4 ,mem_ipc_last_check_timer 
+0x0113 000415 rtn 
+:      000419 p_lpm_cal_xtal_startup:
+0x0114 000420 fetch 1 ,mem_lpm_xtalcnt 
+0x0115 000421 nrtn blank 
+0x0116 000422 hjam clksel_rc ,core_clksel 
+0x0117 000423 setarg 0xf0c 
+0x0118 000424 call lpm_write_config 
+0x0119 000425 setarg 200000 
+0x011a 000426 call sleep 
+0x011b 000427 until null ,lpo_edge 
+0x011c 000428 copy lpo_time ,alarm 
+0x011d 000429 call xtal_fast_wake 
+0x011e 000430 nop 5000 
+0x011f 000431 branch lpm_cal_xtal_startup + 12 
+:      000434 p_lpm_dispatch:
+0x0120 000435 rtnmark1 mark_24g 
+0x0121 000436 fetch 2 ,mem_ui_state_map 
+0x0122 000437 bbit1 ui_state_ble_connected ,lpm_dispatch + 2 
+0x0123 000438 call lpo_calibration 
+0x0124 000439 fetch 3 ,mem_clks_per_lpo 
+0x0125 000440 rtn blank 
+0x0126 000443 fetch 1 ,mem_lpm_mode 
+0x0127 000444 rtn blank 
+0x0128 000446 call l2cap_malloc_is_fifo_empty 
+0x0129 000447 nrtn blank 
+0x012a 000448 call lpm_check_wake_lock 
 0x012b 000449 nrtn blank 
-0x012c 000450 call lpm_check_wake_lock 
-0x012d 000451 nrtn blank 
-0x012e 000452 call xtal_fast_wake 
-0x012f 000453 fetch 1 ,mem_ssp_enable 
-0x0130 000454 branch lpm_dispatch0 ,blank 
-0x0131 000455 fetch 1 ,mem_sp_local_key_invalid 
-0x0132 000456 rtn blank 
-0x0133 000457 branch lpm_dispatch0 
-:      000459 p_check_ipc_for_lpm:
-0x0134 000460 call p_check_ipc_2bt 
+0x012c 000450 call xtal_fast_wake 
+0x012d 000451 fetch 1 ,mem_ssp_enable 
+0x012e 000452 branch lpm_dispatch0 ,blank 
+0x012f 000453 fetch 1 ,mem_sp_local_key_invalid 
+0x0130 000454 rtn blank 
+0x0131 000455 branch lpm_dispatch0 
+:      000457 p_check_ipc_for_lpm:
+0x0132 000458 call p_check_ipc_2bt 
+0x0133 000459 nrtn user 
+0x0134 000460 call p_check_ipc_2c51 
 0x0135 000461 nrtn user 
-0x0136 000462 call p_check_ipc_2c51 
-0x0137 000463 nrtn user 
-0x0138 000464 jam 1 ,mem_c51_lpm_lock 
-0x0139 000465 jam syc_task_lpm ,mem_c51_flag 
-0x013a 000466 call p_c51_wait 
-0x013b 000467 branch p_check_ipc_2bt 
-:      000469 p_lpm_dispatch_next:
-0x013c 000470 call p_check_ipc_for_lpm 
-0x013d 000471 nrtn user 
-0x013e 000472 fetch 1 ,mem_c51_lpm_lock 
-0x013f 000473 nrtn blank 
-0x0140 000474 branch lpm_dispatch1 
-:      000476 p_c51_wait:
-0x0141 000477 fetch 1 ,mem_c51_flag 
-0x0142 000478 nop 10 
-0x0143 000479 bne 0 ,p_c51_wait 
-0x0144 000480 rtn 
-:      000483 p_lpm_dispatch_unconn:
-0x0145 000484 call p_check_ipc_for_lpm 
-0x0146 000485 nrtn user 
-0x0147 000486 fetch 1 ,mem_c51_lpm_lock 
-0x0148 000487 nrtn blank 
-0x0149 000488 branch lpm_dispatch_unconn + 2 
-:      000492 p_initialize_radio_cont:
-0x014a 000493 call p_switchto_dpllclk 
-0x014b 000494 branch initialize_radio_cont + 4 
-:      000495 p_switchto_dpllclk:
-0x014c 000496 fetch 1 ,mem_lpm_xtalcnt 
-0x014d 000497 nbranch p_switchdpll_nocal ,blank 
-0x014e 000498 call lpm_cal_xtal_startup 
+0x0136 000462 jam 1 ,mem_c51_lpm_lock 
+0x0137 000463 jam syc_task_lpm ,mem_c51_flag 
+0x0138 000464 call p_c51_wait 
+0x0139 000465 branch p_check_ipc_2bt 
+:      000467 p_lpm_dispatch_next:
+0x013a 000468 call p_check_ipc_for_lpm 
+0x013b 000469 nrtn user 
+0x013c 000470 fetch 1 ,mem_c51_lpm_lock 
+0x013d 000471 nrtn blank 
+0x013e 000472 branch lpm_dispatch1 
+:      000474 p_c51_wait:
+0x013f 000475 fetch 1 ,mem_c51_flag 
+0x0140 000476 nop 10 
+0x0141 000477 bne 0 ,p_c51_wait 
+0x0142 000478 rtn 
+:      000481 p_lpm_dispatch_unconn:
+0x0143 000482 call p_check_ipc_for_lpm 
+0x0144 000483 nrtn user 
+0x0145 000484 fetch 1 ,mem_c51_lpm_lock 
+0x0146 000485 nrtn blank 
+0x0147 000486 branch lpm_dispatch_unconn + 2 
+:      000490 p_initialize_radio_cont:
+0x0148 000491 call p_switchto_dpllclk 
+0x0149 000492 branch initialize_radio_cont + 4 
+:      000493 p_switchto_dpllclk:
+0x014a 000494 fetch 1 ,mem_lpm_xtalcnt 
+0x014b 000495 nbranch p_switchdpll_nocal ,blank 
+0x014c 000496 call lpm_cal_xtal_startup 
+0x014d 000497 nop 30000 
+0x014e 000498 nop 30000 
 0x014f 000499 nop 30000 
-0x0150 000500 nop 30000 
-0x0151 000501 nop 30000 
-:      000502 p_switchdpll_nocal:
-0x0152 000503 call switchto_dpllclk 
-0x0153 000504 hjam clksel_xtal ,core_clksel 
-0x0154 000505 hfetch 1 ,rf_clkpll_frac + 2 
-0x0155 000506 and_into 0xcf ,pdata 
+:      000500 p_switchdpll_nocal:
+0x0150 000501 call switchto_dpllclk 
+0x0151 000502 hjam clksel_xtal ,core_clksel 
+0x0152 000503 hfetch 1 ,rf_clkpll_frac + 2 
+0x0153 000504 and_into 0xcf ,pdata 
+0x0154 000505 hstore 1 ,rf_clkpll_frac + 2 
+0x0155 000506 or_into 0x30 ,pdata 
 0x0156 000507 hstore 1 ,rf_clkpll_frac + 2 
-0x0157 000508 or_into 0x30 ,pdata 
-0x0158 000509 hstore 1 ,rf_clkpll_frac + 2 
-0x0159 000510 rtn 
-:      000514 p_set_freq_rx:
-0x015a 000515 storet 1 ,mem_last_freq 
-0x015b 000516 add temp ,rx_freq_offset ,rega 
-0x015c 000517 branch set_freq_rx + 4 
-:      000519 p_set_freq_tx_common:
-0x015d 000520 storet 1 ,mem_last_freq 
-0x015e 000521 add temp ,0 ,rega 
-0x015f 000522 branch rf_write_freq 
-:      000524 p_set_freq_tx:
-0x0160 000525 call p_set_freq_tx_common 
-0x0161 000526 setarg param_pll_setup 
-0x0162 000527 call sleep 
-:      000528 p_txon:
-0x0163 000529 hjam 0x1 ,rfen_adc 
-0x0164 000530 hjam 0x3c ,rfen_rx 
-0x0165 000531 hjam 0xe0 ,rfen_tx 
-0x0166 000532 hjam 0x12 ,0x96d 
-0x0167 000533 nop 10 
-0x0168 000534 hjam 0x01 ,rfen_mdm 
-0x0169 000535 hjam 0x3d ,rfen_mdm 
+0x0157 000508 rtn 
+:      000512 p_set_freq_rx:
+0x0158 000513 storet 1 ,mem_last_freq 
+0x0159 000514 add temp ,rx_freq_offset ,rega 
+0x015a 000515 branch set_freq_rx + 4 
+:      000517 p_set_freq_tx_common:
+0x015b 000518 storet 1 ,mem_last_freq 
+0x015c 000519 add temp ,0 ,rega 
+0x015d 000520 branch rf_write_freq 
+:      000522 p_set_freq_tx:
+0x015e 000523 call p_set_freq_tx_common 
+0x015f 000524 setarg param_pll_setup 
+0x0160 000525 call sleep 
+:      000526 p_txon:
+0x0161 000527 hjam 0x1 ,rfen_adc 
+0x0162 000528 hjam 0x3c ,rfen_rx 
+0x0163 000529 hjam 0xe0 ,rfen_tx 
+0x0164 000530 hjam 0x12 ,0x96d 
+0x0165 000531 nop 10 
+0x0166 000532 hjam 0x01 ,rfen_mdm 
+0x0167 000533 hjam 0x3d ,rfen_mdm 
+0x0168 000534 nop 10 
+0x0169 000535 hjam 0xb7 ,rfen_sn 
 0x016a 000536 nop 10 
-0x016b 000537 hjam 0xb7 ,rfen_sn 
-0x016c 000538 nop 10 
-0x016d 000539 hjam 0x7d ,rfen_mdm 
-0x016e 000542 fetch 5 ,mem_5db_tx_power_param 
+0x016b 000537 hjam 0x7d ,rfen_mdm 
+0x016c 000540 fetch 5 ,mem_5db_tx_power_param 
+0x016d 000541 istore 5 ,contw 
+0x016e 000542 ifetch 5 ,contr 
 0x016f 000543 istore 5 ,contw 
-0x0170 000544 ifetch 5 ,contr 
-0x0171 000545 istore 5 ,contw 
-0x0172 000546 hjam 0xdf ,0x956 
-0x0173 000547 call p_set_tx_step_power 
-0x0174 000548 hjam 0xdf ,0x955 
-0x0175 000549 rtn 
-:      000564 p_set_tx_step_power:
+0x0170 000544 hjam 0xdf ,0x956 
+0x0171 000545 call p_set_tx_step_power 
+0x0172 000546 hjam 0xdf ,0x955 
+0x0173 000547 rtn 
+:      000562 p_set_tx_step_power:
+0x0174 000564 nop 4 
+0x0175 000565 hjam 0xd1 ,0x955 
 0x0176 000566 nop 4 
-0x0177 000567 hjam 0xd1 ,0x955 
+0x0177 000567 hjam 0xd2 ,0x955 
 0x0178 000568 nop 4 
-0x0179 000569 hjam 0xd2 ,0x955 
+0x0179 000569 hjam 0xd4 ,0x955 
 0x017a 000570 nop 4 
-0x017b 000571 hjam 0xd4 ,0x955 
-0x017c 000572 nop 4 
-0x017d 000575 rtn 
-:      000577 p_tx_ramp_down_common:
-0x017e 000578 hjam 0xd4 ,0x955 
+0x017b 000573 rtn 
+:      000575 p_tx_ramp_down_common:
+0x017c 000576 hjam 0xd4 ,0x955 
+0x017d 000577 nop 4 
+0x017e 000578 hjam 0xd2 ,0x955 
 0x017f 000579 nop 4 
-0x0180 000580 hjam 0xd2 ,0x955 
+0x0180 000580 hjam 0xd1 ,0x955 
 0x0181 000581 nop 4 
-0x0182 000582 hjam 0xd1 ,0x955 
-0x0183 000583 nop 4 
-0x0184 000584 hjam 0xd0 ,0x955 
-0x0185 000585 hjam 0xc0 ,0x956 
-0x0186 000586 rtn 
-:      000588 p_shutdown_radio:
-0x0187 000589 branch shutdown_radio + 2 ,is_rx 
-0x0188 000590 call p_tx_ramp_down_common 
-0x0189 000591 branch shutdown_radio + 2 
-:      000594 p_kb_before_hibernate:
-0x018a 000595 enable user 
-0x018b 000596 hfetch 4 ,0x8138 
-0x018c 000597 setflag user ,26 ,pdata 
-0x018d 000598 hstore 4 ,core_lpm_reg 
-0x018e 000599 call lpm_write_ctrl 
-0x018f 000600 jam 1 ,mem_lpm_current_mult 
-:      000601 p_kb_bt_lpm_before:
-0x0190 000602 rtn 
-:      000604 p_kb_init:
-0x0191 000606 jam 0 ,mem_c51_flag 
-0x0192 000607 jam 6 ,mem_connection_options 
-0x0193 000608 call app_lpm_mult_enable 
-0x0194 000609 setarg p_kb_bt_lpm_before 
-0x0195 000610 store 2 ,mem_cb_before_lpm 
-0x0196 000611 setarg p_c51_user_event 
-0x0197 000612 store 2 ,mem_cb_bb_event_process 
-0x0198 000613 setarg p_mouse_idle 
-0x0199 000614 store 2 ,mem_cb_idle_process 
-0x019a 000615 setarg p_ipc_rx 
-0x019b 000616 store 2 ,mem_cb_le_process 
-0x019c 000617 setarg p_kb_before_hibernate 
-0x019d 000618 store 2 ,mem_cb_before_hibernate 
-0x019e 000619 setarg mem_ipc_2bt_fifo_head 
-0x019f 000620 byteswap pdata ,pdata 
-0x01a0 000621 store 2 ,mem_ipc_2bt_read_index 
-0x01a1 000622 store 2 ,mem_ipc_2bt_write_index 
-0x01a2 000623 call lpm_disable_exen_output 
-0x01a3 000624 setarg mem_ipc_2c51_fifo_head 
-0x01a4 000625 byteswap pdata ,pdata 
-0x01a5 000626 store 2 ,mem_ipc_2c51_read_index 
-0x01a6 000627 store 2 ,mem_ipc_2c51_write_index 
-0x01a7 000628 fetch 1 ,mem_hibernate_flag 
-0x01a8 000629 beq 0x5a ,p_device_init_init_hibwake 
-0x01a9 000630 branch p_deveice_init_wake ,wake 
-0x01aa 000631 fetch 2 ,mem_adc_0v 
-0x01ab 000632 byteswap pdata ,pdata 
-0x01ac 000633 store 2 ,mem_adc_0v 
-0x01ad 000634 fetch 2 ,mem_adc_3v 
-0x01ae 000635 byteswap pdata ,pdata 
-0x01af 000636 store 2 ,mem_adc_3v 
-0x01b0 000637 call p_init_adc_from_otp 
-0x01b1 000638 fetch 8 ,mem_temp 
-0x01b2 000639 nbranch p_deveice_init_reset ,blank 
-0x01b3 000640 fetch 2 ,0x4ad4 
-0x01b4 000641 byteswap pdata ,pdata 
-0x01b5 000642 branch p_deveice_init_reset ,blank 
-0x01b6 000643 store 2 ,mem_adc_3v 
-:      000644 p_deveice_init_reset:
-0x01b7 000645 call p_le_queue_init 
-0x01b8 000646 jam bt_evt_reset ,mem_ipc_tx_evt 
-:      000647 p_device_init_common:
-0x01b9 000648 call p_ipc_tx_evt 
-0x01ba 000649 jam 0 ,mem_hibernate_flag 
-0x01bb 000650 hjam start_c51_core ,core_docd_ctrl 
-0x01bc 000651 rtn 
-:      000652 p_deveice_init_wake:
-0x01bd 000653 jam bt_evt_wakeup ,mem_ipc_tx_evt 
-0x01be 000654 branch p_device_init_common 
-:      000655 p_device_init_init_hibwake:
-0x01bf 000656 copy auxcnt ,pdata 
-0x01c0 000657 branch p_enter_hibernate_continue ,blank 
-0x01c1 000658 call init_lmp_work 
-0x01c2 000659 call l2cap_init_work 
-0x01c3 000660 setarg 0 
-0x01c4 000661 store 8 ,mem_context 
-0x01c5 000662 store 2 ,mem_ui_state_map 
-0x01c6 000663 copy clkn_bt ,pdata 
-0x01c7 000664 store 4 ,mem_ipc_last_check_timer 
-0x01c8 000665 jam bt_evt_hibernate_wake ,mem_ipc_tx_evt 
-0x01c9 000666 branch p_device_init_common 
-:      000668 p_init_adc_from_otp:
-0x01ca 000669 call otp_enable_chgpump 
-0x01cb 000670 setarg 0x7e2 
-0x01cc 000671 arg mem_temp ,rega 
-0x01cd 000672 arg 12 ,temp 
-0x01ce 000673 call otpd_read_data 
-0x01cf 000674 call otp_disable_chgpump 
-0x01d0 000675 fetch 8 ,mem_temp 
-0x01d1 000676 rtn blank 
-0x01d2 000677 fetch 1 ,mem_adc_config_flag 
-0x01d3 000678 bbit1 adc_config_vinlpm ,p_calc_adc_base_vinlpm 
-0x01d4 000679 bbit1 adc_config_hvin ,p_calc_adc_base_hvin 
-:      000680 p_calc_adc_check_gpio:
-0x01d5 000681 fetch 2 ,mem_temp 
-0x01d6 000682 byteswap pdata ,pdata 
-0x01d7 000683 store 2 ,mem_adc_0v 
-0x01d8 000684 fetch 2 ,mem_temp + 6 
-0x01d9 000685 byteswap pdata ,pdata 
-0x01da 000686 store 2 ,mem_adc_3v 
-0x01db 000687 rtn 
-:      000688 p_calc_adc_base_vinlpm:
-0x01dc 000689 fetcht 2 ,mem_temp + 4 
-0x01dd 000690 fetch 2 ,mem_temp + 10 
-0x01de 000691 copy temp ,regb 
-0x01df 000692 copy pdata ,rega 
-0x01e0 000693 byteswap pdata ,pdata 
-0x01e1 000694 store 2 ,mem_adc_3v 
-0x01e2 000695 copy rega ,pdata 
-0x01e3 000696 isub temp ,regc 
-0x01e4 000697 lshift regc ,regc 
-0x01e5 000698 copy regb ,pdata 
-0x01e6 000699 isub regc ,pdata 
-0x01e7 000700 byteswap pdata ,pdata 
-0x01e8 000701 store 2 ,mem_adc_0v 
-0x01e9 000702 rtn 
-:      000704 p_calc_adc_base_hvin:
-0x01ea 000705 fetcht 2 ,mem_temp + 2 
-0x01eb 000706 fetch 2 ,mem_temp + 8 
-0x01ec 000707 copy temp ,regb 
-0x01ed 000708 copy pdata ,rega 
-0x01ee 000709 isub temp ,regc 
-0x01ef 000710 rshift2 regc ,regc 
-0x01f0 000711 copy regb ,pdata 
-0x01f1 000712 isub regc ,pdata 
-0x01f2 000713 byteswap pdata ,pdata 
-0x01f3 000714 store 2 ,mem_adc_0v 
-0x01f4 000715 lshift regc ,regc 
-0x01f5 000716 copy rega ,pdata 
-0x01f6 000717 isub regc ,pdata 
-0x01f7 000718 byteswap pdata ,pdata 
-0x01f8 000719 store 2 ,mem_adc_3v 
-0x01f9 000720 rtn 
-:      000723 p_le_enable:
-0x01fa 000724 jam 39 ,mem_le_ch_mapped 
-0x01fb 000725 hjam 0x36 ,0x90f 
-0x01fc 000726 hjam 0x5f ,0x90b 
-0x01fd 000727 branch le_enable + 2 
-:      000728 p_le_disable:
-0x01fe 000729 hjam 0x2e ,0x90f 
-0x01ff 000730 hjam 0xff ,0x90b 
-0x0200 000731 branch le_disable + 2 
-:      000734 p_mouse_idle:
-0x0201 000735 rtn 
-:      000736 p_check_enter_hibernate:
-0x0202 000737 jam syc_task_hibernate ,mem_c51_flag 
-0x0203 000738 call p_c51_wait 
-:      000739 p_enter_hibernate_continue:
-0x0204 000742 jam 0x5a ,mem_hibernate_flag 
-0x0205 000743 call lpm_write_gpio_wakeup 
-0x0206 000744 hfetch 4 ,core_lpm_ctrl 
-0x0207 000745 set0 15 ,pdata 
-0x0208 000746 hstore 4 ,core_lpm_reg 
-0x0209 000747 call lpm_write_ctrl 
-0x020a 000748 arg param_hibernate_clks ,temp 
-0x020b 000749 branch lpm_sleep 
-:      000752 p_check_51cmd_once:
-0x020c 000753 call ui_ipc_get_lock 
-0x020d 000754 arg mem_ipc_fifo_c512bt ,rega 
-0x020e 000755 call fifo_out 
-0x020f 000756 copy pdata ,temp 
-0x0210 000757 call ui_ipc_put_lock 
-0x0211 000758 copy temp ,pdata 
-0x0212 000759 rtn blank 
-0x0213 000760 beq bt_cmd_start_adv ,p_check_51cmd_start_adv 
-0x0214 000761 beq bt_cmd_start_adv_rec ,p_handle_adv_1 
-0x0215 000762 beq bt_cmd_set_reconnect_init ,p_disconnect_connected_device 
-0x0216 000763 beq bt_cmd_le_disconnect ,p_slave_ble_disconnect 
-0x0217 000764 beq bt_cmd_le_update_conn ,bt_cmd_le_update_conn_1 
-0x0218 000765 branch check_51cmd_once + 9 
-:      000768 p_slave_ble_disconnect:
-0x0219 000769 jam xt_ll_terminate_ind ,mem_fifo_temp 
-0x021a 000770 branch le_xtype_fifo_in 
-:      000772 p_check_51cmd_start_adv:
-0x021b 000773 call app_clear_reconnect_flag 
-0x021c 000774 call check_51cmd_bb_reconn_cancel 
-0x021d 000775 random pdata 
-0x021e 000776 store 1 ,mem_le_lap 
-0x021f 000777 setarg 0xed8e0e 
-0x0220 000778 store 3 ,mem_le_lap + 3 
-:      000779 p_handle_adv_0:
-0x0221 000780 jam 5 ,mem_le_adv_data + 2 
-0x0222 000781 branch check_51cmd_adv 
-:      000783 p_handle_adv_1:
-0x0223 000784 jam 4 ,mem_le_adv_data + 2 
-0x0224 000785 branch check_51cmd_adv 
-:      000789 p_disconnect_connected_device:
-0x0225 000791 fetch 2 ,mem_ui_state_map 
-0x0226 000792 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x0227 000793 bbit1 ui_state_bt_reconnect ,check_51cmd_bb_reconn_cancel 
-0x0228 000794 jam off ,mem_le_adv_enable 
-0x0229 000795 call app_bt_stop_discovery 
-0x022a 000797 jam bt_evt_reconnect_standy ,mem_fifo_temp 
-0x022b 000798 branch ui_ipc_send_event 
-:      000802 p_lpm_sleep:
-0x022c 000803 call xtal_fast_wake 
-0x022d 000804 branch lpm_sleep + 2 
-:      000815 p_hid_rx_process_data_hid_kb:
-0x022e 000816 ifetch 1 ,contr 
-0x022f 000817 store 1 ,mem_caps_num_lock 
-0x0230 000818 rtn 
-:      000823 p_le_transmit_receive_sifs:
-0x0231 000824 call le_transmit 
-0x0232 000825 fetcht 1 ,mem_last_freq 
-0x0233 000826 call set_freq_rx 
-0x0234 000827 call rf_rx_enable 
-0x0235 000828 enable swfine 
-0x0236 000829 arg 5500 ,timeup 
-0x0237 000831 branch le_receive_rxon 
-:      000833 p_le_init_conn:
-0x0238 000834 jam 0x01 ,mem_le_txheader 
-0x0239 000835 jam 0 ,mem_le_txlen 
-0x023a 000836 branch le_init_conn + 2 
-:      000838 p_le_transmit:
-0x023b 000839 call le_prep 
-0x023c 000840 call p_letx_setfreq 
-0x023d 000841 branch le_transmit + 4 
-:      000843 p_letx_setfreq:
-0x023e 000844 branch p_txon ,match 
-0x023f 000845 call le_setfreq 
-0x0240 000846 branch set_freq_tx 
-:      000848 p_le_send_adv_ind:
-0x0241 000849 fetch 1 ,mem_le_rx_window 
-0x0242 000850 store 4 ,mem_le_transmit_window 
-0x0243 000851 fetch 1 ,mem_le_adv_type 
-0x0244 000852 beq adv_direct_ind ,p_le_send_adv_direct_ind 
-0x0245 000853 branch le_send_adv_ind + 2 
-:      000854 p_le_send_adv_direct_ind:
-0x0246 000855 jam 0 ,mem_le_adv_type 
-0x0247 000856 branch le_send_adv_direct_ind 
-:      000858 p_le_update_param:
-0x0248 000859 fetch 1 ,mem_le_state 
-0x0249 000860 rtnbit0 lestate_update_param 
-0x024a 000861 fetch 2 ,mem_le_event_count 
-0x024b 000862 fetcht 2 ,mem_le_instant 
-0x024c 000863 isub temp ,pdata 
-0x024d 000864 nrtn positive 
-0x024e 000865 jam 1 ,mem_lpm_mode 
-0x024f 000866 branch le_update_param + 8 
-:      000895 p_le_prepare_tx_cmd:
-0x0250 000896 fetch 1 ,mem_le_txpayload 
-0x0251 000897 beq ll_unknown_rsp ,p_le_send_unknown_rsp 
-0x0252 000898 beq ll_connection_param_req ,p_le_send_conn_param_req 
-0x0253 000899 beq ll_start_enc_rsp ,p_le_send_start_enc_rsp 
-0x0254 000900 beq ll_terminate_ind ,p_le_send_terminate_ind 
-0x0255 000901 beq ll_ping_rsp ,p_le_send_ping_rsp 
-0x0256 000902 branch le_prepare_tx_cmd + 10 
-:      000904 p_le_send_ping_rsp:
-0x0257 000905 force 1 ,temp 
-0x0258 000906 branch le_send_packet 
-:      000908 p_le_send_terminate_ind:
-0x0259 000909 setarg 10 
-0x025a 000910 store 2 ,mem_le_superto 
-0x025b 000911 branch le_send_terminate_ind 
-:      000913 p_le_send_start_enc_rsp:
-0x025c 000914 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x025d 000915 call ui_ipc_send_cmd 
-0x025e 000916 force 1 ,temp 
-0x025f 000917 branch le_send_packet ,master 
-0x0260 000918 jam bt_evt_le_protocol_connected ,mem_fifo_temp 
-0x0261 000919 call ui_ipc_send_event 
-0x0262 000920 fetch 1 ,mem_le_pairing_state 
-0x0263 000921 beq flag_le_pairing_after_auth ,p_le_send_start_enc_rsp0 
-0x0264 000922 jam 1 ,mem_lpm_mode 
-0x0265 000923 branch p_le_send_start_enc_rsp_end 
-:      000924 p_le_send_start_enc_rsp0:
-0x0266 000925 jam xt_smp_encryption_information ,mem_fifo_temp 
-0x0267 000926 call le_xtype_fifo_in 
-:      000927 p_le_send_start_enc_rsp_end:
-0x0268 000928 force 1 ,temp 
-0x0269 000929 branch le_send_packet 
-:      000932 p_le_send_unknown_rsp:
-0x026a 000933 fetch 1 ,mem_le_ll_unknown_type 
-0x026b 000934 istore 1 ,contw 
-0x026c 000935 force 2 ,temp 
-0x026d 000936 branch le_send_packet 
-:      000938 p_le_send_conn_param_req:
-0x026e 000939 increase -1 ,contw 
-0x026f 000940 fetch 8 ,mem_le_connection_updata_param 
+0x0182 000582 hjam 0xd0 ,0x955 
+0x0183 000583 hjam 0xc0 ,0x956 
+0x0184 000584 rtn 
+:      000586 p_shutdown_radio:
+0x0185 000587 branch shutdown_radio + 2 ,is_rx 
+0x0186 000588 call p_tx_ramp_down_common 
+0x0187 000589 branch shutdown_radio + 2 
+:      000592 p_kb_before_hibernate:
+0x0188 000593 enable user 
+0x0189 000594 hfetch 4 ,0x8138 
+0x018a 000595 setflag user ,26 ,pdata 
+0x018b 000596 hstore 4 ,core_lpm_reg 
+0x018c 000597 call lpm_write_ctrl 
+0x018d 000598 jam 1 ,mem_lpm_current_mult 
+:      000599 p_kb_bt_lpm_before:
+0x018e 000600 rtn 
+:      000602 p_kb_init:
+0x018f 000604 jam 0 ,mem_c51_flag 
+0x0190 000605 jam 6 ,mem_connection_options 
+0x0191 000606 call app_lpm_mult_enable 
+0x0192 000607 setarg p_kb_bt_lpm_before 
+0x0193 000608 store 2 ,mem_cb_before_lpm 
+0x0194 000609 setarg p_c51_user_event 
+0x0195 000610 store 2 ,mem_cb_bb_event_process 
+0x0196 000611 setarg p_mouse_idle 
+0x0197 000612 store 2 ,mem_cb_idle_process 
+0x0198 000613 setarg p_ipc_rx 
+0x0199 000614 store 2 ,mem_cb_le_process 
+0x019a 000615 setarg p_kb_before_hibernate 
+0x019b 000616 store 2 ,mem_cb_before_hibernate 
+0x019c 000617 setarg mem_ipc_2bt_fifo_head 
+0x019d 000618 byteswap pdata ,pdata 
+0x019e 000619 store 2 ,mem_ipc_2bt_read_index 
+0x019f 000620 store 2 ,mem_ipc_2bt_write_index 
+0x01a0 000621 call lpm_disable_exen_output 
+0x01a1 000622 setarg mem_ipc_2c51_fifo_head 
+0x01a2 000623 byteswap pdata ,pdata 
+0x01a3 000624 store 2 ,mem_ipc_2c51_read_index 
+0x01a4 000625 store 2 ,mem_ipc_2c51_write_index 
+0x01a5 000626 fetch 1 ,mem_hibernate_flag 
+0x01a6 000627 beq 0x5a ,p_device_init_init_hibwake 
+0x01a7 000628 branch p_deveice_init_wake ,wake 
+0x01a8 000629 fetch 2 ,mem_adc_0v 
+0x01a9 000630 byteswap pdata ,pdata 
+0x01aa 000631 store 2 ,mem_adc_0v 
+0x01ab 000632 fetch 2 ,mem_adc_3v 
+0x01ac 000633 byteswap pdata ,pdata 
+0x01ad 000634 store 2 ,mem_adc_3v 
+0x01ae 000635 call p_init_adc_from_otp 
+0x01af 000636 fetch 8 ,mem_temp 
+0x01b0 000637 nbranch p_deveice_init_reset ,blank 
+0x01b1 000638 fetch 2 ,0x4ad4 
+0x01b2 000639 byteswap pdata ,pdata 
+0x01b3 000640 branch p_deveice_init_reset ,blank 
+0x01b4 000641 store 2 ,mem_adc_3v 
+:      000642 p_deveice_init_reset:
+0x01b5 000643 call p_le_queue_init 
+0x01b6 000644 jam bt_evt_reset ,mem_ipc_tx_evt 
+:      000645 p_device_init_common:
+0x01b7 000646 call p_ipc_tx_evt 
+0x01b8 000647 jam 0 ,mem_hibernate_flag 
+0x01b9 000648 hjam start_c51_core ,core_docd_ctrl 
+0x01ba 000649 rtn 
+:      000650 p_deveice_init_wake:
+0x01bb 000651 jam bt_evt_wakeup ,mem_ipc_tx_evt 
+0x01bc 000652 branch p_device_init_common 
+:      000653 p_device_init_init_hibwake:
+0x01bd 000654 copy auxcnt ,pdata 
+0x01be 000655 branch p_enter_hibernate_continue ,blank 
+0x01bf 000656 call init_lmp_work 
+0x01c0 000657 call l2cap_init_work 
+0x01c1 000658 setarg 0 
+0x01c2 000659 store 8 ,mem_context 
+0x01c3 000660 store 2 ,mem_ui_state_map 
+0x01c4 000661 copy clkn_bt ,pdata 
+0x01c5 000662 store 4 ,mem_ipc_last_check_timer 
+0x01c6 000663 jam bt_evt_hibernate_wake ,mem_ipc_tx_evt 
+0x01c7 000664 branch p_device_init_common 
+:      000666 p_init_adc_from_otp:
+0x01c8 000667 call otp_enable_chgpump 
+0x01c9 000668 setarg 0x7e2 
+0x01ca 000669 arg mem_temp ,rega 
+0x01cb 000670 arg 12 ,temp 
+0x01cc 000671 call otpd_read_data 
+0x01cd 000672 call otp_disable_chgpump 
+0x01ce 000673 fetch 8 ,mem_temp 
+0x01cf 000674 rtn blank 
+0x01d0 000675 fetch 1 ,mem_adc_config_flag 
+0x01d1 000676 bbit1 adc_config_vinlpm ,p_calc_adc_base_vinlpm 
+0x01d2 000677 bbit1 adc_config_hvin ,p_calc_adc_base_hvin 
+:      000678 p_calc_adc_check_gpio:
+0x01d3 000679 fetch 2 ,mem_temp 
+0x01d4 000680 byteswap pdata ,pdata 
+0x01d5 000681 store 2 ,mem_adc_0v 
+0x01d6 000682 fetch 2 ,mem_temp + 6 
+0x01d7 000683 byteswap pdata ,pdata 
+0x01d8 000684 store 2 ,mem_adc_3v 
+0x01d9 000685 rtn 
+:      000686 p_calc_adc_base_vinlpm:
+0x01da 000687 fetcht 2 ,mem_temp + 4 
+0x01db 000688 fetch 2 ,mem_temp + 10 
+0x01dc 000689 copy temp ,regb 
+0x01dd 000690 copy pdata ,rega 
+0x01de 000691 byteswap pdata ,pdata 
+0x01df 000692 store 2 ,mem_adc_3v 
+0x01e0 000693 copy rega ,pdata 
+0x01e1 000694 isub temp ,regc 
+0x01e2 000695 lshift regc ,regc 
+0x01e3 000696 copy regb ,pdata 
+0x01e4 000697 isub regc ,pdata 
+0x01e5 000698 byteswap pdata ,pdata 
+0x01e6 000699 store 2 ,mem_adc_0v 
+0x01e7 000700 rtn 
+:      000702 p_calc_adc_base_hvin:
+0x01e8 000703 fetcht 2 ,mem_temp + 2 
+0x01e9 000704 fetch 2 ,mem_temp + 8 
+0x01ea 000705 copy temp ,regb 
+0x01eb 000706 copy pdata ,rega 
+0x01ec 000707 isub temp ,regc 
+0x01ed 000708 rshift2 regc ,regc 
+0x01ee 000709 copy regb ,pdata 
+0x01ef 000710 isub regc ,pdata 
+0x01f0 000711 byteswap pdata ,pdata 
+0x01f1 000712 store 2 ,mem_adc_0v 
+0x01f2 000713 lshift regc ,regc 
+0x01f3 000714 copy rega ,pdata 
+0x01f4 000715 isub regc ,pdata 
+0x01f5 000716 byteswap pdata ,pdata 
+0x01f6 000717 store 2 ,mem_adc_3v 
+0x01f7 000718 rtn 
+:      000721 p_le_enable:
+0x01f8 000722 jam 39 ,mem_le_ch_mapped 
+0x01f9 000723 hjam 0x36 ,0x90f 
+0x01fa 000724 hjam 0x5f ,0x90b 
+0x01fb 000725 branch le_enable + 2 
+:      000726 p_le_disable:
+0x01fc 000727 hjam 0x2e ,0x90f 
+0x01fd 000728 hjam 0xff ,0x90b 
+0x01fe 000729 branch le_disable + 2 
+:      000732 p_mouse_idle:
+0x01ff 000733 rtn 
+:      000734 p_check_enter_hibernate:
+0x0200 000735 jam syc_task_hibernate ,mem_c51_flag 
+0x0201 000736 call p_c51_wait 
+:      000737 p_enter_hibernate_continue:
+0x0202 000740 jam 0x5a ,mem_hibernate_flag 
+0x0203 000741 call lpm_write_gpio_wakeup 
+0x0204 000742 hfetch 4 ,core_lpm_ctrl 
+0x0205 000743 set0 15 ,pdata 
+0x0206 000744 hstore 4 ,core_lpm_reg 
+0x0207 000745 call lpm_write_ctrl 
+0x0208 000746 arg param_hibernate_clks ,temp 
+0x0209 000747 branch lpm_sleep 
+:      000750 p_check_51cmd_once:
+0x020a 000751 call ui_ipc_get_lock 
+0x020b 000752 arg mem_ipc_fifo_c512bt ,rega 
+0x020c 000753 call fifo_out 
+0x020d 000754 copy pdata ,temp 
+0x020e 000755 call ui_ipc_put_lock 
+0x020f 000756 copy temp ,pdata 
+0x0210 000757 rtn blank 
+0x0211 000758 beq bt_cmd_start_adv ,p_check_51cmd_start_adv 
+0x0212 000759 beq bt_cmd_start_adv_rec ,p_handle_adv_1 
+0x0213 000760 beq bt_cmd_set_reconnect_init ,p_disconnect_connected_device 
+0x0214 000761 beq bt_cmd_le_disconnect ,p_slave_ble_disconnect 
+0x0215 000762 beq bt_cmd_le_update_conn ,bt_cmd_le_update_conn_1 
+0x0216 000763 branch check_51cmd_once + 9 
+:      000766 p_slave_ble_disconnect:
+0x0217 000767 jam xt_ll_terminate_ind ,mem_fifo_temp 
+0x0218 000768 branch le_xtype_fifo_in 
+:      000770 p_check_51cmd_start_adv:
+0x0219 000771 call app_clear_reconnect_flag 
+0x021a 000772 call check_51cmd_bb_reconn_cancel 
+0x021b 000773 random pdata 
+0x021c 000774 store 1 ,mem_le_lap 
+0x021d 000775 setarg 0xed8e0e 
+0x021e 000776 store 3 ,mem_le_lap + 3 
+:      000777 p_handle_adv_0:
+0x021f 000778 jam 5 ,mem_le_adv_data + 2 
+0x0220 000779 branch check_51cmd_adv 
+:      000781 p_handle_adv_1:
+0x0221 000782 jam 4 ,mem_le_adv_data + 2 
+0x0222 000783 branch check_51cmd_adv 
+:      000787 p_disconnect_connected_device:
+0x0223 000789 fetch 2 ,mem_ui_state_map 
+0x0224 000790 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x0225 000791 bbit1 ui_state_bt_reconnect ,check_51cmd_bb_reconn_cancel 
+0x0226 000792 jam off ,mem_le_adv_enable 
+0x0227 000793 call app_bt_stop_discovery 
+0x0228 000795 jam bt_evt_reconnect_standy ,mem_fifo_temp 
+0x0229 000796 branch ui_ipc_send_event 
+:      000800 p_lpm_sleep:
+0x022a 000801 call xtal_fast_wake 
+0x022b 000802 branch lpm_sleep + 2 
+:      000813 p_hid_rx_process_data_hid_kb:
+0x022c 000814 ifetch 1 ,contr 
+0x022d 000815 store 1 ,mem_caps_num_lock 
+0x022e 000816 rtn 
+:      000821 p_le_transmit_receive_sifs:
+0x022f 000822 call le_transmit 
+0x0230 000823 fetcht 1 ,mem_last_freq 
+0x0231 000824 call set_freq_rx 
+0x0232 000825 call rf_rx_enable 
+0x0233 000826 enable swfine 
+0x0234 000827 arg 5500 ,timeup 
+0x0235 000829 branch le_receive_rxon 
+:      000831 p_le_init_conn:
+0x0236 000832 jam 0x01 ,mem_le_txheader 
+0x0237 000833 jam 0 ,mem_le_txlen 
+0x0238 000834 branch le_init_conn + 2 
+:      000836 p_le_transmit:
+0x0239 000837 call le_prep 
+0x023a 000838 call p_letx_setfreq 
+0x023b 000839 branch le_transmit + 4 
+:      000841 p_letx_setfreq:
+0x023c 000842 branch p_txon ,match 
+0x023d 000843 call le_setfreq 
+0x023e 000844 branch set_freq_tx 
+:      000846 p_le_send_adv_ind:
+0x023f 000847 fetch 1 ,mem_le_rx_window 
+0x0240 000848 store 4 ,mem_le_transmit_window 
+0x0241 000849 fetch 1 ,mem_le_adv_type 
+0x0242 000850 beq adv_direct_ind ,p_le_send_adv_direct_ind 
+0x0243 000851 branch le_send_adv_ind + 2 
+:      000852 p_le_send_adv_direct_ind:
+0x0244 000853 jam 0 ,mem_le_adv_type 
+0x0245 000854 branch le_send_adv_direct_ind 
+:      000856 p_le_update_param:
+0x0246 000857 fetch 1 ,mem_le_state 
+0x0247 000858 rtnbit0 lestate_update_param 
+0x0248 000859 fetch 2 ,mem_le_event_count 
+0x0249 000860 fetcht 2 ,mem_le_instant 
+0x024a 000861 isub temp ,pdata 
+0x024b 000862 nrtn positive 
+0x024c 000863 jam 1 ,mem_lpm_mode 
+0x024d 000864 branch le_update_param + 8 
+:      000893 p_le_prepare_tx_cmd:
+0x024e 000894 fetch 1 ,mem_le_txpayload 
+0x024f 000895 beq ll_unknown_rsp ,p_le_send_unknown_rsp 
+0x0250 000896 beq ll_connection_param_req ,p_le_send_conn_param_req 
+0x0251 000897 beq ll_start_enc_rsp ,p_le_send_start_enc_rsp 
+0x0252 000898 beq ll_terminate_ind ,p_le_send_terminate_ind 
+0x0253 000899 beq ll_ping_rsp ,p_le_send_ping_rsp 
+0x0254 000900 branch le_prepare_tx_cmd + 10 
+:      000902 p_le_send_ping_rsp:
+0x0255 000903 force 1 ,temp 
+0x0256 000904 branch le_send_packet 
+:      000906 p_le_send_terminate_ind:
+0x0257 000907 setarg 10 
+0x0258 000908 store 2 ,mem_le_superto 
+0x0259 000909 branch le_send_terminate_ind 
+:      000911 p_le_send_start_enc_rsp:
+0x025a 000912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x025b 000913 call ui_ipc_send_cmd 
+0x025c 000914 force 1 ,temp 
+0x025d 000915 branch le_send_packet ,master 
+0x025e 000916 jam bt_evt_le_protocol_connected ,mem_fifo_temp 
+0x025f 000917 call ui_ipc_send_event 
+0x0260 000918 fetch 1 ,mem_le_pairing_state 
+0x0261 000919 beq flag_le_pairing_after_auth ,p_le_send_start_enc_rsp0 
+0x0262 000920 jam 1 ,mem_lpm_mode 
+0x0263 000921 branch p_le_send_start_enc_rsp_end 
+:      000922 p_le_send_start_enc_rsp0:
+0x0264 000923 jam xt_smp_encryption_information ,mem_fifo_temp 
+0x0265 000924 call le_xtype_fifo_in 
+:      000925 p_le_send_start_enc_rsp_end:
+0x0266 000926 force 1 ,temp 
+0x0267 000927 branch le_send_packet 
+:      000930 p_le_send_unknown_rsp:
+0x0268 000931 fetch 1 ,mem_le_ll_unknown_type 
+0x0269 000932 istore 1 ,contw 
+0x026a 000933 force 2 ,temp 
+0x026b 000934 branch le_send_packet 
+:      000936 p_le_send_conn_param_req:
+0x026c 000937 increase -1 ,contw 
+0x026d 000938 fetch 8 ,mem_le_connection_updata_param 
+0x026e 000939 istore 8 ,contw 
+0x026f 000940 ifetch 8 ,contr 
 0x0270 000941 istore 8 ,contw 
-0x0271 000942 ifetch 8 ,contr 
-0x0272 000943 istore 8 ,contw 
-0x0273 000944 force 2 ,type 
-0x0274 000945 branch le_send_autolen 
-:      000947 p_le_prepare_smp:
-0x0275 000948 fetch 1 ,mem_le_l2cap 
-0x0276 000949 beq smp_identity_address_information ,le_send_smp_identity_address_information + 2 
-0x0277 000950 beq smp_pairing_response ,p_le_send_smp_pairing_response 
-0x0278 000951 beq smp_master_identification ,le_send_smp_master_identification + 2 
-0x0279 000952 branch le_prepare_smp0 
-:      000956 p_le_send_smp_pairing_response:
-0x027a 000957 setarg param_smp_paring_response 
-0x027b 000958 store 3 ,mem_le_pres 
-0x027c 000959 setarg 0x01 
-0x027d 000960 istore 1 ,contw 
-0x027e 000961 setarg param_smp_key_dist0 
-0x027f 000962 istore 3 ,contw 
-0x0280 000963 branch le_send_smp_pairing_response + 4 
-:      000970 p_lerx_nopayload:
-0x0281 000971 parse 3 ,0 ,24 
-0x0282 000972 enable swfine 
-0x0283 000973 arg param_sifs ,27 
-0x0284 000974 rshift32 pdata ,pdata 
-0x0285 000975 rshift16 pdata ,pdata 
-0x0286 000976 istore 3 ,contw 
-0x0287 000977 branch end_of_packet ,6 
-0x0288 000978 enable match 
-0x0289 000979 fetch 1 ,mem_last_freq 
-0x028a 000980 add pdata ,0 ,rega 
-0x028b 000981 branch lerx_nopayload + 12 
-:      000983 p_le_parse_att:
-0x028c 000984 ifetch 3 ,contr 
-0x028d 000985 store 3 ,mem_le_att_opcode 
-0x028e 000987 beq attop_write_command ,p_le_parse_att_write_command 
-0x028f 000990 beq attop_exchange_mtu_request ,p_le_parse_att_exchange_mtu_request 
-0x0290 000991 beq attop_write_request ,p_le_parse_att_write_request 
-0x0291 000992 branch le_parse_att_p 
-:      000994 p_le_parse_att_write_command:
-0x0292 000995 jam 1 ,mem_reconnect_continue 
-0x0293 000996 fetch 2 ,mem_le_att_handle 
-0x0294 000997 beq 0x1f ,p_handle_num 
-0x0295 000998 branch le_parse_att_write_command 
-:      000999 p_handle_num:
-0x0296 001001 arg mem_le_rxbuf + 9 ,contr 
-0x0297 001002 branch p_hid_rx_process_data_hid_kb 
-:      001004 p_le_parse_att_write_request:
-0x0298 001005 fetch 2 ,mem_le_att_handle 
-0x0299 001006 sub pdata ,0x1f ,null 
-0x029a 001007 call p_handle_num ,zero 
-0x029b 001008 fetch 2 ,mem_le_att_handle 
-0x029c 001009 fetcht 2 ,mem_att_report3 
-0x029d 001010 increase 1 ,temp 
-0x029e 001011 isub temp ,null 
-0x029f 001012 branch p_key_data_send ,zero 
-0x02a0 001013 branch le_parse_att_write_request 
-:      001014 p_key_data_send:
-0x02a1 001015 jam bt_evt_le_protocol_connected ,mem_fifo_temp 
-0x02a2 001016 call ui_ipc_send_event 
-0x02a3 001017 branch le_parse_att_write_request 
-:      001019 p_le_parse_att_exchange_mtu_request:
-0x02a4 001020 jam attop_exchange_mtu_response ,mem_fifo_temp 
-0x02a5 001021 branch le_xtype_fifo_in 
-:      001023 p_le_prepare_att:
-0x02a6 001024 fetch 1 ,mem_le_l2cap 
-0x02a7 001025 beq attop_handle_value_notification ,p_le_send_att_handle_value_notification 
-0x02a8 001026 beq attop_handle_value_indication ,p_le_send_att_handle_value_indication 
-0x02a9 001027 beq attop_read_by_group_type_response ,p_le_send_att_read_by_group_type_response 
-0x02aa 001028 beq attop_read_by_type_response ,p_le_send_att_read_by_type_response 
-0x02ab 001029 beq attop_find_information_response ,p_le_send_att_find_information_response 
-0x02ac 001030 beq attop_find_by_type_value_response ,p_le_send_att_find_by_type_value_response 
-0x02ad 001031 beq attop_write_response ,le_send_att_write_response_go 
-0x02ae 001032 beq attop_exchange_mtu_response ,p_le_send_att_exchange_mtu_rsp 
-0x02af 001033 beq attop_read_response ,p_le_send_att_read_response 
-0x02b0 001034 beq attop_read_blob_response ,p_le_send_att_read_blob_response 
-0x02b1 001035 branch le_prepare_att0 
-:      001037 p_le_send_att_read_blob_response:
-0x02b2 001038 fetch 2 ,mem_le_att_handle 
-0x02b3 001039 beq 7 ,p_le_send_att_read_blob_response_error 
-0x02b4 001040 branch le_send_att_read_blob_response 
-:      001042 p_le_send_att_read_blob_response_error:
-0x02b5 001043 jam att_err_invalid_offset ,mem_le_err_code 
-0x02b6 001044 branch le_send_att_error_response 
-:      001046 p_le_send_att_exchange_mtu_rsp:
-:      001049 p_le_send_att_exchange_mtu_req:
-0x02b7 001050 fetch 2 ,mem_le_local_mtu 
-0x02b8 001051 istore 2 ,contw 
-0x02b9 001052 branch le_send_autolen 
-:      001054 p_le_send_att_read_response:
-0x02ba 001055 fetch 2 ,mem_le_att_handle 
-0x02bb 001057 beq 14 ,p_le_send_att_read_response_error 
-0x02bc 001058 branch le_send_att_read_response 
-:      001060 p_le_send_att_read_response_error:
-0x02bd 001061 fetch 1 ,mem_le_pairing_state 
-0x02be 001062 bne flag_le_pairing_null ,le_send_att_read_response 
-0x02bf 001063 fetch 1 ,mem_ltk_states 
-0x02c0 001064 beq ltk_not_lost ,le_send_att_read_response 
-0x02c1 001067 copy contw ,temp 
-0x02c2 001068 jam flag_le_pairing_start ,mem_le_pairing_state 
-0x02c3 001069 copy temp ,contw 
-0x02c4 001070 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x02c5 001071 branch le_send_att_error_response 
-:      001073 p_le_send_att_find_by_type_value_response:
-0x02c6 001074 call le_start_end_handle_check_1 
-0x02c7 001075 rtn user 
-0x02c8 001076 fetcht 2 ,mem_le_search_att_type 
-0x02c9 001077 setarg uuid_service_hids 
-0x02ca 001078 isub temp ,null 
-0x02cb 001079 branch p_le_send_att_find_value_by_type_hid ,zero 
-0x02cc 001080 setarg uuid_service_battery 
-0x02cd 001081 isub temp ,null 
-0x02ce 001082 branch p_le_send_att_find_value_by_type_battery ,zero 
-0x02cf 001083 setarg uuid_service_device_info 
-0x02d0 001084 isub temp ,null 
-0x02d1 001085 branch p_le_send_att_find_value_by_type_device_info ,zero 
-0x02d2 001086 setarg uuid_service_generic_att 
-0x02d3 001087 isub temp ,null 
-0x02d4 001088 branch p_le_send_att_find_value_by_type_gatt ,zero 
-0x02d5 001089 branch le_send_att_find_by_type_value_response + 2 
-:      001091 p_le_send_find_value_by_type:
-0x02d6 001092 fetch 1 ,mem_shutter_find_type_value_flag 
-0x02d7 001093 arg 0 ,temp 
-0x02d8 001094 qset1 temp 
-0x02d9 001095 iand temp ,pdata 
-0x02da 001096 bne 0 ,le_send_att_error_response_notfound 
-0x02db 001097 fetch 1 ,mem_shutter_find_type_value_flag 
-0x02dc 001098 qset1 pdata 
-0x02dd 001099 store 1 ,mem_shutter_find_type_value_flag 
-0x02de 001100 branch p_le_send_att_find_value_by_type_command 
-:      001102 p_le_send_att_find_value_by_type_hid:
-0x02df 001103 arg le_find_type_value_hid_bit ,queue 
-0x02e0 001104 branch p_le_send_find_value_by_type 
-:      001106 p_le_send_att_find_value_by_type_battery:
-0x02e1 001107 arg le_find_type_value_battery_bit ,queue 
-0x02e2 001108 branch p_le_send_find_value_by_type 
-:      001110 p_le_send_att_find_value_by_type_gatt:
-0x02e3 001111 arg le_find_type_value_gatt_bit ,queue 
-0x02e4 001112 branch p_le_send_find_value_by_type 
-:      001113 p_le_send_att_find_value_by_type_device_info:
-0x02e5 001114 arg le_find_type_value_device_info_bit ,queue 
-0x02e6 001115 branch p_le_send_find_value_by_type 
-:      001116 p_le_send_att_find_value_by_type_command:
-0x02e7 001117 fetch 2 ,mem_le_search_att_type 
-0x02e8 001118 copy pdata ,rega 
-0x02e9 001119 fetcht 2 ,mem_le_uuid 
-0x02ea 001120 copy temp ,regb 
-0x02eb 001121 call p_find_type_value_start_handle 
-0x02ec 001122 branch p_le_save_find_value_handle ,zero 
-0x02ed 001123 branch le_send_att_error_response_notfound 
-:      001125 p_find_type_value_start_handle:
-0x02ee 001126 arg mem_le_att_list ,contr 
-:      001127 p_find_type_value_start_handle_loop:
-0x02ef 001128 ifetch 2 ,contr 
-0x02f0 001129 rtn blank 
-0x02f1 001130 ifetch 3 ,contr 
-0x02f2 001131 ifetch 2 ,contr 
-0x02f3 001132 isub rega ,null 
-0x02f4 001133 rtn zero 
-0x02f5 001134 increase -3 ,contr 
-0x02f6 001135 ifetch 1 ,contr 
-0x02f7 001136 iadd contr ,contr 
-0x02f8 001137 branch p_find_type_value_start_handle_loop 
-:      001139 p_le_save_find_value_handle:
-0x02f9 001140 increase -7 ,contr 
-0x02fa 001141 ifetch 2 ,contr 
-0x02fb 001142 store 2 ,mem_le_find_type_value_start_handle 
-0x02fc 001143 call p_find_type_value_end_handle 
-0x02fd 001144 branch le_send_att_error_response_notfound ,blank 
-0x02fe 001145 increase -4 ,contr 
-0x02ff 001146 ifetch 2 ,contr 
-0x0300 001147 increase -1 ,pdata 
-0x0301 001148 store 2 ,mem_le_find_type_value_end_handle 
-0x0302 001149 jam attop_find_by_type_value_response ,mem_le_l2cap 
-0x0303 001150 fetch 4 ,mem_le_find_type_value_start_handle 
-0x0304 001151 store 4 ,mem_le_l2cap_response 
-0x0305 001154 force 9 ,temp 
-0x0306 001155 branch le_send_packet 
-:      001157 p_find_type_value_end_handle:
-0x0307 001158 ifetch 2 ,contr 
-0x0308 001159 ifetch 1 ,contr 
-0x0309 001160 iadd contr ,contr 
-:      001161 p_find_type_value_end_handle_loop:
+0x0271 000942 force 2 ,type 
+0x0272 000943 branch le_send_autolen 
+:      000945 p_le_prepare_smp:
+0x0273 000946 fetch 1 ,mem_le_l2cap 
+0x0274 000947 beq smp_identity_address_information ,le_send_smp_identity_address_information + 2 
+0x0275 000948 beq smp_pairing_response ,p_le_send_smp_pairing_response 
+0x0276 000949 beq smp_master_identification ,le_send_smp_master_identification + 2 
+0x0277 000950 branch le_prepare_smp0 
+:      000954 p_le_send_smp_pairing_response:
+0x0278 000955 setarg param_smp_paring_response 
+0x0279 000956 store 3 ,mem_le_pres 
+0x027a 000957 setarg 0x01 
+0x027b 000958 istore 1 ,contw 
+0x027c 000959 setarg param_smp_key_dist0 
+0x027d 000960 istore 3 ,contw 
+0x027e 000961 branch le_send_smp_pairing_response + 4 
+:      000968 p_lerx_nopayload:
+0x027f 000969 parse 3 ,0 ,24 
+0x0280 000970 enable swfine 
+0x0281 000971 arg param_sifs ,27 
+0x0282 000972 rshift32 pdata ,pdata 
+0x0283 000973 rshift16 pdata ,pdata 
+0x0284 000974 istore 3 ,contw 
+0x0285 000975 branch end_of_packet ,6 
+0x0286 000976 enable match 
+0x0287 000977 fetch 1 ,mem_last_freq 
+0x0288 000978 add pdata ,0 ,rega 
+0x0289 000979 branch lerx_nopayload + 12 
+:      000981 p_le_parse_att:
+0x028a 000982 ifetch 3 ,contr 
+0x028b 000983 store 3 ,mem_le_att_opcode 
+0x028c 000985 beq attop_write_command ,p_le_parse_att_write_command 
+0x028d 000988 beq attop_exchange_mtu_request ,p_le_parse_att_exchange_mtu_request 
+0x028e 000989 beq attop_write_request ,p_le_parse_att_write_request 
+0x028f 000990 branch le_parse_att_p 
+:      000992 p_le_parse_att_write_command:
+0x0290 000993 jam 1 ,mem_reconnect_continue 
+0x0291 000994 fetch 2 ,mem_le_att_handle 
+0x0292 000995 beq 0x1f ,p_handle_num 
+0x0293 000996 branch le_parse_att_write_command 
+:      000997 p_handle_num:
+0x0294 000999 arg mem_le_rxbuf + 9 ,contr 
+0x0295 001000 branch p_hid_rx_process_data_hid_kb 
+:      001002 p_le_parse_att_write_request:
+0x0296 001003 fetch 2 ,mem_le_att_handle 
+0x0297 001004 sub pdata ,0x1f ,null 
+0x0298 001005 call p_handle_num ,zero 
+0x0299 001006 fetch 2 ,mem_le_att_handle 
+0x029a 001007 fetcht 2 ,mem_att_report3 
+0x029b 001008 increase 1 ,temp 
+0x029c 001009 isub temp ,null 
+0x029d 001010 branch p_key_data_send ,zero 
+0x029e 001011 branch le_parse_att_write_request 
+:      001012 p_key_data_send:
+0x029f 001013 jam bt_evt_le_protocol_connected ,mem_fifo_temp 
+0x02a0 001014 call ui_ipc_send_event 
+0x02a1 001015 branch le_parse_att_write_request 
+:      001017 p_le_parse_att_exchange_mtu_request:
+0x02a2 001018 jam attop_exchange_mtu_response ,mem_fifo_temp 
+0x02a3 001019 branch le_xtype_fifo_in 
+:      001021 p_le_prepare_att:
+0x02a4 001022 fetch 1 ,mem_le_l2cap 
+0x02a5 001023 beq attop_handle_value_notification ,p_le_send_att_handle_value_notification 
+0x02a6 001024 beq attop_handle_value_indication ,p_le_send_att_handle_value_indication 
+0x02a7 001025 beq attop_read_by_group_type_response ,p_le_send_att_read_by_group_type_response 
+0x02a8 001026 beq attop_read_by_type_response ,p_le_send_att_read_by_type_response 
+0x02a9 001027 beq attop_find_information_response ,p_le_send_att_find_information_response 
+0x02aa 001028 beq attop_find_by_type_value_response ,p_le_send_att_find_by_type_value_response 
+0x02ab 001029 beq attop_write_response ,le_send_att_write_response_go 
+0x02ac 001030 beq attop_exchange_mtu_response ,p_le_send_att_exchange_mtu_rsp 
+0x02ad 001031 beq attop_read_response ,p_le_send_att_read_response 
+0x02ae 001032 beq attop_read_blob_response ,p_le_send_att_read_blob_response 
+0x02af 001033 branch le_prepare_att0 
+:      001035 p_le_send_att_read_blob_response:
+0x02b0 001036 fetch 2 ,mem_le_att_handle 
+0x02b1 001037 beq 7 ,p_le_send_att_read_blob_response_error 
+0x02b2 001038 branch le_send_att_read_blob_response 
+:      001040 p_le_send_att_read_blob_response_error:
+0x02b3 001041 jam att_err_invalid_offset ,mem_le_err_code 
+0x02b4 001042 branch le_send_att_error_response 
+:      001044 p_le_send_att_exchange_mtu_rsp:
+:      001047 p_le_send_att_exchange_mtu_req:
+0x02b5 001048 fetch 2 ,mem_le_local_mtu 
+0x02b6 001049 istore 2 ,contw 
+0x02b7 001050 branch le_send_autolen 
+:      001052 p_le_send_att_read_response:
+0x02b8 001053 fetch 2 ,mem_le_att_handle 
+0x02b9 001055 beq 14 ,p_le_send_att_read_response_error 
+0x02ba 001056 branch le_send_att_read_response 
+:      001058 p_le_send_att_read_response_error:
+0x02bb 001059 fetch 1 ,mem_le_pairing_state 
+0x02bc 001060 bne flag_le_pairing_null ,le_send_att_read_response 
+0x02bd 001061 fetch 1 ,mem_ltk_states 
+0x02be 001062 beq ltk_not_lost ,le_send_att_read_response 
+0x02bf 001065 copy contw ,temp 
+0x02c0 001066 jam flag_le_pairing_start ,mem_le_pairing_state 
+0x02c1 001067 copy temp ,contw 
+0x02c2 001068 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x02c3 001069 branch le_send_att_error_response 
+:      001071 p_le_send_att_find_by_type_value_response:
+0x02c4 001072 call le_start_end_handle_check_1 
+0x02c5 001073 rtn user 
+0x02c6 001074 fetcht 2 ,mem_le_search_att_type 
+0x02c7 001075 setarg uuid_service_hids 
+0x02c8 001076 isub temp ,null 
+0x02c9 001077 branch p_le_send_att_find_value_by_type_hid ,zero 
+0x02ca 001078 setarg uuid_service_battery 
+0x02cb 001079 isub temp ,null 
+0x02cc 001080 branch p_le_send_att_find_value_by_type_battery ,zero 
+0x02cd 001081 setarg uuid_service_device_info 
+0x02ce 001082 isub temp ,null 
+0x02cf 001083 branch p_le_send_att_find_value_by_type_device_info ,zero 
+0x02d0 001084 setarg uuid_service_generic_att 
+0x02d1 001085 isub temp ,null 
+0x02d2 001086 branch p_le_send_att_find_value_by_type_gatt ,zero 
+0x02d3 001087 branch le_send_att_find_by_type_value_response + 2 
+:      001089 p_le_send_find_value_by_type:
+0x02d4 001090 fetch 1 ,mem_shutter_find_type_value_flag 
+0x02d5 001091 arg 0 ,temp 
+0x02d6 001092 qset1 temp 
+0x02d7 001093 iand temp ,pdata 
+0x02d8 001094 bne 0 ,le_send_att_error_response_notfound 
+0x02d9 001095 fetch 1 ,mem_shutter_find_type_value_flag 
+0x02da 001096 qset1 pdata 
+0x02db 001097 store 1 ,mem_shutter_find_type_value_flag 
+0x02dc 001098 branch p_le_send_att_find_value_by_type_command 
+:      001100 p_le_send_att_find_value_by_type_hid:
+0x02dd 001101 arg le_find_type_value_hid_bit ,queue 
+0x02de 001102 branch p_le_send_find_value_by_type 
+:      001104 p_le_send_att_find_value_by_type_battery:
+0x02df 001105 arg le_find_type_value_battery_bit ,queue 
+0x02e0 001106 branch p_le_send_find_value_by_type 
+:      001108 p_le_send_att_find_value_by_type_gatt:
+0x02e1 001109 arg le_find_type_value_gatt_bit ,queue 
+0x02e2 001110 branch p_le_send_find_value_by_type 
+:      001111 p_le_send_att_find_value_by_type_device_info:
+0x02e3 001112 arg le_find_type_value_device_info_bit ,queue 
+0x02e4 001113 branch p_le_send_find_value_by_type 
+:      001114 p_le_send_att_find_value_by_type_command:
+0x02e5 001115 fetch 2 ,mem_le_search_att_type 
+0x02e6 001116 copy pdata ,rega 
+0x02e7 001117 fetcht 2 ,mem_le_uuid 
+0x02e8 001118 copy temp ,regb 
+0x02e9 001119 call p_find_type_value_start_handle 
+0x02ea 001120 branch p_le_save_find_value_handle ,zero 
+0x02eb 001121 branch le_send_att_error_response_notfound 
+:      001123 p_find_type_value_start_handle:
+0x02ec 001124 arg mem_le_att_list ,contr 
+:      001125 p_find_type_value_start_handle_loop:
+0x02ed 001126 ifetch 2 ,contr 
+0x02ee 001127 rtn blank 
+0x02ef 001128 ifetch 3 ,contr 
+0x02f0 001129 ifetch 2 ,contr 
+0x02f1 001130 isub rega ,null 
+0x02f2 001131 rtn zero 
+0x02f3 001132 increase -3 ,contr 
+0x02f4 001133 ifetch 1 ,contr 
+0x02f5 001134 iadd contr ,contr 
+0x02f6 001135 branch p_find_type_value_start_handle_loop 
+:      001137 p_le_save_find_value_handle:
+0x02f7 001138 increase -7 ,contr 
+0x02f8 001139 ifetch 2 ,contr 
+0x02f9 001140 store 2 ,mem_le_find_type_value_start_handle 
+0x02fa 001141 call p_find_type_value_end_handle 
+0x02fb 001142 branch le_send_att_error_response_notfound ,blank 
+0x02fc 001143 increase -4 ,contr 
+0x02fd 001144 ifetch 2 ,contr 
+0x02fe 001145 increase -1 ,pdata 
+0x02ff 001146 store 2 ,mem_le_find_type_value_end_handle 
+0x0300 001147 jam attop_find_by_type_value_response ,mem_le_l2cap 
+0x0301 001148 fetch 4 ,mem_le_find_type_value_start_handle 
+0x0302 001149 store 4 ,mem_le_l2cap_response 
+0x0303 001152 force 9 ,temp 
+0x0304 001153 branch le_send_packet 
+:      001155 p_find_type_value_end_handle:
+0x0305 001156 ifetch 2 ,contr 
+0x0306 001157 ifetch 1 ,contr 
+0x0307 001158 iadd contr ,contr 
+:      001159 p_find_type_value_end_handle_loop:
+0x0308 001160 ifetch 2 ,contr 
+0x0309 001161 rtn blank 
 0x030a 001162 ifetch 2 ,contr 
-0x030b 001163 rtn blank 
-0x030c 001164 ifetch 2 ,contr 
-0x030d 001165 isub regb ,null 
-0x030e 001166 rtn zero 
-0x030f 001167 ifetch 1 ,contr 
-0x0310 001168 iadd contr ,contr 
-0x0311 001169 branch p_find_type_value_end_handle_loop 
-:      001171 p_le_send_att_find_information_response:
-0x0312 001172 arg 3 ,timeup 
-0x0313 001173 force 1 ,pdata 
-0x0314 001174 store 1 ,mem_le_l2cap_response 
-0x0315 001175 call le_init_attlist_search 
-:      001176 p_le_send_att_find_information_res_loop:
-0x0316 001177 call le_att_handle_inrange 
-0x0317 001178 branch le_send_att_find_information_res_end ,blank 
-0x0318 001179 nbranch p_le_send_att_find_information_res_next ,positive 
-0x0319 001180 disable user 
+0x030b 001163 isub regb ,null 
+0x030c 001164 rtn zero 
+0x030d 001165 ifetch 1 ,contr 
+0x030e 001166 iadd contr ,contr 
+0x030f 001167 branch p_find_type_value_end_handle_loop 
+:      001169 p_le_send_att_find_information_response:
+0x0310 001170 arg 3 ,timeup 
+0x0311 001171 force 1 ,pdata 
+0x0312 001172 store 1 ,mem_le_l2cap_response 
+0x0313 001173 call le_init_attlist_search 
+:      001174 p_le_send_att_find_information_res_loop:
+0x0314 001175 call le_att_handle_inrange 
+0x0315 001176 branch le_send_att_find_information_res_end ,blank 
+0x0316 001177 nbranch p_le_send_att_find_information_res_next ,positive 
+0x0317 001178 disable user 
+0x0318 001179 istore 2 ,contw 
+0x0319 001180 ifetch 2 ,contr 
 0x031a 001181 istore 2 ,contw 
-0x031b 001182 ifetch 2 ,contr 
-0x031c 001183 istore 2 ,contw 
-0x031d 001184 increase -1 ,timeup 
-0x031e 001185 branch le_send_att_find_information_res_end ,zero 
-:      001186 p_le_send_att_find_information_res_cont:
-0x031f 001187 ifetch 1 ,contr 
-0x0320 001188 iadd contr ,contr 
-0x0321 001189 branch p_le_send_att_find_information_res_loop 
-:      001190 p_le_send_att_find_information_res_next:
-0x0322 001191 increase 2 ,contr 
-0x0323 001192 branch p_le_send_att_find_information_res_cont 
-:      001196 p_le_send_att_read_by_type_response:
-0x0324 001197 fetcht 2 ,mem_le_search_att_type 
-0x0325 001198 setarg uuid_chrctr_device_name 
-0x0326 001199 isub temp ,null 
-0x0327 001200 branch p_le_send_att_read_by_type_res_device_name ,zero 
-0x0328 001201 setarg uuid_pnp_id 
-0x0329 001202 isub temp ,null 
-0x032a 001203 branch p_le_send_att_read_by_type_res_pnp_id ,zero 
-0x032b 001204 setarg uuid_gatt_characteristic 
-0x032c 001205 isub temp ,null 
-0x032d 001206 nbranch le_send_att_error_response_notfound ,zero 
-0x032e 001207 fetch 2 ,mem_le_search_handle_start 
-0x032f 001208 store 2 ,mem_temp 
-0x0330 001209 enable user 
-:      001210 p_le_send_att_read_by_type_response_loop:
-0x0331 001211 call p_le_att_handle_inrange 
-0x0332 001212 nbranch p_le_send_att_read_by_type_response_end ,positive 
-0x0333 001213 fetcht 2 ,mem_temp 
-0x0334 001214 call p_le_att_get_handle_info 
-0x0335 001215 beq 1 ,p_le_send_att_read_by_type_response_end 
-0x0336 001216 call p_le_att_same_type 
-0x0337 001217 nbranch p_le_send_att_read_by_type_response_next_handle ,zero 
-0x0338 001218 disable user 
-0x0339 001219 call p_le_send_att_read_by_type_write_properties 
-0x033a 001220 call p_le_att_next_handle 
-0x033b 001221 call p_le_att_get_handle_info 
-0x033c 001222 call p_le_send_att_read_by_type_write_uuid 
-0x033d 001223 branch p_le_send_att_read_by_type_response_end 
-:      001224 p_le_send_att_read_by_type_response_next_handle:
-0x033e 001225 call p_le_att_next_handle 
-0x033f 001226 branch p_le_send_att_read_by_type_response_loop 
-:      001227 p_le_send_att_read_by_type_response_end:
-0x0340 001228 branch le_send_att_error_response_notfound ,user 
-0x0341 001229 branch p_le_send_auto_len_by_mem 
-:      001230 p_le_send_att_read_by_type_write_properties:
-0x0342 001231 fetch 2 ,mem_temp 
-0x0343 001232 store 2 ,mem_le_l2cap_response + 1 
-0x0344 001233 fetch 1 ,mem_le_search_len 
-0x0345 001234 copy pdata ,loopcnt 
-0x0346 001235 call p_get_contr 
-0x0347 001236 arg mem_le_l2cap_response + 3 ,contw 
-0x0348 001237 call memcpy 
-0x0349 001238 branch p_store_contw 
-:      001239 p_le_send_att_read_by_type_write_uuid:
-0x034a 001240 fetcht 2 ,mem_le_cur_att_type 
-0x034b 001241 rshift8 temp ,pdata 
-0x034c 001242 bne 0x05 ,p_le_send_att_read_by_type_write_short_uuid 
-0x034d 001243 call p_get_contw 
-0x034e 001244 fetch 2 ,mem_temp 
-0x034f 001245 istore 2 ,contw 
-0x0350 001246 call p_store_contw 
-0x0351 001247 setarg mem_le_att_list 
-0x0352 001248 iadd temp ,contr 
-0x0353 001249 ifetch 1 ,contr 
-0x0354 001250 copy contr ,temp 
-0x0355 001251 copy pdata ,loopcnt 
-0x0356 001252 increase 5 ,pdata 
-0x0357 001253 store 1 ,mem_le_l2cap_response 
-0x0358 001254 call p_get_contw 
-0x0359 001255 copy temp ,contr 
-0x035a 001256 call memcpy 
-0x035b 001257 branch p_store_contw 
-:      001258 p_le_send_att_read_by_type_write_short_uuid:
-0x035c 001259 call p_get_contw 
-0x035d 001260 fetch 2 ,mem_temp 
+0x031b 001182 increase -1 ,timeup 
+0x031c 001183 branch le_send_att_find_information_res_end ,zero 
+:      001184 p_le_send_att_find_information_res_cont:
+0x031d 001185 ifetch 1 ,contr 
+0x031e 001186 iadd contr ,contr 
+0x031f 001187 branch p_le_send_att_find_information_res_loop 
+:      001188 p_le_send_att_find_information_res_next:
+0x0320 001189 increase 2 ,contr 
+0x0321 001190 branch p_le_send_att_find_information_res_cont 
+:      001194 p_le_send_att_read_by_type_response:
+0x0322 001195 fetcht 2 ,mem_le_search_att_type 
+0x0323 001196 setarg uuid_chrctr_device_name 
+0x0324 001197 isub temp ,null 
+0x0325 001198 branch p_le_send_att_read_by_type_res_device_name ,zero 
+0x0326 001199 setarg uuid_pnp_id 
+0x0327 001200 isub temp ,null 
+0x0328 001201 branch p_le_send_att_read_by_type_res_pnp_id ,zero 
+0x0329 001202 setarg uuid_gatt_characteristic 
+0x032a 001203 isub temp ,null 
+0x032b 001204 nbranch le_send_att_error_response_notfound ,zero 
+0x032c 001205 fetch 2 ,mem_le_search_handle_start 
+0x032d 001206 store 2 ,mem_temp 
+0x032e 001207 enable user 
+:      001208 p_le_send_att_read_by_type_response_loop:
+0x032f 001209 call p_le_att_handle_inrange 
+0x0330 001210 nbranch p_le_send_att_read_by_type_response_end ,positive 
+0x0331 001211 fetcht 2 ,mem_temp 
+0x0332 001212 call p_le_att_get_handle_info 
+0x0333 001213 beq 1 ,p_le_send_att_read_by_type_response_end 
+0x0334 001214 call p_le_att_same_type 
+0x0335 001215 nbranch p_le_send_att_read_by_type_response_next_handle ,zero 
+0x0336 001216 disable user 
+0x0337 001217 call p_le_send_att_read_by_type_write_properties 
+0x0338 001218 call p_le_att_next_handle 
+0x0339 001219 call p_le_att_get_handle_info 
+0x033a 001220 call p_le_send_att_read_by_type_write_uuid 
+0x033b 001221 branch p_le_send_att_read_by_type_response_end 
+:      001222 p_le_send_att_read_by_type_response_next_handle:
+0x033c 001223 call p_le_att_next_handle 
+0x033d 001224 branch p_le_send_att_read_by_type_response_loop 
+:      001225 p_le_send_att_read_by_type_response_end:
+0x033e 001226 branch le_send_att_error_response_notfound ,user 
+0x033f 001227 branch p_le_send_auto_len_by_mem 
+:      001228 p_le_send_att_read_by_type_write_properties:
+0x0340 001229 fetch 2 ,mem_temp 
+0x0341 001230 store 2 ,mem_le_l2cap_response + 1 
+0x0342 001231 fetch 1 ,mem_le_search_len 
+0x0343 001232 copy pdata ,loopcnt 
+0x0344 001233 call p_get_contr 
+0x0345 001234 arg mem_le_l2cap_response + 3 ,contw 
+0x0346 001235 call memcpy 
+0x0347 001236 branch p_store_contw 
+:      001237 p_le_send_att_read_by_type_write_uuid:
+0x0348 001238 fetcht 2 ,mem_le_cur_att_type 
+0x0349 001239 rshift8 temp ,pdata 
+0x034a 001240 bne 0x05 ,p_le_send_att_read_by_type_write_short_uuid 
+0x034b 001241 call p_get_contw 
+0x034c 001242 fetch 2 ,mem_temp 
+0x034d 001243 istore 2 ,contw 
+0x034e 001244 call p_store_contw 
+0x034f 001245 setarg mem_le_att_list 
+0x0350 001246 iadd temp ,contr 
+0x0351 001247 ifetch 1 ,contr 
+0x0352 001248 copy contr ,temp 
+0x0353 001249 copy pdata ,loopcnt 
+0x0354 001250 increase 5 ,pdata 
+0x0355 001251 store 1 ,mem_le_l2cap_response 
+0x0356 001252 call p_get_contw 
+0x0357 001253 copy temp ,contr 
+0x0358 001254 call memcpy 
+0x0359 001255 branch p_store_contw 
+:      001256 p_le_send_att_read_by_type_write_short_uuid:
+0x035a 001257 call p_get_contw 
+0x035b 001258 fetch 2 ,mem_temp 
+0x035c 001259 istore 2 ,contw 
+0x035d 001260 fetch 2 ,mem_le_cur_att_type 
 0x035e 001261 istore 2 ,contw 
-0x035f 001262 fetch 2 ,mem_le_cur_att_type 
-0x0360 001263 istore 2 ,contw 
-0x0361 001264 call p_store_contw 
-0x0362 001265 jam 7 ,mem_le_l2cap_response 
-0x0363 001266 rtn 
-:      001267 p_le_send_att_read_by_type_res_device_name:
-0x0364 001268 call le_get_device_name 
-:      001269 p_le_send_att_read_by_type_res_packet:
-0x0365 001270 ifetch 1 ,contr 
-0x0366 001271 copy pdata ,loopcnt 
-0x0367 001272 increase 2 ,pdata 
-0x0368 001273 store 1 ,mem_le_l2cap_response 
-0x0369 001274 increase -5 ,contr 
-0x036a 001275 ifetch 2 ,contr 
-0x036b 001276 istore 2 ,contw 
-0x036c 001277 increase 3 ,contr 
-0x036d 001278 call memcpy 
-0x036e 001279 branch le_send_autolen 
-:      001281 p_le_send_att_read_by_type_res_pnp_id:
-0x036f 001282 arg uuid_pnp_id ,temp 
-0x0370 001283 call le_att_get_uuid_ptr 
-0x0371 001284 branch p_le_send_att_read_by_type_res_packet 
-:      001286 p_le_send_att_read_by_group_type_response:
-0x0372 001288 arg 2 ,timeup 
-0x0373 001289 fetch 2 ,mem_le_search_handle_start 
-0x0374 001290 store 2 ,mem_temp 
-0x0375 001291 jam 0 ,mem_le_search_res 
-0x0376 001292 enable user 
-:      001293 p_le_send_att_read_by_group_type_response_loop:
-0x0377 001294 call p_le_att_handle_inrange 
-0x0378 001295 nbranch p_le_send_att_read_by_group_type_end0 ,positive 
-0x0379 001296 fetcht 2 ,mem_temp 
-0x037a 001297 call p_le_att_get_handle_info 
-0x037b 001298 beq 1 ,p_le_send_att_read_by_group_type_end1 
-0x037c 001299 call p_le_att_same_type 
-0x037d 001300 nbranch p_le_send_att_read_by_group_type_next_handle ,zero 
-0x037e 001301 fetch 1 ,mem_le_search_res 
-0x037f 001302 beq 1 ,p_le_send_att_read_by_group_type_end1 
-0x0380 001303 nbranch p_le_send_att_read_by_group_type_store_write_record ,user 
-0x0381 001304 disable user 
-0x0382 001305 fetch 1 ,mem_le_search_len 
-0x0383 001306 increase 4 ,pdata 
-0x0384 001307 store 1 ,mem_le_l2cap_response 
-0x0385 001308 call p_store_contw 
-0x0386 001309 branch p_le_send_att_read_by_group_type_store_record 
-:      001310 p_le_send_att_read_by_group_type_store_write_record:
-0x0387 001311 fetch 1 ,mem_le_search_len 
-0x0388 001312 sub pdata ,0x10 ,null 
-0x0389 001313 branch p_le_send_att_read_by_group_type_end1 ,zero 
-0x038a 001314 fetch 1 ,mem_le_l2cap_response 
-0x038b 001315 sub pdata ,0x10 ,null 
-0x038c 001316 branch p_le_send_att_read_by_group_type_end1 ,zero 
-0x038d 001317 fetch 2 ,mem_temp 
-0x038e 001318 increase -1 ,pdata 
-0x038f 001319 store 2 ,mem_le_cur_handle_end 
-0x0390 001320 call p_le_write_att_record 
-:      001321 p_le_send_att_read_by_group_type_store_record:
-0x0391 001322 fetch 2 ,mem_temp 
-0x0392 001323 store 2 ,mem_le_cur_handle_start 
-0x0393 001324 call p_le_store_att_record 
-0x0394 001325 increase -1 ,timeup 
-0x0395 001326 branch p_le_send_att_read_by_group_type_last_find ,zero 
-:      001327 p_le_send_att_read_by_group_type_next_handle:
-0x0396 001328 call p_le_att_next_handle 
-0x0397 001329 branch p_le_send_att_read_by_group_type_response_loop 
-:      001330 p_le_send_att_read_by_group_type_last_find:
-0x0398 001331 jam 1 ,mem_le_search_res 
-0x0399 001332 branch p_le_send_att_read_by_group_type_next_handle 
-:      001333 p_le_send_att_read_by_group_type_end0:
-0x039a 001334 fetch 2 ,mem_temp 
-0x039b 001335 store 2 ,mem_le_cur_handle_end 
-0x039c 001336 branch p_le_send_att_read_by_group_type_end_common 
-:      001337 p_le_send_att_read_by_group_type_end1:
-0x039d 001338 fetch 2 ,mem_temp 
-0x039e 001339 increase -1 ,pdata 
-0x039f 001340 store 2 ,mem_le_cur_handle_end 
-0x03a0 001341 branch p_le_send_att_read_by_group_type_end_common 
-:      001342 p_le_send_att_read_by_group_type_end_common:
-0x03a1 001343 branch le_send_att_error_response_notfound ,user 
-0x03a2 001344 call p_le_write_att_record 
-0x03a3 001345 branch p_le_send_auto_len_by_mem 
-:      001347 p_le_att_next_handle:
-0x03a4 001348 fetcht 2 ,mem_temp 
-0x03a5 001349 increase 1 ,temp 
-0x03a6 001350 storet 2 ,mem_temp 
-0x03a7 001351 rtn 
-:      001353 p_le_store_att_record:
-0x03a8 001354 fetch 1 ,mem_le_search_len 
-0x03a9 001355 store 1 ,mem_tmp_buffer 
-0x03aa 001356 copy pdata ,loopcnt 
-0x03ab 001357 call p_get_contr 
-0x03ac 001358 branch memcpy 
-:      001360 p_le_write_att_record:
-0x03ad 001361 call p_get_contw 
-0x03ae 001362 fetch 2 ,mem_le_cur_handle_start 
+0x035f 001262 call p_store_contw 
+0x0360 001263 jam 7 ,mem_le_l2cap_response 
+0x0361 001264 rtn 
+:      001265 p_le_send_att_read_by_type_res_device_name:
+0x0362 001266 call le_get_device_name 
+:      001267 p_le_send_att_read_by_type_res_packet:
+0x0363 001268 ifetch 1 ,contr 
+0x0364 001269 copy pdata ,loopcnt 
+0x0365 001270 increase 2 ,pdata 
+0x0366 001271 store 1 ,mem_le_l2cap_response 
+0x0367 001272 increase -5 ,contr 
+0x0368 001273 ifetch 2 ,contr 
+0x0369 001274 istore 2 ,contw 
+0x036a 001275 increase 3 ,contr 
+0x036b 001276 call memcpy 
+0x036c 001277 branch le_send_autolen 
+:      001279 p_le_send_att_read_by_type_res_pnp_id:
+0x036d 001280 arg uuid_pnp_id ,temp 
+0x036e 001281 call le_att_get_uuid_ptr 
+0x036f 001282 branch p_le_send_att_read_by_type_res_packet 
+:      001284 p_le_send_att_read_by_group_type_response:
+0x0370 001286 arg 2 ,timeup 
+0x0371 001287 fetch 2 ,mem_le_search_handle_start 
+0x0372 001288 store 2 ,mem_temp 
+0x0373 001289 jam 0 ,mem_le_search_res 
+0x0374 001290 enable user 
+:      001291 p_le_send_att_read_by_group_type_response_loop:
+0x0375 001292 call p_le_att_handle_inrange 
+0x0376 001293 nbranch p_le_send_att_read_by_group_type_end0 ,positive 
+0x0377 001294 fetcht 2 ,mem_temp 
+0x0378 001295 call p_le_att_get_handle_info 
+0x0379 001296 beq 1 ,p_le_send_att_read_by_group_type_end1 
+0x037a 001297 call p_le_att_same_type 
+0x037b 001298 nbranch p_le_send_att_read_by_group_type_next_handle ,zero 
+0x037c 001299 fetch 1 ,mem_le_search_res 
+0x037d 001300 beq 1 ,p_le_send_att_read_by_group_type_end1 
+0x037e 001301 nbranch p_le_send_att_read_by_group_type_store_write_record ,user 
+0x037f 001302 disable user 
+0x0380 001303 fetch 1 ,mem_le_search_len 
+0x0381 001304 increase 4 ,pdata 
+0x0382 001305 store 1 ,mem_le_l2cap_response 
+0x0383 001306 call p_store_contw 
+0x0384 001307 branch p_le_send_att_read_by_group_type_store_record 
+:      001308 p_le_send_att_read_by_group_type_store_write_record:
+0x0385 001309 fetch 1 ,mem_le_search_len 
+0x0386 001310 sub pdata ,0x10 ,null 
+0x0387 001311 branch p_le_send_att_read_by_group_type_end1 ,zero 
+0x0388 001312 fetch 1 ,mem_le_l2cap_response 
+0x0389 001313 sub pdata ,0x10 ,null 
+0x038a 001314 branch p_le_send_att_read_by_group_type_end1 ,zero 
+0x038b 001315 fetch 2 ,mem_temp 
+0x038c 001316 increase -1 ,pdata 
+0x038d 001317 store 2 ,mem_le_cur_handle_end 
+0x038e 001318 call p_le_write_att_record 
+:      001319 p_le_send_att_read_by_group_type_store_record:
+0x038f 001320 fetch 2 ,mem_temp 
+0x0390 001321 store 2 ,mem_le_cur_handle_start 
+0x0391 001322 call p_le_store_att_record 
+0x0392 001323 increase -1 ,timeup 
+0x0393 001324 branch p_le_send_att_read_by_group_type_last_find ,zero 
+:      001325 p_le_send_att_read_by_group_type_next_handle:
+0x0394 001326 call p_le_att_next_handle 
+0x0395 001327 branch p_le_send_att_read_by_group_type_response_loop 
+:      001328 p_le_send_att_read_by_group_type_last_find:
+0x0396 001329 jam 1 ,mem_le_search_res 
+0x0397 001330 branch p_le_send_att_read_by_group_type_next_handle 
+:      001331 p_le_send_att_read_by_group_type_end0:
+0x0398 001332 fetch 2 ,mem_temp 
+0x0399 001333 store 2 ,mem_le_cur_handle_end 
+0x039a 001334 branch p_le_send_att_read_by_group_type_end_common 
+:      001335 p_le_send_att_read_by_group_type_end1:
+0x039b 001336 fetch 2 ,mem_temp 
+0x039c 001337 increase -1 ,pdata 
+0x039d 001338 store 2 ,mem_le_cur_handle_end 
+0x039e 001339 branch p_le_send_att_read_by_group_type_end_common 
+:      001340 p_le_send_att_read_by_group_type_end_common:
+0x039f 001341 branch le_send_att_error_response_notfound ,user 
+0x03a0 001342 call p_le_write_att_record 
+0x03a1 001343 branch p_le_send_auto_len_by_mem 
+:      001345 p_le_att_next_handle:
+0x03a2 001346 fetcht 2 ,mem_temp 
+0x03a3 001347 increase 1 ,temp 
+0x03a4 001348 storet 2 ,mem_temp 
+0x03a5 001349 rtn 
+:      001351 p_le_store_att_record:
+0x03a6 001352 fetch 1 ,mem_le_search_len 
+0x03a7 001353 store 1 ,mem_tmp_buffer 
+0x03a8 001354 copy pdata ,loopcnt 
+0x03a9 001355 call p_get_contr 
+0x03aa 001356 branch memcpy 
+:      001358 p_le_write_att_record:
+0x03ab 001359 call p_get_contw 
+0x03ac 001360 fetch 2 ,mem_le_cur_handle_start 
+0x03ad 001361 istore 2 ,contw 
+0x03ae 001362 fetch 2 ,mem_le_cur_handle_end 
 0x03af 001363 istore 2 ,contw 
-0x03b0 001364 fetch 2 ,mem_le_cur_handle_end 
-0x03b1 001365 istore 2 ,contw 
-0x03b2 001366 fetch 1 ,mem_tmp_buffer 
-0x03b3 001367 copy pdata ,loopcnt 
-0x03b4 001368 call memcpy 
-0x03b5 001369 branch p_store_contw 
-:      001372 p_le_att_handle_inrange:
-0x03b6 001373 fetcht 2 ,mem_temp 
-0x03b7 001374 fetch 2 ,mem_le_search_handle_end 
-0x03b8 001375 isub temp ,null 
-0x03b9 001376 rtn 
-:      001378 p_le_att_same_type:
-0x03ba 001379 fetch 2 ,mem_le_search_att_type 
-0x03bb 001380 fetcht 2 ,mem_le_cur_att_type 
-0x03bc 001381 isub temp ,null 
-0x03bd 001382 rtn 
-:      001384 p_le_att_get_handle_info:
-0x03be 001385 arg mem_le_att_list ,contr 
-0x03bf 001386 copy temp ,rega 
-:      001387 p_le_att_get_handle_loop:
-0x03c0 001388 ifetch 2 ,contr 
-0x03c1 001389 branch p_le_att_unfind_handle ,blank 
-0x03c2 001390 ifetcht 2 ,contr 
-0x03c3 001391 storet 2 ,mem_le_cur_att_type 
-0x03c4 001392 isub rega ,null 
-0x03c5 001393 branch p_le_att_finded_handle ,zero 
-0x03c6 001394 ifetch 1 ,contr 
-0x03c7 001395 iadd contr ,contr 
-0x03c8 001396 branch p_le_att_get_handle_loop 
-:      001397 p_le_att_unfind_handle:
-0x03c9 001398 setarg 1 
-0x03ca 001399 rtn 
-:      001400 p_le_att_finded_handle:
-0x03cb 001401 ifetch 1 ,contr 
-0x03cc 001402 store 1 ,mem_le_search_len 
-0x03cd 001403 call p_store_contr 
-0x03ce 001404 setarg 0 
-0x03cf 001405 rtn 
-:      001406 p_get_contw:
-0x03d0 001407 fetch 2 ,mem_contw 
-0x03d1 001408 copy pdata ,contw 
-0x03d2 001409 rtn 
-:      001410 p_get_contr:
-0x03d3 001411 fetch 2 ,mem_contr 
-0x03d4 001412 copy pdata ,contr 
-0x03d5 001413 rtn 
-:      001414 p_store_contw:
-0x03d6 001415 copy contw ,pdata 
-0x03d7 001416 store 2 ,mem_contw 
-0x03d8 001417 rtn 
-:      001418 p_store_contr:
-0x03d9 001419 copy contr ,pdata 
-0x03da 001420 store 2 ,mem_contr 
-0x03db 001421 rtn 
-:      001423 p_le_send_auto_len_by_mem:
-0x03dc 001424 call p_get_contw 
-0x03dd 001425 branch le_send_autolen 
-:      001427 p_le_send_att_handle_value_indication:
-:      001428 p_le_send_att_handle_value_notification:
-0x03de 001429 fetch 1 ,mem_queue_read 
-0x03df 001430 add pdata ,1 ,temp 
-0x03e0 001431 and temp ,0x03 ,temp 
-0x03e1 001432 storet 1 ,mem_queue_read 
-0x03e2 001433 mul32 pdata ,7 ,pdata 
-0x03e3 001434 arg mem_uart_packet ,contr 
-0x03e4 001435 iadd contr ,contr 
-0x03e5 001436 fetch 1 ,mem_le51_tx_length 
-0x03e6 001437 increase -5 ,pdata 
-0x03e7 001438 copy pdata ,loopcnt 
-0x03e8 001439 arg mem_le_l2cap + 1 ,contw 
-0x03e9 001440 call memcpy 
-0x03ea 001441 fetcht 1 ,mem_le51_tx_length 
-0x03eb 001442 branch le_send_packet 
-:      001445 p_le_parse_ll:
-0x03ec 001446 copy regc ,pdata 
-0x03ed 001447 beq ll_enc_req ,p_le_parse_enc_req 
-0x03ee 001448 beq ll_pause_enc_req ,p_le_parse_pause_enc_rsq 
-0x03ef 001449 beq ll_connection_update_req ,p_le_parse_connection_update_req 
-0x03f0 001450 beq ll_ping_req ,p_le_parse_ping_req 
-0x03f1 001451 beq ll_terminate_ind ,p_le_parse_terminate_ind 
-0x03f2 001452 sub pdata ,0x0d ,null 
-0x03f3 001453 branch le_parse + 20 ,positive 
-0x03f4 001454 store 1 ,mem_le_ll_unknown_type 
-0x03f5 001455 jam xt_ll_unknown_rsp ,mem_fifo_temp 
-0x03f6 001456 branch le_xtype_fifo_in 
-:      001457 p_le_parse_connection_update_req:
-0x03f7 001458 jam 0 ,mem_lpm_mode 
-0x03f8 001459 call le_parse_connection_update_req 
-0x03f9 001460 rtn 
-:      001462 p_le_parse_enc_req:
-0x03fa 001463 jam default_states ,mem_ltk_states 
-0x03fb 001464 branch le_parse_enc_req 
-:      001466 p_le_parse_ping_req:
-0x03fc 001467 jam xt_ll_ping_rsp ,mem_fifo_temp 
-0x03fd 001468 branch le_xtype_fifo_in 
-:      001470 p_le_parse_pause_enc_rsq:
-0x03fe 001471 jam xt_ll_pause_enc_rsp ,mem_fifo_temp 
-0x03ff 001472 branch le_xtype_fifo_in 
-:      001474 p_le_parse_terminate_ind:
-0x0400 001475 setarg 20 
-0x0401 001476 store 2 ,mem_le_superto 
-0x0402 001477 rtn 
-:      001479 p_le_send_non_l2cap:
-0x0403 001480 fetch 1 ,mem_le_txheader 
-0x0404 001481 compare 1 ,type ,3 
-0x0405 001482 branch p_le_send_non_l2cap1 ,true 
-0x0406 001483 branch le_send_non_l2cap + 14 
-:      001484 p_le_send_non_l2cap1:
-0x0407 001485 fetch 1 ,mem_le_txlen 
-0x0408 001486 rtn blank 
-0x0409 001487 branch le_send_non_l2cap + 14 
-:      001490 p_le_parse_smp:
-0x040a 001491 ifetch 1 ,contr 
-0x040b 001492 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
-0x040c 001493 beq smp_pairing_random ,p_le_parse_smp_pairing_random 
-0x040d 001494 beq smp_identity_address_information ,p_le_parse_smp_identity_address_information 
-0x040e 001495 branch le_parse_smp + 4 
-:      001498 p_le_parse_smp_identity_address_information:
-0x040f 001499 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x0410 001500 branch le_parse_smp_identity_address_information 
-:      001502 p_le_parse_smp_pairing_request:
-0x0411 001503 store 1 ,mem_le_preq 
-0x0412 001504 ifetch 6 ,contr 
-0x0413 001505 istore 6 ,contw 
-0x0414 001506 jam xt_smp_pairing_response ,mem_fifo_temp 
-0x0415 001507 branch le_xtype_fifo_in 
-:      001509 p_le_parse_smp_pairing_random:
-0x0416 001510 call authenticate_rconfirm 
-0x0417 001511 branch p_le_parse_smp_pairing_random_success ,zero 
-0x0418 001512 branch le_parse_smp_pairing_random + 2 
-:      001513 p_le_parse_smp_pairing_random_success:
-0x0419 001514 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-0x041a 001515 branch le_parse_smp_pairing_random_success 
-:      001545 scale_process_le_conn:
-0x041b 001546 jam 0 ,mem_lpm_mode 
-0x041c 001547 jam pair_unknown ,mem_pair_state 
-0x041d 001548 call app_ble_stop_adv 
-0x041e 001549 call app_bt_stop_discovery 
-0x041f 001550 call app_lpm_mult_enable 
-0x0420 001551 branch app_le_event_bb_connected 
-:      001554 scale_process_le_discon:
-0x0421 001555 jam 0 ,mem_lpm_mult 
-0x0422 001556 jam 0 ,mem_ltk_exists 
-0x0423 001557 jam default_states ,mem_ltk_states 
-0x0424 001558 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x0425 001559 jam 0 ,mem_shutter_find_type_value_flag 
-0x0426 001560 jam pair_unknown ,mem_pair_state 
-0x0427 001561 branch app_le_event_bb_disconn 
-:      001564 p_le_queue_init:
-0x0428 001565 setarg 0 
-0x0429 001566 store 4 ,mem_queue_write 
-0x042a 001567 rtn 
+0x03b0 001364 fetch 1 ,mem_tmp_buffer 
+0x03b1 001365 copy pdata ,loopcnt 
+0x03b2 001366 call memcpy 
+0x03b3 001367 branch p_store_contw 
+:      001370 p_le_att_handle_inrange:
+0x03b4 001371 fetcht 2 ,mem_temp 
+0x03b5 001372 fetch 2 ,mem_le_search_handle_end 
+0x03b6 001373 isub temp ,null 
+0x03b7 001374 rtn 
+:      001376 p_le_att_same_type:
+0x03b8 001377 fetch 2 ,mem_le_search_att_type 
+0x03b9 001378 fetcht 2 ,mem_le_cur_att_type 
+0x03ba 001379 isub temp ,null 
+0x03bb 001380 rtn 
+:      001382 p_le_att_get_handle_info:
+0x03bc 001383 arg mem_le_att_list ,contr 
+0x03bd 001384 copy temp ,rega 
+:      001385 p_le_att_get_handle_loop:
+0x03be 001386 ifetch 2 ,contr 
+0x03bf 001387 branch p_le_att_unfind_handle ,blank 
+0x03c0 001388 ifetcht 2 ,contr 
+0x03c1 001389 storet 2 ,mem_le_cur_att_type 
+0x03c2 001390 isub rega ,null 
+0x03c3 001391 branch p_le_att_finded_handle ,zero 
+0x03c4 001392 ifetch 1 ,contr 
+0x03c5 001393 iadd contr ,contr 
+0x03c6 001394 branch p_le_att_get_handle_loop 
+:      001395 p_le_att_unfind_handle:
+0x03c7 001396 setarg 1 
+0x03c8 001397 rtn 
+:      001398 p_le_att_finded_handle:
+0x03c9 001399 ifetch 1 ,contr 
+0x03ca 001400 store 1 ,mem_le_search_len 
+0x03cb 001401 call p_store_contr 
+0x03cc 001402 setarg 0 
+0x03cd 001403 rtn 
+:      001404 p_get_contw:
+0x03ce 001405 fetch 2 ,mem_contw 
+0x03cf 001406 copy pdata ,contw 
+0x03d0 001407 rtn 
+:      001408 p_get_contr:
+0x03d1 001409 fetch 2 ,mem_contr 
+0x03d2 001410 copy pdata ,contr 
+0x03d3 001411 rtn 
+:      001412 p_store_contw:
+0x03d4 001413 copy contw ,pdata 
+0x03d5 001414 store 2 ,mem_contw 
+0x03d6 001415 rtn 
+:      001416 p_store_contr:
+0x03d7 001417 copy contr ,pdata 
+0x03d8 001418 store 2 ,mem_contr 
+0x03d9 001419 rtn 
+:      001421 p_le_send_auto_len_by_mem:
+0x03da 001422 call p_get_contw 
+0x03db 001423 branch le_send_autolen 
+:      001425 p_le_send_att_handle_value_indication:
+:      001426 p_le_send_att_handle_value_notification:
+0x03dc 001427 fetch 1 ,mem_queue_read 
+0x03dd 001428 add pdata ,1 ,temp 
+0x03de 001429 and temp ,0x03 ,temp 
+0x03df 001430 storet 1 ,mem_queue_read 
+0x03e0 001431 mul32 pdata ,7 ,pdata 
+0x03e1 001432 arg mem_uart_packet ,contr 
+0x03e2 001433 iadd contr ,contr 
+0x03e3 001434 fetch 1 ,mem_le51_tx_length 
+0x03e4 001435 increase -5 ,pdata 
+0x03e5 001436 copy pdata ,loopcnt 
+0x03e6 001437 arg mem_le_l2cap + 1 ,contw 
+0x03e7 001438 call memcpy 
+0x03e8 001439 fetcht 1 ,mem_le51_tx_length 
+0x03e9 001440 branch le_send_packet 
+:      001443 p_le_parse_ll:
+0x03ea 001444 copy regc ,pdata 
+0x03eb 001445 beq ll_enc_req ,p_le_parse_enc_req 
+0x03ec 001446 beq ll_pause_enc_req ,p_le_parse_pause_enc_rsq 
+0x03ed 001447 beq ll_connection_update_req ,p_le_parse_connection_update_req 
+0x03ee 001448 beq ll_ping_req ,p_le_parse_ping_req 
+0x03ef 001449 beq ll_terminate_ind ,p_le_parse_terminate_ind 
+0x03f0 001450 sub pdata ,0x0d ,null 
+0x03f1 001451 branch le_parse + 20 ,positive 
+0x03f2 001452 store 1 ,mem_le_ll_unknown_type 
+0x03f3 001453 jam xt_ll_unknown_rsp ,mem_fifo_temp 
+0x03f4 001454 branch le_xtype_fifo_in 
+:      001455 p_le_parse_connection_update_req:
+0x03f5 001456 jam 0 ,mem_lpm_mode 
+0x03f6 001457 call le_parse_connection_update_req 
+0x03f7 001458 rtn 
+:      001460 p_le_parse_enc_req:
+0x03f8 001461 jam default_states ,mem_ltk_states 
+0x03f9 001462 branch le_parse_enc_req 
+:      001464 p_le_parse_ping_req:
+0x03fa 001465 jam xt_ll_ping_rsp ,mem_fifo_temp 
+0x03fb 001466 branch le_xtype_fifo_in 
+:      001468 p_le_parse_pause_enc_rsq:
+0x03fc 001469 jam xt_ll_pause_enc_rsp ,mem_fifo_temp 
+0x03fd 001470 branch le_xtype_fifo_in 
+:      001472 p_le_parse_terminate_ind:
+0x03fe 001473 setarg 20 
+0x03ff 001474 store 2 ,mem_le_superto 
+0x0400 001475 rtn 
+:      001477 p_le_send_non_l2cap:
+0x0401 001478 fetch 1 ,mem_le_txheader 
+0x0402 001479 compare 1 ,type ,3 
+0x0403 001480 branch p_le_send_non_l2cap1 ,true 
+0x0404 001481 branch le_send_non_l2cap + 14 
+:      001482 p_le_send_non_l2cap1:
+0x0405 001483 fetch 1 ,mem_le_txlen 
+0x0406 001484 rtn blank 
+0x0407 001485 branch le_send_non_l2cap + 14 
+:      001488 p_le_parse_smp:
+0x0408 001489 ifetch 1 ,contr 
+0x0409 001490 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
+0x040a 001491 beq smp_pairing_random ,p_le_parse_smp_pairing_random 
+0x040b 001492 beq smp_identity_address_information ,p_le_parse_smp_identity_address_information 
+0x040c 001493 branch le_parse_smp + 4 
+:      001496 p_le_parse_smp_identity_address_information:
+0x040d 001497 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x040e 001498 branch le_parse_smp_identity_address_information 
+:      001500 p_le_parse_smp_pairing_request:
+0x040f 001501 store 1 ,mem_le_preq 
+0x0410 001502 ifetch 6 ,contr 
+0x0411 001503 istore 6 ,contw 
+0x0412 001504 jam xt_smp_pairing_response ,mem_fifo_temp 
+0x0413 001505 branch le_xtype_fifo_in 
+:      001507 p_le_parse_smp_pairing_random:
+0x0414 001508 call authenticate_rconfirm 
+0x0415 001509 branch p_le_parse_smp_pairing_random_success ,zero 
+0x0416 001510 branch le_parse_smp_pairing_random + 2 
+:      001511 p_le_parse_smp_pairing_random_success:
+0x0417 001512 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+0x0418 001513 branch le_parse_smp_pairing_random_success 
+:      001543 scale_process_le_conn:
+0x0419 001544 jam 0 ,mem_lpm_mode 
+0x041a 001545 jam pair_unknown ,mem_pair_state 
+0x041b 001546 call app_ble_stop_adv 
+0x041c 001547 call app_bt_stop_discovery 
+0x041d 001548 call app_lpm_mult_enable 
+0x041e 001549 branch app_le_event_bb_connected 
+:      001552 scale_process_le_discon:
+0x041f 001553 jam 0 ,mem_lpm_mult 
+0x0420 001554 jam 0 ,mem_ltk_exists 
+0x0421 001555 jam default_states ,mem_ltk_states 
+0x0422 001556 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x0423 001557 jam 0 ,mem_shutter_find_type_value_flag 
+0x0424 001558 jam pair_unknown ,mem_pair_state 
+0x0425 001559 branch app_le_event_bb_disconn 
+:      001562 p_le_queue_init:
+0x0426 001563 setarg 0 
+0x0427 001564 store 4 ,mem_queue_write 
+0x0428 001565 rtn 
               org 0x3000
-:      001577 start:
-0x3000 001578 call lpmstate 
-:      001581 soft_reset:
-0x3001 001582 set0 mark_ext_patch ,mark 
-0x3002 001583 bpatch patch00_0 ,mem_patch00 
-0x3003 001584 clear_stack 
-0x3004 001585 call initialize_radio 
-0x3005 001586 call iicd_init_12m 
-0x3006 001587 call init_param 
-0x3007 001588 call l2cap_init 
-0x3008 001589 set0 mark_ext_patch ,mark 
-0x3009 001590 bpatch patch00_1 ,mem_patch00 
-0x300a 001591 call rfcomm_init 
-0x300b 001592 call init_lmp 
-0x300c 001593 call ui_init 
-0x300d 001594 call app_init 
-0x300e 001595 set0 mark_ext_patch ,mark 
-0x300f 001596 bpatch patch00_2 ,mem_patch00 
-0x3010 001597 call app_lpm_init ,wake 
-0x3011 001598 call sp_initialize 
-0x3012 001599 call lpm_recover_clk ,wake 
-:      001600 main_loop:
-0x3013 001601 set0 mark_ext_patch ,mark 
-0x3014 001602 bpatch patch00_3 ,mem_patch00 
-0x3015 001603 call sp_calc_sequence 
-0x3016 001604 call le_dispatch 
-0x3017 001605 call hci_dispatch 
-0x3018 001606 set0 mark_ext_patch ,mark 
-0x3019 001607 bpatch patch00_4 ,mem_patch00 
-0x301a 001608 call idle_dispatch 
-0x301b 001609 call app_process_idle 
-0x301c 001610 call inquiry_dispatch 
-0x301d 001611 set0 mark_ext_patch ,mark 
-0x301e 001612 bpatch patch00_5 ,mem_patch00 
-0x301f 001613 call inquiry_scan_dispatch 
-0x3020 001614 call page_scan_dispatch 
-0x3021 001615 call connection_dispatch 
-0x3022 001616 call lpm_dispatch 
-0x3023 001617 branch main_loop 
-:      001619 connection_dispatch:
-0x3024 001620 call connection_incontext 
-0x3025 001621 rtnmark0 mark_context 
-0x3026 001622 set0 mark_context ,mark 
-0x3027 001623 call context_save 
-0x3028 001624 branch le_disable 
-:      001626 connection_incontext:
-0x3029 001627 set0 mark_ext_patch ,mark 
-0x302a 001628 bpatch patch00_6 ,mem_patch00 
-0x302b 001629 call context_search_insniff 
-0x302c 001630 nbranch connection_nosniff ,zero 
-0x302d 001631 call context_load 
-0x302e 001632 add rega ,coffset_mode ,contr 
-0x302f 001633 ifetch 1 ,contr 
-0x3030 001634 bbit1 mode_le ,le_conn_dispatch 
-0x3031 001635 bbit1 mode_master ,master_dispatch 
-0x3032 001636 branch slave_dispatch 
-:      001637 connection_nosniff:
-0x3033 001638 set0 mark_ext_patch ,mark 
-0x3034 001639 bpatch patch00_7 ,mem_patch00 
-0x3035 001640 call context_get_next 
-0x3036 001641 copy loopcnt ,null 
-0x3037 001642 rtn zero 
-0x3038 001643 call context_load 
-0x3039 001644 fetch 1 ,mem_state 
-0x303a 001645 bbit1 state_inpage ,master_page 
-0x303b 001646 fetch 1 ,mem_mode 
-0x303c 001647 bbit1 mode_master ,master_dispatch 
-0x303d 001648 branch slave_dispatch 
-:      001656 idle_dispatch:
-0x303e 001657 fetch 1 ,mem_hci_cmd 
-0x303f 001658 rtn blank 
-0x3040 001659 beq hci_cmd_inquiry ,idle_inquiry 
-0x3041 001660 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
-0x3042 001661 beq hci_cmd_remote_name_req ,idle_remote_name_req 
-0x3043 001662 beq hci_cmd_create_conn ,idle_create_conn 
-0x3044 001663 beq hci_cmd_le_create_conn ,idle_le_create_conn 
-0x3045 001664 call context_search_conn_handle 
-0x3046 001665 rtn zero 
-0x3047 001666 call context_search_plap 
-0x3048 001667 rtn zero 
-:      001668 idle_exit:
-0x3049 001669 jam 0 ,mem_hci_cmd 
-0x304a 001670 rtn 
-:      001672 idle_le_create_conn:
-0x304b 001673 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x304c 001674 jam 0 ,mem_hci_cmd 
-0x304d 001675 rtn 
-:      001677 idle_inquiry:
-0x304e 001678 set1 mark_inquiry_on ,mark 
-0x304f 001679 set0 mark_inquiry_trainb ,mark 
-0x3050 001680 jam param_ninquiry ,mem_ninqy_index 
-0x3051 001681 jam 31 ,mem_nfreq_index_inq 
-0x3052 001682 branch idle_exit 
-:      001684 idle_inquiry_cancel:
-0x3053 001685 set0 mark_inquiry_on ,mark 
-0x3054 001686 force 0 ,stop_watch 
-0x3055 001687 branch idle_exit 
-:      001689 idle_remote_name_req:
-0x3056 001690 call context_search_plap 
-0x3057 001691 rtn zero 
-0x3058 001692 force lmp_name_req ,temp 
-0x3059 001693 jam 5 ,mem_nameres_cnt 
-0x305a 001694 branch idle_start_page 
-:      001696 idle_create_conn:
-0x305b 001697 set0 mark_ext_patch ,mark 
-0x305c 001698 bpatch patch01_0 ,mem_patch01 
-0x305d 001699 fetch 1 ,mem_device_option 
-0x305e 001700 beq dvc_op_hci ,idle_create_conn_hci 
-:      001701 idle_create_conn_device:
-0x305f 001702 fetch 6 ,mem_hci_plap 
-0x3060 001703 branch idle_exit ,blank 
-0x3061 001704 jam reconnect_hid ,memui_reconnect_mode 
-0x3062 001706 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x3063 001707 branch idle_create_conn_cont 
-:      001709 idle_create_conn_hci:
-0x3064 001710 fetch 6 ,mem_hci_plap 
-0x3065 001711 branch idle_exit ,blank 
-0x3066 001712 store 6 ,mem_plap 
-:      001713 idle_create_conn_cont:
-0x3067 001714 force lmp_version_req ,temp 
-:      001715 idle_start_page:
-0x3068 001716 set0 mark_ext_patch ,mark 
-0x3069 001717 bpatch patch01_1 ,mem_patch01 
-0x306a 001718 fetch 1 ,mem_page_mode 
-0x306b 001719 branch idle_page_mode_r0 ,blank 
-0x306c 001720 lshift3 pdata ,pdata 
-0x306d 001721 lshift4 pdata ,pdata 
-0x306e 001722 increase -1 ,pdata 
-:      001723 idle_page_mode_r0:
-0x306f 001724 store 1 ,mem_npage 
-0x3070 001725 store 1 ,mem_npage_index 
-0x3071 001726 jam 31 ,mem_nfreq_index_page 
-0x3072 001727 set0 mark_page_trainb ,mark 
-0x3073 001728 call context_new 
-0x3074 001729 nbranch idle_page_fail ,zero 
-0x3075 001730 call get_free_amaddr 
-0x3076 001731 store 1 ,mem_amaddr 
-0x3077 001732 storet 1 ,mem_lmo_opcode2 
-0x3078 001733 fetch 6 ,mem_hci_plap 
-0x3079 001734 store 6 ,mem_plap 
-0x307a 001735 set0 mark_ext_patch ,mark 
-0x307b 001736 bpatch patch01_2 ,mem_patch01 
-0x307c 001737 force 0 ,pdata 
-0x307d 001738 compare lmp_name_req ,temp ,0xff 
-0x307e 001739 nsetflag true ,state_init_seq ,pdata 
-0x307f 001740 set1 state_inpage ,pdata 
-0x3080 001741 store 1 ,mem_state 
-0x3081 001742 jam bt_evt_reconn_started ,mem_fifo_temp 
-0x3082 001743 call ui_ipc_send_event 
-0x3083 001744 force 0 ,pdata 
-0x3084 001745 setflag true ,smap_name_req ,pdata 
-0x3085 001746 store 1 ,mem_state_map 
-0x3086 001747 setarg 0 
-0x3087 001748 set1 mode_master ,pdata 
-0x3088 001749 store 1 ,mem_mode 
-0x3089 001750 enable master 
-0x308a 001751 call context_save 
-0x308b 001752 disable master 
-0x308c 001753 force page_length_timer ,queue 
-0x308d 001754 fetch 2 ,mem_page_to 
-0x308e 001755 call timer_init 
-0x308f 001756 branch idle_exit 
-:      001757 idle_page_fail:
-0x3090 001758 set0 mark_ext_patch ,mark 
-0x3091 001759 bpatch patch01_3 ,mem_patch01 
-0x3092 001760 fetch 6 ,mem_hci_plap 
-0x3093 001761 store 6 ,mem_plap 
-0x3094 001762 compare lmp_name_req ,temp ,0xff 
-0x3095 001763 branch idle_name_fail ,true 
-0x3096 001764 force hci_error_memory_full ,temp 
-0x3097 001765 call hci_send_connection_error 
-0x3098 001766 branch idle_exit 
-:      001767 idle_name_fail:
-0x3099 001768 arg mem_tmp_buffer ,contw 
-0x309a 001769 arg 8 ,loopcnt 
-0x309b 001770 call memset0 
-0x309c 001771 force hci_error_memory_full ,queue 
-0x309d 001772 call hci_send_name 
-0x309e 001773 jam bt_evt_reconn_failed ,mem_fifo_temp 
-0x309f 001774 call ui_ipc_send_event 
-0x30a0 001775 branch idle_exit 
-:      001782 inquiry_dispatch:
-0x30a1 001783 rtnmark0 mark_inquiry_on 
-0x30a2 001784 force inquiry_length_timer ,queue 
-0x30a3 001785 call timer_check 
-0x30a4 001786 nsetflag blank ,mark_inquiry_on ,mark 
-0x30a5 001787 nbranch inquiry_start ,blank 
-0x30a6 001788 rtn 
-:      001792 inquiry_start:
-0x30a7 001793 set0 mark_ext_patch ,mark 
-0x30a8 001794 bpatch patch01_4 ,mem_patch01 
-0x30a9 001795 fetcht 2 ,mem_inq_window 
-0x30aa 001796 force 4 ,queue 
-0x30ab 001797 call sniff_check_window 
-0x30ac 001798 rtn user 
-0x30ad 001799 call afh_clear 
-0x30ae 001800 force 0 ,freq_mode 
-:      001801 inquiry_restart:
-0x30af 001802 rtn timeout 
-0x30b0 001803 set0 mark_fhs_already_good ,mark 
-0x30b1 001804 set0 mark_fhs_eir ,mark 
-:      001805 inquiry_rx_restart:
-0x30b2 001806 add clkn_bt ,1 ,bt_clk 
-0x30b3 001807 isolate1 mark_inquiry_trainb ,mark 
-0x30b4 001808 setflag true ,2 ,freq_mode 
-0x30b5 001809 compare 0x00 ,bt_clk ,0x02 
-0x30b6 001810 nbranch inquiry_receive ,true 
-:      001812 inquiry_transmit:
-0x30b7 001813 set0 mark_ext_patch ,mark 
-0x30b8 001814 bpatch patch01_5 ,mem_patch01 
-0x30b9 001815 fetch 1 ,mem_inquiry_transmit 
-0x30ba 001816 increase 1 ,pdata 
-0x30bb 001817 store 1 ,mem_inquiry_transmit 
-0x30bc 001818 call fetch_giac 
-0x30bd 001819 call tx_radio_freq 
-0x30be 001820 call fetch_diac 
-0x30bf 001821 call start_transmitter 
-0x30c0 001822 call start_tx_native 
-0x30c1 001823 call send_access_word 
-0x30c2 001824 call end_of_packet 
-0x30c3 001825 call inquiry_check_train 
-0x30c4 001826 branch inquiry_restart 
-:      001828 inquiry_check_train:
-0x30c5 001829 set0 mark_ext_patch ,mark 
-0x30c6 001830 bpatch patch01_6 ,mem_patch01 
-0x30c7 001831 fetch 1 ,mem_nfreq_index_inq 
-0x30c8 001832 increase -1 ,pdata 
-0x30c9 001833 store 1 ,mem_nfreq_index_inq 
-0x30ca 001834 rtn positive 
-0x30cb 001835 jam 31 ,mem_nfreq_index_inq 
-0x30cc 001836 fetch 1 ,mem_ninqy_index 
-0x30cd 001837 increase -1 ,pdata 
-0x30ce 001838 store 1 ,mem_ninqy_index 
-0x30cf 001839 rtn positive 
-0x30d0 001840 setflip mark_inquiry_trainb ,mark 
-0x30d1 001841 jam param_ninquiry ,mem_ninqy_index 
-0x30d2 001842 rtn 
-:      001844 inquiry_receive:
-0x30d3 001845 set0 mark_ext_patch ,mark 
-0x30d4 001846 bpatch patch01_7 ,mem_patch01 
-0x30d5 001847 call fetch_giac 
-0x30d6 001848 call rx_radio_freq 
-0x30d7 001849 call fetch_diac 
-0x30d8 001850 call start_rx_native 
-0x30d9 001851 call start_receiver 
-0x30da 001852 call wait_access_clkn_rt 
-0x30db 001853 branch inquiry_sync ,sync 
-0x30dc 001854 call inquiry_check_train 
-0x30dd 001855 branch inquiry_rx_restart 
-:      001856 inquiry_sync:
-0x30de 001857 set0 mark_ext_patch ,mark 
-0x30df 001858 bpatch patch02_0 ,mem_patch02 
-0x30e0 001859 call save_rssi 
-0x30e1 001860 call scan_mode_whiten 
-0x30e2 001861 call receive_packet_whitened 
-0x30e3 001862 set0 mark_rxbuf_inuse ,mark 
-0x30e4 001863 rtnmark0 mark_fhs_already_good 
-:      001864 inquiry_receive_rtn:
-0x30e5 001865 set0 mark_ext_patch ,mark 
-0x30e6 001866 bpatch patch02_1 ,mem_patch02 
-0x30e7 001867 fetch 1 ,mem_at_using_flag 
-0x30e8 001868 bbit1 at_flag_inq ,at_inquiry_reply 
-0x30e9 001869 call hci_inquiry_reply 
-:      001870 inquiry_receive_eir_rtn:
-0x30ea 001871 fetch 1 ,mem_inquiry_rcv 
-0x30eb 001872 increase 1 ,pdata 
-0x30ec 001873 store 1 ,mem_inquiry_rcv 
-0x30ed 001874 rtn 
-:      001875 inquiry_receive_eir:
-0x30ee 001876 set0 mark_fhs_already_good ,mark 
-0x30ef 001877 call rf_setup_time_slave_slot_eir 
-0x30f0 001878 call fetch_giac 
-0x30f1 001879 call rx_radio_freq 
-0x30f2 001880 call init_rx_packet_flags 
-0x30f3 001881 call start_rx_native 
-0x30f4 001882 call start_receiver 
-0x30f5 001883 call wait_access_clkn_rt 
-0x30f6 001884 branch inquiry_receive_eir_packet ,sync 
-0x30f7 001885 rtn 
-:      001886 inquiry_receive_eir_packet:
-0x30f8 001887 call scan_mode_whiten 
-0x30f9 001888 call receive_packet_whitened 
-0x30fa 001889 set0 mark_rxbuf_inuse ,mark 
-0x30fb 001890 branch inquiry_receive_rtn ,crc_failed 
-0x30fc 001891 call hci_inquiry_reply_eir 
-0x30fd 001892 branch inquiry_receive_eir_rtn 
-:      001894 rf_setup_time_slave_slot_eir:
-0x30fe 001895 arg param_rf_setup ,timeup 
-:      001896 rf_setup_time_eir:
-0x30ff 001897 until clkn_rt ,meet 
-0x3100 001898 and clkn_bt ,3 ,pdata 
-0x3101 001899 bne 1 ,rf_setup_time_eir 
-0x3102 001900 rtn 
-:      001909 master_page:
-0x3103 001910 set0 mark_ext_patch ,mark 
-0x3104 001911 bpatch patch02_2 ,mem_patch02 
-0x3105 001912 enable master 
-0x3106 001913 enable clknt 
-0x3107 001914 fetch 2 ,mem_page_interval 
-0x3108 001915 branch master_page_no_interval ,blank 
-0x3109 001916 force page_interval_timer ,queue 
-0x310a 001917 call timer_check 
-0x310b 001918 nrtn blank 
-:      001919 master_page_no_interval:
-0x310c 001920 set0 mark_ext_patch ,mark 
-0x310d 001921 bpatch patch02_3 ,mem_patch02 
-0x310e 001922 fetcht 2 ,mem_page_window 
-0x310f 001923 force 40 ,queue 
-0x3110 001924 call sniff_check_window 
-0x3111 001925 branch page_exit ,user 
-0x3112 001926 force page_length_timer ,queue 
-0x3113 001927 call timer_check 
-0x3114 001928 nbranch page_start ,blank 
-0x3115 001929 fetch 1 ,mem_state_map 
-0x3116 001930 bbit1 smap_name_req ,master_npage_timeout 
-0x3117 001931 force hci_error_page_timeout ,temp 
-0x3118 001932 call hci_send_connection_error 
-0x3119 001933 branch master_page_timeout 
-:      001934 master_npage_timeout:
-0x311a 001935 arg mem_tmp_buffer ,contw 
-0x311b 001936 arg 8 ,loopcnt 
-0x311c 001937 call memset0 
-0x311d 001938 force hci_error_page_timeout ,queue 
-0x311e 001939 call hci_send_name 
-:      001940 master_page_timeout:
-0x311f 001941 set0 mark_ext_patch ,mark 
-0x3120 001942 bpatch patch02_4 ,mem_patch02 
-0x3121 001943 jam 0 ,mem_state 
-0x3122 001944 call init_lmp_work 
-0x3123 001945 jam 0 ,memui_reconnect_mode 
-0x3124 001946 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
-0x3125 001947 call ui_ipc_send_event 
-0x3126 001948 branch page_exit 
-:      001950 page_start:
-0x3127 001951 set0 mark_ext_patch ,mark 
-0x3128 001952 bpatch patch02_5 ,mem_patch02 
-0x3129 001953 force 0 ,timeup 
-0x312a 001954 until clkn_rt ,meet 
-0x312b 001955 fetch 1 ,mem_page_clk 
-0x312c 001956 increase -1 ,pdata 
-0x312d 001957 ixor clkn_bt ,pdata 
-0x312e 001958 compare 0 ,pdata ,3 
-0x312f 001959 nbranch page_start ,true 
-0x3130 001960 deposit am_addr 
-0x3131 001961 store 1 ,mem_fhs_am_addr 
-0x3132 001962 force 0 ,n_tx_slot 
-0x3133 001963 force 0 ,freq_mode 
-:      001965 page_restart:
-0x3134 001966 set0 mark_ext_patch ,mark 
-0x3135 001967 bpatch patch02_6 ,mem_patch02 
-0x3136 001968 branch page_exit ,timeout 
-0x3137 001969 call fetch_page_bt_adr 
-0x3138 001970 arg param_rf_setup ,timeup 
-0x3139 001971 until clkn_rt ,meet 
-:      001972 page_rx_restart:
-0x313a 001973 set0 mark_ext_patch ,mark 
-0x313b 001974 bpatch patch02_7 ,mem_patch02 
-0x313c 001975 fetch 4 ,mem_page_clk 
-0x313d 001976 iforce bt_clk 
-0x313e 001977 increase 1 ,pdata 
-0x313f 001978 store 4 ,mem_page_clk 
-0x3140 001979 isolate1 mark_page_trainb ,mark 
-0x3141 001980 setflag true ,2 ,freq_mode 
-0x3142 001981 compare 0x00 ,bt_clk ,0x02 
-0x3143 001982 nbranch page_receive ,true 
-0x3144 001983 fetch 1 ,mem_page_transmit 
-0x3145 001984 increase 1 ,pdata 
-0x3146 001985 store 1 ,mem_page_transmit 
-0x3147 001986 call tx_radio_freq 
-0x3148 001987 call start_transmitter 
-0x3149 001988 call start_tx_native 
-0x314a 001989 call send_access_word 
-0x314b 001990 call end_of_packet 
-0x314c 001991 call page_check_train 
-0x314d 001992 branch page_restart 
-:      001993 master_dispatch_exit:
-:      001994 page_exit:
-0x314e 001995 set0 mark_ext_patch ,mark 
-0x314f 001996 bpatch patch03_0 ,mem_patch03 
-0x3150 001997 disable master 
-0x3151 001998 fetch 2 ,mem_page_interval 
-0x3152 001999 rtn blank 
-0x3153 002000 force page_interval_timer ,queue 
-0x3154 002001 branch timer_init 
-:      002003 page_check_train:
-0x3155 002004 set0 mark_ext_patch ,mark 
-0x3156 002005 bpatch patch03_1 ,mem_patch03 
-0x3157 002006 fetch 1 ,mem_nfreq_index_page 
-0x3158 002007 increase -1 ,pdata 
-0x3159 002008 store 1 ,mem_nfreq_index_page 
-0x315a 002009 rtn positive 
-0x315b 002010 jam 31 ,mem_nfreq_index_page 
-0x315c 002011 fetch 1 ,mem_npage_index 
-0x315d 002012 increase -1 ,pdata 
-0x315e 002013 store 1 ,mem_npage_index 
-0x315f 002014 rtn positive 
-0x3160 002015 setflip mark_page_trainb ,mark 
-0x3161 002016 fetch 1 ,mem_npage 
-0x3162 002017 store 1 ,mem_npage_index 
-0x3163 002018 rtn 
-:      002020 page_receive:
-0x3164 002021 set0 mark_ext_patch ,mark 
-0x3165 002022 bpatch patch03_2 ,mem_patch03 
-0x3166 002023 call rx_radio_freq 
-0x3167 002024 call start_rx_native 
-0x3168 002025 call start_receiver 
-0x3169 002026 call wait_access_clkn_rt 
-0x316a 002027 branch page_sync ,sync 
-0x316b 002028 call page_check_train 
-0x316c 002029 branch page_rx_restart 
-:      002030 page_sync:
-0x316d 002031 call end_of_packet 
-0x316e 002032 fetch 1 ,mem_page_rcv 
-0x316f 002033 increase 1 ,pdata 
-0x3170 002034 store 1 ,mem_page_rcv 
-0x3171 002035 force 0 ,stop_watch 
-0x3172 002036 fetch 4 ,mem_page_clk 
-:      002037 page_send_fhs:
-0x3173 002038 set0 mark_ext_patch ,mark 
-0x3174 002039 bpatch patch03_3 ,mem_patch03 
-0x3175 002040 call rf_setup_time_master_slot 
-0x3176 002041 call fetch_page_bt_adr 
-0x3177 002042 increase 1 ,n_tx_slot 
-:      002043 page_send_fhs_continue:
-0x3178 002044 and_into 0x1fd ,bt_clk 
-0x3179 002045 and_into 0x1fc ,freq_mode 
-0x317a 002046 call tx_radio_freq 
-0x317b 002047 call start_transmitter 
-0x317c 002048 call start_tx_native 
-0x317d 002049 call send_access_word 
-0x317e 002050 deposit clkn_bt 
-0x317f 002051 store 4 ,mem_clkn_bt 
-0x3180 002052 force 0 ,am_addr 
-0x3181 002053 force type_fhs ,type 
-0x3182 002054 call scan_mode_whiten 
-0x3183 002055 call transmit_packet_whitened 
-:      002056 page_wait_fhs_reply:
-0x3184 002057 set0 mark_ext_patch ,mark 
-0x3185 002058 bpatch patch03_4 ,mem_patch03 
-0x3186 002059 call rf_setup_time_slave_slot 
-0x3187 002060 or_into 0x02 ,bt_clk 
-0x3188 002061 and_into 0x1fc ,freq_mode 
-0x3189 002062 call rx_radio_freq 
-0x318a 002063 call start_rx_native 
-0x318b 002064 call start_receiver 
-0x318c 002065 call wait_access_clkn_rt 
-0x318d 002066 call end_of_packet ,sync 
-0x318e 002067 branch page_wait_fhs_reply_ok ,sync 
-0x318f 002068 fetch 1 ,mem_fhs_wait_counter 
-0x3190 002069 branch page_restart ,blank 
-0x3191 002070 increase -1 ,pdata 
-0x3192 002071 store 1 ,mem_fhs_wait_counter 
-0x3193 002072 branch page_send_fhs 
-:      002074 page_wait_fhs_reply_ok:
-0x3194 002075 set0 mark_ext_patch ,mark 
-0x3195 002076 bpatch patch03_5 ,mem_patch03 
-0x3196 002077 fetch 1 ,mem_page_rcv_fhs 
-0x3197 002078 increase 1 ,pdata 
-0x3198 002079 store 1 ,mem_page_rcv_fhs 
-0x3199 002080 call prepare_newconn 
-:      002081 master_newconn_loop:
-0x319a 002082 call master_newconn_once 
-0x319b 002083 branch newconn_poll_responded ,sync 
-0x319c 002084 call new_conn_timeout 
-0x319d 002085 nbranch master_newconn_loop ,blank 
-0x319e 002086 branch page_restart 
-:      002088 newconn_poll_responded:
-0x319f 002089 set0 mark_ext_patch ,mark 
-0x31a0 002090 bpatch patch03_6 ,mem_patch03 
-0x31a1 002091 fetch 1 ,mem_state 
-0x31a2 002092 set0 state_inpage ,pdata 
-0x31a3 002093 store 1 ,mem_state 
-0x31a4 002094 call newconn_init 
-0x31a5 002095 disable master 
-0x31a6 002096 rtn 
-:      002099 master_dispatch:
-0x31a7 002100 set0 mark_ext_patch ,mark 
-0x31a8 002101 bpatch patch03_7 ,mem_patch03 
-0x31a9 002102 enable master 
-0x31aa 002103 enable clknt 
-0x31ab 002104 call role_switch_master 
-0x31ac 002105 rtn user 
-0x31ad 002106 call check_bt_disabled 
-0x31ae 002107 call rf_setup_time_master_slot 
-0x31af 002108 add clkn_bt ,1 ,bt_clk 
-0x31b0 002109 call fetch_self_bt_adr 
-0x31b1 002110 force 0x03 ,freq_mode 
-0x31b2 002111 call load_esco 
-0x31b3 002112 call get_sco_data 
-0x31b4 002113 call scheduler_tx_l2cap_pkt 
-0x31b5 002114 call prepare_tx 
-0x31b6 002115 call tx_radio_freq 
-0x31b7 002116 call start_transmitter 
-0x31b8 002117 call start_tx_native 
-0x31b9 002118 call send_access_word 
-0x31ba 002119 call transmit_packet 
-:      002120 master_loop:
-0x31bb 002121 set0 mark_ext_patch ,mark 
-0x31bc 002122 bpatch patch04_0 ,mem_patch04 
-0x31bd 002123 call parse_lmp 
-0x31be 002124 call process_cmd 
-0x31bf 002125 call hci_send_num_complete_packets 
-0x31c0 002126 call master_conn_recv_packet 
-0x31c1 002127 nbranch master_notmatch ,match 
-0x31c2 002128 call supervision_flush 
-0x31c3 002129 call parse_l2cap 
-0x31c4 002130 fetch 1 ,mem_master_rcvcnt 
-0x31c5 002131 increase 1 ,pdata 
-0x31c6 002132 store 1 ,mem_master_rcvcnt 
-:      002133 master_notmatch:
-0x31c7 002134 set0 mark_ext_patch ,mark 
-0x31c8 002135 bpatch patch04_1 ,mem_patch04 
-0x31c9 002136 call scheduler_process 
-0x31ca 002137 call check_master_disconnect 
-0x31cb 002138 nrtn master 
-0x31cc 002139 call check_attempt 
-0x31cd 002140 nbranch master_attempt ,blank 
-:      002141 master_exit:
-0x31ce 002142 call process_sco_data 
-0x31cf 002143 call restore_esco 
-0x31d0 002144 disable master 
-0x31d1 002145 rtn 
-:      002147 master_attempt:
-0x31d2 002148 call prepare_tx 
-0x31d3 002149 call master_conn_send_packet 
-0x31d4 002150 branch master_loop 
-:      002153 check_master_disconnect:
-0x31d5 002154 branch check_master_match ,match 
-0x31d6 002155 call supervision_update 
-0x31d7 002156 branch master_disconnect ,positive 
-:      002157 check_master_match:
-0x31d8 002158 call check_disconnect_timeout 
-0x31d9 002159 nbranch master_disconnect ,user 
-0x31da 002160 fetch 1 ,mem_state_map 
-0x31db 002161 rtnbit0 smap_name_req 
-0x31dc 002162 rtnbit1 smap_name_res 
-0x31dd 002163 fetch 1 ,mem_op 
-0x31de 002164 rtnbit1 op_disconn 
-0x31df 002165 call conn_timer_expired 
-0x31e0 002166 nrtn blank 
-0x31e1 002167 fetch 1 ,mem_nameres_cnt 
-0x31e2 002168 increase -1 ,pdata 
-0x31e3 002169 store 1 ,mem_nameres_cnt 
-0x31e4 002170 nrtn blank 
-0x31e5 002171 branch lmp_disconnect 
-:      002173 master_disconnect:
-0x31e6 002174 set0 mark_ext_patch ,mark 
-0x31e7 002175 bpatch patch04_2 ,mem_patch04 
-0x31e8 002176 call quit_connection 
-0x31e9 002177 disable master 
-0x31ea 002178 fetch 1 ,mem_state_map 
-0x31eb 002179 bbit1 smap_name_req ,master_name_disconnect 
-0x31ec 002180 fetch 1 ,mem_state 
-0x31ed 002181 bbit0 state_conn_comp ,master_disconnect_quiet 
-0x31ee 002182 fetcht 1 ,mem_conn_handle 
-0x31ef 002183 branch hci_send_disconn_complete 
-:      002184 master_disconnect_quiet:
-0x31f0 002185 force hci_error_connection_timeout ,temp 
-0x31f1 002186 branch hci_send_connection_error 
-:      002187 master_name_disconnect:
-0x31f2 002188 force hci_success ,queue 
-0x31f3 002189 fetch 1 ,mem_state_map 
-0x31f4 002190 bbit1 smap_name_res ,hci_send_name 
-:      002191 master_name_error:
-0x31f5 002192 force hci_error_page_timeout ,queue 
-0x31f6 002193 arg mem_tmp_buffer ,contw 
-0x31f7 002194 arg 8 ,loopcnt 
-0x31f8 002195 call memset0 
-0x31f9 002196 branch hci_send_name 
-:      002198 disconnect_stop_sco:
-0x31fa 002199 set0 mark_ext_patch ,mark 
-0x31fb 002200 bpatch patch04_3 ,mem_patch04 
-0x31fc 002201 fetch 1 ,mem_state 
-0x31fd 002202 rtnbit0 state_insco 
-0x31fe 002203 fetcht 1 ,mem_conn_handle 
-0x31ff 002204 fetch 1 ,mem_sco_asso_handle 
-0x3200 002205 isub temp ,null 
-0x3201 002206 nrtn zero 
-0x3202 002207 call stop_esco 
-0x3203 002208 branch restore_esco_check_no_mark 
-:      002210 check_disconnect_timeout:
-0x3204 002211 set0 mark_ext_patch ,mark 
-0x3205 002212 bpatch patch04_4 ,mem_patch04 
-0x3206 002213 enable user 
-0x3207 002214 fetch 1 ,mem_op 
-0x3208 002215 rtnbit0 op_disconn 
-0x3209 002216 call conn_timer_expired 
-0x320a 002217 nrtn blank 
-:      002218 disable_usr:
-0x320b 002219 disable user 
-0x320c 002220 rtn 
-:      002222 conn_timer_expired:
-0x320d 002223 fetch 1 ,mem_conn_timer 
-0x320e 002224 increase -1 ,pdata 
-0x320f 002225 store 1 ,mem_conn_timer 
-0x3210 002226 rtn 
-:      002228 linkkey_ready:
-0x3211 002229 set0 mark_ext_patch ,mark 
-0x3212 002230 bpatch patch04_5 ,mem_patch04 
-0x3213 002231 fetch 1 ,mem_state 
-0x3214 002232 bbit1 state_linkkey ,linkkey_set 
-0x3215 002233 fetch 1 ,mem_device_option 
-0x3216 002234 beq dvc_op_hci ,linkkey_send_hci 
-0x3217 002235 fetch 1 ,mem_pairing_auth 
-0x3218 002236 branch linkkey_set ,blank 
-0x3219 002237 jam defalt_pairing_auth ,mem_pairing_auth 
-0x321a 002238 jam bt_evt_linkkey_generate ,mem_fifo_temp 
-0x321b 002239 call ui_ipc_send_event 
-0x321c 002240 branch linkkey_set 
-:      002241 linkkey_send_hci:
-0x321d 002242 call check_localsm 
-0x321e 002243 ncall hci_send_linkkey_notification ,true 
-:      002244 linkkey_set:
-0x321f 002245 set0 mark_ext_patch ,mark 
-0x3220 002246 bpatch patch04_6 ,mem_patch04 
-0x3221 002247 call context_traverse_linkkey 
-0x3222 002248 fetch 1 ,mem_state 
-0x3223 002249 set1 state_linkkey ,pdata 
-0x3224 002250 store 1 ,mem_state 
-0x3225 002251 jam 1 ,mem_link_key_exists 
-0x3226 002252 fetch 1 ,mem_conn_sm 
-0x3227 002253 bne conn_sm_pairing ,linkkey_set_continue 
-:      002254 linkkey_set_continue:
-0x3228 002255 rtn 
-:      002257 generate_linkkey_continue:
-0x3229 002258 jam pairing_auth ,mem_pairing_auth 
-:      002259 clear_linkstate:
-0x322a 002260 fetch 1 ,mem_state 
-0x322b 002261 set0 state_linkkey ,pdata 
-0x322c 002262 store 1 ,mem_state 
-0x322d 002263 rtn 
-:      002267 role_switch_check:
-0x322e 002268 set0 mark_ext_patch ,mark 
-0x322f 002269 bpatch patch04_7 ,mem_patch04 
-0x3230 002270 disable user 
-0x3231 002271 fetch 1 ,mem_state 
-0x3232 002272 rtnbit0 state_insniff 
-0x3233 002273 fetch 2 ,mem_tsniff 
-0x3234 002274 nrtn blank 
-0x3235 002275 fetch 4 ,mem_sniff_anchor 
-0x3236 002276 branch role_switch_clkn ,clknt 
-0x3237 002277 isub clke_bt ,pdata 
-0x3238 002278 branch role_switch_clke 
-:      002279 role_switch_clkn:
-0x3239 002280 isub clkn_bt ,pdata 
-:      002281 role_switch_clke:
-0x323a 002282 sub pdata ,4 ,null 
-0x323b 002283 nrtn positive 
-0x323c 002284 fetch 1 ,mem_state 
-0x323d 002285 set0 state_insniff ,pdata 
-0x323e 002286 store 1 ,mem_state 
-0x323f 002287 enable user 
-0x3240 002288 rtn 
-:      002291 role_switch_prepare:
-0x3241 002292 copy pdata ,temp 
-0x3242 002293 set0 mark_ext_patch ,mark 
-0x3243 002294 bpatch patch05_0 ,mem_patch05 
-0x3244 002295 store 4 ,mem_sniff_anchor 
-:      002296 role_switch_prepare0:
-0x3245 002297 jam switch_flag_accept ,mem_switch_flag 
-0x3246 002298 fetch 1 ,mem_state 
-0x3247 002299 set1 state_insniff ,pdata 
-0x3248 002300 store 1 ,mem_state 
-0x3249 002301 force 0 ,pdata 
-0x324a 002302 store 2 ,mem_tsniff 
-0x324b 002303 jam 10 ,mem_current_sniff_attempt 
-0x324c 002304 jam 1 ,mem_sniff_attempt 
-0x324d 002305 rtn 
-:      002308 role_switch_master:
-0x324e 002309 set0 mark_ext_patch ,mark 
-0x324f 002310 bpatch patch05_1 ,mem_patch05 
-0x3250 002311 call role_switch_check 
-0x3251 002312 nrtn user 
-0x3252 002313 disable user 
-0x3253 002314 jam param_newconnto ,mem_newconnto_counter 
-0x3254 002315 set0 mark_fhs_already_good ,mark 
-:      002316 roles_waitfhs_loop:
-0x3255 002317 call rf_setup_time_master_slot 
-0x3256 002318 call master_recv_packet 
-0x3257 002319 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
-0x3258 002320 call new_conn_timeout 
-0x3259 002321 nbranch roles_waitfhs_loop ,blank 
-:      002322 role_switch_fail_master:
-0x325a 002323 set0 mark_ext_patch ,mark 
-0x325b 002324 bpatch patch05_2 ,mem_patch05 
-0x325c 002325 disable user 
-0x325d 002326 deposit clkn_bt 
-0x325e 002327 store 4 ,mem_next_btclk 
-0x325f 002328 enable clknt 
-0x3260 002329 enable master 
-0x3261 002330 jam bt_evt_switch_fail_master ,mem_fifo_temp 
-0x3262 002331 branch ui_ipc_send_event 
-:      002333 roles_replyto_fhs:
-0x3263 002334 set0 mark_ext_patch ,mark 
-0x3264 002335 bpatch patch05_3 ,mem_patch05 
-0x3265 002336 call rf_setup_time_slave_slot 
-0x3266 002337 call master_send_packet 
-0x3267 002338 disable clknt 
-0x3268 002339 disable master 
-0x3269 002340 call apply_switch_clke 
-0x326a 002341 call prepare_newconn 
-:      002342 roles_newconns_loop:
-0x326b 002343 set0 mark_ext_patch ,mark 
-0x326c 002344 bpatch patch05_4 ,mem_patch05 
-0x326d 002345 call slave_newconn_once 
-0x326e 002346 branch roles_newconns_responded ,match 
-0x326f 002347 call new_conn_timeout 
-0x3270 002348 nbranch roles_newconns_loop ,blank 
-0x3271 002349 branch role_switch_fail_master 
-:      002350 roles_newconns_responded:
-0x3272 002351 force 1 ,temp 
-0x3273 002352 call hci_send_role_change 
-0x3274 002353 fetch 1 ,mem_mode 
-0x3275 002354 set0 mode_master ,pdata 
-0x3276 002355 store 1 ,mem_mode 
-0x3277 002356 call supervision_flush 
-0x3278 002357 call calc_clke_offset 
-0x3279 002358 enable user 
-0x327a 002359 jam bt_evt_switch_success_master ,mem_fifo_temp 
-0x327b 002360 branch ui_ipc_send_event 
-:      002363 load_esco:
-0x327c 002364 set0 mark_ext_patch ,mark 
-0x327d 002365 bpatch patch05_5 ,mem_patch05 
-0x327e 002366 rtnmark0 mark_esco 
-0x327f 002367 fetch 1 ,mem_state 
-0x3280 002368 rtnbit0 state_insco 
-:      002369 load_esco_do:
-0x3281 002370 call init_esco_ibuff 
-0x3282 002371 fetch 1 ,mem_esco_arq 
-0x3283 002372 fetcht 1 ,mem_arq 
-0x3284 002373 storet 1 ,mem_esco_saved_arq 
-0x3285 002374 store 1 ,mem_arq 
-0x3286 002375 deposit am_addr 
-0x3287 002376 store 1 ,mem_saved_amaddr 
-0x3288 002377 fetch 1 ,mem_esco_addr 
-0x3289 002378 iforce am_addr 
-0x328a 002379 set0 mark_esco_rxok ,mark 
-0x328b 002380 fetch 1 ,mem_last_type 
-0x328c 002381 store 1 ,mem_last_type_saved 
-0x328d 002382 fetch 1 ,mem_last_type_esco 
-0x328e 002383 store 1 ,mem_last_type 
-0x328f 002384 rtn 
-:      002386 restore_esco:
-0x3290 002387 set0 mark_ext_patch ,mark 
-0x3291 002388 bpatch patch05_6 ,mem_patch05 
-0x3292 002389 rtnmark0 mark_esco 
-:      002390 restore_esco_check_no_mark:
-0x3293 002391 call check_esco_amaddr 
-0x3294 002392 nrtn true 
-:      002393 restore_esco_do:
-0x3295 002394 call clear_got_tx 
-0x3296 002395 fetch 1 ,mem_esco_saved_arq 
-0x3297 002396 fetcht 1 ,mem_arq 
-0x3298 002397 store 1 ,mem_arq 
-0x3299 002398 storet 1 ,mem_esco_arq 
-0x329a 002399 fetch 1 ,mem_saved_amaddr 
-0x329b 002400 iforce am_addr 
-0x329c 002401 fetch 1 ,mem_last_type 
-0x329d 002402 store 1 ,mem_last_type_esco 
-0x329e 002403 fetch 1 ,mem_last_type_saved 
-0x329f 002404 store 1 ,mem_last_type 
-0x32a0 002405 setarg 0xffff 
-0x32a1 002406 store 2 ,mem_retransmission_cnt 
-0x32a2 002407 rtn 
-:      002412 context_load:
-0x32a3 002413 set0 mark_ext_patch ,mark 
-0x32a4 002414 bpatch patch05_7 ,mem_patch05 
-0x32a5 002415 set1 mark_context ,mark 
-0x32a6 002416 deposit rega 
-0x32a7 002417 store 2 ,mem_context_ptr 
-0x32a8 002418 force context_size ,loopcnt 
-0x32a9 002419 arg mem_le_state ,contw 
-0x32aa 002420 add rega ,coffset_mode ,contr 
-0x32ab 002421 ifetch 1 ,contr 
-0x32ac 002422 copy rega ,contr 
-0x32ad 002423 bbit1 mode_le ,memcpy 
-0x32ae 002424 arg mem_state ,contw 
-0x32af 002425 call memcpy 
-0x32b0 002426 disable attempt 
-0x32b1 002427 fetch 1 ,mem_amaddr 
-0x32b2 002428 iforce am_addr 
-0x32b3 002429 jam 1 ,mem_current_sniff_attempt 
-0x32b4 002430 branch context_load_master ,master 
-0x32b5 002431 jam 1 ,mem_current_sniff_attempt 
-:      002432 context_load_master:
-0x32b6 002433 fetch 1 ,mem_state 
-0x32b7 002434 rtnbit0 state_insniff 
-0x32b8 002435 fetch 1 ,mem_sniff_attempt 
-0x32b9 002436 store 1 ,mem_current_sniff_attempt 
-0x32ba 002437 fetch 1 ,mem_sniff_timeout 
-0x32bb 002438 store 1 ,mem_current_sniff_timeout 
-0x32bc 002439 rtn 
-:      002441 context_save:
-0x32bd 002442 set0 mark_ext_patch ,mark 
-0x32be 002443 bpatch patch06_0 ,mem_patch06 
-0x32bf 002444 fetch 2 ,mem_context_ptr 
-0x32c0 002445 iforce contw 
-0x32c1 002446 force context_size ,loopcnt 
-0x32c2 002447 arg mem_le_state ,contr 
-0x32c3 002448 branch memcpy ,le 
-0x32c4 002449 arg mem_state ,contr 
-0x32c5 002450 branch memcpy 
-:      002454 context_get_next:
-0x32c6 002455 fetcht 1 ,mem_current_context 
-0x32c7 002456 arg context_num ,loopcnt 
-:      002457 context_get_next_loop:
-0x32c8 002458 increase 1 ,temp 
-0x32c9 002459 compare context_num ,temp ,0xff 
-0x32ca 002460 nbranch context_get_next_cont ,true 
-0x32cb 002461 arg 0 ,temp 
-:      002462 context_get_next_cont:
-0x32cc 002463 storet 1 ,mem_current_context 
-0x32cd 002464 mul32 temp ,context_size ,pdata 
-0x32ce 002465 arg mem_context ,rega 
-0x32cf 002466 iadd rega ,rega 
-0x32d0 002467 ifetch 1 ,rega 
-0x32d1 002468 bbit1 state_insniff ,context_get_next_sniff 
-0x32d2 002469 rtnbit1 state_inconn 
-0x32d3 002470 rtnbit1 state_inpage 
-:      002471 context_get_next_sniff:
-0x32d4 002472 loop context_get_next_loop 
-0x32d5 002473 rtn 
-:      002475 context_new:
-0x32d6 002476 set0 mark_ext_patch ,mark 
-0x32d7 002477 bpatch patch06_1 ,mem_patch06 
-0x32d8 002478 arg context_search_empty ,regc 
-0x32d9 002479 call context_search 
-0x32da 002480 nrtn zero 
-0x32db 002481 deposit rega 
-0x32dc 002482 store 2 ,mem_context_ptr 
-0x32dd 002483 force 0 ,null 
-0x32de 002484 rtn 
-:      002488 context_check_all_wack:
-0x32df 002489 call check_esco_amaddr 
-0x32e0 002490 branch context_check_esco_wack ,true 
-0x32e1 002491 fetch 2 ,mem_context_ptr 
-0x32e2 002492 add pdata ,coffset_arq ,contw 
-0x32e3 002493 fetch 1 ,mem_arq 
-0x32e4 002494 istore 1 ,contw 
-0x32e5 002495 arg context_check_a_wack ,regc 
-0x32e6 002496 branch context_search 
-:      002498 context_check_esco_wack:
-0x32e7 002499 fetch 1 ,mem_arq 
-0x32e8 002500 isolate1 wack ,pdata 
-0x32e9 002501 branch context_esco_wack ,true 
-0x32ea 002502 force 1 ,null 
-0x32eb 002503 rtn 
-:      002504 context_esco_wack:
-0x32ec 002505 force 0 ,null 
-0x32ed 002506 rtn 
-:      002509 context_check_idle:
-0x32ee 002510 arg context_check_inconn ,regc 
-0x32ef 002511 branch context_search 
-:      002513 context_traverse_linkkey:
-0x32f0 002514 fetcht 2 ,mem_context_ptr 
-0x32f1 002515 arg context_traverse_clearkey ,regc 
-0x32f2 002516 branch context_search 
-:      002518 context_traverse_max_slot:
-0x32f3 002519 fetcht 2 ,mem_context_ptr 
-0x32f4 002520 arg context_traverse_mslot ,regc 
-0x32f5 002521 branch context_search 
-:      002524 context_search_conn_handle:
-0x32f6 002525 fetcht 1 ,mem_hci_conn_handle 
-:      002526 context_search_conn_handle2:
-0x32f7 002527 arg context_search_handle ,regc 
-0x32f8 002528 branch context_search 
-:      002530 context_search_plap:
-0x32f9 002531 set0 mark_ext_patch ,mark 
-0x32fa 002532 bpatch patch06_2 ,mem_patch06 
-0x32fb 002533 fetcht 6 ,mem_hci_plap 
-:      002534 context_search_plap2:
-0x32fc 002535 arg context_search_lap ,regc 
-0x32fd 002536 branch context_search 
-:      002538 context_search_insniff:
-0x32fe 002539 arg context_search_sniff ,regc 
-0x32ff 002540 branch context_search 
-:      002542 context_search_sniff_window:
-0x3300 002543 arg context_search_window ,regc 
-:      002544 context_search:
-0x3301 002545 set0 mark_ext_patch ,mark 
-0x3302 002546 bpatch patch06_3 ,mem_patch06 
-0x3303 002547 arg mem_context ,rega 
-0x3304 002548 force context_num ,loopcnt 
-:      002549 context_search_loop:
-0x3305 002550 ifetch 1 ,rega 
-0x3306 002551 copy regc ,pc 
-:      002552 context_search_next:
-0x3307 002553 increase context_size ,rega 
-0x3308 002554 loop context_search_loop 
-0x3309 002555 force 1 ,null 
-0x330a 002556 rtn 
-:      002558 context_search_empty:
-0x330b 002559 bbit1 state_inconn ,context_search_next 
-0x330c 002560 bbit1 state_inpage ,context_search_next 
-0x330d 002561 force 0 ,null 
-0x330e 002562 rtn 
-:      002564 context_search_lap:
-0x330f 002565 bbit1 state_inpage ,context_search_lap_cont 
-0x3310 002566 bbit0 state_inconn ,context_search_next 
-:      002567 context_search_lap_cont:
-0x3311 002568 add rega ,coffset_plap ,contr 
-0x3312 002569 ifetch 6 ,contr 
-0x3313 002570 isub temp ,null 
-0x3314 002571 rtn zero 
-0x3315 002572 branch context_search_next 
-:      002574 context_search_handle:
-0x3316 002575 bbit0 state_inconn ,context_search_next 
-0x3317 002576 add rega ,coffset_conn_handle ,contr 
-0x3318 002577 ifetch 1 ,contr 
-0x3319 002578 isub temp ,null 
-0x331a 002579 rtn zero 
-0x331b 002580 branch context_search_next 
-:      002582 context_search_sniff:
-0x331c 002583 bbit0 state_insniff ,context_search_next 
-:      002584 context_search_sniff_loop:
-0x331d 002585 call context_get_anchor 
-0x331e 002586 bbit1 27 ,context_search_sniff_cont 
-0x331f 002587 isolate0 27 ,temp 
-0x3320 002588 branch context_search_sniff_cont ,true 
-0x3321 002589 set1 28 ,pdata 
-:      002590 context_search_sniff_cont:
-0x3322 002591 isub temp ,pdata 
-0x3323 002592 increase 1 ,pdata 
-0x3324 002593 branch context_search_sniff_miss ,positive 
-0x3325 002594 increase 5 ,pdata 
-0x3326 002595 nbranch context_search_next ,positive 
-:      002596 context_search_meet:
-0x3327 002597 copy temp ,bt_clk 
-0x3328 002598 call context_next_anchor 
-0x3329 002599 force 0 ,null 
-0x332a 002600 rtn 
-:      002602 context_search_sniff_miss:
-0x332b 002603 iforce regb 
-0x332c 002604 add rega ,coffset_tsniff ,contr 
-0x332d 002605 ifetch 2 ,contr 
-0x332e 002606 branch context_search_meet ,blank 
-0x332f 002607 call context_next_anchor 
-0x3330 002608 branch context_search_sniff_loop 
-:      002610 context_check_inconn:
-0x3331 002611 bbit0 state_inconn ,context_search_next 
-0x3332 002612 force 0 ,null 
-0x3333 002613 rtn 
-:      002615 context_check_a_wack:
-0x3334 002616 bbit0 state_inconn ,context_search_next 
-0x3335 002617 add rega ,coffset_mode ,contr 
-0x3336 002618 ifetch 1 ,contr 
-0x3337 002619 bbit1 mode_le ,context_search_next 
-0x3338 002620 add rega ,coffset_arq ,contr 
-0x3339 002621 ifetch 1 ,contr 
-0x333a 002622 bbit0 wack ,context_search_next 
-0x333b 002623 force 0 ,null 
-0x333c 002624 rtn 
-:      002626 context_get_anchor:
-0x333d 002627 add rega ,coffset_mode ,contr 
-0x333e 002628 ifetcht 1 ,contr 
-0x333f 002629 deposit clkn_bt 
-0x3340 002630 isolate1 mode_master ,temp 
-0x3341 002631 add rega ,coffset_sniff_anchor ,contr 
-0x3342 002632 ifetcht 4 ,contr 
-0x3343 002633 rtn true 
-0x3344 002634 add rega ,coffset_clk_offset ,contr 
-0x3345 002635 ifetch 6 ,contr 
-0x3346 002636 call calc_clke2 
-0x3347 002637 deposit clke_bt 
-0x3348 002638 rtn 
-:      002640 context_next_anchor:
-0x3349 002641 add rega ,coffset_tsniff ,contr 
-0x334a 002642 add rega ,coffset_sniff_anchor ,contw 
-0x334b 002643 ifetch 2 ,contr 
-0x334c 002644 iadd temp ,timeup 
-0x334d 002645 deposit timeup 
-0x334e 002646 istore 4 ,contw 
-0x334f 002647 branch le_context_nexthop 
-:      002650 context_search_window:
-0x3350 002651 bbit0 state_insniff ,context_search_next 
-0x3351 002652 call context_get_anchor 
-0x3352 002653 iadd stop_watch ,pdata 
-0x3353 002654 iadd stop_watch ,pdata 
-0x3354 002655 iadd queue ,pdata 
-0x3355 002656 isub temp ,null 
-0x3356 002657 nbranch context_search_next ,positive 
-0x3357 002658 force 0 ,null 
-0x3358 002659 rtn 
-:      002661 context_traverse_mslot:
-0x3359 002662 bbit0 state_inconn ,context_search_next 
-0x335a 002663 deposit temp 
-0x335b 002664 isub rega ,null 
-0x335c 002665 branch context_search_next ,null 
-0x335d 002666 add rega ,coffset_mode ,contr 
-0x335e 002667 ifetch 1 ,contr 
-0x335f 002668 bbit1 mode_le ,context_search_next 
-0x3360 002669 add rega ,coffset_lmp_to_send ,contw 
-0x3361 002670 ifetch 1 ,contw 
-0x3362 002671 nbranch context_search_next ,blank 
-0x3363 002672 force lmp_max_slot ,pdata 
-0x3364 002673 istore 1 ,contw 
-0x3365 002674 branch context_search_next 
-:      002676 context_traverse_clearkey:
-0x3366 002677 bbit0 state_inconn ,context_search_next 
-0x3367 002678 deposit temp 
-0x3368 002679 isub rega ,null 
-0x3369 002680 branch context_search_next ,null 
-0x336a 002681 add rega ,coffset_mode ,contr 
-0x336b 002682 ifetch 1 ,contr 
-0x336c 002683 bbit1 mode_le ,context_search_next 
-0x336d 002684 ifetch 1 ,rega 
-0x336e 002685 set0 state_linkkey ,pdata 
-0x336f 002686 istore 1 ,rega 
-0x3370 002687 branch context_search_next 
-:      002690 master_conn_send_packet:
-0x3371 002691 set0 mark_ext_patch ,mark 
-0x3372 002692 bpatch patch06_4 ,mem_patch06 
-0x3373 002693 call rf_setup_time_master_slot 
-:      002694 master_send_packet:
-0x3374 002695 add clkn_bt ,1 ,bt_clk 
-0x3375 002696 call fetch_self_bt_adr 
-0x3376 002697 force 0x03 ,freq_mode 
-0x3377 002698 call tx_radio_freq 
-0x3378 002699 call start_transmitter 
-0x3379 002700 call start_tx_native 
-0x337a 002701 call send_access_word 
-0x337b 002702 branch transmit_packet 
-:      002704 master_conn_recv_packet:
-0x337c 002705 set0 mark_ext_patch ,mark 
-0x337d 002706 bpatch patch06_5 ,mem_patch06 
-0x337e 002707 call rf_setup_time_slave_slot 
-:      002708 master_recv_packet:
-0x337f 002709 add clkn_bt ,1 ,bt_clk 
-0x3380 002710 call fetch_self_bt_adr 
-0x3381 002711 force 0x03 ,freq_mode 
-0x3382 002712 call rx_radio_freq 
-0x3383 002713 call init_rx_packet_flags 
-0x3384 002714 call prep_crypt 
-0x3385 002715 call start_rx_native 
-0x3386 002716 call start_receiver 
-:      002717 master_rx_conn_finish_packet:
-0x3387 002718 call wait_access_clkn_rt 
-0x3388 002719 nrtn sync 
-0x3389 002720 call save_rssi 
-0x338a 002721 branch receive_packet 
-:      002725 master_newconn_once:
-0x338b 002726 set0 mark_ext_patch ,mark 
-0x338c 002727 bpatch patch06_6 ,mem_patch06 
-0x338d 002728 fetch 1 ,mem_fhs_am_addr 
-0x338e 002729 iforce am_addr 
-0x338f 002730 force type_poll ,type 
-0x3390 002731 call master_conn_send_packet 
-0x3391 002732 branch master_conn_recv_packet 
-:      002743 inquiry_scan_dispatch:
-0x3392 002744 fetch 1 ,mem_scan_mode 
-0x3393 002745 rtnbit0 inq_scan_mode 
-0x3394 002746 force iscan_interval_timer ,queue 
-0x3395 002747 call timer_check 
-0x3396 002748 nrtn blank 
-0x3397 002749 fetcht 2 ,mem_iscan_window 
-0x3398 002750 force 4 ,queue 
-0x3399 002751 call sniff_check_window 
-0x339a 002752 rtn user 
-0x339b 002753 call inquiry_scan_start 
-0x339c 002754 force iscan_interval_timer ,queue 
-0x339d 002755 fetch 2 ,mem_iscan_interval 
-0x339e 002756 nbranch timer_init ,sync 
-0x339f 002757 random pdata 
-0x33a0 002758 iand mask3ff ,pdata 
-0x33a1 002759 branch timer_init 
-:      002762 inquiry_scan_start:
-0x33a2 002763 set0 mark_ext_patch ,mark 
-0x33a3 002764 bpatch patch06_7 ,mem_patch06 
-0x33a4 002765 jam 0 ,mem_fhs_am_addr 
-0x33a5 002766 disable clknt 
-0x33a6 002767 disable attempt 
-0x33a7 002768 call afh_clear 
-0x33a8 002769 and clkn_bt ,0x1fc ,bt_clk 
-0x33a9 002770 force 0x01 ,freq_mode 
-0x33aa 002771 call fetch_giac 
-0x33ab 002772 call rx_radio_freq 
-0x33ac 002773 setflip mark_inquiry_state ,mark 
-0x33ad 002774 fetch 1 ,mem_inquiryscan_waitcnt 
-0x33ae 002775 increase 1 ,pdata 
-0x33af 002776 store 1 ,mem_inquiryscan_waitcnt 
-0x33b0 002777 call fetch_diac 
-0x33b1 002778 call start_receiver 
-0x33b2 002779 call wait_access_forever 
-0x33b3 002780 nrtn sync 
-0x33b4 002781 set0 mark_ext_patch ,mark 
-0x33b5 002782 bpatch patch07_0 ,mem_patch07 
-0x33b6 002783 force 0 ,stop_watch 
-0x33b7 002784 call shutdown_radio 
-0x33b8 002785 fetch 1 ,mem_inquiryscan_rcvcnt 
-0x33b9 002786 increase 1 ,pdata 
-0x33ba 002787 store 1 ,mem_inquiryscan_rcvcnt 
-0x33bb 002788 call fetch_giac 
-0x33bc 002789 call rf_setup_time_slave_slot 
-0x33bd 002790 or_into 0x002 ,bt_clk 
-0x33be 002791 force 0x01 ,freq_mode 
-0x33bf 002792 call tx_radio_freq 
-0x33c0 002793 call fetch_diac 
-0x33c1 002794 call start_transmitter 
-0x33c2 002795 call start_tx_external 
-0x33c3 002796 deposit clkn_bt 
-0x33c4 002797 store 4 ,mem_clkn_bt 
-0x33c5 002798 call send_access_word 
-0x33c6 002799 force type_fhs ,type 
-0x33c7 002800 force 0 ,am_addr 
-0x33c8 002801 call scan_mode_whiten 
-0x33c9 002802 call transmit_packet_whitened 
-0x33ca 002803 call send_eir 
-0x33cb 002804 and_into 0x1fd ,bt_clk 
-0x33cc 002805 increase 1 ,n_tx_slot 
-0x33cd 002806 rtn 
-:      002808 send_eir:
-0x33ce 002809 set0 mark_ext_patch ,mark 
-0x33cf 002810 bpatch patch07_1 ,mem_patch07 
-0x33d0 002811 fetch 1 ,mem_eir_enable 
-0x33d1 002812 rtn blank 
-0x33d2 002813 arg mem_eir ,contw 
-0x33d3 002814 fetch 1 ,mem_local_name_length 
-0x33d4 002815 copy pdata ,loopcnt 
-0x33d5 002816 increase 1 ,pdata 
-0x33d6 002817 istore 1 ,contw 
-0x33d7 002818 copy contw ,temp 
-0x33d8 002819 increase 1 ,pdata 
-0x33d9 002820 store 2 ,mem_tx_len 
-0x33da 002821 copy temp ,contw 
-0x33db 002822 setarg 0x09 
-0x33dc 002823 istore 1 ,contw 
-0x33dd 002824 arg mem_local_name ,contr 
-0x33de 002825 call memcpy 
-0x33df 002826 arg mem_all_uuid_128bits ,regc 
-0x33e0 002827 arg 4 ,loopcnt 
-0x33e1 002828 call get_all_uuid 
-0x33e2 002829 arg mem_all_uuid_16bits ,regc 
-0x33e3 002830 arg 1 ,loopcnt 
-0x33e4 002831 call get_all_uuid 
-0x33e5 002832 force type_dm3 ,type 
-0x33e6 002833 jam 2 ,mem_tx_lch 
-0x33e7 002834 setarg mem_eir 
-0x33e8 002835 store 2 ,mem_txptr 
-0x33e9 002836 call rf_setup_time_slave_slot 
-0x33ea 002837 call tx_radio_freq 
-0x33eb 002838 call start_transmitter 
-0x33ec 002839 call start_tx_external 
-0x33ed 002840 call send_access_word 
-0x33ee 002841 call scan_mode_whiten 
-0x33ef 002842 call transmit_packet_whitened 
-0x33f0 002843 rtn 
-:      002846 get_all_uuid:
-0x33f1 002847 copy contw ,temp 
-0x33f2 002848 copy regc ,contr 
-0x33f3 002849 ifetch 1 ,contr 
-0x33f4 002850 rtn blank 
-:      002851 lshift_loop:
-0x33f5 002852 lshift pdata ,pdata 
-0x33f6 002853 loop lshift_loop 
-0x33f7 002854 copy pdata ,rega 
-0x33f8 002855 increase 2 ,pdata 
-0x33f9 002856 copy pdata ,queue 
-0x33fa 002857 fetch 2 ,mem_tx_len 
-0x33fb 002858 iadd queue ,pdata 
-0x33fc 002859 store 2 ,mem_tx_len 
-0x33fd 002860 copy temp ,contw 
-0x33fe 002861 copy rega ,pdata 
-0x33ff 002862 increase 1 ,pdata 
-0x3400 002863 istore 1 ,contw 
-0x3401 002864 copy regc ,contr 
-0x3402 002865 ifetch 1 ,contr 
-0x3403 002866 ifetch 1 ,contr 
-0x3404 002867 istore 1 ,contw 
-0x3405 002868 copy rega ,loopcnt 
-0x3406 002869 branch memcpy 
-:      002875 page_scan_dispatch:
-0x3407 002876 fetch 1 ,mem_scan_mode 
-0x3408 002877 rtnbit0 page_scan_mode 
-0x3409 002878 force pscan_interval_timer ,queue 
-0x340a 002879 call timer_check 
-0x340b 002880 nrtn blank 
-0x340c 002881 fetcht 2 ,mem_pscan_window 
-0x340d 002882 force 40 ,queue 
-0x340e 002883 call sniff_check_window 
-0x340f 002884 rtn user 
-0x3410 002885 force 0 ,am_addr 
-0x3411 002886 jam param_pagerespto ,mem_fhs_wait_counter 
-0x3412 002887 set0 mark_fhs_already_good ,mark 
-0x3413 002888 call page_scan_start 
-0x3414 002889 force pscan_interval_timer ,queue 
-0x3415 002890 fetch 2 ,mem_pscan_interval 
-0x3416 002891 branch timer_init 
-:      002894 page_scan_start:
-0x3417 002895 set0 mark_ext_patch ,mark 
-0x3418 002896 bpatch patch07_2 ,mem_patch07 
-0x3419 002897 disable clknt 
-0x341a 002898 call afh_clear 
-0x341b 002899 fetch 1 ,mem_pagescan_waitcnt 
-0x341c 002900 increase 1 ,pdata 
-0x341d 002901 store 1 ,mem_pagescan_waitcnt 
-0x341e 002902 force 0 ,n_tx_slot 
-0x341f 002903 call fetch_self_bt_adr 
-0x3420 002904 add clkn_bt ,1 ,bt_clk 
-0x3421 002905 force 0x02 ,freq_mode 
-0x3422 002906 set0 mark_ext_patch ,mark 
-0x3423 002907 bpatch patch07_3 ,mem_patch07 
-0x3424 002908 call rx_radio_freq 
-0x3425 002909 call start_receiver 
-0x3426 002910 call wait_access_forever 
-0x3427 002911 nrtn sync 
-0x3428 002912 call shutdown_radio 
-0x3429 002913 fetch 1 ,mem_pagescan_rcvcnt 
-0x342a 002914 increase 1 ,pdata 
-0x342b 002915 store 1 ,mem_pagescan_rcvcnt 
-0x342c 002916 force 0 ,stop_watch 
-0x342d 002917 call rf_setup_time_slave_slot 
-0x342e 002918 or_into 0x002 ,bt_clk 
-0x342f 002919 force 0x01 ,freq_mode 
-0x3430 002920 call tx_radio_freq 
-0x3431 002921 call start_transmitter 
-0x3432 002922 call start_tx_external 
-0x3433 002923 call send_access_word 
-0x3434 002924 call end_of_packet 
-0x3435 002925 force 0 ,am_addr 
-0x3436 002926 arg param_rf_setup ,timeup 
-0x3437 002927 until clke_rt ,meet 
-0x3438 002928 or_into 0x03 ,clke_bt 
-0x3439 002929 and_into 0x1fd ,bt_clk 
-:      002930 page_scan_wait_fhs_restart:
-0x343a 002931 set0 mark_ext_patch ,mark 
-0x343b 002932 bpatch patch07_4 ,mem_patch07 
-0x343c 002933 increase 1 ,n_tx_slot 
-0x343d 002934 call rx_radio_freq 
-0x343e 002935 call start_receiver 
-0x343f 002936 call wait_access_mhalfbnd 
-0x3440 002937 nbranch page_scan_wait_fhs_again ,sync 
-0x3441 002938 call scan_mode_whiten 
-0x3442 002939 call receive_packet_whitened 
-0x3443 002940 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
-:      002941 page_scan_wait_fhs_again:
-0x3444 002942 set0 mark_ext_patch ,mark 
-0x3445 002943 bpatch patch07_5 ,mem_patch07 
-0x3446 002944 fetch 1 ,mem_fhs_wait_counter 
-0x3447 002945 rtn blank 
-0x3448 002946 increase -1 ,pdata 
-0x3449 002947 store 1 ,mem_fhs_wait_counter 
-0x344a 002948 call rf_setup_time_master_slot 
-0x344b 002949 branch page_scan_wait_fhs_restart 
-:      002952 page_scan_reply_to_fhs:
-0x344c 002953 set0 mark_ext_patch ,mark 
-0x344d 002954 bpatch patch07_6 ,mem_patch07 
-0x344e 002955 set0 1 ,clke_bt 
-0x344f 002956 set1 0 ,clke_bt 
-0x3450 002957 fetch 1 ,mem_pagescan_rcvfhscnt 
-0x3451 002958 increase 1 ,pdata 
-0x3452 002959 store 1 ,mem_pagescan_rcvfhscnt 
-0x3453 002960 call rf_setup_time_slave_slot 
-0x3454 002961 or_into 0x02 ,bt_clk 
-0x3455 002962 call tx_radio_freq 
-0x3456 002963 call start_transmitter 
-0x3457 002964 call start_tx_external 
-0x3458 002965 call send_access_word 
-0x3459 002966 call end_of_packet 
-:      002967 slave_apply_clke_bt:
-0x345a 002968 compare 0x03 ,clke_bt ,0x03 
-0x345b 002969 branch slave_apply_clke_bt_now ,true 
-0x345c 002970 until null ,mhalfbnd 
-0x345d 002971 branch slave_apply_clke_bt 
-:      002972 slave_apply_clke_bt_now:
-0x345e 002973 fetch 4 ,mem_clke_bt 
-0x345f 002974 or_into 0x03 ,pdata 
-0x3460 002975 icopy clke_bt 
-:      002977 start_slave_connection:
-0x3461 002978 set0 mark_ext_patch ,mark 
-0x3462 002979 bpatch patch07_7 ,mem_patch07 
-0x3463 002980 fetch 6 ,extm_lap 
-0x3464 002981 store 6 ,mem_plap 
-0x3465 002982 call prepare_newconn 
-:      002983 slave_newconn_loop:
-0x3466 002984 call slave_newconn_once 
-0x3467 002985 branch sconn_successful ,match 
-0x3468 002986 call new_conn_timeout 
-0x3469 002987 nbranch slave_newconn_loop ,blank 
-0x346a 002988 rtn 
-:      002991 sconn_successful:
-0x346b 002992 set0 mark_ext_patch ,mark 
-0x346c 002993 bpatch patch08_0 ,mem_patch08 
-0x346d 002994 call newconn_init 
-0x346e 002995 call context_new 
-0x346f 002996 nrtn zero 
-0x3470 002997 jam 0 ,mem_mode 
-0x3471 002998 call calc_clke_offset 
-0x3472 002999 branch context_save 
-:      003002 slave_dispatch:
-0x3473 003003 set0 mark_ext_patch ,mark 
-0x3474 003004 bpatch patch08_1 ,mem_patch08 
-0x3475 003005 call calc_clke 
-0x3476 003006 call role_switch_slave 
-0x3477 003007 rtn user 
-0x3478 003008 call load_esco 
-0x3479 003009 call get_sco_data 
-:      003010 slave_loop:
-0x347a 003011 set0 mark_ext_patch ,mark 
-0x347b 003012 bpatch patch08_2 ,mem_patch08 
-0x347c 003013 call check_bt_disabled 
-0x347d 003014 call scheduler_process 
-0x347e 003015 call slave_conn_recv_packet 
-0x347f 003016 call slave_savelist 
-0x3480 003017 nbranch slave_notmatch ,match 
-0x3481 003018 call supervision_flush 
-0x3482 003019 call parse_l2cap 
-0x3483 003020 call scheduler_tx_l2cap_pkt 
-0x3484 003021 call prepare_tx 
-0x3485 003022 call slave_conn_send_packet 
-0x3486 003023 call parse_lmp 
-0x3487 003024 call process_cmd 
-0x3488 003025 call hci_send_num_complete_packets 
-0x3489 003026 fetch 1 ,mem_slave_rcvcnt 
-0x348a 003027 increase 1 ,pdata 
-0x348b 003028 store 1 ,mem_slave_rcvcnt 
-0x348c 003029 call calc_clke_offset 
-:      003030 slave_notmatch:
-0x348d 003031 set0 mark_ext_patch ,mark 
-0x348e 003032 bpatch patch08_3 ,mem_patch08 
-0x348f 003033 call lpm_set_mult 
-0x3490 003034 call supervision_update 
-0x3491 003035 branch slave_disconnect ,positive 
-0x3492 003036 call check_disconnect_timeout 
-0x3493 003037 nbranch slave_disconnect ,user 
-0x3494 003038 call check_attempt 
-0x3495 003039 nbranch slave_loop ,blank 
-0x3496 003040 call process_sco_data 
-0x3497 003041 branch restore_esco 
-:      003044 slave_disconnect:
-0x3498 003045 set0 mark_ext_patch ,mark 
-0x3499 003046 bpatch patch08_4 ,mem_patch08 
-0x349a 003047 jam 0 ,mem_tester_emulate 
-0x349b 003048 jam 0 ,mem_debug_config 
-0x349c 003049 call quit_connection 
-0x349d 003050 set0 mark_testmode ,mark 
-0x349e 003051 call test_enable_white 
-0x349f 003052 fetch 1 ,mem_state 
-0x34a0 003053 bbit0 state_conn_comp ,slave_connection_fail 
-0x34a1 003054 fetcht 1 ,mem_conn_handle 
-0x34a2 003055 branch hci_send_disconn_complete 
-:      003057 slave_connection_fail:
-0x34a3 003058 force hci_error_key_missing ,temp 
-0x34a4 003059 branch hci_send_connection_error 
-:      003061 role_switch_slave:
-0x34a5 003062 set0 mark_ext_patch ,mark 
-0x34a6 003063 bpatch patch08_5 ,mem_patch08 
-0x34a7 003064 call role_switch_check 
-0x34a8 003065 nrtn user 
-0x34a9 003066 copy am_addr ,temp 
-0x34aa 003067 call get_free_amaddr 
-0x34ab 003068 store 1 ,mem_fhs_am_addr 
-0x34ac 003069 copy temp ,am_addr 
-0x34ad 003070 jam param_newconnto ,mem_newconnto_counter 
-:      003071 roles_sendfhs_loop:
-0x34ae 003072 set0 mark_ext_patch ,mark 
-0x34af 003073 bpatch patch08_6 ,mem_patch08 
-0x34b0 003074 call rf_setup_time_master_slot 
-0x34b1 003075 force type_fhs ,type 
-0x34b2 003076 call slave_send_access 
-0x34b3 003077 deposit clkn_bt 
-0x34b4 003078 store 4 ,mem_clkn_bt 
-0x34b5 003079 call transmit_packet 
-0x34b6 003080 call rf_setup_time_slave_slot 
-0x34b7 003081 enable user3 
-0x34b8 003082 call slave_receive_access 
-0x34b9 003083 branch roles_got_fhs_reply ,sync 
-0x34ba 003084 call shutdown_radio 
-0x34bb 003085 call new_conn_timeout 
-0x34bc 003086 nbranch roles_sendfhs_loop ,blank 
-0x34bd 003087 rtnmark0 mark_accept_switch 
-0x34be 003088 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x34bf 003089 set1 mark_switch_initiated ,mark 
-0x34c0 003090 rtn 
-:      003091 roles_got_fhs_reply:
-0x34c1 003092 enable clknt 
-0x34c2 003093 call prepare_newconn 
-0x34c3 003094 call afh_clear 
-:      003095 roles_newconn_loop:
-0x34c4 003096 set0 mark_ext_patch ,mark 
-0x34c5 003097 bpatch patch08_7 ,mem_patch08 
-0x34c6 003098 call master_newconn_once 
-0x34c7 003099 branch roles_newconn_responded ,sync 
-0x34c8 003100 call new_conn_timeout 
-0x34c9 003101 nbranch roles_newconn_loop ,blank 
-0x34ca 003102 disable clknt 
-0x34cb 003103 deposit clke_bt 
-0x34cc 003104 store 4 ,mem_next_btclk 
-0x34cd 003105 rtn 
-:      003106 roles_newconn_responded:
-0x34ce 003107 force 0 ,temp 
-0x34cf 003108 call hci_send_role_change 
-0x34d0 003109 enable master 
-0x34d1 003110 bmark0 mark_accept_switch ,roles_newconn_nolmp 
-0x34d2 003111 set0 mark_accept_switch ,mark 
-0x34d3 003112 jam lmp_accepted ,mem_lmo_opcode2 
-0x34d4 003113 jam lmp_host_connection_req ,mem_lmi_opcode2 
-0x34d5 003114 call tid_set_reply 
-:      003115 roles_newconn_nolmp:
-0x34d6 003116 deposit am_addr 
-0x34d7 003117 store 1 ,mem_amaddr 
-0x34d8 003118 force 0 ,pdata 
-0x34d9 003119 store 6 ,mem_clk_offset 
-0x34da 003120 fetch 1 ,mem_mode 
-0x34db 003121 set1 mode_master ,pdata 
-0x34dc 003122 store 1 ,mem_mode 
-0x34dd 003123 call supervision_flush 
-0x34de 003124 disable master 
-:      003125 enable_user:
-0x34df 003126 enable user 
-0x34e0 003127 rtn 
-:      003131 init_rx_packet_flags:
-0x34e1 003132 set0 mark_ext_patch ,mark 
-0x34e2 003133 bpatch patch09_0 ,mem_patch09 
-0x34e3 003134 disable match 
-0x34e4 003135 set0 mark_loopback ,mark 
-0x34e5 003136 set0 mark_am_addr_broadcast ,mark 
-0x34e6 003137 set0 mark_longpacket ,mark 
-0x34e7 003138 set0 mark_old_packet ,mark 
-0x34e8 003139 fetch 1 ,mem_arq 
-0x34e9 003140 set0 arqnx ,pdata 
-0x34ea 003141 set1 flowx ,pdata 
-0x34eb 003142 store 1 ,mem_arq 
-0x34ec 003143 rtn 
-:      003145 prepare_newconn:
-0x34ed 003146 set0 mark_ext_patch ,mark 
-0x34ee 003147 bpatch patch09_1 ,mem_patch09 
-0x34ef 003148 jam param_newconnto ,mem_newconnto_counter 
-0x34f0 003149 jam param_newconn_arq ,mem_arq 
-0x34f1 003150 fetch 2 ,mem_rx_window_init 
-0x34f2 003151 store 2 ,mem_rx_window 
-0x34f3 003152 deposit clkn_bt 
-0x34f4 003153 store 4 ,mem_next_btclk 
-0x34f5 003154 rtn clknt 
-0x34f6 003155 deposit clke_bt 
-0x34f7 003156 store 4 ,mem_next_btclk 
-0x34f8 003157 rtn 
-:      003159 newconn_init:
-0x34f9 003160 set0 mark_ext_patch ,mark 
-0x34fa 003161 bpatch patch09_2 ,mem_patch09 
-0x34fb 003162 call init_lmp_reinit 
-0x34fc 003163 call new_conn_handle 
-0x34fd 003164 store 1 ,mem_conn_handle 
-0x34fe 003165 setarg param_supervision_to 
-0x34ff 003166 store 2 ,mem_supervision_to 
-0x3500 003167 fetch 1 ,mem_state 
-0x3501 003168 set1 state_inconn ,pdata 
-0x3502 003169 store 1 ,mem_state 
-0x3503 003170 jam 0 ,mem_op 
-0x3504 003171 jam 0 ,mem_state_map 
-0x3505 003172 jam 0 ,mem_lpm_current_mult 
-0x3506 003173 branch supervision_flush 
-:      003176 clear_linkkey:
-0x3507 003177 set0 mark_ext_patch ,mark 
-0x3508 003178 bpatch patch09_3 ,mem_patch09 
-0x3509 003179 force 0 ,pdata 
-0x350a 003180 store 8 ,mem_link_key 
-0x350b 003181 istore 8 ,contw 
-0x350c 003182 call clear_linkstate 
-0x350d 003183 branch context_traverse_linkkey 
-:      003185 new_conn_timeout:
-0x350e 003186 fetch 1 ,mem_newconnto_counter 
-0x350f 003187 increase -1 ,pdata 
-0x3510 003188 store 1 ,mem_newconnto_counter 
-0x3511 003189 rtn 
-:      003191 new_conn_handle:
-0x3512 003192 fetch 1 ,mem_handle_num 
-0x3513 003193 increase 1 ,pdata 
-0x3514 003194 store 1 ,mem_handle_num 
-0x3515 003195 rtn 
-:      003198 quit_connection:
-0x3516 003199 set0 mark_ext_patch ,mark 
-0x3517 003200 bpatch patch09_4 ,mem_patch09 
-0x3518 003201 call disconnect_stop_sco 
-0x3519 003202 fetch 1 ,mem_hci_cmd 
-0x351a 003203 beq hci_cmd_remote_name_req ,quit_connection_name 
-0x351b 003204 fetch 1 ,mem_lmp_to_send 
-0x351c 003205 bne lmp_name_req ,quit_connection_cont 
-:      003206 quit_connection_name:
-0x351d 003207 call cmd_check_plap 
-0x351e 003208 nbranch quit_connection_cont ,zero 
-0x351f 003209 call master_name_error 
-0x3520 003210 jam 0 ,mem_hci_cmd 
-:      003211 quit_connection_cont:
-0x3521 003212 set0 mark_ext_patch ,mark 
-0x3522 003213 bpatch patch09_5 ,mem_patch09 
-0x3523 003214 call app_disconn_reason_collect_bt 
-0x3524 003215 call process_cmd 
-0x3525 003216 call sniff_exit 
-0x3526 003217 jam bt_evt_bb_disconnected ,mem_fifo_temp 
-0x3527 003218 call ui_ipc_send_event 
-0x3528 003219 call init_lmp_work 
-0x3529 003220 call l2cap_init_work 
-0x352a 003221 call sp_initialize 
-0x352b 003222 fetch 1 ,mem_state 
-0x352c 003223 set0 state_inconn 
-0x352d 003224 store 1 ,mem_state 
-0x352e 003225 jam 0 ,memui_reconnect_mode 
-0x352f 003227 fetch 1 ,mem_state_map 
-0x3530 003228 compare 0x0 ,pdata ,0xc0 
-0x3531 003229 branch quit_connection_not_clear_mark ,true 
-0x3532 003230 set0 mark_rxbuf_inuse ,mark 
-:      003231 quit_connection_not_clear_mark:
-0x3533 003232 fetch 1 ,mem_arq 
-0x3534 003233 bbit0 wack ,quit_connection_not_clear_tx 
-:      003234 quit_connection_not_clear_tx:
-0x3535 003235 fetch 1 ,mem_op 
-0x3536 003236 rtnbit0 op_txl2cap 
-0x3537 003237 set0 mark_tx_l2cap ,mark 
-0x3538 003238 rtn 
-:      003240 slave_newconn_once:
-0x3539 003241 set0 mark_ext_patch ,mark 
-0x353a 003242 bpatch patch09_6 ,mem_patch09 
-0x353b 003243 fetch 1 ,extm_newconn_am_addr 
-0x353c 003244 rtn blank 
-0x353d 003245 icopy am_addr 
-0x353e 003246 call slave_conn_recv_packet 
-0x353f 003247 nrtn match 
-0x3540 003248 force type_null ,type 
-0x3541 003249 call slave_conn_send_packet 
-0x3542 003250 deposit am_addr 
-0x3543 003251 store 1 ,mem_amaddr 
-0x3544 003252 force 0 ,pdata 
-0x3545 003253 store 1 ,extm_newconn_am_addr 
-0x3546 003254 rtn 
-:      003260 prepare_tx:
-0x3547 003261 set0 mark_ext_patch ,mark 
-0x3548 003262 bpatch patch09_7 ,mem_patch09 
-0x3549 003263 fetch 1 ,mem_state 
-0x354a 003264 bbit0 state_insco ,prepare_tx_not_sco 
-0x354b 003265 force type_hv3 ,type 
-0x354c 003266 bmark0 mark_esco ,prepare_tx_not_esco 
-0x354d 003267 call check_esco_amaddr 
-0x354e 003268 nbranch prepare_tx_not_sco ,true 
-0x354f 003269 branch prepare_tx_not_sco ,attempt 
-0x3550 003270 call set_wait_ack 
-0x3551 003271 setarg 2 
-0x3552 003272 store 2 ,mem_retransmission_cnt 
-0x3553 003273 rtn 
-:      003274 prepare_tx_not_esco:
-0x3554 003275 nrtn attempt 
-:      003276 prepare_tx_not_sco:
-0x3555 003277 set0 mark_ext_patch ,mark 
-0x3556 003278 bpatch patch0a_0 ,mem_patch0a 
-0x3557 003279 call context_check_all_wack 
-0x3558 003280 nbranch prepare_tx_no_retransmit ,zero 
-0x3559 003281 fetch 1 ,mem_arq 
-0x355a 003282 bbit0 wack ,prepare_tx_pollnull 
-:      003283 prepare_tx_retransmit:
-0x355b 003284 bmark1 mark_loopback ,prepare_tx_loopback 
-0x355c 003285 fetch 1 ,mem_debug_config 
-0x355d 003286 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-0x355e 003287 fetch 2 ,mem_retransmission_cnt 
-0x355f 003288 increase -1 ,pdata 
-0x3560 003289 store 2 ,mem_retransmission_cnt 
-0x3561 003290 branch prepare_tx_nomore_retransmit ,blank 
-0x3562 003291 fetch 1 ,mem_last_type 
-0x3563 003292 iforce type 
-0x3564 003293 rtn 
-:      003295 prepare_tx_nomore_retransmit:
-0x3565 003296 set0 mark_ext_patch ,mark 
-0x3566 003297 bpatch patch0a_1 ,mem_patch0a 
-0x3567 003298 call clear_got_tx 
-:      003299 prepare_tx_no_retransmit:
-0x3568 003300 call check_esco_amaddr 
-0x3569 003301 branch prepare_tx_pollnull ,true 
-0x356a 003302 call send_lmp 
-0x356b 003303 branch prepare_tx_sendlmp ,user 
-0x356c 003304 fetch 1 ,mem_op 
-0x356d 003305 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
-0x356e 003306 bmark1 mark_loopback ,prepare_tx_loopback 
-0x356f 003307 fetch 1 ,mem_debug_config 
-0x3570 003308 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-:      003309 prepare_tx_pollnull:
-0x3571 003310 force type_poll ,type 
-0x3572 003311 rtn master 
-0x3573 003312 force type_null ,type 
-0x3574 003313 rtn 
-:      003314 prepare_tx_loopback:
-0x3575 003315 set0 mark_ext_patch ,mark 
-0x3576 003316 bpatch patch0a_2 ,mem_patch0a 
-0x3577 003317 fetch 1 ,mem_rx_type 
-0x3578 003318 iforce type 
-0x3579 003319 rtnne 1 
-0x357a 003320 force type_null ,type 
-0x357b 003321 rtn 
-:      003322 prepare_tx_txpat:
-0x357c 003323 fetch 1 ,test_mode_packet_type 
-0x357d 003324 and pdata ,0xf ,type 
-0x357e 003325 set1 mark_loopback ,mark 
-0x357f 003326 rtn 
-:      003327 prepare_tx_sendlmp:
-0x3580 003328 force type_lmp ,type 
-0x3581 003329 branch set_wait_ack 
-:      003330 prepare_tx_sendl2cap:
-0x3582 003331 call tx_l2cap_type 
-:      003333 set_wait_ack:
-0x3583 003334 set0 mark_ext_patch ,mark 
-0x3584 003335 bpatch patch0a_3 ,mem_patch0a 
-0x3585 003336 fetcht 1 ,mem_arq 
-0x3586 003337 set1 wack ,temp 
-0x3587 003338 storet 1 ,mem_arq 
-0x3588 003339 deposit type 
-0x3589 003340 store 1 ,mem_last_type 
-0x358a 003341 setarg 0xffff 
-0x358b 003342 store 2 ,mem_retransmission_cnt 
-0x358c 003343 rtn 
-:      003345 tx_l2cap_type:
-0x358d 003346 set0 mark_ext_patch ,mark 
-0x358e 003347 bpatch patch0a_4 ,mem_patch0a 
-0x358f 003348 fetch 1 ,mem_state_map 
-0x3590 003349 isolate1 smap_edr ,pdata 
-0x3591 003350 fetch 2 ,mem_tx_len 
-0x3592 003351 branch tx_l2cap_type_edr ,true 
-0x3593 003352 force type_dm1 ,type 
-0x3594 003353 sub pdata ,17 ,null 
-0x3595 003354 rtn positive 
-0x3596 003355 force type_dh1 ,type 
-0x3597 003356 sub pdata ,27 ,null 
-0x3598 003357 rtn positive 
-0x3599 003358 force type_dm3 ,type 
-0x359a 003359 sub pdata ,121 ,null 
-0x359b 003360 rtn positive 
-0x359c 003361 force type_dm5 ,type 
-0x359d 003362 sub pdata ,224 ,null 
-0x359e 003363 rtn positive 
-0x359f 003364 force type_dh5 ,type 
-0x35a0 003365 rtn 
-:      003366 tx_l2cap_type_edr:
-0x35a1 003367 force type_dm1 ,type 
-0x35a2 003368 sub pdata ,17 ,null 
-0x35a3 003369 rtn positive 
-0x35a4 003370 force type_dh1 ,type 
-0x35a5 003371 sub pdata ,54 ,null 
-0x35a6 003372 rtn positive 
-0x35a7 003373 force type_dm3 ,type 
-0x35a8 003374 arg 367 ,temp 
-0x35a9 003375 isub temp ,null 
-0x35aa 003376 nrtn positive 
-0x35ab 003377 force type_dm5 ,type 
-0x35ac 003378 arg 679 ,temp 
-0x35ad 003379 isub temp ,null 
-0x35ae 003380 nrtn positive 
-0x35af 003381 force type_dh5 ,type 
-0x35b0 003382 rtn 
-:      003391 slave_receive_master_slot:
-0x35b1 003392 fetch 1 ,mem_state 
-0x35b2 003393 bbit0 state_insniff ,slave_receive_notsniff 
-0x35b3 003394 fetch 2 ,mem_tsniff 
-0x35b4 003395 branch slave_receive_notsniff ,blank 
-0x35b5 003396 nbranch slave_receive_sniff ,attempt 
-:      003397 slave_receive_notsniff:
-0x35b6 003398 call rf_setup_time_master_slot 
-:      003399 slave_receive_access:
-0x35b7 003400 add clke_bt ,1 ,bt_clk 
-:      003401 slave_receive_sniff:
-0x35b8 003402 enable swfine 
-0x35b9 003403 fetch 2 ,mem_rx_window 
-0x35ba 003404 rshift pdata ,pdata 
-0x35bb 003405 arg param_pll_setup ,temp 
-0x35bc 003406 iadd temp ,pdata 
-0x35bd 003407 call ahead_window 
-0x35be 003408 call fetch_extm_bt_adr 
-0x35bf 003409 force 0x03 ,freq_mode 
-0x35c0 003410 call rx_radio_freq 
-0x35c1 003411 call init_rx_packet_flags 
-0x35c2 003412 call prep_crypt 
-0x35c3 003413 set0 mark_ext_patch ,mark 
-0x35c4 003414 bpatch patch0a_5 ,mem_patch0a 
-0x35c5 003415 fetch 2 ,mem_rx_window 
-0x35c6 003416 rshift pdata ,pdata 
-0x35c7 003417 call ahead_window 
-0x35c8 003418 call start_receiver 
-0x35c9 003419 enable decode_fec0 
-0x35ca 003420 fetch 2 ,mem_rx_window 
-0x35cb 003421 arg param_clke_cal ,temp 
-0x35cc 003422 iadd temp ,stop_watch 
-0x35cd 003423 correlate null ,timeout 
-0x35ce 003424 copy clke ,temp 
-0x35cf 003425 storet 6 ,mem_sync_clke 
-0x35d0 003426 disable decode_fec0 
-0x35d1 003427 nrtn sync 
-0x35d2 003428 arg param_clke_cal ,clke_rt 
-0x35d3 003429 copy bt_clk ,clke_bt 
-0x35d4 003430 branch lpm_adjust_clk ,wake 
-0x35d5 003431 rtn 
-:      003434 slave_conn_recv_packet:
-0x35d6 003435 set0 mark_ext_patch ,mark 
-0x35d7 003436 bpatch patch0a_6 ,mem_patch0a 
-0x35d8 003437 call slave_receive_master_slot 
-0x35d9 003438 nbranch shutdown_radio ,sync 
-0x35da 003439 call save_rssi 
-0x35db 003440 bmark0 mark_testmode ,receive_packet 
-0x35dc 003441 fetch 2 ,mem_tst_pktcnt_sync 
-0x35dd 003442 increase 1 ,pdata 
-0x35de 003443 store 2 ,mem_tst_pktcnt_sync 
-:      003444 receive_packet:
-0x35df 003445 rshift bt_clk ,temp 
-0x35e0 003446 or temp ,0x40 ,white_init 
-:      003447 receive_packet_whitened:
-0x35e1 003448 set0 mark_ext_patch ,mark 
-0x35e2 003449 bpatch patch0a_7 ,mem_patch0a 
-0x35e3 003450 enable enable_white 
-0x35e4 003451 enable enable_hec 
-0x35e5 003452 enable decode_fec1 
-0x35e6 003453 parse demod ,bucket ,3 
-0x35e7 003454 rshift8 pwindow ,pdata 
-0x35e8 003455 store 1 ,mem_temp_am_addr 
-0x35e9 003456 parse demod ,bucket ,4 
-0x35ea 003457 inject bucket ,7 
-0x35eb 003458 copy pwindow ,pdata 
-0x35ec 003459 store 1 ,mem_rx_type 
-0x35ed 003460 parse demod ,bucket ,3 
-0x35ee 003461 rshift8 pwindow ,pdata 
-0x35ef 003462 store 1 ,mem_temp_arq 
-0x35f0 003463 fetch 1 ,mem_rx_type 
-0x35f1 003464 sub pdata ,3 ,null 
-0x35f2 003465 branch receive_packet_noedr ,positive 
-0x35f3 003466 beq 7 ,receive_packet_noedr 
-0x35f4 003467 fetch 1 ,mem_state_map 
-0x35f5 003468 isolate1 smap_edr ,pdata 
-0x35f6 003469 setflag true ,psk ,radio_ctrl 
-:      003470 receive_packet_noedr:
-0x35f7 003471 set0 mark_ext_patch ,mark 
-0x35f8 003472 bpatch patch0b_0 ,mem_patch0b 
-0x35f9 003473 parse demod ,bucket ,8 
-0x35fa 003474 disable decode_fec1 
-0x35fb 003475 disable enable_hec 
-0x35fc 003476 branch error_header ,crc_failed 
-0x35fd 003477 bmark0 mark_testmode ,receive_packet_amchk 
-0x35fe 003478 fetch 2 ,mem_tst_pktcnt_hec 
-0x35ff 003479 increase 1 ,pdata 
-0x3600 003480 store 2 ,mem_tst_pktcnt_hec 
-:      003481 receive_packet_amchk:
-0x3601 003482 set0 mark_ext_patch ,mark 
-0x3602 003483 bpatch patch0b_1 ,mem_patch0b 
-0x3603 003484 fetch 1 ,mem_temp_am_addr 
-0x3604 003485 compare 0 ,pdata ,0x07 
-0x3605 003486 setflag true ,mark_am_addr_broadcast ,mark 
-0x3606 003487 branch am_addr_ok ,true 
-0x3607 003488 icompare 0x07 ,am_addr 
-0x3608 003489 branch am_addr_match ,true 
-0x3609 003490 bmark0 mark_esco ,end_of_packet 
-0x360a 003491 fetcht 1 ,mem_saved_amaddr 
-0x360b 003492 icompare 0x7 ,temp 
-0x360c 003493 nbranch end_of_packet ,true 
-0x360d 003494 call restore_esco 
-0x360e 003495 fetch 1 ,mem_arq 
-0x360f 003496 set0 arqnx ,pdata 
-0x3610 003497 set1 flowx ,pdata 
-0x3611 003498 store 1 ,mem_arq 
-:      003499 am_addr_match:
-0x3612 003500 enable match 
-:      003501 am_addr_ok:
-0x3613 003502 set0 mark_ext_patch ,mark 
-0x3614 003503 bpatch patch0b_2 ,mem_patch0b 
-0x3615 003504 fetch 1 ,mem_rx_type 
-0x3616 003505 icopy type 
-0x3617 003506 bmark1 mark_am_addr_broadcast ,arqn_bypass 
-0x3618 003507 fetcht 1 ,mem_temp_arq 
-0x3619 003508 fetch 1 ,mem_arq 
-0x361a 003509 set0 flow ,pdata 
-0x361b 003510 isolate1 flow ,temp 
-0x361c 003511 setflag true ,flow ,pdata 
-0x361d 003512 isolate1 arqn ,temp 
-0x361e 003513 setflag true ,arqn ,pdata 
-0x361f 003514 store 1 ,mem_arq 
-0x3620 003515 isolate0 arqn ,temp 
-0x3621 003516 branch arqn_bypass ,true 
-0x3622 003517 call clear_got_tx 
-:      003518 arqn_bypass:
-0x3623 003519 set0 mark_ext_patch ,mark 
-0x3624 003520 bpatch patch0b_3 ,mem_patch0b 
-0x3625 003521 arg 0 ,temp 
-0x3626 003522 call reserve_slot 
-0x3627 003523 and type ,0xf ,pdata 
-0x3628 003524 beq type_poll ,process_poll 
-0x3629 003525 beq type_null ,end_of_packet 
-0x362a 003526 beq type_fhs ,process_fhs 
-0x362b 003527 fetcht 1 ,mem_temp_arq 
-0x362c 003528 fetch 1 ,mem_arq 
-0x362d 003529 icompare 0x04 ,temp 
-0x362e 003530 nbranch rx_type_dispatch ,true 
-0x362f 003531 bmark0 mark_am_addr_broadcast ,failed_seqn 
-0x3630 003532 bbit0 bcast1 ,rx_type_dispatch 
-:      003533 failed_seqn:
-0x3631 003534 set1 mark_old_packet ,mark 
-:      003535 rx_type_dispatch:
-0x3632 003536 set0 mark_ext_patch ,mark 
-0x3633 003537 bpatch patch0b_4 ,mem_patch0b 
-0x3634 003538 deposit type 
-0x3635 003539 beq type_dm1 ,process_dm1 
-0x3636 003540 beq type_dh1 ,process_dh1 
-0x3637 003541 beq type_hv3 ,process_hev 
-0x3638 003542 beq type_3dh1 ,process_3dh1 
-0x3639 003543 arg 4 ,temp 
-0x363a 003544 call reserve_slot 
-0x363b 003545 beq type_dm3 ,process_dm3 
-0x363c 003546 beq type_dh3 ,process_dh3 
-0x363d 003547 arg 8 ,temp 
-0x363e 003548 call reserve_slot 
-0x363f 003549 beq type_dm5 ,process_dm5 
-0x3640 003550 beq type_dh5 ,process_dh5 
-0x3641 003551 rtn 
-:      003554 process_hev:
-0x3642 003555 set0 mark_ext_patch ,mark 
-0x3643 003556 bpatch patch0b_5 ,mem_patch0b 
-0x3644 003557 enable decode_fec0 
-0x3645 003558 enable enable_crc 
-0x3646 003559 enable encrypt 
-0x3647 003560 arg mem_sco_ibuf ,contw 
-0x3648 003561 force 30 ,loopcnt 
-:      003562 process_hev_loop:
-0x3649 003563 parse demod ,bucket ,8 
-0x364a 003564 rshift3 pwindow ,pdata 
-0x364b 003565 istore 1 ,contw 
-0x364c 003566 loop process_hev_loop 
-0x364d 003567 bmark0 mark_esco ,end_of_packet 
-0x364e 003568 parse demod ,bucket ,16 
-0x364f 003569 nsetflag crc_failed ,mark_esco_rxok ,mark 
-0x3650 003570 call test_esco ,crc_failed 
-0x3651 003571 branch error_payload ,crc_failed 
-0x3652 003572 branch ack_payload 
-:      003574 test_esco:
-0x3653 003575 deposit clke 
-0x3654 003576 store 6 ,mem_display 
-0x3655 003577 rtn 
-:      003579 process_poll:
-0x3656 003580 branch end_of_packet 
-:      003582 process_dm3:
-:      003583 process_dm5:
-0x3657 003584 set1 mark_longpacket ,mark 
-:      003585 process_dm1:
-0x3658 003586 enable decode_fec2 
-0x3659 003587 branch process_dmh 
-:      003589 process_dh3:
-:      003590 process_dh5:
-0x365a 003591 set1 mark_longpacket ,mark 
-:      003592 process_3dh1:
-0x365b 003593 set1 psk3m ,radio_ctrl 
-:      003594 process_dh1:
-0x365c 003595 enable decode_fec0 
-:      003596 process_dmh:
-0x365d 003597 set0 mark_ext_patch ,mark 
-0x365e 003598 bpatch patch0b_6 ,mem_patch0b 
-0x365f 003599 bmark1 mark_rxbuf_inuse ,end_of_packet 
-0x3660 003600 isolate0 psk ,radio_ctrl 
-0x3661 003601 branch process_dmh_noedr ,true 
-0x3662 003602 disable enable_white 
-0x3663 003603 enable decode_fec0 
-0x3664 003604 disable decode_fec2 
-0x3665 003605 add clkn_bt ,2 ,timeup 
-0x3666 003606 correlate clkn_bt ,meet 
-0x3667 003607 nbranch error_payload ,sync 
-0x3668 003608 set1 mark_longpacket ,mark 
-0x3669 003609 enable enable_white 
-:      003610 process_dmh_noedr:
-0x366a 003611 set0 mark_ext_patch ,mark 
-0x366b 003612 bpatch patch0b_7 ,mem_patch0b 
-0x366c 003613 enable encrypt 
-0x366d 003614 enable enable_crc 
-0x366e 003615 parse demod ,bucket ,3 
-0x366f 003616 rshift8 pwindow ,pdata 
-0x3670 003617 store 1 ,mem_lch_code 
-0x3671 003618 parse demod ,bucket ,5 
-0x3672 003619 bmark1 mark_longpacket ,process_dmh_long 
-0x3673 003620 rshift3 pwindow ,loopcnt 
-0x3674 003621 rshift3 loopcnt ,loopcnt 
-0x3675 003622 branch process_dmh_common 
-:      003623 process_dmh_long:
-0x3676 003624 parse demod ,bucket ,5 
-0x3677 003625 rshift pwindow ,loopcnt 
-0x3678 003626 parse demod ,bucket ,3 
-:      003627 process_dmh_common:
-0x3679 003628 set0 mark_ext_patch ,mark 
-0x367a 003629 bpatch patch0c_0 ,mem_patch0c 
-0x367b 003630 deposit loopcnt 
-0x367c 003631 store 2 ,mem_len 
-0x367d 003632 branch process_dmh_data_end ,blank 
-0x367e 003633 isub mask3ff ,null 
-0x367f 003634 branch error_payload ,positive 
-0x3680 003635 set0 mark_ext_patch ,mark 
-0x3681 003636 bpatch patch0c_1 ,mem_patch0c 
-0x3682 003637 set0 mark_fhs_eir ,mark 
-0x3683 003638 fetch 1 ,mem_lch_code 
-0x3684 003639 and_into 0x03 ,pdata 
-0x3685 003640 arg mem_rxbuf ,contw 
-0x3686 003641 beq llid_lmp ,process_lmp 
-0x3687 003642 bmark1 mark_testmode ,process_dmh_data 
-0x3688 003643 fetch 1 ,mem_device_option 
-0x3689 003644 beq dvc_op_hci ,process_dmh_acl 
-0x368a 003646 fetch 1 ,mem_lch_code 
-0x368b 003647 and_into 0x03 ,pdata 
-0x368c 003648 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
-0x368d 003649 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
-0x368e 003650 branch error_payload 
-:      003652 process_lmp:
-0x368f 003653 fetch 2 ,mem_len 
-0x3690 003654 sub pdata ,0x70 ,null 
-0x3691 003655 nbranch error_payload ,positive 
-0x3692 003656 bmark1 mark_old_packet ,ack_payload 
-0x3693 003657 branch process_dmh_data 
-:      003659 process_dmh_acl:
-0x3694 003660 set0 mark_ext_patch ,mark 
-0x3695 003661 bpatch patch0c_2 ,mem_patch0c 
-0x3696 003662 bmark1 mark_old_packet ,ack_payload 
-0x3697 003663 fetch 2 ,mem_len 
-0x3698 003664 branch error_payload ,blank 
-0x3699 003665 call hci_check_bcsp_protocol 
-0x369a 003666 nbranch process_dmh_acl_check_h4_buff ,true 
-:      003667 process_dmh_acl_bcsp:
-0x369b 003668 fetcht 2 ,mem_h5tx_free 
-0x369c 003669 increase 10 ,pdata 
-0x369d 003670 isub temp ,null 
-0x369e 003671 nbranch process_dmh_acl_packet ,positive 
-0x369f 003672 call hci_dispatch 
-0x36a0 003673 branch process_dmh_acl_bcsp 
-:      003674 process_dmh_acl_check_h4_buff:
-0x36a1 003675 hfetch 2 ,core_uart_txitems 
-0x36a2 003676 arg 300 ,temp 
-0x36a3 003677 isub temp ,null 
-0x36a4 003678 branch error_payload ,positive 
-0x36a5 003679 fetch 2 ,mem_acl_credits 
-0x36a6 003680 branch error_payload ,blank 
-:      003681 process_dmh_acl_packet:
-0x36a7 003682 set0 mark_ext_patch ,mark 
-0x36a8 003683 bpatch patch0c_3 ,mem_patch0c 
-0x36a9 003684 call hci_get_packet_ptr 
-0x36aa 003685 fetch 1 ,mem_conn_handle 
-0x36ab 003686 fetcht 1 ,mem_lch_code 
-0x36ac 003687 and_into 3 ,temp 
-0x36ad 003688 lshift8 temp ,temp 
-0x36ae 003689 lshift4 temp ,temp 
-0x36af 003690 ior temp ,pdata 
-0x36b0 003691 istore 2 ,contwu 
-0x36b1 003692 fetcht 2 ,mem_len 
-0x36b2 003693 copy temp ,loopcnt 
-0x36b3 003694 istoret 2 ,contwu 
-:      003695 process_dmh_acl_copy:
-0x36b4 003696 set0 mark_ext_patch ,mark 
-0x36b5 003697 bpatch patch0c_4 ,mem_patch0c 
-0x36b6 003698 parse demod ,bucket ,8 
-0x36b7 003699 rshift3 pwindow ,pdata 
-0x36b8 003700 istore 1 ,contwu 
-0x36b9 003701 loop process_dmh_acl_copy 
-0x36ba 003702 add temp ,4 ,loopcnt 
-0x36bb 003703 call hci_check_bcsp_protocol 
-0x36bc 003704 nbranch process_dmh_acl_send_h4 ,true 
-0x36bd 003705 set1 mark_h5tx_rp ,mark 
-0x36be 003706 force 6 ,queue 
-0x36bf 003707 call bcsp_send_packet 
-0x36c0 003708 branch process_dmh_data_end 
-:      003709 process_dmh_acl_send_h4:
-0x36c1 003710 call h4_send_packet_acl 
-0x36c2 003711 branch process_dmh_data_end 
-:      003713 process_dmh_data_l2cap_start_pkt:
-0x36c3 003714 set0 mark_ext_patch ,mark 
-0x36c4 003715 bpatch patch0c_5 ,mem_patch0c 
-0x36c5 003716 bmark1 mark_old_packet ,ack_payload 
-0x36c6 003717 fetch 2 ,mem_len 
-0x36c7 003718 arg 0x2e0 ,temp 
-0x36c8 003719 isub temp ,null 
-0x36c9 003720 branch error_payload ,positive 
-0x36ca 003721 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x36cb 003722 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
-0x36cc 003723 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
-0x36cd 003724 branch end_of_packet 
-:      003725 process_dmh_data_into_buff1:
-0x36ce 003726 jam 1 ,mem_l2cap_rxbuff_new 
-0x36cf 003727 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x36d0 003728 bne 0 ,end_of_packet 
-0x36d1 003729 arg mem_l2cap_rxbuff1 ,contw 
-0x36d2 003730 branch process_dmh_data 
-:      003731 process_dmh_data_into_buff2:
-0x36d3 003732 jam 2 ,mem_l2cap_rxbuff_new 
-0x36d4 003733 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x36d5 003734 bne 0 ,end_of_packet 
-0x36d6 003735 arg mem_l2cap_rxbuff2 ,contw 
-0x36d7 003736 branch process_dmh_data 
-:      003738 process_dmh_data_l2cap_continue_pkt:
-0x36d8 003739 set0 mark_ext_patch ,mark 
-0x36d9 003740 bpatch patch0c_6 ,mem_patch0c 
-0x36da 003741 bmark1 mark_old_packet ,ack_payload 
-0x36db 003742 fetch 2 ,mem_len 
-0x36dc 003743 arg 0x2e0 ,temp 
-0x36dd 003744 isub temp ,null 
-0x36de 003745 branch error_payload ,positive 
-0x36df 003746 fetch 1 ,mem_l2cap_rxbuff_new 
-0x36e0 003747 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
-0x36e1 003748 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
-0x36e2 003749 branch end_of_packet 
-:      003750 process_dmh_data_l2cap_continue_pkt1:
-0x36e3 003751 arg mem_l2cap_rxbuff1 ,contw 
-0x36e4 003752 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x36e5 003753 iadd contw ,contw 
-0x36e6 003754 branch process_dmh_data 
-:      003755 process_dmh_data_l2cap_continue_pkt2:
-0x36e7 003756 arg mem_l2cap_rxbuff2 ,contw 
-0x36e8 003757 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x36e9 003758 iadd contw ,contw 
-:      003759 process_dmh_data:
-0x36ea 003760 parse demod ,bucket ,8 
-0x36eb 003761 rshift3 pwindow ,pdata 
-0x36ec 003762 istore 1 ,contw 
-0x36ed 003763 loop process_dmh_data 
-:      003764 process_dmh_data_end:
-0x36ee 003765 set0 mark_ext_patch ,mark 
-0x36ef 003766 bpatch patch0c_7 ,mem_patch0c 
-0x36f0 003767 parse demod ,bucket ,16 
-0x36f1 003768 branch error_payload_crc ,crc_failed 
-0x36f2 003769 call lpm_hci_wake_dispatch 
-0x36f3 003770 fetch 1 ,mem_l2cap_flow_ctrl_flag 
-0x36f4 003771 beq l2cap_flow_ctrl_enable ,end_of_packet 
-0x36f5 003772 bmark1 mark_testmode ,process_dmh_cont 
-0x36f6 003773 bmark1 mark_old_packet ,redundant_payload 
-0x36f7 003774 fetch 1 ,mem_lch_code 
-0x36f8 003775 compare 3 ,pdata ,3 
-0x36f9 003776 branch process_dmh_cont ,true 
-0x36fa 003777 fetch 2 ,mem_len 
-0x36fb 003778 branch process_dmh_cont ,blank 
-0x36fc 003779 fetch 1 ,mem_device_option 
-0x36fd 003780 beq dvc_op_hci ,process_dmh_cont 
-0x36fe 003781 set0 mark_ext_patch ,mark 
-0x36ff 003782 bpatch patch0d_0 ,mem_patch0d 
-0x3700 003783 fetch 1 ,mem_l2cap_rxbuff_new 
-0x3701 003784 beq 1 ,process_l2cap_pass_crc_buff1 
-0x3702 003785 beq 2 ,process_l2cap_pass_crc_buff2 
-0x3703 003786 branch assert 
-:      003787 process_l2cap_pass_crc_buff1:
-0x3704 003788 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x3705 003789 fetcht 2 ,mem_len 
-0x3706 003790 iadd temp ,pdata 
-0x3707 003791 store 2 ,mem_l2cap_rxbuff1_len 
-0x3708 003792 beq 0 ,assert 
-0x3709 003793 fetcht 2 ,mem_l2cap_rxbuff1 
-0x370a 003794 increase 4 ,temp 
-0x370b 003795 isub temp ,null 
-0x370c 003796 call l2cap_buff1_inuse ,zero 
-0x370d 003797 branch process_dmh_cont 
-:      003798 process_l2cap_pass_crc_buff2:
-0x370e 003799 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x370f 003800 fetcht 2 ,mem_len 
-0x3710 003801 iadd temp ,pdata 
-0x3711 003802 store 2 ,mem_l2cap_rxbuff2_len 
-0x3712 003803 beq 0 ,assert 
-0x3713 003804 fetcht 2 ,mem_l2cap_rxbuff2 
-0x3714 003805 add temp ,4 ,temp 
-0x3715 003806 isub temp ,null 
-0x3716 003807 call l2cap_buff2_inuse ,zero 
-0x3717 003808 branch process_dmh_cont 
-:      003809 process_dmh_cont:
-0x3718 003810 set0 mark_ext_patch ,mark 
-0x3719 003811 bpatch patch0d_1 ,mem_patch0d 
-0x371a 003812 fetcht 1 ,mem_state_map 
-0x371b 003813 fetch 1 ,mem_lch_code 
-0x371c 003814 compare 3 ,pdata ,0x03 
-0x371d 003815 setflag true ,smap_rxlmp ,temp 
-0x371e 003816 nsetflag true ,smap_rxl2cap ,temp 
-0x371f 003817 storet 1 ,mem_state_map 
-0x3720 003818 nbranch process_dmh_cont_rxbuf_not_use ,true 
-0x3721 003819 set1 mark_rxbuf_inuse ,mark 
-:      003820 process_dmh_cont_rxbuf_not_use:
-0x3722 003821 bmark0 mark_testmode ,ack_payload 
-0x3723 003822 isolate1 smap_rxlmp ,temp 
-0x3724 003823 branch ack_payload ,true 
-0x3725 003824 fetch 2 ,mem_tst_pktcnt_crc 
-0x3726 003825 increase 1 ,pdata 
-0x3727 003826 store 2 ,mem_tst_pktcnt_crc 
-0x3728 003827 set1 mark_loopback ,mark 
-0x3729 003828 set0 smap_rxl2cap ,temp 
-0x372a 003829 set0 mark_rxbuf_inuse ,mark 
-0x372b 003830 storet 1 ,mem_state_map 
-:      003831 ack_payload:
-0x372c 003832 set0 mark_ext_patch ,mark 
-0x372d 003833 bpatch patch0d_2 ,mem_patch0d 
-0x372e 003834 fetcht 1 ,mem_temp_arq 
-0x372f 003835 fetch 1 ,mem_arq 
-0x3730 003836 set1 arqnx ,pdata 
-0x3731 003837 isolate1 seqn ,temp 
-0x3732 003838 setflag true ,seqn ,pdata 
-0x3733 003839 isolate1 mark_am_addr_broadcast ,mark 
-0x3734 003840 setflag true ,bcast1 ,pdata 
-0x3735 003841 store 1 ,mem_arq 
-0x3736 003842 fetch 2 ,mem_len 
-0x3737 003843 nbranch end_of_packet ,blank 
-0x3738 003844 fetch 1 ,mem_state_map 
-0x3739 003845 set0 smap_rxl2cap ,pdata 
-0x373a 003846 store 1 ,mem_state_map 
-0x373b 003847 fetch 1 ,mem_lch_code 
-0x373c 003848 compare 0x01 ,pdata ,0x07 
-0x373d 003850 branch end_of_packet 
-:      003852 error_header:
-0x373e 003853 set0 mark_ext_patch ,mark 
-0x373f 003854 bpatch patch0d_3 ,mem_patch0d 
-0x3740 003855 disable match 
-0x3741 003856 fetch 2 ,mem_rx_hec_err 
-0x3742 003857 increase 1 ,pdata 
-0x3743 003858 store 2 ,mem_rx_hec_err 
-0x3744 003859 branch end_of_packet 
-:      003860 error_payload_crc:
-0x3745 003861 fetch 2 ,mem_rx_crc_err 
-0x3746 003862 increase 1 ,pdata 
-0x3747 003863 store 2 ,mem_rx_crc_err 
-0x3748 003864 call discard_pkt 
-0x3749 003865 bmark0 mark_testmode ,error_payload 
-0x374a 003866 set1 mark_loopback ,mark 
-:      003867 error_payload:
-0x374b 003868 branch end_of_packet 
-:      003870 discard_pkt:
-0x374c 003871 set0 mark_ext_patch ,mark 
-0x374d 003872 bpatch patch0d_4 ,mem_patch0d 
-0x374e 003873 fetch 1 ,mem_lch_code 
-0x374f 003874 compare 3 ,pdata ,0x03 
-0x3750 003875 nbranch discard_pkt_l2cap ,true 
-:      003876 discard_pkt_lmp:
-0x3751 003877 fetcht 1 ,mem_state_map 
-0x3752 003878 set0 smap_rxlmp ,temp 
-0x3753 003879 storet 1 ,mem_state_map 
-0x3754 003880 rtn 
-:      003881 discard_pkt_l2cap:
-0x3755 003884 fetcht 1 ,mem_state_map 
-0x3756 003885 set0 smap_rxl2cap ,temp 
-0x3757 003886 storet 1 ,mem_state_map 
-0x3758 003887 branch h4_send_acl_trigger_clear 
-:      003889 redundant_payload:
-0x3759 003890 fetch 1 ,mem_arq 
-0x375a 003891 set1 arqnx ,pdata 
-0x375b 003892 store 1 ,mem_arq 
-:      003893 end_of_packet:
-0x375c 003894 set0 mark_ext_patch ,mark 
-0x375d 003895 bpatch patch0d_5 ,mem_patch0d 
-0x375e 003896 disable encode_fec0 
-0x375f 003897 disable encode_fec2 
-0x3760 003898 disable decode_fec0 
-0x3761 003899 disable decode_fec2 
-0x3762 003900 disable enable_crc 
-0x3763 003901 disable encrypt 
-0x3764 003902 disable enable_white 
-0x3765 003903 branch shutdown_radio ,is_rx 
-0x3766 003904 until null ,tx_clear 
-0x3767 003905 nop 100 
-0x3768 003906 branch shutdown_radio 
-:      003908 process_fhs:
-0x3769 003909 set0 mark_ext_patch ,mark 
-0x376a 003910 bpatch patch0d_6 ,mem_patch0d 
-0x376b 003911 enable enable_crc 
-0x376c 003912 enable decode_fec2 
-0x376d 003913 parse demod ,bucket ,72 
-0x376e 003914 isolate1 58 ,pdata 
-0x376f 003915 setflag true ,mark_fhs_eir ,mark 
-0x3770 003916 copy bt_adr ,temp 
-0x3771 003917 ialigned bt_adr 
-0x3772 003918 ialigned fhs0 
-0x3773 003919 pulse recalc 
-0x3774 003920 setsect 2 ,0xfffff 
-0x3775 003921 setsect 3 ,0x0ffff 
-0x3776 003922 nop 32 
-0x3777 003923 iverify fhs_parity 
-0x3778 003924 deposit lap 
-0x3779 003925 store 3 ,extm_lap 
-0x377a 003926 deposit uap 
-0x377b 003927 store 1 ,extm_uap 
-0x377c 003928 copy temp ,bt_adr 
-0x377d 003929 branch fhs_parity_ok ,true 
-0x377e 003930 branch error_payload 
-:      003931 fhs_parity_ok:
-0x377f 003932 set0 mark_ext_patch ,mark 
-0x3780 003933 bpatch patch0d_7 ,mem_patch0d 
-0x3781 003934 parse demod ,bucket ,72 
-0x3782 003935 ialigned fhs1 
-0x3783 003936 ialigned am_addr 
-0x3784 003937 ialigned nap 
-0x3785 003938 ialigned regb 
-0x3786 003939 force 0 ,pdata 
-0x3787 003940 parse demod ,bucket ,16 
-0x3788 003941 branch error_payload ,crc_failed 
-0x3789 003942 setarg 0x0ffffffc 
-0x378a 003943 iand regb ,pdata 
-0x378b 003944 store 4 ,mem_clke_bt 
-0x378c 003945 deposit fhs_class 
-0x378d 003946 store 3 ,extm_class 
-0x378e 003947 deposit fhs_misc 
-0x378f 003948 store 1 ,extm_fhs_misc 
-0x3790 003949 deposit am_addr 
-0x3791 003950 store 1 ,extm_newconn_am_addr 
-0x3792 003951 deposit nap 
-0x3793 003952 store 2 ,extm_nap 
-0x3794 003953 deposit bt_clk 
-0x3795 003954 inject rxf ,32 
-0x3796 003955 compare type_fhs ,type ,0x0f 
-0x3797 003956 setflag true ,mark_fhs_already_good ,mark 
-0x3798 003957 branch end_of_packet 
-:      003959 clear_got_tx:
-0x3799 003960 set0 mark_ext_patch ,mark 
-0x379a 003961 bpatch patch0e_0 ,mem_patch0e 
-0x379b 003962 fetch 1 ,mem_arq 
-0x379c 003963 rtnbit0 wack 
-0x379d 003964 set0 wack ,pdata 
-0x379e 003965 setflip seqnx ,pdata 
-0x379f 003966 store 1 ,mem_arq 
-0x37a0 003967 fetch 1 ,mem_last_type 
-0x37a1 003968 beq type_lmp ,clear_got_txlmp 
-0x37a2 003969 rtneq type_hv3 
-0x37a3 003970 fetch 1 ,mem_op 
-0x37a4 003971 rtnbit0 op_txl2cap ,pdata 
-0x37a5 003972 set0 op_txl2cap ,pdata 
-0x37a6 003973 set1 op_pkt_comp ,pdata 
-0x37a7 003974 store 1 ,mem_op 
-0x37a8 003975 set0 mark_tx_l2cap ,mark 
-0x37a9 003976 fetch 1 ,mem_device_option 
-0x37aa 003977 rtneq dvc_op_hci 
-0x37ab 003978 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x37ac 003979 nrtn blank 
-0x37ad 003980 fetch 1 ,mem_op 
-0x37ae 003981 set0 op_pkt_comp ,pdata 
-0x37af 003982 store 1 ,mem_op 
-0x37b0 003983 branch l2cap_malloc_free 
-:      003985 clear_got_txlmp:
-0x37b1 003986 set0 mark_ext_patch ,mark 
-0x37b2 003987 bpatch patch0e_1 ,mem_patch0e 
-0x37b3 003988 fetch 1 ,mem_lmo_header_opcode 
-0x37b4 003989 rshift pdata ,pdata 
-0x37b5 003990 beq lmp_start_encryption_req ,start_encryption 
-0x37b6 003991 beq lmp_stop_encryption_req ,stop_encryption 
-0x37b7 003992 beq lmp_unsniff_req ,sniff_exit 
-0x37b8 003993 beq lmp_escape ,clear_lmp_escape 
-0x37b9 003994 beq lmp_remove_sco_link_req ,stop_sco 
-0x37ba 003995 rtnne lmp_accepted 
-0x37bb 003996 fetch 1 ,mem_lmo_payload 
-0x37bc 003997 beq lmp_sco_link_req ,sco_link_req_by_slave 
-0x37bd 003998 beq lmp_start_encryption_req ,clear_send_setup_complete 
-0x37be 003999 rtn 
-:      004001 clear_lmp_escape:
-0x37bf 004002 fetch 1 ,mem_lmo_payload 
-0x37c0 004003 set1 7 ,pdata 
-0x37c1 004004 beq lmp_ext_remove_esco_req ,stop_sco 
-0x37c2 004005 rtn 
-:      004006 clear_send_setup_complete:
-0x37c3 004007 rtn master 
-0x37c4 004008 fetch 1 ,mem_state 
-0x37c5 004009 rtnbit1 state_conn_comp 
-0x37c6 004010 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x37c7 004011 rtn 
-:      004014 sco_link_req_by_slave:
-0x37c8 004015 rtn master 
-0x37c9 004016 fetch 1 ,mem_mode 
-0x37ca 004017 isolate1 send_sco_when_slave ,pdata 
-0x37cb 004018 branch clean_mem_mode ,true 
-0x37cc 004020 rtn 
-:      004021 clean_mem_mode:
-0x37cd 004022 set0 send_sco_when_slave ,pdata 
-0x37ce 004023 store 1 ,mem_mode 
-0x37cf 004024 rtn 
-:      004026 start_encryption:
-0x37d0 004027 set0 mark_ext_patch ,mark 
-0x37d1 004028 bpatch patch0e_2 ,mem_patch0e 
-0x37d2 004029 fetch 1 ,mem_state_map 
-0x37d3 004030 set1 smap_encryption ,pdata 
-0x37d4 004031 store 1 ,mem_state_map 
-0x37d5 004032 hjam 1 ,core_encrypt 
-0x37d6 004033 fetch 1 ,mem_state 
-0x37d7 004034 isolate1 state_conn_comp ,pdata 
-0x37d8 004035 branch hci_send_encryption_change ,true 
-0x37d9 004036 rtn 
-:      004038 stop_encryption:
-0x37da 004039 set0 mark_ext_patch ,mark 
-0x37db 004040 bpatch patch0e_3 ,mem_patch0e 
-0x37dc 004041 fetch 1 ,mem_state_map 
-0x37dd 004042 set0 smap_encryption ,pdata 
-0x37de 004043 store 1 ,mem_state_map 
-0x37df 004044 hjam 0 ,core_encrypt 
-0x37e0 004045 rtn 
-:      004048 sniff_init:
-0x37e1 004049 set0 mark_ext_patch ,mark 
-0x37e2 004050 bpatch patch0e_4 ,mem_patch0e 
-0x37e3 004051 copy clkn_bt ,pdata 
-0x37e4 004052 store 4 ,mem_lpm_delay_after_sniff 
-0x37e5 004053 add clkn_bt ,3 ,rega 
-0x37e6 004054 branch sniff_init_master ,master 
-0x37e7 004055 add clke_bt ,3 ,rega 
-:      004056 sniff_init_master:
-0x37e8 004057 fetcht 2 ,mem_tsniff 
-0x37e9 004058 deposit rega 
-0x37ea 004059 set0 27 ,pdata 
-0x37eb 004060 idiv temp 
-0x37ec 004061 fetch 2 ,mem_dsniff 
-0x37ed 004062 call wait_div_end 
-0x37ee 004063 remainder regc 
-0x37ef 004064 isub regc ,pdata 
-0x37f0 004065 branch sniff_init_nowrap ,positive 
-0x37f1 004066 iadd temp ,pdata 
-:      004067 sniff_init_nowrap:
-0x37f2 004068 iadd rega ,pdata 
-0x37f3 004069 store 4 ,mem_sniff_anchor 
-0x37f4 004070 jam switch_flag_init ,mem_switch_flag 
-0x37f5 004071 fetch 1 ,mem_state 
-0x37f6 004072 set1 state_insniff ,pdata 
-0x37f7 004073 store 1 ,mem_state 
-0x37f8 004074 fetch 1 ,mem_sniff_attempt 
-0x37f9 004075 store 1 ,mem_current_sniff_attempt 
-0x37fa 004076 jam 0x80 ,mem_seqi 
-0x37fb 004077 setarg 0 
-0x37fc 004078 store 3 ,mem_sniff_rcv 
-0x37fd 004079 store 3 ,mem_sniff_lost 
-0x37fe 004080 store 1 ,mem_sniff_unint_lost 
-0x37ff 004081 jam bt_evt_enter_sniff ,mem_fifo_temp 
-0x3800 004082 call ui_ipc_send_event 
-0x3801 004083 fetch 2 ,mem_rx_window_sniff 
-0x3802 004084 store 2 ,mem_rx_window 
-0x3803 004085 nrtn master 
-0x3804 004086 add am_addr ,-1 ,queue 
-0x3805 004087 rtn 
-:      004089 sniff_exit:
-0x3806 004090 set0 mark_ext_patch ,mark 
-0x3807 004091 bpatch patch0e_5 ,mem_patch0e 
-0x3808 004092 fetch 1 ,mem_state 
-0x3809 004093 rtnbit0 state_insniff 
-0x380a 004094 set0 state_insniff ,pdata 
-0x380b 004095 store 1 ,mem_state 
-0x380c 004096 jam 0x7f ,mem_seqi 
-0x380d 004097 fetch 2 ,mem_rx_window_init 
-0x380e 004098 store 2 ,mem_rx_window 
-0x380f 004099 disable wake 
-0x3810 004100 jam bt_evt_exit_sniff ,mem_fifo_temp 
-0x3811 004101 branch ui_ipc_send_event 
-:      004104 check_attempt:
-0x3812 004105 set0 mark_ext_patch ,mark 
-0x3813 004106 bpatch patch0e_6 ,mem_patch0e 
-0x3814 004107 enable attempt 
-0x3815 004108 fetch 1 ,mem_state 
-0x3816 004109 bbit1 state_insniff ,check_attempt_sniff 
-0x3817 004110 rtnmark1 mark_testmode 
-0x3818 004111 fetch 1 ,mem_arq 
-0x3819 004112 rtnbit1 wack 
-0x381a 004113 fetch 1 ,mem_lmp_to_send 
-0x381b 004114 nrtn blank 
-0x381c 004115 fetch 1 ,mem_op 
-0x381d 004116 rtnbit1 op_txl2cap 
-:      004117 check_attempt_nomore:
-0x381e 004118 force 0 ,pdata 
-0x381f 004119 rtn 
-:      004121 check_attempt_sniff:
-0x3820 004122 bbit0 state_insco ,check_attempt_not_sco 
-0x3821 004123 fetch 1 ,mem_current_sniff_attempt 
-0x3822 004124 beq 2 ,check_attempt_sniff_restore_sco 
-0x3823 004125 fetch 1 ,mem_arq 
-0x3824 004126 bbit1 wack ,check_attempt_notimeout 
-0x3825 004127 bmark0 mark_esco_rxok ,check_attempt_notimeout 
-:      004128 check_attempt_sniff_restore_sco:
-0x3826 004129 call restore_esco 
-0x3827 004130 nbranch check_attempt_notimeout ,master 
-0x3828 004131 fetch 1 ,mem_lmp_to_send 
-0x3829 004132 nbranch check_attempt_notimeout ,blank 
-:      004133 check_attempt_sco_master:
-0x382a 004134 fetch 1 ,mem_sco_poll 
-0x382b 004135 increase -1 ,pdata 
-0x382c 004136 store 1 ,mem_sco_poll 
-0x382d 004137 nbranch check_attempt_nomore ,blank 
-0x382e 004138 jam param_sco_poll ,mem_sco_poll 
-0x382f 004139 branch check_attempt_notimeout 
-:      004141 check_attempt_not_sco:
-0x3830 004142 fetch 1 ,mem_current_sniff_attempt 
-0x3831 004143 bne 1 ,check_attempt_notimeout 
-0x3832 004144 fetch 1 ,mem_current_sniff_timeout 
-0x3833 004145 branch check_attempt_notimeout ,blank 
-0x3834 004146 increase -1 ,pdata 
-0x3835 004147 store 1 ,mem_current_sniff_timeout 
-0x3836 004148 fetch 1 ,mem_arq 
-0x3837 004149 rtnbit1 wack 
-0x3838 004150 nrtn match 
-:      004151 check_attempt_notimeout:
-0x3839 004152 fetch 1 ,mem_current_sniff_attempt 
-0x383a 004153 increase -1 ,pdata 
-0x383b 004154 store 1 ,mem_current_sniff_attempt 
-0x383c 004155 rtn 
-:      004158 sniff_check_window:
-0x383d 004159 set0 mark_ext_patch ,mark 
-0x383e 004160 bpatch patch0e_7 ,mem_patch0e 
-0x383f 004161 disable swfine 
-0x3840 004162 copy temp ,stop_watch 
-0x3841 004163 call context_search_sniff_window 
-0x3842 004164 disable user 
-0x3843 004165 nrtn zero 
-0x3844 004166 force 0 ,stop_watch 
-0x3845 004167 enable user 
-0x3846 004168 rtn 
-:      004171 check_esco_amaddr:
-0x3847 004172 fetch 1 ,mem_esco_addr 
-0x3848 004173 icompare 0xff ,am_addr 
-0x3849 004174 rtn 
-:      004176 play_sco:
-0x384a 004177 set0 mark_ext_patch ,mark 
-0x384b 004178 bpatch patch0f_0 ,mem_patch0f 
-0x384c 004179 jam 1 ,mem_max_slot 
-0x384d 004181 call enable_pcm 
-0x384e 004182 force 12 ,pdata 
-0x384f 004183 store 2 ,mem_tsniff 
-0x3850 004184 fetch 1 ,mem_esco_desco 
-0x3851 004185 lshift pdata ,pdata 
-0x3852 004186 store 2 ,mem_dsniff 
-0x3853 004187 fetch 1 ,mem_state 
-0x3854 004188 set1 state_insco ,pdata 
-0x3855 004189 store 1 ,mem_state 
-0x3856 004190 jam 3 ,mem_sniff_attempt 
-0x3857 004191 jam 3 ,mem_current_sniff_attempt 
-0x3858 004192 call sniff_init 
-0x3859 004193 force 0 ,temp 
-0x385a 004194 call hci_send_sco_complete 
-0x385b 004195 jam 0x50 ,mem_esco_arq 
-0x385c 004196 jam param_sco_poll ,mem_sco_poll 
-0x385d 004197 rtn 
-:      004199 stop_sco:
-0x385e 004200 set0 mark_ext_patch ,mark 
-0x385f 004201 bpatch patch0f_1 ,mem_patch0f 
-0x3860 004202 call sniff_exit 
-0x3861 004203 jam 5 ,mem_max_slot 
-0x3862 004205 call disable_pcm 
-0x3863 004206 fetch 1 ,mem_state 
-0x3864 004207 set0 state_insco ,pdata 
-0x3865 004208 store 1 ,mem_state 
-:      004209 stop_sco_hci:
-0x3866 004210 arg 0xe00 ,temp 
-0x3867 004211 jam hci_error_remote_user_ended_connection ,mem_hci_disconn_reason 
-0x3868 004212 branch hci_send_disconn_complete 
-:      004214 stop_esco:
-0x3869 004215 set0 mark_ext_patch ,mark 
-0x386a 004216 bpatch patch0f_2 ,mem_patch0f 
-0x386b 004217 jam default_neogotiation_state ,mem_neogotiation_state 
-0x386c 004218 call stop_sco 
-0x386d 004219 call restore_esco 
-0x386e 004220 set0 mark_esco ,mark 
-0x386f 004221 rtn 
-:      004223 parse_l2cap:
-0x3870 004224 set0 mark_ext_patch ,mark 
-0x3871 004225 bpatch patch0f_3 ,mem_patch0f 
-0x3872 004226 fetch 1 ,mem_device_option 
-0x3873 004227 beq dvc_op_hci ,parse_l2cap_hci 
-0x3874 004228 set0 mark_rxbuf_inuse ,mark 
-:      004229 parse_l2cap_cont:
-0x3875 004230 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x3876 004231 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x3877 004232 rtn blank 
-0x3878 004233 isolate1 l2cap_inuse_buff1 ,pdata 
-0x3879 004234 arg mem_l2cap_rxbuff1 ,contr 
-0x387a 004235 call process_rx_l2cap_pkt ,true 
-0x387b 004236 set0 mark_ext_patch ,mark 
-0x387c 004237 bpatch patch0f_4 ,mem_patch0f 
-0x387d 004238 fetch 1 ,mem_l2cap_rx_done 
-0x387e 004239 beq l2cap_rx_done ,parse_l2cap_release_buff1 
-0x387f 004241 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x3880 004242 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x3881 004243 rtnbit0 l2cap_inuse_buff2 
-0x3882 004244 arg mem_l2cap_rxbuff2 ,contr 
-0x3883 004245 call process_rx_l2cap_pkt 
-0x3884 004246 fetch 1 ,mem_l2cap_rx_done 
-0x3885 004247 beq l2cap_rx_done ,parse_l2cap_release_buff2 
-0x3886 004248 rtn 
-:      004250 parse_l2cap_exit:
-0x3887 004251 fetch 1 ,mem_state_map 
-0x3888 004252 set0 smap_rxl2cap ,pdata 
-0x3889 004253 store 1 ,mem_state_map 
-0x388a 004254 set0 mark_rxbuf_inuse ,mark 
-0x388b 004255 branch h4_send_acl_trigger_clear 
-:      004257 parse_l2cap_release_buff1:
-0x388c 004258 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x388d 004259 set0 l2cap_inuse_buff1 ,pdata 
-0x388e 004260 store 1 ,mem_l2cap_rxbuff_inuse 
-0x388f 004261 setarg 0 
-0x3890 004262 store 2 ,mem_l2cap_rxbuff1_len 
-0x3891 004263 rtn 
-:      004264 parse_l2cap_release_buff2:
-0x3892 004265 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x3893 004266 set0 l2cap_inuse_buff2 ,pdata 
-0x3894 004267 store 1 ,mem_l2cap_rxbuff_inuse 
-0x3895 004268 setarg 0 
-0x3896 004269 store 2 ,mem_l2cap_rxbuff2_len 
-0x3897 004270 rtn 
-:      004272 parse_l2cap_hci:
-0x3898 004273 fetch 1 ,mem_state_map 
-0x3899 004274 rtnbit0 smap_rxl2cap ,pdata 
-0x389a 004275 call h4_send_acl_trigger 
-0x389b 004276 fetch 2 ,mem_acl_credits 
-0x389c 004277 branch assert ,blank 
-0x389d 004278 increase -1 ,pdata 
-0x389e 004279 store 2 ,mem_acl_credits 
-0x389f 004280 branch parse_l2cap_exit 
-:      004282 l2cap_buff1_inuse:
-0x38a0 004283 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x38a1 004284 set1 l2cap_inuse_buff1 ,pdata 
-0x38a2 004285 store 1 ,mem_l2cap_rxbuff_inuse 
-0x38a3 004286 rtn 
-:      004288 l2cap_buff2_inuse:
-0x38a4 004289 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x38a5 004290 set1 l2cap_inuse_buff2 ,pdata 
-0x38a6 004291 store 1 ,mem_l2cap_rxbuff_inuse 
-0x38a7 004292 rtn 
-:      004298 slave_send_access:
-0x38a8 004299 set0 mark_ext_patch ,mark 
-0x38a9 004300 bpatch patch0f_5 ,mem_patch0f 
-0x38aa 004301 add clke_bt ,1 ,bt_clk 
-0x38ab 004302 call fetch_extm_bt_adr 
-0x38ac 004303 force 0x03 ,freq_mode 
-0x38ad 004304 call tx_radio_freq 
-0x38ae 004305 call start_transmitter 
-0x38af 004306 call start_tx_external 
-0x38b0 004307 branch send_access_word 
-:      004310 slave_conn_send_packet:
-0x38b1 004311 set0 mark_ext_patch ,mark 
-0x38b2 004312 bpatch patch0f_6 ,mem_patch0f 
-0x38b3 004313 call rf_setup_time_slave_slot 
-0x38b4 004314 deposit clke_bt 
-0x38b5 004315 fetcht 4 ,mem_next_btclk 
-0x38b6 004316 isub temp ,pdata 
-0x38b7 004317 rtnne 1 
-0x38b8 004318 compare type_null ,type ,0x1f 
-0x38b9 004319 nbranch slave_conn_send_access ,true 
-0x38ba 004320 fetch 1 ,mem_rx_type 
-0x38bb 004321 rtn blank 
-:      004322 slave_conn_send_access:
-0x38bc 004323 call slave_send_access 
-0x38bd 004324 compare type_id ,type ,0x1f 
-0x38be 004325 branch end_of_packet ,true 
-:      004326 transmit_packet:
-0x38bf 004327 rshift bt_clk ,temp 
-0x38c0 004328 or temp ,0x40 ,white_init 
-:      004329 transmit_packet_whitened:
-0x38c1 004330 set0 mark_ext_patch ,mark 
-0x38c2 004331 bpatch patch0f_7 ,mem_patch0f 
-0x38c3 004332 enable enable_white 
-0x38c4 004333 enable enable_hec 
-0x38c5 004334 enable encode_fec1 
-0x38c6 004335 set0 mark_longpacket ,mark 
-0x38c7 004336 deposit am_addr 
-0x38c8 004337 inject mod ,3 
-0x38c9 004338 deposit type 
-0x38ca 004339 inject mod ,4 
-0x38cb 004340 fetch 1 ,mem_arq 
-0x38cc 004341 inject bucket ,4 
-0x38cd 004342 inject mod ,3 
-0x38ce 004343 enable enable_parity 
-0x38cf 004344 inject mod ,8 
-0x38d0 004345 disable encode_fec1 
-0x38d1 004346 disable enable_parity 
-0x38d2 004347 disable enable_hec 
-0x38d3 004348 set0 psk3m ,radio_ctrl 
-0x38d4 004349 arg 0 ,temp 
-0x38d5 004350 call reserve_slot 
-0x38d6 004351 set0 mark_ext_patch ,mark 
-0x38d7 004352 bpatch patch10_0 ,mem_patch10 
-0x38d8 004353 and type ,0x1f ,pdata 
-0x38d9 004354 beq type_lmp ,transmit_lmp 
-0x38da 004355 beq type_null ,end_of_packet 
-0x38db 004356 beq type_poll ,end_of_packet 
-0x38dc 004357 beq type_fhs ,transmit_fhs 
-0x38dd 004358 beq type_dm1 ,transmit_dm1 
-0x38de 004359 beq type_dh1 ,transmit_dh1 
-0x38df 004360 beq type_hv3 ,transmit_hev 
-0x38e0 004361 beq type_3dh1 ,transmit_3dh1 
-0x38e1 004362 arg 4 ,temp 
-0x38e2 004363 call reserve_slot 
-0x38e3 004364 beq type_dm3 ,transmit_dm3 
-0x38e4 004365 beq type_dh3 ,transmit_dh3 
-0x38e5 004366 arg 8 ,temp 
-0x38e6 004367 call reserve_slot 
-0x38e7 004368 beq type_dh5 ,transmit_dh5 
-0x38e8 004369 branch transmit_dm5 
-:      004372 transmit_hev:
-0x38e9 004373 set0 mark_ext_patch ,mark 
-0x38ea 004374 bpatch patch10_1 ,mem_patch10 
-0x38eb 004375 enable encode_fec0 
-0x38ec 004376 enable enable_crc 
-0x38ed 004377 enable encrypt 
-0x38ee 004378 force 30 ,loopcnt 
-0x38ef 004379 arg mem_sco_obuf ,contr 
-:      004380 transmit_ev_loop:
-0x38f0 004381 ifetch 1 ,contr 
-0x38f1 004382 inject mod ,8 
-0x38f2 004383 loop transmit_ev_loop 
-0x38f3 004384 bmark1 mark_esco ,transmit_end 
-0x38f4 004385 branch end_of_packet 
-:      004387 transmit_fhs:
-0x38f5 004388 set0 mark_ext_patch ,mark 
-0x38f6 004389 bpatch patch10_2 ,mem_patch10 
-0x38f7 004390 fetch 1 ,mem_fhs_am_addr 
-0x38f8 004391 icopy am_addr 
-0x38f9 004392 fetch 1 ,mem_fhs_misc 
-0x38fa 004393 icopy fhs_misc 
-0x38fb 004394 fetch 3 ,mem_class 
-0x38fc 004395 icopy fhs_class 
-0x38fd 004396 fetch 2 ,mem_nap 
-0x38fe 004397 icopy nap 
-0x38ff 004398 enable enable_crc 
-0x3900 004399 enable encode_fec2 
-0x3901 004400 copy bt_adr ,rega 
-0x3902 004401 call fetch_self_bt_adr 
-0x3903 004402 pulse recalc 
-0x3904 004403 nop 32 
-0x3905 004404 copy bt_clk ,timeup 
-0x3906 004405 fetch 4 ,mem_clkn_bt 
-0x3907 004406 icopy bt_clk 
-0x3908 004407 preload fhs0 
-0x3909 004408 set1 58 ,pdata 
-0x390a 004409 inject mod ,72 
-0x390b 004410 preload fhs1 
-0x390c 004411 inject mod ,72 
-0x390d 004412 copy timeup ,bt_clk 
-0x390e 004413 copy rega ,bt_adr 
-0x390f 004414 enable enable_parity 
-0x3910 004415 inject mod ,16 
-0x3911 004416 disable enable_parity 
-0x3912 004417 branch end_of_packet 
-:      004419 transmit_lmp:
-0x3913 004420 set0 mark_ext_patch ,mark 
-0x3914 004421 bpatch patch10_3 ,mem_patch10 
-0x3915 004422 enable encrypt 
-0x3916 004423 enable enable_crc 
-0x3917 004424 enable encode_fec2 
-0x3918 004425 fetch 1 ,mem_lmo_header_length 
-0x3919 004426 and pdata ,0x1f8 ,temp 
-0x391a 004427 arg mem_lmo_header_length ,contr 
-0x391b 004428 increase 8 ,temp 
-:      004429 transmit_lmp_loop:
-0x391c 004430 add temp ,-72 ,regc 
-0x391d 004431 nbranch transmit_lmp_finish ,positive 
-0x391e 004432 ifetch 9 ,contr 
-0x391f 004433 inject mod ,72 
-0x3920 004434 copy regc ,temp 
-0x3921 004435 branch transmit_lmp_loop 
-:      004436 transmit_lmp_finish:
-0x3922 004437 ifetch 9 ,contr 
-0x3923 004438 iinject mod ,temp 
-0x3924 004439 branch transmit_end 
-:      004441 transmit_dm1:
-0x3925 004442 enable encode_fec2 
-0x3926 004443 branch transmit_dmh 
-:      004444 transmit_dm3:
-:      004445 transmit_dm5:
-0x3927 004446 enable encode_fec2 
-0x3928 004447 set1 mark_longpacket ,mark 
-0x3929 004448 branch transmit_dmh 
-:      004450 transmit_3dh1:
-0x392a 004451 set1 psk3m ,radio_ctrl 
-:      004452 transmit_dh1:
-0x392b 004453 enable encode_fec0 
-0x392c 004454 branch transmit_dmh 
-:      004456 transmit_dh3:
-:      004457 transmit_dh5:
-0x392d 004458 set1 psk3m ,radio_ctrl 
-0x392e 004459 enable encode_fec0 
-0x392f 004460 set1 mark_longpacket ,mark 
-:      004462 transmit_dmh:
-0x3930 004463 set0 mark_ext_patch ,mark 
-0x3931 004464 bpatch patch10_4 ,mem_patch10 
-0x3932 004465 fetch 1 ,mem_state_map 
-0x3933 004466 bbit0 smap_edr ,transmit_noedr 
-0x3934 004467 sub type ,3 ,null 
-0x3935 004468 branch transmit_noedr ,positive 
-0x3936 004469 disable encrypt 
-0x3937 004470 disable encode_fec2 
-0x3938 004471 enable encode_fec0 
-0x3939 004472 disable enable_white 
-0x393a 004473 set1 psk ,radio_ctrl 
-0x393b 004474 isolate1 psk3m ,radio_ctrl 
-0x393c 004475 branch transmit_edr3m ,true 
-0x393d 004476 setarg 0xabeee 
-0x393e 004477 inject mod ,20 
-0x393f 004478 branch transmit_edr_sync_end 
-:      004479 transmit_edr3m:
-0x3940 004480 setarg 0x5faeba 
-0x3941 004481 inject mod ,24 
-0x3942 004482 setarg 0x12 
-0x3943 004483 inject mod ,6 
-:      004484 transmit_edr_sync_end:
-0x3944 004485 enable enable_white 
-0x3945 004486 set1 mark_longpacket ,mark 
-:      004487 transmit_noedr:
-0x3946 004488 enable encrypt 
-0x3947 004489 enable enable_crc 
-0x3948 004490 bmark1 mark_loopback ,transmit_loopback 
-0x3949 004491 fetch 1 ,mem_tx_lch 
-0x394a 004492 inject mod ,3 
-0x394b 004493 fetch 2 ,mem_tx_len 
-0x394c 004494 iforce loopcnt 
-0x394d 004495 bmark1 mark_longpacket ,transmit_long 
-0x394e 004496 inject mod ,5 
-0x394f 004497 branch transmit_stuff 
-:      004498 transmit_long:
-0x3950 004499 inject mod ,13 
-:      004500 transmit_stuff:
-0x3951 004501 fetch 1 ,mem_device_option 
-0x3952 004502 beq dvc_op_hci ,transmit_stuff_hci 
-0x3953 004503 deposit loopcnt 
-0x3954 004504 branch transmit_end ,blank 
-0x3955 004505 fetch 2 ,mem_txptr 
-0x3956 004506 iforce contr 
-:      004507 transmit_stuff_loop:
-0x3957 004508 ifetch 1 ,contr 
-0x3958 004509 inject mod ,8 
-0x3959 004510 loop transmit_stuff_loop 
-0x395a 004511 branch transmit_end 
-:      004512 transmit_stuff_hci:
-0x395b 004513 fetch 2 ,mem_txptr 
-0x395c 004514 iforce contru 
-:      004515 transmit_stuff_hci_loop:
-0x395d 004516 ifetch 1 ,contru 
-0x395e 004517 inject mod ,8 
-0x395f 004518 loop transmit_stuff_hci_loop 
-:      004519 transmit_end:
-0x3960 004520 enable enable_parity 
-0x3961 004521 inject mod ,16 
-0x3962 004522 disable enable_parity 
-0x3963 004523 call set_wait_ack 
-0x3964 004524 fetch 1 ,mem_state_map 
-0x3965 004525 bbit0 smap_edr ,end_of_packet 
-0x3966 004526 force 0 ,pdata 
-0x3967 004527 inject mod ,6 
-0x3968 004528 branch end_of_packet 
-:      004531 transmit_loopback:
-0x3969 004532 set0 mark_ext_patch ,mark 
-0x396a 004533 bpatch patch10_5 ,mem_patch10 
-0x396b 004534 bmark1 mark_longpacket ,transmit_loopback_long 
-:      004535 transmit_loopback_short:
-0x396c 004536 fetch 1 ,mem_lch_code 
-0x396d 004537 inject mod ,3 
-0x396e 004538 fetch 1 ,mem_len 
-0x396f 004539 iforce regc 
-0x3970 004540 inject mod ,5 
-0x3971 004541 branch transmit_loopback_cont 
-:      004542 transmit_loopback_long:
-0x3972 004543 fetch 1 ,mem_lch_code 
-0x3973 004544 inject mod ,3 
-0x3974 004545 fetch 2 ,mem_len 
-0x3975 004546 iforce regc 
-0x3976 004547 inject mod ,13 
-:      004548 transmit_loopback_cont:
-0x3977 004549 arg mem_rxbuf ,contr 
-:      004550 transmit_loopback_loop:
-0x3978 004551 copy regc ,null 
-0x3979 004552 branch transmit_loopback_end ,zero 
-0x397a 004553 ifetch 1 ,contr 
-0x397b 004554 inject mod ,8 
-0x397c 004555 increase -1 ,regc 
-0x397d 004556 branch transmit_loopback_loop 
-:      004557 transmit_loopback_end:
-0x397e 004558 fetch 2 ,mem_tst_pktcnt_dmh 
-0x397f 004559 increase 1 ,pdata 
-0x3980 004560 store 2 ,mem_tst_pktcnt_dmh 
-0x3981 004561 branch transmit_end 
-:      004564 apply_switch_clke:
-0x3982 004565 fetch 4 ,mem_clke_bt 
-0x3983 004566 add pdata ,7 ,rega 
-0x3984 004567 fetch 2 ,mem_slot_offset 
-0x3985 004568 nbranch apply_switch_nozero ,blank 
-0x3986 004569 increase -3 ,rega 
-0x3987 004570 branch apply_switch_wait_loop 
-:      004571 apply_switch_nozero:
-0x3988 004572 mul32 pdata ,12 ,pdata 
-0x3989 004573 hfetcht 2 ,core_halfslot 
-0x398a 004574 increase 1 ,temp 
-:      004575 apply_switch_loop:
-0x398b 004576 isub temp ,pdata 
-0x398c 004577 nbranch apply_switch_bt ,positive 
-0x398d 004578 increase -1 ,rega 
-0x398e 004579 branch apply_switch_loop 
-:      004580 apply_switch_bt:
-0x398f 004581 sub pdata ,0 ,pdata 
-:      004582 apply_switch_wait_loop:
-0x3990 004583 until null ,oneslot 
-0x3991 004584 compare 0 ,clkn_bt ,3 
-0x3992 004585 nbranch apply_switch_wait_loop ,true 
-0x3993 004586 iforce clke_rt 
-0x3994 004587 copy rega ,clke_bt 
-0x3995 004588 iforce clke_rt 
-0x3996 004589 rtn 
-:      004592 calc_slot_offset:
-0x3997 004593 set0 mark_ext_patch ,mark 
-0x3998 004594 bpatch patch10_6 ,mem_patch10 
-0x3999 004595 until null ,halfslot 
-0x399a 004596 deposit clke 
-0x399b 004597 iforce contr 
-0x399c 004598 rshift16 ,pdata ,pdata 
-0x399d 004599 isub clkn_bt ,loopcnt 
-0x399e 004600 and_into 3 ,loopcnt 
-0x399f 004601 nbranch calc_bt_portion ,zero 
-0x39a0 004602 force 0 ,pdata 
-0x39a1 004603 branch calc_skip_bt 
-:      004604 calc_bt_portion:
-0x39a2 004605 arg 3750 ,temp 
-0x39a3 004606 force 0 ,pdata 
-:      004607 calc_slot_offset_loop:
-0x39a4 004608 iadd temp ,pdata 
-0x39a5 004609 loop calc_slot_offset_loop 
-:      004610 calc_skip_bt:
-0x39a6 004611 iadd contr ,pdata 
-0x39a7 004612 div pdata ,12 
-0x39a8 004613 call wait_div_end 
-0x39a9 004614 quotient pdata 
-0x39aa 004615 store 2 ,mem_slot_offset 
-0x39ab 004616 rtn 
-:      004618 calc_clke_offset:
-0x39ac 004619 set0 mark_ext_patch ,mark 
-0x39ad 004620 bpatch patch10_7 ,mem_patch10 
-0x39ae 004621 deposit clke 
-0x39af 004622 copy clkn ,temp 
-0x39b0 004623 isub temp ,null 
-0x39b1 004624 nsetflag positive ,44 ,pdata 
-0x39b2 004625 isub temp ,temp 
-0x39b3 004626 setarg 3750 
-0x39b4 004627 isolate0 15 ,temp 
-0x39b5 004628 branch calc_clke_pos ,true 
-0x39b6 004629 setarg -61786 
-0x39b7 004630 iadd temp ,temp 
-:      004631 calc_clke_pos:
-0x39b8 004632 storet 6 ,mem_le_clk_offset 
-0x39b9 004633 rtn le 
-0x39ba 004634 storet 6 ,mem_clk_offset 
-0x39bb 004635 rtn 
-:      004637 calc_clke:
-0x39bc 004638 disable clknt 
-0x39bd 004639 fetch 6 ,mem_le_clk_offset 
-0x39be 004640 branch calc_clke2 ,le 
-0x39bf 004641 fetch 6 ,mem_clk_offset 
-:      004642 calc_clke2:
-0x39c0 004643 iadd clkn ,alarm 
-0x39c1 004644 increase 10 ,alarm 
-0x39c2 004645 setarg 3750 
-0x39c3 004646 isub alarm ,pdata 
-0x39c4 004647 isolate0 15 ,pdata 
-0x39c5 004648 branch calc_clke_pos_adj ,true 
-0x39c6 004649 setarg 0xf15a 
-0x39c7 004650 iadd alarm ,alarm 
-:      004651 calc_clke_pos2:
-0x39c8 004652 copy alarm ,clke 
-0x39c9 004653 rtn 
-:      004654 calc_clke_pos_adj:
-0x39ca 004655 force 0 ,null 
-0x39cb 004656 branch calc_clke_pos2 
-:      004663 calc_radio_freq:
-0x39cc 004664 set0 mark_ext_patch ,mark 
-0x39cd 004665 bpatch patch11_0 ,mem_patch11 
-0x39ce 004666 call set_sync_on 
-0x39cf 004667 copy bt_clk ,pdata 
-0x39d0 004668 and_into 0x180 ,pdata 
-0x39d1 004669 compare 3 ,freq_mode ,0x07 
-0x39d2 004670 nbranch freq_not_connection ,true 
-0x39d3 004671 rshift3 pdata ,pdata 
-0x39d4 004672 iadd freq_index ,pdata 
-0x39d5 004673 branch do_hop_mod_now 
-:      004674 freq_not_connection:
-0x39d6 004675 copy freq_index ,pdata 
-:      004676 do_hop_mod_now:
-0x39d7 004677 div pdata ,79 
-0x39d8 004678 pulse recalc 
-0x39d9 004679 call wait_div_end 
-0x39da 004680 remainder rega 
-0x39db 004681 add rega ,-40 ,temp 
-0x39dc 004682 branch odd_half ,positive 
-0x39dd 004683 lshift rega ,temp 
-0x39de 004684 branch freq_result 
-:      004685 odd_half:
-0x39df 004686 lshift temp ,temp 
-0x39e0 004687 increase 1 ,temp 
-:      004688 freq_result:
-0x39e1 004689 set0 mark_ext_patch ,mark 
-0x39e2 004690 bpatch patch11_1 ,mem_patch11 
-0x39e3 004691 fetch 1 ,mem_mode 
-0x39e4 004692 bbit0 afh_change ,afh_process_con 
-:      004693 afh_process_0:
-0x39e5 004694 fetch 4 ,mem_afh_instant 
-0x39e6 004695 isub bt_clk ,null 
-0x39e7 004696 branch afh_process_con ,positive 
-0x39e8 004697 call afh_clear 
-0x39e9 004698 fetch 1 ,mem_afh_new_mod 
-0x39ea 004699 rtn blank 
-0x39eb 004700 fetch 1 ,mem_mode 
-0x39ec 004701 set1 afh_enable ,pdata 
-0x39ed 004702 store 1 ,mem_mode 
-0x39ee 004703 fetch 5 ,mem_afh_map_new 
-0x39ef 004704 store 5 ,mem_afh_map_lo 
-0x39f0 004705 ifetch 5 ,contr 
-0x39f1 004706 store 5 ,mem_afh_map_hi 
-0x39f2 004707 call afh_process_freq_map 
-:      004708 afh_process_con:
-0x39f3 004709 fetch 1 ,mem_mode 
-0x39f4 004710 rtnbit0 afh_enable 
-0x39f5 004711 isolate1 1 ,bt_clk 
-0x39f6 004712 branch afh_same_channel ,true 
-0x39f7 004713 rshift3 temp ,rega 
-0x39f8 004714 and temp ,7 ,queue 
-0x39f9 004715 setarg mem_afh_map_lo 
-0x39fa 004716 iadd rega ,rega 
-0x39fb 004717 ifetch 1 ,rega 
-0x39fc 004718 qisolate0 pdata 
-0x39fd 004719 branch afh_process_1 ,true 
-0x39fe 004720 deposit temp 
-0x39ff 004721 branch afh_process_end 
-:      004722 afh_process_1:
-0x3a00 004723 fetch 1 ,mem_afh_used 
-0x3a01 004724 iforce regb 
-0x3a02 004725 deposit bt_clk 
-0x3a03 004726 and_into 0x180 ,pdata 
-0x3a04 004727 rshift3 pdata ,pdata 
-0x3a05 004728 iadd freq_index ,pdata 
-0x3a06 004729 idiv regb 
-0x3a07 004730 setarg mem_afh_map 
-0x3a08 004731 call wait_div_end 
-0x3a09 004732 remainder rega 
-0x3a0a 004733 iadd rega ,contr 
-0x3a0b 004734 ifetch 1 ,contr 
-:      004735 afh_process_end:
-0x3a0c 004736 store 1 ,mem_afh_index 
-0x3a0d 004737 iforce temp 
-0x3a0e 004738 rtn 
-:      004740 afh_same_channel:
-0x3a0f 004741 fetch 1 ,mem_afh_index 
-0x3a10 004742 iforce temp 
-0x3a11 004743 rtn 
-:      004745 afh_clear:
-0x3a12 004746 fetch 1 ,mem_mode 
-0x3a13 004747 set0 afh_enable ,pdata 
-0x3a14 004748 set0 afh_change ,pdata 
-0x3a15 004749 store 1 ,mem_mode 
-0x3a16 004750 rtn 
-:      004756 afh_process_freq_map:
-0x3a17 004757 set0 mark_ext_patch ,mark 
-0x3a18 004758 bpatch patch11_2 ,mem_patch11 
-0x3a19 004759 arg mem_afh_map ,contw 
-0x3a1a 004760 force 10 ,loopcnt 
-0x3a1b 004761 call memset0 
-0x3a1c 004762 arg mem_afh_map ,contw 
-0x3a1d 004763 force 0 ,regc 
-0x3a1e 004764 force 2 ,queue 
-:      004765 process_freq_3:
-0x3a1f 004766 fetch 5 ,mem_afh_map_lo 
-0x3a20 004767 iforce temp 
-0x3a21 004768 compare 2 ,queue ,0xff 
-0x3a22 004769 branch process_freq_1 ,true 
-0x3a23 004770 rshift temp ,temp 
-:      004771 process_freq_1:
-0x3a24 004772 isolate0 0 ,temp 
-0x3a25 004773 branch process_freq_0 ,true 
-0x3a26 004774 deposit regc 
-0x3a27 004775 istore 1 ,contw 
-:      004776 process_freq_0:
-0x3a28 004777 rshift2 temp ,temp 
-0x3a29 004778 increase 2 ,regc 
-0x3a2a 004779 compare 40 ,regc ,0xfe 
-0x3a2b 004780 nbranch process_freq_2 ,true 
-0x3a2c 004781 fetch 5 ,mem_afh_map_hi 
-0x3a2d 004782 iforce temp 
-0x3a2e 004783 compare 2 ,queue ,0xff 
-0x3a2f 004784 branch process_freq_2 ,true 
-0x3a30 004785 rshift temp ,temp 
-:      004786 process_freq_2:
-0x3a31 004787 sub regc ,78 ,null 
-0x3a32 004788 branch process_freq_1 ,positive 
-0x3a33 004789 force 1 ,regc 
-0x3a34 004790 increase -1 ,queue 
-0x3a35 004791 nbranch process_freq_3 ,zero 
-0x3a36 004792 arg mem_afh_map ,rega 
-0x3a37 004793 deposit contw 
-0x3a38 004794 isub rega ,pdata 
-0x3a39 004795 store 1 ,mem_afh_used 
-0x3a3a 004796 rtn 
-:      004798 rx_radio_freq:
-0x3a3b 004799 set0 mark_ext_patch ,mark 
-0x3a3c 004800 bpatch patch11_3 ,mem_patch11 
-0x3a3d 004801 call calc_radio_freq 
-0x3a3e 004802 fetch 1 ,mem_debug_config 
-0x3a3f 004803 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
-0x3a40 004804 fetcht 1 ,mem_rx_fixed_freq 
-:      004805 rx_radio_freq_now:
-0x3a41 004806 branch set_freq_rx 
-:      004809 tx_radio_freq:
-0x3a42 004810 set0 mark_ext_patch ,mark 
-0x3a43 004811 bpatch patch11_4 ,mem_patch11 
-0x3a44 004812 call calc_radio_freq 
-0x3a45 004813 fetch 1 ,mem_debug_config 
-0x3a46 004814 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
-0x3a47 004815 fetcht 1 ,mem_tx_fixed_freq 
-:      004816 tx_radio_freq_now:
-0x3a48 004817 branch set_freq_tx 
-:      004820 fetch_giac:
-0x3a49 004821 force 0 ,uap 
-0x3a4a 004822 fetch 3 ,mem_glap 
-0x3a4b 004823 iforce lap 
-0x3a4c 004824 rtn 
-:      004826 fetch_page_bt_adr:
-0x3a4d 004827 set0 mark_ext_patch ,mark 
-0x3a4e 004828 bpatch patch11_5 ,mem_patch11 
-0x3a4f 004829 fetch 1 ,mem_hci_puap 
-0x3a50 004830 icopy uap 
-0x3a51 004831 fetch 3 ,mem_hci_plap 
-0x3a52 004832 icopy lap 
-0x3a53 004833 rtn 
-:      004835 fetch_self_bt_adr:
-0x3a54 004836 set0 mark_ext_patch ,mark 
-0x3a55 004837 bpatch patch11_6 ,mem_patch11 
-0x3a56 004838 fetch 2 ,mem_nap 
-0x3a57 004839 icopy nap 
-0x3a58 004840 fetch 1 ,mem_uap 
-0x3a59 004841 icopy uap 
-0x3a5a 004842 fetch 3 ,mem_lap 
-0x3a5b 004843 icopy lap 
-0x3a5c 004844 rtn 
-:      004846 fetch_extm_bt_adr:
-0x3a5d 004847 set0 mark_ext_patch ,mark 
-0x3a5e 004848 bpatch patch11_7 ,mem_patch11 
-0x3a5f 004849 fetch 2 ,mem_pnap 
-0x3a60 004850 icopy nap 
-0x3a61 004851 fetch 1 ,mem_puap 
-0x3a62 004852 icopy uap 
-0x3a63 004853 fetch 3 ,mem_plap 
-0x3a64 004854 icopy lap 
-0x3a65 004855 rtn 
-:      004858 fetch_diac:
-0x3a66 004859 bmark1 mark_all_diac ,fetch_diac_do 
-0x3a67 004860 rtnmark0 mark_inquiry_state 
-0x3a68 004861 rtnmark0 mark_periodical_diac 
-:      004862 fetch_diac_do:
-0x3a69 004863 and_into -256 ,lap 
-0x3a6a 004864 pulse recalc 
-0x3a6b 004865 nop 32 
-0x3a6c 004866 rtn 
-:      004869 shutdown_radio:
-0x3a6d 004870 set0 mark_ext_patch ,mark 
-0x3a6e 004871 bpatch patch12_0 ,mem_patch12 
-0x3a6f 004872 force 0 ,radio_ctrl 
-0x3a70 004873 disable is_rx 
-0x3a71 004874 disable is_tx 
-0x3a72 004875 pulse packet_end 
-0x3a73 004876 hjam 0x0 ,rfen_mdm 
-0x3a74 004877 hjam 0x0 ,rfen_tx 
-0x3a75 004878 hjam 0x0 ,rfen_rx 
-0x3a76 004879 hjam 0 ,rfen_sn 
-0x3a77 004880 hjam 0x70 ,rfen_msc 
-0x3a78 004881 hjam 0x0 ,rfen_adc 
-0x3a79 004882 rtn 
-:      004884 set_sync_on:
-0x3a7a 004885 set0 mark_ext_patch ,mark 
-0x3a7b 004886 bpatch patch12_1 ,mem_patch12 
-0x3a7c 004887 hjam 0x0 ,rfen_mdm 
-0x3a7d 004888 hjam 0x0 ,rfen_tx 
-0x3a7e 004889 hjam 0x18 ,rfen_rx 
-0x3a7f 004890 hjam 0xa7 ,rfen_sn 
-0x3a80 004891 hjam 0x7f ,rfen_msc 
-0x3a81 004892 rtn 
-:      004895 set_freq_rx:
-0x3a82 004896 set0 mark_ext_patch ,mark 
-0x3a83 004897 bpatch patch12_2 ,mem_patch12 
-0x3a84 004899 storet 1 ,mem_last_freq 
-0x3a85 004900 add temp ,rx_freq_offset ,rega 
-0x3a86 004901 branch rf_write_freq 
-:      004902 rf_rx_enable:
-0x3a87 004903 set0 mark_ext_patch ,mark 
-0x3a88 004904 bpatch patch12_3 ,mem_patch12 
-0x3a89 004905 hjam 0xcf ,rfen_tx 
-0x3a8a 004906 nop 10 
-0x3a8b 004907 hjam 0xff ,rfen_rx 
-0x3a8c 004908 hjam 0xaf ,rfen_sn 
-0x3a8d 004909 hjam 0xff ,rfen_msc 
-0x3a8e 004910 nop 10 
-0x3a8f 004911 hjam 0xa0 ,rfen_mdm 
-0x3a90 004912 rtn 
-:      004915 set_freq_tx:
-0x3a91 004916 set0 mark_ext_patch ,mark 
-0x3a92 004917 bpatch patch12_4 ,mem_patch12 
-0x3a93 004918 storet 1 ,mem_last_freq 
-0x3a94 004919 add temp ,tx_freq_offset ,rega 
-0x3a95 004920 call rf_write_freq 
-0x3a96 004921 setarg param_pll_setup 
-0x3a97 004922 call sleep 
-:      004923 txon:
-0x3a98 004924 hjam 0x1 ,rfen_adc 
-0x3a99 004925 hjam 0x3c ,rfen_rx 
-0x3a9a 004926 hjam 0xe0 ,rfen_tx 
-0x3a9b 004927 hjam 0xb7 ,rfen_sn 
-0x3a9c 004928 hjam 0x7f ,rfen_mdm 
-0x3a9d 004929 rtn 
-:      004931 initialize_radio:
-0x3a9e 004932 hjam clksel_rc ,core_clksel 
-0x3a9f 004933 call init_rf_regs 
-0x3aa0 004934 call init_agc_table 
-:      004935 initialize_radio_wait:
-0x3aa1 004936 fetch 2 ,mem_rf_init_ptr 
-0x3aa2 004937 bbit0 14 ,initialize_radio_wait 
-0x3aa3 004938 iforce contr 
-0x3aa4 004939 arg 0x8900 ,temp 
-:      004940 initialize_radio_loop:
-0x3aa5 004941 ifetch 1 ,contr 
-0x3aa6 004942 beq 0xff ,initialize_radio_cont 
-0x3aa7 004943 ior temp ,contw 
-0x3aa8 004944 ifetch 1 ,contr 
-0x3aa9 004945 istore 1 ,contw 
-0x3aaa 004946 branch initialize_radio_loop 
-:      004947 initialize_radio_cont:
-0x3aab 004948 set0 mark_ext_patch ,mark 
-0x3aac 004949 bpatch patch12_5 ,mem_patch12 
-0x3aad 004950 call lpm_cal_xtal_startup 
-0x3aae 004951 call switchto_dpllclk 
-0x3aaf 004953 setarg param_dpll_start_delay 
-0x3ab0 004954 iadd clkn_bt ,pdata 
-0x3ab1 004955 store 4 ,mem_dpll_clkn 
-0x3ab2 004956 set1 reset ,radio_ctrl 
-0x3ab3 004957 force 0 ,radio_ctrl 
-0x3ab4 004958 ncall do_rccal ,wake 
-0x3ab5 004959 branch set_rccal 
-:      004962 rf_write_freq:
-0x3ab6 004963 set0 mark_ext_patch ,mark 
-0x3ab7 004964 bpatch patch12_6 ,mem_patch12 
-0x3ab8 004965 setarg 2400 
-0x3ab9 004966 iadd rega ,temp 
-0x3aba 004967 fetch 1 ,mem_fcomp_mul 
-0x3abb 004968 hjam 0x04 ,rf_pll_rstn 
-0x3abc 004969 imul32 temp ,pdata 
-0x3abd 004970 fetcht 1 ,mem_fcomp_div 
-0x3abe 004971 idiv temp 
-0x3abf 004972 call wait_div_end 
-0x3ac0 004973 quotient rega 
-0x3ac1 004974 remainder pdata 
-0x3ac2 004975 lshift16 pdata ,pdata 
-0x3ac3 004976 lshift4 pdata ,pdata 
-0x3ac4 004977 idiv temp 
-0x3ac5 004978 call wait_div_end 
-0x3ac6 004979 quotient pdata 
-0x3ac7 004980 lshift8 pdata ,pdata 
-0x3ac8 004981 lshift pdata ,pdata 
-0x3ac9 004982 ior rega ,pdata 
-0x3aca 004983 hstore 4 ,rf_pll_intg 
-0x3acb 004984 hjam 0x44 ,rf_pll_rstn 
-0x3acc 004985 hjam 0xc4 ,rf_pll_rstn 
-0x3acd 004986 rtn 
-:      004989 do_rccal:
-0x3ace 004990 set0 mark_ext_patch ,mark 
-0x3acf 004991 bpatch patch12_7 ,mem_patch12 
-0x3ad0 004992 hjam 0x02 ,rfen_adc 
-0x3ad1 004993 setarg 250000 
-0x3ad2 004994 call sleep 
-0x3ad3 004995 hjam 0x7f ,rfen_rx 
-0x3ad4 004996 nop 130 
-0x3ad5 004997 hjam 0x30 ,rf_rccal_ctrl 
-0x3ad6 004998 hjam 0xd0 ,rfen_tx 
-0x3ad7 004999 hjam 0x70 ,rf_rccal_ctrl 
-0x3ad8 005000 hjam 0xf0 ,rf_rccal_ctrl 
-0x3ad9 005001 force 50 ,loopcnt 
-:      005002 do_rccal_loop:
-0x3ada 005003 hfetch 1 ,rf_rccal_result 
-0x3adb 005004 bbit1 5 ,do_rccal_end 
-0x3adc 005005 loop do_rccal_loop 
-:      005006 do_rccal_end:
-0x3add 005007 store 1 ,mem_rf_rccal 
-0x3ade 005008 hjam 0 ,rfen_tx 
-0x3adf 005009 hjam 0 ,rfen_rx 
-0x3ae0 005010 hjam 0x00 ,rfen_adc 
-0x3ae1 005011 rtn 
-:      005013 set_rccal:
-0x3ae2 005014 set0 mark_ext_patch ,mark 
-0x3ae3 005015 bpatch patch13_0 ,mem_patch13 
-0x3ae4 005016 fetch 1 ,mem_rf_rccal 
-0x3ae5 005017 set1 5 ,pdata 
-0x3ae6 005018 hstore 1 ,rf_rccal_ctrl 
-0x3ae7 005019 hfetcht 1 ,rf_bpf_ctrim 
-0x3ae8 005020 and_into 7 ,temp 
-0x3ae9 005021 lshift3 pdata ,pdata 
-0x3aea 005022 ior temp ,pdata 
-0x3aeb 005023 hstore 1 ,rf_bpf_ctrim 
-0x3aec 005024 hfetch 1 ,rf_bpf_ib 
-0x3aed 005025 set0 bpf_rccal ,pdata 
-0x3aee 005026 hstore 1 ,rf_bpf_ib 
-0x3aef 005027 hfetch 1 ,rf_adc_rccal 
-0x3af0 005028 set0 adc_rccal ,pdata 
-0x3af1 005029 hstore 1 ,rf_adc_rccal 
-0x3af2 005030 rtn 
-:      005032 save_rssi:
-0x3af3 005033 set0 mark_ext_patch ,mark 
-0x3af4 005034 bpatch patch13_1 ,mem_patch13 
-0x3af5 005035 hfetch 2 ,rf_afc_d2a 
-0x3af6 005036 rshift4 pdata ,pdata 
-0x3af7 005037 rshift3 pdata ,pdata 
-0x3af8 005038 sub pdata ,0 ,pdata 
-0x3af9 005039 and_into 0xff ,pdata 
-0x3afa 005040 div pdata ,10 
-0x3afb 005041 call wait_div_end 
-0x3afc 005042 quotient pdata 
-0x3afd 005043 lshift4 pdata ,pdata 
-0x3afe 005044 remainder temp 
-0x3aff 005045 ior temp ,pdata 
-0x3b00 005046 store 1 ,mem_rssi 
-0x3b01 005047 rtn 
-:      005049 switchto_rcclk:
-0x3b02 005050 hjam 0xa ,core_clksel 
-0x3b03 005051 hjam 0 ,rfen_ck 
-0x3b04 005052 hfetch 3 ,core_lpm_ctrl 
-0x3b05 005053 hstore 3 ,core_lpm_reg 
-0x3b06 005054 hjam 0xfc ,core_lpm_reg 
-0x3b07 005055 call lpm_write_ctrl 
-0x3b08 005056 nop 1000 
-0x3b09 005057 rtn 
-:      005059 switchto_dpllclk:
-0x3b0a 005060 hjam clksel_rc ,core_clksel 
-0x3b0b 005061 hfetch 1 ,rf_clkpll_frac + 2 
-0x3b0c 005062 set0 4 ,pdata 
-0x3b0d 005063 set0 5 ,pdata 
-0x3b0e 005064 hstore 1 ,rf_clkpll_frac + 2 
-0x3b0f 005065 hjam 0x00 ,rfen_ck 
-0x3b10 005066 hjam 0x00 ,rfen_msc 
-0x3b11 005067 hjam 0x70 ,rfen_msc 
-0x3b12 005068 hjam 0xff ,rfen_ck 
-0x3b13 005069 hfetch 1 ,rf_clkpll_frac + 2 
-0x3b14 005070 set1 4 ,pdata 
-0x3b15 005071 set1 5 ,pdata 
-0x3b16 005072 hstore 1 ,rf_clkpll_frac + 2 
-0x3b17 005073 call init_lpm_ctrl 
-0x3b18 005074 hfetch 1 ,rf_clkpll_int 
-0x3b19 005075 set1 7 ,pdata 
-0x3b1a 005076 hstore 1 ,rf_clkpll_int 
-0x3b1b 005077 set0 7 ,pdata 
-0x3b1c 005078 hstore 1 ,rf_clkpll_int 
-0x3b1d 005079 set1 7 ,pdata 
-0x3b1e 005080 hstore 1 ,rf_clkpll_int 
-0x3b1f 005081 hjam clksel_dpll ,core_clksel 
-0x3b20 005082 rtn 
-:      005084 check_dpll:
-0x3b21 005085 nop 1000 
-0x3b22 005086 hjam clksel_xtal ,core_clksel 
-0x3b23 005087 nop 10 
-0x3b24 005088 hjam 0x00 ,core_bist_ctrl 
-0x3b25 005089 hjam ccnt_start ,core_misc_ctrl 
-:      005090 check_dpll_loop:
-0x3b26 005091 hfetch 1 ,core_perf_status 
-0x3b27 005092 bbit0 1 ,check_dpll_loop 
-0x3b28 005093 hfetcht 3 ,core_clk_counter 
-0x3b29 005094 hjam clksel_dpll ,core_clksel 
-0x3b2a 005095 nop 10 
-0x3b2b 005096 hjam ccnt_start ,core_misc_ctrl 
-:      005097 check_dpll_loop2:
-0x3b2c 005098 hfetch 1 ,core_perf_status 
-0x3b2d 005099 bbit0 1 ,check_dpll_loop2 
-0x3b2e 005100 hfetch 3 ,core_clk_counter 
-0x3b2f 005101 isub temp ,pdata 
-0x3b30 005102 branch check_dpll_pos ,positive 
-0x3b31 005103 sub pdata ,0 ,pdata 
-:      005104 check_dpll_pos:
-0x3b32 005105 store 2 ,mem_dpll_error 
-0x3b33 005106 sub pdata ,70 ,null 
-:      005107 check_dpll_assert:
-0x3b34 005108 nbranch check_dpll_assert ,positive 
-0x3b35 005109 rtn 
-:      005111 xtal_fast_wake:
-0x3b36 005112 setarg 0xf0f 
-0x3b37 005113 branch lpm_write_config 
-:      005115 init_lpm_ctrl:
-0x3b38 005116 setarg 0x80f 
-0x3b39 005117 branch lpm_write_config 
-:      005121 start_receiver:
-0x3b3a 005122 set0 mark_ext_patch ,mark 
-0x3b3b 005123 bpatch patch13_2 ,mem_patch13 
-0x3b3c 005124 call rf_rx_enable 
-0x3b3d 005125 disable is_tx 
-0x3b3e 005126 enable is_rx 
-0x3b3f 005127 pulse init_encrypt 
-0x3b40 005128 rtn 
-:      005130 prep_crypt:
-0x3b41 005131 set0 mark_ext_patch ,mark 
-0x3b42 005132 bpatch patch13_3 ,mem_patch13 
-0x3b43 005133 fetch 1 ,mem_state_map 
-0x3b44 005134 isolate1 smap_encryption ,pdata 
-0x3b45 005135 setflag true ,0 ,pdata 
-0x3b46 005136 hstore 1 ,core_encrypt 
-0x3b47 005137 arg mem_kc ,contr 
-0x3b48 005138 ifetch 9 ,contr 
-0x3b49 005139 iforce kc_ls 
-0x3b4a 005140 ifetch 7 ,contr 
-0x3b4b 005141 iforce kc_ms 
-0x3b4c 005142 fetch 1 ,mem_key_size 
-0x3b4d 005143 add pdata ,-1 ,g1l 
-0x3b4e 005144 pulse kc_p_activate 
-0x3b4f 005145 rtn 
-:      005147 wait_access_clke_rt:
-0x3b50 005148 set0 mark_ext_patch ,mark 
-0x3b51 005149 bpatch patch13_4 ,mem_patch13 
-0x3b52 005150 enable decode_fec0 
-0x3b53 005151 arg param_conn_access ,timeup 
-0x3b54 005152 correlate clke_rt ,meet 
-:      005153 wait_access_end:
-0x3b55 005154 deposit clke 
-0x3b56 005155 store 6 ,mem_sync_clke 
-0x3b57 005156 disable decode_fec0 
-0x3b58 005157 nbranch shutdown_radio ,sync 
-0x3b59 005158 arg param_clke_cal ,clke_rt 
-0x3b5a 005159 increase 1 ,clke_bt 
-0x3b5b 005160 and_into 0x1fc ,clke_bt 
-0x3b5c 005161 rtn 
-:      005165 wait_access_mhalfbnd:
-0x3b5d 005166 enable decode_fec0 
-:      005167 wait_access_mhalfbnd_correlate:
-0x3b5e 005168 correlate null ,mhalfbnd 
-0x3b5f 005169 branch wait_access_end ,sync 
-0x3b60 005170 compare 0x02 ,clke_bt ,0x02 
-0x3b61 005171 nbranch wait_access_mhalfbnd_correlate ,true 
-0x3b62 005172 branch wait_access_end 
-:      005174 wait_access_clkn_rt:
-0x3b63 005175 set0 mark_ext_patch ,mark 
-0x3b64 005176 bpatch patch13_5 ,mem_patch13 
-0x3b65 005177 arg param_conn_access ,timeup 
-0x3b66 005178 enable decode_fec0 
-0x3b67 005179 correlate clkn_rt ,meet 
-0x3b68 005180 disable decode_fec0 
-0x3b69 005181 nbranch shutdown_radio ,sync 
-0x3b6a 005182 rtn 
-:      005184 wait_access_forever:
-0x3b6b 005185 set0 mark_ext_patch ,mark 
-0x3b6c 005186 bpatch patch13_6 ,mem_patch13 
-0x3b6d 005187 enable decode_fec0 
-0x3b6e 005188 correlate null ,timeout 
-0x3b6f 005189 disable decode_fec0 
-0x3b70 005190 nbranch shutdown_radio ,sync 
-0x3b71 005191 arg param_clke_cal ,clke_rt 
-0x3b72 005192 and_into 0x1fc ,clke_bt 
-0x3b73 005193 rtn 
-:      005196 reserve_slot:
-0x3b74 005197 set0 mark_ext_patch ,mark 
-0x3b75 005198 bpatch patch13_7 ,mem_patch13 
-0x3b76 005199 iforce rega 
-0x3b77 005200 deposit bt_clk 
-0x3b78 005201 iadd temp ,timeup 
-0x3b79 005202 copy timeup ,pdata 
-0x3b7a 005203 store 4 ,mem_next_btclk 
-0x3b7b 005204 deposit rega 
-0x3b7c 005205 rtn 
-:      005208 ahead_window:
-0x3b7d 005209 copy pdata ,temp 
-0x3b7e 005210 set0 mark_ext_patch ,mark 
-0x3b7f 005211 bpatch patch14_0 ,mem_patch14 
-0x3b80 005212 copy temp ,pdata 
-0x3b81 005213 call clk2bt 
-0x3b82 005214 lshift16 bt_clk ,pdata 
-0x3b83 005215 set1 44 ,pdata 
-0x3b84 005216 call clk_diff 
-0x3b85 005217 set0 44 ,pdata 
-0x3b86 005218 call get_clk 
-0x3b87 005219 call clk_diff 
-0x3b88 005220 rtn user 
-0x3b89 005221 call clk2rt 
-0x3b8a 005222 iforce stop_watch 
-0x3b8b 005223 until null ,timeout 
-0x3b8c 005224 rtn 
-:      005227 setup_clk:
-0x3b8d 005228 set0 mark_ext_patch ,mark 
-0x3b8e 005229 bpatch patch14_1 ,mem_patch14 
-0x3b8f 005230 branch setup_clkn ,clknt 
-0x3b90 005231 until clke_rt ,meet 
-:      005232 skip_setup_clke:
-0x3b91 005233 copy clke_bt ,temp 
-0x3b92 005234 branch setup_clknbt 
-:      005235 setup_clkn:
-0x3b93 005236 branch skip_setup_clkn ,attempt 
-0x3b94 005237 until clkn_rt ,meet 
-:      005238 skip_setup_clkn:
-0x3b95 005239 copy clkn_bt ,temp 
-:      005240 setup_clknbt:
-0x3b96 005241 branch setup_clk11 ,user 
-0x3b97 005242 compare 1 ,temp ,3 
-0x3b98 005243 nbranch setup_clk ,true 
-:      005244 setup_complete:
-0x3b99 005245 set0 mark_ext_patch ,mark 
-0x3b9a 005246 bpatch patch14_2 ,mem_patch14 
-0x3b9b 005247 fetch 1 ,mem_state 
-0x3b9c 005248 rtnbit0 state_inconn 
-0x3b9d 005249 fetch 4 ,mem_next_btclk 
-0x3b9e 005250 isub temp ,pdata 
-0x3b9f 005251 nrtn positive 
-0x3ba0 005252 sub pdata ,0xff ,null 
-0x3ba1 005253 branch setup_clk ,positive 
-0x3ba2 005254 rtn 
-:      005255 setup_clk11:
-0x3ba3 005256 compare 3 ,temp ,3 
-0x3ba4 005257 nbranch setup_clk ,true 
-0x3ba5 005258 branch setup_complete 
-:      005260 rf_setup_time:
-0x3ba6 005261 set0 mark_ext_patch ,mark 
-0x3ba7 005262 bpatch patch14_3 ,mem_patch14 
-0x3ba8 005263 arg param_rf_setup ,timeup 
-0x3ba9 005264 branch setup_clk 
-:      005266 rf_setup_time_slave_slot:
-0x3baa 005267 disable user 
-0x3bab 005268 branch rf_setup_time 
-:      005270 rf_setup_time_master_slot:
-0x3bac 005271 enable user 
-0x3bad 005272 branch rf_setup_time 
-:      005274 start_transmitter:
-0x3bae 005275 set0 mark_ext_patch ,mark 
-0x3baf 005276 bpatch patch14_4 ,mem_patch14 
-0x3bb0 005277 call prep_crypt 
-0x3bb1 005278 disable is_rx 
-0x3bb2 005279 enable is_tx 
-0x3bb3 005280 rtn 
-:      005284 start_tx_native:
-0x3bb4 005285 set0 mark_ext_patch ,mark 
-0x3bb5 005286 bpatch patch14_5 ,mem_patch14 
-0x3bb6 005287 arg param_tx_setup ,timeup 
-0x3bb7 005288 until clkn_rt ,meet 
-0x3bb8 005289 pulse init_encrypt 
-0x3bb9 005290 rtn 
-:      005292 start_rx_native:
-0x3bba 005293 set0 mark_ext_patch ,mark 
-0x3bbb 005294 bpatch patch14_6 ,mem_patch14 
-0x3bbc 005295 arg param_rx_setup ,timeup 
-0x3bbd 005296 until clkn_rt ,meet 
-0x3bbe 005297 rtn 
-:      005300 start_tx_external:
-0x3bbf 005301 set0 mark_ext_patch ,mark 
-0x3bc0 005302 bpatch patch14_7 ,mem_patch14 
-0x3bc1 005303 arg param_tx_setup ,timeup 
-0x3bc2 005304 until clke_rt ,meet 
-0x3bc3 005305 pulse init_encrypt 
-0x3bc4 005306 rtn 
-:      005308 send_access_word:
-0x3bc5 005309 set0 mark_ext_patch ,mark 
-0x3bc6 005310 bpatch patch15_0 ,mem_patch15 
-0x3bc7 005311 preload access 
-0x3bc8 005312 enable encode_fec0 
-0x3bc9 005313 set1 txgfsk ,radio_ctrl 
-0x3bca 005314 inject mod ,72 
-0x3bcb 005315 disable encode_fec0 
-0x3bcc 005316 rtn 
-:      005319 scan_mode_whiten:
-0x3bcd 005320 copy xin ,temp 
-0x3bce 005321 or_into 0x60 ,temp 
-0x3bcf 005322 copy temp ,white_init 
-0x3bd0 005323 rtn 
-:      005328 get_free_amaddr:
-0x3bd1 005329 set0 mark_ext_patch ,mark 
-0x3bd2 005330 bpatch patch15_1 ,mem_patch15 
-0x3bd3 005331 fetch 1 ,mem_current_amaddr 
-0x3bd4 005332 increase 1 ,pdata 
-0x3bd5 005333 bne param_esco_addr ,get_free_amaddr_cont 
-0x3bd6 005334 force 1 ,pdata 
-:      005335 get_free_amaddr_cont:
-0x3bd7 005336 store 1 ,mem_current_amaddr 
-0x3bd8 005337 iforce am_addr 
-0x3bd9 005338 rtn 
-:      005340 get_clk:
-0x3bda 005341 copy clkn ,temp 
-0x3bdb 005342 rtn master 
-0x3bdc 005343 copy clke ,temp 
-0x3bdd 005344 rtn 
-:      005346 get_clkbt:
-0x3bde 005347 deposit clkn_bt 
-0x3bdf 005348 rtn master 
-0x3be0 005349 deposit clke_bt 
-0x3be1 005350 rtn 
-:      005353 supervision_update:
-0x3be2 005354 set0 mark_ext_patch ,mark 
-0x3be3 005355 bpatch patch15_2 ,mem_patch15 
-0x3be4 005356 fetcht 4 ,mem_supervision_timer 
-0x3be5 005357 call get_clkbt 
-0x3be6 005358 isub temp ,timeup 
-0x3be7 005359 deposit timeup 
-0x3be8 005360 fetcht 2 ,mem_supervision_to 
-0x3be9 005361 lshift temp ,temp 
-0x3bea 005362 isub temp ,pdata 
-0x3beb 005363 rtn 
-:      005365 supervision_flush:
-0x3bec 005366 set0 mark_ext_patch ,mark 
-0x3bed 005367 bpatch patch15_3 ,mem_patch15 
-0x3bee 005368 call get_clkbt 
-0x3bef 005369 store 4 ,mem_supervision_timer 
-0x3bf0 005370 rtn 
-:      005372 assert:
-0x3bf1 005373 branch assert 
-:      005375 loop:
-0x3bf2 005376 branch loop 
-:      005378 sleep:
-0x3bf3 005379 rtn blank 
-0x3bf4 005381 rshift pdata ,pdata 
-0x3bf5 005382 increase -3 ,pdata 
-:      005383 sleep_loop:
-0x3bf6 005384 increase -1 ,pdata 
-0x3bf7 005385 nbranch sleep_loop ,zero 
-0x3bf8 005386 force 0 ,pdata 
-0x3bf9 005387 rtn 
-:      005391 init_param:
-0x3bfa 005393 arg 0x10 ,loopcnt 
-0x3bfb 005394 arg 0 ,contw 
-0x3bfc 005395 call memset0 
-0x3bfd 005396 arg mem_le_state ,contw 
-0x3bfe 005397 arg 10 ,loopcnt 
-0x3bff 005398 call memset0 
-0x3c00 005399 jam 0 ,mem_sp_calc 
-0x3c01 005400 jam 0 ,mem_fifo_temp 
-0x3c02 005401 jam 0 ,mem_le_testtype 
-0x3c03 005402 jam 0 ,mem_debug_config 
-0x3c04 005403 jam 0 ,mem_lmp_conn_state 
-0x3c05 005404 set0 mark_ext_patch ,mark 
-0x3c06 005405 bpatch patch15_4 ,mem_patch15 
-0x3c07 005406 jam 0 ,mem_connection_options 
-0x3c08 005407 jam 0 ,mem_tester_emulate 
-0x3c09 005408 jam 0 ,mem_tester_cnt 
-0x3c0a 005409 setarg param_glap 
-0x3c0b 005410 store 3 ,mem_glap 
-0x3c0c 005411 setarg param_acl_pktlen 
-0x3c0d 005412 store 2 ,mem_acl_pktlen 
-0x3c0e 005413 jam param_sco_pktlen ,mem_sco_pktlen 
-0x3c0f 005414 jam param_acl_pktcnt ,mem_acl_pktcnt 
-0x3c10 005415 jam param_sco_pktcnt ,mem_sco_pktcnt 
-0x3c11 005416 setarg param_hci_version 
-0x3c12 005417 store 3 ,mem_hci_version 
-0x3c13 005418 setarg param_lmp_version 
-0x3c14 005419 store 3 ,mem_lmp_version 
-0x3c15 005420 setarg param_lmp_subversion 
-0x3c16 005421 store 2 ,mem_lmp_subversion 
-0x3c17 005422 jam 0x60 ,mem_fhs_misc 
-0x3c18 005423 jam param_max_slot ,mem_max_slot 
-0x3c19 005424 jam 0x02 ,mem_fw_ver 
-0x3c1a 005425 call init_memp 
-0x3c1b 005426 set0 mark_ext_patch ,mark 
-0x3c1c 005427 bpatch patch15_5 ,mem_patch15 
-0x3c1d 005428 rtn wake 
-0x3c1e 005429 setarg 0 
-0x3c1f 005430 store 2 ,mem_tx_len 
-0x3c20 005431 rshift clkn_bt ,pdata 
-0x3c21 005432 store 4 ,mem_last_clkn 
-0x3c22 005433 rtn 
-:      005437 init_esco_ibuff:
-0x3c23 005438 setarg 0xaa ,pdata 
-0x3c24 005439 arg mem_sco_ibuf ,contw 
-0x3c25 005440 force 30 ,loopcnt 
-:      005441 init_esco_ibuff_loop:
-0x3c26 005442 istore 1 ,contw 
-0x3c27 005443 loop init_esco_ibuff_loop 
-0x3c28 005444 rtn 
-:      005446 init_rf_regs:
-0x3c29 005447 hjam 0x02 ,0x907 
-0x3c2a 005448 hjam 0x1f ,0x908 
-0x3c2b 005449 hjam 0x1f ,0x909 
-0x3c2c 005450 hjam 0xe0 ,0x90a 
-0x3c2d 005451 hjam 0x4e ,0x90b 
-0x3c2e 005452 hjam 0x45 ,rf_agc_ctrl 
-0x3c2f 005453 hjam 0x00 ,0x953 
-0x3c30 005455 hjam 0xfb ,0x94c 
-0x3c31 005456 hjam 0xef ,0x94d 
-0x3c32 005457 hjam 0x0c ,0x94e 
-0x3c33 005459 hjam 0x88 ,0x96f 
-0x3c34 005460 hjam 0x30 ,0x973 
-0x3c35 005463 hjam 0x00 ,0x953 
-0x3c36 005464 hjam 0xc9 ,0x956 
-0x3c37 005465 hjam 0x6c ,0x958 
-0x3c38 005466 hjam 0x50 ,0x959 
-0x3c39 005467 rtn 
-:      005469 init_agc_table:
-0x3c3a 005471 hjam 0xa9 ,0x930 
-0x3c3b 005472 hjam 0xb1 ,0x92f 
-0x3c3c 005473 hjam 0xb9 ,0x92e 
-0x3c3d 005474 hjam 0xAD ,0x92d 
-0x3c3e 005475 hjam 0xB1 ,0x92c 
-0x3c3f 005476 hjam 0xB5 ,0x92b 
-0x3c40 005477 hjam 0xBA ,0x92a 
-0x3c41 005478 hjam 0xBE ,0x929 
-0x3c42 005479 hjam 0xC2 ,0x928 
-0x3c43 005480 hjam 0xC6 ,0x927 
-0x3c44 005481 hjam 0xCA ,0x926 
-0x3c45 005482 hjam 0xCE ,0x925 
-0x3c46 005483 hjam 0xD2 ,0x924 
-0x3c47 005484 hjam 0xD6 ,0x923 
-0x3c48 005485 hjam 0xDA ,0x922 
-0x3c49 005486 hjam 0xDE ,0x921 
-0x3c4a 005487 hjam 0xE2 ,0x920 
-0x3c4b 005488 hjam 0xE6 ,0x91f 
-0x3c4c 005489 hjam 0xEA ,0x91e 
-0x3c4d 005490 hjam 0xEE ,0x91d 
-0x3c4e 005491 hjam 0xF2 ,0x91c 
-0x3c4f 005492 hjam 0xF6 ,0x91b 
-0x3c50 005493 hjam 0xFB ,0x91a 
-0x3c51 005495 hjam 0xf5 ,0x947 
-0x3c52 005496 hjam 0xe5 ,0x946 
-0x3c53 005497 hjam 0xd5 ,0x945 
-0x3c54 005498 hjam 0xD8 ,0x944 
-0x3c55 005499 hjam 0xC9 ,0x943 
-0x3c56 005500 hjam 0xC8 ,0x942 
-0x3c57 005501 hjam 0x89 ,0x941 
-0x3c58 005502 hjam 0x88 ,0x940 
-0x3c59 005503 hjam 0x87 ,0x93f 
-0x3c5a 005504 hjam 0x48 ,0x93e 
-0x3c5b 005505 hjam 0x09 ,0x93d 
-0x3c5c 005506 hjam 0x08 ,0x93c 
-0x3c5d 005507 hjam 0xC9 ,0x93b 
-0x3c5e 005508 hjam 0xC8 ,0x93a 
-0x3c5f 005509 hjam 0xC7 ,0x939 
-0x3c60 005510 hjam 0xC6 ,0x938 
-0x3c61 005511 hjam 0xC5 ,0x937 
-0x3c62 005512 hjam 0xC4 ,0x936 
-0x3c63 005513 hjam 0xC3 ,0x935 
-0x3c64 005514 hjam 0xC2 ,0x934 
-0x3c65 005515 hjam 0xC1 ,0x933 
-0x3c66 005516 hjam 0xC0 ,0x932 
-0x3c67 005517 hjam 0x80 ,0x931 
-0x3c68 005518 rtn 
-:      005522 init_250k:
-0x3c69 005523 enable le 
-0x3c6a 005524 setarg 0x8e89be 
-0x3c6b 005525 lshift8 pdata ,pdata 
-0x3c6c 005526 or_into 0xd6 ,pdata 
-0x3c6d 005527 iforce access 
-0x3c6e 005528 hjam 7 ,0x914 
-0x3c6f 005529 hjam 0xa0 ,0x90a 
-0x3c70 005530 hjam 0x8f ,0x90d 
-0x3c71 005531 hjam 0x0f ,0x911 
-0x3c72 005532 hjam 0x87 ,0x912 
-0x3c73 005533 rtn 
-:      005538 lpmstate:
-0x3c74 005539 setarg 0xee21 
-0x3c75 005540 hstore 2 ,core_clkoff 
-0x3c76 005541 hfetch 1 ,core_lpm_ldocnt 
-0x3c77 005542 bbit0 gpio_latch ,loadcode 
-0x3c78 005543 enable wake 
-0x3c79 005544 bbit0 cold_wake ,lpmwake 
-0x3c7a 005545 disable wake 
-0x3c7b 005546 deposit auxcnt 
-0x3c7c 005547 nbranch lpmwake ,blank 
-0x3c7d 005548 arg param_hibernate_clks ,temp 
-0x3c7e 005549 branch lpm_enter_sleep 
-:      005550 lpmwake:
-0x3c7f 005551 hfetch 3 ,core_lpm_xtalcnt 
-0x3c80 005552 hstore 3 ,core_lpm_reg 
-0x3c81 005553 ifetch 1 ,contr 
-0x3c82 005554 or_into isogate_mask ,pdata 
-0x3c83 005555 istore 1 ,contw 
-0x3c84 005556 call lpm_write_ctrl2 
-0x3c85 005557 hfetch 1 ,core_lpm_isogate 
-0x3c86 005558 set1 enable_retmem ,pdata 
-0x3c87 005559 hstore 1 ,core_lpm_isogate 
-0x3c88 005560 call lpm_write_ctrl2 
-0x3c89 005561 call lpm_load_context ,wake 
-0x3c8a 005562 hfetch 1 ,core_lpm_reg + 2 
-0x3c8b 005563 set0 gpio_latch ,pdata 
-0x3c8c 005564 hstore 1 ,core_lpm_reg + 2 
-0x3c8d 005565 call lpm_write_ctrl2 
-0x3c8e 005566 rtn wake 
-0x3c8f 005567 branch loadcode 
-:      005569 lpm_load_context:
-0x3c90 005570 fetch 1 ,mem_saved_spidctrl 
-0x3c91 005571 hstore 1 ,core_spid_ctrl 
-0x3c92 005572 fetch 3 ,mem_saved_gsel 
-0x3c93 005573 hstore 3 ,core_gpio_sel 
-0x3c94 005574 fetch 4 ,mem_saved_gpio + 4 
-0x3c95 005575 hstore 4 ,core_gpio_out0 
-0x3c96 005576 fetch 4 ,mem_saved_gpio 
-0x3c97 005577 hstore 4 ,core_gpio_oe0 
-0x3c98 005578 fetch 8 ,mem_saved_gpio + 8 
-0x3c99 005579 hstore 8 ,core_gpio_pu0 
-0x3c9a 005580 fetch 8 ,mem_saved_mark 
-0x3c9b 005581 iforce mark 
-0x3c9c 005582 hfetch 8 ,core_gpio_wakeup_low 
-0x3c9d 005583 store 8 ,mem_gpio_wakeup_low 
-0x3c9e 005584 call load_ucode 
-0x3c9f 005585 rtn 
-:      005587 lpm_save_context:
-0x3ca0 005588 deposit mark 
-0x3ca1 005589 store 8 ,mem_saved_mark 
-0x3ca2 005590 hfetch 8 ,core_gpio_oe0 
-0x3ca3 005591 store 8 ,mem_saved_gpio 
-0x3ca4 005592 ifetch 8 ,contr 
-0x3ca5 005593 istore 8 ,contw 
-0x3ca6 005594 hfetch 3 ,core_gpio_sel 
-0x3ca7 005595 store 3 ,mem_saved_gsel 
-0x3ca8 005596 hfetch 1 ,core_spid_ctrl 
-0x3ca9 005597 store 1 ,mem_saved_spidctrl 
-0x3caa 005598 branch lpm_write_gpio_wakeup 
-:      005600 lpo_calibration:
-0x3cab 005601 hfetch 1 ,core_bist_ctrl 
-0x3cac 005602 nbranch lpo_cal_inited ,blank 
-0x3cad 005603 fetch 3 ,mem_clks_per_lpo 
-0x3cae 005604 nrtn blank 
-0x3caf 005605 hjam 0xc0 ,core_bist_ctrl 
-0x3cb0 005606 hjam ccnt_start ,core_misc_ctrl 
-:      005607 lpo_cal_inited:
-0x3cb1 005608 hfetch 1 ,core_perf_status 
-0x3cb2 005609 rtnbit0 1 
-0x3cb3 005610 hfetch 3 ,core_clk_counter 
-0x3cb4 005611 store 3 ,mem_clks_per_lpo 
-0x3cb5 005612 rtn 
-:      005616 lpm_adjust_clk:
-0x3cb6 005617 set0 mark_ext_patch ,mark 
-0x3cb7 005618 bpatch patch15_6 ,mem_patch15 
-0x3cb8 005619 deposit clke 
-0x3cb9 005620 call clk_diff_rt 
-0x3cba 005621 fetcht 4 ,mem_sleep_counter_all 
-0x3cbb 005622 sub temp ,0xff ,null 
-0x3cbc 005623 rtn positive 
-0x3cbd 005624 lshift8 pdata ,pdata 
-0x3cbe 005625 lshift4 pdata ,pdata 
-0x3cbf 005626 idiv temp 
-0x3cc0 005627 call wait_div_end 
-0x3cc1 005628 quotient pdata 
-0x3cc2 005629 arg param_lpm_adjmax ,temp 
-0x3cc3 005630 call ceiling 
-0x3cc4 005631 store 1 ,mem_lpm_adjust 
-0x3cc5 005632 nbranch lpm_adjust_positive ,user 
-0x3cc6 005633 sub pdata ,0 ,pdata 
-:      005634 lpm_adjust_positive:
-0x3cc7 005635 fetcht 3 ,mem_clks_per_lpo 
-0x3cc8 005636 iadd temp ,pdata 
-0x3cc9 005637 store 3 ,mem_clks_per_lpo 
-:      005638 lpm_clear_counter:
-0x3cca 005639 setarg 0 
-0x3ccb 005640 store 4 ,mem_sleep_counter_all 
-0x3ccc 005641 rtn 
-:      005644 lpm_hibernate:
-0x3ccd 005645 set0 mark_ext_patch ,mark 
-0x3cce 005646 bpatch patch15_7 ,mem_patch15 
-0x3ccf 005647 call lpm_write_gpio_wakeup 
-0x3cd0 005648 hfetch 4 ,core_lpm_ctrl 
-0x3cd1 005649 set0 15 ,pdata 
-0x3cd2 005650 hstore 4 ,core_lpm_reg 
-0x3cd3 005651 call lpm_write_ctrl 
-:      005652 lpm_hibernate_normal:
-0x3cd4 005653 arg param_hibernate_clks ,temp 
-0x3cd5 005654 fetch 1 ,mem_lpm_hibernate_switch 
-0x3cd6 005655 store 1 ,mem_lpm_xtalcnt + 4 
-0x3cd7 005656 fetch 1 ,mem_lpm_xtalcnt + 2 
-0x3cd8 005657 set1 cold_wake ,pdata 
-0x3cd9 005658 store 1 ,mem_lpm_xtalcnt + 2 
-:      005661 lpm_sleep:
-0x3cda 005662 set0 mark_ext_patch ,mark 
-0x3cdb 005663 bpatch patch16_0 ,mem_patch16 
-0x3cdc 005664 fetch 4 ,mem_sleep_counter_all 
-0x3cdd 005665 iadd temp ,pdata 
-0x3cde 005666 store 4 ,mem_sleep_counter_all 
-0x3cdf 005667 call lpm_save_context 
-0x3ce0 005668 fetch 5 ,mem_lpm_xtalcnt 
-0x3ce1 005669 hstore 4 ,core_lpm_reg 
-0x3ce2 005670 rshift32 pdata ,rega 
-0x3ce3 005671 until null ,lpo_edge 
-0x3ce4 005672 deposit clkn 
-0x3ce5 005673 store 6 ,mem_sleep_clkn 
-0x3ce6 005674 hjam lpmreg_sel_ctrl2 ,core_lpm_wr 
-0x3ce7 005675 until null ,lpo_edge 
-0x3ce8 005676 until null ,lpo_edge 
-0x3ce9 005677 deposit rega 
-0x3cea 005678 hstore 1 ,core_lpm_isogate 
-0x3ceb 005679 hjam lpmreg_sel_ctrl2 ,core_lpm_wr 
-:      005680 lpm_enter_sleep:
-0x3cec 005681 until null ,lpo_edge 
-0x3ced 005682 until null ,lpo_edge 
-0x3cee 005683 hstoret 4 ,core_lpm_reg 
-0x3cef 005684 hjam lpmreg_sel_counter ,core_lpm_wr 
-0x3cf0 005685 until null ,never 
-:      005690 lpm_recover_clk:
-0x3cf1 005691 set0 mark_ext_patch ,mark 
-0x3cf2 005692 bpatch patch16_1 ,mem_patch16 
-0x3cf3 005693 setarg 0 
-0x3cf4 005694 copy auxcnt ,null 
-0x3cf5 005695 branch lpm_recover_timeout ,zero 
-0x3cf6 005696 hfetch 1 ,core_lpm_xtalcnt 
-0x3cf7 005697 hfetcht 1 ,core_lpm_buckcnt 
-0x3cf8 005698 isub temp ,null 
-0x3cf9 005699 branch lpm_recover_xtal ,positive 
-0x3cfa 005700 deposit temp 
-:      005701 lpm_recover_xtal:
-0x3cfb 005702 isub auxcnt ,pdata 
-0x3cfc 005703 increase 1 ,pdata 
-:      005704 lpm_recover_timeout:
-0x3cfd 005705 increase 8 ,pdata 
-0x3cfe 005706 until null ,lpo_edge 
-0x3cff 005707 iadd lpo_time ,pdata 
-0x3d00 005708 fetcht 4 ,mem_sleep_counter 
-0x3d01 005709 iadd temp ,pdata 
-0x3d02 005710 fetcht 3 ,mem_clks_per_lpo 
-0x3d03 005711 imul32 temp ,pdata 
-0x3d04 005712 rshift8 pdata ,pdata 
-0x3d05 005713 rshift4 pdata ,pdata 
-0x3d06 005714 increase param_lpm_fix ,pdata 
-0x3d07 005715 arg 3750 ,temp 
-0x3d08 005716 idiv temp 
-0x3d09 005717 call wait_div_end 
-0x3d0a 005718 quotient pdata 
-0x3d0b 005719 lshift16 pdata ,pdata 
-0x3d0c 005720 remainder temp 
-0x3d0d 005721 ior temp ,pdata 
-0x3d0e 005722 fetcht 6 ,mem_sleep_clkn 
-0x3d0f 005723 call clk_add 
-0x3d10 005724 copy temp ,clkn 
-0x3d11 005725 fetch 6 ,mem_context + coffset_clk_offset 
-0x3d12 005726 call calc_clke2 
-0x3d13 005727 deposit clke 
-0x3d14 005728 store 6 ,mem_pdatatemp 
-0x3d15 005729 deposit auxcnt 
-0x3d16 005730 istore 1 ,contw 
-0x3d17 005731 hfetch 1 ,core_gpio_in1 
-0x3d18 005732 or_into 0xf0 ,pdata 
-0x3d19 005733 istore 1 ,contw 
-0x3d1a 005734 call savelist_2 
-0x3d1b 005735 rtn 
-:      005737 lpm_dispatch:
-0x3d1c 005738 set0 mark_ext_patch ,mark 
-0x3d1d 005739 bpatch patch16_2 ,mem_patch16 
-0x3d1e 005740 call lpo_calibration 
-0x3d1f 005741 fetch 3 ,mem_clks_per_lpo 
-0x3d20 005742 rtn blank 
-0x3d21 005743 fetch 1 ,mem_lpm_mode 
-0x3d22 005744 rtn blank 
-0x3d23 005745 call lpm_check_wake_lock 
-0x3d24 005746 nrtn blank 
-:      005747 lpm_dispatch0:
-0x3d25 005748 fetch 1 ,mem_context 
-0x3d26 005749 compare 3 ,pdata ,0x7 
-0x3d27 005750 nbranch lpm_dispatch_unconn ,true 
-0x3d28 005751 fetch 2 ,mem_context + coffset_tsniff 
-0x3d29 005752 rtn blank 
-0x3d2a 005753 rtn wake 
-0x3d2b 005754 set0 mark_ext_patch ,mark 
-0x3d2c 005755 bpatch patch16_3 ,mem_patch16 
-:      005756 lpm_dispatch1:
-0x3d2d 005757 fetcht 1 ,mem_lpm_current_mult 
-0x3d2e 005758 fetch 2 ,mem_context + coffset_tsniff 
-0x3d2f 005759 imul32 temp ,pdata 
-0x3d30 005760 rshift4 temp ,temp 
-0x3d31 005761 rshift2 temp ,temp 
-0x3d32 005762 isub temp ,pdata 
-0x3d33 005763 fetcht 4 ,mem_context + coffset_sniff_anchor 
-0x3d34 005764 iadd temp ,pdata 
-0x3d35 005765 fetcht 1 ,mem_lpm_overhead 
-0x3d36 005766 isub temp ,pdata 
-0x3d37 005767 lshift16 pdata ,alarm 
-0x3d38 005768 set0 mark_ext_patch ,mark 
-0x3d39 005769 bpatch patch16_4 ,mem_patch16 
-0x3d3a 005770 fetch 2 ,mem_context + coffset_rx_window 
-0x3d3b 005771 rshift pdata ,pdata 
-0x3d3c 005772 call clk2bt 
-0x3d3d 005773 deposit alarm 
-0x3d3e 005774 call clk_diff 
-0x3d3f 005775 copy clke ,temp 
-0x3d40 005776 call clk_diff_rt 
-0x3d41 005777 rtn user 
-:      005778 lpm_dispatch_sleep:
-0x3d42 005779 call clk2lpo 
-:      005780 lpm_dispatch_lpo:
-0x3d43 005781 set0 mark_ext_patch ,mark 
-0x3d44 005782 bpatch patch16_5 ,mem_patch16 
-0x3d45 005783 fetch 1 ,mem_lpm_xtalcnt 
-0x3d46 005784 isub temp ,null 
-0x3d47 005785 branch lpm_clear_counter ,positive 
-0x3d48 005786 storet 4 ,mem_sleep_counter 
-0x3d49 005787 call app_will_enter_lpm 
-0x3d4a 005788 call l2cap_lpm_save_txbuf 
-0x3d4b 005789 fetcht 4 ,mem_sleep_counter 
-0x3d4c 005790 branch lpm_sleep 
-:      005792 lpm_dispatch_unconn:
-0x3d4d 005793 set0 mark_ext_patch ,mark 
-0x3d4e 005794 bpatch patch16_6 ,mem_patch16 
-0x3d4f 005795 fetch 1 ,mem_context 
-0x3d50 005796 rtnbit1 state_inconn 
-0x3d51 005797 rtnbit1 state_inpage 
-0x3d52 005798 fetch 1 ,mem_ssp_enable 
-0x3d53 005799 branch lpm_unconn_nossp ,blank 
-0x3d54 005800 fetch 1 ,mem_sp_local_key_invalid 
-0x3d55 005801 rtn blank 
-:      005802 lpm_unconn_nossp:
-0x3d56 005803 fetch 1 ,mem_le_adv_enable 
-0x3d57 005804 nbranch lpm_unconn_cont ,blank 
-0x3d58 005805 fetch 1 ,mem_scan_mode 
-0x3d59 005806 rtn blank 
-:      005807 lpm_unconn_cont:
-0x3d5a 005808 fetch 2 ,mem_lpm_interval 
-0x3d5b 005809 rtn blank 
-:      005810 lpm_sleep_btclk:
-0x3d5c 005811 fetcht 1 ,mem_lpm_overhead 
-0x3d5d 005812 isub temp ,pdata 
-0x3d5e 005813 arg 7500 ,temp 
-0x3d5f 005814 imul32 temp ,pdata 
-0x3d60 005815 branch lpm_dispatch_sleep 
-:      005817 lpm_set_mult:
-0x3d61 005818 set0 mark_ext_patch ,mark 
-0x3d62 005819 bpatch patch16_7 ,mem_patch16 
-0x3d63 005820 disable wake 
-0x3d64 005821 fetch 1 ,mem_state 
-0x3d65 005822 rtnbit0 state_insniff 
-0x3d66 005823 nbranch lpm_not_match ,match 
-0x3d67 005824 call lpm_match 
-0x3d68 005825 fetch 2 ,mem_rx_window_sniff 
-0x3d69 005826 store 2 ,mem_rx_window 
-0x3d6a 005827 fetch 1 ,mem_arq 
-0x3d6b 005828 bbit1 wack ,lpm_mult_short 
-0x3d6c 005829 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x3d6d 005830 call l2cap_malloc_is_fifo_empty 
-0x3d6e 005831 nbranch lpm_mult_short ,blank 
-:      005832 lpm_mult_wait_timeout:
-0x3d6f 005833 jam 0 ,mem_lpm_current_mult 
-0x3d70 005834 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x3d71 005835 fetch 1 ,mem_lpm_mult_cnt 
-0x3d72 005836 branch lpm_mult_long ,blank 
-0x3d73 005837 increase -1 ,pdata 
-0x3d74 005838 store 1 ,mem_lpm_mult_cnt 
-0x3d75 005839 rtn 
-:      005841 lpm_match:
-0x3d76 005842 jam 0 ,mem_sniff_unint_lost 
-0x3d77 005843 fetch 3 ,mem_sniff_rcv 
-0x3d78 005844 increase 1 ,pdata 
-0x3d79 005845 store 3 ,mem_sniff_rcv 
-0x3d7a 005846 rtn 
-:      005848 lpm_not_match:
-0x3d7b 005849 set0 mark_ext_patch ,mark 
-0x3d7c 005850 bpatch patch17_0 ,mem_patch17 
-0x3d7d 005851 fetcht 2 ,mem_rx_window_sniff 
-0x3d7e 005852 rshift temp ,temp 
-0x3d7f 005853 fetch 2 ,mem_rx_window 
-0x3d80 005854 iadd temp ,pdata 
-0x3d81 005855 store 2 ,mem_rx_window 
-:      005856 lpm_lost:
-0x3d82 005857 jam 0 ,mem_lpm_current_mult 
-0x3d83 005858 fetch 3 ,mem_sniff_lost 
-0x3d84 005859 increase 1 ,pdata 
-0x3d85 005860 store 3 ,mem_sniff_lost 
-0x3d86 005861 fetch 1 ,mem_sniff_unint_lost 
-0x3d87 005862 increase 1 ,pdata 
-0x3d88 005863 store 1 ,mem_sniff_unint_lost 
-0x3d89 005864 rtn 
-:      005866 lpm_mult_short:
-0x3d8a 005867 jam 0 ,mem_lpm_current_mult 
-0x3d8b 005868 fetch 1 ,mem_lpm_mult_timeout 
-0x3d8c 005869 store 1 ,mem_lpm_mult_cnt 
-0x3d8d 005870 rtn 
-:      005872 lpm_mult_long:
-0x3d8e 005873 fetcht 1 ,mem_lpm_mult 
-0x3d8f 005874 storet 1 ,mem_lpm_current_mult 
-0x3d90 005875 rtn 
-:      005877 lpm_cal_xtal_startup:
-0x3d91 005878 set0 mark_ext_patch ,mark 
-0x3d92 005879 bpatch patch17_1 ,mem_patch17 
-0x3d93 005880 fetch 1 ,mem_lpm_xtalcnt 
-0x3d94 005881 nrtn blank 
-0x3d95 005882 hjam clksel_rc ,core_clksel 
-0x3d96 005883 setarg 0xf0c 
-0x3d97 005884 call lpm_write_config 
-0x3d98 005885 setarg 200000 
-0x3d99 005886 call sleep 
-0x3d9a 005887 until null ,lpo_edge 
-0x3d9b 005888 copy lpo_time ,alarm 
-0x3d9c 005889 call xtal_fast_wake 
-0x3d9d 005890 hjam clksel_xtal ,core_clksel 
-0x3d9e 005891 nop 10 
-0x3d9f 005892 until null ,lpo_edge 
-0x3da0 005893 deposit lpo_time 
-0x3da1 005894 isub alarm ,pdata 
-0x3da2 005895 increase 0x30 ,pdata 
-0x3da3 005896 arg 0xff ,temp 
-0x3da4 005897 call ceiling 
-0x3da5 005898 store 1 ,mem_lpm_xtalcnt 
-0x3da6 005899 rtn 
-:      005904 lpm_write_config:
-0x3da7 005905 arg 0xfff ,contw 
-0x3da8 005906 iand contw ,contw 
-0x3da9 005907 fetch 1 ,mem_lpm_config 
-0x3daa 005908 and_into 0xf0 ,pdata 
-0x3dab 005909 lshift8 pdata ,pdata 
-0x3dac 005910 ior contw ,pdata 
-0x3dad 005911 hstore 2 ,core_lpm_reg 
-0x3dae 005912 ifetch 2 ,contr 
-0x3daf 005913 istore 2 ,contw 
-:      005915 lpm_write_ctrl:
-0x3db0 005916 setarg lpmreg_sel_ctrl 
-0x3db1 005917 branch lpm_write 
-:      005919 lpm_write_ctrl2:
-0x3db2 005920 setarg lpmreg_sel_ctrl2 
-:      005921 lpm_write:
-0x3db3 005922 until null ,lpo_edge 
-0x3db4 005923 hstore 1 ,core_lpm_wr 
-0x3db5 005924 until null ,lpo_edge 
-0x3db6 005925 until null ,lpo_edge 
-0x3db7 005926 rtn 
-:      005929 lpm_write_gpio_wakeup:
-0x3db8 005930 set0 mark_ext_patch ,mark 
-0x3db9 005931 bpatch patch17_2 ,mem_patch17 
-0x3dba 005932 fetch 4 ,mem_gpio_wakeup_low 
-0x3dbb 005933 hstore 4 ,core_lpm_reg 
-0x3dbc 005934 setarg lpmreg_sel_gpiolow 
-0x3dbd 005935 call lpm_write 
-0x3dbe 005936 fetch 4 ,mem_gpio_wakeup_high 
-0x3dbf 005937 hstore 4 ,core_lpm_reg 
-0x3dc0 005938 setarg lpmreg_sel_gpiohigh 
-0x3dc1 005939 branch lpm_write 
-:      005941 lpm_get_wake_lock:
-0x3dc2 005942 fetch 2 ,mem_lpm_wake_lock 
-0x3dc3 005943 qset1 pdata 
-0x3dc4 005944 store 2 ,mem_lpm_wake_lock 
-0x3dc5 005945 rtn 
-:      005947 lpm_put_wake_lock:
-0x3dc6 005948 fetch 2 ,mem_lpm_wake_lock 
-0x3dc7 005949 qset0 pdata 
-0x3dc8 005950 store 2 ,mem_lpm_wake_lock 
-0x3dc9 005951 rtn 
-:      005955 lpm_check_wake_lock:
-0x3dca 005956 set0 mark_ext_patch ,mark 
-0x3dcb 005957 bpatch patch17_3 ,mem_patch17 
-0x3dcc 005958 call app_check_wake_lock 
-0x3dcd 005959 fetch 2 ,mem_lpm_wake_lock 
-0x3dce 005960 copy pdata ,rega 
-0x3dcf 005961 fetch 1 ,mem_state_map 
-0x3dd0 005962 isolate1 smap_rxlmp ,pdata 
-0x3dd1 005963 setflag true ,wake_lock_lmp_rx ,rega 
-0x3dd2 005964 fetch 1 ,mem_lmo_opcode1 
-0x3dd3 005965 fetcht 1 ,mem_lmo_opcode2 
-0x3dd4 005966 iadd temp ,pdata 
-0x3dd5 005967 fetcht 1 ,mem_lmp_to_send 
-0x3dd6 005968 iadd temp ,pdata 
-0x3dd7 005969 nsetflag blank ,wake_lock_lmp_tx ,rega 
-0x3dd8 005970 set0 mark_ext_patch ,mark 
-0x3dd9 005971 bpatch patch17_4 ,mem_patch17 
-0x3dda 005972 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x3ddb 005973 fetcht 2 ,mem_l2cap_rxbuff2_len 
-0x3ddc 005974 iadd temp ,pdata 
-0x3ddd 005975 nsetflag blank ,wake_lock_l2cap_rx ,rega 
-0x3dde 005976 fetch 5 ,mem_ipc_fifo_bt2c51 
-0x3ddf 005977 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
-0x3de0 005978 fetch 5 ,mem_ipc_fifo_c512bt 
-0x3de1 005979 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
-0x3de2 005980 fetch 1 ,mem_hci_cmd 
-0x3de3 005981 nsetflag blank ,wake_lock_cmd ,rega 
-0x3de4 005982 fetch 1 ,mem_device_option 
-0x3de5 005983 compare dvc_op_module ,pdata ,0xff 
-0x3de6 005984 call lpm_uart_wake_lock ,true 
-0x3de7 005985 set0 mark_ext_patch ,mark 
-0x3de8 005986 bpatch patch17_5 ,mem_patch17 
-0x3de9 005987 fetch 1 ,mem_device_option 
-0x3dea 005988 bne dvc_op_hci ,lpm_check_wake_lock_nothci 
-0x3deb 005989 call lpm_uart_wake_lock 
-0x3dec 005990 fetch 1 ,mem_link_key_exists 
-0x3ded 005991 setflag blank ,wake_link_key_exists ,rega 
-0x3dee 005992 fetch 4 ,mem_lpm_delay_after_sniff 
-0x3def 005993 arg 0x1710 ,temp 
-0x3df0 005994 iadd temp ,temp 
-0x3df1 005995 copy clkn_bt ,pdata 
-0x3df2 005996 isub temp ,null 
-0x3df3 005997 nsetflag positive ,wake_lock_delay ,rega 
-0x3df4 005998 branch lpm_check_wake_lock_end 
-:      006000 lpm_uart_wake_lock:
-0x3df5 006001 hfetch 2 ,core_uart_rxitems 
-0x3df6 006002 nsetflag blank ,wake_lock_uart_rx ,rega 
-0x3df7 006003 hfetch 2 ,core_uart_txitems 
-0x3df8 006004 nsetflag blank ,wake_lock_uart_tx ,rega 
-0x3df9 006005 rtn 
-:      006007 lpm_check_wake_lock_nothci:
-0x3dfa 006008 setarg -8 
-0x3dfb 006009 iand rega ,rega 
-:      006010 lpm_check_wake_lock_end:
-0x3dfc 006011 copy rega ,pdata 
-0x3dfd 006012 store 2 ,mem_lpm_wake_lock 
-0x3dfe 006013 rtn blank 
-0x3dff 006014 rtn match 
-0x3e00 006015 enable wake 
-0x3e01 006016 rtn 
-:      006018 lpm_shut_down:
-0x3e02 006019 hfetch 4 ,core_lpm_ctrl 
-0x3e03 006020 set0 27 ,pdata 
-0x3e04 006021 hstore 4 ,core_lpm_reg 
-0x3e05 006022 call lpm_write_ctrl 
-0x3e06 006023 branch assert 
-:      006025 lpm_enable_exen_output:
-0x3e07 006026 hfetch 4 ,core_lpm_xtalcnt 
-0x3e08 006027 set1 20 ,pdata 
-0x3e09 006028 hstore 4 ,core_lpm_reg 
-0x3e0a 006029 branch lpm_write_ctrl2 
-:      006031 lpm_disable_exen_output:
-0x3e0b 006032 hfetch 4 ,core_lpm_xtalcnt 
-0x3e0c 006033 set0 20 ,pdata 
-0x3e0d 006034 hstore 4 ,core_lpm_reg 
-0x3e0e 006035 branch lpm_write_ctrl2 
-:      006037 lpm_hci_wake_dispatch:
-0x3e0f 006038 set0 mark_ext_patch ,mark 
-0x3e10 006039 bpatch patch17_6 ,mem_patch17 
-0x3e11 006040 fetch 1 ,mem_device_option 
-0x3e12 006041 rtnne dvc_op_hci 
-0x3e13 006042 call gpio_check_uart_state 
-0x3e14 006043 rtn true 
-0x3e15 006044 fetch 4 ,mem_hci_wake_clk 
-0x3e16 006045 nbranch lpm_hci_check_wake_time ,blank 
-0x3e17 006046 copy clkn_bt ,pdata 
-0x3e18 006047 store 4 ,mem_hci_wake_clk 
-0x3e19 006048 branch gpio_pd_uart_tx 
-:      006049 lpm_hci_check_wake_time:
-0x3e1a 006050 set0 mark_ext_patch ,mark 
-0x3e1b 006051 bpatch patch17_7 ,mem_patch17 
-0x3e1c 006052 copy clkn_bt ,pdata 
-0x3e1d 006053 fetcht 4 ,mem_hci_wake_clk 
-0x3e1e 006054 isub temp ,pdata 
-0x3e1f 006055 arg host_wake_time ,temp 
-0x3e20 006056 isub temp ,null 
-0x3e21 006057 nrtn positive 
-0x3e22 006058 setarg 0 
-0x3e23 006059 store 4 ,mem_hci_wake_clk 
-0x3e24 006060 branch hci_exit_lpm 
-:      006062 check_bt_disabled:
-0x3e25 006063 fetch 2 ,mem_chip_functions 
-0x3e26 006064 bbit1 bt_disabled ,assert 
-0x3e27 006065 rtn 
-:      006066 check_ble_disabled:
-0x3e28 006067 fetch 2 ,mem_chip_functions 
-0x3e29 006068 bbit1 ble_disabled ,assert 
-0x3e2a 006069 rtn 
-:      006070 check_module_disabled:
-0x3e2b 006071 fetch 2 ,mem_chip_functions 
-0x3e2c 006072 bbit1 module_disable ,assert 
-0x3e2d 006073 rtn 
-:      006075 test_init:
-0x3e2e 006076 setarg test_proc 
-0x3e2f 006077 store 2 ,mem_cb_bt_process 
-0x3e30 006078 setarg test_sleep 
-0x3e31 006079 store 2 ,mem_cb_bb_event_process 
-0x3e32 006080 setarg test_proc 
-0x3e33 006081 store 2 ,mem_cb_idle_process 
-0x3e34 006082 rtn wake 
-0x3e35 006083 jam ui_led_start ,mem_led_switch 
-0x3e36 006084 rtn 
-:      006086 test_proc:
-0x3e37 006087 fetch 1 ,mem_state 
-0x3e38 006088 bbit0 state_insniff ,check_test_cond 
-0x3e39 006089 set1 mark_lpm_mult_enable ,mark 
-0x3e3a 006090 fetch 6 ,mem_sniff_rcv 
-0x3e3b 006091 store 6 ,mem_local_name 
-0x3e3c 006092 branch ui_led_blink_stop 
-:      006095 test_sleep:
-0x3e3d 006096 deposit regc 
-0x3e3e 006097 rtnne bt_evt_button_long_pressed 
-:      006098 test_sleep_loop:
-0x3e3f 006099 call ui_button_polling 
-0x3e40 006100 fetch 1 ,mem_ui_button_last_state 
-0x3e41 006101 beq 1 ,test_sleep_loop 
-0x3e42 006102 call ui_led_off 
-0x3e43 006103 branch lpm_hibernate 
-:      006106 test_tx:
-0x3e44 006107 force 2 ,temp 
-0x3e45 006108 increase -2 ,temp 
-0x3e46 006109 call set_sync_on 
-0x3e47 006110 call set_freq_tx 
-0x3e48 006111 disable enable_white 
-0x3e49 006112 enable encode_fec0 
-0x3e4a 006113 set1 txgfsk ,radio_ctrl 
-0x3e4b 006114 call start_transmitter 
-:      006115 test_tx_loop:
-0x3e4c 006116 fetch 1 ,0 
-0x3e4d 006117 inject mod ,8 
-0x3e4e 006118 branch test_tx_loop 
-:      006124 app_init:
-0x3e4f 006125 set1 mark_ext_patch ,mark 
-0x3e50 006126 bpatch patch39_5 ,mem_patch39 
-0x3e51 006127 fetch 1 ,mem_device_option 
-0x3e52 006128 branch app_init ,blank 
-0x3e53 006129 beq dvc_op_ukey ,le_ukey_init 
-0x3e54 006130 beq dvc_op_ir ,le_ir_init 
-0x3e55 006131 beq dvc_op_dongle ,le_dongle_init 
-0x3e56 006132 beq dvc_op_kb ,kb_init 
-0x3e57 006133 beq dvc_op_hci ,hci_init 
-0x3e58 006134 beq dvc_op_shutter ,shutter_init 
-0x3e59 006135 beq dvc_op_module ,module_init 
-0x3e5a 006136 beq dvc_op_ble_kb ,le_kb_init 
-0x3e5b 006137 beq dvc_op_ble_prcp ,prcp_init 
-0x3e5c 006138 beq dvc_op_test ,test_init 
-0x3e5d 006139 bbit1 dvc_op_mouse ,mouse_init 
-0x3e5e 006140 rtn 
-:      006142 app_lpm_init:
-0x3e5f 006143 set1 mark_ext_patch ,mark 
-0x3e60 006144 bpatch patch39_6 ,mem_patch39 
-0x3e61 006145 jam 0 ,mem_tester_emulate 
-0x3e62 006146 jam 0 ,mem_debug_config 
-0x3e63 006147 jam 0 ,mem_lch_code 
-0x3e64 006148 setarg 0 
-0x3e65 006149 store 5 ,mem_sp_state_start 
-0x3e66 006150 fetch 1 ,mem_device_option 
-0x3e67 006151 branch app_lpm_init ,blank 
-0x3e68 006152 beq dvc_op_module ,module_lpm_init 
-0x3e69 006153 rtn 
-:      006156 app_process_idle:
-0x3e6a 006157 call ui_dispatch 
-0x3e6b 006158 call check_51cmd 
-0x3e6c 006159 call app_process_bb_event 
-0x3e6d 006160 fetch 2 ,mem_cb_idle_process 
-0x3e6e 006161 branch callback_func 
-:      006163 app_process_bt:
-0x3e6f 006164 fetch 2 ,mem_cb_bt_process 
-0x3e70 006165 branch callback_func 
-:      006167 app_process_ble:
-0x3e71 006168 fetch 2 ,mem_cb_le_process 
-0x3e72 006169 branch callback_func 
-:      006171 app_process_bb_event:
-0x3e73 006172 set1 mark_ext_patch ,mark 
-0x3e74 006173 bpatch patch39_7 ,mem_patch39 
-0x3e75 006175 arg mem_ipc_fifo_bt2c51 ,rega 
-0x3e76 006176 call fifo_out 
-0x3e77 006177 rtn blank 
-0x3e78 006179 copy pdata ,regc 
-0x3e79 006180 call app_event_normal_process 
-0x3e7a 006181 branch app_process_bb_event_priority 
-:      006183 app_discard_event:
-0x3e7b 006184 arg 0 ,regc 
-0x3e7c 006185 rtn 
-:      006190 app_event_normal_process:
-0x3e7d 006191 beq bt_evt_bb_connected ,app_evt_bt_conn 
-0x3e7e 006192 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
-0x3e7f 006193 beq bt_evt_setup_complete ,app_evt_setup_complete 
-0x3e80 006194 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
-0x3e81 006195 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
-0x3e82 006196 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
-0x3e83 006197 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
-0x3e84 006198 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
-0x3e85 006199 beq bt_evt_le_connected ,app_le_event_bb_connected 
-0x3e86 006200 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
-0x3e87 006201 beq bt_evt_reconn_started ,app_event_reconn_start 
-0x3e88 006202 beq bt_evt_enter_sniff ,app_event_enter_sniff 
-0x3e89 006203 beq bt_evt_exit_sniff ,app_event_exit_sniff 
-0x3e8a 006205 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
-0x3e8b 006206 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
-0x3e8c 006207 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
-0x3e8d 006208 beq bt_evt_switch_success_master ,app_event_switch_success 
-0x3e8e 006210 and pdata ,0x0f ,temp 
-0x3e8f 006211 and_into bt_evt_timer_mask ,pdata 
-0x3e90 006212 beq bt_evt_timer_init ,app_evt_timer 
-0x3e91 006213 rtn 
-:      006215 app_evt_bt_conn:
-0x3e92 006216 fetch 2 ,mem_ui_state_map 
-0x3e93 006217 set1 ui_state_bt_connected ,pdata 
-0x3e94 006218 store 2 ,mem_ui_state_map 
-0x3e95 006219 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3e96 006220 set0 app_disc_by_button ,pdata 
-0x3e97 006221 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3e98 006222 rtn 
-:      006223 app_event_switch_success:
-0x3e99 006224 jam 0 ,mem_switch_fail_master_count 
-0x3e9a 006225 rtn 
-:      006227 app_event_switch_fail_master:
-0x3e9b 006228 fetch 1 ,mem_switch_fail_master_count 
-0x3e9c 006229 increase 1 ,pdata 
-0x3e9d 006230 store 1 ,mem_switch_fail_master_count 
-0x3e9e 006231 sub pdata ,1 ,null 
-0x3e9f 006232 branch app_bt_role_switch ,positive 
-0x3ea0 006233 jam 0 ,mem_switch_fail_master_count 
-0x3ea1 006234 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3ea2 006235 set1 app_disc_switch_fail ,pdata 
-0x3ea3 006236 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3ea4 006237 branch app_bt_disconnect 
-:      006239 app_process_bb_event_priority:
-0x3ea5 006240 fetch 2 ,mem_cb_bb_event_process 
-0x3ea6 006241 branch callback_func 
-:      006243 app_check_wake_lock:
-0x3ea7 006244 fetch 2 ,mem_cb_check_wakelock 
-0x3ea8 006245 branch callback_func 
-:      006247 app_will_enter_lpm:
-0x3ea9 006248 fetch 2 ,mem_cb_before_lpm 
-0x3eaa 006249 branch callback_func 
-:      006251 app_event_linkkey_generate:
-0x3eab 006252 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3eac 006253 set1 app_disc_after_pairing ,pdata 
-0x3ead 006254 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3eae 006255 branch app_bt_store_reconn_info 
-:      006257 app_event_reconn_start:
-0x3eaf 006258 fetch 2 ,mem_ui_state_map 
-0x3eb0 006259 set1 ui_state_bt_reconnect ,pdata 
-0x3eb1 006260 store 2 ,mem_ui_state_map 
-0x3eb2 006261 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3eb3 006262 set1 app_disc_after_reconn ,pdata 
-0x3eb4 006263 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3eb5 006264 rtn 
-:      006266 app_evt_setup_complete:
-0x3eb6 006267 fetch 2 ,mem_ui_state_map 
-0x3eb7 006268 set1 ui_state_bt_setup_complete ,pdata 
-0x3eb8 006269 store 2 ,mem_ui_state_map 
-0x3eb9 006270 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3eba 006271 set1 app_disc_after_setup_done ,pdata 
-0x3ebb 006272 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3ebc 006273 rtn 
-:      006275 app_evt_hid_handshake:
-0x3ebd 006276 fetch 2 ,mem_ui_state_map 
-0x3ebe 006277 set1 ui_state_bt_hid_handshake ,pdata 
-0x3ebf 006278 store 2 ,mem_ui_state_map 
-0x3ec0 006279 rtn 
-:      006281 app_event_enter_sniff:
-0x3ec1 006282 fetch 2 ,mem_ui_state_map 
-0x3ec2 006283 set1 ui_state_bt_sniff ,pdata 
-0x3ec3 006284 store 2 ,mem_ui_state_map 
-0x3ec4 006285 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3ec5 006286 set1 app_disc_after_sniff ,pdata 
-0x3ec6 006287 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3ec7 006288 rtn 
-:      006290 app_event_exit_sniff:
-0x3ec8 006291 fetch 2 ,mem_ui_state_map 
-0x3ec9 006292 set0 ui_state_bt_sniff ,pdata 
-0x3eca 006293 store 2 ,mem_ui_state_map 
-0x3ecb 006294 rtn 
-:      006296 app_le_event_bb_connected:
-0x3ecc 006297 fetch 2 ,mem_ui_state_map 
-0x3ecd 006298 set1 ui_state_ble_connected ,pdata 
-0x3ece 006299 store 2 ,mem_ui_state_map 
-0x3ecf 006300 rtn 
-:      006302 app_le_event_bb_disconn:
-0x3ed0 006303 fetch 2 ,mem_ui_state_map 
-0x3ed1 006304 set0 ui_state_ble_connected ,pdata 
-0x3ed2 006305 store 2 ,mem_ui_state_map 
-0x3ed3 006306 jam 0 ,mem_le_switch_send_data 
-0x3ed4 006307 branch app_lpm_mult_disable 
-:      006309 app_bb_event_hid_connected:
-0x3ed5 006310 fetch 2 ,mem_ui_state_map 
-0x3ed6 006311 set1 ui_state_bt_hid_conn ,pdata 
-0x3ed7 006312 store 2 ,mem_ui_state_map 
-0x3ed8 006313 rtn 
-:      006315 app_evt_button_long_pressed:
-0x3ed9 006316 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3eda 006317 set1 app_disc_by_button ,pdata 
-0x3edb 006318 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3edc 006319 rtn 
-:      006321 app_event_ml2cap_conn_refused:
-0x3edd 006322 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3ede 006323 set1 app_disc_l2cap_refused ,pdata 
-0x3edf 006324 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3ee0 006325 branch app_bt_disconnect 
-:      006328 app_evt_timer:
-0x3ee1 006329 set1 mark_ext_patch ,mark 
-0x3ee2 006330 bpatch patch3a_0 ,mem_patch3a 
-0x3ee3 006331 storet 1 ,mem_app_evt_timer_count 
-:      006332 app_evt_100ms_loop:
-0x3ee4 006333 fetch 1 ,mem_app_evt_timer_count 
-0x3ee5 006334 rtn blank 
-0x3ee6 006335 increase -1 ,pdata 
-0x3ee7 006336 store 1 ,mem_app_evt_timer_count 
-0x3ee8 006337 call ui_button_polling 
-0x3ee9 006338 call app_lpm_wake_auto_lock_timer 
-0x3eea 006339 call app_unsniff_delay_timer 
-0x3eeb 006340 call app_discovery_timer 
-0x3eec 006341 branch app_evt_100ms_loop 
-:      006343 app_unsniff_delay_timer:
-0x3eed 006344 fetch 1 ,mem_unsniff2sniff_timer_count 
-0x3eee 006345 rtn blank 
-0x3eef 006346 increase -1 ,pdata 
-0x3ef0 006347 store 1 ,mem_unsniff2sniff_timer_count 
-0x3ef1 006348 nrtn blank 
-0x3ef2 006349 call context_check_idle 
-0x3ef3 006350 branch app_bt_enter_sniff ,zero 
-0x3ef4 006351 rtn 
-:      006352 app_discovery_timer:
-0x3ef5 006353 fetch 2 ,mem_discovery_timeout_timer_count 
-0x3ef6 006354 rtn blank 
-0x3ef7 006355 increase -1 ,pdata 
-0x3ef8 006356 store 2 ,mem_discovery_timeout_timer_count 
-0x3ef9 006357 nrtn blank 
-0x3efa 006358 call app_bt_stop_discovery 
-0x3efb 006359 call app_led_off 
-0x3efc 006360 fetch 2 ,mem_cb_discovry_timeout 
-0x3efd 006361 branch callback_func 
-:      006363 app_bb_event_reconn_failed:
-0x3efe 006364 call app_disconn_reason_flag_clear 
-:      006365 app_clear_reconnect_flag:
-0x3eff 006366 fetch 2 ,mem_ui_state_map 
-0x3f00 006367 set0 ui_state_bt_reconnect ,pdata 
-0x3f01 006368 store 2 ,mem_ui_state_map 
-0x3f02 006369 rtn 
-:      006371 app_bb_event_bb_disconn:
-0x3f03 006372 jam 0 ,mem_unsniff2sniff_timer_count 
-0x3f04 006373 fetch 2 ,mem_ui_state_map 
-0x3f05 006374 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
-0x3f06 006375 isolate0 ui_state_bt_setup_complete ,pdata 
-0x3f07 006376 call app_discard_event ,true 
-:      006377 app_bb_event_bb_reconn_disconn:
-0x3f08 006378 fetch 2 ,mem_ui_state_map 
-0x3f09 006379 set0 ui_state_bt_connected ,pdata 
-0x3f0a 006380 set0 ui_state_bt_setup_complete ,pdata 
-0x3f0b 006381 set0 ui_state_bt_hid_conn ,pdata 
-0x3f0c 006382 set0 ui_state_bt_hid_handshake ,pdata 
-0x3f0d 006383 set0 ui_state_bt_spp_conn ,pdata 
-0x3f0e 006384 store 2 ,mem_ui_state_map 
-0x3f0f 006385 branch app_lpm_mult_disable 
-:      006387 app_bb_hibernate:
-0x3f10 006388 call app_disconn_reason_clear 
-0x3f11 006389 branch app_enter_hibernate 
-:      006392 app_event_do_nothing:
-:      006393 app_disconn_reason_clear:
-0x3f12 006394 setarg 0 
-0x3f13 006395 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x3f14 006396 rtn 
-:      006397 app_disconn_reason_flag_clear:
-0x3f15 006398 setarg 0 
-0x3f16 006399 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3f17 006400 rtn 
-:      006403 app_disconn_reason_collect_bt:
-0x3f18 006404 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3f19 006405 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x3f1a 006406 setarg 0 
-0x3f1b 006407 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3f1c 006408 rtn 
-:      006410 app_disconn_reason_collect_ble:
-0x3f1d 006411 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3f1e 006412 set1 app_disc_ble ,pdata 
-0x3f1f 006413 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x3f20 006414 setarg 0 
-0x3f21 006415 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3f22 006416 rtn 
-:      006422 app_check_reconn_target:
-0x3f23 006423 call eeprom_load_reconn_info 
-0x3f24 006424 fetch 6 ,mem_hci_plap 
-0x3f25 006425 rtn 
-:      006427 app_le_check_reconn_target:
-0x3f26 006428 fetch 1 ,mem_ltk_exists 
-0x3f27 006429 branch app_le_check_reconn_target_none ,blank 
-0x3f28 006430 call app_led_on 
-0x3f29 006431 branch app_ble_start_direct_adv 
-:      006432 app_le_check_reconn_target_none:
-0x3f2a 006433 call app_led_start_blink 
-0x3f2b 006434 branch app_ble_start_adv 
-:      006436 app_check_plap:
-0x3f2c 006437 set1 mark_ext_patch ,mark 
-0x3f2d 006438 bpatch patch3a_1 ,mem_patch3a 
-0x3f2e 006439 arg mem_check_plap_temp ,regb 
-0x3f2f 006440 arg app_check_one_plap ,regc 
-0x3f30 006441 branch context_search 
-:      006443 app_check_one_plap:
-0x3f31 006444 arg 0 ,temp 
-0x3f32 006445 bbit0 state_inconn ,app_check_one_plap_next 
-0x3f33 006446 add rega ,coffset_plap ,contr 
-0x3f34 006447 ifetcht 6 ,contr 
-:      006448 app_check_one_plap_next:
-0x3f35 006449 copy temp ,pdata 
-0x3f36 006450 ncall app_check_one_plap_device_exist ,blank 
-0x3f37 006451 istoret 6 ,regb 
-0x3f38 006452 increase 6 ,regb 
-0x3f39 006453 branch context_search_next 
-:      006454 app_check_one_plap_device_exist:
-0x3f3a 006455 fetch 1 ,mem_device_nums 
-0x3f3b 006456 increase 1 ,pdata 
-0x3f3c 006457 store 1 ,mem_device_nums 
-0x3f3d 006458 rtn 
-:      006460 app_check_conn_device_nums_addr:
-0x3f3e 006461 jam 0 ,mem_device_nums 
-0x3f3f 006462 branch app_check_plap 
-:      006464 app_check_sniff:
-0x3f40 006465 fetch 1 ,mem_ui_state_map 
-0x3f41 006466 isolate1 ui_state_bt_sniff ,pdata 
-0x3f42 006467 rtn 
-:      006472 app_clearflag_store:
-0x3f43 006473 setarg 0 
-0x3f44 006474 branch app_flag_store 
-:      006475 app_initflag_store:
-0x3f45 006476 setarg eeprom_init_flag 
-:      006477 app_flag_store:
-0x3f46 006478 store 2 ,mem_timeup 
-0x3f47 006479 set1 mark_ext_patch ,mark 
-0x3f48 006480 bpatch patch3a_2 ,mem_patch3a 
-0x3f49 006481 arg 2 ,temp 
-0x3f4a 006482 arg mem_timeup ,rega 
-0x3f4b 006483 arg eeprom_module_init_flag ,regb 
-0x3f4c 006484 branch iicd_write_eep_data 
-:      006487 app_initflag_check:
-0x3f4d 006488 set1 mark_ext_patch ,mark 
-0x3f4e 006489 bpatch patch3a_3 ,mem_patch3a 
-0x3f4f 006490 arg 2 ,temp 
-0x3f50 006491 arg mem_pdatatemp ,rega 
-0x3f51 006492 arg eeprom_module_init_flag ,regb 
-0x3f52 006493 call iicd_read_eep_data 
-0x3f53 006494 fetch 2 ,mem_pdatatemp 
-0x3f54 006495 arg eeprom_init_flag ,temp 
-0x3f55 006496 isub temp ,null 
-0x3f56 006497 rtn 
-:      006500 app_start_auto_sniff:
-0x3f57 006501 fetch 1 ,mem_unsniff2sniff_timer 
-0x3f58 006502 store 1 ,mem_unsniff2sniff_timer_count 
-0x3f59 006503 rtn 
-:      006505 app_get_lpm_wake_lock:
-0x3f5a 006506 arg wake_lock_app ,queue 
-0x3f5b 006507 branch lpm_get_wake_lock 
-:      006509 app_put_lpm_wake_lock:
-0x3f5c 006510 arg wake_lock_app ,queue 
-0x3f5d 006511 branch lpm_put_wake_lock 
-:      006513 app_lpm_wake_auto_lock:
-0x3f5e 006514 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
-0x3f5f 006515 branch app_get_lpm_wake_lock 
-:      006516 app_lpm_wake_auto_lock_timer:
-0x3f60 006517 fetch 1 ,mem_wake_up_delay_timer 
-0x3f61 006518 rtn blank 
-0x3f62 006519 increase -1 ,pdata 
-0x3f63 006520 store 1 ,mem_wake_up_delay_timer 
-0x3f64 006521 nrtn blank 
-0x3f65 006522 branch app_put_lpm_wake_lock 
-:      006524 app_l2cap_flow_control_enable:
-0x3f66 006525 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
-0x3f67 006526 rtn 
-:      006528 app_l2cap_flow_control_disable:
-0x3f68 006529 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
-0x3f69 006530 rtn 
-:      006532 app_bt_set_pincode:
-0x3f6a 006533 jam bt_cmd_set_pin_code ,mem_fifo_temp 
-0x3f6b 006534 branch ui_ipc_send_cmd 
-:      006536 app_bt_role_switch:
-0x3f6c 006537 jam bt_cmd_role_switch ,mem_fifo_temp 
-0x3f6d 006538 branch ui_ipc_send_cmd 
-:      006540 app_bt_start_reconnect:
-0x3f6e 006541 set1 mark_ext_patch ,mark 
-0x3f6f 006542 bpatch patch3a_4 ,mem_patch3a 
-0x3f70 006543 fetch 1 ,mem_app_connection_options 
-0x3f71 006544 store 1 ,mem_connection_options 
-0x3f72 006545 jam app_flag_reconnect ,mem_reconnect_flag 
-0x3f73 006546 jam bt_cmd_reconnect ,mem_fifo_temp 
-0x3f74 006547 branch ui_ipc_send_cmd 
-:      006549 app_bt_reconnect_cancel:
-0x3f75 006550 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
-0x3f76 006551 branch ui_ipc_send_cmd 
-:      006553 app_bt_disconnect:
-0x3f77 006554 jam bt_cmd_disconnect ,mem_fifo_temp 
-0x3f78 006555 branch ui_ipc_send_cmd 
-:      006557 app_bt_start_discovery_short:
-0x3f79 006558 fetch 2 ,mem_discovery_timeout 
-0x3f7a 006559 store 2 ,mem_discovery_timeout_timer_count 
-:      006560 app_bt_start_discovery_led_blink:
-0x3f7b 006561 call app_led_start_blink 
-:      006562 app_bt_start_discovery:
-0x3f7c 006563 jam bt_cmd_start_discovery ,mem_fifo_temp 
-0x3f7d 006564 branch ui_ipc_send_cmd 
-:      006566 app_bt_stop_discovery:
-0x3f7e 006567 setarg 0 
-0x3f7f 006568 store 2 ,mem_discovery_timeout_timer_count 
-0x3f80 006569 jam bt_cmd_stop_discovery ,mem_fifo_temp 
-0x3f81 006570 branch ui_ipc_send_cmd 
-:      006572 app_ble_start_direct_adv:
-0x3f82 006573 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
-0x3f83 006574 branch ui_ipc_send_cmd 
-:      006576 app_ble_stop_direct_adv:
-0x3f84 006577 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
-0x3f85 006578 branch ui_ipc_send_cmd 
-:      006580 app_ble_stop_adv:
-0x3f86 006581 jam bt_cmd_stop_adv ,mem_fifo_temp 
-0x3f87 006582 branch ui_ipc_send_cmd 
-:      006584 app_ble_start_adv:
-0x3f88 006585 jam bt_cmd_start_adv ,mem_fifo_temp 
-0x3f89 006586 branch ui_ipc_send_cmd 
-:      006588 app_ble_start_scan:
-0x3f8a 006589 jam bt_cmd_le_start_scan ,mem_fifo_temp 
-0x3f8b 006590 branch ui_ipc_send_cmd 
-:      006592 app_ble_stop_scan:
-0x3f8c 006593 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
-0x3f8d 006594 branch ui_ipc_send_cmd 
-:      006596 app_ble_start_conn:
-0x3f8e 006597 jam bt_cmd_le_start_conn ,mem_fifo_temp 
-0x3f8f 006598 branch ui_ipc_send_cmd 
-:      006600 app_ble_disconnect:
-0x3f90 006601 jam bt_cmd_le_disconnect ,mem_fifo_temp 
-0x3f91 006602 branch ui_ipc_send_cmd 
-:      006604 app_ble_start_write:
-0x3f92 006605 jam bt_cmd_le_start_write ,mem_fifo_temp 
-0x3f93 006606 branch ui_ipc_send_cmd 
-:      006608 app_led_start_blink:
-0x3f94 006609 jam bt_cmd_led_blink ,mem_fifo_temp 
-0x3f95 006610 branch ui_ipc_send_cmd 
-:      006612 app_led_on:
-0x3f96 006613 jam bt_cmd_led_on ,mem_fifo_temp 
-0x3f97 006614 branch ui_ipc_send_cmd 
-:      006616 app_led_stop_blink:
-:      006617 app_led_off:
-0x3f98 006618 jam bt_cmd_led_off ,mem_fifo_temp 
-0x3f99 006619 branch ui_ipc_send_cmd 
-:      006621 app_enter_hibernate:
-0x3f9a 006622 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
-0x3f9b 006623 branch ui_ipc_send_cmd 
-:      006625 app_bt_sniff_exit:
-0x3f9c 006626 jam bt_cmd_exit_sniff ,mem_fifo_temp 
-0x3f9d 006627 branch ui_ipc_send_cmd 
-:      006629 app_bt_enter_sniff:
-0x3f9e 006630 jam bt_cmd_enter_sniff ,mem_fifo_temp 
-0x3f9f 006631 branch ui_ipc_send_cmd 
-:      006633 app_ble_store_reconn_info:
-0x3fa0 006634 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
-0x3fa1 006635 branch ui_ipc_send_cmd 
-:      006637 app_bt_store_reconn_info:
-0x3fa2 006638 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
-0x3fa3 006639 branch ui_ipc_send_cmd 
-:      006641 app_lpm_mult_enable:
-0x3fa4 006642 set1 mark_lpm_mult_enable ,mark 
-0x3fa5 006643 rtn 
-:      006645 app_lpm_mult_disable:
-0x3fa6 006646 set0 mark_lpm_mult_enable ,mark 
-0x3fa7 006647 rtn 
-:      006651 at_restore_param:
-0x3fa8 006652 set1 mark_ext_patch ,mark 
-0x3fa9 006653 bpatch patch32_0 ,mem_patch32 
-0x3faa 006654 arg 32 ,temp 
-0x3fab 006655 arg mem_le_name_len ,rega 
-0x3fac 006656 arg eeprom_module_ble_name_length ,regb 
-0x3fad 006657 call iicd_read_eep_data 
-0x3fae 006660 arg 32 ,temp 
-0x3faf 006661 arg mem_local_name_length ,rega 
-0x3fb0 006662 arg eeprom_module_bt_name_length ,regb 
-0x3fb1 006663 call iicd_read_eep_data 
-0x3fb2 006665 arg 6 ,temp 
-0x3fb3 006666 arg mem_lap ,rega 
-0x3fb4 006667 arg eeprom_module_bt_adss ,regb 
-0x3fb5 006668 call iicd_read_eep_data 
-0x3fb6 006670 arg 6 ,temp 
-0x3fb7 006671 arg mem_le_lap ,rega 
-0x3fb8 006672 arg eeprom_module_le_adss ,regb 
-0x3fb9 006673 call iicd_read_eep_data 
-0x3fba 006674 call le_modified_name 
-0x3fbb 006676 arg 2 ,temp 
-0x3fbc 006677 arg mem_baud ,rega 
-0x3fbd 006678 arg eeprom_module_trans_baud ,regb 
-0x3fbe 006679 call iicd_read_eep_data 
-0x3fbf 006680 call uart_set_baud_by_mem 
-0x3fc0 006682 branch at_restore_pin_code 
-:      006684 at_restore_pin_code:
-0x3fc1 006685 arg 14 ,temp 
-0x3fc2 006686 arg mem_pin_length ,rega 
-0x3fc3 006687 arg eeprom_module_pincode_length ,regb 
-0x3fc4 006688 branch iicd_read_eep_data 
-:      006690 init_module_environment:
-0x3fc5 006691 set1 mark_ext_patch ,mark 
-0x3fc6 006692 bpatch patch32_1 ,mem_patch32 
-0x3fc7 006693 call app_initflag_check 
-0x3fc8 006694 branch at_restore_param ,zero 
-:      006695 init_module_eeprom:
-0x3fc9 006696 call at_store_bt_name 
-0x3fca 006697 call at_store_le_name 
-0x3fcb 006698 call le_modified_name 
-0x3fcc 006699 call at_store_le_adss 
-0x3fcd 006700 call at_store_bt_adss 
-0x3fce 006701 call pincode_reinit 
-0x3fcf 006702 call at_store_bt_pincode 
-0x3fd0 006703 call at_store_throughput_uart_baud115200 
-0x3fd1 006704 branch app_initflag_store 
-:      006706 at_store_bt_name:
-0x3fd2 006707 fetcht 1 ,mem_local_name_length 
-0x3fd3 006708 increase 1 ,temp 
-0x3fd4 006709 arg mem_local_name_length ,rega 
-0x3fd5 006710 arg eeprom_module_bt_name_length ,regb 
-0x3fd6 006711 branch iicd_write_eep_data 
-:      006713 at_store_le_name:
-0x3fd7 006714 fetcht 1 ,mem_le_name_len 
-0x3fd8 006715 increase 1 ,temp 
-0x3fd9 006716 arg mem_le_name_len ,rega 
-0x3fda 006717 arg eeprom_module_ble_name_length ,regb 
-0x3fdb 006718 branch iicd_write_eep_data 
-:      006720 at_store_le_adss:
-0x3fdc 006721 arg 6 ,temp 
-0x3fdd 006722 arg mem_le_lap ,rega 
-0x3fde 006723 arg eeprom_module_le_adss ,regb 
-0x3fdf 006724 branch iicd_write_eep_data 
-:      006726 at_store_bt_adss:
-0x3fe0 006727 arg 6 ,temp 
-0x3fe1 006728 arg mem_lap ,rega 
-0x3fe2 006729 arg eeprom_module_bt_adss ,regb 
-0x3fe3 006730 branch iicd_write_eep_data 
-:      006732 at_store_bt_pincode:
-0x3fe4 006733 fetcht 1 ,mem_pin_length 
-0x3fe5 006734 increase 1 ,temp 
-0x3fe6 006735 arg mem_pin_length ,rega 
-0x3fe7 006736 arg eeprom_module_pincode_length ,regb 
-0x3fe8 006737 branch iicd_write_eep_data 
-:      006739 at_store_throughput_uart_baud115200:
-0x3fe9 006740 setarg at_baud_115200 
-0x3fea 006741 store 2 ,mem_timeup 
-:      006742 at_store_throughput_uart_baud:
-0x3feb 006743 arg 2 ,temp 
-0x3fec 006744 arg mem_timeup ,rega 
-0x3fed 006745 arg eeprom_module_trans_baud ,regb 
-0x3fee 006746 branch iicd_write_eep_data 
-:      006749 at_process:
-0x3fef 006750 set1 mark_ext_patch ,mark 
-0x3ff0 006751 bpatch patch32_2 ,mem_patch32 
-0x3ff1 006752 fetch 2 ,mem_current_packet_length 
-0x3ff2 006753 arg 300 ,temp 
-0x3ff3 006754 isub temp ,null 
-0x3ff4 006755 branch at_error_rev_end ,positive 
-0x3ff5 006756 call check_module_disabled 
-0x3ff6 006757 call get_uart_rrptr 
-0x3ff7 006758 copy contru ,rega 
-0x3ff8 006759 fetch 2 ,mem_current_packet_length 
-0x3ff9 006760 increase -2 ,pdata 
-0x3ffa 006761 iadd contru ,contru 
-0x3ffb 006762 ifetch 2 ,contru 
-0x3ffc 006763 arg at_cmd_end ,temp 
-0x3ffd 006764 isub temp ,null 
-0x3ffe 006765 nrtn zero 
-0x3fff 006766 copy rega ,contru 
-0x4000 006767 arg mem_prarm_atp ,regb 
-0x4001 006768 arg 3 ,loopcnt 
-0x4002 006769 call string_compare_uart_follow 
-0x4003 006770 nbranch at_error_rev_end ,true 
-0x4004 006771 branch at_dispatch 
-:      006773 at_dispatch:
-0x4005 006774 set1 mark_ext_patch ,mark 
-0x4006 006775 bpatch patch32_3 ,mem_patch32 
-0x4007 006777 copy contru ,rega 
-0x4008 006778 arg mem_prarm_name ,regb 
-0x4009 006779 force 4 ,loopcnt 
-0x400a 006780 call string_compare_uart_follow 
-0x400b 006781 branch at_rev_name ,true 
-0x400c 006783 arg mem_prarm_blename ,regb 
-0x400d 006784 force 7 ,loopcnt 
-0x400e 006785 call string_compare_uart_follow 
-0x400f 006786 branch at_rev_le_name ,true 
-0x4010 006788 arg mem_prarm_adss ,regb 
-0x4011 006789 force 4 ,loopcnt 
-0x4012 006790 call string_compare_uart_follow 
-0x4013 006791 branch at_rev_adss ,true 
-0x4014 006793 arg mem_prarm_bleadss ,regb 
-0x4015 006794 force 7 ,loopcnt 
-0x4016 006795 call string_compare_uart_follow 
-0x4017 006796 branch at_rev_leadss ,true 
-0x4018 006798 arg mem_prarm_vers ,regb 
-0x4019 006799 force 4 ,loopcnt 
-0x401a 006800 call string_compare_uart_follow 
-0x401b 006801 branch at_rev_vers ,true 
-0x401c 006803 arg mem_prarm_uart ,regb 
-0x401d 006804 force 4 ,loopcnt 
-0x401e 006805 call string_compare_uart_follow 
-0x401f 006806 branch at_rev_uart ,true 
-0x4020 006808 arg mem_prarm_pswd ,regb 
-0x4021 006809 force 4 ,loopcnt 
-0x4022 006810 call string_compare_uart_follow 
-0x4023 006811 branch at_rev_pswd ,true 
-0x4024 006813 arg mem_prarm_class ,regb 
-0x4025 006814 force 5 ,loopcnt 
-0x4026 006815 call string_compare_uart_follow 
-0x4027 006816 branch at_rev_class ,true 
-0x4028 006818 arg mem_prarm_list ,regb 
-0x4029 006819 force 4 ,loopcnt 
-0x402a 006820 call string_compare_uart_follow 
-0x402b 006821 branch at_rev_list ,true 
-0x402c 006823 arg mem_prarm_role ,regb 
-0x402d 006824 force 4 ,loopcnt 
-0x402e 006825 call string_compare_uart_follow 
-0x402f 006826 branch at_rev_role ,true 
-0x4030 006828 arg mem_prarm_sniff ,regb 
-0x4031 006829 force 5 ,loopcnt 
-0x4032 006830 call string_compare_uart_follow 
-0x4033 006831 branch at_rev_sniff ,true 
-0x4034 006833 arg mem_prarm_ldev ,regb 
-0x4035 006834 force 4 ,loopcnt 
-0x4036 006835 call string_compare_uart_follow 
-0x4037 006836 branch at_rev_ldev ,true 
-0x4038 006838 arg mem_prarm_rssi ,regb 
-0x4039 006839 force 4 ,loopcnt 
-0x403a 006840 call string_compare_uart_follow 
-0x403b 006841 branch at_rev_rssi ,true 
-0x403c 006843 arg mem_prarm_cdev ,regb 
-0x403d 006844 force 4 ,loopcnt 
-0x403e 006845 call string_compare_uart_follow 
-0x403f 006846 branch at_rev_cdev ,true 
-0x4040 006848 arg mem_prarm_inqr ,regb 
-0x4041 006849 force 4 ,loopcnt 
-0x4042 006850 call string_compare_uart_follow 
-0x4043 006851 branch at_rev_inqr ,true 
-0x4044 006853 arg mem_prarm_bleinqr ,regb 
-0x4045 006854 force 7 ,loopcnt 
-0x4046 006855 call string_compare_uart_follow 
-0x4047 006856 branch at_rev_leinqr ,true 
-0x4048 006858 arg mem_prarm_cmode ,regb 
-0x4049 006859 force 5 ,loopcnt 
-0x404a 006860 call string_compare_uart_follow 
-0x404b 006861 branch at_rev_cmode ,true 
-0x404c 006863 arg mem_prarm_mode ,regb 
-0x404d 006864 force 4 ,loopcnt 
-0x404e 006865 call string_compare_uart_follow 
-0x404f 006866 branch at_rev_mode ,true 
-0x4050 006868 arg mem_prarm_dmstate ,regb 
-0x4051 006869 force 7 ,loopcnt 
-0x4052 006870 call string_compare_uart_follow 
-0x4053 006871 branch at_rev_dmstate ,true 
-0x4054 006873 arg mem_prarm_reconn ,regb 
-0x4055 006874 force 6 ,loopcnt 
-0x4056 006875 call string_compare_uart_follow 
-0x4057 006876 branch at_rev_reconn ,true 
-0x4058 006878 arg mem_prarm_discov ,regb 
-0x4059 006879 force 6 ,loopcnt 
-0x405a 006880 call string_compare_uart_follow 
-0x405b 006881 branch at_rev_discov ,true 
-0x405c 006883 arg mem_prarm_dis ,regb 
-0x405d 006884 force 3 ,loopcnt 
-0x405e 006885 call string_compare_uart_follow 
-0x405f 006886 branch at_rev_dis ,true 
-0x4060 006888 arg mem_prarm_stsn ,regb 
-0x4061 006889 force 4 ,loopcnt 
-0x4062 006890 call string_compare_uart_follow 
-0x4063 006891 branch at_rev_stsn ,true 
-0x4064 006893 arg mem_prarm_clrflg ,regb 
-0x4065 006894 force 6 ,loopcnt 
-0x4066 006895 call string_compare_uart_follow 
-0x4067 006896 branch at_rev_clrflg ,true 
-0x4068 006898 arg mem_prarm_ota ,regb 
-0x4069 006899 force 3 ,loopcnt 
-0x406a 006900 call string_compare_uart_follow 
-0x406b 006901 branch at_rev_ota ,true 
-0x406c 006902 branch at_error_rev_end 
-:      006905 at_rev_name:
-0x406d 006906 ifetch 1 ,contru 
-0x406e 006907 beq at_ques ,at_rev_name_inquiry 
-0x406f 006908 beq at_equ ,at_rev_name_set 
-0x4070 006909 branch at_error_rev_end 
-:      006910 at_rev_name_inquiry:
-0x4071 006911 call get_uart_twptr 
-0x4072 006912 call at_group_name_inquiry 
-0x4073 006913 branch at_nomal_rev_end 
-:      006916 at_rev_le_name:
-0x4074 006917 ifetch 1 ,contru 
-0x4075 006918 beq at_ques ,at_rev_le_name_inquiry 
-0x4076 006919 beq at_equ ,at_rev_le_name_set 
-0x4077 006920 branch at_error_rev_end 
-:      006921 at_rev_le_name_inquiry:
-0x4078 006922 call get_uart_twptr 
-0x4079 006923 call at_group_le_name_inquiry 
-0x407a 006924 branch at_nomal_rev_end 
-:      006926 at_rev_adss:
-0x407b 006927 ifetch 1 ,contru 
-0x407c 006928 beq at_ques ,at_rev_adss_inquiry 
-0x407d 006929 beq at_equ ,at_rev_adss_set 
-0x407e 006930 branch at_error_rev_end 
-:      006931 at_rev_adss_inquiry:
-0x407f 006932 call at_group_adss_inquiry 
-0x4080 006933 branch at_nomal_rev_end 
-:      006935 at_rev_leadss:
-0x4081 006936 ifetch 1 ,contru 
-0x4082 006937 beq at_ques ,at_rev_leadss_inquiry 
-0x4083 006938 beq at_equ ,at_rev_leadss_set 
-0x4084 006939 branch at_error_rev_end 
-:      006940 at_rev_leadss_inquiry:
-0x4085 006942 call at_group_leadss_inquiry 
-0x4086 006943 branch at_nomal_rev_end 
-:      006945 at_rev_vers:
-0x4087 006946 ifetch 1 ,contru 
-0x4088 006947 beq at_ques ,at_rev_vers_inquiry 
-0x4089 006948 branch at_error_rev_end 
-:      006949 at_rev_vers_inquiry:
-0x408a 006950 call at_group_version_inquiry 
-0x408b 006951 branch at_nomal_rev_end 
-:      006954 at_rev_uart:
-0x408c 006955 ifetch 1 ,contru 
-0x408d 006956 beq at_equ ,at_rev_uart_set 
-0x408e 006957 branch at_error_rev_end 
-:      006960 at_rev_pswd:
-0x408f 006961 ifetch 1 ,contru 
-0x4090 006962 beq at_ques ,at_rev_pswd_inquiry 
-0x4091 006963 beq at_equ ,at_rev_pswd_set 
-0x4092 006964 branch at_error_rev_end 
-:      006965 at_rev_pswd_inquiry:
-0x4093 006966 call at_group_pswd_inquiry 
-0x4094 006967 branch at_nomal_rev_end 
-:      006969 at_rev_class:
-0x4095 006970 ifetch 1 ,contru 
-0x4096 006971 beq at_ques ,at_rev_class_inquiry 
-0x4097 006972 beq at_equ ,at_rev_class_set 
-0x4098 006973 branch at_error_rev_end 
-:      006974 at_rev_class_inquiry:
-0x4099 006975 call at_group_class_inquiry 
-0x409a 006976 branch at_nomal_rev_end 
-:      006978 at_rev_list:
-0x409b 006979 ifetch 1 ,contru 
-0x409c 006980 beq at_ques ,at_rev_list_inquiry 
-0x409d 006981 beq at_equ ,at_rev_list_set 
-0x409e 006982 branch at_error_rev_end 
-:      006983 at_rev_list_inquiry:
-0x409f 006984 call at_group_list_inquiry 
-0x40a0 006985 branch at_nomal_rev_end 
-:      006987 at_rev_role:
-0x40a1 006988 ifetch 1 ,contru 
-0x40a2 006989 beq at_ques ,at_rev_role_inquiry 
-0x40a3 006990 beq at_equ ,at_rev_role_set 
-0x40a4 006991 branch at_error_rev_end 
-:      006994 at_rev_sniff:
-0x40a5 006995 ifetch 1 ,contru 
-0x40a6 006996 beq at_ques ,at_rev_sniff_inquiry 
-0x40a7 006997 beq at_equ ,at_rev_sniff_set 
-0x40a8 006998 branch at_error_rev_end 
-:      006999 at_rev_sniff_inquiry:
-0x40a9 007000 call at_group_sniff_inquiry 
-0x40aa 007001 branch at_nomal_rev_end 
-:      007003 at_rev_ldev:
-0x40ab 007004 ifetch 1 ,contru 
-0x40ac 007005 beq at_ques ,at_rev_ldev_inquiry 
-0x40ad 007006 branch at_error_rev_end 
-:      007007 at_rev_ldev_inquiry:
-0x40ae 007008 call at_group_ldev_inquiry 
-0x40af 007009 branch at_nomal_rev_end 
-:      007011 at_rev_rssi:
-0x40b0 007012 ifetch 1 ,contru 
-0x40b1 007013 beq at_ques ,at_rev_rssi_inquiry 
-0x40b2 007014 branch at_nomal_rev_end 
-:      007015 at_rev_rssi_inquiry:
-0x40b3 007016 call context_check_idle 
-0x40b4 007017 nbranch at_error_rev_end ,zero 
-0x40b5 007018 call at_group_rssi_inquiry 
-0x40b6 007019 branch at_nomal_rev_end 
-:      007021 at_rev_cdev:
-0x40b7 007022 ifetch 1 ,contru 
-0x40b8 007023 beq at_ques ,at_rev_cdev_inquiry 
-0x40b9 007024 branch at_error_rev_end 
-:      007025 at_rev_cdev_inquiry:
-0x40ba 007026 fetch 1 ,mem_context 
-0x40bb 007027 bbit0 state_inconn ,at_error_rev_end 
-0x40bc 007028 call get_uart_twptr 
-0x40bd 007029 fetch 1 ,mem_context + coffset_mode 
-0x40be 007030 bbit1 mode_le ,le_cdev_inquiry 
-0x40bf 007031 branch at_cdev_unle_inq 
-:      007032 le_cdev_inquiry:
-0x40c0 007033 arg mem_prarm_cdev ,rega 
-0x40c1 007034 arg 4 ,loopcnt 
-0x40c2 007035 call at_group_inquiryhead_common 
-0x40c3 007036 call at_rev_uart_write_62 
-0x40c4 007037 setarg 0x34 
-0x40c5 007038 istore 1 ,contwu 
-0x40c6 007039 call at_rev_uart_write_44 
-0x40c7 007040 arg mem_le_plap ,rega 
-0x40c8 007041 call adss_hex2string_to_uart 
-0x40c9 007042 call uartd_send 
-0x40ca 007043 branch at_nomal_rev_end 
-:      007044 at_cdev_unle_inq:
-0x40cb 007045 arg mem_prarm_cdev ,rega 
-0x40cc 007046 arg 4 ,loopcnt 
-0x40cd 007047 call at_group_inquiryhead_common 
-0x40ce 007048 call at_rev_uart_write_62 
-0x40cf 007049 setarg 0x33 
-0x40d0 007050 istore 1 ,contwu 
-0x40d1 007051 call at_rev_uart_write_44 
-0x40d2 007052 arg mem_plap ,rega 
-0x40d3 007053 call adss_hex2string_to_uart 
-0x40d4 007054 call uartd_send 
-0x40d5 007055 branch at_nomal_rev_end 
-:      007058 at_rev_inqr:
-0x40d6 007059 set1 mark_ext_patch ,mark 
-0x40d7 007060 bpatch patch32_4 ,mem_patch32 
-0x40d8 007061 call app_check_conn_device_nums_addr 
-0x40d9 007062 fetch 1 ,mem_device_nums 
-0x40da 007063 bne 0 ,at_error_rev_end 
-0x40db 007064 call do_at_inquiry 
-0x40dc 007065 branch at_nomal_rev_end 
-:      007067 at_rev_leinqr:
-0x40dd 007068 set1 mark_ext_patch ,mark 
-0x40de 007069 bpatch patch32_5 ,mem_patch32 
-0x40df 007070 call do_at_leinquiry 
-0x40e0 007071 branch at_nomal_rev_end 
-:      007073 at_rev_role_inquiry:
-0x40e1 007074 arg mem_prarm_role ,rega 
-0x40e2 007075 arg 4 ,loopcnt 
-0x40e3 007076 call at_group_inquiryhead_common 
-0x40e4 007077 call context_check_idle 
-0x40e5 007078 nbranch at_rev_uart_write_n ,zero 
-0x40e6 007079 fetch 1 ,mem_context + coffset_mode 
-0x40e7 007080 bbit1 mode_master ,at_rev_uart_write_m 
-0x40e8 007081 call at_rev_uart_write_s 
-0x40e9 007082 call uartd_send 
-0x40ea 007083 branch at_nomal_rev_end 
-:      007084 at_rev_uart_write_m:
-0x40eb 007085 setarg 0x4d 
-0x40ec 007086 istore 1 ,contwu 
-0x40ed 007087 call uartd_send 
-0x40ee 007088 branch at_nomal_rev_end 
-:      007089 at_rev_uart_write_s:
-0x40ef 007090 setarg 0x53 
-0x40f0 007091 istore 1 ,contwu 
-0x40f1 007092 rtn 
-:      007094 at_rev_cmode:
-0x40f2 007095 ifetch 1 ,contru 
-0x40f3 007096 beq at_ques ,at_rev_cmode_inquiry 
-0x40f4 007097 beq at_equ ,at_rev_cmode_set 
-0x40f5 007098 branch at_error_rev_end 
-:      007099 at_rev_cmode_inquiry:
-0x40f6 007100 call at_group_cmode_inquiry 
-0x40f7 007101 branch at_nomal_rev_end 
-:      007103 at_rev_mode:
-0x40f8 007104 ifetch 1 ,contru 
-0x40f9 007105 beq at_equ ,at_rev_mode_set 
-0x40fa 007106 branch at_error_rev_end 
-:      007108 at_rev_dmstate:
-0x40fb 007109 ifetch 1 ,contru 
-0x40fc 007110 beq at_ques ,at_rev_dmstate_inquiry 
-0x40fd 007111 branch at_error_rev_end 
-:      007112 at_rev_dmstate_inquiry:
-0x40fe 007113 call at_group_dmstate_inquiry 
-0x40ff 007114 branch at_nomal_rev_end 
-:      007116 at_rev_reconn:
-0x4100 007117 fetch 1 ,mem_app_connection_options 
-0x4101 007118 store 1 ,mem_connection_options 
-0x4102 007119 call eeprom_load_reconn_info 
-0x4103 007120 call app_check_conn_device_nums_addr 
-0x4104 007121 fetch 1 ,mem_device_nums 
-0x4105 007122 bne 0 ,at_error_rev_end 
-0x4106 007123 fetch 1 ,mem_xrecord_mode 
-0x4107 007124 beq rec_3_mode ,at_rev_unle_reconn 
-0x4108 007125 beq rec_4_mode ,at_rev_lereconn 
-0x4109 007126 branch at_error_rev_end 
-:      007128 at_rev_lereconn:
-0x410a 007129 call app_ble_start_direct_adv 
-0x410b 007130 branch at_nomal_rev_end 
-:      007131 at_rev_unle_reconn:
-0x410c 007132 call app_bt_start_reconnect 
-0x410d 007133 branch at_nomal_rev_end 
-:      007135 at_rev_dis:
-0x410e 007136 call app_check_conn_device_nums_addr 
-0x410f 007137 fetch 1 ,mem_device_nums 
-0x4110 007138 bne 1 ,at_error_rev_end 
-0x4111 007139 fetch 1 ,mem_context + coffset_mode 
-0x4112 007140 bbit1 mode_le ,at_rev_ledis 
-0x4113 007141 call app_bt_disconnect 
-0x4114 007142 branch at_nomal_rev_end 
-:      007145 at_rev_ledis:
-0x4115 007146 call app_ble_disconnect 
-0x4116 007147 branch at_nomal_rev_end 
-:      007150 at_rev_stsn:
-0x4117 007151 ifetch 1 ,contru 
-0x4118 007152 beq at_equ ,at_rev_stsn_set 
-0x4119 007153 branch at_error_rev_end 
-:      007154 at_rev_stsn_set:
-0x411a 007155 ifetch 1 ,contru 
-0x411b 007156 beq 0x31 ,at_exit_sniff 
-0x411c 007157 beq 0x30 ,at_enter_sniff 
-0x411d 007158 branch at_error_rev_end 
-:      007159 at_enter_sniff:
-0x411e 007160 call app_check_sniff 
-0x411f 007161 branch at_nomal_rev_end ,true 
-0x4120 007162 call app_bt_enter_sniff 
-0x4121 007163 branch at_nomal_rev_end 
-:      007164 at_exit_sniff:
-0x4122 007165 call app_check_sniff 
-0x4123 007166 nbranch at_nomal_rev_end ,true 
-0x4124 007167 call module_exit_sniff 
-0x4125 007168 call at_set_cmd_task_flag 
-0x4126 007169 branch at_nomal_rev_end 
-:      007172 at_rev_clrflg:
-0x4127 007173 call app_clearflag_store 
-0x4128 007174 branch at_nomal_rev_end 
-:      007176 at_rev_ota:
-0x4129 007177 ifetch 1 ,contru 
-0x412a 007178 beq at_equ ,at_rev_ota_process 
-0x412b 007179 branch at_error_rev_end 
-:      007181 at_rev_discov:
-0x412c 007182 call app_check_conn_device_nums_addr 
-0x412d 007183 fetch 1 ,mem_device_nums 
-0x412e 007184 bne 0 ,at_error_rev_end 
-0x412f 007185 call module_disconn_start 
-0x4130 007186 branch at_nomal_rev_end 
-:      007192 at_rev_name_set:
-0x4131 007193 arg mem_local_name ,rega 
-0x4132 007194 call at_set_common 
-0x4133 007195 storet 1 ,mem_local_name_length 
-0x4134 007196 call at_store_bt_name 
-0x4135 007197 branch at_nomal_rev_end 
-:      007199 at_rev_le_name_set:
-0x4136 007200 arg mem_le_name ,rega 
-0x4137 007201 call at_set_common 
-0x4138 007202 storet 1 ,mem_le_name_len 
-0x4139 007203 call at_store_le_name 
-0x413a 007204 call le_modified_name 
-0x413b 007205 branch at_nomal_rev_end 
-:      007207 at_rev_adss_set:
-0x413c 007208 arg mem_lap ,contw 
-0x413d 007209 call adss_string2hex_from_uart 
-0x413e 007210 call at_store_bt_adss 
-0x413f 007211 branch at_nomal_rev_end 
-:      007213 at_rev_leadss_set:
-0x4140 007214 arg mem_le_lap ,contw 
-0x4141 007215 call adss_string2hex_from_uart 
-0x4142 007216 call at_store_le_adss 
-0x4143 007217 branch at_nomal_rev_end 
-:      007219 at_rev_pswd_set:
-0x4144 007220 arg mem_pin ,rega 
-0x4145 007221 call at_set_common 
-0x4146 007222 storet 1 ,mem_pin_length 
-0x4147 007223 call at_store_bt_pincode 
-0x4148 007224 branch at_nomal_rev_end 
-:      007226 at_rev_uart_set:
-0x4149 007227 call string2dec_from_uart 
-0x414a 007228 setarg uart_clk 
-0x414b 007229 idiv temp 
-0x414c 007230 call wait_div_end 
-0x414d 007231 quotient pdata 
-0x414e 007232 store 2 ,mem_timeup 
-0x414f 007233 call at_store_throughput_uart_baud 
-0x4150 007234 branch at_nomal_rev_end 
-:      007236 at_rev_mode_set:
-0x4151 007237 ifetch 1 ,contru 
-0x4152 007238 sub pdata ,0x33 ,null 
-0x4153 007239 nbranch at_error_rev_end ,positive 
-0x4154 007240 and pdata ,0x3 ,pdata 
-0x4155 007241 store 1 ,mem_module_state 
-0x4156 007242 branch at_nomal_rev_end 
-:      007244 at_rev_class_set:
-0x4157 007245 ifetch 3 ,contru 
-0x4158 007246 store 3 ,mem_class 
-0x4159 007247 branch at_nomal_rev_end 
-:      007249 at_rev_role_set:
-0x415a 007250 call context_check_idle 
-0x415b 007251 nbranch at_error_rev_end ,zero 
-0x415c 007252 ifetch 1 ,contru 
-0x415d 007253 beq 0x53 ,at_role_slave 
-0x415e 007254 beq 0x4D ,at_role_master 
-0x415f 007255 branch at_error_rev_end 
-:      007257 at_role_slave:
-0x4160 007258 fetch 1 ,mem_context + coffset_mode 
-0x4161 007259 bbit1 mode_master ,at_switch_role 
-0x4162 007260 branch at_error_rev_end 
-:      007262 at_role_master:
-0x4163 007263 fetch 1 ,mem_context + coffset_mode 
-0x4164 007264 bbit0 mode_master ,at_switch_role 
-0x4165 007265 branch at_error_rev_end 
-:      007267 at_switch_role:
-0x4166 007268 fetch 1 ,mem_module_task 
-0x4167 007269 set1 at_task_switch ,pdata 
-0x4168 007270 store 1 ,mem_module_task 
-0x4169 007271 jam hci_cmd_role_switch ,mem_hci_cmd 
-0x416a 007272 branch at_rev_end 
-:      007274 at_rev_sniff_set:
-0x416b 007275 arg mem_sniff_param_interval ,contw 
-0x416c 007276 call mem2_string2hex_from_uart 
-0x416d 007277 arg mem_sniff_param_attempt ,contw 
-0x416e 007278 call mem2_string2hex_from_uart 
-0x416f 007279 arg mem_sniff_param_timeout ,contw 
-0x4170 007280 call mem2_string2hex_from_uart 
-0x4171 007281 branch at_nomal_rev_end 
-:      007283 at_rev_list_set:
-0x4172 007284 ifetch 1 ,contru 
-0x4173 007285 beq 0x31 ,at_rev_list_set_1 
-0x4174 007286 beq 0x32 ,at_rev_list_set_2 
-0x4175 007287 branch at_error_rev_end 
-:      007288 at_rev_list_set_1:
-0x4176 007289 ifetch 1 ,contru 
-0x4177 007290 arg mem_temp_lap ,contw 
-0x4178 007291 call adss_string2hex_from_uart 
-0x4179 007292 call eeprom_clear_bd_reconn_info 
-0x417a 007293 nrtn user 
-0x417b 007294 branch at_nomal_rev_end 
-:      007295 at_rev_list_set_2:
-0x417c 007296 call eeprom_clear_all_reconn_info 
-0x417d 007297 branch at_nomal_rev_end 
-:      007299 at_rev_cmode_set:
-0x417e 007300 ifetch 1 ,contru 
-0x417f 007301 fetcht 1 ,mem_module_state 
-0x4180 007302 nsetflag blank ,at_state_cmode ,temp 
-0x4181 007303 storet 1 ,mem_module_state 
-0x4182 007304 branch at_nomal_rev_end ,blank 
-0x4183 007305 ifetch 1 ,contru 
-0x4184 007306 arg mem_cmode_addr ,contw 
-0x4185 007307 call adss_string2hex_from_uart 
-0x4186 007308 branch at_nomal_rev_end 
-:      007310 at_rev_ota_process:
-0x4187 007311 set1 mark_ext_patch ,mark 
-0x4188 007312 bpatch patch32_6 ,mem_patch32 
-0x4189 007313 arg 20 ,loopcnt 
-0x418a 007314 arg mem_l2cap_rxbuff1 ,contw 
-0x418b 007315 call uart_copy_rx_bytes 
-0x418c 007316 arg mem_l2cap_rxbuff1 ,rega 
-0x418d 007317 fetch 1 ,mem_l2cap_rxbuff1 
-0x418e 007318 compare ota_write_req ,pdata ,0xff 
-0x418f 007319 call prcp_parse_ota_write_req ,true 
-0x4190 007320 fetch 1 ,mem_l2cap_rxbuff1 
-0x4191 007321 compare ota_end_cmd ,pdata ,0xff 
-0x4192 007322 call prcp_parse_ota_end_cmd ,true 
-0x4193 007323 branch at_nomal_rev_end 
-:      007328 at_group_name_inquiry:
-0x4194 007329 arg mem_prarm_name ,rega 
-0x4195 007330 arg 4 ,loopcnt 
-0x4196 007331 call at_group_inquiryhead_common 
-0x4197 007332 fetch 1 ,mem_local_name_length 
-0x4198 007333 copy pdata ,loopcnt 
-0x4199 007334 arg mem_local_name ,contr 
-0x419a 007335 branch send_mem_to_uart0 
-:      007336 at_group_le_name_inquiry:
-0x419b 007337 arg mem_prarm_blename ,rega 
-0x419c 007338 force 7 ,loopcnt 
-0x419d 007339 call at_group_inquiryhead_common 
-0x419e 007340 call le_get_device_name 
-0x419f 007341 ifetch 1 ,contr 
-0x41a0 007342 copy pdata ,loopcnt 
-0x41a1 007343 branch send_mem_to_uart0 
-:      007346 at_group_adss_inquiry:
-0x41a2 007347 arg mem_prarm_adss ,rega 
-0x41a3 007348 arg 4 ,loopcnt 
-0x41a4 007349 call at_group_inquiryhead_common 
-0x41a5 007350 arg mem_lap ,rega 
-0x41a6 007351 call adss_hex2string_to_uart 
-0x41a7 007352 branch uartd_send 
-:      007353 at_group_leadss_inquiry:
-0x41a8 007354 arg mem_prarm_bleadss ,rega 
-0x41a9 007355 arg 7 ,loopcnt 
-0x41aa 007356 call at_group_inquiryhead_common 
-0x41ab 007357 arg mem_le_lap ,rega 
-0x41ac 007358 call adss_hex2string_to_uart 
-0x41ad 007359 branch uartd_send 
-:      007362 at_group_version_inquiry:
-0x41ae 007363 arg mem_prarm_vers ,rega 
-0x41af 007364 arg 4 ,loopcnt 
-0x41b0 007365 call at_group_inquiryhead_common 
-0x41b1 007366 arg 6 ,loopcnt 
-0x41b2 007367 arg mem_module_version ,contr 
-0x41b3 007368 branch send_mem_to_uart0 
-:      007370 at_group_class_inquiry:
-0x41b4 007371 arg mem_prarm_class ,rega 
-0x41b5 007372 arg 5 ,loopcnt 
-0x41b6 007373 call at_group_inquiryhead_common 
-0x41b7 007374 arg 3 ,loopcnt 
-0x41b8 007375 arg mem_class ,contr 
-0x41b9 007376 branch send_mem_to_uart0 
-:      007378 at_group_list_inquiry:
-0x41ba 007379 arg mem_prarm_list ,rega 
-0x41bb 007380 arg 4 ,loopcnt 
-0x41bc 007381 call at_group_inquiryhead_common 
-0x41bd 007382 call eeprom_load_bdaddr_list 
-0x41be 007383 call at_group_list_reply 
-0x41bf 007384 branch uartd_send 
-:      007387 at_group_ldev_inquiry:
-0x41c0 007388 call eeprom_load_reconn_bdaddr 
-0x41c1 007389 arg mem_prarm_ldev ,rega 
-0x41c2 007390 arg 4 ,loopcnt 
-0x41c3 007391 call at_group_inquiryhead_common 
-0x41c4 007392 fetch 1 ,mem_record_bt_mode 
-0x41c5 007393 beq rec_3_mode ,at_group_ldev_inquiry0 
-0x41c6 007394 beq rec_4_mode ,at_group_ldev_inquiry0 
-0x41c7 007395 branch uartd_send 
-:      007396 at_group_ldev_inquiry0:
-0x41c8 007397 istore 1 ,contwu 
-0x41c9 007398 call at_rev_uart_write_44 
-0x41ca 007399 arg mem_temp_lap ,rega 
-0x41cb 007400 call adss_hex2string_to_uart 
-0x41cc 007401 branch uartd_send 
-:      007403 at_group_rssi_inquiry:
-0x41cd 007404 set1 mark_ext_patch ,mark 
-0x41ce 007405 bpatch patch32_7 ,mem_patch32 
-0x41cf 007406 arg mem_prarm_rssi ,rega 
-0x41d0 007407 arg 4 ,loopcnt 
-0x41d1 007408 call at_group_inquiryhead_common 
-0x41d2 007409 call at_rssi_result 
-0x41d3 007410 branch uartd_send 
-:      007411 at_rssi_result:
-0x41d4 007412 arg mem_rssi ,rega 
-0x41d5 007413 arg 1 ,loopcnt 
-0x41d6 007414 branch hex2string_to_uart0 
-:      007416 at_group_cdev_inquiry:
-0x41d7 007417 rtn 
-:      007420 at_group_cmode_inquiry:
-0x41d8 007421 arg mem_prarm_cmode ,rega 
-0x41d9 007422 arg 5 ,loopcnt 
-0x41da 007423 call at_group_inquiryhead_common 
-0x41db 007424 arg mem_cmode_addr ,rega 
-0x41dc 007425 call adss_hex2string_to_uart 
-0x41dd 007426 branch uartd_send 
-:      007429 at_group_dmstate_inquiry:
-0x41de 007430 arg mem_prarm_dmstate ,rega 
-0x41df 007431 arg 7 ,loopcnt 
-0x41e0 007432 call at_group_inquiryhead_common 
-0x41e1 007433 fetch 1 ,mem_module_state 
-0x41e2 007434 copy pdata ,rega 
-0x41e3 007435 fetch 1 ,mem_context 
-0x41e4 007436 isolate1 state_inconn ,pdata 
-0x41e5 007437 setflag true ,at_state_isconn ,rega 
-0x41e6 007438 isolate1 state_insniff ,pdata 
-0x41e7 007439 setflag true ,at_state_sniff ,rega 
-0x41e8 007440 fetch 1 ,mem_context + coffset_mode 
-0x41e9 007441 isolate1 mode_master ,pdata 
-0x41ea 007442 setflag true ,at_state_role ,rega 
-0x41eb 007443 isolate1 mode_le ,pdata 
-0x41ec 007444 setflag true ,at_state_le ,rega 
-0x41ed 007445 copy rega ,pdata 
-0x41ee 007446 istore 1 ,contwu 
-0x41ef 007447 branch uartd_send 
-:      007449 do_at_inquiry:
-0x41f0 007450 setarg param_glap 
-0x41f1 007451 store 3 ,mem_glap 
-0x41f2 007452 fetch 1 ,mem_at_using_flag 
-0x41f3 007453 set1 at_flag_inq ,pdata 
-0x41f4 007454 store 1 ,mem_at_using_flag 
-0x41f5 007455 branch do_at_inquiry0 
-:      007457 do_at_leinquiry:
-0x41f6 007458 call app_check_conn_device_nums_addr 
-0x41f7 007459 fetch 1 ,mem_device_nums 
-0x41f8 007460 bne 0 ,at_error_rev_end 
-0x41f9 007461 call app_ble_start_scan 
-0x41fa 007462 fetch 1 ,mem_at_using_flag 
-0x41fb 007463 set1 at_flag_leinq ,pdata 
-0x41fc 007464 store 1 ,mem_at_using_flag 
-0x41fd 007465 setarg 0x200 
-0x41fe 007466 store 2 ,mem_at_scan_time 
-0x41ff 007467 arg mem_prarm_bleinqr ,rega 
-0x4200 007468 arg 6 ,loopcnt 
-0x4201 007469 call at_group_inquiryhead_common 
-0x4202 007470 call send_mem_to_uart0 
-0x4203 007471 branch at_rev_end 
-:      007475 at_group_pswd_inquiry:
-0x4204 007476 arg mem_prarm_pswd ,rega 
-0x4205 007477 arg 4 ,loopcnt 
-0x4206 007478 call at_group_inquiryhead_common 
-0x4207 007479 fetch 1 ,mem_pin_length 
-0x4208 007480 copy pdata ,loopcnt 
-0x4209 007481 arg mem_pin ,contr 
-0x420a 007482 branch send_mem_to_uart0 
-:      007486 at_group_sniff_inquiry:
-0x420b 007487 arg mem_prarm_sniff ,rega 
-0x420c 007488 arg 5 ,loopcnt 
-0x420d 007489 call at_group_inquiryhead_common 
-0x420e 007490 call at_rev_uart_write_62 
-0x420f 007491 setarg 84 
-0x4210 007492 istore 1 ,contwu 
-0x4211 007493 call at_rev_uart_write_colon 
-0x4212 007494 arg mem_sniff_param_interval ,rega 
-0x4213 007495 call mem2_hex2string_to_uart 
-0x4214 007496 call at_rev_uart_write_62 
-0x4215 007497 setarg 65 
-0x4216 007498 istore 1 ,contwu 
-0x4217 007499 call at_rev_uart_write_colon 
-0x4218 007500 arg mem_sniff_param_attempt ,rega 
-0x4219 007501 call mem2_hex2string_to_uart 
-0x421a 007502 call at_rev_uart_write_62 
-0x421b 007503 setarg 79 
-0x421c 007504 istore 1 ,contwu 
-0x421d 007505 call at_rev_uart_write_colon 
-0x421e 007506 arg mem_sniff_param_timeout ,rega 
-0x421f 007507 call mem2_hex2string_to_uart 
-0x4220 007508 branch send_mem_to_uart0 
-:      007509 at_inquiry_reply:
-0x4221 007510 call get_uart_twptr 
-0x4222 007511 call at_rev_uart_write_62 
-0x4223 007512 arg extm_lap ,rega 
-0x4224 007513 call adss_hex2string_to_uart 
-0x4225 007514 call at_rev_uart_write_44 
-0x4226 007515 arg extm_class ,rega 
-0x4227 007516 call mem3_hex2string_to_uart 
-0x4228 007517 call at_rev_uart_write_44 
-0x4229 007518 call at_rssi_result 
-0x422a 007519 branch uartd_send 
-:      007530 at_set_common:
-0x422b 007531 call at_set_setprarm 
-0x422c 007532 branch uart_copy_rx_bytes 
-:      007533 at_set_setprarm:
-0x422d 007534 call uart_get_remain_length 
-0x422e 007535 copy pdata ,temp 
-0x422f 007536 copy pdata ,loopcnt 
-0x4230 007537 copy rega ,contw 
-0x4231 007538 rtn 
-:      007541 at_group_inquiryhead_common:
-0x4232 007542 call get_uart_twptr 
-0x4233 007543 call at_rev_uart_write_plus 
-:      007544 at_group_inquiryhead_common0:
-0x4234 007545 copy rega ,contr 
-0x4235 007546 call uart_copy_tx_bytes 
-0x4236 007547 branch at_rev_uart_write_colon 
-:      007550 string_compare_uart_follow:
-0x4237 007551 ifetch 1 ,contru 
-0x4238 007552 ifetcht 1 ,regb 
-0x4239 007553 isub temp ,null 
-0x423a 007554 disable true 
-0x423b 007555 nbranch string_compare_uart_follow_diff ,zero 
-0x423c 007556 increase 1 ,regb 
-0x423d 007557 loop string_compare_uart_follow 
-0x423e 007558 enable true 
-0x423f 007559 rtn 
-:      007560 string_compare_uart_follow_diff:
-0x4240 007561 branch restore_contru 
-:      007564 at_rev_uart_write_plus:
-0x4241 007565 setarg ui_plus 
-0x4242 007566 istore 1 ,contwu 
-0x4243 007567 rtn 
-:      007569 at_rev_uart_write_colon:
-0x4244 007570 setarg ui_colon 
-0x4245 007571 istore 1 ,contwu 
-0x4246 007572 rtn 
-:      007575 at_rev_uart_write_62:
-0x4247 007576 setarg 62 
-0x4248 007577 istore 1 ,contwu 
-0x4249 007578 rtn 
-:      007579 at_rev_uart_write_n:
-0x424a 007580 setarg 78 
-0x424b 007581 istore 1 ,contwu 
-0x424c 007582 call uartd_send 
-0x424d 007583 branch at_nomal_rev_end 
-:      007587 at_rev_uart_write_44:
-0x424e 007588 setarg at_comma 
-0x424f 007589 istore 1 ,contwu 
-0x4250 007590 rtn 
-:      007592 restore_contru:
-0x4251 007593 copy rega ,contru 
-0x4252 007594 rtn 
-:      007596 at_group_list_reply:
-0x4253 007597 arg mem_bdaddr_list_buff + 7 ,regc 
-0x4254 007598 arg 4 ,loopcnt 
-:      007599 at_group_list_reply_loop:
-0x4255 007600 copy loopcnt ,pdata 
-0x4256 007601 store 1 ,mem_pdatatemp 
-0x4257 007602 ifetch 1 ,regc 
-0x4258 007603 beq rec_3_mode ,at_group_list_isrecord 
-0x4259 007604 beq rec_4_mode ,at_group_list_isrecord 
-0x425a 007605 branch at_group_list_notrecord 
-:      007606 at_group_list_isrecord:
-0x425b 007607 call at_rev_uart_write_62 
-0x425c 007608 ifetch 1 ,regc 
-0x425d 007609 istore 1 ,contwu 
-0x425e 007610 increase 1 ,regc 
-0x425f 007611 call at_rev_uart_write_44 
-0x4260 007612 copy regc ,rega 
-0x4261 007613 call adss_hex2string_to_uart 
-:      007614 at_group_list_notrecord0:
-0x4262 007615 increase 6 ,regc 
-0x4263 007616 fetch 1 ,mem_pdatatemp 
-0x4264 007617 copy pdata ,loopcnt 
-0x4265 007618 loop at_group_list_reply_loop 
-0x4266 007619 rtn 
-:      007620 at_group_list_notrecord:
-0x4267 007621 increase 1 ,regc 
-0x4268 007622 branch at_group_list_notrecord0 
-:      007626 uart_get_remain_length:
-0x4269 007627 set1 mark_ext_patch ,mark 
-0x426a 007628 bpatch patch33_0 ,mem_patch33 
-0x426b 007629 hfetch 2 ,core_uart_rrptr 
-0x426c 007630 isub contru ,pdata 
-0x426d 007631 rtn zero 
-0x426e 007632 branch uart_get_remain_length0 ,positive 
-:      007633 uart_get_remain_length_common:
-0x426f 007634 fetcht 2 ,mem_current_packet_length 
-0x4270 007635 iadd temp ,pdata 
-0x4271 007636 increase -2 ,pdata 
-0x4272 007637 rtn 
-:      007638 uart_get_remain_length0:
-0x4273 007639 call uart_get_rx_buff_length 
-0x4274 007640 iadd contru ,temp 
-0x4275 007641 hfetch 2 ,core_uart_rrptr 
-0x4276 007642 isub temp ,pdata 
-0x4277 007643 branch uart_get_remain_length_common 
-:      007645 uart_get_rx_buff_length:
-0x4278 007646 arg mem_module_rx_buf_end ,pdata 
-0x4279 007647 increase 1 ,pdata 
-0x427a 007648 arg mem_module_rx_buf ,temp 
-0x427b 007649 isub temp ,pdata 
-0x427c 007650 rtn 
-:      007652 release_packet:
-0x427d 007653 fetcht 2 ,mem_current_packet_length 
-0x427e 007654 branch uartd_rxdone_by_len 
-:      007659 at_error_rev_end:
-0x427f 007660 set1 mark_ext_patch ,mark 
-0x4280 007661 bpatch patch33_1 ,mem_patch33 
-0x4281 007662 call get_uart_twptr 
-0x4282 007663 setarg 0x525245 
-0x4283 007664 istore 3 ,contwu 
-0x4284 007665 call uartd_send 
-0x4285 007666 branch at_rev_end 
-:      007668 at_nomal_rev_end:
-0x4286 007669 set1 mark_ext_patch ,mark 
-0x4287 007670 bpatch patch33_2 ,mem_patch33 
-0x4288 007671 call get_uart_twptr 
-0x4289 007672 setarg 0x4b4f 
-0x428a 007673 istore 2 ,contwu 
-0x428b 007674 call uartd_send 
-:      007675 spp_send_end:
-:      007676 at_rev_end:
-0x428c 007677 set1 mark_ext_patch ,mark 
-0x428d 007678 bpatch patch33_3 ,mem_patch33 
-0x428e 007679 call release_packet 
-:      007680 spp_ipc_end:
-0x428f 007681 setarg 0 
-0x4290 007682 store 2 ,mem_current_packet_length 
-0x4291 007683 store 4 ,mem_last_uart_clock 
-0x4292 007684 rtn 
-:      007687 le_dongle_init:
-0x4293 007688 call usb_init 
-0x4294 007689 call app_led_start_blink 
-0x4295 007690 setarg le_dongle 
-0x4296 007691 store 2 ,mem_cb_le_process 
-0x4297 007692 setarg dongle_process_bb_event 
-0x4298 007693 store 2 ,mem_cb_bb_event_process 
-0x4299 007694 setarg usb_isr 
-0x429a 007695 store 2 ,mem_cb_idle_process 
-0x429b 007696 jam 5 ,mem_dongle_count 
-0x429c 007697 jam 0 ,mem_dongle_peers 
-0x429d 007698 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x429e 007699 rtn 
-:      007702 le_dongle:
-0x429f 007703 disable true 
-0x42a0 007704 call app_check_conn_device_nums_addr 
-0x42a1 007706 jam 0x1b ,mem_cmd_le_create_conn 
-0x42a2 007707 fetch 1 ,mem_device_nums 
-0x42a3 007708 compare 2 ,pdata ,0x3 
-0x42a4 007709 nrtn true 
-0x42a5 007710 jam 0 ,mem_le_scan_enable 
-0x42a6 007711 rtn 
-:      007713 le_scan_dongle:
-0x42a7 007714 fetch 1 ,mem_le_rxbuf 
-0x42a8 007715 bbit0 0 ,dongle_add_peer 
-0x42a9 007716 fetch 6 ,mem_le_rxbuf + 2 
-0x42aa 007717 fetcht 6 ,mem_le_plap 
-0x42ab 007718 isub temp ,null 
-0x42ac 007719 nrtn zero 
-:      007720 dongle_peer_paired:
-0x42ad 007721 fetch 6 ,mem_le_plap 
-0x42ae 007722 store 6 ,mem_le_conn_peer_addr 
-0x42af 007723 rtn 
-:      007725 dongle_add_peer:
-0x42b0 007726 arg 0xff ,rega 
-0x42b1 007727 call le_search_adtype 
-0x42b2 007728 nrtn zero 
-0x42b3 007729 ifetch 2 ,contr 
-0x42b4 007730 fetcht 2 ,mem_dongle_signature 
-0x42b5 007731 isub temp ,null 
-0x42b6 007732 nrtn zero 
-0x42b7 007733 fetch 1 ,mem_dongle_peers 
-0x42b8 007734 increase 1 ,pdata 
-0x42b9 007735 store 1 ,mem_dongle_peers 
-0x42ba 007736 fetcht 1 ,mem_dongle_pairing_cnt 
-0x42bb 007737 isub temp ,null 
-0x42bc 007738 branch dongle_peer_paired ,positive 
-0x42bd 007739 rtn 
-:      007741 dongle_process_bb_event:
-0x42be 007742 copy regc ,pdata 
-0x42bf 007743 beq bt_evt_le_disconnected ,dongle_le_event_bb_disconnected 
-0x42c0 007744 beq bt_evt_le_connected ,dongle_bb_event_connected 
-0x42c1 007745 and pdata ,0x0f ,temp 
-0x42c2 007746 and_into bt_evt_timer_mask ,pdata 
-0x42c3 007747 beq bt_evt_timer_init ,dongle_bb_event_100ms 
-0x42c4 007748 rtn 
-:      007750 dongle_le_event_bb_disconnected:
-0x42c5 007751 setarg 0 
-0x42c6 007752 store 6 ,mem_le_conn_peer_addr 
-0x42c7 007753 jam 0 ,mem_dongle_peers 
-0x42c8 007754 setarg 0 
-0x42c9 007755 store 5 ,mem_mouse_data 
-0x42ca 007756 jam send_mouse_data_cmd ,mem_mcmd 
-0x42cb 007757 call usb_isr 
-0x42cc 007758 branch app_ble_start_scan 
-:      007760 dongle_bb_event_100ms:
-0x42cd 007761 rtn 
-0x42ce 007762 fetch 1 ,mem_le_scan_enable 
-0x42cf 007763 rtn blank 
-0x42d0 007764 fetch 1 ,mem_dongle_count 
-0x42d1 007765 rtn blank 
-0x42d2 007766 increase -1 ,pdata 
-0x42d3 007767 store 1 ,mem_dongle_count 
-0x42d4 007768 nrtn blank 
-0x42d5 007769 call le_change_peer_addr 
-0x42d6 007770 branch app_ble_start_conn 
-:      007773 dongle_bb_event_connected:
-0x42d7 007774 branch app_ble_stop_scan 
-:      007776 le_change_peer_addr:
-0x42d8 007778 jam 5 ,mem_dongle_count 
-0x42d9 007779 fetch 1 ,mem_le_peer_state 
-0x42da 007780 beq le_context_state_kb ,addr_slave2 
-0x42db 007781 beq le_context_state_mouse ,addr_slave1 
-0x42dc 007782 rtn 
-:      007783 addr_slave1:
-0x42dd 007784 fetch 6 ,mem_le_addr_slave1 
-0x42de 007785 store 6 ,mem_app_peer_addr 
-0x42df 007786 jam le_context_state_kb ,mem_le_peer_state 
-0x42e0 007787 rtn 
-:      007788 addr_slave2:
-0x42e1 007789 fetch 6 ,mem_le_addr_slave2 
-0x42e2 007790 store 6 ,mem_app_peer_addr 
-0x42e3 007791 jam le_context_state_mouse ,mem_le_peer_state 
-0x42e4 007792 rtn 
-:      007795 hci_rx_bcsp:
-0x42e5 007796 ifetch 2 ,contru 
-0x42e6 007797 branch hci_reset_uart ,blank 
-0x42e7 007798 iforce regc 
-0x42e8 007799 ifetch 1 ,contru 
-0x42e9 007800 store 1 ,mem_h5rx_tmp 
-0x42ea 007801 iforce rega 
-0x42eb 007802 bbit0 6 ,hci_rx_bcsp_nocrc 
-0x42ec 007803 increase -2 ,regc 
-:      007804 hci_rx_bcsp_nocrc:
-0x42ed 007805 ifetch 2 ,contru 
-0x42ee 007806 rshift4 pdata ,loopcnt 
-0x42ef 007807 and pdata ,0xf ,debug 
-0x42f0 007808 iadd rega ,rega 
-0x42f1 007809 rshift8 pdata ,pdata 
-0x42f2 007810 iadd rega ,rega 
-0x42f3 007811 ifetch 1 ,contru 
-0x42f4 007812 iadd rega ,pdata 
-0x42f5 007813 bne 0xff ,hci_rx_bcsp_discard_packet 
-0x42f6 007814 add regc ,-4 ,pdata 
-0x42f7 007815 isub loopcnt ,null 
-0x42f8 007816 nbranch hci_rx_bcsp_discard_packet_err ,zero 
-0x42f9 007817 fetch 1 ,mem_h5rx_tmp 
-0x42fa 007818 isolate0 7 ,pdata 
-0x42fb 007819 branch hci_rx_bcsp_check_ack_skip ,true 
-0x42fc 007820 set0 mark_h5_reset ,mark 
-0x42fd 007821 bmark1 mark_h5_reset ,hci_rx_bcsp_check_ack_skip 
-0x42fe 007822 and_into 7 ,pdata 
-0x42ff 007823 fetcht 1 ,mem_h5tx_ack 
-0x4300 007824 isub temp ,null 
-0x4301 007825 nbranch hci_rx_bcsp_discard_packet_err ,zero 
-:      007826 hci_rx_bcsp_check_ack_skip:
-0x4302 007827 setarg 1600 
-0x4303 007828 force lpo_delay_timer ,queue 
-0x4304 007829 call timer_init 
-0x4305 007830 deposit debug 
-0x4306 007831 call hci_bcsp_parse_packet 
-0x4307 007832 rtn user 
-0x4308 007833 fetch 1 ,mem_h5rx_tmp 
-0x4309 007834 iforce rega 
-0x430a 007835 rshift3 pdata ,temp 
-0x430b 007836 and_into 7 ,temp 
-0x430c 007837 fetch 1 ,mem_h5rx_ack 
-0x430d 007838 isub temp ,pdata 
-0x430e 007839 sub pdata ,0 ,pdata 
-0x430f 007840 and_into 7 ,pdata 
-0x4310 007841 bne 1 ,hci_rx_bcsp_discard_packet_err 
-0x4311 007842 storet 1 ,mem_h5rx_ack 
-0x4312 007843 fetch 1 ,mem_h5rx_ackcnt 
-0x4313 007844 increase 1 ,pdata 
-0x4314 007845 store 1 ,mem_h5rx_ackcnt 
-0x4315 007846 branch hci_rx_bcsp_discard_packet 
-:      007848 hci_rx_bcsp_discard_packet_err:
-0x4316 007849 fetch 1 ,mem_check_err_acl_cont 
-0x4317 007850 increase 1 ,pdata 
-0x4318 007851 store 1 ,mem_check_err_acl_cont 
-:      007852 hci_rx_bcsp_discard_packet:
-0x4319 007853 hfetch 2 ,core_uart_rrptr 
-0x431a 007854 iforce contru 
-0x431b 007855 ifetch 2 ,contru 
-0x431c 007856 iadd contru ,contru 
-0x431d 007857 deposit contru 
-0x431e 007858 hstore 2 ,core_uart_rrptr 
-0x431f 007859 rtn 
-:      007861 hci_bcsp_parse_packet:
-0x4320 007862 disable user 
-0x4321 007863 rtn blank 
-0x4322 007864 beq 1 ,parse_bcsp_link_establish 
-0x4323 007865 beq 2 ,parse_bcsp_bccmd 
-0x4324 007866 beq 5 ,process_hci_cmd 
-0x4325 007867 beq 6 ,process_acl 
-0x4326 007868 beq 8 ,process_hci_patch 
-0x4327 007869 rtn 
-:      007871 parse_bcsp_link_establish:
-0x4328 007872 set0 mark_h5_reinit ,mark 
-0x4329 007873 ifetch 1 ,contru 
-0x432a 007874 beq 0xda ,parse_bcsp_link_establish_sync 
-0x432b 007875 beq 0xac ,parse_bcsp_link_establish_syncrsp 
-0x432c 007876 beq 0xad ,parse_bcsp_link_establish_conf 
-0x432d 007877 beq 0xde ,parse_bcsp_link_establish_confrsp 
-0x432e 007878 rtn 
-:      007879 parse_bcsp_link_establish_sync:
-0x432f 007880 bmark1 mark_h5_sync ,parse_bcsp_link_establish_send_syncrsp 
-0x4330 007881 force 0xda ,temp 
-0x4331 007882 setarg 0xededdc 
-0x4332 007883 call parse_bcsp_link_establish_send 
-:      007884 parse_bcsp_link_establish_send_syncrsp:
-0x4333 007885 force 0xac ,temp 
-0x4334 007886 setarg 0xeeefaf 
-0x4335 007887 branch parse_bcsp_link_establish_send 
-:      007888 parse_bcsp_link_establish_syncrsp:
-0x4336 007889 set1 mark_h5_sync ,mark 
-0x4337 007890 force 0xad ,temp 
-0x4338 007891 setarg 0xedacef 
-0x4339 007892 branch parse_bcsp_link_establish_send 
-:      007893 parse_bcsp_link_establish_conf:
-0x433a 007894 force 0xde ,temp 
-0x433b 007895 setarg 0xd0d0ad 
-:      007896 parse_bcsp_link_establish_send:
-0x433c 007897 lshift8 pdata ,pdata 
-0x433d 007898 ior temp ,temp 
-0x433e 007899 call hci_get_packet_ptr 
-0x433f 007900 istoret 4 ,contwu 
-0x4340 007901 force 1 ,queue 
-0x4341 007902 force 4 ,loopcnt 
-0x4342 007903 set0 mark_h5tx_rp ,mark 
-0x4343 007904 branch bcsp_send_packet 
-:      007905 parse_bcsp_link_establish_confrsp:
-0x4344 007906 force 0 ,alarm 
-0x4345 007907 branch hci_command_status 
-:      007909 parse_bcsp_bccmd:
-0x4346 007910 copy loopcnt ,alarm 
-0x4347 007911 call bcsp_send_ack 
-0x4348 007912 force 0 ,regb 
-0x4349 007913 call hci_get_packet_ptr 
-0x434a 007914 copy alarm ,loopcnt 
-0x434b 007915 ifetch 1 ,contru 
-0x434c 007916 setarg 1 
-0x434d 007917 istore 1 ,contwu 
-0x434e 007918 set0 mark_temp ,mark 
-:      007919 parse_bcsp_bccmd_loop:
-0x434f 007920 ifetch 1 ,contru 
-0x4350 007921 increase 1 ,regb 
-0x4351 007922 beq 0x1c ,parse_bcsp_bccmd_sco_link 
-0x4352 007923 compare 4 ,regb ,0xff 
-0x4353 007924 nbranch parse_bcsp_bccmd_next ,true 
-0x4354 007925 setflag blank ,mark_temp ,mark 
-0x4355 007926 bne 0x3a ,parse_bcsp_bccmd_next 
-0x4356 007927 setarg 2000 
-0x4357 007928 force h5_reinit_timer ,queue 
-0x4358 007929 call timer_init 
-0x4359 007930 set1 mark_h5_reinit ,mark 
-0x435a 007931 rtn 
-:      007933 parse_bcsp_bccmd_sco_link:
-0x435b 007934 compare 6 ,regb ,0xff 
-0x435c 007935 branch parse_bcsp_bccmd_next_ok ,true 
-:      007936 parse_bcsp_bccmd_next:
-0x435d 007937 isolate1 mark_temp ,mark 
-0x435e 007938 call parse_bcsp_bccmd_replace ,true 
-0x435f 007939 istore 1 ,contwu 
-0x4360 007940 loop parse_bcsp_bccmd_loop 
-0x4361 007941 set0 mark_bccmd_patch ,mark 
-0x4362 007942 copy alarm ,loopcnt 
-0x4363 007943 set1 mark_h5tx_rp ,mark 
-0x4364 007944 force 2 ,queue 
-0x4365 007945 branch bcsp_send_packet 
-:      007946 parse_bcsp_bccmd_next_ok:
-0x4366 007947 set1 mark_bccmd_patch ,mark 
-0x4367 007948 branch parse_bcsp_bccmd_next 
-:      007950 parse_bcsp_bccmd_replace:
-0x4368 007951 rtnmark1 mark_bccmd_patch 
-0x4369 007952 compare 10 ,regb ,0xff 
-0x436a 007953 branch parse_bcsp_bccmd_replace1 ,true 
-0x436b 007954 compare 11 ,regb ,0xff 
-0x436c 007955 nrtn true 
-0x436d 007956 setarg 0x12 
-0x436e 007957 rtn 
-:      007958 parse_bcsp_bccmd_replace1:
-0x436f 007959 setarg 0xe9 
-0x4370 007960 rtn 
-:      007962 bcsp_send_ack:
-0x4371 007963 fetch 1 ,mem_h5rx_tmp 
-0x4372 007964 increase 1 ,pdata 
-0x4373 007965 and_into 7 ,pdata 
-0x4374 007966 store 1 ,mem_h5tx_ack 
-0x4375 007967 force 0 ,loopcnt 
-0x4376 007968 force 0 ,queue 
-0x4377 007969 set0 mark_h5tx_rp ,mark 
-:      007970 bcsp_send_packet:
-0x4378 007972 add loopcnt ,4 ,regb 
-0x4379 007973 fetch 1 ,mem_h5tx_ack 
-0x437a 007974 lshift3 pdata ,regc 
-0x437b 007975 isolate0 mark_h5tx_crc ,mark 
-0x437c 007976 nsetflag true ,6 ,regc 
-0x437d 007977 branch bcsp_send_packet_nocrc ,true 
-0x437e 007978 increase 2 ,regb 
-:      007979 bcsp_send_packet_nocrc:
-0x437f 007980 bmark0 mark_h5tx_rp ,bcsp_send_packet_form_nonrp 
-0x4380 007981 set1 7 ,regc 
-0x4381 007982 fetch 1 ,mem_h5tx_seq 
-0x4382 007983 ior regc ,regc 
-0x4383 007984 increase 1 ,pdata 
-0x4384 007985 and_into 7 ,pdata 
-0x4385 007986 store 1 ,mem_h5tx_seq 
-0x4386 007987 fetch 1 ,mem_rp_packets 
-0x4387 007988 increase 1 ,pdata 
-0x4388 007989 store 1 ,mem_rp_packets 
-:      007990 bcsp_send_packet_form_nonrp:
-0x4389 007991 fetch 2 ,mem_h5tx_wptr 
-0x438a 007992 iforce contwu 
-0x438b 007993 deposit regb 
-0x438c 007994 isolate1 mark_h5tx_rp ,mark 
-0x438d 007995 setflag true ,hci_flag_rp ,pdata 
-0x438e 007996 istore 2 ,contwu 
-0x438f 007997 copy contwu ,rega 
-0x4390 007998 deposit regc 
-0x4391 007999 istore 1 ,contwu 
-0x4392 008000 lshift4 loopcnt ,pdata 
-0x4393 008001 ior queue ,pdata 
-0x4394 008002 iadd regc ,regc 
-0x4395 008003 istore 2 ,contwu 
-0x4396 008004 rshift8 pdata ,pdata 
-0x4397 008005 iadd regc ,pdata 
-0x4398 008006 sub pdata ,0xff ,pdata 
-0x4399 008007 istore 1 ,contwu 
-0x439a 008008 bmark0 mark_h5tx_crc ,bcsp_send_packet_form_nocrc 
-0x439b 008009 increase 4 ,loopcnt 
-0x439c 008010 copy rega ,contwu 
-0x439d 008011 call calc_tx_crc16 
-0x439e 008012 istore 2 ,contwu 
-:      008013 bcsp_send_packet_form_nocrc:
-0x439f 008014 fetch 2 ,mem_h5tx_wptr 
-0x43a0 008015 iadd regb ,contwu 
-0x43a1 008016 increase 2 ,contwu 
-0x43a2 008017 deposit contwu 
-0x43a3 008018 store 2 ,mem_h5tx_wptr 
-0x43a4 008019 hstore 2 ,core_uart_twptr 
-0x43a5 008020 fetcht 2 ,mem_h5tx_rptr 
-0x43a6 008021 call bcsp_update_free 
-0x43a7 008022 call bcsp_init_retransmit 
-0x43a8 008023 setarg 1600 
-0x43a9 008024 force lpo_delay_timer ,queue 
-0x43aa 008025 branch timer_init 
-:      008027 bcsp_init_retransmit:
-0x43ab 008028 setarg 400 
-0x43ac 008029 force hci_retransmit_timer ,queue 
-0x43ad 008030 call timer_init 
-0x43ae 008031 set1 mark_h5tx_retransmit ,mark 
-0x43af 008032 rtn 
-:      008034 bcsp_retransmit:
-0x43b0 008035 rtnmark0 mark_h5tx_retransmit 
-0x43b1 008036 force hci_retransmit_timer ,queue 
-0x43b2 008037 call timer_check 
-0x43b3 008038 nrtn blank 
-0x43b4 008039 fetch 2 ,mem_h5tx_rptr 
-0x43b5 008040 hstore 2 ,core_uart_trptrp 
-0x43b6 008041 branch bcsp_init_retransmit 
-:      008043 bcsp_freepacket:
-0x43b7 008044 fetch 2 ,mem_h5tx_wptr 
-0x43b8 008045 fetcht 2 ,mem_h5tx_rptr 
-0x43b9 008046 isub temp ,null 
-0x43ba 008047 branch bcsp_noretransmit ,zero 
-0x43bb 008048 copy temp ,contwu 
-0x43bc 008049 ifetch 2 ,contwu 
-0x43bd 008050 iforce rega 
-0x43be 008051 iand mask3ff ,pdata 
-0x43bf 008052 iadd contwu ,contwu 
-0x43c0 008053 hfetch 2 ,core_uart_trptr 
-0x43c1 008054 isub contwu ,pdata 
-0x43c2 008055 iand mask3ff ,regb 
-0x43c3 008056 fetch 2 ,mem_h5tx_wptr 
-0x43c4 008057 isub contwu ,pdata 
-0x43c5 008058 iand mask3ff ,pdata 
-0x43c6 008059 isub regb ,pdata 
-0x43c7 008060 nrtn positive 
-0x43c8 008061 isolate0 hci_flag_rp ,rega 
-0x43c9 008062 branch bcsp_discardnrp ,true 
-0x43ca 008063 fetch 1 ,mem_h5rx_ackcnt 
-0x43cb 008064 rtn blank 
-0x43cc 008065 increase -1 ,pdata 
-0x43cd 008066 store 1 ,mem_h5rx_ackcnt 
-0x43ce 008067 fetch 1 ,mem_rp_packets 
-0x43cf 008068 increase -1 ,pdata 
-0x43d0 008069 store 1 ,mem_rp_packets 
-:      008070 bcsp_discardnrp:
-0x43d1 008071 copy contwu ,temp 
-0x43d2 008072 storet 2 ,mem_h5tx_rptr 
-0x43d3 008073 fetch 2 ,mem_h5tx_wptr 
-0x43d4 008074 call bcsp_update_free 
-0x43d5 008075 branch bcsp_freepacket 
-:      008076 bcsp_noretransmit:
-0x43d6 008077 set0 mark_h5tx_retransmit ,mark 
-0x43d7 008078 rtn 
-:      008080 bcsp_update_free:
-0x43d8 008081 isub temp ,pdata 
-0x43d9 008082 iand mask3ff ,pdata 
-0x43da 008083 isub mask3ff ,pdata 
-0x43db 008084 sub pdata ,0 ,pdata 
-0x43dc 008085 store 2 ,mem_h5tx_free 
-0x43dd 008086 rtn 
-:      008088 bcsp_get_tx_ptr:
-0x43de 008089 fetch 2 ,mem_h5tx_wptr 
-0x43df 008090 iadd contwu ,contwu 
-0x43e0 008091 rtn 
-:      008095 hci_log:
-0x43e1 008096 rtn 
-:      008098 hci_rx_h4:
-0x43e2 008099 set1 mark_ext_patch ,mark 
-0x43e3 008100 bpatch patch3d_4 ,mem_patch3d 
-0x43e4 008101 fetch 1 ,mem_hci_cmd 
-0x43e5 008102 nrtn blank 
-:      008103 hci_rx_h4_1:
-0x43e6 008104 call hci_h4_parse_packet 
-0x43e7 008105 ncall h4_rx_discard_packet ,user 
-0x43e8 008106 rtn 
-:      008108 hci_h4_parse_packet:
-0x43e9 008109 set1 mark_ext_patch ,mark 
-0x43ea 008110 bpatch patch3d_5 ,mem_patch3d 
-0x43eb 008111 copy contru ,rega 
-0x43ec 008112 arg 4 ,temp 
-0x43ed 008113 ifetch 1 ,contru 
-0x43ee 008114 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
-0x43ef 008115 increase 1 ,temp 
-0x43f0 008116 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
-0x43f1 008117 copy contru ,pdata 
-0x43f2 008118 hstore 2 ,core_uart_rrptr 
-0x43f3 008119 rtn 
-:      008120 hci_h4_parse_packet_wait_len:
-0x43f4 008121 hfetch 2 ,core_uart_rxitems 
-0x43f5 008122 isub temp ,null 
-0x43f6 008123 nbranch hci_h4_parse_packet_wait_len ,positive 
-0x43f7 008125 disable user 
-0x43f8 008126 copy rega ,contru 
-0x43f9 008127 call h4_get_rx_payload_len 
-0x43fa 008128 iadd temp ,temp 
-:      008129 hci_h4_parse_packet_wait:
-0x43fb 008130 hfetch 2 ,core_uart_rxitems 
-0x43fc 008131 isub temp ,null 
-0x43fd 008132 nbranch hci_h4_parse_packet_wait ,positive 
-0x43fe 008133 copy rega ,contru 
-0x43ff 008134 ifetch 1 ,contru 
-0x4400 008135 beq hci_h4_type_cmd ,process_hci_cmd 
-0x4401 008136 beq hci_h4_type_acl ,hci_h4_parse_packet_acl 
-0x4402 008137 branch assert 
-:      008138 hci_h4_parse_packet_acl:
-0x4403 008139 set1 mark_ext_patch ,mark 
-0x4404 008140 bpatch patch3d_6 ,mem_patch3d 
-0x4405 008141 copy contru ,rega 
-0x4406 008142 ifetch 2 ,contru 
-0x4407 008143 copy rega ,contru 
-0x4408 008144 fetcht 1 ,mem_conn_handle 
-0x4409 008145 icompare 0xff ,temp 
-0x440a 008146 branch process_acl ,true 
-0x440b 008147 branch le_acl_downgoing ,le 
-0x440c 008148 enable user 
-0x440d 008149 rtn 
-:      008150 h4_rx_discard_packet:
-0x440e 008151 set1 mark_ext_patch ,mark 
-0x440f 008152 bpatch patch3d_7 ,mem_patch3d 
-0x4410 008153 hfetch 2 ,core_uart_rrptr 
-0x4411 008154 iforce contru 
-0x4412 008155 call h4_get_rx_payload_len 
-0x4413 008156 iadd contru ,contru 
-0x4414 008157 deposit contru 
-0x4415 008158 hstore 2 ,core_uart_rrptr 
-0x4416 008159 rtn 
-:      008164 h4_get_rx_payload_len:
-0x4417 008165 ifetch 1 ,contru 
-0x4418 008166 increase 2 ,contru 
-0x4419 008167 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
-0x441a 008168 ifetch 1 ,contru 
-0x441b 008169 rtn 
-:      008170 h4_get_rx_payload_len_acl:
-0x441c 008171 ifetch 2 ,contru 
-0x441d 008172 rtn 
-:      008174 h4_get_tx_ptr:
-0x441e 008175 hfetch 2 ,core_uart_twptr 
-0x441f 008176 increase -5 ,contwu 
-0x4420 008177 iadd contwu ,contwu 
-0x4421 008178 rtn 
-:      008180 h4_send_packet_event:
-0x4422 008181 arg hci_h4_type_event ,temp 
-0x4423 008182 branch h4_send_packet 
-:      008183 h4_send_packet_acl:
-0x4424 008184 arg hci_h4_type_acl ,temp 
-:      008185 h4_send_packet:
-0x4425 008186 set1 mark_ext_patch ,mark 
-0x4426 008187 bpatch patch3e_0 ,mem_patch3e 
-0x4427 008188 increase 1 ,loopcnt 
-0x4428 008189 hfetch 2 ,core_uart_twptr 
-0x4429 008190 copy pdata ,contwu 
-0x442a 008191 copy loopcnt ,pdata 
-0x442b 008192 istoret 1 ,contwu 
-0x442c 008193 increase -1 ,pdata 
-0x442d 008194 iadd contwu ,contwu 
-0x442e 008195 copy contwu ,pdata 
-0x442f 008196 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4430 008197 copy temp ,pdata 
-0x4431 008198 rtneq hci_h4_type_acl 
-0x4432 008199 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4433 008200 hstore 2 ,core_uart_twptr 
-0x4434 008201 branch h4_send_acl_trigger_clear 
-:      008203 h4_send_acl_trigger:
-0x4435 008204 set1 mark_ext_patch ,mark 
-0x4436 008205 bpatch patch3e_1 ,mem_patch3e 
-0x4437 008206 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4438 008207 branch assert ,blank 
-0x4439 008208 hstore 2 ,core_uart_twptr 
-0x443a 008209 branch h4_send_acl_trigger_clear 
-:      008211 h4_send_acl_trigger_clear:
-0x443b 008212 setarg 0 
-0x443c 008213 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x443d 008214 rtn 
-:      008216 h4_tx_buffer_remain:
-0x443e 008217 hfetcht 2 ,core_uart_trptr 
-0x443f 008218 hfetch 2 ,core_uart_twptr 
-0x4440 008219 isub temp ,rega 
-0x4441 008220 nbranch h4_tx_buffer_remain_negative ,positive 
-0x4442 008221 hfetcht 2 ,core_uart_tsaddr 
-0x4443 008222 hfetch 2 ,core_uart_teaddr 
-0x4444 008223 isub temp ,pdata 
-0x4445 008224 isub rega ,temp 
-0x4446 008225 rtn 
-:      008226 h4_tx_buffer_remain_negative:
-0x4447 008227 sub rega ,-1 ,temp 
-0x4448 008228 rtn 
-:      008233 hci_dispatch:
-0x4449 008234 set0 mark_ext_patch ,mark 
-0x444a 008235 bpatch patch19_5 ,mem_patch19 
-0x444b 008236 fetch 1 ,mem_device_option 
-0x444c 008237 rtnne dvc_op_hci 
-0x444d 008238 call hci_rx_packet 
-0x444e 008239 call hci_check_bcsp_protocol 
-0x444f 008240 call bcsp_retransmit ,true 
-0x4450 008241 call hci_check_bcsp_protocol 
-0x4451 008242 call bcsp_freepacket ,true 
-0x4452 008243 branch process_send_acl 
-0x4453 008244 rtnmark0 mark_h5_reinit 
-0x4454 008245 force h5_reinit_timer ,queue 
-0x4455 008246 call timer_check 
-0x4456 008247 nrtn blank 
-0x4457 008248 call hci_reinit 
-0x4458 008249 call hci_check_bcsp_protocol 
-0x4459 008250 nrtn true 
-0x445a 008251 set0 mark_h5_sync ,mark 
-0x445b 008252 force 0xda ,temp 
-0x445c 008253 setarg 0xededdc 
-0x445d 008254 call parse_bcsp_link_establish_send 
-0x445e 008255 setarg 2000 
-0x445f 008256 force h5_reinit_timer ,queue 
-0x4460 008257 branch timer_init 
-:      008260 hci_init:
-0x4461 008261 set0 mark_ext_patch ,mark 
-0x4462 008262 bpatch patch19_6 ,mem_patch19 
-0x4463 008263 rtn wake 
-0x4464 008264 setarg hci_idle_dispatch 
-0x4465 008265 store 2 ,mem_cb_idle_process 
-0x4466 008267 setarg uart_baud_115200 
-0x4467 008268 store uart_baud_len ,mem_baud 
-:      008269 hci_lpm_init:
-0x4468 008270 set0 mark_ext_patch ,mark 
-0x4469 008271 bpatch patch19_7 ,mem_patch19 
-0x446a 008272 call init_filter_ram 
-0x446b 008273 setarg mem_h5rx_buf 
-0x446c 008274 hstore 2 ,core_uart_rsaddr 
-0x446d 008275 setarg mem_h5rx_buf_end 
-0x446e 008276 hstore 2 ,core_uart_readdr 
-0x446f 008277 setarg mem_h5tx_buf 
-0x4470 008278 hstore 2 ,core_uart_tsaddr 
-0x4471 008279 call hci_sel_init 
-:      008280 hci_reinit:
-0x4472 008281 set0 mark_ext_patch ,mark 
-0x4473 008282 bpatch patch1a_0 ,mem_patch1a 
-0x4474 008283 hjam 0x0 ,core_uart_ctrl 
-0x4475 008284 jam 0 ,mem_h5rx_ack 
-0x4476 008285 jam 0 ,mem_h5tx_ack 
-0x4477 008286 jam 0 ,mem_h5tx_seq 
-0x4478 008287 setarg mem_h5tx_buf 
-0x4479 008288 store 2 ,mem_h5tx_wptr 
-0x447a 008289 store 2 ,mem_h5tx_rptr 
-0x447b 008290 hstore 2 ,core_uart_twptr 
-0x447c 008291 hstore 2 ,core_uart_trptrp 
-0x447d 008292 setarg mem_h5rx_buf 
-0x447e 008293 hstore 2 ,core_uart_rrptr 
-0x447f 008294 store 2 ,mem_h5rx_rptr 
-:      008295 hci_init_common:
-0x4480 008296 set0 mark_ext_patch ,mark 
-0x4481 008297 bpatch patch1a_1 ,mem_patch1a 
-0x4482 008298 hfetch 2 ,core_clkoff 
-0x4483 008299 set0 clock_off_uart ,pdata 
-0x4484 008300 hstore 2 ,core_clkoff 
-0x4485 008301 call uart_set_baud_by_mem 
-0x4486 008302 hjam uartclk_dpll ,core_uart_clksel 
-0x4487 008303 hjam uart_ctrl_h4 ,core_uart_ctrl 
-0x4488 008304 branch hci_init_queue_ack 
-:      008306 hci_sel_init:
-0x4489 008307 setarg mem_h5tx_buf_end 
-0x448a 008308 hstore 2 ,core_uart_teaddr 
-0x448b 008309 hfetch 1 ,core_gpio_sel1 
-0x448c 008310 or_into 0x07 ,pdata 
-0x448d 008311 hstore 1 ,core_gpio_sel1 
-0x448e 008312 jam 0xff ,mem_ucode_id_local 
-0x448f 008313 rtn 
-:      008315 hci_reset_uart:
-0x4490 008316 hfetch 2 ,core_uart_rwptr 
-0x4491 008317 hstore 2 ,core_uart_rrptr 
-0x4492 008318 set1 mark_h5_reset ,mark 
-0x4493 008319 rtn 
-:      008322 hci_check_bcsp_protocol:
-0x4494 008323 hfetch 1 ,core_uart_ctrl 
-0x4495 008324 isolate1 uart_ctrl_bit_slip_protocol ,pdata 
-0x4496 008325 rtn 
-:      008327 hci_init_queue_ack:
-0x4497 008328 setarg mem_hci_acl_queue_start 
-0x4498 008329 store 2 ,mem_hci_acl_queue_wptr 
-0x4499 008330 store 2 ,mem_hci_acl_queue_rptr 
-0x449a 008331 force param_acl_pktcnt ,temp 
-0x449b 008332 iadd temp ,pdata 
-0x449c 008333 iadd temp ,pdata 
-0x449d 008334 increase 2 ,pdata 
-0x449e 008335 store 2 ,mem_hci_acl_queue_end 
-0x449f 008336 setarg 0x00 
-0x44a0 008337 store 1 ,mem_hci_acl_cnt 
-0x44a1 008338 store 1 ,mem_hci_acl_queue_wcnt 
-0x44a2 008339 rtn 
-:      008341 hci_rx_packet:
-0x44a3 008342 set0 mark_ext_patch ,mark 
-0x44a4 008343 bpatch patch1a_2 ,mem_patch1a 
-0x44a5 008344 hfetch 1 ,core_uart_status 
-0x44a6 008345 iforce regb 
-0x44a7 008346 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
-0x44a8 008347 hfetch 2 ,core_uart_rxitems 
-0x44a9 008348 iforce regc 
-0x44aa 008349 arg 0x44f ,temp 
-0x44ab 008350 isub temp ,null 
-0x44ac 008351 nrtn zero 
-:      008352 hci_rx_packet_cont:
-0x44ad 008353 hfetch 2 ,core_uart_rrptr 
-0x44ae 008354 iforce contru 
-0x44af 008355 call hci_check_bcsp_protocol 
-0x44b0 008356 branch hci_rx_bcsp ,true 
-0x44b1 008357 branch hci_rx_h4 
-:      008359 hci_send_ack:
-0x44b2 008360 call hci_check_bcsp_protocol 
-0x44b3 008361 branch bcsp_send_ack ,true 
-0x44b4 008362 rtn 
-:      008364 uart_send_byte:
-0x44b5 008365 hfetcht 1 ,core_uart_status 
-0x44b6 008366 isolate1 6 ,temp 
-0x44b7 008367 branch uart_send_byte ,true 
-0x44b8 008368 hstore 1 ,core_uart_txd 
-0x44b9 008369 rtn 
-:      008372 process_acl_into_queue:
-0x44ba 008373 fetcht 2 ,mem_hci_acl_queue_end 
-0x44bb 008374 fetch 2 ,mem_hci_acl_queue_wptr 
-0x44bc 008375 iforce contw 
-0x44bd 008376 deposit contru 
-0x44be 008377 istore 2 ,contw 
-0x44bf 008378 deposit contw 
-0x44c0 008379 store 2 ,mem_hci_acl_queue_wptr 
-0x44c1 008380 icompare 0xff ,temp 
-0x44c2 008381 call process_acl_into_queue_loop ,true 
-0x44c3 008382 fetch 1 ,mem_hci_acl_queue_wcnt 
-0x44c4 008383 increase 1 ,pdata 
-0x44c5 008384 store 1 ,mem_hci_acl_queue_wcnt 
-0x44c6 008385 rtn 
-:      008386 process_acl_into_queue_loop:
-0x44c7 008387 setarg mem_hci_acl_queue_start 
-0x44c8 008388 store 2 ,mem_hci_acl_queue_wptr 
-0x44c9 008389 rtn 
-:      008392 process_acl_dequeue:
-0x44ca 008393 fetch 1 ,mem_hci_acl_queue_wcnt 
-0x44cb 008394 rtn blank 
-0x44cc 008395 fetcht 2 ,mem_hci_acl_queue_end 
-0x44cd 008396 fetch 2 ,mem_hci_acl_queue_rptr 
-0x44ce 008397 iforce contr 
-0x44cf 008398 ifetch 2 ,contr 
-0x44d0 008399 iforce contru 
-0x44d1 008400 deposit contr 
-0x44d2 008401 store 2 ,mem_hci_acl_queue_rptr 
-0x44d3 008402 icompare 0xff ,temp 
-0x44d4 008403 call process_acl_dequeue_loop ,true 
-0x44d5 008404 fetch 1 ,mem_hci_acl_queue_wcnt 
-0x44d6 008405 increase -1 ,pdata 
-0x44d7 008406 store 1 ,mem_hci_acl_queue_wcnt 
-0x44d8 008407 force 1 ,pdata 
-0x44d9 008408 rtn 
-:      008409 process_acl_dequeue_loop:
-0x44da 008410 setarg mem_hci_acl_queue_start 
-0x44db 008411 store 2 ,mem_hci_acl_queue_rptr 
-0x44dc 008412 rtn 
-:      008414 process_acl:
-0x44dd 008415 set0 mark_ext_patch ,mark 
-0x44de 008416 bpatch patch1a_3 ,mem_patch1a 
-0x44df 008417 fetch 1 ,mem_hci_acl_queue_wcnt 
-0x44e0 008418 sub pdata ,2 ,null 
-0x44e1 008419 branch process_acl_queue_check_ok ,positive 
-0x44e2 008420 enable user 
-0x44e3 008421 branch process_send_acl 
-:      008422 process_acl_queue_check_ok:
-0x44e4 008423 call hci_send_ack 
-0x44e5 008424 call process_acl_into_queue 
-:      008425 process_send_acl:
-0x44e6 008426 set0 mark_ext_patch ,mark 
-0x44e7 008427 bpatch patch1a_4 ,mem_patch1a 
-0x44e8 008428 rtnmark1 mark_tx_l2cap 
-0x44e9 008429 call process_acl_dequeue 
-0x44ea 008430 rtn blank 
-0x44eb 008431 ifetcht 1 ,contru 
-0x44ec 008432 call context_search_conn_handle2 
-0x44ed 008433 nrtn zero 
-0x44ee 008434 ifetch 1 ,contru 
-0x44ef 008435 rshift4 pdata ,pdata 
-0x44f0 008436 and pdata ,0x3 ,pdata 
-0x44f1 008437 nbranch process_send_acl_good_lch ,blank 
-0x44f2 008438 set1 1 ,pdata 
-:      008439 process_send_acl_good_lch:
-0x44f3 008440 set1 2 ,pdata 
-0x44f4 008441 store 1 ,mem_tx_lch 
-0x44f5 008442 ifetch 2 ,contru 
-0x44f6 008443 store 2 ,mem_tx_len 
-0x44f7 008444 deposit contru 
-0x44f8 008445 store 2 ,mem_txptr 
-0x44f9 008446 set1 mark_tx_l2cap ,mark 
-0x44fa 008447 bmark0 mark_context ,process_acl_ncontext 
-0x44fb 008448 fetch 1 ,mem_conn_handle 
-0x44fc 008449 isub temp ,null 
-0x44fd 008450 nbranch process_acl_ncontext ,zero 
-0x44fe 008451 fetch 1 ,mem_op 
-0x44ff 008452 set1 op_txl2cap ,pdata 
-0x4500 008453 store 1 ,mem_op 
-0x4501 008454 rtn 
-:      008456 process_acl_ncontext:
-0x4502 008457 increase coffset_op ,rega 
-0x4503 008458 ifetch 1 ,rega 
-0x4504 008459 set1 op_txl2cap ,pdata 
-0x4505 008460 istore 1 ,rega 
-0x4506 008461 rtn 
-:      008466 process_hci_cmd:
-0x4507 008467 set0 mark_ext_patch ,mark 
-0x4508 008468 bpatch patch1a_5 ,mem_patch1a 
-0x4509 008469 fetch 1 ,mem_hci_cmd 
-0x450a 008470 branch process_hci_cmd_cont ,blank 
-0x450b 008471 enable user 
-0x450c 008472 rtn 
-:      008473 process_hci_cmd_cont:
-0x450d 008474 call hci_send_ack 
-0x450e 008475 ifetch 2 ,contru 
-0x450f 008476 iforce alarm 
-0x4510 008477 iforce queue 
-0x4511 008478 ifetch 1 ,contru 
-0x4512 008479 iforce temp 
-0x4513 008480 rshift2 alarm ,pdata 
-0x4514 008481 rshift8 pdata ,pdata 
-0x4515 008482 beq hci_ogf_link_control ,phci_grp_link_control 
-0x4516 008483 beq hci_ogf_link_policy ,phci_grp_link_policy 
-0x4517 008484 beq hci_ogf_baseband ,phci_grp_baseband 
-0x4518 008485 beq hci_ogf_info ,phci_grp_info 
-0x4519 008486 beq hci_ogf_status ,phci_grp_status 
-0x451a 008487 beq hci_ogf_test ,phci_grp_test 
-0x451b 008488 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
-0x451c 008489 beq hci_ogf_low_energy ,phci_grp_low_energy 
-0x451d 008490 rtn 
-:      008493 phci_grp_link_control:
-0x451e 008494 set0 mark_ext_patch ,mark 
-0x451f 008495 bpatch patch1a_6 ,mem_patch1a 
-0x4520 008496 deposit queue 
-0x4521 008497 beq hci_inquiry ,phci_inquiry 
-0x4522 008498 beq hci_inquiry_cancel ,phci_inquiry_cancel 
-0x4523 008499 beq hci_periodic_inquiry_mode ,hci_normal_reply 
-0x4524 008500 beq hci_exit_periodic_inquiry_mode ,hci_normal_reply 
-0x4525 008501 beq hci_create_connection ,phci_create_connection 
-0x4526 008502 beq hci_disconnect ,phci_disconnect 
-0x4527 008503 beq hci_add_sco_connection ,hci_normal_reply 
-0x4528 008504 beq hci_create_connection_cancel ,phci_create_connection_cancel 
-0x4529 008505 beq hci_accept_connection ,phci_accept_connection 
-0x452a 008506 beq hci_reject_connection ,phci_reject_connection 
-0x452b 008507 beq hci_link_key_request_reply ,phci_link_key_request_reply 
-0x452c 008508 beq hci_link_key_request_negative_reply ,phci_link_key_request_negative_reply 
-0x452d 008509 beq hci_pin_code_request_reply ,phci_pin_code_request_reply 
-0x452e 008510 beq hci_pin_code_request_negative_reply ,phci_pin_code_request_negative_reply 
-0x452f 008511 beq hci_change_connection_packet_type ,phci_change_connection_packet_type 
-0x4530 008512 beq hci_authentication_requested ,phci_authentication_requested 
-0x4531 008513 beq hci_set_connection_encryption ,phci_set_connection_encryption 
-0x4532 008514 beq hci_change_connection_link_key ,hci_normal_reply 
-0x4533 008515 beq hci_master_link_key ,hci_normal_reply 
-0x4534 008516 beq hci_remote_name_request ,phci_remote_name_request 
-0x4535 008517 beq hci_read_remote_supported_features ,phci_read_remote_supported_features 
-0x4536 008518 beq hci_read_remote_ext_features ,phci_read_remote_ext_features 
-0x4537 008519 beq hci_read_remote_version_information ,phci_read_remote_version_information 
-0x4538 008520 beq hci_read_clock_offset ,phci_read_clock_offset 
-0x4539 008521 beq hci_setup_sco_connection ,phci_setup_sco_connection 
-0x453a 008522 beq hci_accept_sco_connection ,phci_accept_sco_connection 
-0x453b 008523 beq hci_io_cap_request_reply ,phci_io_cap_request_reply 
-0x453c 008524 branch phci_unknown_command 
-:      008527 phci_grp_link_policy:
-0x453d 008528 set0 mark_ext_patch ,mark 
-0x453e 008529 bpatch patch1a_7 ,mem_patch1a 
-0x453f 008530 deposit queue 
-0x4540 008531 beq hci_role_discovery ,phci_role_discovery 
-0x4541 008532 beq hci_write_link_policy_settings ,phci_write_link_policy_settings 
-0x4542 008533 beq hci_hold_mode ,hci_normal_reply 
-0x4543 008534 beq hci_sniff_mode ,phci_sniff_mode 
-0x4544 008535 beq hci_exit_sniff_mode ,phci_exit_sniff_mode 
-0x4545 008536 beq hci_park_mode ,hci_normal_reply 
-0x4546 008537 beq hci_exit_park_mode ,hci_normal_reply 
-0x4547 008538 beq hci_qos_setup ,hci_normal_reply 
-0x4548 008539 beq hci_switch_role ,phci_switch_role 
-0x4549 008540 beq hci_read_link_policy_settings ,hci_normal_reply 
-0x454a 008541 beq hci_read_default_link_policy_settings ,hci_normal_reply 
-0x454b 008542 beq hci_write_default_link_policy_settings ,hci_normal_reply 
-0x454c 008543 beq hci_flow_specification ,hci_normal_reply 
-0x454d 008544 beq hci_sniff_subrating ,phci_sniff_subrating 
-0x454e 008545 branch phci_unknown_command 
-:      008547 phci_grp_baseband:
-0x454f 008548 set0 mark_ext_patch ,mark 
-0x4550 008549 bpatch patch1b_0 ,mem_patch1b 
-0x4551 008550 deposit queue 
-0x4552 008551 beq hci_set_event_mask ,phci_set_event_mask 
-0x4553 008552 beq hci_reset ,hci_normal_reply 
-0x4554 008553 beq hci_delete_stored_link_key ,phci_delete_stored_link_key 
-0x4555 008554 beq hci_write_local_name ,phci_change_local_name 
-0x4556 008555 beq hci_read_local_name ,phci_read_local_name 
-0x4557 008556 beq hci_write_page_timeout ,phci_write_page_timeout 
-0x4558 008557 beq hci_read_scan_enable ,phci_read_scan_enable 
-0x4559 008558 beq hci_write_scan_enable ,phci_write_scan_enable 
-0x455a 008559 beq hci_write_page_scan_activity ,phci_write_page_scan_activity 
-0x455b 008560 beq hci_write_inquiry_scan_activity ,phci_write_inquiry_scan_activity 
-0x455c 008561 beq hci_write_authentication_enable ,phci_write_authentication_enable 
-0x455d 008562 beq hci_write_encryption_mode ,phci_write_encryption_mode 
-0x455e 008563 beq hci_write_class_of_device ,phci_write_class_of_device 
-0x455f 008564 beq hci_write_voice_setting ,hci_normal_reply 
-0x4560 008565 beq hci_set_controller_to_host_flow_control ,hci_normal_reply 
-0x4561 008566 beq hci_host_buffer_size ,hci_normal_reply 
-0x4562 008567 beq hci_host_num_completed_packets ,phci_host_num_completed 
-0x4563 008568 beq hci_write_inquiry_scan_type ,hci_normal_reply 
-0x4564 008569 beq hci_write_inquiry_mode ,hci_normal_reply 
-0x4565 008570 beq hci_write_page_scan_type ,hci_normal_reply 
-0x4566 008571 beq hci_read_extended_inquiry_response ,phci_read_ext_inquiry_response 
-0x4567 008572 beq hci_write_simple_pairing_mode ,phci_write_ssp_mode 
-0x4568 008573 branch phci_unknown_command 
-:      008575 phci_grp_info:
-0x4569 008576 set0 mark_ext_patch ,mark 
-0x456a 008577 bpatch patch1b_1 ,mem_patch1b 
-0x456b 008578 deposit queue 
-0x456c 008579 beq hci_read_local_version_information ,phci_read_local_version_information 
-0x456d 008580 beq hci_read_local_supported_features ,phci_read_local_supported_features 
-0x456e 008581 beq hci_read_local_ext_features ,phci_read_local_ext_features 
-0x456f 008582 beq hci_read_buffer_size ,phci_read_buffer_size 
-0x4570 008583 beq hci_read_bd_addr ,phci_read_bd_addr 
-0x4571 008584 branch phci_unknown_command 
-:      008586 phci_grp_status:
-0x4572 008587 set0 mark_ext_patch ,mark 
-0x4573 008588 bpatch patch1b_2 ,mem_patch1b 
-0x4574 008589 deposit queue 
-0x4575 008590 beq hci_read_failed_contact_counter ,hci_normal_reply 
-0x4576 008591 beq hci_reset_failed_contact_counter ,phci_reset_failed_contact_counter 
-0x4577 008592 beq hci_get_link_quality ,phci_get_link_quality 
-0x4578 008593 beq hci_read_rssi ,phci_read_rssi 
-0x4579 008594 beq hci_read_afh_channel_map ,phci_read_afh_channel_map 
-0x457a 008595 beq hci_read_bd_clock ,phci_read_bd_clock 
-0x457b 008596 branch phci_unknown_command 
-:      008598 phci_grp_test:
-0x457c 008599 set0 mark_ext_patch ,mark 
-0x457d 008600 bpatch patch1b_3 ,mem_patch1b 
-0x457e 008601 deposit queue 
-0x457f 008602 beq hci_read_loopback_mode ,hci_normal_reply 
-0x4580 008603 beq hci_write_loopback_mode ,hci_normal_reply 
-0x4581 008604 beq hci_enable_device_under_test_mode ,hci_normal_reply 
-0x4582 008605 beq hci_write_simple_pairing_debug_mode ,hci_normal_reply 
-0x4583 008606 branch phci_unknown_command 
-0x4584 008607 rtn 
-:      008609 phci_grp_vendor_specific:
-0x4585 008610 set0 mark_ext_patch ,mark 
-0x4586 008611 bpatch patch1b_4 ,mem_patch1b 
-0x4587 008612 deposit queue 
-0x4588 008613 beq hci_vendor_cmd_reset ,hci_normal_reply 
-0x4589 008614 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
-0x458a 008615 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
-0x458b 008616 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
-0x458c 008617 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
-0x458d 008618 beq hci_vendor_cmd_echo ,hci_normal_reply 
-0x458e 008619 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
-0x458f 008620 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
-0x4590 008622 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
-0x4591 008623 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
-0x4592 008624 branch hci_normal_reply 
-:      008626 phci_grp_vendor_enter_lpm:
-0x4593 008627 call hci_normal_reply 
-0x4594 008628 call wait_uarttx 
-0x4595 008629 call gpio_pu_uart_tx 
-:      008630 hci_enter_lpm:
-0x4596 008631 call app_put_lpm_wake_lock 
-0x4597 008632 call app_l2cap_flow_control_enable 
-0x4598 008633 branch gpio_rx_config_input_with_pu 
-:      008635 hci_exit_lpm:
-0x4599 008636 jam hci_rx_ready ,mem_hci_lt_rx_state 
-0x459a 008637 call app_get_lpm_wake_lock 
-0x459b 008638 call hci_lpm_init 
-0x459c 008639 branch app_l2cap_flow_control_disable 
-:      008641 phci_grp_vendor_chipid:
-0x459d 008642 call hci_get_cmd_complete_ptr 
-0x459e 008643 hfetch 2 ,core_chipid 
-0x459f 008644 istore 2 ,contwu 
-0x45a0 008645 force 6 ,loopcnt 
-0x45a1 008646 branch hci_command_complete 
-:      008648 phci_grp_vendor_baud:
-0x45a2 008649 ifetch 2 ,contru 
-0x45a3 008650 store 2 ,mem_baud 
-0x45a4 008651 hstore 2 ,core_uart_baud 
-0x45a5 008652 rtn 
-:      008654 phci_grp_vendor_patch:
-0x45a6 008656 ifetch 1 ,contru 
-0x45a7 008657 copy pdata ,temp 
-0x45a8 008658 hstore 1 ,core_ucode_low 
-0x45a9 008659 ifetch 1 ,contru 
-0x45aa 008660 iadd temp ,temp 
-0x45ab 008661 set1 7 ,pdata 
-0x45ac 008662 hstore 1 ,core_ucode_ctrl 
-0x45ad 008663 ifetch 1 ,contru 
-0x45ae 008664 iadd temp ,temp 
-0x45af 008665 copy pdata ,loopcnt 
-:      008666 phci_grp_vendor_patch_loop:
-0x45b0 008667 ifetch 1 ,contru 
-0x45b1 008668 hstore 1 ,core_ucode_data 
-0x45b2 008669 iadd temp ,temp 
-0x45b3 008670 loop phci_grp_vendor_patch_loop 
-0x45b4 008671 and temp ,0xff ,temp 
-0x45b5 008672 ifetch 1 ,contru 
-0x45b6 008673 isub temp ,null 
-0x45b7 008674 nbranch phci_grp_vendor_patch_bad ,zero 
-0x45b8 008675 branch hci_normal_reply 
-:      008677 phci_grp_vendor_done:
-0x45b9 008678 arg 0x20 ,loopcnt 
-0x45ba 008679 arg mem_patch00 ,contw 
-0x45bb 008680 arg 0 ,temp 
-:      008681 phci_grp_vendor_done_loop:
-0x45bc 008682 ifetch 1 ,contru 
-0x45bd 008683 istore 1 ,contw 
-0x45be 008684 iadd temp ,temp 
-0x45bf 008685 loop phci_grp_vendor_done_loop 
-0x45c0 008686 and temp ,0xff ,temp 
-0x45c1 008687 ifetch 1 ,contru 
-0x45c2 008688 isub temp ,null 
-0x45c3 008689 nbranch phci_grp_vendor_patch_bad ,zero 
-0x45c4 008690 hjam 0 ,core_ucode_ctrl 
-0x45c5 008691 call hci_normal_reply 
-0x45c6 008692 call h4_rx_discard_packet 
-0x45c7 008693 branch soft_reset 
-:      008695 phci_grp_vendor_patch_bad:
-0x45c8 008696 hjam 0 ,core_ucode_ctrl 
-0x45c9 008697 branch start 
-:      008699 phci_grp_vendor_bdaddr:
-0x45ca 008700 ifetch 6 ,contru 
-0x45cb 008701 store 6 ,mem_lap 
-0x45cc 008702 branch hci_normal_reply 
-:      008705 phci_grp_vendor_mem:
-0x45cd 008706 ifetch 1 ,contru 
-0x45ce 008707 store 1 ,mem_hci_curr_len 
-0x45cf 008708 copy pdata ,loopcnt 
-0x45d0 008709 ifetch 2 ,contru 
-0x45d1 008710 store 2 ,mem_hci_curr_target 
-0x45d2 008711 copy pdata ,contw 
-0x45d3 008712 call uart_copy_rx_bytes 
-0x45d4 008713 branch hci_normal_reply 
-:      008716 phci_grp_vendor_eep:
-0x45d5 008717 ifetch 1 ,contru 
-0x45d6 008718 store 1 ,mem_hci_curr_len 
-0x45d7 008719 copy pdata ,loopcnt 
-0x45d8 008720 ifetch 2 ,contru 
-0x45d9 008721 store 2 ,mem_hci_curr_target 
-0x45da 008722 arg mem_l2cap_rxbuff1 ,contw 
-0x45db 008723 call uart_copy_rx_bytes 
-0x45dc 008724 fetcht 1 ,mem_hci_curr_len 
-0x45dd 008725 arg mem_l2cap_rxbuff1 ,rega 
-0x45de 008726 fetch 2 ,mem_hci_curr_target 
-0x45df 008727 branch iicd_write_ota_data 
-:      008733 phci_grp_low_energy:
-0x45e0 008734 set0 mark_ext_patch ,mark 
-0x45e1 008735 bpatch patch1b_5 ,mem_patch1b 
-0x45e2 008736 deposit queue 
-0x45e3 008737 beq hci_le_set_event_mask ,hci_normal_reply 
-0x45e4 008738 beq hci_le_read_buffer_size ,phci_le_read_buffer_size 
-0x45e5 008739 beq hci_le_read_local_supported_features ,phci_le_read_local_supported_features 
-0x45e6 008740 beq hci_le_set_advertising_parameters ,phci_le_set_adv_param 
-0x45e7 008741 beq hci_le_set_advertising_data ,phci_le_set_adv_data 
-0x45e8 008742 beq hci_le_set_scan_response_data ,phci_le_set_scan_response_data 
-0x45e9 008743 beq hci_le_set_advertise_enable ,phci_le_set_adv_enable 
-0x45ea 008744 beq hci_le_set_scan_parameters ,phci_le_set_scan_param 
-0x45eb 008745 beq hci_le_set_scan_enable ,phci_le_set_scan_enable 
-0x45ec 008746 beq hci_le_create_connection ,phci_le_create_conn 
-0x45ed 008747 beq hci_le_create_connection_cancel ,phci_le_create_conn_cancel 
-0x45ee 008748 beq hci_le_read_channel_map ,phci_le_read_channel_map 
-0x45ef 008749 beq hci_le_read_remote_used_features ,hci_command_status 
-0x45f0 008750 beq hci_le_connection_update ,hci_normal_reply 
-0x45f1 008751 branch phci_unknown_command 
-0x45f2 008752 rtn 
-:      008753 phci_le_read_buffer_size:
-0x45f3 008754 call hci_get_cmd_complete_ptr 
-0x45f4 008755 setarg 0 
-0x45f5 008756 istore 3 ,contwu 
-0x45f6 008757 force 0x07 ,loopcnt 
-0x45f7 008758 branch hci_command_complete 
-:      008760 phci_le_read_local_supported_features:
-0x45f8 008761 call hci_get_cmd_complete_ptr 
-0x45f9 008762 setarg 1 
-0x45fa 008763 istore 2 ,contwu 
-0x45fb 008764 setarg 0 
-0x45fc 008765 istore 6 ,contwu 
-0x45fd 008766 force 0x0c ,loopcnt 
-0x45fe 008767 branch hci_command_complete 
-:      008769 phci_le_set_adv_param:
-0x45ff 008770 arg 15 ,loopcnt 
-0x4600 008771 arg mem_le_adv_param ,contw 
-0x4601 008772 call uart_copy_rx_bytes 
-0x4602 008773 branch hci_normal_reply 
-:      008775 phci_le_set_adv_data:
-0x4603 008776 arg 32 ,loopcnt 
-0x4604 008777 arg mem_le_adv_data_len ,contw 
-0x4605 008778 call uart_copy_rx_bytes 
-0x4606 008779 branch hci_normal_reply 
-:      008781 phci_le_set_scan_response_data:
-0x4607 008782 arg 32 ,loopcnt 
-0x4608 008783 arg mem_le_scan_data_len ,contw 
-0x4609 008784 call uart_copy_rx_bytes 
-0x460a 008785 branch hci_normal_reply 
-:      008787 phci_le_set_adv_enable:
-0x460b 008788 ifetch 1 ,contru 
-0x460c 008789 store 1 ,mem_le_adv_enable 
-0x460d 008790 branch hci_normal_reply 
-:      008792 phci_le_set_scan_param:
-0x460e 008793 ifetch 7 ,contru 
-0x460f 008794 store 7 ,mem_le_scan_params 
-0x4610 008795 branch hci_normal_reply 
-:      008797 phci_le_set_scan_enable:
-0x4611 008798 ifetch 1 ,contru 
-0x4612 008799 store 1 ,mem_le_scan_enable 
-0x4613 008800 branch hci_normal_reply 
-:      008802 phci_le_create_conn:
-0x4614 008803 ifetch 4 ,contru 
-0x4615 008804 store 4 ,mem_le_scan_interval 
-0x4616 008805 ifetch 1 ,contru 
-0x4617 008806 store 1 ,mem_le_scan_filter_policy 
-0x4618 008807 arg 20 ,loopcnt 
-0x4619 008808 arg mem_le_conn_param ,contw 
-0x461a 008809 call uart_copy_rx_bytes 
-0x461b 008810 jam 1 ,mem_le_scan_enable 
-0x461c 008811 fetch 1 ,mem_le_conn_own_addr_type 
-0x461d 008812 store 1 ,mem_le_scan_own_addr_type 
-0x461e 008813 fetch 2 ,mem_le_conn_interval_max 
-0x461f 008814 store 2 ,mem_le_conn_interval 
-0x4620 008815 fetch 2 ,mem_le_conn_latency 
-0x4621 008816 store 2 ,mem_le_slave_latency 
-0x4622 008817 fetch 2 ,mem_le_conn_superto 
-0x4623 008818 store 2 ,mem_le_superto 
-0x4624 008819 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x4625 008820 branch hci_command_status 
-:      008822 phci_le_create_conn_cancel:
-0x4626 008824 branch hci_normal_reply 
-:      008826 phci_le_read_channel_map:
-0x4627 008827 call hci_get_cmd_complete_ptr 
-0x4628 008828 ifetch 2 ,contru 
-0x4629 008829 istore 2 ,contwu 
-0x462a 008830 setarg 0x1fffff 
-0x462b 008831 istore 5 ,contwu 
-0x462c 008832 force 0x0b ,loopcnt 
-0x462d 008833 branch hci_command_complete 
-:      008838 phci_host_num_completed:
-0x462e 008839 ifetch 3 ,contru 
-0x462f 008840 ifetcht 3 ,contru 
-0x4630 008841 fetch 2 ,mem_acl_credits 
-0x4631 008842 iadd temp ,pdata 
-0x4632 008843 store 2 ,mem_acl_credits 
-0x4633 008844 rtn 
-:      008846 phci_inquiry:
-0x4634 008847 ifetch 3 ,contru 
-0x4635 008848 store 3 ,mem_glap 
-:      008849 do_at_inquiry0:
-0x4636 008850 jam hci_cmd_inquiry ,mem_hci_cmd 
-0x4637 008851 ifetch 1 ,contru 
-0x4638 008852 arg 1600 ,temp 
-0x4639 008853 imul32 temp ,pdata 
-0x463a 008854 arg 0xffff ,temp 
-0x463b 008855 isub temp ,null 
-0x463c 008856 nbranch phci_inquiry_nowrap ,positive 
-0x463d 008857 deposit temp 
-:      008858 phci_inquiry_nowrap:
-0x463e 008859 force inquiry_length_timer ,queue 
-0x463f 008860 call timer_init 
-0x4640 008861 fetch 1 ,mem_at_using_flag 
-0x4641 008862 bbit1 at_flag_inq ,at_rev_end 
-0x4642 008863 branch hci_command_status 
-:      008866 phci_inquiry_cancel:
-0x4643 008867 jam hci_cmd_inquiry_cancel ,mem_hci_cmd 
-0x4644 008868 branch hci_normal_reply 
-:      008870 phci_create_connection:
-0x4645 008871 call phci_read_plap 
-0x4646 008872 ifetch 2 ,contru 
-0x4647 008873 store 2 ,mem_packet_type 
-0x4648 008874 ifetch 2 ,contru 
-0x4649 008875 store 1 ,mem_page_mode 
-0x464a 008876 call phci_read_clock 
-0x464b 008877 ifetch 1 ,contru 
-0x464c 008878 store 1 ,mem_allow_switch 
-0x464d 008879 jam hci_cmd_create_conn ,mem_hci_cmd 
-0x464e 008880 branch hci_command_status 
-:      008883 phci_disconnect:
-0x464f 008884 jam hci_cmd_disconn ,mem_hci_cmd 
-0x4650 008885 ifetch 2 ,contru 
-0x4651 008886 store 1 ,mem_hci_conn_handle 
-0x4652 008887 ifetch 1 ,contru 
-0x4653 008888 store 1 ,mem_disconn_reason_send 
-0x4654 008889 jam hci_error_connection_terminated_by_local_host ,mem_hci_disconn_reason 
-0x4655 008890 fetch 1 ,mem_hci_conn_handle 
-0x4656 008891 fetcht 1 ,mem_sco_handle 
-0x4657 008892 isub temp ,null 
-0x4658 008893 nbranch hci_command_status ,zero 
-0x4659 008894 jam hci_cmd_disconn_sco ,mem_hci_cmd 
-0x465a 008895 fetch 1 ,mem_sco_asso_handle 
-0x465b 008896 store 1 ,mem_hci_conn_handle 
-0x465c 008897 branch hci_command_status 
-:      008899 phci_create_connection_cancel:
-0x465d 008900 call hci_get_cmd_complete_ptr 
-0x465e 008901 call hci_write_plap 
-0x465f 008902 force 10 ,loopcnt 
-0x4660 008903 call hci_command_complete 
-0x4661 008905 jam hci_cmd_detach ,mem_hci_cmd 
-0x4662 008906 force hci_error_no_connection ,temp 
-0x4663 008907 branch hci_send_connection_error 
-:      008909 phci_link_key_request_reply:
-0x4664 008910 call phci_read_plap 
-0x4665 008911 arg mem_link_key ,contw 
-0x4666 008912 force 16 ,loopcnt 
-0x4667 008913 call uart_copy_rx_bytes 
-0x4668 008914 jam hci_cmd_linkkey ,mem_hci_cmd 
-0x4669 008915 branch phci_pin_code_reply 
-:      008917 phci_link_key_request_negative_reply:
-0x466a 008918 call phci_read_plap 
-0x466b 008919 jam hci_cmd_nokey ,mem_hci_cmd 
-0x466c 008920 branch phci_pin_code_reply 
-:      008922 phci_pin_code_request_reply:
-0x466d 008923 call phci_read_plap 
-0x466e 008924 ifetch 1 ,contru 
-0x466f 008925 store 1 ,mem_pin_length 
-0x4670 008926 iforce loopcnt 
-0x4671 008927 arg mem_pin ,contw 
-0x4672 008928 call uart_copy_rx_bytes 
-0x4673 008929 jam hci_cmd_pair ,mem_hci_cmd 
-0x4674 008930 branch phci_pin_code_reply 
-:      008932 phci_pin_code_request_negative_reply:
-0x4675 008933 call phci_read_plap 
-0x4676 008934 jam hci_cmd_nopair ,mem_hci_cmd 
-:      008935 phci_pin_code_reply:
-0x4677 008936 call hci_get_cmd_complete_ptr 
-0x4678 008937 call hci_write_plap 
-0x4679 008938 force 10 ,loopcnt 
-0x467a 008939 branch hci_command_complete 
-:      008941 phci_io_cap_request_reply:
-0x467b 008943 increase 6 ,contru 
-0x467c 008944 ifetch 3 ,contru 
-0x467d 008945 store 3 ,mem_sp_iocap_local 
-0x467e 008946 fetch 1 ,mem_master_sp_state 
-0x467f 008947 beq sp_master_stat_start_done ,phci_io_cap_request_reply_master 
-0x4680 008948 beq sp_stat_key_send ,phci_io_cap_request_reply_master 
-0x4681 008949 jam hci_cmd_io_cap ,mem_hci_cmd 
-0x4682 008950 branch phci_io_cap_request_reply_commom 
-:      008951 phci_io_cap_request_reply_master:
-0x4683 008952 jam sp_flag_commit ,mem_master_sp_flag 
-:      008953 phci_io_cap_request_reply_commom:
-0x4684 008954 call hci_get_cmd_complete_ptr 
-0x4685 008955 call hci_write_plap 
-0x4686 008956 force 10 ,loopcnt 
-0x4687 008957 branch hci_command_complete 
-:      008960 phci_authentication_requested:
-0x4688 008961 call phci_read_handle 
-0x4689 008962 jam hci_cmd_auth ,mem_hci_cmd 
-0x468a 008963 branch hci_command_status 
-:      008965 phci_set_connection_encryption:
-0x468b 008966 call phci_read_handle 
-0x468c 008967 ifetch 1 ,contru 
-0x468d 008968 increase hci_cmd_stopencrypt ,pdata 
-0x468e 008969 store 1 ,mem_hci_cmd 
-0x468f 008970 branch hci_command_status 
-:      008972 phci_remote_name_request:
-0x4690 008973 call phci_read_plap 
-0x4691 008974 ifetch 2 ,contru 
-0x4692 008975 store 1 ,mem_page_mode 
-0x4693 008976 call phci_read_clock 
-0x4694 008977 jam hci_cmd_remote_name_req ,mem_hci_cmd 
-0x4695 008978 branch hci_command_status 
-:      008980 phci_read_remote_ext_features:
-0x4696 008981 ifetch 2 ,contru 
-0x4697 008982 ifetch 1 ,contru 
-0x4698 008983 store 1 ,mem_ext_features_page 
-0x4699 008984 jam hci_cmd_remote_ext_features_req ,mem_hci_cmd 
-0x469a 008985 branch hci_command_status 
-:      008987 phci_read_remote_supported_features:
-0x469b 008989 fetch 1 ,mem_conn_handle 
-0x469c 008990 force hci_error_no_connection ,rega 
-0x469d 008991 branch hci_command_status_err ,blank 
-0x469e 008992 call phci_read_handle 
-0x469f 008993 jam hci_cmd_remote_feature_req ,mem_hci_cmd 
-0x46a0 008994 branch hci_command_status 
-:      008997 phci_read_remote_version_information:
-0x46a1 008999 fetch 1 ,mem_conn_handle 
-0x46a2 009000 force hci_error_no_connection ,rega 
-0x46a3 009001 branch hci_command_status_err ,blank 
-0x46a4 009002 call phci_read_handle 
-0x46a5 009003 jam hci_cmd_remote_version_req ,mem_hci_cmd 
-0x46a6 009004 branch hci_command_status 
-:      009007 phci_read_clock_offset:
-0x46a7 009008 call phci_status_reply_temp 
-0x46a8 009009 force hci_event_read_clock_offset_complete ,queue 
-0x46a9 009010 force 5 ,loopcnt 
-0x46aa 009011 branch hci_send_event 
-:      009013 phci_setup_sco_connection:
-0x46ab 009014 call phci_read_handle 
-0x46ac 009015 increase 10 ,contru 
-0x46ad 009016 ifetch 2 ,contru 
-0x46ae 009017 store 2 ,mem_voice_setting 
-0x46af 009018 ifetch 1 ,contru 
-0x46b0 009019 store 1 ,mem_retransmission_effort 
-0x46b1 009020 ifetch 2 ,contru 
-0x46b2 009021 store 2 ,mem_sco_ptype 
-0x46b3 009022 jam 2 ,mem_air_mode 
-0x46b4 009023 jam hci_cmd_setup_sco ,mem_hci_cmd 
-0x46b5 009024 branch hci_command_status 
-:      009026 phci_accept_sco_connection:
-0x46b6 009027 jam hci_cmd_accept_sco_conn ,mem_hci_cmd 
-0x46b7 009028 branch hci_command_status 
-:      009032 phci_read_local_name:
-0x46b8 009033 call hci_get_cmd_complete_ptr 
-0x46b9 009034 arg mem_local_name ,contr 
-0x46ba 009035 sub contr ,0xff ,loopcnt 
-0x46bb 009036 call uart_copy_tx_bytes 
-0x46bc 009037 force 0 ,pdata 
-0x46bd 009038 sub contr ,mem_local_name ,loopcnt 
-0x46be 009039 increase 0xf8 ,loopcnt 
-0x46bf 009040 call uart_write_bytes 
-0x46c0 009041 force 0xfc ,loopcnt 
-0x46c1 009042 branch hci_command_complete 
-:      009044 phci_change_local_name:
-0x46c2 009045 arg mem_local_name ,contw 
-0x46c3 009046 sub contw ,0xff ,loopcnt 
-:      009047 phci_change_local_name_loop:
-0x46c4 009048 ifetch 1 ,contru 
-0x46c5 009049 istore 1 ,contw 
-0x46c6 009050 branch phci_write_local_name_end ,blank 
-0x46c7 009051 loop phci_change_local_name_loop 
-:      009052 phci_write_local_name_end:
-0x46c8 009053 sub contw ,mem_local_name ,pdata 
-0x46c9 009054 sub pdata ,0 ,pdata 
-0x46ca 009055 store 1 ,mem_local_name_length 
-0x46cb 009056 branch hci_normal_reply 
-:      009058 phci_role_discovery:
-0x46cc 009059 call hci_get_cmd_complete_ptr 
-0x46cd 009060 call hci_write_handle 
-0x46ce 009061 force 0 ,pdata 
-0x46cf 009062 nsetflag master ,0 ,pdata 
-0x46d0 009063 istore 1 ,contwu 
-0x46d1 009064 force 7 ,loopcnt 
-0x46d2 009065 arg 0x809 ,alarm 
-0x46d3 009066 call hci_command_complete 
-0x46d4 009067 branch cmd_exit 
-0x46d5 009068 jam hci_cmd_role_discovery ,mem_hci_cmd 
-0x46d6 009069 rtn 
-:      009072 phci_write_link_policy_settings:
-0x46d7 009073 call phci_copy_handle 
-0x46d8 009074 force 6 ,loopcnt 
-0x46d9 009075 branch hci_command_complete 
-:      009078 phci_delete_stored_link_key:
-0x46da 009079 branch hci_normal_reply 
-:      009081 phci_write_page_timeout:
-0x46db 009082 ifetch 2 ,contru 
-0x46dc 009083 store 2 ,mem_page_to 
-0x46dd 009084 branch hci_normal_reply 
-:      009087 phci_write_scan_enable:
-0x46de 009088 ifetch 1 ,contru 
-0x46df 009089 store 1 ,mem_scan_mode 
-0x46e0 009090 branch hci_normal_reply 
-:      009092 phci_write_page_scan_activity:
-0x46e1 009093 ifetch 2 ,contru 
-0x46e2 009094 store 2 ,mem_pscan_interval 
-0x46e3 009095 ifetch 2 ,contru 
-0x46e4 009096 store 2 ,mem_pscan_window 
-0x46e5 009097 branch hci_normal_reply 
-:      009099 phci_write_inquiry_scan_activity:
-0x46e6 009100 ifetch 2 ,contru 
-0x46e7 009101 store 2 ,mem_iscan_interval 
-0x46e8 009102 ifetch 2 ,contru 
-0x46e9 009103 store 2 ,mem_iscan_window 
-0x46ea 009104 branch hci_normal_reply 
-:      009106 phci_write_encryption_mode:
-0x46eb 009107 branch hci_normal_reply 
-:      009110 phci_write_authentication_enable:
-0x46ec 009111 ifetch 1 ,contru 
-0x46ed 009112 store 1 ,mem_auth_enable 
-0x46ee 009113 branch hci_normal_reply 
-:      009115 phci_write_class_of_device:
-0x46ef 009116 ifetch 3 ,contru 
-0x46f0 009117 store 3 ,mem_class 
-0x46f1 009118 branch hci_normal_reply 
-:      009123 phci_read_ext_inquiry_response:
-0x46f2 009124 deposit temp 
-0x46f3 009125 branch hci_normal_reply ,blank 
-0x46f4 009126 call hci_get_payload_ptr 
-0x46f5 009127 force 0x1 ,pdata 
-0x46f6 009128 istore 1 ,contwu 
-0x46f7 009129 deposit alarm 
-0x46f8 009130 istore 2 ,contwu 
-0x46f9 009131 force hci_error_invalid_hci_command_parameters ,pdata 
-0x46fa 009132 istore 1 ,contwu 
-0x46fb 009133 setarg 0 
-0x46fc 009134 increase 0xf1 ,loopcnt 
-0x46fd 009135 call uart_write_bytes 
-0x46fe 009137 force hci_event_command_complete ,queue 
-0x46ff 009138 force 0xf5 ,loopcnt 
-0x4700 009139 branch hci_send_event 
-:      009143 phci_write_ssp_mode:
-0x4701 009144 ifetch 1 ,contru 
-0x4702 009145 ncall ssp_enable ,blank 
-0x4703 009146 call ssp_disable ,blank 
-0x4704 009147 branch hci_normal_reply 
-:      009149 phci_read_scan_enable:
-0x4705 009150 call hci_get_cmd_complete_ptr 
-0x4706 009151 fetch 1 ,mem_scan_mode 
-0x4707 009152 istore 1 ,contwu 
-0x4708 009153 force 5 ,loopcnt 
-0x4709 009154 branch hci_command_complete 
-:      009156 phci_read_local_version_information:
-0x470a 009157 call hci_get_cmd_complete_ptr 
-0x470b 009158 fetch 8 ,mem_hci_version 
-0x470c 009159 istore 8 ,contwu 
-0x470d 009160 force 12 ,loopcnt 
-0x470e 009161 branch hci_command_complete 
-:      009163 phci_read_local_supported_features:
-0x470f 009164 call hci_get_cmd_complete_ptr 
-0x4710 009165 fetch 8 ,mem_features 
-0x4711 009166 istore 8 ,contwu 
-0x4712 009167 force 12 ,loopcnt 
-0x4713 009168 branch hci_command_complete 
-:      009170 phci_read_local_ext_features:
-0x4714 009171 call hci_get_cmd_complete_ptr 
-0x4715 009172 setarg 0x0101 
-0x4716 009173 istore 2 ,contwu 
-0x4717 009174 setarg 0x01 
-0x4718 009175 istore 8 ,contwu 
-0x4719 009176 force 14 ,loopcnt 
-0x471a 009177 branch hci_command_complete 
-:      009179 phci_read_buffer_size:
-0x471b 009180 call hci_get_cmd_complete_ptr 
-0x471c 009181 fetch 7 ,mem_acl_pktlen 
-0x471d 009182 istore 7 ,contwu 
-0x471e 009183 force 11 ,loopcnt 
-0x471f 009184 branch hci_command_complete 
-:      009186 phci_read_bd_addr:
-0x4720 009187 call hci_get_cmd_complete_ptr 
-0x4721 009188 fetch 6 ,mem_lap 
-0x4722 009189 istore 6 ,contwu 
-0x4723 009190 force 10 ,loopcnt 
-0x4724 009191 branch hci_command_complete 
-:      009193 phci_set_event_mask:
-0x4725 009194 branch hci_normal_reply 
-:      009197 phci_reset_failed_contact_counter:
-0x4726 009198 branch hci_normal_reply 
-:      009199 phci_get_link_quality:
-0x4727 009200 call hci_get_cmd_complete_ptr 
-0x4728 009201 call hci_write_handle 
-0x4729 009202 setarg 0xff 
-0x472a 009203 istore 1 ,contwu 
-0x472b 009204 force 7 ,loopcnt 
-0x472c 009205 branch hci_command_complete 
-:      009207 phci_read_rssi:
-0x472d 009208 call hci_get_cmd_complete_ptr 
-0x472e 009209 call hci_write_handle 
-0x472f 009210 setarg 0x00 
-0x4730 009211 istore 1 ,contwu 
-0x4731 009212 force 7 ,loopcnt 
-0x4732 009213 branch hci_command_complete 
-:      009215 phci_read_afh_channel_map:
-0x4733 009216 set0 mark_ext_patch ,mark 
-0x4734 009217 bpatch patch1b_6 ,mem_patch1b 
-0x4735 009218 branch hci_normal_reply 
-:      009219 phci_read_bd_clock:
-0x4736 009220 set0 mark_ext_patch ,mark 
-0x4737 009221 bpatch patch1b_7 ,mem_patch1b 
-0x4738 009222 branch hci_normal_reply 
-:      009227 phci_accept_connection:
-0x4739 009228 call phci_read_plap 
-0x473a 009229 jam hci_cmd_accept_conn ,mem_hci_cmd 
-0x473b 009230 ifetch 1 ,contru 
-0x473c 009231 beq 1 ,hci_command_status 
-0x473d 009232 jam hci_cmd_accept_with_switch ,mem_hci_cmd 
-0x473e 009233 branch hci_command_status 
-:      009235 phci_reject_connection:
-0x473f 009236 branch phci_accept_connection 
-0x4740 009237 call phci_read_plap 
-0x4741 009238 jam hci_cmd_reject_conn ,mem_hci_cmd 
-0x4742 009239 branch hci_normal_reply 
-:      009241 phci_change_connection_packet_type:
-0x4743 009242 call hci_command_status 
-0x4744 009243 call hci_get_payload_ptr 
-0x4745 009244 setarg 0 
-0x4746 009245 istore 1 ,contwu 
-0x4747 009246 ifetch 4 ,contru 
-0x4748 009247 istore 4 ,contwu 
-0x4749 009248 force 8 ,loopcnt 
-0x474a 009249 arg hci_event_connection_packet_type_changed ,queue 
-0x474b 009250 arg 5 ,loopcnt 
-0x474c 009251 branch hci_send_event 
-:      009253 phci_unknown_command:
-0x474d 009254 force hci_error_unknown_hci_command ,rega 
-0x474e 009255 branch hci_command_status_err 
-:      009257 phci_sniff_mode:
-0x474f 009260 call phci_read_handle 
-0x4750 009261 ifetch 2 ,contru 
-0x4751 009262 store 2 ,mem_sniff_param_interval 
-0x4752 009263 ifetch 2 ,contru 
-0x4753 009264 store 2 ,mem_hci_sniff_min_interval 
-0x4754 009265 ifetch 2 ,contru 
-0x4755 009266 store 2 ,mem_sniff_param_attempt 
-0x4756 009267 ifetch 2 ,contru 
-0x4757 009268 store 2 ,mem_sniff_param_timeout 
-0x4758 009269 jam hci_cmd_in_sniff ,mem_hci_cmd 
-0x4759 009270 branch hci_command_status 
-:      009272 phci_exit_sniff_mode:
-0x475a 009273 call phci_read_handle 
-0x475b 009274 call exit_sniff 
-0x475c 009275 branch hci_command_status 
-:      009277 exit_sniff:
-0x475d 009278 jam hci_cmd_exit_sniff ,mem_hci_cmd 
-0x475e 009279 rtn 
-:      009281 phci_sniff_subrating:
-0x475f 009282 branch hci_normal_reply 
-:      009284 phci_switch_role:
-0x4760 009285 call phci_read_plap 
-0x4761 009286 jam hci_cmd_role_switch ,mem_hci_cmd 
-0x4762 009287 branch hci_command_status 
-:      009289 phci_read_plap:
-0x4763 009290 ifetch 6 ,contru 
-0x4764 009291 store 6 ,mem_hci_plap 
-0x4765 009292 rtn 
-:      009294 phci_read_handle:
-0x4766 009295 ifetch 2 ,contru 
-0x4767 009296 store 1 ,mem_hci_conn_handle 
-0x4768 009297 rtn 
-:      009299 phci_copy_handle:
-0x4769 009300 call phci_read_handle 
-0x476a 009301 call hci_get_cmd_complete_ptr 
-0x476b 009302 fetch 1 ,mem_hci_conn_handle 
-0x476c 009303 istore 2 ,contwu 
-0x476d 009304 rtn 
-:      009308 phci_status_reply_temp:
-0x476e 009309 call phci_read_handle 
-0x476f 009310 call hci_command_status 
-0x4770 009311 call hci_get_payload_ptr 
-0x4771 009312 force 0 ,pdata 
-0x4772 009313 istore 1 ,contwu 
-0x4773 009314 fetch 1 ,mem_hci_conn_handle 
-0x4774 009315 istore 2 ,contwu 
-0x4775 009316 rtn 
-:      009318 phci_read_clock:
-0x4776 009319 ifetch 2 ,contru 
-0x4777 009320 iadd clkn_bt ,pdata 
-0x4778 009321 and_into 0x1fc ,pdata 
-0x4779 009322 store 4 ,mem_page_clk 
-0x477a 009323 rtn 
-:      009325 hci_inquiry_reply:
-0x477b 009326 set0 mark_ext_patch ,mark 
-0x477c 009327 bpatch patch1c_0 ,mem_patch1c 
-0x477d 009328 fetch 1 ,mem_rp_packets 
-0x477e 009329 sub pdata ,2 ,null 
-0x477f 009330 nrtn positive 
-0x4780 009331 fetcht 6 ,extm_lap 
-0x4781 009332 call context_search_plap2 
-0x4782 009333 rtn zero 
-0x4783 009334 call hci_get_packet_ptr 
-0x4784 009335 setarg 0x10f22 
-0x4785 009336 istore 3 ,contwu 
-0x4786 009337 fetch 6 ,extm_lap 
-0x4787 009338 istore 6 ,contwu 
-0x4788 009339 fetch 1 ,extm_fhs_misc 
-0x4789 009340 copy pdata ,temp 
-0x478a 009341 rshift3 pdata ,pdata 
-0x478b 009342 rshift3 pdata ,pdata 
-0x478c 009343 istore 1 ,contwu 
-0x478d 009344 copy temp ,pdata 
-0x478e 009345 and pdata ,0x30 ,pdata 
-0x478f 009346 rshift3 pdata ,pdata 
-0x4790 009347 rshift pdata ,pdata 
-0x4791 009348 istore 1 ,contwu 
-0x4792 009349 fetch 3 ,extm_class 
-0x4793 009350 istore 3 ,contwu 
-0x4794 009351 fetch 4 ,mem_clke_bt 
-0x4795 009352 isub clkn_bt ,pdata 
-0x4796 009353 istore 2 ,contwu 
-0x4797 009354 setarg 0xc8 
-0x4798 009355 istore 1 ,contwu 
-0x4799 009356 force 15 ,loopcnt 
-0x479a 009357 branch hci_send_event_raw 
-:      009359 hci_inquiry_reply_eir:
-0x479b 009360 set0 mark_ext_patch ,mark 
-0x479c 009361 bpatch patch1c_1 ,mem_patch1c 
-0x479d 009362 force 540 ,temp 
-0x479e 009363 fetch 2 ,mem_h5tx_free 
-0x479f 009364 isub temp ,null 
-0x47a0 009365 nrtn positive 
-0x47a1 009366 fetcht 3 ,mem_extm_uap_restore 
-0x47a2 009367 fetch 3 ,extm_uap 
-0x47a3 009368 isub temp ,null 
-0x47a4 009369 rtn zero 
-0x47a5 009370 rtn blank 
-0x47a6 009371 store 3 ,mem_extm_uap_restore 
-0x47a7 009372 fetch 1 ,mem_rp_packets 
-0x47a8 009373 sub pdata ,2 ,null 
-0x47a9 009374 nrtn positive 
-0x47aa 009375 fetcht 6 ,extm_lap 
-0x47ab 009376 call context_search_plap2 
-0x47ac 009377 rtn zero 
-0x47ad 009378 call hci_eir_reply 
-0x47ae 009379 force 15 ,temp 
-0x47af 009380 fetch 1 ,mem_rxbuf + 1 
-0x47b0 009381 bne 0x09 ,hci_inquiry_reply_eir_end 
-0x47b1 009382 fetch 1 ,mem_rxbuf 
-0x47b2 009383 branch hci_inquiry_reply_eir_end ,blank 
-0x47b3 009384 iforce loopcnt 
-0x47b4 009385 istore 1 ,contwu 
-0x47b5 009386 iadd temp ,temp 
-0x47b6 009387 increase 1 ,temp 
-0x47b7 009388 arg mem_rxbuf + 1 ,contr 
-:      009390 hci_inquiry_name_loop:
-0x47b8 009391 ifetch 1 ,contr 
-0x47b9 009392 istore 1 ,contwu 
-0x47ba 009393 loop hci_inquiry_name_loop 
-:      009394 hci_inquiry_other_rtn_loop:
-0x47bb 009395 ifetch 1 ,contr 
-0x47bc 009396 branch hci_inquiry_reply_eir_end ,blank 
-0x47bd 009397 iforce loopcnt 
-0x47be 009398 istore 1 ,contwu 
-0x47bf 009399 iadd temp ,temp 
-0x47c0 009400 increase 1 ,temp 
-:      009401 hci_inquiry_other_loop:
-0x47c1 009402 ifetch 1 ,contr 
-0x47c2 009403 istore 1 ,contwu 
-0x47c3 009404 loop hci_inquiry_other_loop 
-0x47c4 009405 branch hci_inquiry_other_rtn_loop 
-:      009406 hci_inquiry_reply_eir_end:
-0x47c5 009407 sub temp ,0xff ,pdata 
-0x47c6 009408 iforce loopcnt 
-:      009409 hci_inquiry_fill_zero:
-0x47c7 009410 setarg 0x00 
-0x47c8 009411 istore 1 ,contwu 
-0x47c9 009412 loop hci_inquiry_fill_zero 
-0x47ca 009413 force 0xff ,loopcnt 
-0x47cb 009414 branch hci_send_event_raw 
-:      009416 hci_eir_reply:
-0x47cc 009417 set0 mark_ext_patch ,mark 
-0x47cd 009418 bpatch patch1c_2 ,mem_patch1c 
-0x47ce 009419 call hci_get_packet_ptr 
-0x47cf 009420 setarg 0x1ff2f 
-0x47d0 009421 istore 3 ,contwu 
-0x47d1 009422 fetch 6 ,extm_lap 
-0x47d2 009423 istore 6 ,contwu 
-0x47d3 009424 fetch 1 ,extm_fhs_misc 
-0x47d4 009425 copy pdata ,temp 
-0x47d5 009426 rshift3 pdata ,pdata 
-0x47d6 009427 rshift3 pdata ,pdata 
-0x47d7 009428 istore 1 ,contwu 
-0x47d8 009429 copy temp ,pdata 
-0x47d9 009430 and pdata ,0x30 ,pdata 
-0x47da 009431 rshift3 pdata ,pdata 
-0x47db 009432 rshift pdata ,pdata 
-0x47dc 009433 istore 1 ,contwu 
-0x47dd 009434 fetch 3 ,extm_class 
-0x47de 009435 istore 3 ,contwu 
-0x47df 009436 fetch 4 ,mem_clke_bt 
-0x47e0 009437 isub clkn_bt ,pdata 
-0x47e1 009438 istore 2 ,contwu 
-0x47e2 009439 setarg 0xc8 
-0x47e3 009440 istore 1 ,contwu 
-0x47e4 009441 rtn 
-:      009443 hci_send_remote_features:
-0x47e5 009444 set0 mark_ext_patch ,mark 
-0x47e6 009445 bpatch patch1c_3 ,mem_patch1c 
-0x47e7 009446 fetch 1 ,mem_device_option 
-0x47e8 009447 rtnne dvc_op_hci 
-0x47e9 009448 call hci_write_handle3 
-0x47ea 009449 istoret 8 ,contwu 
-0x47eb 009450 force 11 ,loopcnt 
-0x47ec 009451 force hci_event_read_remote_features_complete ,queue 
-0x47ed 009452 branch hci_send_event 
-:      009454 hci_send_remote_ext_features_notification:
-0x47ee 009455 set0 mark_ext_patch ,mark 
-0x47ef 009456 bpatch patch1c_4 ,mem_patch1c 
-0x47f0 009457 fetch 1 ,mem_device_option 
-0x47f1 009458 rtnne dvc_op_hci 
-0x47f2 009460 call hci_get_payload_ptr 
-0x47f3 009461 fetch 6 ,mem_plap 
-0x47f4 009462 istore 6 ,contwu 
-0x47f5 009463 istoret 8 ,contwu 
-0x47f6 009464 force 14 ,loopcnt 
-0x47f7 009465 force hci_event_remote_host_supported_features_notification ,queue 
-0x47f8 009466 branch hci_send_event 
-:      009468 hci_send_remote_ext_features_event:
-0x47f9 009469 set0 mark_ext_patch ,mark 
-0x47fa 009470 bpatch patch1c_5 ,mem_patch1c 
-0x47fb 009471 fetch 1 ,mem_device_option 
-0x47fc 009472 rtnne dvc_op_hci 
-0x47fd 009474 call hci_write_handle3 
-0x47fe 009475 fetch 1 ,mem_ext_features_page 
-0x47ff 009476 istore 1 ,contwu 
-0x4800 009477 setarg 1 
-0x4801 009478 istore 1 ,contwu 
-0x4802 009479 istoret 8 ,contwu 
-0x4803 009480 force 13 ,loopcnt 
-0x4804 009481 force hci_event_read_remote_ext_features_complete ,queue 
-0x4805 009482 branch hci_send_event 
-:      009485 hci_send_version_information:
-0x4806 009486 set0 mark_ext_patch ,mark 
-0x4807 009487 bpatch patch1c_6 ,mem_patch1c 
-0x4808 009488 fetch 1 ,mem_device_option 
-0x4809 009489 rtnne dvc_op_hci 
-0x480a 009490 call hci_write_handle3 
-0x480b 009491 istoret 5 ,contwu 
-0x480c 009492 force 8 ,loopcnt 
-0x480d 009493 force hci_event_read_remote_version_information_complete ,queue 
-0x480e 009494 branch hci_send_event 
-:      009496 hci_send_io_cap_response_event:
-0x480f 009497 set0 mark_ext_patch ,mark 
-0x4810 009498 bpatch patch1c_7 ,mem_patch1c 
-0x4811 009499 fetch 1 ,mem_device_option 
-0x4812 009500 rtnne dvc_op_hci 
-0x4813 009502 call hci_get_payload_ptr 
-0x4814 009503 fetch 6 ,mem_plap 
-0x4815 009504 istore 6 ,contwu 
-0x4816 009505 fetch 3 ,mem_sp_iocap_remote 
-0x4817 009506 istore 3 ,contwu 
-0x4818 009507 force 9 ,loopcnt 
-0x4819 009508 force hci_event_io_cap_response ,queue 
-0x481a 009509 branch hci_send_event 
-:      009511 hci_send_io_cap_req_event:
-0x481b 009512 set0 mark_ext_patch ,mark 
-0x481c 009513 bpatch patch1d_0 ,mem_patch1d 
-0x481d 009514 fetch 1 ,mem_device_option 
-0x481e 009515 rtnne dvc_op_hci 
-0x481f 009517 call hci_get_payload_ptr 
-0x4820 009518 fetch 6 ,mem_plap 
-0x4821 009519 istore 6 ,contwu 
-0x4822 009520 force 6 ,loopcnt 
-0x4823 009521 force hci_event_io_cap_req ,queue 
-0x4824 009522 branch hci_send_event 
-:      009525 hci_send_connection_complete:
-0x4825 009526 force 0 ,temp 
-:      009527 hci_send_connection_error:
-0x4826 009528 set0 mark_ext_patch ,mark 
-0x4827 009529 bpatch patch1d_1 ,mem_patch1d 
-0x4828 009530 fetch 1 ,mem_device_option 
-0x4829 009531 rtnne dvc_op_hci 
-0x482a 009532 force hci_event_connection_complete ,queue 
-0x482b 009533 jam 5 ,mem_acl_credits 
-0x482c 009534 call hci_get_payload_ptr 
-0x482d 009535 istoret 1 ,contwu 
-0x482e 009536 call hci_write_handle 
-0x482f 009537 call hci_write_plap 
-0x4830 009538 force 1 ,pdata 
-0x4831 009539 istore 1 ,contwu 
-0x4832 009540 force 0 ,pdata 
-0x4833 009541 fetcht 1 ,mem_state_map 
-0x4834 009542 isolate1 smap_encryption ,temp 
-0x4835 009543 setflag true ,0 ,pdata 
-0x4836 009544 istore 1 ,contwu 
-0x4837 009545 force 11 ,loopcnt 
-0x4838 009546 branch hci_send_event 
-:      009549 hci_send_conn_req_event:
-0x4839 009550 set0 mark_ext_patch ,mark 
-0x483a 009551 bpatch patch1d_2 ,mem_patch1d 
-0x483b 009552 fetch 1 ,mem_device_option 
-0x483c 009553 rtnne dvc_op_hci 
-0x483d 009554 force hci_event_connection_request ,queue 
-0x483e 009555 call hci_get_payload_ptr 
-0x483f 009556 call hci_write_plap 
-0x4840 009558 fetch 3 ,extm_class 
-0x4841 009559 istore 3 ,contwu 
-0x4842 009560 istoret 1 ,contwu 
-0x4843 009561 force 10 ,loopcnt 
-0x4844 009562 branch hci_send_event 
-:      009564 hci_send_encryption_change:
-0x4845 009565 set0 mark_ext_patch ,mark 
-0x4846 009566 bpatch patch1d_3 ,mem_patch1d 
-0x4847 009567 fetch 1 ,mem_device_option 
-0x4848 009568 rtnne dvc_op_hci 
-0x4849 009569 call hci_write_handle3 
-0x484a 009570 force 0 ,pdata 
-0x484b 009571 fetcht 1 ,mem_state_map 
-0x484c 009572 isolate1 smap_encryption ,temp 
-0x484d 009573 setflag true ,0 ,pdata 
-0x484e 009574 istore 1 ,contwu 
-0x484f 009575 force hci_event_encryption_change_complete ,queue 
-0x4850 009576 force 4 ,loopcnt 
-0x4851 009577 branch hci_send_event 
-:      009580 hci_send_linkkey_notification:
-0x4852 009581 set0 mark_ext_patch ,mark 
-0x4853 009582 bpatch patch1d_4 ,mem_patch1d 
-0x4854 009583 fetch 1 ,mem_device_option 
-0x4855 009584 rtnne dvc_op_hci 
-0x4856 009585 force hci_event_link_key_notification ,queue 
-0x4857 009586 call hci_get_payload_ptr 
-0x4858 009587 call hci_write_plap 
-0x4859 009588 arg mem_link_key ,contr 
-0x485a 009589 force 16 ,loopcnt 
-0x485b 009590 call uart_copy_tx_bytes 
-0x485c 009591 force 0x05 ,pdata 
-0x485d 009592 istore 1 ,contwu 
-0x485e 009593 force 0x17 ,loopcnt 
-0x485f 009594 branch hci_send_event 
-:      009596 hci_send_user_confirmation_req:
-0x4860 009597 fetch 1 ,mem_device_option 
-0x4861 009598 rtnne dvc_op_hci 
-0x4862 009599 force hci_event_user_confirmation_request ,queue 
-0x4863 009600 call hci_get_payload_ptr 
-0x4864 009601 call hci_write_plap 
-0x4865 009602 fetch 4 ,mem_sp_gkey 
-0x4866 009603 istore 4 ,contwu 
-0x4867 009604 force 0xa ,loopcnt 
-0x4868 009605 branch hci_send_event 
-:      009607 hci_send_ssp_complete:
-0x4869 009608 fetch 1 ,mem_device_option 
-0x486a 009609 rtnne dvc_op_hci 
-0x486b 009610 force hci_event_simple_pairing_complete ,queue 
-0x486c 009611 call hci_get_payload_ptr 
-0x486d 009612 setarg 0 
-0x486e 009613 istore 1 ,contwu 
-0x486f 009614 call hci_write_plap 
-0x4870 009615 force 0x7 ,loopcnt 
-0x4871 009616 branch hci_send_event 
-:      009619 hci_send_linkkey_req:
-0x4872 009620 set0 mark_ext_patch ,mark 
-0x4873 009621 bpatch patch1d_5 ,mem_patch1d 
-0x4874 009622 force hci_event_link_key_request ,queue 
-:      009623 hci_send_sec_req:
-0x4875 009624 fetch 1 ,mem_device_option 
-0x4876 009625 rtnne dvc_op_hci 
-0x4877 009626 call hci_get_payload_ptr 
-0x4878 009627 call hci_write_plap 
-0x4879 009628 force 6 ,loopcnt 
-0x487a 009629 branch hci_send_event 
-:      009631 hci_send_pincode_req:
-0x487b 009632 fetch 1 ,mem_device_option 
-0x487c 009633 rtnne dvc_op_hci 
-0x487d 009634 force hci_event_pin_code_request ,queue 
-0x487e 009635 branch hci_send_sec_req 
-:      009638 hci_send_role_change:
-0x487f 009639 fetch 1 ,mem_device_option 
-0x4880 009640 rtnne dvc_op_hci 
-0x4881 009641 force hci_event_role_change ,queue 
-0x4882 009642 call hci_get_payload_ptr 
-0x4883 009643 force 0 ,pdata 
-0x4884 009644 istore 1 ,contwu 
-0x4885 009645 call hci_write_plap 
-0x4886 009646 istoret 1 ,contwu 
-0x4887 009647 force 8 ,loopcnt 
-0x4888 009648 branch hci_send_event 
-:      009650 hci_send_role_change_err:
-0x4889 009651 fetch 1 ,mem_device_option 
-0x488a 009652 rtnne dvc_op_hci 
-0x488b 009653 force 0 ,temp 
-0x488c 009654 nbranch hci_send_role_change_err_slave ,master 
-0x488d 009655 force 1 ,temp 
-:      009656 hci_send_role_change_err_slave:
-0x488e 009657 fetch 1 ,mem_device_option 
-0x488f 009658 rtnne dvc_op_hci 
-0x4890 009659 force hci_event_role_change ,queue 
-0x4891 009660 call hci_get_payload_ptr 
-0x4892 009661 force 0x35 ,pdata 
-0x4893 009662 istore 1 ,contwu 
-0x4894 009663 call hci_write_plap 
-0x4895 009664 istoret 1 ,contwu 
-0x4896 009665 force 8 ,loopcnt 
-0x4897 009666 branch hci_send_event 
-:      009668 hci_send_name:
-0x4898 009669 set0 mark_ext_patch ,mark 
-0x4899 009670 bpatch patch1d_6 ,mem_patch1d 
-0x489a 009671 fetch 1 ,mem_device_option 
-0x489b 009672 rtnne dvc_op_hci 
-0x489c 009673 call hci_get_packet_ptr 
-0x489d 009674 setarg 0xff07 
-0x489e 009675 istore 2 ,contwu 
-0x489f 009676 deposit queue 
-0x48a0 009677 istore 1 ,contwu 
-0x48a1 009678 call hci_write_plap 
-0x48a2 009679 arg mem_tmp_buffer ,contr 
-0x48a3 009680 force 248 ,loopcnt 
-:      009681 hci_read_remote_name_loop:
-0x48a4 009682 ifetch 1 ,contr 
-0x48a5 009683 istore 1 ,contwu 
-0x48a6 009684 loop hci_read_remote_name_loop 
-0x48a7 009685 force 0xff ,loopcnt 
-0x48a8 009686 branch hci_send_event_raw 
-:      009688 hci_send_num_complete_packets:
-0x48a9 009689 set0 mark_ext_patch ,mark 
-0x48aa 009690 bpatch patch1d_7 ,mem_patch1d 
-0x48ab 009691 fetch 1 ,mem_device_option 
-0x48ac 009692 rtnne dvc_op_hci 
-0x48ad 009693 hfetch 1 ,core_uart_txitems 
-0x48ae 009694 nrtn blank 
-0x48af 009695 fetch 1 ,mem_op 
-0x48b0 009696 rtnbit0 op_pkt_comp 
-0x48b1 009697 set0 op_pkt_comp ,pdata 
-0x48b2 009698 store 1 ,mem_op 
-0x48b3 009699 call hci_get_payload_ptr 
-0x48b4 009700 force 1 ,pdata 
-0x48b5 009701 istore 1 ,contwu 
-0x48b6 009702 call hci_write_handle 
-0x48b7 009703 force 1 ,pdata 
-0x48b8 009704 istore 2 ,contwu 
-0x48b9 009705 force hci_event_num_completed_packets ,queue 
-0x48ba 009706 force 5 ,loopcnt 
-0x48bb 009707 branch hci_send_event 
-:      009711 hci_send_auth_complete:
-0x48bc 009712 set0 mark_ext_patch ,mark 
-0x48bd 009713 bpatch patch1e_0 ,mem_patch1e 
-0x48be 009714 fetch 1 ,mem_device_option 
-0x48bf 009715 rtnne dvc_op_hci 
-0x48c0 009716 call hci_write_handle3 
-0x48c1 009717 force hci_event_authentication_complete ,queue 
-0x48c2 009718 force 3 ,loopcnt 
-0x48c3 009719 branch hci_send_event 
-:      009723 hci_send_disconn_complete:
-0x48c4 009724 set0 mark_ext_patch ,mark 
-0x48c5 009725 bpatch patch1e_1 ,mem_patch1e 
-0x48c6 009726 fetch 1 ,mem_device_option 
-0x48c7 009727 rtnne dvc_op_hci 
-0x48c8 009728 call hci_get_payload_ptr 
-0x48c9 009729 force 0 ,pdata 
-0x48ca 009730 istore 1 ,contwu 
-0x48cb 009731 istoret 2 ,contwu 
-0x48cc 009732 fetch 1 ,mem_hci_disconn_reason 
-0x48cd 009733 istore 1 ,contwu 
-0x48ce 009734 force hci_event_disconnection_complete ,queue 
-0x48cf 009735 force 4 ,loopcnt 
-0x48d0 009736 branch hci_send_event 
-:      009739 hci_send_le_adv_report_event:
-0x48d1 009740 set0 mark_ext_patch ,mark 
-0x48d2 009741 bpatch patch1e_2 ,mem_patch1e 
-0x48d3 009742 fetch 1 ,mem_device_option 
-0x48d4 009743 rtnne dvc_op_hci ,pdata 
-0x48d5 009744 call hci_get_payload_ptr 
-0x48d6 009745 setarg 0x0102 
-0x48d7 009746 istore 2 ,contwu 
-0x48d8 009747 fetcht 1 ,mem_le_rxbuf 
-0x48d9 009748 and temp ,0xf ,pdata 
-0x48da 009749 istore 1 ,contwu 
-0x48db 009750 copy rega ,pdata 
-0x48dc 009751 istore 1 ,contwu 
-0x48dd 009752 fetcht 1 ,mem_le_rxbuf + 1 
-0x48de 009753 increase -6 ,temp 
-0x48df 009754 fetch 6 ,mem_le_rxbuf + 2 
-0x48e0 009755 istore 6 ,contwu 
-0x48e1 009756 istoret 1 ,contwu 
-0x48e2 009757 copy temp ,loopcnt 
-0x48e3 009758 call uart_copy_tx_bytes 
-0x48e4 009759 setarg 127 
-0x48e5 009760 istore 1 ,contwu 
-0x48e6 009761 copy temp ,loopcnt 
-0x48e7 009762 add loopcnt ,12 ,loopcnt 
-0x48e8 009763 force hci_event_le_meta_event ,queue 
-0x48e9 009764 branch hci_send_event 
-:      009766 hci_send_le_conn_complete:
-0x48ea 009767 set0 mark_ext_patch ,mark 
-0x48eb 009768 bpatch patch1e_3 ,mem_patch1e 
-0x48ec 009769 fetch 1 ,mem_device_option 
-0x48ed 009770 rtnne dvc_op_hci ,pdata 
-0x48ee 009771 call hci_get_payload_ptr 
-0x48ef 009772 setarg hci_le_subevent_conn_complete 
-0x48f0 009773 istore 1 ,contwu 
-0x48f1 009774 istoret 1 ,contwu 
-0x48f2 009775 fetch 1 ,mem_le_conn_handle 
-0x48f3 009776 istore 2 ,contwu 
-0x48f4 009777 fetch 1 ,mem_le_mode 
-0x48f5 009778 rshift pdata ,pdata 
-0x48f6 009779 setflip 0 ,pdata 
-0x48f7 009780 istore 1 ,contwu 
-0x48f8 009781 fetch 1 ,mem_le_conn_peer_addr_type 
-0x48f9 009782 istore 1 ,contwu 
-0x48fa 009783 fetch 6 ,mem_le_plap 
-0x48fb 009784 istore 6 ,contwu 
-0x48fc 009785 fetch 2 ,mem_le_conn_interval 
-0x48fd 009786 istore 2 ,contwu 
-0x48fe 009787 fetch 2 ,mem_le_slave_latency 
-0x48ff 009788 istore 2 ,contwu 
-0x4900 009789 fetch 2 ,mem_le_superto 
-0x4901 009790 istore 2 ,contwu 
-0x4902 009791 fetch 1 ,mem_le_peer_sca 
-0x4903 009792 istore 1 ,contwu 
-0x4904 009793 force hci_event_le_meta_event ,queue 
-0x4905 009794 arg 19 ,loopcnt 
-0x4906 009795 branch hci_send_event 
-:      009799 hci_send_mode_change:
-0x4907 009800 set0 mark_ext_patch ,mark 
-0x4908 009801 bpatch patch1e_4 ,mem_patch1e 
-0x4909 009802 fetch 1 ,mem_device_option 
-0x490a 009803 rtnne dvc_op_hci 
-0x490b 009805 call hci_get_payload_ptr 
-0x490c 009806 call hci_write_handle3 
-0x490d 009807 istoret 1 ,contwu 
-0x490e 009808 fetch 2 ,mem_tsniff 
-0x490f 009809 rshift pdata ,pdata 
-0x4910 009810 istore 2 ,contwu 
-0x4911 009811 force 6 ,loopcnt 
-0x4912 009812 force hci_event_mode_change ,queue 
-0x4913 009813 branch hci_send_event 
-:      009816 hci_send_sco_complete:
-0x4914 009817 set0 mark_ext_patch ,mark 
-0x4915 009818 bpatch patch1e_5 ,mem_patch1e 
-0x4916 009819 fetch 1 ,mem_device_option 
-0x4917 009820 rtnne dvc_op_hci 
-0x4918 009821 set0 mark_ext_patch ,mark 
-0x4919 009822 bpatch patch1e_6 ,mem_patch1e 
-0x491a 009823 call hci_get_payload_ptr 
-0x491b 009824 istoret 1 ,contwu 
-0x491c 009825 setarg 0xe00 
-0x491d 009826 istore 2 ,contwu 
-0x491e 009827 call hci_write_plap 
-0x491f 009828 force 0 ,pdata 
-0x4920 009829 bmark1 mark_esco ,hci_send_esco 
-0x4921 009830 force 0 ,pdata 
-0x4922 009831 istore 7 ,contwu 
-0x4923 009832 branch hci_send_sco_cont 
-:      009833 hci_send_esco:
-0x4924 009834 fetch 1 ,mem_device_option 
-0x4925 009835 rtnne dvc_op_hci 
-0x4926 009836 setarg 0x020602 
-0x4927 009837 istore 3 ,contwu 
-0x4928 009838 setarg 30 
-0x4929 009839 istore 2 ,contwu 
-0x492a 009840 setarg 30 
-0x492b 009841 istore 2 ,contwu 
-:      009842 hci_send_sco_cont:
-0x492c 009843 fetch 1 ,mem_device_option 
-0x492d 009844 rtnne dvc_op_hci 
-0x492e 009845 fetch 1 ,mem_air_mode 
-0x492f 009846 istore 1 ,contwu 
-0x4930 009847 force hci_event_sco_connection_complete ,queue 
-0x4931 009848 force 17 ,loopcnt 
-0x4932 009849 branch hci_send_event 
-:      009852 hci_command_status:
-0x4933 009853 set0 mark_ext_patch ,mark 
-0x4934 009854 bpatch patch1e_7 ,mem_patch1e 
-0x4935 009855 call hci_get_payload_ptr 
-0x4936 009856 setarg 0x100 
-0x4937 009857 istore 2 ,contwu 
-0x4938 009858 deposit alarm 
-0x4939 009859 istore 2 ,contwu 
-0x493a 009860 force 4 ,loopcnt 
-0x493b 009861 force hci_event_command_status ,queue 
-0x493c 009862 branch hci_send_event 
-:      009864 hci_command_status_err:
-0x493d 009865 set0 mark_ext_patch ,mark 
-0x493e 009866 bpatch patch1f_0 ,mem_patch1f 
-0x493f 009867 call hci_get_payload_ptr 
-0x4940 009868 deposit rega 
-0x4941 009869 istore 1 ,contwu 
-0x4942 009870 setarg 0x01 
-0x4943 009871 istore 1 ,contwu 
-0x4944 009872 deposit alarm 
-0x4945 009873 istore 2 ,contwu 
-0x4946 009874 force 4 ,loopcnt 
-0x4947 009875 force hci_event_command_status ,queue 
-0x4948 009876 branch hci_send_event 
-:      009878 hci_normal_reply:
-0x4949 009879 set0 mark_ext_patch ,mark 
-0x494a 009880 bpatch patch1f_1 ,mem_patch1f 
-0x494b 009881 force 4 ,loopcnt 
-:      009882 hci_command_complete:
-0x494c 009883 call hci_get_payload_ptr 
-0x494d 009884 force 0x1 ,pdata 
-0x494e 009885 istore 1 ,contwu 
-0x494f 009886 deposit alarm 
-0x4950 009887 istore 3 ,contwu 
-0x4951 009888 force hci_event_command_complete ,queue 
-:      009889 hci_send_event:
-0x4952 009890 set0 mark_ext_patch ,mark 
-0x4953 009891 bpatch patch1f_2 ,mem_patch1f 
-0x4954 009892 call hci_get_packet_ptr 
-0x4955 009893 deposit queue 
-0x4956 009894 istore 1 ,contwu 
-0x4957 009895 deposit loopcnt 
-0x4958 009896 istore 1 ,contwu 
-:      009897 hci_send_event_raw:
-0x4959 009898 set1 mark_h5tx_rp ,mark 
-0x495a 009899 force 5 ,queue 
-0x495b 009900 increase 2 ,loopcnt 
-:      009901 hci_send_packet:
-0x495c 009902 call hci_check_bcsp_protocol 
-0x495d 009903 branch bcsp_send_packet ,true 
-0x495e 009904 branch h4_send_packet_event 
-:      009906 hci_send_commu_ready_event:
-0x495f 009907 force hci_event_vendor_specific ,queue 
-0x4960 009908 call hci_get_payload_ptr 
-0x4961 009909 setarg hci_vendor_event_commu_ready 
-0x4962 009910 istore 1 ,contwu 
-0x4963 009911 force 1 ,loopcnt 
-0x4964 009912 branch hci_send_event 
-:      009915 hci_write_plap:
-0x4965 009916 fetch 6 ,mem_plap 
-0x4966 009917 istore 6 ,contwu 
-0x4967 009918 rtn 
-:      009920 hci_write_handle3:
-0x4968 009921 call hci_get_payload_ptr 
-0x4969 009922 force 0 ,pdata 
-0x496a 009923 istore 1 ,contwu 
-:      009924 hci_write_handle:
-0x496b 009925 fetch 1 ,mem_conn_handle 
-0x496c 009926 istore 2 ,contwu 
-0x496d 009927 rtn 
-:      009929 hci_get_cmd_complete_ptr:
-0x496e 009930 force 12 ,contwu 
-0x496f 009931 branch hci_get_tx_ptr 
-:      009933 hci_get_payload_ptr:
-0x4970 009934 force 8 ,contwu 
-0x4971 009935 branch hci_get_tx_ptr 
-:      009937 hci_get_packet_ptr:
-0x4972 009938 force 6 ,contwu 
-:      009939 hci_get_tx_ptr:
-0x4973 009940 call hci_check_bcsp_protocol 
-0x4974 009941 branch bcsp_get_tx_ptr ,true 
-0x4975 009942 branch h4_get_tx_ptr 
-:      009944 uart_copy_tx_bytes:
-0x4976 009945 deposit loopcnt 
-0x4977 009946 rtn blank 
-:      009947 uart_copy_tx_bytes_loop:
-0x4978 009948 ifetch 1 ,contr 
-0x4979 009949 istore 1 ,contwu 
-0x497a 009950 loop uart_copy_tx_bytes_loop 
-0x497b 009951 rtn 
-:      009953 uart_copy_rx_bytes:
-0x497c 009954 deposit loopcnt 
-0x497d 009955 rtn blank 
-:      009956 uart_copy_rx_bytes_loop:
-0x497e 009957 ifetch 1 ,contru 
-0x497f 009958 istore 1 ,contw 
-0x4980 009959 loop uart_copy_rx_bytes_loop 
-0x4981 009960 rtn 
-:      009962 uart_write_bytes:
-0x4982 009963 istore 1 ,contwu 
-0x4983 009964 rshift8 pdata ,pdata 
-0x4984 009965 loop uart_write_bytes 
-0x4985 009966 rtn 
-:      009969 calc_tx_crc16:
-0x4986 009970 pulse crc16 
-0x4987 009971 enable enable_crc 
-:      009972 crcloop:
-0x4988 009973 ifetch 1 ,contwu 
-0x4989 009974 inject bucket ,8 
-0x498a 009975 loop crcloop 
-0x498b 009976 enable enable_parity 
-0x498c 009977 inject bucket ,16 
-0x498d 009978 disable enable_parity 
-0x498e 009979 disable enable_crc 
-0x498f 009980 disable crc16 
-0x4990 009981 byteswap pdata ,pdata 
-0x4991 009982 rtn 
-:      009984 stop_loop:
-0x4992 009985 nop 1 
-0x4993 009986 hjam 1 ,0x8203 
-0x4994 009987 branch stop_loop 
-:      009991 process_cmd:
-0x4995 009992 set0 mark_ext_patch ,mark 
-0x4996 009993 bpatch patch1f_3 ,mem_patch1f 
-0x4997 009994 fetch 1 ,mem_hci_cmd 
-0x4998 009995 rtn blank 
-0x4999 009996 fetch 1 ,mem_lmo_opcode2 
-0x499a 009997 nrtn blank 
-0x499b 009998 call cmd_check_plap 
-0x499c 009999 nbranch process_cmd_conn_handle ,zero 
-0x499d 010000 fetch 1 ,mem_hci_cmd 
-0x499e 010001 beq hci_cmd_remote_name_req ,cmd_namereq 
-0x499f 010002 beq hci_cmd_pair ,cmd_pair 
-0x49a0 010003 beq hci_cmd_nopair ,cmd_nopair 
-0x49a1 010004 beq hci_cmd_linkkey ,cmd_has_key 
-0x49a2 010005 beq hci_cmd_nokey ,cmd_no_key 
-0x49a3 010006 beq hci_cmd_reject_conn ,cmd_disconn 
-0x49a4 010007 beq hci_cmd_role_switch ,cmd_role_switch 
-0x49a5 010008 beq hci_cmd_accept_conn ,cmd_accept_conn 
-0x49a6 010009 beq hci_cmd_accept_with_switch ,cmd_accept_with_switch 
-0x49a7 010010 beq hci_cmd_detach ,cmd_detach 
-0x49a8 010011 beq hci_cmd_in_sniff ,cmd_in_sniff 
-0x49a9 010012 beq hci_cmd_exit_sniff ,cmd_exit_sniff 
-:      010013 process_cmd_conn_handle:
-0x49aa 010014 set0 mark_ext_patch ,mark 
-0x49ab 010015 bpatch patch1f_4 ,mem_patch1f 
-0x49ac 010016 call cmd_check_handle 
-0x49ad 010017 nrtn blank 
-0x49ae 010018 fetch 1 ,mem_hci_cmd 
-0x49af 010019 beq hci_cmd_auth ,cmd_auth 
-0x49b0 010020 beq hci_cmd_startencrypt ,cmd_start_encrypt 
-0x49b1 010021 beq hci_cmd_stopencrypt ,cmd_stop_encrypt 
-0x49b2 010022 beq hci_cmd_setup_sco ,cmd_setup_sco 
-0x49b3 010023 beq hci_cmd_disconn_sco ,cmd_disconn_sco 
-0x49b4 010024 beq hci_cmd_accept_sco_conn ,cmd_accept_sco_conn 
-0x49b5 010025 beq hci_cmd_remote_feature_req ,cmd_feature_req 
-0x49b6 010026 beq hci_cmd_remote_ext_features_req ,cmd_ext_feature_req 
-0x49b7 010027 beq hci_cmd_remote_version_req ,cmd_version_req 
-0x49b8 010028 beq hci_cmd_role_discovery ,cmd_role_discovery 
-0x49b9 010029 beq hci_cmd_io_cap ,cmd_io_cap 
-0x49ba 010030 rtnne hci_cmd_disconn 
-0x49bb 010031 call lmp_disconnect 
-:      010032 cmd_exit:
-0x49bc 010033 jam 0 ,mem_hci_cmd 
-0x49bd 010034 rtn 
-:      010036 cmd_check_plap:
-0x49be 010037 fetch 6 ,mem_hci_plap 
-0x49bf 010038 fetcht 6 ,mem_plap 
-0x49c0 010039 isub temp ,null 
-0x49c1 010040 rtn 
-:      010043 cmd_check_handle:
-0x49c2 010044 fetch 1 ,mem_hci_conn_handle 
-0x49c3 010045 fetcht 1 ,mem_conn_handle 
-0x49c4 010046 isub temp ,pdata 
-0x49c5 010047 rtn 
-:      010049 cmd_accept_conn:
-0x49c6 010050 jam lmp_accepted ,mem_lmo_opcode2 
-0x49c7 010051 jam lmp_host_connection_req ,mem_lmi_opcode2 
-0x49c8 010052 call tid_set_reply 
-0x49c9 010053 branch cmd_exit 
-:      010055 cmd_accept_with_switch:
-0x49ca 010056 branch cmd_accept_sco_conn ,master 
-0x49cb 010057 set1 mark_accept_switch ,mark 
-:      010058 cmd_role_switch:
-0x49cc 010059 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x49cd 010060 set1 mark_switch_initiated ,mark 
-0x49ce 010061 nbranch cmd_exit ,master 
-0x49cf 010062 jam lmp_switch_req ,mem_lmo_opcode2 
-0x49d0 010063 fetch 1 ,mem_connection_options 
-0x49d1 010064 set0 connection_switch ,pdata 
-0x49d2 010065 store 1 ,mem_connection_options 
-0x49d3 010066 branch cmd_exit 
-:      010069 cmd_namereq:
-0x49d4 010070 jam lmp_name_req ,mem_lmo_opcode2 
-0x49d5 010071 jam 0 ,mem_name_offset 
-0x49d6 010072 branch cmd_exit 
-:      010075 cmd_ssp:
-0x49d7 010076 jam sp_flag_commit ,mem_master_sp_flag 
-0x49d8 010077 jam sp_master_stat_start_skip ,mem_master_sp_state 
-0x49d9 010078 branch cmd_exit 
-:      010080 cmd_pair:
-0x49da 010081 fetch 1 ,mem_op 
-0x49db 010082 bbit1 op_inrand_req ,cmd_pair_passive 
-0x49dc 010083 call tid_initiate 
-0x49dd 010084 jam lmp_in_rand ,mem_lmo_opcode2 
-0x49de 010085 branch cmd_exit 
-:      010086 cmd_pair_passive:
-0x49df 010087 set0 op_inrand_req ,pdata 
-0x49e0 010088 store 1 ,mem_op 
-0x49e1 010089 call lmp_accept_inrand 
-0x49e2 010090 setarg 0 
-0x49e3 010091 setflag master ,smap_lmptid ,pdata 
-0x49e4 010092 store 1 ,mem_lmo_tid2 
-0x49e5 010093 branch cmd_exit 
-:      010095 cmd_nopair:
-0x49e6 010096 jam pairing_not_allowed ,mem_disconn_reason_send 
-0x49e7 010097 jam lmp_detach ,mem_lmo_opcode2 
-0x49e8 010098 fetch 1 ,mem_state 
-0x49e9 010099 bbit1 state_inconn ,cmd_exit 
-0x49ea 010100 force hci_error_pairing_not_allowed ,temp 
-0x49eb 010101 call hci_send_connection_error 
-0x49ec 010102 branch cmd_exit 
-:      010105 cmd_has_key:
-0x49ed 010106 call linkkey_set 
-0x49ee 010107 fetch 1 ,mem_op 
-0x49ef 010108 bbit1 op_auth_req ,cmd_send_aurand 
-0x49f0 010109 bbit1 op_send_sres ,cmd_send_sres 
-0x49f1 010110 bbit1 op_inrand_req ,cmd_pair_passive 
-0x49f2 010111 branch cmd_exit 
-:      010112 cmd_send_sres:
-0x49f3 010113 set0 op_send_sres ,pdata 
-0x49f4 010114 store 1 ,mem_op 
-0x49f5 010115 jam lmp_sres ,mem_lmo_opcode2 
-0x49f6 010116 branch cmd_exit 
-:      010118 cmd_no_key:
-0x49f7 010119 fetch 1 ,mem_op 
-0x49f8 010120 bbit1 op_send_sres ,cmd_no_key_reject 
-0x49f9 010121 call hci_send_pincode_req 
-0x49fa 010122 branch cmd_exit 
-:      010123 cmd_no_key_reject:
-0x49fb 010124 set0 op_send_sres ,pdata 
-0x49fc 010125 store 1 ,mem_op 
-0x49fd 010126 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x49fe 010127 jam lmp_au_rand ,mem_lmi_opcode2 
-0x49ff 010128 jam key_missing ,mem_lmo_reason2 
-0x4a00 010129 branch cmd_exit 
-:      010132 cmd_auth:
-0x4a01 010133 fetch 1 ,mem_op 
-0x4a02 010134 set1 op_auth_req ,pdata 
-0x4a03 010135 store 1 ,mem_op 
-0x4a04 010136 fetch 1 ,mem_state 
-0x4a05 010137 bbit1 state_linkkey ,cmd_auth_sendaurand 
-0x4a06 010138 call hci_send_linkkey_req 
-0x4a07 010139 branch cmd_exit 
-:      010141 cmd_send_aurand:
-:      010142 cmd_auth_sendaurand:
-0x4a08 010143 call tid_initiate 
-0x4a09 010144 jam lmp_au_rand ,mem_lmo_opcode2 
-0x4a0a 010145 branch cmd_exit 
-:      010147 cmd_start_encrypt:
-0x4a0b 010148 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x4a0c 010149 branch cmd_exit 
-:      010151 cmd_stop_encrypt:
-0x4a0d 010152 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x4a0e 010153 branch cmd_exit 
-:      010155 cmd_feature_req:
-0x4a0f 010156 set0 mark_ext_patch ,mark 
-0x4a10 010157 bpatch patch1f_5 ,mem_patch1f 
-0x4a11 010158 jam lmp_features_req ,mem_lmo_opcode2 
-0x4a12 010159 jam hci_cmd_wait_remote_feature ,mem_hci_cmd 
-0x4a13 010160 rtn 
-:      010162 cmd_ext_feature_req:
-0x4a14 010163 jam lmp_ext_features_req ,mem_lmo_opcode2 
-0x4a15 010164 jam hci_cmd_wait_remote_ext_feature ,mem_hci_cmd 
-0x4a16 010165 rtn 
-:      010167 cmd_version_req:
-0x4a17 010168 jam lmp_version_req ,mem_lmo_opcode2 
-0x4a18 010169 branch cmd_exit 
-:      010171 cmd_in_sniff:
-0x4a19 010172 jam lmp_sniff_req ,mem_lmo_opcode2 
-0x4a1a 010173 arg mem_sniff_payload ,contw 
-0x4a1b 010174 setarg 0 
-0x4a1c 010175 isolate1 27 ,clke_bt 
-0x4a1d 010176 setflag true ,1 ,pdata 
-0x4a1e 010177 istore 1 ,contw 
-0x4a1f 010178 setarg 0 
-0x4a20 010179 istore 2 ,contw 
-0x4a21 010180 fetch 2 ,mem_sniff_param_interval 
-0x4a22 010181 istore 2 ,contw 
-0x4a23 010182 fetch 1 ,mem_sniff_param_attempt 
-0x4a24 010183 istore 2 ,contw 
-0x4a25 010184 fetch 1 ,mem_sniff_param_timeout 
-0x4a26 010185 istore 2 ,contw 
-0x4a27 010186 branch cmd_exit 
-:      010188 cmd_exit_sniff:
-0x4a28 010189 jam lmp_unsniff_req ,mem_lmo_opcode2 
-0x4a29 010190 branch cmd_exit 
-:      010192 cmd_setup_sco:
-0x4a2a 010193 call new_conn_handle 
-0x4a2b 010194 store 1 ,mem_sco_handle 
-0x4a2c 010195 fetch 1 ,mem_conn_handle 
-0x4a2d 010196 store 1 ,mem_sco_asso_handle 
-0x4a2e 010197 jam lmp_sco_link_req ,mem_lmo_opcode2 
-0x4a2f 010198 set1 mark_esco ,mark 
-0x4a30 010199 jam lmp_ext_esco_link_req ,mem_lmo_opcode2 
-0x4a31 010200 branch cmd_exit 
-:      010202 cmd_disconn:
-0x4a32 010203 call lmp_disconnect 
-0x4a33 010204 branch cmd_exit 
-:      010206 cmd_disconn_sco:
-0x4a34 010207 jam lmp_remove_sco_link_req ,mem_lmo_opcode2 
-0x4a35 010208 bmark0 mark_esco ,cmd_exit 
-0x4a36 010209 jam lmp_ext_remove_esco_req ,mem_lmo_opcode2 
-0x4a37 010210 branch cmd_exit 
-:      010212 cmd_accept_sco_conn:
-0x4a38 010213 branch cmd_accept_sco_conn_master ,master 
-0x4a39 010214 jam lmp_accepted ,mem_lmo_opcode2 
-0x4a3a 010215 jam lmp_sco_link_req ,mem_lmi_opcode2 
-0x4a3b 010216 bmark0 mark_esco ,cmd_exit 
-0x4a3c 010217 fetch 1 ,mem_esco_type 
-0x4a3d 010218 bne type_hv3 ,parse_lmpext_esco_link_req_change_param 
-0x4a3e 010219 jam lmp_ext_accepted ,mem_lmo_opcode2 
-0x4a3f 010220 jam lmp_ext_esco_link_req ,mem_lmi_opcode2 
-0x4a40 010221 branch cmd_exit 
-:      010222 cmd_accept_sco_conn_master:
-0x4a41 010223 call new_conn_handle 
-0x4a42 010224 store 1 ,mem_sco_handle 
-0x4a43 010225 fetch 1 ,mem_conn_handle 
-0x4a44 010226 store 1 ,mem_sco_asso_handle 
-0x4a45 010227 jam lmp_sco_link_req ,mem_lmo_opcode2 
-0x4a46 010228 bmark0 mark_esco ,cmd_exit 
-0x4a47 010229 branch parse_lmpext_esco_link_req_change_param 
-:      010232 cmd_role_discovery:
-0x4a48 010233 call hci_get_cmd_complete_ptr 
-0x4a49 010234 call hci_write_handle 
-0x4a4a 010235 force 0 ,pdata 
-0x4a4b 010236 nsetflag master ,0 ,pdata 
-0x4a4c 010237 istore 1 ,contwu 
-0x4a4d 010238 force 7 ,loopcnt 
-0x4a4e 010239 arg 0x809 ,alarm 
-0x4a4f 010240 call hci_command_complete 
-0x4a50 010241 branch cmd_exit 
-:      010243 cmd_io_cap:
-0x4a51 010244 jam lmp_io_cap_res ,mem_lmo_opcode2 
-0x4a52 010245 branch cmd_exit 
-:      010247 cmd_detach:
-0x4a53 010248 jam lmp_detach ,mem_lmo_opcode2 
-0x4a54 010249 jam other_end_terminated ,mem_disconn_reason_send 
-0x4a55 010250 branch cmd_exit 
-:      010255 process_hci_patch:
-0x4a56 010256 jam 0 ,mem_check_sum 
-0x4a57 010259 ifetch 1 ,contru 
-0x4a58 010260 store 1 ,mem_ucode_id_remote 
-0x4a59 010261 call hci_ucode_checksum_add 
-0x4a5a 010263 call push_stack 
-0x4a5b 010264 fetch 1 ,mem_ucode_id_remote 
-0x4a5c 010265 copy pdata ,temp 
-0x4a5d 010266 fetch 1 ,mem_ucode_id_local 
-0x4a5e 010267 increase 1 ,pdata 
-0x4a5f 010268 icompare 0xff ,temp 
-0x4a60 010269 nbranch hci_nak_ucode_with_stack ,true 
-0x4a61 010270 store 1 ,mem_ucode_id_local 
-0x4a62 010271 call pop_stack 
-0x4a63 010273 ifetch 1 ,contru 
-0x4a64 010274 beq 0x01 ,hci_enable_ucode_load 
-0x4a65 010275 beq 0x02 ,process_hci_ucode 
-0x4a66 010276 beq 0x03 ,hci_disable_ucode_load 
-0x4a67 010277 beq 0x05 ,process_hci_n_sched_data 
-0x4a68 010278 beq 0x06 ,hci_write_register 
-0x4a69 010279 beq 0x07 ,hci_read_register 
-0x4a6a 010280 beq 0x08 ,hci_enable_ucode 
-0x4a6b 010281 beq 0x09 ,hci_soft_branch 
-0x4a6c 010282 rtn 
-:      010283 hci_ucode_checksum_add:
-0x4a6d 010284 copy pdata ,temp 
-0x4a6e 010285 call push_stack 
-0x4a6f 010286 fetch 1 ,mem_check_sum 
-0x4a70 010287 iadd temp ,pdata 
-0x4a71 010288 store 1 ,mem_check_sum 
-0x4a72 010289 branch pop_stack 
-:      010292 hci_ack_ucode:
-0x4a73 010293 force 1 ,pdata 
-0x4a74 010294 call uart_send_byte 
-0x4a75 010295 fetch 1 ,mem_ucode_id_local 
-0x4a76 010296 branch uart_send_byte 
-:      010298 hci_nak_ucode_with_stack:
-0x4a77 010299 call pop_stack 
-0x4a78 010300 branch hci_nak_ucode_ucode_id 
-:      010301 hci_nak_ucode:
-0x4a79 010302 fetch 1 ,mem_ucode_id_local 
-0x4a7a 010303 increase -1 ,pdata 
-0x4a7b 010304 store 1 ,mem_ucode_id_local 
-:      010305 hci_nak_ucode_ucode_id:
-0x4a7c 010306 force 0 ,pdata 
-0x4a7d 010307 call uart_send_byte 
-0x4a7e 010308 fetch 1 ,mem_ucode_id_local 
-0x4a7f 010309 branch uart_send_byte 
-:      010311 hci_write_register:
-0x4a80 010312 call hci_ucode_checksum_add 
-0x4a81 010313 ifetch 1 ,contru 
-0x4a82 010314 store 1 ,mem_ucode_temp 
-0x4a83 010315 call hci_ucode_checksum_add 
-0x4a84 010316 ifetch 1 ,contru 
-0x4a85 010317 lshift8 pdata ,contw 
-0x4a86 010318 call hci_ucode_checksum_add 
-0x4a87 010319 fetch 1 ,mem_ucode_temp 
-0x4a88 010320 iadd contw ,contw 
-0x4a89 010321 ifetch 1 ,contru 
-0x4a8a 010322 istore 1 ,contw 
-0x4a8b 010323 call hci_ucode_checksum_add 
-0x4a8c 010324 ifetch 1 ,contru 
-0x4a8d 010325 call hci_ucode_checksum_add 
-0x4a8e 010326 fetch 1 ,mem_check_sum 
-0x4a8f 010327 bne 0xff ,hci_nak_ucode 
-0x4a90 010328 branch hci_ack_ucode 
-:      010330 hci_read_register:
-0x4a91 010331 call hci_ucode_checksum_add 
-0x4a92 010332 ifetch 1 ,contru 
-0x4a93 010333 store 1 ,mem_ucode_temp 
-0x4a94 010334 call hci_ucode_checksum_add 
-0x4a95 010335 ifetch 1 ,contru 
-0x4a96 010336 store 1 ,mem_ucode_temp1 
-0x4a97 010337 call hci_ucode_checksum_add 
-0x4a98 010338 ifetch 1 ,contru 
-0x4a99 010339 call hci_ucode_checksum_add 
-0x4a9a 010340 fetch 1 ,mem_check_sum 
-0x4a9b 010341 bne 0xff ,hci_nak_ucode 
-0x4a9c 010343 fetch 1 ,mem_ucode_temp1 
-0x4a9d 010344 lshift8 pdata ,temp 
-0x4a9e 010345 fetch 1 ,mem_ucode_temp 
-0x4a9f 010346 iadd temp ,contru 
-0x4aa0 010347 ifetch 1 ,contru 
-0x4aa1 010348 store 1 ,mem_ucode_temp 
-:      010349 hci_read_register_ack:
-0x4aa2 010350 force 1 ,pdata 
-0x4aa3 010351 call uart_send_byte 
-0x4aa4 010352 fetch 1 ,mem_ucode_temp 
-0x4aa5 010353 call uart_send_byte 
-0x4aa6 010354 jam 0xff ,mem_ucode_id_local 
-0x4aa7 010355 rtn 
-:      010357 hci_enable_ucode:
-0x4aa8 010358 call hci_ucode_checksum_add 
-0x4aa9 010359 ifetch 1 ,contru 
-0x4aaa 010360 call hci_ucode_checksum_add 
-0x4aab 010361 fetch 1 ,mem_check_sum 
-0x4aac 010362 bne 0xff ,hci_nak_ucode 
-0x4aad 010363 branch hci_ack_ucode 
-:      010365 process_hci_ucode:
-0x4aae 010366 call hci_ucode_checksum_add 
-0x4aaf 010367 ifetch 1 ,contru 
-0x4ab0 010368 hstore 1 ,core_ucode_low 
-0x4ab1 010369 call hci_ucode_checksum_add 
-0x4ab2 010370 ifetch 1 ,contru 
-0x4ab3 010371 set1 7 ,pdata 
-0x4ab4 010372 hstore 1 ,core_ucode_ctrl 
-0x4ab5 010373 set0 7 ,pdata 
-0x4ab6 010374 call hci_ucode_checksum_add 
-0x4ab7 010375 ifetch 1 ,contru 
-0x4ab8 010376 copy pdata ,loopcnt 
-0x4ab9 010377 call hci_ucode_checksum_add 
-:      010378 write_ucode_loop:
-0x4aba 010379 ifetch 1 ,contru 
-0x4abb 010380 hstore 1 ,core_ucode_data 
-0x4abc 010381 call hci_ucode_checksum_add 
-0x4abd 010382 loop write_ucode_loop 
-0x4abe 010383 ifetch 1 ,contru 
-0x4abf 010384 call hci_ucode_checksum_add 
-0x4ac0 010385 fetch 1 ,mem_check_sum 
-0x4ac1 010386 bne 0xff ,hci_nak_ucode 
-0x4ac2 010387 branch hci_ack_ucode 
-:      010389 process_hci_n_sched_data:
-0x4ac3 010390 call hci_ucode_checksum_add 
-0x4ac4 010391 ifetch 1 ,contru 
-0x4ac5 010392 store 1 ,mem_ucode_temp 
-0x4ac6 010393 call hci_ucode_checksum_add 
-0x4ac7 010394 ifetch 1 ,contru 
-0x4ac8 010395 lshift8 pdata ,contw 
-0x4ac9 010396 call hci_ucode_checksum_add 
-0x4aca 010397 fetch 1 ,mem_ucode_temp 
-0x4acb 010398 iadd contw ,contw 
-0x4acc 010399 ifetch 1 ,contru 
-0x4acd 010400 iforce loopcnt 
-0x4ace 010401 call hci_ucode_checksum_add 
-:      010402 process_hci_n_sched_loop:
-0x4acf 010403 ifetch 1 ,contru 
-0x4ad0 010404 istore 1 ,contw 
-0x4ad1 010405 call hci_ucode_checksum_add 
-0x4ad2 010406 loop process_hci_n_sched_loop 
-0x4ad3 010407 ifetch 1 ,contru 
-0x4ad4 010408 call hci_ucode_checksum_add 
-0x4ad5 010409 fetch 1 ,mem_check_sum 
-0x4ad6 010410 bne 0xff ,hci_nak_ucode 
-0x4ad7 010411 branch hci_ack_ucode 
-:      010415 hci_enable_ucode_load:
-0x4ad8 010416 call hci_ucode_checksum_add 
-0x4ad9 010417 ifetch 1 ,contru 
-0x4ada 010418 call hci_ucode_checksum_add 
-0x4adb 010419 fetch 1 ,mem_check_sum 
-0x4adc 010420 bne 0xff ,hci_nak_ucode 
-0x4add 010421 hjam 0x80 ,core_ucode_ctrl 
-0x4ade 010422 branch hci_ack_ucode 
-:      010424 hci_disable_ucode_load:
-0x4adf 010425 call hci_ucode_checksum_add 
-0x4ae0 010426 ifetch 1 ,contru 
-0x4ae1 010427 call hci_ucode_checksum_add 
-0x4ae2 010428 fetch 1 ,mem_check_sum 
-0x4ae3 010429 bne 0xff ,hci_nak_ucode 
-0x4ae4 010430 hjam 0 ,core_ucode_ctrl 
-0x4ae5 010431 branch hci_ack_ucode 
-:      010433 hci_soft_branch:
-0x4ae6 010434 call hci_ucode_checksum_add 
-0x4ae7 010435 ifetch 1 ,contru 
-0x4ae8 010436 call hci_ucode_checksum_add 
-0x4ae9 010437 fetch 1 ,mem_check_sum 
-0x4aea 010438 bne 0xff ,hci_nak_ucode 
-0x4aeb 010439 call hci_ack_ucode 
-0x4aec 010440 branch soft_reset 
-:      010443 hci_idle_dispatch:
-0x4aed 010444 call gpio_check_uart_state 
-0x4aee 010445 rtn true 
-0x4aef 010446 arg uart_wakeup_rx ,temp 
-0x4af0 010447 call gpio_get_bit 
-0x4af1 010448 nbranch uart_wake_up ,true 
-0x4af2 010449 jam hci_rx_wake ,mem_hci_lt_rx_state 
-0x4af3 010450 rtn 
-:      010451 uart_wake_up:
-0x4af4 010452 fetch 1 ,mem_hci_lt_rx_state 
-0x4af5 010453 rtnne hci_rx_wake 
-0x4af6 010454 call hci_exit_lpm 
-0x4af7 010455 branch hci_send_commu_ready_event 
-:      010469 hid_rx_process:
-0x4af8 010470 set1 mark_ext_patch ,mark 
-0x4af9 010471 bpatch patch33_4 ,mem_patch33 
-0x4afa 010472 fetch 2 ,mem_l2cap_payload_ptr 
-0x4afb 010473 copy pdata ,contr 
-0x4afc 010474 ifetch 1 ,contr 
-0x4afd 010475 and pdata ,0x0f ,temp 
-0x4afe 010476 rshift4 pdata ,pdata 
-0x4aff 010477 beq hid_type_set_idle ,hid_rx_process_handshake 
-0x4b00 010478 beq hid_type_set_protocol ,hid_rx_process_handshake 
-0x4b01 010479 beq hid_type_data ,hid_rx_process_data 
-0x4b02 010480 beq hid_type_set_report ,hid_rx_process_set_report 
-0x4b03 010481 beq hid_type_control ,hid_rx_process_hid_control 
-0x4b04 010482 rtn 
-:      010484 hid_rx_process_hid_control:
-0x4b05 010485 copy temp ,pdata 
-0x4b06 010486 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
-0x4b07 010487 beq hid_control_p_suspend ,hid_rx_process_suspend 
-0x4b08 010488 rtn 
-:      010490 hid_rx_process_virtual_cable_unplug:
-0x4b09 010491 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
-0x4b0a 010492 call ui_ipc_send_event 
-0x4b0b 010493 fetch 1 ,mem_device_option 
-0x4b0c 010494 rtnne dvc_op_mouse ,pdata 
-0x4b0d 010495 copy temp ,pdata 
-0x4b0e 010496 beq hid_control_p_virtualcableunplug ,eeprom_erase_reconn_info 
-0x4b0f 010497 rtn 
-:      010498 hid_rx_process_suspend:
-0x4b10 010499 rtn 
-:      010501 hid_rx_process_set_report:
-0x4b11 010502 arg 0x01 ,rega 
-0x4b12 010503 call hid_malloc_tx_buff 
-0x4b13 010504 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4b14 010505 istore 2 ,contw 
-0x4b15 010506 setarg 0x00 
-0x4b16 010507 istore 1 ,contw 
-0x4b17 010508 rtn 
-:      010510 hid_rx_process_handshake:
-0x4b18 010511 arg 1 ,rega 
-0x4b19 010512 call hid_malloc_tx_buff 
-0x4b1a 010513 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4b1b 010514 istore 2 ,contw 
-0x4b1c 010515 setarg 0 
-0x4b1d 010516 istore 1 ,contw 
-0x4b1e 010517 jam 1 ,mem_ui_data_txbuff_length 
-0x4b1f 010518 fetch 1 ,mem_hid_control_state 
-0x4b20 010519 set1 l2cap_channel_hid_handshake_done 
-0x4b21 010520 store 1 ,mem_hid_control_state 
-:      010521 hid_handshake_event:
-0x4b22 010522 jam bt_evt_hid_handshake ,mem_fifo_temp 
-0x4b23 010523 branch ui_ipc_send_event 
-:      010525 hid_rx_process_data:
-0x4b24 010526 ifetch 1 ,contr 
-0x4b25 010527 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
-0x4b26 010528 rtn 
-:      010530 hid_rx_process_data_hid_kb:
-0x4b27 010531 copy contr ,rega 
-0x4b28 010532 fetch 1 ,mem_device_option 
-0x4b29 010533 rtnne dvc_op_kb ,pdata 
-0x4b2a 010534 copy rega ,contr 
-0x4b2b 010535 branch kb_process_kb_report 
-:      010537 hid_malloc_tx_buff:
-0x4b2c 010538 call l2cap_malloc 
-0x4b2d 010539 copy rega ,temp 
-0x4b2e 010540 storet 1 ,mem_ui_data_txbuff_length 
-0x4b2f 010541 copy pdata ,contw 
-0x4b30 010542 copy rega ,pdata 
-0x4b31 010543 istore 2 ,contw 
-0x4b32 010544 rtn 
-:      010547 le_ir_init:
-0x4b33 010548 setarg le_ir 
-0x4b34 010549 store 2 ,mem_cb_le_process 
-0x4b35 010550 setarg le_ir_wcb 
-0x4b36 010551 store 2 ,mem_cb_att_write 
-0x4b37 010552 call eeprom_load_reconn_info 
-0x4b38 010553 call le_init_att 
-0x4b39 010554 hjam 158 ,core_pwm_ncnt0 
-0x4b3a 010555 hjam 8 ,core_gpio_sel1 
-0x4b3b 010556 hjam 5 ,core_gpio_out1 
-0x4b3c 010557 setarg -1 
-0x4b3d 010558 set0 1 ,pdata 
-0x4b3e 010559 set0 21 ,pdata 
-0x4b3f 010560 hstore 4 ,core_gpio_oe0 
-0x4b40 010561 hjam 2 ,core_gpio_pu0 
-0x4b41 010562 rtn wake 
-0x4b42 010563 jam 1 ,mem_le_adv_enable 
-0x4b43 010564 rtn 
-:      010567 le_ir_wcb:
-0x4b44 010568 ifetch 1 ,rega 
-0x4b45 010569 store 1 ,mem_ir_cmd 
-0x4b46 010570 beq ircmd_write_pulse ,le_ir_write_pulse 
-0x4b47 010571 beq ircmd_write_seq ,le_ir_write_seq 
-0x4b48 010572 beq ircmd_write_next ,le_ir_write_next 
-0x4b49 010573 beq ircmd_screen_on ,le_ir_screen_on 
-0x4b4a 010574 beq ircmd_screen_off ,le_ir_screen_off 
-0x4b4b 010575 rtnne ircmd_play 
-0x4b4c 010576 ifetch 1 ,contr 
-0x4b4d 010577 store 1 ,mem_ir_play_count 
-0x4b4e 010578 rtn 
-:      010580 le_ir_write_pulse:
-0x4b4f 010581 arg mem_ir_pulse_zero ,contw 
-0x4b50 010582 branch le_ir_write 
-:      010584 le_ir_write_seq:
-0x4b51 010585 arg mem_ir_sequence_len ,contw 
-0x4b52 010586 branch le_ir_write 
-:      010588 le_ir_write_next:
-0x4b53 010589 fetch 2 ,mem_ir_ptr 
-0x4b54 010590 iforce contw 
-:      010592 le_ir_write:
-0x4b55 010593 arg 19 ,loopcnt 
-0x4b56 010594 call memcpy 
-0x4b57 010595 deposit contw 
-0x4b58 010596 store 2 ,mem_ir_ptr 
-0x4b59 010597 jam 0 ,mem_ir_cmd 
-0x4b5a 010598 rtn 
-:      010602 le_ir:
-0x4b5b 010603 fetch 1 ,mem_ir_cmd 
-0x4b5c 010604 beq ircmd_record ,le_ir_start_record 
-0x4b5d 010605 beq ircmd_play ,le_ir_play 
-0x4b5e 010606 beq ircmd_report_pulse ,le_ir_report 
-0x4b5f 010607 beq ircmd_report_seq ,le_ir_report 
-0x4b60 010608 beq ircmd_report_raw ,le_ir_report 
-0x4b61 010609 beq ircmd_test_play ,le_ir_play 
-0x4b62 010610 beq ircmd_test_rec ,le_ir_rec 
-0x4b63 010611 rtn 
-:      010613 le_ir_screen_on:
-0x4b64 010614 jam 0 ,mem_lpm_mult 
-0x4b65 010615 jam 0 ,mem_ir_cmd 
-0x4b66 010616 rtn 
-:      010617 le_ir_screen_off:
-0x4b67 010618 jam 30 ,mem_lpm_mult 
-0x4b68 010619 jam 0 ,mem_ir_cmd 
-0x4b69 010620 rtn 
-:      010624 le_ir_rec:
-0x4b6a 010625 jam 0 ,mem_ir_cmd 
-0x4b6b 010626 arg 0xfffff ,stop_watch 
-0x4b6c 010627 call ir_record 
-0x4b6d 010628 rtn 
-:      010630 le_ir_next_anchor:
-0x4b6e 010631 fetcht 2 ,mem_le_tsniff 
-0x4b6f 010632 iadd temp ,pdata 
-0x4b70 010633 store 4 ,mem_le_anchor 
-:      010634 le_ir_start_record:
-0x4b71 010635 fetch 4 ,mem_le_anchor 
-0x4b72 010636 isub clke_bt ,pdata 
-0x4b73 010637 nbranch le_ir_next_anchor ,positive 
-0x4b74 010638 rshift pdata ,stop_watch 
-0x4b75 010639 call ir_record 
-0x4b76 010640 rtn blank 
-0x4b77 010641 jam ircmd_report_raw ,mem_ir_cmd 
-0x4b78 010642 arg mem_ir_record ,temp 
-0x4b79 010643 storet 2 ,mem_ir_ptr 
-:      010645 le_ir_report:
-0x4b7a 010646 call le_xtype_fifo_is_full 
-0x4b7b 010647 nrtn blank 
-0x4b7c 010648 jam notify_handle ,mem_le_notify_handle 
-0x4b7d 010649 jam attop_handle_value_notification ,mem_fifo_temp 
-0x4b7e 010650 call le_xtype_fifo_in 
-0x4b7f 010651 fetch 2 ,mem_le_notify_attr_start 
-0x4b80 010652 iforce contw 
-0x4b81 010653 fetch 2 ,mem_ir_ptr 
-0x4b82 010654 iforce contr 
-0x4b83 010655 arg 20 ,loopcnt 
-0x4b84 010656 call memcpy 
-0x4b85 010657 deposit contr 
-0x4b86 010658 store 2 ,mem_ir_ptr 
-0x4b87 010659 fetch 2 ,mem_ir_report_len 
-0x4b88 010660 increase -20 ,pdata 
-0x4b89 010661 store 2 ,mem_ir_report_len 
-0x4b8a 010662 rtn positive 
-0x4b8b 010663 jam 0 ,mem_ir_cmd 
-0x4b8c 010664 rtn 
-:      010667 le_ir_play:
-0x4b8d 010668 fetch 1 ,mem_ir_play_count 
-0x4b8e 010669 call ir_play 
-0x4b8f 010670 jam 0 ,mem_ir_cmd 
-0x4b90 010671 rtn 
-:      010674 ir_record:
-0x4b91 010675 call ir_receive 
-0x4b92 010676 setarg mem_ir_record 
-0x4b93 010677 isub contw ,pdata 
-0x4b94 010678 sub pdata ,0 ,pdata 
-0x4b95 010679 store 2 ,mem_ir_report_len 
-0x4b96 010680 rtn 
-:      010684 ir_receive:
-0x4b97 010685 disable swfine 
-0x4b98 010686 arg mem_ir_record ,contw 
-:      010687 ir_receive_waitsync:
-0x4b99 010688 rtn timeout 
-0x4b9a 010689 hfetch 1 ,core_gpio_in + 2 
-0x4b9b 010690 bbit0 5 ,ir_receive_waitsync 
-0x4b9c 010691 copy clkn ,temp 
-0x4b9d 010692 arg 0x80 ,loopcnt 
-0x4b9e 010693 call memset0 
-0x4b9f 010694 arg mem_ir_record ,contw 
-0x4ba0 010695 arg 0x0 ,regc 
-:      010696 ir_receive_loop:
-0x4ba1 010697 arg 180 ,stop_watch 
-:      010698 ir_receive_waitedge:
-0x4ba2 010699 rtn timeout 
-0x4ba3 010700 hfetch 1 ,core_gpio_in + 2 
-0x4ba4 010701 ixor regc ,pdata 
-0x4ba5 010702 bbit1 5 ,ir_receive_waitedge 
-0x4ba6 010703 copy clkn ,pdata 
-0x4ba7 010704 iforce alarm 
-0x4ba8 010705 call clk_diff_rt 
-0x4ba9 010706 sub pdata ,0xff ,null 
-0x4baa 010707 branch ir_receive_waitedge ,positive 
-0x4bab 010708 isolate0 5 ,regc 
-0x4bac 010709 setflag true ,23 ,pdata 
-0x4bad 010710 istore 3 ,contw 
-0x4bae 010711 rshift8 contw ,pdata 
-0x4baf 010712 rtneq mem_ir_record_max 
-0x4bb0 010713 copy alarm ,temp 
-0x4bb1 010714 xor_into 0x20 ,regc 
-0x4bb2 010715 branch ir_receive_loop 
-:      010719 ir_get_next_seq:
-0x4bb3 010720 branch ir_get_next_seq_saved ,user 
-0x4bb4 010721 branch ir_get_next_encoded ,user2 
-:      010722 ir_get_next_seq_fetch:
-0x4bb5 010723 arg mem_ir_sequence ,temp 
-0x4bb6 010724 fetch 1 ,mem_ir_sequence_len 
-0x4bb7 010725 iadd temp ,pdata 
-0x4bb8 010726 isub rega ,null 
-0x4bb9 010727 branch ir_get_next_seq_exit ,zero 
-0x4bba 010728 ifetch 1 ,rega 
-0x4bbb 010729 copy contr ,rega 
-0x4bbc 010730 bbit0 7 ,ir_get_next_cont 
-0x4bbd 010731 enable user2 
-0x4bbe 010732 and pdata ,0x7f ,regb 
-0x4bbf 010733 lshift3 rega ,rega 
-0x4bc0 010734 branch ir_get_next_encoded 
-:      010735 ir_get_next_cont:
-0x4bc1 010736 rshift4 pdata ,debug 
-0x4bc2 010737 and_into 0xf ,pdata 
-0x4bc3 010738 isub debug ,null 
-0x4bc4 010739 rtn zero 
-0x4bc5 010740 enable user 
-0x4bc6 010741 rtn 
-:      010742 ir_get_next_seq_saved:
-0x4bc7 010743 deposit debug 
-0x4bc8 010744 disable user 
-0x4bc9 010745 rtn 
-:      010746 ir_get_next_encoded:
-0x4bca 010747 deposit regb 
-0x4bcb 010748 branch ir_get_next_encoded_end ,blank 
-0x4bcc 010749 and rega ,0x7 ,queue 
-0x4bcd 010750 rshift3 rega ,contr 
-0x4bce 010751 ifetch 1 ,contr 
-0x4bcf 010752 increase 1 ,rega 
-0x4bd0 010753 increase -1 ,regb 
-0x4bd1 010754 qisolate0 pdata 
-0x4bd2 010755 fetch 1 ,mem_ir_pulse_zero 
-0x4bd3 010756 branch ir_get_next_cont ,true 
-0x4bd4 010757 fetch 1 ,mem_ir_pulse_one 
-0x4bd5 010758 branch ir_get_next_cont 
-:      010759 ir_get_next_encoded_end:
-0x4bd6 010760 disable user2 
-0x4bd7 010761 increase 7 ,rega 
-0x4bd8 010762 rshift3 rega ,rega 
-0x4bd9 010763 branch ir_get_next_seq_fetch 
-:      010764 ir_get_next_seq_exit:
-0x4bda 010765 setarg 0xff 
-0x4bdb 010766 rtn 
-:      010769 ir_get_pulse:
-0x4bdc 010770 lshift pdata ,contr 
-0x4bdd 010771 iadd contr ,pdata 
-0x4bde 010772 arg mem_ir_pulses ,contr 
-0x4bdf 010773 iadd contr ,contr 
-0x4be0 010774 ifetch 3 ,contr 
-0x4be1 010775 rtn 
-:      010778 ir_play:
-0x4be2 010779 enable swfine 
-0x4be3 010780 iforce loopcnt 
-:      010781 ir_play_nloop:
-0x4be4 010782 disable user 
-0x4be5 010783 disable user2 
-0x4be6 010784 arg mem_ir_sequence ,rega 
-:      010785 ir_play_loop:
-0x4be7 010786 call ir_get_next_seq 
-0x4be8 010787 beq 0xff ,ir_play_end 
-0x4be9 010788 call ir_get_pulse 
-0x4bea 010789 bbit0 23 ,ir_play_silence 
-0x4beb 010790 set0 23 ,pdata 
-0x4bec 010791 hjam 158 ,core_pwm_pcnt0 
-:      010792 ir_play_silence:
-0x4bed 010793 iforce stop_watch 
-0x4bee 010794 until null ,timeout 
-0x4bef 010795 hjam 0 ,core_pwm_pcnt0 
-0x4bf0 010796 branch ir_play_loop 
-:      010797 ir_play_end:
-0x4bf1 010798 loop ir_play_nloop 
-0x4bf2 010799 rtn 
-:      010805 le_kb_init:
-0x4bf3 010806 call kb_init_common 
-0x4bf4 010807 setarg kb_process_idle 
-0x4bf5 010808 store 2 ,mem_cb_idle_process 
-0x4bf6 010809 setarg kb_send_process 
-0x4bf7 010810 store 2 ,mem_cb_bt_process 
-0x4bf8 010811 setarg kb_process_bb_event 
-0x4bf9 010812 store 2 ,mem_cb_bb_event_process 
-0x4bfa 010813 setarg kb_process_lpm_before 
-0x4bfb 010814 store 2 ,mem_cb_before_lpm 
-0x4bfc 010815 setarg kb_discovery_timeout_sleep 
-0x4bfd 010816 store 2 ,mem_cb_discovry_timeout 
-0x4bfe 010817 setarg kb_before_hibernate 
-0x4bff 010818 store 2 ,mem_cb_before_hibernate 
-0x4c00 010819 setarg kb_wakeup_check 
-0x4c01 010820 store 2 ,mem_cb_check_wakelock 
-0x4c02 010821 rtn wake 
-0x4c03 010823 fetch 2 ,mem_ui_state_map 
-0x4c04 010824 bbit1 ui_state_btn_down ,app_bt_start_discovery_short 
-0x4c05 010825 call app_check_reconn_target 
-0x4c06 010826 branch kb_start_discovery ,blank 
-0x4c07 010827 call app_bt_stop_discovery 
-0x4c08 010828 branch app_bt_start_reconnect 
-:      010831 kb_init:
-0x4c09 010832 call kb_init_common 
-0x4c0a 010833 setarg kb_process_idle 
-0x4c0b 010834 store 2 ,mem_cb_idle_process 
-0x4c0c 010835 setarg kb_send_process 
-0x4c0d 010836 store 2 ,mem_cb_bt_process 
-0x4c0e 010837 setarg kb_process_bb_event 
-0x4c0f 010838 store 2 ,mem_cb_bb_event_process 
-0x4c10 010839 setarg kb_process_lpm_before 
-0x4c11 010840 store 2 ,mem_cb_before_lpm 
-0x4c12 010841 setarg kb_discovery_timeout_sleep 
-0x4c13 010842 store 2 ,mem_cb_discovry_timeout 
-0x4c14 010843 setarg kb_before_hibernate 
-0x4c15 010844 store 2 ,mem_cb_before_hibernate 
-0x4c16 010845 setarg kb_wakeup_check 
-0x4c17 010846 store 2 ,mem_cb_check_wakelock 
-0x4c18 010847 rtn wake 
-0x4c19 010849 jam 0 ,mem_sp_flag 
-0x4c1a 010850 jam 0 ,mem_master_sp_flag 
-0x4c1b 010852 fetch 2 ,mem_ui_state_map 
-0x4c1c 010853 bbit1 ui_state_btn_down ,app_bt_start_discovery_short 
-0x4c1d 010854 call app_check_reconn_target 
-0x4c1e 010855 branch kb_start_discovery ,blank 
-0x4c1f 010856 call app_bt_stop_discovery 
-0x4c20 010857 branch app_bt_start_reconnect 
-:      010861 kb_init_common:
-0x4c21 010862 set1 mark_ext_patch ,mark 
-0x4c22 010863 bpatch patch36_6 ,mem_patch36 
-0x4c23 010865 fetch 1 ,0x8140 
-0x4c24 010866 branch assert ,blank 
-0x4c25 010867 hjam 0 ,core_gpio_oe0 
-0x4c26 010868 hjam 0xff ,core_gpio_pu0 
-0x4c27 010870 hjam 0xff ,core_gpio_oe1 
-0x4c28 010871 hjam 0xff ,core_gpio_oe2 
-0x4c29 010872 hfetch 1 ,core_gpio_oe3 
-0x4c2a 010873 or_into 0x0f ,pdata 
-0x4c2b 010874 hstore 1 ,core_gpio_oe3 
-0x4c2c 010876 hjam 0x00 ,core_gpio_sel 
-0x4c2d 010877 hjam 0x00 ,core_gpio_sel1 
-0x4c2e 010878 hjam 0xff ,core_gpio_key0 
-0x4c2f 010879 hjam 0xFf ,core_gpio_key1 
-0x4c30 010880 hfetch 1 ,core_gpio_key2 
-0x4c31 010881 or_into 0x03 ,pdata 
-0x4c32 010882 hstore 1 ,core_gpio_key2 
-0x4c33 010883 hjam 0x00 ,core_kscn_rowmask 
-0x4c34 010884 setarg kb_kscan_col_1 
-0x4c35 010885 lshift3 pdata ,pdata 
-0x4c36 010886 add pdata ,kb_kscan_row_1 ,pdata 
-0x4c37 010887 hstore 1 ,core_kscn_rctc 
-0x4c38 010889 hfetch 1 ,core_config 
-0x4c39 010890 set1 2 ,pdata 
-0x4c3a 010891 hstore 1 ,core_config 
-0x4c3b 010892 hfetch 1 ,core_clkoff + 1 
-0x4c3c 010893 set0 1 ,pdata 
-0x4c3d 010894 hstore 1 ,core_clkoff + 1 
-0x4c3e 010895 hjam 0xd ,core_kscn_ksctrl 
-0x4c3f 010896 hjam 0xd3 ,core_kscn_m_debounce 
-0x4c40 010897 hjam 0 ,core_kscn_scancycle_timer_l 
-0x4c41 010898 hjam 0x31 ,core_kscn_scancycle_timer_h 
-0x4c42 010899 call lpm_disable_exen_output 
-0x4c43 010900 fetcht 1 ,mem_led_cap_gpio 
-0x4c44 010901 call gpio_config_output 
-0x4c45 010902 fetcht 1 ,mem_led_num_gpio 
-0x4c46 010903 call gpio_config_output 
-0x4c47 010904 fetcht 1 ,mem_led_scl_gpio 
-0x4c48 010905 call gpio_config_output 
-0x4c49 010906 rtn 
-:      010908 kb_process_kb_report:
-0x4c4a 010909 set1 mark_ext_patch ,mark 
-0x4c4b 010910 bpatch patch36_7 ,mem_patch36 
-0x4c4c 010911 ifetch 1 ,contr 
-0x4c4d 010912 copy pdata ,rega 
-0x4c4e 010913 fetcht 1 ,mem_led_num_gpio 
-0x4c4f 010914 isolate1 kb_num_lock_selected ,rega 
-0x4c50 010915 call gpio_out_flag 
-0x4c51 010916 fetcht 1 ,mem_led_cap_gpio 
-0x4c52 010917 isolate1 kb_caps_lock_selected ,rega 
-0x4c53 010918 call gpio_out_flag 
-0x4c54 010919 fetcht 1 ,mem_led_scl_gpio 
-0x4c55 010920 isolate1 kb_scroll_lock_selected ,rega 
-0x4c56 010921 call gpio_out_flag 
-0x4c57 010922 jam 1 ,mem_kb_rcv_led_data 
-0x4c58 010923 rtn 
-:      010926 kb_send_process:
-0x4c59 010928 call kb_kscan_check_if_empty 
-0x4c5a 010929 nrtn user 
-0x4c5b 010930 nrtn user2 
-0x4c5c 010932 fetch 1 ,mem_pincode_state 
-0x4c5d 010933 beq pincode_state_wait_pincode ,kb_pincode 
-0x4c5e 010934 fetch 1 ,mem_hid_interrupt_state 
-0x4c5f 010935 rtnne 0x3f 
-0x4c60 010937 arg 10 ,rega 
-0x4c61 010938 call hid_malloc_tx_buff 
-0x4c62 010939 fetch 2 ,mem_hid_int_remote_cid 
-0x4c63 010940 istore 2 ,contw 
-0x4c64 010941 setarg 0x01a1 
-0x4c65 010942 istore 2 ,contw 
-0x4c66 010943 fetch 8 ,mem_kb_state 
-0x4c67 010944 istore 8 ,contw 
-0x4c68 010945 rtn 
-:      010947 kb_pincode:
-0x4c69 010948 fetcht 1 ,mem_pin_length 
-0x4c6a 010949 setarg mem_pin 
-0x4c6b 010950 iadd temp ,contw 
-0x4c6c 010951 fetch 1 ,mem_kb_report_data 
-0x4c6d 010952 branch kb_pincode_rtn ,blank 
-0x4c6e 010953 beq kb_kcode_bksp ,kb_pincode_bksp 
-0x4c6f 010954 bne kb_kcode_enter ,kb_pincode_data 
-0x4c70 010955 storet 1 ,mem_pin_length 
-0x4c71 010956 branch app_bt_set_pincode 
-:      010958 kb_pincode_rtn:
-0x4c72 010959 storet 1 ,mem_pin_length 
-0x4c73 010960 rtn 
-:      010961 kb_pincode_bksp:
-0x4c74 010962 fetch 1 ,mem_pin_length 
-0x4c75 010963 rtn blank 
-0x4c76 010964 increase -1 ,pdata 
-0x4c77 010965 store 1 ,mem_pin_length 
-0x4c78 010966 arg mem_pin ,contw 
-0x4c79 010967 iadd contw ,contw 
-0x4c7a 010968 setarg 0 
-0x4c7b 010969 istore 1 ,contw 
-0x4c7c 010970 enable user2 
-0x4c7d 010971 branch kb_send_pin 
-:      010972 kb_pincode_data:
-0x4c7e 010973 sub pdata ,kb_kcode_1_m1 ,null 
-0x4c7f 010974 rtn positive 
-0x4c80 010975 arg 0x30 ,temp 
-0x4c81 010976 sub pdata ,kb_kcode_0 ,null 
-0x4c82 010977 nrtn positive 
-0x4c83 010978 branch kb_pincode_0 ,zero 
-0x4c84 010979 arg kb_kcode_1_m1 ,temp 
-0x4c85 010980 isub temp ,temp 
-0x4c86 010981 or_into 0x30 ,temp 
-:      010982 kb_pincode_0:
-0x4c87 010983 istoret 1 ,contw 
-0x4c88 010984 fetch 1 ,mem_pin_length 
-0x4c89 010985 increase 1 ,pdata 
-0x4c8a 010986 store 1 ,mem_pin_length 
-0x4c8b 010987 disable user2 
-0x4c8c 010988 branch kb_send_pin 
-:      010990 kb_send_pin:
-0x4c8d 010991 fetch 2 ,mem_hid_int_remote_cid 
-0x4c8e 010992 rtn blank 
-0x4c8f 010993 arg 3 ,rega 
-0x4c90 010994 call hid_malloc_tx_buff 
-0x4c91 010995 fetch 2 ,mem_hid_int_remote_cid 
-0x4c92 010996 istore 2 ,contw 
-0x4c93 010997 setarg 0xffa1 
-0x4c94 010998 istore 2 ,contw 
-0x4c95 010999 setarg 0 
-0x4c96 011000 setflag user2 ,0 ,pdata 
-0x4c97 011001 istore 1 ,contw 
-0x4c98 011002 rtn 
-:      011006 kb_kscan_check_if_empty:
-0x4c99 011007 disable user 
-0x4c9a 011008 disable user2 
-0x4c9b 011009 hfetch 1 ,core_kscn_kstat 
-0x4c9c 011010 rtnbit1 kb_kscan_stat_empty 
-:      011012 kb_kscan_check_ghost:
-0x4c9d 011013 hfetch 1 ,core_kscn_event_num 
-0x4c9e 011014 bbit1 kb_kscan_key_event_stat ,kb_kscan_process_event 
-0x4c9f 011015 hfetch 1 ,core_kscn_kstat 
-0x4ca0 011016 bbit0 kb_kscan_stat_ghost ,kb_kscan_process_event 
-0x4ca1 011017 hfetch 1 ,core_kscn_event 
-0x4ca2 011018 branch kb_kscan_check_if_empty 
-:      011020 kb_kscan_process_event:
-0x4ca3 011021 enable user 
-0x4ca4 011022 enable user2 
-0x4ca5 011023 hfetch 1 ,core_kscn_event_num 
-0x4ca6 011024 isolate0 kb_kscan_key_event_stat ,pdata 
-0x4ca7 011025 hfetch 1 ,core_kscn_event 
-0x4ca8 011026 arg mem_kb_map ,contr 
-0x4ca9 011027 iadd contr ,contr 
-0x4caa 011028 ifetch 1 ,contr 
-0x4cab 011029 bbit1 7 ,kb_kscan_read_statekey 
-0x4cac 011030 nbranch kb_kscan_release_a_key_data ,true 
-0x4cad 011031 disable user2 
-0x4cae 011032 iforce temp 
-0x4caf 011033 fetch 1 ,mem_kb_keys 
-0x4cb0 011034 sub pdata ,4 ,null 
-0x4cb1 011035 nrtn positive 
-0x4cb2 011036 copy pdata ,rega 
-0x4cb3 011037 arg 3 ,loopcnt 
-0x4cb4 011038 arg mem_kb_report_data ,contr 
-:      011039 kb_kscan_check_report_data:
-0x4cb5 011040 ifetch 1 ,contr 
-0x4cb6 011041 isub temp ,null 
-0x4cb7 011042 branch kb_kscan_check_if_empty ,zero 
-0x4cb8 011043 loop kb_kscan_check_report_data 
-:      011044 kb_kscan_store_a_key_data:
-0x4cb9 011045 copy rega ,pdata 
-0x4cba 011046 arg mem_kb_report_data ,contw 
-0x4cbb 011047 iadd contw ,contw 
-0x4cbc 011048 istoret 1 ,contw 
-0x4cbd 011049 increase 1 ,pdata 
-0x4cbe 011050 store 1 ,mem_kb_keys 
-0x4cbf 011051 hfetch 1 ,core_kscn_event_num 
-0x4cc0 011052 rshift3 pdata ,pdata 
-0x4cc1 011053 nbranch kb_kscan_check_nextevent ,blank 
-0x4cc2 011054 branch kb_kscan_prepare_send 
-:      011056 kb_kscan_check_nextevent:
-0x4cc3 011057 increase -1 ,pdata 
-0x4cc4 011058 branch kb_kscan_prepare_send ,zero 
-0x4cc5 011059 hfetch 1 ,core_kscn_event_num 
-0x4cc6 011060 and_into 0x01 ,pdata 
-0x4cc7 011061 beq kb_kscan_key_press ,kb_kscan_check_if_empty 
-0x4cc8 011062 beq kb_kscan_key_release ,kb_kscan_prepare_send 
-0x4cc9 011063 rtn 
-:      011064 kb_kscan_prepare_send:
-0x4cca 011065 enable user2 
-0x4ccb 011066 rtn 
-:      011068 kb_kscan_release_a_key_data:
-0x4ccc 011069 and pdata ,0xff ,temp 
-0x4ccd 011070 fetch 1 ,mem_kb_keys 
-0x4cce 011071 rtn blank 
-0x4ccf 011072 iforce loopcnt 
-0x4cd0 011073 arg mem_kb_report_data ,contr 
-:      011074 kb_kscan_find_same_key_data:
-0x4cd1 011075 ifetch 1 ,contr 
-0x4cd2 011076 isub temp ,null 
-0x4cd3 011077 branch kb_kscan_release_foundkey ,zero 
-0x4cd4 011078 loop kb_kscan_find_same_key_data 
-0x4cd5 011079 rtn 
-:      011080 kb_kscan_release_foundkey:
-0x4cd6 011081 add contr ,-1 ,contw 
-0x4cd7 011082 call memcpy 
-0x4cd8 011083 fetch 1 ,mem_kb_keys 
-0x4cd9 011084 increase -1 ,pdata 
-0x4cda 011085 store 1 ,mem_kb_keys 
-0x4cdb 011086 hfetch 1 ,core_kscn_event_num 
-0x4cdc 011087 rshift3 pdata ,pdata 
-0x4cdd 011088 nbranch kb_kscan_check_nextevent2 ,blank 
-0x4cde 011089 rtn 
-:      011091 kb_kscan_check_nextevent2:
-0x4cdf 011092 hfetch 1 ,core_kscn_event_num 
-0x4ce0 011093 and_into 0x01 ,pdata 
-0x4ce1 011094 beq kb_kscan_key_press ,kb_kscan_prepare_send 
-0x4ce2 011095 beq kb_kscan_key_release ,kb_kscan_check_if_empty 
-0x4ce3 011096 rtn 
-:      011098 kb_kscan_read_statekey:
-0x4ce4 011099 and pdata ,7 ,queue 
-0x4ce5 011100 fetch 1 ,mem_kb_state 
-0x4ce6 011101 qsetflag true ,pdata 
-0x4ce7 011102 store 1 ,mem_kb_state 
-0x4ce8 011103 rtn 
-:      011105 kb_clear_keys:
-0x4ce9 011106 setarg 0 
-0x4cea 011107 store 8 ,mem_kb_state 
-0x4ceb 011108 store 1 ,mem_kb_keys 
-0x4cec 011109 rtn 
-:      011111 kb_clean_kscan_fifo:
-0x4ced 011112 hfetch 1 ,core_kscn_event_num 
-0x4cee 011113 hfetch 1 ,core_kscn_event 
-0x4cef 011114 hfetch 1 ,core_kscn_kstat 
-0x4cf0 011115 bbit0 kb_kscan_stat_empty ,kb_clean_kscan_fifo 
-0x4cf1 011116 setarg 0xff 
-0x4cf2 011117 enable user 
-0x4cf3 011118 rtn 
-:      011120 le_keyboard:
-0x4cf4 011121 fetcht 2 ,mem_le_notify_handle 
-0x4cf5 011122 call le_att_check_notification_enable 
-0x4cf6 011123 rtnbit0 0 
-0x4cf7 011124 fetch 1 ,mem_le_switch_send_data 
-0x4cf8 011125 rtnbit0 0 
-0x4cf9 011126 call le_xtype_fifo_is_full 
-0x4cfa 011127 nrtn blank 
-0x4cfb 011128 call kb_kscan_check_if_empty 
-0x4cfc 011129 nrtn user 
-0x4cfd 011130 nrtn user2 
-:      011131 le_slave_keyboard_send_data:
-0x4cfe 011132 call app_lpm_wake_auto_lock 
-0x4cff 011133 jam 2 ,mem_lpm_mult 
-0x4d00 011134 fetcht 2 ,mem_le_notify_handle 
-0x4d01 011135 call le_att_get_handle_ptr 
-0x4d02 011136 add contr ,1 ,contw 
-0x4d03 011137 fetch 8 ,mem_kb_state 
-0x4d04 011138 istore 8 ,contw 
-0x4d05 011139 jam attop_handle_value_notification ,mem_fifo_temp 
-0x4d06 011140 call le_xtype_fifo_in 
-0x4d07 011141 fetch 1 ,mem_le_op 
-0x4d08 011142 bbit1 op_disconn ,loop 
-0x4d09 011143 rtn 
-:      011144 le_keyboard_process_bb_event:
-0x4d0a 011145 copy regc ,pdata 
-0x4d0b 011146 beq bt_evt_button_long_pressed ,le_keyboard_bb_event_discovery_btn 
-0x4d0c 011148 beq bt_evt_le_connected ,le_kb_connected 
-0x4d0d 011149 beq bt_evt_le_write_request ,le_kb_bb_event_write_request 
-0x4d0e 011150 beq bt_evt_le_enc_info ,le_kb_bb_event_enc_info 
-0x4d0f 011151 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
-0x4d10 011152 rtn 
-:      011153 le_kb_bb_event_enc_info:
-:      011154 le_kb_bb_event_write_request:
-0x4d11 011155 call app_lpm_mult_enable 
-0x4d12 011156 branch app_ble_start_write 
-:      011157 le_kb_connected:
-0x4d13 011158 call kb_clean_kscan_fifo 
-0x4d14 011159 branch kb_clear_keys 
-:      011161 le_keyboard_bb_event_discovery_btn:
-0x4d15 011162 call le_clean_att_list_handle_enable 
-0x4d16 011163 call app_ble_disconnect 
-0x4d17 011164 call app_ble_start_adv 
-0x4d18 011165 branch app_led_start_blink 
-:      011167 le_keyboard_bb_event_hud_ms:
-0x4d19 011168 fetch 1 ,mem_le_led_on_time 
-0x4d1a 011169 rtn blank 
-0x4d1b 011170 increase -1 ,pdata 
-0x4d1c 011171 store 1 ,mem_le_led_on_time 
-0x4d1d 011172 nrtn blank 
-0x4d1e 011173 fetch 1 ,mem_le_adv_type 
-0x4d1f 011174 rtn blank 
-0x4d20 011175 branch app_led_off 
-:      011178 kb_process_idle:
-0x4d21 011179 branch kb_pairing_button_check 
-:      011182 kb_wakeup_check:
-0x4d22 011183 hfetch 3 ,core_gpio_in 
-0x4d23 011184 copy pdata ,regb 
-0x4d24 011185 hfetch 1 ,core_gpio_in + 3 
-0x4d25 011186 and_into 0x0f ,pdata 
-0x4d26 011187 lshift16 pdata ,pdata 
-0x4d27 011188 lshift8 pdata ,pdata 
-0x4d28 011189 ior regb ,pdata 
-0x4d29 011190 fetcht 4 ,mem_kb_fast_wake_last 
-0x4d2a 011191 isub temp ,pdata 
-0x4d2b 011192 rtn blank 
-0x4d2c 011193 arg 0xbb ,regb 
-0x4d2d 011194 branch app_lpm_wake_auto_lock 
-:      011197 kb_pairing_button_check:
-0x4d2e 011198 fetch 1 ,mem_scan_mode 
-0x4d2f 011199 nrtn blank 
-0x4d30 011200 fetch 1 ,mem_app_handshake_flag 
-0x4d31 011201 nrtn blank 
-0x4d32 011202 fetch 1 ,mem_ui_button_timer 
-0x4d33 011203 rtn blank 
-0x4d34 011204 fetch 1 ,mem_ui_button_last_state 
-0x4d35 011205 nrtn blank 
-0x4d36 011206 branch app_enter_hibernate 
-:      011208 kb_process_bb_event:
-0x4d37 011209 copy regc ,pdata 
-0x4d38 011210 beq bt_evt_hid_connected ,kb_hid_connected 
-0x4d39 011211 beq bt_evt_pincode_req ,kb_process_pincode 
-0x4d3a 011212 beq bt_evt_hid_connected ,kb_bt_hid_handshake 
-0x4d3b 011213 beq bt_evt_button_long_pressed ,kb_bb_event_discovery_btn 
-0x4d3c 011214 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
-0x4d3d 011215 beq bt_evt_bb_connected ,kb_stop_discovery 
-0x4d3e 011216 beq bt_evt_bb_disconnected ,kb_bb_disconnected 
-0x4d3f 011218 beq bt_evt_reconn_failed ,kb_bb_event_reconn_failed 
-0x4d40 011219 beq bt_evt_reconn_page_timeout ,kb_bb_event_reconn_failed 
-0x4d41 011220 and pdata ,0x0f ,temp 
-0x4d42 011221 and_into bt_evt_timer_mask ,pdata 
-0x4d43 011222 beq bt_evt_timer_init ,kb_bb_event_timer 
-0x4d44 011223 rtn 
-:      011225 kb_bb_event_timer:
-0x4d45 011226 set1 mark_ext_patch ,mark 
-0x4d46 011227 bpatch patch37_0 ,mem_patch37 
-0x4d47 011228 storet 1 ,mem_app_evt_timer_count 
-:      011229 kb_bb_event_100ms_loop:
-0x4d48 011230 fetch 1 ,mem_app_evt_timer_count 
-0x4d49 011231 rtn blank 
-0x4d4a 011232 increase -1 ,pdata 
-0x4d4b 011233 store 1 ,mem_app_evt_timer_count 
-0x4d4c 011235 call kb_check_hid_handshake_timer 
-0x4d4d 011236 branch kb_bb_event_100ms_loop 
-:      011238 kb_bb_event_reconn_failed:
-0x4d4e 011239 fetch 2 ,mem_ui_state_map 
-0x4d4f 011240 bbit1 ui_state_btn_down ,kb_start_discovery 
-0x4d50 011241 branch app_bb_hibernate 
-:      011244 kb_bb_disconnected:
-0x4d51 011245 set1 mark_ext_patch ,mark 
-0x4d52 011246 bpatch patch37_1 ,mem_patch37 
-0x4d53 011247 call kb_bb_discon_clear_stack 
-0x4d54 011248 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x4d55 011250 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x4d56 011251 bbit1 app_disc_after_pairing ,kb_event_light_state_pairing 
-0x4d57 011252 bbit1 app_disc_after_reconn ,kb_event_light_state_reconn 
-0x4d58 011253 branch kb_start_discovery 
-:      011254 kb_bb_discon_clear_stack:
-0x4d59 011255 jam 0 ,mem_link_key_exists 
-0x4d5a 011256 jam 0 ,mem_ltk_exists 
-0x4d5b 011257 rtn 
-:      011259 kb_event_light_state_pairing:
-0x4d5c 011260 bbit1 app_disc_after_handshake ,app_bb_hibernate 
-0x4d5d 011261 bbit1 app_disc_after_sniff ,app_bb_hibernate 
-0x4d5e 011262 branch kb_start_discovery 
-:      011263 kb_event_light_state_reconn:
-0x4d5f 011264 fetch 2 ,mem_ui_state_map 
-0x4d60 011265 bbit1 ui_state_btn_down ,kb_start_discovery 
-0x4d61 011266 branch app_bb_hibernate 
-:      011270 kb_check_hid_handshake_timer:
-0x4d62 011271 fetch 1 ,mem_hid_handshake_timer_count 
-0x4d63 011272 rtn blank 
-0x4d64 011273 increase -1 ,pdata 
-0x4d65 011274 store 1 ,mem_hid_handshake_timer_count 
-0x4d66 011275 nrtn blank 
-0x4d67 011276 branch kb_bt_hid_handshake 
-:      011279 kb_bb_event_discovery_btn:
-0x4d68 011280 call kb_3_0_bb_event_discovery_btn 
-0x4d69 011281 branch kb_start_discovery 
-:      011283 kb_3_0_bb_event_discovery_btn:
-0x4d6a 011284 set1 mark_ext_patch ,mark 
-0x4d6b 011285 bpatch patch37_2 ,mem_patch37 
-0x4d6c 011286 fetch 2 ,mem_ui_state_map 
-0x4d6d 011287 isolate1 ui_state_bt_reconnect ,pdata 
-0x4d6e 011288 call app_bt_reconnect_cancel ,true 
-0x4d6f 011289 fetch 2 ,mem_discovery_timeout 
-0x4d70 011290 store 2 ,mem_discovery_timeout_timer_count 
-0x4d71 011291 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4d72 011292 set1 app_disc_by_button ,pdata 
-0x4d73 011293 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4d74 011294 fetch 2 ,mem_ui_state_map 
-0x4d75 011295 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x4d76 011296 rtn 
-:      011299 kb_stop_discovery:
-0x4d77 011300 call app_bt_stop_discovery 
-0x4d78 011301 branch app_led_stop_blink 
-:      011303 kb_start_discovery:
-0x4d79 011304 call app_bt_start_discovery 
-0x4d7a 011305 branch app_led_start_blink 
-:      011307 kb_discovery_timeout_sleep:
-0x4d7b 011308 branch app_enter_hibernate 
-:      011310 kb_process_pincode:
-0x4d7c 011311 jam 0 ,mem_pin_length 
-0x4d7d 011312 rtn 
-:      011315 kb_before_hibernate:
-:      011317 kb_process_lpm_before:
-0x4d7e 011318 hjam 0x00 ,core_gpio_key0 
-0x4d7f 011319 hjam 0x00 ,core_gpio_key1 
-0x4d80 011320 hfetch 1 ,core_gpio_key2 
-0x4d81 011321 and_into 0xf0 ,pdata 
-0x4d82 011322 hstore 1 ,core_gpio_key2 
-0x4d83 011323 setarg 0x00 
-0x4d84 011324 store 4 ,mem_gpio_wakeup_high 
-0x4d85 011325 setarg 0xff 
-0x4d86 011326 fetcht 1 ,mem_ui_button_gpio 
-0x4d87 011327 copy temp ,queue 
-0x4d88 011328 qset1 pdata 
-0x4d89 011329 store 4 ,mem_gpio_wakeup_low 
-0x4d8a 011330 rtn 
-:      011332 kb_hid_connected:
-0x4d8b 011333 setarg hid_handshake_timeout 
-0x4d8c 011334 store 1 ,mem_hid_handshake_timer_count 
-0x4d8d 011335 call kb_clean_kscan_fifo 
-0x4d8e 011339 branch kb_clear_keys 
-:      011340 kb_bt_hid_handshake:
-0x4d8f 011341 set1 mark_ext_patch ,mark 
-0x4d90 011342 bpatch patch37_3 ,mem_patch37 
-0x4d91 011343 jam app_handshake_done ,mem_app_handshake_flag 
-0x4d92 011344 call app_lpm_mult_enable 
-0x4d93 011345 call app_bt_store_reconn_info 
-0x4d94 011347 setarg 0 
-0x4d95 011348 store 2 ,mem_discovery_timeout_timer_count 
-0x4d96 011349 store 1 ,mem_hid_handshake_timer_count 
-0x4d97 011350 branch app_bt_enter_sniff 
-:      011357 l2cap_init:
-0x4d98 011358 branch l2cap_init_wake ,wake 
-:      011359 l2cap_init_work:
-0x4d99 011360 setarg mem_l2cap_xmem_end 
-0x4d9a 011361 arg mem_l2cap_xmem_start ,contw 
-0x4d9b 011362 isub contw ,loopcnt 
-0x4d9c 011363 call clear_mem 
-:      011364 l2cap_init_wake:
-0x4d9d 011365 set1 mark_ext_patch ,mark 
-0x4d9e 011366 bpatch patch22_6 ,mem_patch22 
-0x4d9f 011367 setarg mem_sdp_mem_end 
-0x4da0 011368 arg mem_sdp_mem_start ,contw 
-0x4da1 011369 isub contw ,loopcnt 
-0x4da2 011370 call clear_mem 
-0x4da3 011371 setarg mem_l2cap_mem_end 
-0x4da4 011372 arg mem_l2cap_mem_start ,contw 
-0x4da5 011373 isub contw ,loopcnt 
-0x4da6 011374 call clear_mem 
-0x4da7 011375 branch l2cap_lpm_load_txbuf 
-:      011377 process_rx_l2cap_pkt:
-0x4da8 011378 set1 mark_ext_patch ,mark 
-0x4da9 011379 bpatch patch22_7 ,mem_patch22 
-0x4daa 011380 copy contr ,temp 
-0x4dab 011383 copy temp ,contr 
-0x4dac 011384 ifetch 2 ,contr 
-0x4dad 011385 store 2 ,mem_l2cap_rx_pkt_length 
-0x4dae 011386 ifetch 2 ,contr 
-0x4daf 011387 store 2 ,mem_l2cap_rx_cid 
-0x4db0 011388 deposit contr 
-0x4db1 011389 store 2 ,mem_l2cap_payload_ptr 
-0x4db2 011390 fetch 1 ,memui_reconnect_mode 
-0x4db3 011391 beq no_reconnection ,l2cap_rx_multiplexing 
-0x4db4 011392 branch ml2cap_rx_multiplexing 
-:      011394 l2cap_rx_multiplexing:
-0x4db5 011395 set1 mark_ext_patch ,mark 
-0x4db6 011396 bpatch patch23_0 ,mem_patch23 
-0x4db7 011397 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4db8 011398 branch l2cap_rx_reset_state ,blank 
-0x4db9 011399 fetch 1 ,mem_l2cap_rx_cid 
-0x4dba 011400 beq l2cap_signal_channel ,l2cap_call_proc_signal 
-:      011401 l2cap_rx_multiplexing0:
-0x4dbb 011402 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
-0x4dbc 011403 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x4dbd 011404 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x4dbe 011405 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x4dbf 011406 branch l2cap_rx_reset_state 
-:      011408 l2cap_call_proc_signal:
-0x4dc0 011409 call l2cap_malloc_is_fifo_full 
-0x4dc1 011410 nrtn blank 
-0x4dc2 011411 jam 0 ,mem_l2cap_pending_item 
-:      011412 l2cap_call_proc_signal0:
-0x4dc3 011413 call l2cap_malloc_signal_channel 
-0x4dc4 011414 call l2cap_process_signal_pkt 
-0x4dc5 011415 fetcht 2 ,mem_l2cap_signal_tx_length 
-0x4dc6 011416 branch l2cap_call_proc_no_reply ,blank 
-0x4dc7 011417 call l2cap_get_signal_tx_buff 
-0x4dc8 011418 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4dc9 011419 istore 2 ,contw 
-0x4dca 011420 force l2cap_signal_channel ,pdata 
-0x4dcb 011421 istore 2 ,contw 
-0x4dcc 011422 branch l2cap_rx_reset_state 
-:      011424 l2cap_call_proc_sigal_pending:
-0x4dcd 011425 fetch 1 ,mem_device_option 
-0x4dce 011426 rtneq dvc_op_hci 
-0x4dcf 011427 fetch 1 ,mem_l2cap_pending_item 
-0x4dd0 011428 rtn blank 
-0x4dd1 011429 copy pdata ,rega 
-0x4dd2 011430 fetch 4 ,mem_l2cap_sdpres_delay_time 
-0x4dd3 011431 arg 0x100 ,temp 
-0x4dd4 011432 iadd temp ,temp 
-0x4dd5 011433 copy clkn_bt ,pdata 
-0x4dd6 011434 isub temp ,null 
-0x4dd7 011435 nrtn positive 
-0x4dd8 011436 jam 0 ,mem_l2cap_pending_item 
-0x4dd9 011437 copy rega ,pdata 
-0x4dda 011438 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
-0x4ddb 011439 branch assert 
-:      011440 l2cap_sdp_conn_succ:
-0x4ddc 011441 call l2cap_malloc_signal_channel 
-0x4ddd 011442 call restore_l2cap_req_param 
-0x4dde 011443 call l2cap_get_signal_tx_payload 
-0x4ddf 011444 call save_cont_pointers 
-0x4de0 011445 call send_connection_sdp_res 
-0x4de1 011446 call l2cap_get_signal_tx_buff 
-0x4de2 011448 setarg 0x000c 
-0x4de3 011449 istore 2 ,contw 
-0x4de4 011450 force l2cap_signal_channel ,pdata 
-0x4de5 011451 istore 2 ,contw 
-0x4de6 011452 branch l2cap_rx_reset_state 
-:      011454 l2cap_call_proc_sdp:
-0x4de7 011455 call l2cap_malloc_is_fifo_empty 
-0x4de8 011456 nrtn blank 
-0x4de9 011457 call l2cap_malloc_sdp_channel 
-0x4dea 011458 call sdp_process 
-0x4deb 011459 call l2cap_get_sdp_tx_buff 
-0x4dec 011460 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4ded 011461 branch l2cap_call_proc_no_reply ,blank 
-0x4dee 011462 istore 2 ,contw 
-0x4def 011463 fetch 2 ,mem_sdp_remote_cid 
-0x4df0 011464 istore 2 ,contw 
-0x4df1 011465 branch l2cap_rx_reset_state 
-:      011467 l2cap_call_proc_hid:
-0x4df2 011468 call hid_rx_process 
-0x4df3 011469 branch l2cap_rx_reset_state 
-:      011471 l2cap_call_proc_rfcomm:
-0x4df4 011472 set1 mark_ext_patch ,mark 
-0x4df5 011473 bpatch patch23_1 ,mem_patch23 
-0x4df6 011474 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x4df7 011475 call rfcomm_rx_process 
-0x4df8 011476 fetch 1 ,mem_rfcomm_malloc_fail_flag 
-0x4df9 011477 rtneq rfcomm_malloc_fail 
-0x4dfa 011478 branch l2cap_rx_reset_state 
-:      011479 l2cap_call_proc_no_reply:
-0x4dfb 011480 call l2cap_malloc_discard 
-:      011482 l2cap_rx_reset_state:
-0x4dfc 011483 setarg 0 
-0x4dfd 011484 store 2 ,mem_l2cap_rx_pkt_length 
-0x4dfe 011485 store 2 ,mem_l2cap_rx_cid 
-0x4dff 011486 jam l2cap_rx_done ,mem_l2cap_rx_done 
-0x4e00 011487 rtn 
-:      011489 l2cap_process_signal_pkt:
-0x4e01 011490 set1 mark_ext_patch ,mark 
-0x4e02 011491 bpatch patch23_2 ,mem_patch23 
-0x4e03 011492 call l2cap_get_signal_tx_payload 
-0x4e04 011493 force 0 ,regb 
-0x4e05 011494 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4e06 011495 copy pdata ,regc 
-0x4e07 011496 fetch 2 ,mem_l2cap_payload_ptr 
-0x4e08 011497 iforce contr 
-:      011498 l2cap_process_signal_pkt_loop:
-0x4e09 011499 call l2cap_process_one_signal 
-0x4e0a 011500 deposit regc 
-0x4e0b 011501 increase -4 ,regc 
-0x4e0c 011502 increase -4 ,pdata 
-0x4e0d 011503 nbranch l2cap_process_signal_pkt_loop ,blank 
-0x4e0e 011504 copy regb ,pdata 
-0x4e0f 011505 store 2 ,mem_l2cap_signal_tx_length 
-0x4e10 011506 rtn 
-:      011508 l2cap_process_one_signal:
-0x4e11 011509 set1 mark_ext_patch ,mark 
-0x4e12 011510 bpatch patch23_3 ,mem_patch23 
-0x4e13 011511 ifetch 1 ,contr 
-0x4e14 011512 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
-0x4e15 011513 beq signal_connect_req ,l2cap_proc_signal_connect_req 
-0x4e16 011514 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
-0x4e17 011515 beq signal_config_req ,l2cap_proc_signal_config_req 
-0x4e18 011516 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
-0x4e19 011517 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
-0x4e1a 011518 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
-0x4e1b 011519 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x4e1c 011520 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
-0x4e1d 011521 beq signal_info_req ,l2cap_proc_signal_info_req 
-0x4e1e 011522 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
-0x4e1f 011523 call l2cap_reject_command 
-:      011524 l2cap_process_one_signal_rtn:
-0x4e20 011525 rtn 
-:      011527 l2cap_proc_signal_info_req:
-0x4e21 011528 ifetch 1 ,contr 
-0x4e22 011529 copy pdata ,queue 
-0x4e23 011530 ifetch 2 ,contr 
-0x4e24 011531 copy pdata ,rega 
-0x4e25 011532 copy regc ,pdata 
-0x4e26 011533 isub rega ,regc 
-0x4e27 011534 copy rega ,pdata 
-0x4e28 011535 iadd contr ,contr 
-0x4e29 011536 setarg 0x0b 
-0x4e2a 011537 istore 1 ,contw 
-0x4e2b 011538 copy queue ,pdata 
-0x4e2c 011539 istore 1 ,contw 
-0x4e2d 011540 force 0x0008 ,pdata 
-0x4e2e 011541 istore 2 ,contw 
-0x4e2f 011542 force 0x0002 ,pdata 
-0x4e30 011543 istore 2 ,contw 
-0x4e31 011544 force 0x0000 ,pdata 
-0x4e32 011545 istore 2 ,contw 
-0x4e33 011546 force 0x0400 ,pdata 
-0x4e34 011547 istore 2 ,contw 
-0x4e35 011548 force 0x0000 ,pdata 
-0x4e36 011549 istore 2 ,contw 
-0x4e37 011550 force 12 ,pdata 
-0x4e38 011551 iadd regb ,regb 
-0x4e39 011552 branch l2cap_process_one_signal_rtn 
-:      011554 ml2cap_proc_signal_info_req:
-0x4e3a 011555 ifetch 1 ,contr 
-0x4e3b 011556 copy pdata ,queue 
-0x4e3c 011557 ifetch 2 ,contr 
-0x4e3d 011558 copy pdata ,rega 
-0x4e3e 011559 copy regc ,pdata 
-0x4e3f 011560 isub rega ,regc 
-0x4e40 011561 copy rega ,pdata 
-0x4e41 011562 iadd contr ,contr 
-0x4e42 011563 call l2cap_get_signal_tx_payload 
-0x4e43 011564 setarg 0x0b 
-0x4e44 011565 istore 1 ,contw 
-0x4e45 011566 copy queue ,pdata 
-0x4e46 011567 istore 1 ,contw 
-0x4e47 011568 force 0x0008 ,pdata 
-0x4e48 011569 istore 2 ,contw 
-0x4e49 011570 force 0x0002 ,pdata 
-0x4e4a 011571 istore 2 ,contw 
-0x4e4b 011572 force 0x0000 ,pdata 
-0x4e4c 011573 istore 2 ,contw 
-0x4e4d 011574 force 0x0400 ,pdata 
-0x4e4e 011575 istore 2 ,contw 
-0x4e4f 011576 force 0x0000 ,pdata 
-0x4e50 011577 istore 2 ,contw 
-0x4e51 011578 force 12 ,pdata 
-0x4e52 011579 iadd regb ,regb 
-0x4e53 011581 branch l2cap_process_one_signal_rtn 
-:      011585 l2cap_proc_signal_cmd_reject:
-0x4e54 011586 ifetch 1 ,contr 
-0x4e55 011587 copy pdata ,queue 
-0x4e56 011588 ifetch 2 ,contr 
-0x4e57 011589 copy pdata ,rega 
-0x4e58 011590 iadd contr ,contr 
-0x4e59 011591 copy regc ,pdata 
-0x4e5a 011592 isub rega ,regc 
-:      011593 l2cap_proc_signal_cmd_reject_rtn:
-0x4e5b 011594 branch l2cap_process_one_signal_rtn 
-:      011596 l2cap_proc_signal_connect_req:
-0x4e5c 011597 call save_cont_pointers 
-0x4e5d 011600 call load_cont_pointers 
-0x4e5e 011601 arg 0 ,debug 
-0x4e5f 011602 ifetch 1 ,contr 
-0x4e60 011603 copy pdata ,queue 
-0x4e61 011604 ifetch 2 ,contr 
-0x4e62 011605 copy pdata ,rega 
-0x4e63 011606 ifetch 2 ,contr 
-0x4e64 011607 copy pdata ,temp 
-0x4e65 011608 ifetch 2 ,contr 
-0x4e66 011609 copy pdata ,timeup 
-0x4e67 011610 copy temp ,pdata 
-0x4e68 011611 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
-0x4e69 011612 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
-0x4e6a 011613 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
-0x4e6b 011614 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
-0x4e6c 011615 call l2cap_reject_command 
-0x4e6d 011616 branch l2cap_proc_signal_connect_req_rtn 
-:      011618 l2cap_proc_signal_connect_req_sdp:
-0x4e6e 011619 call save_cont_pointers 
-0x4e6f 011620 arg l2cap_sdp_channel ,temp 
-0x4e70 011621 fetch 2 ,mem_sdp_remote_cid 
-0x4e71 011622 nbranch already_connected ,blank 
-0x4e72 011623 copy timeup ,pdata 
-0x4e73 011624 store 2 ,mem_sdp_remote_cid 
-0x4e74 011625 copy clkn_bt ,pdata 
-0x4e75 011626 store 4 ,mem_l2cap_sdpres_delay_time 
-0x4e76 011627 call store_l2cap_req_param 
-0x4e77 011628 branch send_connection_pending 
-:      011630 store_l2cap_req_param:
-0x4e78 011631 storet 2 ,mem_psm 
-0x4e79 011632 deposit timeup 
-0x4e7a 011633 store 2 ,mem_scid 
-0x4e7b 011634 deposit rega 
-0x4e7c 011635 store 2 ,mem_cmd_length 
-0x4e7d 011636 deposit regb 
-0x4e7e 011637 store 2 ,mem_tt2 
-0x4e7f 011638 deposit regc 
-0x4e80 011639 store 2 ,mem_tt3 
-0x4e81 011640 deposit queue 
-0x4e82 011641 store 2 ,mem_id 
-0x4e83 011642 rtn 
-:      011644 restore_l2cap_req_param:
-0x4e84 011645 fetcht 2 ,mem_psm 
-0x4e85 011646 fetch 2 ,mem_scid 
-0x4e86 011647 copy pdata ,timeup 
-0x4e87 011648 fetch 2 ,mem_cmd_length 
-0x4e88 011649 copy pdata ,rega 
-0x4e89 011650 fetch 2 ,mem_tt2 
-0x4e8a 011651 copy pdata ,regb 
-0x4e8b 011652 fetch 2 ,mem_tt3 
-0x4e8c 011653 copy pdata ,regc 
-0x4e8d 011654 fetch 2 ,mem_id 
-0x4e8e 011655 copy pdata ,queue 
-0x4e8f 011656 rtn 
-:      011658 l2cap_proc_signal_connect_req_rfcomm:
-0x4e90 011659 call save_cont_pointers 
-0x4e91 011660 setarg l2cap_rfcomm_channel 
-0x4e92 011661 arg l2cap_rfcomm_channel ,temp 
-0x4e93 011662 fetch 2 ,mem_rfcomm_remote_cid 
-0x4e94 011663 nbranch already_connected ,blank 
-0x4e95 011664 copy timeup ,pdata 
-0x4e96 011665 store 2 ,mem_rfcomm_remote_cid 
-0x4e97 011666 fetch 1 ,mem_rfcomm_state 
-0x4e98 011667 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e99 011668 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e9a 011669 store 1 ,mem_rfcomm_state 
-0x4e9b 011670 branch send_connection_res 
-:      011671 l2cap_proc_signal_connect_req_hid_ctrl:
-0x4e9c 011672 call save_cont_pointers 
-0x4e9d 011673 arg l2cap_hid_control_channel ,temp 
-0x4e9e 011674 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4e9f 011675 nbranch already_connected ,blank 
-0x4ea0 011676 copy timeup ,pdata 
-0x4ea1 011677 store 2 ,mem_hid_ctrl_remote_cid 
-0x4ea2 011678 fetch 1 ,mem_hid_control_state 
-0x4ea3 011679 set1 l2cap_channel_state_conn_req ,pdata 
-0x4ea4 011680 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ea5 011681 store 1 ,mem_hid_control_state 
-0x4ea6 011682 branch send_connection_res 
-:      011683 l2cap_proc_signal_connect_req_hid_int:
-0x4ea7 011684 call save_cont_pointers 
-0x4ea8 011685 deposit clke 
-0x4ea9 011686 arg l2cap_hid_interrupt_channel ,temp 
-0x4eaa 011687 fetch 2 ,mem_hid_int_remote_cid 
-0x4eab 011688 nbranch already_connected ,blank 
-0x4eac 011689 copy timeup ,pdata 
-0x4ead 011690 store 2 ,mem_hid_int_remote_cid 
-0x4eae 011691 fetch 1 ,mem_hid_interrupt_state 
-0x4eaf 011692 set1 l2cap_channel_state_conn_req ,pdata 
-0x4eb0 011693 set1 l2cap_channel_state_conn_res ,pdata 
-0x4eb1 011694 store 1 ,mem_hid_interrupt_state 
-0x4eb2 011695 branch send_connection_res 
-:      011697 send_connection_pending:
-0x4eb3 011698 setarg l2cap_connect_pending 
-0x4eb4 011699 store 2 ,meml2cap_t1 
-0x4eb5 011700 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
-0x4eb6 011701 branch send_connection_res0 
-:      011702 send_connection_sdp_res:
-0x4eb7 011703 fetch 1 ,mem_sdp_state 
-0x4eb8 011704 set1 l2cap_channel_state_conn_req ,pdata 
-0x4eb9 011705 set1 l2cap_channel_state_conn_res ,pdata 
-0x4eba 011706 store 1 ,mem_sdp_state 
-:      011707 send_connection_res:
-0x4ebb 011708 setarg l2cap_connect_successful 
-0x4ebc 011709 store 2 ,meml2cap_t1 
-:      011710 send_connection_res0:
-0x4ebd 011711 set1 mark_ext_patch ,mark 
-0x4ebe 011712 bpatch patch23_4 ,mem_patch23 
-0x4ebf 011713 call load_cont_pointers 
-0x4ec0 011714 setarg signal_connect_rsp 
-0x4ec1 011715 istore 1 ,contw 
-0x4ec2 011716 copy queue ,pdata 
-0x4ec3 011717 istore 1 ,contw 
-0x4ec4 011718 setarg 0x0008 
-0x4ec5 011719 istore 2 ,contw 
-0x4ec6 011720 copy temp ,pdata 
-0x4ec7 011721 istore 2 ,contw 
-0x4ec8 011722 copy timeup ,pdata 
-0x4ec9 011723 istore 2 ,contw 
-0x4eca 011724 fetch 2 ,meml2cap_t1 
-0x4ecb 011725 beq l2cap_connect_pending ,connect_pending 
-0x4ecc 011726 isolate0 0 ,debug 
-0x4ecd 011727 branch connect_suc ,true 
-0x4ece 011728 setarg l2cap_connect_refused_no_resources 
-:      011729 connect_suc:
-0x4ecf 011730 istore 2 ,contw 
-0x4ed0 011731 force 0x0000 ,pdata 
-0x4ed1 011732 istore 2 ,contw 
-0x4ed2 011733 setarg 12 
-0x4ed3 011734 branch connect_req_update_byte_counts 
-:      011735 connect_pending:
-0x4ed4 011736 istore 2 ,contw 
-0x4ed5 011737 force 0x0002 ,pdata 
-0x4ed6 011738 istore 2 ,contw 
-0x4ed7 011739 setarg 12 
-0x4ed8 011740 branch connect_req_update_byte_counts 
-:      011742 already_connected:
-0x4ed9 011743 set1 0 ,debug 
-0x4eda 011744 branch send_connection_res 
-:      011745 connect_req_update_byte_counts:
-0x4edb 011746 iadd regb ,regb 
-0x4edc 011747 copy regc ,pdata 
-0x4edd 011748 isub rega ,regc 
-0x4ede 011749 branch l2cap_proc_signal_connect_req_rtn 
-:      011750 l2cap_proc_signal_connect_req_rtn:
-0x4edf 011751 branch l2cap_process_one_signal_rtn 
-:      011753 l2cap_proc_signal_connect_rsp:
-0x4ee0 011754 ifetch 1 ,contr 
-0x4ee1 011755 copy pdata ,queue 
-0x4ee2 011756 ifetch 2 ,contr 
-0x4ee3 011757 copy pdata ,rega 
-0x4ee4 011758 copy regc ,pdata 
-0x4ee5 011759 isub rega ,regc 
-0x4ee6 011760 ifetch 2 ,contr 
-0x4ee7 011761 copy pdata ,timeup 
-0x4ee8 011762 ifetch 2 ,contr 
-0x4ee9 011763 copy pdata ,temp 
-0x4eea 011764 setarg l2cap_sdp_channel 
-0x4eeb 011765 isub temp ,null 
-0x4eec 011766 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
-0x4eed 011767 setarg l2cap_rfcomm_channel 
-0x4eee 011768 isub temp ,null 
-0x4eef 011769 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x4ef0 011770 setarg l2cap_hid_control_channel 
-0x4ef1 011771 isub temp ,null 
-0x4ef2 011772 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x4ef3 011773 setarg l2cap_hid_interrupt_channel 
-0x4ef4 011774 isub temp ,null 
-0x4ef5 011775 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x4ef6 011776 rtn 
-:      011778 l2cap_proc_signal_connect_rsp_sdp:
-0x4ef7 011779 copy timeup ,pdata 
-0x4ef8 011780 store 2 ,mem_sdp_remote_cid 
-0x4ef9 011781 fetch 1 ,mem_sdp_state 
-0x4efa 011782 set1 l2cap_channel_state_conn_res ,pdata 
-0x4efb 011783 store 1 ,mem_sdp_state 
-0x4efc 011784 branch l2cap_process_one_signal_rtn 
-:      011785 l2cap_proc_signal_connect_rsp_rfcomm:
-0x4efd 011786 copy timeup ,pdata 
-0x4efe 011787 store 2 ,mem_rfcomm_remote_cid 
-0x4eff 011788 fetch 1 ,mem_rfcomm_state 
-0x4f00 011789 set1 l2cap_channel_state_conn_res ,pdata 
-0x4f01 011790 store 1 ,mem_rfcomm_state 
-0x4f02 011791 rtn 
-:      011792 l2cap_proc_signal_connect_rsp_hid_int:
-0x4f03 011793 copy timeup ,pdata 
-0x4f04 011794 store 2 ,mem_hid_ctrl_remote_cid 
-0x4f05 011795 fetch 1 ,mem_hid_interrupt_state 
-0x4f06 011796 set1 l2cap_channel_state_conn_res ,pdata 
-0x4f07 011797 store 1 ,mem_hid_interrupt_state 
-0x4f08 011798 rtn 
-:      011799 l2cap_proc_signal_connect_rsp_hid_ctrl:
-0x4f09 011800 copy timeup ,pdata 
-0x4f0a 011801 store 2 ,mem_hid_int_remote_cid 
-0x4f0b 011802 fetch 1 ,mem_hid_control_state 
-0x4f0c 011803 set1 l2cap_channel_state_conn_res ,pdata 
-0x4f0d 011804 store 1 ,mem_hid_control_state 
-0x4f0e 011805 rtn 
-:      011807 l2cap_proc_signal_config_req:
-0x4f0f 011808 ifetch 1 ,contr 
-0x4f10 011809 copy pdata ,queue 
-0x4f11 011810 ifetch 2 ,contr 
-0x4f12 011811 copy pdata ,rega 
-0x4f13 011812 copy regc ,pdata 
-0x4f14 011813 isub rega ,regc 
-0x4f15 011814 ifetch 2 ,contr 
-0x4f16 011815 copy pdata ,temp 
-0x4f17 011816 copy temp ,rega 
-0x4f18 011817 setarg l2cap_sdp_channel 
-0x4f19 011818 isub temp ,null 
-0x4f1a 011819 branch l2cap_proc_signal_config_req_sdp ,zero 
-0x4f1b 011820 setarg l2cap_rfcomm_channel 
-0x4f1c 011821 isub temp ,null 
-0x4f1d 011822 branch l2cap_proc_signal_config_req_rfcomm ,zero 
-0x4f1e 011823 setarg l2cap_hid_control_channel 
-0x4f1f 011824 isub temp ,null 
-0x4f20 011825 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x4f21 011826 setarg l2cap_hid_interrupt_channel 
-0x4f22 011827 isub temp ,null 
-0x4f23 011828 branch l2cap_proc_signal_config_req_hid_int ,zero 
-0x4f24 011829 branch l2cap_reject_command 
-:      011831 l2cap_proc_signal_config_req_sdp:
-0x4f25 011832 copy contw ,timeup 
-0x4f26 011833 fetch 1 ,mem_sdp_state 
-0x4f27 011834 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f28 011835 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f29 011837 store 1 ,mem_sdp_state 
-0x4f2a 011838 copy timeup ,contw 
-0x4f2b 011839 arg l2cap_sdp_channel ,timeup 
-0x4f2c 011840 fetch 2 ,mem_sdp_remote_cid 
-0x4f2d 011841 copy pdata ,temp 
-0x4f2e 011842 branch l2cap_send_config_rsp 
-:      011843 l2cap_proc_signal_config_req_hid_ctrl:
-0x4f2f 011844 copy contw ,timeup 
-0x4f30 011845 fetch 1 ,mem_hid_control_state 
-0x4f31 011846 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f32 011847 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f33 011849 store 1 ,mem_hid_control_state 
-0x4f34 011850 copy timeup ,contw 
-0x4f35 011851 arg l2cap_hid_control_channel ,timeup 
-0x4f36 011852 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f37 011853 copy pdata ,temp 
-0x4f38 011854 branch l2cap_send_config_rsp 
-:      011855 l2cap_proc_signal_config_req_hid_int:
-0x4f39 011856 copy contw ,timeup 
-0x4f3a 011857 fetch 1 ,mem_hid_interrupt_state 
-0x4f3b 011858 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f3c 011859 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f3d 011861 store 1 ,mem_hid_interrupt_state 
-0x4f3e 011862 copy timeup ,contw 
-0x4f3f 011863 arg l2cap_hid_interrupt_channel ,timeup 
-0x4f40 011864 fetch 2 ,mem_hid_int_remote_cid 
-0x4f41 011865 copy pdata ,temp 
-0x4f42 011866 branch l2cap_send_config_rsp 
-:      011867 l2cap_proc_signal_config_req_rfcomm:
-0x4f43 011868 copy contw ,timeup 
-0x4f44 011869 fetch 1 ,mem_rfcomm_state 
-0x4f45 011870 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f46 011871 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f47 011873 store 1 ,mem_rfcomm_state 
-0x4f48 011875 copy timeup ,contw 
-0x4f49 011876 arg l2cap_rfcomm_channel ,timeup 
-0x4f4a 011877 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f4b 011878 copy pdata ,temp 
-:      011879 l2cap_send_config_rsp:
-0x4f4c 011880 set1 mark_ext_patch ,mark 
-0x4f4d 011881 bpatch patch23_5 ,mem_patch23 
-0x4f4e 011882 setarg signal_config_rsp 
-0x4f4f 011883 istore 1 ,contw 
-0x4f50 011884 copy queue ,pdata 
-0x4f51 011885 istore 1 ,contw 
-0x4f52 011886 setarg 0x0006 
-0x4f53 011887 istore 2 ,contw 
-0x4f54 011888 copy temp ,pdata 
-0x4f55 011889 istore 2 ,contw 
-0x4f56 011890 force 0x00 ,pdata 
-0x4f57 011891 istore 2 ,contw 
-0x4f58 011892 force l2cap_config_success ,pdata 
-0x4f59 011893 istore 2 ,contw 
-0x4f5a 011894 force 10 ,pdata 
-0x4f5b 011895 iadd regb ,regb 
-0x4f5c 011897 storet 2 ,mem_config_req_dest_cid 
-0x4f5d 011898 copy queue ,pdata 
-0x4f5e 011899 store 1 ,mem_config_identifier 
-0x4f5f 011900 force l2cap_sdp_channel ,pdata 
-0x4f60 011901 icompare 0xff ,timeup 
-0x4f61 011902 branch l2cap_send_config_rsp_is_sdp ,true 
-0x4f62 011903 increase 1 ,pdata 
-:      011904 l2cap_send_config_rsp_is_sdp:
-0x4f63 011906 rtn 
-:      011907 l2cap_check_channel_state:
-0x4f64 011908 disable user 
-0x4f65 011909 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f66 011910 rtnbit0 l2cap_channel_state_conn_req ,pdata 
-0x4f67 011911 rtnbit0 l2cap_channel_state_conn_res ,pdata 
-0x4f68 011912 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f69 011913 copy contr ,contw 
-0x4f6a 011914 increase -1 ,contw 
-0x4f6b 011915 istore 1 ,contw 
-0x4f6c 011916 enable user 
-0x4f6d 011917 rtn 
-:      011918 l2cap_send_config_req:
-:      011919 l2cap_send_config_req_sdp:
-0x4f6e 011920 fetch 1 ,mem_sdp_state 
-0x4f6f 011921 call l2cap_check_channel_state 
-0x4f70 011922 nbranch l2cap_send_config_req_rfcomm ,user 
-0x4f71 011923 jam l2cap_sdp_channel ,mem_send_config_req 
-0x4f72 011924 fetch 2 ,mem_sdp_remote_cid 
-0x4f73 011925 store 2 ,mem_config_req_dest_cid 
-0x4f74 011926 branch l2cap_generate_config_req 
-:      011927 l2cap_send_config_req_rfcomm:
-0x4f75 011928 fetch 1 ,mem_rfcomm_state 
-0x4f76 011929 call l2cap_check_channel_state 
-0x4f77 011930 nbranch l2cap_send_config_req_hid_ctrl ,user 
-0x4f78 011931 jam l2cap_rfcomm_channel ,mem_send_config_req 
-0x4f79 011932 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f7a 011933 store 2 ,mem_config_req_dest_cid 
-0x4f7b 011934 branch l2cap_generate_config_req 
-:      011935 l2cap_send_config_req_hid_ctrl:
-0x4f7c 011936 fetch 1 ,mem_hid_control_state 
-0x4f7d 011937 call l2cap_check_channel_state 
-0x4f7e 011938 nbranch l2cap_send_config_req_hid_int ,user 
-0x4f7f 011939 jam l2cap_hid_control_channel ,mem_send_config_req 
-0x4f80 011940 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f81 011941 store 2 ,mem_config_req_dest_cid 
-0x4f82 011942 branch l2cap_generate_config_req 
-:      011943 l2cap_send_config_req_hid_int:
-0x4f83 011944 fetch 1 ,mem_hid_interrupt_state 
-0x4f84 011945 call l2cap_check_channel_state 
-0x4f85 011946 nrtn user 
-0x4f86 011947 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
-0x4f87 011948 fetch 2 ,mem_hid_int_remote_cid 
-0x4f88 011949 store 2 ,mem_config_req_dest_cid 
-:      011952 l2cap_generate_config_req:
-0x4f89 011953 set1 mark_ext_patch ,mark 
-0x4f8a 011954 bpatch patch23_6 ,mem_patch23 
-0x4f8b 011955 call l2cap_get_req_id 
-0x4f8c 011956 call l2cap_malloc_signal_channel 
-0x4f8d 011957 force 0 ,regb 
-0x4f8e 011958 call l2cap_get_signal_tx_payload 
-0x4f8f 011959 force signal_config_req ,pdata 
-0x4f90 011960 istore 1 ,contw 
-0x4f91 011961 fetch 1 ,mem_ml2cap_comm_id 
-0x4f92 011962 istore 1 ,contw 
-0x4f93 011963 setarg 0x0008 
-0x4f94 011964 istore 2 ,contw 
-0x4f95 011965 fetch 2 ,mem_config_req_dest_cid 
-0x4f96 011966 istore 2 ,contw 
-0x4f97 011967 setarg 0x0000 
-0x4f98 011968 istore 2 ,contw 
-0x4f99 011969 force 1 ,pdata 
-0x4f9a 011970 istore 1 ,contw 
-0x4f9b 011971 force 2 ,pdata 
-0x4f9c 011972 istore 1 ,contw 
-0x4f9d 011973 fetch 1 ,mem_send_config_req 
-0x4f9e 011974 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
-0x4f9f 011975 setarg l2cap_config_mtu_sdp 
-0x4fa0 011976 istore 2 ,contw 
-0x4fa1 011977 branch l2cap_generate_config_req_done 
-:      011978 l2cap_generate_config_req_rfcomm:
-0x4fa2 011979 setarg l2cap_config_mtu_rfcomm 
-0x4fa3 011980 istore 2 ,contw 
-:      011981 l2cap_generate_config_req_done:
-0x4fa4 011982 arg 0x0c ,temp 
-0x4fa5 011983 storet 2 ,mem_l2cap_signal_tx_length 
-0x4fa6 011984 call l2cap_get_signal_tx_buff 
-0x4fa7 011985 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4fa8 011986 istore 2 ,contw 
-0x4fa9 011987 force l2cap_signal_channel ,pdata 
-0x4faa 011988 istore 2 ,contw 
-0x4fab 011989 jam 0 ,mem_send_config_req 
-:      011990 l2cap_proc_signal_config_req_rtn:
-0x4fac 011991 branch l2cap_process_one_signal_rtn 
-:      011993 l2cap_proc_signal_config_rsp:
-0x4fad 011994 increase 1 ,contr 
-0x4fae 011995 ifetch 2 ,contr 
-0x4faf 011996 copy pdata ,rega 
-0x4fb0 011997 copy regc ,pdata 
-0x4fb1 011998 isub rega ,regc 
-0x4fb2 011999 ifetch 2 ,contr 
-0x4fb3 012000 copy pdata ,rega 
-0x4fb4 012001 setarg l2cap_sdp_channel 
-0x4fb5 012002 isub rega ,null 
-0x4fb6 012003 branch l2cap_proc_signal_config_rsp_sdp ,zero 
-0x4fb7 012004 setarg l2cap_rfcomm_channel 
-0x4fb8 012005 isub rega ,null 
-0x4fb9 012006 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x4fba 012007 setarg l2cap_hid_control_channel 
-0x4fbb 012008 isub rega ,null 
-0x4fbc 012009 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x4fbd 012010 setarg l2cap_hid_interrupt_channel 
-0x4fbe 012011 isub rega ,null 
-0x4fbf 012012 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
-0x4fc0 012013 increase 2 ,contr 
-0x4fc1 012014 ifetch 2 ,contr 
-0x4fc2 012015 iforce null 
-0x4fc3 012016 branch l2cap_process_one_signal_rtn 
-:      012017 l2cap_proc_signal_config_rsp_sdp:
-0x4fc4 012018 fetch 1 ,mem_sdp_state 
-0x4fc5 012019 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc6 012020 store 1 ,mem_sdp_state 
-0x4fc7 012021 branch l2cap_process_one_signal_rtn 
-:      012022 l2cap_proc_signal_config_rsp_rfcomm:
-0x4fc8 012023 fetch 1 ,mem_rfcomm_state 
-0x4fc9 012024 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fca 012025 store 1 ,mem_rfcomm_state 
-0x4fcb 012026 branch l2cap_process_one_signal_rtn 
-:      012027 l2cap_proc_signal_config_rsp_hid_ctrl:
-0x4fcc 012028 fetch 1 ,mem_hid_control_state 
-0x4fcd 012029 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fce 012030 store 1 ,mem_hid_control_state 
-0x4fcf 012031 branch l2cap_process_one_signal_rtn 
-:      012032 l2cap_proc_signal_config_rsp_hid_int:
-0x4fd0 012033 fetch 1 ,mem_hid_interrupt_state 
-0x4fd1 012034 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fd2 012035 store 1 ,mem_hid_interrupt_state 
-0x4fd3 012036 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x4fd4 012037 branch ui_ipc_send_event 
-:      012041 l2cap_proc_signal_disconnect_req:
-0x4fd5 012042 ifetch 1 ,contr 
-0x4fd6 012043 copy pdata ,queue 
-0x4fd7 012044 ifetch 2 ,contr 
-0x4fd8 012045 copy pdata ,rega 
-0x4fd9 012046 copy regc ,pdata 
-0x4fda 012047 isub rega ,regc 
-0x4fdb 012048 ifetch 2 ,contr 
-0x4fdc 012049 copy pdata ,rega 
-0x4fdd 012050 ifetch 2 ,contr 
-0x4fde 012051 copy pdata ,timeup 
-0x4fdf 012052 copy rega ,temp 
-0x4fe0 012053 call save_cont_pointers 
-0x4fe1 012054 setarg l2cap_sdp_channel 
-0x4fe2 012055 isub temp ,null 
-0x4fe3 012056 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
-0x4fe4 012057 setarg l2cap_rfcomm_channel 
-0x4fe5 012058 isub temp ,null 
-0x4fe6 012059 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
-0x4fe7 012060 setarg l2cap_hid_control_channel 
-0x4fe8 012061 isub temp ,null 
-0x4fe9 012062 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
-0x4fea 012063 setarg l2cap_hid_interrupt_channel 
-0x4feb 012064 isub temp ,null 
-0x4fec 012065 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
-0x4fed 012066 call l2cap_reject_command 
-0x4fee 012067 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      012068 l2cap_proc_signal_disconnect_req_hid_ctrl:
-0x4fef 012069 copy timeup ,temp 
-0x4ff0 012070 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4ff1 012071 isub temp ,null 
-0x4ff2 012072 branch l2cap_disconnect_hid_control_now ,zero 
-0x4ff3 012073 call l2cap_reject_command 
-0x4ff4 012074 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      012075 l2cap_proc_signal_disconnect_req_hid_int:
-0x4ff5 012076 copy timeup ,temp 
-0x4ff6 012077 fetch 2 ,mem_hid_int_remote_cid 
-0x4ff7 012078 isub temp ,null 
-0x4ff8 012079 branch l2cap_disconnect_hid_interrupt_now ,zero 
-0x4ff9 012080 call l2cap_reject_command 
-0x4ffa 012081 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      012083 l2cap_proc_signal_disconnect_req_sdp:
-0x4ffb 012084 copy timeup ,temp 
-0x4ffc 012085 fetch 2 ,mem_sdp_remote_cid 
-0x4ffd 012086 isub temp ,null 
-0x4ffe 012087 branch l2cap_disconnect_sdp_now ,zero 
-0x4fff 012088 call l2cap_reject_command 
-0x5000 012089 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      012090 l2cap_disconnect_hid_control_now:
-0x5001 012091 call l2cap_reset_hid_ctrl_state 
-0x5002 012092 branch l2cap_send_disconnect_rsp_pkt 
-:      012093 l2cap_disconnect_hid_interrupt_now:
-0x5003 012094 call l2cap_reset_hid_int_state 
-0x5004 012095 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5005 012096 branch l2cap_send_disconnect_rsp_pkt ,blank 
-0x5006 012104 branch l2cap_send_disconnect_rsp_pkt 
-:      012106 l2cap_disconnect_sdp_now:
-0x5007 012107 call l2cap_reset_sdp_channel_state 
-0x5008 012108 fetch 1 ,mem_upper_sm_ss 
-0x5009 012109 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
-0x500a 012112 branch l2cap_send_disconnect_rsp_pkt 
-:      012113 l2cap_proc_signal_disconnect_req_rfcomm:
-0x500b 012114 copy timeup ,temp 
-0x500c 012115 fetch 2 ,mem_rfcomm_remote_cid 
-0x500d 012116 isub temp ,null 
-0x500e 012117 branch l2cap_disconnect_rfcomm_now ,zero 
-0x500f 012118 call l2cap_reject_command 
-0x5010 012119 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      012120 l2cap_disconnect_rfcomm_now:
-0x5011 012121 call l2cap_reset_rfcomm_channel_state 
-0x5012 012122 branch l2cap_send_disconnect_rsp_pkt 
-:      012123 l2cap_send_disconnect_rsp_pkt:
-0x5013 012124 call load_cont_pointers 
-0x5014 012125 setarg signal_disconnect_rsp 
-0x5015 012126 istore 1 ,contw 
-0x5016 012127 copy queue ,pdata 
-0x5017 012128 istore 1 ,contw 
-0x5018 012129 setarg 0x0004 
-0x5019 012130 istore 2 ,contw 
-0x501a 012131 copy rega ,pdata 
-0x501b 012132 istore 2 ,contw 
-0x501c 012133 copy timeup ,pdata 
-0x501d 012134 istore 2 ,contw 
-0x501e 012135 force 8 ,pdata 
-0x501f 012136 branch l2cap_proc_signal_disconnect_req_rtn 
-:      012137 l2cap_proc_signal_disconnect_req_err_rtn:
-0x5020 012138 call load_cont_pointers 
-0x5021 012139 branch l2cap_proc_signal_disconnect_req_rtn 
-:      012140 l2cap_proc_signal_disconnect_req_rtn:
-0x5022 012141 iadd regb ,regb 
-0x5023 012142 branch l2cap_process_one_signal_rtn 
-:      012143 l2cap_proc_signal_disconnect_rsp:
-0x5024 012144 ifetch 1 ,contr 
-0x5025 012145 copy pdata ,queue 
-0x5026 012146 ifetch 2 ,contr 
-0x5027 012147 copy pdata ,rega 
-0x5028 012148 copy regc ,pdata 
-0x5029 012149 isub rega ,regc 
-0x502a 012150 ifetch 2 ,contr 
-0x502b 012151 copy pdata ,timeup 
-0x502c 012152 ifetch 2 ,contr 
-0x502d 012153 copy pdata ,temp 
-0x502e 012154 call save_cont_pointers 
-0x502f 012155 setarg l2cap_sdp_channel 
-0x5030 012156 isub temp ,null 
-0x5031 012157 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
-0x5032 012158 setarg l2cap_rfcomm_channel 
-0x5033 012159 isub temp ,null 
-0x5034 012160 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
-0x5035 012161 setarg l2cap_hid_control_channel 
-0x5036 012162 isub temp ,null 
-0x5037 012163 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
-0x5038 012164 setarg l2cap_hid_interrupt_channel 
-0x5039 012165 isub temp ,null 
-0x503a 012166 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
-0x503b 012167 call l2cap_reject_command 
-0x503c 012168 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
-:      012169 l2cap_proc_signal_disconnect_rsp_sdp:
-0x503d 012170 copy temp ,rega 
-0x503e 012171 copy timeup ,temp 
-0x503f 012172 fetch 2 ,mem_sdp_remote_cid 
-0x5040 012173 isub temp ,null 
-0x5041 012174 call l2cap_reset_sdp_channel_state ,zero 
-0x5042 012175 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      012176 l2cap_proc_signal_disconnect_rsp_rfcomm:
-0x5043 012177 copy temp ,rega 
-0x5044 012178 copy timeup ,temp 
-0x5045 012179 fetch 2 ,mem_rfcomm_remote_cid 
-0x5046 012180 isub temp ,null 
-0x5047 012181 call l2cap_reset_rfcomm_channel_state ,zero 
-0x5048 012182 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      012183 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
-0x5049 012184 copy temp ,rega 
-0x504a 012185 copy timeup ,temp 
-0x504b 012186 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x504c 012187 isub temp ,null 
-0x504d 012188 call l2cap_reset_hid_ctrl_state ,zero 
-0x504e 012189 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      012190 l2cap_proc_signal_disconnect_rsp_hid_int:
-0x504f 012191 copy temp ,rega 
-0x5050 012192 copy timeup ,temp 
-0x5051 012193 fetch 2 ,mem_hid_int_remote_cid 
-0x5052 012194 isub temp ,null 
-0x5053 012195 call l2cap_reset_hid_int_state ,zero 
-0x5054 012196 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      012197 l2cap_proc_signal_disconnect_rsp_rtn:
-0x5055 012198 call load_cont_pointers 
-0x5056 012199 branch l2cap_process_one_signal_rtn 
-:      012200 l2cap_proc_signal_disconnect_rsp_err_rtn:
-0x5057 012201 branch l2cap_process_one_signal_rtn 
-:      012204 l2cap_proc_signal_echo_req:
-0x5058 012205 ifetch 1 ,contr 
-0x5059 012206 copy pdata ,queue 
-0x505a 012207 ifetch 2 ,contr 
-0x505b 012208 copy pdata ,rega 
-0x505c 012209 iadd contr ,contr 
-0x505d 012210 setarg 9 
-0x505e 012211 istore 1 ,contw 
-0x505f 012212 copy queue ,pdata 
-0x5060 012213 istore 1 ,contw 
-0x5061 012214 force 0x0000 ,pdata 
-0x5062 012215 istore 2 ,contw 
-0x5063 012216 force 4 ,pdata 
-0x5064 012217 iadd regb ,regb 
-0x5065 012218 copy regc ,pdata 
-0x5066 012219 isub rega ,regc 
-0x5067 012220 branch l2cap_process_one_signal_rtn 
-:      012221 l2cap_proc_signal_echo_rsp:
-0x5068 012222 branch l2cap_process_one_signal_rtn 
-:      012224 l2cap_proc_signal_info_rsp:
-0x5069 012225 branch l2cap_process_one_signal_rtn 
-:      012226 l2cap_reject_command:
-0x506a 012227 force 0 ,regb 
-0x506b 012228 call l2cap_get_signal_tx_payload 
-0x506c 012229 setarg signal_cmd_reject 
-0x506d 012230 istore 1 ,contw 
-0x506e 012231 copy queue ,pdata 
-0x506f 012232 istore 1 ,contw 
-0x5070 012233 setarg 2 
-0x5071 012234 istore 2 ,contw 
-0x5072 012235 setarg cmd_not_understood 
-0x5073 012236 istore 2 ,contw 
-0x5074 012237 increase 6 ,regb 
-0x5075 012238 arg 4 ,regc 
-0x5076 012239 branch l2cap_process_one_signal_rtn 
-:      012243 l2cap_reset_rfcomm_channel_state:
-0x5077 012244 setarg 0 
-0x5078 012245 store 2 ,mem_rfcomm_tx_pkt_length 
-0x5079 012246 store 2 ,mem_rfcomm_remote_cid 
-0x507a 012247 jam 0 ,mem_rfcomm_state 
-0x507b 012248 rtn 
-:      012249 l2cap_reset_sdp_channel_state:
-0x507c 012250 setarg 0 
-0x507d 012251 store 2 ,mem_sdp_tx_pkt_length 
-0x507e 012252 store 2 ,mem_sdp_remote_cid 
-0x507f 012253 jam 0 ,mem_sdp_state 
-0x5080 012254 rtn 
-:      012255 l2cap_reset_hid_ctrl_state:
-0x5081 012256 setarg 0 
-0x5082 012257 store 2 ,mem_hid_ctrl_remote_cid 
-0x5083 012258 jam 0 ,mem_hid_control_state 
-0x5084 012259 fetch 1 ,mem_hid_interrupt_state 
-0x5085 012260 beq 0 ,l2cap_reset_hid_disconnected 
-0x5086 012261 rtn 
-:      012263 l2cap_reset_hid_int_state:
-0x5087 012264 setarg 0 
-0x5088 012265 store 2 ,mem_hid_int_remote_cid 
-0x5089 012266 jam 0 ,mem_hid_interrupt_state 
-0x508a 012267 fetch 1 ,mem_hid_control_state 
-0x508b 012268 beq 0 ,l2cap_reset_hid_disconnected 
-0x508c 012269 rtn 
-:      012271 l2cap_reset_hid_disconnected:
-0x508d 012272 jam bt_evt_hid_disconnected ,mem_fifo_temp 
-0x508e 012273 branch ui_ipc_send_event 
-:      012275 l2cap_disconnect_interrupt_req:
-0x508f 012276 fetch 1 ,mem_control_tasks 
-0x5090 012277 set0 l2cap_disconnect_interrupt ,pdata 
-0x5091 012278 store 1 ,mem_control_tasks 
-0x5092 012279 fetch 2 ,mem_hid_int_remote_cid 
-0x5093 012280 rtn blank 
-0x5094 012281 call l2cap_malloc_signal_channel 
-0x5095 012282 fetch 2 ,mem_hid_int_remote_cid 
-0x5096 012283 copy pdata ,rega 
-0x5097 012284 force l2cap_hid_interrupt_channel ,regb 
-0x5098 012285 branch l2cap_generate_disconnect_req 
-:      012286 l2cap_disconnect_control_req:
-0x5099 012287 fetch 1 ,mem_control_tasks 
-0x509a 012288 set0 l2cap_disconnect_control ,pdata 
-0x509b 012289 store 1 ,mem_control_tasks 
-0x509c 012290 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x509d 012291 rtn blank 
-0x509e 012292 call l2cap_malloc_signal_channel 
-0x509f 012293 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x50a0 012294 copy pdata ,rega 
-0x50a1 012295 force l2cap_hid_control_channel ,regb 
-:      012296 l2cap_generate_disconnect_req:
-0x50a2 012297 call l2cap_get_req_id 
-0x50a3 012298 call l2cap_get_signal_tx_payload 
-0x50a4 012299 force signal_disconnect_req ,pdata 
-0x50a5 012300 istore 1 ,contw 
-0x50a6 012301 fetch 1 ,mem_ml2cap_comm_id 
-0x50a7 012302 istore 1 ,contw 
-0x50a8 012303 setarg 0x0004 
-0x50a9 012304 istore 2 ,contw 
-0x50aa 012305 copy rega ,pdata 
-0x50ab 012306 istore 2 ,contw 
-0x50ac 012307 copy regb ,pdata 
-0x50ad 012308 istore 2 ,contw 
-0x50ae 012309 force 0x08 ,temp 
-0x50af 012310 branch ml2cap_send_signal 
-:      012312 ml2cap_send_signal_connect_req:
-0x50b0 012313 set1 mark_ext_patch ,mark 
-0x50b1 012314 bpatch patch23_7 ,mem_patch23 
-0x50b2 012315 call l2cap_get_req_id 
-0x50b3 012316 call l2cap_get_signal_tx_payload 
-0x50b4 012317 setarg signal_connect_req 
-0x50b5 012318 istore 1 ,contw 
-0x50b6 012319 fetch 1 ,mem_ml2cap_comm_id 
-0x50b7 012320 istore 1 ,contw 
-0x50b8 012321 setarg 0x0004 
-0x50b9 012322 istore 2 ,contw 
-0x50ba 012323 copy temp ,pdata 
-0x50bb 012324 istore 2 ,contw 
-0x50bc 012325 copy timeup ,pdata 
-0x50bd 012326 istore 2 ,contw 
-0x50be 012327 arg 8 ,temp 
-0x50bf 012328 branch ml2cap_send_signal 
-:      012329 ml2cap_send_signal_config_req:
-0x50c0 012330 set1 mark_ext_patch ,mark 
-0x50c1 012331 bpatch patch24_0 ,mem_patch24 
-0x50c2 012332 call l2cap_get_req_id 
-0x50c3 012333 call l2cap_get_signal_tx_payload 
-0x50c4 012334 setarg signal_config_req 
-0x50c5 012335 istore 1 ,contw 
-0x50c6 012336 fetch 1 ,mem_ml2cap_comm_id 
-0x50c7 012337 istore 1 ,contw 
-0x50c8 012338 setarg 0x0008 
-0x50c9 012339 istore 2 ,contw 
-0x50ca 012341 copy temp ,pdata 
-0x50cb 012343 istore 2 ,contw 
-0x50cc 012344 setarg 0x0000 
-0x50cd 012345 istore 2 ,contw 
-0x50ce 012346 setarg 0x01 
-0x50cf 012347 istore 1 ,contw 
-0x50d0 012348 setarg 0x02 
-0x50d1 012349 istore 1 ,contw 
-0x50d2 012350 setarg l2cap_config_mtu_rfcomm 
-0x50d3 012351 istore 2 ,contw 
-0x50d4 012352 arg 0xc ,temp 
-0x50d5 012353 branch ml2cap_send_signal 
-:      012354 ml2cap_send_signal_disconn_req:
-0x50d6 012355 set1 mark_ext_patch ,mark 
-0x50d7 012356 bpatch patch24_1 ,mem_patch24 
-0x50d8 012357 call l2cap_get_req_id 
-0x50d9 012358 call l2cap_get_signal_tx_payload 
-0x50da 012359 setarg signal_disconnect_req 
-0x50db 012360 istore 1 ,contw 
-0x50dc 012361 fetch 1 ,mem_ml2cap_comm_id 
-0x50dd 012362 increase 1 ,pdata 
-0x50de 012363 copy contw ,rega 
-0x50df 012364 store 1 ,mem_ml2cap_comm_id 
-0x50e0 012365 copy rega ,contw 
-0x50e1 012366 istore 1 ,contw 
-0x50e2 012367 setarg 0x0004 
-0x50e3 012368 istore 2 ,contw 
-0x50e4 012369 copy temp ,pdata 
-0x50e5 012370 istore 2 ,contw 
-0x50e6 012371 copy timeup ,pdata 
-0x50e7 012372 istore 2 ,contw 
-0x50e8 012373 arg 0x8 ,temp 
-:      012376 ml2cap_send_signal:
-0x50e9 012377 storet 2 ,mem_l2cap_signal_tx_length 
-0x50ea 012378 copy temp ,pdata 
-0x50eb 012379 branch l2cap_malloc_discard ,blank 
-0x50ec 012380 call l2cap_get_signal_tx_buff 
-0x50ed 012381 fetch 2 ,mem_l2cap_signal_tx_length 
-0x50ee 012382 istore 2 ,contw 
-0x50ef 012383 force l2cap_signal_channel ,pdata 
-0x50f0 012384 istore 2 ,contw 
-0x50f1 012385 rtn 
-:      012387 msdp_send_req_done:
-0x50f2 012388 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50f3 012389 branch assert ,blank 
-0x50f4 012390 call l2cap_get_sdp_tx_buff 
-0x50f5 012391 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50f6 012392 istore 2 ,contw 
-0x50f7 012393 fetch 2 ,mem_sdp_remote_cid 
-0x50f8 012394 istore 2 ,contw 
-0x50f9 012395 rtn 
-:      012396 ml2cap_rx_multiplexing:
-0x50fa 012397 set1 mark_ext_patch ,mark 
-0x50fb 012398 bpatch patch24_2 ,mem_patch24 
-0x50fc 012399 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50fd 012400 branch l2cap_rx_reset_state ,blank 
-0x50fe 012401 fetch 1 ,mem_l2cap_rx_cid 
-0x50ff 012402 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
-0x5100 012403 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
-0x5101 012404 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x5102 012405 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x5103 012406 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x5104 012407 branch l2cap_rx_reset_state 
-:      012409 ml2cap_call_proc_signal:
-0x5105 012410 set1 mark_ext_patch ,mark 
-0x5106 012411 bpatch patch24_3 ,mem_patch24 
-0x5107 012412 call l2cap_malloc_signal_channel 
-0x5108 012413 force 0 ,regb 
-0x5109 012414 call l2cap_get_signal_tx_payload 
-0x510a 012415 copy pdata ,contw 
-0x510b 012416 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x510c 012417 copy pdata ,regc 
-0x510d 012418 fetch 2 ,mem_l2cap_payload_ptr 
-0x510e 012419 iforce contr 
-:      012420 ml2cap_proc_one_comm_loop:
-0x510f 012421 call ml2cap_proc_one_comm 
-0x5110 012422 increase -4 ,regc 
-0x5111 012423 nbranch ml2cap_proc_one_comm_loop ,zero 
-0x5112 012424 copy regb ,temp 
-0x5113 012425 call ml2cap_send_signal 
-0x5114 012426 branch l2cap_rx_reset_state 
-:      012428 ml2cap_proc_one_comm:
-0x5115 012429 ifetch 1 ,contr 
-0x5116 012430 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
-0x5117 012431 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
-0x5118 012432 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
-0x5119 012433 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
-0x511a 012434 beq signal_config_req ,ml2cap_proc_signal_config_req 
-0x511b 012435 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
-0x511c 012436 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
-0x511d 012437 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x511e 012438 beq signal_info_req ,ml2cap_proc_signal_info_req 
-0x511f 012439 branch ml2cap_proc_send_reject 
-:      012441 ml2cap_proc_signal_connect_req:
-0x5120 012442 call save_cont_pointers 
-0x5121 012444 call load_cont_pointers 
-0x5122 012445 branch l2cap_proc_signal_connect_req 
-:      012446 ml2cap_proc_signal_cmd_reject:
-0x5123 012447 ifetch 1 ,contr 
-0x5124 012448 copy pdata ,queue 
-0x5125 012449 ifetch 2 ,contr 
-0x5126 012450 copy pdata ,rega 
-0x5127 012451 copy regc ,pdata 
-0x5128 012452 isub rega ,regc 
-:      012453 mvptr:
-0x5129 012454 ifetch 1 ,contr 
-0x512a 012455 increase -1 ,rega 
-0x512b 012456 nbranch mvptr ,zero 
-0x512c 012457 rtn 
-:      012458 ml2cap_proc_signal_connect_rsp:
-0x512d 012459 ifetch 1 ,contr 
-0x512e 012460 copy pdata ,queue 
-0x512f 012461 ifetch 2 ,contr 
-0x5130 012462 copy pdata ,rega 
-0x5131 012463 ifetch 2 ,contr 
-0x5132 012464 copy pdata ,timeup 
-0x5133 012465 ifetch 2 ,contr 
-0x5134 012466 copy pdata ,temp 
-0x5135 012467 ifetch 2 ,contr 
-0x5136 012468 sub pdata ,0 ,null 
-0x5137 012469 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
-0x5138 012470 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
-0x5139 012471 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
-0x513a 012472 branch ml2cap_proc_signal_connect_rsp_mnosucc 
-:      012473 ml2cap_proc_signal_connect_refused_result:
-0x513b 012474 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
-0x513c 012475 call ui_ipc_send_event 
-:      012476 ml2cap_proc_signal_connect_rsp_mnosucc:
-0x513d 012477 ifetch 2 ,contr 
-0x513e 012478 branch mnosucc 
-:      012479 ml2cap_proc_signal_connect_rsp_sucessful:
-0x513f 012480 call save_cont_pointers 
-0x5140 012484 setarg l2cap_sdp_channel 
-0x5141 012485 isub temp ,null 
-0x5142 012486 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
-0x5143 012487 setarg l2cap_rfcomm_channel 
-0x5144 012488 isub temp ,null 
-0x5145 012489 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x5146 012490 setarg l2cap_hid_interrupt_channel 
-0x5147 012491 isub temp ,null 
-0x5148 012492 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x5149 012493 setarg l2cap_hid_control_channel 
-0x514a 012494 isub temp ,null 
-0x514b 012495 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x514c 012496 branch mnosucc 
-:      012497 ml2cap_proc_signal_connect_rsp_sdp:
-0x514d 012498 copy timeup ,pdata 
-0x514e 012499 store 2 ,mem_sdp_remote_cid 
-0x514f 012500 fetch 1 ,mem_sdp_state 
-0x5150 012501 set1 l2cap_channel_state_conn_res 
-0x5151 012502 store 1 ,mem_sdp_state 
-0x5152 012503 branch mnosucc1 
-:      012504 ml2cap_proc_signal_connect_rsp_rfcomm:
-0x5153 012505 copy timeup ,pdata 
-0x5154 012506 store 2 ,mem_rfcomm_remote_cid 
-0x5155 012507 fetch 1 ,mem_rfcomm_state 
-0x5156 012508 set1 l2cap_channel_state_conn_res 
-0x5157 012509 store 1 ,mem_rfcomm_state 
-0x5158 012510 branch mnosucc1 
-:      012511 ml2cap_proc_signal_connect_rsp_hid_ctrl:
-0x5159 012512 copy timeup ,pdata 
-0x515a 012513 store 2 ,mem_hid_ctrl_remote_cid 
-0x515b 012514 fetch 1 ,mem_hid_control_state 
-0x515c 012515 set1 l2cap_channel_state_conn_res 
-0x515d 012516 store 1 ,mem_hid_control_state 
-0x515e 012517 branch mnosucc1 
-:      012518 ml2cap_proc_signal_connect_rsp_hid_int:
-0x515f 012519 copy timeup ,pdata 
-0x5160 012520 store 2 ,mem_hid_int_remote_cid 
-0x5161 012521 fetch 1 ,mem_hid_interrupt_state 
-0x5162 012522 set1 l2cap_channel_state_conn_res 
-0x5163 012523 store 1 ,mem_hid_interrupt_state 
-:      012526 mnosucc1:
-0x5164 012527 call load_cont_pointers 
-:      012528 mnosucc:
-0x5165 012529 copy regc ,pdata 
-0x5166 012530 isub rega ,regc 
-0x5167 012531 rtn 
-:      012533 ml2cap_proc_signal_config_rsp:
-0x5168 012534 ifetch 1 ,contr 
-0x5169 012535 copy pdata ,queue 
-0x516a 012536 ifetch 2 ,contr 
-0x516b 012537 copy pdata ,rega 
-0x516c 012538 copy regc ,pdata 
-0x516d 012539 isub rega ,regc 
-0x516e 012540 ifetch 2 ,contr 
-0x516f 012541 copy pdata ,timeup 
-0x5170 012542 ifetch 2 ,contr 
-0x5171 012543 ifetch 2 ,contr 
-0x5172 012544 nbranch mcrsdone1 ,blank 
-0x5173 012545 call save_cont_pointers 
-0x5174 012549 copy timeup ,temp 
-0x5175 012550 setarg l2cap_sdp_channel 
-0x5176 012551 isub temp ,null 
-0x5177 012552 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
-0x5178 012553 setarg l2cap_rfcomm_channel 
-0x5179 012554 isub temp ,null 
-0x517a 012555 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x517b 012556 setarg l2cap_hid_control_channel 
-0x517c 012557 isub temp ,null 
-0x517d 012558 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x517e 012559 setarg l2cap_hid_interrupt_channel 
-0x517f 012560 isub temp ,null 
-0x5180 012561 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
-:      012562 ml2cap_proc_signal_config_rsp_sdp:
-0x5181 012563 fetch 1 ,mem_sdp_state 
-0x5182 012564 set1 l2cap_channel_state_rcv_cfg_res 
-0x5183 012565 store 1 ,mem_sdp_state 
-0x5184 012566 rtn 
-:      012567 ml2cap_proc_signal_config_rsp_rfcomm:
-0x5185 012568 fetch 1 ,mem_rfcomm_state 
-0x5186 012569 set1 l2cap_channel_state_rcv_cfg_res 
-0x5187 012570 store 1 ,mem_rfcomm_state 
-0x5188 012571 rtn 
-:      012572 ml2cap_proc_signal_config_rsp_hid_ctrl:
-0x5189 012573 fetch 1 ,mem_hid_control_state 
-0x518a 012574 set1 l2cap_channel_state_rcv_cfg_res 
-0x518b 012575 store 1 ,mem_hid_control_state 
-0x518c 012576 rtn 
-:      012577 ml2cap_proc_signal_config_rsp_hid_int:
-0x518d 012578 fetch 1 ,mem_hid_interrupt_state 
-0x518e 012579 set1 l2cap_channel_state_rcv_cfg_res 
-0x518f 012580 store 1 ,mem_hid_interrupt_state 
-0x5190 012581 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x5191 012582 branch ui_ipc_send_event 
-:      012585 mcfrsdone:
-0x5192 012586 call load_cont_pointers 
-:      012587 mcrsdone1:
-0x5193 012588 increase -6 ,rega 
-:      012589 mloop2:
-0x5194 012590 branch mcrsdone ,zero 
-0x5195 012591 increase 1 ,contr 
-0x5196 012592 increase -1 ,rega 
-0x5197 012593 branch mloop2 
-:      012594 mcrsdone:
-0x5198 012595 rtn 
-:      012596 ml2cap_proc_signal_config_req:
-0x5199 012597 ifetch 1 ,contr 
-0x519a 012598 copy pdata ,queue 
-0x519b 012599 ifetch 2 ,contr 
-0x519c 012600 copy pdata ,rega 
-0x519d 012601 copy regc ,pdata 
-0x519e 012602 isub rega ,regc 
-0x519f 012603 ifetch 2 ,contr 
-0x51a0 012604 increase 2 ,contr 
-0x51a1 012605 copy pdata ,temp 
-0x51a2 012606 setarg signal_config_rsp 
-0x51a3 012607 istore 1 ,contw 
-0x51a4 012608 copy queue ,pdata 
-0x51a5 012609 istore 1 ,contw 
-0x51a6 012610 increase 2 ,rega 
-0x51a7 012611 copy rega ,pdata 
-0x51a8 012612 istore 2 ,contw 
-0x51a9 012613 call save_cont_pointers 
-0x51aa 012614 setarg l2cap_sdp_channel 
-0x51ab 012615 isub temp ,null 
-0x51ac 012616 branch ml2cap_proc_signal_config_req_sdp ,zero 
-0x51ad 012617 setarg l2cap_rfcomm_channel 
-0x51ae 012618 isub temp ,null 
-0x51af 012619 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
-0x51b0 012620 setarg l2cap_hid_control_channel 
-0x51b1 012621 isub temp ,null 
-0x51b2 012622 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x51b3 012623 setarg l2cap_hid_interrupt_channel 
-0x51b4 012624 isub temp ,null 
-0x51b5 012625 branch ml2cap_proc_signal_config_req_hid_int ,zero 
-0x51b6 012626 branch mcfgrq_done 
-:      012627 ml2cap_proc_signal_config_req_sdp:
-0x51b7 012628 fetch 1 ,mem_sdp_state 
-0x51b8 012629 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51b9 012630 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51ba 012631 store 1 ,mem_sdp_state 
-0x51bb 012632 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
-0x51bc 012633 fetcht 1 ,mem_control_tasks 
-0x51bd 012634 set1 l2cap_init_config_req ,temp 
-0x51be 012635 storet 1 ,mem_control_tasks 
-0x51bf 012636 copy queue ,pdata 
-0x51c0 012637 increase 1 ,pdata 
-0x51c1 012638 store 1 ,mem_config_identifier 
-0x51c2 012639 fetch 1 ,mem_sdp_state 
-0x51c3 012640 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x51c4 012641 store 1 ,mem_sdp_state 
-:      012642 ml2cap_proc_signal_config_req_sdp_nsndreq:
-0x51c5 012643 fetch 2 ,mem_sdp_remote_cid 
-0x51c6 012644 store 2 ,mem_config_req_dest_cid 
-0x51c7 012645 branch mcfgrq_done 
-:      012646 ml2cap_proc_signal_config_req_rfcomm:
-0x51c8 012647 fetch 1 ,mem_rfcomm_state 
-0x51c9 012648 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51ca 012649 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51cb 012650 store 1 ,mem_rfcomm_state 
-0x51cc 012651 fetch 2 ,mem_rfcomm_remote_cid 
-0x51cd 012652 branch mcfgrq_done 
-:      012653 ml2cap_proc_signal_config_req_hid_ctrl:
-0x51ce 012654 fetch 1 ,mem_hid_control_state 
-0x51cf 012655 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51d0 012656 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51d1 012657 store 1 ,mem_hid_control_state 
-0x51d2 012658 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x51d3 012659 branch mcfgrq_done 
-:      012660 ml2cap_proc_signal_config_req_hid_int:
-0x51d4 012661 fetch 1 ,mem_hid_interrupt_state 
-0x51d5 012662 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51d6 012663 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51d7 012664 store 1 ,mem_hid_interrupt_state 
-0x51d8 012665 fetch 2 ,mem_hid_int_remote_cid 
-:      012668 mcfgrq_done:
-0x51d9 012669 copy pdata ,timeup 
-0x51da 012670 call load_cont_pointers 
-0x51db 012672 copy timeup ,pdata 
-0x51dc 012674 istore 2 ,contw 
-0x51dd 012675 force 0x0000 ,pdata 
-0x51de 012676 istore 2 ,contw 
-0x51df 012677 force 0x0000 ,pdata 
-0x51e0 012678 istore 2 ,contw 
-0x51e1 012679 force 10 ,pdata 
-0x51e2 012680 iadd regb ,regb 
-0x51e3 012681 increase -6 ,rega 
-:      012682 mloop1:
-0x51e4 012683 branch mcrqdone ,zero 
-0x51e5 012684 ifetch 1 ,contr 
-0x51e6 012685 istore 1 ,contw 
-0x51e7 012686 increase 1 ,regb 
-0x51e8 012687 increase -1 ,rega 
-0x51e9 012688 branch mloop1 
-:      012689 mcrqdone:
-0x51ea 012690 rtn 
-:      012691 ml2cap_proc_signal_disconn_req:
-0x51eb 012692 ifetch 1 ,contr 
-0x51ec 012693 copy pdata ,queue 
-0x51ed 012694 ifetch 2 ,contr 
-0x51ee 012695 copy pdata ,rega 
-0x51ef 012696 copy regc ,pdata 
-0x51f0 012697 isub rega ,regc 
-0x51f1 012699 ifetch 2 ,contr 
-0x51f2 012700 copy pdata ,rega 
-0x51f3 012701 ifetch 2 ,contr 
-0x51f4 012702 copy pdata ,timeup 
-0x51f5 012703 call save_cont_pointers 
-0x51f6 012704 setarg l2cap_sdp_channel 
-0x51f7 012705 copy rega ,temp 
-0x51f8 012706 isub temp ,null 
-0x51f9 012707 branch ml2cap_proc_signal_disconn_sdp ,zero 
-0x51fa 012708 setarg l2cap_hid_control_channel 
-0x51fb 012709 copy rega ,temp 
-0x51fc 012710 isub temp ,null 
-0x51fd 012711 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
-0x51fe 012712 setarg l2cap_hid_interrupt_channel 
-0x51ff 012713 copy rega ,temp 
-0x5200 012714 isub temp ,null 
-0x5201 012715 branch ml2cap_proc_signal_disconn_hid_int ,zero 
-0x5202 012716 branch mclsrfc 
-:      012717 ml2cap_proc_signal_disconn_sdp:
-0x5203 012718 setarg 0x0000 
-0x5204 012719 store 2 ,mem_sdp_tx_pkt_length 
-0x5205 012720 store 2 ,mem_sdp_remote_cid 
-0x5206 012721 store 1 ,mem_sdp_state 
-0x5207 012722 branch mclssdp 
-:      012723 ml2cap_proc_signal_disconn_hid_ctrl:
-0x5208 012724 call l2cap_reset_hid_ctrl_state 
-0x5209 012725 branch mclssdp 
-:      012726 ml2cap_proc_signal_disconn_hid_int:
-0x520a 012727 call l2cap_reset_hid_int_state 
-0x520b 012733 branch mclssdp 
-:      012734 mclsrfc:
-0x520c 012735 setarg 0x0000 
-0x520d 012736 store 2 ,mem_rfcomm_tx_pkt_length 
-:      012737 mclssdp:
-0x520e 012738 call load_cont_pointers 
-0x520f 012739 setarg signal_disconnect_rsp 
-0x5210 012740 istore 1 ,contw 
-0x5211 012741 copy queue ,pdata 
-0x5212 012742 istore 1 ,contw 
-0x5213 012743 setarg 0x0004 
-0x5214 012744 istore 2 ,contw 
-0x5215 012745 copy rega ,pdata 
-0x5216 012746 istore 2 ,contw 
-0x5217 012747 copy timeup ,pdata 
-0x5218 012748 istore 2 ,contw 
-0x5219 012749 force 8 ,pdata 
-0x521a 012750 iadd regb ,regb 
-0x521b 012751 rtn 
-:      012753 ml2cap_proc_signal_disconn_rsp:
-0x521c 012754 ifetch 1 ,contr 
-0x521d 012755 copy pdata ,queue 
-0x521e 012756 ifetch 2 ,contr 
-0x521f 012757 copy pdata ,rega 
-0x5220 012758 ifetch 2 ,contr 
-0x5221 012759 copy pdata ,timeup 
-0x5222 012760 ifetch 2 ,contr 
-0x5223 012761 copy pdata ,temp 
-0x5224 012762 call save_cont_pointers 
-0x5225 012763 fetch 1 ,mem_ml2cap_comm_id 
-0x5226 012764 icompare 0xff ,queue 
-0x5227 012765 nbranch mdisdone ,true 
-0x5228 012766 setarg l2cap_sdp_channel 
-0x5229 012767 isub temp ,null 
-0x522a 012768 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
-0x522b 012769 setarg l2cap_rfcomm_channel 
-0x522c 012770 isub temp ,null 
-0x522d 012771 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
-0x522e 012772 branch mdisdone 
-:      012773 ml2cap_proc_signal_disconn_rsp_sdp:
-0x522f 012774 jam 0 ,mem_sdp_remote_cid 
-0x5230 012775 jam 0 ,mem_sdp_state 
-0x5231 012776 branch mdisdone 
-:      012777 ml2cap_proc_signal_disconn_rsp_rfcomm:
-:      012780 mdisdone:
-0x5232 012781 call load_cont_pointers 
-0x5233 012782 copy regc ,pdata 
-0x5234 012783 isub rega ,regc 
-0x5235 012784 rtn 
-:      012786 ml2cap_proc_send_reject:
-0x5236 012787 setarg signal_cmd_reject 
-0x5237 012788 istore 1 ,contw 
-0x5238 012789 ifetch 1 ,contr 
-0x5239 012790 istore 1 ,contw 
-0x523a 012791 setarg 0x0002 
-0x523b 012792 istore 2 ,contw 
-0x523c 012793 setarg 0x0000 
-0x523d 012794 istore 2 ,contw 
-0x523e 012795 setarg 0x0006 
-0x523f 012796 iadd regb ,regb 
-0x5240 012797 force 4 ,regc 
-0x5241 012798 rtn 
-:      012801 l2cap_get_req_id:
-0x5242 012802 fetch 1 ,mem_ml2cap_comm_id 
-0x5243 012803 increase 1 ,pdata 
-0x5244 012804 bne 0 ,l2cap_get_req_id_ok 
-0x5245 012805 increase 1 ,pdata 
-:      012806 l2cap_get_req_id_ok:
-0x5246 012807 store 1 ,mem_ml2cap_comm_id 
-0x5247 012808 rtn 
-:      012818 l2cap_malloc:
-0x5248 012819 set1 mark_ext_patch ,mark 
-0x5249 012820 bpatch patch24_4 ,mem_patch24 
-0x524a 012821 arg 0 ,regb 
-0x524b 012822 call l2cap_malloc_is_fifo_full 
-0x524c 012823 nbranch assert ,blank 
-0x524d 012824 call l2cap_malloc_get_full_map 
-0x524e 012825 arg mem_tx_buff0 ,regb 
-0x524f 012826 arg 0 ,queue 
-:      012827 l2cap_malloc_loop:
-0x5250 012828 fetcht 1 ,mem_used_map 
-0x5251 012829 qisolate1 temp 
-0x5252 012830 branch l2cap_malloc_next ,true 
-0x5253 012831 call l2cap_malloc_enough 
-0x5254 012832 sub timeup ,0 ,null 
-0x5255 012833 branch l2cap_malloc_next ,positive 
-0x5256 012834 call l2cap_malloc_into_fifo 
-0x5257 012835 branch l2cap_malloc_rtn 
-:      012836 l2cap_malloc_next:
-0x5258 012837 increase 128 ,regb 
-0x5259 012838 increase 1 ,queue 
-0x525a 012839 setarg 8 
-0x525b 012840 isub queue ,null 
-0x525c 012841 branch l2cap_malloc_loop ,positive 
-0x525d 012842 arg 0 ,regb 
-:      012843 l2cap_malloc_rtn:
-0x525e 012844 copy regb ,pdata 
-0x525f 012845 branch assert ,blank 
-0x5260 012846 rtn 
-:      012854 l2cap_malloc_fifo_out:
-0x5261 012855 set1 mark_ext_patch ,mark 
-0x5262 012856 bpatch patch24_5 ,mem_patch24 
-0x5263 012857 call l2cap_malloc_fifo_get_first_ptr 
-0x5264 012858 increase 1 ,contr 
-0x5265 012859 ifetch 2 ,contr 
-0x5266 012860 rtn 
-:      012866 l2cap_malloc_free:
-0x5267 012867 set1 mark_ext_patch ,mark 
-0x5268 012868 bpatch patch24_6 ,mem_patch24 
-0x5269 012869 call l2cap_malloc_fifo_get_first_ptr 
-0x526a 012870 copy contr ,contw 
-0x526b 012871 copy contr ,temp 
-0x526c 012872 setarg 0 
-0x526d 012873 istore 3 ,contw 
-0x526e 012874 rtn 
-:      012879 l2cap_malloc_discard:
-0x526f 012880 set1 mark_ext_patch ,mark 
-0x5270 012881 bpatch patch24_7 ,mem_patch24 
-0x5271 012882 call l2cap_malloc_is_fifo_empty 
-0x5272 012883 branch assert ,blank 
-0x5273 012884 fetch 3 ,mem_tx_fifo2 
-0x5274 012885 store 3 ,mem_tx_fifo3 
-0x5275 012886 fetch 3 ,mem_tx_fifo1 
-0x5276 012887 store 3 ,mem_tx_fifo2 
-0x5277 012888 fetch 3 ,mem_tx_fifo0 
-0x5278 012889 store 3 ,mem_tx_fifo1 
-0x5279 012890 rtn 
-:      012896 l2cap_malloc_is_fifo_full:
-0x527a 012897 fetch 3 ,mem_tx_fifo0 
-0x527b 012898 rtn 
-:      012904 l2cap_malloc_is_fifo_nearly_full:
-0x527c 012905 fetch 3 ,mem_tx_fifo1 
-0x527d 012906 rtn 
-:      012912 l2cap_malloc_is_fifo_empty:
-0x527e 012913 fetch 3 ,mem_tx_fifo3 
-0x527f 012914 rtn 
-:      012919 l2cap_malloc_fifo_get_first_ptr:
-0x5280 012920 call l2cap_malloc_is_fifo_empty 
-0x5281 012921 branch assert ,blank 
-0x5282 012922 arg mem_tx_fifo0 ,contr 
-:      012923 l2cap_malloc_free_loop:
-0x5283 012924 ifetch 3 ,contr 
-0x5284 012925 branch l2cap_malloc_free_loop ,blank 
-0x5285 012926 increase -3 ,contr 
-0x5286 012927 rtn 
-:      012934 l2cap_malloc_get_full_map:
-0x5287 012935 set1 mark_ext_patch ,mark 
-0x5288 012936 bpatch patch25_0 ,mem_patch25 
-0x5289 012937 arg 4 ,loopcnt 
-0x528a 012938 arg mem_tx_fifo0_map ,contr 
-0x528b 012939 arg 0 ,temp 
-:      012940 l2cap_malloc_get_full_map_loop:
-0x528c 012941 ifetch 3 ,contr 
-0x528d 012942 and pdata ,0xff ,pdata 
-0x528e 012943 ior temp ,temp 
-0x528f 012944 loop l2cap_malloc_get_full_map_loop 
-0x5290 012945 storet 1 ,mem_used_map 
-0x5291 012946 rtn 
-:      012954 l2cap_malloc_into_fifo:
-0x5292 012955 set1 mark_ext_patch ,mark 
-0x5293 012956 bpatch patch25_1 ,mem_patch25 
-0x5294 012957 call l2cap_malloc_is_fifo_full 
-0x5295 012958 nbranch assert ,blank 
-0x5296 012959 call l2cap_malloc_is_fifo_empty 
-0x5297 012960 branch l2cap_malloc_into_fifo_no_push ,blank 
-0x5298 012961 fetch 3 ,mem_tx_fifo1 
-0x5299 012962 store 3 ,mem_tx_fifo0 
-0x529a 012963 ifetch 3 ,contr 
-0x529b 012964 istore 3 ,contw 
-0x529c 012965 ifetch 3 ,contr 
-0x529d 012966 istore 3 ,contw 
-0x529e 012967 setarg 0 
-0x529f 012968 istore 3 ,contw 
-:      012969 l2cap_malloc_into_fifo_no_push:
-0x52a0 012970 arg 0 ,temp 
-0x52a1 012971 copy timeup ,pdata 
-0x52a2 012972 iadd queue ,pdata 
-:      012973 l2cap_malloc_into_fifo_loop:
-0x52a3 012974 qset1 temp 
-0x52a4 012975 increase 1 ,queue 
-0x52a5 012976 isub queue ,null 
-0x52a6 012977 nbranch l2cap_malloc_into_fifo_loop ,zero 
-0x52a7 012979 lshift8 regb ,pdata 
-0x52a8 012980 ior temp ,pdata 
-0x52a9 012981 store 3 ,mem_tx_fifo3 
-0x52aa 012982 rtn 
-:      012992 l2cap_malloc_enough:
-0x52ab 012993 set1 mark_ext_patch ,mark 
-0x52ac 012994 bpatch patch25_2 ,mem_patch25 
-0x52ad 012995 call l2cap_malloc_get_full_map 
-0x52ae 012996 copy queue ,regc 
-0x52af 012997 arg 0 ,temp 
-0x52b0 012998 arg 0 ,timeup 
-:      013000 l2cap_malloc_enough_loop:
-0x52b1 013001 copy queue ,pdata 
-0x52b2 013002 beq 8 ,l2cap_malloc_enough_end 
-0x52b3 013003 fetch 1 ,mem_used_map 
-0x52b4 013004 qisolate1 pdata 
-0x52b5 013005 branch l2cap_malloc_enough_end ,true 
-0x52b6 013006 increase 128 ,temp 
-0x52b7 013007 increase 1 ,queue 
-0x52b8 013008 copy rega ,pdata 
-0x52b9 013009 isub temp ,null 
-0x52ba 013010 branch l2cap_malloc_enough_end ,zero 
-0x52bb 013011 branch l2cap_malloc_enough_loop ,positive 
-:      013012 l2cap_malloc_enough_end:
-0x52bc 013013 copy temp ,pdata 
-0x52bd 013014 isub rega ,null 
-0x52be 013015 nbranch l2cap_malloc_enough_rtn ,positive 
-0x52bf 013016 copy queue ,pdata 
-0x52c0 013017 copy regc ,temp 
-0x52c1 013018 isub temp ,timeup 
-:      013019 l2cap_malloc_enough_rtn:
-0x52c2 013020 copy regc ,queue 
-0x52c3 013021 rtn 
-:      013024 l2cap_malloc_signal_channel:
-0x52c4 013025 set1 mark_ext_patch ,mark 
-0x52c5 013026 bpatch patch25_3 ,mem_patch25 
-0x52c6 013027 arg l2cap_signal_malloc_size ,rega 
-0x52c7 013028 call l2cap_malloc 
-0x52c8 013029 store 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52c9 013030 increase 4 ,pdata 
-0x52ca 013031 store 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52cb 013032 setarg 0 
-0x52cc 013033 store 2 ,mem_l2cap_signal_tx_length 
-0x52cd 013034 rtn 
-:      013036 l2cap_get_signal_tx_buff:
-0x52ce 013037 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52cf 013038 branch l2cap_util_pdata_to_contw 
-:      013040 l2cap_get_signal_tx_payload:
-0x52d0 013041 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52d1 013042 branch l2cap_util_pdata_to_contw 
-:      013045 l2cap_malloc_sdp_channel:
-0x52d2 013046 set1 mark_ext_patch ,mark 
-0x52d3 013047 bpatch patch25_4 ,mem_patch25 
-0x52d4 013048 arg sdp_malloc_size ,rega 
-0x52d5 013049 call l2cap_malloc 
-0x52d6 013050 store 2 ,mem_sdp_tx_buff_ptr 
-0x52d7 013051 increase 4 ,pdata 
-0x52d8 013052 store 2 ,mem_sdp_tx_payload_ptr 
-0x52d9 013053 setarg 0 
-0x52da 013054 store 2 ,mem_sdp_tx_pkt_length 
-0x52db 013055 rtn 
-:      013057 l2cap_get_sdp_tx_buff:
-0x52dc 013058 fetch 2 ,mem_sdp_tx_buff_ptr 
-0x52dd 013059 branch l2cap_util_pdata_to_contw 
-:      013061 l2cap_get_sdp_tx_payload:
-0x52de 013062 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x52df 013063 branch l2cap_util_pdata_to_contw 
-:      013066 l2cap_malloc_rfcomm_channel:
-0x52e0 013067 set1 mark_ext_patch ,mark 
-0x52e1 013068 bpatch patch25_5 ,mem_patch25 
-0x52e2 013069 call push_stack 
-0x52e3 013070 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
-0x52e4 013071 call l2cap_malloc_is_fifo_full 
-0x52e5 013072 nrtn blank 
-0x52e6 013073 arg rfcomm_malloc_size ,rega 
-0x52e7 013074 call l2cap_malloc 
-0x52e8 013075 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x52e9 013076 increase 4 ,pdata 
-0x52ea 013077 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x52eb 013078 setarg 0 
-0x52ec 013079 store 2 ,mem_rfcomm_tx_pkt_length 
-0x52ed 013080 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x52ee 013081 branch pop_stack 
-:      013083 l2cap_get_rfcomm_tx_buff:
-0x52ef 013084 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x52f0 013085 branch l2cap_util_pdata_to_contw 
-:      013087 l2cap_get_rfcomm_tx_payload:
-0x52f1 013088 fetch 2 ,mem_rfcomm_tx_payload_ptr 
-:      013090 l2cap_util_pdata_to_contw:
-0x52f2 013091 branch assert ,blank 
-0x52f3 013092 copy pdata ,contw 
-0x52f4 013093 rtn 
-:      013096 l2cap_lpm_save_calc_len:
-0x52f5 013097 set1 mark_ext_patch ,mark 
-0x52f6 013098 bpatch patch25_6 ,mem_patch25 
-0x52f7 013099 arg 0 ,regb 
-0x52f8 013100 arg mem_tx_fifo0_map ,rega 
-0x52f9 013101 increase -2 ,rega 
-:      013102 l2cap_lpm_save_calc_len_loop:
-0x52fa 013103 increase 2 ,rega 
-0x52fb 013104 setarg mem_tx_fifo_end 
-0x52fc 013105 isub rega ,null 
-0x52fd 013106 branch l2cap_lpm_save_calc_len_end ,zero 
-0x52fe 013107 ifetch 1 ,rega 
-0x52ff 013108 increase 1 ,rega 
-0x5300 013109 branch l2cap_lpm_save_calc_len_loop ,blank 
-0x5301 013110 ifetcht 2 ,rega 
-0x5302 013111 ifetch 2 ,temp 
-0x5303 013112 iadd regb ,regb 
-0x5304 013113 increase 4 ,regb 
-0x5305 013114 branch l2cap_lpm_save_calc_len_loop 
-:      013115 l2cap_lpm_save_calc_len_end:
-0x5306 013116 copy regb ,pdata 
-0x5307 013117 rtn 
-:      013120 l2cap_lpm_get_wake_lock:
-0x5308 013121 arg wake_lock_l2cap_tx ,queue 
-0x5309 013122 branch lpm_get_wake_lock 
-:      013124 l2cap_lpm_put_wake_lock:
-0x530a 013125 arg wake_lock_l2cap_tx ,queue 
-0x530b 013126 branch lpm_put_wake_lock 
-:      013128 l2cap_lpm_save_txbuf:
-0x530c 013129 set1 mark_ext_patch ,mark 
-0x530d 013130 bpatch patch25_7 ,mem_patch25 
-0x530e 013131 call l2cap_malloc_get_full_map 
-0x530f 013132 fetch 1 ,mem_used_map 
-0x5310 013133 rtn blank 
-0x5311 013134 call l2cap_lpm_save_calc_len 
-0x5312 013135 arg l2cap_lpm_txbuf_len ,temp 
-0x5313 013136 isub temp ,null 
-0x5314 013137 branch l2cap_lpm_get_wake_lock ,positive 
-0x5315 013138 call l2cap_lpm_put_wake_lock 
-0x5316 013139 arg mem_l2cap_lpm_txbuf ,contw 
-0x5317 013140 arg mem_tx_fifo0 ,rega 
-:      013141 l2cap_lpm_save_txbuf_loop:
-0x5318 013142 setarg mem_tx_fifo_end 
-0x5319 013143 isub rega ,null 
-0x531a 013144 rtn zero 
-0x531b 013145 ifetch 1 ,rega 
-0x531c 013146 increase 1 ,rega 
-0x531d 013147 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
-0x531e 013148 istore 2 ,contw 
-0x531f 013149 increase 2 ,rega 
-0x5320 013150 branch l2cap_lpm_save_txbuf_loop 
-:      013151 l2cap_lpm_save_txbuf_nempty:
-0x5321 013152 ifetch 2 ,rega 
-0x5322 013153 increase 2 ,rega 
-0x5323 013154 copy pdata ,contr 
-0x5324 013155 ifetch 2 ,contr 
-0x5325 013156 istore 2 ,contw 
-0x5326 013157 copy pdata ,loopcnt 
-0x5327 013158 increase 2 ,loopcnt 
-0x5328 013159 call memcpy 
-0x5329 013160 branch l2cap_lpm_save_txbuf_loop 
-:      013162 l2cap_lpm_load_txbuf:
-0x532a 013163 set1 mark_ext_patch ,mark 
-0x532b 013164 bpatch patch26_0 ,mem_patch26 
-0x532c 013165 call l2cap_malloc_get_full_map 
-0x532d 013166 fetch 1 ,mem_used_map 
-0x532e 013167 rtn blank 
-0x532f 013168 arg mem_tx_fifo0_ptr ,rega 
-0x5330 013169 increase -3 ,rega 
-0x5331 013170 arg mem_l2cap_lpm_txbuf ,contr 
-:      013171 l2cap_lpm_load_txbuf_loop:
-0x5332 013172 increase 3 ,rega 
-0x5333 013173 setarg mem_tx_fifo_end + 1 
-0x5334 013174 isub rega ,null 
-0x5335 013175 rtn zero 
-0x5336 013176 ifetch 2 ,contr 
-0x5337 013177 branch l2cap_lpm_load_txbuf_loop ,blank 
-0x5338 013178 increase 4 ,pdata 
-0x5339 013179 copy pdata ,loopcnt 
-0x533a 013180 copy contr ,regb 
-0x533b 013181 ifetch 2 ,rega 
-0x533c 013182 copy pdata ,contw 
-0x533d 013183 copy regb ,contr 
-0x533e 013184 increase -2 ,contr 
-0x533f 013185 call memcpy 
-0x5340 013186 branch l2cap_lpm_load_txbuf_loop 
-:      013194 le_init_param:
-0x5341 013195 rtn wake 
-0x5342 013196 setarg param_le_scan_interval 
-0x5343 013197 store 2 ,mem_le_scan_interval 
-0x5344 013198 setarg param_le_scan_window 
-0x5345 013199 store 2 ,mem_le_scan_window 
-0x5346 013200 rtn 
-:      013202 le_init_att:
-0x5347 013203 arg notify_handle ,temp 
-0x5348 013204 call le_att_get_handle_ptr 
-0x5349 013205 add contr ,1 ,pdata 
-0x534a 013206 store 2 ,mem_le_notify_attr_start 
-0x534b 013207 rtn 
-:      013209 le_init_conn:
-0x534c 013210 set1 mark_ext_patch ,mark 
-0x534d 013211 bpatch patch26_2 ,mem_patch26 
-0x534e 013212 disable wake 
-0x534f 013213 jam 1 ,mem_app_state 
-0x5350 013214 jam 1 ,mem_le_conn_handle 
-0x5351 013215 jam 3 ,mem_le_state 
-0x5352 013216 jam 1 ,mem_le_arq 
-0x5353 013217 setarg -1 
-0x5354 013218 store 2 ,mem_le_event_count 
-0x5355 013219 force 0 ,pdata 
-0x5356 013220 store 1 ,mem_le_conn_sm 
-0x5357 013221 store 1 ,mem_le_ch 
-0x5358 013222 store 1 ,mem_le_op 
-0x5359 013223 store 3 ,mem_sniff_rcv 
-0x535a 013224 store 3 ,mem_sniff_lost 
-0x535b 013225 store 5 ,mem_le_pcnt_tx 
-0x535c 013226 set1 39 ,pdata 
-0x535d 013227 store 5 ,mem_le_pcnt_rx 
-0x535e 013228 branch le_supervision_flush 
-:      013230 le_init_master:
-0x535f 013231 set1 mark_ext_patch ,mark 
-0x5360 013232 bpatch patch26_3 ,mem_patch26 
-0x5361 013233 enable master 
-0x5362 013234 jam lemode_master ,mem_le_mode 
-0x5363 013235 jam 1 ,mem_le_att_handle 
-0x5364 013236 jam 1 ,mem_le_search_handle_start 
-0x5365 013237 setarg 0xffff 
-0x5366 013238 store 2 ,mem_le_search_handle_end 
-0x5367 013239 force 0 ,pdata 
-0x5368 013240 store 5 ,mem_le_pcnt_rx 
-0x5369 013241 set1 39 ,pdata 
-0x536a 013242 store 5 ,mem_le_pcnt_tx 
-0x536b 013243 branch le_init_conn 
-:      013246 le_init_slave:
-0x536c 013247 set1 mark_ext_patch ,mark 
-0x536d 013248 bpatch patch26_4 ,mem_patch26 
-0x536e 013249 disable master 
-0x536f 013250 jam lemode_slave ,mem_le_mode 
-0x5370 013251 jam 0 ,mem_le_adv_enable 
-0x5371 013252 jam 0 ,mem_lpm_current_mult 
-0x5372 013253 branch le_init_conn 
-:      013259 le_dispatch:
-0x5373 013260 call le_enable 
-0x5374 013261 call le_scan 
-0x5375 013262 call le_adv 
-0x5376 013263 branch le_disable 
-:      013265 le_conn_dispatch:
-0x5377 013266 set1 mark_ext_patch ,mark 
-0x5378 013267 bpatch patch26_5 ,mem_patch26 
-0x5379 013268 call le_enable 
-0x537a 013269 call app_process_ble 
-0x537b 013270 fetch 1 ,mem_le_mode 
-0x537c 013271 beq lemode_master ,le_master_dispatch 
-0x537d 013272 branch le_slave_dispatch 
-:      013278 le_master_dispatch:
-0x537e 013279 set1 mark_ext_patch ,mark 
-0x537f 013280 bpatch patch26_6 ,mem_patch26 
-0x5380 013281 enable master 
-0x5381 013282 call le_supervision_update 
-0x5382 013283 branch le_master_disconn ,positive 
-0x5383 013284 call check_ble_disabled 
-0x5384 013285 call le_setup 
-0x5385 013286 call le_prepare_tx 
-0x5386 013287 disable match 
-0x5387 013288 call le_transmit_receive_sifs 
-0x5388 013289 nrtn match 
-0x5389 013290 set1 mark_ext_patch ,mark 
-0x538a 013291 bpatch patch26_7 ,mem_patch26 
-0x538b 013292 fetch 1 ,mem_le_conn_rcv 
-0x538c 013293 increase 1 ,pdata 
-0x538d 013294 store 1 ,mem_le_conn_rcv 
-0x538e 013295 call le_acknowledge 
-0x538f 013296 call le_conn_sm_master 
-0x5390 013297 disable master 
-0x5391 013298 rtn 
-:      013300 le_master_disconn:
-0x5392 013301 call le_disconnect 
-0x5393 013302 disable master 
-0x5394 013303 rtn 
-:      013308 le_slave_dispatch:
-0x5395 013309 set1 mark_ext_patch ,mark 
-0x5396 013310 bpatch patch27_0 ,mem_patch27 
-0x5397 013311 disable attempt 
-0x5398 013312 call le_supervision_update 
-0x5399 013313 branch le_slave_disconn ,positive 
-0x539a 013314 call check_ble_disabled 
-0x539b 013315 call le_setup 
-0x539c 013316 call le_receive_slave 
-0x539d 013317 nbranch le_slave_unsync ,match 
-:      013318 le_slave_match:
-0x539e 013319 set1 mark_ext_patch ,mark 
-0x539f 013320 bpatch patch27_1 ,mem_patch27 
-0x53a0 013321 call le_got_first_packet 
-0x53a1 013322 call le_acknowledge 
-0x53a2 013323 call le_prepare_tx 
-0x53a3 013324 fetch 1 ,mem_le_rxbuf 
-0x53a4 013325 bbit1 md ,le_slave_more_data 
-0x53a5 013326 call le_xtype_fifo_is_empty 
-0x53a6 013327 nbranch le_slave_more_data ,blank 
-:      013328 le_slave_transmit_last:
-0x53a7 013329 set1 mark_ext_patch ,mark 
-0x53a8 013330 bpatch patch27_2 ,mem_patch27 
-0x53a9 013331 call le_transmit_norx 
-:      013332 le_slave_cont:
-0x53aa 013333 call check_51cmd 
-0x53ab 013334 fetch 1 ,mem_le_op 
-0x53ac 013335 bbit1 op_disconn ,le_slave_disconn 
-:      013336 le_slave_unsync:
-0x53ad 013337 set1 mark_ext_patch ,mark 
-0x53ae 013338 bpatch patch27_3 ,mem_patch27 
-0x53af 013339 call le_savelist 
-0x53b0 013340 call le_lpm_set_mult 
-0x53b1 013341 call le_update_channel_map 
-0x53b2 013342 call le_update_param 
-0x53b3 013343 branch calc_clke_offset 
-:      013345 le_slave_more_data:
-0x53b4 013346 set1 mark_ext_patch ,mark 
-0x53b5 013347 bpatch patch27_4 ,mem_patch27 
-0x53b6 013348 enable attempt 
-0x53b7 013349 call le_transmit_receive_sifs 
-0x53b8 013350 branch le_slave_match ,match 
-0x53b9 013351 branch le_slave_cont 
-:      013353 le_slave_disconn:
-:      013356 le_disconnect:
-0x53ba 013357 set1 mark_ext_patch ,mark 
-0x53bb 013358 bpatch patch27_5 ,mem_patch27 
-0x53bc 013359 call le_clear_connection_info 
-0x53bd 013360 call app_disconn_reason_collect_ble 
-0x53be 013361 jam bt_evt_le_disconnected ,mem_fifo_temp 
-0x53bf 013362 branch ui_ipc_send_event 
-:      013364 le_clear_connection_info:
-0x53c0 013365 fetcht 1 ,mem_le_conn_handle 
-0x53c1 013366 jam hci_error_connection_timeout ,mem_hci_disconn_reason 
-0x53c2 013367 call hci_send_disconn_complete 
-0x53c3 013368 jam 0 ,mem_le_conn_handle 
-0x53c4 013369 jam lemode_idle ,mem_le_mode 
-0x53c5 013370 jam 0 ,mem_le_state 
-0x53c6 013371 jam 0 ,mem_app_state 
-0x53c7 013372 rtn 
-:      013374 le_got_first_packet:
-0x53c8 013375 fetch 1 ,mem_le_conn_rcv 
-0x53c9 013376 increase 1 ,pdata 
-0x53ca 013377 store 1 ,mem_le_conn_rcv 
-0x53cb 013378 fetch 1 ,mem_le_state 
-0x53cc 013379 rtnbit1 lestate_got_first_packet 
-0x53cd 013380 set1 lestate_got_first_packet 
-0x53ce 013381 store 1 ,mem_le_state 
-0x53cf 013382 setarg 0 
-0x53d0 013383 store 4 ,mem_le_transmit_window 
-0x53d1 013384 rtn 
-:      013389 le_enable:
-0x53d2 013390 set1 mark_ext_patch ,mark 
-0x53d3 013391 bpatch patch27_6 ,mem_patch27 
-0x53d4 013392 enable le 
-0x53d5 013393 hjam 7 ,rfen_ulp 
-0x53d6 013394 branch check_ble_disabled 
-:      013396 le_disable:
-0x53d7 013397 set1 mark_ext_patch ,mark 
-0x53d8 013398 bpatch patch27_7 ,mem_patch27 
-0x53d9 013399 disable le 
-0x53da 013400 hjam 3 ,rfen_ulp 
-0x53db 013401 arg 0 ,stop_watch 
-0x53dc 013402 rtn 
-:      013404 le_prep:
-0x53dd 013405 disable enable_crc 
-0x53de 013406 disable enable_white 
-0x53df 013407 fetch 3 ,mem_le_crcinit 
-0x53e0 013408 iforce crc24_init 
-0x53e1 013409 fetch 1 ,mem_le_ch_mapped 
-0x53e2 013410 reverse pdata ,temp 
-0x53e3 013411 set1 1 ,temp 
-0x53e4 013412 rshift temp ,white_init 
-0x53e5 013413 rtn 
-:      013416 lerx_setfreq:
-0x53e6 013417 call le_setfreq 
-0x53e7 013418 call set_freq_rx 
-0x53e8 013419 setarg param_pll_setup 
-0x53e9 013420 call sleep 
-0x53ea 013421 branch rf_rx_enable 
-:      013423 letx_setfreq:
-0x53eb 013424 branch txon ,match 
-0x53ec 013425 call le_setfreq 
-0x53ed 013426 branch set_freq_tx 
-:      013427 le_setfreq:
-0x53ee 013428 set1 mark_ext_patch ,mark 
-0x53ef 013429 bpatch patch28_0 ,mem_patch28 
-0x53f0 013430 call set_sync_on 
-0x53f1 013431 fetch 1 ,mem_le_testtype 
-0x53f2 013432 nbranch le_ctf_test ,blank 
-0x53f3 013433 fetch 1 ,mem_le_ch_mapped 
-0x53f4 013434 sub pdata ,36 ,null 
-0x53f5 013435 branch le_ctf_normal ,positive 
-0x53f6 013436 force 0 ,temp 
-0x53f7 013437 rtneq 37 
-0x53f8 013438 force 24 ,temp 
-0x53f9 013439 rtneq 38 
-0x53fa 013440 force 78 ,temp 
-0x53fb 013441 rtn 
-:      013443 le_ctf_normal:
-0x53fc 013444 sub pdata ,10 ,null 
-0x53fd 013445 branch le_ctf_low ,positive 
-0x53fe 013446 increase 1 ,pdata 
-:      013448 le_ctf_low:
-0x53ff 013449 lshift pdata ,pdata 
-0x5400 013450 add pdata ,2 ,temp 
-0x5401 013451 rtn 
-:      013453 le_ctf_test:
-0x5402 013454 fetch 1 ,mem_le_ch_mapped 
-0x5403 013455 lshift pdata ,temp 
-0x5404 013456 rtn 
-:      013458 le_sca_map:
-0x5405 013459 arg 500 ,temp 
-0x5406 013460 rtn blank 
-0x5407 013461 arg 250 ,temp 
-0x5408 013462 rtneq 1 
-0x5409 013463 arg 150 ,temp 
-0x540a 013464 rtneq 2 
-0x540b 013465 arg 100 ,temp 
-0x540c 013466 rtneq 3 
-0x540d 013467 arg 75 ,temp 
-0x540e 013468 rtneq 4 
-0x540f 013469 arg 50 ,temp 
-0x5410 013470 rtneq 5 
-0x5411 013471 arg 40 ,temp 
-0x5412 013472 rtneq 6 
-0x5413 013473 arg 20 ,temp 
-0x5414 013474 rtn 
-:      013478 le_adv_access:
-0x5415 013479 setarg 0x8e89be 
-0x5416 013480 lshift8 pdata ,pdata 
-0x5417 013481 or_into 0xd6 ,pdata 
-0x5418 013482 iforce access 
-0x5419 013483 setarg 0x555555 
-0x541a 013484 store 3 ,mem_le_crcinit 
-0x541b 013485 rtn 
-:      013487 le_setup:
-0x541c 013488 set1 mark_ext_patch ,mark 
-0x541d 013489 bpatch patch28_1 ,mem_patch28 
-0x541e 013490 enable swfine 
-0x541f 013491 fetch 4 ,mem_le_access 
-0x5420 013492 iforce access 
-0x5421 013493 call le_map_channel 
-0x5422 013494 setarg 0x200 
-0x5423 013495 branch le_setup_master ,master 
-0x5424 013496 fetch 2 ,mem_le_receive_window 
-0x5425 013497 rshift pdata ,pdata 
-:      013498 le_setup_master:
-0x5426 013499 arg param_pll_setup ,temp 
-0x5427 013500 iadd temp ,pdata 
-0x5428 013501 call ahead_window 
-0x5429 013502 deposit clke 
-0x542a 013503 store 6 ,mem_le_rxon_ts 
-0x542b 013504 rtn 
-:      013506 le_next_adv_channel:
-0x542c 013507 set1 mark_ext_patch ,mark 
-0x542d 013508 bpatch patch28_2 ,mem_patch28 
-0x542e 013509 fetch 1 ,mem_le_ch_mapped 
-0x542f 013510 increase 1 ,pdata 
-0x5430 013511 store 1 ,mem_le_ch_mapped 
-0x5431 013512 rtnne 40 
-0x5432 013513 jam 37 ,mem_le_ch_mapped 
-0x5433 013514 rtn 
-:      013516 le_context_nexthop:
-0x5434 013517 set1 mark_ext_patch ,mark 
-0x5435 013518 bpatch patch28_3 ,mem_patch28 
-0x5436 013519 add rega ,coffset_mode ,contr 
-0x5437 013520 ifetch 1 ,contr 
-0x5438 013521 rtnbit0 mode_le 
-0x5439 013522 add rega ,coffset_le_event_cnt ,contw 
-0x543a 013523 ifetch 2 ,contw 
-0x543b 013524 increase 1 ,pdata 
-0x543c 013525 istore 2 ,contw 
-0x543d 013526 add rega ,coffset_le_hop ,contr 
-0x543e 013527 ifetch 1 ,contr 
-0x543f 013528 add rega ,coffset_le_ch ,contw 
-0x5440 013529 ifetcht 1 ,contw 
-0x5441 013530 iadd temp ,pdata 
-0x5442 013531 sub pdata ,36 ,null 
-0x5443 013532 branch le_nexthop_nowrap ,positive 
-0x5444 013533 increase -37 ,pdata 
-:      013534 le_nexthop_nowrap:
-0x5445 013535 istore 1 ,contw 
-0x5446 013536 rtn 
-:      013539 le_calc_channel_map:
-0x5447 013540 set1 mark_ext_patch ,mark 
-0x5448 013541 bpatch patch28_4 ,mem_patch28 
-0x5449 013542 fetch 5 ,mem_le_channel_map 
-0x544a 013543 force 0 ,temp 
-0x544b 013544 force 37 ,loopcnt 
-:      013545 le_count_channels_loop:
-0x544c 013546 bbit0 0 ,le_count_channels_notused 
-0x544d 013547 increase 1 ,temp 
-:      013548 le_count_channels_notused:
-0x544e 013549 rshift pdata ,pdata 
-0x544f 013550 loop le_count_channels_loop 
-0x5450 013551 add temp ,-1 ,pdata 
-0x5451 013552 store 1 ,mem_le_channels 
-0x5452 013553 rtn 
-:      013555 le_map_channel:
-0x5453 013556 set1 mark_ext_patch ,mark 
-0x5454 013557 bpatch patch28_5 ,mem_patch28 
-0x5455 013558 fetch 1 ,mem_le_ch 
-0x5456 013559 iforce queue 
-0x5457 013560 fetcht 5 ,mem_le_channel_map 
-0x5458 013561 qisolate1 temp 
-0x5459 013562 branch le_map_channel_end ,true 
-:      013563 le_map_channel_next:
-0x545a 013564 set1 mark_ext_patch ,mark 
-0x545b 013565 bpatch patch28_6 ,mem_patch28 
-0x545c 013566 fetch 1 ,mem_le_channels 
-0x545d 013567 isub queue ,pdata 
-0x545e 013568 branch le_map_channel_cont ,positive 
-0x545f 013569 sub pdata ,-1 ,queue 
-0x5460 013570 branch le_map_channel_next 
-:      013571 le_map_channel_cont:
-0x5461 013572 copy queue ,loopcnt 
-0x5462 013573 force 0 ,queue 
-:      013574 le_map_channel_loop:
-0x5463 013575 qisolate1 temp 
-0x5464 013576 branch le_map_channel_skip ,true 
-0x5465 013577 increase 1 ,loopcnt 
-:      013578 le_map_channel_skip:
-0x5466 013579 deposit loopcnt 
-0x5467 013580 branch le_map_channel_end ,blank 
-0x5468 013581 increase 1 ,queue 
-0x5469 013582 increase -1 ,loopcnt 
-0x546a 013583 branch le_map_channel_loop 
-:      013584 le_map_channel_end:
-0x546b 013585 deposit queue 
-0x546c 013586 store 1 ,mem_le_ch_mapped 
-0x546d 013587 rtn 
-:      013590 le_wait_tx:
-0x546e 013591 branch le_wait_master ,master 
-0x546f 013592 until null ,timeout 
-0x5470 013593 rtn 
-:      013595 le_wait_master:
-0x5471 013596 arg 0xea0 ,timeup 
-0x5472 013597 until clkn_rt ,meet 
-0x5473 013598 rtn 
-:      013600 le_receive_adv:
-0x5474 013601 disable swfine 
-0x5475 013602 fetch 2 ,mem_le_scan_window 
-0x5476 013603 copy pdata ,timeup 
-0x5477 013604 branch le_receive_packet 
-:      013607 le_receive_slave:
-0x5478 013608 set1 mark_ext_patch ,mark 
-0x5479 013609 bpatch patch28_7 ,mem_patch28 
-0x547a 013610 enable swfine 
-0x547b 013611 fetch 2 ,mem_le_receive_window 
-0x547c 013612 fetcht 4 ,mem_le_transmit_window 
-0x547d 013613 iadd temp ,timeup 
-:      013614 le_receive_packet:
-0x547e 013615 call lerx_setfreq 
-:      013616 le_receive_rxon:
-0x547f 013617 set1 mark_ext_patch ,mark 
-0x5480 013618 bpatch patch29_0 ,mem_patch29 
-0x5481 013619 call le_prep 
-0x5482 013620 disable match 
-0x5483 013621 enable decode_fec0 
-0x5484 013622 enable is_rx 
-0x5485 013623 disable is_tx 
-0x5486 013624 copy timeup ,stop_watch 
-0x5487 013625 correlate null ,timeout 
-0x5488 013626 branch le_receive_on_attempt ,attempt 
-0x5489 013627 copy clke ,temp 
-0x548a 013628 storet 6 ,mem_sync_clke 
-:      013629 le_receive_on_attempt:
-0x548b 013630 nbranch end_of_packet ,sync 
-0x548c 013631 branch le_receive_skip ,attempt 
-0x548d 013632 arg param_clke_cal_le ,clke_rt 
-0x548e 013633 copy bt_clk ,clke_bt 
-0x548f 013634 fetch 1 ,mem_le_state 
-0x5490 013635 bbit0 lestate_got_first_packet ,le_receive_skip 
-0x5491 013636 call lpm_adjust_clk ,wake 
-:      013637 le_receive_skip:
-0x5492 013638 set1 mark_ext_patch ,mark 
-0x5493 013639 bpatch patch29_1 ,mem_patch29 
-0x5494 013640 call save_rssi 
-0x5495 013641 enable enable_white 
-0x5496 013642 enable enable_crc 
-0x5497 013643 parse demod ,bucket ,8 
-0x5498 013644 rshift3 pwindow ,pdata 
-0x5499 013645 store 1 ,mem_le_rxbuf 
-0x549a 013646 parse demod ,bucket ,8 
-0x549b 013647 rshift3 pwindow ,pdata 
-0x549c 013648 istore 1 ,contw 
-0x549d 013649 and pdata ,0x3f ,loopcnt 
-0x549e 013650 branch lerx_nopayload ,zero 
-:      013652 lerx_loop:
-0x549f 013653 parse demod ,bucket ,8 
-0x54a0 013654 rshift3 pwindow ,pdata 
-0x54a1 013655 istore 1 ,contw 
-0x54a2 013656 loop lerx_loop 
-:      013658 lerx_nopayload:
-0x54a3 013659 set1 mark_ext_patch ,mark 
-0x54a4 013660 bpatch patch29_2 ,mem_patch29 
-0x54a5 013661 parse demod ,bucket ,24 
-0x54a6 013662 enable swfine 
-0x54a7 013663 arg param_sifs ,stop_watch 
-0x54a8 013664 rshift32 pdata ,pdata 
-0x54a9 013665 rshift16 pdata ,pdata 
-0x54aa 013666 istore 3 ,contw 
-0x54ab 013667 branch end_of_packet ,crc_failed 
-0x54ac 013668 enable match 
-0x54ad 013669 fetch 1 ,mem_last_freq 
-0x54ae 013670 add pdata ,2 ,rega 
-0x54af 013671 call rf_write_freq 
-0x54b0 013672 disable decode_fec0 
-0x54b1 013673 branch set_sync_on 
-:      013675 le_transmit_receive_sifs:
-0x54b2 013676 set1 mark_ext_patch ,mark 
-0x54b3 013677 bpatch patch29_3 ,mem_patch29 
-0x54b4 013678 call le_transmit 
-0x54b5 013679 fetcht 1 ,mem_last_freq 
-0x54b6 013680 call set_freq_rx 
-0x54b7 013681 call rf_rx_enable 
-0x54b8 013682 enable swfine 
-0x54b9 013683 arg 5000 ,timeup 
-0x54ba 013684 branch le_receive_rxon 
-:      013686 le_transmit_norx:
-0x54bb 013687 call le_transmit 
-0x54bc 013688 branch end_of_packet 
-:      013690 le_transmit:
-0x54bd 013691 set1 mark_ext_patch ,mark 
-0x54be 013692 bpatch patch29_4 ,mem_patch29 
-0x54bf 013693 call le_prep 
-0x54c0 013694 call letx_setfreq 
-0x54c1 013695 set1 txgfsk ,radio_ctrl 
-0x54c2 013696 enable encode_fec0 
-0x54c3 013697 enable is_tx 
-0x54c4 013698 disable is_rx 
-0x54c5 013699 call le_wait_tx 
-0x54c6 013700 rshift16 access ,pdata 
-0x54c7 013701 rshift8 pdata ,pdata 
-0x54c8 013702 rshift4 pdata ,pdata 
-0x54c9 013703 inject mod ,40 
-0x54ca 013704 enable enable_white 
-0x54cb 013705 enable enable_crc 
-0x54cc 013706 set1 mark_ext_patch ,mark 
-0x54cd 013707 bpatch patch29_5 ,mem_patch29 
-0x54ce 013708 fetch 1 ,mem_le_txheader 
-0x54cf 013709 inject mod ,8 
-0x54d0 013710 ifetch 1 ,contr 
-0x54d1 013711 and pdata ,0x3f ,loopcnt 
-0x54d2 013712 inject mod ,8 
-0x54d3 013713 branch letr_nopayload ,zero 
-:      013714 letr_loop:
-0x54d4 013715 ifetch 1 ,contr 
-0x54d5 013716 inject mod ,8 
-0x54d6 013717 loop letr_loop 
-:      013719 letr_nopayload:
-0x54d7 013720 enable enable_parity 
-0x54d8 013721 inject mod ,24 
-0x54d9 013722 disable enable_parity 
-0x54da 013723 until null ,tx_clear 
-0x54db 013724 nop 100 
-0x54dc 013725 disable encode_fec0 
-0x54dd 013726 rtn 
-:      013728 le_send_adv_ind:
-0x54de 013729 set1 mark_ext_patch ,mark 
-0x54df 013730 bpatch patch29_6 ,mem_patch29 
-0x54e0 013731 fetch 1 ,mem_le_adv_type 
-0x54e1 013732 beq adv_direct_ind ,le_send_adv_direct_ind 
-0x54e2 013733 fetch 1 ,mem_le_adv_own_addr_type 
-0x54e3 013734 lshift4 pdata ,pdata 
-0x54e4 013735 lshift2 pdata ,pdata 
-0x54e5 013736 store 1 ,mem_le_txheader 
-0x54e6 013737 fetcht 1 ,mem_le_adv_data_len 
-0x54e7 013738 add temp ,6 ,pdata 
-0x54e8 013739 store 1 ,mem_le_txlen 
-0x54e9 013740 fetch 6 ,mem_le_lap 
-0x54ea 013741 store 6 ,mem_le_txpayload 
-0x54eb 013742 copy temp ,loopcnt 
-0x54ec 013743 arg mem_le_adv_data ,contr 
-0x54ed 013744 call memcpy 
-0x54ee 013745 branch le_send_adv_transmit 
-:      013746 le_send_adv_direct_ind:
-0x54ef 013747 fetcht 2 ,mem_le_notify_handle 
-0x54f0 013748 call le_att_check_notification_enable 
-0x54f1 013749 copy rega ,contw 
-0x54f2 013750 setarg 1 
-0x54f3 013751 istore 1 ,contw 
-0x54f4 013752 fetch 1 ,mem_le_adv_direct_addr_type 
-0x54f5 013753 lshift4 pdata ,pdata 
-0x54f6 013754 lshift2 pdata ,pdata 
-0x54f7 013755 increase 1 ,pdata 
-0x54f8 013756 store 1 ,mem_le_txheader 
-0x54f9 013757 setarg 12 
-0x54fa 013758 store 1 ,mem_le_txlen 
-0x54fb 013759 fetch 6 ,mem_le_lap 
-0x54fc 013760 store 6 ,mem_le_txpayload 
-0x54fd 013761 fetch 6 ,mem_hci_plap 
-0x54fe 013762 istore 6 ,contw 
-:      013763 le_send_adv_transmit:
-0x54ff 013764 set1 mark_ext_patch ,mark 
-0x5500 013765 bpatch patch29_7 ,mem_patch29 
-0x5501 013766 fetch 1 ,mem_le_adv_transmit 
-0x5502 013767 increase 1 ,pdata 
-0x5503 013768 store 1 ,mem_le_adv_transmit 
-0x5504 013769 arg 1800 ,stop_watch 
-0x5505 013770 disable match 
-0x5506 013771 branch le_transmit_receive_sifs 
-:      013773 le_send_scan_request:
-0x5507 013774 set1 mark_ext_patch ,mark 
-0x5508 013775 bpatch patch2a_0 ,mem_patch2a 
-0x5509 013776 fetch 1 ,mem_le_scan_type 
-0x550a 013777 rtnne le_scan_type_active ,pdata 
-0x550b 013778 fetch 1 ,mem_le_adv_transmit 
-0x550c 013779 increase 1 ,pdata 
-0x550d 013780 store 1 ,mem_le_adv_transmit 
-0x550e 013781 arg 0x0c03 ,temp 
-0x550f 013782 fetch 1 ,mem_le_scan_own_addr_type 
-0x5510 013783 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5511 013784 copy rega ,pdata 
-0x5512 013785 nsetflag blank ,le_receiver_addr_bit ,temp 
-0x5513 013786 storet 2 ,mem_le_txheader 
-0x5514 013787 fetch 6 ,mem_le_lap 
-0x5515 013788 istore 6 ,contw 
-0x5516 013789 fetch 6 ,mem_le_plap 
-0x5517 013790 istore 6 ,contw 
-0x5518 013791 branch le_transmit_receive_sifs 
-:      013794 le_send_scan_response:
-0x5519 013795 set1 mark_ext_patch ,mark 
-0x551a 013796 bpatch patch2a_1 ,mem_patch2a 
-0x551b 013797 arg scan_rsp ,temp 
-0x551c 013798 fetch 1 ,mem_le_adv_own_addr_type 
-0x551d 013799 nsetflag blank ,le_sender_addr_bit ,temp 
-0x551e 013800 storet 1 ,mem_le_txheader 
-0x551f 013801 fetcht 1 ,mem_le_scan_data_len 
-0x5520 013802 add temp ,6 ,pdata 
-0x5521 013803 store 1 ,mem_le_txlen 
-0x5522 013804 fetch 6 ,mem_le_lap 
-0x5523 013805 store 6 ,mem_le_txpayload 
-0x5524 013806 arg mem_le_scan_data ,contr 
-0x5525 013807 copy temp ,loopcnt 
-0x5526 013808 call memcpy 
-0x5527 013809 branch le_transmit_norx 
-:      013812 le_connect_request:
-0x5528 013813 set1 mark_ext_patch ,mark 
-0x5529 013814 bpatch patch2a_2 ,mem_patch2a 
-0x552a 013815 force -1 ,pdata 
-0x552b 013816 setsect 2 ,1 
-0x552c 013817 store 5 ,mem_le_channel_map 
-0x552d 013818 call le_calc_channel_map 
-0x552e 013819 force 4 ,loopcnt 
-0x552f 013820 arg mem_le_access ,contw 
-0x5530 013821 call generate_random_loop 
-0x5531 013822 fetch 2 ,mem_le_conn_superto 
-0x5532 013823 store 2 ,mem_le_superto 
-:      013824 le_con_req_hop_retry:
-0x5533 013825 random pdata 
-0x5534 013826 and_into 0xf ,pdata 
-0x5535 013827 sub pdata ,4 ,null 
-0x5536 013828 branch le_con_req_hop_retry ,positive 
-0x5537 013829 store 1 ,mem_le_hop 
-0x5538 013830 store 1 ,mem_tmp1 
-0x5539 013831 set1 mark_ext_patch ,mark 
-0x553a 013832 bpatch patch2a_3 ,mem_patch2a 
-0x553b 013833 fetcht 2 ,mem_le_conn_interval 
-0x553c 013834 storet 2 ,mem_le_tsniff 
-0x553d 013835 copy temp ,regc 
-0x553e 013836 add clkn_bt ,7 ,pdata 
-0x553f 013837 idiv regc 
-0x5540 013838 call wait_div_end 
-0x5541 013839 remainder rega 
-0x5542 013840 isub rega ,pdata 
-0x5543 013841 iadd regc ,pdata 
-0x5544 013842 fetcht 2 ,mem_le_dsniff 
-0x5545 013843 iadd temp ,pdata 
-0x5546 013844 store 4 ,mem_le_anchor 
-0x5547 013845 isub clkn_bt ,rega 
-0x5548 013846 increase -6 ,rega 
-0x5549 013847 arg 0x2205 ,regb 
-0x554a 013848 fetch 1 ,mem_le_conn_own_addr_type 
-0x554b 013849 nsetflag blank ,le_sender_addr_bit ,regb 
-0x554c 013850 fetch 1 ,mem_le_conn_peer_addr_type 
-0x554d 013851 nsetflag blank ,le_receiver_addr_bit ,regb 
-0x554e 013852 copy regb ,pdata 
-0x554f 013853 store 2 ,mem_le_txheader 
-0x5550 013854 fetch 6 ,mem_le_lap 
-0x5551 013855 istore 6 ,contw 
-0x5552 013856 fetch 6 ,mem_le_plap 
-0x5553 013857 istore 6 ,contw 
-0x5554 013858 fetch 4 ,mem_le_access 
-0x5555 013859 istore 4 ,contw 
-0x5556 013860 random pdata 
-0x5557 013861 istore 2 ,contw 
-0x5558 013862 random pdata 
-0x5559 013863 istore 1 ,contw 
-0x555a 013864 force 2 ,pdata 
-0x555b 013865 istore 1 ,contw 
-0x555c 013866 rshift2 rega ,pdata 
-0x555d 013867 istore 2 ,contw 
-0x555e 013868 rshift2 regc ,pdata 
-0x555f 013869 istore 2 ,contw 
-0x5560 013870 set1 mark_ext_patch ,mark 
-0x5561 013871 bpatch patch2a_4 ,mem_patch2a 
-0x5562 013872 fetch 2 ,mem_le_conn_latency 
-0x5563 013873 istore 2 ,contw 
-0x5564 013874 fetch 2 ,mem_le_conn_superto 
-0x5565 013875 istore 2 ,contw 
-0x5566 013876 fetch 5 ,mem_le_channel_map 
-0x5567 013877 istore 5 ,contw 
-0x5568 013878 fetch 1 ,mem_le_hop 
-0x5569 013879 arg param_le_sca ,temp 
-0x556a 013880 ior temp ,pdata 
-0x556b 013881 istore 1 ,contw 
-0x556c 013882 call le_transmit_norx 
-0x556d 013883 setarg mem_le_txheader 
-0x556e 013884 add pdata ,18 ,contr 
-0x556f 013885 ifetch 3 ,contr 
-0x5570 013886 store 3 ,mem_le_crcinit 
-0x5571 013887 rtn 
-:      013889 le_init_adv:
-0x5572 013890 set1 mark_ext_patch ,mark 
-0x5573 013891 bpatch patch2a_5 ,mem_patch2a 
-0x5574 013892 disable master 
-0x5575 013893 branch le_adv_access 
-:      013897 le_update_param:
-0x5576 013898 set1 mark_ext_patch ,mark 
-0x5577 013899 bpatch patch2a_6 ,mem_patch2a 
-0x5578 013900 fetch 1 ,mem_le_state 
-0x5579 013901 rtnbit0 lestate_update_param 
-0x557a 013902 fetch 2 ,mem_le_event_count 
-0x557b 013903 fetcht 2 ,mem_le_instant 
-0x557c 013904 isub temp ,pdata 
-0x557d 013905 nrtn positive 
-0x557e 013906 fetch 1 ,mem_le_state 
-0x557f 013907 set0 lestate_update_param ,pdata 
-0x5580 013908 set0 lestate_got_first_packet ,pdata 
-0x5581 013909 store 1 ,mem_le_state 
-0x5582 013910 fetch 4 ,mem_le_anchor 
-0x5583 013911 fetcht 2 ,mem_le_tsniff 
-0x5584 013912 isub temp ,rega 
-0x5585 013913 set1 mark_ext_patch ,mark 
-0x5586 013914 bpatch patch2a_7 ,mem_patch2a 
-0x5587 013915 fetch 1 ,mem_le_new_param 
-0x5588 013916 store 1 ,mem_le_window_size 
-0x5589 013917 ifetcht 2 ,contr 
-0x558a 013918 ifetch 2 ,contr 
-0x558b 013919 lshift2 pdata ,pdata 
-0x558c 013920 store 2 ,mem_le_tsniff 
-0x558d 013921 lshift2 temp ,temp 
-0x558e 013922 iadd temp ,pdata 
-0x558f 013923 ifetcht 4 ,contr 
-0x5590 013924 storet 4 ,mem_le_slave_latency 
-0x5591 013925 iadd rega ,pdata 
-0x5592 013926 store 4 ,mem_le_anchor 
-0x5593 013927 branch le_receive_window_size 
-:      013929 le_update_channel_map:
-0x5594 013930 set1 mark_ext_patch ,mark 
-0x5595 013931 bpatch patch2b_0 ,mem_patch2b 
-0x5596 013932 fetch 1 ,mem_le_state 
-0x5597 013933 rtnbit0 lestate_update_map 
-0x5598 013934 fetch 2 ,mem_le_event_count 
-0x5599 013935 fetcht 2 ,mem_le_instant 
-0x559a 013936 isub temp ,pdata 
-0x559b 013937 nrtn positive 
-0x559c 013938 fetch 1 ,mem_le_state 
-0x559d 013939 set0 lestate_update_map ,pdata 
-0x559e 013940 store 1 ,mem_le_state 
-0x559f 013941 fetch 5 ,mem_le_new_map 
-0x55a0 013942 store 5 ,mem_le_channel_map 
-0x55a1 013943 branch le_calc_channel_map 
-:      013946 le_acknowledge:
-0x55a2 013947 set1 mark_ext_patch ,mark 
-0x55a3 013948 bpatch patch2b_1 ,mem_patch2b 
-0x55a4 013949 call le_supervision_flush 
-0x55a5 013950 call le_check_wak 
-0x55a6 013951 fetch 1 ,mem_le_rxbuf 
-0x55a7 013952 rshift pdata ,pdata 
-0x55a8 013953 ixor temp ,pdata 
-0x55a9 013954 isolate1 nesn ,pdata 
-0x55aa 013955 setflag true ,mark_old_packet ,mark 
-0x55ab 013956 fetch 1 ,mem_le_rxbuf + 1 
-0x55ac 013957 branch le_ack_unenc ,blank 
-0x55ad 013958 fetch 1 ,mem_le_state 
-0x55ae 013959 bbit0 lestate_encryption ,le_ack_unenc 
-0x55af 013960 call load_sk 
-0x55b0 013961 call le_decrypt 
-0x55b1 013962 nrtn blank 
-:      013963 le_ack_unenc:
-0x55b2 013964 rtnmark1 mark_old_packet 
-0x55b3 013965 fetcht 1 ,mem_le_arq 
-0x55b4 013966 setflip nesn ,temp 
-0x55b5 013967 storet 1 ,mem_le_arq 
-0x55b6 013968 branch le_parse 
-:      013970 le_check_wak:
-0x55b7 013971 set1 mark_ext_patch ,mark 
-0x55b8 013972 bpatch patch2b_2 ,mem_patch2b 
-0x55b9 013973 fetcht 1 ,mem_le_arq 
-0x55ba 013974 isolate0 wak ,temp 
-0x55bb 013975 rtn true 
-0x55bc 013976 fetch 1 ,mem_le_rxbuf 
-0x55bd 013977 lshift pdata ,pdata 
-0x55be 013978 ixor temp ,pdata 
-0x55bf 013979 rtnbit0 sn 
-0x55c0 013980 set0 wak ,temp 
-0x55c1 013981 setflip sn ,temp 
-0x55c2 013982 storet 1 ,mem_le_arq 
-0x55c3 013983 compare 3 ,temp ,3 
-0x55c4 013984 nrtn true 
-0x55c5 013985 fetch 1 ,mem_le_txpayload 
-0x55c6 013986 rtnne ll_start_enc_req 
-0x55c7 013987 fetch 1 ,mem_le_state 
-0x55c8 013988 set1 lestate_encryption ,pdata 
-0x55c9 013989 store 1 ,mem_le_state 
-0x55ca 013990 rtn 
-:      013992 le_wait_adv:
-0x55cb 013993 set1 mark_ext_patch ,mark 
-0x55cc 013994 bpatch patch2b_3 ,mem_patch2b 
-0x55cd 013995 call le_next_adv_channel 
-0x55ce 013996 call le_receive_adv 
-0x55cf 013997 fetch 1 ,mem_le_adv_waitcnt 
-0x55d0 013998 increase 1 ,pdata 
-0x55d1 013999 store 1 ,mem_le_adv_waitcnt 
-0x55d2 014000 rtn 
-:      014002 le_scan:
-0x55d3 014003 set1 mark_ext_patch ,mark 
-0x55d4 014004 bpatch patch2b_4 ,mem_patch2b 
-0x55d5 014005 fetch 1 ,mem_le_scan_enable 
-0x55d6 014006 rtnne le_scan_enable 
-0x55d7 014007 arg le_scan_interval_timer ,queue 
-0x55d8 014008 call timer_check 
-0x55d9 014009 nrtn blank 
-0x55da 014010 fetch 2 ,mem_le_scan_interval 
-0x55db 014011 fetcht 2 ,mem_le_scan_window 
-0x55dc 014012 isub temp ,pdata 
-0x55dd 014013 arg le_scan_interval_timer ,queue 
-0x55de 014014 call timer_init 
-0x55df 014015 disable master 
-0x55e0 014016 call le_init_adv 
-0x55e1 014017 call le_wait_adv 
-0x55e2 014018 nrtn match 
-0x55e3 014019 set1 mark_ext_patch ,mark 
-0x55e4 014020 bpatch patch2b_5 ,mem_patch2b 
-0x55e5 014021 fetch 6 ,mem_le_rxbuf + 2 
-0x55e6 014022 store 6 ,mem_le_plap 
-0x55e7 014023 call le_scan_dongle 
-0x55e8 014024 call le_scan_addr_to_uart 
-0x55e9 014026 fetch 1 ,mem_le_adv_rcv 
-0x55ea 014027 increase 1 ,pdata 
-0x55eb 014028 store 1 ,mem_le_adv_rcv 
-0x55ec 014029 call le_create_conn 
-0x55ed 014030 rtn master 
-0x55ee 014031 call hci_send_le_adv_report_event 
-0x55ef 014032 call le_send_scan_request 
-0x55f0 014033 nrtn match 
-0x55f1 014034 set1 mark_ext_patch ,mark 
-0x55f2 014035 bpatch patch2b_6 ,mem_patch2b 
-0x55f3 014036 fetch 1 ,mem_le_scanrsp_rcv 
-0x55f4 014037 increase 1 ,pdata 
-0x55f5 014038 store 1 ,mem_le_scanrsp_rcv 
-0x55f6 014039 fetch 9 ,mem_le_rxbuf + 8 
-0x55f7 014040 store 9 ,mem_tmp_buffer 
-0x55f8 014041 branch hci_send_le_adv_report_event 
-:      014043 le_create_conn:
-0x55f9 014044 set1 mark_ext_patch ,mark 
-0x55fa 014045 bpatch patch2b_7 ,mem_patch2b 
-0x55fb 014046 fetch 1 ,mem_cmd_le_create_conn 
-0x55fc 014047 rtnne hci_cmd_le_create_conn ,pdata 
-0x55fd 014048 fetch 6 ,mem_le_plap 
-0x55fe 014049 fetcht 6 ,mem_le_conn_peer_addr 
-0x55ff 014050 isub temp ,null 
-0x5600 014051 nrtn zero 
-0x5601 014052 call context_new 
-0x5602 014053 nrtn zero 
-0x5603 014054 call le_connect_request 
-0x5604 014055 call le_init_master 
-0x5605 014056 set1 mark_ext_patch ,mark 
-0x5606 014057 bpatch patch2c_0 ,mem_patch2c 
-0x5607 014058 jam 0 ,mem_hci_cmd 
-0x5608 014059 jam 0 ,mem_le_peer_sca 
-0x5609 014060 fetch 1 ,mem_device_option 
-0x560a 014061 bne dvc_op_dongle ,le_create_conn_ndongle 
-0x560b 014062 jam conn_sm_send_write_req ,mem_le_conn_sm 
-:      014063 le_create_conn_ndongle:
-0x560c 014064 arg 0 ,temp 
-0x560d 014065 call hci_send_le_conn_complete 
-0x560e 014066 jam 0 ,mem_le_scan_enable 
-0x560f 014067 jam 0 ,mem_cmd_le_create_conn 
-0x5610 014068 jam xt_ll_version_ind ,mem_fifo_temp 
-0x5611 014069 call le_xtype_fifo_in 
-0x5612 014070 branch context_save 
-:      014072 le_scan_check_sender_addr_type:
-0x5613 014073 arg 1 ,rega 
-0x5614 014074 fetch 1 ,mem_le_rxbuf 
-0x5615 014075 rtnbit1 le_sender_addr_bit 
-0x5616 014076 arg 0 ,rega 
-0x5617 014077 rtn 
-:      014079 le_xtype_fifo_count:
-0x5618 014080 arg mem_le_xtype_fifo ,contr 
-0x5619 014081 branch fifo_content_count 
-:      014083 le_xtype_fifo_is_empty:
-0x561a 014084 arg mem_le_xtype_fifo ,rega 
-0x561b 014085 branch fifo_is_empty 
-:      014087 le_xtype_fifo_is_full:
-0x561c 014088 arg mem_le_xtype_fifo ,rega 
-0x561d 014089 branch fifo_is_full 
-:      014091 le_xtype_fifo_is_near_full:
-0x561e 014092 arg mem_le_xtype_fifo ,rega 
-0x561f 014093 branch fifo_is_near_full 
-:      014095 le_xtype_fifo_in:
-0x5620 014096 arg mem_le_xtype_fifo ,rega 
-0x5621 014097 branch fifo_in 
-:      014099 le_prepare_tx:
-0x5622 014100 set1 mark_ext_patch ,mark 
-0x5623 014101 bpatch patch2c_1 ,mem_patch2c 
-0x5624 014102 fetch 1 ,mem_le_arq 
-0x5625 014103 rtnbit1 wak 
-0x5626 014104 arg mem_le_xtype_fifo ,rega 
-0x5627 014105 call fifo_out 
-0x5628 014106 nbranch le_prepare_tx_cmd ,blank 
-0x5629 014107 fetch 1 ,mem_device_option 
-0x562a 014108 bne dvc_op_hci ,le_send_empty 
-0x562b 014109 arg 0 ,type 
-0x562c 014110 call hci_rx_packet 
-0x562d 014111 copy type ,pdata 
-0x562e 014112 nrtn blank 
-0x562f 014113 branch le_send_empty 
-:      014114 le_prepare_tx_cmd:
-0x5630 014115 copy pdata ,temp 
-0x5631 014116 set1 mark_ext_patch ,mark 
-0x5632 014117 bpatch patch2c_2 ,mem_patch2c 
-0x5633 014118 copy temp ,pdata 
-0x5634 014119 bbit0 5 ,le_prepare_l2cap 
-0x5635 014120 force 3 ,type 
-0x5636 014121 set0 5 ,pdata 
-0x5637 014122 store 1 ,mem_le_txpayload 
-0x5638 014123 set1 mark_ext_patch ,mark 
-0x5639 014124 bpatch patch2c_3 ,mem_patch2c 
-0x563a 014125 fetch 1 ,mem_le_txpayload 
-0x563b 014126 beq ll_connection_update_req ,le_send_connection_update_req 
-0x563c 014127 beq ll_channel_map_req ,le_send_channel_map_req 
-0x563d 014128 beq ll_terminate_ind ,le_send_terminate_ind 
-0x563e 014129 beq ll_enc_req ,le_send_enc_req 
-0x563f 014130 beq ll_enc_rsp ,le_send_enc_rsp 
-0x5640 014131 beq ll_start_enc_req ,le_send_start_enc_req 
-0x5641 014132 beq ll_start_enc_rsp ,le_send_start_enc_rsp 
-0x5642 014133 beq ll_unknown_rsp ,le_send_unknown_rsp 
-0x5643 014134 beq ll_feature_req ,le_send_feature 
-0x5644 014135 beq ll_feature_rsp ,le_send_feature 
-0x5645 014136 beq ll_pause_enc_req ,le_send_pause_enc_req 
-0x5646 014137 beq ll_pause_enc_rsp ,le_send_pause_enc_rsp 
-0x5647 014138 beq ll_version_ind ,le_send_version_ind 
-0x5648 014139 beq ll_reject_ind ,le_send_reject_ind 
-0x5649 014140 beq ll_connection_param_req ,le_send_conn_param_req 
-0x564a 014141 branch assert 
-:      014143 le_prepare_l2cap:
-0x564b 014144 jam 0 ,mem_le_txcid + 1 
-0x564c 014145 force 2 ,type 
-0x564d 014146 bbit0 6 ,le_prepare_att 
-0x564e 014147 beq attop_write_command ,le_prepare_att 
-0x564f 014148 beq attop_signed_write_command ,le_prepare_att 
-0x5650 014149 jam le_l2cap_cid_smp ,mem_le_txcid 
-0x5651 014150 set0 6 ,pdata 
-0x5652 014151 store 1 ,mem_le_l2cap 
-:      014152 le_prepare_smp:
-0x5653 014153 set1 mark_ext_patch ,mark 
-0x5654 014154 bpatch patch2c_4 ,mem_patch2c 
-0x5655 014155 fetch 1 ,mem_le_l2cap 
-:      014156 le_prepare_smp0:
-0x5656 014157 beq smp_pairing_request ,le_send_smp_pairing_request 
-0x5657 014158 beq smp_pairing_response ,le_send_smp_pairing_response 
-0x5658 014159 beq smp_pairing_confirm ,le_send_smp_pairing_confirm 
-0x5659 014160 beq smp_pairing_random ,le_send_smp_pairing_random 
-0x565a 014161 beq smp_pairing_failed ,le_send_smp_pairing_failed 
-0x565b 014162 beq smp_encryption_information ,le_send_smp_encryption_information 
-0x565c 014163 beq smp_master_identification ,le_send_smp_master_identification 
-0x565d 014164 beq smp_identity_information ,le_send_smp_identity_information 
-0x565e 014165 beq smp_identity_address_information ,le_send_smp_identity_address_information 
-0x565f 014166 beq smp_signing_information ,le_send_smp_signing_information 
-0x5660 014167 beq smp_security_request ,le_send_smp_security_request 
-0x5661 014168 branch assert 
-:      014170 le_prepare_att:
-0x5662 014171 jam le_l2cap_cid_att ,mem_le_txcid 
-0x5663 014172 store 1 ,mem_le_l2cap 
-0x5664 014173 set1 mark_ext_patch ,mark 
-0x5665 014174 bpatch patch2c_5 ,mem_patch2c 
-:      014175 le_prepare_att0:
-0x5666 014176 fetch 1 ,mem_le_l2cap 
-0x5667 014177 beq attop_error_response ,le_send_att_error_response 
-0x5668 014178 beq attop_exchange_mtu_request ,le_send_att_exchange_mtu 
-0x5669 014179 beq attop_exchange_mtu_response ,le_send_att_exchange_mtu 
-0x566a 014180 beq attop_find_information_request ,le_send_att_find_information_request 
-0x566b 014181 beq attop_find_information_response ,le_send_att_find_information_response 
-0x566c 014182 beq attop_find_by_type_value_request ,le_send_att_find_by_type_value_request 
-0x566d 014183 beq attop_find_by_type_value_response ,le_send_att_find_by_type_value_response 
-0x566e 014184 beq attop_read_by_type_request ,le_send_att_read_by_type_request 
-0x566f 014185 beq attop_read_by_type_response ,le_send_att_read_by_type_response 
-0x5670 014186 beq attop_read_request ,le_send_att_read_request 
-0x5671 014187 beq attop_read_response ,le_send_att_read_response 
-0x5672 014188 beq attop_read_blob_request ,le_send_att_read_blob_request 
-0x5673 014189 beq attop_read_blob_response ,le_send_att_read_blob_response 
-0x5674 014190 beq attop_read_multiple_request ,le_send_att_read_multiple_request 
-0x5675 014191 beq attop_read_multiple_response ,le_send_att_read_multiple_response 
-0x5676 014192 beq attop_read_by_group_type_request ,le_send_att_read_by_group_type_request 
-0x5677 014193 beq attop_read_by_group_type_response ,le_send_att_read_by_group_type_response 
-0x5678 014194 beq attop_write_request ,le_send_att_write_request 
-0x5679 014195 beq attop_write_response ,le_send_att_write_response 
-0x567a 014196 beq attop_prepare_write_request ,le_send_att_prepare_write_request 
-0x567b 014197 beq attop_prepare_write_response ,le_send_att_prepare_write_response 
-0x567c 014198 beq attop_execute_write_request ,le_send_att_execute_write_request 
-0x567d 014199 beq attop_execute_write_response ,le_send_att_execute_write_response 
-0x567e 014200 beq attop_handle_value_notification ,le_send_att_handle_value_notification 
-0x567f 014201 beq attop_handle_value_indication ,le_send_att_handle_value_indication 
-0x5680 014202 beq attop_handle_value_confirmation ,le_send_att_handle_value_confirmation 
-0x5681 014203 beq attop_write_command ,le_send_att_write_command 
-0x5682 014204 beq attop_signed_write_command ,le_send_att_signed_write_command 
-0x5683 014205 beq empty_le_data_pre ,le_send_empty_le_data_pre 
-0x5684 014206 beq empty_le_data ,le_send_empty_le_data 
-0x5685 014207 branch assert 
-:      014209 le_send_empty_le_data_pre:
-0x5686 014210 jam attop_read_by_group_type_request ,mem_fifo_temp 
-0x5687 014211 call le_xtype_fifo_in 
-:      014213 le_send_empty_le_data:
-0x5688 014214 setarg 0x0011 
-0x5689 014215 store 2 ,mem_le_txheader 
-0x568a 014216 fetch 1 ,mem_le_arq 
-0x568b 014217 set1 wak ,pdata 
-0x568c 014218 store 1 ,mem_le_arq 
-0x568d 014219 jam attop_write_request ,mem_fifo_temp 
-0x568e 014220 branch le_xtype_fifo_in 
-:      014222 le_send_connection_update_req:
-0x568f 014223 force 12 ,temp 
-0x5690 014224 branch le_send_packet 
-:      014226 le_send_channel_map_req:
-0x5691 014227 force 8 ,temp 
-0x5692 014228 branch le_send_packet 
-:      014230 le_send_terminate_ind:
-0x5693 014231 force 2 ,temp 
-0x5694 014232 branch le_send_packet 
-:      014234 le_send_enc_req:
-0x5695 014235 force 0 ,pdata 
-0x5696 014236 istore 8 ,contw 
-0x5697 014237 istore 2 ,contw 
-0x5698 014238 copy contw ,temp 
-0x5699 014239 arg mem_le_skdm ,contw 
-0x569a 014240 force 8 ,loopcnt 
-0x569b 014241 call generate_random_loop 
-0x569c 014242 fetch 8 ,mem_le_skdm 
-0x569d 014243 istore 8 ,temp 
-0x569e 014244 copy contw ,temp 
-0x569f 014245 arg mem_le_ivm ,contw 
-0x56a0 014246 force 4 ,loopcnt 
-0x56a1 014247 call generate_random_loop 
-0x56a2 014248 fetch 4 ,mem_le_ivm 
-0x56a3 014249 istore 4 ,temp 
-0x56a4 014250 force 23 ,temp 
-0x56a5 014251 branch le_send_packet 
-:      014253 le_send_enc_rsp:
-0x56a6 014254 copy contw ,temp 
-0x56a7 014255 arg mem_le_skds ,contw 
-0x56a8 014256 force 8 ,loopcnt 
-0x56a9 014257 call generate_random_loop 
-0x56aa 014258 fetch 8 ,mem_le_skds 
-0x56ab 014259 istore 8 ,temp 
-0x56ac 014260 copy contw ,temp 
-0x56ad 014261 arg mem_le_ivs ,contw 
-0x56ae 014262 force 4 ,loopcnt 
-0x56af 014263 call generate_random_loop 
-0x56b0 014264 fetch 4 ,mem_le_ivs 
-0x56b1 014265 istore 4 ,temp 
-0x56b2 014266 call generate_sk 
-0x56b3 014267 jam xt_ll_start_enc_req ,mem_fifo_temp 
-0x56b4 014268 call le_xtype_fifo_in 
-0x56b5 014269 force 13 ,temp 
-0x56b6 014270 branch le_send_packet 
-:      014272 le_send_start_enc_req:
-0x56b7 014273 force 1 ,temp 
-0x56b8 014274 branch le_send_packet 
-:      014276 le_send_start_enc_rsp:
-0x56b9 014277 force 1 ,temp 
-0x56ba 014278 branch le_send_packet ,master 
-0x56bb 014279 jam xt_smp_encryption_information ,mem_fifo_temp 
-0x56bc 014280 call le_xtype_fifo_in 
-0x56bd 014281 force 1 ,temp 
-0x56be 014282 branch le_send_packet 
-:      014284 le_send_unknown_rsp:
-0x56bf 014285 force 2 ,temp 
-0x56c0 014286 branch le_send_packet 
-:      014288 le_send_feature:
-0x56c1 014289 setarg param_le_features 
-0x56c2 014290 istore 8 ,contw 
-0x56c3 014291 force 9 ,temp 
-0x56c4 014292 branch le_send_packet 
-:      014294 le_send_pause_enc_req:
-0x56c5 014295 force 6 ,temp 
-0x56c6 014296 branch le_send_packet 
-:      014298 le_send_pause_enc_rsp:
-0x56c7 014299 force 6 ,temp 
-0x56c8 014300 branch le_send_packet 
-:      014302 le_send_version_ind:
-0x56c9 014303 setarg param_le_version 
-0x56ca 014304 istore 3 ,contw 
-0x56cb 014305 setarg param_le_subversion 
-0x56cc 014306 istore 2 ,contw 
-0x56cd 014307 force 6 ,temp 
-0x56ce 014308 branch le_send_packet 
-:      014310 le_send_reject_ind:
-0x56cf 014311 force 2 ,temp 
-0x56d0 014312 branch le_send_packet 
-:      014314 le_send_conn_param_req:
-0x56d1 014315 increase -1 ,contw 
-0x56d2 014316 setarg 0x000c 
-0x56d3 014317 istore 2 ,contw 
-0x56d4 014318 setarg 0x0005 
-0x56d5 014319 istore 2 ,contw 
-0x56d6 014320 setarg 0xb412 
-0x56d7 014321 istore 2 ,contw 
-0x56d8 014322 setarg 0x0008 
-0x56d9 014323 istore 2 ,contw 
-0x56da 014324 setarg 0x0008 
-0x56db 014325 istore 2 ,contw 
-0x56dc 014326 setarg 0x0010 
-0x56dd 014327 istore 2 ,contw 
-0x56de 014328 setarg 0 
-0x56df 014329 istore 2 ,contw 
-0x56e0 014330 setarg 0x012c 
-0x56e1 014331 istore 2 ,contw 
-0x56e2 014332 call le_send_autolen 
-0x56e3 014333 force 2 ,type 
-0x56e4 014334 branch le_send_packet 
-:      014336 le_send_smp_pairing_request:
-0x56e5 014337 setarg 0x1000401 
-0x56e6 014338 store 4 ,mem_le_preq 
-0x56e7 014339 setarg 0x070710 
-0x56e8 014340 istore 3 ,contw 
-0x56e9 014341 fetch 6 ,mem_le_preq + 1 
-0x56ea 014342 store 6 ,mem_le_l2cap_response 
-0x56eb 014343 force 11 ,temp 
-0x56ec 014344 branch le_send_packet 
-:      014346 le_send_smp_pairing_response:
-0x56ed 014347 setarg param_smp_paring_response 
-0x56ee 014348 store 4 ,mem_le_pres 
-0x56ef 014349 setarg param_smp_key_dist 
-0x56f0 014350 istore 3 ,contw 
-0x56f1 014351 fetch 6 ,mem_le_pres + 1 
-0x56f2 014352 store 6 ,mem_le_l2cap_response 
-0x56f3 014353 force 11 ,temp 
-0x56f4 014354 branch le_send_packet 
-:      014356 le_send_smp_pairing_confirm:
-0x56f5 014357 call generate_confirm 
-0x56f6 014358 arg mem_le_l2cap_response ,contw 
-0x56f7 014359 call store_aes_result 
-0x56f8 014360 force 21 ,temp 
-0x56f9 014361 branch le_send_packet 
-:      014363 le_send_smp_pairing_random:
-0x56fa 014364 fetch 8 ,mem_le_mrand 
-0x56fb 014365 branch le_send_smp_mrandom ,master 
-0x56fc 014366 fetch 8 ,mem_le_srand 
-:      014368 le_send_smp_mrandom:
-0x56fd 014369 call le_send_smp_128 
-0x56fe 014370 branch le_send_packet 
-:      014372 le_send_smp_pairing_failed:
-0x56ff 014373 force 6 ,temp 
-0x5700 014374 branch le_send_packet 
-:      014376 le_send_smp_encryption_information:
-0x5701 014377 jam bt_evt_le_enc_info ,mem_fifo_temp 
-0x5702 014378 call ui_ipc_send_event 
-0x5703 014379 jam xt_smp_master_identification ,mem_fifo_temp 
-0x5704 014380 call le_xtype_fifo_in 
-0x5705 014381 arg mem_le_my_ltk ,contw 
-0x5706 014382 call generate_random 
-0x5707 014383 fetch 8 ,mem_le_my_ltk 
-0x5708 014384 fetch 8 ,mem_le_ltk 
-0x5709 014385 call le_send_smp_128 
-0x570a 014386 branch le_send_packet 
-:      014388 le_send_smp_master_identification:
-0x570b 014389 jam xt_smp_identity_information ,mem_fifo_temp 
-0x570c 014390 call le_xtype_fifo_in 
-0x570d 014391 arg mem_le_l2cap_response ,contw 
-0x570e 014392 force 8 ,loopcnt 
-0x570f 014393 call generate_random_loop 
-0x5710 014394 force 15 ,temp 
-0x5711 014395 branch le_send_packet 
-:      014397 le_send_smp_identity_information:
-0x5712 014398 jam xt_smp_identity_address_information ,mem_fifo_temp 
-0x5713 014399 call le_xtype_fifo_in 
-0x5714 014400 arg mem_le_l2cap_response ,contw 
-0x5715 014401 call generate_random 
-0x5716 014402 branch le_send_autolen 
-:      014404 le_send_smp_identity_address_information:
-0x5717 014405 jam xt_smp_signing_information ,mem_fifo_temp 
-0x5718 014406 call le_xtype_fifo_in 
-0x5719 014407 force 0 ,pdata 
-0x571a 014408 store 1 ,mem_le_l2cap_response 
-0x571b 014409 fetch 6 ,mem_le_lap 
-0x571c 014410 istore 6 ,contw 
-0x571d 014411 branch le_send_autolen 
-:      014413 le_send_smp_signing_information:
-0x571e 014414 arg mem_le_l2cap_response ,contw 
-0x571f 014415 call generate_random 
-0x5720 014416 branch le_send_autolen 
-:      014418 le_send_smp_security_request:
-0x5721 014419 force 6 ,temp 
-0x5722 014420 branch le_send_packet 
-:      014422 le_send_smp_128:
-0x5723 014423 store 8 ,mem_le_l2cap_response 
-0x5724 014424 ifetch 8 ,contr 
-0x5725 014425 istore 8 ,contw 
-0x5726 014426 force 21 ,temp 
-0x5727 014427 rtn 
-:      014429 le_send_att_error_response_notfound:
-0x5728 014430 jam att_err_attribute_not_found ,mem_le_err_code 
-:      014431 le_send_att_error_response:
-0x5729 014432 jam attop_error_response ,mem_le_l2cap 
-0x572a 014433 fetch 3 ,mem_le_att_opcode 
-0x572b 014434 store 3 ,mem_le_l2cap_response 
-0x572c 014435 fetch 1 ,mem_le_err_code 
-0x572d 014436 istore 1 ,contw 
-0x572e 014437 branch le_send_autolen 
-:      014439 le_send_att_exchange_mtu:
-0x572f 014440 setarg param_le_mtu 
-0x5730 014441 istore 2 ,contw 
-0x5731 014442 branch le_send_autolen 
-:      014444 le_send_att_find_information_request:
-0x5732 014445 fetch 2 ,mem_le_search_handle_start 
-0x5733 014446 store 2 ,mem_le_l2cap_response 
-0x5734 014447 fetch 2 ,mem_le_search_handle_end 
-0x5735 014448 istore 2 ,contw 
-0x5736 014449 branch le_send_autolen 
-:      014453 le_send_att_find_information_response:
-0x5737 014454 force 1 ,pdata 
-0x5738 014455 store 1 ,mem_le_l2cap_response 
-0x5739 014456 call le_init_attlist_search 
-:      014457 le_send_att_find_information_res_loop:
-0x573a 014458 call le_att_handle_inrange 
-0x573b 014459 branch le_send_att_find_information_res_end ,blank 
-0x573c 014460 nbranch le_send_att_find_information_res_next ,positive 
-0x573d 014461 disable user 
-0x573e 014462 istore 2 ,contw 
-0x573f 014463 ifetch 2 ,contr 
-0x5740 014464 istore 2 ,contw 
-:      014465 le_send_att_find_information_res_cont:
-0x5741 014466 ifetch 1 ,contr 
-0x5742 014467 iadd contr ,contr 
-0x5743 014468 branch le_send_att_find_information_res_loop 
-:      014469 le_send_att_find_information_res_next:
-0x5744 014470 increase 2 ,contr 
-0x5745 014471 branch le_send_att_find_information_res_cont 
-:      014472 le_send_att_find_information_res_end:
-0x5746 014473 branch le_send_att_error_response_notfound ,user 
-0x5747 014474 branch le_send_autolen 
-:      014477 le_send_att_find_by_type_value_request:
-0x5748 014478 fetch 2 ,mem_le_search_handle_start 
-0x5749 014479 branch le_send_empty_le_data ,blank 
-0x574a 014480 store 2 ,mem_le_l2cap_response 
-0x574b 014481 fetch 2 ,mem_le_search_handle_end 
-0x574c 014483 istore 2 ,contw 
-0x574d 014484 fetch 2 ,mem_le_uuid 
-0x574e 014486 istore 2 ,contw 
-0x574f 014487 fetch 2 ,mem_le_search_att_type 
-0x5750 014489 istore 2 ,contw 
-0x5751 014490 branch le_send_autolen 
-:      014493 le_send_att_find_by_type_value_response:
-0x5752 014494 call le_start_end_handle_check_1 
-0x5753 014495 rtn user 
-0x5754 014496 fetcht 2 ,mem_le_uuid 
-0x5755 014497 setarg uuid_gatt_primary_service 
-0x5756 014498 isub temp ,null 
-0x5757 014499 branch le_send_att_find_by_type_value_res_primary ,zero 
-0x5758 014500 setarg uuid_gatt_secondary_service 
-0x5759 014501 isub temp ,null 
-0x575a 014502 branch le_send_att_error_response_notfound ,zero 
-0x575b 014503 setarg uuid_gatt_include 
-0x575c 014504 isub temp ,null 
-0x575d 014505 branch le_send_att_error_response_notfound ,zero 
-0x575e 014506 setarg uuid_gatt_characteristic 
-0x575f 014507 isub temp ,null 
-0x5760 014508 branch le_send_att_error_response_notfound ,zero 
-0x5761 014509 branch le_send_att_error_response_notfound 
-:      014511 le_send_att_find_by_type_value_res_primary:
-0x5762 014512 fetcht 2 ,mem_le_search_att_type 
-0x5763 014513 increase 2 ,contr 
-0x5764 014514 ifetch 1 ,contr 
-0x5765 014515 icopy regc 
-0x5766 014516 increase 1 ,regc 
-:      014518 le_send_att_find_by_type_value_res_primary_search_loop:
-0x5767 014519 increase -1 ,regc 
-0x5768 014520 branch le_send_att_error_response_notfound ,zero 
-0x5769 014521 ifetch 2 ,contr 
-0x576a 014522 isub temp ,null 
-0x576b 014523 branch le_send_att_find_by_type_value_res_primary_search_end ,zero 
-0x576c 014524 increase 4 ,contr 
-0x576d 014525 branch le_send_att_find_by_type_value_res_primary_search_loop 
-:      014527 le_send_att_find_by_type_value_res_primary_search_end:
-0x576e 014528 ifetch 2 ,contr 
-0x576f 014529 icopy rega 
-0x5770 014530 ifetch 2 ,contr 
-0x5771 014531 icopy regb 
-0x5772 014532 call le_start_end_handle_check_2 
-0x5773 014533 rtn user 
-0x5774 014534 jam attop_find_by_type_value_response ,mem_le_l2cap 
-0x5775 014535 deposit rega 
-0x5776 014536 store 2 ,mem_le_l2cap_response 
-0x5777 014537 deposit regb 
-0x5778 014538 istore 2 ,contw 
-0x5779 014539 force 9 ,temp 
-0x577a 014540 branch le_send_packet 
-:      014545 le_start_end_handle_check_1:
-0x577b 014546 disable user 
-0x577c 014547 fetcht 2 ,mem_le_search_handle_start 
-0x577d 014548 fetch 2 ,mem_le_search_handle_end 
-0x577e 014549 isub temp ,null 
-0x577f 014550 nbranch le_start_end_handle_check_1_fail ,positive 
-0x5780 014551 deposit temp 
-0x5781 014552 rtnne 0 
-:      014554 le_start_end_handle_check_1_fail:
-0x5782 014555 enable user 
-:      014556 le_send_att_invalid_handle:
-0x5783 014557 jam att_err_invalid_handle ,mem_le_err_code 
-0x5784 014558 branch le_send_att_error_response 
-:      014560 le_start_end_handle_check_2:
-0x5785 014561 disable user 
-0x5786 014562 fetcht 2 ,mem_le_search_handle_start 
-0x5787 014563 deposit rega 
-0x5788 014564 isub temp ,null 
-0x5789 014565 nbranch le_start_end_handle_check_2_fail ,positive 
-0x578a 014566 fetch 2 ,mem_le_search_handle_end 
-0x578b 014567 isub regb ,null 
-0x578c 014568 nbranch le_start_end_handle_check_2_fail ,positive 
-0x578d 014569 deposit regb 
-0x578e 014570 isub rega ,null 
-0x578f 014571 nbranch le_start_end_handle_check_2_fail ,positive 
-0x5790 014572 rtn 
-:      014574 le_start_end_handle_check_2_fail:
-0x5791 014575 enable user 
-0x5792 014576 branch le_send_att_error_response_notfound 
-:      014579 le_send_att_read_by_type_request:
-0x5793 014580 fetch 2 ,mem_le_search_handle_start 
-0x5794 014582 istore 2 ,contw 
-0x5795 014583 fetch 2 ,mem_le_search_handle_end 
-0x5796 014585 istore 2 ,contw 
-0x5797 014586 fetch 2 ,mem_le_search_att_type 
-0x5798 014587 istore 2 ,contw 
-0x5799 014588 force 11 ,temp 
-0x579a 014589 branch le_send_packet 
-:      014592 le_send_att_read_by_type_response:
-0x579b 014593 fetcht 2 ,mem_le_search_att_type 
-0x579c 014594 setarg uuid_gatt_characteristic 
-0x579d 014595 isub temp ,null 
-0x579e 014596 setarg 7 
-0x579f 014597 branch le_send_att_read_by_type_res_cont ,zero 
-0x57a0 014598 setarg uuid_gatt_primary_service 
-0x57a1 014599 isub temp ,null 
-0x57a2 014600 setarg 6 
-0x57a3 014601 branch le_send_att_read_by_type_res_cont ,zero 
-0x57a4 014602 branch le_send_att_error_response_notfound 
-:      014603 le_send_att_read_by_type_res_cont:
-0x57a5 014604 store 1 ,mem_le_l2cap_response 
-0x57a6 014605 call le_init_attlist_search 
-0x57a7 014606 force 3 ,alarm 
-:      014607 le_send_att_read_by_type_res_loop:
-0x57a8 014608 call le_att_handle_inrange 
-0x57a9 014609 branch le_send_att_read_by_type_res_end ,blank 
-0x57aa 014610 nbranch le_send_att_read_by_type_res_next ,positive 
-0x57ab 014611 iforce rega 
-0x57ac 014612 ifetch 2 ,contr 
-0x57ad 014613 isub temp ,null 
-0x57ae 014614 nbranch le_send_att_read_by_type_res_next2 ,zero 
-0x57af 014615 disable user 
-0x57b0 014616 deposit rega 
-0x57b1 014617 istore 2 ,contw 
-0x57b2 014618 ifetch 1 ,contr 
-0x57b3 014619 add pdata ,4 ,loopcnt 
-0x57b4 014620 call memcpy 
-0x57b5 014621 increase -1 ,alarm 
-0x57b6 014622 branch le_send_att_read_by_type_res_end ,zero 
-0x57b7 014623 branch le_send_att_read_by_type_res_next2 
-:      014624 le_send_att_read_by_type_res_next:
-0x57b8 014625 increase 2 ,contr 
-:      014626 le_send_att_read_by_type_res_next2:
-0x57b9 014627 ifetch 1 ,contr 
-0x57ba 014628 iadd contr ,contr 
-0x57bb 014629 branch le_send_att_read_by_type_res_loop 
-:      014630 le_send_att_read_by_type_res_end:
-0x57bc 014631 branch le_send_att_error_response_notfound ,user 
-0x57bd 014632 branch le_send_autolen 
-:      014635 le_send_att_read_request:
-0x57be 014636 fetch 1 ,mem_le_temp 
-0x57bf 014638 increase -1 ,pdata 
-0x57c0 014639 store 1 ,mem_le_temp 
-0x57c1 014640 lshift pdata ,pdata 
-0x57c2 014642 iadd contr ,contr 
-0x57c3 014643 ifetcht 2 ,contr 
-0x57c4 014644 storet 2 ,mem_le_l2cap_response 
-0x57c5 014645 branch le_send_autolen 
-:      014647 le_send_att_read_response:
-0x57c6 014648 fetcht 2 ,mem_le_att_handle 
-0x57c7 014649 call le_att_get_handle_ptr 
-0x57c8 014650 branch le_send_att_error_response_notfound ,blank 
-0x57c9 014651 ifetch 1 ,contr 
-0x57ca 014652 branch le_send_autolen ,blank 
-0x57cb 014653 sub pdata ,22 ,null 
-0x57cc 014654 branch le_send_att_read_response_less ,positive 
-0x57cd 014655 force 22 ,pdata 
-:      014656 le_send_att_read_response_less:
-0x57ce 014657 icopy loopcnt 
-0x57cf 014658 call memcpy 
-0x57d0 014659 branch le_send_autolen 
-:      014662 le_send_att_read_blob_request:
-0x57d1 014663 setarg 0x0003 
-0x57d2 014664 store 2 ,mem_le_l2cap_response 
-0x57d3 014665 setarg 0x0008 
-0x57d4 014666 istore 2 ,contw 
-0x57d5 014667 branch le_send_autolen 
-:      014669 le_send_att_read_blob_response:
-0x57d6 014670 fetch 2 ,mem_le_att_offset 
-0x57d7 014671 iforce rega 
-0x57d8 014672 fetcht 2 ,mem_le_att_handle 
-0x57d9 014673 call le_att_get_handle_ptr 
-0x57da 014674 branch le_send_att_error_response_notfound ,blank 
-0x57db 014675 ifetch 1 ,contr 
-0x57dc 014676 isub rega ,loopcnt 
-0x57dd 014677 nbranch le_send_att_error_response_notfound ,positive 
-0x57de 014678 sub loopcnt ,22 ,null 
-0x57df 014679 branch le_send_att_read_blob_response_less ,positive 
-0x57e0 014680 force 22 ,loopcnt 
-:      014681 le_send_att_read_blob_response_less:
-0x57e1 014682 deposit rega 
-0x57e2 014683 iadd contr ,contr 
-0x57e3 014684 call memcpy 
-0x57e4 014685 branch le_send_autolen 
-:      014687 le_send_att_read_multiple_request:
-0x57e5 014688 setarg 0x0003 
-0x57e6 014689 istore 2 ,contw 
-0x57e7 014690 setarg 0x0007 
-0x57e8 014691 istore 2 ,contw 
-0x57e9 014692 setarg 0x0009 
-0x57ea 014693 istore 2 ,contw 
-0x57eb 014694 branch le_send_autolen 
-:      014696 le_send_att_read_multiple_response:
-0x57ec 014697 fetch 1 ,mem_le_temp 
-0x57ed 014698 icopy regc 
-0x57ee 014699 arg mem_le_rxbuf + 7 ,rega 
-0x57ef 014700 arg mem_le_l2cap_response ,regb 
-0x57f0 014701 arg 0 ,timeup 
-0x57f1 014702 disable user7 
-:      014704 le_send_att_read_multiple_response_loop:
-0x57f2 014705 copy rega ,contr 
-0x57f3 014706 ifetcht 2 ,contr 
-0x57f4 014707 copy contr ,rega 
-0x57f5 014708 call le_att_get_handle_ptr 
-0x57f6 014709 branch le_send_att_read_multiple_response_end ,blank 
-0x57f7 014710 ifetch 1 ,contr 
-0x57f8 014711 icopy loopcnt 
-0x57f9 014712 iadd timeup ,timeup 
-0x57fa 014716 sub timeup ,24 ,null 
-0x57fb 014717 nbranch le_send_att_read_multiple_response_end_1 ,positive 
-0x57fc 014718 copy regb ,contw 
-:      014720 le_copy_att_value_loop_3:
-0x57fd 014721 ifetch 1 ,contr 
-0x57fe 014722 istore 1 ,contw 
-0x57ff 014723 loop le_copy_att_value_loop_3 
-0x5800 014724 copy contw ,regb 
-0x5801 014725 enable user7 
-0x5802 014726 increase -1 ,regc 
-0x5803 014727 branch le_send_att_read_multiple_response_end ,zero 
-0x5804 014728 branch le_send_att_read_multiple_response_loop 
-:      014730 le_send_att_read_multiple_response_end:
-0x5805 014731 nbranch le_send_att_read_multiple_response_fail ,user7 
-0x5806 014732 disable user7 
-0x5807 014733 copy timeup ,temp 
-0x5808 014734 increase 5 ,temp 
-0x5809 014735 branch le_send_packet 
-:      014737 le_send_att_read_multiple_response_end_1:
-0x580a 014738 nbranch le_send_att_read_multiple_response_fail ,user7 
-0x580b 014739 disable user7 
-0x580c 014740 deposit timeup 
-0x580d 014741 isub loopcnt ,temp 
-0x580e 014742 increase 5 ,temp 
-0x580f 014743 branch le_send_packet 
-:      014745 le_send_att_read_multiple_response_fail:
-0x5810 014746 jam att_err_unsupported_group_type ,mem_le_err_code 
-0x5811 014747 branch le_send_att_error_response 
-:      014750 le_send_att_read_by_group_type_request:
-0x5812 014751 fetch 2 ,mem_le_att_handle 
-0x5813 014752 branch le_send_empty_le_data ,blank 
-0x5814 014753 istore 2 ,contw 
-0x5815 014754 setarg 0xffff 
-0x5816 014755 istore 2 ,contw 
-0x5817 014756 setarg 0x2800 
-0x5818 014757 istore 2 ,contw 
-0x5819 014758 branch le_send_autolen 
-:      014761 le_send_att_read_by_group_type_response:
-0x581a 014762 setarg 0x06 
-0x581b 014763 store 1 ,mem_le_l2cap_response 
-0x581c 014764 fetch 2 ,mem_le_search_att_type 
-0x581d 014765 iforce rega 
-0x581e 014766 call le_init_attlist_search 
-0x581f 014767 force 3 ,loopcnt 
-:      014768 le_send_att_read_by_group_type_response_loop:
-0x5820 014769 call le_att_handle_inrange 
-0x5821 014770 branch le_send_att_read_by_group_type_response_last ,blank 
-0x5822 014771 nbranch le_send_att_read_by_group_type_response_next ,positive 
-0x5823 014772 iforce alarm 
-0x5824 014773 ifetch 2 ,contr 
-0x5825 014774 isub rega ,null 
-0x5826 014775 nbranch le_send_att_read_by_group_type_response_cont ,zero 
-0x5827 014776 deposit alarm 
-0x5828 014777 branch le_send_att_read_by_group_type_response_first ,user 
-0x5829 014778 increase -1 ,pdata 
-0x582a 014779 istore 2 ,contw 
-0x582b 014780 istoret 2 ,contw 
-0x582c 014781 increase 1 ,pdata 
-0x582d 014782 increase -1 ,loopcnt 
-0x582e 014783 branch le_send_autolen ,zero 
-:      014784 le_send_att_read_by_group_type_response_first:
-0x582f 014785 disable user 
-0x5830 014786 istore 2 ,contw 
-0x5831 014787 increase 1 ,contr 
-0x5832 014788 ifetcht 2 ,contr 
-0x5833 014789 increase -3 ,contr 
-0x5834 014790 branch le_send_att_read_by_group_type_response_cont 
-:      014791 le_send_att_read_by_group_type_response_last:
-0x5835 014792 branch le_send_att_error_response_notfound ,user 
-0x5836 014793 force -1 ,pdata 
-0x5837 014794 istore 2 ,contw 
-0x5838 014795 istoret 2 ,contw 
-0x5839 014796 branch le_send_autolen 
-:      014797 le_send_att_read_by_group_type_response_next:
-0x583a 014798 increase 2 ,contr 
-:      014799 le_send_att_read_by_group_type_response_cont:
-0x583b 014800 ifetch 1 ,contr 
-0x583c 014801 iadd contr ,contr 
-0x583d 014802 branch le_send_att_read_by_group_type_response_loop 
-:      014806 le_send_att_write_request:
-0x583e 014807 fetch 2 ,mem_le_notify_handle 
-0x583f 014808 store 2 ,mem_le_l2cap_response 
-0x5840 014809 fetch 1 ,mem_le_handle_data_len 
-0x5841 014810 copy pdata ,loopcnt 
-0x5842 014811 arg mem_le_handle_data ,contr 
-0x5843 014812 call memcpy 
-0x5844 014813 branch le_send_autolen 
-:      014815 le_send_att_write_response:
-0x5845 014816 fetcht 2 ,mem_le_att_handle 
-0x5846 014817 call le_att_get_handle_ptr 
-0x5847 014818 branch le_send_att_write_response_go ,blank 
-0x5848 014819 increase -2 ,contr 
-0x5849 014820 ifetcht 2 ,contr 
-0x584a 014821 setarg uuid_client_characteristic 
-0x584b 014822 isub temp ,null 
-0x584c 014823 nbranch le_send_att_write_response_go ,zero 
-0x584d 014824 increase 1 ,contr 
-0x584e 014825 ifetcht 2 ,contr 
-0x584f 014826 setarg 0x0001 
-0x5850 014827 isub temp ,null 
-0x5851 014828 branch le_send_att_write_response_notify ,zero 
-0x5852 014829 setarg 0x0000 
-0x5853 014830 isub temp ,null 
-0x5854 014831 nbranch le_send_att_write_response_go ,zero 
-0x5855 014832 branch le_send_att_write_response_go 
-:      014834 le_send_att_write_response_notify:
-0x5856 014835 increase -7 ,contr 
-0x5857 014836 ifetch 2 ,contr 
-0x5858 014837 increase -1 ,pdata 
-0x5859 014838 store 2 ,mem_le_notify_handle 
-0x585a 014839 jam attop_handle_value_notification ,mem_fifo_temp 
-0x585b 014840 call le_xtype_fifo_in 
-:      014843 le_send_att_write_response_go:
-0x585c 014844 force 5 ,temp 
-0x585d 014845 branch le_send_packet 
-:      014847 le_send_att_prepare_write_request:
-0x585e 014848 force 6 ,temp 
-0x585f 014849 branch le_send_packet 
-:      014851 le_send_att_prepare_write_response:
-0x5860 014852 force 6 ,temp 
-0x5861 014853 branch le_send_packet 
-:      014855 le_send_att_execute_write_request:
-0x5862 014856 force 6 ,temp 
-0x5863 014857 branch le_send_packet 
-:      014859 le_send_att_execute_write_response:
-0x5864 014860 force 6 ,temp 
-0x5865 014861 branch le_send_packet 
-:      014863 le_att_check_notification_enable:
-0x5866 014864 set1 mark_ext_patch ,mark 
-0x5867 014865 bpatch patch2c_6 ,mem_patch2c 
-0x5868 014866 increase 1 ,temp 
-0x5869 014867 call le_att_get_handle_ptr 
-0x586a 014868 increase -2 ,contr 
-0x586b 014869 ifetch 2 ,contr 
-0x586c 014870 arg client_charactertic_configuration ,temp 
-0x586d 014871 isub temp ,null 
-0x586e 014872 nrtn zero 
-0x586f 014873 increase 1 ,contr 
-0x5870 014874 copy contr ,rega 
-0x5871 014875 ifetch 1 ,contr 
-0x5872 014876 rtn 
-:      014878 le_send_att_handle_value_notification:
-0x5873 014879 jam 0 ,mem_le_notify_len 
-0x5874 014880 fetch 2 ,mem_cb_update_notify_value 
-0x5875 014881 call callback_func 
-0x5876 014882 arg mem_le_l2cap ,contw 
-0x5877 014883 increase 1 ,contw 
-0x5878 014884 fetcht 2 ,mem_le_notify_handle 
-0x5879 014885 istoret 2 ,contw 
-0x587a 014886 call le_att_get_handle_ptr 
-0x587b 014887 ifetch 1 ,contr 
-0x587c 014888 icopy loopcnt 
-0x587d 014889 call memcpy 
-0x587e 014890 fetcht 1 ,mem_le_notify_len 
-0x587f 014891 increase 7 ,temp 
-0x5880 014892 call le_send_packet 
-0x5881 014893 branch le_clear_notify_att 
-:      014895 le_send_att_handle_value_indication:
-0x5882 014896 force 6 ,temp 
-0x5883 014897 branch le_send_packet 
-:      014899 le_send_att_handle_value_confirmation:
-0x5884 014900 force 6 ,temp 
-0x5885 014901 branch le_send_packet 
-:      014903 le_send_att_write_command:
-0x5886 014904 force 6 ,temp 
-0x5887 014905 branch le_send_packet 
-:      014907 le_send_att_signed_write_command:
-0x5888 014908 force 6 ,temp 
-0x5889 014909 branch le_send_packet 
-:      014912 le_send_autolen:
-0x588a 014913 set1 mark_ext_patch ,mark 
-0x588b 014914 bpatch patch2c_7 ,mem_patch2c 
-0x588c 014915 setarg mem_le_txpayload 
-0x588d 014916 isub contw ,pdata 
-0x588e 014917 sub pdata ,0 ,temp 
-0x588f 014918 branch le_send_packet 
-:      014921 le_send_empty:
-0x5890 014922 force 0 ,temp 
-0x5891 014923 force 1 ,type 
-:      014925 le_send_packet:
-0x5892 014926 set1 mark_ext_patch ,mark 
-0x5893 014927 bpatch patch2d_0 ,mem_patch2d 
-0x5894 014928 storet 1 ,mem_le_txlen 
-0x5895 014929 compare 2 ,type ,3 
-0x5896 014930 nbranch le_send_non_l2cap ,true 
-0x5897 014931 add temp ,-4 ,pdata 
-0x5898 014932 store 2 ,mem_le_txpayload 
-:      014934 le_send_non_l2cap:
-0x5899 014935 fetcht 1 ,mem_le_arq 
-0x589a 014936 call le_xtype_fifo_is_empty 
-0x589b 014937 nsetflag blank ,md ,temp 
-0x589c 014938 set1 wak ,temp 
-0x589d 014939 and temp ,0xfc ,pdata 
-0x589e 014940 ior type ,pdata 
-0x589f 014941 store 1 ,mem_le_arq 
-0x58a0 014942 and_into 0x1f ,pdata 
-0x58a1 014943 store 1 ,mem_le_txheader 
-0x58a2 014944 set1 mark_ext_patch ,mark 
-0x58a3 014945 bpatch patch2d_1 ,mem_patch2d 
-0x58a4 014946 fetch 1 ,mem_le_txheader 
-0x58a5 014947 compare 1 ,type ,3 
-0x58a6 014948 rtn true 
-0x58a7 014949 fetch 7 ,mem_le_txheader + 1 
-0x58a8 014950 fetch 1 ,mem_le_state 
-0x58a9 014951 rtnbit0 lestate_encryption 
-0x58aa 014952 call load_sk 
-0x58ab 014953 branch le_encrypt 
-:      014955 le_parse:
-0x58ac 014956 set1 mark_ext_patch ,mark 
-0x58ad 014957 bpatch patch2d_2 ,mem_patch2d 
-0x58ae 014958 call le_xtype_fifo_is_full 
-0x58af 014959 nbranch assert ,blank 
-0x58b0 014960 nrtn blank 
-0x58b1 014961 fetch 1 ,mem_le_rxbuf + 1 
-0x58b2 014962 rtn blank 
-0x58b3 014963 fetch 1 ,mem_le_rxbuf 
-0x58b4 014964 compare 1 ,pdata ,3 
-0x58b5 014965 branch le_parse_l2cap ,true 
-0x58b6 014966 fetch 7 ,mem_le_rxbuf + 1 
-0x58b7 014967 fetch 1 ,mem_le_rxbuf 
-0x58b8 014968 compare 2 ,pdata ,3 
-0x58b9 014969 branch le_parse_l2cap ,true 
-0x58ba 014970 fetch 1 ,mem_le_rxbuf + 2 
-0x58bb 014971 store 1 ,mem_le_rx_ll_opcode 
-0x58bc 014972 copy pdata ,regc 
-0x58bd 014973 set1 mark_ext_patch ,mark 
-0x58be 014974 bpatch patch2d_3 ,mem_patch2d 
-0x58bf 014975 copy regc ,pdata 
-0x58c0 014976 beq ll_connection_update_req ,le_parse_connection_update_req 
-0x58c1 014977 beq ll_channel_map_req ,le_parse_channel_map_req 
-0x58c2 014978 beq ll_terminate_ind ,le_parse_terminate_ind 
-0x58c3 014979 beq ll_enc_req ,le_parse_enc_req 
-0x58c4 014980 beq ll_enc_rsp ,le_parse_enc_rsp 
-0x58c5 014981 beq ll_start_enc_req ,le_parse_start_enc_req 
-0x58c6 014982 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
-0x58c7 014983 beq ll_unknown_rsp ,le_parse_unknown_rsp 
-0x58c8 014984 beq ll_feature_req ,le_parse_feature_req 
-0x58c9 014985 beq ll_feature_rsp ,le_parse_feature_rsp 
-0x58ca 014986 beq ll_pause_enc_req ,le_parse_pause_enc_req 
-0x58cb 014987 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
-0x58cc 014988 beq ll_version_ind ,le_parse_version_ind 
-0x58cd 014989 beq ll_reject_ind ,le_parse_reject_ind 
-0x58ce 014990 branch assert 
-:      014992 le_parse_l2cap:
-0x58cf 014993 fetch 1 ,mem_le_rxbuf + 1 
-0x58d0 014994 and pdata ,0x1f ,pdata 
-0x58d1 014995 rtn blank 
-0x58d2 014996 fetch 1 ,mem_device_option 
-0x58d3 014997 beq dvc_op_hci ,le_acl_upgoing 
-0x58d4 014998 fetch 2 ,mem_le_rxbuf + 4 
-0x58d5 014999 beq le_l2cap_cid_att ,le_parse_att 
-0x58d6 015000 beq le_l2cap_cid_smp ,le_parse_smp 
-0x58d7 015001 rtn 
-:      015003 le_acl_upgoing:
-0x58d8 015004 set1 mark_ext_patch ,mark 
-0x58d9 015005 bpatch patch2d_4 ,mem_patch2d 
-0x58da 015006 call hci_get_packet_ptr 
-0x58db 015007 fetch 1 ,mem_le_conn_handle 
-0x58dc 015008 fetcht 1 ,mem_le_rxbuf 
-0x58dd 015009 and_into 3 ,temp 
-0x58de 015010 lshift8 temp ,temp 
-0x58df 015011 lshift4 temp ,temp 
-0x58e0 015012 ior temp ,pdata 
-0x58e1 015013 istore 2 ,contwu 
-0x58e2 015014 fetcht 1 ,mem_le_rxbuf + 1 
-0x58e3 015015 and temp ,0x1f ,temp 
-0x58e4 015016 istoret 2 ,contwu 
-0x58e5 015017 copy temp ,loopcnt 
-0x58e6 015018 call uart_copy_tx_bytes 
-0x58e7 015019 add temp ,4 ,loopcnt 
-0x58e8 015020 call h4_send_packet_acl 
-0x58e9 015021 branch h4_send_acl_trigger 
-:      015023 le_acl_downgoing:
-0x58ea 015024 set1 mark_ext_patch ,mark 
-0x58eb 015025 bpatch patch2d_5 ,mem_patch2d 
-0x58ec 015026 arg 0x2 ,type 
-0x58ed 015027 ifetch 2 ,contru 
-0x58ee 015028 ifetch 2 ,contru 
-0x58ef 015029 branch assert ,blank 
-0x58f0 015030 copy pdata ,loopcnt 
-0x58f1 015031 arg mem_le_txpayload ,contw 
-0x58f2 015032 call uart_copy_rx_bytes 
-0x58f3 015033 branch le_send_autolen 
-:      015035 le_parse_smp:
-0x58f4 015036 set1 mark_ext_patch ,mark 
-0x58f5 015037 bpatch patch2d_6 ,mem_patch2d 
-0x58f6 015038 ifetch 1 ,contr 
-0x58f7 015039 beq smp_pairing_request ,le_parse_smp_pairing_request 
-0x58f8 015040 beq smp_pairing_response ,le_parse_smp_pairing_response 
-0x58f9 015041 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
-0x58fa 015042 beq smp_pairing_random ,le_parse_smp_pairing_random 
-0x58fb 015043 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
-0x58fc 015044 beq smp_encryption_information ,le_parse_smp_encryption_information 
-0x58fd 015045 beq smp_master_identification ,le_parse_smp_master_identification 
-0x58fe 015046 beq smp_identity_information ,le_parse_smp_identity_information 
-0x58ff 015047 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
-0x5900 015048 beq smp_signing_information ,le_parse_smp_signing_information 
-0x5901 015049 beq smp_security_request ,le_parse_smp_security_request 
-0x5902 015050 branch assert 
-:      015052 le_parse_att:
-0x5903 015053 set1 mark_ext_patch ,mark 
-0x5904 015054 bpatch patch2d_7 ,mem_patch2d 
-0x5905 015055 ifetch 3 ,contr 
-0x5906 015056 store 3 ,mem_le_att_opcode 
-:      015057 le_parse_att_p:
-0x5907 015058 beq attop_error_response ,le_parse_att_error_response 
-0x5908 015059 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x5909 015060 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
-0x590a 015061 beq attop_find_information_request ,le_parse_att_find_information_request 
-0x590b 015062 beq attop_find_information_response ,le_parse_att_find_information_response 
-0x590c 015063 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
-0x590d 015064 beq attop_find_by_type_value_response ,le_parse_att_find_by_type_value_response 
-0x590e 015065 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
-0x590f 015066 beq attop_read_by_type_response ,le_parse_att_read_by_type_response 
-0x5910 015067 beq attop_read_request ,le_parse_att_read_request 
-0x5911 015068 beq attop_read_response ,le_parse_att_read_response 
-0x5912 015069 beq attop_read_blob_request ,le_parse_att_read_blob_request 
-0x5913 015070 beq attop_read_blob_response ,le_parse_att_read_blob_response 
-0x5914 015071 beq attop_read_multiple_request ,le_parse_att_read_multiple_request 
-0x5915 015072 beq attop_read_multiple_response ,le_parse_att_read_multiple_response 
-0x5916 015073 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
-0x5917 015074 beq attop_read_by_group_type_response ,le_parse_att_read_by_group_type_response 
-0x5918 015075 beq attop_write_request ,le_parse_att_write_request 
-0x5919 015076 beq attop_write_response ,le_parse_att_write_response 
-0x591a 015077 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
-0x591b 015078 beq attop_prepare_write_response ,le_parse_att_prepare_write_response 
-0x591c 015079 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x591d 015080 beq attop_execute_write_response ,le_parse_att_execute_write_response 
-0x591e 015081 beq attop_handle_value_notification ,le_parse_att_handle_value_notification 
-0x591f 015082 beq attop_handle_value_indication ,le_parse_att_handle_value_indication 
-0x5920 015083 beq attop_handle_value_confirmation ,le_parse_att_handle_value_confirmation 
-0x5921 015084 beq attop_write_command ,le_parse_att_write_command 
-0x5922 015085 beq attop_signed_write_command ,le_parse_att_signed_write_command 
-0x5923 015086 branch assert 
-:      015089 le_parse_connection_update_req:
-0x5924 015090 ifetch 9 ,contr 
-0x5925 015091 store 9 ,mem_le_new_param 
-0x5926 015092 ifetch 2 ,contr 
-0x5927 015093 store 2 ,mem_le_instant 
-0x5928 015094 fetch 1 ,mem_le_state 
-0x5929 015095 set1 lestate_update_param ,pdata 
-0x592a 015096 store 1 ,mem_le_state 
-0x592b 015097 rtn 
-:      015099 le_parse_channel_map_req:
-0x592c 015100 ifetch 5 ,contr 
-0x592d 015101 store 5 ,mem_le_new_map 
-0x592e 015102 ifetch 2 ,contr 
-0x592f 015103 store 2 ,mem_le_instant 
-0x5930 015104 fetch 1 ,mem_le_state 
-0x5931 015105 set1 lestate_update_map ,pdata 
-0x5932 015106 store 1 ,mem_le_state 
-0x5933 015107 rtn 
-:      015109 le_parse_terminate_ind:
-0x5934 015110 fetch 1 ,mem_le_op 
-0x5935 015111 set1 op_disconn ,pdata 
-0x5936 015112 store 1 ,mem_le_op 
-0x5937 015113 rtn 
-:      015115 le_parse_enc_req:
-0x5938 015116 increase 10 ,contr 
-0x5939 015117 ifetch 8 ,contr 
-0x593a 015118 store 8 ,mem_le_skdm 
-0x593b 015119 ifetch 4 ,contr 
-0x593c 015120 store 4 ,mem_le_ivm 
-0x593d 015121 jam xt_ll_enc_rsp ,mem_fifo_temp 
-0x593e 015122 branch le_xtype_fifo_in 
-:      015124 le_parse_enc_rsp:
-0x593f 015125 ifetch 8 ,contr 
-0x5940 015126 store 8 ,mem_le_skds 
-0x5941 015127 ifetch 4 ,contr 
-0x5942 015128 store 4 ,mem_le_ivs 
-0x5943 015129 branch generate_sk 
-:      015131 le_parse_start_enc_req:
-0x5944 015132 fetch 1 ,mem_le_state 
-0x5945 015133 set1 lestate_encryption ,pdata 
-0x5946 015134 store 1 ,mem_le_state 
-0x5947 015135 jam xt_ll_start_enc_rsp ,mem_fifo_temp 
-0x5948 015136 branch le_xtype_fifo_in 
-:      015138 le_parse_start_enc_rsp:
-0x5949 015139 rtn master 
-0x594a 015140 jam xt_ll_start_enc_rsp ,mem_fifo_temp 
-0x594b 015141 branch le_xtype_fifo_in 
-:      015143 le_parse_unknown_rsp:
-0x594c 015144 rtn 
-:      015146 le_parse_feature_req:
-0x594d 015147 jam xt_ll_feature_rsp ,mem_fifo_temp 
-0x594e 015148 branch le_xtype_fifo_in 
-:      015150 le_parse_feature_rsp:
-0x594f 015151 rtn 
-:      015153 le_parse_pause_enc_req:
-0x5950 015154 rtn 
-:      015156 le_parse_pause_enc_rsp:
-0x5951 015157 rtn 
-:      015159 le_parse_version_ind:
-0x5952 015160 rtn master 
-0x5953 015161 jam xt_ll_version_ind ,mem_fifo_temp 
-0x5954 015162 branch le_xtype_fifo_in 
-:      015164 le_parse_reject_ind:
-0x5955 015165 rtn 
-:      015168 le_parse_smp_pairing_request:
-0x5956 015169 store 1 ,mem_le_preq 
-0x5957 015170 ifetch 6 ,contr 
-0x5958 015171 istore 6 ,contw 
-0x5959 015172 jam xt_smp_pairing_response ,mem_fifo_temp 
-0x595a 015173 branch le_xtype_fifo_in 
-:      015175 le_parse_smp_pairing_response:
-0x595b 015176 store 1 ,mem_le_pres 
-0x595c 015177 ifetch 6 ,contr 
-0x595d 015178 istore 6 ,contw 
-0x595e 015179 jam xt_smp_pairing_confirm ,mem_fifo_temp 
-0x595f 015180 branch le_xtype_fifo_in 
-:      015182 le_parse_smp_pairing_confirm:
-0x5960 015183 arg mem_le_rconfirm ,contw 
-0x5961 015184 call memcpy16 
-0x5962 015185 jam xt_smp_pairing_random ,mem_fifo_temp 
-0x5963 015186 branch le_xtype_fifo_in ,master 
-0x5964 015187 jam xt_smp_pairing_confirm ,mem_fifo_temp 
-0x5965 015188 branch le_xtype_fifo_in 
-:      015190 le_parse_smp_pairing_random:
-0x5966 015191 call authenticate_rconfirm 
-0x5967 015192 branch le_parse_smp_pairing_random_success ,zero 
-0x5968 015193 jam xt_smp_pairing_failed ,mem_fifo_temp 
-0x5969 015194 branch le_xtype_fifo_in 
-:      015196 le_parse_smp_pairing_random_success:
-0x596a 015197 call generate_stk 
-0x596b 015198 jam xt_ll_enc_req ,mem_fifo_temp 
-0x596c 015199 branch le_xtype_fifo_in ,master 
-0x596d 015200 jam xt_smp_pairing_random ,mem_fifo_temp 
-0x596e 015201 branch le_xtype_fifo_in 
-:      015203 le_parse_smp_pairing_failed:
-0x596f 015204 rtn 
-:      015206 le_parse_smp_encryption_information:
-0x5970 015207 arg mem_le_peer_ltk ,contw 
-0x5971 015208 branch memcpy16 
-:      015210 le_parse_smp_master_identification:
-0x5972 015211 rtn 
-:      015213 le_parse_smp_identity_information:
-0x5973 015214 rtn 
-:      015216 le_parse_smp_identity_address_information:
-0x5974 015217 rtn 
-:      015219 le_parse_smp_signing_information:
-0x5975 015220 rtn 
-:      015222 le_parse_smp_security_request:
-0x5976 015223 rtn 
-:      015225 le_parse_att_error_response:
-0x5977 015226 increase -2 ,contr 
-0x5978 015227 ifetcht 1 ,contr 
-0x5979 015228 setarg attop_find_by_type_value_request 
-0x597a 015229 isub temp ,null 
-0x597b 015230 branch le_parse_att_error_res_find_by_type_value ,zero 
-0x597c 015231 setarg attop_find_information_request 
-0x597d 015232 isub temp ,null 
-0x597e 015233 branch le_parse_att_error_res_find_info ,zero 
-0x597f 015234 setarg attop_read_by_type_request 
-0x5980 015235 isub temp ,null 
-0x5981 015236 branch le_parse_att_error_res_read_by_type ,zero 
-0x5982 015237 setarg attop_read_blob_request 
-0x5983 015238 isub temp ,null 
-0x5984 015239 branch le_parse_att_error_res_read_blob ,zero 
-0x5985 015240 setarg attop_read_multiple_request 
-0x5986 015241 isub temp ,null 
-0x5987 015242 branch le_parse_att_error_res_read_multiple ,zero 
-0x5988 015243 rtn 
-:      015245 le_parse_att_error_res_find_by_type_value:
-0x5989 015246 rtn 
-:      015248 le_parse_att_error_res_find_info:
-0x598a 015249 rtn 
-:      015251 le_parse_att_error_res_read_by_type:
-0x598b 015252 rtn 
-:      015254 le_parse_att_error_res_read_blob:
-0x598c 015255 rtn 
-:      015257 le_parse_att_error_res_read_multiple:
-0x598d 015258 rtn 
-:      015261 le_parse_att_exchange_mtu_request:
-0x598e 015262 jam attop_exchange_mtu_response ,mem_fifo_temp 
-0x598f 015263 branch le_xtype_fifo_in 
-:      015265 le_parse_att_exchange_mtu_response:
-0x5990 015266 rtn 
-:      015268 le_parse_att_find_information_request:
-0x5991 015269 rshift8 pdata ,pdata 
-0x5992 015270 store 2 ,mem_le_search_handle_start 
-0x5993 015271 ifetch 2 ,contr 
-0x5994 015272 store 2 ,mem_le_search_handle_end 
-0x5995 015273 jam attop_find_information_response ,mem_fifo_temp 
-0x5996 015274 branch le_xtype_fifo_in 
-:      015276 le_parse_att_find_information_response:
-0x5997 015277 rtn 
-:      015279 le_parse_att_find_info_res_multi:
-0x5998 015280 rtn 
-:      015282 le_parse_att_find_info_res_error:
-0x5999 015283 rtn 
-:      015285 le_parse_att_find_by_type_value_request:
-0x599a 015286 rshift8 pdata ,pdata 
-0x599b 015287 store 2 ,mem_le_search_handle_start 
-0x599c 015288 ifetch 2 ,contr 
-0x599d 015289 store 2 ,mem_le_search_handle_end 
-0x599e 015290 ifetch 2 ,contr 
-0x599f 015291 store 2 ,mem_le_uuid 
-0x59a0 015292 ifetch 2 ,contr 
-0x59a1 015293 store 2 ,mem_le_search_att_type 
-0x59a2 015294 jam attop_find_by_type_value_response ,mem_fifo_temp 
-0x59a3 015295 branch le_xtype_fifo_in 
-:      015298 le_parse_att_find_by_type_value_response:
-0x59a4 015299 rtn 
-:      015301 le_parse_att_read_by_type_request:
-0x59a5 015302 rshift8 pdata ,pdata 
-0x59a6 015303 store 2 ,mem_le_search_handle_start 
-0x59a7 015304 ifetch 2 ,contr 
-0x59a8 015305 store 2 ,mem_le_search_handle_end 
-0x59a9 015306 ifetch 2 ,contr 
-0x59aa 015307 store 2 ,mem_le_search_att_type 
-0x59ab 015308 jam attop_read_by_type_response ,mem_fifo_temp 
-0x59ac 015309 branch le_xtype_fifo_in 
-:      015311 le_parse_att_read_by_type_response:
-0x59ad 015312 rtn 
-:      015314 le_parse_att_read_request:
-0x59ae 015315 fetch 2 ,mem_le_rxbuf + 7 
-0x59af 015316 store 2 ,mem_le_att_handle 
-0x59b0 015317 jam attop_read_response ,mem_fifo_temp 
-0x59b1 015318 branch le_xtype_fifo_in 
-:      015320 le_parse_att_read_response:
-0x59b2 015321 rtn 
-:      015323 le_send_att_read_res_end:
-0x59b3 015324 rtn 
-:      015326 le_prepare_descriptor:
-0x59b4 015327 rtn 
-:      015330 le_parse_att_read_blob_request:
-0x59b5 015331 ifetch 2 ,contr 
-0x59b6 015332 store 2 ,mem_le_att_offset 
-0x59b7 015333 jam attop_read_blob_response ,mem_fifo_temp 
-0x59b8 015334 branch le_xtype_fifo_in 
-:      015336 le_parse_att_read_blob_response:
-0x59b9 015337 rtn 
-:      015339 le_parse_att_read_multiple_request:
-0x59ba 015340 fetch 1 ,mem_le_rxbuf + 1 
-0x59bb 015341 increase -5 ,pdata 
-0x59bc 015342 rshift pdata ,pdata 
-0x59bd 015343 store 1 ,mem_le_temp 
-0x59be 015344 jam attop_read_multiple_response ,mem_fifo_temp 
-0x59bf 015345 branch le_xtype_fifo_in 
-:      015347 le_parse_att_read_multiple_response:
-0x59c0 015348 rtn 
-:      015350 le_parse_att_read_by_group_type_request:
-0x59c1 015351 rshift8 pdata ,pdata 
-0x59c2 015352 store 2 ,mem_le_search_handle_start 
-0x59c3 015353 ifetch 2 ,contr 
-0x59c4 015354 store 2 ,mem_le_search_handle_end 
-0x59c5 015355 ifetch 2 ,contr 
-0x59c6 015356 store 2 ,mem_le_search_att_type 
-0x59c7 015357 jam attop_read_by_group_type_response ,mem_fifo_temp 
-0x59c8 015358 branch le_xtype_fifo_in 
-:      015360 le_parse_att_read_by_group_type_response:
-0x59c9 015361 rtn 
-:      015363 le_parse_att_write_request:
-0x59ca 015364 fetch 1 ,mem_le_rxbuf + 1 
-0x59cb 015365 increase -7 ,pdata 
-0x59cc 015366 icopy loopcnt 
-0x59cd 015367 fetcht 2 ,mem_le_att_handle 
-0x59ce 015368 call le_att_get_handle_ptr 
-0x59cf 015369 branch le_parse_att_write_request_fail ,blank 
-0x59d0 015370 ifetch 1 ,contr 
-0x59d1 015371 isub loopcnt ,null 
-0x59d2 015372 nbranch le_parse_att_write_request_fail ,positive 
-0x59d3 015373 copy contr ,contw 
-0x59d4 015375 arg mem_le_rxbuf + 9 ,contr 
-0x59d5 015376 call memcpy 
-0x59d6 015377 jam bt_evt_le_write_request ,mem_fifo_temp 
-0x59d7 015378 call ui_ipc_send_event 
-:      015379 le_parse_att_write_request_fail:
-0x59d8 015380 jam attop_write_response ,mem_fifo_temp 
-0x59d9 015381 branch le_xtype_fifo_in 
-:      015383 le_parse_att_write_response:
-0x59da 015384 fetch 1 ,mem_le_conn_sm 
-0x59db 015385 rtn 
-:      015387 le_parse_att_prepare_write_request:
-0x59dc 015388 rtn 
-:      015390 le_parse_att_prepare_write_response:
-0x59dd 015391 rtn 
-:      015393 le_parse_att_execute_write_request:
-0x59de 015394 rtn 
-:      015396 le_parse_att_execute_write_response:
-0x59df 015397 rtn 
-:      015399 le_parse_att_handle_value_notification:
-0x59e0 015406 ifetch 5 ,contr 
-0x59e1 015407 store 5 ,mem_mouse_data 
-0x59e2 015408 jam send_mouse_data_cmd ,mem_mcmd 
-0x59e3 015410 call usb_isr 
-0x59e4 015411 rtn 
-:      015412 le_kb_handle_value_notification:
-0x59e5 015413 copy rega ,contr 
-0x59e6 015414 ifetch 8 ,contr 
-0x59e7 015415 store 8 ,mem_mouse_data 
-0x59e8 015416 jam send_kb_data_cmd ,mem_mcmd 
-0x59e9 015417 call usb_isr 
-0x59ea 015418 rtn 
-:      015420 le_parse_att_handle_value_indication:
-0x59eb 015421 rtn 
-:      015423 le_parse_att_handle_value_confirmation:
-0x59ec 015424 rtn 
-:      015426 le_parse_att_write_command:
-0x59ed 015427 fetch 1 ,mem_le_rxbuf + 1 
-0x59ee 015428 increase -7 ,pdata 
-0x59ef 015429 icopy loopcnt 
-0x59f0 015430 fetcht 2 ,mem_le_att_handle 
-0x59f1 015431 call le_att_get_handle_ptr 
-0x59f2 015432 branch le_parse_att_write_command_fail ,blank 
-0x59f3 015433 ifetch 1 ,contr 
-0x59f4 015434 isub loopcnt ,null 
-0x59f5 015435 nbranch le_parse_att_write_command_fail ,positive 
-0x59f6 015436 copy contr ,contw 
-0x59f7 015437 copy contr ,rega 
-0x59f8 015438 copy loopcnt ,regb 
-0x59f9 015439 arg mem_le_rxbuf + 9 ,contr 
-0x59fa 015440 call memcpy 
-0x59fb 015441 jam prcp_le ,mem_prcp 
-0x59fc 015442 call le_writeatt_cb 
-:      015443 le_parse_att_write_command_fail:
-0x59fd 015444 rtn 
-:      015447 le_writeatt_cb:
-0x59fe 015448 fetch 2 ,mem_cb_att_write 
-0x59ff 015449 rtn blank 
-0x5a00 015450 iforce pc 
-:      015453 le_parse_att_signed_write_command:
-0x5a01 015454 rtn 
-:      015456 le_supervision_update:
-0x5a02 015457 fetcht 4 ,mem_le_supervision_timer 
-0x5a03 015458 call get_clkbt 
-0x5a04 015459 isub temp ,timeup 
-0x5a05 015460 deposit timeup 
-0x5a06 015461 fetcht 2 ,mem_le_superto 
-0x5a07 015462 lshift4 temp ,temp 
-0x5a08 015463 lshift temp ,temp 
-0x5a09 015464 isub temp ,pdata 
-0x5a0a 015465 rtn 
-:      015467 le_supervision_flush:
-0x5a0b 015468 call get_clkbt 
-0x5a0c 015469 store 4 ,mem_le_supervision_timer 
-0x5a0d 015470 rtn 
-:      015474 le_adv:
-0x5a0e 015475 set1 mark_ext_patch ,mark 
-0x5a0f 015476 bpatch patch2e_0 ,mem_patch2e 
-0x5a10 015477 fetch 1 ,mem_le_adv_enable 
-0x5a11 015478 rtn blank 
-0x5a12 015479 arg le_adv_interval_timer ,queue 
-0x5a13 015480 call timer_check 
-0x5a14 015481 nrtn blank 
-0x5a15 015482 disable master 
-0x5a16 015483 enable swfine 
-0x5a17 015484 call le_init_adv 
-0x5a18 015485 call le_next_adv_channel 
-0x5a19 015486 call le_send_adv_ind 
-0x5a1a 015487 nbranch le_adv_not_match ,match 
-0x5a1b 015488 set1 mark_ext_patch ,mark 
-0x5a1c 015489 bpatch patch2e_1 ,mem_patch2e 
-0x5a1d 015490 fetch 1 ,mem_le_req_rcv 
-0x5a1e 015491 increase 1 ,pdata 
-0x5a1f 015492 store 1 ,mem_le_req_rcv 
-0x5a20 015493 fetch 1 ,mem_le_rxbuf 
-0x5a21 015494 and pdata ,0x0f ,pdata 
-0x5a22 015495 beq scan_req ,le_send_scan_response 
-0x5a23 015496 beq connect_req ,parse_connect_req 
-:      015497 le_adv_not_match:
-0x5a24 015498 nop 10000 
-0x5a25 015499 fetch 1 ,mem_le_ch_mapped 
-0x5a26 015500 bne 39 ,le_adv 
-0x5a27 015501 call le_ledoff 
-0x5a28 015502 arg le_adv_interval_timer ,queue 
-0x5a29 015503 fetch 2 ,mem_le_adv_interval_max 
-0x5a2a 015504 branch timer_init 
-:      015507 le_receive_window_size:
-0x5a2b 015508 set1 mark_ext_patch ,mark 
-0x5a2c 015509 bpatch patch2e_2 ,mem_patch2e 
-0x5a2d 015510 fetch 1 ,mem_le_peer_sca 
-0x5a2e 015511 call le_sca_map 
-0x5a2f 015512 fetch 2 ,mem_le_tsniff 
-0x5a30 015513 imul32 temp ,pdata 
-0x5a31 015514 arg 375 ,temp 
-0x5a32 015515 imul32 temp ,pdata 
-0x5a33 015516 arg 100000 ,temp 
-0x5a34 015517 idiv temp 
-0x5a35 015518 fetch 1 ,mem_le_window_size 
-0x5a36 015519 arg 20000 ,temp 
-0x5a37 015520 imul32 temp ,pdata 
-0x5a38 015521 store 4 ,mem_le_transmit_window 
-0x5a39 015522 set1 mark_ext_patch ,mark 
-0x5a3a 015523 bpatch patch2e_3 ,mem_patch2e 
-0x5a3b 015524 fetch 2 ,mem_rx_window_sniff 
-0x5a3c 015525 call wait_div_end 
-0x5a3d 015526 quotient temp 
-0x5a3e 015527 iadd temp ,pdata 
-0x5a3f 015528 store 2 ,mem_le_receive_window 
-0x5a40 015529 rtn 
-:      015531 parse_connect_req:
-0x5a41 015532 set1 mark_ext_patch ,mark 
-0x5a42 015533 bpatch patch2e_4 ,mem_patch2e 
-0x5a43 015534 fetch 6 ,mem_le_rxbuf + 8 
-0x5a44 015535 fetcht 6 ,mem_le_lap 
-0x5a45 015536 isub temp ,null 
-0x5a46 015537 nrtn zero 
-0x5a47 015538 call le_scan_check_sender_addr_type 
-0x5a48 015539 copy rega ,pdata 
-0x5a49 015540 store 1 ,mem_le_conn_peer_addr_type 
-0x5a4a 015541 fetch 7 ,mem_le_rxbuf + 21 
-0x5a4b 015542 store 7 ,mem_tmp_buffer 
-0x5a4c 015543 ifetch 8 ,contr 
-0x5a4d 015544 istore 8 ,contw 
-0x5a4e 015545 fetch 6 ,mem_le_rxbuf + 2 
-0x5a4f 015546 store 6 ,mem_le_plap 
-0x5a50 015547 set1 mark_ext_patch ,mark 
-0x5a51 015548 bpatch patch2e_5 ,mem_patch2e 
-0x5a52 015549 increase 6 ,contr 
-0x5a53 015550 ifetch 8 ,contr 
-0x5a54 015551 store 8 ,mem_le_access 
-0x5a55 015552 ifetcht 2 ,contr 
-0x5a56 015553 lshift2 temp ,temp 
-0x5a57 015554 ifetch 2 ,contr 
-0x5a58 015555 lshift2 pdata ,pdata 
-0x5a59 015556 store 2 ,mem_le_tsniff 
-0x5a5a 015557 store 4 ,mem_le_anchor 
-0x5a5b 015558 isub temp ,pdata 
-0x5a5c 015559 add pdata ,-2 ,clke_bt 
-0x5a5d 015560 ifetch 9 ,contr 
-0x5a5e 015561 store 9 ,mem_le_slave_latency 
-0x5a5f 015562 set1 mark_ext_patch ,mark 
-0x5a60 015563 bpatch patch2e_6 ,mem_patch2e 
-0x5a61 015564 ifetch 1 ,contr 
-0x5a62 015565 rshift4 pdata ,temp 
-0x5a63 015566 rshift temp ,temp 
-0x5a64 015567 storet 1 ,mem_le_peer_sca 
-0x5a65 015568 and_into 0x1f ,pdata 
-0x5a66 015569 store 1 ,mem_le_hop 
-0x5a67 015570 call le_receive_window_size 
-0x5a68 015571 call le_calc_channel_map 
-0x5a69 015572 call le_init_slave 
-0x5a6a 015573 call context_new 
-0x5a6b 015574 nrtn zero 
-0x5a6c 015575 set1 mark_ext_patch ,mark 
-0x5a6d 015576 bpatch patch2e_7 ,mem_patch2e 
-0x5a6e 015577 arg 0 ,temp 
-0x5a6f 015578 call hci_send_le_conn_complete 
-0x5a70 015579 call calc_clke_offset 
-0x5a71 015580 jam bt_evt_le_connected ,mem_fifo_temp 
-0x5a72 015581 call ui_ipc_send_event 
-0x5a73 015583 branch context_save 
-:      015586 le_init_attlist_search:
-0x5a74 015587 set1 mark_ext_patch ,mark 
-0x5a75 015588 bpatch patch2f_0 ,mem_patch2f 
-0x5a76 015589 fetch 2 ,mem_le_search_handle_start 
-0x5a77 015590 iforce regb 
-0x5a78 015591 fetch 2 ,mem_le_search_handle_end 
-0x5a79 015592 iforce regc 
-0x5a7a 015593 arg mem_le_att_list ,contr 
-0x5a7b 015594 enable user 
-0x5a7c 015595 rtn 
-:      015598 le_att_handle_inrange:
-0x5a7d 015599 ifetch 2 ,contr 
-0x5a7e 015600 rtn blank 
-0x5a7f 015601 isub regb ,null 
-0x5a80 015602 nrtn positive 
-0x5a81 015603 isub regc ,null 
-0x5a82 015604 rtn zero 
-0x5a83 015605 branch le_att_handle_blank ,positive 
-0x5a84 015606 force 1 ,null 
-0x5a85 015607 rtn 
-:      015608 le_att_handle_blank:
-0x5a86 015609 force 0 ,pdata 
-0x5a87 015610 rtn 
-:      015613 le_att_get_handle_ptr:
-0x5a88 015614 arg mem_le_att_list ,contr 
-:      015615 le_att_get_handle_loop:
-0x5a89 015616 ifetch 2 ,contr 
-0x5a8a 015617 rtn blank 
-0x5a8b 015618 increase 2 ,contr 
-0x5a8c 015619 isub temp ,null 
-0x5a8d 015620 rtn zero 
-0x5a8e 015621 ifetch 1 ,contr 
-0x5a8f 015622 iadd contr ,contr 
-0x5a90 015623 branch le_att_get_handle_loop 
-:      015625 le_data_send_write_req:
-0x5a91 015626 jam 0x2 ,mem_le_handle_data_len 
-0x5a92 015627 setarg 0x0001 
-0x5a93 015628 store 2 ,mem_le_handle_data 
-0x5a94 015629 jam conn_sm_wait_write_res ,mem_le_conn_sm 
-0x5a95 015630 jam attop_write_request ,mem_fifo_temp 
-0x5a96 015631 branch le_xtype_fifo_in 
-:      015633 le_data_wait_write_res:
-0x5a97 015634 rtn 
-:      015635 le_data_wait_write_res1:
-0x5a98 015636 rtn 
-:      015637 le_conn_sm_master:
-0x5a99 015638 set1 mark_ext_patch ,mark 
-0x5a9a 015639 bpatch patch2f_1 ,mem_patch2f 
-0x5a9b 015640 fetch 1 ,mem_device_option 
-0x5a9c 015641 rtnne dvc_op_dongle 
-0x5a9d 015642 fetch 1 ,mem_le_conn_sm 
-0x5a9e 015643 beq conn_sm_send_write_req ,le_data_send_write_req 
-0x5a9f 015644 beq conn_sm_wait_write_res ,le_data_wait_write_res 
-0x5aa0 015645 beq conn_sm_wait_write_res1 ,le_data_wait_write_res1 
-0x5aa1 015646 rtn 
-:      015648 le_ukey_init:
-0x5aa2 015649 setarg le_ukey 
-0x5aa3 015650 store 2 ,mem_cb_le_process 
-0x5aa4 015651 hjam uart_ctrl_normal ,core_uart_ctrl 
-0x5aa5 015652 setarg uart_baud_115200 
-0x5aa6 015653 hstore uart_baud_len ,core_uart_baud 
-0x5aa7 015654 hjam uartclk_dpll ,core_uart_clksel 
-0x5aa8 015655 hjam 0x4 ,core_gpio_sel1 
-0x5aa9 015656 setarg le_ukey_wcb 
-0x5aaa 015657 store 2 ,mem_cb_att_write 
-0x5aab 015658 call le_init_att 
-0x5aac 015659 rtn wake 
-0x5aad 015660 branch eeprom_load_reconn_info 
-:      015663 le_ukey:
-0x5aae 015664 fetch 1 ,mem_le_mode 
-0x5aaf 015665 compare lemode_slave ,pdata ,0xff 
-0x5ab0 015666 setarg 5 
-0x5ab1 015667 call set_pwm_steadyon ,true 
-0x5ab2 015668 ncall set_pwm_blink ,true 
-0x5ab3 015669 call uartd_prepare_rx 
-0x5ab4 015670 branch le_ukey_senddata ,blank 
-0x5ab5 015671 fetch 2 ,mem_le_notify_attr_start 
-0x5ab6 015672 iforce contw 
-0x5ab7 015673 sub loopcnt ,20 ,null 
-0x5ab8 015674 branch le_ukey_loop ,positive 
-0x5ab9 015675 force 20 ,loopcnt 
-:      015676 le_ukey_loop:
-0x5aba 015677 ifetch 1 ,contru 
-0x5abb 015678 istore 1 ,contw 
-0x5abc 015679 loop le_ukey_loop 
-0x5abd 015680 call uartd_rxdone 
-:      015681 le_ukey_senddata:
-0x5abe 015682 jam notify_handle ,mem_le_notify_handle 
-0x5abf 015683 fetcht 2 ,mem_le_notify_attr_start 
-0x5ac0 015684 ifetch 1 ,temp 
-0x5ac1 015685 rtn blank 
-0x5ac2 015686 call le_xtype_fifo_is_full 
-0x5ac3 015687 nrtn blank 
-0x5ac4 015688 jam attop_handle_value_notification ,mem_fifo_temp 
-0x5ac5 015689 branch le_xtype_fifo_in 
-:      015691 le_ukey_wcb:
-0x5ac6 015692 copy regb ,temp 
-0x5ac7 015693 call uartd_prepare_tx 
-0x5ac8 015694 copy rega ,contr 
-0x5ac9 015695 copy regb ,loopcnt 
-:      015696 le_writeatt_cb_loop:
-0x5aca 015697 ifetch 1 ,contr 
-0x5acb 015698 istore 1 ,contwu 
-0x5acc 015699 loop le_writeatt_cb_loop 
-0x5acd 015700 branch uartd_send 
-:      015702 le_clear_notify_att:
-0x5ace 015703 fetch 1 ,mem_device_option 
-0x5acf 015704 rtnne dvc_op_ukey 
-0x5ad0 015705 fetch 2 ,mem_le_notify_handle 
-0x5ad1 015706 rtnne notify_handle 
-0x5ad2 015707 fetcht 2 ,mem_le_notify_attr_start 
-0x5ad3 015708 setarg 0 
-0x5ad4 015709 istore 9 ,temp 
-0x5ad5 015710 istore 9 ,contw 
-0x5ad6 015711 istore 2 ,contw 
-0x5ad7 015712 rtn 
-:      015715 le_ledoff:
-0x5ad8 015716 fetcht 1 ,mem_le_adv_led 
-0x5ad9 015717 setflip gpio_active_bit ,temp 
-0x5ada 015718 branch gpio_out 
-:      015721 le_modified_name:
-0x5adb 015722 set1 mark_ext_patch ,mark 
-0x5adc 015723 bpatch patch2f_2 ,mem_patch2f 
-0x5add 015724 call le_modified_name_att_list 
-0x5ade 015725 branch le_modified_name_adv 
-:      015727 le_modified_name_att_list:
-0x5adf 015728 fetch 1 ,mem_le_name_len 
-0x5ae0 015729 copy pdata ,loopcnt 
-0x5ae1 015730 arg uuid_chrctr_device_name ,temp 
-0x5ae2 015731 call le_att_get_uuid_ptr 
-0x5ae3 015732 increase 1 ,contr 
-0x5ae4 015733 copy contr ,contw 
-0x5ae5 015734 arg mem_le_name ,contr 
-0x5ae6 015735 call memcpy 
-0x5ae7 015736 fetch 1 ,mem_le_name_len 
-0x5ae8 015737 sub pdata ,max_name_len ,loopcnt 
-0x5ae9 015738 copy loopcnt ,temp 
-0x5aea 015739 copy loopcnt ,pdata 
-0x5aeb 015740 ncall memcpy_empty ,blank 
-0x5aec 015741 rtn 
-:      015743 le_modified_name_adv:
-0x5aed 015744 fetch 1 ,mem_le_adv_data_len 
-0x5aee 015745 fetcht 1 ,mem_le_adv_data 
-0x5aef 015746 isub temp ,pdata 
-0x5af0 015747 copy pdata ,loopcnt 
-0x5af1 015748 copy pdata ,rega 
-0x5af2 015749 fetch 1 ,mem_le_adv_data 
-0x5af3 015750 increase 1 ,pdata 
-0x5af4 015751 arg mem_le_adv_data ,contr 
-0x5af5 015752 iadd contr ,contr 
-0x5af6 015753 arg mem_le_adv_temp ,contw 
-0x5af7 015754 call memcpy 
-0x5af8 015755 set1 mark_ext_patch ,mark 
-0x5af9 015756 bpatch patch2f_3 ,mem_patch2f 
-0x5afa 015757 fetch 1 ,mem_le_name_len 
-0x5afb 015758 copy pdata ,loopcnt 
-0x5afc 015759 increase 1 ,pdata 
-0x5afd 015760 store 1 ,mem_le_adv_data 
-0x5afe 015761 arg mem_le_adv_data + 2 ,contw 
-0x5aff 015762 arg mem_le_name ,contr 
-0x5b00 015763 call memcpy 
-0x5b01 015764 copy rega ,loopcnt 
-0x5b02 015765 arg mem_le_adv_temp ,contr 
-0x5b03 015766 call memcpy 
-0x5b04 015767 fetch 1 ,mem_le_adv_data 
-0x5b05 015768 iadd rega ,pdata 
-0x5b06 015769 store 1 ,mem_le_adv_data_len 
-0x5b07 015770 rtn 
-:      015773 le_get_device_name:
-0x5b08 015774 set1 mark_ext_patch ,mark 
-0x5b09 015775 bpatch patch2f_4 ,mem_patch2f 
-0x5b0a 015776 arg uuid_chrctr_device_name ,temp 
-0x5b0b 015777 branch le_att_get_uuid_ptr 
-:      015780 le_att_get_uuid_ptr:
-0x5b0c 015781 arg mem_le_att_list ,contr 
-:      015782 le_att_get_uuid_loop:
-0x5b0d 015783 ifetch 2 ,contr 
-0x5b0e 015784 branch assert ,blank 
-0x5b0f 015785 ifetch 2 ,contr 
-0x5b10 015786 isub temp ,null 
-0x5b11 015787 rtn zero 
-0x5b12 015788 ifetch 1 ,contr 
-0x5b13 015789 iadd contr ,contr 
-0x5b14 015790 branch le_att_get_uuid_loop 
-:      015793 memcpy_empty:
-0x5b15 015794 setarg space 
-0x5b16 015795 istore 1 ,contw 
-0x5b17 015796 loop memcpy_empty 
-0x5b18 015797 rtn 
-:      015800 le_lpm_set_mult:
-0x5b19 015801 set1 mark_ext_patch ,mark 
-0x5b1a 015802 bpatch patch2f_5 ,mem_patch2f 
-0x5b1b 015803 disable wake 
-0x5b1c 015804 branch le_lpm_set_mult_attempt ,attempt 
-0x5b1d 015805 nbranch le_lpm_lost ,match 
-:      015806 le_lpm_set_mult_attempt:
-0x5b1e 015807 call lpm_match 
-0x5b1f 015808 fetch 2 ,mem_rx_window_sniff 
-0x5b20 015809 store 2 ,mem_le_receive_window 
-0x5b21 015810 fetch 1 ,mem_le_rxbuf 
-0x5b22 015811 compare 1 ,pdata ,3 
-0x5b23 015812 nbranch lpm_mult_short ,true 
-0x5b24 015813 fetch 1 ,mem_le_txheader 
-0x5b25 015814 compare 1 ,pdata ,3 
-0x5b26 015815 nbranch lpm_mult_short ,true 
-0x5b27 015816 fetch 1 ,mem_le_state 
-0x5b28 015817 bbit1 lestate_update_param ,lpm_mult_short 
-0x5b29 015818 branch lpm_mult_wait_timeout 
-:      015820 le_lpm_lost:
-0x5b2a 015821 fetcht 2 ,mem_rx_window_sniff 
-0x5b2b 015822 rshift temp ,temp 
-0x5b2c 015823 fetch 2 ,mem_le_receive_window 
-0x5b2d 015824 iadd temp ,pdata 
-0x5b2e 015825 store 2 ,mem_le_receive_window 
-0x5b2f 015826 branch lpm_lost 
-:      015828 le_clean_att_list_handle_enable:
-0x5b30 015829 set1 mark_ext_patch ,mark 
-0x5b31 015830 bpatch patch2f_6 ,mem_patch2f 
-0x5b32 015831 jam 0 ,mem_le_switch_send_data 
-0x5b33 015832 fetcht 2 ,mem_le_notify_handle 
-0x5b34 015833 call le_att_check_notification_enable 
-0x5b35 015834 copy rega ,contw 
-0x5b36 015835 setarg 0 
-0x5b37 015836 istore 1 ,contw 
-0x5b38 015837 rtn 
-:      015838 le_scan_addr_to_uart:
-0x5b39 015839 fetch 1 ,mem_device_option 
-0x5b3a 015840 rtnne dvc_op_module 
-0x5b3b 015841 call get_uart_twptr 
-0x5b3c 015842 arg mem_le_plap ,rega 
-0x5b3d 015843 call adss_hex2string_to_uart 
-0x5b3e 015844 setarg 0x2c 
-0x5b3f 015845 istore 1 ,contwu 
-0x5b40 015846 call at_rssi_result 
-0x5b41 015847 branch uartd_send 
-:      015850 prcp_le_tx:
-0x5b42 015851 arg prcp_tx_le ,temp 
-0x5b43 015852 call le_att_check_notification_enable 
-0x5b44 015853 rtnbit0 0 
-0x5b45 015854 call le_xtype_fifo_is_full 
-0x5b46 015855 nrtn blank 
-0x5b47 015856 arg prcp_tx_le ,temp 
-0x5b48 015857 storet 2 ,mem_le_notify_handle 
-0x5b49 015858 call le_att_get_handle_ptr 
-0x5b4a 015859 branch assert ,blank 
-0x5b4b 015860 add contr ,1 ,contw 
-0x5b4c 015861 arg prcp_tx_data_len ,loopcnt 
-0x5b4d 015862 arg mem_prcp_data ,contr 
-0x5b4e 015863 call memcpy 
-0x5b4f 015864 jam attop_handle_value_notification ,mem_fifo_temp 
-0x5b50 015865 branch le_xtype_fifo_in 
-:      015866 prcp_tx:
-0x5b51 015867 rtn 
-:      015870 le_search_adtype:
-0x5b52 015871 set1 mark_ext_patch ,mark 
-0x5b53 015872 bpatch patch2f_7 ,mem_patch2f 
-0x5b54 015873 fetch 1 ,mem_le_rxbuf + 1 
-0x5b55 015874 arg mem_le_rxbuf + 8 ,contr 
-0x5b56 015875 iadd contr ,loopcnt 
-:      015876 le_search_adtype_loop:
-0x5b57 015877 ifetcht 1 ,contr 
-0x5b58 015878 ifetch 1 ,contr 
-0x5b59 015879 isub rega ,null 
-0x5b5a 015880 rtn zero 
-0x5b5b 015881 add temp ,-1 ,pdata 
-0x5b5c 015882 iadd contr ,contr 
-0x5b5d 015883 deposit loopcnt 
-0x5b5e 015884 isub contr ,null 
-0x5b5f 015885 branch le_search_adtype_loop ,positive 
-0x5b60 015886 force 1 ,null 
-0x5b61 015887 rtn 
-:      015894 init_lmp:
-0x5b62 015895 rtn wake 
-:      015896 init_lmp_work:
-0x5b63 015897 setarg 0 
-0x5b64 015898 store 1 ,mem_lmp_to_send 
-0x5b65 015899 store 1 ,mem_conn_sm 
-0x5b66 015900 store 1 ,mem_lmo_opcode1 
-0x5b67 015901 store 1 ,mem_lmo_opcode2 
-0x5b68 015902 store 1 ,mem_esco_addr 
-0x5b69 015903 store 1 ,mem_auth_enable 
-0x5b6a 015904 store 1 ,mem_connection_options 
-0x5b6b 015905 store 1 ,mem_pairing_auth 
-0x5b6c 015906 jam switch_flag_init ,mem_switch_flag 
-0x5b6d 015907 jam 0 ,mem_switch_fail_master_count 
-0x5b6e 015908 jam null_encryp ,mem_wait_encryption 
-:      015909 init_lmp_reinit:
-0x5b6f 015910 set1 mark_ext_patch ,mark 
-0x5b70 015911 bpatch patch3c_0 ,mem_patch3c 
-0x5b71 015912 jam 0 ,mem_pairing_auth 
-0x5b72 015913 jam 0 ,mem_sp_localsm 
-0x5b73 015914 jam 0 ,mem_lmp_conn_state 
-0x5b74 015915 fetch 1 ,mem_device_option 
-0x5b75 015916 rtnne dvc_op_hci ,pdata 
-0x5b76 015917 jam 0 ,mem_link_key_exists 
-:      015919 parse_rx_done:
-0x5b77 015920 rtn 
-:      015922 parse_lmp:
-0x5b78 015923 set1 mark_ext_patch ,mark 
-0x5b79 015924 bpatch patch3c_1 ,mem_patch3c 
-0x5b7a 015925 call setlocalsm_master ,master 
-0x5b7b 015926 ncall setlocalsm_slave ,master 
-0x5b7c 015927 fetch 1 ,mem_lmo_opcode2 
-0x5b7d 015928 ncall lmo_fifo_process ,blank 
-0x5b7e 015929 fetch 1 ,mem_lmo_opcode2 
-0x5b7f 015930 nrtn blank 
-0x5b80 015931 fetch 1 ,mem_state_map 
-0x5b81 015932 rtnbit0 smap_rxlmp 
-0x5b82 015933 set0 smap_rxlmp ,pdata 
-0x5b83 015934 set0 mark_rxbuf_inuse ,mark 
-0x5b84 015935 store 1 ,mem_state_map 
-0x5b85 015936 fetch 1 ,mem_rxbuf 
-0x5b86 015937 fetcht 1 ,mem_state_map 
-0x5b87 015938 isolate1 smap_lmptidinit ,pdata 
-0x5b88 015939 setflag true ,smap_lmptid ,temp 
-0x5b89 015940 storet 1 ,mem_state_map 
-0x5b8a 015941 and_into 0x2 ,temp 
-0x5b8b 015942 storet 1 ,mem_lmo_tid2 
-0x5b8c 015943 fetcht 1 ,mem_state_map 
-0x5b8d 015944 rshift pdata ,pdata 
-0x5b8e 015945 store 1 ,mem_lmi_opcode2 
-0x5b8f 015946 set1 mark_ext_patch ,mark 
-0x5b90 015947 bpatch patch3c_2 ,mem_patch3c 
-0x5b91 015948 fetch 1 ,mem_lmi_opcode2 
-0x5b92 015949 beq lmp_escape ,parse_lmp_escape 
-0x5b93 015950 beq lmp_accepted ,parse_lmp_accepted 
-0x5b94 015951 beq lmp_not_accepted ,parse_lmp_not_accepted 
-0x5b95 015952 beq lmp_set_afh ,parse_lmp_set_afh 
-0x5b96 015953 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
-0x5b97 015954 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
-0x5b98 015955 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
-0x5b99 015956 beq lmp_auto_rate ,parse_lmp_auto_rate 
-0x5b9a 015957 beq lmp_test_control ,parse_lmp_test_control 
-0x5b9b 015958 beq lmp_test_activate ,parse_lmp_test_activate 
-0x5b9c 015959 beq lmp_setup_complete ,parse_lmp_setup_complete 
-0x5b9d 015960 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
-0x5b9e 015961 beq lmp_features_req ,parse_lmp_features_req 
-0x5b9f 015962 beq lmp_host_connection_req ,parse_lmp_conn_req 
-0x5ba0 015963 beq lmp_version_req ,parse_lmp_version_req 
-0x5ba1 015964 beq lmp_version_res ,parse_lmp_version_res 
-0x5ba2 015965 beq lmp_detach ,parse_lmp_detach 
-0x5ba3 015966 beq lmp_max_slot ,parse_lmp_max_slot 
-0x5ba4 015967 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
-0x5ba5 015968 beq lmp_name_req ,parse_lmp_name_req 
-0x5ba6 015969 beq lmp_name_res ,parse_lmp_name_res 
-0x5ba7 015970 beq lmp_features_res ,parse_lmp_features_res 
-0x5ba8 015971 beq lmp_comb_key ,parse_lmp_comb_key 
-0x5ba9 015972 beq lmp_au_rand ,parse_lmp_au_rand 
-0x5baa 015973 beq lmp_in_rand ,parse_lmp_in_rand 
-0x5bab 015974 beq lmp_sres ,parse_lmp_sres 
-0x5bac 015975 beq lmp_incr_power_req ,parse_lmp_incr_power 
-0x5bad 015976 beq lmp_decr_power_req ,parse_lmp_decr_power 
-0x5bae 015977 beq lmp_max_power ,parse_lmp_max_power 
-0x5baf 015978 beq lmp_min_power ,parse_lmp_min_power 
-0x5bb0 015979 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
-0x5bb1 015980 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
-0x5bb2 015981 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
-0x5bb3 015982 beq lmp_remove_sco_link_req ,parse_lmp_remove_sco_link_req 
-0x5bb4 015983 beq lmp_sco_link_req ,parse_lmp_sco_link_req 
-0x5bb5 015984 beq lmp_slot_offset ,parse_lmp_slot_offset 
-0x5bb6 015985 beq lmp_sniff_req ,parse_lmp_sniff_req 
-0x5bb7 015986 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
-0x5bb8 015987 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
-0x5bb9 015988 beq lmp_switch_req ,parse_lmp_switch_req 
-0x5bba 015989 beq lmp_temp_rand ,parse_lmp_temp_rand 
-0x5bbb 015990 beq lmp_temp_key ,parse_lmp_temp_key 
-0x5bbc 015991 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
-0x5bbd 015992 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
-0x5bbe 015993 beq lmp_unit_key ,parse_lmp_unit_key 
-0x5bbf 015994 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
-0x5bc0 015995 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
-0x5bc1 015996 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
-0x5bc2 015997 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
-0x5bc3 015998 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
-0x5bc4 015999 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
-0x5bc5 016000 beq lmp_dhkey_check ,parse_dhkey_check 
-0x5bc6 016001 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
-0x5bc7 016002 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
-:      016005 reject_unknown_packet:
-0x5bc8 016006 jam unknown_lmp_pdu ,mem_lmo_reason2 
-:      016007 reject_lmp_packet:
-0x5bc9 016008 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5bca 016009 rtn 
-:      016011 parse_lmp_clkoffset_req:
-0x5bcb 016012 jam lmp_clkoffset_res ,mem_lmo_opcode2 
-0x5bcc 016013 rtn 
-:      016015 parse_enc_key_size_mask_req:
-0x5bcd 016016 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
-0x5bce 016017 rtn 
-:      016019 parse_lmp_set_afh:
-0x5bcf 016020 fetch 4 ,mem_rxbuf + 1 
-0x5bd0 016021 lshift pdata ,pdata 
-0x5bd1 016022 store 4 ,mem_afh_instant 
-0x5bd2 016023 fetch 1 ,mem_rxbuf + 5 
-0x5bd3 016024 store 1 ,mem_afh_new_mod 
-0x5bd4 016025 fetch 5 ,mem_rxbuf + 6 
-0x5bd5 016026 store 5 ,mem_afh_map_new 
-0x5bd6 016027 fetch 5 ,mem_rxbuf + 11 
-0x5bd7 016028 istore 5 ,contw 
-0x5bd8 016029 fetch 1 ,mem_mode 
-0x5bd9 016030 set1 afh_change ,pdata 
-0x5bda 016031 store 1 ,mem_mode 
-0x5bdb 016032 rtn 
-:      016033 parse_lmp_escape:
-0x5bdc 016034 fetch 1 ,mem_rxbuf + 1 
-0x5bdd 016035 set1 7 ,pdata 
-0x5bde 016036 store 1 ,mem_lmi_opcode2 
-0x5bdf 016037 beq lmp_ext_accepted ,parse_lmpext_accepted 
-0x5be0 016038 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
-0x5be1 016039 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
-0x5be2 016040 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
-0x5be3 016041 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
-0x5be4 016042 beq lmp_ext_features_req ,parse_lmpext_features_req 
-0x5be5 016043 beq lmp_ext_features_res ,parse_lmpext_features_res 
-0x5be6 016044 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
-0x5be7 016045 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
-0x5be8 016046 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
-0x5be9 016047 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
-0x5bea 016048 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
-0x5beb 016049 beq lmp_ext_remove_esco_req ,parse_lmpext_remove_esco_req 
-0x5bec 016050 beq lmp_ext_esco_link_req ,parse_lmpext_esco_link_req 
-0x5bed 016051 rtneq lmp_ext_features_res 
-:      016054 reject_unknown_ext_packet:
-0x5bee 016055 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5bef 016056 jam unknown_lmp_pdu ,mem_lmo_reason2 
-0x5bf0 016058 rtn 
-:      016059 parse_lmpext_chn_classification_req:
-0x5bf1 016060 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5bf2 016061 jam not_support_chn_classification ,mem_lmo_reason2 
-0x5bf3 016062 rtn 
-:      016064 parse_lmpext_esco_link_req:
-0x5bf4 016065 fetch 1 ,mem_rxbuf + 2 
-0x5bf5 016066 store 1 ,mem_sco_handle 
-0x5bf6 016067 fetch 1 ,mem_rxbuf + 3 
-0x5bf7 016068 store 1 ,mem_esco_addr 
-0x5bf8 016069 fetch 1 ,mem_rxbuf + 5 
-0x5bf9 016070 store 1 ,mem_esco_desco 
-0x5bfa 016071 fetch 1 ,mem_rxbuf + 9 
-0x5bfb 016072 store 1 ,mem_esco_type 
-0x5bfc 016073 fetch 1 ,mem_rxbuf + 14 
-0x5bfd 016074 store 1 ,mem_air_mode 
-0x5bfe 016075 bmark1 mark_esco ,check_esco_prarm 
-0x5bff 016076 set1 mark_esco ,mark 
-0x5c00 016077 call push_tid_follow 
-0x5c01 016078 store 1 ,mem_accptsco_tid 
-0x5c02 016079 force 0 ,temp 
-0x5c03 016080 branch hci_send_conn_req_event 
-:      016082 parse_lmpext_esco_link_req_change_param:
-0x5c04 016083 jam lmp_ext_esco_link_req ,mem_lmo_opcode2 
-0x5c05 016084 jam prarm_neogotiation ,mem_neogotiation_state 
-0x5c06 016085 branch cmd_exit 
-:      016087 check_esco_prarm:
-0x5c07 016088 fetch 1 ,mem_esco_type 
-0x5c08 016089 bne type_hv3 ,reject_esco_prarm 
-0x5c09 016090 jam lmp_ext_accepted ,mem_lmo_opcode2 
-0x5c0a 016091 branch esco_prarm_common 
-:      016092 reject_esco_prarm:
-0x5c0b 016093 set0 mark_esco ,mark 
-0x5c0c 016094 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5c0d 016095 force hci_error_unknown_hci_command ,temp 
-0x5c0e 016096 call hci_send_sco_complete 
-:      016097 esco_prarm_common:
-0x5c0f 016098 jam lmp_ext_esco_link_req ,mem_lmi_opcode2 
-0x5c10 016099 rtn 
-:      016102 parse_lmpext_remove_esco_req:
-0x5c11 016103 jam lmp_ext_accepted ,mem_lmo_opcode2 
-0x5c12 016104 jam lmp_ext_remove_esco_req ,mem_lmi_opcode2 
-0x5c13 016105 branch stop_esco 
-:      016107 parse_lmpext_iocap_req:
-0x5c14 016108 call iocap_lmpext_load 
-0x5c15 016109 fetch 1 ,mem_device_option 
-0x5c16 016110 beq dvc_op_hci ,iocap_lmpext_hci 
-0x5c17 016111 jam lmp_io_cap_res ,mem_lmo_opcode2 
-0x5c18 016112 rtn 
-:      016114 parse_lmpext_iocap_res:
-0x5c19 016115 call iocap_lmpext_load 
-0x5c1a 016116 fetch 1 ,mem_device_option 
-0x5c1b 016117 beq dvc_op_hci ,iocap_lmpext_hci 
-0x5c1c 016118 branch iocap_lmpext_common 
-:      016120 iocap_lmpext_load:
-0x5c1d 016121 arg mem_sp_iocap_remote ,contw 
-0x5c1e 016122 fetch 3 ,mem_rxbuf + 2 
-0x5c1f 016123 istore 3 ,contw 
-0x5c20 016124 rtn 
-:      016126 iocap_lmpext_hci:
-0x5c21 016127 call hci_send_io_cap_response_event 
-:      016128 iocap_lmpext_common:
-0x5c22 016129 call check_localsm 
-0x5c23 016130 ncall hci_send_io_cap_req_event ,true 
-0x5c24 016131 branch master_set_mem_master_sp_flag ,true 
-0x5c25 016132 rtn 
-:      016133 parse_lmpext_accepted:
-0x5c26 016134 fetch 1 ,mem_rxbuf + 3 
-0x5c27 016135 set1 7 ,pdata 
-0x5c28 016136 store 1 ,mem_lmi_accepted_opcode 
-0x5c29 016137 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
-0x5c2a 016138 beq lmp_ext_esco_link_req ,play_sco 
-0x5c2b 016139 beq lmp_ext_remove_esco_req ,parse_lmpext_stop_esco 
-0x5c2c 016140 rtn 
-:      016142 parse_lmpext_stop_esco:
-0x5c2d 016143 branch stop_esco 
-:      016145 parse_lmpext_not_accepted:
-0x5c2e 016146 fetch 1 ,mem_rxbuf + 3 
-0x5c2f 016147 set1 7 ,pdata 
-0x5c30 016148 store 1 ,mem_lmi_accepted_opcode 
-0x5c31 016149 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
-0x5c32 016150 beq lmp_ext_esco_link_req ,parse_lmpext_not_accepted_esco 
-0x5c33 016151 rtn 
-:      016153 parse_lmpext_not_accepted_esco:
-0x5c34 016154 set0 mark_esco ,mark 
-0x5c35 016155 rtn 
-:      016157 parse_lmpext_accepted_ptt:
-0x5c36 016158 fetch 1 ,mem_ptt 
-0x5c37 016159 fetcht 1 ,mem_state_map 
-0x5c38 016160 nsetflag blank ,smap_edr ,temp 
-0x5c39 016161 storet 1 ,mem_state_map 
-:      016162 parse_lmpext_not_accepted_ptt:
-0x5c3a 016163 fetch 1 ,mem_state 
-0x5c3b 016164 rtnbit0 state_init_seq 
-0x5c3c 016165 set0 state_init_seq ,pdata 
-0x5c3d 016166 store 1 ,mem_state 
-0x5c3e 016167 fetch 1 ,mem_auth_enable 
-0x5c3f 016168 nbranch hci_send_linkkey_req ,blank 
-0x5c40 016169 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5c41 016170 rtn 
-:      016172 parse_lmpext_pause_encrypt:
-0x5c42 016173 nbranch parse_lmpext_pause_encrypt_slave ,master 
-0x5c43 016174 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5c44 016175 branch tid_reply 
-:      016177 parse_lmpext_pause_encrypt_slave:
-0x5c45 016178 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
-0x5c46 016179 rtn 
-:      016181 parse_lmpext_resume_encrypt:
-0x5c47 016184 call tid_reply 
-0x5c48 016185 branch lmp_start_encryption 
-:      016187 parse_lmpext_features_req:
-0x5c49 016188 jam lmp_ext_features_res ,mem_lmo_opcode2 
-0x5c4a 016189 rtn 
-:      016191 parse_lmpext_features_res:
-0x5c4b 016192 fetcht 1 ,mem_rxbuf + 4 
-0x5c4c 016193 and temp ,0x1 ,temp 
-0x5c4d 016194 storet 1 ,mem_remote_sppcap 
-0x5c4e 016195 fetch 1 ,mem_hci_cmd 
-0x5c4f 016196 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
-0x5c50 016197 jam 0 ,mem_hci_cmd 
-0x5c51 016198 call hci_send_remote_ext_features_event 
-:      016199 parse_lmpext_features_res_not_hci:
-0x5c52 016200 fetch 1 ,mem_conn_sm 
-0x5c53 016201 rtnne conn_sm_wait_features_ext 
-0x5c54 016202 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5c55 016203 branch process_conn_sm 
-:      016205 parse_lmp_accepted:
-0x5c56 016206 fetch 1 ,mem_rxbuf + 1 
-0x5c57 016207 store 1 ,mem_lmi_accepted_opcode 
-0x5c58 016208 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
-0x5c59 016209 beq lmp_in_rand ,parse_lmp_accepted_inrand 
-0x5c5a 016210 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
-0x5c5b 016211 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
-0x5c5c 016212 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
-0x5c5d 016213 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
-0x5c5e 016214 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
-0x5c5f 016215 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
-0x5c60 016216 beq lmp_sco_link_req ,play_sco 
-0x5c61 016218 beq lmp_switch_req ,parse_lmp_accepted_switch 
-0x5c62 016220 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
-0x5c63 016221 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
-0x5c64 016222 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
-0x5c65 016223 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
-0x5c66 016224 rtn 
-:      016226 parse_lmp_not_accepted:
-0x5c67 016227 fetch 1 ,mem_rxbuf + 1 
-0x5c68 016228 store 1 ,mem_lmi_accepted_opcode 
-0x5c69 016229 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
-0x5c6a 016230 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
-0x5c6b 016231 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
-0x5c6c 016232 beq lmp_sco_link_req ,parse_lmp_not_accepted_sco_link_req 
-0x5c6d 016233 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
-0x5c6e 016234 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
-0x5c6f 016236 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
-0x5c70 016237 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
-0x5c71 016238 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
-0x5c72 016239 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
-0x5c73 016240 rtn 
-:      016242 parse_lmp_accepted_switch:
-0x5c74 016243 jam bt_evt_switch_accept ,mem_fifo_temp 
-0x5c75 016244 call ui_ipc_send_event 
-0x5c76 016245 branch role_switch_prepare0 
-:      016246 parse_lmp_not_accepted_switch:
-0x5c77 016247 jam bt_evt_switch_not_accept ,mem_fifo_temp 
-0x5c78 016248 call ui_ipc_send_event 
-0x5c79 016249 jam switch_flag_not_accept ,mem_switch_flag 
-0x5c7a 016250 setarg timer_switch_waite 
-0x5c7b 016251 arg switch_wait_timer ,queue 
-0x5c7c 016252 branch timer_init 
-:      016255 parse_lmp_accepted_hostconn:
-0x5c7d 016258 fetch 1 ,mem_lmp_conn_state 
-0x5c7e 016259 set1 received_conn_req ,pdata 
-0x5c7f 016260 store 1 ,mem_lmp_conn_state 
-0x5c80 016261 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x5c81 016262 call ui_ipc_send_event 
-0x5c82 016263 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-:      016265 parse_lmp_accepted_hostconn_ctn:
-0x5c83 016267 fetch 1 ,mem_conn_sm 
-0x5c84 016268 bne conn_sm_wait_conn_accept ,parse_rx_done 
-0x5c85 016271 jam conn_sm_auth_pair ,mem_conn_sm 
-0x5c86 016272 rtn 
-:      016280 parse_lmp_not_accepted_hostconn:
-0x5c87 016281 jam acl_connection_already_exists ,mem_disconn_reason_send 
-0x5c88 016282 jam lmp_detach ,mem_lmo_opcode2 
-0x5c89 016283 force hci_error_host_timeout ,temp 
-0x5c8a 016284 call hci_send_connection_error 
-0x5c8b 016286 jam conn_sm_standby ,mem_conn_sm 
-0x5c8c 016288 branch parse_rx_done ,true 
-0x5c8d 016289 rtn 
-:      016291 parse_lmp_not_accepted_sco_link_req:
-0x5c8e 016292 jam lmp_sco_link_req ,mem_lmo_opcode2 
-0x5c8f 016293 rtn 
-:      016296 parse_lmp_accepted_inrand:
-0x5c90 016297 fetch 1 ,mem_link_key_exists 
-0x5c91 016298 nrtn blank 
-0x5c92 016299 call clear_linkkey 
-0x5c93 016300 call lmp_generate_key 
-0x5c94 016301 rtn master 
-0x5c95 016302 set1 mark_slave_in_rand_accepted ,mark 
-0x5c96 016303 rtn 
-:      016305 parse_lmp_accepted_enc_mode:
-0x5c97 016306 nrtn master 
-0x5c98 016307 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x5c99 016308 fetch 1 ,mem_state_map 
-0x5c9a 016309 rtnbit0 smap_encryption 
-0x5c9b 016310 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5c9c 016311 rtn 
-:      016313 parse_lmp_accepted_enc_keysize:
-0x5c9d 016314 branch lmp_start_encryption 
-:      016316 parse_lmp_accepted_start_enc:
-0x5c9e 016317 call send_create_conn_start_l2cap_timer_sm 
-0x5c9f 016318 fetch 1 ,mem_state 
-0x5ca0 016319 rtnbit1 state_conn_comp 
-0x5ca1 016320 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5ca2 016321 fetch 1 ,mem_conn_sm 
-0x5ca3 016322 rtnne conn_sm_encrypt_wait 
-0x5ca4 016323 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
-0x5ca5 016324 rtn 
-:      016326 parse_lmp_accepted_stop_enc:
-0x5ca6 016334 rtn 
-:      016336 parse_lmp_not_accepted_aurand:
-0x5ca7 016337 fetch 1 ,mem_device_option 
-0x5ca8 016338 bne dvc_op_hci ,parse_lmp_not_accepted_aurand_send_detach 
-0x5ca9 016339 fetch 1 ,mem_link_key_exists 
-0x5caa 016340 rtn blank 
-0x5cab 016341 fetcht 1 ,mem_conn_sm 
-0x5cac 016342 jam 0 ,mem_conn_sm 
-0x5cad 016343 jam 0 ,mem_link_key_exists 
-0x5cae 016344 fetch 1 ,mem_rxbuf + 2 
-0x5caf 016345 rtnne key_missing 
-0x5cb0 016346 storet 1 ,mem_conn_sm 
-0x5cb1 016347 jam local_statemachine ,mem_sp_localsm 
-0x5cb2 016348 fetch 2 ,mem_lmpext_ssp_enable 
-0x5cb3 016349 fetcht 1 ,mem_remote_sppcap 
-0x5cb4 016350 iand temp ,pdata 
-0x5cb5 016351 branch cmd_pair ,blank 
-0x5cb6 016352 branch cmd_ssp 
-:      016354 parse_lmp_not_accepted_aurand_send_detach:
-0x5cb7 016355 jam lmp_detach ,mem_lmo_opcode2 
-0x5cb8 016356 jam other_end_terminated ,mem_disconn_reason_send 
-0x5cb9 016357 rtn 
-:      016359 parse_lmp_not_accepted_inrand:
-0x5cba 016360 fetch 1 ,mem_rxbuf + 2 
-0x5cbb 016361 beq key_missing ,parse_lmp_inrand_key_missing 
-0x5cbc 016362 rtnne pairing_not_allowed 
-0x5cbd 016363 jam pairing_not_allowed ,mem_disconn_reason_send 
-0x5cbe 016364 jam lmp_detach ,mem_lmo_opcode2 
-0x5cbf 016365 rtn 
-:      016366 parse_lmp_inrand_key_missing:
-0x5cc0 016367 jam key_missing ,mem_disconn_reason_send 
-0x5cc1 016368 jam lmp_detach ,mem_lmo_opcode2 
-0x5cc2 016369 rtn 
-:      016371 parse_lmp_not_accepted_name_req:
-0x5cc3 016372 rtn 
-:      016374 parse_lmp_not_accepted_simple_pairing_number:
-0x5cc4 016375 jam sp_stat_null ,mem_sp_state 
-0x5cc5 016376 jam lmp_detach ,mem_lmo_opcode2 
-0x5cc6 016377 branch parse_rx_done 
-:      016379 parse_lmp_not_accepted_dhkey_check:
-0x5cc7 016380 jam sp_stat_null ,mem_sp_state 
-0x5cc8 016381 jam lmp_detach ,mem_lmo_opcode2 
-0x5cc9 016382 branch parse_rx_done 
-:      016383 parse_lmp_not_accepted_unsniff_req:
-0x5cca 016384 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
-0x5ccb 016385 branch ui_ipc_send_event 
-:      016387 parse_lmp_accepted_unsniff_req:
-0x5ccc 016388 jam bt_evt_unsniff_accept ,mem_fifo_temp 
-0x5ccd 016389 call ui_ipc_send_event 
-0x5cce 016390 call sniff_exit 
-0x5ccf 016391 force 0 ,temp 
-0x5cd0 016392 branch hci_send_mode_change 
-:      016394 parse_lmp_accepted_sniff_req:
-0x5cd1 016395 jam bt_evt_sniff_accept ,mem_fifo_temp 
-0x5cd2 016396 call ui_ipc_send_event 
-0x5cd3 016397 force 0x02 ,temp 
-0x5cd4 016398 call hci_send_mode_change 
-0x5cd5 016399 setarg 0 
-0x5cd6 016400 store 2 ,mem_dsniff 
-0x5cd7 016401 fetch 2 ,mem_sniff_param_interval 
-0x5cd8 016402 lshift pdata ,pdata 
-0x5cd9 016403 store 2 ,mem_tsniff 
-0x5cda 016404 fetch 1 ,mem_sniff_param_attempt 
-0x5cdb 016405 store 1 ,mem_sniff_attempt 
-0x5cdc 016406 fetch 1 ,mem_sniff_param_timeout 
-0x5cdd 016407 store 1 ,mem_sniff_timeout 
-0x5cde 016408 branch sniff_init 
-:      016410 parse_lmp_not_acdcept_sniff_req:
-0x5cdf 016411 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
-0x5ce0 016412 branch ui_ipc_send_event 
-:      016414 parse_lmp_crypt_key:
-0x5ce1 016415 fetcht 1 ,mem_rxbuf + 1 
-0x5ce2 016416 storet 1 ,mem_key_size 
-0x5ce3 016417 branch accept_lmp_msg 
-:      016419 parse_lmp_setup_complete:
-0x5ce4 016420 fetch 1 ,mem_lmp_conn_state 
-0x5ce5 016421 set1 received_setup_complete ,pdata 
-0x5ce6 016422 store 1 ,mem_lmp_conn_state 
-0x5ce7 016423 rtnbit1 sent_setup_complete 
-0x5ce8 016424 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5ce9 016425 branch parse_rx_done 
-:      016427 parse_lmp_max_slot:
-0x5cea 016430 rtn 
-:      016432 parse_lmp_max_slot_req:
-0x5ceb 016433 fetch 1 ,mem_max_slot 
-0x5cec 016434 fetcht 1 ,mem_rxbuf + 1 
-0x5ced 016435 isub temp ,null 
-0x5cee 016437 branch accept_lmp_msg ,positive 
-0x5cef 016438 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5cf0 016439 jam unspecified_error ,mem_lmo_reason2 
-0x5cf1 016440 jam lmp_max_slot_req ,mem_lmi_opcode2 
-0x5cf2 016441 rtn 
-:      016443 parse_lmp_detach:
-0x5cf3 016444 call prepare_disconnect 
-0x5cf4 016445 branch accept_lmp_msg 
-:      016447 accept_lmp_msg:
-0x5cf5 016448 jam lmp_accepted ,mem_lmo_opcode2 
-0x5cf6 016449 rtn 
-:      016451 parse_lmp_incr_power:
-0x5cf7 016452 jam lmp_max_power ,mem_lmo_opcode2 
-0x5cf8 016453 rtn 
-:      016455 parse_lmp_decr_power:
-0x5cf9 016456 jam lmp_min_power ,mem_lmo_opcode2 
-0x5cfa 016457 rtn 
-:      016459 parse_lmp_version_res:
-0x5cfb 016460 fetch 1 ,mem_conn_sm 
-0x5cfc 016461 rtneq conn_sm_wait_version 
-0x5cfd 016463 jam conn_sm_send_features ,mem_conn_sm 
-0x5cfe 016465 rtn 
-:      016468 parse_lmp_auto_rate:
-0x5cff 016469 rtn 
-:      016471 parse_lmp_in_rand:
-0x5d00 016472 call lmp_copy_rand 
-0x5d01 016473 jam pincode_state_wait_pincode ,mem_pincode_state 
-0x5d02 016474 fetch 1 ,mem_device_option 
-0x5d03 016475 beq dvc_op_hci ,parse_lmp_in_rand_hci 
-0x5d04 016476 jam bt_evt_pincode_req ,mem_fifo_temp 
-0x5d05 016477 call ui_ipc_send_event 
-:      016478 parse_lmp_in_rand_hci:
-0x5d06 016479 call hci_send_pincode_req 
-0x5d07 016480 call tid_check 
-0x5d08 016481 nbranch lmp_accept_inrand ,true 
-0x5d09 016482 nbranch parse_lmp_inrand_res ,master 
-0x5d0a 016483 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5d0b 016484 jam lmp_in_rand ,mem_lmi_opcode2 
-0x5d0c 016485 jam transaction_collision ,mem_lmo_reason2 
-0x5d0d 016486 rtn 
-:      016487 parse_lmp_inrand_res:
-0x5d0e 016488 fetch 1 ,mem_op 
-0x5d0f 016489 set1 op_inrand_req ,pdata 
-0x5d10 016490 store 1 ,mem_op 
-0x5d11 016491 rtn 
-:      016494 pop_tid_follow:
-0x5d12 016495 fetcht 1 ,mem_state_map 
-0x5d13 016496 nsetflag blank ,smap_lmptid ,temp 
-0x5d14 016497 storet 1 ,mem_state_map 
-0x5d15 016498 rtn 
-:      016501 push_tid_follow:
-0x5d16 016502 fetch 1 ,mem_lmo_tid2 
-0x5d17 016503 rshift pdata ,pdata 
-0x5d18 016504 and_into 1 ,pdata 
-0x5d19 016505 rtn 
-:      016507 parse_lmp_au_rand:
-0x5d1a 016508 call push_tid_follow 
-0x5d1b 016509 store 1 ,mem_sres_tid 
-0x5d1c 016510 call lmp_copy_rand 
-0x5d1d 016511 jam lmp_sres ,mem_lmo_opcode2 
-0x5d1e 016512 fetch 1 ,mem_link_key_exists 
-0x5d1f 016513 nrtn blank 
-0x5d20 016514 fetch 1 ,mem_state 
-0x5d21 016515 rtnbit1 state_combkey 
-0x5d22 016516 jam key_missing ,mem_lmo_reason2 
-0x5d23 016517 fetch 1 ,mem_device_option 
-0x5d24 016518 bne dvc_op_hci ,reject_lmp_packet 
-0x5d25 016519 fetch 1 ,mem_auth_enable 
-0x5d26 016520 nbranch reject_lmp_packet ,blank 
-0x5d27 016521 jam 0 ,mem_lmo_opcode2 
-:      016522 parse_lmp_inrand_sres:
-0x5d28 016523 fetch 1 ,mem_op 
-0x5d29 016524 set1 op_send_sres ,pdata 
-0x5d2a 016525 store 1 ,mem_op 
-0x5d2b 016526 branch hci_send_linkkey_req 
-:      016528 parse_lmp_sres:
-0x5d2c 016529 arg mem_plap ,rega 
-0x5d2d 016530 call function_e1 
-0x5d2e 016531 fetch 4 ,mem_rxbuf + 1 
-0x5d2f 016532 fetcht 4 ,mem_input_store 
-0x5d30 016533 isub temp ,null 
-0x5d31 016534 branch authentication_ok ,zero 
-0x5d32 016535 jam lmp_detach ,mem_lmo_opcode2 
-0x5d33 016536 jam authentication_failure_error ,mem_disconn_reason_send 
-0x5d34 016537 rtn 
-:      016538 authentication_ok:
-0x5d35 016539 call copy_aco 
-0x5d36 016540 call linkkey_ready 
-0x5d37 016541 fetch 1 ,mem_op 
-0x5d38 016542 isolate1 op_auth_req ,pdata 
-0x5d39 016543 set0 op_auth_req ,pdata 
-0x5d3a 016544 store 1 ,mem_op 
-0x5d3b 016545 call hci_send_auth_complete ,true 
-0x5d3c 016546 fetch 1 ,mem_conn_sm 
-0x5d3d 016547 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
-0x5d3e 016548 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
-0x5d3f 016549 rtn 
-:      016550 authentication_ok_conn_sm:
-0x5d40 016551 fetch 1 ,mem_pairing_auth 
-0x5d41 016552 rtnne defalt_pairing_auth 
-0x5d42 016553 fetch 1 ,mem_state_map 
-0x5d43 016554 rtnbit1 smap_encryption 
-0x5d44 016555 branch host_create_conn_encrypt 
-:      016557 parse_lmp_comb_key:
-0x5d45 016558 arg mem_rxbuf + 1 ,rega 
-0x5d46 016559 arg mem_kinit ,regb 
-0x5d47 016560 arg mem_random_number ,contw 
-0x5d48 016561 call xor16 
-0x5d49 016562 arg mem_plap ,rega 
-0x5d4a 016563 call generate_linkkey 
-0x5d4b 016564 jam lmp_au_rand ,mem_lmo_opcode2 
-0x5d4c 016565 fetch 1 ,mem_state 
-0x5d4d 016566 bbit0 state_combkey ,lmp_generate_key 
-0x5d4e 016567 rtn 
-:      016569 parse_lmp_name_res:
-0x5d4f 016570 fetch 2 ,mem_len 
-0x5d50 016571 add pdata ,-3 ,loopcnt 
-0x5d51 016572 fetcht 1 ,mem_rxbuf + 1 
-0x5d52 016573 setarg mem_tmp_buffer 
-0x5d53 016574 iadd temp ,contw 
-0x5d54 016575 arg mem_rxbuf + 3 ,contr 
-0x5d55 016576 call memcpy 
-0x5d56 016577 fetcht 1 ,mem_name_offset 
-0x5d57 016578 fetch 1 ,mem_rxbuf + 2 
-0x5d58 016579 isub temp ,pdata 
-0x5d59 016580 sub pdata ,14 ,null 
-0x5d5a 016581 branch parse_lmp_name_res_end ,positive 
-0x5d5b 016582 add temp ,14 ,pdata 
-0x5d5c 016583 store 1 ,mem_name_offset 
-0x5d5d 016584 jam lmp_name_req ,mem_lmo_opcode2 
-0x5d5e 016585 rtn 
-:      016586 parse_lmp_name_res_end:
-0x5d5f 016587 fetch 1 ,mem_state_map 
-0x5d60 016588 set1 smap_name_res ,pdata 
-0x5d61 016589 store 1 ,mem_state_map 
-0x5d62 016590 bbit1 smap_name_req ,lmp_disconnect 
-0x5d63 016593 rtn 
-:      016594 parse_lmp_name_req:
-0x5d64 016595 fetch 1 ,mem_rxbuf + 1 
-0x5d65 016596 store 1 ,mem_lmi_opcode2 
-0x5d66 016597 jam lmp_name_res ,mem_lmo_opcode2 
-0x5d67 016598 rtn 
-:      016600 parse_lmp_conn_req:
-0x5d68 016601 fetch 1 ,mem_device_option 
-0x5d69 016602 bne dvc_op_hci ,accept_lmp_msg 
-0x5d6a 016603 force 1 ,temp 
-0x5d6b 016604 branch hci_send_conn_req_event 
-:      016606 parse_lmp_timing_accuracy_req:
-0x5d6c 016607 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
-0x5d6d 016608 rtn 
-:      016610 parse_lmp_features_req:
-0x5d6e 016611 jam lmp_features_res ,mem_lmo_opcode2 
-0x5d6f 016612 rtn 
-:      016614 parse_lmp_version_req:
-0x5d70 016615 jam lmp_version_res ,mem_lmo_opcode2 
-0x5d71 016616 rtn 
-:      016618 parse_lmp_supervision_timeout:
-0x5d72 016621 rtn 
-:      016625 parse_lmp_sniff_subrating_req:
-0x5d73 016626 fetch 2 ,mem_tsniff 
-0x5d74 016627 iforce temp 
-0x5d75 016628 fetch 1 ,mem_rxbuf + 2 
-0x5d76 016629 store 1 ,mem_subsniff_rate 
-0x5d77 016630 imul32 temp ,temp 
-0x5d78 016631 fetch 2 ,mem_rxbuf + 3 
-0x5d79 016632 lshift pdata ,pdata 
-0x5d7a 016633 store 2 ,mem_subsniff_tcmax 
-0x5d7b 016634 fetch 4 ,mem_rxbuf + 5 
-0x5d7c 016635 lshift pdata ,pdata 
-0x5d7d 016636 store 4 ,mem_subsniff_instant 
-0x5d7e 016638 deposit temp 
-0x5d7f 016639 store 2 ,mem_subsniff_tsniff 
-0x5d80 016640 rtn 
-:      016641 parse_lmpext_packet_type_table_req:
-0x5d81 016642 fetcht 1 ,mem_ptt 
-0x5d82 016643 fetch 1 ,mem_rxbuf + 2 
-0x5d83 016644 ixor temp ,null 
-0x5d84 016645 nbranch reject_unknown_ext_packet ,zero 
-0x5d85 016646 isolate1 0 ,pdata 
-0x5d86 016647 fetch 1 ,mem_state_map 
-0x5d87 016648 setflag true ,smap_edr ,pdata 
-0x5d88 016649 store 1 ,mem_state_map 
-0x5d89 016650 jam lmp_ext_accepted ,mem_lmo_opcode2 
-0x5d8a 016651 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
-0x5d8b 016652 rtn 
-:      016655 parse_lmp_sniff_subrating_res:
-0x5d8c 016656 rtn 
-:      016658 parse_lmp_max_power:
-0x5d8d 016659 rtn 
-:      016660 parse_lmp_min_power:
-0x5d8e 016661 rtn 
-:      016662 parse_lmp_page_mode_req:
-0x5d8f 016664 branch accept_lmp_msg 
-:      016665 parse_lmp_page_scan_mode_req:
-0x5d90 016668 branch accept_lmp_msg 
-:      016669 parse_lmp_preferred_rate:
-0x5d91 016670 rtn 
-:      016671 parse_lmp_remove_sco_link_req:
-0x5d92 016672 call stop_sco 
-0x5d93 016673 jam lmp_remove_sco_link_req ,mem_lmi_opcode2 
-0x5d94 016674 branch accept_lmp_msg 
-:      016677 parse_lmp_sco_link_req:
-0x5d95 016678 fetch 1 ,mem_rxbuf + 1 
-0x5d96 016679 store 1 ,mem_sco_handle 
-0x5d97 016680 fetch 1 ,mem_rxbuf + 3 
-0x5d98 016681 store 1 ,mem_esco_desco 
-0x5d99 016682 fetch 1 ,mem_rxbuf + 6 
-0x5d9a 016683 store 1 ,mem_air_mode 
-0x5d9b 016684 call push_tid_follow 
-0x5d9c 016685 store 1 ,mem_accptsco_tid 
-0x5d9d 016686 force 0 ,temp 
-0x5d9e 016687 branch hci_send_conn_req_event 
-:      016689 parse_lmp_slot_offset:
-0x5d9f 016690 fetch 2 ,mem_rxbuf + 1 
-0x5da0 016691 store 2 ,mem_slot_offset 
-0x5da1 016692 rtn 
-:      016694 parse_lmp_sniff_req:
-0x5da2 016695 fetch 1 ,mem_state 
-0x5da3 016696 bbit1 state_insniff ,lmp_reject_sniff 
-0x5da4 016697 fetch 2 ,mem_rxbuf + 2 
-0x5da5 016698 lshift pdata ,pdata 
-0x5da6 016699 store 2 ,mem_dsniff 
-0x5da7 016700 fetch 2 ,mem_rxbuf + 4 
-0x5da8 016701 lshift pdata ,pdata 
-0x5da9 016702 store 2 ,mem_tsniff 
-0x5daa 016703 fetch 2 ,mem_rxbuf + 6 
-0x5dab 016704 store 1 ,mem_sniff_attempt 
-0x5dac 016705 iforce temp 
-0x5dad 016706 fetch 2 ,mem_rxbuf + 8 
-0x5dae 016707 store 1 ,mem_sniff_timeout 
-0x5daf 016708 isub temp ,null 
-0x5db0 016709 nbranch set_big_value_to_attempt ,positive 
-0x5db1 016710 store 1 ,mem_sniff_attempt 
-:      016711 set_big_value_to_attempt:
-0x5db2 016713 jam lmp_accepted ,mem_lmo_opcode2 
-0x5db3 016714 jam lmp_sniff_req ,mem_lmi_opcode2 
-0x5db4 016715 rtn 
-:      016717 lmp_reject_sniff:
-0x5db5 016718 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5db6 016719 branch reject_lmp_packet 
-:      016721 parse_lmp_start_encryption_req:
-0x5db7 016722 call accept_lmp_msg 
-0x5db8 016723 call lmp_copy_rand 
-0x5db9 016724 call function_e3 
-0x5dba 016725 branch start_encryption 
-:      016727 parse_lmp_stop_encryption_req:
-0x5dbb 016728 call accept_lmp_msg 
-0x5dbc 016729 branch stop_encryption 
-:      016732 parse_lmp_switch_req:
-0x5dbd 016733 fetch 4 ,mem_rxbuf + 1 
-0x5dbe 016734 lshift pdata ,pdata 
-0x5dbf 016736 branch parse_lmp_switch_accept ,master 
-0x5dc0 016737 fetcht 1 ,mem_link_key_exists 
-0x5dc1 016738 nbranch parse_lmp_switch_req_clear_mark ,blank 
-:      016739 parse_lmp_switch_req_not_accept:
-0x5dc2 016740 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5dc3 016741 jam lmp_switch_req ,mem_lmi_opcode2 
-0x5dc4 016742 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5dc5 016743 rtn 
-:      016744 parse_lmp_switch_req_clear_mark:
-0x5dc6 016745 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x5dc7 016746 jam 0 ,mem_conn_sm 
-0x5dc8 016747 branch role_switch_prepare 
-:      016749 parse_lmp_switch_accept:
-0x5dc9 016750 call role_switch_prepare 
-0x5dca 016751 set1 mark_reconn_recieve_switch ,mark 
-0x5dcb 016752 fetch 1 ,mem_connection_options 
-0x5dcc 016753 set0 connection_switch ,pdata 
-0x5dcd 016754 store 1 ,mem_connection_options 
-0x5dce 016755 branch accept_lmp_msg 
-:      016759 parse_lmp_temp_rand:
-0x5dcf 016760 rtn 
-:      016761 parse_lmp_temp_key:
-0x5dd0 016762 rtn 
-:      016763 parse_lmp_timing_accuracy_res:
-0x5dd1 016764 rtn 
-:      016766 parse_lmp_unit_key:
-0x5dd2 016768 rtn 
-:      016771 parse_lmp_unsniff_req:
-0x5dd3 016772 jam lmp_accepted ,mem_lmo_opcode2 
-0x5dd4 016773 jam lmp_unsniff_req ,mem_lmi_opcode2 
-0x5dd5 016774 jam bt_evt_remote_unsniff ,mem_fifo_temp 
-0x5dd6 016775 call ui_ipc_send_event 
-0x5dd7 016776 force 0 ,temp 
-0x5dd8 016777 call hci_send_mode_change 
-0x5dd9 016778 branch sniff_exit 
-:      016779 parse_lmp_use_semi_permanend_key:
-0x5dda 016780 rtn 
-:      016782 parse_lmp_encapsulated_header:
-0x5ddb 016783 fetch 1 ,mem_rxbuf + 1 
-0x5ddc 016784 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5ddd 016785 fetch 1 ,mem_rxbuf + 2 
-0x5dde 016786 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5ddf 016787 fetch 1 ,mem_rxbuf + 3 
-0x5de0 016788 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
-0x5de1 016789 call check_localsm 
-0x5de2 016790 branch parse_lmp_encapsulated_header_master ,true 
-0x5de3 016791 jam sp_stat_key_recv ,mem_sp_state 
-:      016792 parse_lmp_encapsulated_header_master:
-0x5de4 016793 jam lmp_accepted ,mem_lmo_opcode2 
-0x5de5 016794 jam lmp_encapsulated_header ,mem_lmi_opcode2 
-0x5de6 016795 branch parse_rx_done 
-:      016797 parse_lmp_encapsulated_header_reject:
-0x5de7 016798 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5de8 016799 branch reject_lmp_packet 
-:      016801 parse_lmp_accepted_encapsulated_header:
-0x5de9 016804 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5dea 016806 rtn 
-:      016807 parse_lmp_accepted_simple_pairing_number:
-0x5deb 016808 call check_localsm 
-0x5dec 016809 rtn true 
-0x5ded 016810 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5dee 016811 rtn 
-:      016813 parse_lmp_accepted_dhkey_check:
-0x5def 016815 call check_localsm 
-0x5df0 016816 ncall g_noninit ,true 
-0x5df1 016817 call g_init ,true 
-0x5df2 016818 call hci_send_user_confirmation_req 
-0x5df3 016819 call hci_send_ssp_complete 
-0x5df4 016820 call check_localsm 
-0x5df5 016821 rtn true 
-0x5df6 016822 jam sp_stat_link_key_calc ,mem_sp_state 
-0x5df7 016823 jam sp_flag_commit ,mem_sp_flag 
-0x5df8 016824 rtn 
-:      016826 parse_simple_pairing_confirm:
-0x5df9 016827 arg mem_sp_confirm_remote ,contw 
-0x5dfa 016828 fetch 8 ,mem_rxbuf + 1 
-0x5dfb 016829 istore 8 ,contw 
-0x5dfc 016830 fetch 8 ,mem_rxbuf + 9 
-0x5dfd 016831 istore 8 ,contw 
-0x5dfe 016832 branch master_set_mem_master_sp_flag 
-:      016834 parse_lmp_encapsulated_payload:
-0x5dff 016835 fetch 1 ,mem_master_sp_state 
-0x5e00 016836 beq sp_stat_random_send ,parse_encapsulated_payload_master 
-0x5e01 016837 fetch 1 ,mem_sp_state 
-0x5e02 016838 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
-:      016839 parse_encapsulated_payload_master:
-0x5e03 016840 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5e04 016841 sub pdata ,0x20 ,contw 
-0x5e05 016842 nbranch parse_lmp_encapsulated_payload_reject ,positive 
-0x5e06 016843 arg mem_sp_pubkey_remote ,contw 
-0x5e07 016844 iadd contw ,contw 
-0x5e08 016845 fetch 8 ,mem_rxbuf + 1 
-0x5e09 016846 istore 8 ,contw 
-0x5e0a 016847 fetch 8 ,mem_rxbuf + 9 
-0x5e0b 016848 istore 8 ,contw 
-0x5e0c 016849 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5e0d 016850 increase 16 ,pdata 
-0x5e0e 016851 store 1 ,mem_sp_remote_key_recv_count 
-0x5e0f 016852 bne encapsulated_len_p192 ,accept_lmp_msg 
-:      016853 parse_lmp_encapsulated_payload_completed:
-0x5e10 016854 call check_localsm 
-0x5e11 016855 branch accept_lmp_msg ,true 
-0x5e12 016856 jam sp_key_valid ,mem_sp_remote_key_invalid 
-0x5e13 016857 jam sp_stat_key_generate ,mem_sp_state 
-0x5e14 016858 jam sp_flag_commit ,mem_sp_flag 
-0x5e15 016859 branch accept_lmp_msg 
-:      016860 parse_lmp_encapsulated_payload_reject:
-0x5e16 016861 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5e17 016862 branch reject_lmp_packet 
-:      016863 parse_lmp_accepted_encapsulated_payload:
-0x5e18 016864 fetch 1 ,mem_sp_local_key_send_count 
-0x5e19 016865 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
-0x5e1a 016866 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5e1b 016867 branch parse_rx_done 
-:      016868 parse_lmp_encapsulated_payload_all_accepted:
-0x5e1c 016869 call check_localsm 
-0x5e1d 016870 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
-0x5e1e 016871 jam sp_flag_commit ,mem_sp_flag 
-0x5e1f 016872 jam sp_stat_commit_calc ,mem_sp_state 
-0x5e20 016873 branch parse_rx_done 
-:      016874 parse_lmp_encapsulated_payload_all_accepted_master:
-0x5e21 016876 branch parse_rx_done 
-:      016878 parse_lmp_simple_pairing_number:
-0x5e22 016879 fetch 1 ,mem_master_sp_state 
-0x5e23 016880 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
-0x5e24 016881 fetch 1 ,mem_sp_state 
-0x5e25 016882 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
-:      016883 parse_lmp_simple_pairing_number_master:
-0x5e26 016884 arg mem_sp_random_remote ,contw 
-0x5e27 016885 fetch 8 ,mem_rxbuf + 1 
-0x5e28 016886 istore 8 ,contw 
-0x5e29 016887 fetch 8 ,mem_rxbuf + 9 
-0x5e2a 016888 istore 8 ,contw 
-0x5e2b 016889 call check_localsm 
-0x5e2c 016890 branch parse_lmp_simple_pairing_number_master0 ,true 
-0x5e2d 016891 jam sp_stat_random_send ,mem_sp_state 
-0x5e2e 016892 jam sp_flag_commit ,mem_sp_flag 
-0x5e2f 016893 branch accept_lmp_msg 
-:      016894 parse_lmp_simple_pairing_number_master0:
-0x5e30 016895 jam sp_stat_commit_calc ,mem_master_sp_state 
-0x5e31 016896 branch master_set_mem_master_sp_flag 
-:      016899 parse_lmp_simple_pairing_number_reject:
-0x5e32 016900 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5e33 016901 branch reject_lmp_packet 
-:      016903 parse_dhkey_check:
-0x5e34 016904 fetch 1 ,mem_master_sp_state 
-0x5e35 016905 beq sp_stat_confirm_send ,parse_dhkey_check_master 
-0x5e36 016906 fetch 1 ,mem_sp_state 
-0x5e37 016907 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
-:      016908 parse_dhkey_check_master:
-0x5e38 016909 arg mem_sp_check_result ,contw 
-0x5e39 016910 fetch 8 ,mem_rxbuf + 1 
-0x5e3a 016911 istore 8 ,contw 
-0x5e3b 016912 fetch 8 ,mem_rxbuf + 9 
-0x5e3c 016913 istore 8 ,contw 
-0x5e3d 016914 call check_localsm 
-0x5e3e 016915 branch parse_dhkey_check_master0 ,true 
-0x5e3f 016916 jam sp_stat_confirm_check ,mem_sp_state 
-0x5e40 016917 jam sp_flag_commit ,mem_sp_flag 
-0x5e41 016918 branch parse_rx_done 
-:      016919 parse_dhkey_check_master0:
-0x5e42 016920 jam sp_stat_confirm_check ,mem_master_sp_state 
-0x5e43 016921 jam sp_flag_commit ,mem_master_sp_flag 
-0x5e44 016922 branch parse_rx_done 
-:      016923 parse_lmp_dhkey_check_reject:
-0x5e45 016924 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5e46 016925 branch reject_lmp_packet 
-:      016927 parse_lmp_clkoffset_res:
-0x5e47 016928 branch parse_rx_done 
-:      016930 parse_lmp_encryption_mode_req:
-0x5e48 016931 fetch 1 ,mem_connection_options 
-0x5e49 016932 set0 connection_encrypt 
-0x5e4a 016933 store 1 ,mem_connection_options 
-0x5e4b 016934 call accept_lmp_msg 
-0x5e4c 016935 nrtn master 
-0x5e4d 016936 fetch 1 ,mem_rxbuf + 1 
-0x5e4e 016937 fetcht 1 ,mem_op 
-0x5e4f 016938 setflag blank ,op_stop_enc ,temp 
-0x5e50 016939 nsetflag blank ,op_start_enc ,temp 
-0x5e51 016940 storet 1 ,mem_op 
-0x5e52 016941 rtn 
-:      016943 parse_lmp_features_res:
-0x5e53 016944 fetcht 8 ,mem_rxbuf + 1 
-0x5e54 016945 fetch 1 ,mem_hci_cmd 
-0x5e55 016946 bne hci_cmd_wait_remote_feature ,parse_lmp_features_res_not_hci 
-0x5e56 016947 jam 0 ,mem_hci_cmd 
-0x5e57 016948 call hci_send_remote_features 
-:      016949 parse_lmp_features_res_not_hci:
-0x5e58 016950 fetch 1 ,mem_conn_sm 
-0x5e59 016951 rtnne conn_sm_wait_features_res 
-0x5e5a 016952 fetch 1 ,mem_device_option 
-0x5e5b 016953 beq dvc_op_hci ,parse_lmp_feature_ext_sm 
-0x5e5c 016954 fetch 1 ,mem_connection_options 
-0x5e5d 016955 bbit0 connection_feature_ext ,parse_lmp_send_conn 
-:      016956 parse_lmp_feature_ext_sm:
-0x5e5e 016957 jam conn_sm_send_features_ext ,mem_conn_sm 
-0x5e5f 016958 rtn 
-:      016959 parse_lmp_send_conn:
-0x5e60 016960 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5e61 016961 rtn 
-:      016962 parse_lmp_test_activate:
-0x5e62 016963 fetch 1 ,mem_debug_config 
-0x5e63 016964 store 1 ,mem_test_mode_old_debug_config 
-0x5e64 016965 jam lmp_accepted ,mem_lmo_opcode2 
-0x5e65 016966 jam lmp_test_activate ,mem_lmi_opcode2 
-0x5e66 016967 rtn 
-:      016968 parse_lmp_test_control:
-0x5e67 016971 jam lmp_accepted ,mem_lmo_opcode2 
-0x5e68 016972 jam lmp_test_control ,mem_lmi_opcode2 
-0x5e69 016973 force 9 ,loopcnt 
-0x5e6a 016974 arg mem_rxbuf + 1 ,contr 
-0x5e6b 016975 arg mem_temp_payload ,contw 
-:      016976 parse_lmp_test_xor:
-0x5e6c 016977 ifetch 1 ,contr 
-0x5e6d 016978 xor_into 0x55 ,pdata 
-0x5e6e 016979 istore 1 ,contw 
-0x5e6f 016980 loop parse_lmp_test_xor 
-0x5e70 016981 fetch 1 ,test_mode_scenario 
-0x5e71 016982 fetcht 1 ,mem_tester_emulate 
-0x5e72 016983 set0 tester_no_whitening ,temp 
-0x5e73 016984 set0 tester_pattern_test ,temp 
-0x5e74 016985 beq exit_test_mode ,parse_lmp_test_control_exit 
-0x5e75 016986 beq pause_test_mode ,parse_lmp_test_control_pause 
-0x5e76 016987 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
-0x5e77 016988 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5e78 016989 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
-0x5e79 016990 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5e7a 016991 beq zero_pattern ,parse_lmp_test_control_pattern 
-0x5e7b 016992 beq one_pattern ,parse_lmp_test_control_pattern 
-0x5e7c 016993 beq alt_pattern ,parse_lmp_test_control_pattern 
-0x5e7d 016994 beq alt2_pattern ,parse_lmp_test_control_pattern 
-0x5e7e 016995 beq pseudorandom ,parse_lmp_test_control_pattern 
-0x5e7f 016996 rtn 
-:      016997 parse_lmp_test_control_exit:
-0x5e80 016999 fetch 1 ,mem_tester_emulate 
-0x5e81 017000 set1 tester_exit ,pdata 
-0x5e82 017001 set1 tester_change ,pdata 
-0x5e83 017002 store 1 ,mem_tester_emulate 
-0x5e84 017003 rtn 
-:      017004 parse_lmp_test_control_pattern:
-0x5e85 017005 set1 tester_pattern_test ,temp 
-0x5e86 017006 jam 5 ,mem_lch_code 
-0x5e87 017007 fetch 2 ,test_mode_data_length 
-0x5e88 017008 iforce loopcnt 
-0x5e89 017009 store 2 ,mem_len 
-0x5e8a 017010 arg mem_rxbuf ,contw 
-0x5e8b 017011 call pn9 
-:      017012 parse_lmp_test_control_loopback_nowhite:
-0x5e8c 017013 set1 tester_no_whitening ,temp 
-:      017014 parse_lmp_test_control_loopback:
-0x5e8d 017015 set1 tester_change ,temp 
-0x5e8e 017016 force 0 ,pdata 
-0x5e8f 017017 store 1 ,mem_slave_rcvcnt 
-0x5e90 017018 store 2 ,mem_tst_pktcnt_crc 
-0x5e91 017019 store 2 ,mem_tst_pktcnt_dmh 
-0x5e92 017020 store 2 ,mem_tst_pktcnt_hec 
-0x5e93 017021 store 2 ,mem_tst_pktcnt_sync 
-0x5e94 017022 fetch 1 ,test_mode_hopping_mode 
-0x5e95 017023 compare fixed_freq ,pdata ,0xff 
-0x5e96 017024 setflag true ,tester_fixed_freq ,temp 
-0x5e97 017025 storet 1 ,mem_tester_emulate 
-0x5e98 017026 rtn 
-:      017028 parse_lmp_test_control_pause:
-0x5e99 017029 set0 mark_testmode ,mark 
-0x5e9a 017030 jam 0 ,mem_tester_emulate 
-0x5e9b 017031 fetch 1 ,mem_debug_config 
-0x5e9c 017032 set0 debug_tx_pattern ,pdata 
-0x5e9d 017033 store 1 ,mem_debug_config 
-0x5e9e 017034 rtn 
-:      017036 check_test_cond:
-0x5e9f 017037 fetch 1 ,mem_tester_emulate 
-0x5ea0 017038 rtnbit0 tester_change 
-0x5ea1 017039 fetch 1 ,mem_tester_cnt 
-0x5ea2 017040 increase 1 ,pdata 
-0x5ea3 017041 store 1 ,mem_tester_cnt 
-0x5ea4 017042 rtnne 5 
-0x5ea5 017043 jam 0 ,mem_tester_cnt 
-0x5ea6 017044 fetch 1 ,mem_tester_emulate 
-0x5ea7 017045 set0 tester_change ,pdata 
-0x5ea8 017046 store 1 ,mem_tester_emulate 
-0x5ea9 017047 bbit1 tester_exit ,check_test_exit 
-0x5eaa 017048 isolate1 tester_no_whitening ,pdata 
-0x5eab 017049 call test_no_white ,true 
-0x5eac 017050 ncall test_enable_white ,true 
-0x5ead 017051 fetch 1 ,test_mode_packet_type 
-0x5eae 017052 compare 0x20 ,pdata ,0x30 
-0x5eaf 017053 fetch 1 ,mem_state_map 
-0x5eb0 017054 setflag true ,smap_edr ,pdata 
-0x5eb1 017055 store 1 ,mem_state_map 
-0x5eb2 017056 fetch 1 ,mem_tester_emulate 
-0x5eb3 017057 fetcht 1 ,mem_debug_config 
-0x5eb4 017058 isolate1 tester_pattern_test ,pdata 
-0x5eb5 017059 setflag true ,debug_tx_pattern ,temp 
-0x5eb6 017060 isolate1 tester_fixed_freq ,pdata 
-0x5eb7 017061 setflag true ,debug_tx_fixed_freq ,temp 
-0x5eb8 017062 setflag true ,debug_rx_fixed_freq ,temp 
-0x5eb9 017063 storet 1 ,mem_debug_config 
-0x5eba 017064 fetch 1 ,test_mode_tx_freq 
-0x5ebb 017065 store 1 ,mem_tx_fixed_freq 
-0x5ebc 017066 fetch 1 ,test_mode_rx_freq 
-0x5ebd 017067 store 1 ,mem_rx_fixed_freq 
-0x5ebe 017068 set1 mark_testmode ,mark 
-0x5ebf 017069 rtn 
-:      017071 check_test_exit:
-0x5ec0 017072 set0 mark_testmode ,mark 
-0x5ec1 017073 jam 0 ,mem_tester_emulate 
-0x5ec2 017074 fetch 1 ,mem_test_mode_old_debug_config 
-0x5ec3 017075 store 1 ,mem_debug_config 
-0x5ec4 017076 hfetch 1 ,core_config 
-0x5ec5 017077 and_into 0xfb ,pdata 
-0x5ec6 017078 hstore 1 ,core_config 
-0x5ec7 017079 rtn 
-:      017082 lmp_copy_rand:
-0x5ec8 017083 arg mem_rxbuf + 1 ,contr 
-0x5ec9 017084 arg mem_random_number ,contw 
-0x5eca 017085 branch memcpy16 
-:      017087 lmp_generate_key:
-0x5ecb 017088 jam lmp_comb_key ,mem_lmo_opcode2 
-0x5ecc 017089 rtn 
-:      017091 lmp_start_encryption:
-0x5ecd 017092 nrtn master 
-0x5ece 017093 jam lmp_start_encryption_req ,mem_lmo_opcode2 
-0x5ecf 017094 rtn 
-:      017096 lmp_accept_inrand:
-0x5ed0 017097 arg mem_lap ,rega 
-0x5ed1 017098 call generate_kinit 
-0x5ed2 017099 jam lmp_accepted ,mem_lmo_opcode2 
-0x5ed3 017100 jam lmp_in_rand ,mem_lmi_opcode2 
-0x5ed4 017101 rtn 
-:      017103 lmp_disconnect:
-0x5ed5 017104 jam 10 ,mem_conn_timer 
-0x5ed6 017105 jam lmp_detach ,mem_lmo_opcode2 
-0x5ed7 017106 jam local_host ,mem_disconn_reason_send 
-0x5ed8 017107 rtn 
-:      017113 send_lmp:
-0x5ed9 017114 set1 mark_ext_patch ,mark 
-0x5eda 017115 bpatch patch3c_3 ,mem_patch3c 
-0x5edb 017116 disable user 
-0x5edc 017117 call lmo_fifo_process 
-0x5edd 017118 fetch 1 ,mem_lmp_to_send 
-0x5ede 017119 rtn blank 
-0x5edf 017124 bbit1 7 ,send_lmp_escape 
-0x5ee0 017125 beq lmp_name_req ,send_lmp_name_req 
-0x5ee1 017126 beq lmp_name_res ,send_lmp_name_res 
-0x5ee2 017127 beq lmp_accepted ,send_lmp_accepted 
-0x5ee3 017128 beq lmp_not_accepted ,send_lmp_not_accepted 
-0x5ee4 017129 beq lmp_features_req ,send_lmp_features_req 
-0x5ee5 017130 beq lmp_features_res ,send_lmp_features_res 
-0x5ee6 017131 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
-0x5ee7 017132 beq lmp_version_req ,send_lmp_version_req 
-0x5ee8 017133 beq lmp_version_res ,send_lmp_version_res 
-0x5ee9 017134 beq lmp_setup_complete ,send_lmp_setup_complete 
-0x5eea 017135 beq lmp_supervision_timeout ,send_lmp_superto 
-0x5eeb 017136 beq lmp_host_connection_req ,send_lmp_no_payload 
-0x5eec 017137 beq lmp_in_rand ,send_lmp_inrand 
-0x5eed 017138 beq lmp_comb_key ,send_lmp_comb_key 
-0x5eee 017139 beq lmp_au_rand ,send_lmp_aurand 
-0x5eef 017140 beq lmp_sres ,send_lmp_sres 
-0x5ef0 017141 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
-0x5ef1 017142 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
-0x5ef2 017143 beq lmp_start_encryption_req ,send_lmp_start_encryption 
-0x5ef3 017144 beq lmp_detach ,send_lmp_detach 
-0x5ef4 017145 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
-0x5ef5 017146 beq lmp_unit_key ,send_lmp_unit_key 
-0x5ef6 017148 beq lmp_sco_link_req ,send_lmp_sco_link_req 
-0x5ef7 017149 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
-0x5ef8 017150 beq lmp_max_power ,send_lmp_nopayload_reply 
-0x5ef9 017151 beq lmp_max_slot ,send_lmp_max_slot 
-0x5efa 017152 beq lmp_max_slot_req ,send_lmp_max_slot_req 
-0x5efb 017153 beq lmp_min_power ,send_lmp_nopayload_reply 
-0x5efc 017154 beq lmp_remove_sco_link_req ,send_lmp_remove_sco_link_req 
-0x5efd 017155 beq lmp_slot_offset ,send_lmp_slot_offset 
-0x5efe 017156 beq lmp_switch_req ,send_lmp_switch_req 
-0x5eff 017157 beq lmp_sniff_req ,send_lmp_sniff_req 
-0x5f00 017158 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
-0x5f01 017159 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
-0x5f02 017160 beq lmp_unsniff_req ,send_lmp_unsniff_req 
-0x5f03 017161 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
-0x5f04 017162 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
-0x5f05 017163 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
-0x5f06 017164 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
-0x5f07 017165 beq lmp_dhkey_check ,send_lmp_dhkey_check 
-0x5f08 017166 beq lmp_auto_rate ,send_lmp_auto_rate 
-0x5f09 017167 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
-0x5f0a 017169 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
-0x5f0b 017170 beq lmp_quality_of_service ,send_lmp_quality_of_service 
-0x5f0c 017171 beq lmp_test_activate ,send_lmp_test_activate 
-0x5f0d 017172 beq lmp_test_control ,send_lmp_test_control 
-:      017173 send_lmp_error:
-0x5f0e 017174 branch assert 
-0x5f0f 017175 rtn 
-:      017176 send_lmp_escape:
-0x5f10 017177 beq lmp_ext_esco_link_req ,send_lmpext_esco_req 
-0x5f11 017178 beq lmp_ext_remove_esco_req ,send_lmpext_remove_esco 
-0x5f12 017179 beq lmp_ext_accepted ,send_lmpext_accepted 
-0x5f13 017180 beq lmp_ext_features_res ,send_lmpext_features_res 
-0x5f14 017181 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
-0x5f15 017182 beq lmp_ext_features_req ,send_lmpext_features_req 
-0x5f16 017183 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
-0x5f17 017184 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
-0x5f18 017185 beq lmp_io_cap_req ,send_lmp_io_cap_req 
-0x5f19 017186 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
-0x5f1a 017187 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
-0x5f1b 017188 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
-0x5f1c 017189 branch assert 
-:      017195 send_lmp_accepted:
-0x5f1d 017196 force 2 ,pdata 
-0x5f1e 017197 call msg_send_lmp 
-0x5f1f 017198 fetch 1 ,mem_lmi_opcode 
-0x5f20 017199 istore 1 ,contw 
-0x5f21 017200 beq lmp_sco_link_req ,send_lmp_accptsco 
-0x5f22 017201 call send_lmp_follow 
-0x5f23 017202 fetch 1 ,mem_lmi_opcode 
-0x5f24 017203 beq lmp_in_rand ,send_lmp_accepted_inrand 
-0x5f25 017204 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
-0x5f26 017205 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
-0x5f27 017206 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
-0x5f28 017207 beq lmp_host_connection_req ,send_lmp_accepted_connection 
-0x5f29 017208 beq lmp_remove_sco_link_req ,send_lmp_accept_remove_sco_link_req 
-0x5f2a 017209 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
-0x5f2b 017210 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
-0x5f2c 017211 rtn 
-:      017213 send_create_conn_start_l2cap_timer_sm:
-0x5f2d 017214 fetch 1 ,mem_conn_sm 
-0x5f2e 017215 rtn blank 
-0x5f2f 017216 jam conn_sm_wait_done ,mem_conn_sm 
-0x5f30 017217 setarg timer_enpt_waite 
-0x5f31 017218 arg enpt_delay_timer ,queue 
-0x5f32 017219 branch timer_init 
-:      017221 send_lmp_accept_sniff_req:
-0x5f33 017222 force 0x02 ,temp 
-0x5f34 017223 call hci_send_mode_change 
-0x5f35 017224 branch sniff_init 
-:      017225 send_lmp_not_accepted:
-0x5f36 017226 force 3 ,pdata 
-0x5f37 017227 call msg_send_lmp 
-0x5f38 017228 fetch 1 ,mem_lmi_opcode 
-0x5f39 017229 beq lmp_au_rand ,send_not_accept_aurand 
-0x5f3a 017230 istore 1 ,contw 
-0x5f3b 017231 fetch 1 ,mem_lmo_reason 
-0x5f3c 017232 istore 1 ,contw 
-0x5f3d 017233 branch send_lmp_follow 
-:      017235 send_not_accept_aurand:
-0x5f3e 017236 istore 1 ,contw 
-0x5f3f 017237 fetch 1 ,mem_lmo_reason 
-0x5f40 017238 istore 1 ,contw 
-0x5f41 017239 arg mem_sres_tid ,temp 
-0x5f42 017240 branch special_tid_store 
-:      017242 send_lmpext_accepted:
-0x5f43 017243 force 4 ,queue 
-0x5f44 017244 call send_lmpext 
-0x5f45 017245 setarg lmp_escape 
-0x5f46 017246 istore 1 ,contw 
-0x5f47 017247 fetch 1 ,mem_lmi_opcode 
-0x5f48 017248 set0 7 ,pdata 
-0x5f49 017249 istore 1 ,contw 
-0x5f4a 017250 fetch 1 ,mem_lmi_opcode 
-0x5f4b 017251 beq lmp_ext_esco_link_req ,send_lmp_accptsco 
-0x5f4c 017252 call send_lmp_follow 
-0x5f4d 017253 fetch 1 ,mem_lmi_opcode 
-0x5f4e 017254 beq lmp_ext_remove_esco_req ,send_lmp_accept_remove_sco_link_req 
-0x5f4f 017255 rtn 
-:      017257 send_lmpext_not_accepted:
-0x5f50 017258 force 5 ,queue 
-0x5f51 017259 call send_lmpext 
-0x5f52 017260 setarg lmp_escape 
-0x5f53 017261 istore 1 ,contw 
-0x5f54 017262 fetch 1 ,mem_lmi_opcode 
-0x5f55 017263 set0 7 ,pdata 
-0x5f56 017264 istore 1 ,contw 
-0x5f57 017265 fetch 1 ,mem_lmo_reason 
-0x5f58 017266 istore 1 ,contw 
-0x5f59 017267 branch send_lmp_follow 
-:      017269 send_lmp_accptsco:
-0x5f5a 017270 call play_sco 
-0x5f5b 017271 arg mem_accptsco_tid ,temp 
-0x5f5c 017272 branch special_tid_store 
-:      017275 send_lmp_accepted_inrand:
-0x5f5d 017276 call clear_linkkey 
-0x5f5e 017277 call tid_check 
-0x5f5f 017278 rtn true 
-0x5f60 017279 branch lmp_generate_key 
-:      017281 send_lmp_accepted_enc_mode:
-0x5f61 017282 fetch 1 ,mem_op 
-0x5f62 017283 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
-0x5f63 017284 rtnbit0 op_stop_enc 
-0x5f64 017285 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5f65 017286 set0 op_stop_enc ,pdata 
-0x5f66 017287 call tid_reply 
-0x5f67 017288 branch send_lmp_accepted_enc_exit 
-:      017289 send_lmp_accepted_enc_start:
-0x5f68 017290 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x5f69 017291 set0 op_start_enc ,pdata 
-:      017292 send_lmp_accepted_enc_exit:
-0x5f6a 017293 store 1 ,mem_op 
-0x5f6b 017294 rtn 
-:      017296 send_lmp_accepted_enc_key:
-0x5f6c 017297 call check_localsm 
-0x5f6d 017298 branch lmp_start_encryption ,true 
-0x5f6e 017299 rtn 
-:      017301 send_lmp_accepted_connection:
-0x5f6f 017303 fetch 1 ,mem_lmp_conn_state 
-0x5f70 017304 set1 received_conn_req ,pdata 
-0x5f71 017305 store 1 ,mem_lmp_conn_state 
-0x5f72 017306 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x5f73 017307 branch ui_ipc_send_event 
-:      017310 send_lmp_accept_remove_sco_link_req:
-0x5f74 017311 rtn 
-:      017313 send_lmp_accept_dhkey_check:
-0x5f75 017314 rtn 
-:      017318 send_lmpext_features_res:
-0x5f76 017319 force 12 ,queue 
-0x5f77 017320 call send_lmpext 
-0x5f78 017321 setarg 0x01 
-0x5f79 017322 istore 1 ,contw 
-0x5f7a 017323 fetch 2 ,mem_lmpext_ssp_enable 
-0x5f7b 017324 istore 2 ,contw 
-0x5f7c 017325 setarg 0 
-0x5f7d 017326 istore 3 ,contw 
-0x5f7e 017327 setarg 0x00 
-0x5f7f 017328 istore 4 ,contw 
-0x5f80 017329 branch send_lmp_reply 
-:      017330 send_lmpext_io_cap_res:
-0x5f81 017332 force 5 ,queue 
-0x5f82 017333 call send_lmpext 
-0x5f83 017334 fetch 1 ,mem_device_option 
-0x5f84 017335 beq dvc_op_hci ,send_lmpext_io_cap_res_hci 
-0x5f85 017336 setarg 0x040003 
-0x5f86 017337 istore 3 ,contw 
-0x5f87 017338 store 3 ,mem_sp_iocap_local 
-0x5f88 017339 branch send_lmp_reply 
-:      017340 send_lmpext_io_cap_res_hci:
-0x5f89 017341 fetch 3 ,mem_sp_iocap_local 
-0x5f8a 017342 istore 3 ,contw 
-0x5f8b 017343 branch send_lmp_reply 
-:      017345 send_lmp_io_cap_req:
-0x5f8c 017346 force 5 ,queue 
-0x5f8d 017347 call send_lmpext 
-0x5f8e 017348 fetch 3 ,mem_sp_iocap_local 
-0x5f8f 017349 istore 3 ,contw 
-0x5f90 017350 branch send_lmp_request 
-:      017353 send_lmpext_sniff_subrating_req:
-0x5f91 017355 rtn 
-:      017356 send_lmpext_sniff_subrating_res:
-0x5f92 017357 force 9 ,queue 
-0x5f93 017358 call send_lmpext 
-0x5f94 017359 fetch 1 ,mem_subsniff_rate 
-0x5f95 017360 istore 1 ,contw 
-0x5f96 017361 fetch 2 ,mem_subsniff_tcmax 
-0x5f97 017362 istore 2 ,contw 
-0x5f98 017363 fetch 4 ,mem_subsniff_instant 
-0x5f99 017364 istore 4 ,contw 
-0x5f9a 017365 branch send_lmp_reply 
-:      017367 send_lmp_name_res:
-0x5f9b 017368 force 17 ,pdata 
-0x5f9c 017369 call msg_send_lmp 
-0x5f9d 017370 fetch 1 ,mem_lmi_opcode 
-0x5f9e 017371 copy pdata ,temp 
-0x5f9f 017372 beq 0x00 ,send_lmp_name_res_offset_ok 
-0x5fa0 017373 beq 0x0e ,send_lmp_name_res_offset_ok 
-0x5fa1 017374 beq 0x1c ,send_lmp_name_res_offset_ok 
-0x5fa2 017375 rtn 
-:      017376 send_lmp_name_res_offset_ok:
-0x5fa3 017377 istore 1 ,contw 
-0x5fa4 017378 fetch 1 ,mem_local_name_length 
-0x5fa5 017379 istore 1 ,contw 
-0x5fa6 017380 copy pdata ,loopcnt 
-0x5fa7 017381 setarg mem_local_name 
-0x5fa8 017382 iadd temp ,contr 
-0x5fa9 017383 call memcpy 
-0x5faa 017384 branch send_lmp_reply 
-:      017387 send_lmp_timing_accuracy_res:
-0x5fab 017388 force 3 ,pdata 
-0x5fac 017389 call msg_send_lmp 
-0x5fad 017390 setarg 0x0114 
-0x5fae 017391 istore 2 ,contw 
-0x5faf 017392 branch send_lmp_reply 
-:      017394 send_lmp_clkoffset_res:
-0x5fb0 017396 force 3 ,pdata 
-0x5fb1 017397 call msg_send_lmp 
-0x5fb2 017398 fetch 4 ,mem_clke_bt 
-0x5fb3 017399 isub clkn_bt ,pdata 
-0x5fb4 017400 branch send_lmp_clkoffset_res_master ,master 
-0x5fb5 017401 sub pdata ,0 ,pdata 
-:      017402 send_lmp_clkoffset_res_master:
-0x5fb6 017404 rshift2 pdata ,pdata 
-0x5fb7 017405 set0 15 ,pdata 
-0x5fb8 017406 istore 2 ,contw 
-0x5fb9 017407 branch send_lmp_reply 
-:      017409 send_lmp_version_res:
-0x5fba 017410 force 6 ,pdata 
-0x5fbb 017411 call msg_send_lmp 
-0x5fbc 017412 fetch 5 ,mem_lmp_version 
-0x5fbd 017413 istore 5 ,contw 
-0x5fbe 017414 branch send_lmp_reply 
-:      017416 send_lmp_features_res:
-0x5fbf 017417 force 9 ,pdata 
-0x5fc0 017418 call msg_send_lmp 
-0x5fc1 017419 fetch 8 ,mem_features 
-0x5fc2 017420 istore 8 ,contw 
-0x5fc3 017421 branch send_lmp_reply 
-:      017427 send_lmpext_esco_req:
-0x5fc4 017428 branch send_lmpext_esco_req_master ,master 
-0x5fc5 017431 branch send_lmpext_esco_req_slave 
-:      017432 send_lmpext_esco_req_master:
-0x5fc6 017433 jam 0x07 ,mem_esco_addr 
-:      017434 send_lmpext_esco_req_slave:
-0x5fc7 017435 jam 0 ,mem_esco_desco 
-0x5fc8 017436 force 16 ,queue 
-0x5fc9 017437 call send_lmpext 
-0x5fca 017438 fetch 1 ,mem_sco_handle 
-0x5fcb 017439 istore 1 ,contw 
-0x5fcc 017440 fetch 1 ,mem_esco_addr 
-0x5fcd 017441 istore 1 ,contw 
-0x5fce 017442 setarg 0 
-0x5fcf 017443 istore 1 ,contw 
-0x5fd0 017444 fetch 1 ,mem_esco_desco 
-0x5fd1 017445 istore 1 ,contw 
-0x5fd2 017446 setarg 6 
-0x5fd3 017447 istore 1 ,contw 
-0x5fd4 017448 setarg 2 
-0x5fd5 017449 istore 1 ,contw 
-0x5fd6 017450 setarg 7 
-0x5fd7 017451 istore 1 ,contw 
-0x5fd8 017452 istore 1 ,contw 
-0x5fd9 017453 setarg 30 
-0x5fda 017454 istore 2 ,contw 
-0x5fdb 017455 istore 2 ,contw 
-0x5fdc 017456 fetch 1 ,mem_air_mode 
-0x5fdd 017457 istore 1 ,contw 
-0x5fde 017458 fetch 1 ,mem_neogotiation_state 
-0x5fdf 017459 istore 1 ,contw 
-0x5fe0 017460 nbranch send_lmp_reply ,blank 
-0x5fe1 017461 branch send_lmp_reply ,master 
-0x5fe2 017462 branch send_lmp_request 
-:      017464 send_lmpext_remove_esco:
-0x5fe3 017465 force 4 ,queue 
-0x5fe4 017466 call send_lmpext 
-0x5fe5 017467 fetch 1 ,mem_sco_handle 
-0x5fe6 017468 istore 1 ,contw 
-0x5fe7 017469 fetch 1 ,mem_disconn_reason_send 
-0x5fe8 017470 istore 1 ,contw 
-0x5fe9 017471 fetch 1 ,mem_esco_saved_arq 
-0x5fea 017472 store 1 ,mem_arq 
-0x5feb 017473 branch send_lmp_request 
-:      017476 send_lmpext_features_req:
-0x5fec 017477 force 12 ,queue 
-0x5fed 017478 call send_lmpext 
-0x5fee 017479 setarg 0x01 
-0x5fef 017480 istore 1 ,contw 
-0x5ff0 017481 fetch 2 ,mem_lmpext_ssp_enable 
-0x5ff1 017482 istore 2 ,contw 
-0x5ff2 017483 setarg 0 
-0x5ff3 017484 istore 3 ,contw 
-0x5ff4 017485 setarg 0x00 
-0x5ff5 017486 istore 4 ,contw 
-0x5ff6 017487 branch send_lmp_request 
-:      017489 send_lmpext_packet_type_table_req:
-0x5ff7 017490 force 3 ,queue 
-0x5ff8 017491 call send_lmpext 
-0x5ff9 017492 fetch 1 ,mem_ptt 
-0x5ffa 017493 istore 1 ,contw 
-0x5ffb 017494 disable user 
-0x5ffc 017495 call send_lmp_request 
-0x5ffd 017496 nrtn user 
-0x5ffe 017497 nrtn master 
-0x5fff 017498 fetch 1 ,mem_afh_cfg 
-0x6000 017499 rtnbit0 afh_cfg_on 
-0x6001 017500 call afh_init 
-0x6002 017501 branch afh_open_all_channels 
-:      017504 ssp_enable:
-0x6003 017505 fetch 1 ,mem_features + 6 
-0x6004 017506 set1 param_featrue_ssp ,pdata 
-0x6005 017507 store 1 ,mem_features + 6 
-0x6006 017508 setarg param_lmpext_ssp_enable 
-0x6007 017509 store 2 ,mem_lmpext_ssp_enable 
-0x6008 017510 rtn 
-:      017512 ssp_disable:
-0x6009 017513 fetch 1 ,mem_features + 6 
-0x600a 017514 set0 param_featrue_ssp ,pdata 
-0x600b 017515 store 1 ,mem_features + 6 
-0x600c 017516 setarg 0 
-0x600d 017517 store 2 ,mem_lmpext_ssp_enable 
-0x600e 017518 rtn 
-:      017520 afh_init:
-0x600f 017521 jam 0x3 ,mem_afh_cfg 
-0x6010 017522 setarg 0 
-0x6011 017523 store 4 ,mem_afh_timer 
-0x6012 017524 arg mem_afh_map_lo ,contw 
-0x6013 017525 call afh_reset_map 
-0x6014 017526 arg mem_afh_map_new ,contw 
-0x6015 017527 call afh_reset_map 
-0x6016 017528 arg mem_afh_classify_channel_map ,contw 
-0x6017 017529 call afh_reset_map 
-0x6018 017530 branch afh_clear_error_counter 
-:      017531 afh_open_all_channels:
-0x6019 017532 arg mem_afh_map_new ,contw 
-0x601a 017533 call afh_reset_map 
-0x601b 017534 call afh_clear_error_counter 
-0x601c 017535 branch afh_set_send_flag 
-:      017538 afh_open_classify_map:
-0x601d 017539 fetch 5 ,mem_afh_classify_channel_map 
-0x601e 017540 store 5 ,mem_afh_map_new 
-0x601f 017541 ifetch 5 ,contr 
-0x6020 017542 istore 5 ,contw 
-0x6021 017543 call afh_clear_error_counter 
-0x6022 017544 branch afh_set_send_flag 
-:      017546 afh_reset_map:
-0x6023 017547 setarg 0xffffff 
-0x6024 017548 istore 3 ,contw 
-0x6025 017549 istore 3 ,contw 
-0x6026 017550 istore 3 ,contw 
-0x6027 017551 setarg 0x7f 
-0x6028 017552 istore 1 ,contw 
-0x6029 017553 rtn 
-:      017554 afh_clear_error_counter:
-0x602a 017555 setarg 0 
-0x602b 017556 store 2 ,mem_afh_error_total 
-0x602c 017557 rtn 
-:      017558 afh_set_send_flag:
-0x602d 017559 fetch 1 ,mem_afh_cfg 
-0x602e 017560 set1 send_lmp_set_afh ,pdata 
-0x602f 017561 store 1 ,mem_afh_cfg 
-0x6030 017562 rtn 
-:      017563 send_set_afh:
-0x6031 017564 nrtn master 
-0x6032 017565 force 16 ,pdata 
-0x6033 017566 call msg_send_lmp 
-0x6034 017567 deposit clkn_bt 
-0x6035 017568 arg 476 ,temp 
-0x6036 017569 iadd temp ,pdata 
-0x6037 017570 rshift pdata ,pdata 
-0x6038 017571 increase 1 ,pdata 
-0x6039 017572 set0 0 ,pdata 
-0x603a 017573 istore 4 ,contw 
-0x603b 017574 copy pdata ,temp 
-0x603c 017575 setarg 1 
-0x603d 017576 istore 1 ,contw 
-0x603e 017577 fetch 5 ,mem_afh_map_new 
-0x603f 017578 istore 5 ,contw 
-0x6040 017579 ifetch 5 ,contr 
-0x6041 017580 istore 5 ,contw 
-0x6042 017581 lshift temp ,temp 
-0x6043 017582 storet 4 ,mem_afh_instant 
-0x6044 017583 call send_lmp_request 
-0x6045 017584 fetch 1 ,mem_mode 
-0x6046 017585 set1 afh_change ,pdata 
-0x6047 017586 store 1 ,mem_mode 
-0x6048 017587 jam 1 ,mem_afh_new_mod 
-0x6049 017588 fetch 4 ,mem_afh_instant 
-0x604a 017589 arg timer_one_minute ,temp 
-0x604b 017590 iadd temp ,pdata 
-0x604c 017591 store 4 ,mem_afh_timer 
-0x604d 017592 fetch 1 ,mem_afh_cfg 
-0x604e 017593 rtnbit1 afh_cfg_master_sent_req 
-0x604f 017594 jam lmp_ext_chn_classification_req ,mem_lmo_opcode2 
-0x6050 017595 rtn 
-:      017598 send_lmpext_pause_encryption_req:
-0x6051 017599 force 2 ,queue 
-0x6052 017600 call send_lmpext 
-0x6053 017601 nbranch send_lmp_reply ,master 
-0x6054 017603 branch send_lmp_request 
-:      017607 send_lmp_detach:
-0x6055 017608 force 2 ,pdata 
-0x6056 017609 call msg_send_lmp 
-0x6057 017610 fetch 1 ,mem_disconn_reason_send 
-0x6058 017611 istore 1 ,contw 
-0x6059 017612 call send_lmp_request 
-:      017613 prepare_disconnect:
-0x605a 017614 fetch 1 ,mem_op 
-0x605b 017615 set1 op_disconn ,pdata 
-0x605c 017616 store 1 ,mem_op 
-0x605d 017617 jam 50 ,mem_conn_timer 
-0x605e 017618 rtn 
-:      017621 send_lmp_no_payload:
-0x605f 017622 force 1 ,pdata 
-0x6060 017623 call msg_send_lmp 
-0x6061 017624 branch send_lmp_request 
-:      017625 send_lmp_nopayload_reply:
-0x6062 017626 force 1 ,pdata 
-0x6063 017627 call msg_send_lmp 
-0x6064 017628 branch send_lmp_reply 
-:      017631 send_lmp_encryption_mode_req:
-0x6065 017632 force 2 ,pdata 
-0x6066 017633 call msg_send_lmp 
-0x6067 017634 fetch 1 ,mem_state_map 
-0x6068 017635 isolate0 smap_encryption ,pdata 
-0x6069 017636 setflag true ,0 ,pdata 
-0x606a 017637 and_into 1 ,pdata 
-0x606b 017638 istore 1 ,contw 
-0x606c 017639 branch send_lmp_request 
-:      017642 send_lmp_superto:
-0x606d 017643 force 3 ,pdata 
-0x606e 017644 call msg_send_lmp 
-0x606f 017645 fetch 2 ,mem_supervision_to 
-0x6070 017646 istore 2 ,contw 
-0x6071 017647 branch send_lmp_request 
-:      017649 send_lmp_name_req:
-0x6072 017650 jam 250 ,mem_conn_timer 
-0x6073 017651 force 2 ,pdata 
-0x6074 017652 call msg_send_lmp 
-0x6075 017653 fetch 1 ,mem_name_offset 
-0x6076 017654 istore 1 ,contw 
-0x6077 017655 branch send_lmp_request 
-:      017657 send_lmp_test_control:
-0x6078 017658 force 10 ,pdata 
-0x6079 017659 call msg_send_lmp 
-0x607a 017660 arg mem_temp_payload ,contr 
-0x607b 017661 force 9 ,loopcnt 
-:      017662 send_lmp_test_control_loop:
-0x607c 017663 ifetch 1 ,contr 
-0x607d 017664 xor_into 0x55 ,pdata 
-0x607e 017665 istore 1 ,contw 
-0x607f 017666 loop send_lmp_test_control_loop 
-0x6080 017667 branch send_lmp_request 
-:      017669 send_lmp_quality_of_service_req:
-0x6081 017670 branch send_lmp_request 
-:      017671 send_lmp_unit_key:
-0x6082 017672 branch send_lmp_request 
-:      017674 send_lmp_slot_offset:
-0x6083 017675 rtn master 
-0x6084 017676 call calc_slot_offset 
-0x6085 017677 force 9 ,pdata 
-0x6086 017678 call msg_send_lmp 
-0x6087 017679 fetch 2 ,mem_slot_offset 
-0x6088 017680 istore 2 ,contw 
-0x6089 017681 fetch 3 ,mem_lap 
-0x608a 017682 istore 3 ,contw 
-0x608b 017683 fetch 1 ,mem_uap 
-0x608c 017684 istore 1 ,contw 
-0x608d 017685 fetch 2 ,mem_nap 
-0x608e 017686 istore 2 ,contw 
-0x608f 017687 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
-0x6090 017688 set0 mark_switch_initiated ,mark 
-0x6091 017689 call send_lmp_request 
-0x6092 017690 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6093 017691 rtn 
-:      017692 send_lmp_slot_offset_reply:
-0x6094 017693 call send_lmp_reply 
-0x6095 017694 jam lmp_accepted ,mem_lmo_opcode2 
-0x6096 017695 jam lmp_switch_req ,mem_lmi_opcode2 
-0x6097 017696 rtn 
-:      017698 send_lmp_switch_req:
-0x6098 017699 arg 0x200 ,temp 
-0x6099 017700 branch switch_on_native ,master 
-0x609a 017701 deposit clke_bt 
-0x609b 017702 branch switch_slack 
-:      017703 switch_on_native:
-0x609c 017704 deposit clkn_bt 
-:      017705 switch_slack:
-0x609d 017706 deposit bt_clk 
-0x609e 017707 iadd temp ,pdata 
-0x609f 017708 and_into 0x1fc ,pdata 
-0x60a0 017709 store 4 ,mem_sniff_anchor 
-0x60a1 017710 force 5 ,pdata 
-0x60a2 017711 call msg_send_lmp 
-0x60a3 017712 fetch 4 ,mem_sniff_anchor 
-0x60a4 017713 rshift pdata ,pdata 
-0x60a5 017714 istore 4 ,contw 
-0x60a6 017715 branch send_lmp_request 
-:      017717 send_lmp_sniff_req:
-0x60a7 017718 force 10 ,pdata 
-0x60a8 017719 call msg_send_lmp 
-0x60a9 017720 arg mem_sniff_payload ,contr 
-0x60aa 017721 ifetch 9 ,contr 
-0x60ab 017722 istore 9 ,contw 
-0x60ac 017723 branch send_lmp_request 
-:      017726 send_lmp_timing_accuracy_req:
-0x60ad 017728 force 3 ,pdata 
-0x60ae 017729 call msg_send_lmp 
-0x60af 017730 setarg 0x0114 
-0x60b0 017731 istore 2 ,contw 
-0x60b1 017732 branch send_lmp_request 
-:      017734 send_lmp_unsniff_req:
-0x60b2 017736 force 1 ,pdata 
-0x60b3 017737 call msg_send_lmp 
-0x60b4 017746 branch send_lmp_request 
-:      017748 send_lmp_sco_link_req:
-0x60b5 017749 branch send_lmp_sco_link_master ,master 
-0x60b6 017750 jam 0x00 ,mem_sco_handle 
-0x60b7 017751 fetch 1 ,mem_mode 
-0x60b8 017752 set1 send_sco_when_slave ,pdata 
-0x60b9 017753 store 1 ,mem_mode 
-:      017754 send_lmp_sco_link_master:
-0x60ba 017755 jam 0 ,mem_esco_desco 
-0x60bb 017756 force 7 ,pdata 
-0x60bc 017757 call msg_send_lmp 
-0x60bd 017758 fetch 1 ,mem_sco_handle 
-0x60be 017759 istore 1 ,contw 
-0x60bf 017760 setarg 0x00 
-0x60c0 017761 istore 1 ,contw 
-0x60c1 017762 fetch 1 ,mem_esco_desco 
-0x60c2 017763 istore 1 ,contw 
-0x60c3 017764 setarg 0x06 
-0x60c4 017765 istore 1 ,contw 
-0x60c5 017766 setarg 0x02 
-0x60c6 017767 istore 1 ,contw 
-0x60c7 017768 fetch 1 ,mem_air_mode 
-0x60c8 017769 istore 1 ,contw 
-0x60c9 017770 branch send_lmp_reply ,master 
-0x60ca 017771 branch send_lmp_tid 
-:      017773 send_lmp_remove_sco_link_req:
-0x60cb 017775 force 3 ,pdata 
-0x60cc 017776 call msg_send_lmp 
-0x60cd 017777 fetch 1 ,mem_sco_handle 
-0x60ce 017778 istore 1 ,contw 
-0x60cf 017779 force other_end_terminated ,pdata 
-0x60d0 017780 istore 1 ,contw 
-0x60d1 017781 branch send_lmp_request 
-:      017783 send_lmp_max_slot:
-0x60d2 017784 force 2 ,pdata 
-0x60d3 017785 call msg_send_lmp 
-0x60d4 017786 fetch 1 ,mem_max_slot 
-0x60d5 017787 istore 1 ,contw 
-0x60d6 017788 branch send_lmp_request 
-:      017791 send_lmp_max_slot_req:
-0x60d7 017792 force 2 ,pdata 
-0x60d8 017793 call msg_send_lmp 
-0x60d9 017794 setarg 0x05 
-0x60da 017795 istore 1 ,contw 
-0x60db 017796 branch send_lmp_request 
-:      017798 send_lmp_setup_complete:
-0x60dc 017799 fetch 1 ,mem_state 
-0x60dd 017800 set1 state_conn_comp ,pdata 
-0x60de 017801 store 1 ,mem_state 
-0x60df 017802 copy clkn_bt ,pdata 
-0x60e0 017803 store 4 ,mem_aurand_send_delay_time 
-0x60e1 017804 fetch 1 ,mem_lmp_conn_state 
-0x60e2 017805 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
-0x60e3 017806 set1 sent_setup_complete ,pdata 
-0x60e4 017807 store 1 ,mem_lmp_conn_state 
-0x60e5 017808 jam bt_evt_setup_complete ,mem_fifo_temp 
-0x60e6 017809 call ui_ipc_send_event 
-0x60e7 017810 call hci_send_connection_complete 
-0x60e8 017811 force 1 ,pdata 
-0x60e9 017812 call msg_send_lmp 
-0x60ea 017813 branch send_lmp_request 
-:      017814 send_lmp_setup_complete_has_sent:
-0x60eb 017815 jam 0 ,mem_lmp_to_send 
-0x60ec 017816 rtn 
-:      017818 send_lmp_version_req:
-0x60ed 017819 force 6 ,pdata 
-0x60ee 017820 call msg_send_lmp 
-0x60ef 017821 fetch 5 ,mem_lmp_version 
-0x60f0 017822 istore 5 ,contw 
-0x60f1 017823 branch send_lmp_request 
-:      017825 send_lmp_features_req:
-0x60f2 017826 force 9 ,pdata 
-0x60f3 017827 call msg_send_lmp 
-0x60f4 017828 fetch 8 ,mem_features 
-0x60f5 017829 istore 8 ,contw 
-0x60f6 017830 branch send_lmp_request 
-:      017832 sp_master_send_io_cap_get:
-0x60f7 017833 call hci_send_io_cap_req_event 
-0x60f8 017834 fetch 1 ,mem_device_option 
-0x60f9 017835 beq dvc_op_hci ,sp_master_send_io_cap_get_hci 
-0x60fa 017836 jam sp_flag_commit ,mem_master_sp_flag 
-0x60fb 017837 fetch 1 ,mem_sp_local_key_invalid 
-0x60fc 017838 rtnne sp_key_valid 
-:      017839 sp_master_send_io_cap_get_hci:
-0x60fd 017840 jam sp_master_stat_start_done ,mem_master_sp_state 
-0x60fe 017841 rtn 
-:      017843 sp_master_send_io_cap_send:
-0x60ff 017844 call tid_initiate 
-0x6100 017845 jam lmp_io_cap_req ,mem_lmo_opcode2 
-0x6101 017846 jam sp_stat_key_send ,mem_master_sp_state 
-0x6102 017847 rtn 
-:      017850 sp_master_send_lmp_encapsulated_header:
-0x6103 017851 call tid_initiate 
-0x6104 017852 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x6105 017853 jam sp_stat_random_send ,mem_master_sp_state 
-0x6106 017854 rtn 
-:      017856 sp_master_commitment_compare:
-0x6107 017857 arg mem_sp_calc_result_high ,rega 
-0x6108 017858 arg mem_sp_confirm_remote ,regb 
-0x6109 017859 arg 16 ,loopcnt 
-0x610a 017860 call string_compare 
-0x610b 017861 branch sp_master_commitment_compare_success ,zero 
-0x610c 017862 jam sp_stat_null ,mem_master_sp_state 
-0x610d 017863 call master_clear_mem_master_sp_flag 
-0x610e 017864 jam pdu_not_allowed ,mem_lmo_reason2 
-0x610f 017865 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x6110 017866 branch reject_lmp_packet 
-:      017867 sp_master_commitment_compare_success:
-0x6111 017868 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x6112 017869 call master_set_mem_master_sp_flag 
-0x6113 017870 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x6114 017871 branch accept_lmp_msg 
-:      017875 sp_master_send_lmp_simple_pairing_number:
-0x6115 017876 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x6116 017877 rtn 
-:      017881 sp_send_lmp_encapsulated_header:
-0x6117 017884 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x6118 017886 rtn 
-:      017892 send_lmp_encapsulated_header:
-0x6119 017893 jam 0 ,mem_sp_local_key_send_count 
-0x611a 017894 force 4 ,pdata 
-0x611b 017895 call msg_send_lmp 
-0x611c 017896 force encapsulated_major_type_p192 ,pdata 
-0x611d 017897 istore 1 ,contw 
-0x611e 017898 force encapsulated_minor_type_p192 ,pdata 
-0x611f 017899 istore 1 ,contw 
-0x6120 017900 force encapsulated_len_p192 ,pdata 
-0x6121 017901 istore 1 ,contw 
-0x6122 017902 call check_localsm 
-0x6123 017903 branch send_lmp_request ,true 
-0x6124 017904 branch send_lmp_reply 
-:      017906 send_lmp_encapsulated_payload:
-0x6125 017908 force 17 ,pdata 
-0x6126 017909 call msg_send_lmp 
-0x6127 017910 fetch 1 ,mem_sp_local_key_send_count 
-0x6128 017911 arg mem_sp_pubkey_local ,contr 
-0x6129 017912 iadd contr ,contr 
-0x612a 017913 ifetch 8 ,contr 
-0x612b 017914 istore 8 ,contw 
-0x612c 017915 ifetch 8 ,contr 
-0x612d 017916 istore 8 ,contw 
-0x612e 017917 fetch 1 ,mem_sp_local_key_send_count 
-0x612f 017918 increase 16 ,pdata 
-0x6130 017919 store 1 ,mem_sp_local_key_send_count 
-0x6131 017920 call check_localsm 
-0x6132 017921 branch send_lmp_request ,true 
-0x6133 017922 branch send_lmp_reply 
-:      017925 sp_send_lmp_simple_pairing_comfirm:
-0x6134 017926 jam sp_stat_random_recv ,mem_sp_state 
-0x6135 017927 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
-0x6136 017928 rtn 
-:      017929 send_lmp_simple_pairing_comfirm:
-0x6137 017932 force 17 ,pdata 
-0x6138 017933 call msg_send_lmp 
-0x6139 017934 arg mem_sp_calc_result_high ,contr 
-0x613a 017935 ifetch 8 ,contr 
-0x613b 017936 istore 8 ,contw 
-0x613c 017937 ifetch 8 ,contr 
-0x613d 017938 istore 8 ,contw 
-0x613e 017939 branch send_lmp_reply 
-:      017941 sp_send_lmp_simple_pairing_number:
-0x613f 017942 call lmo_fifo_process 
-0x6140 017944 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x6141 017945 rtn 
-:      017947 send_lmp_simple_pairing_number:
-0x6142 017949 call check_localsm 
-0x6143 017950 call sp_local_random_key_generator ,true 
-0x6144 017951 force 17 ,pdata 
-0x6145 017952 call msg_send_lmp 
-0x6146 017953 arg mem_sp_random_local ,contr 
-0x6147 017954 ifetch 8 ,contr 
-0x6148 017955 istore 8 ,contw 
-0x6149 017956 ifetch 8 ,contr 
-0x614a 017957 istore 8 ,contw 
-0x614b 017958 call check_localsm 
-0x614c 017959 nbranch send_lmp_reply ,true 
-0x614d 017960 branch send_lmp_request ,true 
-:      017962 master_sp_sm_end:
-0x614e 017964 jam sp_stat_done ,mem_master_sp_state 
-:      017965 sp_aurand_send:
-0x614f 017966 call tid_initiate 
-0x6150 017967 jam lmp_au_rand ,mem_lmo_opcode2 
-0x6151 017968 call check_localsm_master 
-0x6152 017969 branch sp_master_key_prarm_push ,true 
-0x6153 017970 branch sp_link_key_prarm_push 
-:      017971 master_sp_send_lmp_dhkey_check:
-0x6154 017972 call tid_reply 
-:      017973 sp_send_lmp_dhkey_check:
-0x6155 017974 jam lmp_dhkey_check ,mem_lmo_opcode2 
-0x6156 017975 rtn 
-:      017976 send_lmp_dhkey_check:
-0x6157 017978 force 17 ,pdata 
-0x6158 017979 call msg_send_lmp 
-0x6159 017980 arg mem_sp_calc_result_high ,contr 
-0x615a 017981 ifetch 8 ,contr 
-0x615b 017982 istore 8 ,contw 
-0x615c 017983 ifetch 8 ,contr 
-0x615d 017984 istore 8 ,contw 
-0x615e 017985 call check_localsm 
-0x615f 017986 nbranch send_lmp_reply ,true 
-0x6160 017987 branch send_lmp_request ,true 
-:      017989 send_lmp_enc_key_size_mask_res:
-0x6161 017990 force 3 ,pdata 
-0x6162 017991 call msg_send_lmp 
-0x6163 017992 setarg 0xfffe 
-0x6164 017993 istore 2 ,contw 
-0x6165 017994 branch send_lmp_reply 
-:      017996 send_lmp_auto_rate:
-0x6166 017997 branch send_lmp_request 
-:      017998 send_lmp_clkoffset_req:
-0x6167 017999 branch send_lmp_request 
-:      018000 send_lmp_quality_of_service:
-0x6168 018001 branch send_lmp_request 
-:      018002 send_lmp_test_activate:
-0x6169 018003 branch send_lmp_request 
-:      018008 send_lmp_comb_key:
-0x616a 018009 call generate_random_number 
-0x616b 018010 arg mem_lap ,rega 
-0x616c 018011 call generate_linkkey 
-0x616d 018012 force 17 ,pdata 
-0x616e 018013 call msg_send_lmp 
-0x616f 018014 arg mem_kinit ,rega 
-0x6170 018015 arg mem_random_number ,regb 
-0x6171 018016 call xor16 
-0x6172 018017 nbranch send_lmp_follow ,master 
-0x6173 018018 branch send_lmp_tid 
-:      018020 send_lmp_inrand:
-0x6174 018021 call generate_random_number 
-0x6175 018022 arg mem_plap ,rega 
-0x6176 018023 call generate_kinit 
-:      018024 send_lmp_rand:
-0x6177 018025 force 17 ,pdata 
-0x6178 018026 call msg_send_lmp 
-0x6179 018027 arg mem_random_number ,contr 
-0x617a 018028 call memcpy16 
-0x617b 018029 fetch 1 ,mem_conn_sm 
-0x617c 018030 beq conn_sm_auth_wait ,send_lmp_request 
-0x617d 018031 beq conn_sm_pairing_wait ,send_lmp_request 
-0x617e 018032 branch send_lmp_tid 
-:      018034 send_lmp_aurand:
-0x617f 018035 fetch 1 ,mem_pairing_auth 
-0x6180 018036 branch send_lmp_aurand_notpairing ,blank 
-0x6181 018037 call check_localsm 
-0x6182 018038 call tid_initiate ,true 
-0x6183 018039 ncall tid_reply ,true 
-0x6184 018040 branch send_lmp_aurand_common 
-:      018041 send_lmp_aurand_notpairing:
-0x6185 018042 call tid_initiate 
-:      018043 send_lmp_aurand_common:
-0x6186 018044 call generate_random_number 
-0x6187 018045 branch send_lmp_rand 
-:      018047 send_lmp_sres:
-0x6188 018048 arg mem_lap ,rega 
-0x6189 018049 call function_e1 
-0x618a 018050 force 5 ,pdata 
-0x618b 018051 call msg_send_lmp 
-0x618c 018052 fetch 4 ,mem_input_store 
-0x618d 018053 istore 4 ,contw 
-0x618e 018054 arg mem_sres_tid ,temp 
-0x618f 018055 call special_tid_store 
-0x6190 018056 call copy_aco 
-0x6191 018057 call check_localsm 
-0x6192 018058 branch send_lmp_sres_master ,true 
-0x6193 018059 jam done_encryp ,mem_wait_encryption 
-0x6194 018060 fetch 1 ,mem_pairing_auth 
-0x6195 018061 rtn blank 
-0x6196 018062 jam lmp_au_rand ,mem_lmo_opcode2 
-:      018063 send_lmp_sres_master:
-0x6197 018064 fetch 1 ,mem_link_key_exists 
-0x6198 018065 rtn blank 
-0x6199 018066 call check_localsm 
-0x619a 018067 call hci_send_linkkey_notification ,true 
-:      018068 send_lmp_sres_startenc:
-0x619b 018069 call check_localsm 
-0x619c 018070 nbranch send_lmp_sres_startenc_slave ,true 
-0x619d 018071 fetch 1 ,mem_auth_enable 
-0x619e 018072 rtn blank 
-0x619f 018073 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x61a0 018074 rtn 
-:      018075 send_lmp_sres_startenc_slave:
-0x61a1 018076 rtnmark0 mark_slave_in_rand_accepted 
-0x61a2 018077 set0 mark_slave_in_rand_accepted ,mark 
-0x61a3 018078 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x61a4 018079 rtn 
-:      018083 send_lmp_start_encryption:
-0x61a5 018084 call generate_random_number 
-0x61a6 018085 call function_e3 
-0x61a7 018086 force 17 ,pdata 
-0x61a8 018087 call msg_send_lmp 
-0x61a9 018088 arg mem_random_number ,contr 
-0x61aa 018089 call memcpy16 
-0x61ab 018090 branch send_lmp_tid 
-:      018092 send_lmp_stop_encryption_req:
-0x61ac 018093 force 1 ,pdata 
-0x61ad 018094 call msg_send_lmp 
-0x61ae 018095 branch send_lmp_tid 
-:      018097 send_lmp_encryption_key_size_req:
-0x61af 018098 force 2 ,pdata 
-0x61b0 018099 call msg_send_lmp 
-0x61b1 018100 force 16 ,pdata 
-0x61b2 018101 istore 1 ,contw 
-0x61b3 018102 store 1 ,mem_key_size 
-0x61b4 018103 branch send_lmp_tid 
-:      018105 msg_send_lmp:
-0x61b5 018107 lshift3 pdata ,pdata 
-0x61b6 018108 or_into 0x07 ,pdata 
-0x61b7 018109 store 1 ,mem_lmo_header_length 
-0x61b8 018110 arg 17 ,loopcnt 
-0x61b9 018111 arg mem_lmo_payload ,contw 
-0x61ba 018112 call clear_mem 
-0x61bb 018113 arg mem_lmo_payload ,contw 
-0x61bc 018114 rtn 
-:      018116 send_lmpext:
-0x61bd 018117 and pdata ,0x7f ,rega 
-0x61be 018118 jam lmp_escape ,mem_lmp_to_send 
-0x61bf 018119 deposit queue 
-0x61c0 018120 call msg_send_lmp 
-0x61c1 018121 deposit rega 
-0x61c2 018122 istore 1 ,contw 
-0x61c3 018123 rtn 
-:      018125 send_lmp_follow:
-0x61c4 018126 fetch 1 ,mem_lmp_to_send 
-0x61c5 018127 lshift pdata ,pdata 
-0x61c6 018128 fetcht 1 ,mem_state_map 
-0x61c7 018129 isolate1 smap_lmptid ,temp 
-0x61c8 018130 setflag true ,0 ,pdata 
-0x61c9 018131 branch send_lmp_exit 
-:      018134 send_lmp_tid:
-0x61ca 018135 fetcht 1 ,mem_state_map 
-0x61cb 018136 and_into 1 ,temp 
-0x61cc 018137 branch send_lmp_end 
-:      018139 send_lmp_reply:
-0x61cd 018140 force 0 ,temp 
-0x61ce 018141 branch send_lmp_end 
-:      018143 send_lmp_request:
-0x61cf 018144 force 1 ,temp 
-:      018145 send_lmp_end:
-0x61d0 018146 fetch 1 ,mem_lmp_to_send 
-0x61d1 018147 lshift pdata ,pdata 
-0x61d2 018148 setflag master ,0 ,pdata 
-0x61d3 018149 ixor temp ,pdata 
-:      018150 send_lmp_exit:
-0x61d4 018151 store 1 ,mem_lmo_header_opcode 
-0x61d5 018152 jam 0 ,mem_lmp_to_send 
-0x61d6 018153 call lmo_fifo_process_lmo0empty 
-0x61d7 018154 enable user 
-0x61d8 018155 rtn 
-:      018157 lmo_fifo_process:
-0x61d9 018158 set1 mark_ext_patch ,mark 
-0x61da 018159 bpatch patch3c_4 ,mem_patch3c 
-0x61db 018160 fetch 1 ,mem_lmp_to_send 
-0x61dc 018161 branch lmo_fifo_process_lmo0empty ,blank 
-0x61dd 018162 fetch 1 ,mem_lmo_opcode1 
-0x61de 018163 nrtn blank 
-0x61df 018164 branch lmo_fifo_process_lmo2to1 
-:      018165 lmo_fifo_process_lmo0empty:
-0x61e0 018166 fetch 1 ,mem_lmo_opcode1 
-0x61e1 018167 branch lmo_fifo_process_lmo1_empty ,blank 
-0x61e2 018168 fetch 3 ,mem_lmo_opcode1 
-0x61e3 018169 store 3 ,mem_lmp_to_send 
-0x61e4 018170 fetcht 1 ,mem_lmo_tid1 
-0x61e5 018171 fetch 1 ,mem_state_map 
-0x61e6 018172 set0 smap_lmptid ,pdata 
-0x61e7 018173 ior temp ,pdata 
-0x61e8 018174 store 1 ,mem_state_map 
-0x61e9 018175 jam 0 ,mem_lmo_opcode1 
-:      018176 lmo_fifo_process_lmo2to1:
-0x61ea 018177 fetch 1 ,mem_lmo_opcode2 
-0x61eb 018178 rtn blank 
-0x61ec 018179 fetch 4 ,mem_lmo_opcode2 
-0x61ed 018180 store 4 ,mem_lmo_opcode1 
-0x61ee 018181 jam 0 ,mem_lmo_opcode2 
-0x61ef 018182 rtn 
-:      018183 lmo_fifo_process_lmo1_empty:
-0x61f0 018184 fetch 1 ,mem_lmo_opcode2 
-0x61f1 018185 rtn blank 
-0x61f2 018186 fetch 3 ,mem_lmo_opcode2 
-0x61f3 018187 store 3 ,mem_lmp_to_send 
-0x61f4 018188 fetcht 1 ,mem_lmo_tid2 
-0x61f5 018189 fetch 1 ,mem_state_map 
-0x61f6 018190 set0 smap_lmptid ,pdata 
-0x61f7 018191 ior temp ,pdata 
-0x61f8 018192 store 1 ,mem_state_map 
-0x61f9 018193 jam 0 ,mem_lmo_opcode2 
-0x61fa 018194 rtn 
-:      018197 special_tid_store:
-0x61fb 018198 set1 mark_ext_patch ,mark 
-0x61fc 018199 bpatch patch3c_5 ,mem_patch3c 
-0x61fd 018200 fetch 1 ,mem_state_map 
-0x61fe 018201 copy pdata ,regc 
-0x61ff 018202 ifetch 1 ,temp 
-0x6200 018203 call pop_tid_follow 
-0x6201 018204 call send_lmp_follow 
-0x6202 018205 copy regc ,pdata 
-0x6203 018206 store 1 ,mem_state_map 
-0x6204 018207 rtn 
-:      018209 tid_reply:
-0x6205 018210 fetcht 1 ,mem_state_map 
-0x6206 018211 set0 smap_lmptidinit ,temp 
-0x6207 018212 storet 1 ,mem_state_map 
-0x6208 018213 rtn 
-:      018215 tid_initiate:
-0x6209 018216 fetcht 1 ,mem_state_map 
-0x620a 018217 set1 smap_lmptidinit ,temp 
-0x620b 018218 storet 1 ,mem_state_map 
-0x620c 018219 rtn 
-:      018222 tid_check:
-0x620d 018223 nsetflag master ,smap_lmptid ,pdata 
-0x620e 018224 fetcht 1 ,mem_state_map 
-0x620f 018225 ixor temp ,pdata 
-0x6210 018226 isolate1 smap_lmptid ,pdata 
-0x6211 018227 rtn 
-:      018230 tid_set_reply:
-0x6212 018231 fetch 1 ,mem_state_map 
-0x6213 018232 setflag master ,smap_lmptid ,pdata 
-0x6214 018233 store 1 ,mem_state_map 
-0x6215 018234 rtn 
-:      018237 check_localsm:
-0x6216 018238 fetch 1 ,mem_sp_localsm 
-0x6217 018239 compare local_statemachine ,pdata ,0x7f 
-0x6218 018240 rtn 
-:      018241 setlocalsm_master:
-0x6219 018242 fetch 1 ,mem_sp_localsm 
-0x621a 018243 set1 7 ,pdata 
-0x621b 018244 store 1 ,mem_sp_localsm 
-0x621c 018245 rtn 
-:      018246 setlocalsm_slave:
-0x621d 018247 fetch 1 ,mem_sp_localsm 
-0x621e 018248 set0 7 ,pdata 
-0x621f 018249 store 1 ,mem_sp_localsm 
-0x6220 018250 rtn 
-:      018251 check_localsm_master:
-0x6221 018252 fetch 1 ,mem_sp_localsm 
-0x6222 018253 isolate1 7 ,pdata 
-0x6223 018254 store 1 ,mem_sp_localsm 
-0x6224 018255 rtn 
-:      018257 generate_random_number:
-0x6225 018259 arg mem_random_number ,contw 
-:      018260 generate_random:
-0x6226 018261 force 16 ,loopcnt 
-:      018262 generate_random_another:
-:      018263 generate_random_loop:
-0x6227 018264 random pdata 
-0x6228 018265 istore 1 ,contw 
-0x6229 018266 loop generate_random_another 
-0x622a 018267 rtn 
-:      018269 generate_linkkey:
-0x622b 018270 call function_e21 
-0x622c 018271 arg mem_link_key ,rega 
-0x622d 018272 arg mem_input_store ,regb 
-0x622e 018273 ifetch 8 ,rega 
-0x622f 018274 fetcht 1 ,mem_state 
-0x6230 018275 nsetflag blank ,state_combkey ,temp 
-0x6231 018276 storet 1 ,mem_state 
-0x6232 018277 copy rega ,contw 
-0x6233 018278 call xor16 
-0x6234 018279 branch generate_linkkey_continue 
-:      018285 process_conn_sm:
-0x6235 018287 set1 mark_ext_patch ,mark 
-0x6236 018288 bpatch patch3c_6 ,mem_patch3c 
-0x6237 018289 fetch 1 ,mem_lmo_opcode2 
-0x6238 018290 branch process_conn_sm_continue ,blank 
-0x6239 018291 call lmo_fifo_process 
-0x623a 018292 fetch 1 ,mem_lmo_opcode2 
-0x623b 018293 nrtn blank 
-:      018294 process_conn_sm_continue:
-0x623c 018295 fetch 1 ,mem_conn_sm 
-0x623d 018296 rtn blank 
-0x623e 018300 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
-0x623f 018301 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
-0x6240 018302 beq conn_sm_send_features ,host_create_conn_send_features 
-0x6241 018303 beq conn_sm_wait_features_res ,host_create_conn_waiting 
-0x6242 018304 beq conn_sm_send_switch ,host_create_conn_send_switch 
-0x6243 018305 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
-0x6244 018306 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
-0x6245 018307 beq conn_sm_encrypt ,host_create_conn_encrypt 
-0x6246 018308 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
-0x6247 018309 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
-0x6248 018310 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
-0x6249 018311 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
-0x624a 018312 beq conn_sm_detach_delay ,host_create_conn_master_detach 
-0x624b 018313 beq conn_sm_send_version ,host_create_conn_send_version 
-0x624c 018314 beq conn_sm_wait_version ,host_create_conn_waiting 
-0x624d 018315 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
-0x624e 018316 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
-0x624f 018317 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
-0x6250 018318 beq conn_sm_pairing ,host_create_conn_pairing 
-0x6251 018319 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
-0x6252 018320 beq conn_sm_auth ,host_create_conn_auth 
-0x6253 018321 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
-0x6254 018322 beq conn_sm_done ,host_create_conn_done 
-0x6255 018323 beq conn_sm_wait_done ,host_create_conn_done_wait 
-0x6256 018324 jam conn_sm_standby ,mem_conn_sm 
-0x6257 018326 rtn 
-:      018327 host_create_conn_done:
-0x6258 018328 fetch 1 ,mem_lmp_conn_state 
-0x6259 018329 rtnbit0 received_setup_complete 
-0x625a 018330 rtnbit0 sent_setup_complete 
-0x625b 018331 jam conn_sm_standby ,mem_conn_sm 
-0x625c 018332 call host_conn_judge_encrypt 
-0x625d 018333 branch scheduler_start_upper_sm 
-:      018335 host_conn_judge_encrypt:
-0x625e 018336 fetch 1 ,mem_connection_options 
-0x625f 018337 rtnbit0 connection_encrypt 
-0x6260 018338 jam conn_sm_encrypt_wait ,mem_conn_sm 
-0x6261 018339 rtn 
-:      018341 host_create_conn_done_wait:
-0x6262 018342 arg enpt_delay_timer ,queue 
-0x6263 018343 call timer_check 
-0x6264 018344 nrtn blank 
-0x6265 018345 jam conn_sm_done ,mem_conn_sm 
-0x6266 018346 rtn 
-:      018348 host_create_conn_auth:
-0x6267 018349 fetch 1 ,mem_connection_options 
-0x6268 018350 set0 connection_auth ,pdata 
-0x6269 018351 store 1 ,mem_connection_options 
-0x626a 018352 jam conn_sm_auth_wait ,mem_conn_sm 
-0x626b 018353 jam lmp_au_rand ,mem_lmo_opcode2 
-0x626c 018354 rtn 
-:      018355 host_create_conn_auth_wait:
-0x626d 018356 rtn 
-:      018357 host_create_conn_pairing:
-0x626e 018358 fetch 1 ,mem_pincode_state 
-0x626f 018359 rtnne pincode_state_pincode_ready 
-0x6270 018360 call host_auth 
-0x6271 018361 jam conn_sm_pairing_wait ,mem_conn_sm 
-0x6272 018362 rtn 
-:      018364 host_create_conn_pairing_wait:
-0x6273 018365 rtn 
-:      018366 host_creat_conn_send_feat_ext:
-0x6274 018367 jam conn_sm_wait_features_ext ,mem_conn_sm 
-0x6275 018368 jam lmp_ext_features_req ,mem_lmo_opcode2 
-0x6276 018369 rtn 
-:      018370 host_create_conn_send_version:
-0x6277 018371 jam conn_sm_wait_version ,mem_conn_sm 
-0x6278 018372 jam lmp_version_req ,mem_lmo_opcode2 
-0x6279 018373 rtn 
-:      018375 host_creat_conn_wait_switch:
-0x627a 018376 fetch 1 ,mem_switch_flag 
-0x627b 018377 rtneq switch_flag_init 
-0x627c 018378 beq switch_flag_accept ,host_create_conn_switch_accept 
-0x627d 018379 arg switch_wait_timer ,queue 
-0x627e 018380 call timer_check 
-0x627f 018381 nrtn blank 
-0x6280 018382 jam switch_flag_init ,mem_switch_flag 
-0x6281 018383 branch host_create_conn_switch 
-:      018384 host_create_conn_switch_accept:
-0x6282 018385 rtn master 
-0x6283 018386 branch host_create_conn_auth_pair 
-:      018388 host_create_conn_send_features:
-0x6284 018389 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x6285 018390 jam lmp_features_req ,mem_lmo_opcode2 
-0x6286 018391 rtn 
-:      018392 host_create_conn_send_switch:
-0x6287 018393 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6288 018394 set1 mark_switch_initiated ,mark 
-0x6289 018395 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x628a 018396 setarg 0x1ff 
-0x628b 018397 store 2 ,mem_soft_timer 
-0x628c 018398 rtn 
-:      018399 host_create_conn_send_conn_req:
-0x628d 018400 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x628e 018401 jam 0xff ,mem_soft_timer 
-0x628f 018402 set0 mark_reconn_recieve_switch ,mark 
-0x6290 018403 jam lmp_host_connection_req ,mem_lmo_opcode2 
-0x6291 018404 branch init_lmp_reinit 
-:      018405 host_create_conn_wait_accept:
-0x6292 018406 rtnmark1 mark_reconn_recieve_switch 
-0x6293 018407 fetch 2 ,mem_soft_timer 
-0x6294 018408 sub pdata ,1 ,pdata 
-0x6295 018409 branch host_create_conn_resend ,zero 
-0x6296 018410 store 2 ,mem_soft_timer 
-0x6297 018411 rtn 
-:      018412 host_create_conn_resend:
-0x6298 018413 jam conn_sm_send_switch ,mem_conn_sm 
-0x6299 018414 rtn 
-:      018415 host_create_conn_waiting:
-0x629a 018417 rtn 
-:      018419 host_create_conn_switch:
-0x629b 018420 fetch 1 ,mem_lmp_conn_state 
-0x629c 018421 rtnbit0 sent_setup_complete 
-0x629d 018422 rtnbit0 received_setup_complete 
-0x629e 018423 fetch 1 ,mem_connection_options 
-0x629f 018424 set0 connection_switch ,pdata 
-0x62a0 018425 store 1 ,mem_connection_options 
-0x62a1 018426 jam lmp_switch_req ,mem_lmo_opcode2 
-0x62a2 018427 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
-0x62a3 018428 rtn 
-:      018430 host_create_conn_send_setup_complete:
-0x62a4 018431 jam conn_sm_wait_setup_complete ,mem_conn_sm 
-0x62a5 018432 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x62a6 018433 rtn 
-:      018435 host_create_conn_wait_setup_complete:
-0x62a7 018436 fetch 1 ,mem_lmp_conn_state 
-0x62a8 018437 rtnbit0 received_setup_complete 
-0x62a9 018438 jam conn_sm_standby ,mem_conn_sm 
-0x62aa 018440 rtn 
-:      018441 host_create_conn_wait_setup_complete_rtn:
-0x62ab 018442 jam conn_sm_auth_pair ,mem_conn_sm 
-0x62ac 018443 rtn 
-:      018445 host_create_conn_master_detach:
-0x62ad 018446 fetch 1 ,mem_soft_timer 
-0x62ae 018447 increase -1 ,pdata 
-0x62af 018448 branch host_create_conn_send_detach ,blank 
-0x62b0 018449 store 1 ,mem_soft_timer 
-0x62b1 018450 rtn 
-:      018451 host_create_conn_send_detach:
-0x62b2 018452 jam lmp_detach ,mem_lmo_opcode2 
-0x62b3 018453 jam local_host ,mem_disconn_reason_send 
-0x62b4 018454 jam 0 ,mem_conn_sm 
-0x62b5 018455 rtn 
-:      018456 host_create_conn_auth_pair:
-0x62b6 018458 fetch 1 ,mem_connection_options 
-0x62b7 018459 bbit1 connection_switch ,host_create_conn_switch 
-0x62b8 018460 bbit1 connection_auth ,host_create_conn_auth_pair_true 
-:      018461 host_create_conn_sm_done:
-0x62b9 018462 jam conn_sm_done ,mem_conn_sm 
-0x62ba 018463 rtn 
-:      018464 host_create_conn_auth_pair_true:
-0x62bb 018465 fetch 1 ,mem_link_key_exists 
-0x62bc 018466 branch host_create_conn_auth_pair_nokey ,blank 
-0x62bd 018467 fetch 1 ,mem_lmp_conn_state 
-0x62be 018468 rtnbit0 sent_setup_complete 
-0x62bf 018469 rtnbit0 received_setup_complete 
-0x62c0 018470 fetch 4 ,mem_aurand_send_delay_time 
-0x62c1 018471 arg 100 ,temp 
-0x62c2 018472 iadd temp ,temp 
-0x62c3 018473 copy clkn_bt ,pdata 
-0x62c4 018474 isub temp ,null 
-0x62c5 018475 nrtn positive 
-0x62c6 018476 branch host_create_conn_auth 
-:      018480 host_create_conn_auth_pair_nokey:
-0x62c7 018481 jam conn_sm_pairing ,mem_conn_sm 
-0x62c8 018482 jam 4 ,mem_pin_length 
-0x62c9 018483 setarg 0x3030 
-0x62ca 018484 store 2 ,mem_pin 
-0x62cb 018485 istore 2 ,contw 
-0x62cc 018486 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x62cd 018487 branch host_create_conn_pairing 
-:      018489 host_create_conn_auth_pair_wait:
-0x62ce 018490 rtn 
-:      018491 host_create_conn_encrypt:
-0x62cf 018492 fetch 1 ,mem_connection_options 
-0x62d0 018493 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
-0x62d1 018494 jam conn_sm_done ,mem_conn_sm 
-0x62d2 018495 rtn 
-:      018497 host_create_conn_encrypt_start:
-0x62d3 018498 fetch 1 ,mem_connection_options 
-0x62d4 018499 set0 connection_encrypt ,pdata 
-0x62d5 018500 store 1 ,mem_connection_options 
-0x62d6 018501 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x62d7 018502 rtn 
-:      018504 host_create_conn_encrypt_wait:
-0x62d8 018505 fetch 1 ,mem_wait_encryption 
-0x62d9 018506 rtn blank 
-0x62da 018507 jam conn_sm_standby ,mem_conn_sm 
-0x62db 018508 branch host_create_conn_encrypt_start 
-:      018510 host_create_conn_encrypt_wait_clear:
-0x62dc 018511 jam conn_sm_send_setup_complete ,mem_conn_sm 
-0x62dd 018512 rtn 
-:      018514 host_auth:
-0x62de 018515 fetch 1 ,mem_op 
-0x62df 018516 bbit1 op_inrand_req ,remote_auth 
-0x62e0 018517 call tid_initiate 
-0x62e1 018518 jam lmp_in_rand ,mem_lmo_opcode2 
-0x62e2 018519 branch cmd_exit 
-:      018520 remote_auth:
-0x62e3 018521 fetch 1 ,mem_op 
-0x62e4 018522 set0 op_inrand_req ,pdata 
-0x62e5 018523 store 1 ,mem_op 
-0x62e6 018524 call lmp_accept_inrand 
-0x62e7 018525 call tid_set_reply 
-0x62e8 018526 branch cmd_exit 
-:      018528 pincode_reinit:
-0x62e9 018529 setarg 4 
-0x62ea 018530 store 1 ,mem_pin_length 
-0x62eb 018531 setarg 0x3030 
-0x62ec 018532 istore 2 ,contw 
-0x62ed 018533 istore 2 ,contw 
-0x62ee 018534 rtn 
-:      018542 module_init:
-0x62ef 018543 rtn wake 
-0x62f0 018544 jam 0 ,mem_module_task 
-0x62f1 018545 call module_gpio_init 
-0x62f2 018546 call module_init_static_string 
-0x62f3 018547 setarg module_process_idle 
-0x62f4 018548 store 2 ,mem_cb_idle_process 
-0x62f5 018549 setarg module_conn_process 
-0x62f6 018550 store 2 ,mem_cb_bt_process 
-0x62f7 018551 setarg module_process_bb_event 
-0x62f8 018552 store 2 ,mem_cb_bb_event_process 
-0x62f9 018553 setarg module_le_rx 
-0x62fa 018554 store 2 ,mem_cb_att_write 
-0x62fb 018555 setarg module_conn_process 
-0x62fc 018556 store 2 ,mem_cb_le_process 
-0x62fd 018557 set1 mark_ext_patch ,mark 
-0x62fe 018558 bpatch patch30_0 ,mem_patch30 
-0x62ff 018559 setarg module_lpm_lock 
-0x6300 018560 store 2 ,mem_cb_check_wakelock 
-0x6301 018561 setarg module_le_tx_update_data 
-0x6302 018562 store 2 ,mem_cb_update_notify_value 
-0x6303 018563 setarg 0 
-0x6304 018564 store 4 ,mem_last_uart_clock 
-0x6305 018565 store 2 ,mem_module_prepare_tx_len 
-0x6306 018566 call module_hardware_init 
-0x6307 018567 call init_module_environment 
-0x6308 018568 call check_module_disabled 
-0x6309 018569 branch eeprom_load_reconn_info 
-:      018571 module_hardware_init:
-0x630a 018572 rtn wake 
-0x630b 018573 setarg uart_baud_115200 
-0x630c 018574 store uart_baud_len ,mem_baud 
-:      018575 module_lpm_uart_init:
-0x630d 018576 call init_filter_ram 
-0x630e 018577 setarg mem_module_rx_buf 
-0x630f 018578 hstore 2 ,core_uart_rsaddr 
-0x6310 018579 setarg mem_module_rx_buf_end 
-0x6311 018580 hstore 2 ,core_uart_readdr 
-0x6312 018581 setarg mem_module_tx_buf 
-0x6313 018582 hstore 2 ,core_uart_tsaddr 
-0x6314 018583 setarg mem_module_tx_buf_end 
-0x6315 018584 hstore 2 ,core_uart_teaddr 
-0x6316 018585 hjam 0x4 ,core_gpio_sel1 
-0x6317 018586 jam 0xff ,mem_ucode_id_local 
-0x6318 018587 hjam 0x0 ,core_uart_ctrl 
-0x6319 018588 setarg mem_module_tx_buf 
-0x631a 018589 hstore 2 ,core_uart_twptr 
-0x631b 018590 hstore 2 ,core_uart_trptrp 
-0x631c 018591 setarg mem_module_rx_buf 
-0x631d 018592 hstore 2 ,core_uart_rrptr 
-0x631e 018593 branch hci_init_common 
-:      018596 module_lpm_init:
-0x631f 018597 call module_lpm_uart_init 
-0x6320 018598 branch module_gpio_init 
-:      018600 module_gpio_init:
-0x6321 018602 call ui_led_init 
-0x6322 018603 call app_led_start_blink 
-0x6323 018605 fetcht 1 ,mem_module_connect_state_gpio 
-0x6324 018606 call gpio_config_output 
-0x6325 018607 call module_set_conn_pin_low 
-0x6326 018609 fetcht 1 ,mem_module_wake_up_gpio 
-0x6327 018610 call gpio_config_input 
-0x6328 018611 fetcht 1 ,mem_at_gpio 
-0x6329 018612 branch gpio_config_input_without_wake 
-:      018614 module_lpm_lock:
-0x632a 018615 fetcht 1 ,mem_module_wake_up_gpio 
-0x632b 018616 call gpio_get_bit 
-0x632c 018617 nbranch app_put_lpm_wake_lock ,true 
-0x632d 018618 branch app_get_lpm_wake_lock 
-:      018622 module_process_idle:
-0x632e 018623 branch module_app_dispatch 
-:      018624 module_conn_process:
-0x632f 018625 branch module_app_dispatch 
-:      018626 module_app_dispatch:
-0x6330 018627 set1 mark_ext_patch ,mark 
-0x6331 018628 bpatch patch30_1 ,mem_patch30 
-0x6332 018629 call module_control_air_flow 
-0x6333 018630 call module_uart_set 
-0x6334 018631 call l2cap_malloc_is_fifo_full 
-0x6335 018632 nrtn blank 
-0x6336 018633 branch module_process 
-:      018634 module_process_bb_event:
-0x6337 018635 copy regc ,pdata 
-0x6338 018636 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
-0x6339 018637 beq bt_evt_reconn_failed ,module_reconn_fail 
-0x633a 018638 beq bt_evt_reconn_page_timeout ,module_page_time_out 
-0x633b 018639 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
-0x633c 018640 beq bt_evt_switch_not_accept ,module_process_switch_not_accept 
-0x633d 018641 beq bt_evt_switch_accept ,module_process_switch_accept 
-0x633e 018642 beq bt_evt_sniff_accept ,module_process_sniff_accept 
-0x633f 018643 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
-0x6340 018644 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
-0x6341 018645 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
-0x6342 018646 beq bt_evt_le_connected ,module_process_le_conn 
-0x6343 018647 beq bt_evt_bb_connected ,module_process_bb_conn 
-0x6344 018648 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
-0x6345 018649 beq bt_evt_setup_complete ,module_process_setup_complete 
-0x6346 018650 beq bt_evt_enter_sniff ,module_sniff_param_check 
-0x6347 018651 beq bt_evt_exit_sniff ,app_lpm_mult_disable 
-0x6348 018652 and pdata ,0x0f ,temp 
-0x6349 018653 and_into bt_evt_timer_mask ,pdata 
-0x634a 018654 beq bt_evt_timer_init ,module_bb_event_timer 
-0x634b 018655 rtn 
-:      018657 module_process_bb_event_disconned:
-0x634c 018658 call module_disconn_start 
-0x634d 018659 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x634e 018660 rtnbit0 app_disc_after_setup_done 
-0x634f 018661 arg 3 ,loopcnt 
-0x6350 018662 arg mem_prarm_dis ,contr 
-0x6351 018663 branch send_mem_to_uart 
-:      018665 module_sniff_param_check:
-0x6352 018668 fetch 2 ,mem_context + coffset_tsniff 
-0x6353 018669 rshift pdata ,pdata 
-0x6354 018670 fetcht 2 ,mem_sniff_param_interval 
-0x6355 018671 isub temp ,null 
-0x6356 018672 nbranch module_sniff_param_check_unsniff ,zero 
-0x6357 018673 branch app_lpm_mult_enable 
-:      018674 module_sniff_param_check_unsniff:
-0x6358 018675 fetch 1 ,mem_module_task 
-0x6359 018676 rtnbit1 at_task_unsinff 
-0x635a 018677 hfetch 2 ,core_uart_rxitems 
-0x635b 018678 ncall at_set_unsniff_task_flag ,blank 
-0x635c 018679 branch app_bt_sniff_exit 
-:      018681 module_process_setup_complete:
-0x635d 018682 call module_conn_start 
-0x635e 018683 call module_check_cmode 
-0x635f 018684 branch module_uart_send_conn ,zero 
-0x6360 018685 branch app_bt_disconnect 
-:      018686 module_uart_send_conn:
-0x6361 018687 arg 4 ,loopcnt 
-0x6362 018688 arg mem_prarm_conn ,contr 
-0x6363 018689 branch send_mem_to_uart 
-:      018691 module_process_bb_even_le_disconn:
-0x6364 018692 call module_disconn_start 
-0x6365 018693 arg 5 ,loopcnt 
-0x6366 018694 arg mem_prarm_bledis ,contr 
-0x6367 018695 branch send_mem_to_uart 
-:      018697 module_process_evt_pincode_req:
-0x6368 018698 call at_restore_pin_code 
-0x6369 018699 branch app_bt_set_pincode 
-:      018700 module_process_switch_not_accept:
-0x636a 018701 fetch 1 ,mem_module_task 
-0x636b 018702 rtnbit0 at_task_switch 
-0x636c 018703 set0 at_task_switch ,pdata 
-0x636d 018704 store 1 ,mem_module_task 
-0x636e 018705 branch at_error_rev_end 
-:      018707 module_process_switch_accept:
-0x636f 018708 fetch 1 ,mem_module_task 
-0x6370 018709 rtnbit0 at_task_switch 
-0x6371 018710 set0 at_task_switch ,pdata 
-0x6372 018711 store 1 ,mem_module_task 
-0x6373 018712 branch at_nomal_rev_end 
-:      018714 module_process_sniff_accept:
-0x6374 018715 rtn 
-:      018717 module_process_sniff_not_accept:
-0x6375 018718 rtn 
-:      018720 module_process_unsniff_accept:
-0x6376 018721 fetch 1 ,mem_module_task 
-0x6377 018722 bbit0 at_task_unsinff ,app_bt_enter_sniff 
-0x6378 018723 branch at_clear_unsniff_task_flag 
-:      018725 module_process_unsniff_not_accept:
-0x6379 018726 rtn 
-:      018728 module_process_le_conn:
-0x637a 018729 call module_conn_start 
-0x637b 018730 arg mem_le_plap ,regb 
-0x637c 018731 call module_check_cmode 
-0x637d 018732 branch module_uart_send_leconn ,zero 
-0x637e 018733 branch app_ble_disconnect 
-:      018734 module_uart_send_leconn:
-0x637f 018735 arg 6 ,loopcnt 
-0x6380 018736 arg mem_prarm_bleconn ,contr 
-0x6381 018737 branch send_mem_to_uart 
-:      018739 module_process_bb_conn:
-0x6382 018740 rtn 
-:      018743 module_reconn_fail:
-0x6383 018744 arg 7 ,loopcnt 
-0x6384 018745 arg mem_prarm_recfail ,contr 
-0x6385 018746 call send_mem_to_uart 
-0x6386 018747 branch module_disconn_start 
-:      018748 module_page_time_out:
-0x6387 018749 arg 7 ,loopcnt 
-0x6388 018750 arg mem_prarm_pageout ,contr 
-0x6389 018751 call send_mem_to_uart 
-:      018752 module_disconn_start:
-0x638a 018753 call module_start_adv_discovery 
-0x638b 018754 branch module_set_conn_pin_high 
-:      018756 module_start_adv_discovery:
-0x638c 018757 fetch 1 ,mem_module_state 
-0x638d 018758 isolate1 at_state_set30 ,pdata 
-0x638e 018759 call app_bt_start_discovery ,true 
-0x638f 018760 fetch 1 ,mem_module_state 
-0x6390 018761 isolate1 at_state_set40 ,pdata 
-0x6391 018762 call app_ble_start_adv ,true 
-0x6392 018763 rtn 
-:      018764 module_set_conn_pin_high:
-0x6393 018765 fetcht 1 ,mem_module_connect_state_gpio 
-0x6394 018766 branch gpio_out_active 
-:      018768 module_conn_start:
-0x6395 018769 call module_stop_adv_discovery 
-0x6396 018770 branch module_set_conn_pin_low 
-:      018772 module_stop_adv_discovery:
-0x6397 018773 fetch 1 ,mem_module_state 
-0x6398 018774 isolate1 at_state_set30 ,pdata 
-0x6399 018775 call app_bt_stop_discovery ,true 
-0x639a 018776 fetch 1 ,mem_module_state 
-0x639b 018777 isolate1 at_state_set40 ,pdata 
-0x639c 018778 call app_ble_stop_adv ,true 
-0x639d 018779 rtn 
-:      018780 module_set_conn_pin_low:
-0x639e 018781 fetcht 1 ,mem_module_connect_state_gpio 
-0x639f 018782 branch gpio_out_inactive 
-:      018787 module_process:
-0x63a0 018788 fetch 1 ,mem_device_option 
-0x63a1 018789 rtnne dvc_op_module 
-0x63a2 018790 hfetch 2 ,core_uart_rxitems 
-0x63a3 018791 rtn blank 
-0x63a4 018792 store 2 ,mem_current_packet_length 
-0x63a5 018794 call spp_mode 
-0x63a6 018795 branch at_process ,true 
-0x63a7 018796 call at_ckeck_send_buff 
-0x63a8 018797 branch module_tx_packet 
-:      018800 spp_mode:
-0x63a9 018801 fetcht 1 ,mem_at_gpio 
-0x63aa 018802 branch gpio_get_bit 
-:      018805 module_exit_sniff:
-0x63ab 018806 fetch 1 ,mem_module_task 
-0x63ac 018807 rtnbit1 at_task_unsinff 
-0x63ad 018808 call at_set_unsniff_task_flag 
-0x63ae 018809 branch app_bt_sniff_exit 
-:      018811 module_tx_packet:
-0x63af 018812 fetch 1 ,mem_context 
-0x63b0 018813 bbit0 state_inconn ,spp_send_end 
-0x63b1 018814 fetch 1 ,mem_context + coffset_mode 
-0x63b2 018815 bbit1 mode_le ,modle_le_tx 
-0x63b3 018816 call app_check_sniff 
-0x63b4 018817 branch module_exit_sniff ,true 
-0x63b5 018818 branch spp_tx_rfcomm_packet 
-:      018820 module_le_rx:
-0x63b6 018821 call le_att_get_handle_ptr 
-0x63b7 018822 ifetch 1 ,contr 
-0x63b8 018823 copy contr ,rega 
-0x63b9 018824 call get_uart_twptr 
-0x63ba 018825 copy regb ,loopcnt 
-0x63bb 018826 copy rega ,contr 
-0x63bc 018827 call uart_copy_tx_bytes 
-0x63bd 018828 branch uartd_send 
-:      018831 module_le_tx_update_data:
-0x63be 018833 fetch 2 ,mem_module_prepare_tx_len 
-0x63bf 018834 rtn blank 
-0x63c0 018835 arg dm_le_buff_len ,temp 
-0x63c1 018836 call not_greater_than 
-0x63c2 018837 store 2 ,mem_module_temp_len 
-0x63c3 018839 copy pdata ,temp 
-0x63c4 018840 fetch 2 ,mem_module_prepare_tx_len 
-0x63c5 018841 isub temp ,pdata 
-0x63c6 018842 store 2 ,mem_module_prepare_tx_len 
-0x63c7 018843 nbranch assert ,positive 
-0x63c8 018845 arg prcp_tx_le ,temp 
-0x63c9 018846 storet 2 ,mem_le_notify_handle 
-0x63ca 018847 call le_att_get_handle_ptr 
-0x63cb 018848 branch assert ,blank 
-0x63cc 018849 add contr ,1 ,contw 
-0x63cd 018851 fetch 2 ,mem_module_temp_len 
-0x63ce 018852 copy pdata ,loopcnt 
-0x63cf 018854 call get_uart_rrptr 
-0x63d0 018856 call uart_copy_rx_bytes 
-0x63d1 018858 fetch 2 ,mem_module_temp_len 
-0x63d2 018859 store 2 ,mem_current_packet_length 
-0x63d3 018860 store 2 ,mem_le_notify_len 
-0x63d4 018861 branch spp_send_end 
-:      018864 modle_le_tx:
-0x63d5 018865 rtnmark0 mark_context 
-0x63d6 018866 call modle_le_tx_once 
-0x63d7 018867 call modle_le_tx_once 
-:      018868 modle_le_tx_once:
-0x63d8 018869 call le_xtype_fifo_is_near_full 
-0x63d9 018870 nrtn blank 
-0x63da 018871 hfetch 2 ,core_uart_rxitems 
-0x63db 018872 rtn blank 
-0x63dc 018873 fetcht 2 ,mem_module_prepare_tx_len 
-0x63dd 018874 isub temp ,pdata 
-0x63de 018875 nbranch assert ,positive 
-0x63df 018876 store 2 ,mem_current_packet_length 
-0x63e0 018877 rtn blank 
-0x63e1 018878 call at_ckeck_send_buff_le 
-0x63e2 018879 fetch 2 ,mem_module_prepare_tx_len 
-0x63e3 018880 fetcht 2 ,mem_current_packet_length 
-0x63e4 018881 iadd temp ,pdata 
-0x63e5 018882 store 2 ,mem_module_prepare_tx_len 
-0x63e6 018883 fetcht 2 ,mem_module_prepare_tx_len 
-0x63e7 018884 hfetch 2 ,core_uart_rxitems 
-0x63e8 018885 isub temp ,rega 
-0x63e9 018886 nbranch assert ,positive 
-0x63ea 018887 jam attop_handle_value_notification ,mem_fifo_temp 
-0x63eb 018888 branch le_xtype_fifo_in 
-:      018890 module_bb_event_timer:
-0x63ec 018891 storet 1 ,mem_app_evt_timer_count 
-:      018892 module_bb_event_100ms_loop:
-0x63ed 018893 fetch 1 ,mem_app_evt_timer_count 
-0x63ee 018894 rtn blank 
-0x63ef 018895 increase -1 ,pdata 
-0x63f0 018896 store 1 ,mem_app_evt_timer_count 
-0x63f1 018897 call module_bb_event_hud_ms 
-0x63f2 018898 branch module_bb_event_100ms_loop 
-:      018900 module_bb_event_hud_ms:
-0x63f3 018901 fetch 2 ,mem_at_scan_time 
-0x63f4 018902 rtn blank 
-0x63f5 018903 increase -1 ,pdata 
-0x63f6 018904 store 2 ,mem_at_scan_time 
-0x63f7 018905 nrtn blank 
-0x63f8 018906 fetch 1 ,mem_at_using_flag 
-0x63f9 018907 jam 0 ,mem_at_using_flag 
-0x63fa 018908 bbit1 at_flag_leinq ,modue_le_inq 
-0x63fb 018909 bbit1 at_flag_inq ,module_inq 
-0x63fc 018910 branch assert 
-:      018911 modue_le_inq:
-0x63fd 018912 branch app_ble_stop_scan 
-:      018913 module_inq:
-0x63fe 018914 jam hci_cmd_inquiry_cancel ,mem_hci_cmd 
-0x63ff 018915 rtn 
-:      018917 at_ckeck_send_buff:
-0x6400 018918 fetch 1 ,mem_context + coffset_mode 
-0x6401 018919 bbit1 mode_le ,at_ckeck_send_buff_le 
-0x6402 018920 fetch 2 ,mem_current_packet_length 
-0x6403 018921 arg dm_refcom_buff_len ,temp 
-0x6404 018923 call not_greater_than 
-0x6405 018924 store 2 ,mem_current_packet_length 
-0x6406 018925 rtn 
-:      018926 at_ckeck_send_buff_le:
-0x6407 018927 fetch 2 ,mem_current_packet_length 
-0x6408 018928 arg dm_le_buff_len ,temp 
-0x6409 018929 call not_greater_than 
-0x640a 018930 store 2 ,mem_current_packet_length 
-0x640b 018931 rtn 
-:      018933 at_set_unsniff_task_flag:
-0x640c 018934 fetch 1 ,mem_module_task 
-0x640d 018935 set1 at_task_unsinff ,pdata 
-0x640e 018936 store 1 ,mem_module_task 
-0x640f 018937 rtn 
-:      018939 at_clear_unsniff_task_flag:
-0x6410 018940 fetch 1 ,mem_module_task 
-0x6411 018941 set0 at_task_unsinff ,pdata 
-0x6412 018942 store 1 ,mem_module_task 
-0x6413 018943 rtn 
-:      018945 at_set_cmd_task_flag:
-0x6414 018946 fetch 1 ,mem_module_task 
-0x6415 018947 set1 at_task_cmd_flag ,pdata 
-0x6416 018948 store 1 ,mem_module_task 
-0x6417 018949 rtn 
-:      018951 at_clear_cmd_task_flag:
-0x6418 018952 fetch 1 ,mem_module_task 
-0x6419 018953 set0 at_task_cmd_flag ,pdata 
-0x641a 018954 store 1 ,mem_module_task 
-0x641b 018955 rtn 
-:      018957 module_control_air_flow:
-0x641c 018958 set1 mark_ext_patch ,mark 
-0x641d 018959 bpatch patch30_2 ,mem_patch30 
-0x641e 018960 call check_uart_tx_buff 
-0x641f 018961 branch app_l2cap_flow_control_enable ,positive 
-0x6420 018962 branch app_l2cap_flow_control_disable 
-:      018964 module_uart_set:
-0x6421 018965 call spp_mode 
-0x6422 018966 branch module_set_baud_115200 ,true 
-0x6423 018967 hfetcht uart_baud_len ,core_uart_baud 
-0x6424 018968 fetch 2 ,mem_baud 
-0x6425 018969 isub temp ,null 
-0x6426 018970 rtn zero 
-0x6427 018971 branch uart_set_baud_by_mem 
-:      018974 module_set_baud_115200:
-0x6428 018975 hfetcht uart_baud_len ,core_uart_baud 
-0x6429 018976 setarg at_baud_115200 
-0x642a 018977 isub temp ,null 
-0x642b 018978 rtn zero 
-0x642c 018979 hstore uart_baud_len ,core_uart_baud 
-0x642d 018980 rtn 
-:      018982 module_check_cmode:
-0x642e 018983 set1 mark_ext_patch ,mark 
-0x642f 018984 bpatch patch30_3 ,mem_patch30 
-0x6430 018985 fetch 1 ,mem_module_state 
-0x6431 018986 isolate0 at_state_cmode ,pdata 
-0x6432 018987 branch module_check_cmode_close ,true 
-0x6433 018988 arg mem_cmode_addr ,rega 
-0x6434 018989 arg 6 ,loopcnt 
-0x6435 018990 branch string_compare 
-:      018991 module_check_cmode_close:
-0x6436 018992 force 0 ,null 
-0x6437 018993 rtn 
-:      018995 module_init_static_string:
-0x6438 018996 set1 mark_ext_patch ,mark 
-0x6439 018997 bpatch patch30_4 ,mem_patch30 
-0x643a 018998 arg mem_prarm_pswd ,contw 
-0x643b 018999 setsect 0 ,0x35350 
-0x643c 019000 setsect 1 ,0x15115 
-0x643d 019001 setsect 2 ,0x12415 
-0x643e 019002 setsect 3 ,0x10951 
-0x643f 019003 istore 9 ,contw 
-0x6440 019004 setsect 0 ,0x2454c 
-0x6441 019005 setsect 1 ,0x35053 
-0x6442 019006 setsect 2 ,0x2454 
-0x6443 019007 setsect 3 ,0x11531 
-0x6444 019008 istore 9 ,contw 
-0x6445 019009 setsect 0 ,0x34441 
-0x6446 019010 setsect 1 ,0x194d4 
-0x6447 019011 setsect 2 ,0x12455 
-0x6448 019012 setsect 3 ,0x10d4d 
-0x6449 019013 istore 9 ,contw 
-0x644a 019014 setsect 0 ,0x3414c 
-0x644b 019015 setsect 1 ,0xd4d4 
-0x644c 019016 setsect 2 ,0x124c4 
-0x644d 019017 setsect 3 ,0x13119 
-0x644e 019018 istore 9 ,contw 
-0x644f 019019 setsect 0 ,0x15247 
-0x6450 019020 setsect 1 ,0x3d0d1 
-0x6451 019021 setsect 2 ,0xe4e4 
-0x6452 019022 setsect 3 ,0x11531 
-0x6453 019023 istore 9 ,contw 
-0x6454 019024 setsect 0 ,0x34944 
-0x6455 019025 setsect 1 ,0x114d4 
-0x6456 019026 setsect 2 ,0xe535 
-0x6457 019027 setsect 3 ,0x15105 
-0x6458 019028 istore 9 ,contw 
-0x6459 019029 setsect 0 ,0x14c2b 
-0x645a 019030 setsect 1 ,0x114d2 
-0x645b 019031 setsect 2 ,0xf525 
-0x645c 019032 setsect 3 ,0x11531 
-0x645d 019033 istore 9 ,contw 
-0x645e 019034 setsect 0 ,0x14e53 
-0x645f 019035 setsect 1 ,0x19192 
-0x6460 019036 setsect 2 ,0x44c4 
-0x6461 019037 setsect 3 ,0x15915 
-0x6462 019038 istore 9 ,contw 
-0x6463 019039 setsect 0 ,0x35352 
-0x6464 019040 setsect 1 ,0xd254 
-0x6465 019041 setsect 2 ,0x5444 
-0x6466 019042 setsect 3 ,0x10959 
-0x6467 019043 istore 9 ,contw 
-0x6468 019044 setsect 0 ,0x1454c 
-0x6469 019045 setsect 1 ,0x5392 
-0x646a 019046 setsect 2 ,0x3525 
-0x646b 019047 setsect 3 ,0x13d35 
-0x646c 019048 istore 9 ,contw 
-0x646d 019049 setsect 0 ,0x14544 
-0x646e 019050 setsect 1 ,0x113d3 
-0x646f 019051 setsect 2 ,0x4454 
-0x6470 019052 setsect 3 ,0x14d35 
-0x6471 019053 istore 9 ,contw 
-0x6472 019054 setsect 0 ,0x4154 
-0x6473 019055 setsect 1 ,0x11155 
-0x6474 019056 setsect 2 ,0x13494 
-0x6475 019057 setsect 3 ,0x13d0d 
-0x6476 019058 istore 9 ,contw 
-0x6477 019059 setsect 0 ,0x4f56 
-0x6478 019060 setsect 1 ,0x31055 
-0x6479 019061 setsect 2 ,0x3454 
-0x647a 019062 setsect 3 ,0x1393d 
-0x647b 019063 istore 9 ,contw 
-0x647c 019064 setsect 0 ,0x1504e 
-0x647d 019065 setsect 1 ,0x151d0 
-0x647e 019066 setsect 2 ,0x154f4 
-0x647f 019067 setsect 3 ,0x14951 
-0x6480 019068 istore 9 ,contw 
-0x6481 019069 setsect 0 ,0x24345 
-0x6482 019070 setsect 1 ,0x25051 
-0x6483 019071 setsect 2 ,0x4c4 
-0x6484 019072 istore 6 ,contw 
-0x6485 019073 rtn 
-:      019077 mouse_init:
-0x6486 019078 setarg le_mouse 
-0x6487 019079 store 2 ,mem_cb_le_process 
-0x6488 019080 setarg mouse_send_process 
-0x6489 019081 store 2 ,mem_cb_bt_process 
-0x648a 019082 setarg mouse_process_lpm_before 
-0x648b 019083 store 2 ,mem_cb_before_lpm 
-0x648c 019084 setarg mouse_priority_bb_event 
-0x648d 019085 store 2 ,mem_cb_bb_event_process 
-0x648e 019086 setarg mouse_idle 
-0x648f 019087 store 2 ,mem_cb_idle_process 
-0x6490 019088 setarg mouse_le_notify_update_data 
-0x6491 019089 store 2 ,mem_cb_update_notify_value 
-0x6492 019090 jam 0 ,mem_sp_flag 
-0x6493 019091 jam 0 ,mem_master_sp_flag 
-0x6494 019092 set0 mark_ext_patch ,mark 
-0x6495 019093 bpatch patch18_0 ,mem_patch18 
-0x6496 019094 call mouse_init_common 
-0x6497 019095 rtn wake 
-0x6498 019096 call mouse_init_environment 
-0x6499 019097 call mouse_dpi_init 
-0x649a 019098 setarg mouse_before_hibernate 
-0x649b 019099 store 2 ,mem_cb_before_hibernate 
-0x649c 019100 fetch 2 ,mem_ui_state_map 
-0x649d 019101 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x649e 019102 branch mouse_check_reconn_target 
-:      019104 mouse_init_environment:
-0x649f 019105 call app_initflag_check 
-0x64a0 019106 branch mouse_load_eeprom_param ,zero 
-0x64a1 019107 call eeprom_store_le_local_addr 
-0x64a2 019108 call eeprom_store_mouse_dpi 
-0x64a3 019109 branch app_initflag_store 
-:      019110 mouse_load_eeprom_param:
-0x64a4 019111 call eeprom_load_reconn_info 
-0x64a5 019112 call eeprom_load_le_loacal_addr 
-0x64a6 019113 branch eeprom_load_mouse_dpi 
-:      019115 mouse_dpi_init:
-0x64a7 019116 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x64a8 019117 branch mouse_modified_dpi 
-:      019119 mouse_idle:
-0x64a9 019120 call ui_check_paring_button 
-0x64aa 019121 call mouse_check_dpi 
-0x64ab 019122 branch mouse_wheel_check 
-:      019124 mouse_check_dpi:
-0x64ac 019125 fetcht 1 ,mem_dpi_button_gpio 
-0x64ad 019126 call gpio_get_bit 
-0x64ae 019127 nbranch mouse_dpi_up ,true 
-:      019128 mouse_dpi_down:
-0x64af 019129 fetch 1 ,mem_mouse_dpi_button_state 
-0x64b0 019130 rtneq dpi_button_state_down 
-0x64b1 019131 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x64b2 019132 rtn 
-:      019133 mouse_dpi_up:
-0x64b3 019134 fetch 1 ,mem_mouse_dpi_button_state 
-0x64b4 019135 rtneq dpi_button_state_up 
-0x64b5 019136 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x64b6 019137 fetch 1 ,mem_mouse_dpi 
-0x64b7 019138 increase 1 ,pdata 
-0x64b8 019139 and pdata ,0x03 ,pdata 
-0x64b9 019140 store 1 ,mem_mouse_dpi 
-0x64ba 019141 branch mouse_modified_dpi 
-:      019142 mouse_modified_dpi:
-0x64bb 019143 setarg mouse_dpi_address 
-0x64bc 019144 call twspi_read 
-0x64bd 019145 and pdata ,0xfc ,temp 
-0x64be 019146 fetch 1 ,mem_mouse_dpi 
-0x64bf 019147 iadd temp ,pdata 
-0x64c0 019148 lshift8 pdata ,pdata 
-0x64c1 019149 add pdata ,mouse_dpi_address ,pdata 
-0x64c2 019150 call twspi_write 
-0x64c3 019151 branch eeprom_store_mouse_dpi 
-:      019153 mouse_init_common:
-0x64c4 019154 call mouse_init_sunt 
-0x64c5 019155 call mouse_gpio_init 
-0x64c6 019156 hfetch 2 ,core_clkoff 
-0x64c7 019157 set0 clock_off_qdecoder ,pdata 
-0x64c8 019158 hstore 2 ,core_clkoff 
-0x64c9 019159 rtn 
-:      019161 mouse_gpio_init:
-0x64ca 019162 call lpm_disable_exen_output 
-0x64cb 019163 fetcht 1 ,mem_whee_a_data_gpio 
-0x64cc 019164 call gpio_config_input 
-0x64cd 019165 fetcht 1 ,mem_whee_b_data_gpio 
-0x64ce 019166 call gpio_config_input 
-0x64cf 019167 fetcht 1 ,mem_lbutton_gpio 
-0x64d0 019168 call gpio_config_input 
-0x64d1 019169 fetcht 1 ,mem_rbutton_gpio 
-0x64d2 019170 call gpio_config_input 
-0x64d3 019171 fetcht 1 ,mem_mbutton_gpio 
-0x64d4 019172 call gpio_config_input 
-0x64d5 019173 fetcht 1 ,mem_sensor_data_gpio 
-0x64d6 019174 call gpio_config_input 
-0x64d7 019175 fetcht 1 ,mem_dpi_button_gpio 
-0x64d8 019176 call gpio_config_input 
-0x64d9 019177 hfetch 1 ,core_gpio_pu3 
-0x64da 019178 or_into 0x18 ,pdata 
-0x64db 019179 hstore 1 ,core_gpio_pu3 
-0x64dc 019180 hfetch 1 ,core_gpio_pd2 + 1 
-0x64dd 019181 and_into 0xe7 ,pdata 
-0x64de 019182 hstore 1 ,core_gpio_pd2 + 1 
-0x64df 019183 rtn 
-:      019186 mouse_before_hibernate:
-0x64e0 019187 setarg 0xbc05 
-0x64e1 019188 call twspi_write 
-0x64e2 019189 jam 1 ,mem_lpm_current_mult 
-:      019191 mouse_process_lpm_before:
-0x64e3 019192 call mouse_wheel_check 
-0x64e4 019193 arg 25 ,temp 
-0x64e5 019194 call gpio_config_output 
-0x64e6 019195 hjam 0 ,core_gpio_sel1 
-0x64e7 019196 fetcht 1 ,mem_whee_a_data_gpio 
-0x64e8 019197 call gpio_set_wake_by_current_state 
-0x64e9 019198 fetcht 1 ,mem_whee_b_data_gpio 
-0x64ea 019199 call gpio_set_wake_by_current_state 
-0x64eb 019200 fetcht 1 ,mem_lbutton_gpio 
-0x64ec 019201 call gpio_set_wake_by_current_state 
-0x64ed 019202 fetcht 1 ,mem_rbutton_gpio 
-0x64ee 019203 call gpio_set_wake_by_current_state 
-0x64ef 019204 fetcht 1 ,mem_mbutton_gpio 
-0x64f0 019205 call gpio_set_wake_by_current_state 
-0x64f1 019206 fetcht 1 ,mem_sensor_data_gpio 
-0x64f2 019207 call gpio_set_wake 
-0x64f3 019208 fetch 1 ,mem_lpm_current_mult 
-0x64f4 019209 nrtn blank 
-0x64f5 019210 branch gpio_clr_wake 
-:      019212 mouse_wheel_check:
-0x64f6 019213 set0 mark_ext_patch ,mark 
-0x64f7 019214 bpatch patch18_1 ,mem_patch18 
-0x64f8 019215 arg 0 ,rega 
-0x64f9 019216 fetcht 1 ,mem_whee_a_data_gpio 
-0x64fa 019217 call gpio_get_bit 
-0x64fb 019218 setflag true ,0 ,rega 
-0x64fc 019219 fetcht 1 ,mem_whee_b_data_gpio 
-0x64fd 019220 call gpio_get_bit 
-0x64fe 019221 setflag true ,1 ,rega 
-0x64ff 019222 copy rega ,pdata 
-0x6500 019224 and_into 0x3 ,pdata 
-0x6501 019225 fetcht 1 ,mem_mouse_z_now 
-0x6502 019226 store 1 ,mem_mouse_z_now 
-0x6503 019227 isub temp ,null 
-0x6504 019228 branch mouse_wheel_clear ,zero 
-0x6505 019229 fetch 1 ,mem_mouse_z_before 
-0x6506 019230 store 1 ,mem_mouse_z_last 
-0x6507 019231 storet 1 ,mem_mouse_z_before 
-0x6508 019232 fetch 1 ,mem_mouse_z_now 
-0x6509 019233 lshift4 pdata ,pdata 
-0x650a 019234 fetcht 1 ,mem_mouse_z_before 
-0x650b 019235 lshift2 temp ,temp 
-0x650c 019236 iadd temp ,pdata 
-0x650d 019237 fetcht 1 ,mem_mouse_z_last 
-0x650e 019238 iadd temp ,pdata 
-0x650f 019239 beq 0x38 ,mouse_wheel_forward 
-0x6510 019240 beq 0x34 ,mouse_wheel_back 
-0x6511 019241 beq 0x0b ,mouse_wheel_back 
-0x6512 019242 beq 0x07 ,mouse_wheel_forward 
-0x6513 019243 rtn 
-:      019245 mouse_wheel_clear:
-0x6514 019246 rtn 
-:      019248 mouse_wheel_forward:
-0x6515 019249 fetch 1 ,mem_mouse_z_data 
-0x6516 019250 increase 1 ,pdata 
-0x6517 019251 store 1 ,mem_mouse_z_data 
-0x6518 019252 rtn 
-:      019254 mouse_wheel_back:
-0x6519 019255 fetch 1 ,mem_mouse_z_data 
-0x651a 019256 increase -1 ,pdata 
-0x651b 019257 store 1 ,mem_mouse_z_data 
-0x651c 019258 rtn 
-:      019260 mouse_process_ble:
-0x651d 019262 rtn 
-:      019263 mouse_sleep_sensor:
-0x651e 019264 setarg 0xB805 
-0x651f 019265 branch twspi_write 
-:      019267 mouse_bb_connected:
-0x6520 019268 rtn 
-:      019270 le_mouse_bb_event_write_request:
-0x6521 019271 call app_ble_store_reconn_info 
-0x6522 019272 jam mouse_mode_state_ble ,mem_mouse_mode_state 
-0x6523 019273 call app_lpm_mult_enable 
-:      019274 le_mouse_bb_event_enc_info:
-0x6524 019275 branch app_ble_start_write 
-:      019277 le_hibernate_timer:
-0x6525 019278 fetch 2 ,mem_le_hibernate_timer 
-0x6526 019279 rtn blank 
-0x6527 019280 increase -1 ,pdata 
-0x6528 019281 store 2 ,mem_le_hibernate_timer 
-0x6529 019282 nrtn blank 
-0x652a 019283 branch app_enter_hibernate 
-:      019285 mouse_hid_connected:
-0x652b 019286 setarg hid_handshake_timeout 
-0x652c 019287 store 1 ,mem_hid_handshake_timer_count 
-0x652d 019288 rtn 
-:      019290 mouse_send_process:
-0x652e 019291 fetch 1 ,mem_app_handshake_flag 
-0x652f 019292 rtn blank 
-0x6530 019293 call l2cap_malloc_is_fifo_nearly_full 
-0x6531 019294 nrtn blank 
-0x6532 019295 call mouse_motion 
-0x6533 019296 nrtn user 
-0x6534 019297 call mouse_no_data_timer_init 
-0x6535 019298 call mouse_send_blank_packet_timer_init 
-:      019299 mouse_send_data:
-0x6536 019300 arg 8 ,rega 
-0x6537 019301 call hid_malloc_tx_buff 
-0x6538 019302 fetch 2 ,mem_hid_int_remote_cid 
-0x6539 019303 istore 2 ,contw 
-0x653a 019304 setarg 0x02a1 
-0x653b 019305 istore 2 ,contw 
-0x653c 019306 fetch 1 ,mem_mouse_key 
-0x653d 019307 istore 1 ,contw 
-0x653e 019308 fetch 2 ,mem_mouse_x 
-0x653f 019309 arg 0xfff ,temp 
-0x6540 019310 iand temp ,pdata 
-0x6541 019311 fetcht 2 ,mem_mouse_y 
-0x6542 019312 lshift4 temp ,temp 
-0x6543 019313 lshift8 temp ,temp 
-0x6544 019314 ior temp ,pdata 
-0x6545 019315 istore 3 ,contw 
-0x6546 019316 fetch 1 ,mem_mouse_z 
-0x6547 019317 istore 1 ,contw 
-0x6548 019318 setarg 0 
-0x6549 019319 istore 1 ,contw 
-0x654a 019320 jam 8 ,mem_ui_data_txbuff_length 
-0x654b 019321 rtn 
-:      019324 mouse_send_blank_packet_timer:
-0x654c 019325 set0 mark_ext_patch ,mark 
-0x654d 019326 bpatch patch18_2 ,mem_patch18 
-0x654e 019327 fetch 1 ,mem_mouse_send_blank_timer 
-0x654f 019328 rtn blank 
-0x6550 019329 increase -1 ,pdata 
-0x6551 019330 store 1 ,mem_mouse_send_blank_timer 
-0x6552 019331 nrtn blank 
-0x6553 019332 call l2cap_malloc_is_fifo_empty 
-0x6554 019333 nrtn blank 
-0x6555 019334 setarg 0 
-0x6556 019335 store 5 ,mem_mouse_x 
-0x6557 019336 call mouse_send_data 
-0x6558 019337 jam mouse_send_blank_timer ,mem_mouse_send_blank_timer 
-0x6559 019338 rtn 
-:      019339 mouse_send_blank_packet_timer_init:
-0x655a 019340 fetch 2 ,mem_mouse_blank_data_timeout 
-0x655b 019341 store 2 ,mem_mouse_blank_data_timer 
-0x655c 019342 jam mouse_send_blank_timer ,mem_mouse_send_blank_timer 
-0x655d 019343 rtn 
-:      019345 mouse_no_data_timer_init:
-0x655e 019346 fetch 2 ,mem_mouse_no_data_timeout 
-0x655f 019347 store 2 ,mem_mouse_no_data_timer 
-0x6560 019348 rtn 
-:      019351 mouse_le_notify_update_data:
-0x6561 019352 fetcht 2 ,mem_le_notify_handle 
-0x6562 019353 call le_att_get_handle_ptr 
-0x6563 019354 ifetch 1 ,contr 
-0x6564 019355 store 1 ,mem_le_notify_len 
-0x6565 019356 rtn 
-:      019359 mouse_fill_data_le:
-0x6566 019360 set0 mark_ext_patch ,mark 
-0x6567 019361 bpatch patch18_3 ,mem_patch18 
-0x6568 019362 fetcht 2 ,mem_le_notify_handle 
-0x6569 019363 call le_att_get_handle_ptr 
-0x656a 019364 add contr ,1 ,contw 
-:      019365 mouse_fill_data:
-0x656b 019366 fetch 1 ,mem_mouse_key 
-0x656c 019367 istore 1 ,contw 
-0x656d 019368 fetch 2 ,mem_mouse_x 
-0x656e 019369 arg 0xfff ,temp 
-0x656f 019370 iand temp ,pdata 
-0x6570 019371 fetcht 2 ,mem_mouse_y 
-0x6571 019372 lshift4 temp ,temp 
-0x6572 019373 lshift8 temp ,temp 
-0x6573 019374 ior temp ,pdata 
-0x6574 019375 istore 3 ,contw 
-0x6575 019376 fetch 1 ,mem_mouse_z 
-0x6576 019377 istore 1 ,contw 
-0x6577 019378 rtn 
-:      019380 mouse_motion:
-0x6578 019381 set0 mark_ext_patch ,mark 
-0x6579 019382 bpatch patch18_4 ,mem_patch18 
-0x657a 019383 disable user 
-0x657b 019384 setarg 0 
-0x657c 019385 store 5 ,mem_mouse_x 
-0x657d 019386 call p3204_motion 
-0x657e 019387 call p3204_sdio_low 
-0x657f 019388 call mouse_zwheel 
-0x6580 019389 branch mouse_key 
-:      019391 p3204_motion:
-0x6581 019392 fetch 1 ,mem_sensor_type 
-0x6582 019393 rtnne sensor_type_p3204 
-0x6583 019394 fetch 1 ,mem_mouse_move_flag 
-0x6584 019395 call p3204_clear_data ,blank 
-0x6585 019396 jam 1 ,mem_mouse_move_flag 
-0x6586 019397 disable user 
-0x6587 019398 fetcht 1 ,mem_sensor_data_gpio 
-0x6588 019399 call gpio_get_bit 
-0x6589 019400 nrtn true 
-0x658a 019401 setarg 0 
-0x658b 019402 call twspi_read 
-0x658c 019403 bne p3204_id ,twspi_reset 
-0x658d 019404 setarg 2 
-0x658e 019405 call twspi_read 
-0x658f 019406 rtnbit0 7 
-0x6590 019407 setarg 3 
-0x6591 019408 call twspi_read 
-0x6592 019409 call extsign 
-0x6593 019410 store 2 ,mem_mouse_x 
-0x6594 019411 setarg 4 
-0x6595 019412 call twspi_read 
-0x6596 019413 call extsign 
-0x6597 019414 sub pdata ,0 ,pdata 
-0x6598 019415 store 2 ,mem_mouse_y 
-0x6599 019416 fetch 4 ,mem_mouse_x 
-0x659a 019417 enable user 
-0x659b 019418 rtn 
-:      019419 mouse_zwheel:
-0x659c 019420 fetch 1 ,mem_mouse_z_data 
-0x659d 019421 rtn blank 
-0x659e 019422 store 1 ,mem_mouse_z 
-0x659f 019423 jam 0 ,mem_mouse_z_data 
-0x65a0 019424 enable user 
-0x65a1 019425 rtn 
-:      019426 mouse_key:
-0x65a2 019427 arg 0 ,rega 
-0x65a3 019428 fetcht 1 ,mem_lbutton_gpio 
-0x65a4 019429 call gpio_get_bit 
-0x65a5 019430 setflag true ,0 ,rega 
-0x65a6 019431 fetcht 1 ,mem_rbutton_gpio 
-0x65a7 019432 call gpio_get_bit 
-0x65a8 019433 setflag true ,1 ,rega 
-0x65a9 019434 fetcht 1 ,mem_mbutton_gpio 
-0x65aa 019435 call gpio_get_bit 
-0x65ab 019436 setflag true ,2 ,rega 
-0x65ac 019437 deposit rega 
-0x65ad 019438 fetcht 1 ,mem_mouse_key 
-0x65ae 019439 store 1 ,mem_mouse_key 
-0x65af 019440 ixor temp ,pdata 
-0x65b0 019441 sub pdata ,0 ,null 
-0x65b1 019442 rtn zero 
-0x65b2 019443 enable user 
-0x65b3 019444 rtn 
-:      019449 p3204_sdio_low:
-0x65b4 019450 arg 26 ,temp 
-0x65b5 019451 call gpio_get_bit 
-0x65b6 019452 rtn true 
-0x65b7 019453 setarg 0 
-0x65b8 019454 call twspi_read 
-0x65b9 019455 branch p3204_sdio_low 
-:      019457 p3204_clear_data:
-0x65ba 019458 arg 0 ,loopcnt 
-:      019459 p3204_clear_data_loop:
-0x65bb 019460 setarg 2 
-0x65bc 019461 call twspi_read 
-0x65bd 019462 nop 100 
-0x65be 019463 increase 1 ,loopcnt 
-0x65bf 019464 fetcht 1 ,mem_sensor_data_gpio 
-0x65c0 019465 call gpio_get_bit 
-0x65c1 019466 branch p3204_clear_data_loop ,true 
-0x65c2 019467 deposit loopcnt 
-0x65c3 019468 store 2 ,mem_init_cnt 
-0x65c4 019469 rtn 
-:      019470 mouse_init_sunt:
-0x65c5 019471 call spid_init 
-0x65c6 019472 rtn wake 
-:      019474 mouse_init_p3204:
-0x65c7 019475 setarg 0 
-0x65c8 019476 call twspi_read 
-0x65c9 019477 store 1 ,mem_sensor_id 
-0x65ca 019478 beq p3204_id ,mouse_init_p3204_cont 
-0x65cb 019479 call twspi_reset 
-0x65cc 019480 nop 10000 
-0x65cd 019481 branch mouse_init_p3204 
-:      019482 mouse_init_p3204_cont:
-0x65ce 019483 setarg 0x8006 
-0x65cf 019484 call twspi_write 
-0x65d0 019485 nop 1000 
-0x65d1 019486 jam sensor_type_p3204 ,mem_sensor_type 
-0x65d2 019487 rtn 
-:      019491 extsign:
-0x65d3 019492 rtnbit0 7 
-0x65d4 019493 arg 0xff00 ,temp 
-0x65d5 019494 ior temp ,pdata 
-0x65d6 019495 rtn 
-:      019499 le_mouse:
-0x65d7 019500 call le_xtype_fifo_is_near_full 
-0x65d8 019501 nrtn blank 
-0x65d9 019502 fetcht 2 ,mem_le_notify_handle 
-0x65da 019503 call le_att_check_notification_enable 
-0x65db 019504 rtnbit0 0 
-0x65dc 019505 fetch 1 ,mem_le_switch_send_data 
-0x65dd 019506 rtnbit0 0 
-0x65de 019507 call mouse_motion 
-0x65df 019509 nrtn user 
-0x65e0 019510 call mouse_no_data_timer_init 
-0x65e1 019512 jam attop_handle_value_notification ,mem_fifo_temp 
-0x65e2 019513 call le_xtype_fifo_in 
-0x65e3 019514 branch mouse_fill_data_le 
-:      019516 mouse_test:
-0x65e4 019517 rtn user 
-0x65e5 019518 fetch 1 ,mem_mouse_test_cnt 
-0x65e6 019519 increase 1 ,pdata 
-0x65e7 019520 store 1 ,mem_mouse_test_cnt 
-0x65e8 019521 arg 1 ,temp 
-0x65e9 019522 bbit0 7 ,mouse_test_pos 
-0x65ea 019523 arg 0xffff ,temp 
-:      019524 mouse_test_pos:
-0x65eb 019525 storet 5 ,mem_mouse_x 
-0x65ec 019526 enable user 
-0x65ed 019527 rtn 
-:      019529 mouse_check_mode_state:
-0x65ee 019530 disable user 
-0x65ef 019531 fetch 1 ,mem_mouse_mode_state 
-0x65f0 019532 rtneq mouse_mode_state_ble 
-0x65f1 019533 enable user 
-0x65f2 019534 rtn 
-:      019536 mouse_priority_bb_event:
-0x65f3 019537 copy regc ,pdata 
-0x65f4 019538 beq bt_evt_le_connected ,le_mouse_bb_event_connected 
-0x65f5 019539 beq bt_evt_bb_connected ,mouse_stop_discovery 
-0x65f6 019540 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
-0x65f7 019541 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
-0x65f8 019542 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
-0x65f9 019543 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
-0x65fa 019544 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
-0x65fb 019545 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
-0x65fc 019546 beq bt_evt_le_write_request ,le_mouse_bb_event_write_request 
-0x65fd 019547 beq bt_evt_le_enc_info ,le_mouse_bb_event_enc_info 
-0x65fe 019548 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
-0x65ff 019549 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_failed 
-0x6600 019550 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
-0x6601 019551 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
-0x6602 019552 and pdata ,0x0f ,temp 
-0x6603 019553 and_into bt_evt_timer_mask ,pdata 
-0x6604 019554 beq bt_evt_timer_init ,mouse_bb_event_timer 
-0x6605 019555 rtn 
-:      019557 le_mouse_bb_event_connected:
-0x6606 019558 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x6607 019559 set0 app_disc_by_button ,pdata 
-0x6608 019560 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x6609 019561 setarg 0 
-0x660a 019562 store 2 ,mem_mouse_direct_timer 
-0x660b 019563 fetch 1 ,mem_conn_cnt 
-0x660c 019564 increase 1 ,pdata 
-0x660d 019565 store 1 ,mem_conn_cnt 
-0x660e 019566 branch mouse_stop_discovery 
-:      019568 mouse_bb_event_pincode:
-0x660f 019569 call pincode_reinit 
-0x6610 019570 branch app_bt_set_pincode 
-:      019572 mouse_bb_event_reconn_failed:
-0x6611 019573 fetch 2 ,mem_ui_state_map 
-0x6612 019574 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x6613 019575 branch app_bb_hibernate 
-:      019578 mouse_bt_hid_connected:
-0x6614 019579 call mouse_hid_connected 
-0x6615 019580 rtn 
-:      019581 mouse_bt_event_setup_complete:
-0x6616 019582 rtn 
-:      019584 mouse_bb_disconnected:
-0x6617 019585 set0 mark_ext_patch ,mark 
-0x6618 019586 bpatch patch18_5 ,mem_patch18 
-0x6619 019587 call mouse_bb_discon_clear_stack 
-0x661a 019588 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x661b 019589 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-0x661c 019590 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x661d 019591 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
-0x661e 019592 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
-0x661f 019593 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x6620 019594 branch mouse_start_discovery 
-:      019595 mouse_bb_discon_clear_stack:
-0x6621 019596 setarg 0 
-0x6622 019597 store 4 ,mem_mouse_z_last 
-0x6623 019598 jam 0 ,mem_mouse_send_blank_timer 
-0x6624 019599 jam 0 ,mem_mouse_move_flag 
-0x6625 019600 jam app_handshake_null ,mem_app_handshake_flag 
-0x6626 019601 jam 0 ,mem_ltk_exists 
-0x6627 019602 jam 0 ,mem_mouse_mode_state 
-0x6628 019603 jam 0 ,mem_reconnect_timeout 
-0x6629 019604 rtn 
-:      019606 mouse_event_light_state_pairing:
-0x662a 019607 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
-0x662b 019608 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x662c 019609 branch mouse_start_discovery 
-:      019610 mouse_event_light_state_hibernate:
-0x662d 019611 fetch 2 ,mem_ui_state_map 
-0x662e 019612 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x662f 019613 branch app_bb_hibernate 
-:      019615 mouse4_0_event_bb_disconn:
-0x6630 019616 call le_clean_att_list_handle_enable 
-0x6631 019617 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x6632 019618 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x6633 019619 branch app_bb_hibernate 
-:      019621 mouse_bb_event_timer:
-0x6634 019622 set0 mark_ext_patch ,mark 
-0x6635 019623 bpatch patch18_6 ,mem_patch18 
-0x6636 019624 storet 1 ,mem_app_evt_timer_count 
-:      019625 mouse_bb_event_100ms_loop:
-0x6637 019626 fetch 1 ,mem_app_evt_timer_count 
-0x6638 019627 rtn blank 
-0x6639 019628 increase -1 ,pdata 
-0x663a 019629 store 1 ,mem_app_evt_timer_count 
-0x663b 019632 call mouse_check_hid_handshake_timer 
-0x663c 019633 call mouse_check_discovery_timeout_timer 
-0x663d 019634 call mouse_check_direct_timeout_timer 
-0x663e 019635 call mouse_check_no_data_timeout_timer 
-0x663f 019637 fetch 1 ,mem_mouse_mode_state 
-0x6640 019638 compare mouse_mode_state_ble ,pdata ,0xff 
-0x6641 019639 call mouse4_0_bb_event_100ms ,true 
-0x6642 019640 fetch 1 ,mem_mouse_mode_state 
-0x6643 019641 compare mouse_mode_state_bt ,pdata ,0xff 
-0x6644 019642 call mouse3_0_bb_event_100ms ,true 
-0x6645 019643 branch mouse_bb_event_100ms_loop 
-:      019645 mouse3_0_bb_event_100ms:
-0x6646 019647 call mouse_check_blank_data_timeout_timer 
-0x6647 019648 branch mouse_send_blank_packet_timer 
-:      019650 mouse4_0_bb_event_100ms:
-0x6648 019652 rtn 
-:      019654 mouse_check_hid_handshake_timer:
-0x6649 019655 fetch 1 ,mem_hid_handshake_timer_count 
-0x664a 019656 rtn blank 
-0x664b 019657 increase -1 ,pdata 
-0x664c 019658 store 1 ,mem_hid_handshake_timer_count 
-0x664d 019659 nrtn blank 
-0x664e 019660 branch mouse_bt_hid_handshake 
-:      019662 mouse_check_discovery_timeout_timer:
-0x664f 019663 fetch 2 ,mem_mouse_discovery_timer 
-0x6650 019664 rtn blank 
-0x6651 019665 increase -1 ,pdata 
-0x6652 019666 store 2 ,mem_mouse_discovery_timer 
-0x6653 019667 nrtn blank 
-0x6654 019668 call mouse_stop_discovery 
-0x6655 019669 branch app_enter_hibernate 
-:      019671 mouse_check_direct_timeout_timer:
-0x6656 019672 fetch 2 ,mem_mouse_direct_timer 
-0x6657 019673 rtn blank 
-0x6658 019674 increase -1 ,pdata 
-0x6659 019675 store 2 ,mem_mouse_direct_timer 
-0x665a 019676 nrtn blank 
-0x665b 019677 call app_ble_stop_direct_adv 
-0x665c 019678 branch app_enter_hibernate 
-:      019680 mouse_check_blank_data_timeout_timer:
-0x665d 019681 fetch 2 ,mem_mouse_blank_data_timer 
-0x665e 019682 rtn blank 
-0x665f 019683 increase -1 ,pdata 
-0x6660 019684 store 2 ,mem_mouse_blank_data_timer 
-0x6661 019685 nrtn blank 
-0x6662 019686 jam 0 ,mem_mouse_send_blank_timer 
-0x6663 019687 rtn 
-:      019689 mouse_check_no_data_timeout_timer:
-0x6664 019690 fetch 2 ,mem_mouse_no_data_timer 
-0x6665 019691 rtn blank 
-0x6666 019692 increase -1 ,pdata 
-0x6667 019693 store 2 ,mem_mouse_no_data_timer 
-0x6668 019694 nrtn blank 
-0x6669 019695 branch mouse_disconnect 
-:      019697 mouse_bb_event_discovery_btn:
-0x666a 019698 set0 mark_ext_patch ,mark 
-0x666b 019699 bpatch patch18_7 ,mem_patch18 
-0x666c 019700 jam 0 ,mem_mouse_send_blank_timer 
-0x666d 019701 jam 1 ,mem_reconnect_timeout 
-0x666e 019702 setarg 0 
-0x666f 019703 store 2 ,mem_mouse_direct_timer 
-0x6670 019704 call mouse_disconnect 
-0x6671 019705 fetch 1 ,mem_device_option 
-0x6672 019706 isolate1 mode_4_mouse ,pdata 
-0x6673 019707 call mouse4_0_bb_event_discovery_btn ,true 
-0x6674 019708 fetch 1 ,mem_device_option 
-0x6675 019709 isolate1 mode_3_mouse ,pdata 
-0x6676 019710 call mouse3_0_bb_event_discovery_btn ,true 
-0x6677 019711 call app_lpm_mult_disable 
-0x6678 019712 branch mouse_start_discovery 
-:      019716 mouse3_0_check_reconn_target:
-0x6679 019717 fetch 6 ,mem_hci_plap 
-0x667a 019718 branch app_bt_start_discovery_short ,blank 
-0x667b 019719 branch app_bt_start_reconnect 
-:      019721 mouse4_0_check_reconn_target:
-0x667c 019722 fetch 6 ,mem_hci_plap 
-0x667d 019723 branch mouse4_0_no_reconn_target ,blank 
-0x667e 019724 fetch 2 ,mem_mouse_direct_timeout 
-0x667f 019725 store 2 ,mem_mouse_direct_timer 
-0x6680 019726 call app_lpm_mult_enable 
-0x6681 019727 branch app_ble_start_direct_adv 
-:      019728 mouse4_0_no_reconn_target:
-0x6682 019729 call app_led_start_blink 
-0x6683 019730 branch app_ble_start_adv 
-:      019732 mouse3_0_bb_event_discovery_btn:
-0x6684 019733 fetch 2 ,mem_ui_state_map 
-0x6685 019734 isolate1 ui_state_bt_reconnect ,pdata 
-0x6686 019735 call app_bt_reconnect_cancel ,true 
-0x6687 019736 rtn 
-:      019737 mouse4_0_bb_event_discovery_btn:
-0x6688 019738 call le_clean_att_list_handle_enable 
-0x6689 019739 rtn 
-:      019741 mouse_bt_hid_handshake:
-0x668a 019742 jam app_handshake_done ,mem_app_handshake_flag 
-0x668b 019743 call app_lpm_mult_enable 
-0x668c 019744 call app_bt_store_reconn_info 
-0x668d 019745 jam mouse_mode_state_bt ,mem_mouse_mode_state 
-0x668e 019746 setarg 0 
-0x668f 019747 store 2 ,mem_discovery_timeout_timer_count 
-0x6690 019748 store 1 ,mem_hid_handshake_timer_count 
-0x6691 019749 call app_bt_enter_sniff 
-0x6692 019750 branch mouse_send_blank_packet_timer_init 
-:      019752 mouse_check_reconn_target:
-0x6693 019753 fetch 1 ,mem_xrecord_mode 
-0x6694 019754 beq rec_3_mode ,mouse3_0_check_reconn_target 
-0x6695 019755 beq rec_4_mode ,mouse4_0_check_reconn_target 
-0x6696 019756 branch mouse_start_discovery 
-:      019758 mouse_start_discovery:
-0x6697 019759 set0 mark_ext_patch ,mark 
-0x6698 019760 bpatch patch19_0 ,mem_patch19 
-0x6699 019761 fetch 1 ,mem_le_lap 
-0x669a 019762 increase 1 ,pdata 
-0x669b 019763 store 1 ,mem_le_lap 
-0x669c 019764 call app_lpm_mult_disable 
-0x669d 019765 fetch 2 ,mem_discovery_timeout 
-0x669e 019766 store 2 ,mem_mouse_discovery_timer 
-0x669f 019767 fetch 1 ,mem_device_option 
-0x66a0 019768 isolate1 mode_4_mouse ,pdata 
-0x66a1 019769 call app_ble_start_adv ,true 
-0x66a2 019770 fetch 1 ,mem_device_option 
-0x66a3 019771 isolate1 mode_3_mouse ,pdata 
-0x66a4 019772 call app_bt_start_discovery ,true 
-0x66a5 019773 branch app_led_start_blink 
-:      019775 mouse_stop_discovery:
-0x66a6 019776 set0 mark_ext_patch ,mark 
-0x66a7 019777 bpatch patch19_1 ,mem_patch19 
-0x66a8 019778 setarg 0 
-0x66a9 019779 store 2 ,mem_mouse_discovery_timer 
-0x66aa 019780 fetch 1 ,mem_device_option 
-0x66ab 019781 isolate1 mode_4_mouse ,pdata 
-0x66ac 019782 call app_ble_stop_adv ,true 
-0x66ad 019783 fetch 1 ,mem_device_option 
-0x66ae 019784 isolate1 mode_3_mouse ,pdata 
-0x66af 019785 call app_bt_stop_discovery ,true 
-0x66b0 019786 branch app_led_stop_blink 
-:      019788 mouse_disconnect:
-0x66b1 019789 set0 mark_ext_patch ,mark 
-0x66b2 019790 bpatch patch19_2 ,mem_patch19 
-0x66b3 019791 setarg 0 
-0x66b4 019792 store 2 ,mem_mouse_no_data_timer 
-0x66b5 019793 fetch 2 ,mem_ui_state_map 
-0x66b6 019794 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x66b7 019795 fetch 2 ,mem_ui_state_map 
-0x66b8 019796 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x66b9 019797 rtn 
-:      019799 eeprom_store_mouse_dpi:
-0x66ba 019800 set0 mark_ext_patch ,mark 
-0x66bb 019801 bpatch patch19_3 ,mem_patch19 
-0x66bc 019802 arg 1 ,temp 
-0x66bd 019803 arg mem_mouse_dpi ,rega 
-0x66be 019804 arg mouse_dpi_eeprom_addr ,regb 
-0x66bf 019805 branch iicd_write_eep_data 
-:      019807 eeprom_load_mouse_dpi:
-0x66c0 019808 set0 mark_ext_patch ,mark 
-0x66c1 019809 bpatch patch19_4 ,mem_patch19 
-0x66c2 019810 arg 1 ,temp 
-0x66c3 019811 arg mem_mouse_dpi ,rega 
-0x66c4 019812 arg mouse_dpi_eeprom_addr ,regb 
-0x66c5 019813 branch iicd_read_eep_data 
-:      019821 twspi_reset:
-0x66c6 019822 set0 mark_ext_patch ,mark 
-0x66c7 019823 bpatch patch1f_6 ,mem_patch1f 
-0x66c8 019824 hfetch 1 ,core_gpio_oe3 
-0x66c9 019825 arg 0x06 ,temp 
-0x66ca 019826 ior temp ,pdata 
-0x66cb 019827 hstore 1 ,core_gpio_oe3 
-0x66cc 019828 hfetch 1 ,core_gpio_out3 
-0x66cd 019829 ior temp ,pdata 
-0x66ce 019830 hstore 1 ,core_gpio_out3 
-0x66cf 019831 hjam 0 ,core_gpio_sel1 
-0x66d0 019832 hfetch 1 ,core_gpio_out3 
-0x66d1 019833 set0 1 ,pdata 
-0x66d2 019834 set0 2 ,pdata 
-0x66d3 019835 hstore 1 ,core_gpio_out3 
-0x66d4 019836 nop 30 
-0x66d5 019837 hjam 1 ,core_gpio_sel1 
-0x66d6 019838 rtn 
-:      019839 twspi_write:
-0x66d7 019840 branch spid_write_reg 
-:      019842 twspi_read:
-0x66d8 019843 branch spid_read_reg 
-:      019850 read_function_aes:
-0x66d9 019851 nbranch read_function ,user 
-0x66da 019852 hfetch 1 ,core_gpio_key2 
-0x66db 019853 or_into 0x20 ,pdata 
-0x66dc 019854 hstore 1 ,core_gpio_key2 
-:      019855 read_function:
-0x66dd 019856 copy temp ,null 
-0x66de 019857 branch read_fuction_zero ,zero 
-0x66df 019858 copy regc ,pc 
-:      019859 read_fuction_zero:
-0x66e0 019860 isolate0 0 ,null 
-0x66e1 019861 branch set_ucode_status 
-:      019864 get_block_header:
-0x66e2 019865 force 4 ,temp 
-:      019866 get_block_header0:
-0x66e3 019867 arg mem_ucode_buf ,rega 
-0x66e4 019868 hfetch 1 ,core_gpio_key2 
-0x66e5 019869 and_into 0xdf ,pdata 
-0x66e6 019870 hstore 1 ,core_gpio_key2 
-0x66e7 019871 call read_function 
-0x66e8 019872 arg 0x55aa ,rega 
-0x66e9 019873 fetch 2 ,mem_ucode_buf 
-0x66ea 019874 ifetcht 2 ,contr 
-0x66eb 019875 isub rega ,null 
-0x66ec 019876 rtn 
-:      019878 read_first_block:
-0x66ed 019879 arg 2 ,temp 
-0x66ee 019880 arg mem_ucode_ptr ,rega 
-0x66ef 019881 call read_function 
-0x66f0 019882 fetch 2 ,mem_ucode_ptr 
-0x66f1 019883 store 2 ,mem_addr_mi 
-0x66f2 019884 call get_iv ,user 
-0x66f3 019885 rtn 
-:      019887 get_iv:
-0x66f4 019888 arg 16 ,temp 
-0x66f5 019889 arg mem_ucode_keybuf ,rega 
-0x66f6 019890 hfetch 1 ,core_gpio_key2 
-0x66f7 019891 and_into 0xdf ,pdata 
-0x66f8 019892 hstore 1 ,core_gpio_key2 
-0x66f9 019893 call read_function 
-0x66fa 019894 arg mem_ucode_keybuf ,contr 
-0x66fb 019895 arg 16 ,loopcnt 
-0x66fc 019896 call aes_load_data 
-0x66fd 019897 call aes_init 
-0x66fe 019898 call aes_clear_data 
-0x66ff 019899 branch do_aes_cbc 
-:      019901 load_storage:
-0x6700 019902 disable match 
-0x6701 019903 call get_block_header 
-0x6702 019904 nrtn zero 
-0x6703 019905 enable match 
-0x6704 019906 hjam 0x80 ,core_ucode_ctrl 
-0x6705 019907 hjam 0 ,core_ucode_hi 
-0x6706 019908 hjam 0 ,core_ucode_low 
-0x6707 019909 arg core_ucode_data ,rega 
-0x6708 019910 call read_function_aes 
-0x6709 019911 hjam 0x0 ,core_ucode_ctrl 
-0x670a 019912 call get_block_header 
-0x670b 019913 nrtn zero 
-0x670c 019914 force 0 ,pdata 
-0x670d 019915 hstore 2 ,core_docd_paddr 
-0x670e 019916 arg core_docd_pdata ,rega 
-0x670f 019917 call read_function_aes 
-:      019918 load_storage_loop:
-0x6710 019919 arg 6 ,temp 
-0x6711 019920 call get_block_header0 
-0x6712 019921 nrtn zero 
-0x6713 019922 ifetch 2 ,contr 
-0x6714 019923 iforce rega 
-0x6715 019924 call read_function 
-0x6716 019925 branch load_storage_loop 
-:      019931 reload_eeprom:
-0x6717 019932 call clean_mem 
-0x6718 019933 setarg 0x1000 
-0x6719 019934 store 2 ,mem_addr_mi 
-0x671a 019935 arg iicd_read_eep ,regc 
-0x671b 019936 arg 2 ,loopcnt 
-:      019937 reload_eeprom_loop:
-0x671c 019938 call get_block_header 
-0x671d 019939 nrtn zero 
-0x671e 019940 fetch 2 ,mem_addr_mi 
-0x671f 019941 byteswap pdata ,pdata 
-0x6720 019942 iadd temp ,pdata 
-0x6721 019943 byteswap pdata ,pdata 
-0x6722 019944 store 2 ,mem_addr_mi 
-0x6723 019945 loop reload_eeprom_loop 
-0x6724 019946 branch load_storage_loop 
-:      019948 loadcode:
-0x6725 019949 hjam 0x25 ,core_clkoff 
-0x6726 019950 hjam 5 ,core_docd_ctrl 
-0x6727 019951 call clean_mem 
-:      019952 loadcode_lpm:
-0x6728 019953 disable user 
-0x6729 019954 call otp_enable_chgpump 
-0x672a 019955 setarg otp_ucode_flag 
-0x672b 019956 arg mem_otp_ucode_flag ,rega 
-0x672c 019957 arg 2 ,temp 
-0x672d 019958 call otpd_read_data 
-0x672e 019959 fetch 2 ,mem_otp_ucode_flag 
-0x672f 019960 bbit0 otp_uflag_aes ,loadcode_otp 
-0x6730 019961 setarg otp_ucode_aeskey 
-0x6731 019962 arg mem_ucode_keybuf ,rega 
-0x6732 019963 arg 16 ,temp 
-0x6733 019964 call otpd_read_data 
-0x6734 019965 hjam lock_otp ,core_misc_ctrl 
-0x6735 019966 arg mem_ucode_keybuf ,contr 
-0x6736 019967 call load_key 
-0x6737 019968 enable user 
-:      019969 loadcode_otp:
-0x6738 019970 fetch 2 ,mem_otp_ucode_flag 
-0x6739 019971 byteswap pdata ,pdata 
-0x673a 019972 arg 0x7ff ,temp 
-0x673b 019973 iand temp ,pdata 
-0x673c 019974 branch loadcode_spi ,zero 
-0x673d 019975 call otp_set_addr 
-0x673e 019976 arg otpd_read_code ,regc 
-0x673f 019977 call get_iv ,user 
-0x6740 019978 call load_storage 
-0x6741 019979 fetch 1 ,mem_ucode_status 
-0x6742 019980 compare 3 ,pdata ,3 
-0x6743 019981 nbranch loadcode_otp ,true 
-:      019982 loadcode_spi:
-0x6744 019983 call otp_disable_chgpump 
-0x6745 019984 fetch 1 ,mem_otp_ucode_flag 
-0x6746 019985 bbit1 otp_uflag_skip_flash ,loadcode_iic 
-0x6747 019986 setarg 0x0 
-0x6748 019987 store 3 ,mem_addr_hi 
-0x6749 019988 call spid_init_flash 
-0x674a 019989 arg spid_read_flash ,regc 
-0x674b 019990 call read_first_block 
-0x674c 019991 call load_storage 
-0x674d 019992 nbranch loadcode_iic ,match 
-0x674e 019993 fetch 1 ,mem_ucode_status 
-0x674f 019994 compare 3 ,pdata ,3 
-0x6750 019995 nbranch loadcode_spi ,true 
-:      019996 loadcode_iic:
-0x6751 019997 fetch 1 ,mem_otp_ucode_flag 
-0x6752 019998 bbit1 otp_uflag_skip_eep ,loadcode_hci 
-0x6753 019999 setarg 0x0 
-0x6754 020000 store 2 ,mem_addr_mi 
-0x6755 020001 arg iicd_read_eep ,regc 
-0x6756 020002 call iicd_init_12m 
-0x6757 020003 call read_first_block 
-0x6758 020004 call load_storage 
-0x6759 020005 nbranch loadcode_hci ,match 
-0x675a 020006 fetch 1 ,mem_ucode_status 
-0x675b 020007 compare 3 ,pdata ,3 
-0x675c 020008 nbranch loadcode_iic ,true 
-:      020009 loadcode_hci:
-0x675d 020010 hjam 0x21 ,core_clkoff 
-0x675e 020011 fetch 1 ,mem_otp_ucode_flag 
-0x675f 020012 rtnbit0 otp_uflag_hci 
-0x6760 020013 call hci_init 
-:      020014 loadcode_hci_loop:
-0x6761 020015 call hci_rx_packet 
-0x6762 020016 branch loadcode_hci_loop 
-:      020019 set_ucode_status:
-0x6763 020020 fetch 1 ,mem_ucode_status 
-0x6764 020021 lshift pdata ,pdata 
-0x6765 020022 setflag true ,0 ,pdata 
-0x6766 020023 isolate0 15 ,rega 
-0x6767 020024 rtn true 
-0x6768 020025 store 1 ,mem_ucode_status 
-0x6769 020026 rtn 
-:      020029 decrypt_code:
-0x676a 020030 hfetch 1 ,core_gpio_key2 
-0x676b 020031 rtnbit0 5 
-0x676c 020032 branch decrypt_code_skip 
-:      020033 decrypt_code_loop:
-0x676d 020034 hfetch 1 ,core_dma_status 
-0x676e 020035 qisolate1 pdata 
-0x676f 020036 rtn true 
-:      020037 decrypt_code_skip:
-0x6770 020038 hfetch 1 ,core_misc_status 
-0x6771 020039 bbit0 1 ,decrypt_code_loop 
-0x6772 020040 call do_aes_cbc 
-0x6773 020041 branch decrypt_code_loop 
-:      020045 save_ucode:
-0x6774 020046 copy loopcnt ,temp 
-0x6775 020047 storet 2 ,mem_patch_len 
-0x6776 020048 hjam 0x80 ,core_ucode_ctrl 
-0x6777 020049 hjam 0 ,core_ucode_hi 
-0x6778 020050 hjam 0 ,core_ucode_low 
-0x6779 020051 store 2 ,mem_patch_ptr 
-0x677a 020052 iforce contw 
-0x677b 020053 lshift2 loopcnt ,loopcnt 
-:      020054 save_ucode_loop:
-0x677c 020055 hfetch 1 ,core_ucode_data 
-0x677d 020056 istore 1 ,contw 
-0x677e 020057 loop save_ucode_loop 
-0x677f 020058 hjam 0x0 ,core_ucode_ctrl 
-0x6780 020059 rtn 
-:      020061 load_ucode:
-0x6781 020062 fetch 2 ,mem_patch_ptr 
-0x6782 020063 rtn blank 
-0x6783 020064 hjam 0x80 ,core_ucode_ctrl 
-0x6784 020065 hjam 0 ,core_ucode_hi 
-0x6785 020066 hjam 0 ,core_ucode_low 
-0x6786 020067 fetcht 2 ,mem_patch_len 
-0x6787 020068 lshift2 temp ,loopcnt 
-0x6788 020069 iforce contr 
-:      020070 load_ucode_loop:
-0x6789 020071 ifetch 1 ,contr 
-0x678a 020072 hstore 1 ,core_ucode_data 
-0x678b 020073 loop load_ucode_loop 
-0x678c 020074 hjam 0x0 ,core_ucode_ctrl 
-0x678d 020075 rtn 
-:      020080 spid_init:
-0x678e 020081 set0 mark_ext_patch ,mark 
-0x678f 020082 bpatch patch1f_7 ,mem_patch1f 
-0x6790 020083 hjam 0x75 ,core_spid_ctrl 
-0x6791 020084 hjam 10 ,core_spid_delay 
-0x6792 020085 setarg mem_spid_tbuf 
-0x6793 020086 hstore 2 ,core_spid_txaddr 
-0x6794 020087 setarg mem_spid_rbuf 
-0x6795 020088 hstore 2 ,core_spid_rxaddr 
-0x6796 020089 hfetch 1 ,core_gpio_sel1 
-0x6797 020090 set1 0 ,pdata 
-0x6798 020091 set0 1 ,pdata 
-0x6799 020092 hstore 1 ,core_gpio_sel1 
-0x679a 020093 rtn 
-:      020095 spid_reset:
-0x679b 020096 hfetch 1 ,core_spid_ctrl 
-0x679c 020097 set1 7 ,pdata 
-0x679d 020098 hstore 1 ,core_spid_ctrl 
-0x679e 020099 set0 7 ,pdata 
-0x679f 020100 hstore 1 ,core_spid_ctrl 
-0x67a0 020101 rtn 
-:      020105 spid_write_reg:
-0x67a1 020106 set1 7 ,pdata 
-0x67a2 020107 store 2 ,mem_spid_tbuf 
-0x67a3 020108 set1 mark_ext_patch ,mark 
-0x67a4 020109 bpatch patch20_0 ,mem_patch20 
-0x67a5 020110 hjam 2 ,core_spid_txlen 
-0x67a6 020111 hjam 0 ,core_spid_rxlen 
-0x67a7 020112 hjam spid_start ,core_misc_ctrl 
-0x67a8 020113 branch wait_spid_done 
-:      020116 spid_read_reg:
-0x67a9 020117 force 1 ,temp 
-:      020119 spid_read_regs:
-0x67aa 020121 store 1 ,mem_spid_tbuf 
-0x67ab 020122 set1 mark_ext_patch ,mark 
-0x67ac 020123 bpatch patch20_1 ,mem_patch20 
-0x67ad 020124 hjam 1 ,core_spid_txlen 
-0x67ae 020125 hstoret 2 ,core_spid_rxlen 
-0x67af 020126 hjam spid_start ,core_misc_ctrl 
-0x67b0 020127 call wait_spid_done 
-0x67b1 020128 fetch 1 ,mem_spid_rbuf 
-0x67b2 020129 rtn 
-:      020131 wait_spid_done:
-0x67b3 020132 fetch 2 ,mem_afh_error_total 
-0x67b4 020133 increase 1 ,pdata 
-0x67b5 020134 store 2 ,mem_afh_error_total 
-0x67b6 020135 hfetch 1 ,core_dma_status 
-0x67b7 020136 bbit0 spid_done ,wait_spid_done 
-0x67b8 020137 rtn 
-:      020139 spid_init_flash:
-0x67b9 020140 hjam 0x40 ,core_spid_ctrl 
-0x67ba 020141 hjam 0x0 ,core_spid_delay 
-0x67bb 020142 hfetch 1 ,core_gpio_sel1 
-0x67bc 020143 set0 0 ,pdata 
-0x67bd 020144 set1 1 ,pdata 
-0x67be 020145 hstore 1 ,core_gpio_sel1 
-0x67bf 020146 setarg 0 
-0x67c0 020147 store 4 ,mem_spid_tbuf 
-0x67c1 020148 rtn 
-:      020150 spid_unlock_flash:
-0x67c2 020151 setarg 0 
-0x67c3 020152 hstore 2 ,core_spid_rxlen 
-0x67c4 020153 setarg 1 
-0x67c5 020154 hstore 1 ,core_spid_txlen 
-0x67c6 020155 setarg mem_spid_tbuf 
-0x67c7 020156 hstore 2 ,core_spid_txaddr 
-0x67c8 020157 jam 6 ,mem_spid_tbuf 
-0x67c9 020158 hjam spid_start ,core_misc_ctrl 
-0x67ca 020159 branch wait_spid_done 
-:      020163 spid_write_flash:
-0x67cb 020164 increase 4 ,temp 
-0x67cc 020165 hstoret 2 ,core_spid_txlen 
-0x67cd 020166 increase -4 ,rega 
-0x67ce 020167 arg 2 ,temp 
-0x67cf 020168 istoret 1 ,rega 
-0x67d0 020169 rshift16 pdata ,temp 
-0x67d1 020170 istoret 1 ,contw 
-0x67d2 020171 rshift8 pdata ,temp 
-0x67d3 020172 istoret 1 ,contw 
-0x67d4 020173 istore 1 ,contw 
-0x67d5 020174 deposit rega 
-0x67d6 020175 hstore 2 ,core_spid_txaddr 
-0x67d7 020176 setarg 0 
-0x67d8 020177 hstore 2 ,core_spid_rxlen 
-0x67d9 020178 hjam spid_start ,core_misc_ctrl 
-0x67da 020179 branch wait_spid_done 
-:      020183 spid_read_flash:
-0x67db 020184 hstoret 2 ,core_spid_rxlen 
-0x67dc 020185 setarg 4 
-0x67dd 020186 hstore 2 ,core_spid_txlen 
-0x67de 020187 jam 3 ,mem_spid_tbuf 
-0x67df 020188 setarg mem_spid_tbuf 
-0x67e0 020189 hstore 2 ,core_spid_txaddr 
-0x67e1 020190 deposit rega 
-0x67e2 020191 hstore 2 ,core_spid_rxaddr 
-0x67e3 020192 hfetch 1 ,core_spid_ctrl 
-0x67e4 020193 isolate0 15 ,rega 
-0x67e5 020194 setflag true ,6 ,pdata 
-0x67e6 020195 hstore 1 ,core_spid_ctrl 
-0x67e7 020196 hjam spid_start ,core_misc_ctrl 
-:      020197 spi_read_flash_wait:
-0x67e8 020198 hfetch 1 ,core_dma_status 
-0x67e9 020199 bbit1 7 ,spi_read_flash_wait 
-0x67ea 020200 arg spid_done ,queue 
-0x67eb 020201 call decrypt_code 
-0x67ec 020202 call wait_spid_done 
-0x67ed 020203 isolate1 spid_crcok ,pdata 
-0x67ee 020204 call set_ucode_status 
-0x67ef 020205 fetch 1 ,mem_addr_hi 
-0x67f0 020206 lshift16 pdata ,regb 
-0x67f1 020207 fetch 1 ,mem_addr_mi 
-0x67f2 020208 lshift8 pdata ,pdata 
-0x67f3 020209 ior regb ,regb 
-0x67f4 020210 fetch 1 ,mem_addr_lo 
-0x67f5 020211 ior regb ,pdata 
-0x67f6 020212 iadd temp ,pdata 
-0x67f7 020213 store 1 ,mem_addr_lo 
-0x67f8 020214 rshift8 pdata ,pdata 
-0x67f9 020215 store 1 ,mem_addr_mi 
-0x67fa 020216 rshift8 pdata ,pdata 
-0x67fb 020217 store 1 ,mem_addr_hi 
-0x67fc 020218 rtn 
-:      020222 iicd_init_5m:
-0x67fd 020223 hjam 0xa ,core_clksel 
-0x67fe 020224 hjam 2 ,core_iicd_scl_low 
-0x67ff 020225 hjam 3 ,core_iicd_scl_high 
-0x6800 020226 hjam 3 ,core_iicd_start_setup 
-0x6801 020227 hjam 3 ,core_iicd_start_hold 
-0x6802 020228 hjam 3 ,core_iicd_stop_setup 
-0x6803 020229 hjam 2 ,core_iicd_data_setup 
-0x6804 020230 rtn 
-:      020232 iicd_init_12m:
-0x6805 020233 hjam 5 ,core_iicd_scl_low 
-0x6806 020234 hjam 7 ,core_iicd_scl_high 
-0x6807 020235 hjam 7 ,core_iicd_start_setup 
-0x6808 020236 hjam 7 ,core_iicd_start_hold 
-0x6809 020237 hjam 7 ,core_iicd_stop_setup 
-0x680a 020238 hjam 5 ,core_iicd_data_setup 
-0x680b 020239 rtn 
-:      020243 wait_iicd_done:
-0x680c 020244 hfetch 1 ,core_dma_status 
-0x680d 020245 bbit0 iicd_done ,wait_iicd_done 
-0x680e 020246 rtn 
-:      020249 iicd_read_data:
-0x680f 020250 store 1 ,mem_iicd_tbuf 
-0x6810 020251 setarg mem_iicd_tbuf 
-0x6811 020252 hstore 2 ,core_iicd_txaddr 
-0x6812 020253 setarg 1 
-0x6813 020254 hstore 2 ,core_iicd_txlen 
-0x6814 020255 hstoret 2 ,core_iicd_rxlen 
-0x6815 020256 deposit rega 
-0x6816 020257 hstore 2 ,core_iicd_rxaddr 
-0x6817 020258 hjam 1 ,core_iicd_ctrl 
-0x6818 020259 hjam iicd_start ,core_misc_ctrl 
-0x6819 020260 branch wait_iicd_done 
-:      020262 byteswap_addr_mi:
-0x681a 020263 byteswap pdata ,pdata 
-0x681b 020264 store 2 ,mem_addr_mi 
-0x681c 020265 rtn 
-:      020271 iicd_read_eep_data:
-0x681d 020272 set1 mark_ext_patch ,mark 
-0x681e 020273 bpatch patch20_2 ,mem_patch20 
-0x681f 020274 fetch 2 ,mem_eeprom_base 
-0x6820 020275 iadd regb ,pdata 
-:      020278 iicd_read_eep_adr:
-0x6821 020279 byteswap pdata ,pdata 
-0x6822 020280 store 2 ,mem_addr_mi 
-:      020283 iicd_read_eep:
-0x6823 020284 set1 mark_ext_patch ,mark 
-0x6824 020285 bpatch patch20_3 ,mem_patch20 
-0x6825 020286 setarg 4 
-0x6826 020287 hstore 2 ,core_iicd_txlen 
-0x6827 020288 jam 0xa0 ,mem_iicd_tbuf 
-0x6828 020289 jam 0xa1 ,mem_iicd_tbuf + 3 
-0x6829 020290 setarg mem_iicd_tbuf 
-0x682a 020291 hstore 2 ,core_iicd_txaddr 
-0x682b 020292 hstoret 2 ,core_iicd_rxlen 
-0x682c 020293 deposit rega 
-0x682d 020294 hstore 2 ,core_iicd_rxaddr 
-0x682e 020295 setarg 2 
-0x682f 020296 isolate0 15 ,rega 
-0x6830 020297 setflag true ,0 ,pdata 
-0x6831 020298 hstore 1 ,core_iicd_ctrl 
-0x6832 020299 hjam iicd_start ,core_misc_ctrl 
-0x6833 020300 arg iicd_done ,queue 
-0x6834 020301 call decrypt_code 
-0x6835 020302 call wait_iicd_done 
-0x6836 020303 isolate1 iicd_crcok ,pdata 
-0x6837 020304 call set_ucode_status 
-0x6838 020305 fetch 2 ,mem_addr_mi 
-0x6839 020306 byteswap pdata ,pdata 
-0x683a 020307 iadd temp ,pdata 
-0x683b 020308 byteswap pdata ,pdata 
-0x683c 020309 store 2 ,mem_addr_mi 
-0x683d 020310 rtn 
-:      020316 iicd_write_eep_data:
-0x683e 020317 set1 mark_ext_patch ,mark 
-0x683f 020318 bpatch patch20_4 ,mem_patch20 
-0x6840 020319 fetch 2 ,mem_eeprom_base 
-0x6841 020320 iadd regb ,pdata 
-:      020323 iicd_write_ota_data:
-0x6842 020324 store 2 ,mem_pdatatemp 
-0x6843 020325 set1 mark_ext_patch ,mark 
-0x6844 020326 bpatch patch20_5 ,mem_patch20 
-0x6845 020327 storet 2 ,mem_temp 
-0x6846 020328 copy rega ,pdata 
-0x6847 020329 store 2 ,mem_contr 
-:      020330 iicd_write_eep_loop:
-0x6848 020331 call iicd_eep_transparency 
-0x6849 020333 fetcht 2 ,mem_regb 
-0x684a 020334 fetch 2 ,mem_contr 
-0x684b 020335 copy pdata ,rega 
-0x684c 020336 fetch 2 ,mem_pdatatemp 
-0x684d 020338 call iicd_write_eep 
-0x684e 020340 fetch 2 ,mem_regb 
-0x684f 020341 fetcht 2 ,mem_contr 
-0x6850 020342 iadd temp ,temp 
-0x6851 020343 storet 2 ,mem_contr 
-0x6852 020344 fetcht 2 ,mem_pdatatemp 
-0x6853 020345 iadd temp ,temp 
-0x6854 020346 storet 2 ,mem_pdatatemp 
-0x6855 020347 fetch 2 ,mem_temp 
-0x6856 020348 nbranch iicd_write_eep_loop ,blank 
-0x6857 020349 rtn 
-:      020357 iicd_eep_transparency:
-0x6858 020358 set1 mark_ext_patch ,mark 
-0x6859 020359 bpatch patch20_6 ,mem_patch20 
-0x685a 020360 fetch 2 ,mem_eeprom_block_size 
-0x685b 020361 increase -1 ,pdata 
-0x685c 020362 fetcht 2 ,mem_pdatatemp 
-0x685d 020363 ior temp ,pdata 
-0x685e 020364 increase 1 ,pdata 
-0x685f 020365 store 3 ,mem_regc 
-0x6860 020367 fetch 2 ,mem_temp 
-0x6861 020368 iadd temp ,pdata 
-0x6862 020370 fetcht 3 ,mem_regc 
-0x6863 020371 isub temp ,pdata 
-0x6864 020372 nbranch iicd_eep_deal_short_packet ,positive 
-0x6865 020373 store 2 ,mem_temp 
-0x6866 020374 fetch 3 ,mem_regc 
-0x6867 020375 fetcht 2 ,mem_pdatatemp 
-0x6868 020376 isub temp ,pdata 
-0x6869 020377 store 2 ,mem_regb 
-0x686a 020378 rtn 
-:      020379 iicd_eep_deal_short_packet:
-0x686b 020380 fetch 2 ,mem_temp 
-0x686c 020381 store 2 ,mem_regb 
-0x686d 020382 setarg 0 
-0x686e 020383 store 2 ,mem_temp 
-0x686f 020384 rtn 
-:      020389 iicd_write_eep:
-0x6870 020390 copy pdata ,regb 
-0x6871 020391 set1 mark_ext_patch ,mark 
-0x6872 020392 bpatch patch20_7 ,mem_patch20 
-0x6873 020393 copy regb ,pdata 
-0x6874 020394 increase 3 ,temp 
-0x6875 020395 hstoret 2 ,core_iicd_txlen 
-0x6876 020396 increase -3 ,rega 
-0x6877 020397 ifetcht 3 ,rega 
-0x6878 020398 copy temp ,regb 
-0x6879 020399 arg 0xa0 ,temp 
-0x687a 020400 istoret 1 ,rega 
-0x687b 020401 byteswap pdata ,pdata 
-0x687c 020402 istore 2 ,contw 
-0x687d 020403 deposit rega 
-0x687e 020404 hstore 2 ,core_iicd_txaddr 
-0x687f 020405 setarg 0 
-0x6880 020406 hstore 2 ,core_iicd_rxlen 
-0x6881 020407 hjam 1 ,core_iicd_ctrl 
-0x6882 020408 hjam iicd_start ,core_misc_ctrl 
-0x6883 020409 call wait_iicd_done 
-0x6884 020410 copy regb ,pdata 
-0x6885 020411 istore 3 ,rega 
-0x6886 020412 nop 10000 
-0x6887 020413 nop 10000 
-0x6888 020414 nop 10000 
-0x6889 020415 rtn 
-:      020419 otp_enable_chgpump:
-0x688a 020420 hjam 0x70 ,rfen_chgpump 
-0x688b 020421 nop param_chgpump_delay 
-0x688c 020422 rtn 
-:      020424 otp_disable_chgpump:
-0x688d 020425 hjam 0x30 ,rfen_chgpump 
-0x688e 020426 rtn 
-:      020428 otp_set_addr:
-0x688f 020429 lshift3 pdata ,pdata 
-0x6890 020430 hstore 2 ,core_otp_addr 
-0x6891 020431 hjam 0 ,core_otpd_ctrl 
-0x6892 020432 rtn 
-:      020435 otp_write:
-0x6893 020436 call otp_set_addr 
-0x6894 020437 call otp_ce 
-:      020438 otp_program:
-0x6895 020439 ifetcht 1 ,rega 
-0x6896 020440 increase 1 ,rega 
-0x6897 020441 force 0 ,queue 
-:      020442 otp_program_bit:
-0x6898 020443 qisolate0 temp 
-0x6899 020444 branch otp_skip_0 ,true 
-0x689a 020445 hfetch 1 ,core_otp_din 
-0x689b 020446 set1 6 ,pdata 
-0x689c 020447 set1 7 ,pdata 
-0x689d 020448 hstore 1 ,core_otp_din 
-0x689e 020449 hjam 0x02 ,core_otp_ctrl 
-0x689f 020450 hjam 0x82 ,core_otp_ctrl 
-0x68a0 020451 set0 7 ,pdata 
-0x68a1 020452 hstore 1 ,core_otp_din 
-0x68a2 020453 hjam 0x8a ,core_otp_ctrl 
-0x68a3 020454 nop 11 
-0x68a4 020455 hjam 0xca ,core_otp_ctrl 
-0x68a5 020456 nop 33 
-0x68a6 020457 hjam 0x4a ,core_otp_ctrl 
-0x68a7 020458 nop 44 
-0x68a8 020459 hjam 0xca ,core_otp_ctrl 
-0x68a9 020460 nop 22 
-0x68aa 020461 hjam 0x8a ,core_otp_ctrl 
-0x68ab 020462 nop 33 
-0x68ac 020463 hjam 0x82 ,core_otp_ctrl 
-0x68ad 020464 nop 1 
-0x68ae 020465 hjam 0x92 ,core_otp_ctrl 
-0x68af 020466 nop 10 
-0x68b0 020467 hjam 0xb2 ,core_otp_ctrl 
-0x68b1 020468 hfetch 1 ,core_otp_rdata 
-0x68b2 020469 hjam 0x92 ,core_otp_ctrl 
-0x68b3 020470 nop 1 
-0x68b4 020471 hjam 0x82 ,core_otp_ctrl 
-0x68b5 020472 qisolate0 pdata 
-0x68b6 020473 branch otp_program_bit ,true 
-:      020474 otp_skip_0:
-0x68b7 020475 hfetch 2 ,core_otp_addr 
-0x68b8 020476 increase 1 ,pdata 
-0x68b9 020477 hstore 2 ,core_otp_addr 
-0x68ba 020478 increase 1 ,queue 
-0x68bb 020479 compare 8 ,queue ,0xf 
-0x68bc 020480 nbranch otp_program_bit ,true 
-0x68bd 020481 loop otp_program 
-0x68be 020482 hjam 0x83 ,core_otp_ctrl 
-0x68bf 020483 rtn 
-:      020485 otp_ce:
-0x68c0 020486 hjam 0x82 ,core_otp_ctrl 
-0x68c1 020487 nop 12 
-0x68c2 020488 hjam 0x80 ,core_otp_ctrl 
-0x68c3 020489 hjam 0x82 ,core_otp_ctrl 
-0x68c4 020490 nop 150 
-0x68c5 020491 rtn 
-:      020494 otpd_read_init:
-0x68c6 020495 call otp_ce 
-:      020496 otpd_read_special:
-0x68c7 020497 hjam 0xa2 ,core_otp_ctrl 
-0x68c8 020498 deposit rega 
-0x68c9 020499 hstore 2 ,core_otpd_addr 
-0x68ca 020500 set1 11 ,temp 
-0x68cb 020501 isolate0 15 ,pdata 
-0x68cc 020502 setflag true ,15 ,temp 
-0x68cd 020503 hstoret 2 ,core_otpd_len 
-0x68ce 020504 hjam otpd_start ,core_misc_ctrl 
-0x68cf 020505 rtn 
-:      020507 otpd_wait_end:
-0x68d0 020508 hfetch 1 ,core_dma_status 
-0x68d1 020509 bbit0 otpd_done ,otpd_wait_end 
-0x68d2 020510 rtn 
-:      020513 otpd_read_data:
-0x68d3 020514 call otp_set_addr 
-0x68d4 020515 call otpd_read_init 
-0x68d5 020516 call otpd_wait_end 
-0x68d6 020517 hjam 0x83 ,core_otp_ctrl 
-0x68d7 020518 rtn 
-:      020523 otpd_read_code:
-0x68d8 020524 hfetch 2 ,core_current_otp_addr 
-0x68d9 020525 hstore 2 ,core_otp_addr 
-0x68da 020526 call otpd_read_init 
-0x68db 020527 arg otpd_done ,queue 
-0x68dc 020528 call decrypt_code 
-0x68dd 020529 call otpd_wait_end 
-0x68de 020530 isolate1 otpd_crcok ,pdata 
-0x68df 020531 call set_ucode_status 
-0x68e0 020532 hjam 0x83 ,core_otp_ctrl 
-0x68e1 020533 rtn 
-:      020536 uartd_rx_cnt_got_first_byte:
-0x68e2 020537 jam 1 ,mem_uartd_rxitems_got_data 
-0x68e3 020538 force uart_rx_timer ,queue 
-0x68e4 020539 fetch 2 ,mem_uartd_rx_timeout 
-0x68e5 020540 branch timer_init 
-:      020541 uartd_rx_cnt_with_threshold:
-0x68e6 020542 hfetch 2 ,core_uart_rxitems 
-0x68e7 020543 rtn blank 
-0x68e8 020544 fetcht 1 ,mem_uartd_rxitems_threshold 
-0x68e9 020545 isub temp ,null 
-0x68ea 020546 branch uartd_rx_cnt_rtn_value ,positive 
-0x68eb 020547 fetch 1 ,mem_uartd_rxitems_got_data 
-0x68ec 020548 branch uartd_rx_cnt_got_first_byte ,blank 
-0x68ed 020549 arg uart_rx_timer ,queue 
-0x68ee 020550 call timer_check 
-0x68ef 020551 branch uartd_rx_cnt_rtn_value ,blank 
-0x68f0 020552 setarg 0 
-0x68f1 020553 rtn 
-:      020554 uartd_rx_cnt_rtn_value:
-0x68f2 020555 force uart_rx_timer ,queue 
-0x68f3 020556 call timer_stop 
-0x68f4 020557 jam 0 ,mem_uartd_rxitems_got_data 
-0x68f5 020558 hfetch 2 ,core_uart_rxitems 
-0x68f6 020559 rtn 
-:      020566 uartd_prepare_tx:
-0x68f7 020567 hfetch 2 ,core_uart_twptr 
-0x68f8 020568 iforce contwu 
-0x68f9 020569 rtn 
-:      020571 uartd_send:
-0x68fa 020572 deposit contwu 
-0x68fb 020573 hstore 2 ,core_uart_twptr 
-0x68fc 020574 rtn 
-:      020576 uartd_prepare_rx:
-0x68fd 020577 hfetch 2 ,core_uart_rxitems 
-0x68fe 020578 rtn blank 
-0x68ff 020579 iforce loopcnt 
-0x6900 020580 hfetch 2 ,core_uart_rrptr 
-0x6901 020581 iforce contru 
-0x6902 020582 rtn 
-:      020585 uartd_rxdone_by_len:
-0x6903 020586 hfetch 2 ,core_uart_rrptr 
-0x6904 020587 iadd temp ,pdata 
-0x6905 020588 copy pdata ,contru 
-:      020589 uartd_rxdone:
-0x6906 020590 deposit contru 
-0x6907 020591 hstore 2 ,core_uart_rrptr 
-0x6908 020592 rtn 
-:      020594 uart_set_baud_by_mem:
-0x6909 020595 fetch uart_baud_len ,mem_baud 
-0x690a 020596 hstore uart_baud_len ,core_uart_baud 
-0x690b 020597 rtn 
-:      020601 eeprom_store_le_reconn_info:
-0x690c 020602 fetch 6 ,mem_le_plap 
-0x690d 020603 store 6 ,mem_temp_lap 
-0x690e 020604 jam rec_4_mode ,mem_record_bt_mode 
-0x690f 020605 branch eeprom_store_reconn_info 
-:      020606 eeprom_store_bd_reconn_info:
-0x6910 020607 fetch 6 ,mem_plap 
-0x6911 020608 store 6 ,mem_temp_lap 
-0x6912 020609 jam rec_3_mode ,mem_record_bt_mode 
-:      020610 eeprom_store_reconn_info:
-0x6913 020611 set1 mark_ext_patch ,mark 
-0x6914 020612 bpatch patch21_0 ,mem_patch21 
-0x6915 020613 call eeprom_store_remote_bdaddr 
-0x6916 020614 call eeprom_store_last_record_index 
-0x6917 020615 fetch 1 ,mem_record_bt_mode 
-0x6918 020616 beq rec_4_mode ,eeprom_store_rec_4_mode 
-0x6919 020617 beq rec_3_mode ,eeprom_store_link_key 
-0x691a 020618 rtn 
-:      020619 eeprom_store_rec_4_mode:
-0x691b 020620 call eeprom_store_le_ltl 
-0x691c 020621 branch eeprom_store_le_local_addr 
-:      020624 eeprom_load_reconn_info:
-0x691d 020625 set1 mark_ext_patch ,mark 
-0x691e 020626 bpatch patch21_1 ,mem_patch21 
-0x691f 020627 call eeprom_load_reconn_bdaddr 
-0x6920 020628 fetch 1 ,mem_select_list_item 
-0x6921 020629 rtneq 0xff 
-0x6922 020630 fetch 6 ,mem_temp_lap 
-0x6923 020631 store 6 ,mem_hci_plap 
-0x6924 020632 fetch 1 ,mem_record_bt_mode 
-0x6925 020633 store 1 ,mem_xrecord_mode 
-0x6926 020634 beq rec_3_mode ,eeprom_load_rec_3_mode 
-0x6927 020635 beq rec_4_mode ,eeprom_load_rec_4_mode 
-0x6928 020636 rtn 
-:      020637 eeprom_load_reconn_bdaddr:
-0x6929 020638 call eeprom_load_last_record_index 
-0x692a 020639 fetch 1 ,mem_select_list_item 
-0x692b 020640 rtneq 0xff 
-0x692c 020641 branch eeprom_load_remote_bdaddr 
-:      020642 eeprom_load_rec_3_mode:
-0x692d 020643 call eeprom_load_link_key 
-0x692e 020644 branch check_link_key_load 
-:      020645 eeprom_load_rec_4_mode:
-0x692f 020646 call eeprom_load_ltk_key 
-0x6930 020647 branch check_ltk_load 
-:      020648 eeprom_clear_bd_reconn_info:
-0x6931 020649 call eeprom_load_bdaddr_list 
-0x6932 020650 disable user 
-0x6933 020651 call find_addr_from_bd_list 
-0x6934 020652 nbranch at_error_rev_end ,user 
-:      020653 eeprom_clear_reconn_info_common:
-0x6935 020654 fetcht 2 ,mem_list_item_ptr 
-0x6936 020655 increase -1 ,temp 
-0x6937 020656 setarg 0 
-0x6938 020657 istore 7 ,temp 
-0x6939 020658 arg 28 ,temp 
-0x693a 020659 arg mem_bdaddr_list_buff + 7 ,rega 
-0x693b 020660 arg eeprom_bdaddr_list ,regb 
-0x693c 020661 branch iicd_write_eep_data 
-:      020663 eeprom_clear_all_reconn_info:
-0x693d 020664 set1 mark_ext_patch ,mark 
-0x693e 020665 bpatch patch21_2 ,mem_patch21 
-0x693f 020666 arg mem_bdaddr_list_buff ,contw 
-0x6940 020667 force 4 ,loopcnt 
-0x6941 020668 call memset0 
-0x6942 020669 arg 28 ,temp 
-0x6943 020670 arg mem_bdaddr_list_buff ,rega 
-0x6944 020671 arg eeprom_bdaddr_list ,regb 
-0x6945 020672 branch iicd_write_eep_data 
-:      020674 eeprom_erase_reconn_info:
-0x6946 020675 set1 mark_ext_patch ,mark 
-0x6947 020676 bpatch patch21_3 ,mem_patch21 
-0x6948 020677 setarg 0x0 
-0x6949 020678 store 3 ,mem_plap 
-0x694a 020679 istore 3 ,contw 
-0x694b 020680 branch eeprom_store_remote_bdaddr 
-:      020682 eeprom_load_last_record_index:
-0x694c 020683 arg 1 ,temp 
-0x694d 020684 arg mem_select_list_item ,rega 
-0x694e 020685 arg eeprom_last_record ,regb 
-0x694f 020686 branch iicd_read_eep_data 
-:      020688 eeprom_store_last_record_index:
-0x6950 020689 arg 1 ,temp 
-0x6951 020690 arg mem_select_list_item ,rega 
-0x6952 020691 arg eeprom_last_record ,regb 
-0x6953 020692 branch iicd_write_eep_data 
-:      020695 eeprom_store_remote_bdaddr:
-0x6954 020696 set1 mark_ext_patch ,mark 
-0x6955 020697 bpatch patch21_4 ,mem_patch21 
-0x6956 020698 call eeprom_load_bdaddr_list 
-0x6957 020699 disable user 
-0x6958 020700 call find_addr_from_bd_list 
-0x6959 020701 rtn user 
-:      020702 eeprom_store_remote_addr_unfind:
-0x695a 020703 jam 0 ,mem_select_list_item 
-0x695b 020704 fetch 6 ,mem_temp_lap 
-0x695c 020705 store 6 ,mem_bdaddr_list_buff + 1 
-0x695d 020706 fetch 1 ,mem_record_bt_mode 
-0x695e 020707 store 1 ,mem_bdaddr_list_buff 
-0x695f 020708 arg 28 ,temp 
-0x6960 020709 arg mem_bdaddr_list_buff ,rega 
-0x6961 020710 arg eeprom_bdaddr_list ,regb 
-0x6962 020711 branch iicd_write_eep_data 
-:      020714 eeprom_store_le_local_addr:
-0x6963 020715 arg 6 ,temp 
-0x6964 020716 arg mem_le_lap ,rega 
-0x6965 020717 arg eeprom_le_reconn_local_addr ,regb 
-0x6966 020718 branch iicd_write_eep_data 
-:      020720 eeprom_load_le_loacal_addr:
-0x6967 020721 arg 6 ,temp 
-0x6968 020722 arg mem_le_lap ,rega 
-0x6969 020723 arg eeprom_le_reconn_local_addr ,regb 
-0x696a 020724 branch iicd_read_eep_data 
-:      020727 eeprom_load_remote_bdaddr:
-0x696b 020728 set1 mark_ext_patch ,mark 
-0x696c 020729 bpatch patch21_5 ,mem_patch21 
-0x696d 020730 arg 7 ,temp 
-0x696e 020731 arg mem_temp_reconn_record ,rega 
-0x696f 020732 arg eeprom_bdaddr_list ,regb 
-0x6970 020733 fetch 1 ,mem_select_list_item 
-0x6971 020734 mul32 pdata ,7 ,pdata 
-0x6972 020735 iadd regb ,regb 
-0x6973 020736 branch iicd_read_eep_data 
-:      020738 eeprom_linkkey_addr:
-0x6974 020739 arg 0x10 ,temp 
-0x6975 020740 arg eeprom_linkkey_list ,regb 
-0x6976 020741 fetch 1 ,mem_select_list_item 
-0x6977 020742 lshift4 pdata ,pdata 
-0x6978 020743 iadd regb ,regb 
-0x6979 020744 rtn 
-:      020746 eeprom_store_le_ltl:
-0x697a 020747 arg mem_le_ltk ,rega 
-0x697b 020748 branch eeprom_store_link_key_common 
-:      020749 eeprom_store_link_key:
-0x697c 020750 arg mem_link_key ,rega 
-:      020751 eeprom_store_link_key_common:
-0x697d 020752 set1 mark_ext_patch ,mark 
-0x697e 020753 bpatch patch21_6 ,mem_patch21 
-0x697f 020754 call eeprom_linkkey_addr 
-0x6980 020755 branch iicd_write_eep_data 
-:      020757 eeprom_load_ltk_key:
-0x6981 020758 arg mem_le_ltk ,rega 
-0x6982 020759 branch eeprom_load_link_key_common 
-:      020760 eeprom_load_link_key:
-0x6983 020761 arg mem_link_key ,rega 
-:      020762 eeprom_load_link_key_common:
-0x6984 020763 set1 mark_ext_patch ,mark 
-0x6985 020764 bpatch patch21_7 ,mem_patch21 
-0x6986 020765 call eeprom_linkkey_addr 
-0x6987 020766 branch iicd_read_eep_data 
-:      020770 eeprom_load_bdaddr_list:
-0x6988 020771 arg 28 ,temp 
-0x6989 020772 arg mem_bdaddr_list_buff + 7 ,rega 
-0x698a 020773 arg eeprom_bdaddr_list ,regb 
-0x698b 020774 branch iicd_read_eep_data 
-:      020776 find_addr_from_bd_list:
-0x698c 020777 set1 mark_ext_patch ,mark 
-0x698d 020778 bpatch patch22_0 ,mem_patch22 
-0x698e 020779 setarg mem_bdaddr_list_buff + 7 
-0x698f 020780 store 2 ,mem_list_item_ptr 
-0x6990 020781 jam 0 ,mem_select_list_item 
-0x6991 020782 arg 4 ,loopcnt 
-:      020783 find_addr_from_list:
-0x6992 020784 copy loopcnt ,pdata 
-0x6993 020785 store 1 ,mem_pdatatemp 
-0x6994 020786 fetch 2 ,mem_list_item_ptr 
-0x6995 020787 copy pdata ,rega 
-0x6996 020788 call find_addr_from_list_compare 
-0x6997 020789 rtn user 
-0x6998 020790 fetch 2 ,mem_list_item_ptr 
-0x6999 020791 increase 7 ,pdata 
-0x699a 020792 store 2 ,mem_list_item_ptr 
-0x699b 020793 fetch 1 ,mem_select_list_item 
-0x699c 020794 increase 1 ,pdata 
-0x699d 020795 store 1 ,mem_select_list_item 
-0x699e 020796 fetch 1 ,mem_pdatatemp 
-0x699f 020797 copy pdata ,loopcnt 
-0x69a0 020798 loop find_addr_from_list 
-0x69a1 020799 rtn 
-:      020801 check_link_key_load:
-0x69a2 020802 fetch 8 ,mem_link_key 
-0x69a3 020803 fetcht 8 ,mem_link_key + 8 
-0x69a4 020804 ior temp ,pdata 
-0x69a5 020805 rtn blank 
-0x69a6 020806 jam 1 ,mem_link_key_exists 
-0x69a7 020807 rtn 
-:      020808 check_ltk_load:
-0x69a8 020809 fetch 6 ,mem_hci_plap 
-0x69a9 020810 rtn blank 
-0x69aa 020811 jam 1 ,mem_ltk_exists 
-0x69ab 020812 rtn 
-:      020814 find_addr_from_list_compare:
-0x69ac 020815 arg mem_temp_reconn_record ,regb 
-0x69ad 020816 arg 7 ,loopcnt 
-0x69ae 020817 call string_compare 
-0x69af 020818 branch enable_usr ,zero 
-0x69b0 020819 rtn 
-:      020820 enable_usr:
-0x69b1 020821 enable user 
-0x69b2 020822 rtn 
-:      020823 le_eeprom_load_reconn_info:
-0x69b3 020824 branch assert 
-:      020831 gpio_set_wake_by_current_state:
-0x69b4 020832 set1 mark_ext_patch ,mark 
-0x69b5 020833 bpatch patch22_1 ,mem_patch22 
-0x69b6 020834 set1 7 ,temp 
-0x69b7 020835 call gpio_get_bit 
-0x69b8 020836 nsetflag true ,7 ,temp 
-:      020841 gpio_set_wake:
-0x69b9 020842 set1 mark_ext_patch ,mark 
-0x69ba 020843 bpatch patch22_2 ,mem_patch22 
-0x69bb 020844 isolate0 7 ,temp 
-0x69bc 020845 and temp ,0x1f ,queue 
-0x69bd 020846 fetch 4 ,mem_gpio_wakeup_low 
-0x69be 020847 qsetflag true ,pdata 
-0x69bf 020848 store 4 ,mem_gpio_wakeup_low 
-0x69c0 020849 fetch 4 ,mem_gpio_wakeup_high 
-0x69c1 020850 nqsetflag true ,pdata 
-0x69c2 020851 store 4 ,mem_gpio_wakeup_high 
-0x69c3 020852 rtn 
-:      020855 gpio_clr_wake:
-0x69c4 020856 set1 mark_ext_patch ,mark 
-0x69c5 020857 bpatch patch22_3 ,mem_patch22 
-0x69c6 020858 isolate0 7 ,temp 
-0x69c7 020859 and temp ,0x1f ,queue 
-0x69c8 020860 fetch 4 ,mem_gpio_wakeup_low 
-0x69c9 020861 qset0 pdata 
-0x69ca 020862 store 4 ,mem_gpio_wakeup_low 
-0x69cb 020863 fetch 4 ,mem_gpio_wakeup_high 
-0x69cc 020864 qset0 pdata 
-0x69cd 020865 store 4 ,mem_gpio_wakeup_high 
-0x69ce 020866 rtn 
-:      020869 gpio_config_input_nowake:
-0x69cf 020870 call gpio_clr_wake 
-0x69d0 020871 branch gpio_config_input_without_wake 
-:      020874 gpio_config_input:
-0x69d1 020875 ncall gpio_set_wake ,wake 
-:      020877 gpio_config_input_without_wake:
-0x69d2 020878 arg core_gpio_pd0 ,contw 
-0x69d3 020879 call gpio_set_bit 
-0x69d4 020880 setflip gpio_active_bit ,temp 
-0x69d5 020881 arg core_gpio_pu0 ,contw 
-0x69d6 020882 call gpio_set_bit 
-0x69d7 020883 set0 gpio_active_bit ,temp 
-0x69d8 020884 arg core_gpio_oe0 ,contw 
-0x69d9 020885 branch gpio_set_bit 
-:      020888 gpio_config_output:
-0x69da 020889 setflip gpio_active_bit ,temp 
-0x69db 020890 call gpio_out 
-0x69dc 020891 set1 gpio_active_bit ,temp 
-0x69dd 020892 arg core_gpio_oe0 ,contw 
-0x69de 020893 branch gpio_set_bit 
-:      020895 gpio_common:
-0x69df 020896 and temp ,0x07 ,queue 
-0x69e0 020897 rshift3 temp ,pdata 
-0x69e1 020898 and_into 3 ,pdata 
-0x69e2 020899 iadd contw ,contw 
-0x69e3 020900 ifetch 1 ,contw 
-0x69e4 020901 rtn 
-:      020905 gpio_get_bit:
-0x69e5 020906 arg core_gpio_in ,contw 
-0x69e6 020907 call gpio_common 
-0x69e7 020908 isolate1 gpio_active_bit ,temp 
-0x69e8 020909 branch gpio_get_bit_reverse ,true 
-0x69e9 020910 qisolate0 pdata 
-0x69ea 020911 rtn 
-:      020912 gpio_get_bit_reverse:
-0x69eb 020913 qisolate1 pdata 
-0x69ec 020914 rtn 
-:      020916 gpio_out_inactive:
-0x69ed 020917 isolate1 7 ,null 
-0x69ee 020918 branch gpio_out_flag 
-:      020920 gpio_out_active:
-0x69ef 020921 isolate0 7 ,null 
-:      020924 gpio_out_flag:
-0x69f0 020925 setarg 0 
-0x69f1 020926 nsetflag true ,gpio_active_bit ,pdata 
-0x69f2 020927 ixor temp ,temp 
-:      020930 gpio_out:
-0x69f3 020931 arg core_gpio_out0 ,contw 
-:      020934 gpio_set_bit:
-0x69f4 020935 call gpio_common 
-0x69f5 020936 isolate1 gpio_active_bit ,temp 
-0x69f6 020937 qsetflag true ,pdata 
-0x69f7 020938 istore 1 ,contw 
-0x69f8 020939 rtn 
-:      020941 gpio_test:
-0x69f9 020942 fetch 1 ,mem_seqi 
-0x69fa 020943 rtneq 0x7f 
-0x69fb 020944 hjam 0 ,core_gpio_out3 
-0x69fc 020945 nop 30 
-0x69fd 020946 hjam 8 ,core_gpio_out3 
-0x69fe 020947 rtn 
-:      020952 set_pwm_blink:
-0x69ff 020953 lshift8 pdata ,pdata 
-0x6a00 020954 lshift4 pdata ,pdata 
-0x6a01 020955 hstore 2 ,core_pwm_ncnt0 
-0x6a02 020956 hstore 2 ,core_pwm_pcnt0 
-0x6a03 020957 rtn 
-:      020959 set_pwm_steadyon:
-0x6a04 020960 setarg 0 
-0x6a05 020961 hstore 2 ,core_pwm_ncnt0 
-0x6a06 020962 setarg 1 
-0x6a07 020963 hstore 2 ,core_pwm_pcnt0 
-0x6a08 020964 rtn 
-:      020966 set_pwm_off:
-0x6a09 020967 setarg 0 
-0x6a0a 020968 hstore 2 ,core_pwm_ncnt0 
-0x6a0b 020969 hstore 2 ,core_pwm_pcnt0 
-0x6a0c 020970 rtn 
-:      020975 init_filter_ram:
-0x6a0d 020976 arg 0x8800 ,contw 
-0x6a0e 020977 arg 0x20 ,loopcnt 
-0x6a0f 020978 call memset0 
-0x6a10 020979 setarg 0x4f9 
-0x6a11 020980 hstore 2 ,0x8848 
-0x6a12 020981 hstore 2 ,0x884a 
-0x6a13 020982 hstore 2 ,0x884c 
-0x6a14 020983 hstore 2 ,0x886c 
-0x6a15 020984 hstore 2 ,0x888c 
-0x6a16 020985 hstore 2 ,0x88ac 
-0x6a17 020986 setarg 0x204 
-0x6a18 020987 hstore 2 ,0x88ae 
-0x6a19 020988 setarg 0x0506 
-0x6a1a 020989 hstore 2 ,0x88b0 
-0x6a1b 020990 setarg 0x0504 
-0x6a1c 020991 hstore 2 ,0x88b2 
-0x6a1d 020992 setarg 0x0200 
-0x6a1e 020993 hstore 2 ,0x88b4 
-0x6a1f 020994 setarg 0xFEFB 
-0x6a20 020995 hstore 2 ,0x88b6 
-0x6a21 020996 setarg 0xFAF9 
-0x6a22 020997 hstore 2 ,0x88b8 
-0x6a23 020998 setarg 0xFAFB 
-0x6a24 020999 hstore 2 ,0x88ba 
-0x6a25 021000 setarg 0xFD00 
-0x6a26 021001 hstore 2 ,0x88bc 
-0x6a27 021002 setarg 0x0408 
-0x6a28 021003 hstore 2 ,0x88be 
-0x6a29 021004 setarg 0x0A0C 
-0x6a2a 021005 hstore 2 ,0x88c0 
-0x6a2b 021006 setarg 0x0B09 
-0x6a2c 021007 hstore 2 ,0x88c2 
-0x6a2d 021008 setarg 0x0500 
-0x6a2e 021009 hstore 2 ,0x88c4 
-0x6a2f 021010 setarg 0xF8F1 
-0x6a30 021011 hstore 2 ,0x88c6 
-0x6a31 021012 setarg 0xECE8 
-0x6a32 021013 hstore 2 ,0x88c8 
-0x6a33 021014 setarg 0xE9EB 
-0x6a34 021015 hstore 2 ,0x88ca 
-0x6a35 021016 setarg 0xF500 
-0x6a36 021017 hstore 2 ,0x88cc 
-0x6a37 021018 setarg 0x1223 
-0x6a38 021019 hstore 2 ,0x88ce 
-0x6a39 021020 setarg 0x374B 
-0x6a3a 021021 hstore 2 ,0x88d0 
-0x6a3b 021022 setarg 0x5E71 
-0x6a3c 021023 hstore 2 ,0x88d2 
-0x6a3d 021024 setarg 0x787F 
-0x6a3e 021025 hstore 2 ,0x88d4 
-0x6a3f 021026 rtn 
-:      021028 enable_pcm:
-0x6a40 021029 set1 mark_ext_patch ,mark 
-0x6a41 021030 bpatch patch22_4 ,mem_patch22 
-0x6a42 021031 hfetch 2 ,core_clkoff 
-0x6a43 021032 set0 clock_off_codec ,pdata 
-0x6a44 021033 hstore 2 ,core_clkoff 
-0x6a45 021034 hjam 0x11 ,core_enc_ctrl 
-0x6a46 021035 hjam 0x1 ,core_cvsd_ctrl 
-0x6a47 021036 hjam 0x1 ,core_codec_ctrl 
-0x6a48 021037 hjam 0x11 ,core_dec_ctrl 
-0x6a49 021038 rtn 
-:      021040 disable_pcm:
-0x6a4a 021041 set1 mark_ext_patch ,mark 
-0x6a4b 021042 bpatch patch22_5 ,mem_patch22 
-0x6a4c 021043 hfetch 2 ,core_clkoff 
-0x6a4d 021044 set1 clock_off_codec ,pdata 
-0x6a4e 021045 hstore 2 ,core_clkoff 
-0x6a4f 021046 hjam 0x4 ,core_enc_ctrl 
-0x6a50 021047 hjam 0x4 ,core_dec_ctrl 
-0x6a51 021048 hjam 0x0 ,core_cvsd_ctrl 
-0x6a52 021049 hjam 0x0 ,core_codec_ctrl 
-0x6a53 021050 rtn 
-:      021054 get_sco_data:
-0x6a54 021055 fetch 1 ,mem_state 
-0x6a55 021056 rtnbit0 state_insco 
-0x6a56 021057 arg mem_sco_obuf ,contw 
-0x6a57 021058 arg 30 ,loopcnt 
-:      021059 get_sco_data_loop:
-0x6a58 021060 hfetch 1 ,core_pcminfifo 
-0x6a59 021061 istore 1 ,contw 
-0x6a5a 021062 loop get_sco_data_loop 
-0x6a5b 021063 rtn 
-:      021066 process_sco_data:
-0x6a5c 021067 fetch 1 ,mem_state 
-0x6a5d 021068 rtnbit0 state_insco 
-0x6a5e 021069 arg mem_sco_ibuf ,contr 
-0x6a5f 021070 force 30 ,loopcnt 
-:      021071 process_sco_loop:
-0x6a60 021072 ifetch 1 ,contr 
-0x6a61 021073 hstore 1 ,core_pcmoutfifo 
-0x6a62 021074 loop process_sco_loop 
-0x6a63 021075 rtn 
-:      021077 init_sched:
-0x6a64 021078 rtn 
-:      021083 gpio_cfg_uart_tx_output:
-0x6a65 021084 call gpio_uart2gpio 
-0x6a66 021085 arg uart_wakeup_tx ,temp 
-0x6a67 021086 branch gpio_config_output 
-:      021088 gpio_pu_uart_tx:
-0x6a68 021089 call gpio_cfg_uart_tx_output 
-0x6a69 021090 arg uart_wakeup_tx ,temp 
-0x6a6a 021091 branch gpio_out_inactive 
-:      021093 gpio_pd_uart_tx:
-0x6a6b 021094 call gpio_cfg_uart_tx_output 
-0x6a6c 021095 arg uart_wakeup_tx ,temp 
-0x6a6d 021096 branch gpio_out_active 
-:      021098 gpio_cfg_uart_rx_output:
-0x6a6e 021099 call gpio_uart2gpio 
-0x6a6f 021100 arg uart_wakeup_rx ,temp 
-0x6a70 021101 branch gpio_config_output 
-:      021103 gpio_pu_uart_rx:
-0x6a71 021104 call gpio_cfg_uart_rx_output 
-0x6a72 021105 arg uart_wakeup_rx ,temp 
-0x6a73 021106 branch gpio_out_inactive 
-:      021108 gpio_pd_uart_rx:
-0x6a74 021109 call gpio_cfg_uart_rx_output 
-0x6a75 021110 arg uart_wakeup_rx ,temp 
-0x6a76 021111 branch gpio_out_active 
-:      021113 gpio_tx_config_input_with_pu:
-0x6a77 021114 call gpio_uart2gpio 
-0x6a78 021115 hfetch 1 ,core_gpio_pu0 
-0x6a79 021116 set1 uart_wakeup_tx ,pdata 
-0x6a7a 021117 hstore 1 ,core_gpio_pu0 
-0x6a7b 021118 arg uart_wakeup_tx ,temp 
-0x6a7c 021119 branch gpio_config_input 
-:      021121 gpio_rx_config_input_with_pu:
-0x6a7d 021122 call gpio_uart2gpio 
-0x6a7e 021123 hfetch 1 ,core_gpio_pu0 
-0x6a7f 021124 set1 uart_wakeup_rx ,pdata 
-0x6a80 021125 hstore 1 ,core_gpio_pu0 
-0x6a81 021126 arg uart_wakeup_rx ,temp 
-0x6a82 021127 branch gpio_config_input 
-:      021129 gpio_gpio2uart:
-0x6a83 021130 hfetch 1 ,core_gpio_sel1 
-0x6a84 021131 or_into 0x04 ,pdata 
-0x6a85 021132 hstore 1 ,core_gpio_sel1 
-0x6a86 021133 rtn 
-:      021135 gpio_uart2gpio:
-0x6a87 021136 hfetch 1 ,core_gpio_sel1 
-0x6a88 021137 and_into 0xfb ,pdata 
-0x6a89 021138 hstore 1 ,core_gpio_sel1 
-0x6a8a 021139 rtn 
-:      021141 gpio_check_uart_state:
-0x6a8b 021142 hfetch 1 ,core_gpio_sel1 
-0x6a8c 021143 isolate1 2 ,pdata 
-0x6a8d 021144 rtn 
-:      021147 prcp_init:
-0x6a8e 021148 setarg prcp_process 
-0x6a8f 021149 store 2 ,mem_cb_att_write 
-0x6a90 021150 rtn 
-:      021151 prcp_process:
-0x6a91 021152 call clear_prcp_sendbuff 
-0x6a92 021153 fetch 1 ,mem_prcp 
-0x6a93 021154 beq prcp_le ,le_prcp 
-0x6a94 021155 beq prcp_ssp ,prcp 
-0x6a95 021156 branch assert 
-:      021157 le_prcp:
-0x6a96 021158 arg prcp_rx_le ,temp 
-0x6a97 021159 storet 2 ,mem_le_notify_handle 
-0x6a98 021160 call le_att_get_handle_ptr 
-0x6a99 021161 ifetch 1 ,contr 
-0x6a9a 021162 call prcp_parse 
-0x6a9b 021163 branch prcp_le_tx 
-:      021164 prcp:
-0x6a9c 021165 call prcp_parse 
-0x6a9d 021166 branch prcp_tx 
-:      021167 prcp_parse:
-0x6a9e 021168 copy contr ,rega 
-0x6a9f 021169 set1 mark_ext_patch ,mark 
-0x6aa0 021170 bpatch patch26_1 ,mem_patch26 
-0x6aa1 021171 ifetch 1 ,contr 
-0x6aa2 021172 beq common_res ,prcp_parse_common_res 
-0x6aa3 021173 beq read_registers_req ,prcp_parse_read_registers_req 
-0x6aa4 021174 beq read_registers_res ,prcp_parse_read_registers_res 
-0x6aa5 021175 beq write_registers_req ,prcp_parse_write_registers_req 
-0x6aa6 021176 beq i2c_config_req ,prcp_parse_i2c_config_req 
-0x6aa7 021177 beq i2c_read_req ,prcp_parse_i2c_read_req 
-0x6aa8 021178 beq i2c_read_res ,prcp_parse_i2c_read_res 
-0x6aa9 021179 beq i2c_write_req ,prcp_parse_i2c_write_req 
-0x6aaa 021180 beq spi_config_req ,prcp_parse_spi_config_req 
-0x6aab 021181 beq spi_read_req ,prcp_parse_spi_read_req 
-0x6aac 021182 beq spi_read_res ,prcp_parse_spi_read_res 
-0x6aad 021183 beq spi_write_req ,prcp_parse_spi_write_req 
-0x6aae 021184 beq pwm_config_req ,prcp_parse_pwm_config_req 
-0x6aaf 021185 beq pwm_write_req ,prcp_parse_pwm_write_req 
-0x6ab0 021186 beq gpio_config_req ,prcp_parse_gpio_config_req 
-0x6ab1 021187 beq gpio_read_req ,prcp_parse_gpio_read_req 
-0x6ab2 021188 beq gpio_read_res ,prcp_parse_gpio_read_res 
-0x6ab3 021189 beq gpio_write_req ,prcp_parse_gpio_write_req 
-0x6ab4 021190 beq ota_write_req ,prcp_parse_ota_write_req 
-0x6ab5 021191 beq ota_end_cmd ,prcp_parse_ota_end_cmd 
-0x6ab6 021192 rtn 
-:      021195 prcp_parse_common_res:
-0x6ab7 021196 copy rega ,contr 
-0x6ab8 021197 ifetch 1 ,contr 
-0x6ab9 021198 lshift8 pdata ,pdata 
-0x6aba 021199 store 3 ,mem_prcp_data 
-0x6abb 021200 rtn 
-:      021201 prcp_parse_read_registers_req:
-0x6abc 021202 rtn 
-:      021203 prcp_parse_read_registers_res:
-0x6abd 021204 rtn 
-:      021205 prcp_parse_write_registers_req:
-0x6abe 021206 rtn 
-:      021210 prcp_parse_spi_config_req:
-0x6abf 021211 rtn 
-:      021212 prcp_parse_spi_read_req:
-0x6ac0 021213 rtn 
-:      021214 prcp_parse_spi_read_res:
-0x6ac1 021215 rtn 
-:      021216 prcp_parse_spi_write_req:
-0x6ac2 021217 rtn 
-:      021221 prcp_parse_pwm_config_req:
-0x6ac3 021222 ifetch 4 ,contr 
-0x6ac4 021223 hstore 1 ,core_gpio_sel2 
-0x6ac5 021224 rshift8 pdata ,pdata 
-0x6ac6 021225 hfetcht 1 ,core_gpio_sel1 
-0x6ac7 021226 and_into 0x7f ,temp 
-0x6ac8 021227 ior temp ,temp 
-0x6ac9 021228 hstoret 1 ,core_gpio_sel1 
-0x6aca 021229 rshift8 pdata ,pdata 
-0x6acb 021230 hfetcht 1 ,core_clkoff + 1 
-0x6acc 021231 and_into 0xdf ,temp 
-0x6acd 021232 ior temp ,temp 
-0x6ace 021233 hstoret 1 ,core_clkoff + 1 
-0x6acf 021234 rshift8 pdata ,pdata 
-0x6ad0 021235 hfetcht 1 ,core_clksel 
-0x6ad1 021236 and_into 0x3f ,temp 
-0x6ad2 021237 ior temp ,temp 
-0x6ad3 021238 hstoret 1 ,core_clksel 
-0x6ad4 021239 branch prcp_parse_common_res 
-:      021240 prcp_parse_pwm_write_req:
-0x6ad5 021241 ifetch 9 ,contr 
-0x6ad6 021242 hfetcht 1 ,core_gpio_key2 
-0x6ad7 021243 and_into 0x3f ,temp 
-0x6ad8 021244 ior temp ,temp 
-0x6ad9 021245 hstoret 1 ,core_gpio_key2 
-0x6ada 021246 rshift8 pdata ,pdata 
-0x6adb 021247 hstore 2 ,core_pwm_pcnt0 
-0x6adc 021248 rshift16 pdata ,pdata 
-0x6add 021249 hstore 2 ,core_pwm_ncnt0 
-0x6ade 021250 rshift16 pdata ,pdata 
-0x6adf 021251 hstore 2 ,core_pwm_pcnt1 
-0x6ae0 021252 rshift16 pdata ,pdata 
-0x6ae1 021253 hstore 2 ,core_pwm_ncnt1 
-0x6ae2 021254 branch prcp_parse_common_res 
-:      021258 prcp_parse_gpio_config_req:
-0x6ae3 021259 ifetch 4 ,contr 
-0x6ae4 021260 hstore 4 ,core_gpio_oe0 
-0x6ae5 021261 ifetch 4 ,contr 
-0x6ae6 021262 hstore 4 ,core_gpio_pu0 
-0x6ae7 021263 ifetch 4 ,contr 
-0x6ae8 021264 hstore 4 ,core_gpio_pd0 
-0x6ae9 021265 ifetch 1 ,contr 
-0x6aea 021266 hstore 1 ,core_gpio_sel 
-0x6aeb 021267 ifetch 1 ,contr 
-0x6aec 021268 hstore 1 ,core_gpio_sel1 
-0x6aed 021269 ifetch 1 ,contr 
-0x6aee 021270 hstore 1 ,core_gpio_sel2 
-0x6aef 021271 branch prcp_parse_common_res 
-:      021272 prcp_parse_gpio_read_req:
-0x6af0 021273 branch prcp_parse_gpio_read_res 
-:      021274 prcp_parse_gpio_read_res:
-0x6af1 021275 jam 0x10 ,mem_prcp_data 
-0x6af2 021276 arg mem_prcp_data + 1 ,contw 
-0x6af3 021277 hfetch 4 ,core_gpio_out0 
-0x6af4 021278 istore 4 ,contw 
-0x6af5 021279 hfetch 4 ,core_gpio_in 
-0x6af6 021280 istore 4 ,contw 
-0x6af7 021281 rtn 
-:      021282 prcp_parse_gpio_write_req:
-0x6af8 021283 ifetcht 1 ,contr 
-0x6af9 021284 ifetch 1 ,contr 
-0x6afa 021285 lshift3 pdata ,pdata 
-0x6afb 021286 lshift4 pdata ,pdata 
-0x6afc 021287 ior temp ,temp 
-0x6afd 021288 call gpio_out 
-0x6afe 021289 branch prcp_parse_common_res 
-:      021294 prcp_parse_i2c_read_req:
-0x6aff 021295 ifetcht 1 ,contr 
-0x6b00 021296 hstoret 1 ,iic_slave_addr 
-0x6b01 021297 ifetch 1 ,contr 
-0x6b02 021298 compare 1 ,pdata ,0xff 
-0x6b03 021299 ifetch 1 ,contr 
-0x6b04 021300 hstore 1 ,iic_fifo 
-0x6b05 021301 branch iic_read_data_len ,true 
-0x6b06 021302 ifetch 1 ,contr 
-0x6b07 021303 hstore 1 ,iic_fifo 
-:      021304 iic_read_data_len:
-0x6b08 021305 ifetch 1 ,contr 
-0x6b09 021306 copy pdata ,loopcnt 
-0x6b0a 021307 increase -1 ,pdata 
-0x6b0b 021308 or_into 0x90 ,pdata 
-0x6b0c 021309 hstore 1 ,iic_ctr 
-0x6b0d 021310 hjam 2 ,iic_cr 
-0x6b0e 021311 nop 1 
-0x6b0f 021313 arg mem_prcp_data ,contw 
-:      021314 iic_read_loop:
-0x6b10 021315 hfetch 1 ,iic_fifo 
-0x6b11 021316 istore 1 ,contw 
-0x6b12 021317 loop iic_read_loop 
-0x6b13 021318 rtn 
-:      021320 clear_prcp_sendbuff:
-0x6b14 021321 setarg 0 
-0x6b15 021322 store 4 ,mem_prcp_data 
-0x6b16 021323 istore 8 ,contw 
-0x6b17 021324 istore 8 ,contw 
-0x6b18 021325 rtn 
-:      021331 prcp_parse_ota_write_req:
-0x6b19 021332 copy rega ,pdata 
-0x6b1a 021333 increase 1 ,pdata 
-0x6b1b 021334 store 2 ,rx_buf_data_ptr 
-0x6b1c 021335 fetch 2 ,mem_eeprom_ota_base_addr 
-0x6b1d 021336 beq 0x0000 ,prcp_parse_ota_start1 
-:      021337 prcp_parse_ota_load:
-0x6b1e 021338 fetch 2 ,mem_eeprom_ota_base_addr 
-0x6b1f 021339 fetcht 2 ,rx_buf_data_ptr 
-0x6b20 021340 ifetcht 2 ,temp 
-0x6b21 021341 iadd temp ,pdata 
-0x6b22 021342 fetcht 2 ,rx_buf_data_ptr 
-0x6b23 021343 increase 2 ,temp 
-0x6b24 021344 copy temp ,contr 
-0x6b25 021345 ifetcht 1 ,contr 
-0x6b26 021346 copy contr ,rega 
-0x6b27 021347 branch iicd_write_ota_data 
-:      021349 prcp_parse_ota_start1:
-0x6b28 021350 setarg 0x0002 
-0x6b29 021351 byteswap pdata ,pdata 
-0x6b2a 021352 store 2 ,mem_addr_mi 
-0x6b2b 021353 arg iicd_read_eep ,regc 
-0x6b2c 021354 arg 0x2 ,loopcnt 
-:      021355 prcp_parse_ota_loop1:
-0x6b2d 021356 call get_block_header 
-0x6b2e 021357 nbranch prcp_parse_ota_start2 ,zero 
-0x6b2f 021358 fetch 2 ,mem_addr_mi 
-0x6b30 021359 byteswap pdata ,pdata 
-0x6b31 021360 iadd temp ,pdata 
-0x6b32 021361 store 2 ,mem_eeprom_ota_base_addr 
-0x6b33 021362 byteswap pdata ,pdata 
-0x6b34 021363 store 2 ,mem_addr_mi 
-0x6b35 021364 loop prcp_parse_ota_loop1 
-:      021365 prcp_parse_ota_start2:
-0x6b36 021366 fetch 2 ,mem_eeprom_ota_base_addr 
-0x6b37 021367 byteswap pdata ,pdata 
-0x6b38 021368 store 2 ,mem_addr_mi 
-0x6b39 021369 arg iicd_read_eep ,regc 
-0x6b3a 021370 arg 0xffff ,loopcnt 
-:      021371 prcp_parse_ota_loop2:
-0x6b3b 021372 call get_block_header 
-0x6b3c 021373 nbranch prcp_parse_ota_load ,zero 
-0x6b3d 021374 fetch 2 ,mem_addr_mi 
-0x6b3e 021375 byteswap pdata ,pdata 
-0x6b3f 021376 iadd temp ,pdata 
-0x6b40 021377 increase 2 ,pdata 
-0x6b41 021378 store 2 ,mem_eeprom_ota_base_addr 
-0x6b42 021379 byteswap pdata ,pdata 
-0x6b43 021380 store 2 ,mem_addr_mi 
-0x6b44 021381 loop prcp_parse_ota_loop2 
-:      021383 prcp_parse_ota_end_cmd:
-0x6b45 021384 fetch 2 ,mem_eeprom_ota_base_addr 
-0x6b46 021385 increase 2 ,pdata 
-0x6b47 021386 byteswap pdata ,pdata 
-0x6b48 021387 store 2 ,mem_eeprom_ota_base_addr 
-0x6b49 021388 arg mem_eeprom_ota_base_addr ,rega 
-0x6b4a 021389 arg 0x02 ,temp 
-0x6b4b 021390 arg 0x0000 ,pdata 
-0x6b4c 021391 call iicd_write_ota_data 
-0x6b4d 021392 setarg 0x0000 
-0x6b4e 021393 store 2 ,mem_eeprom_ota_base_addr 
-0x6b4f 021394 rtn 
-:      021396 prcp_parse_i2c_config_req:
-0x6b50 021397 rtn 
-:      021398 prcp_parse_i2c_read_res:
-0x6b51 021399 rtn 
-:      021400 prcp_parse_i2c_write_req:
-0x6b52 021401 rtn 
-:      021406 rfcomm_init:
-0x6b53 021407 rtn wake 
-0x6b54 021408 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6b55 021409 jam bits9600 ,memremoterpnbitrate 
-0x6b56 021410 jam databits8 ,memremoteprndatabits 
-0x6b57 021411 jam 0x11 ,memremoteprnxon 
-0x6b58 021412 jam 0x13 ,memremoteprnxoff 
-0x6b59 021413 setarg 0 
-0x6b5a 021414 store 3 ,memremoteprnstopbit 
-0x6b5b 021415 store 1 ,mem_spp_state 
-0x6b5c 021416 jam 0 ,memui_reconnect_mode 
-:      021418 rfcomm_init_spp:
-0x6b5d 021419 set1 mark_ext_patch ,mark 
-0x6b5e 021420 bpatch patch37_7 ,mem_patch37 
-0x6b5f 021421 setarg 0 
-0x6b60 021422 store 1 ,mem_spp_state 
-0x6b61 021423 store 1 ,mem_remote_spp_channel 
-0x6b62 021424 store 1 ,mem_pn_dlci 
-0x6b63 021425 jam 0x50 ,mem_credit_given 
-0x6b64 021426 rtn 
-:      021428 set_cr_bit:
-0x6b65 021429 or_into 0x02 ,temp 
-0x6b66 021430 rtn 
-:      021442 rfcomm_calculate_fcs_sabm:
-0x6b67 021443 copy temp ,pdata 
-0x6b68 021444 reverse pdata ,pdata 
-0x6b69 021445 store 1 ,memfcstemp3 
-0x6b6a 021446 force ini_tx_sabm ,pdata 
-0x6b6b 021447 reverse pdata ,pdata 
-0x6b6c 021448 store 1 ,memfcstemp2 
-0x6b6d 021449 force 0x01 ,pdata 
-0x6b6e 021450 reverse pdata ,pdata 
-0x6b6f 021451 store 1 ,memfcstemp1 
-0x6b70 021452 call caculate_fcs 
-0x6b71 021453 copy temp ,pdata 
-0x6b72 021454 rtn 
-:      021455 rfcomm_calculate_fcs_ua:
-0x6b73 021456 reverse pdata ,pdata 
-0x6b74 021457 store 1 ,memfcstemp3 
-0x6b75 021458 force rsp_tx_ua ,pdata 
-0x6b76 021459 reverse pdata ,pdata 
-0x6b77 021460 store 1 ,memfcstemp2 
-0x6b78 021461 force 0x01 ,pdata 
-0x6b79 021462 reverse pdata ,pdata 
-0x6b7a 021463 store 1 ,memfcstemp1 
-0x6b7b 021464 branch caculate_fcs 
-:      021466 rfcomm_calculate_fcs_dlci0:
-0x6b7c 021467 fetch 1 ,mem_rfcomm_initiator 
-0x6b7d 021468 branch rfcomm_calculate_fcs_dlci0_res ,blank 
-0x6b7e 021469 setarg 0x70 
-0x6b7f 021470 rtn 
-:      021471 rfcomm_calculate_fcs_dlci0_res:
-0x6b80 021472 setarg 0xaa 
-0x6b81 021473 rtn 
-:      021475 rfcomm_save_fcs_uih:
-0x6b82 021476 reverse pdata ,pdata 
-0x6b83 021477 store 1 ,memfcstemp3 
-0x6b84 021478 force rsp_rx_uih ,pdata 
-0x6b85 021479 call caculate_uihdata_fcs 
-0x6b86 021480 fetcht 2 ,mem_contw_temp 
-0x6b87 021481 copy temp ,contw 
-0x6b88 021482 istore 1 ,contw 
-0x6b89 021483 copy contw ,temp 
-0x6b8a 021484 storet 2 ,mem_contw_temp 
-0x6b8b 021485 force rsp_rx_uih_wdata ,pdata 
-0x6b8c 021486 call caculate_uihdata_fcs 
-0x6b8d 021487 fetcht 2 ,mem_contw_temp 
-0x6b8e 021488 copy temp ,contw 
-0x6b8f 021489 istore 1 ,contw 
-0x6b90 021490 rtn 
-:      021499 caculate_uihdata_fcs:
-0x6b91 021500 reverse pdata ,pdata 
-0x6b92 021501 store 1 ,memfcstemp2 
-0x6b93 021502 fetch 2 ,memfcstemp2 
-0x6b94 021503 lshift8 pdata ,pdata 
-0x6b95 021504 store 3 ,mem_mod2div_temp 
-0x6b96 021505 arg 0x107 ,rega 
-0x6b97 021506 arg 0xf ,regb 
-0x6b98 021507 call mod2div 
-0x6b99 021508 xor_into 0xd7 ,pdata 
-0x6b9a 021509 invert pdata ,pdata 
-0x6b9b 021510 reverse pdata ,pdata 
-0x6b9c 021511 rtn 
-:      021521 caculate_fcs:
-0x6b9d 021522 fetch 3 ,memfcstemp1 
-0x6b9e 021523 store 3 ,mem_mod2div_temp 
-0x6b9f 021524 arg 0x107 ,rega 
-0x6ba0 021525 arg 0xf ,regb 
-0x6ba1 021526 call mod2div 
-0x6ba2 021527 lshift8 pdata ,pdata 
-0x6ba3 021528 arg 0x7 ,regb 
-0x6ba4 021529 call mod2div 
-0x6ba5 021530 xor_into 0x2b ,pdata 
-0x6ba6 021531 invert pdata ,pdata 
-0x6ba7 021532 reverse pdata ,pdata 
-0x6ba8 021533 copy pdata ,temp 
-0x6ba9 021534 rtn 
-:      021536 mod2div:
-0x6baa 021537 arg 0 ,regc 
-0x6bab 021538 copy regb ,loopcnt 
-0x6bac 021539 call right_shift_n 
-0x6bad 021540 icopy temp 
-:      021541 mod2div_loop:
-0x6bae 021546 copy temp ,pdata 
-0x6baf 021547 lshift regc ,regc 
-0x6bb0 021548 bbit0 8 ,mod2div_not_enough_reduction 
-0x6bb1 021549 ixor rega ,temp 
-0x6bb2 021550 increase 1 ,regc 
-:      021551 mod2div_not_enough_reduction:
-0x6bb3 021552 lshift temp ,temp 
-0x6bb4 021553 fetch 3 ,mem_mod2div_temp 
-0x6bb5 021554 increase -1 ,regb 
-0x6bb6 021555 compare 0xff ,regb ,0xff 
-0x6bb7 021556 branch mod2div_end ,true 
-0x6bb8 021557 copy regb ,loopcnt 
-0x6bb9 021558 call right_shift_n 
-0x6bba 021559 isolate1 0 ,pdata 
-0x6bbb 021560 setflag true ,0 ,temp 
-0x6bbc 021561 branch mod2div_loop 
-:      021562 mod2div_end:
-0x6bbd 021564 rshift temp ,pdata 
-0x6bbe 021565 rtn 
-:      021567 get_rfcomm_snd_adss:
-0x6bbf 021568 fetcht 1 ,mem_pn_dlci 
-:      021569 dlci_to_address_cmd:
-0x6bc0 021571 lshift2 temp ,temp 
-0x6bc1 021572 set1 rfcomm_address_ext_len ,temp 
-0x6bc2 021573 fetch 1 ,mem_rfcomm_initiator 
-0x6bc3 021574 ncall set_cr_bit ,blank 
-0x6bc4 021575 storet 1 ,mem_rfcomm_send_adss 
-0x6bc5 021576 rtn 
-:      021578 dlci_to_address_res:
-0x6bc6 021580 lshift2 temp ,temp 
-0x6bc7 021581 set1 rfcomm_address_ext_len ,temp 
-0x6bc8 021582 fetch 1 ,mem_rfcomm_initiator 
-0x6bc9 021583 call set_cr_bit ,blank 
-0x6bca 021584 rtn 
-:      021585 channel_to_dlci:
-0x6bcb 021587 lshift temp ,temp 
-0x6bcc 021588 fetch 1 ,mem_rfcomm_initiator 
-0x6bcd 021589 setflag blank ,0 ,temp 
-0x6bce 021591 rtn 
-:      021592 rfcomm_rx_process_dlci0_sabm:
-0x6bcf 021593 fetcht 1 ,mem_current_channel 
-0x6bd0 021594 jam 0xd7 ,mem_current_fcs 
-0x6bd1 021595 call rfcomm_send_ua 
-0x6bd2 021596 fetch 1 ,mem_rfcomm_state 
-0x6bd3 021597 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6bd4 021598 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6bd5 021599 store 1 ,mem_rfcomm_state 
-0x6bd6 021600 jam 0 ,mem_rfcomm_initiator 
-0x6bd7 021601 branch rfcomm_rx_process_end 
-:      021602 rfcomm_rx_process_dlci0_ua:
-0x6bd8 021603 fetch 1 ,mem_rfcomm_state 
-0x6bd9 021604 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6bda 021605 store 1 ,mem_rfcomm_state 
-0x6bdb 021606 branch rfcomm_rx_process_end 
-:      021609 rfcomm_rx_process:
-0x6bdc 021610 set1 mark_ext_patch ,mark 
-0x6bdd 021611 bpatch patch38_0 ,mem_patch38 
-0x6bde 021612 fetch 1 ,memui_reconnect_mode 
-0x6bdf 021613 beq no_reconnection ,rfcomm_rx_process_remote_page 
-0x6be0 021614 branch rfcomm_rx_process_reconn 
-:      021616 rfcomm_rx_process_remote_page:
-0x6be1 021617 fetch 2 ,mem_l2cap_payload_ptr 
-0x6be2 021618 copy pdata ,contr 
-0x6be3 021619 call get_rfcomm_head_struct 
-0x6be4 021620 fetch 1 ,mem_current_channel 
-0x6be5 021621 beq 0 ,parse_dlci0_rp 
-0x6be6 021622 branch parse_uih_rp 
-:      021623 parse_dlci0_rp:
-0x6be7 021624 set1 mark_ext_patch ,mark 
-0x6be8 021625 bpatch patch38_1 ,mem_patch38 
-0x6be9 021626 fetch 1 ,mem_current_frame_type 
-0x6bea 021627 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6beb 021628 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6bec 021629 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
-0x6bed 021630 rtneq rfcomm_frame_type_disconn 
-0x6bee 021631 branch assert 
-:      021634 parse_dlci0_rp_uih:
-0x6bef 021635 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6bf0 021636 copy pdata ,contr 
-0x6bf1 021637 call get_rfcomm_uih_head_struct 
-0x6bf2 021638 fetch 1 ,mem_uih_cmd_type 
-0x6bf3 021639 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
-0x6bf4 021640 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
-0x6bf5 021641 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
-0x6bf6 021642 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
-0x6bf7 021643 branch rfcomm_rx_process_end 
-:      021645 parse_dlci0_rp_uih_pn_cmd:
-0x6bf8 021646 call parse_dlci0_rp_uih_pn_res_common 
-0x6bf9 021647 fetch 1 ,mem_pn_dlci 
-0x6bfa 021648 rshift pdata ,pdata 
-0x6bfb 021649 sub pdata ,spp_slave_channel ,null 
-0x6bfc 021650 branch parse_dlci0_rp_uih_pn_cmd_spp ,zero 
-0x6bfd 021651 branch assert 
-:      021652 parse_dlci0_rp_uih_pn_cmd_spp:
-0x6bfe 021653 fetch 1 ,mem_spp_state 
-0x6bff 021654 set1 rfcomm_channel_state_pn_cmd ,pdata 
-0x6c00 021655 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6c01 021656 store 1 ,mem_spp_state 
-0x6c02 021657 call rfcomm_send_param_neg_res 
-0x6c03 021658 branch rfcomm_rx_process_end 
-:      021660 parse_dlci0_rp_uih_pn_res:
-0x6c04 021661 call parse_dlci0_rp_uih_pn_res_common 
-0x6c05 021662 branch rfcomm_rx_process_end 
-:      021664 parse_dlci0_rp_uih_pn_res_common:
-0x6c06 021665 call get_param_payload_ptr 
-0x6c07 021666 branch get_rfcomm_prarmer_negotiation 
-:      021668 get_rfcomm_param_modem_status:
-0x6c08 021669 call get_param_payload_ptr 
-0x6c09 021670 ifetch 1 ,contr 
-0x6c0a 021671 rshift3 pdata ,pdata 
-0x6c0b 021672 store 1 ,mem_ms_channel 
-0x6c0c 021673 ifetch 1 ,contr 
-0x6c0d 021674 store 1 ,mem_ms_param 
-0x6c0e 021675 rtn 
-:      021678 get_rfcomm_head_struct:
-0x6c0f 021679 ifetch 1 ,contr 
-0x6c10 021680 store 1 ,mem_current_adss 
-0x6c11 021681 rshift3 pdata ,pdata 
-0x6c12 021682 store 1 ,mem_current_channel 
-0x6c13 021683 ifetch 1 ,contr 
-0x6c14 021684 store 1 ,mem_current_frame_type 
-:      021685 get_rfcomm_current_length:
-0x6c15 021686 call get_rfcomm_length_common 
-0x6c16 021687 storet 2 ,mem_current_length 
-0x6c17 021688 copy contr ,pdata 
-0x6c18 021689 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6c19 021690 rtn 
-:      021692 get_rfcomm_uih_head_struct:
-0x6c1a 021693 ifetch 1 ,contr 
-0x6c1b 021694 rshift pdata ,pdata 
-0x6c1c 021695 store 1 ,mem_uih_cmd_type 
-0x6c1d 021696 call get_rfcomm_length_common 
-0x6c1e 021697 storet 2 ,mem_uih_length 
-0x6c1f 021698 copy contr ,pdata 
-0x6c20 021699 store 2 ,mem_param_payload_ptr 
-0x6c21 021700 rtn 
-:      021703 get_param_payload_ptr:
-0x6c22 021704 fetch 2 ,mem_param_payload_ptr 
-0x6c23 021705 copy pdata ,contr 
-0x6c24 021706 rtn 
-:      021708 get_rfcomm_param_length_common:
-0x6c25 021709 fetch 2 ,mem_param_payload_ptr 
-0x6c26 021710 copy pdata ,contr 
-:      021711 get_rfcomm_length_common:
-0x6c27 021712 ifetch 1 ,contr 
-0x6c28 021713 copy pdata ,temp 
-0x6c29 021714 rshift temp ,temp 
-0x6c2a 021715 rtnbit1 0 
-0x6c2b 021716 ifetch 1 ,contr 
-0x6c2c 021717 lshift3 pdata ,pdata 
-0x6c2d 021718 lshift4 pdata ,pdata 
-0x6c2e 021719 iadd temp ,temp 
-0x6c2f 021720 rtn 
-:      021722 get_rfcomm_prarmer_negotiation:
-0x6c30 021723 ifetch 1 ,contr 
-0x6c31 021724 store 1 ,mem_pn_dlci 
-0x6c32 021725 ifetch 1 ,contr 
-0x6c33 021726 store 1 ,mem_pn_credit_flow_type_info 
-0x6c34 021727 ifetch 1 ,contr 
-0x6c35 021728 store 1 ,mem_pn_priority 
-0x6c36 021729 ifetch 1 ,contr 
-0x6c37 021730 store 1 ,mem_pn_acknowledg_timer 
-0x6c38 021731 ifetch 2 ,contr 
-0x6c39 021732 store 2 ,mem_pn_max_frame_size 
-0x6c3a 021733 ifetch 1 ,contr 
-0x6c3b 021734 store 1 ,mem_pn_max_retrans 
-0x6c3c 021735 ifetch 1 ,contr 
-0x6c3d 021736 store 1 ,mem_remote_credits 
-0x6c3e 021737 rtn 
-:      021740 parse_dlci0_rp_uih_ms_cmd:
-0x6c3f 021741 call get_rfcomm_param_modem_status 
-0x6c40 021742 fetch 1 ,mem_ms_channel 
-0x6c41 021743 sub pdata ,1 ,null 
-0x6c42 021744 branch parse_dlci0_rp_uih_ms_cmd_spp ,zero 
-0x6c43 021745 branch assert 
-:      021746 parse_dlci0_rp_uih_ms_cmd_spp:
-0x6c44 021747 fetch 1 ,mem_spp_state 
-0x6c45 021748 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6c46 021749 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6c47 021750 store 1 ,mem_spp_state 
-0x6c48 021751 fetcht 1 ,mem_pn_dlci 
-0x6c49 021752 lshift2 temp ,temp 
-0x6c4a 021753 or_into 3 ,temp 
-0x6c4b 021754 call rfcomm_send_modem_status_res 
-0x6c4c 021755 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
-0x6c4d 021756 branch rfcomm_rx_process_end 
-:      021758 parse_dlci0_rp_uih_ms_res:
-0x6c4e 021759 call get_rfcomm_param_modem_status 
-0x6c4f 021760 fetch 1 ,mem_ms_channel 
-0x6c50 021761 sub pdata ,1 ,null 
-0x6c51 021762 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
-0x6c52 021763 branch assert 
-:      021764 parse_dlci0_rp_uih_ms_res_spp:
-0x6c53 021765 fetch 1 ,mem_spp_state 
-0x6c54 021766 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6c55 021767 store 1 ,mem_spp_state 
-0x6c56 021768 branch rfcomm_rx_process_end 
-:      021770 parse_uih_rp:
-0x6c57 021771 fetch 1 ,mem_current_channel 
-0x6c58 021772 sub pdata ,spp_slave_channel ,null 
-0x6c59 021773 branch parse_uih_rp_spp ,zero 
-0x6c5a 021774 branch assert 
-:      021775 parse_uih_rp_spp:
-0x6c5b 021776 fetch 1 ,mem_current_frame_type 
-0x6c5c 021777 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
-0x6c5d 021778 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
-0x6c5e 021779 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6c5f 021780 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6c60 021781 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
-0x6c61 021782 branch assert 
-:      021783 parse_uih_rp_spp_ua:
-0x6c62 021784 fetch 1 ,mem_spp_state 
-0x6c63 021785 set1 rfcomm_channel_state_ua ,pdata 
-0x6c64 021786 store 1 ,mem_spp_state 
-0x6c65 021787 branch rfcomm_rx_process_end 
-:      021788 parse_uih_rp_spp_sabm:
-0x6c66 021789 fetch 1 ,mem_spp_state 
-0x6c67 021790 set1 rfcomm_channel_state_ua ,pdata 
-0x6c68 021791 set1 rfcomm_channel_state_sabm ,pdata 
-0x6c69 021792 store 1 ,mem_spp_state 
-0x6c6a 021793 fetch 1 ,mem_current_adss 
-0x6c6b 021794 call rfcomm_calculate_fcs_ua 
-0x6c6c 021795 store 1 ,mem_current_fcs 
-0x6c6d 021796 call rfcomm_send_ua 
-0x6c6e 021797 fetch 1 ,mem_current_adss 
-0x6c6f 021798 rshift2 pdata ,pdata 
-0x6c70 021799 store 1 ,mem_pn_dlci 
-0x6c71 021800 lshift2 pdata ,pdata 
-0x6c72 021801 set0 rfcomm_address_cr ,pdata 
-0x6c73 021802 set1 rfcomm_address_ext_len ,pdata 
-0x6c74 021803 arg mem_hiufcs_spp ,temp 
-0x6c75 021804 storet 2 ,mem_contw_temp 
-0x6c76 021805 call rfcomm_save_fcs_uih 
-0x6c77 021806 branch rfcomm_rx_process_end 
-:      021808 parse_uih_spp_uih_credits:
-0x6c78 021809 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6c79 021810 copy pdata ,contr 
-0x6c7a 021811 increase 1 ,pdata 
-0x6c7b 021812 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6c7c 021813 ifetch 1 ,contr 
-0x6c7d 021814 fetcht 1 ,mem_remote_credits 
-0x6c7e 021815 iadd temp ,pdata 
-0x6c7f 021816 store 1 ,mem_remote_credits 
-:      021817 parse_uih_spp_uih:
-0x6c80 021818 call rfcomm_increase_credit_given 
-:      021819 parse_uih_spp_uih_cont:
-0x6c81 021820 call get_rfcomm_snd_adss 
-0x6c82 021821 call rfcomm_send_uih_without_payload 
-0x6c83 021822 call spp_process_rx_data 
-0x6c84 021823 branch rfcomm_rx_process_end 
-:      021825 parse_uih_rp_spp_disconn:
-0x6c85 021826 call rfcomm_init_spp 
-0x6c86 021827 fetch 1 ,mem_current_adss 
-0x6c87 021828 call rfcomm_calculate_fcs_ua 
-0x6c88 021829 store 1 ,mem_current_fcs 
-0x6c89 021830 call rfcomm_send_ua 
-0x6c8a 021831 branch rfcomm_rx_process_end 
-:      021836 rfcomm_rx_process_reconn:
-0x6c8b 021837 fetch 2 ,mem_l2cap_payload_ptr 
-0x6c8c 021838 copy pdata ,contr 
-0x6c8d 021839 call get_rfcomm_head_struct 
-0x6c8e 021840 fetch 1 ,mem_current_channel 
-0x6c8f 021841 beq 0 ,parse_dlci0_reconn 
-0x6c90 021842 branch parse_uih_reconn 
-:      021844 parse_dlci0_reconn:
-0x6c91 021845 set1 mark_ext_patch ,mark 
-0x6c92 021846 bpatch patch38_2 ,mem_patch38 
-0x6c93 021847 fetch 1 ,mem_current_frame_type 
-0x6c94 021848 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6c95 021849 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6c96 021850 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
-0x6c97 021851 branch rfcomm_rx_process_end 
-:      021852 parse_dlci0_reconn_uih:
-0x6c98 021853 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6c99 021854 copy pdata ,contr 
-0x6c9a 021855 call get_rfcomm_uih_head_struct 
-0x6c9b 021856 fetch 1 ,mem_uih_cmd_type 
-0x6c9c 021857 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
-0x6c9d 021858 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
-0x6c9e 021859 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
-0x6c9f 021860 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
-0x6ca0 021861 branch rfcomm_rx_process_end 
-:      021863 parse_dlci0_reconn_uih_pn_cmd:
-0x6ca1 021864 call parse_dlci0_rp_uih_pn_res_common 
-0x6ca2 021865 fetch 1 ,mem_pn_dlci 
-0x6ca3 021866 rshift pdata ,pdata 
-0x6ca4 021867 fetcht 1 ,mem_remote_spp_channel 
-0x6ca5 021868 isub temp ,null 
-0x6ca6 021869 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
-0x6ca7 021870 branch assert 
-:      021871 parse_dlci0_reconn_uih_pn_cmd_spp:
-0x6ca8 021872 fetch 1 ,mem_spp_state 
-0x6ca9 021873 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6caa 021874 store 1 ,mem_spp_state 
-0x6cab 021875 branch rfcomm_rx_process_end 
-:      021877 parse_dlci0_reconn_uih_ms_cmd:
-0x6cac 021878 call get_rfcomm_param_modem_status 
-0x6cad 021879 fetch 1 ,mem_ms_channel 
-0x6cae 021880 fetcht 1 ,mem_remote_spp_channel 
-0x6caf 021881 isub temp ,null 
-0x6cb0 021882 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
-0x6cb1 021883 branch assert 
-0x6cb2 021884 branch rfcomm_rx_process_end 
-:      021885 parse_dlci0_reconn_uih_ms_cmd_spp:
-0x6cb3 021886 fetch 1 ,mem_spp_state 
-0x6cb4 021887 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6cb5 021888 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6cb6 021889 store 1 ,mem_spp_state 
-0x6cb7 021890 fetcht 1 ,mem_pn_dlci 
-0x6cb8 021891 lshift2 temp ,temp 
-0x6cb9 021892 or_into 3 ,temp 
-0x6cba 021893 call rfcomm_send_modem_status_res 
-0x6cbb 021894 branch rfcomm_rx_process_end 
-:      021896 parse_dlci0_reconn_uih_ms_res:
-0x6cbc 021897 call get_rfcomm_param_modem_status 
-0x6cbd 021898 fetch 1 ,mem_ms_channel 
-0x6cbe 021899 fetcht 1 ,mem_remote_spp_channel 
-0x6cbf 021900 isub temp ,null 
-0x6cc0 021901 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
-0x6cc1 021902 branch assert 
-:      021903 parse_dlci0_reconn_uih_ms_res_spp:
-0x6cc2 021904 fetch 1 ,mem_spp_state 
-0x6cc3 021905 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6cc4 021906 store 1 ,mem_spp_state 
-0x6cc5 021907 branch rfcomm_rx_process_end 
-:      021909 parse_uih_reconn:
-0x6cc6 021910 fetch 1 ,mem_current_channel 
-0x6cc7 021911 fetcht 1 ,mem_remote_spp_channel 
-0x6cc8 021912 isub temp ,null 
-0x6cc9 021913 branch parse_uih_reconn_spp ,zero 
-0x6cca 021914 branch assert 
-0x6ccb 021915 branch rfcomm_rx_process_end 
-:      021917 parse_uih_reconn_spp:
-0x6ccc 021918 fetch 1 ,mem_current_frame_type 
-0x6ccd 021919 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
-0x6cce 021920 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6ccf 021921 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6cd0 021922 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
-:      021923 parse_uih_reconn_spp_ua:
-0x6cd1 021924 fetch 1 ,mem_spp_state 
-0x6cd2 021925 set1 rfcomm_channel_state_ua ,pdata 
-0x6cd3 021926 store 1 ,mem_spp_state 
-0x6cd4 021927 branch rfcomm_rx_process_end 
-:      021928 parse_uih_reconn_spp_sabm:
-0x6cd5 021929 branch parse_uih_reconn_spp_sabm 
-:      021930 parse_uih_reconn_spp_disconn:
-0x6cd6 021931 branch parse_uih_rp_spp_disconn 
-:      021932 rfcomm_rx_process_end:
-0x6cd7 021933 rtn 
-:      021935 rfcomm_send_more_pkt:
-0x6cd8 021936 fetch 1 ,mem_rfcomm_send_more_pkt 
-0x6cd9 021937 rtn blank 
-0x6cda 021938 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
-0x6cdb 021939 branch assert 
-:      021941 rfcomm_send_more_pkt_msc_cmd_spp:
-0x6cdc 021942 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6cdd 021943 call l2cap_malloc_rfcomm_channel 
-0x6cde 021944 arg spp_slave_channel ,temp 
-0x6cdf 021945 lshift3 temp ,temp 
-:      021946 rfcomm_send_more_pkt_msc_cmd_spp0:
-0x6ce0 021947 or_into 0x03 ,temp 
-0x6ce1 021948 arg 0xaa ,rega 
-0x6ce2 021949 call rfcomm_send_modem_status_cmd 
-0x6ce3 021950 call l2cap_get_rfcomm_tx_buff 
-0x6ce4 021951 copy contw ,contr 
-0x6ce5 021952 ifetch 2 ,contr 
-0x6ce6 021953 branch assert ,blank 
-0x6ce7 021954 rtn 
-:      021956 rfcomm_send_sabm:
-0x6ce8 021957 set1 mark_ext_patch ,mark 
-0x6ce9 021958 bpatch patch38_3 ,mem_patch38 
-0x6cea 021959 call l2cap_get_rfcomm_tx_buff 
-0x6ceb 021960 setarg 0x0004 
-0x6cec 021961 istore 2 ,contw 
-0x6ced 021962 fetch 2 ,mem_rfcomm_remote_cid 
-0x6cee 021963 istore 2 ,contw 
-0x6cef 021964 fetch 1 ,mem_current_adss 
-0x6cf0 021965 istore 1 ,contw 
-0x6cf1 021966 setarg 0x013f 
-0x6cf2 021967 istore 2 ,contw 
-0x6cf3 021968 fetch 1 ,mem_current_fcs 
-0x6cf4 021969 istore 1 ,contw 
-0x6cf5 021970 rtn 
-:      021971 rfcomm_send_ua:
-0x6cf6 021972 set1 mark_ext_patch ,mark 
-0x6cf7 021973 bpatch patch38_4 ,mem_patch38 
-0x6cf8 021974 call l2cap_malloc_rfcomm_channel 
-0x6cf9 021975 call l2cap_get_rfcomm_tx_buff 
-0x6cfa 021976 setarg 0x0004 
-0x6cfb 021977 istore 2 ,contw 
-0x6cfc 021978 fetch 2 ,mem_rfcomm_remote_cid 
-0x6cfd 021979 istore 2 ,contw 
-0x6cfe 021980 fetch 1 ,mem_current_adss 
-0x6cff 021981 istore 1 ,contw 
-0x6d00 021982 setarg 0x0173 
-0x6d01 021983 istore 2 ,contw 
-0x6d02 021984 fetch 1 ,mem_current_fcs 
-0x6d03 021985 istore 1 ,contw 
-0x6d04 021986 rtn 
-:      021987 rfcomm_send_param_neg_cmd:
-0x6d05 021988 set1 mark_ext_patch ,mark 
-0x6d06 021989 bpatch patch38_5 ,mem_patch38 
-0x6d07 021990 call l2cap_get_rfcomm_tx_buff 
-0x6d08 021991 setarg 0x000e 
-0x6d09 021992 istore 2 ,contw 
-0x6d0a 021993 fetch 2 ,mem_rfcomm_remote_cid 
-0x6d0b 021994 istore 2 ,contw 
-0x6d0c 021995 fetch 1 ,mem_rfcomm_initiator 
-0x6d0d 021996 lshift pdata ,pdata 
-0x6d0e 021997 set1 0 ,pdata 
-0x6d0f 021998 istore 1 ,contw 
-0x6d10 021999 setarg 0x15ef 
-0x6d11 022000 istore 2 ,contw 
-0x6d12 022001 setarg 0x1183 
-0x6d13 022002 istore 2 ,contw 
-0x6d14 022003 copy temp ,pdata 
-0x6d15 022004 istore 1 ,contw 
-0x6d16 022005 setarg 0x0000f0 
-0x6d17 022006 istore 3 ,contw 
-0x6d18 022007 setarg rfcomm_max_frame_size 
-0x6d19 022008 istore 2 ,contw 
-0x6d1a 022009 setarg 0 
-0x6d1b 022010 istore 1 ,contw 
-0x6d1c 022011 setarg 0x01 
-0x6d1d 022012 istore 1 ,contw 
-0x6d1e 022013 call rfcomm_calculate_fcs_dlci0 
-0x6d1f 022014 istore 1 ,contw 
-0x6d20 022015 jam 0x10 ,mem_credit_given 
-0x6d21 022016 rtn 
-:      022017 rfcomm_send_param_neg_res:
-0x6d22 022018 set1 mark_ext_patch ,mark 
-0x6d23 022019 bpatch patch38_6 ,mem_patch38 
-0x6d24 022020 call l2cap_malloc_rfcomm_channel 
-0x6d25 022021 call l2cap_get_rfcomm_tx_buff 
-0x6d26 022022 setarg 0x000e 
-0x6d27 022023 istore 2 ,contw 
-0x6d28 022024 fetch 2 ,mem_rfcomm_remote_cid 
-0x6d29 022025 istore 2 ,contw 
-0x6d2a 022026 fetch 1 ,mem_rfcomm_initiator 
-0x6d2b 022027 lshift pdata ,pdata 
-0x6d2c 022028 set1 0 ,pdata 
-0x6d2d 022029 istore 1 ,contw 
-0x6d2e 022030 setarg 0x15ef 
-0x6d2f 022031 istore 2 ,contw 
-0x6d30 022032 setarg 0x1181 
-0x6d31 022033 istore 2 ,contw 
-0x6d32 022034 fetch 1 ,mem_pn_dlci 
-0x6d33 022035 istore 1 ,contw 
-0x6d34 022036 setarg 0x0000e0 
-0x6d35 022037 istore 3 ,contw 
-0x6d36 022038 setarg rfcomm_max_frame_size 
-0x6d37 022039 istore 2 ,contw 
-0x6d38 022040 setarg 0x00 
-0x6d39 022041 istore 1 ,contw 
-0x6d3a 022042 setarg 0x07 
-0x6d3b 022043 istore 1 ,contw 
-0x6d3c 022044 call rfcomm_calculate_fcs_dlci0 
-0x6d3d 022045 istore 1 ,contw 
-0x6d3e 022046 rtn 
-:      022047 rfcomm_send_modem_status_cmd:
-0x6d3f 022048 set1 mark_ext_patch ,mark 
-0x6d40 022049 bpatch patch38_7 ,mem_patch38 
-0x6d41 022050 call l2cap_get_rfcomm_tx_buff 
-0x6d42 022051 setarg 0x0008 
-0x6d43 022052 istore 2 ,contw 
-0x6d44 022053 fetch 2 ,mem_rfcomm_remote_cid 
-0x6d45 022054 istore 2 ,contw 
-0x6d46 022055 fetch 1 ,mem_rfcomm_initiator 
-0x6d47 022056 lshift pdata ,pdata 
-0x6d48 022057 set1 0 ,pdata 
-0x6d49 022058 istore 1 ,contw 
-0x6d4a 022059 setarg 0x09ef 
-0x6d4b 022060 istore 2 ,contw 
-0x6d4c 022061 setarg 0x05e3 
-0x6d4d 022062 istore 2 ,contw 
-0x6d4e 022063 copy temp ,pdata 
-0x6d4f 022064 istore 1 ,contw 
-0x6d50 022065 setarg 0x8d 
-0x6d51 022066 istore 1 ,contw 
-0x6d52 022067 call rfcomm_calculate_fcs_dlci0 
-0x6d53 022068 istore 1 ,contw 
-0x6d54 022069 rtn 
-:      022071 rfcomm_send_modem_status_res:
-0x6d55 022072 set1 mark_ext_patch ,mark 
-0x6d56 022073 bpatch patch39_0 ,mem_patch39 
-0x6d57 022074 call l2cap_malloc_rfcomm_channel 
-0x6d58 022075 call l2cap_get_rfcomm_tx_buff 
-0x6d59 022076 setarg 0x0008 
-0x6d5a 022077 istore 2 ,contw 
-0x6d5b 022078 fetch 2 ,mem_rfcomm_remote_cid 
-0x6d5c 022079 istore 2 ,contw 
-0x6d5d 022080 copy temp ,timeup 
-0x6d5e 022081 fetch 1 ,mem_rfcomm_initiator 
-0x6d5f 022082 lshift pdata ,pdata 
-0x6d60 022083 set1 0 ,pdata 
-0x6d61 022084 istore 1 ,contw 
-0x6d62 022085 setarg 0x09ef 
-0x6d63 022086 istore 2 ,contw 
-0x6d64 022087 setarg 0x05e1 
-0x6d65 022088 istore 2 ,contw 
-0x6d66 022089 copy timeup ,pdata 
-0x6d67 022090 istore 1 ,contw 
-0x6d68 022091 setarg 0x8d 
-0x6d69 022092 istore 1 ,contw 
-0x6d6a 022093 call rfcomm_calculate_fcs_dlci0 
-0x6d6b 022094 istore 1 ,contw 
-0x6d6c 022095 rtn 
-:      022097 rfcomm_send_uih_without_payload:
-0x6d6d 022098 set1 mark_ext_patch ,mark 
-0x6d6e 022099 bpatch patch39_1 ,mem_patch39 
-0x6d6f 022100 fetch 1 ,mem_credit_given 
-0x6d70 022101 rtn blank 
-0x6d71 022102 hfetch 2 ,core_uart_rxitems 
-0x6d72 022103 nrtn blank 
-0x6d73 022104 copy rega ,pdata 
-0x6d74 022105 store 1 ,mem_pdatatemp + 1 
-0x6d75 022106 storet 1 ,mem_pdatatemp 
-0x6d76 022107 call l2cap_malloc_is_fifo_full 
-0x6d77 022108 nrtn blank 
-0x6d78 022109 call l2cap_malloc_rfcomm_channel 
-0x6d79 022110 call l2cap_get_rfcomm_tx_buff 
-0x6d7a 022111 setarg 0x05 
-0x6d7b 022112 istore 2 ,contw 
-0x6d7c 022113 fetch 2 ,mem_rfcomm_remote_cid 
-0x6d7d 022114 istore 2 ,contw 
-0x6d7e 022115 fetch 1 ,mem_rfcomm_send_adss 
-0x6d7f 022116 istore 1 ,contw 
-0x6d80 022117 setarg 0x01ff 
-0x6d81 022118 istore 2 ,contw 
-0x6d82 022119 fetch 1 ,mem_credit_given 
-0x6d83 022120 istore 1 ,contw 
-0x6d84 022121 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6d85 022122 istore 1 ,contw 
-0x6d86 022123 jam 0 ,mem_credit_given 
-0x6d87 022124 rtn 
-:      022126 rfcomm_increase_credit_given:
-0x6d88 022127 fetch 2 ,mem_current_length 
-0x6d89 022128 rtn blank 
-0x6d8a 022129 fetch 1 ,mem_credit_given 
-0x6d8b 022130 increase 1 ,pdata 
-0x6d8c 022131 store 1 ,mem_credit_given 
-0x6d8d 022132 rtn 
-:      022134 spp_process_rx_data:
-0x6d8e 022135 set1 mark_ext_patch ,mark 
-0x6d8f 022136 bpatch patch39_2 ,mem_patch39 
-0x6d90 022137 fetch 2 ,mem_current_length 
-0x6d91 022138 copy pdata ,loopcnt 
-0x6d92 022139 call uartd_prepare_tx 
-0x6d93 022140 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6d94 022141 copy pdata ,contr 
-0x6d95 022142 call uart_copy_tx_bytes 
-0x6d96 022143 branch uartd_send 
-:      022145 spp_tx_rfcomm_packet:
-0x6d97 022146 set1 mark_ext_patch ,mark 
-0x6d98 022147 bpatch patch39_3 ,mem_patch39 
-0x6d99 022149 fetch 1 ,mem_remote_credits 
-0x6d9a 022150 rtn blank 
-0x6d9b 022151 increase -1 ,pdata 
-0x6d9c 022152 store 1 ,mem_remote_credits 
-0x6d9d 022153 fetch 2 ,mem_pn_max_frame_size 
-0x6d9e 022154 fetcht 2 ,mem_current_packet_length 
-0x6d9f 022155 isub temp ,null 
-0x6da0 022156 branch spp_tx_rfcomm_from_uart ,positive 
-0x6da1 022157 store 2 ,mem_current_packet_length 
-:      022158 spp_tx_rfcomm_from_uart:
-0x6da2 022159 fetch 1 ,mem_credit_given 
-0x6da3 022160 branch spp_tx_rfcomm_from_uart_without_credit ,blank 
-0x6da4 022161 jam 1 ,mem_rfcomm_send_offset 
-0x6da5 022162 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6da6 022163 store 1 ,mem_rfcomm_send_fcs 
-0x6da7 022164 setarg rsp_rx_uih_wdata 
-0x6da8 022165 store 1 ,mem_rfcomm_send_frame_type 
-0x6da9 022166 branch spp_tx_rfcomm_from_uart_common 
-:      022167 spp_tx_rfcomm_from_uart_without_credit:
-0x6daa 022168 jam 0 ,mem_rfcomm_send_offset 
-0x6dab 022169 fetch 1 ,mem_hiufcs_spp 
-0x6dac 022170 store 1 ,mem_rfcomm_send_fcs 
-0x6dad 022171 setarg rsp_tx_uih 
-0x6dae 022172 store 1 ,mem_rfcomm_send_frame_type 
-:      022173 spp_tx_rfcomm_from_uart_common:
-0x6daf 022174 set1 mark_ext_patch ,mark 
-0x6db0 022175 bpatch patch39_4 ,mem_patch39 
-0x6db1 022176 fetch 1 ,mem_current_packet_length 
-0x6db2 022177 sub pdata ,127 ,null 
-0x6db3 022178 branch spp_tx_rfcomm_from_uart_common0 ,positive 
-0x6db4 022179 fetch 1 ,mem_rfcomm_send_offset 
-0x6db5 022180 increase 1 ,pdata 
-0x6db6 022181 store 1 ,mem_rfcomm_send_offset 
-:      022182 spp_tx_rfcomm_from_uart_common0:
-0x6db7 022183 call get_rfcomm_snd_adss 
-0x6db8 022184 fetch 2 ,mem_current_packet_length 
-0x6db9 022185 increase 8 ,pdata 
-0x6dba 022186 fetcht 1 ,mem_rfcomm_send_offset 
-0x6dbb 022187 iadd temp ,rega 
-0x6dbc 022189 call l2cap_malloc 
-0x6dbd 022190 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x6dbe 022191 increase 4 ,pdata 
-0x6dbf 022192 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x6dc0 022193 copy pdata ,contw 
-0x6dc1 022194 fetch 1 ,mem_rfcomm_send_adss 
-0x6dc2 022195 istore 1 ,contw 
-0x6dc3 022196 fetch 1 ,mem_rfcomm_send_frame_type 
-0x6dc4 022197 istore 1 ,contw 
-0x6dc5 022198 call spp_tx_write_length 
-0x6dc6 022199 call spp_tx_write_given_credit 
-0x6dc7 022200 call get_uart_rrptr 
-0x6dc8 022201 fetch 1 ,mem_current_packet_length 
-0x6dc9 022202 copy pdata ,loopcnt 
-0x6dca 022203 call uart_copy_rx_bytes 
-0x6dcb 022204 fetch 1 ,mem_rfcomm_send_fcs 
-0x6dcc 022205 istore 1 ,contw 
-0x6dcd 022206 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x6dce 022207 copy pdata ,contw 
-0x6dcf 022208 fetch 2 ,mem_current_packet_length 
-0x6dd0 022209 fetcht 1 ,mem_rfcomm_send_offset 
-0x6dd1 022210 iadd temp ,pdata 
-0x6dd2 022211 increase 4 ,pdata 
-0x6dd3 022212 istore 2 ,contw 
-0x6dd4 022213 fetch 2 ,mem_rfcomm_remote_cid 
-0x6dd5 022214 istore 2 ,contw 
-0x6dd6 022215 jam 0 ,mem_credit_given 
-0x6dd7 022216 branch spp_send_end 
-:      022218 spp_tx_write_length:
-0x6dd8 022219 fetch 2 ,mem_current_packet_length 
-0x6dd9 022220 sub pdata ,0x7f ,null 
-0x6dda 022221 nbranch spp_tx_write_long_packet ,positive 
-0x6ddb 022222 lshift pdata ,pdata 
-0x6ddc 022223 set1 0 ,pdata 
-0x6ddd 022224 istore 1 ,contw 
-0x6dde 022225 rtn 
-:      022226 spp_tx_write_long_packet:
-0x6ddf 022227 fetch 2 ,mem_current_packet_length 
-0x6de0 022228 rshift3 pdata ,pdata 
-0x6de1 022229 rshift4 pdata ,temp 
-0x6de2 022230 and_into 0x7f ,pdata 
-0x6de3 022231 lshift pdata ,pdata 
-0x6de4 022232 set0 0 ,pdata 
-0x6de5 022233 istore 1 ,contw 
-0x6de6 022234 istoret 1 ,contw 
-0x6de7 022235 rtn 
-:      022236 spp_tx_write_given_credit:
-0x6de8 022237 fetch 1 ,mem_credit_given 
-0x6de9 022238 rtn blank 
-0x6dea 022239 istore 1 ,contw 
-0x6deb 022240 rtn 
-:      022245 scheduler_process:
-0x6dec 022246 set1 mark_ext_patch ,mark 
-0x6ded 022247 bpatch patch33_5 ,mem_patch33 
-0x6dee 022248 call check_51cmd 
-0x6def 022249 call app_process_bb_event 
-0x6df0 022250 call process_conn_sm 
-0x6df1 022252 set1 mark_ext_patch ,mark 
-0x6df2 022253 bpatch patch33_6 ,mem_patch33 
-0x6df3 022254 call sp_calc_sequence 
-0x6df4 022255 call simple_pairing_sequence 
-0x6df5 022256 call master_simple_paring_sequence 
-0x6df6 022258 set1 mark_ext_patch ,mark 
-0x6df7 022259 bpatch patch33_7 ,mem_patch33 
-0x6df8 022260 fetch 1 ,mem_device_option 
-0x6df9 022261 rtneq dvc_op_hci 
-0x6dfa 022263 call l2cap_malloc_is_fifo_full 
-0x6dfb 022264 nrtn blank 
-0x6dfc 022266 call l2cap_call_proc_sigal_pending 
-:      022267 scheduler_process1:
-0x6dfd 022268 call l2cap_malloc_is_fifo_full 
-0x6dfe 022269 nrtn blank 
-0x6dff 022270 set1 mark_ext_patch ,mark 
-0x6e00 022271 bpatch patch34_0 ,mem_patch34 
-0x6e01 022273 call process_upper_sm 
-0x6e02 022274 call l2cap_send_config_req 
-0x6e03 022275 call rfcomm_send_more_pkt 
-:      022276 scheduler_process0:
-0x6e04 022277 call scheduler_tx_disconnect_hid 
-0x6e05 022278 set1 mark_ext_patch ,mark 
-0x6e06 022279 bpatch patch34_1 ,mem_patch34 
-0x6e07 022280 call l2cap_malloc_is_fifo_full 
-0x6e08 022281 nrtn blank 
-0x6e09 022282 branch app_process_bt 
-:      022284 scheduler_tx_disconnect_hid:
-0x6e0a 022285 set1 mark_ext_patch ,mark 
-0x6e0b 022286 bpatch patch34_2 ,mem_patch34 
-0x6e0c 022287 fetch 1 ,mem_control_tasks 
-0x6e0d 022288 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
-0x6e0e 022289 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
-0x6e0f 022290 rtn 
-:      022292 scheduler_tx_l2cap_pkt:
-0x6e10 022293 set1 mark_ext_patch ,mark 
-0x6e11 022294 bpatch patch34_3 ,mem_patch34 
-0x6e12 022295 call l2cap_malloc_is_fifo_empty 
-0x6e13 022296 rtn blank 
-0x6e14 022297 fetch 1 ,mem_op 
-0x6e15 022298 rtnbit1 op_txl2cap 
-0x6e16 022299 call l2cap_malloc_fifo_out 
-0x6e17 022300 store 2 ,mem_txptr 
-0x6e18 022301 copy pdata ,contr 
-0x6e19 022302 ifetch 2 ,contr 
-0x6e1a 022303 increase 4 ,pdata 
-0x6e1b 022304 store 2 ,mem_tx_len 
-0x6e1c 022305 jam 6 ,mem_tx_lch 
-0x6e1d 022306 set1 mark_ext_patch ,mark 
-0x6e1e 022307 bpatch patch34_4 ,mem_patch34 
-0x6e1f 022308 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6e20 022309 branch scheduler_tx_l2cap_start_pkt ,blank 
-0x6e21 022310 fetch 1 ,mem_op 
-0x6e22 022311 rtnbit0 op_pkt_comp 
-0x6e23 022312 set0 op_pkt_comp ,pdata 
-0x6e24 022313 store 1 ,mem_op 
-0x6e25 022314 jam 5 ,mem_tx_lch 
-0x6e26 022315 fetcht 2 ,mem_l2cap_tx_multi_offset 
-0x6e27 022316 fetch 2 ,mem_txptr 
-0x6e28 022317 iadd temp ,pdata 
-0x6e29 022318 store 2 ,mem_txptr 
-0x6e2a 022319 fetch 2 ,mem_tx_len 
-0x6e2b 022320 isub temp ,pdata 
-0x6e2c 022321 store 2 ,mem_tx_len 
-:      022322 scheduler_tx_l2cap_start_pkt:
-0x6e2d 022323 set1 mark_ext_patch ,mark 
-0x6e2e 022324 bpatch patch34_5 ,mem_patch34 
-0x6e2f 022325 fetch 2 ,mem_tx_len 
-0x6e30 022326 branch assert ,blank 
-0x6e31 022327 arg l2cap_max_pkt_len ,temp 
-0x6e32 022328 isub temp ,pdata 
-0x6e33 022329 nbranch scheduler_tx_l2cap_last_pkt ,positive 
-0x6e34 022330 set1 mark_ext_patch ,mark 
-0x6e35 022331 bpatch patch34_6 ,mem_patch34 
-0x6e36 022332 storet 2 ,mem_tx_len 
-0x6e37 022333 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6e38 022334 iadd temp ,pdata 
-0x6e39 022335 store 2 ,mem_l2cap_tx_multi_offset 
-0x6e3a 022336 branch scheduler_tx_l2cap_pkt_end 
-:      022337 scheduler_tx_l2cap_last_pkt:
-0x6e3b 022338 setarg 0 
-0x6e3c 022339 store 2 ,mem_l2cap_tx_multi_offset 
-:      022340 scheduler_tx_l2cap_pkt_end:
-0x6e3d 022341 fetch 1 ,mem_op 
-0x6e3e 022342 set1 op_txl2cap ,pdata 
-0x6e3f 022343 store 1 ,mem_op 
-0x6e40 022344 rtn 
-:      022346 scheduler_start_upper_sm:
-0x6e41 022347 fetch 1 ,mem_ui_profile_supported 
-0x6e42 022348 bbit1 support_hid ,scheduler_start_upper_sm_hid 
-0x6e43 022349 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
-0x6e44 022350 rtn 
-:      022351 scheduler_start_upper_sm_hid:
-0x6e45 022352 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6e46 022353 rtn 
-:      022355 process_upper_sm:
-0x6e47 022356 fetch 1 ,memui_reconnect_mode 
-0x6e48 022357 nbranch process_upper_sm_reconn ,blank 
-:      022358 process_upper_sm_remote_page:
-0x6e49 022359 fetch 1 ,mem_upper_sm_remote_page 
-0x6e4a 022361 rtn blank 
-0x6e4b 022363 jam 0 ,mem_upper_sm_remote_page 
-:      022364 process_upper_sm_rp_wait:
-0x6e4c 022365 rtn 
-:      022368 process_upper_sm_reconn:
-0x6e4d 022369 set1 mark_ext_patch ,mark 
-0x6e4e 022370 bpatch patch34_7 ,mem_patch34 
-0x6e4f 022371 fetch 1 ,mem_upper_sm_reconn 
-0x6e50 022372 rtn blank 
-0x6e51 022373 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
-0x6e52 022374 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
-0x6e53 022375 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
-0x6e54 022376 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
-0x6e55 022377 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
-0x6e56 022378 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
-0x6e57 022379 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
-0x6e58 022380 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
-0x6e59 022381 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
-0x6e5a 022382 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
-0x6e5b 022383 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
-0x6e5c 022384 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
-0x6e5d 022385 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
-0x6e5e 022386 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
-0x6e5f 022387 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
-0x6e60 022388 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
-0x6e61 022389 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
-0x6e62 022390 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
-0x6e63 022391 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
-0x6e64 022392 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
-0x6e65 022393 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
-0x6e66 022394 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
-0x6e67 022395 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
-0x6e68 022396 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
-0x6e69 022397 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
-0x6e6a 022398 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
-0x6e6b 022399 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
-0x6e6c 022400 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
-:      022401 process_upper_sm_reconn_wait:
-0x6e6d 022402 rtn 
-:      022403 process_upper_sm_reconn_sdp_conn:
-0x6e6e 022404 call upper_sm_send_sdp_conn 
-0x6e6f 022405 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
-0x6e70 022406 fetch 1 ,mem_sdp_state 
-0x6e71 022407 set1 l2cap_channel_state_conn_req ,pdata 
-0x6e72 022408 store 1 ,mem_sdp_state 
-0x6e73 022409 rtn 
-:      022410 process_upper_sm_reconn_sdp_cfg:
-0x6e74 022411 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6e75 022412 fetch 1 ,mem_sdp_state 
-0x6e76 022413 rtnbit1 l2cap_channel_state_snd_cfg_req 
-0x6e77 022414 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6e78 022415 call upper_sm_send_sdp_cfg 
-0x6e79 022416 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6e7a 022417 fetch 1 ,mem_sdp_state 
-0x6e7b 022418 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6e7c 022419 store 1 ,mem_sdp_state 
-0x6e7d 022420 rtn 
-:      022421 process_upper_sm_reconn_ss_spp:
-0x6e7e 022422 call l2cap_malloc_is_fifo_empty 
-0x6e7f 022423 nrtn blank 
-0x6e80 022424 call upper_sm_send_ss_spp 
-0x6e81 022425 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
-0x6e82 022426 rtn 
-:      022427 process_upper_sm_reconn_sdp_disconn:
-0x6e83 022428 call upper_sm_send_sdp_disconn 
-0x6e84 022429 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
-0x6e85 022430 rtn 
-:      022431 process_upper_sm_reconn_hid_ctrl_conn:
-0x6e86 022432 call upper_sm_send_hid_ctrl_conn 
-0x6e87 022433 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
-0x6e88 022434 fetch 1 ,mem_hid_control_state 
-0x6e89 022435 set1 l2cap_channel_state_conn_req ,pdata 
-0x6e8a 022436 store 1 ,mem_hid_control_state 
-0x6e8b 022437 rtn 
-:      022438 process_upper_sm_reconn_hid_ctrl_cfg:
-0x6e8c 022439 call upper_sm_send_hid_ctrl_cfg 
-0x6e8d 022440 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
-0x6e8e 022441 fetch 1 ,mem_hid_control_state 
-0x6e8f 022442 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6e90 022443 store 1 ,mem_hid_control_state 
-0x6e91 022444 rtn 
-:      022445 process_upper_sm_reconn_hid_int_conn:
-0x6e92 022446 call upper_sm_send_hid_int_conn 
-0x6e93 022447 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
-0x6e94 022448 fetch 1 ,mem_hid_interrupt_state 
-0x6e95 022449 set1 l2cap_channel_state_conn_req ,pdata 
-0x6e96 022450 store 1 ,mem_hid_interrupt_state 
-0x6e97 022451 rtn 
-:      022452 process_upper_sm_reconn_hid_int_cfg:
-0x6e98 022453 call upper_sm_send_hid_int_cfg 
-0x6e99 022454 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
-0x6e9a 022455 fetch 1 ,mem_hid_interrupt_state 
-0x6e9b 022456 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6e9c 022457 store 1 ,mem_hid_interrupt_state 
-0x6e9d 022458 rtn 
-:      022459 process_upper_sm_reconn_rfcomm_conn:
-0x6e9e 022460 call upper_sm_send_rfcomm_conn 
-0x6e9f 022461 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
-0x6ea0 022462 fetch 1 ,mem_rfcomm_state 
-0x6ea1 022463 set1 l2cap_channel_state_conn_req ,pdata 
-0x6ea2 022464 store 1 ,mem_rfcomm_state 
-0x6ea3 022465 rtn 
-:      022466 process_upper_sm_reconn_rfcomm_cfg:
-0x6ea4 022467 call upper_sm_send_rfcomm_cfg 
-0x6ea5 022468 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
-0x6ea6 022469 fetch 1 ,mem_rfcomm_state 
-0x6ea7 022470 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6ea8 022471 store 1 ,mem_rfcomm_state 
-0x6ea9 022472 rtn 
-:      022473 process_upper_sm_reconn_rfcomm_sabm:
-0x6eaa 022474 call upper_sm_send_rfcomm_sabm 
-0x6eab 022475 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
-0x6eac 022476 fetch 1 ,mem_rfcomm_state 
-0x6ead 022477 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6eae 022478 store 1 ,mem_rfcomm_state 
-0x6eaf 022479 rtn 
-:      022480 process_upper_sm_reconn_spp_cmd_pn:
-0x6eb0 022481 call upper_sm_send_spp_cmd_pn 
-0x6eb1 022482 fetch 1 ,mem_spp_state 
-0x6eb2 022483 set1 rfcomm_channel_state_pn_cmd 
-0x6eb3 022484 store 1 ,mem_spp_state 
-0x6eb4 022485 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
-0x6eb5 022486 rtn 
-:      022487 process_upper_sm_reconn_spp_sabm:
-0x6eb6 022488 call upper_sm_send_spp_sabm 
-0x6eb7 022489 fetch 1 ,mem_spp_state 
-0x6eb8 022490 set1 rfcomm_channel_state_sabm 
-0x6eb9 022491 store 1 ,mem_spp_state 
-0x6eba 022492 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
-0x6ebb 022493 fetch 1 ,mem_remote_spp_channel 
-0x6ebc 022494 lshift3 pdata ,pdata 
-0x6ebd 022495 or_into 3 ,pdata 
-0x6ebe 022496 arg mem_hiufcs_spp ,temp 
-0x6ebf 022497 storet 2 ,mem_contw_temp 
-0x6ec0 022498 branch rfcomm_save_fcs_uih 
-:      022499 process_upper_sm_reconn_spp_cmd_ms:
-0x6ec1 022500 call upper_sm_send_spp_cmd_ms 
-0x6ec2 022501 fetch 1 ,mem_spp_state 
-0x6ec3 022502 set1 rfcomm_channel_state_snd_ms_cmd 
-0x6ec4 022503 store 1 ,mem_spp_state 
-0x6ec5 022504 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
-0x6ec6 022505 rtn 
-:      022507 process_upper_sm_reconn_sdp_conn_wait:
-0x6ec7 022508 fetch 1 ,mem_sdp_state 
-0x6ec8 022509 rtnbit0 l2cap_channel_state_conn_res 
-0x6ec9 022510 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6eca 022511 branch process_upper_sm_reconn 
-:      022512 process_upper_sm_reconn_sdp_cfg_wait:
-0x6ecb 022513 fetch 1 ,mem_sdp_state 
-0x6ecc 022514 rtnne l2cap_channel_setup_complete 
-0x6ecd 022515 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
-:      022516 process_upper_sm_reconn_ss_spp_wait:
-0x6ece 022517 fetch 1 ,mem_message_to_uppersm 
-0x6ecf 022518 rtnne recieve_ss_reasult_hf 
-0x6ed0 022519 jam 0 ,mem_message_to_uppersm 
-0x6ed1 022520 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
-0x6ed2 022521 branch process_upper_sm_reconn 
-:      022522 process_upper_sm_reconn_sdp_disconn_wait:
-0x6ed3 022523 fetch 1 ,mem_sdp_state 
-0x6ed4 022524 nrtn blank 
-0x6ed5 022525 fetch 1 ,mem_ui_profile_supported 
-0x6ed6 022526 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
-0x6ed7 022527 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6ed8 022528 branch process_upper_sm_reconn_termination 
-:      022529 process_upper_sm_reconn_hid_ctrl_conn_wait:
-0x6ed9 022530 fetch 1 ,mem_hid_control_state 
-0x6eda 022531 rtnbit0 l2cap_channel_state_conn_res 
-0x6edb 022532 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
-0x6edc 022533 branch process_upper_sm_reconn 
-:      022534 process_upper_sm_reconn_hid_ctrl_cfg_wait:
-0x6edd 022535 fetch 1 ,mem_hid_control_state 
-0x6ede 022536 rtnne l2cap_channel_setup_complete 
-0x6edf 022537 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
-0x6ee0 022538 branch process_upper_sm_reconn 
-:      022539 process_upper_sm_reconn_hid_int_conn_wait:
-0x6ee1 022540 fetch 1 ,mem_hid_interrupt_state 
-0x6ee2 022541 rtnbit0 l2cap_channel_state_conn_res 
-0x6ee3 022542 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
-0x6ee4 022543 branch process_upper_sm_reconn 
-:      022544 process_upper_sm_reconn_hid_int_cfg_wait:
-0x6ee5 022545 fetch 1 ,mem_hid_interrupt_state 
-0x6ee6 022546 rtnne l2cap_channel_setup_complete 
-0x6ee7 022547 fetch 1 ,mem_ui_profile_supported 
-0x6ee8 022548 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6ee9 022549 branch process_upper_sm_reconn_termination 
-:      022550 process_upper_sm_reconn_rfcomm_conn_wait:
-0x6eea 022551 fetch 1 ,mem_rfcomm_state 
-0x6eeb 022552 rtnbit0 l2cap_channel_state_conn_res 
-0x6eec 022553 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
-0x6eed 022554 branch process_upper_sm_reconn 
-:      022555 process_upper_sm_reconn_rfcomm_cfg_wait:
-0x6eee 022556 fetch 1 ,mem_rfcomm_state 
-0x6eef 022557 rtnne l2cap_channel_setup_complete 
-0x6ef0 022558 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
-0x6ef1 022559 branch process_upper_sm_reconn 
-:      022560 process_upper_sm_reconn_rfcomm_sabm_wait:
-0x6ef2 022561 fetch 1 ,mem_rfcomm_state 
-0x6ef3 022562 rtnne l2cap_channel_rfcomm_dlci0_opened 
-0x6ef4 022563 fetch 1 ,mem_ui_profile_supported 
-0x6ef5 022564 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
-0x6ef6 022565 branch process_upper_sm_reconn_termination 
-:      022566 process_upper_sm_reconn_spp_cmd_pn_wait:
-0x6ef7 022567 fetch 1 ,mem_spp_state 
-0x6ef8 022568 rtnbit0 rfcomm_channel_state_pn_res 
-0x6ef9 022569 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
-0x6efa 022570 branch process_upper_sm_reconn 
-:      022571 process_upper_sm_reconn_spp_sabm_wait:
-0x6efb 022572 fetch 1 ,mem_spp_state 
-0x6efc 022573 rtnbit0 rfcomm_channel_state_ua 
-0x6efd 022574 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
-0x6efe 022575 branch process_upper_sm_reconn 
-:      022576 process_upper_sm_reconn_spp_cmd_ms_wait:
-0x6eff 022577 fetch 1 ,mem_spp_state 
-0x6f00 022578 rtnne rfcomm_channel_setup_complete 
-0x6f01 022579 branch process_upper_sm_reconn_termination 
-:      022581 process_upper_sm_reconn_setup_hid:
-0x6f02 022582 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6f03 022583 branch process_upper_sm_reconn 
-:      022585 process_upper_sm_reconn_setup_rfcomm:
-0x6f04 022586 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
-0x6f05 022587 branch process_upper_sm_reconn 
-:      022588 process_upper_sm_reconn_setup_spp:
-0x6f06 022589 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
-0x6f07 022590 branch process_upper_sm_reconn 
-:      022594 process_upper_sm_reconn_termination:
-0x6f08 022595 jam 0 ,mem_upper_sm_reconn 
-0x6f09 022596 rtn 
-:      022597 upper_sm_send_sdp_conn:
-0x6f0a 022598 set1 mark_ext_patch ,mark 
-0x6f0b 022599 bpatch patch35_0 ,mem_patch35 
-0x6f0c 022600 call l2cap_malloc_signal_channel 
-0x6f0d 022601 setarg psm_sdp 
-0x6f0e 022602 copy pdata ,temp 
-0x6f0f 022603 setarg l2cap_sdp_channel 
-0x6f10 022604 copy pdata ,timeup 
-0x6f11 022605 branch ml2cap_send_signal_connect_req 
-:      022607 upper_sm_send_sdp_cfg:
-0x6f12 022608 set1 mark_ext_patch ,mark 
-0x6f13 022609 bpatch patch35_1 ,mem_patch35 
-0x6f14 022610 call l2cap_malloc_signal_channel 
-0x6f15 022611 fetch 2 ,mem_sdp_remote_cid 
-0x6f16 022612 copy pdata ,temp 
-0x6f17 022613 branch ml2cap_send_signal_config_req 
-:      022615 upper_sm_send_sdp_disconn:
-0x6f18 022616 set1 mark_ext_patch ,mark 
-0x6f19 022617 bpatch patch35_2 ,mem_patch35 
-0x6f1a 022618 call l2cap_malloc_signal_channel 
-0x6f1b 022619 fetch 2 ,mem_sdp_remote_cid 
-0x6f1c 022620 copy pdata ,temp 
-0x6f1d 022621 arg l2cap_sdp_channel ,timeup 
-0x6f1e 022622 call ml2cap_send_signal_disconn_req 
-0x6f1f 022623 fetch 1 ,mem_sdp_state 
-0x6f20 022624 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x6f21 022625 store 1 ,mem_sdp_state 
-0x6f22 022626 rtn 
-:      022628 upper_sm_send_ss_spp:
-0x6f23 022629 set1 mark_ext_patch ,mark 
-0x6f24 022630 bpatch patch35_3 ,mem_patch35 
-0x6f25 022631 call l2cap_malloc_sdp_channel 
-0x6f26 022632 call sdp_send_spp_request 
-0x6f27 022633 branch msdp_send_req_done 
-:      022635 upper_sm_send_rfcomm_conn:
-0x6f28 022636 set1 mark_ext_patch ,mark 
-0x6f29 022637 bpatch patch35_4 ,mem_patch35 
-0x6f2a 022638 call l2cap_malloc_signal_channel 
-0x6f2b 022639 setarg psm_rfcomm 
-0x6f2c 022640 copy pdata ,temp 
-0x6f2d 022641 setarg l2cap_rfcomm_channel 
-0x6f2e 022642 copy pdata ,timeup 
-0x6f2f 022643 branch ml2cap_send_signal_connect_req 
-:      022645 upper_sm_send_rfcomm_cfg:
-0x6f30 022646 set1 mark_ext_patch ,mark 
-0x6f31 022647 bpatch patch35_5 ,mem_patch35 
-0x6f32 022648 call l2cap_malloc_signal_channel 
-0x6f33 022649 fetch 2 ,mem_rfcomm_remote_cid 
-0x6f34 022650 copy pdata ,temp 
-0x6f35 022651 branch ml2cap_send_signal_config_req 
-:      022653 upper_sm_send_hid_ctrl_conn:
-0x6f36 022654 set1 mark_ext_patch ,mark 
-0x6f37 022655 bpatch patch35_6 ,mem_patch35 
-0x6f38 022656 call l2cap_malloc_signal_channel 
-0x6f39 022657 setarg psm_hid_control 
-0x6f3a 022658 copy pdata ,temp 
-0x6f3b 022659 setarg l2cap_hid_control_channel 
-0x6f3c 022660 copy pdata ,timeup 
-0x6f3d 022661 branch ml2cap_send_signal_connect_req 
-:      022663 upper_sm_send_hid_ctrl_cfg:
-0x6f3e 022664 set1 mark_ext_patch ,mark 
-0x6f3f 022665 bpatch patch35_7 ,mem_patch35 
-0x6f40 022666 call l2cap_malloc_signal_channel 
-0x6f41 022667 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x6f42 022668 copy pdata ,temp 
-0x6f43 022669 branch ml2cap_send_signal_config_req 
-:      022671 upper_sm_send_hid_int_conn:
-0x6f44 022672 set1 mark_ext_patch ,mark 
-0x6f45 022673 bpatch patch36_0 ,mem_patch36 
-0x6f46 022674 call l2cap_malloc_signal_channel 
-0x6f47 022675 setarg psm_hid_interrupt 
-0x6f48 022676 copy pdata ,temp 
-0x6f49 022677 setarg l2cap_hid_interrupt_channel 
-0x6f4a 022678 copy pdata ,timeup 
-0x6f4b 022679 branch ml2cap_send_signal_connect_req 
-:      022681 upper_sm_send_hid_int_cfg:
-0x6f4c 022682 set1 mark_ext_patch ,mark 
-0x6f4d 022683 bpatch patch36_1 ,mem_patch36 
-0x6f4e 022684 call l2cap_malloc_signal_channel 
-0x6f4f 022685 fetch 2 ,mem_hid_int_remote_cid 
-0x6f50 022686 copy pdata ,temp 
-0x6f51 022687 branch ml2cap_send_signal_config_req 
-:      022689 upper_sm_send_rfcomm_sabm:
-0x6f52 022690 set1 mark_ext_patch ,mark 
-0x6f53 022691 bpatch patch36_2 ,mem_patch36 
-0x6f54 022692 call l2cap_malloc_rfcomm_channel 
-0x6f55 022694 jam 3 ,mem_current_adss 
-0x6f56 022695 jam 0x1c ,mem_current_fcs 
-0x6f57 022696 call rfcomm_send_sabm 
-0x6f58 022697 jam 1 ,mem_rfcomm_initiator 
-0x6f59 022698 rtn 
-:      022700 upper_sm_send_spp_cmd_pn:
-0x6f5a 022701 set1 mark_ext_patch ,mark 
-0x6f5b 022702 bpatch patch36_3 ,mem_patch36 
-0x6f5c 022703 call l2cap_malloc_rfcomm_channel 
-0x6f5d 022704 fetcht 1 ,mem_remote_spp_channel 
-0x6f5e 022705 call channel_to_dlci 
-0x6f5f 022706 storet 1 ,mem_pn_dlci 
-0x6f60 022707 branch rfcomm_send_param_neg_cmd 
-:      022709 upper_sm_send_spp_sabm:
-0x6f61 022710 set1 mark_ext_patch ,mark 
-0x6f62 022711 bpatch patch36_4 ,mem_patch36 
-0x6f63 022712 call l2cap_malloc_rfcomm_channel 
-0x6f64 022713 fetcht 1 ,mem_pn_dlci 
-0x6f65 022714 call dlci_to_address_cmd 
-0x6f66 022715 call rfcomm_calculate_fcs_sabm 
-0x6f67 022716 store 1 ,mem_current_fcs 
-0x6f68 022717 fetcht 1 ,mem_pn_dlci 
-0x6f69 022718 call dlci_to_address_cmd 
-0x6f6a 022719 storet 1 ,mem_current_adss 
-0x6f6b 022720 branch rfcomm_send_sabm 
-:      022722 upper_sm_send_spp_cmd_ms:
-0x6f6c 022723 set1 mark_ext_patch ,mark 
-0x6f6d 022724 bpatch patch36_5 ,mem_patch36 
-0x6f6e 022725 call l2cap_malloc_rfcomm_channel 
-0x6f6f 022726 fetcht 1 ,mem_pn_dlci 
-0x6f70 022727 call dlci_to_address_cmd 
-0x6f71 022728 branch rfcomm_send_modem_status_cmd 
-:      022741 sdp_process:
-0x6f72 022742 set1 mark_ext_patch ,mark 
-0x6f73 022743 bpatch patch3c_7 ,mem_patch3c 
-0x6f74 022744 fetch 2 ,mem_l2cap_payload_ptr 
-0x6f75 022745 iforce contr 
-0x6f76 022746 ifetch 1 ,contr 
-0x6f77 022747 copy pdata ,regb 
-0x6f78 022748 store 1 ,mem_sdp_pduid 
-0x6f79 022749 ifetch 2 ,contr 
-0x6f7a 022750 store 2 ,mem_sdp_transactionid 
-0x6f7b 022751 ifetch 1 ,contr 
-0x6f7c 022752 lshift8 pdata ,timeup 
-0x6f7d 022753 ifetch 1 ,contr 
-0x6f7e 022754 iadd timeup ,timeup 
-0x6f7f 022755 set1 mark_ext_patch ,mark 
-0x6f80 022756 bpatch patch3d_0 ,mem_patch3d 
-0x6f81 022757 deposit regb 
-0x6f82 022758 beq sdp_service_search_request ,servicesearch_req 
-0x6f83 022759 beq sdp_service_attribute_request ,serviceattribute_req 
-0x6f84 022760 beq sdp_service_search_attribute_request ,servicesearchattribute_req 
-0x6f85 022761 beq sdp_service_search_attribute_response ,servicesearchattribute_res 
-0x6f86 022762 branch sdp_insufficient_resource 
-:      022773 servicesearch_req:
-0x6f87 022774 call ask_serviceclassid 
-0x6f88 022775 compare 1 ,temp ,0xff 
-0x6f89 022776 branch empth_sa_rsp ,true 
-0x6f8a 022777 compare 0xff ,temp ,0xff 
-0x6f8b 022778 branch sdp_invalid_reqest_syntax ,true 
-0x6f8c 022780 ifetch 2 ,contr 
-0x6f8d 022781 store 2 ,mem_sdp_record_maxcnt 
-0x6f8e 022782 increase -2 ,timeup 
-0x6f8f 022784 increase -1 ,timeup 
-0x6f90 022785 nbranch sdp_invalid_pdu_size ,zero 
-0x6f91 022786 arg mem_uuid_search_pat ,timeup 
-0x6f92 022787 ifetch 2 ,timeup 
-0x6f93 022788 rtn blank 
-0x6f94 022789 increase 2 ,timeup 
-0x6f95 022790 call search_uuid 
-0x6f96 022791 call l2cap_get_sdp_tx_payload 
-0x6f97 022792 force 3 ,pdata 
-0x6f98 022793 istore 1 ,contw 
-0x6f99 022794 fetch 2 ,mem_sdp_transactionid 
-0x6f9a 022795 istore 2 ,contw 
-0x6f9b 022796 lshift2 queue ,pdata 
-0x6f9c 022797 add pdata ,5 ,pdata 
-0x6f9d 022798 add pdata ,5 ,regc 
-0x6f9e 022799 byteswap pdata ,pdata 
-0x6f9f 022800 istore 2 ,contw 
-0x6fa0 022801 deposit queue 
-0x6fa1 022802 byteswap pdata ,pdata 
-0x6fa2 022803 istore 2 ,contw 
-0x6fa3 022804 istore 2 ,contw 
-0x6fa4 022805 arg mem_handle_list ,contr 
-0x6fa5 022806 copy queue ,loopcnt 
-0x6fa6 022807 branch servicesearch_req_blank ,zero 
-:      022808 servicesearch_req_loop:
-0x6fa7 022809 ifetch 4 ,contr 
-0x6fa8 022810 istore 4 ,contw 
-0x6fa9 022811 loop servicesearch_req_loop 
-:      022812 servicesearch_req_blank:
-0x6faa 022813 force 0 ,pdata 
-0x6fab 022814 istore 1 ,contw 
-0x6fac 022815 deposit regc 
-0x6fad 022816 store 1 ,mem_sdp_tx_pkt_length 
-0x6fae 022817 branch assert ,blank 
-0x6faf 022818 rtn 
-:      022829 serviceattribute_req:
-0x6fb0 022830 ifetch 4 ,contr 
-0x6fb1 022831 store 4 ,mem_sdp_record_handle 
-0x6fb2 022832 increase -4 ,timeup 
-0x6fb3 022833 iforce temp 
-0x6fb4 022834 ifetch 2 ,contr 
-0x6fb5 022835 byteswap pdata ,pdata 
-0x6fb6 022836 increase -18 ,pdata 
-0x6fb7 022837 store 2 ,mem_sdp_attribute_maxbyte 
-0x6fb8 022838 increase -2 ,timeup 
-0x6fb9 022839 call dataelementtype6 
-0x6fba 022840 branch sdp_invalid_reqest_syntax ,zero 
-0x6fbb 022841 compare 5 ,rega ,0xff 
-0x6fbc 022843 branch serviceattribute_judge_wholerangle ,true 
-:      022844 serviceattribute_isnot_wholerangle:
-0x6fbd 022845 arg mem_attrib_list ,contw 
-0x6fbe 022846 force 0 ,queue 
-0x6fbf 022847 branch serviceattribute_req_loop 
-:      022848 serviceattribute_judge_wholerangle:
-0x6fc0 022849 ifetch 1 ,contr 
-0x6fc1 022850 bne 0xa ,sdp_invalid_reqest_syntax 
-0x6fc2 022851 ifetch 2 ,contr 
-0x6fc3 022852 nbranch serviceattribute_judge_wholerangle_false1 ,blank 
-0x6fc4 022853 ifetch 1 ,contr 
-0x6fc5 022854 bne 0xff ,serviceattribute_judge_wholerangle_false2 
-0x6fc6 022855 ifetch 1 ,contr 
-0x6fc7 022856 bne 0xff ,serviceattribute_judge_wholerangle_false3 
-0x6fc8 022857 increase -5 ,contr 
-0x6fc9 022858 branch serviceattribute_req_all 
-:      022859 serviceattribute_judge_wholerangle_false3:
-0x6fca 022860 increase -5 ,contr 
-0x6fcb 022861 branch serviceattribute_isnot_wholerangle 
-:      022862 serviceattribute_judge_wholerangle_false2:
-0x6fcc 022863 increase -4 ,contr 
-0x6fcd 022864 branch serviceattribute_isnot_wholerangle 
-:      022865 serviceattribute_judge_wholerangle_false1:
-0x6fce 022866 increase -3 ,contr 
-0x6fcf 022867 branch serviceattribute_isnot_wholerangle 
-:      022868 serviceattribute_req_loop:
-0x6fd0 022869 ifetch 1 ,contr 
-0x6fd1 022870 beq 0x09 ,serviceattribute_req_one_id 
-0x6fd2 022871 beq 0x0a ,serviceattribute_req_range_id 
-:      022872 serviceattribute_req_range_id:
-0x6fd3 022873 ifetch 2 ,contr 
-0x6fd4 022874 istore 2 ,contw 
-0x6fd5 022875 increase 1 ,queue 
-0x6fd6 022876 byteswap pdata ,regb 
-0x6fd7 022877 ifetch 2 ,contr 
-0x6fd8 022878 byteswap pdata ,pdata 
-:      022879 serviceattribute_req_range_id_increase:
-0x6fd9 022880 increase 1 ,regb 
-0x6fda 022881 isub regb ,null 
-0x6fdb 022882 nbranch serviceattribute_req_range_id_finish ,positive 
-0x6fdc 022883 copy pdata ,regc 
-0x6fdd 022884 byteswap regb ,pdata 
-0x6fde 022885 istore 2 ,contw 
-0x6fdf 022886 increase 1 ,queue 
-0x6fe0 022887 copy regc ,pdata 
-0x6fe1 022888 branch serviceattribute_req_range_id_increase 
-:      022889 serviceattribute_req_range_id_finish:
-0x6fe2 022890 increase -5 ,timeup 
-0x6fe3 022891 increase -5 ,rega 
-0x6fe4 022892 branch serviceattribute_req_check_next_id 
-:      022893 serviceattribute_req_one_id:
-0x6fe5 022894 ifetch 2 ,contr 
-0x6fe6 022895 istore 2 ,contw 
-0x6fe7 022896 increase 1 ,queue 
-0x6fe8 022897 increase -3 ,timeup 
-0x6fe9 022898 increase -3 ,rega 
-:      022899 serviceattribute_req_check_next_id:
-0x6fea 022900 nbranch sdp_invalid_reqest_syntax ,positive 
-0x6feb 022901 nbranch serviceattribute_req_loop ,zero 
-0x6fec 022902 increase -1 ,timeup 
-0x6fed 022903 nbranch sdp_invalid_reqest_syntax ,zero 
-0x6fee 022905 call l2cap_get_sdp_tx_payload 
-0x6fef 022906 increase 10 ,contw 
-0x6ff0 022907 arg mem_attrib_list ,rega 
-:      022908 answer_handle_attributelist_next:
-0x6ff1 022909 copy queue ,pdata 
-0x6ff2 022910 branch answer_handle_attributelist_end ,blank 
-0x6ff3 022911 ifetch 2 ,rega 
-0x6ff4 022912 branch answer_handle_attributelist_end ,blank 
-0x6ff5 022913 iforce regb 
-0x6ff6 022914 fetch 4 ,mem_sdp_record_handle 
-0x6ff7 022915 iforce temp 
-0x6ff8 022916 call search_handle_attrib 
-0x6ff9 022917 branch answer_handle_attributelist_notfound ,blank 
-0x6ffa 022918 increase -3 ,contr 
-0x6ffb 022919 ifetch 3 ,contr 
-0x6ffc 022920 istore 3 ,contw 
-0x6ffd 022921 call sdp_data_len_obs 
-0x6ffe 022922 branch answer_handle_attributelist_notfound ,blank 
-0x6fff 022923 iforce loopcnt 
-0x7000 022924 call memcpy 
-:      022925 answer_handle_attributelist_notfound:
-0x7001 022926 increase 2 ,rega 
-0x7002 022927 increase -1 ,queue 
-0x7003 022928 branch answer_handle_attributelist_next 
-:      022930 answer_handle_attributelist_end:
-0x7004 022931 force 0 ,pdata 
-0x7005 022932 istore 1 ,contw 
-0x7006 022933 increase -1 ,contw 
-0x7007 022934 fetcht 2 ,mem_sdp_tx_payload_ptr 
-0x7008 022935 add temp ,10 ,pdata 
-0x7009 022936 isub contw ,pdata 
-0x700a 022937 sub pdata ,0 ,rega 
-0x700b 022938 byteswap rega ,pdata 
-0x700c 022939 add temp ,8 ,regb 
-0x700d 022940 istore 2 ,regb 
-0x700e 022941 increase 3 ,rega 
-0x700f 022942 byteswap rega ,pdata 
-0x7010 022943 add temp ,5 ,regb 
-0x7011 022944 istore 2 ,regb 
-0x7012 022945 increase 3 ,rega 
-0x7013 022946 byteswap rega ,pdata 
-0x7014 022947 add temp ,3 ,regb 
-0x7015 022948 istore 2 ,regb 
-0x7016 022949 increase 5 ,rega 
-0x7017 022950 copy rega ,pdata 
-0x7018 022951 store 2 ,mem_sdp_tx_pkt_length 
-0x7019 022952 setarg 0x36 
-0x701a 022953 add temp ,7 ,regb 
-0x701b 022954 istore 1 ,regb 
-0x701c 022955 setarg 5 
-0x701d 022956 istore 1 ,temp 
-0x701e 022957 fetch 2 ,mem_sdp_transactionid 
-0x701f 022958 add temp ,1 ,regb 
-0x7020 022959 istore 2 ,regb 
-0x7021 022960 rtn 
-:      022961 serviceattribute_req_all:
-0x7022 022962 ifetch 1 ,contr 
-0x7023 022963 bne 0xa ,sdp_invalid_reqest_syntax 
-0x7024 022964 ifetch 2 ,contr 
-0x7025 022965 nbranch sdp_invalid_reqest_syntax ,blank 
-0x7026 022966 ifetch 1 ,contr 
-0x7027 022967 bne 0xff ,sdp_invalid_reqest_syntax 
-0x7028 022968 ifetch 1 ,contr 
-0x7029 022969 bne 0xff ,sdp_invalid_reqest_syntax 
-0x702a 022970 increase -5 ,timeup 
-0x702b 022971 ifetch 1 ,contr 
-0x702c 022972 beq 0 ,continue_zero 
-0x702d 022973 beq 1 ,continue_one_byte 
-0x702e 022974 beq 2 ,continue_two_byte 
-:      022975 continue_zero:
-0x702f 022976 store 2 ,mem_sdp_continue_byte 
-0x7030 022977 increase -1 ,timeup 
-0x7031 022978 branch continue_end 
-:      022979 continue_one_byte:
-0x7032 022980 ifetch 1 ,contr 
-0x7033 022981 store 2 ,mem_sdp_continue_byte 
-0x7034 022982 increase -2 ,timeup 
-0x7035 022983 branch continue_end 
-:      022984 continue_two_byte:
-0x7036 022985 ifetch 2 ,contr 
-0x7037 022986 byteswap pdata ,pdata 
-0x7038 022987 store 2 ,mem_sdp_continue_byte 
-0x7039 022988 increase -3 ,timeup 
-:      022989 continue_end:
-0x703a 022990 nbranch sdp_invalid_pdu_size ,zero 
-0x703b 022991 call search_handle 
-0x703c 022992 nbranch sdp_invalid_service_record_handle ,zero 
-0x703d 022993 copy contr ,rega 
-0x703e 022994 call l2cap_get_sdp_tx_payload 
-0x703f 022995 copy rega ,contr 
-0x7040 022996 increase 3 ,contw 
-0x7041 022997 copy contr ,timeup 
-0x7042 022998 call sdp_get_data 
-0x7043 022999 copy pdata ,rega 
-0x7044 023000 fetch 2 ,mem_sdp_continue_byte 
-0x7045 023001 copy pdata ,regb 
-0x7046 023002 copy rega ,pdata 
-0x7047 023003 isub regb ,regb 
-0x7048 023004 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x7049 023005 isub regb ,null 
-0x704a 023006 nbranch fragment_sdp ,positive 
-0x704b 023008 disable user 
-0x704c 023009 fetch 2 ,mem_sdp_continue_byte 
-0x704d 023010 branch fisrt_fragment ,blank 
-0x704e 023011 iadd timeup ,contr 
-0x704f 023012 increase 3 ,regb 
-0x7050 023013 copy regb ,loopcnt 
-0x7051 023014 copy loopcnt ,pdata 
-0x7052 023015 increase 3 ,pdata 
-0x7053 023016 byteswap pdata ,pdata 
-0x7054 023017 istore 2 ,contw 
-0x7055 023018 copy loopcnt ,pdata 
-0x7056 023019 byteswap pdata ,pdata 
-0x7057 023020 istore 2 ,contw 
-0x7058 023021 branch answer_attributelist_full_loop 
-:      023022 fisrt_fragment:
-0x7059 023023 add rega ,6 ,loopcnt 
-0x705a 023024 branch parlength_continue_byte ,user 
-0x705b 023025 byteswap loopcnt ,pdata 
-0x705c 023026 branch parlength_continue_byte_end 
-:      023027 parlength_continue_byte:
-0x705d 023028 copy loopcnt ,pdata 
-0x705e 023029 increase 2 ,pdata 
-0x705f 023030 byteswap pdata ,pdata 
-:      023031 parlength_continue_byte_end:
-0x7060 023032 istore 2 ,contw 
-0x7061 023033 increase -3 ,loopcnt 
-0x7062 023034 byteswap loopcnt ,pdata 
-0x7063 023035 istore 2 ,contw 
-0x7064 023036 copy timeup ,contr 
-0x7065 023037 branch answer_attributelist_full_loop 
-:      023038 fragment_sdp:
-0x7066 023039 enable user 
-0x7067 023040 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x7068 023041 copy pdata ,rega 
-0x7069 023042 copy pdata ,loopcnt 
-0x706a 023043 fetch 2 ,mem_sdp_continue_byte 
-0x706b 023044 branch fisrt_fragment ,blank 
-0x706c 023045 iadd timeup ,contr 
-0x706d 023046 copy rega ,pdata 
-0x706e 023047 increase 5 ,pdata 
-0x706f 023048 byteswap pdata ,pdata 
-0x7070 023049 istore 2 ,contw 
-0x7071 023050 copy rega ,pdata 
-0x7072 023051 byteswap pdata ,pdata 
-0x7073 023052 istore 2 ,contw 
-:      023053 answer_attributelist_full_loop:
-0x7074 023054 ifetch 1 ,contr 
-0x7075 023055 istore 1 ,contw 
-0x7076 023056 loop answer_attributelist_full_loop 
-0x7077 023057 nbranch last_frag_continue ,user 
-0x7078 023058 force 2 ,pdata 
-0x7079 023059 istore 1 ,contw 
-0x707a 023060 copy contr ,pdata 
-0x707b 023061 isub timeup ,pdata 
-0x707c 023062 byteswap pdata ,pdata 
-0x707d 023063 istore 2 ,contw 
-0x707e 023064 branch sdp_frag_end 
-:      023065 last_frag_continue:
-0x707f 023066 force 0 ,pdata 
-0x7080 023067 istore 1 ,contw 
-:      023068 sdp_frag_end:
-0x7081 023069 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x7082 023070 isub contw ,pdata 
-0x7083 023071 sub pdata ,0 ,pdata 
-0x7084 023072 store 2 ,mem_sdp_tx_pkt_length 
-0x7085 023073 call l2cap_get_sdp_tx_payload 
-0x7086 023074 setarg 5 
-0x7087 023075 istore 1 ,contw 
-0x7088 023076 fetch 2 ,mem_sdp_transactionid 
-0x7089 023077 istore 2 ,contw 
-0x708a 023078 rtn 
-:      023088 servicesearchattribute_req:
-0x708b 023091 call ask_serviceclassid 
-0x708c 023092 compare 0xff ,temp ,0xff 
-0x708d 023093 branch servicesearchattribute_req_all ,true 
-0x708e 023094 ifetch 2 ,contr 
-0x708f 023095 store 2 ,mem_sdp_attribute_maxbyte 
-0x7090 023096 increase -2 ,timeup 
-0x7091 023097 call dataelementtype6 
-0x7092 023098 arg mem_attrib_list ,contw 
-0x7093 023099 force 0 ,queue 
-:      023100 servicesearchattribute_req_loop:
-0x7094 023101 ifetch 3 ,contr 
-0x7095 023102 bne 0x09 ,servicesearchattribute_req_all 
-:      023103 servicesearchattribute_req_uuid:
-0x7096 023104 rshift8 pdata ,pdata 
-0x7097 023105 istore 2 ,contw 
-0x7098 023106 increase 1 ,queue 
-0x7099 023107 increase -3 ,timeup 
-0x709a 023108 increase -3 ,rega 
-0x709b 023109 nbranch sdp_invalid_reqest_syntax ,positive 
-0x709c 023110 nbranch servicesearchattribute_req_loop ,zero 
-0x709d 023111 increase -1 ,timeup 
-0x709e 023112 nbranch sdp_invalid_reqest_syntax ,zero 
-:      023113 servicesearchattribute_req_search:
-0x709f 023114 call l2cap_get_sdp_tx_payload 
-0x70a0 023115 increase 13 ,contw 
-0x70a1 023116 fetch 2 ,mem_uuid_search_pat 
-0x70a2 023117 iforce regc 
-0x70a3 023118 arg mem_attrib_list ,rega 
-:      023119 answer_attributelist_next:
-0x70a4 023120 ifetch 4 ,rega 
-0x70a5 023121 branch answer_attributelist_end ,blank 
-0x70a6 023122 ifetch 2 ,rega 
-0x70a7 023123 iforce regb 
-0x70a8 023124 call search_attrib 
-0x70a9 023125 branch answer_attributelist_notfound ,blank 
-0x70aa 023126 increase -3 ,contr 
-0x70ab 023127 ifetch 3 ,contr 
-0x70ac 023128 istore 3 ,contw 
-0x70ad 023129 call sdp_data_len_obs 
-0x70ae 023130 iforce loopcnt 
-:      023131 answer_attributelist_attrib_loop:
-0x70af 023132 ifetch 1 ,contr 
-0x70b0 023133 istore 1 ,contw 
-0x70b1 023134 loop answer_attributelist_attrib_loop 
-:      023135 answer_attributelist_notfound:
-0x70b2 023136 increase 2 ,rega 
-0x70b3 023137 branch answer_attributelist_next 
-:      023138 servicesearchattribute_req_all:
-0x70b4 023142 ifetch 1 ,contr 
-0x70b5 023144 ifetch 1 ,contr 
-0x70b6 023146 increase -5 ,timeup 
-0x70b7 023147 increase -5 ,rega 
-0x70b8 023148 nbranch sdp_invalid_reqest_syntax ,positive 
-0x70b9 023149 arg mem_uuid_search_pat ,timeup 
-0x70ba 023150 ifetch 2 ,timeup 
-0x70bb 023152 increase 2 ,timeup 
-0x70bc 023153 call search_uuid 
-0x70bd 023154 deposit queue 
-0x70be 023155 store 1 ,mem_handle_humber 
-0x70bf 023156 branch empty_ssa_rsp ,blank 
-0x70c0 023157 arg 0 ,queue 
-0x70c1 023158 call l2cap_get_sdp_tx_payload 
-0x70c2 023159 increase 10 ,contw 
-0x70c3 023160 branch servicesearchattribute_req_next_handle 
-:      023161 answer_attributelist_end:
-0x70c4 023162 force 0 ,pdata 
-0x70c5 023163 istore 1 ,contw 
-0x70c6 023164 increase -1 ,contw 
-0x70c7 023165 fetcht 2 ,mem_sdp_tx_payload_ptr 
-0x70c8 023166 add temp ,13 ,pdata 
-0x70c9 023167 isub contw ,pdata 
-0x70ca 023168 branch no_attribute_return ,zero 
-0x70cb 023169 sub pdata ,0 ,pdata 
-0x70cc 023170 add temp ,12 ,regb 
-0x70cd 023171 istore 1 ,regb 
-0x70ce 023172 increase 3 ,pdata 
-0x70cf 023173 add temp ,9 ,regb 
-0x70d0 023174 istore 1 ,regb 
-0x70d1 023175 increase 3 ,pdata 
-0x70d2 023176 byteswap pdata ,pdata 
-0x70d3 023177 add temp ,5 ,regb 
-0x70d4 023178 istore 2 ,regb 
-0x70d5 023179 rshift8 pdata ,pdata 
-0x70d6 023180 increase 3 ,pdata 
-0x70d7 023181 byteswap pdata ,pdata 
-0x70d8 023182 add temp ,3 ,regb 
-0x70d9 023183 istore 2 ,regb 
-0x70da 023184 rshift8 pdata ,pdata 
-0x70db 023185 increase 5 ,pdata 
-0x70dc 023186 store 1 ,mem_sdp_tx_pkt_length 
-0x70dd 023188 fetch 2 ,mem_sdp_transactionid 
-0x70de 023189 add temp ,1 ,regb 
-0x70df 023190 istore 2 ,regb 
-0x70e0 023191 setarg 7 
-0x70e1 023192 istore 1 ,temp 
-0x70e2 023197 setarg 0x0036 
-0x70e3 023198 add temp ,7 ,regb 
-0x70e4 023199 istore 2 ,regb 
-0x70e5 023200 add temp ,10 ,regb 
-0x70e6 023201 istore 2 ,regb 
-0x70e7 023202 rtn 
-:      023203 no_attribute_return:
-0x70e8 023204 jam 10 ,mem_sdp_tx_pkt_length 
-0x70e9 023205 call l2cap_get_sdp_tx_payload 
-0x70ea 023207 setarg 7 
-0x70eb 023208 istore 1 ,contw 
-0x70ec 023209 fetch 2 ,mem_sdp_transactionid 
-0x70ed 023210 istore 2 ,contw 
-0x70ee 023214 setarg 0x0500 
-0x70ef 023215 istore 2 ,contw 
-0x70f0 023218 setarg 0x0200 
-0x70f1 023219 istore 2 ,contw 
-0x70f2 023223 setarg 0x000035 
-0x70f3 023224 istore 3 ,contw 
-0x70f4 023225 rtn 
-:      023227 servicesearchattribute_req_attributelist_loop:
-0x70f5 023228 ifetch 1 ,contr 
-0x70f6 023229 istore 1 ,contw 
-0x70f7 023230 increase 1 ,regb 
-0x70f8 023231 increase -1 ,rega 
-0x70f9 023232 branch servicesearchattribute_req_check_next_ctn ,zero 
-0x70fa 023233 loop servicesearchattribute_req_attributelist_loop 
-:      023234 servicesearchattribute_req_check_next_ctn:
-0x70fb 023235 copy contw ,timeup 
-0x70fc 023236 copy regb ,pdata 
-0x70fd 023237 store 2 ,mem_sdp_continue_byte 
-0x70fe 023238 copy rega ,pdata 
-0x70ff 023239 store 2 ,mem_sdp_attribute_maxbyte 
-0x7100 023240 branch answer_attributelist_with_ctn_bytes ,blank 
-0x7101 023241 branch answer_attributelist_with_ctn_end ,user 
-0x7102 023242 copy timeup ,contw 
-:      023243 servicesearchattribute_req_check_handle:
-0x7103 023244 increase 1 ,queue 
-0x7104 023245 fetch 1 ,mem_handle_humber 
-0x7105 023246 isub queue ,null 
-0x7106 023247 nbranch servicesearchattribute_req_next_handle ,zero 
-0x7107 023248 branch answer_attributelist_end_long 
-:      023249 servicesearchattribute_req_next_handle:
-0x7108 023250 arg mem_handle_list ,contr 
-0x7109 023251 lshift2 queue ,pdata 
-0x710a 023252 iadd contr ,contr 
-0x710b 023253 ifetch 4 ,contr 
-0x710c 023254 iforce temp 
-0x710d 023255 call search_handle 
-0x710e 023256 copy contr ,timeup 
-0x710f 023257 call sdp_get_data 
-0x7110 023258 add pdata ,3 ,loopcnt 
-0x7111 023259 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x7112 023260 copy pdata ,rega 
-0x7113 023261 fetch 2 ,mem_sdp_continue_byte 
-0x7114 023262 copy pdata ,regb 
-0x7115 023263 copy timeup ,contr 
-0x7116 023264 branch servicesearchattribute_req_attributelist_loop 
-:      023265 answer_attributelist_with_ctn_bytes:
-0x7117 023266 arg 0 ,queue 
-0x7118 023267 arg 0 ,regb 
-:      023268 answer_attributelist_calc_attribute_length:
-0x7119 023269 arg mem_handle_list ,contr 
-0x711a 023270 lshift2 queue ,pdata 
-0x711b 023271 iadd contr ,contr 
-0x711c 023272 ifetch 4 ,contr 
-0x711d 023273 iforce temp 
-0x711e 023274 call search_handle 
-0x711f 023275 call sdp_get_data 
-0x7120 023276 add pdata ,3 ,pdata 
-0x7121 023277 iadd regb ,regb 
-0x7122 023278 increase 1 ,queue 
-0x7123 023279 fetch 1 ,mem_handle_humber 
-0x7124 023280 isub queue ,null 
-0x7125 023281 nbranch answer_attributelist_calc_attribute_length ,zero 
-0x7126 023283 copy timeup ,contw 
-0x7127 023284 force 2 ,pdata 
-0x7128 023285 istore 1 ,contw 
-0x7129 023286 fetch 2 ,mem_sdp_continue_byte 
-0x712a 023287 byteswap pdata ,pdata 
-0x712b 023288 istore 2 ,contw 
-0x712c 023289 increase -3 ,contw 
-0x712d 023290 fetcht 2 ,mem_sdp_tx_payload_ptr 
-0x712e 023291 add temp ,10 ,pdata 
-0x712f 023292 isub contw ,pdata 
-0x7130 023293 sub pdata ,0 ,pdata 
-0x7131 023294 iforce rega 
-0x7132 023296 deposit regb 
-0x7133 023297 add temp ,9 ,regb 
-0x7134 023298 istore 1 ,regb 
-0x7135 023299 rshift8 pdata ,pdata 
-0x7136 023300 add temp ,8 ,regb 
-0x7137 023301 istore 1 ,regb 
-0x7138 023302 increase 3 ,rega 
-0x7139 023303 deposit rega 
-0x713a 023304 add temp ,6 ,regb 
-0x713b 023305 istore 1 ,regb 
-0x713c 023306 rshift8 pdata ,pdata 
-0x713d 023307 add temp ,5 ,regb 
-0x713e 023308 istore 1 ,regb 
-0x713f 023309 increase 5 ,rega 
-0x7140 023310 deposit rega 
-0x7141 023311 add temp ,4 ,regb 
-0x7142 023312 istore 1 ,regb 
-0x7143 023313 rshift8 pdata ,pdata 
-0x7144 023314 add temp ,3 ,regb 
-0x7145 023315 istore 1 ,regb 
-0x7146 023316 increase 5 ,rega 
-0x7147 023317 deposit rega 
-0x7148 023318 store 2 ,mem_sdp_tx_pkt_length 
-0x7149 023319 setarg 7 
-0x714a 023320 istore 1 ,temp 
-0x714b 023321 setarg 0x36 
-0x714c 023322 add temp ,7 ,regb 
-0x714d 023323 istore 1 ,regb 
-0x714e 023324 add temp ,1 ,regb 
-0x714f 023325 fetch 2 ,mem_sdp_transactionid 
-0x7150 023326 istore 2 ,regb 
-0x7151 023327 rtn 
-:      023328 answer_attributelist_with_ctn_end:
-0x7152 023329 copy timeup ,contw 
-0x7153 023330 force 0 ,pdata 
-0x7154 023331 istore 1 ,contw 
-0x7155 023332 increase -1 ,contw 
-0x7156 023333 fetcht 2 ,mem_sdp_tx_payload_ptr 
-0x7157 023334 add temp ,7 ,pdata 
-0x7158 023335 isub contw ,pdata 
-0x7159 023336 sub pdata ,0 ,pdata 
-0x715a 023337 iforce rega 
-0x715b 023339 deposit rega 
-0x715c 023340 add temp ,6 ,regb 
-0x715d 023341 istore 1 ,regb 
-0x715e 023342 rshift8 pdata ,pdata 
-0x715f 023343 add temp ,5 ,regb 
-0x7160 023344 istore 1 ,regb 
-0x7161 023345 increase 3 ,rega 
-0x7162 023346 deposit rega 
-0x7163 023347 add temp ,4 ,regb 
-0x7164 023348 istore 1 ,regb 
-0x7165 023349 rshift8 pdata ,pdata 
-0x7166 023350 add temp ,3 ,regb 
-0x7167 023351 istore 1 ,regb 
-0x7168 023352 increase 5 ,rega 
-0x7169 023353 deposit rega 
-0x716a 023354 store 2 ,mem_sdp_tx_pkt_length 
-0x716b 023356 setarg 7 
-0x716c 023357 istore 1 ,temp 
-0x716d 023359 fetch 2 ,mem_sdp_transactionid 
-0x716e 023360 add temp ,1 ,regb 
-0x716f 023361 istore 2 ,regb 
-0x7170 023362 rtn 
-:      023364 answer_attributelist_end_long:
-0x7171 023365 force 0 ,pdata 
-0x7172 023366 istore 1 ,contw 
-0x7173 023367 increase -1 ,contw 
-0x7174 023368 fetcht 2 ,mem_sdp_tx_payload_ptr 
-0x7175 023369 add temp ,10 ,pdata 
-0x7176 023370 isub contw ,pdata 
-0x7177 023371 sub pdata ,0 ,pdata 
-0x7178 023372 iforce rega 
-0x7179 023374 deposit rega 
-0x717a 023375 add temp ,9 ,regb 
-0x717b 023376 istore 1 ,regb 
-0x717c 023377 rshift8 pdata ,pdata 
-0x717d 023378 add temp ,8 ,regb 
-0x717e 023379 istore 1 ,regb 
-0x717f 023381 increase 3 ,rega 
-0x7180 023382 deposit rega 
-0x7181 023383 add temp ,6 ,regb 
-0x7182 023384 istore 1 ,regb 
-0x7183 023385 rshift8 pdata ,pdata 
-0x7184 023386 add temp ,5 ,regb 
-0x7185 023387 istore 1 ,regb 
-0x7186 023388 increase 3 ,rega 
-0x7187 023389 deposit rega 
-0x7188 023390 add temp ,4 ,regb 
-0x7189 023391 istore 1 ,regb 
-0x718a 023392 rshift8 pdata ,pdata 
-0x718b 023393 add temp ,3 ,regb 
-0x718c 023394 istore 1 ,regb 
-0x718d 023395 increase 5 ,rega 
-0x718e 023396 deposit rega 
-0x718f 023397 store 2 ,mem_sdp_tx_pkt_length 
-0x7190 023398 setarg 0x36 
-0x7191 023399 add temp ,7 ,regb 
-0x7192 023400 istore 1 ,regb 
-0x7193 023401 setarg 7 
-0x7194 023402 istore 1 ,temp 
-0x7195 023403 fetch 2 ,mem_sdp_transactionid 
-0x7196 023404 add temp ,1 ,regb 
-0x7197 023405 istore 2 ,regb 
-0x7198 023406 rtn 
-:      023407 sdp_data_len_obs:
-0x7199 023408 copy contr ,timeup 
-0x719a 023409 ifetch 1 ,contr 
-0x719b 023410 and pdata ,0x07 ,loopcnt 
-0x719c 023411 rshift3 pdata ,pdata 
-0x719d 023412 beq 6 ,sdp_data_len_6_obs 
-0x719e 023413 beq 1 ,sdp_data_len_1 
-0x719f 023414 beq 4 ,sdp_data_len_6 
-0x71a0 023415 beq 5 ,sdp_data_len_5 
-0x71a1 023416 branch sdp_data_len_rtn 
-:      023417 sdp_data_len_6_obs:
-0x71a2 023418 call sdp_get_data_6_obs 
-0x71a3 023419 branch sdp_data_len_rtn 
-:      023420 sdp_get_data_6_obs:
-0x71a4 023421 deposit loopcnt 
-0x71a5 023422 beq 5 ,sdp_get_data_6_8bit_obs 
-0x71a6 023423 beq 6 ,sdp_get_data_6_16bit_obs 
-0x71a7 023424 force 3 ,loopcnt 
-0x71a8 023425 branch sdp_get_data_1 
-:      023426 sdp_get_data_6_8bit_obs:
-0x71a9 023427 ifetch 1 ,contr 
-0x71aa 023428 increase 2 ,pdata 
-0x71ab 023429 rtn 
-:      023430 sdp_get_data_6_16bit_obs:
-0x71ac 023431 ifetch 2 ,contr 
-0x71ad 023432 byteswap pdata ,pdata 
-0x71ae 023433 increase 3 ,pdata 
-0x71af 023434 rtn 
-:      023436 sdp_send_spp_request:
-0x71b0 023437 call l2cap_get_sdp_tx_payload 
-0x71b1 023438 copy pdata ,contw 
-0x71b2 023439 setarg 6 
-0x71b3 023440 istore 1 ,contw 
-0x71b4 023441 setarg sdp_tid_spp 
-0x71b5 023442 istore 2 ,contw 
-0x71b6 023443 setarg 0x0f00 
-0x71b7 023444 istore 2 ,contw 
-0x71b8 023445 setarg 0x1a0535 
-0x71b9 023446 istore 3 ,contw 
-0x71ba 023447 setarg 0x0111 
-0x71bb 023448 lshift16 pdata ,pdata 
-0x71bc 023449 istore 4 ,contw 
-0x71bd 023450 setarg 0x2600 
-0x71be 023451 istore 2 ,contw 
-0x71bf 023452 setarg 0x0335 
-0x71c0 023453 istore 2 ,contw 
-0x71c1 023454 setarg 0x0009 
-0x71c2 023455 istore 2 ,contw 
-0x71c3 023456 setarg 0x0004 
-0x71c4 023457 istore 2 ,contw 
-0x71c5 023458 jam 0x14 ,mem_sdp_tx_pkt_length 
-0x71c6 023459 rtn 
-:      023469 servicesearchattribute_res:
-0x71c7 023470 copy contr ,temp 
-0x71c8 023471 fetch 2 ,mem_sdp_transactionid 
-0x71c9 023472 beq sdp_tid_spp ,servicesearchattribute_res_spp 
-0x71ca 023475 branch srchfail 
-:      023477 servicesearchattribute_res_spp:
-0x71cb 023478 copy temp ,contr 
-0x71cc 023479 increase -3 ,timeup 
-0x71cd 023480 copy timeup ,pdata 
-0x71ce 023481 beq 2 ,srchfail 
-0x71cf 023482 call find_rfcomm_channel_number 
-0x71d0 023483 rtn user 
-0x71d1 023484 store 1 ,mem_remote_spp_channel 
-0x71d2 023485 jam recieve_ss_reasult_hf ,mem_message_to_uppersm 
-0x71d3 023486 rtn 
-:      023488 srchfail:
-0x71d4 023489 rtn 
-:      023495 find_rfcomm_channel_number:
-0x71d5 023496 enable user 
-0x71d6 023497 copy pdata ,loopcnt 
-0x71d7 023498 arg 0x0400 ,temp 
-:      023499 find_rfcomm_channel_number_loop:
-0x71d8 023500 ifetch 2 ,contr 
-0x71d9 023501 isub temp ,null 
-0x71da 023502 branch find_rfcomm_channel_number_find_adl ,zero 
-0x71db 023503 increase -1 ,contr 
-0x71dc 023504 loop find_rfcomm_channel_number_loop 
-0x71dd 023505 rtn 
-:      023506 find_rfcomm_channel_number_find_adl:
-0x71de 023507 arg 0x0300 ,temp 
-:      023508 find_rfcomm_channel_number_loop2:
-0x71df 023509 ifetch 2 ,contr 
-0x71e0 023510 isub temp ,null 
-0x71e1 023511 branch find_rfcomm_channel_number_find_rfcomm ,zero 
-0x71e2 023512 increase -1 ,contr 
-0x71e3 023513 loop find_rfcomm_channel_number_loop2 
-0x71e4 023514 rtn 
-:      023515 find_rfcomm_channel_number_find_rfcomm:
-0x71e5 023516 ifetch 1 ,contr 
-0x71e6 023517 ifetch 1 ,contr 
-0x71e7 023518 disable user 
-0x71e8 023519 rtn 
-:      023530 attribute_reading:
-0x71e9 023531 call dataelementtype6 
-0x71ea 023532 branch rdnortn ,zero 
-0x71eb 023533 force 0 ,regb 
-0x71ec 023534 ifetch 1 ,contr 
-0x71ed 023535 increase -1 ,rega 
-0x71ee 023536 increase -1 ,timeup 
-0x71ef 023537 compare 0x18 ,pdata ,0xf8 
-0x71f0 023538 nbranch rduuid3 ,true 
-0x71f1 023539 compare 0x04 ,pdata ,0x07 
-0x71f2 023540 nbranch is032 ,true 
-0x71f3 023541 force 1 ,regb 
-:      023542 skp2bytes:
-0x71f4 023543 increase 2 ,contr 
-0x71f5 023544 increase -2 ,rega 
-0x71f6 023545 increase -2 ,timeup 
-0x71f7 023546 branch rduuid1 
-:      023547 is032:
-0x71f8 023548 compare 0x02 ,pdata ,0x07 
-0x71f9 023549 nbranch is016 ,true 
-0x71fa 023550 branch skp2bytes 
-:      023551 is016:
-0x71fb 023552 compare 0x01 ,pdata ,0x07 
-0x71fc 023553 nbranch rduuid3 ,true 
-:      023554 rduuid1:
-0x71fd 023555 ifetch 1 ,contr 
-0x71fe 023556 increase -1 ,rega 
-0x71ff 023557 increase -1 ,timeup 
-0x7200 023558 bne 0x01 ,rduuid2 
-0x7201 023559 ifetch 1 ,contr 
-0x7202 023560 increase -1 ,rega 
-0x7203 023561 increase -1 ,timeup 
-0x7204 023562 bne 0x00 ,rduuid3 
-0x7205 023563 jam 0xff ,mem_sdp_lacap_found 
-0x7206 023564 branch rduuid3 
-:      023565 rduuid2:
-0x7207 023566 bne 0x00 ,rduuid3 
-0x7208 023567 ifetch 1 ,contr 
-0x7209 023568 increase -1 ,rega 
-0x720a 023569 increase -1 ,timeup 
-0x720b 023570 bne 0x03 ,rduuid3 
-0x720c 023571 copy regb ,null 
-0x720d 023572 branch not16by ,zero 
-0x720e 023573 increase -12 ,contr 
-0x720f 023574 increase -12 ,timeup 
-:      023575 not16by:
-0x7210 023576 force 0xff ,pdata 
-0x7211 023577 store 1 ,mem_sdp_rfcomm_found 
-0x7212 023578 ifetch 1 ,contr 
-0x7213 023579 increase -1 ,rega 
-0x7214 023580 increase -1 ,timeup 
-0x7215 023581 compare 0x08 ,pdata ,0xf8 
-0x7216 023582 nbranch rduuid3 ,true 
-0x7217 023583 compare 0x00 ,pdata ,0x07 
-0x7218 023584 branch unsign1 ,true 
-0x7219 023585 compare 0x01 ,pdata ,0x07 
-0x721a 023586 branch unsign2 ,true 
-0x721b 023587 compare 0x02 ,pdata ,0x07 
-0x721c 023588 branch unsign4 ,true 
-0x721d 023589 compare 0x03 ,pdata ,0x07 
-0x721e 023590 branch unsign8 ,true 
-0x721f 023591 compare 0x04 ,pdata ,0x07 
-0x7220 023592 nbranch rduuid3 ,true 
-0x7221 023593 increase 8 ,contr 
-0x7222 023594 increase -8 ,rega 
-0x7223 023595 increase -8 ,timeup 
-:      023596 unsign8:
-0x7224 023597 increase 4 ,contr 
-0x7225 023598 increase -4 ,rega 
-0x7226 023599 increase -4 ,timeup 
-:      023600 unsign4:
-0x7227 023601 increase 2 ,contr 
-0x7228 023602 increase -2 ,rega 
-0x7229 023603 increase -2 ,timeup 
-:      023604 unsign2:
-0x722a 023605 increase 1 ,contr 
-0x722b 023606 increase -1 ,rega 
-0x722c 023607 increase -1 ,timeup 
-:      023608 unsign1:
-0x722d 023609 ifetch 1 ,contr 
-0x722e 023610 increase -1 ,rega 
-0x722f 023611 increase -1 ,timeup 
-:      023612 rduuid3:
-0x7230 023613 increase -1 ,timeup 
-0x7231 023614 increase -1 ,rega 
-0x7232 023615 branch rduuid3 ,positive 
-0x7233 023616 increase 1 ,timeup 
-0x7234 023617 force 0x01 ,pdata 
-0x7235 023618 rtn ,
-:      023619 rdnortn:
-0x7236 023620 force 0x00 ,pdata 
-0x7237 023621 rtn ,
-:      023623 sdp_invalid_service_record_handle:
-0x7238 023624 setarg 0x0200 
-0x7239 023625 store 2 ,mem_sdp_error_code 
-0x723a 023626 branch sdp_error_rsp 
-:      023627 sdp_invalid_pdu_size:
-0x723b 023628 setarg 0x0400 
-0x723c 023629 store 2 ,mem_sdp_error_code 
-0x723d 023630 branch sdp_error_rsp 
-:      023631 sdp_insufficient_resource:
-0x723e 023632 setarg 0x0600 
-0x723f 023633 store 2 ,mem_sdp_error_code 
-0x7240 023634 branch sdp_error_rsp 
-:      023635 sdp_invalid_reqest_syntax:
-0x7241 023636 setarg 0x0300 
-0x7242 023637 store 2 ,mem_sdp_error_code 
-:      023638 sdp_error_rsp:
-0x7243 023639 call l2cap_get_sdp_tx_payload 
-0x7244 023640 istore 1 ,contw 
-0x7245 023641 fetch 2 ,mem_sdp_transactionid 
-0x7246 023642 istore 2 ,contw 
-0x7247 023643 setarg 0x0200 
-0x7248 023644 istore 2 ,contw 
-0x7249 023645 fetch 2 ,mem_sdp_error_code 
-0x724a 023646 istore 2 ,contw 
-0x724b 023647 jam 7 ,mem_sdp_tx_pkt_length 
-0x724c 023648 rtn 
-:      023650 ask_serviceclassid:
-0x724d 023651 force 0 ,temp 
-0x724e 023652 arg mem_uuid_search_pat ,contw 
-0x724f 023653 call dataelementtype6 
-0x7250 023654 branch asksrv_error ,zero 
-:      023655 classidloop:
-0x7251 023656 ifetch 1 ,contr 
-0x7252 023657 increase -1 ,rega 
-0x7253 023658 increase -1 ,timeup 
-0x7254 023659 compare 0x18 ,pdata ,0xf8 
-0x7255 023660 nbranch asksrv_error ,true 
-0x7256 023661 compare 0x04 ,pdata ,0x07 
-0x7257 023662 nbranch cmp032 ,true 
-0x7258 023663 force 1 ,temp 
-:      023664 skip2bytes:
-0x7259 023665 ifetch 1 ,contr 
-0x725a 023666 increase -1 ,rega 
-0x725b 023667 increase -1 ,timeup 
-0x725c 023668 bne 0x00 ,frstbwrong 
-0x725d 023669 ifetch 1 ,contr 
-0x725e 023670 increase -1 ,rega 
-0x725f 023671 increase -1 ,timeup 
-0x7260 023672 beq 0x00 ,cmpuuid 
-0x7261 023673 branch scndbwrong 
-:      023674 frstbwrong:
-0x7262 023675 increase 1 ,contr 
-0x7263 023676 increase -1 ,rega 
-0x7264 023677 increase -1 ,timeup 
-:      023678 scndbwrong:
-0x7265 023679 increase 2 ,contr 
-0x7266 023680 increase -2 ,rega 
-0x7267 023681 increase -2 ,timeup 
-0x7268 023682 compare 0x00 ,temp ,0xff 
-0x7269 023683 branch loopornot ,true 
-0x726a 023684 increase 12 ,contr 
-0x726b 023685 increase -12 ,rega 
-0x726c 023686 increase -12 ,timeup 
-0x726d 023687 branch loopornot 
-:      023688 cmp032:
-0x726e 023689 compare 0x02 ,pdata ,0x07 
-0x726f 023690 nbranch cmp016 ,true 
-0x7270 023691 branch skip2bytes 
-:      023692 cmp016:
-0x7271 023693 compare 0x01 ,pdata ,0x07 
-0x7272 023694 nbranch asksrv_error ,true 
-:      023695 cmpuuid:
-0x7273 023696 ifetch 2 ,contr 
-0x7274 023697 increase -2 ,rega 
-0x7275 023698 increase -2 ,timeup 
-0x7276 023699 istore 2 ,contw 
-:      023700 uuidsize:
-0x7277 023701 compare 0x00 ,temp ,0xff 
-0x7278 023702 branch loopornot ,true 
-0x7279 023703 copy contr ,temp 
-0x727a 023704 ifetch 1 ,contr 
-0x727b 023705 bne 0x00 ,wrong12b 
-0x727c 023706 ifetch 1 ,contr 
-0x727d 023707 bne 0x00 ,wrong12b 
-0x727e 023708 ifetch 1 ,contr 
-0x727f 023709 bne 0x10 ,wrong12b 
-0x7280 023710 ifetch 1 ,contr 
-0x7281 023711 bne 0x00 ,wrong12b 
-0x7282 023712 ifetch 1 ,contr 
-0x7283 023713 bne 0x80 ,wrong12b 
-0x7284 023714 ifetch 1 ,contr 
-0x7285 023715 bne 0x00 ,wrong12b 
-0x7286 023716 ifetch 1 ,contr 
-0x7287 023717 bne 0x00 ,wrong12b 
-0x7288 023718 ifetch 1 ,contr 
-0x7289 023719 bne 0x80 ,wrong12b 
-0x728a 023720 ifetch 1 ,contr 
-0x728b 023721 bne 0x5f ,wrong12b 
-0x728c 023722 ifetch 1 ,contr 
-0x728d 023723 bne 0x9b ,wrong12b 
-0x728e 023724 ifetch 1 ,contr 
-0x728f 023725 bne 0x34 ,wrong12b 
-0x7290 023726 ifetch 1 ,contr 
-0x7291 023727 beq 0xfb ,chck12dn 
-:      023728 wrong12b:
-0x7292 023729 copy temp ,contr 
-:      023730 wrong12b1:
-0x7293 023731 increase 12 ,contr 
-0x7294 023732 force 0x00 ,queue 
-0x7295 023733 force 0x00 ,temp 
-0x7296 023734 branch chck12dn 
-:      023735 noclass:
-0x7297 023736 ifetch 1 ,contr 
-0x7298 023737 increase -1 ,rega 
-0x7299 023738 increase -1 ,timeup 
-0x729a 023739 branch uuidsize 
-:      023740 chck12dn:
-0x729b 023741 increase -12 ,timeup 
-0x729c 023742 increase -12 ,rega 
-:      023743 loopornot:
-0x729d 023744 compare 0x00 ,rega ,0xff 
-0x729e 023745 nbranch classidloop ,true 
-0x729f 023746 force 0 ,pdata 
-0x72a0 023747 istore 2 ,contw 
-0x72a1 023748 rtn ,
-:      023749 asksrv_error:
-0x72a2 023750 arg 0xff ,temp 
-0x72a3 023751 rtn 
-:      023761 dataelementtype6:
-0x72a4 023762 ifetch 1 ,contr 
-0x72a5 023763 increase -1 ,timeup 
-0x72a6 023764 compare 0x30 ,pdata ,0xf8 
-0x72a7 023765 nbranch dsize_error ,true 
-0x72a8 023766 compare 0x07 ,pdata ,0x07 
-0x72a9 023767 branch dsize32 ,true 
-0x72aa 023768 compare 0x06 ,pdata ,0x07 
-0x72ab 023769 branch dsize16 ,true 
-0x72ac 023770 compare 0x05 ,pdata ,0x07 
-0x72ad 023771 nbranch dsize_error ,true 
-0x72ae 023772 ifetch 1 ,contr 
-0x72af 023773 copy pdata ,rega 
-0x72b0 023774 increase -1 ,timeup 
-0x72b1 023775 branch dsize 
-:      023776 dsize32:
-0x72b2 023777 increase 2 ,contr 
-0x72b3 023778 increase -2 ,timeup 
-:      023779 dsize16:
-0x72b4 023780 ifetch 2 ,contr 
-0x72b5 023781 byteswap pdata ,rega 
-0x72b6 023782 increase -2 ,timeup 
-:      023783 set_nblank:
-:      023784 dsize:
-0x72b7 023785 force 0x01 ,pdata 
-0x72b8 023786 rtn 
-:      023787 set_blank:
-:      023788 dsize_error:
-0x72b9 023789 force 0x00 ,pdata 
-0x72ba 023790 rtn 
-:      023800 empth_sa_rsp:
-0x72bb 023801 setarg 0x03 
-0x72bc 023802 store 1 ,mem_sdp_pduid 
-0x72bd 023803 branch empty_response 
-:      023804 empty_ssa_rsp:
-0x72be 023805 setarg 0x07 
-0x72bf 023806 store 1 ,mem_sdp_pduid 
-:      023807 empty_response:
-0x72c0 023808 call l2cap_get_sdp_tx_payload 
-0x72c1 023809 fetch 1 ,mem_sdp_pduid 
-0x72c2 023810 istore 1 ,contw 
-0x72c3 023811 copy pdata ,regb 
-0x72c4 023812 fetch 2 ,mem_sdp_transactionid 
-0x72c5 023813 istore 2 ,contw 
-0x72c6 023815 setarg 0x0500 
-0x72c7 023816 istore 2 ,contw 
-0x72c8 023817 compare 0x05 ,regb ,0xff 
-0x72c9 023818 branch fullsearch ,true 
-0x72ca 023819 compare 0x07 ,regb ,0xff 
-0x72cb 023820 branch fullsearch ,true 
-0x72cc 023821 setarg 0x000000 
-0x72cd 023822 istore 3 ,contw 
-0x72ce 023823 istore 2 ,contw 
-0x72cf 023824 branch outempty 
-:      023826 fullsearch:
-0x72d0 023833 setarg 0x350200 
-0x72d1 023834 istore 3 ,contw 
-0x72d2 023839 setarg 0 
-0x72d3 023840 istore 2 ,contw 
-:      023841 outempty:
-0x72d4 023842 jam 10 ,mem_sdp_tx_pkt_length 
-0x72d5 023843 rtn 
-:      023845 sdp_data_len:
-0x72d6 023846 copy contr ,timeup 
-0x72d7 023847 ifetch 1 ,contr 
-0x72d8 023848 and pdata ,0x7 ,loopcnt 
-0x72d9 023849 rshift3 pdata ,pdata 
-0x72da 023850 beq 6 ,sdp_data_len_6 
-0x72db 023851 beq 1 ,sdp_data_len_1 
-0x72dc 023852 beq 4 ,sdp_data_len_6 
-0x72dd 023853 beq 5 ,sdp_data_len_5 
-:      023854 sdp_data_len_rtn:
-0x72de 023855 copy timeup ,contr 
-0x72df 023856 rtn 
-:      023857 sdp_data_len_1:
-0x72e0 023858 call sdp_data_size 
-0x72e1 023859 increase 1 ,pdata 
-0x72e2 023860 branch sdp_data_len_rtn 
-:      023861 sdp_data_len_5:
-0x72e3 023862 force 2 ,pdata 
-0x72e4 023863 branch sdp_data_len_rtn 
-:      023864 sdp_data_len_6:
-0x72e5 023865 call sdp_get_data_6 
-0x72e6 023866 increase 2 ,pdata 
-0x72e7 023867 branch sdp_data_len_rtn 
-:      023869 sdp_get_data:
-0x72e8 023870 ifetch 1 ,contr 
-0x72e9 023871 and pdata ,0x7 ,loopcnt 
-0x72ea 023872 rshift3 pdata ,pdata 
-0x72eb 023873 beq 6 ,sdp_get_data_6 
-0x72ec 023874 beq 1 ,sdp_get_data_1 
-0x72ed 023875 beq 5 ,sdp_get_data_6_8bit 
-0x72ee 023876 rtn 
-:      023877 sdp_get_data_1:
-0x72ef 023878 call sdp_data_size 
-0x72f0 023879 iforce loopcnt 
-0x72f1 023880 force 0 ,temp 
-:      023881 sdp_get_data_1_loop:
-0x72f2 023882 lshift8 temp ,temp 
-0x72f3 023883 ifetch 1 ,contr 
-0x72f4 023884 ior temp ,temp 
-0x72f5 023885 loop sdp_get_data_1_loop 
-0x72f6 023886 rtn 
-:      023887 sdp_get_data_6:
-0x72f7 023888 deposit loopcnt 
-0x72f8 023889 beq 5 ,sdp_get_data_6_8bit 
-0x72f9 023890 beq 6 ,sdp_get_data_6_16bit 
-0x72fa 023891 force 3 ,loopcnt 
-0x72fb 023892 branch sdp_get_data_1 
-:      023893 sdp_get_data_6_8bit:
-0x72fc 023894 ifetch 1 ,contr 
-0x72fd 023895 rtn 
-:      023896 sdp_get_data_6_16bit:
-0x72fe 023897 ifetch 2 ,contr 
-0x72ff 023898 byteswap pdata ,pdata 
-0x7300 023899 rtn 
-:      023902 sdp_data_size:
-0x7301 023903 force 1 ,pdata 
-0x7302 023904 copy loopcnt ,null 
-0x7303 023905 rtn zero 
-:      023906 sdp_data_size_loop:
-0x7304 023907 lshift pdata ,pdata 
-0x7305 023908 loop sdp_data_size_loop 
-0x7306 023909 rtn 
-:      023914 search_uuid:
-0x7307 023915 iforce regc 
-0x7308 023916 set1 mark_ext_patch ,mark 
-0x7309 023917 bpatch patch3d_1 ,mem_patch3d 
-0x730a 023918 force 0 ,queue 
-0x730b 023919 fetch 2 ,memui_uuid_table 
-0x730c 023920 iforce contr 
-0x730d 023921 arg mem_handle_list ,contw 
-:      023922 search_uuid_next:
-0x730e 023923 disable user 
-0x730f 023924 ifetch 1 ,contr 
-0x7310 023925 rtn blank 
-0x7311 023926 iforce loopcnt 
-:      023927 search_uuid_loop:
-0x7312 023928 ifetch 2 ,contr 
-0x7313 023929 isub regc ,null 
-0x7314 023930 nbranch search_uuid_not_found ,zero 
-0x7315 023931 enable user 
-:      023932 search_uuid_not_found:
-0x7316 023933 loop search_uuid_loop 
-0x7317 023934 ifetch 4 ,contr 
-0x7318 023935 nbranch search_uuid_nomatch ,user 
-0x7319 023936 istore 4 ,contw 
-0x731a 023937 increase 1 ,queue 
-:      023938 search_uuid_nomatch:
-0x731b 023939 call sdp_get_data 
-0x731c 023940 iadd contr ,contr 
-0x731d 023941 branch search_uuid_next 
-:      023944 search_handle:
-0x731e 023945 fetch 2 ,memui_uuid_table 
-0x731f 023946 iforce contr 
-:      023947 search_handle_loop:
-0x7320 023948 ifetch 1 ,contr 
-0x7321 023949 rtn blank 
-0x7322 023950 lshift pdata ,pdata 
-0x7323 023951 iadd contr ,contr 
-0x7324 023952 ifetch 4 ,contr 
-0x7325 023953 isub temp ,null 
-0x7326 023954 rtn zero 
-0x7327 023955 call sdp_get_data 
-0x7328 023956 iadd contr ,contr 
-0x7329 023957 branch search_handle_loop 
-:      023964 search_attrib:
-0x732a 023965 set1 mark_ext_patch ,mark 
-0x732b 023966 bpatch patch3d_2 ,mem_patch3d 
-0x732c 023967 fetch 2 ,memui_uuid_table 
-0x732d 023968 iforce contr 
-:      023969 search_attrib_next:
-0x732e 023970 ifetch 1 ,contr 
-0x732f 023971 branch search_attrib_end ,blank 
-0x7330 023972 iforce loopcnt 
-:      023973 search_attrib_loop:
-0x7331 023974 ifetch 2 ,contr 
-0x7332 023975 isub regc ,null 
-0x7333 023976 branch search_attrib_found_uuid ,zero 
-0x7334 023977 loop search_attrib_loop 
-0x7335 023978 increase 4 ,contr 
-0x7336 023979 call sdp_get_data 
-0x7337 023980 iadd contr ,contr 
-0x7338 023981 branch search_attrib_next 
-:      023982 search_attrib_found_uuid:
-0x7339 023983 increase -1 ,loopcnt 
-0x733a 023984 lshift loopcnt ,pdata 
-0x733b 023985 iadd contr ,contr 
-0x733c 023986 increase 4 ,contr 
-0x733d 023987 call sdp_get_data 
-0x733e 023988 iadd contr ,temp 
-:      023989 search_attrib_loop_attribs:
-0x733f 023990 increase 1 ,contr 
-0x7340 023991 ifetch 2 ,contr 
-0x7341 023992 isub regb ,timeup 
-0x7342 023994 setflag zero ,0 ,pdata 
-0x7343 023995 copy timeup ,timeup 
-0x7344 023996 rtn zero 
-0x7345 023997 call sdp_data_len 
-0x7346 023998 iadd contr ,contr 
-0x7347 023999 deposit temp 
-0x7348 024000 isub contr ,null 
-0x7349 024001 branch search_attrib_end ,zero 
-0x734a 024002 branch search_attrib_loop_attribs 
-:      024003 search_attrib_end:
-0x734b 024004 force 0 ,contr 
-0x734c 024005 force 0 ,pdata 
-0x734d 024006 rtn 
-:      024012 search_handle_attrib:
-0x734e 024013 set1 mark_ext_patch ,mark 
-0x734f 024014 bpatch patch3d_3 ,mem_patch3d 
-0x7350 024015 fetch 2 ,memui_uuid_table 
-0x7351 024016 iforce contr 
-:      024017 search_handle_attrib_next:
-0x7352 024018 ifetch 1 ,contr 
-0x7353 024019 branch search_handle_attrib_end ,blank 
-0x7354 024020 lshift pdata ,pdata 
-0x7355 024021 iadd contr ,contr 
-0x7356 024022 ifetch 4 ,contr 
-0x7357 024023 isub temp ,null 
-0x7358 024024 branch search_handl_attrib_found_handle ,zero 
-0x7359 024025 call sdp_get_data 
-0x735a 024026 iadd contr ,contr 
-0x735b 024027 branch search_handle_attrib_next 
-:      024028 search_handl_attrib_found_handle:
-0x735c 024029 call sdp_get_data 
-0x735d 024030 iadd contr ,temp 
-:      024031 search_handle_attrib_loop_attribs:
-0x735e 024032 increase 1 ,contr 
-0x735f 024033 ifetch 2 ,contr 
-0x7360 024034 isub regb ,null 
-0x7361 024035 rtn zero 
-0x7362 024036 call sdp_data_len 
-0x7363 024037 iadd contr ,contr 
-0x7364 024038 deposit temp 
-0x7365 024039 isub contr ,null 
-0x7366 024040 branch search_handle_attrib_end ,zero 
-0x7367 024041 branch search_handle_attrib_loop_attribs 
-:      024042 search_handle_attrib_end:
-0x7368 024043 force 0 ,contr 
-0x7369 024044 rtn 
-:      024047 generate_kinit:
-0x736a 024048 call function_e22 
-0x736b 024049 arg mem_input_store ,contr 
-0x736c 024050 arg mem_kinit ,contw 
-0x736d 024051 branch memcpy16 
-:      024054 function_e21:
-0x736e 024055 disable user 
-0x736f 024056 call function_expand 
-0x7370 024057 arg mem_random_number ,contr 
-0x7371 024058 arg mem_x ,contw 
-0x7372 024059 force 15 ,loopcnt 
-0x7373 024060 call memcpy 
-0x7374 024061 ifetch 1 ,contr 
-0x7375 024062 xor_into 6 ,pdata 
-0x7376 024063 istore 1 ,contw 
-0x7377 024064 setarg mem_y 
-0x7378 024065 store 2 ,memp_ar_input 
-0x7379 024066 setarg mem_x 
-0x737a 024067 store 2 ,memp_ar_key 
-0x737b 024068 set1 mark_ar2 ,mark 
-0x737c 024069 branch function_ar 
-:      024073 function_e22:
-0x737d 024074 fetcht 1 ,mem_pin_length 
-0x737e 024075 force 16 ,regb 
-0x737f 024076 add temp ,6 ,regc 
-0x7380 024077 sub regc ,16 ,null 
-0x7381 024078 branch function_e22_pin_init ,positive 
-0x7382 024079 force 16 ,regc 
-:      024080 function_e22_pin_init:
-0x7383 024081 arg mem_x ,contw 
-:      024082 function_e22_genx_pin:
-0x7384 024083 arg mem_pin ,contr 
-0x7385 024084 copy temp ,loopcnt 
-0x7386 024085 disable user 
-:      024086 function_e22_genx_loop:
-0x7387 024087 ifetch 1 ,contr 
-0x7388 024088 istore 1 ,contw 
-0x7389 024089 increase -1 ,regb 
-0x738a 024090 branch function_e22_genx_end ,zero 
-0x738b 024091 loop function_e22_genx_loop 
-0x738c 024092 branch function_e22_genx_pin ,user 
-0x738d 024093 enable user 
-0x738e 024094 force 6 ,loopcnt 
-0x738f 024095 copy rega ,contr 
-0x7390 024096 branch function_e22_genx_loop 
-:      024097 function_e22_genx_end:
-0x7391 024098 arg mem_random_number ,contr 
-0x7392 024099 arg mem_y ,contw 
-0x7393 024100 call memcpy16 
-0x7394 024101 fetch 1 ,mem_y15 
-0x7395 024102 ixor regc ,pdata 
-0x7396 024103 store 1 ,mem_y15 
-0x7397 024104 setarg mem_y 
-0x7398 024105 store 2 ,memp_ar_input 
-0x7399 024106 setarg mem_x 
-0x739a 024107 store 2 ,memp_ar_key 
-0x739b 024108 set1 mark_ar2 ,mark 
-0x739c 024109 branch function_ar 
-:      024114 function_e1:
-0x739d 024115 disable user 
-0x739e 024116 call function_expand 
-0x739f 024117 branch function_hash 
-:      024119 function_e3:
-0x73a0 024120 arg mem_aco ,rega 
-0x73a1 024121 enable user 
-0x73a2 024122 call function_expand 
-0x73a3 024123 call function_hash 
-0x73a4 024124 arg mem_input_store ,contr 
-0x73a5 024125 arg mem_kc ,contw 
-0x73a6 024126 branch memcpy16 
-:      024129 function_hash:
-0x73a7 024130 setarg mem_random_number 
-0x73a8 024131 store 2 ,memp_ar_input 
-0x73a9 024132 setarg mem_link_key 
-0x73aa 024133 store 2 ,memp_ar_key 
-0x73ab 024134 set0 mark_ar2 ,mark 
-0x73ac 024135 call function_ar 
-0x73ad 024136 arg mem_input_store ,rega 
-0x73ae 024137 arg mem_random_number ,regb 
-0x73af 024138 arg mem_x ,contw 
-0x73b0 024139 call xor16 
-0x73b1 024140 arg mem_x ,rega 
-0x73b2 024141 arg mem_y ,regb 
-0x73b3 024142 copy regb ,contw 
-0x73b4 024143 enable user 
-0x73b5 024144 call add16 
-0x73b6 024145 call key_offset 
-0x73b7 024146 setarg mem_y 
-0x73b8 024147 store 2 ,memp_ar_input 
-0x73b9 024148 setarg mem_x 
-0x73ba 024149 store 2 ,memp_ar_key 
-0x73bb 024150 set1 mark_ar2 ,mark 
-0x73bc 024151 branch function_ar 
-:      024155 function_ar:
-0x73bd 024156 jam 0 ,mem_ar_hround 
-0x73be 024157 fetch 2 ,memp_ar_key 
-0x73bf 024158 iforce contr 
-0x73c0 024159 arg mem_key_store ,contw 
-0x73c1 024160 call memcpy16 
-0x73c2 024161 fetch 2 ,memp_ar_input 
-0x73c3 024162 iforce contr 
-0x73c4 024163 arg mem_input_store ,contw 
-0x73c5 024164 call memcpy16 
-:      024166 function_ar_loop:
-0x73c6 024167 call key_scheduling 
-0x73c7 024168 disable user 
-0x73c8 024169 bmark0 mark_ar2 ,function_ar_original 
-0x73c9 024170 fetch 1 ,mem_ar_hround 
-0x73ca 024171 bne 4 ,function_ar_original 
-0x73cb 024172 fetch 2 ,memp_ar_input 
-0x73cc 024173 iforce regb 
-0x73cd 024174 call xor_mod32_ar2 
-:      024175 function_ar_original:
-0x73ce 024176 call xor_mod32 
-0x73cf 024177 call el_boxes 
-0x73d0 024178 fetch 1 ,mem_ar_hround 
-0x73d1 024179 increase 1 ,pdata 
-0x73d2 024180 store 1 ,mem_ar_hround 
-0x73d3 024182 call key_scheduling 
-0x73d4 024183 enable user 
-0x73d5 024184 call xor_mod32 
-0x73d6 024185 call pht 
-0x73d7 024186 call permute 
-0x73d8 024187 call pht 
-0x73d9 024188 call permute 
-0x73da 024189 call pht 
-0x73db 024190 call permute 
-0x73dc 024191 call pht 
-0x73dd 024192 fetch 1 ,mem_ar_hround 
-0x73de 024193 increase 1 ,pdata 
-0x73df 024194 store 1 ,mem_ar_hround 
-0x73e0 024195 bne 16 ,function_ar_loop 
-0x73e1 024196 call key_scheduling 
-0x73e2 024197 disable user 
-0x73e3 024198 branch xor_mod32 
-:      024202 key_scheduling:
-0x73e4 024203 fetch 1 ,mem_ar_hround 
-0x73e5 024204 arg mem_key_store ,contr 
-0x73e6 024205 branch key_sched_zero ,blank 
-0x73e7 024206 iforce regb 
-0x73e8 024207 force 17 ,loopcnt 
-0x73e9 024208 copy contr ,contw 
-:      024209 key_rotateloop:
-0x73ea 024210 ifetch 1 ,contr 
-0x73eb 024211 lshift3 pdata ,temp 
-0x73ec 024212 rshift2 pdata ,pdata 
-0x73ed 024213 rshift3 pdata ,pdata 
-0x73ee 024214 ior temp ,pdata 
-0x73ef 024215 istore 1 ,contw 
-0x73f0 024216 loop key_rotateloop 
-0x73f1 024217 setarg mem_key_store 
-0x73f2 024218 iadd regb ,contr 
-0x73f3 024219 force 16 ,loopcnt 
-0x73f4 024220 arg mem_round_key ,contw 
-:      024221 key_select_octet_loop:
-0x73f5 024222 ifetch 1 ,contr 
-0x73f6 024223 istore 1 ,contw 
-0x73f7 024224 compare mem_key_store_end ,contr ,0xff 
-0x73f8 024225 nbranch key_select_octet_nwrap ,true 
-0x73f9 024226 increase -17 ,contr 
-:      024227 key_select_octet_nwrap:
-0x73fa 024228 loop key_select_octet_loop 
-0x73fb 024229 force 0 ,rega 
-0x73fc 024230 add regb ,-1 ,regc 
-0x73fd 024231 lshift2 regc ,regc 
-0x73fe 024232 lshift2 regc ,regc 
-0x73ff 024233 call enable_authrom 
-0x7400 024234 setarg mem_b_box 
-0x7401 024235 iadd regc ,regc 
-0x7402 024236 arg mem_round_key ,contw 
-0x7403 024237 force 16 ,loopcnt 
-:      024238 bias_round_key_loop:
-0x7404 024239 ifetcht 1 ,regc 
-0x7405 024240 ifetch 1 ,contw 
-0x7406 024241 iadd temp ,pdata 
-0x7407 024242 istore 1 ,contw 
-0x7408 024243 increase 1 ,regc 
-0x7409 024244 loop bias_round_key_loop 
-0x740a 024245 branch disable_authrom 
-:      024247 key_sched_zero:
-0x740b 024248 force 16 ,loopcnt 
-0x740c 024249 force 0 ,temp 
-:      024250 create_byte_16_loop:
-0x740d 024251 ifetch 1 ,contr 
-0x740e 024252 ixor temp ,temp 
-0x740f 024253 loop create_byte_16_loop 
-0x7410 024254 deposit temp 
-0x7411 024255 istore 1 ,contr 
-0x7412 024256 arg mem_key_store ,contr 
-0x7413 024257 arg mem_round_key ,contw 
-0x7414 024258 branch memcpy16 
-:      024260 xor_mod32:
-0x7415 024261 arg mem_round_key ,regb 
-:      024262 xor_mod32_ar2:
-0x7416 024263 force 16 ,loopcnt 
-0x7417 024264 arg mem_input_store ,rega 
-0x7418 024265 copy rega ,contw 
-:      024266 xor_mod32_loop:
-0x7419 024267 ifetcht 1 ,rega 
-0x741a 024268 ifetch 1 ,regb 
-0x741b 024269 ixor temp ,alarm 
-0x741c 024270 and loopcnt ,3 ,regc 
-0x741d 024271 nbranch xor_mod32_invert ,user 
-0x741e 024272 xor_into 3 ,regc 
-:      024273 xor_mod32_invert:
-0x741f 024274 sub regc ,1 ,regc 
-0x7420 024275 branch xor_even ,positive 
-0x7421 024276 iadd temp ,alarm 
-:      024277 xor_even:
-0x7422 024278 deposit alarm 
-0x7423 024279 istore 1 ,contw 
-0x7424 024280 increase 1 ,rega 
-0x7425 024281 increase 1 ,regb 
-0x7426 024282 loop xor_mod32_loop 
-0x7427 024283 rtn 
-:      024285 el_boxes:
-0x7428 024286 call enable_authrom 
-0x7429 024287 force 16 ,loopcnt 
-0x742a 024288 arg mem_input_store ,rega 
-:      024289 el_box_loop:
-0x742b 024290 ifetch 1 ,rega 
-0x742c 024291 arg mem_e_box ,contr 
-0x742d 024292 and loopcnt ,3 ,regc 
-0x742e 024293 sub regc ,1 ,null 
-0x742f 024294 branch e_boxes ,positive 
-0x7430 024295 arg mem_l_box ,contr 
-:      024296 e_boxes:
-0x7431 024297 iadd contr ,contr 
-0x7432 024298 ifetch 1 ,contr 
-0x7433 024299 istore 1 ,rega 
-0x7434 024300 increase 1 ,rega 
-0x7435 024301 loop el_box_loop 
-0x7436 024302 branch disable_authrom 
-:      024304 pht:
-0x7437 024305 force 8 ,loopcnt 
-0x7438 024306 arg mem_input_store ,contr 
-0x7439 024307 copy contr ,contw 
-:      024308 pht_loop:
-0x743a 024309 ifetch 1 ,contr 
-0x743b 024310 iforce rega 
-0x743c 024311 ifetch 1 ,contr 
-0x743d 024312 iforce regb 
-0x743e 024313 lshift rega ,pdata 
-0x743f 024314 iadd regb ,pdata 
-0x7440 024315 istore 1 ,contw 
-0x7441 024316 deposit rega 
-0x7442 024317 iadd regb ,pdata 
-0x7443 024318 istore 1 ,contw 
-0x7444 024319 loop pht_loop 
-0x7445 024320 rtn 
-:      024323 permute:
-0x7446 024324 setarg 0x8ae42c 
-0x7447 024325 iforce temp 
-0x7448 024326 force 7 ,loopcnt 
-0x7449 024327 call permute_exchange 
-0x744a 024328 setarg 0xd751b 
-0x744b 024329 iforce temp 
-0x744c 024330 force 5 ,loopcnt 
-0x744d 024331 call permute_exchange 
-0x744e 024332 fetch 1 ,mem_input_store + 15 
-0x744f 024333 iforce rega 
-0x7450 024334 fetch 1 ,mem_input_store + 3 
-0x7451 024335 store 1 ,mem_input_store + 15 
-0x7452 024336 deposit rega 
-0x7453 024337 store 1 ,mem_input_store + 3 
-0x7454 024338 rtn 
-:      024340 permute_exchange:
-0x7455 024341 and temp ,0xf ,regb 
-:      024342 permute_loop:
-0x7456 024343 and temp ,0xf ,pdata 
-0x7457 024344 arg mem_input_store ,contw 
-0x7458 024345 iadd contw ,contw 
-0x7459 024346 ifetch 1 ,contw 
-0x745a 024347 iforce regc 
-0x745b 024348 deposit rega 
-0x745c 024349 istore 1 ,contw 
-0x745d 024350 copy regc ,rega 
-0x745e 024351 rshift4 temp ,temp 
-0x745f 024352 loop permute_loop 
-0x7460 024353 setarg mem_input_store 
-0x7461 024354 iadd regb ,contw 
-0x7462 024355 deposit rega 
-0x7463 024356 istore 1 ,contw 
-0x7464 024357 rtn 
-:      024359 add16:
-0x7465 024360 enable user 
-0x7466 024361 branch xor_add16 
-:      024363 xor16:
-0x7467 024364 disable user 
-:      024365 xor_add16:
-0x7468 024366 force 16 ,loopcnt 
-:      024367 xoradd_loop:
-0x7469 024368 ifetcht 1 ,rega 
-0x746a 024369 ifetch 1 ,regb 
-0x746b 024370 branch xoradd_add ,user 
-0x746c 024371 ixor temp ,pdata 
-0x746d 024372 branch xoradd_store 
-:      024373 xoradd_add:
-0x746e 024374 iadd temp ,pdata 
-:      024375 xoradd_store:
-0x746f 024376 istore 1 ,contw 
-0x7470 024377 increase 1 ,rega 
-0x7471 024378 increase 1 ,regb 
-0x7472 024379 loop xoradd_loop 
-0x7473 024380 rtn 
-:      024383 function_expand:
-0x7474 024384 arg mem_y ,contw 
-0x7475 024385 ifetch 6 ,rega 
-0x7476 024386 istore 6 ,contw 
-0x7477 024387 branch expand_12 ,user 
-0x7478 024388 ifetch 6 ,rega 
-0x7479 024389 branch expand_cont 
-:      024390 expand_12:
-0x747a 024391 ifetch 6 ,contr 
-:      024392 expand_cont:
-0x747b 024393 istore 6 ,contw 
-0x747c 024394 ifetch 4 ,rega 
-0x747d 024395 istore 4 ,contw 
-0x747e 024396 rtn 
-:      024398 key_offset:
-0x747f 024399 arg mem_link_key ,contr 
-0x7480 024400 arg mem_x ,contw 
-0x7481 024401 arg 0 ,temp 
-0x7482 024402 setarg 0x8395a7 
-0x7483 024403 call concatenate_temp24 
-0x7484 024404 setarg 0xb3c1df 
-0x7485 024405 call concatenate_temp24 
-0x7486 024406 setarg 0xe5e9 
-0x7487 024407 call concatenate_temp16 
-0x7488 024408 copy temp ,regab 
-0x7489 024409 disable user 
-0x748a 024410 call key_addxor 
-0x748b 024411 copy regab ,temp 
-0x748c 024412 enable user 
-0x748d 024413 branch key_addxor 
-:      024415 key_addxor:
-0x748e 024416 force 8 ,loopcnt 
-:      024417 key_addxor_loop:
-0x748f 024418 ifetch 1 ,contr 
-0x7490 024419 compare 1 ,loopcnt ,1 
-0x7491 024420 branch key_high ,user 
-0x7492 024421 branch key_xor ,true 
-:      024422 key_add:
-0x7493 024423 iadd temp ,pdata 
-0x7494 024424 branch key_store 
-:      024425 key_high:
-0x7495 024426 branch key_add ,true 
-:      024427 key_xor:
-0x7496 024428 ixor temp ,pdata 
-:      024429 key_store:
-0x7497 024430 istore 1 ,contw 
-0x7498 024431 rshift8 temp ,temp 
-0x7499 024432 loop key_addxor_loop 
-0x749a 024433 rtn 
-:      024435 copy_aco:
-0x749b 024436 fetch 6 ,mem_input_store + 4 
-0x749c 024437 store 6 ,mem_aco 
-0x749d 024438 ifetch 6 ,contr 
-0x749e 024439 istore 6 ,contw 
-0x749f 024440 rtn 
-:      024442 concatenate_temp24:
-0x74a0 024443 lshift8 temp ,temp 
-:      024444 concatenate_temp16:
-0x74a1 024445 lshift16 temp ,temp 
-0x74a2 024446 ior temp ,temp 
-0x74a3 024447 rtn 
-:      024450 loop1:
-0x74a4 024451 branch loop1 
-:      024455 generate_stk:
-0x74a5 024456 call function_s1 
-0x74a6 024457 arg mem_le_ltk ,contw 
-0x74a7 024458 branch store_aes_result 
-:      024461 authenticate_rconfirm:
-0x74a8 024462 arg mem_le_srand ,contw 
-0x74a9 024463 branch authenticate_mconfirm ,master 
-0x74aa 024464 arg mem_le_mrand ,contw 
-:      024465 authenticate_mconfirm:
-0x74ab 024466 copy contr ,rega 
-0x74ac 024467 call memcpy16 
-0x74ad 024468 call function_c1 
-0x74ae 024469 arg mem_le_rconfirm ,contr 
-0x74af 024470 branch compare_res 
-:      024472 generate_confirm:
-0x74b0 024473 arg mem_le_mrand ,rega 
-0x74b1 024474 branch generate_mrand ,master 
-0x74b2 024475 arg mem_le_srand ,rega 
-:      024476 generate_mrand:
-0x74b3 024477 copy rega ,contw 
-0x74b4 024478 call generate_random 
-0x74b5 024479 branch function_c1 
-:      024481 generate_sk:
-0x74b6 024482 arg mem_le_skdm ,contr 
-0x74b7 024483 call load_data128 
-0x74b8 024484 arg mem_le_ltk ,contr 
-0x74b9 024485 call load_regext 
-0x74ba 024486 force 0x38 ,aes_ctrl 
-0x74bb 024487 force 0x0 ,aes_ctrl 
-0x74bc 024488 call wait_aes 
-0x74bd 024489 arg mem_le_sk ,contw 
-0x74be 024490 branch store_aes_result 
-:      024493 first_block_counter:
-0x74bf 024494 force 0x49 ,pdata 
-0x74c0 024495 branch first_block 
-:      024496 first_block_data:
-0x74c1 024497 force 1 ,pdata 
-:      024498 first_block:
-0x74c2 024499 force regidx_data ,regext_index 
-0x74c3 024500 lshift8 temp ,regext 
-0x74c4 024501 ior regext ,regext 
-0x74c5 024502 increase 1 ,regext_index 
-0x74c6 024503 rshift8 temp ,regext 
-0x74c7 024504 rshift16 regext ,regext 
-0x74c8 024505 fetch 2 ,mem_le_ivm 
-0x74c9 024506 lshift16 ,pdata ,pdata 
-0x74ca 024507 ior regext ,regext 
-0x74cb 024508 increase 1 ,regext_index 
-0x74cc 024509 ifetch 4 ,contr 
-0x74cd 024510 iforce regext 
-0x74ce 024511 increase 1 ,regext_index 
-0x74cf 024512 ifetch 2 ,contr 
-0x74d0 024513 byteswap rega ,regext 
-0x74d1 024514 lshift16 regext ,regext 
-0x74d2 024515 ior regext ,regext 
-0x74d3 024516 increase 1 ,regext_index 
-0x74d4 024517 rtn 
-:      024521 generate_mic:
-0x74d5 024522 add regc ,1 ,contr 
-0x74d6 024523 ifetch 1 ,contr 
-0x74d7 024524 iforce rega 
-0x74d8 024525 call first_block_counter 
-0x74d9 024526 call do_aes_ocb 
-0x74da 024528 force regidx_data ,regext_index 
-0x74db 024529 ifetch 1 ,regc 
-0x74dc 024530 and_into 0x3 ,pdata 
-0x74dd 024531 lshift16 pdata ,regext 
-0x74de 024532 set1 8 ,regext 
-0x74df 024533 call clear_hidata 
-0x74e0 024534 call do_aes_cbc 
-0x74e1 024536 copy rega ,loopcnt 
-0x74e2 024537 add regc ,2 ,contr 
-0x74e3 024538 call padding_data 
-:      024539 generate_mic_loop:
-0x74e4 024540 call aes_load_data 
-0x74e5 024541 call do_aes_cbc 
-0x74e6 024542 deposit loopcnt 
-0x74e7 024543 branch generate_mic_end ,blank 
-0x74e8 024544 branch generate_mic_loop 
-:      024545 generate_mic_end:
-0x74e9 024546 force regidx_result ,regext_index 
-0x74ea 024547 deposit regext 
-0x74eb 024548 store 4 ,mem_le_mic 
-0x74ec 024549 rtn 
-:      024551 aes_crypt_data:
-0x74ed 024552 increase 1 ,rega 
-0x74ee 024553 call first_block_data 
-0x74ef 024554 copy regc ,contr 
-0x74f0 024555 call aes_load_xor 
-0x74f1 024556 call do_aes_ctr 
-0x74f2 024557 call store_enc_data 
-0x74f3 024558 increase 16 ,regc 
-0x74f4 024559 increase -16 ,regb 
-0x74f5 024560 branch aes_crypt_data ,positive 
-0x74f6 024561 rtn 
-:      024563 le_encrypt:
-0x74f7 024564 arg mem_le_txheader ,regc 
-0x74f8 024565 fetcht 5 ,mem_le_pcnt_tx 
-0x74f9 024566 call generate_mic 
-0x74fa 024567 force regidx_xor ,regext_index 
-0x74fb 024568 iforce regext 
-0x74fc 024569 force 0 ,rega 
-0x74fd 024570 call first_block_data 
-0x74fe 024571 call do_aes_ctr 
-0x74ff 024572 arg mem_le_txpayload ,regc 
-0x7500 024573 fetch 1 ,mem_le_txlen 
-0x7501 024574 add pdata ,-1 ,regb 
-0x7502 024575 iadd regc ,contw 
-0x7503 024576 force regidx_result ,regext_index 
-0x7504 024577 deposit regext 
-0x7505 024578 istore 4 ,contw 
-0x7506 024579 call aes_crypt_data 
-0x7507 024580 fetch 1 ,mem_le_txlen 
-0x7508 024581 increase 4 ,pdata 
-0x7509 024582 store 1 ,mem_le_txlen 
-0x750a 024583 fetcht 5 ,mem_le_pcnt_tx 
-0x750b 024584 increase 1 ,temp 
-0x750c 024585 storet 5 ,mem_le_pcnt_tx 
-0x750d 024586 rtn 
-:      024588 le_decrypt:
-0x750e 024589 fetch 1 ,mem_le_rxbuf + 1 
-0x750f 024590 sub pdata ,20 ,null 
-0x7510 024591 branch le_dec_cont ,positive 
-:      024592 le_dec_cont:
-0x7511 024593 arg mem_le_rxbuf + 2 ,regc 
-0x7512 024594 add pdata ,-1 ,regb 
-0x7513 024595 increase -4 ,pdata 
-0x7514 024596 store 1 ,mem_le_rxbuf + 1 
-0x7515 024597 iadd regc ,contr 
-0x7516 024598 ifetch 4 ,contr 
-0x7517 024599 force regidx_xor ,regext_index 
-0x7518 024600 iforce regext 
-0x7519 024601 force 0 ,rega 
-0x751a 024602 fetcht 5 ,mem_le_pcnt_rx 
-0x751b 024603 call first_block_data 
-0x751c 024604 call do_aes_ctr 
-0x751d 024605 force regidx_result ,regext_index 
-0x751e 024606 deposit regext 
-0x751f 024607 store 4 ,mem_le_peer_mic 
-0x7520 024608 call aes_crypt_data 
-0x7521 024609 arg mem_le_rxbuf ,regc 
-0x7522 024610 call generate_mic 
-0x7523 024611 fetcht 4 ,mem_le_peer_mic 
-0x7524 024612 isub temp ,pdata 
-0x7525 024613 nrtn blank 
-0x7526 024614 fetch 4 ,mem_le_last_mic 
-0x7527 024615 isub temp ,pdata 
-0x7528 024616 rtn blank 
-0x7529 024617 storet 4 ,mem_le_last_mic 
-0x752a 024618 fetch 5 ,mem_le_pcnt_rx 
-0x752b 024619 increase 1 ,pdata 
-0x752c 024620 store 5 ,mem_le_pcnt_rx 
-0x752d 024621 force 0 ,pdata 
-0x752e 024622 rtn 
-:      024624 wait_aes:
-0x752f 024625 nbranch wait_aes ,aes_ready 
-0x7530 024626 rtn 
-:      024628 do_aes_ocb:
-0x7531 024629 force 0x30 ,aes_ctrl 
-0x7532 024630 force 0x0 ,aes_ctrl 
-0x7533 024631 branch wait_aes 
-:      024633 do_aes_cbc:
-0x7534 024634 force 0x32 ,aes_ctrl 
-0x7535 024635 force 0x2 ,aes_ctrl 
-0x7536 024636 branch wait_aes 
-:      024638 do_aes_ctr:
-0x7537 024639 force 0x34 ,aes_ctrl 
-0x7538 024640 force 0x4 ,aes_ctrl 
-0x7539 024641 branch wait_aes 
-:      024643 do_aes_cfb:
-0x753a 024644 force 0x36 ,aes_ctrl 
-0x753b 024645 force 0x6 ,aes_ctrl 
-0x753c 024646 branch wait_aes 
-:      024648 aes_init:
-0x753d 024649 force 1 ,aes_ctrl 
-0x753e 024650 force 0 ,aes_ctrl 
-0x753f 024651 rtn 
-:      024652 function_s1:
-0x7540 024653 force regidx_data ,regext_index 
-0x7541 024654 fetch 4 ,mem_le_mrand 
-0x7542 024655 iforce regext 
-0x7543 024656 increase 1 ,regext_index 
-0x7544 024657 ifetch 4 ,contr 
-0x7545 024658 iforce regext 
-0x7546 024659 increase 1 ,regext_index 
-0x7547 024660 fetch 4 ,mem_le_srand 
-0x7548 024661 iforce regext 
-0x7549 024662 increase 1 ,regext_index 
-0x754a 024663 ifetch 4 ,contr 
-0x754b 024664 iforce regext 
-0x754c 024665 increase 1 ,regext_index 
-0x754d 024666 call aes_clear 
-0x754e 024667 force 0x38 ,aes_ctrl 
-0x754f 024668 force 0x8 ,aes_ctrl 
-0x7550 024669 branch wait_aes 
-:      024672 function_c1:
-0x7551 024673 fetch 6 ,mem_le_lap 
-0x7552 024674 fetcht 6 ,mem_le_plap 
-0x7553 024675 branch function_c1_master ,master 
-0x7554 024676 fetch 6 ,mem_le_plap 
-0x7555 024677 fetcht 6 ,mem_le_lap 
-:      024678 function_c1_master:
-0x7556 024679 force regidx_xor ,regext_index 
-0x7557 024680 copy temp ,regext 
-0x7558 024681 increase 1 ,regext_index 
-0x7559 024682 rshift32 temp ,regext 
-0x755a 024683 lshift16 pdata ,pdata 
-0x755b 024684 ior regext ,regext 
-0x755c 024685 increase 1 ,regext_index 
-0x755d 024686 rshift32 pdata ,regext 
-0x755e 024687 increase 1 ,regext_index 
-0x755f 024688 force 0 ,regext 
-0x7560 024689 force 0 ,pdata 
-0x7561 024690 fetch 1 ,mem_le_conn_peer_addr_type 
-0x7562 024691 fetcht 1 ,mem_le_adv_own_addr_type 
-0x7563 024692 nbranch function_c1_irat ,master 
-0x7564 024694 fetch 1 ,mem_le_conn_own_addr_type 
-0x7565 024695 fetcht 1 ,mem_le_conn_peer_addr_type 
-:      024696 function_c1_irat:
-0x7566 024697 store 1 ,mem_le_iat 
-0x7567 024698 storet 1 ,mem_le_rat 
-0x7568 024699 force regidx_data ,regext_index 
-0x7569 024700 arg mem_le_iat ,regb 
-0x756a 024701 force 4 ,loopcnt 
-:      024702 function_c1_loop1:
-0x756b 024703 ifetch 4 ,rega 
-0x756c 024704 ifetcht 4 ,regb 
-0x756d 024705 ixor temp ,regext 
-0x756e 024706 increase 1 ,regext_index 
-0x756f 024707 increase 4 ,rega 
-0x7570 024708 increase 4 ,regb 
-0x7571 024709 loop function_c1_loop1 
-0x7572 024710 call aes_clear 
-0x7573 024711 force 0x38 ,aes_ctrl 
-0x7574 024712 force 0xc ,aes_ctrl 
-0x7575 024713 call wait_aes 
-0x7576 024715 call aes_clear_data 
-0x7577 024716 force 0x3a ,aes_ctrl 
-0x7578 024717 force 0x8 ,aes_ctrl 
-0x7579 024718 branch wait_aes 
-:      024720 padding_data:
-0x757a 024721 compare 0 ,loopcnt ,3 
-0x757b 024722 rtn true 
-0x757c 024723 deposit contr 
-0x757d 024724 iadd loopcnt ,contw 
-0x757e 024725 force 0 ,pdata 
-:      024726 padding_loop:
-0x757f 024727 istore 1 ,contw 
-0x7580 024728 increase 1 ,loopcnt 
-0x7581 024729 compare 0 ,loopcnt ,3 
-0x7582 024730 rtn true 
-0x7583 024731 branch padding_loop 
-:      024733 aes_load_data:
-0x7584 024734 force regidx_data ,regext_index 
-:      024735 load_data_loop:
-0x7585 024736 deposit loopcnt 
-0x7586 024737 branch load_data_padding ,blank 
-0x7587 024738 ifetch 4 ,contr 
-0x7588 024739 increase -4 ,loopcnt 
-:      024740 load_data_padding:
-0x7589 024741 iforce regext 
-0x758a 024742 increase 1 ,regext_index 
-0x758b 024743 compare regidx_key ,regext_index ,0xf 
-0x758c 024744 rtn true 
-0x758d 024745 branch load_data_loop 
-:      024747 aes_load_xor:
-0x758e 024748 force regidx_xor ,regext_index 
-0x758f 024749 branch load_regext 
-:      024750 load_key:
-0x7590 024751 force regidx_key ,regext_index 
-0x7591 024752 branch load_regext 
-:      024753 load_data128:
-0x7592 024754 force regidx_data ,regext_index 
-:      024755 load_regext:
-0x7593 024756 force 4 ,loopcnt 
-:      024757 load_regext_loop:
-0x7594 024758 ifetch 4 ,contr 
-0x7595 024759 iforce regext 
-0x7596 024760 increase 1 ,regext_index 
-0x7597 024761 loop load_regext_loop 
-0x7598 024762 rtn 
-:      024764 load_sk:
-0x7599 024765 arg mem_le_sk ,contr 
-0x759a 024766 branch load_key 
-:      024768 clear_hidata:
-0x759b 024769 force 4 ,loopcnt 
-0x759c 024770 branch clear_data_rest 
-:      024772 aes_clear_data:
-0x759d 024773 force regidx_data ,regext_index 
-:      024774 aes_clear:
-0x759e 024775 force 4 ,loopcnt 
-:      024776 clear_loop:
-0x759f 024777 force 0 ,regext 
-:      024778 clear_data_rest:
-0x75a0 024779 increase 1 ,regext_index 
-0x75a1 024780 loop clear_loop 
-0x75a2 024781 rtn 
-:      024783 store_aes_result:
-0x75a3 024784 force regidx_result ,regext_index 
-0x75a4 024785 force 4 ,loopcnt 
-:      024786 send_aes_result_loop:
-0x75a5 024787 deposit regext 
-0x75a6 024788 istore 4 ,contw 
-0x75a7 024789 increase 1 ,regext_index 
-0x75a8 024790 loop send_aes_result_loop 
-0x75a9 024791 rtn 
-:      024793 store_enc_data:
-0x75aa 024794 force regidx_result ,regext_index 
-0x75ab 024795 copy regc ,contw 
-0x75ac 024796 add regb ,1 ,loopcnt 
-0x75ad 024797 sub loopcnt ,15 ,null 
-0x75ae 024798 branch store_enc_loop ,positive 
-0x75af 024799 force 16 ,loopcnt 
-:      024800 store_enc_loop:
-0x75b0 024801 deposit regext 
-0x75b1 024802 sub loopcnt ,3 ,null 
-0x75b2 024803 branch store_enc_byte ,positive 
-0x75b3 024804 istore 4 ,contw 
-0x75b4 024805 increase -4 ,loopcnt 
-0x75b5 024806 rtn zero 
-0x75b6 024807 increase 1 ,regext_index 
-0x75b7 024808 branch store_enc_loop 
-:      024809 store_enc_byte:
-0x75b8 024810 istore 1 ,contw 
-0x75b9 024811 rshift8 pdata ,pdata 
-0x75ba 024812 loop store_enc_byte 
-0x75bb 024813 rtn 
-:      024816 compare_res:
-0x75bc 024817 force regidx_result ,regext_index 
-0x75bd 024818 force 4 ,loopcnt 
-:      024819 compare_res_loop:
-0x75be 024820 ifetch 4 ,contr 
-0x75bf 024821 isub regext ,null 
-0x75c0 024822 nrtn zero 
-0x75c1 024823 increase 1 ,regext_index 
-0x75c2 024824 loop compare_res_loop 
-0x75c3 024825 force 0 ,null 
-0x75c4 024826 rtn 
-:      024828 enable_authrom:
-0x75c5 024829 hfetch 1 ,core_clkoff 
-0x75c6 024830 set0 clock_off_auth_rom ,pdata 
-0x75c7 024831 hstore 1 ,core_clkoff 
-0x75c8 024832 rtn 
-:      024834 disable_authrom:
-0x75c9 024835 hfetch 1 ,core_clkoff 
-0x75ca 024836 set1 clock_off_auth_rom ,pdata 
-0x75cb 024837 hstore 1 ,core_clkoff 
-0x75cc 024838 rtn 
-:      024840 init_memp:
-0x75cd 024841 arg mem_p ,contw 
-0x75ce 024842 setsect 0 ,0x3ffff 
-0x75cf 024843 setsect 1 ,0x3ffff 
-0x75d0 024844 setsect 2 ,0x3ffff 
-0x75d1 024845 setsect 3 ,0x3fbff 
-0x75d2 024846 istore 9 ,contw 
-0x75d3 024847 setsect 0 ,0x3ffff 
-0x75d4 024848 setsect 1 ,0x3ffff 
-0x75d5 024849 setsect 2 ,0x3ffff 
-0x75d6 024850 setsect 3 ,0x3ffff 
-0x75d7 024851 istore 9 ,contw 
-0x75d8 024852 setsect 0 ,0x3ffff 
-0x75d9 024853 setsect 1 ,0x3ffff 
-0x75da 024854 setsect 2 ,0x3cfff 
-0x75db 024855 setsect 3 ,0x3ffff 
-0x75dc 024856 istore 9 ,contw 
-0x75dd 024857 setsect 0 ,0x3ffff 
-0x75de 024858 setsect 1 ,0x3ffff 
-0x75df 024859 setsect 2 ,0x3ffef 
-0x75e0 024860 setsect 3 ,0x3ffff 
-0x75e1 024861 istore 9 ,contw 
-0x75e2 024862 setsect 0 ,0x3ffff 
-0x75e3 024863 setsect 1 ,0x3ffff 
-0x75e4 024864 setsect 2 ,0x3ffff 
-0x75e5 024865 setsect 3 ,0x3ffff 
-0x75e6 024866 istore 9 ,contw 
-0x75e7 024867 setsect 0 ,0x3ffff 
-0x75e8 024868 setsect 1 ,0x26c7f 
-0x75e9 024869 setsect 2 ,0x146b 
-0x75ea 024870 setsect 3 ,0x37bb3 
-0x75eb 024871 istore 9 ,contw 
-0x75ec 024872 setsect 0 ,0x1feb8 
-0x75ed 024873 setsect 1 ,0x10c12 
-0x75ee 024874 setsect 2 ,0x2b722 
-0x75ef 024875 setsect 3 ,0x29fa6 
-0x75f0 024876 istore 9 ,contw 
-0x75f1 024877 setsect 0 ,0xe70f 
-0x75f2 024878 setsect 1 ,0x16720 
-0x75f3 024879 setsect 2 ,0x519e 
-0x75f4 024880 setsect 3 ,0x19084 
-0x75f5 024881 istore 9 ,contw 
-0x75f6 024882 setsect 0 ,0x31012 
-0x75f7 024883 setsect 1 ,0x360bf 
-0x75f8 024884 setsect 2 ,0x3f0af 
-0x75f9 024885 setsect 3 ,0x3d3 
-0x75fa 024886 istore 9 ,contw 
-0x75fb 024887 setsect 0 ,0x3a188 
-0x75fc 024888 setsect 1 ,0x3ad0 
-0x75fd 024889 setsect 2 ,0x3cbf2 
-0x75fe 024890 setsect 3 ,0x243d9 
-0x75ff 024891 istore 9 ,contw 
-0x7600 024892 setsect 0 ,0x2b030 
-0x7601 024893 setsect 1 ,0x36a03 
-0x7602 024894 setsect 2 ,0x11188 
-0x7603 024895 setsect 3 ,0x1e520 
-0x7604 024896 istore 9 ,contw 
-0x7605 024897 setsect 0 ,0x3a11e 
-0x7606 024898 setsect 1 ,0xfe5d 
-0x7607 024899 setsect 2 ,0xdd57 
-0x7608 024900 setsect 3 ,0x1ac93 
-0x7609 024901 istore 9 ,contw 
-0x760a 024902 setsect 0 ,0x11ed 
-0x760b 024903 setsect 1 ,0x218c4 
-0x760c 024904 setsect 2 ,0x8da7 
-0x760d 024905 setsect 3 ,0x257ff 
-0x760e 024906 istore 9 ,contw 
-0x760f 024907 setsect 0 ,0x3192b 
-0x7610 024908 setsect 1 ,0x34641 
-0x7611 024909 setsect 2 ,0x1be0c 
-0x7612 024910 setsect 3 ,0x366ad 
-0x7613 024911 istore 9 ,contw 
-0x7614 024912 setsect 0 ,0x1f83 
-0x7615 024913 setsect 1 ,0x15a23 
-0x7616 024914 setsect 2 ,0x3f9b0 
-0x7617 024915 setsect 3 ,0x3949 
-0x7618 024916 istore 9 ,contw 
-0x7619 024917 setsect 0 ,0x13a51 
-0x761a 024918 setsect 1 ,0x153fd 
-0x761b 024919 setsect 2 ,0x3372a 
-0x761c 024920 setsect 3 ,0xf1bb 
-0x761d 024921 istore 9 ,contw 
-0x761e 024922 setsect 0 ,0x3ae85 
-0x761f 024923 setsect 1 ,0x1eed9 
-0x7620 024924 setsect 2 ,0x9e66 
-0x7621 024925 setsect 3 ,0x1a8 
-0x7622 024926 istore 8 ,contw 
-0x7623 024927 rtn 
-:      024931 shutter_init:
-0x7624 024932 setarg shutter_send_process 
-0x7625 024933 store 2 ,mem_cb_bt_process 
-0x7626 024934 setarg shutter_process_idle 
-0x7627 024935 store 2 ,mem_cb_idle_process 
-0x7628 024936 setarg shutter_process_bb_event 
-0x7629 024937 store 2 ,mem_cb_bb_event_process 
-0x762a 024938 setarg shutter_process_lpm_before 
-0x762b 024939 store 2 ,mem_cb_before_lpm 
-0x762c 024940 setarg shutter_discovery_timeout_sleep 
-0x762d 024941 store 2 ,mem_cb_discovry_timeout 
-0x762e 024942 set1 mark_ext_patch ,mark 
-0x762f 024943 bpatch patch3f_1 ,mem_patch3f 
-0x7630 024944 rtn wake 
-0x7631 024946 hjam 0x00 ,core_gpio_sel1 
-0x7632 024947 call shutter_key_and_wake_gpio_setup 
-0x7633 024949 setarg shutter_before_hibernate 
-0x7634 024950 store 2 ,mem_cb_before_hibernate 
-0x7635 024952 jam flag_shutter_1key_send_null ,mem_shutter_1key_send_sm 
-0x7636 024953 jam 0 ,mem_shutter_key 
-0x7637 024954 jam flag_shutter_default ,mem_shutter_flag 
-0x7638 024955 setarg 0 
-0x7639 024956 store 4 ,mem_shutter_send_data 
-0x763a 024957 call app_check_reconn_target 
-0x763b 024958 branch app_bt_start_discovery_short ,blank 
-0x763c 024959 call app_led_on 
-0x763d 024960 call app_bt_stop_discovery 
-0x763e 024961 branch app_bt_start_reconnect 
-:      024963 shutter_key_and_wake_gpio_setup:
-0x763f 024964 fetcht 1 ,mem_shutter_iphonekey_gpio 
-0x7640 024965 call gpio_config_input 
-0x7641 024966 fetcht 1 ,mem_shutter_androidkey_gpio 
-0x7642 024967 branch gpio_config_input 
-:      024969 shutter_cancel_key_shake:
-0x7643 024970 set1 mark_ext_patch ,mark 
-0x7644 024971 bpatch patch3f_2 ,mem_patch3f 
-0x7645 024972 fetcht 4 ,mem_shutter_clkn_bt_last 
-0x7646 024973 deposit clkn_bt 
-0x7647 024974 store 4 ,mem_shutter_clkn_bt_last 
-0x7648 024975 isub temp ,pdata 
-0x7649 024976 nrtn positive 
-0x764a 024977 sub pdata ,200 ,pdata 
-0x764b 024978 rtn 
-:      024980 shutter_send_process:
-0x764c 024981 fetch 1 ,mem_hid_interrupt_state 
-0x764d 024982 rtnne 0x3f 
-:      024983 shutter_scan_key_start:
-0x764e 024984 set1 mark_ext_patch ,mark 
-0x764f 024985 bpatch patch3f_3 ,mem_patch3f 
-0x7650 024986 fetch 1 ,mem_device_option 
-0x7651 024987 rtnne dvc_op_shutter 
-0x7652 024988 disable user 
-0x7653 024989 call shutter_scan_key 
-0x7654 024990 nrtn user 
-0x7655 024991 disable user 
-0x7656 024992 fetch 1 ,mem_scan_mode 
-0x7657 024993 beq 0x03 ,shutter_reconnect_scan_2 
-0x7658 024995 fetch 1 ,mem_shutter_flag 
-0x7659 024996 beq flag_shutter_iphonekey_send ,shutter_iphonekey_release 
-0x765a 024997 beq flag_shutter_androidkey_send ,shutter_androidkey_release 
-0x765b 024998 call shutter_cancel_key_shake 
-0x765c 024999 branch shutter_send_process_end ,positive 
-0x765d 025001 fetch 1 ,mem_shutter_key 
-0x765e 025002 bbit1 flag_shutter_iphonekey_press ,shutter_iphonekey_press 
-0x765f 025003 bbit1 flag_shutter_androidkey_press ,shutter_androidkey_press 
-:      025005 shutter_send_process_end:
-0x7660 025006 jam 0 ,mem_shutter_key 
-0x7661 025007 jam flag_shutter_default ,mem_shutter_flag 
-0x7662 025008 rtn 
-:      025011 shutter_iphonekey_release:
-0x7663 025012 jam flag_shutter_default ,mem_shutter_flag 
-0x7664 025013 call ui_led_blink_stop 
-0x7665 025014 fetch 1 ,mem_shutter_key_number 
-0x7666 025015 beq flag_shutter_1key ,shutter_1key_iphonekey_release 
-:      025016 shutter_2key_iphonekey_release:
-:      025017 shutter_iphonekey_release_package:
-0x7667 025018 jam 0x05 ,mem_shutter_send_length 
-0x7668 025019 jam 0x03 ,mem_shutter_send_data 
-0x7669 025020 branch shutter_send_keydata 
-:      025021 shutter_1key_iphonekey_release:
-0x766a 025022 jam flag_shutter_1key_send_null ,mem_shutter_1key_send_sm 
-0x766b 025023 branch shutter_1key_send_step1 
-:      025025 shutter_1key_send_step1:
-0x766c 025026 jam flag_shutter_1key_send_step2 ,mem_shutter_1key_send_sm 
-0x766d 025027 branch shutter_androidkey_press_package 
-:      025028 shutter_1key_send_step2:
-0x766e 025029 jam flag_shutter_1key_send_step3 ,mem_shutter_1key_send_sm 
-0x766f 025030 branch shutter_androidkey_release_package 
-:      025031 shutter_1key_send_step3:
-0x7670 025032 jam flag_shutter_1key_send_step4 ,mem_shutter_1key_send_sm 
-0x7671 025033 branch shutter_iphonekey_press_package 
-:      025034 shutter_1key_send_step4:
-0x7672 025035 jam flag_shutter_1key_send_null ,mem_shutter_1key_send_sm 
-0x7673 025036 branch shutter_iphonekey_release_package 
-:      025038 shutter_iphonekey_press:
-0x7674 025039 jam flag_shutter_iphonekey_send ,mem_shutter_flag 
-0x7675 025040 call ui_led_on 
-0x7676 025041 fetch 1 ,mem_shutter_key_number 
-0x7677 025042 beq flag_shutter_1key ,shutter_1key_iphonekey_press 
-:      025043 shutter_2key_iphonekey_press:
-:      025044 shutter_iphonekey_press_package:
-0x7678 025045 jam 0x05 ,mem_shutter_send_length 
-0x7679 025046 setarg 0x20003 
-0x767a 025047 store 3 ,mem_shutter_send_data 
-0x767b 025048 branch shutter_send_keydata 
-:      025049 shutter_1key_iphonekey_press:
-0x767c 025050 rtn 
-:      025052 shutter_androidkey_release:
-0x767d 025053 jam flag_shutter_default ,mem_shutter_flag 
-0x767e 025054 call ui_led_blink_stop 
-:      025055 shutter_androidkey_release_package:
-0x767f 025056 jam 0x0a ,mem_shutter_send_length 
-0x7680 025057 jam 0x01 ,mem_shutter_send_data 
-0x7681 025058 branch shutter_send_keydata 
-:      025059 shutter_androidkey_press:
-0x7682 025060 jam flag_shutter_androidkey_send ,mem_shutter_flag 
-0x7683 025061 call ui_led_on 
-:      025062 shutter_androidkey_press_package:
-0x7684 025063 jam 0x0a ,mem_shutter_send_length 
-0x7685 025064 jam 0x01 ,mem_shutter_send_data 
-0x7686 025065 setarg 0x280000 
-0x7687 025066 store 3 ,mem_shutter_send_data + 1 
-:      025068 shutter_send_keydata:
-0x7688 025069 set1 mark_ext_patch ,mark 
-0x7689 025070 bpatch patch3f_4 ,mem_patch3f 
-0x768a 025071 fetch 1 ,mem_shutter_send_length 
-0x768b 025072 copy pdata ,rega 
-0x768c 025073 call hid_malloc_tx_buff 
-0x768d 025074 fetch 2 ,mem_hid_int_remote_cid 
-0x768e 025075 istore 2 ,contw 
-0x768f 025076 setarg 0xa1 
-0x7690 025077 istore 1 ,contw 
-0x7691 025078 fetcht 4 ,mem_shutter_send_data 
-0x7692 025079 istoret 8 ,contw 
-0x7693 025080 setarg 0 
-0x7694 025081 istore 1 ,contw 
-0x7695 025082 store 4 ,mem_shutter_send_data 
-0x7696 025084 fetch 1 ,mem_shutter_1key_send_sm 
-0x7697 025085 beq flag_shutter_1key_send_step2 ,shutter_1key_send_step2 
-0x7698 025086 beq flag_shutter_1key_send_step3 ,shutter_1key_send_step3 
-0x7699 025087 beq flag_shutter_1key_send_step4 ,shutter_1key_send_step4 
-0x769a 025088 rtn 
-:      025090 shutter_scan_key:
-0x769b 025091 fetcht 1 ,mem_shutter_iphonekey_gpio 
-0x769c 025092 call gpio_get_bit 
-0x769d 025093 setarg 0 
-0x769e 025094 setflag true ,flag_shutter_iphonekey_press ,pdata 
-0x769f 025095 store 1 ,mem_shutter_key_temp 
-0x76a0 025096 fetcht 1 ,mem_shutter_androidkey_gpio 
-0x76a1 025097 call gpio_get_bit 
-0x76a2 025098 setarg 0 
-0x76a3 025099 setflag true ,flag_shutter_androidkey_press ,pdata 
-0x76a4 025100 fetcht 1 ,mem_shutter_key_temp 
-0x76a5 025101 ior temp ,pdata 
-0x76a6 025102 fetcht 1 ,mem_shutter_key 
-0x76a7 025103 store 1 ,mem_shutter_key 
-0x76a8 025104 ixor temp ,null 
-0x76a9 025105 rtn zero 
-0x76aa 025106 enable user 
-0x76ab 025107 rtn 
-:      025109 shutter_process_bb_event:
-0x76ac 025110 copy regc ,pdata 
-0x76ad 025111 beq bt_evt_setup_complete ,shutter_bb_event_setup_complete 
-0x76ae 025112 beq bt_evt_hid_connected ,shutter_bb_event_hid_connected 
-0x76af 025113 beq bt_evt_hid_disconnected ,shutter_bb_event_hid_disconn 
-0x76b0 025114 beq bt_evt_virtual_cable_unplug ,shutter_bb_event_unplug 
-0x76b1 025115 beq bt_evt_bb_disconnected ,shutter_bb_event_bb_disconn 
-0x76b2 025116 beq bt_evt_reconn_failed ,shutter_bb_event_reconn_failed 
-0x76b3 025117 beq bt_evt_reconn_page_timeout ,shutter_bb_event_reconn_failed 
-0x76b4 025118 beq bt_evt_bb_connected ,shutter_process_bb_conn 
-0x76b5 025119 beq bt_evt_hid_handshake ,shutter_event_hid_handshake 
-0x76b6 025120 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
-0x76b7 025121 and pdata ,0x0f ,temp 
-0x76b8 025122 and_into bt_evt_timer_mask ,pdata 
-0x76b9 025123 beq bt_evt_timer_init ,shutter_bb_event_timer 
-0x76ba 025124 rtn 
-:      025126 shutter_hid_handshake_timer:
-0x76bb 025127 fetch 1 ,mem_hid_handshake_timer_count 
-0x76bc 025128 rtn blank 
-0x76bd 025129 increase -1 ,pdata 
-0x76be 025130 store 1 ,mem_hid_handshake_timer_count 
-0x76bf 025131 nrtn blank 
-:      025132 shutter_event_hid_handshake:
-0x76c0 025133 jam app_handshake_done ,mem_app_handshake_flag 
-0x76c1 025134 call app_lpm_mult_enable 
-0x76c2 025135 call app_bt_store_reconn_info 
-0x76c3 025136 call app_bt_stop_discovery 
-0x76c4 025137 call app_led_off 
-0x76c5 025138 branch app_bt_enter_sniff 
-:      025141 shutter_process_bb_conn:
-0x76c6 025142 jam 0 ,mem_shutter_hid_disconn_count 
-0x76c7 025143 jam 0 ,mem_shutter_cable_unplug_conut 
-0x76c8 025144 rtn 
-:      025146 shutter_bb_event_bb_disconn:
-0x76c9 025147 set1 mark_ext_patch ,mark 
-0x76ca 025148 bpatch patch3f_5 ,mem_patch3f 
-0x76cb 025149 jam 0 ,mem_unsniff2sniff_timer_count 
-0x76cc 025150 jam 0 ,mem_shutter_cable_unplug_conut 
-0x76cd 025151 jam 0 ,mem_shutter_hid_disconn_count 
-0x76ce 025152 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x76cf 025153 bbit0 app_disc_after_sniff ,shutter_check_pairing 
-:      025154 shutter_bb_event_reconn_failed:
-0x76d0 025156 fetch 2 ,mem_discovery_timeout 
-0x76d1 025157 store 2 ,mem_discovery_timeout_timer_count 
-:      025158 shutter_discovery_on_not_renew_timer:
-0x76d2 025159 call app_disconn_reason_clear 
-0x76d3 025160 branch app_bt_start_discovery_led_blink 
-:      025162 shutter_check_pairing:
-0x76d4 025163 bbit0 app_disc_after_pairing ,shutter_check_reconn 
-0x76d5 025164 branch shutter_bb_event_reconn_failed 
-:      025166 shutter_check_reconn:
-0x76d6 025167 bbit0 app_disc_after_reconn ,shutter_discovery_on_not_renew_timer 
-0x76d7 025168 branch shutter_bb_event_reconn_failed 
-:      025171 shutter_bb_event_setup_complete:
-0x76d8 025172 call app_bt_stop_discovery 
-0x76d9 025173 branch app_led_stop_blink 
-:      025175 shutter_bb_event_hid_connected:
-0x76da 025176 setarg hid_handshake_timeout 
-0x76db 025177 store 1 ,mem_hid_handshake_timer_count 
-0x76dc 025178 rtn 
-:      025180 shutter_bb_event_hid_disconn:
-0x76dd 025181 jam 0 ,mem_shutter_cable_unplug_conut 
-0x76de 025182 setarg flag_shutter_hid_disconn_timeout 
-0x76df 025183 store 1 ,mem_shutter_hid_disconn_count 
-0x76e0 025184 rtn 
-:      025186 shutter_bb_event_unplug:
-0x76e1 025187 setarg flag_shutter_cable_unplug_timeout 
-0x76e2 025188 store 1 ,mem_shutter_cable_unplug_conut 
-0x76e3 025189 rtn 
-:      025191 shutter_bb_event_timer:
-0x76e4 025192 set1 mark_ext_patch ,mark 
-0x76e5 025193 bpatch patch3f_6 ,mem_patch3f 
-0x76e6 025194 storet 1 ,mem_app_evt_timer_count 
-:      025195 shutter_bb_event_100ms_loop:
-0x76e7 025196 fetch 1 ,mem_app_evt_timer_count 
-0x76e8 025197 rtn blank 
-0x76e9 025198 increase -1 ,pdata 
-0x76ea 025199 store 1 ,mem_app_evt_timer_count 
-0x76eb 025200 call shutter_check_unplug_timer 
-0x76ec 025201 call shutter_hid_handshake_timer 
-0x76ed 025202 call shutter_check_hid_disconn_timer 
-0x76ee 025203 branch shutter_bb_event_100ms_loop 
-:      025205 shutter_check_unplug_timer:
-0x76ef 025206 fetch 1 ,mem_shutter_cable_unplug_conut 
-0x76f0 025207 rtn blank 
-0x76f1 025208 fetch 1 ,mem_shutter_cable_unplug_conut 
-0x76f2 025209 increase -1 ,pdata 
-0x76f3 025210 store 1 ,mem_shutter_cable_unplug_conut 
-0x76f4 025211 nrtn blank 
-0x76f5 025212 fetch 1 ,mem_control_tasks 
-0x76f6 025213 set1 l2cap_disconnect_interrupt ,pdata 
-0x76f7 025214 set1 l2cap_disconnect_control ,pdata 
-0x76f8 025215 store 1 ,mem_control_tasks 
-0x76f9 025216 rtn 
-:      025218 shutter_check_hid_disconn_timer:
-0x76fa 025219 fetch 1 ,mem_shutter_hid_disconn_count 
-0x76fb 025220 rtn blank 
-0x76fc 025221 fetch 1 ,mem_shutter_hid_disconn_count 
-0x76fd 025222 increase -1 ,pdata 
-0x76fe 025223 store 1 ,mem_shutter_hid_disconn_count 
-0x76ff 025224 nrtn blank 
-0x7700 025225 branch app_bt_disconnect 
-:      025227 shutter_reconnect_scan:
-0x7701 025228 set1 mark_ext_patch ,mark 
-0x7702 025229 bpatch patch3f_7 ,mem_patch3f 
-0x7703 025230 fetch 1 ,mem_scan_mode 
-0x7704 025231 rtnne 0x03 
-0x7705 025232 branch shutter_scan_key_start 
-:      025233 shutter_reconnect_scan_2:
-0x7706 025234 call shutter_cancel_key_shake 
-0x7707 025235 rtn positive 
-0x7708 025236 fetch 1 ,mem_shutter_key 
-0x7709 025237 rtn blank 
-0x770a 025238 call app_check_reconn_target 
-0x770b 025239 branch app_bt_start_discovery_short ,blank 
-0x770c 025240 call app_led_on 
-0x770d 025241 call app_bt_stop_discovery 
-0x770e 025242 branch app_bt_start_reconnect 
-:      025245 shutter_process_idle:
-0x770f 025246 branch shutter_reconnect_scan 
-:      025249 shutter_process_lpm_before:
-0x7710 025250 fetcht 1 ,mem_shutter_iphonekey_gpio 
-0x7711 025251 call gpio_set_wake_by_current_state 
-0x7712 025252 fetch 1 ,mem_shutter_key_number 
-0x7713 025253 bne flag_shutter_1key ,shutter_process_lpm_before_key2 
-0x7714 025254 rtn 
-:      025255 shutter_process_lpm_before_key2:
-0x7715 025256 fetcht 1 ,mem_shutter_androidkey_gpio 
-0x7716 025257 branch gpio_set_wake_by_current_state 
-:      025259 shutter_before_hibernate:
-0x7717 025260 branch shutter_key_and_wake_gpio_setup 
-:      025263 shutter_discovery_timeout_sleep:
-0x7718 025264 branch app_enter_hibernate 
-:      025268 sp_initialize:
-0x7719 025269 set1 mark_ext_patch ,mark 
-0x771a 025270 bpatch patch3e_2 ,mem_patch3e 
-0x771b 025271 fetch 1 ,mem_ssp_enable 
-0x771c 025272 branch ssp_disable ,blank 
-0x771d 025273 call ssp_enable 
-0x771e 025274 setarg 0 
-0x771f 025275 store 8 ,mem_sp_state_start 
-0x7720 025276 store 4 ,mem_sp_flag_start 
-0x7721 025278 arg mem_sp_iocap_remote ,contw 
-0x7722 025279 istore 7 ,contw 
-0x7723 025280 jam default_statemachine ,mem_sp_localsm 
-0x7724 025281 branch sp_pubkey_calc 
-:      025283 sp_generate_local_key:
-0x7725 025284 jam sp_flag_commit ,mem_sp_flag 
-0x7726 025285 branch sp_generate_local_key0 
-:      025286 sp_master_generate_local_key:
-0x7727 025287 fetch 1 ,mem_sp_local_key_invalid 
-0x7728 025288 beq sp_key_valid ,sp_dhkey_calc 
-0x7729 025289 branch assert 
-:      025290 sp_generate_local_key0:
-0x772a 025291 fetch 1 ,mem_sp_local_key_invalid 
-0x772b 025292 beq sp_key_valid ,sp_start_send_pubkey 
-0x772c 025293 branch sp_pubkey_calc 
-:      025295 sp_start_send_pubkey:
-0x772d 025296 call sp_dhkey_calc 
-0x772e 025297 fetch 1 ,mem_master_sp_state 
-0x772f 025298 nrtn blank 
-0x7730 025299 jam sp_stat_key_send ,mem_sp_state 
-0x7731 025300 rtn 
-:      025302 sp_calculate_commitment:
-0x7732 025303 fetch 1 ,mem_sp_calc 
-0x7733 025304 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
-0x7734 025305 call sp_local_random_key_generator 
-0x7735 025306 arg mem_sp_prarm_stack ,contw 
-0x7736 025307 setarg mem_sp_random_local_end 
-0x7737 025308 istore 2 ,contw 
-0x7738 025309 setarg mem_sp_pubkey_local_x_end 
-0x7739 025310 istore 2 ,contw 
-0x773a 025311 setarg mem_sp_pubkey_remote_x_end 
-0x773b 025312 istore 2 ,contw 
-0x773c 025313 branch sp_calculate_commitment0 
-:      025314 master_sp_calculate_commitment:
-0x773d 025315 arg mem_sp_prarm_stack ,contw 
-0x773e 025316 setarg mem_sp_random_remote_end 
-0x773f 025317 istore 2 ,contw 
-0x7740 025318 setarg mem_sp_pubkey_remote_x_end 
-0x7741 025319 istore 2 ,contw 
-0x7742 025320 setarg mem_sp_pubkey_local_x_end 
-0x7743 025321 istore 2 ,contw 
-:      025322 sp_calculate_commitment0:
-0x7744 025323 call function_f1 
-0x7745 025324 fetch 1 ,mem_master_sp_state 
-0x7746 025325 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
-0x7747 025326 jam sp_flag_commit ,mem_sp_flag 
-0x7748 025327 jam sp_stat_commit_send ,mem_sp_state 
-0x7749 025328 rtn 
-:      025329 master_sp_calculate_commitment0:
-0x774a 025330 jam sp_stat_commitment_compare ,mem_master_sp_state 
-0x774b 025331 call sp_master_generate_local_key 
-0x774c 025332 branch master_set_mem_master_sp_flag 
-:      025334 sp_local_random_key_generator:
-0x774d 025335 arg mem_sp_random_local ,contw 
-0x774e 025336 force 8 ,queue 
-0x774f 025337 branch random_generator 
-:      025339 sp_calculate_commitment_wait_dhkey_calc:
-0x7750 025340 jam sp_flag_commit ,mem_sp_flag 
-0x7751 025341 rtn 
-:      025343 sp_confirm_check:
-0x7752 025345 arg mem_addr_value ,contw 
-0x7753 025346 fetch 6 ,mem_lap 
-0x7754 025347 istore 6 ,contw 
-0x7755 025348 fetch 6 ,mem_plap 
-0x7756 025349 istore 6 ,contw 
-0x7757 025350 fetch 3 ,mem_sp_iocap_remote 
-0x7758 025351 istore 3 ,contw 
-0x7759 025353 call function_f3a 
-0x775a 025355 arg mem_sp_calc_result_high ,rega 
-0x775b 025356 arg mem_sp_check_result ,regb 
-0x775c 025357 force 4 ,queue 
-0x775d 025358 call compare4 
-0x775e 025359 nbranch sp_confirm_check_failed ,true 
-:      025361 sp_confirm_check_success:
-0x775f 025362 fetch 1 ,mem_master_sp_state 
-0x7760 025363 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
-0x7761 025364 jam sp_stat_confirm_calc ,mem_sp_state 
-0x7762 025365 jam sp_flag_commit ,mem_sp_flag 
-0x7763 025366 jam lmp_accepted ,mem_lmo_opcode2 
-0x7764 025367 rtn 
-:      025368 sp_confirm_check_success_master:
-0x7765 025369 jam lmp_accepted ,mem_lmo_opcode2 
-0x7766 025370 jam sp_state_end ,mem_master_sp_state 
-0x7767 025371 branch master_set_mem_master_sp_flag 
-:      025374 sp_confirm_check_failed:
-0x7768 025375 fetch 1 ,mem_master_sp_state 
-0x7769 025376 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
-0x776a 025377 jam sp_stat_null ,mem_sp_state 
-0x776b 025378 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x776c 025380 jam authentication_failure_error ,mem_lmo_reason2 
-0x776d 025381 rtn 
-:      025382 sp_confirm_check_failed_master:
-0x776e 025383 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x776f 025384 jam sp_stat_null ,mem_master_sp_state 
-0x7770 025385 rtn 
-:      025387 sp_confirm_calc:
-0x7771 025388 fetch 1 ,mem_sp_dh_ready 
-0x7772 025389 beq sp_flag_commit ,sp_confirm_calc_ready 
-0x7773 025390 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x7774 025391 branch master_set_mem_master_sp_flag 
-:      025392 sp_confirm_calc_ready:
-0x7775 025393 arg mem_addr_value ,contw 
-0x7776 025394 fetch 6 ,mem_plap 
-0x7777 025395 istore 6 ,contw 
-0x7778 025396 fetch 6 ,mem_lap 
-0x7779 025397 istore 6 ,contw 
-0x777a 025398 fetch 3 ,mem_sp_iocap_local 
-0x777b 025399 istore 3 ,contw 
-0x777c 025401 call function_f3b 
-0x777d 025402 fetch 1 ,mem_master_sp_state 
-0x777e 025403 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
-0x777f 025404 jam sp_stat_confirm_send ,mem_sp_state 
-0x7780 025405 jam sp_flag_commit ,mem_sp_flag 
-0x7781 025406 rtn 
-:      025407 sp_confirm_calc_master:
-0x7782 025408 jam sp_stat_confirm_send ,mem_master_sp_state 
-0x7783 025409 jam sp_flag_commit ,mem_master_sp_flag 
-0x7784 025410 rtn 
-:      025412 sp_master_key_prarm_push:
-0x7785 025413 arg mem_sp_prarm_stack ,contw 
-0x7786 025414 fetch 6 ,mem_plap 
-0x7787 025415 istore 6 ,contw 
-0x7788 025416 fetch 6 ,mem_lap 
-0x7789 025417 istore 6 ,contw 
-0x778a 025418 setarg mem_sp_random_local_end 
-0x778b 025419 istore 2 ,contw 
-0x778c 025420 setarg mem_sp_random_remote_end 
-0x778d 025421 istore 2 ,contw 
-0x778e 025422 branch sp_link_key_calc 
-:      025423 sp_link_key_prarm_push:
-0x778f 025424 jam sp_stat_done ,mem_sp_state 
-0x7790 025425 arg mem_sp_prarm_stack ,contw 
-0x7791 025426 fetch 6 ,mem_lap 
-0x7792 025427 istore 6 ,contw 
-0x7793 025428 fetch 6 ,mem_plap 
-0x7794 025429 istore 6 ,contw 
-0x7795 025430 setarg mem_sp_random_remote_end 
-0x7796 025431 istore 2 ,contw 
-0x7797 025432 setarg mem_sp_random_local_end 
-0x7798 025433 istore 2 ,contw 
-:      025434 sp_link_key_calc:
-0x7799 025436 arg mem_addr_value ,contw 
-0x779a 025437 fetch 6 ,mem_sp_prarm_stack 
-0x779b 025438 istore 6 ,contw 
-0x779c 025439 fetch 6 ,mem_sp_prarm_stack + 6 
-0x779d 025440 istore 6 ,contw 
-0x779e 025442 call function_f2 
-0x779f 025445 jam 1 ,mem_link_key_exists 
-0x77a0 025446 arg mem_link_key ,contw 
-0x77a1 025447 arg mem_sp_calc_result_high ,contr 
-0x77a2 025448 call memcpy16 
-0x77a3 025449 branch generate_linkkey_continue 
-:      025452 sp_pubkey_calc:
-0x77a4 025453 set1 mark_ext_patch ,mark 
-0x77a5 025454 bpatch patch3e_3 ,mem_patch3e 
-0x77a6 025455 fetch 1 ,mem_sp_local_key_invalid 
-0x77a7 025456 rtnne sp_key_invalid 
-0x77a8 025457 fetch 1 ,mem_sp_calc 
-0x77a9 025458 rtnne sp_calc_standby 
-0x77aa 025459 arg mem_sp_private_key ,contw 
-0x77ab 025460 force 11 ,queue 
-0x77ac 025461 call random_generator 
-0x77ad 025462 random pdata 
-0x77ae 025463 rshift pdata ,pdata 
-0x77af 025464 istore 2 ,contw 
-0x77b0 025466 arg mem_k ,contw 
-0x77b1 025467 arg mem_sp_private_key ,contr 
-0x77b2 025468 call memcpy24 
-0x77b3 025470 arg mem_ax ,contw 
-0x77b4 025471 arg mem_gx ,contr 
-0x77b5 025472 call memcpy48 
-0x77b6 025474 arg mem_az ,contw 
-0x77b7 025475 call bn_zero 
-0x77b8 025476 jam 1 ,mem_az 
-0x77b9 025478 call eckp_calc_init 
-0x77ba 025479 jam sp_calc_pubkey ,mem_sp_calc 
-0x77bb 025480 rtn 
-:      025482 sp_pubkey_generated:
-0x77bc 025483 arg mem_sp_pubkey_local ,contw 
-0x77bd 025484 arg mem_bx ,contr 
-0x77be 025485 call memcpy48 
-0x77bf 025486 jam sp_key_valid ,mem_sp_local_key_invalid 
-0x77c0 025487 jam sp_calc_standby ,mem_sp_calc 
-0x77c1 025488 rtn 
-:      025490 sp_dhkey_calc:
-0x77c2 025491 set1 mark_ext_patch ,mark 
-0x77c3 025492 bpatch patch3e_4 ,mem_patch3e 
-0x77c4 025493 fetch 1 ,mem_sp_dhkey_invalid 
-0x77c5 025494 rtnne sp_key_invalid 
-0x77c6 025495 fetch 1 ,mem_sp_calc 
-0x77c7 025496 rtnne sp_calc_standby 
-0x77c8 025498 arg mem_k ,contw 
-0x77c9 025499 arg mem_sp_private_key ,contr 
-0x77ca 025500 call memcpy24 
-0x77cb 025502 arg mem_ax ,contw 
-0x77cc 025503 arg mem_sp_pubkey_remote ,contr 
-0x77cd 025504 call memcpy48 
-0x77ce 025506 arg mem_az ,contw 
-0x77cf 025507 call bn_zero 
-0x77d0 025508 jam 1 ,mem_az 
-0x77d1 025510 call eckp_calc_init 
-0x77d2 025511 jam sp_calc_dhkey ,mem_sp_calc 
-0x77d3 025512 rtn 
-:      025514 sp_dhkey_generated:
-0x77d4 025515 jam sp_flag_commit ,mem_sp_dh_ready 
-0x77d5 025516 arg mem_sp_dhkey ,contw 
-0x77d6 025517 arg mem_bx ,contr 
-0x77d7 025518 call memcpy24 
-0x77d8 025519 jam sp_key_valid ,mem_sp_dhkey_invalid 
-0x77d9 025520 jam sp_calc_standby ,mem_sp_calc 
-0x77da 025521 rtn 
-:      025523 random_generator:
-0x77db 025524 increase -1 ,queue 
-0x77dc 025525 nrtn positive 
-0x77dd 025526 random pdata 
-0x77de 025527 istore 2 ,contw 
-0x77df 025528 branch random_generator 
-:      025529 compare4:
-0x77e0 025530 increase -1 ,queue 
-0x77e1 025531 nbranch compare4_success ,positive 
-0x77e2 025532 ifetch 4 ,rega 
-0x77e3 025533 copy pdata ,temp 
-0x77e4 025534 ifetch 4 ,regb 
-0x77e5 025535 iflip temp ,pdata 
-0x77e6 025536 nbranch compare4_failed ,zero 
-0x77e7 025537 increase 4 ,rega 
-0x77e8 025538 increase 4 ,regb 
-0x77e9 025539 branch compare4 
-:      025540 compare4_failed:
-0x77ea 025541 disable true 
-0x77eb 025542 rtn 
-:      025543 compare4_success:
-0x77ec 025544 enable true 
-0x77ed 025545 rtn 
-:      025552 simple_pairing_sequence:
-0x77ee 025553 set1 mark_ext_patch ,mark 
-0x77ef 025554 bpatch patch3e_5 ,mem_patch3e 
-0x77f0 025555 fetch 1 ,mem_sp_flag 
-0x77f1 025556 rtn blank 
-0x77f2 025557 jam sp_flag_standby ,mem_sp_flag 
-0x77f3 025558 fetch 1 ,mem_sp_state 
-0x77f4 025559 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
-0x77f5 025560 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
-0x77f6 025561 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
-0x77f7 025562 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
-0x77f8 025563 beq sp_stat_key_generate ,sp_generate_local_key 
-0x77f9 025564 beq sp_stat_commit_calc ,sp_calculate_commitment 
-0x77fa 025565 beq sp_stat_confirm_check ,sp_confirm_check 
-0x77fb 025566 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x77fc 025567 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
-0x77fd 025569 rtn 
-:      025571 master_simple_paring_sequence:
-0x77fe 025572 set1 mark_ext_patch ,mark 
-0x77ff 025573 bpatch patch3e_6 ,mem_patch3e 
-0x7800 025574 fetch 1 ,mem_master_sp_flag 
-0x7801 025575 rtn blank 
-0x7802 025576 jam sp_flag_standby ,mem_master_sp_flag 
-0x7803 025577 fetch 1 ,mem_master_sp_state 
-0x7804 025578 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
-0x7805 025579 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
-0x7806 025580 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
-0x7807 025581 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
-0x7808 025582 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
-0x7809 025583 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
-0x780a 025584 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x780b 025585 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
-0x780c 025586 beq sp_stat_confirm_check ,sp_confirm_check 
-0x780d 025587 beq sp_state_end ,master_sp_sm_end 
-0x780e 025588 rtn 
-:      025590 master_set_mem_master_sp_flag:
-0x780f 025591 jam sp_flag_commit ,mem_master_sp_flag 
-0x7810 025592 rtn 
-:      025594 master_clear_mem_master_sp_flag:
-0x7811 025595 jam sp_flag_standby ,mem_master_sp_flag 
-0x7812 025596 rtn 
-:      025597 sp_calc_sequence:
-0x7813 025598 set1 mark_ext_patch ,mark 
-0x7814 025599 bpatch patch3e_7 ,mem_patch3e 
-0x7815 025600 fetch 1 ,mem_sp_calc 
-0x7816 025601 rtn blank 
-0x7817 025602 increase 0x80 ,pdata 
-0x7818 025603 store 1 ,mem_sp_calc 
-0x7819 025604 rtnbit1 7 
-0x781a 025605 fetch 1 ,mem_ec_loopc 
-0x781b 025606 branch sp_calc_sequence_done ,blank 
-0x781c 025607 branch eckp_calc 
-:      025609 sp_calc_sequence_done:
-0x781d 025610 call ecunmapz 
-0x781e 025611 fetch 1 ,mem_sp_calc 
-0x781f 025612 beq sp_calc_pubkey ,sp_pubkey_generated 
-0x7820 025613 beq sp_calc_dhkey ,sp_dhkey_generated 
-0x7821 025614 rtn 
-:      025617 bn_testbit:
-0x7822 025618 and pdata ,7 ,queue 
-0x7823 025619 rshift3 pdata ,pdata 
-0x7824 025620 iadd contr ,contr 
-0x7825 025621 ifetch 1 ,contr 
-0x7826 025622 qisolate0 pdata 
-0x7827 025623 rtn 
-:      025626 ec_copy:
-0x7828 025627 call memcpy24 
-0x7829 025628 call memcpy24 
-0x782a 025629 branch memcpy24 
-:      025632 bn_eq_zero:
-0x782b 025633 ifetch 8 ,contr 
-0x782c 025634 nrtn blank 
-0x782d 025635 ifetch 8 ,contr 
-0x782e 025636 nrtn blank 
-0x782f 025637 ifetch 8 ,contr 
-0x7830 025638 rtn 
-:      025642 bn_eq:
-0x7831 025643 force 6 ,loopcnt 
-:      025644 bn_eq_0:
-0x7832 025645 ifetch 4 ,rega 
-0x7833 025646 iforce temp 
-0x7834 025647 ifetch 4 ,regb 
-0x7835 025648 isub temp ,null 
-0x7836 025649 nrtn zero 
-0x7837 025650 increase 4 ,rega 
-0x7838 025651 increase 4 ,regb 
-0x7839 025652 loop bn_eq_0 
-0x783a 025653 rtn 
-:      025656 bn_bigeq:
-0x783b 025657 force 6 ,loopcnt 
-0x783c 025658 increase 20 ,rega 
-0x783d 025659 increase 20 ,regb 
-:      025660 bn_bigeq_0:
-0x783e 025661 ifetch 4 ,regb 
-0x783f 025662 iforce temp 
-0x7840 025663 ifetch 4 ,rega 
-0x7841 025664 isub temp ,pdata 
-0x7842 025665 nrtn positive 
-0x7843 025666 nrtn blank 
-0x7844 025667 increase -4 ,rega 
-0x7845 025668 increase -4 ,regb 
-0x7846 025669 loop bn_bigeq_0 
-0x7847 025670 rtn 
-:      025672 bn_add:
-0x7848 025673 force 6 ,loopcnt 
-0x7849 025674 force 0 ,regc 
-:      025675 bn_add_0:
-0x784a 025676 ifetch 4 ,rega 
-0x784b 025677 iforce temp 
-0x784c 025678 ifetch 4 ,regb 
-0x784d 025679 iadd temp ,pdata 
-0x784e 025680 iadd regc ,pdata 
-0x784f 025681 istore 4 ,contw 
-0x7850 025682 isolate1 32 ,pdata 
-0x7851 025683 setflag true ,0 ,regc 
-0x7852 025684 increase 4 ,rega 
-0x7853 025685 increase 4 ,regb 
-0x7854 025686 loop bn_add_0 
-0x7855 025687 rtn 
-:      025689 bn_sub:
-0x7856 025690 force 6 ,loopcnt 
-0x7857 025691 force 0 ,regc 
-:      025692 bn_sub_0:
-0x7858 025693 ifetch 4 ,regb 
-0x7859 025694 iforce temp 
-0x785a 025695 ifetch 4 ,rega 
-0x785b 025696 isub temp ,pdata 
-0x785c 025697 isub regc ,pdata 
-0x785d 025698 istore 4 ,contw 
-0x785e 025699 isolate1 32 ,pdata 
-0x785f 025700 setflag true ,0 ,regc 
-0x7860 025701 increase 4 ,rega 
-0x7861 025702 increase 4 ,regb 
-0x7862 025703 loop bn_sub_0 
-0x7863 025704 rtn 
-:      025706 bn_rshift6:
-0x7864 025707 force 6 ,loopcnt 
-0x7865 025708 increase 20 ,rega 
-:      025709 bn_rshift:
-0x7866 025710 force 0 ,regc 
-:      025711 bn_rshift_0:
-0x7867 025712 ifetch 4 ,rega 
-0x7868 025713 isolate1 0 ,pdata 
-0x7869 025714 setflag true ,1 ,regc 
-0x786a 025715 rshift pdata ,pdata 
-0x786b 025716 isolate1 0 ,regc 
-0x786c 025717 setflag true ,31 ,pdata 
-0x786d 025718 istore 4 ,rega 
-0x786e 025719 increase -4 ,rega 
-0x786f 025720 rshift regc ,regc 
-0x7870 025721 loop bn_rshift_0 
-0x7871 025722 rtn 
-:      025724 bn_lshift:
-0x7872 025725 force 6 ,loopcnt 
-0x7873 025726 force 0 ,regc 
-:      025727 bn_lshift_0:
-0x7874 025728 ifetch 4 ,rega 
-0x7875 025729 isolate1 31 ,pdata 
-0x7876 025730 setflag true ,1 ,regc 
-0x7877 025731 lshift pdata ,pdata 
-0x7878 025732 isolate1 0 ,regc 
-0x7879 025733 setflag true ,0 ,pdata 
-0x787a 025734 istore 4 ,rega 
-0x787b 025735 increase 4 ,rega 
-0x787c 025736 rshift regc ,regc 
-0x787d 025737 loop bn_lshift_0 
-0x787e 025738 rtn 
-:      025740 bn_lshiftmod:
-0x787f 025741 call bn_lshift 
-:      025742 bn_lshiftmod_ismod:
-0x7880 025743 isolate1 0 ,regc 
-0x7881 025744 branch bn_lshiftmod_0 ,true 
-0x7882 025745 arg mem_p ,regb 
-0x7883 025746 copy rega ,regc 
-0x7884 025747 increase -24 ,rega 
-0x7885 025748 call bn_bigeq 
-0x7886 025749 nrtn positive 
-0x7887 025750 copy regc ,rega 
-:      025751 bn_lshiftmod_0:
-0x7888 025752 increase -24 ,rega 
-0x7889 025753 arg mem_p ,regb 
-0x788a 025754 copy rega ,contw 
-0x788b 025755 branch bn_sub 
-:      025758 bn_addmod:
-0x788c 025759 call bn_add 
-0x788d 025760 copy contw ,rega 
-0x788e 025761 branch bn_lshiftmod_ismod 
-:      025763 bn_submod:
-0x788f 025764 call bn_sub 
-0x7890 025765 isolate0 0 ,regc 
-0x7891 025766 rtn true 
-0x7892 025767 arg mem_p ,regb 
-0x7893 025768 add contw ,-24 ,rega 
-0x7894 025769 copy rega ,contw 
-0x7895 025770 branch bn_add 
-:      025773 bn_p192mod:
-0x7896 025774 copy contw ,timeup 
-0x7897 025775 copy rega ,alarm 
-0x7898 025776 arg mem_tmp2 ,regb 
-0x7899 025777 copy regb ,contw 
-0x789a 025778 add rega ,24 ,contr 
-0x789b 025779 ifetch 8 ,contr 
-0x789c 025780 istore 8 ,contw 
-0x789d 025781 istore 8 ,contw 
-0x789e 025782 force 0 ,pdata 
-0x789f 025783 istore 8 ,contw 
-0x78a0 025784 copy timeup ,contw 
-0x78a1 025785 call bn_addmod 
-0x78a2 025786 arg mem_tmp2 ,regb 
-0x78a3 025787 copy regb ,contw 
-0x78a4 025788 force 0 ,pdata 
-0x78a5 025789 istore 8 ,contw 
-0x78a6 025790 add alarm ,32 ,contr 
-0x78a7 025791 ifetch 8 ,contr 
-0x78a8 025792 istore 8 ,contw 
-0x78a9 025793 istore 8 ,contw 
-0x78aa 025794 copy timeup ,rega 
-0x78ab 025795 copy rega ,contw 
-0x78ac 025796 call bn_addmod 
-0x78ad 025797 arg mem_tmp2 ,regb 
-0x78ae 025798 copy regb ,contw 
-0x78af 025799 add alarm ,40 ,contr 
-0x78b0 025800 ifetch 8 ,contr 
-0x78b1 025801 istore 8 ,contw 
-0x78b2 025802 istore 8 ,contw 
-0x78b3 025803 istore 8 ,contw 
-0x78b4 025804 copy timeup ,rega 
-0x78b5 025805 copy rega ,contw 
-0x78b6 025806 branch bn_addmod 
-:      025809 bn_load:
-0x78b7 025810 force 6 ,loopcnt 
-:      025811 bn_load_0:
-0x78b8 025812 ifetch 4 ,contr 
-0x78b9 025813 iforce regext 
-0x78ba 025814 increase 1 ,regext_index 
-0x78bb 025815 loop bn_load_0 
-0x78bc 025816 rtn 
-:      025820 bn_mulmod:
-0x78bd 025821 copy contw ,timeup 
-0x78be 025822 arg mem_tmp1 ,contw 
-0x78bf 025823 call bn_zero 
-0x78c0 025824 arg mem_tmp1 ,contw 
-0x78c1 025825 copy rega ,contr 
-0x78c2 025826 force 0 ,regext_index 
-0x78c3 025827 call bn_load 
-0x78c4 025828 copy regb ,contr 
-0x78c5 025829 call bn_load 
-0x78c6 025830 force 0 ,regb 
-:      025831 bn_mulmod_1:
-0x78c7 025832 force 0 ,temp 
-0x78c8 025833 force 6 ,regc 
-:      025834 bn_mulmod_0:
-0x78c9 025835 ifetch 4 ,contw 
-0x78ca 025836 iforce rega 
-0x78cb 025837 copy regb ,regext_index 
-0x78cc 025838 deposit regext 
-0x78cd 025839 copy regc ,regext_index 
-0x78ce 025840 imul32 regext ,pdata 
-0x78cf 025841 iadd rega ,pdata 
-0x78d0 025842 iadd temp ,pdata 
-0x78d1 025843 istore 4 ,contw 
-0x78d2 025844 rshift32 pdata ,temp 
-0x78d3 025845 increase 1 ,regc 
-0x78d4 025846 compare 12 ,regc ,0xff 
-0x78d5 025847 nbranch bn_mulmod_0 ,true 
-0x78d6 025848 deposit temp 
-0x78d7 025849 istore 4 ,contw 
-0x78d8 025850 increase -24 ,contw 
-0x78d9 025851 increase 1 ,regb 
-0x78da 025852 compare 6 ,regb ,0xff 
-0x78db 025853 nbranch bn_mulmod_1 ,true 
-0x78dc 025854 arg mem_tmp1 ,rega 
-0x78dd 025855 copy timeup ,contw 
-0x78de 025856 branch bn_p192mod 
-:      025859 bn_sqrmod:
-0x78df 025860 copy rega ,regb 
-0x78e0 025861 branch bn_mulmod 
-:      025863 bn_rshifteven:
-0x78e1 025864 copy rega ,alarm 
-:      025865 bn_rshifteven_1:
-0x78e2 025866 copy alarm ,rega 
-0x78e3 025867 ifetch 1 ,rega 
-0x78e4 025868 isolate1 0 ,pdata 
-0x78e5 025869 rtn true 
-0x78e6 025870 call bn_rshift6 
-0x78e7 025871 ifetch 1 ,regb 
-0x78e8 025872 isolate0 0 ,pdata 
-0x78e9 025873 branch bn_rshifteven_0 ,true 
-0x78ea 025874 arg mem_p ,rega 
-0x78eb 025875 copy regb ,contw 
-0x78ec 025876 call bn_add 
-0x78ed 025877 ifetch 1 ,regb 
-0x78ee 025878 iadd regc ,pdata 
-0x78ef 025879 istore 1 ,regb 
-0x78f0 025880 increase -24 ,regb 
-:      025881 bn_rshifteven_0:
-0x78f1 025882 add regb ,24 ,rega 
-0x78f2 025883 force 7 ,loopcnt 
-0x78f3 025884 call bn_rshift 
-0x78f4 025885 branch bn_rshifteven_1 
-:      025888 bn_invmod:
-0x78f5 025889 copy contw ,timeup 
-0x78f6 025890 arg mem_tmp0 ,contw 
-0x78f7 025891 call bn_zero 
-0x78f8 025892 force 0 ,pdata 
-0x78f9 025893 store 4 ,mem_tmp5 
-0x78fa 025894 store 4 ,mem_t2 
-0x78fb 025895 jam 1 ,mem_tmp0 
-0x78fc 025896 arg mem_tmp1 ,contw 
-0x78fd 025897 call bn_zero 
-0x78fe 025898 arg mem_p ,contr 
-0x78ff 025899 arg mem_tmp2 ,contw 
-0x7900 025900 call memcpy24 
-0x7901 025901 copy rega ,contr 
-0x7902 025902 arg mem_tmp3 ,contw 
-0x7903 025903 call memcpy24 
-:      025904 bn_invmod_2:
-0x7904 025905 arg mem_tmp3 ,contr 
-0x7905 025906 call bn_eq_zero 
-0x7906 025907 branch bn_invmod_0 ,blank 
-0x7907 025908 arg mem_tmp3 ,rega 
-0x7908 025909 arg mem_tmp0 ,regb 
-0x7909 025910 call bn_rshifteven 
-0x790a 025912 arg mem_tmp2 ,rega 
-0x790b 025913 arg mem_tmp1 ,regb 
-0x790c 025914 call bn_rshifteven 
-0x790d 025915 arg mem_tmp3 ,rega 
-0x790e 025916 arg mem_tmp2 ,regb 
-0x790f 025917 call bn_bigeq 
-0x7910 025918 branch bn_invmod_1 ,positive 
-0x7911 025919 arg mem_tmp2 ,rega 
-0x7912 025920 arg mem_tmp3 ,regb 
-0x7913 025921 copy rega ,contw 
-0x7914 025922 call bn_sub 
-0x7915 025923 arg mem_tmp0 ,rega 
-0x7916 025924 arg mem_tmp1 ,regb 
-0x7917 025925 copy regb ,contw 
-0x7918 025926 call bn_add 
-0x7919 025927 ifetch 1 ,rega 
-0x791a 025928 iadd regc ,regc 
-0x791b 025929 ifetch 1 ,regb 
-0x791c 025930 iadd regc ,pdata 
-0x791d 025931 istore 1 ,regb 
-0x791e 025932 branch bn_invmod_2 
-:      025933 bn_invmod_1:
-0x791f 025934 arg mem_tmp3 ,rega 
-0x7920 025935 arg mem_tmp2 ,regb 
-0x7921 025936 copy rega ,contw 
-0x7922 025937 call bn_sub 
-0x7923 025938 arg mem_tmp1 ,rega 
-0x7924 025939 arg mem_tmp0 ,regb 
-0x7925 025940 copy regb ,contw 
-0x7926 025941 call bn_add 
-0x7927 025942 ifetch 1 ,rega 
-0x7928 025943 iadd regc ,regc 
-0x7929 025944 ifetch 1 ,regb 
-0x792a 025945 iadd regc ,pdata 
-0x792b 025946 istore 1 ,regb 
-0x792c 025947 branch bn_invmod_2 
-:      025948 bn_invmod_0:
-0x792d 025949 arg mem_tmp0 ,contw 
-0x792e 025950 call bn_zero 
-0x792f 025951 fetch 1 ,mem_tmp5 
-0x7930 025952 store 1 ,mem_tmp0 
-0x7931 025953 store 1 ,mem_tmp0a 
-0x7932 025954 arg mem_tmp0 ,rega 
-0x7933 025955 arg mem_tmp1 ,regb 
-0x7934 025956 copy regb ,contw 
-0x7935 025957 call bn_addmod 
-0x7936 025958 arg mem_p ,rega 
-0x7937 025959 arg mem_tmp1 ,regb 
-0x7938 025960 copy timeup ,contw 
-0x7939 025961 branch bn_submod 
-:      025966 ecdbl:
-0x793a 025967 arg mem_cz ,rega 
-0x793b 025968 arg mem_t2 ,contw 
-0x793c 025969 call bn_sqrmod 
-0x793d 025970 arg mem_t2 ,rega 
-0x793e 025971 arg mem_t3 ,contw 
-0x793f 025972 call bn_sqrmod 
-0x7940 025973 arg mem_a ,rega 
-0x7941 025974 arg mem_t3 ,regb 
-0x7942 025975 arg mem_t3 ,contw 
-0x7943 025976 call bn_mulmod 
-0x7944 025977 arg mem_cx ,rega 
-0x7945 025978 arg mem_t2 ,contw 
-0x7946 025979 call bn_sqrmod 
-0x7947 025980 arg mem_t2 ,contr 
-0x7948 025981 arg mem_t1 ,contw 
-0x7949 025982 call memcpy24 
-0x794a 025983 arg mem_t1 ,rega 
-0x794b 025984 call bn_lshiftmod 
-0x794c 025985 arg mem_t2 ,rega 
-0x794d 025986 arg mem_t1 ,regb 
-0x794e 025987 arg mem_t2 ,contw 
-0x794f 025988 call bn_addmod 
-0x7950 025989 arg mem_t2 ,rega 
-0x7951 025990 arg mem_t3 ,regb 
-0x7952 025991 arg mem_t2 ,contw 
-0x7953 025992 call bn_addmod 
-0x7954 025993 arg mem_cx ,contr 
-0x7955 025994 arg mem_t1 ,contw 
-0x7956 025995 call memcpy24 
-0x7957 025996 arg mem_cy ,rega 
-0x7958 025997 arg mem_t3 ,contw 
-0x7959 025998 call bn_sqrmod 
-0x795a 025999 arg mem_t1 ,rega 
-0x795b 026000 call bn_lshiftmod 
-0x795c 026001 arg mem_t1 ,rega 
-0x795d 026002 call bn_lshiftmod 
-0x795e 026003 arg mem_t1 ,rega 
-0x795f 026004 arg mem_t3 ,regb 
-0x7960 026005 arg mem_t1 ,contw 
-0x7961 026006 call bn_mulmod 
-0x7962 026007 arg mem_t3 ,rega 
-0x7963 026008 arg mem_t0 ,contw 
-0x7964 026009 call bn_sqrmod 
-0x7965 026010 arg mem_t0 ,rega 
-0x7966 026011 call bn_lshiftmod 
-0x7967 026012 arg mem_t0 ,rega 
-0x7968 026013 call bn_lshiftmod 
-0x7969 026014 arg mem_t0 ,rega 
-0x796a 026015 call bn_lshiftmod 
-0x796b 026016 arg mem_cy ,contr 
-0x796c 026017 arg mem_t3 ,contw 
-0x796d 026018 call memcpy24 
-0x796e 026019 arg mem_t3 ,rega 
-0x796f 026020 call bn_lshiftmod 
-0x7970 026021 arg mem_t3 ,rega 
-0x7971 026022 arg mem_cz ,regb 
-0x7972 026023 arg mem_cz ,contw 
-0x7973 026024 call bn_mulmod 
-0x7974 026025 arg mem_t2 ,rega 
-0x7975 026026 arg mem_t3 ,contw 
-0x7976 026027 call bn_sqrmod 
-0x7977 026028 arg mem_t3 ,rega 
-0x7978 026029 arg mem_t1 ,regb 
-0x7979 026030 arg mem_t3 ,contw 
-0x797a 026031 call bn_submod 
-0x797b 026032 arg mem_t3 ,rega 
-0x797c 026033 arg mem_t1 ,regb 
-0x797d 026034 arg mem_cx ,contw 
-0x797e 026035 call bn_submod 
-0x797f 026036 arg mem_t1 ,rega 
-0x7980 026037 arg mem_cx ,regb 
-0x7981 026038 arg mem_t3 ,contw 
-0x7982 026039 call bn_submod 
-0x7983 026040 arg mem_t3 ,rega 
-0x7984 026041 arg mem_t2 ,regb 
-0x7985 026042 arg mem_t3 ,contw 
-0x7986 026043 call bn_mulmod 
-0x7987 026044 arg mem_t3 ,rega 
-0x7988 026045 arg mem_t0 ,regb 
-0x7989 026046 arg mem_cy ,contw 
-0x798a 026047 branch bn_submod 
-:      026051 ecadd:
-0x798b 026052 arg mem_az ,rega 
-0x798c 026053 arg mem_t7 ,contw 
-0x798d 026054 call bn_sqrmod 
-0x798e 026055 arg mem_cx ,rega 
-0x798f 026056 arg mem_t7 ,regb 
-0x7990 026057 arg mem_t0 ,contw 
-0x7991 026058 call bn_mulmod 
-0x7992 026059 arg mem_az ,rega 
-0x7993 026060 arg mem_t7 ,regb 
-0x7994 026061 arg mem_t7 ,contw 
-0x7995 026062 call bn_mulmod 
-0x7996 026063 arg mem_cy ,rega 
-0x7997 026064 arg mem_t7 ,regb 
-0x7998 026065 arg mem_t1 ,contw 
-0x7999 026066 call bn_mulmod 
-0x799a 026067 arg mem_cz ,rega 
-0x799b 026068 arg mem_t7 ,contw 
-0x799c 026069 call bn_sqrmod 
-0x799d 026070 arg mem_ax ,rega 
-0x799e 026071 arg mem_t7 ,regb 
-0x799f 026072 arg mem_t2 ,contw 
-0x79a0 026073 call bn_mulmod 
-0x79a1 026074 arg mem_cz ,rega 
-0x79a2 026075 arg mem_t7 ,regb 
-0x79a3 026076 arg mem_t7 ,contw 
-0x79a4 026077 call bn_mulmod 
-0x79a5 026078 arg mem_ay ,rega 
-0x79a6 026079 arg mem_t7 ,regb 
-0x79a7 026080 arg mem_t3 ,contw 
-0x79a8 026081 call bn_mulmod 
-0x79a9 026082 arg mem_t0 ,rega 
-0x79aa 026083 arg mem_t2 ,regb 
-0x79ab 026084 arg mem_t7 ,contw 
-0x79ac 026085 call bn_submod 
-0x79ad 026086 arg mem_t0 ,rega 
-0x79ae 026087 arg mem_t2 ,regb 
-0x79af 026088 arg mem_t0 ,contw 
-0x79b0 026089 call bn_addmod 
-0x79b1 026090 arg mem_t1 ,rega 
-0x79b2 026091 arg mem_t3 ,regb 
-0x79b3 026092 arg mem_t2 ,contw 
-0x79b4 026093 call bn_submod 
-0x79b5 026094 arg mem_t1 ,rega 
-0x79b6 026095 arg mem_t3 ,regb 
-0x79b7 026096 arg mem_t1 ,contw 
-0x79b8 026097 call bn_addmod 
-0x79b9 026098 arg mem_t1 ,rega 
-0x79ba 026099 arg mem_t7 ,regb 
-0x79bb 026100 arg mem_t1 ,contw 
-0x79bc 026101 call bn_mulmod 
-0x79bd 026102 arg mem_cz ,rega 
-0x79be 026103 arg mem_az ,regb 
-0x79bf 026104 arg mem_t3 ,contw 
-0x79c0 026105 call bn_mulmod 
-0x79c1 026106 arg mem_t3 ,rega 
-0x79c2 026107 arg mem_t7 ,regb 
-0x79c3 026108 arg mem_cz ,contw 
-0x79c4 026109 call bn_mulmod 
-0x79c5 026110 arg mem_t7 ,rega 
-0x79c6 026111 arg mem_t7 ,contw 
-0x79c7 026112 call bn_sqrmod 
-0x79c8 026113 arg mem_t7 ,rega 
-0x79c9 026114 arg mem_t0 ,regb 
-0x79ca 026115 arg mem_t3 ,contw 
-0x79cb 026116 call bn_mulmod 
-0x79cc 026117 arg mem_t7 ,rega 
-0x79cd 026118 arg mem_t1 ,regb 
-0x79ce 026119 arg mem_t1 ,contw 
-0x79cf 026120 call bn_mulmod 
-0x79d0 026121 arg mem_t2 ,rega 
-0x79d1 026122 arg mem_cx ,contw 
-0x79d2 026123 call bn_sqrmod 
-0x79d3 026124 arg mem_cx ,rega 
-0x79d4 026125 arg mem_t3 ,regb 
-0x79d5 026126 arg mem_cx ,contw 
-0x79d6 026127 call bn_submod 
-0x79d7 026128 arg mem_cx ,contr 
-0x79d8 026129 arg mem_t7 ,contw 
-0x79d9 026130 call memcpy24 
-0x79da 026131 arg mem_t7 ,rega 
-0x79db 026132 call bn_lshiftmod 
-0x79dc 026133 arg mem_t3 ,rega 
-0x79dd 026134 arg mem_t7 ,regb 
-0x79de 026135 arg mem_t3 ,contw 
-0x79df 026136 call bn_submod 
-0x79e0 026137 arg mem_t3 ,rega 
-0x79e1 026138 arg mem_t2 ,regb 
-0x79e2 026139 arg mem_t2 ,contw 
-0x79e3 026140 call bn_mulmod 
-0x79e4 026141 arg mem_t2 ,rega 
-0x79e5 026142 arg mem_t1 ,regb 
-0x79e6 026143 arg mem_cy ,contw 
-0x79e7 026144 call bn_submod 
-0x79e8 026145 arg mem_cy ,rega 
-0x79e9 026146 arg mem_p ,regb 
-0x79ea 026147 arg mem_cy ,contw 
-0x79eb 026148 force 0 ,regc 
-0x79ec 026149 fetch 1 ,mem_cy 
-0x79ed 026150 isolate1 0 ,pdata 
-0x79ee 026151 call bn_add ,true 
-0x79ef 026152 copy regc ,alarm 
-0x79f0 026153 arg mem_cy ,rega 
-0x79f1 026154 call bn_rshift6 
-0x79f2 026155 fetch 1 ,mem_cy5 
-0x79f3 026156 isolate1 0 ,alarm 
-0x79f4 026157 setflag true ,7 ,pdata 
-0x79f5 026158 store 1 ,mem_cy5 
-0x79f6 026159 rtn 
-:      026162 eckp:
-0x79f7 026163 jam 192 ,mem_ec_loopc 
-0x79f8 026164 jam 1 ,mem_ec_infinite 
-:      026165 eckp_0:
-0x79f9 026166 fetch 1 ,mem_ec_loopc 
-0x79fa 026167 increase -1 ,pdata 
-0x79fb 026168 nrtn positive 
-0x79fc 026169 store 1 ,mem_ec_loopc 
-0x79fd 026170 fetch 1 ,mem_ec_infinite 
-0x79fe 026171 call ecdbl ,blank 
-0x79ff 026172 fetch 1 ,mem_ec_loopc 
-0x7a00 026173 arg mem_k ,contr 
-0x7a01 026174 call bn_testbit 
-0x7a02 026175 branch eckp_0 ,true 
-0x7a03 026176 fetch 1 ,mem_ec_infinite 
-0x7a04 026177 nbranch eckp_1 ,blank 
-0x7a05 026178 call ecadd 
-0x7a06 026179 branch eckp_0 
-:      026180 eckp_1:
-0x7a07 026181 jam 0 ,mem_ec_infinite 
-0x7a08 026182 arg mem_ax ,contr 
-0x7a09 026183 arg mem_cx ,contw 
-0x7a0a 026184 call ec_copy 
-0x7a0b 026185 branch eckp_0 
-:      026188 ecunmapz:
-0x7a0c 026189 arg mem_cz ,rega 
-0x7a0d 026190 arg mem_t3 ,contw 
-0x7a0e 026191 call bn_invmod 
-0x7a0f 026192 arg mem_t3 ,rega 
-0x7a10 026193 arg mem_t1 ,contw 
-0x7a11 026194 call bn_sqrmod 
-0x7a12 026195 arg mem_cx ,rega 
-0x7a13 026196 arg mem_t1 ,regb 
-0x7a14 026197 arg mem_bx ,contw 
-0x7a15 026198 call bn_mulmod 
-0x7a16 026199 arg mem_t3 ,rega 
-0x7a17 026200 arg mem_t1 ,regb 
-0x7a18 026201 arg mem_t2 ,contw 
-0x7a19 026202 call bn_mulmod 
-0x7a1a 026203 arg mem_cy ,rega 
-0x7a1b 026204 arg mem_t2 ,regb 
-0x7a1c 026205 arg mem_by ,contw 
-0x7a1d 026206 branch bn_mulmod 
-:      026209 sha_endian_swap:
-0x7a1e 026210 force 16 ,loopcnt 
-:      026211 sha_endian_swap2:
-0x7a1f 026212 ifetch 4 ,contr 
-0x7a20 026213 force 4 ,rega 
-0x7a21 026214 increase 3 ,contw 
-:      026215 sha_endian_loop:
-0x7a22 026216 istore 1 ,contw 
-0x7a23 026217 rshift8 pdata ,pdata 
-0x7a24 026218 increase -2 ,contw 
-0x7a25 026219 increase -1 ,rega 
-0x7a26 026220 nbranch sha_endian_loop ,zero 
-0x7a27 026221 increase 5 ,contw 
-0x7a28 026222 loop sha_endian_swap2 
-0x7a29 026223 rtn 
-:      026226 sha_getw:
-0x7a2a 026227 lshift2 queue ,pdata 
-0x7a2b 026228 iadd timeup ,contr 
-0x7a2c 026229 ifetch 4 ,contr 
-0x7a2d 026230 rtn 
-:      026232 sha_r:
-0x7a2e 026233 force 16 ,alarm 
-0x7a2f 026234 arg memdat ,timeup 
-:      026235 sha_r_loop:
-0x7a30 026236 add alarm ,-7 ,queue 
-0x7a31 026237 call sha_getw 
-0x7a32 026238 iforce temp 
-0x7a33 026239 add alarm ,-16 ,queue 
-0x7a34 026240 call sha_getw 
-0x7a35 026241 iadd temp ,temp 
-0x7a36 026242 add alarm ,-2 ,queue 
-0x7a37 026243 call sha_getw 
-0x7a38 026244 shasx pdata ,1 ,pdata 
-0x7a39 026245 iadd temp ,temp 
-0x7a3a 026246 add alarm ,-15 ,queue 
-0x7a3b 026247 call sha_getw 
-0x7a3c 026248 shasx pdata ,0 ,pdata 
-0x7a3d 026249 iadd temp ,temp 
-0x7a3e 026250 lshift2 alarm ,pdata 
-0x7a3f 026251 iadd timeup ,contw 
-0x7a40 026252 istoret 4 ,contw 
-0x7a41 026253 increase 1 ,alarm 
-0x7a42 026254 compare 64 ,alarm ,0xff 
-0x7a43 026255 nbranch sha_r_loop ,true 
-0x7a44 026256 rtn 
-:      026259 sha_init:
-0x7a45 026260 arg memh0 ,contr 
-0x7a46 026261 force 7 ,regext_index 
-:      026262 sha_init_0:
-0x7a47 026263 ifetch 4 ,contr 
-0x7a48 026264 iforce regext 
-0x7a49 026265 increase -1 ,regext_index 
-0x7a4a 026266 branch sha_init_0 ,positive 
-0x7a4b 026267 rtn 
-:      026269 sha:
-0x7a4c 026270 set1 mark_ext_patch ,mark 
-0x7a4d 026271 bpatch patch3f_0 ,mem_patch3f 
-0x7a4e 026272 call sha_r 
-0x7a4f 026273 arg memahbak ,contw 
-0x7a50 026274 force 0 ,regext_index 
-:      026275 sha_0:
-0x7a51 026276 deposit regext 
-0x7a52 026277 istore 4 ,contw 
-0x7a53 026278 increase 1 ,regext_index 
-0x7a54 026279 compare 8 ,regext_index ,0xff 
-0x7a55 026280 nbranch sha_0 ,true 
-0x7a56 026281 call enable_authrom 
-0x7a57 026282 arg memk ,timeup 
-0x7a58 026283 arg memdat ,alarm 
-0x7a59 026284 force 64 ,loopcnt 
-:      026285 sha_loop:
-0x7a5a 026286 ifetcht 4 ,alarm 
-0x7a5b 026287 ifetch 4 ,timeup 
-0x7a5c 026288 increase 4 ,timeup 
-0x7a5d 026289 increase 4 ,alarm 
-0x7a5e 026290 iadd temp ,pdata 
-0x7a5f 026291 force 7 ,regext_index 
-0x7a60 026292 iadd regext ,temp 
-0x7a61 026293 force 4 ,regext_index 
-0x7a62 026294 shasx regext ,3 ,pdata 
-0x7a63 026295 iadd temp ,temp 
-0x7a64 026296 force 5 ,regext_index 
-0x7a65 026297 deposit regext 
-0x7a66 026298 force 6 ,regext_index 
-0x7a67 026299 ixor regext ,pdata 
-0x7a68 026300 force 4 ,regext_index 
-0x7a69 026301 iand regext ,pdata 
-0x7a6a 026302 force 6 ,regext_index 
-0x7a6b 026303 ixor regext ,pdata 
-0x7a6c 026304 iadd temp ,temp 
-0x7a6d 026305 force 7 ,regext_index 
-0x7a6e 026306 copy temp ,regext 
-0x7a6f 026307 force 3 ,regext_index 
-0x7a70 026308 deposit regext 
-0x7a71 026309 iadd temp ,regext 
-0x7a72 026310 force 0 ,regext_index 
-0x7a73 026311 deposit regext 
-0x7a74 026312 force 1 ,regext_index 
-0x7a75 026313 iand regext ,temp 
-0x7a76 026314 ior regext ,pdata 
-0x7a77 026315 force 2 ,regext_index 
-0x7a78 026316 iand regext ,pdata 
-0x7a79 026317 ior temp ,temp 
-0x7a7a 026318 force 0 ,regext_index 
-0x7a7b 026319 shasx regext ,2 ,pdata 
-0x7a7c 026320 iadd temp ,pdata 
-0x7a7d 026321 force 7 ,regext_index 
-0x7a7e 026322 iadd regext ,regext 
-0x7a7f 026323 regexrot 
-0x7a80 026324 loop sha_loop 
-0x7a81 026325 arg memahbak ,contr 
-0x7a82 026326 force 0 ,regext_index 
-:      026327 sha_1:
-0x7a83 026328 ifetch 4 ,contr 
-0x7a84 026329 iadd regext ,regext 
-0x7a85 026330 increase 1 ,regext_index 
-0x7a86 026331 compare 8 ,regext_index ,0xff 
-0x7a87 026332 nbranch sha_1 ,true 
-0x7a88 026333 branch disable_authrom 
-:      026336 sha_result:
-0x7a89 026337 arg memresult ,contw 
-0x7a8a 026338 force 7 ,regext_index 
-:      026339 sha_regext_save:
-0x7a8b 026340 deposit regext 
-0x7a8c 026341 istore 4 ,contw 
-0x7a8d 026342 increase -1 ,regext_index 
-0x7a8e 026343 branch sha_regext_save ,positive 
-0x7a8f 026344 rtn 
-:      026346 pad_xor:
-0x7a90 026348 arg memdat ,contw 
-0x7a91 026349 increase -4 ,contr 
-0x7a92 026350 sub loopcnt ,16 ,rega 
-:      026351 pad_xor_0:
-0x7a93 026352 ifetch 4 ,contr 
-0x7a94 026353 ixor temp ,pdata 
-0x7a95 026354 istore 4 ,contw 
-0x7a96 026355 increase -8 ,contr 
-0x7a97 026356 loop pad_xor_0 
-0x7a98 026357 copy rega ,loopcnt 
-0x7a99 026358 deposit temp 
-:      026359 pad_xor_1:
-0x7a9a 026360 istore 4 ,contw 
-0x7a9b 026361 loop pad_xor_1 
-0x7a9c 026362 rtn 
-:      026364 g_noninit:
-0x7a9d 026365 arg mem_sp_pubkey_remote_x_end ,contr 
-0x7a9e 026366 arg memdat ,contw 
-0x7a9f 026367 force 6 ,loopcnt 
-0x7aa0 026368 call memcpy_dword_swap 
-0x7aa1 026369 arg mem_sp_pubkey_local_x_end ,contr 
-0x7aa2 026370 force 6 ,loopcnt 
-0x7aa3 026371 call memcpy_dword_swap 
-0x7aa4 026372 arg mem_sp_random_remote_end ,contr 
-0x7aa5 026373 call memcpy_dword_swap4 
-0x7aa6 026374 call sha_init 
-0x7aa7 026375 call sha 
-0x7aa8 026376 arg mem_sp_random_local_end ,contr 
-0x7aa9 026377 arg memdat ,contw 
-0x7aaa 026378 branch g_common 
-:      026380 g_init:
-0x7aab 026381 arg mem_sp_pubkey_local_x_end ,contr 
-0x7aac 026382 arg memdat ,contw 
-0x7aad 026383 force 6 ,loopcnt 
-0x7aae 026384 call memcpy_dword_swap 
-0x7aaf 026385 arg mem_sp_pubkey_remote_x_end ,contr 
-0x7ab0 026386 force 6 ,loopcnt 
-0x7ab1 026387 call memcpy_dword_swap 
-0x7ab2 026388 arg mem_sp_random_local_end ,contr 
-0x7ab3 026389 call memcpy_dword_swap4 
-0x7ab4 026390 call sha_init 
-0x7ab5 026391 call sha 
-0x7ab6 026392 arg mem_sp_random_remote_end ,contr 
-0x7ab7 026393 arg memdat ,contw 
-:      026394 g_common:
-0x7ab8 026395 call memcpy_dword_swap4 
-0x7ab9 026396 setarg 0x800000 
-0x7aba 026397 lshift8 pdata ,pdata 
-0x7abb 026398 istore 4 ,contw 
-0x7abc 026399 force 5 ,loopcnt 
-0x7abd 026400 call memset0 
-0x7abe 026401 setarg 640 
-0x7abf 026402 istore 4 ,contw 
-0x7ac0 026403 call sha 
-0x7ac1 026405 fetch 4 ,memresult 
-0x7ac2 026407 arg 1000 ,rega 
-0x7ac3 026408 idiv rega 
-0x7ac4 026409 call wait_div_end 
-0x7ac5 026410 remainder pdata 
-0x7ac6 026411 store 4 ,mem_sp_gkey 
-0x7ac7 026412 quotient pdata 
-0x7ac8 026413 arg 1000 ,rega 
-0x7ac9 026414 idiv rega 
-0x7aca 026415 call wait_div_end 
-0x7acb 026416 remainder pdata 
-0x7acc 026417 arg 1000 ,rega 
-0x7acd 026418 imul32 rega ,pdata 
-0x7ace 026419 fetcht 4 ,mem_sp_gkey 
-0x7acf 026420 iadd temp ,pdata 
-0x7ad0 026421 store 4 ,mem_sp_gkey 
-0x7ad1 026422 rtn 
-:      026424 function_f1:
-0x7ad2 026425 setarg 0x363636 
-0x7ad3 026426 lshift8 pdata ,temp 
-0x7ad4 026427 or_into 0x36 ,temp 
-0x7ad5 026428 fetch 2 ,mem_sp_prarm_stack 
-0x7ad6 026429 copy pdata ,contr 
-0x7ad7 026430 force 4 ,loopcnt 
-0x7ad8 026431 call pad_xor 
-0x7ad9 026432 call sha_init 
-0x7ada 026433 call sha 
-0x7adb 026434 fetch 2 ,mem_sp_prarm_stack + 2 
-0x7adc 026435 copy pdata ,contr 
-0x7add 026436 arg memdat ,contw 
-0x7ade 026437 force 6 ,loopcnt 
-0x7adf 026438 call memcpy_dword_swap 
-0x7ae0 026439 fetch 2 ,mem_sp_prarm_stack + 4 
-0x7ae1 026440 copy pdata ,contr 
-0x7ae2 026441 force 6 ,loopcnt 
-0x7ae3 026442 call memcpy_dword_swap 
-0x7ae4 026443 setarg 0x800000 
-0x7ae5 026444 istore 3 ,contw 
-0x7ae6 026445 force 0 ,pdata 
-0x7ae7 026446 istore 1 ,contw 
-0x7ae8 026447 force 0 ,pdata 
-0x7ae9 026448 istore 8 ,contw 
-0x7aea 026449 setarg 0x0388 
-0x7aeb 026450 istore 4 ,contw 
-0x7aec 026451 call sha 
-0x7aed 026452 call sha_result 
-0x7aee 026453 arg memresult ,contr 
-0x7aef 026454 arg memahsave ,contw 
-0x7af0 026455 call memcpy32 
-0x7af1 026457 setarg 0x5c5c5c 
-0x7af2 026458 lshift8 pdata ,temp 
-0x7af3 026459 or_into 0x5c ,temp 
-0x7af4 026460 fetch 2 ,mem_sp_prarm_stack 
-0x7af5 026461 copy pdata ,contr 
-0x7af6 026462 force 4 ,loopcnt 
-0x7af7 026463 call pad_xor 
-0x7af8 026464 call sha_init 
-0x7af9 026465 call sha 
-0x7afa 026466 arg memahsave_end ,contr 
-0x7afb 026467 arg memdat ,contw 
-0x7afc 026468 force 8 ,loopcnt 
-0x7afd 026469 call memcpy_dword_swap 
-0x7afe 026470 setarg 0x800000 
-0x7aff 026471 lshift8 pdata ,pdata 
-0x7b00 026472 istore 4 ,contw 
-0x7b01 026473 call bn_zero 
-0x7b02 026474 setarg 0x0300 
-0x7b03 026475 istore 4 ,contw 
-0x7b04 026476 call sha 
-0x7b05 026477 branch sha_result 
-:      026480 function_f2:
-0x7b06 026481 setarg 0x363636 
-0x7b07 026482 lshift8 pdata ,temp 
-0x7b08 026483 or_into 0x36 ,temp 
-0x7b09 026484 arg mem_sp_dhkey_end ,contr 
-0x7b0a 026485 force 6 ,loopcnt 
-0x7b0b 026486 call pad_xor 
-0x7b0c 026487 call sha_init 
-0x7b0d 026488 call sha 
-0x7b0e 026489 fetch 2 ,mem_sp_prarm_stack + 12 
-0x7b0f 026490 copy pdata ,contr 
-0x7b10 026491 arg memdat ,contw 
-0x7b11 026492 call memcpy_dword_swap4 
-0x7b12 026493 fetch 2 ,mem_sp_prarm_stack + 14 
-0x7b13 026494 copy pdata ,contr 
-0x7b14 026495 call memcpy_dword_swap4 
-0x7b15 026497 setarg 0x62746c 
-0x7b16 026498 lshift8 pdata ,pdata 
-0x7b17 026499 or_into 0x6b ,pdata 
-0x7b18 026500 istore 4 ,contw 
-0x7b19 026501 arg mem_addr_value_end ,contr 
-0x7b1a 026502 force 3 ,loopcnt 
-0x7b1b 026503 call memcpy_dword_swap 
-0x7b1c 026505 setarg 0x800000 
-0x7b1d 026506 lshift8 pdata ,pdata 
-0x7b1e 026507 istore 4 ,contw 
-0x7b1f 026508 force 0 ,pdata 
-0x7b20 026509 istore 8 ,contw 
-0x7b21 026510 setarg 0x0380 
-0x7b22 026511 istore 4 ,contw 
-0x7b23 026512 call sha 
-0x7b24 026514 call sha_result 
-0x7b25 026515 arg memresult ,contr 
-0x7b26 026516 arg memahsave ,contw 
-0x7b27 026517 call memcpy32 
-0x7b28 026519 setarg 0x5c5c5c 
-0x7b29 026520 lshift8 pdata ,temp 
-0x7b2a 026521 or_into 0x5c ,temp 
-0x7b2b 026522 arg mem_sp_dhkey_end ,contr 
-0x7b2c 026523 force 6 ,loopcnt 
-0x7b2d 026524 call pad_xor 
-0x7b2e 026525 call sha_init 
-0x7b2f 026526 call sha 
-0x7b30 026527 arg memahsave_end ,contr 
-0x7b31 026528 arg memdat ,contw 
-0x7b32 026529 force 8 ,loopcnt 
-0x7b33 026530 call memcpy_dword_swap 
-0x7b34 026531 setarg 0x800000 
-0x7b35 026532 lshift8 pdata ,pdata 
-0x7b36 026533 istore 4 ,contw 
-0x7b37 026534 call bn_zero 
-0x7b38 026535 setarg 0x0300 
-0x7b39 026536 istore 4 ,contw 
-0x7b3a 026537 call sha 
-0x7b3b 026538 branch sha_result 
-:      026541 function_f3a:
-0x7b3c 026542 setarg 0x363636 
-0x7b3d 026543 lshift8 pdata ,temp 
-0x7b3e 026544 or_into 0x36 ,temp 
-0x7b3f 026545 arg mem_sp_dhkey_end ,contr 
-0x7b40 026546 force 6 ,loopcnt 
-0x7b41 026547 call pad_xor 
-0x7b42 026548 call sha_init 
-0x7b43 026549 call sha 
-0x7b44 026550 arg mem_sp_random_remote_end ,contr 
-0x7b45 026551 arg memdat ,contw 
-0x7b46 026552 call memcpy_dword_swap4 
-0x7b47 026553 arg mem_sp_random_local_end ,contr 
-0x7b48 026554 call memcpy_dword_swap4 
-0x7b49 026555 branch function_f3b_common 
-:      026557 function_f3b:
-0x7b4a 026558 setarg 0x363636 
-0x7b4b 026559 lshift8 pdata ,temp 
-0x7b4c 026560 or_into 0x36 ,temp 
-0x7b4d 026561 arg mem_sp_dhkey_end ,contr 
-0x7b4e 026562 force 6 ,loopcnt 
-0x7b4f 026563 call pad_xor 
-0x7b50 026564 call sha_init 
-0x7b51 026565 call sha 
-0x7b52 026567 arg mem_sp_random_local_end ,contr 
-0x7b53 026568 arg memdat ,contw 
-0x7b54 026569 call memcpy_dword_swap4 
-0x7b55 026570 arg mem_sp_random_remote_end ,contr 
-0x7b56 026571 call memcpy_dword_swap4 
-:      026572 function_f3b_common:
-0x7b57 026573 setarg 0x0 
-0x7b58 026574 istore 8 ,contw 
-0x7b59 026575 istore 8 ,contw 
-0x7b5a 026577 copy contw ,temp 
-0x7b5b 026578 jam 0x80 ,mem_addr_padding 
-0x7b5c 026579 copy temp ,contw 
-0x7b5d 026580 arg mem_addr_iocap_end ,contr 
-0x7b5e 026581 call memcpy_dword_swap4 
-0x7b5f 026583 call sha 
-0x7b60 026585 arg memdat ,contw 
-0x7b61 026586 force 7 ,loopcnt 
-0x7b62 026587 call memset0 
-0x7b63 026588 istore 4 ,contw 
-0x7b64 026589 setarg 0x03F8 
-0x7b65 026590 istore 4 ,contw 
-0x7b66 026591 call sha 
-0x7b67 026592 call sha_result 
-0x7b68 026594 arg memresult ,contr 
-0x7b69 026595 arg memahsave ,contw 
-0x7b6a 026596 call memcpy32 
-0x7b6b 026598 setarg 0x5c5c5c 
-0x7b6c 026599 lshift8 pdata ,temp 
-0x7b6d 026600 or_into 0x5c ,temp 
-0x7b6e 026601 arg mem_sp_dhkey_end ,contr 
-0x7b6f 026602 force 6 ,loopcnt 
-0x7b70 026603 call pad_xor 
-0x7b71 026604 call sha_init 
-0x7b72 026605 call sha 
-0x7b73 026606 arg memahsave_end ,contr 
-0x7b74 026607 arg memdat ,contw 
-0x7b75 026608 force 8 ,loopcnt 
-0x7b76 026609 call memcpy_dword_swap 
-0x7b77 026610 setarg 0x800000 
-0x7b78 026611 lshift8 pdata ,pdata 
-0x7b79 026612 istore 4 ,contw 
-0x7b7a 026613 call bn_zero 
-0x7b7b 026614 setarg 0x0300 
-0x7b7c 026615 istore 4 ,contw 
-0x7b7d 026616 call sha 
-0x7b7e 026617 branch sha_result 
-:      026624 eckp_calc_init:
-0x7b7f 026625 jam 192 ,mem_ec_loopc 
-:      026626 eckp_calc_init_1:
-0x7b80 026627 fetch 1 ,mem_ec_loopc 
-0x7b81 026628 rtn blank 
-0x7b82 026629 increase -1 ,pdata 
-0x7b83 026630 store 1 ,mem_ec_loopc 
-0x7b84 026631 arg mem_k ,contr 
-0x7b85 026632 call bn_testbit 
-0x7b86 026633 branch eckp_calc_init_1 ,true 
-0x7b87 026634 arg mem_ax ,contr 
-0x7b88 026635 arg mem_cx ,contw 
-0x7b89 026636 branch ec_copy 
-:      026638 eckp_calc:
-0x7b8a 026639 call ecdbl 
-0x7b8b 026640 fetch 1 ,mem_ec_loopc 
-0x7b8c 026641 increase -1 ,pdata 
-0x7b8d 026642 store 1 ,mem_ec_loopc 
-0x7b8e 026643 arg mem_k ,contr 
-0x7b8f 026644 call bn_testbit 
-0x7b90 026645 rtn true 
-0x7b91 026646 branch ecadd 
-:      026648 eckp_cp_1:
-0x7b92 026649 jam 0 ,mem_ec_infinite 
-0x7b93 026650 arg mem_ax ,contr 
-0x7b94 026651 arg mem_cx ,contw 
-0x7b95 026652 branch ec_copy 
-:      026654 memcpy_dword_swap4:
-0x7b96 026655 force 4 ,loopcnt 
-:      026656 memcpy_dword_swap:
-0x7b97 026657 increase -4 ,contr 
-:      026658 memcpy_dword_swap_loop:
-0x7b98 026659 ifetch 4 ,contr 
-0x7b99 026660 istore 4 ,contw 
-0x7b9a 026661 increase -8 ,contr 
-0x7b9b 026662 loop memcpy_dword_swap_loop 
-0x7b9c 026663 rtn 
-:      026666 ui_init:
-0x7b9d 026667 rtn wake 
-0x7b9e 026668 call ui_button_init 
-0x7b9f 026669 call ui_timer_init 
-0x7ba0 026670 branch ui_led_init 
-:      026672 ui_dispatch:
-0x7ba1 026673 fetch 1 ,mem_device_option 
-0x7ba2 026674 rtneq dvc_op_hci 
-0x7ba3 026675 call ui_led_blink_polling 
-0x7ba4 026677 branch ui_timer_check 
-:      026679 ui_button_init:
-0x7ba5 026680 fetch 1 ,mem_ui_button_gpio 
-0x7ba6 026681 rtneq ui_button_gpio_disable 
-0x7ba7 026682 iforce temp 
-0x7ba8 026683 call gpio_config_output 
-0x7ba9 026684 fetcht 1 ,mem_ui_button_gpio 
-0x7baa 026685 call gpio_out_inactive 
-0x7bab 026686 nop 100 
-0x7bac 026687 fetcht 1 ,mem_ui_button_gpio 
-0x7bad 026688 call gpio_config_input 
-0x7bae 026689 branch ui_button_polling 
-:      026691 ui_button_disable:
-0x7baf 026692 jam ui_button_gpio_disable ,mem_ui_button_gpio 
-0x7bb0 026693 rtn 
-:      026695 ui_button_polling:
-0x7bb1 026696 set1 mark_ext_patch ,mark 
-0x7bb2 026697 bpatch patch30_5 ,mem_patch30 
-0x7bb3 026698 fetch 1 ,mem_ui_button_gpio 
-0x7bb4 026699 rtneq ui_button_gpio_disable 
-0x7bb5 026700 copy pdata ,temp 
-0x7bb6 026701 call gpio_get_bit 
-0x7bb7 026702 nbranch ui_button_up ,true 
-:      026704 ui_button_down:
-0x7bb8 026705 call ui_button_check_long_press 
-0x7bb9 026706 fetch 2 ,mem_ui_state_map 
-0x7bba 026707 set1 ui_state_btn_down 
-0x7bbb 026708 store 2 ,mem_ui_state_map 
-0x7bbc 026709 fetch 1 ,mem_ui_button_last_state 
-0x7bbd 026710 rtneq ui_button_state_down 
-0x7bbe 026711 jam ui_button_state_down ,mem_ui_button_last_state 
-0x7bbf 026713 fetch 1 ,mem_ui_button_timeout 
-0x7bc0 026714 store 1 ,mem_ui_button_timer 
-0x7bc1 026715 call lpm_button_get_wake_lock 
-0x7bc2 026716 jam bt_evt_button_down ,mem_fifo_temp 
-0x7bc3 026717 branch ui_ipc_send_event 
-:      026718 ui_button_up:
-0x7bc4 026719 fetch 2 ,mem_ui_state_map 
-0x7bc5 026720 set0 ui_state_btn_down 
-0x7bc6 026721 store 2 ,mem_ui_state_map 
-0x7bc7 026722 fetch 1 ,mem_ui_button_last_state 
-0x7bc8 026723 rtneq ui_button_state_up 
-0x7bc9 026724 jam ui_button_state_up ,mem_ui_button_last_state 
-0x7bca 026726 jam 0 ,mem_ui_button_timer 
-0x7bcb 026727 call lpm_button_clean_wake_lock 
-0x7bcc 026728 jam bt_evt_button_up ,mem_fifo_temp 
-0x7bcd 026729 branch ui_ipc_send_event 
-:      026731 ui_button_check_long_press:
-0x7bce 026732 fetch 1 ,mem_ui_button_timer 
-0x7bcf 026733 rtn blank 
-0x7bd0 026734 increase -1 ,pdata 
-0x7bd1 026735 store 1 ,mem_ui_button_timer 
-0x7bd2 026736 nrtn blank 
-0x7bd3 026738 jam bt_evt_button_long_pressed ,mem_fifo_temp 
-0x7bd4 026739 branch ui_ipc_send_event 
-:      026741 lpm_button_get_wake_lock:
-0x7bd5 026742 arg wake_lock_button ,queue 
-0x7bd6 026743 branch lpm_get_wake_lock 
-:      026745 lpm_button_clean_wake_lock:
-0x7bd7 026746 arg wake_lock_button ,queue 
-0x7bd8 026747 branch lpm_put_wake_lock 
-:      026749 ui_led_init:
-0x7bd9 026750 fetch 1 ,mem_led_gpio 
-0x7bda 026751 rtneq ui_button_gpio_disable 
-0x7bdb 026752 iforce temp 
-0x7bdc 026753 call gpio_config_output 
-0x7bdd 026754 branch ui_led_off 
-:      026756 ui_led_blink_stop:
-0x7bde 026757 fetch 2 ,mem_ui_state_map 
-0x7bdf 026758 set0 ui_state_led_blink 
-0x7be0 026759 store 2 ,mem_ui_state_map 
-0x7be1 026760 jam ui_led_stop ,mem_led_switch 
-:      026761 ui_led_off:
-0x7be2 026762 fetch 2 ,mem_ui_state_map 
-0x7be3 026763 set0 ui_state_led_on 
-0x7be4 026764 store 2 ,mem_ui_state_map 
-0x7be5 026765 fetcht 1 ,mem_led_gpio 
-0x7be6 026766 branch gpio_out_inactive 
-:      026768 ui_led_on:
-0x7be7 026769 fetch 2 ,mem_ui_state_map 
-0x7be8 026770 set1 ui_state_led_on 
-0x7be9 026771 store 2 ,mem_ui_state_map 
-0x7bea 026772 jam ui_led_stop ,mem_led_switch 
-0x7beb 026773 fetcht 1 ,mem_led_gpio 
-0x7bec 026774 branch gpio_out_active 
-:      026776 ui_led_blink_start:
-0x7bed 026777 fetch 2 ,mem_ui_state_map 
-0x7bee 026778 set1 ui_state_led_blink 
-0x7bef 026779 store 2 ,mem_ui_state_map 
-0x7bf0 026780 jam ui_led_start ,mem_led_switch 
-0x7bf1 026781 rtn 
-:      026783 ui_led_blink_polling:
-0x7bf2 026784 set1 mark_ext_patch ,mark 
-0x7bf3 026785 bpatch patch30_6 ,mem_patch30 
-0x7bf4 026786 fetch 1 ,mem_led_switch 
-0x7bf5 026787 rtneq ui_led_stop 
-0x7bf6 026788 arg ui_led_blink ,queue 
-0x7bf7 026789 call timer_check 
-0x7bf8 026790 nrtn blank 
-0x7bf9 026791 fetch 1 ,mem_led_switch 
-0x7bfa 026792 beq ui_led_dark_time ,ui_led_blink_polling_dark 
-0x7bfb 026793 call ui_led_on 
-0x7bfc 026794 jam ui_led_dark_time ,mem_led_switch 
-0x7bfd 026795 fetch 2 ,mem_led_light_time 
-0x7bfe 026796 branch ui_led_blink_timer_start 
-:      026797 ui_led_blink_polling_dark:
-0x7bff 026798 call ui_led_off 
-0x7c00 026799 jam ui_led_light_time ,mem_led_switch 
-0x7c01 026800 fetch 2 ,mem_led_dark_time 
-:      026801 ui_led_blink_timer_start:
-0x7c02 026802 arg ui_led_blink ,queue 
-0x7c03 026803 branch timer_init 
-:      026806 ui_timer_check:
-0x7c04 026807 set1 mark_ext_patch ,mark 
-0x7c05 026808 bpatch patch30_7 ,mem_patch30 
-0x7c06 026809 arg 0 ,rega 
-0x7c07 026810 fetcht 4 ,mem_ui_timer_last_btclk 
-0x7c08 026811 copy clkn_bt ,regb 
-:      026813 ui_timer_check_loop:
-0x7c09 026814 copy regb ,pdata 
-0x7c0a 026815 increase 160 ,temp 
-0x7c0b 026816 increase 160 ,temp 
-0x7c0c 026817 isub temp ,null 
-0x7c0d 026818 nbranch ui_timer_check_end ,positive 
-0x7c0e 026819 increase 1 ,rega 
-0x7c0f 026820 and rega ,0x0f ,pdata 
-0x7c10 026821 nbranch ui_timer_check_loop ,blank 
-0x7c11 026822 arg 0 ,rega 
-0x7c12 026823 call ui_timer_check_send_evt 
-:      026824 ui_timer_init:
-0x7c13 026825 copy clkn_bt ,pdata 
-0x7c14 026826 store 4 ,mem_ui_timer_last_btclk 
-0x7c15 026827 rtn 
-:      026828 ui_timer_check_end:
-0x7c16 026829 set1 mark_ext_patch ,mark 
-0x7c17 026830 bpatch patch31_0 ,mem_patch31 
-0x7c18 026831 copy rega ,pdata 
-0x7c19 026832 rtn blank 
-0x7c1a 026833 increase -160 ,temp 
-0x7c1b 026834 increase -160 ,temp 
-0x7c1c 026835 storet 4 ,mem_ui_timer_last_btclk 
-:      026836 ui_timer_check_send_evt:
-0x7c1d 026837 increase bt_evt_timer_init ,pdata 
-0x7c1e 026838 store 1 ,mem_fifo_temp 
-0x7c1f 026839 branch ui_ipc_send_event 
-:      026845 ui_ipc_get_lock:
-0x7c20 026846 jam 1 ,mem_ipc_lock_bt 
-:      026847 ui_ipc_get_lock_wait:
-0x7c21 026848 fetch 1 ,mem_ipc_lock_c51 
-0x7c22 026849 nbranch ui_ipc_get_lock_wait ,blank 
-0x7c23 026850 rtn 
-:      026852 ui_ipc_put_lock:
-0x7c24 026853 jam 0 ,mem_ipc_lock_bt 
-0x7c25 026854 rtn 
-:      026856 ui_ipc_fifo_out:
-0x7c26 026857 branch fifo_out 
-:      026861 ui_ipc_send_event:
-0x7c27 026862 set1 mark_ext_patch ,mark 
-0x7c28 026863 bpatch patch31_1 ,mem_patch31 
-0x7c29 026864 fetch 1 ,mem_device_option 
-0x7c2a 026865 rtneq dvc_op_hci 
-0x7c2b 026866 call ui_ipc_get_lock 
-0x7c2c 026867 copy rega ,pdata 
-0x7c2d 026868 store 4 ,mem_ipc_rega_temp 
-0x7c2e 026869 arg mem_ipc_fifo_bt2c51 ,rega 
-0x7c2f 026870 call fifo_in 
-0x7c30 026871 fetch 4 ,mem_ipc_rega_temp 
-0x7c31 026872 copy pdata ,rega 
-0x7c32 026873 branch ui_ipc_put_lock 
-:      026875 ui_ipc_send_cmd:
-0x7c33 026876 set1 mark_ext_patch ,mark 
-0x7c34 026877 bpatch patch31_2 ,mem_patch31 
-0x7c35 026878 fetch 1 ,mem_device_option 
-0x7c36 026879 rtneq dvc_op_hci 
-0x7c37 026880 call ui_ipc_get_lock 
-0x7c38 026881 copy rega ,pdata 
-0x7c39 026882 store 4 ,mem_ipc_rega_temp 
-0x7c3a 026883 arg mem_ipc_fifo_c512bt ,rega 
-0x7c3b 026884 call fifo_in 
-0x7c3c 026885 fetch 4 ,mem_ipc_rega_temp 
-0x7c3d 026886 copy pdata ,rega 
-0x7c3e 026887 branch ui_ipc_put_lock 
-:      026889 ui_ipc_clean_all_fifo:
-0x7c3f 026890 set1 mark_ext_patch ,mark 
-0x7c40 026891 bpatch patch31_3 ,mem_patch31 
-0x7c41 026892 setarg 0 
-0x7c42 026893 store util_fifo_len ,mem_ipc_fifo_c512bt 
-0x7c43 026894 store util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x7c44 026895 rtn 
-:      026897 check_51cmd:
-0x7c45 026898 set1 mark_ext_patch ,mark 
-0x7c46 026899 bpatch patch31_4 ,mem_patch31 
-0x7c47 026900 fetch 1 ,mem_hci_cmd 
-0x7c48 026901 nrtn blank 
-0x7c49 026902 arg mem_ipc_fifo_c512bt ,rega 
-0x7c4a 026903 call fifo_is_empty 
-0x7c4b 026904 rtn blank 
-0x7c4c 026905 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
-0x7c4d 026906 call check_51cmd_once 
-0x7c4e 026907 fetch 1 ,mem_ipc_skip_continue_proc 
-0x7c4f 026908 branch check_51cmd ,blank 
-0x7c50 026909 rtn 
-:      026911 check_51cmd_once:
-0x7c51 026912 set1 mark_ext_patch ,mark 
-0x7c52 026913 bpatch patch31_5 ,mem_patch31 
-0x7c53 026914 call ui_ipc_get_lock 
-0x7c54 026915 arg mem_ipc_fifo_c512bt ,rega 
-0x7c55 026916 call fifo_out 
-0x7c56 026917 copy pdata ,temp 
-0x7c57 026918 call ui_ipc_put_lock 
-0x7c58 026919 copy temp ,pdata 
-0x7c59 026920 rtn blank 
-0x7c5a 026921 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
-0x7c5b 026922 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
-0x7c5c 026923 beq bt_cmd_reconnect ,check_51cmd_reconnect 
-0x7c5d 026924 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
-0x7c5e 026925 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
-0x7c5f 026926 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
-0x7c60 026927 beq bt_cmd_start_inquiry ,check_51cmd_inq 
-0x7c61 026928 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
-0x7c62 026929 beq bt_cmd_start_adv ,check_51cmd_adv 
-0x7c63 026930 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
-0x7c64 026931 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
-0x7c65 026932 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
-0x7c66 026933 beq bt_cmd_le_update_conn ,check_51cmd_le_update_conn 
-0x7c67 026934 beq bt_cmd_led_blink ,ui_led_blink_start 
-0x7c68 026935 beq bt_cmd_led_on ,ui_led_on 
-0x7c69 026936 beq bt_cmd_led_off ,ui_led_blink_stop 
-0x7c6a 026937 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
-0x7c6b 026938 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
-0x7c6c 026939 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
-0x7c6d 026940 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
-0x7c6e 026941 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
-0x7c6f 026942 beq bt_cmd_le_start_write ,check_51cmd_le_start_write 
-0x7c70 026943 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
-0x7c71 026945 store 1 ,mem_fifo_temp 
-0x7c72 026946 set1 mark_ext_patch ,mark 
-0x7c73 026947 bpatch patch31_6 ,mem_patch31 
-0x7c74 026948 fetch 1 ,mem_lmo_opcode2 
-0x7c75 026949 branch check_51cmd_once_continue ,blank 
-0x7c76 026950 call lmo_fifo_process 
-0x7c77 026951 fetch 1 ,mem_lmo_opcode2 
-0x7c78 026952 nbranch check_51cmd_restore ,blank 
-:      026953 check_51cmd_once_continue:
-0x7c79 026954 fetch 1 ,mem_fifo_temp 
-0x7c7a 026955 bmark0 mark_context ,check_51cmd_check_idle 
-:      026956 check_51cmd_once_continue0:
-0x7c7b 026957 beq bt_cmd_enter_sniff ,cmd_in_sniff 
-0x7c7c 026958 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
-0x7c7d 026959 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
-0x7c7e 026960 beq bt_cmd_disconnect ,check_51cmd_disconnect 
-0x7c7f 026961 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
-0x7c80 026962 beq bt_cmd_role_switch ,check_51cmd_role_switch 
-0x7c81 026963 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
-0x7c82 026964 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
-0x7c83 026965 beq bt_cmd_le_update_conn ,bt_cmd_le_update_conn_1 
-0x7c84 026966 rtn 
-:      026969 bt_cmd_le_update_conn_1:
-0x7c85 026970 jam xt_ll_connection_param_req ,mem_fifo_temp 
-0x7c86 026971 branch le_xtype_fifo_in 
-:      026972 check_51cmd_check_idle:
-0x7c87 026973 store 1 ,mem_fifo_temp 
-0x7c88 026974 call context_check_idle 
-0x7c89 026975 branch check_51cmd_restore ,zero 
-0x7c8a 026976 call context_search_plap 
-0x7c8b 026977 nrtn zero 
-:      026978 check_51cmd_restore:
-0x7c8c 026979 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
-0x7c8d 026980 branch ui_ipc_send_cmd 
-:      026983 check_51cmd_role_switch:
-0x7c8e 026984 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x7c8f 026985 set1 mark_switch_initiated ,mark 
-0x7c90 026986 nrtn master 
-0x7c91 026987 jam switch_flag_init ,mem_switch_flag 
-0x7c92 026988 jam lmp_switch_req ,mem_lmo_opcode2 
-0x7c93 026989 fetch 1 ,mem_connection_options 
-0x7c94 026990 set0 connection_switch ,pdata 
-0x7c95 026991 store 1 ,mem_connection_options 
-0x7c96 026992 rtn 
-:      026994 check_51cmd_start_discovery:
-0x7c97 026995 fetch 2 ,mem_ui_state_map 
-0x7c98 026996 set1 ui_state_bt_discovery 
-0x7c99 026997 store 2 ,mem_ui_state_map 
-0x7c9a 026998 jam 3 ,mem_scan_mode 
-0x7c9b 026999 rtn 
-:      027001 check_51cmd_stop_discovery:
-0x7c9c 027002 jam 0 ,mem_hid_handshake_timer_count 
-0x7c9d 027003 jam 0 ,mem_scan_mode 
-0x7c9e 027004 fetch 2 ,mem_ui_state_map 
-0x7c9f 027005 set0 ui_state_bt_discovery 
-0x7ca0 027006 store 2 ,mem_ui_state_map 
-0x7ca1 027007 rtn 
-:      027009 check_51cmd_reconnect:
-0x7ca2 027010 jam hci_cmd_create_conn ,mem_hci_cmd 
-0x7ca3 027011 rtn 
-:      027013 check_51cmd_disconnect:
-0x7ca4 027014 jam lmp_detach ,mem_lmo_opcode2 
-0x7ca5 027015 jam other_end_terminated ,mem_disconn_reason_send 
-0x7ca6 027016 rtn 
-:      027019 check_51cmd_enter_sniff_subrating:
-0x7ca7 027020 rtn 
-:      027022 check_51cmd_exit_sniff_subrating:
-0x7ca8 027023 rtn 
-:      027025 check_51cmd_sniff_test:
-0x7ca9 027026 rtn 
-:      027028 check_51cmd_pincode:
-0x7caa 027029 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x7cab 027030 branch cmd_pair 
-:      027032 check_51cmd_inq:
-0x7cac 027033 rtn 
-:      027034 check_51cmd_stop_inq:
-0x7cad 027035 rtn 
-:      027036 check_51cmd_adv:
-0x7cae 027037 jam on ,mem_le_adv_enable 
-0x7caf 027038 jam adv_ind ,mem_le_adv_type 
-0x7cb0 027039 rtn 
-:      027040 check_51cmd_stop_adv:
-0x7cb1 027041 jam off ,mem_le_adv_enable 
-0x7cb2 027042 rtn 
-:      027043 check_51cmd_direct_adv:
-0x7cb3 027044 jam on ,mem_le_adv_enable 
-0x7cb4 027045 jam adv_direct_ind ,mem_le_adv_type 
-0x7cb5 027046 rtn 
-:      027047 check_51cmd_stop_direct_adv:
-0x7cb6 027048 jam off ,mem_le_adv_enable 
-0x7cb7 027049 rtn 
-:      027050 check_51cmd_le_disconnect:
-0x7cb8 027051 setarg 1 
-0x7cb9 027052 store 2 ,mem_le_superto 
-0x7cba 027053 rtn 
-:      027054 check_51cmd_le_update_conn:
-0x7cbb 027055 rtn 
-:      027056 check_51cmd_le_start_con:
-0x7cbc 027057 jam on ,mem_le_scan_enable 
-0x7cbd 027058 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x7cbe 027059 fetch 6 ,mem_app_peer_addr 
-0x7cbf 027060 store 6 ,mem_le_conn_peer_addr 
-0x7cc0 027061 rtn 
-:      027062 check_51cmd_start_scan:
-0x7cc1 027063 jam on ,mem_le_scan_enable 
-0x7cc2 027064 rtn 
-:      027065 check_51cmd_stop_scan:
-0x7cc3 027066 jam off ,mem_le_scan_enable 
-0x7cc4 027067 jam 0 ,mem_hci_cmd 
-0x7cc5 027068 rtn 
-:      027069 check_51cmd_le_smp_sec_req:
-0x7cc6 027070 jam xt_smp_security_request ,mem_fifo_temp 
-0x7cc7 027071 branch le_xtype_fifo_in 
-:      027072 check_51cmd_hibernate:
-0x7cc8 027073 set1 mark_ext_patch ,mark 
-0x7cc9 027074 bpatch patch31_7 ,mem_patch31 
-0x7cca 027075 fetch 2 ,mem_cb_before_hibernate 
-0x7ccb 027076 call callback_func 
-0x7ccc 027077 fetch 1 ,mem_ui_button_gpio 
-0x7ccd 027078 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
-0x7cce 027079 copy pdata ,temp 
-0x7ccf 027080 call gpio_config_input 
-:      027081 check_51cmd_hibernate_btn_disabled:
-0x7cd0 027082 call ui_led_off 
-0x7cd1 027083 call ui_ipc_clean_all_fifo 
-0x7cd2 027084 branch lpm_hibernate 
-:      027086 check_51cmd_le_start_write:
-0x7cd3 027087 jam 1 ,mem_le_switch_send_data 
-0x7cd4 027088 rtn 
-:      027090 check_51cmd_bb_reconn_cancel:
-0x7cd5 027091 force page_length_timer ,queue 
-0x7cd6 027092 branch timer_stop 
-:      027094 ui_check_paring_button:
-0x7cd7 027095 fetch 1 ,mem_ui_state_map 
-0x7cd8 027096 rtnbit0 ui_state_btn_down 
-0x7cd9 027097 rtnbit0 ui_state_bt_reconnect 
-0x7cda 027098 branch check_51cmd_bb_reconn_cancel 
-:      027102 usb_isr:
-0x7cdb 027103 set1 mark_ext_patch ,mark 
-0x7cdc 027104 bpatch patch3a_5 ,mem_patch3a 
-0x7cdd 027105 call usb_tx_test 
-0x7cde 027106 hfetch 1 ,core_usb_status 
-0x7cdf 027107 store 1 ,mem_usb_status 
-0x7ce0 027108 hfetch 1 ,core_usb_fifo_empty 
-0x7ce1 027109 store 1 ,mem_usb_fifo_empty 
-0x7ce2 027110 hjam 0xe0 ,core_usb_status 
-0x7ce3 027111 fetch 1 ,mem_usb_fifo_empty 
-0x7ce4 027112 compare 0x1 ,pdata ,0x1 
-0x7ce5 027113 call usb0_fifo_empty ,true 
-0x7ce6 027114 set1 mark_ext_patch ,mark 
-0x7ce7 027115 bpatch patch3a_6 ,mem_patch3a 
-0x7ce8 027116 fetch 1 ,mem_usb_status 
-0x7ce9 027117 compare 0x1 ,pdata ,0x1 
-0x7cea 027118 call usb_status1 ,true 
-0x7ceb 027119 fetch 1 ,mem_usb_state 
-0x7cec 027120 bne usb_connected ,usb_tx 
-0x7ced 027121 fetch 2 ,mem_usb_idle_cnt 
-0x7cee 027122 increase 1 ,pdata 
-0x7cef 027123 store 2 ,mem_usb_idle_cnt 
-0x7cf0 027124 fetcht 2 ,mem_usb_idle_timeout 
-0x7cf1 027125 isub temp ,null 
-0x7cf2 027126 branch usb_init ,positive 
-0x7cf3 027127 fetch 1 ,mem_usb_status 
-0x7cf4 027128 bbit0 usb_status_nak ,usb_tx 
-0x7cf5 027129 setarg 0 
-0x7cf6 027130 store 2 ,mem_usb_idle_cnt 
-0x7cf7 027131 branch usb_tx 
-:      027134 usb_status1:
-0x7cf8 027135 set1 mark_ext_patch ,mark 
-0x7cf9 027136 bpatch patch3a_7 ,mem_patch3a 
-0x7cfa 027137 hjam 0x11 ,core_usb_status 
-0x7cfb 027138 hfetch 1 ,core_usb_ep_len 
-0x7cfc 027139 store 1 ,mem_usb_read_len 
-0x7cfd 027140 copy pdata ,loopcnt 
-0x7cfe 027141 branch usb_rx_no_data ,blank 
-0x7cff 027142 arg mem_usb_setup ,contw 
-0x7d00 027143 call usb_rx_read 
-0x7d01 027144 fetch 1 ,mem_usb_read_len 
-0x7d02 027145 sub pdata ,7 ,null 
-0x7d03 027146 rtn positive 
-:      027147 usb_class_type:
-0x7d04 027148 set1 mark_ext_patch ,mark 
-0x7d05 027149 bpatch patch3b_0 ,mem_patch3b 
-0x7d06 027150 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7d07 027151 beq hci_class_request_type ,usb_hci_class_req_type 
-0x7d08 027152 beq hid_class_request_type ,usb_hid_class_req_type 
-0x7d09 027153 beq zero_class_request_type ,usb_zero_class_req_type 
-0x7d0a 027154 fetch 1 ,mem_usb_setup_brequest 
-0x7d0b 027155 beq set_address ,usb0_request_set_address 
-0x7d0c 027156 beq get_descriptor ,usb0_request_get_descriptor 
-0x7d0d 027157 beq set_configuration ,usb0_request_set_configuration 
-0x7d0e 027158 beq set_interface ,usb0_request_set_interface 
-0x7d0f 027159 branch usb0_force_stall 
-:      027161 usb_zero_class_req_type:
-0x7d10 027162 fetch 1 ,mem_usb_setup_brequest 
-0x7d11 027163 beq clear_feature ,usb0_request_clear_feature 
-0x7d12 027164 beq set_feature ,usb0_request_set_feature 
-0x7d13 027165 beq set_configuration ,usb0_reply_zerolen 
-0x7d14 027166 beq set_address ,usb0_request_set_address 
-0x7d15 027167 branch usb0_force_stall 
-:      027168 usb_hci_class_req_type:
-0x7d16 027169 call usb0_reply_zerolen 
-0x7d17 027170 rtn 
-:      027172 usb_rx_no_data:
-0x7d18 027173 fetch 1 ,mem_usb_status 
-0x7d19 027174 bbit1 usb_status_setup ,usb_class_type 
-0x7d1a 027175 rtn 
-:      027176 usb_set_protocol_req:
-0x7d1b 027177 fetch 1 ,mem_usb_set_protocol_count 
-0x7d1c 027178 increase 1 ,pdata 
-0x7d1d 027179 store 1 ,mem_usb_set_protocol_count 
-0x7d1e 027180 compare 2 ,pdata ,0xff 
-0x7d1f 027181 nbranch usb0_reply_zerolen ,true 
-0x7d20 027182 jam 1 ,mem_usb_desc 
-0x7d21 027183 branch usb0_reply_zerolen 
-:      027184 usb_hid_class_req_type:
-0x7d22 027185 fetch 1 ,mem_usb_setup_brequest 
-0x7d23 027186 beq set_idle ,usb_set_idle 
-0x7d24 027187 beq set_report ,usb_set_report 
-0x7d25 027188 beq set_protocol ,usb_set_protocol_req 
-0x7d26 027189 branch usb0_force_stall 
-:      027190 usb_set_idle:
-0x7d27 027191 fetch 1 ,mem_usb_state 
-0x7d28 027192 beq usb_setidle_1 ,usb_set_idle_connected 
-0x7d29 027193 bne usb_resume ,usb0_reply_zerolen 
-0x7d2a 027194 jam usb_setidle_1 ,mem_usb_state 
-0x7d2b 027195 branch usb0_reply_zerolen 
-:      027196 usb_set_idle_connected:
-0x7d2c 027197 jam usb_connected ,mem_usb_state 
-0x7d2d 027198 branch usb0_reply_zerolen 
-:      027200 usb_set_report:
-0x7d2e 027201 jam 1 ,mem_usb_desc 
-0x7d2f 027202 arg mem_usb_desc ,rega 
-0x7d30 027203 arg 1 ,regb 
-0x7d31 027204 branch usb0_respond 
-:      027205 usb0_force_stall:
-0x7d32 027206 hjam 1 ,core_usb_stall 
-0x7d33 027207 rtn 
-:      027208 usb0_reply_zerolen:
-0x7d34 027209 hjam 0x40 ,core_usb_clear 
-0x7d35 027210 rtn 
-:      027212 usb_rx_read:
-0x7d36 027213 hfetch 1 ,core_usb_ep 
-0x7d37 027214 istore 1 ,contw 
-0x7d38 027215 loop usb_rx_read 
-0x7d39 027216 rtn 
-:      027218 usb0_fifo_empty:
-0x7d3a 027219 hjam 0x1 ,core_usb_fifo_empty 
-0x7d3b 027220 call usb0_tx 
-0x7d3c 027221 rtn 
-:      027223 usb0_request_get_descriptor:
-0x7d3d 027224 set1 mark_ext_patch ,mark 
-0x7d3e 027225 bpatch patch3b_1 ,mem_patch3b 
-0x7d3f 027226 set0 mark_isstr ,mark 
-0x7d40 027227 fetch 1 ,mem_usb_setup_bvalueh 
-0x7d41 027228 beq dsc_device ,dsc_device_info 
-0x7d42 027229 beq dsc_config ,dsc_config_info 
-0x7d43 027230 beq dsc_string ,dsc_string_info 
-0x7d44 027231 beq dsc_hid ,dsc_hid_info 
-0x7d45 027232 beq dsc_hid_report ,dsc_hid_report_info 
-0x7d46 027233 rtn 
-:      027235 dsc_device_info:
-0x7d47 027236 arg mem_devicedesc ,rega 
-0x7d48 027237 branch usb0_respond_length 
-:      027238 dsc_config_info:
-0x7d49 027239 arg mem_confdesc ,rega 
-0x7d4a 027240 branch usb0_respond_length 
-:      027241 dsc_string_info:
-0x7d4b 027242 fetch 1 ,mem_usb_setup_bvalue 
-0x7d4c 027243 and_into 3 ,pdata 
-0x7d4d 027244 arg mem_string0 ,rega 
-0x7d4e 027245 beq 0 ,usb0_respond_length 
-0x7d4f 027246 set1 mark_isstr ,mark 
-0x7d50 027247 arg mem_string1 ,rega 
-0x7d51 027248 beq 1 ,usb0_respond_length 
-0x7d52 027249 arg mem_string2 ,rega 
-0x7d53 027250 beq 2 ,usb0_respond_length 
-0x7d54 027251 arg mem_string3 ,rega 
-0x7d55 027252 beq 3 ,usb0_respond_length 
-0x7d56 027253 branch assert 
-:      027254 dsc_hid_info:
-0x7d57 027255 arg mem_confdesc + 18 ,rega 
-0x7d58 027256 fetch 1 ,mem_confdesc + 18 
-0x7d59 027257 copy pdata ,regb 
-0x7d5a 027258 branch usb0_respond 
-:      027259 dsc_hid_report_info:
-0x7d5b 027260 fetch 2 ,mem_usb_setup_windex 
-0x7d5c 027261 beq 1 ,dsc_hid_report_info0 
-0x7d5d 027262 arg mem_hidreportdesc_kb ,rega 
-0x7d5e 027263 branch usb0_respond_length 
-:      027264 dsc_hid_report_info0:
-0x7d5f 027265 jam usb_got_report_req ,mem_usb_state 
-0x7d60 027266 arg mem_hidreportdesc_m ,rega 
-0x7d61 027267 branch usb0_respond_length 
-:      027269 usb0_respond_length:
-0x7d62 027270 ifetch 1 ,rega 
-0x7d63 027271 iforce regb 
-0x7d64 027272 increase 1 ,rega 
-:      027275 usb0_respond:
-0x7d65 027276 set1 mark_ext_patch ,mark 
-0x7d66 027277 bpatch patch3b_2 ,mem_patch3b 
-0x7d67 027278 bmark0 mark_isstr ,usb0_respond0 
-0x7d68 027279 add regb ,1 ,pdata 
-0x7d69 027280 lshift pdata ,pdata 
-0x7d6a 027281 hstore 1 ,core_usb_dfifo0 
-0x7d6b 027282 hjam 3 ,core_usb_dfifo0 
-0x7d6c 027283 fetch 1 ,mem_usb_setup_blength 
-0x7d6d 027284 increase -2 ,pdata 
-0x7d6e 027285 rshift pdata ,pdata 
-0x7d6f 027286 store 1 ,mem_usb_setup_blength 
-0x7d70 027287 beq 0 ,usb_no_respond_data 
-:      027288 usb0_respond0:
-0x7d71 027289 fetch 1 ,mem_usb_setup_blength 
-0x7d72 027290 isub regb ,null 
-0x7d73 027291 branch usb0_respond1 ,positive 
-0x7d74 027292 copy pdata ,regb 
-:      027293 usb0_respond1:
-0x7d75 027294 copy rega ,pdata 
-0x7d76 027295 store 2 ,mem_bufptr 
-0x7d77 027296 copy regb ,pdata 
-0x7d78 027297 store 1 ,mem_remain 
-0x7d79 027298 branch usb0_tx 
-:      027300 usb_no_respond_data:
-0x7d7a 027301 arg 0 ,queue 
-0x7d7b 027302 branch usb_trig 
-:      027306 usb0_tx:
-0x7d7c 027307 set1 mark_ext_patch ,mark 
-0x7d7d 027308 bpatch patch3b_3 ,mem_patch3b 
-0x7d7e 027309 fetch 1 ,mem_remain 
-0x7d7f 027310 rtn blank 
-0x7d80 027311 copy pdata ,loopcnt 
-0x7d81 027312 sub pdata ,ep0_packet_size ,null 
-0x7d82 027313 branch usb0_tx_info ,positive 
-0x7d83 027314 arg ep0_packet_size ,loopcnt 
-:      027315 usb0_tx_info:
-0x7d84 027316 fetch 1 ,mem_remain 
-0x7d85 027317 isub loopcnt ,pdata 
-0x7d86 027318 store 1 ,mem_remain 
-0x7d87 027319 fetch 2 ,mem_bufptr 
-0x7d88 027320 copy pdata ,contr 
-:      027321 usb0_tx0:
-0x7d89 027322 ifetch 1 ,contr 
-0x7d8a 027323 hstore 1 ,core_usb_dfifo0 
-0x7d8b 027324 bmark0 mark_isstr ,usb0_tx1 
-0x7d8c 027325 hjam 0 ,core_usb_dfifo0 
-:      027326 usb0_tx1:
-0x7d8d 027327 loop usb0_tx0 
-0x7d8e 027328 copy contr ,pdata 
-0x7d8f 027329 store 2 ,mem_bufptr 
-0x7d90 027330 arg 0 ,queue 
-0x7d91 027331 call usb_trig 
-0x7d92 027332 fetch 1 ,mem_remain 
-0x7d93 027333 nrtn blank 
-0x7d94 027334 fetch 1 ,mem_usb_state 
-0x7d95 027335 rtnne usb_got_report_req 
-0x7d96 027336 jam usb_connected ,mem_usb_state 
-0x7d97 027337 rtn 
-:      027340 usb0_request_set_configuration:
-0x7d98 027341 fetch 1 ,mem_usb_setup_bvalue 
-0x7d99 027342 sub pdata ,1 ,null 
-0x7d9a 027343 nbranch usb0_force_stall ,positive 
-:      027344 usb0_request_set_address:
-0x7d9b 027345 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7d9c 027346 bne in_device ,usb0_force_stall 
-0x7d9d 027347 fetch 2 ,mem_usb_setup_windex 
-0x7d9e 027348 bne 0 ,usb0_force_stall 
-0x7d9f 027349 fetch 1 ,mem_usb_setup_blength 
-0x7da0 027350 bne 0 ,usb0_force_stall 
-0x7da1 027351 branch usb0_reply_zerolen 
-:      027353 usb0_request_set_interface:
-0x7da2 027354 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7da3 027355 bne in_interface ,usb0_force_stall 
-0x7da4 027356 fetch 1 ,mem_usb_setup_bvalue 
-0x7da5 027357 bne 0 ,usb0_force_stall 
-0x7da6 027358 fetch 1 ,mem_usb_setup_bvalueh 
-0x7da7 027359 bne 0 ,usb0_force_stall 
-0x7da8 027360 fetch 1 ,mem_usb_setup_blength 
-0x7da9 027361 bne 0 ,usb0_force_stall 
-0x7daa 027362 branch usb0_reply_zerolen 
-:      027364 usb0_request_set_feature:
-0x7dab 027365 fetch 1 ,mem_usb_setup_bvalue 
-0x7dac 027366 bne 1 ,usb0_force_stall 
-0x7dad 027367 jam usb_sleep ,mem_usb_state 
-0x7dae 027368 branch usb0_reply_zerolen 
-:      027370 usb0_request_clear_feature:
-0x7daf 027371 fetch 1 ,mem_usb_setup_bvalue 
-0x7db0 027372 bne 1 ,usb0_force_stall 
-0x7db1 027373 branch usb0_reply_zerolen 
-:      027375 usb_init:
-0x7db2 027376 set1 mark_ext_patch ,mark 
-0x7db3 027377 bpatch patch3b_4 ,mem_patch3b 
-0x7db4 027378 hjam 0x00 ,core_usb_config 
-0x7db5 027379 nop 10000 
-0x7db6 027380 hjam 0xc0 ,core_usb_trig 
-0x7db7 027381 hfetch 2 ,core_clkoff 
-0x7db8 027382 set0 clock_off_usb ,pdata 
-0x7db9 027383 hstore 2 ,core_clkoff 
-0x7dba 027384 hjam 0x3c ,core_usb_config 
-0x7dbb 027385 hjam 0xff ,core_usb_status 
-0x7dbc 027386 hjam 0xff ,core_usb_fifo_empty 
-0x7dbd 027387 jam 0 ,mem_mcmd 
-0x7dbe 027388 jam 0 ,mem_usb_state 
-0x7dbf 027389 setarg 0 
-0x7dc0 027390 store 2 ,mem_usb_idle_cnt 
-0x7dc1 027391 rtn 
-:      027394 usb_tx:
-0x7dc2 027395 set1 mark_ext_patch ,mark 
-0x7dc3 027396 bpatch patch3b_5 ,mem_patch3b 
-0x7dc4 027397 fetch 1 ,mem_mcmd 
-0x7dc5 027398 rtn blank 
-0x7dc6 027399 fetch 1 ,mem_usb_state 
-0x7dc7 027400 beq usb_sleep ,usb_wakeup 
-0x7dc8 027401 rtnne usb_connected 
-0x7dc9 027402 fetch 1 ,mem_mcmd 
-0x7dca 027403 jam 0 ,mem_mcmd 
-0x7dcb 027404 arg 6 ,loopcnt 
-0x7dcc 027405 arg mem_mouse_data ,contr 
-0x7dcd 027406 beq send_kb_data_cmd ,usb_tx_ep1 
-0x7dce 027407 beq send_mouse_data_cmd ,usb_tx_ep2 
-0x7dcf 027408 branch assert 
-:      027410 usb_tx_ep1:
-0x7dd0 027411 arg core_usb_dfifo1 ,rega 
-0x7dd1 027412 arg 1 ,queue 
-:      027413 usb_tx_loop:
-0x7dd2 027414 ifetch 1 ,contr 
-0x7dd3 027415 istore 1 ,rega 
-0x7dd4 027416 loop usb_tx_loop 
-:      027417 usb_trig:
-0x7dd5 027418 set1 mark_ext_patch ,mark 
-0x7dd6 027419 bpatch patch3b_6 ,mem_patch3b 
-0x7dd7 027420 disable swfine 
-0x7dd8 027421 fetch 2 ,mem_usb_trig_timeout 
-0x7dd9 027422 iforce stop_watch 
-0x7dda 027423 hjam 0x40 ,core_usb_status 
-:      027424 usb_trig_waitnak_loop:
-0x7ddb 027425 hfetch 1 ,core_usb_status 
-0x7ddc 027426 branch usb_init ,timeout 
-0x7ddd 027427 bbit0 usb_status_nak ,usb_trig_waitnak_loop 
-0x7dde 027428 fetch 2 ,mem_usb_trig_timeout 
-0x7ddf 027429 iforce stop_watch 
-0x7de0 027430 arg 0 ,temp 
-0x7de1 027431 qset1 temp 
-0x7de2 027432 hstoret 1 ,core_usb_fifo_empty 
-:      027433 usb_trig_loop:
-0x7de3 027434 branch usb_init ,timeout 
-0x7de4 027435 hstoret 1 ,core_usb_trig 
-0x7de5 027436 hfetch 1 ,core_usb_fifo_empty 
-0x7de6 027437 qisolate0 pdata 
-0x7de7 027438 branch usb_trig_loop ,true 
-0x7de8 027439 rtn 
-:      027442 usb_tx_ep2:
-0x7de9 027443 arg 2 ,queue 
-0x7dea 027444 arg core_usb_dfifo2 ,rega 
-0x7deb 027445 branch usb_tx_loop 
-:      027448 usb_wakeup:
-0x7dec 027449 set1 mark_ext_patch ,mark 
-0x7ded 027450 bpatch patch3b_7 ,mem_patch3b 
-0x7dee 027451 hjam 0xfc ,core_usb_config 
-0x7def 027452 nop 10000 
-0x7df0 027453 hjam 0x3c ,core_usb_config 
-0x7df1 027454 jam usb_resume ,mem_usb_state 
-0x7df2 027455 rtn 
-:      027457 usb_tx_test:
-0x7df3 027458 fetch 1 ,mem_mcmd 
-0x7df4 027459 nrtn blank 
-0x7df5 027460 fetch 2 ,mem_usb_cnt 
-0x7df6 027461 rtn blank 
-0x7df7 027462 increase -1 ,pdata 
-0x7df8 027463 store 2 ,mem_usb_cnt 
-0x7df9 027464 jam send_mouse_data_cmd ,mem_mcmd 
-0x7dfa 027465 rtn 
-:      027468 right_shift_n:
-0x7dfb 027469 sub loopcnt ,0 ,null 
-0x7dfc 027470 rtn zero 
-:      027471 right_shift_n_loop:
-0x7dfd 027472 rshift pdata ,pdata 
-0x7dfe 027473 loop right_shift_n_loop 
-0x7dff 027474 rtn 
-:      027476 push_stack:
-0x7e00 027477 deposit contw 
-0x7e01 027478 store 2 ,mem_contw 
-0x7e02 027479 storet 8 ,mem_temp 
-0x7e03 027480 deposit timeup 
-0x7e04 027481 store 4 ,mem_timeup 
-0x7e05 027482 deposit rega 
-0x7e06 027483 store 4 ,mem_rega 
-0x7e07 027484 deposit regb 
-0x7e08 027485 store 4 ,mem_regb 
-0x7e09 027486 deposit regc 
-0x7e0a 027487 store 3 ,mem_regc 
-0x7e0b 027488 deposit contr 
-0x7e0c 027489 store 2 ,mem_contr 
-0x7e0d 027490 rtn 
-:      027491 pop_stack:
-0x7e0e 027492 fetcht 8 ,mem_temp 
-0x7e0f 027493 fetch 4 ,mem_timeup 
-0x7e10 027494 iforce timeup 
-0x7e11 027495 fetch 4 ,mem_rega 
-0x7e12 027496 iforce rega 
-0x7e13 027497 fetch 4 ,mem_regb 
-0x7e14 027498 iforce regb 
-0x7e15 027499 fetch 3 ,mem_regc 
-0x7e16 027500 iforce regc 
-0x7e17 027501 fetch 2 ,mem_contw 
-0x7e18 027502 iforce contw 
-0x7e19 027503 fetch 2 ,mem_contr 
-0x7e1a 027504 iforce contr 
-0x7e1b 027505 rtn 
-:      027511 save_cont_pointers:
-0x7e1c 027512 copy contw ,pdata 
-0x7e1d 027513 store 2 ,mem_hold_contw 
-0x7e1e 027514 copy contr ,pdata 
-0x7e1f 027515 store 2 ,mem_hold_contr 
-0x7e20 027516 rtn 
-:      027517 load_cont_pointers:
-0x7e21 027518 fetch 2 ,mem_hold_contw 
-0x7e22 027519 copy pdata ,contw 
-0x7e23 027520 fetch 2 ,mem_hold_contr 
-0x7e24 027521 copy pdata ,contr 
-0x7e25 027522 rtn 
-:      027526 delay_10ms:
-0x7e26 027527 copy clkn_bt ,pdata 
-0x7e27 027528 increase 16 ,pdata 
-0x7e28 027529 increase 16 ,pdata 
-:      027530 delay_ms_wait:
-0x7e29 027531 copy clkn_bt ,temp 
-0x7e2a 027532 isub temp ,null 
-0x7e2b 027533 branch delay_ms_wait ,positive 
-0x7e2c 027534 rtn 
-:      027536 memcpy48:
-0x7e2d 027537 ifetch 8 ,contr 
-0x7e2e 027538 istore 8 ,contw 
-0x7e2f 027539 ifetch 8 ,contr 
-0x7e30 027540 istore 8 ,contw 
-:      027541 memcpy32:
-0x7e31 027542 ifetch 8 ,contr 
-0x7e32 027543 istore 8 ,contw 
-:      027544 memcpy24:
-0x7e33 027545 ifetch 8 ,contr 
-0x7e34 027546 istore 8 ,contw 
-:      027547 memcpy16:
-0x7e35 027548 ifetch 8 ,contr 
-0x7e36 027549 istore 8 ,contw 
-0x7e37 027550 ifetch 8 ,contr 
-0x7e38 027551 istore 8 ,contw 
-0x7e39 027552 rtn 
-:      027554 bn_zero:
-0x7e3a 027555 force 3 ,loopcnt 
-:      027556 memset0:
-0x7e3b 027557 force 0 ,pdata 
-:      027558 memset8:
-0x7e3c 027559 istore 8 ,contw 
-0x7e3d 027560 loop memset8 
-0x7e3e 027561 rtn 
-:      027564 clear_mem:
-0x7e3f 027565 deposit loopcnt 
-0x7e40 027566 rtn blank 
-0x7e41 027567 setarg 0 
-:      027568 clear_mem_loop:
-0x7e42 027569 istore 1 ,contw 
-0x7e43 027570 loop clear_mem_loop 
-0x7e44 027571 rtn 
-:      027575 memcpy:
-0x7e45 027576 deposit loopcnt 
-0x7e46 027577 rtn blank 
-:      027578 memcpy_loop:
-0x7e47 027579 ifetch 1 ,contr 
-0x7e48 027580 istore 1 ,contw 
-0x7e49 027581 loop memcpy_loop 
-0x7e4a 027582 rtn 
-:      027584 timer_stop:
-0x7e4b 027585 setarg 0 
-:      027586 timer_init:
-0x7e4c 027587 arg mem_timers ,contw 
-0x7e4d 027588 iforce temp 
-0x7e4e 027589 lshift queue ,pdata 
-0x7e4f 027590 iadd contw ,contw 
-0x7e50 027591 istoret 2 ,contw 
-0x7e51 027592 rtn 
-:      027594 timer_reinit:
-0x7e52 027595 arg 0 ,queue 
-:      027596 timer_check:
-0x7e53 027597 set1 mark_ext_patch ,mark 
-0x7e54 027598 bpatch patch37_4 ,mem_patch37 
-0x7e55 027599 fetcht 4 ,mem_last_clkn 
-0x7e56 027600 rshift clkn_bt ,pdata 
-0x7e57 027601 store 4 ,mem_last_clkn 
-0x7e58 027602 isub temp ,timeup 
-0x7e59 027603 copy timeup ,temp 
-0x7e5a 027604 arg mem_timers ,contr 
-0x7e5b 027605 copy contr ,contw 
-0x7e5c 027606 arg 16 ,loopcnt 
-:      027607 timer_loop:
-0x7e5d 027608 ifetch 2 ,contr 
-0x7e5e 027609 isub temp ,pdata 
-0x7e5f 027610 branch timer_counting ,positive 
-0x7e60 027611 force 0 ,pdata 
-:      027612 timer_counting:
-0x7e61 027613 istore 2 ,contw 
-0x7e62 027614 loop timer_loop 
-0x7e63 027615 arg mem_timers ,contr 
-0x7e64 027616 lshift queue ,pdata 
-0x7e65 027617 iadd contr ,contr 
-0x7e66 027618 ifetch 2 ,contr 
-0x7e67 027619 rtn 
-:      027622 lshift8_queue:
-0x7e68 027623 increase 1 ,queue 
-:      027624 lshift8_queue_loop:
-0x7e69 027625 increase -1 ,queue 
-0x7e6a 027626 rtn zero 
-0x7e6b 027627 lshift8 pdata ,pdata 
-0x7e6c 027628 branch lshift8_queue_loop 
-:      027632 clk_add:
-0x7e6d 027633 iadd temp ,temp 
-0x7e6e 027634 copy temp ,loopcnt 
-0x7e6f 027635 setarg 3750 
-0x7e70 027636 isub loopcnt ,pdata 
-0x7e71 027637 rtn positive 
-0x7e72 027638 sub pdata ,0 ,pdata 
-0x7e73 027639 rshift16 temp ,temp 
-0x7e74 027640 increase 1 ,temp 
-0x7e75 027641 lshift16 temp ,temp 
-0x7e76 027642 ior temp ,temp 
-0x7e77 027643 rtn 
-:      027645 clk_diff_rt:
-0x7e78 027646 call clk_diff 
-0x7e79 027647 branch clk2rt 
-:      027650 clk_diff:
-0x7e7a 027651 disable user 
-0x7e7b 027652 isub temp ,pdata 
-0x7e7c 027653 branch clk_diff_pos ,positive 
-0x7e7d 027654 enable user 
-0x7e7e 027655 sub pdata ,0 ,pdata 
-:      027656 clk_diff_pos:
-0x7e7f 027657 rtnbit0 15 
-0x7e80 027658 arg -61786 ,temp 
-0x7e81 027659 iadd temp ,pdata 
-0x7e82 027660 set0 64 ,pdata 
-0x7e83 027661 rtn 
-:      027663 clk2rt:
-0x7e84 027664 iforce contr 
-0x7e85 027665 rshift16 pdata ,pdata 
-0x7e86 027666 arg 3750 ,temp 
-0x7e87 027667 imul32 temp ,pdata 
-0x7e88 027668 iadd contr ,pdata 
-0x7e89 027669 rtn 
-:      027672 clk2lpo:
-0x7e8a 027673 lshift8 pdata ,pdata 
-0x7e8b 027674 lshift4 pdata ,pdata 
-0x7e8c 027675 fetcht 3 ,mem_clks_per_lpo 
-0x7e8d 027676 idiv temp 
-0x7e8e 027677 call wait_div_end 
-0x7e8f 027678 quotient temp 
-0x7e90 027679 rtn 
-:      027682 clk2bt:
-0x7e91 027683 arg 3750 ,temp 
-0x7e92 027684 idiv temp 
-0x7e93 027685 call wait_div_end 
-0x7e94 027686 quotient pdata 
-0x7e95 027687 lshift16 pdata ,pdata 
-0x7e96 027688 remainder temp 
-0x7e97 027689 ior temp ,temp 
-0x7e98 027690 rtn 
-:      027693 mem3_hex2string_to_uart:
-0x7e99 027694 arg 3 ,loopcnt 
-0x7e9a 027695 branch hex2string_to_uart0 
-:      027696 mem2_hex2string_to_uart:
-0x7e9b 027697 arg 2 ,loopcnt 
-0x7e9c 027698 branch hex2string_to_uart0 
-:      027702 adss_hex2string_to_uart:
-0x7e9d 027703 arg 6 ,loopcnt 
-:      027704 hex2string_to_uart0:
-0x7e9e 027705 ifetch 1 ,rega 
-0x7e9f 027706 copy pdata ,temp 
-0x7ea0 027707 rshift4 pdata ,pdata 
-0x7ea1 027708 call dialog2uchar 
-0x7ea2 027709 istore 1 ,contwu 
-0x7ea3 027710 copy temp ,pdata 
-0x7ea4 027711 and pdata ,0xf ,pdata 
-0x7ea5 027712 call dialog2uchar 
-0x7ea6 027713 istore 1 ,contwu 
-0x7ea7 027714 increase 1 ,rega 
-0x7ea8 027715 loop hex2string_to_uart0 
-0x7ea9 027716 rtn 
-:      027717 dialog2uchar:
-0x7eaa 027718 sub pdata ,9 ,null 
-0x7eab 027719 branch dialog2uchar0to9 ,positive 
-0x7eac 027720 increase 87 ,pdata 
-0x7ead 027721 rtn 
-:      027722 dialog2uchar0to9:
-0x7eae 027723 add pdata ,0x30 ,pdata 
-0x7eaf 027724 rtn 
-:      027730 string2dec_from_uart:
-0x7eb0 027731 arg 0 ,temp 
-:      027732 string2dec_from_uart_done:
-0x7eb1 027733 copy temp ,regc 
-0x7eb2 027734 ifetch 1 ,contru 
-0x7eb3 027735 sub pdata ,at_comma ,null 
-0x7eb4 027736 rtn zero 
-0x7eb5 027737 call uchar2dialog 
-0x7eb6 027738 copy regc ,temp 
-0x7eb7 027739 call swap 
-0x7eb8 027740 arg 10 ,regb 
-0x7eb9 027741 imul32 regb ,pdata 
-0x7eba 027742 iadd temp ,pdata 
-0x7ebb 027743 copy pdata ,temp 
-0x7ebc 027744 branch string2dec_from_uart_done 
-:      027747 mem2_string2hex_from_uart:
-0x7ebd 027748 arg 2 ,loopcnt 
-0x7ebe 027749 branch string2hex_from_uart 
-:      027750 adss_string2hex_from_uart:
-0x7ebf 027751 arg 6 ,loopcnt 
-:      027755 string2hex_from_uart:
-0x7ec0 027756 ifetch 1 ,contru 
-0x7ec1 027757 call uchar2dialog 
-0x7ec2 027758 lshift4 pdata ,regc 
-0x7ec3 027759 ifetch 1 ,contru 
-0x7ec4 027760 call uchar2dialog 
-0x7ec5 027761 iadd regc ,pdata 
-0x7ec6 027762 istore 1 ,contw 
-0x7ec7 027763 loop string2hex_from_uart 
-0x7ec8 027764 rtn 
-:      027766 uchar2dialog:
-0x7ec9 027767 arg 0x3a ,temp 
-0x7eca 027768 isub temp ,null 
-0x7ecb 027769 nbranch uchar2dialog_number ,positive 
-0x7ecc 027770 arg 0x61 ,temp 
-0x7ecd 027771 isub temp ,null 
-0x7ece 027772 branch uchar2dialog_a2f ,positive 
-0x7ecf 027773 arg 0x37 ,temp 
-0x7ed0 027774 isub temp ,pdata 
-0x7ed1 027775 rtn 
-:      027776 uchar2dialog_number:
-0x7ed2 027777 arg 0x30 ,temp 
-0x7ed3 027778 isub temp ,pdata 
-0x7ed4 027779 rtn 
-:      027780 uchar2dialog_a2f:
-0x7ed5 027781 arg 0x57 ,temp 
-0x7ed6 027782 isub temp ,pdata 
-0x7ed7 027783 rtn 
-:      027785 pn9:
-0x7ed8 027786 copy temp ,alarm 
-0x7ed9 027787 setarg 0x1ff 
-0x7eda 027788 force 0 ,regb 
-:      027789 pn9_loop:
-0x7edb 027790 rshift3 pdata ,rega 
-0x7edc 027791 rshift rega ,rega 
-0x7edd 027792 ixor rega ,rega 
-0x7ede 027793 isolate1 0 ,rega 
-0x7edf 027794 setflag true ,9 ,pdata 
-0x7ee0 027795 rshift temp ,temp 
-0x7ee1 027796 isolate1 0 ,pdata 
-0x7ee2 027797 setflag true ,7 ,temp 
-0x7ee3 027798 rshift pdata ,pdata 
-0x7ee4 027799 increase 1 ,regb 
-0x7ee5 027800 compare 0 ,regb ,0x7 
-0x7ee6 027801 nbranch pn9_loop ,true 
-0x7ee7 027802 istoret 1 ,contw 
-0x7ee8 027803 loop pn9_loop 
-0x7ee9 027804 copy alarm ,temp 
-0x7eea 027805 rtn 
-:      027807 bcd_byte:
-0x7eeb 027808 div pdata ,10 
-0x7eec 027809 call wait_div_end 
-0x7eed 027810 quotient pdata 
-0x7eee 027811 lshift2 pdata ,rega 
-0x7eef 027812 lshift2 rega ,rega 
-0x7ef0 027813 remainder pdata 
-0x7ef1 027814 ior rega ,pdata 
-0x7ef2 027815 rtn 
-:      027817 bcd_pack:
-0x7ef3 027818 isolate1 0 ,rega 
-0x7ef4 027819 branch bcd_pack_hi ,true 
-0x7ef5 027820 iforce regb 
-0x7ef6 027821 rtn 
-:      027822 bcd_pack_hi:
-0x7ef7 027823 lshift2 pdata ,pdata 
-0x7ef8 027824 lshift2 pdata ,pdata 
-0x7ef9 027825 ior regb ,pdata 
-0x7efa 027826 istore 1 ,contw 
-0x7efb 027827 increase -2 ,contw 
-0x7efc 027828 rtn 
-:      027830 wait_div_end:
-0x7efd 027831 rtn modone 
-0x7efe 027832 branch wait_div_end 
-:      027835 bcd2:
-0x7eff 027836 store 8 ,mem_pdatatemp 
-0x7f00 027837 force 0x20 ,pdata 
-0x7f01 027838 force 8 ,loopcnt 
-0x7f02 027839 arg mem_bcd ,contw 
-:      027840 lpo_clear:
-0x7f03 027841 istore 1 ,contw 
-0x7f04 027842 loop lpo_clear 
-0x7f05 027843 arg mem_bcd ,contw 
-0x7f06 027844 increase 7 ,contw 
-0x7f07 027845 fetch 8 ,mem_pdatatemp 
-:      027846 bcd_loop:
-0x7f08 027847 div pdata ,10 
-0x7f09 027848 call wait_div_end 
-0x7f0a 027849 remainder pdata 
-0x7f0b 027850 or_into 0x30 ,pdata 
-0x7f0c 027851 istore 1 ,contw 
-0x7f0d 027852 increase -2 ,contw 
-0x7f0e 027853 quotient pdata 
-0x7f0f 027854 rtn blank 
-0x7f10 027855 branch bcd_loop 
-:      027860 bcd:
-0x7f11 027861 store 8 ,mem_pdatatemp 
-0x7f12 027862 force 0 ,pdata 
-0x7f13 027863 store 8 ,mem_bcd 
-0x7f14 027864 arg mem_bcd ,contw 
-0x7f15 027865 increase 7 ,contw 
-0x7f16 027866 fetch 8 ,mem_pdatatemp 
-0x7f17 027867 force 0 ,rega 
-:      027868 bcd_pack_loop:
-0x7f18 027869 div pdata ,10 
-0x7f19 027870 call wait_div_end 
-0x7f1a 027871 remainder pdata 
-0x7f1b 027872 call bcd_pack 
-0x7f1c 027873 increase 1 ,rega 
-0x7f1d 027874 quotient pdata 
-0x7f1e 027875 sub pdata ,9 ,null 
-0x7f1f 027876 nbranch bcd_pack_loop ,positive 
-0x7f20 027877 call bcd_pack 
-0x7f21 027878 isolate1 0 ,rega 
-0x7f22 027879 rtn true 
-0x7f23 027880 istore 1 ,contw 
-0x7f24 027881 rtn 
-:      027889 string_compare:
-0x7f25 027890 ifetch 1 ,rega 
-0x7f26 027891 ifetcht 1 ,regb 
-0x7f27 027892 isub temp ,null 
-0x7f28 027893 nrtn zero 
-0x7f29 027894 increase 1 ,rega 
-0x7f2a 027895 increase 1 ,regb 
-0x7f2b 027896 loop string_compare 
-0x7f2c 027897 force 0 ,null 
-0x7f2d 027898 rtn 
-:      027901 ceiling:
-0x7f2e 027902 isub temp ,null 
-0x7f2f 027903 nrtn positive 
-0x7f30 027904 deposit temp 
-0x7f31 027905 rtn 
-:      027907 swap:
-0x7f32 027908 iadd temp ,pdata 
-0x7f33 027909 isub temp ,temp 
-0x7f34 027910 isub temp ,pdata 
-0x7f35 027911 rtn 
-:      027913 clean_mem:
-0x7f36 027914 arg 0x200 ,loopcnt 
-0x7f37 027915 arg 0x4000 ,contw 
-0x7f38 027916 branch memset0 
-:      027918 slave_savelist:
-0x7f39 027919 fetch 5 ,mem_sync_clke 
-0x7f3a 027920 store 5 ,mem_pdatatemp 
-0x7f3b 027921 fetch 2 ,mem_clks_per_lpo 
-0x7f3c 027922 istore 2 ,contw 
-0x7f3d 027923 setarg 0 
-0x7f3e 027924 setflag match ,7 ,pdata 
-0x7f3f 027925 setflag wake ,6 ,pdata 
-0x7f40 027926 setflag sync ,5 ,pdata 
-0x7f41 027927 setflag attempt ,4 ,pdata 
-0x7f42 027928 istore 1 ,contw 
-0x7f43 027929 branch savelist_2 
-:      027932 le_savelist:
-0x7f44 027933 fetch 5 ,mem_sync_clke 
-0x7f45 027934 store 5 ,mem_pdatatemp 
-0x7f46 027935 fetch 1 ,mem_le_ch_mapped 
-0x7f47 027936 istore 1 ,contw 
-0x7f48 027937 fetch 2 ,mem_le_event_count 
-0x7f49 027938 arg 0x0fff ,contr 
-0x7f4a 027939 iand contr ,pdata 
-0x7f4b 027940 setflag match ,15 ,pdata 
-0x7f4c 027941 setflag wake ,14 ,pdata 
-0x7f4d 027942 setflag sync ,13 ,pdata 
-0x7f4e 027943 setflag attempt ,12 ,pdata 
-0x7f4f 027944 istore 2 ,contw 
-0x7f50 027945 branch savelist_2 
-:      027946 savelist:
-0x7f51 027947 store 8 ,mem_pdatatemp 
-:      027948 savelist_2:
-0x7f52 027949 fetch 1 ,mem_seqi 
-0x7f53 027950 rtneq 0x7f 
-0x7f54 027951 and_into 0x7f ,pdata 
-0x7f55 027952 lshift3 pdata ,pdata 
-0x7f56 027953 arg mem_savelist ,contw 
-0x7f57 027954 iadd contw ,contw 
-0x7f58 027955 fetch 8 ,mem_pdatatemp 
-0x7f59 027956 istore 8 ,contw 
-0x7f5a 027957 fetch 1 ,mem_seqi 
-0x7f5b 027958 isolate1 7 ,pdata 
-0x7f5c 027959 increase 1 ,pdata 
-0x7f5d 027960 and_into 0x7f ,pdata 
-0x7f5e 027961 setflag true ,7 ,pdata 
-0x7f5f 027962 store 1 ,mem_seqi 
-0x7f60 027963 fetch 8 ,mem_pdatatemp 
-0x7f61 027964 rtn 
-:      027966 dirty_mem:
-0x7f62 027967 arg 0x800 ,loopcnt 
-0x7f63 027968 arg 0 ,contw 
-0x7f64 027969 setarg 0x01010101 
-0x7f65 027970 branch memset8 
-:      027973 callback_func:
-0x7f66 027974 rtn blank 
-0x7f67 027975 copy pdata ,pc 
-:      027978 wait_uarttx:
-0x7f68 027979 hfetch 2 ,core_uart_txitems 
-0x7f69 027980 nbranch wait_uarttx ,blank 
-0x7f6a 027981 rtn 
-:      027983 get_uart_rrptr:
-0x7f6b 027984 hfetch 2 ,core_uart_rrptr 
-0x7f6c 027985 copy pdata ,contru 
-0x7f6d 027986 rtn 
-:      027988 get_uart_twptr:
-0x7f6e 027989 hfetch 2 ,core_uart_twptr 
-0x7f6f 027990 copy pdata ,contwu 
-0x7f70 027991 rtn 
-:      027993 send_mem_to_uart:
-0x7f71 027994 copy contr ,rega 
-0x7f72 027995 call get_uart_twptr 
-0x7f73 027996 copy rega ,contr 
-:      027997 send_mem_to_uart0:
-0x7f74 027998 call uart_copy_tx_bytes 
-0x7f75 027999 call uartd_send 
-0x7f76 028000 branch wait_uarttx 
-:      028002 ice_break:
-0x7f77 028003 hjam 0x1 ,core_ice_ctrl 
-0x7f78 028004 rtn 
-:      028006 ice_setbp:
-0x7f79 028007 hstore 2 ,core_ice_break0 
-0x7f7a 028008 hfetch 1 ,core_ice_ctrl 
-0x7f7b 028009 set1 4 ,pdata 
-0x7f7c 028010 hstore 1 ,core_ice_ctrl 
-0x7f7d 028011 rtn 
-:      028012 ice_setbp2:
-0x7f7e 028013 hstore 2 ,core_ice_break1 
-0x7f7f 028014 hfetch 1 ,core_ice_ctrl 
-0x7f80 028015 set1 6 ,pdata 
-0x7f81 028016 hstore 1 ,core_ice_ctrl 
-0x7f82 028017 rtn 
-:      028019 ice_set_write_bp:
-0x7f83 028020 hstore 2 ,core_ice_break0 
-0x7f84 028021 hjam 0x30 ,core_ice_ctrl 
-0x7f85 028022 rtn 
-:      028024 test_no_white:
-0x7f86 028025 hfetch 1 ,core_config 
-0x7f87 028026 set1 whiteoff_bit ,pdata 
-0x7f88 028027 hstore 1 ,core_config 
-0x7f89 028028 rtn 
-:      028030 test_enable_white:
-0x7f8a 028031 hfetch 1 ,core_config 
-0x7f8b 028032 set0 whiteoff_bit ,pdata 
-0x7f8c 028033 hstore 1 ,core_config 
-0x7f8d 028034 rtn 
-:      028036 check_uart_tx_buff:
-0x7f8e 028037 hfetch 2 ,core_uart_txitems 
-0x7f8f 028038 arg uart_air_control_threshold ,temp 
-:      028039 pdata_sub_temp:
-0x7f90 028040 isub temp ,null 
-0x7f91 028041 rtn 
-:      028047 fifo_in:
-0x7f92 028048 set1 mark_ext_patch ,mark 
-0x7f93 028049 bpatch patch37_5 ,mem_patch37 
-0x7f94 028050 ifetcht util_fifo_len ,rega 
-0x7f95 028051 and temp ,0xff ,pdata 
-0x7f96 028052 nbranch fifo_in_push ,blank 
-0x7f97 028053 rshift8 temp ,pdata 
-0x7f98 028054 istore util_fifo_len ,rega 
-:      028055 fifo_in_push:
-0x7f99 028056 increase util_fifo_len + util_fifo_offset ,rega 
-0x7f9a 028057 ifetch 1 ,rega 
-0x7f9b 028058 nbranch assert ,blank 
-0x7f9c 028059 fetch 1 ,mem_fifo_temp 
-0x7f9d 028060 istore 1 ,rega 
-0x7f9e 028061 rtn 
-:      028066 fifo_out:
-0x7f9f 028067 set1 mark_ext_patch ,mark 
-0x7fa0 028068 bpatch patch37_6 ,mem_patch37 
-0x7fa1 028069 arg util_fifo_len ,loopcnt 
-0x7fa2 028070 ifetch util_fifo_len ,rega 
-0x7fa3 028071 rtn blank 
-:      028072 fifo_out_loop:
-0x7fa4 028073 ifetch 1 ,rega 
-0x7fa5 028074 nbranch fifo_out_end ,blank 
-0x7fa6 028075 increase 1 ,rega 
-0x7fa7 028076 loop fifo_out_loop 
-0x7fa8 028077 branch assert 
-:      028078 fifo_out_end:
-0x7fa9 028079 arg 0 ,temp 
-0x7faa 028080 istoret 1 ,rega 
-0x7fab 028081 rtn 
-:      028086 fifo_is_empty:
-0x7fac 028087 ifetch util_fifo_len ,rega 
-0x7fad 028088 rtn 
-:      028093 fifo_is_full:
-0x7fae 028094 ifetch 1 ,rega 
-0x7faf 028095 rtn 
-:      028098 fifo_is_near_full:
-0x7fb0 028099 ifetch 2 ,rega 
-0x7fb1 028100 rtn 
-:      028104 fifo_content_count:
-0x7fb2 028105 arg 0 ,temp 
-:      028106 fifo_content_count_loop:
-0x7fb3 028107 fetch 1 ,contr 
-0x7fb4 028108 loop fifo_content_count_loop ,blank 
-0x7fb5 028109 increase 1 ,temp 
-0x7fb6 028110 loop fifo_content_count_loop 
-0x7fb7 028111 copy temp ,pdata 
-0x7fb8 028112 rtn 
-:      028114 not_greater_than:
-0x7fb9 028115 isub temp ,null 
-0x7fba 028116 nrtn positive 
-0x7fbb 028117 copy temp ,pdata 
-0x7fbc 028118 rtn 
+:      001575 start:
+0x3000 001576 call lpmstate 
+:      001579 soft_reset:
+0x3001 001580 set0 mark_ext_patch ,mark 
+0x3002 001581 bpatch patch00_0 ,mem_patch00 
+0x3003 001582 clear_stack 
+0x3004 001583 call initialize_radio 
+0x3005 001584 call iicd_init_12m 
+0x3006 001585 call init_param 
+0x3007 001586 call l2cap_init 
+0x3008 001587 set0 mark_ext_patch ,mark 
+0x3009 001588 bpatch patch00_1 ,mem_patch00 
+0x300a 001589 call rfcomm_init 
+0x300b 001590 call init_lmp 
+0x300c 001591 call ui_init 
+0x300d 001592 call app_init 
+0x300e 001593 set0 mark_ext_patch ,mark 
+0x300f 001594 bpatch patch00_2 ,mem_patch00 
+0x3010 001595 call app_lpm_init ,wake 
+0x3011 001596 call sp_initialize 
+0x3012 001597 call lpm_recover_clk ,wake 
+:      001598 main_loop:
+0x3013 001599 set0 mark_ext_patch ,mark 
+0x3014 001600 bpatch patch00_3 ,mem_patch00 
+0x3015 001601 call sp_calc_sequence 
+0x3016 001602 call le_dispatch 
+0x3017 001603 call hci_dispatch 
+0x3018 001604 set0 mark_ext_patch ,mark 
+0x3019 001605 bpatch patch00_4 ,mem_patch00 
+0x301a 001606 call idle_dispatch 
+0x301b 001607 call app_process_idle 
+0x301c 001608 call inquiry_dispatch 
+0x301d 001609 set0 mark_ext_patch ,mark 
+0x301e 001610 bpatch patch00_5 ,mem_patch00 
+0x301f 001611 call inquiry_scan_dispatch 
+0x3020 001612 call page_scan_dispatch 
+0x3021 001613 call connection_dispatch 
+0x3022 001614 call lpm_dispatch 
+0x3023 001615 branch main_loop 
+:      001617 connection_dispatch:
+0x3024 001618 call connection_incontext 
+0x3025 001619 rtnmark0 mark_context 
+0x3026 001620 set0 mark_context ,mark 
+0x3027 001621 call context_save 
+0x3028 001622 branch le_disable 
+:      001624 connection_incontext:
+0x3029 001625 set0 mark_ext_patch ,mark 
+0x302a 001626 bpatch patch00_6 ,mem_patch00 
+0x302b 001627 call context_search_insniff 
+0x302c 001628 nbranch connection_nosniff ,zero 
+0x302d 001629 call context_load 
+0x302e 001630 add rega ,coffset_mode ,contr 
+0x302f 001631 ifetch 1 ,contr 
+0x3030 001632 bbit1 mode_le ,le_conn_dispatch 
+0x3031 001633 bbit1 mode_master ,master_dispatch 
+0x3032 001634 branch slave_dispatch 
+:      001635 connection_nosniff:
+0x3033 001636 set0 mark_ext_patch ,mark 
+0x3034 001637 bpatch patch00_7 ,mem_patch00 
+0x3035 001638 call context_get_next 
+0x3036 001639 copy loopcnt ,null 
+0x3037 001640 rtn zero 
+0x3038 001641 call context_load 
+0x3039 001642 fetch 1 ,mem_state 
+0x303a 001643 bbit1 state_inpage ,master_page 
+0x303b 001644 fetch 1 ,mem_mode 
+0x303c 001645 bbit1 mode_master ,master_dispatch 
+0x303d 001646 branch slave_dispatch 
+:      001654 idle_dispatch:
+0x303e 001655 fetch 1 ,mem_hci_cmd 
+0x303f 001656 rtn blank 
+0x3040 001657 beq hci_cmd_inquiry ,idle_inquiry 
+0x3041 001658 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
+0x3042 001659 beq hci_cmd_remote_name_req ,idle_remote_name_req 
+0x3043 001660 beq hci_cmd_create_conn ,idle_create_conn 
+0x3044 001661 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x3045 001662 call context_search_conn_handle 
+0x3046 001663 rtn zero 
+0x3047 001664 call context_search_plap 
+0x3048 001665 rtn zero 
+:      001666 idle_exit:
+0x3049 001667 jam 0 ,mem_hci_cmd 
+0x304a 001668 rtn 
+:      001670 idle_le_create_conn:
+0x304b 001671 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x304c 001672 jam 0 ,mem_hci_cmd 
+0x304d 001673 rtn 
+:      001675 idle_inquiry:
+0x304e 001676 set1 mark_inquiry_on ,mark 
+0x304f 001677 set0 mark_inquiry_trainb ,mark 
+0x3050 001678 jam param_ninquiry ,mem_ninqy_index 
+0x3051 001679 jam 31 ,mem_nfreq_index_inq 
+0x3052 001680 branch idle_exit 
+:      001682 idle_inquiry_cancel:
+0x3053 001683 set0 mark_inquiry_on ,mark 
+0x3054 001684 force 0 ,stop_watch 
+0x3055 001685 branch idle_exit 
+:      001687 idle_remote_name_req:
+0x3056 001688 call context_search_plap 
+0x3057 001689 rtn zero 
+0x3058 001690 force lmp_name_req ,temp 
+0x3059 001691 jam 5 ,mem_nameres_cnt 
+0x305a 001692 branch idle_start_page 
+:      001694 idle_create_conn:
+0x305b 001695 set0 mark_ext_patch ,mark 
+0x305c 001696 bpatch patch01_0 ,mem_patch01 
+0x305d 001697 fetch 1 ,mem_device_option 
+0x305e 001698 beq dvc_op_hci ,idle_create_conn_hci 
+:      001699 idle_create_conn_device:
+0x305f 001700 fetch 6 ,mem_hci_plap 
+0x3060 001701 branch idle_exit ,blank 
+0x3061 001702 jam reconnect_hid ,memui_reconnect_mode 
+0x3062 001704 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x3063 001705 branch idle_create_conn_cont 
+:      001707 idle_create_conn_hci:
+0x3064 001708 fetch 6 ,mem_hci_plap 
+0x3065 001709 branch idle_exit ,blank 
+0x3066 001710 store 6 ,mem_plap 
+:      001711 idle_create_conn_cont:
+0x3067 001712 force lmp_version_req ,temp 
+:      001713 idle_start_page:
+0x3068 001714 set0 mark_ext_patch ,mark 
+0x3069 001715 bpatch patch01_1 ,mem_patch01 
+0x306a 001716 fetch 1 ,mem_page_mode 
+0x306b 001717 branch idle_page_mode_r0 ,blank 
+0x306c 001718 lshift3 pdata ,pdata 
+0x306d 001719 lshift4 pdata ,pdata 
+0x306e 001720 increase -1 ,pdata 
+:      001721 idle_page_mode_r0:
+0x306f 001722 store 1 ,mem_npage 
+0x3070 001723 store 1 ,mem_npage_index 
+0x3071 001724 jam 31 ,mem_nfreq_index_page 
+0x3072 001725 set0 mark_page_trainb ,mark 
+0x3073 001726 call context_new 
+0x3074 001727 nbranch idle_page_fail ,zero 
+0x3075 001728 call get_free_amaddr 
+0x3076 001729 store 1 ,mem_amaddr 
+0x3077 001730 storet 1 ,mem_lmo_opcode2 
+0x3078 001731 fetch 6 ,mem_hci_plap 
+0x3079 001732 store 6 ,mem_plap 
+0x307a 001733 set0 mark_ext_patch ,mark 
+0x307b 001734 bpatch patch01_2 ,mem_patch01 
+0x307c 001735 force 0 ,pdata 
+0x307d 001736 compare lmp_name_req ,temp ,0xff 
+0x307e 001737 nsetflag true ,state_init_seq ,pdata 
+0x307f 001738 set1 state_inpage ,pdata 
+0x3080 001739 store 1 ,mem_state 
+0x3081 001740 jam bt_evt_reconn_started ,mem_fifo_temp 
+0x3082 001741 call ui_ipc_send_event 
+0x3083 001742 force 0 ,pdata 
+0x3084 001743 setflag true ,smap_name_req ,pdata 
+0x3085 001744 store 1 ,mem_state_map 
+0x3086 001745 setarg 0 
+0x3087 001746 set1 mode_master ,pdata 
+0x3088 001747 store 1 ,mem_mode 
+0x3089 001748 enable master 
+0x308a 001749 call context_save 
+0x308b 001750 disable master 
+0x308c 001751 force page_length_timer ,queue 
+0x308d 001752 fetch 2 ,mem_page_to 
+0x308e 001753 call timer_init 
+0x308f 001754 branch idle_exit 
+:      001755 idle_page_fail:
+0x3090 001756 set0 mark_ext_patch ,mark 
+0x3091 001757 bpatch patch01_3 ,mem_patch01 
+0x3092 001758 fetch 6 ,mem_hci_plap 
+0x3093 001759 store 6 ,mem_plap 
+0x3094 001760 compare lmp_name_req ,temp ,0xff 
+0x3095 001761 branch idle_name_fail ,true 
+0x3096 001762 force hci_error_memory_full ,temp 
+0x3097 001763 call hci_send_connection_error 
+0x3098 001764 branch idle_exit 
+:      001765 idle_name_fail:
+0x3099 001766 arg mem_tmp_buffer ,contw 
+0x309a 001767 arg 8 ,loopcnt 
+0x309b 001768 call memset0 
+0x309c 001769 force hci_error_memory_full ,queue 
+0x309d 001770 call hci_send_name 
+0x309e 001771 jam bt_evt_reconn_failed ,mem_fifo_temp 
+0x309f 001772 call ui_ipc_send_event 
+0x30a0 001773 branch idle_exit 
+:      001780 inquiry_dispatch:
+0x30a1 001781 rtnmark0 mark_inquiry_on 
+0x30a2 001782 force inquiry_length_timer ,queue 
+0x30a3 001783 call timer_check 
+0x30a4 001784 nsetflag blank ,mark_inquiry_on ,mark 
+0x30a5 001785 nbranch inquiry_start ,blank 
+0x30a6 001786 rtn 
+:      001790 inquiry_start:
+0x30a7 001791 set0 mark_ext_patch ,mark 
+0x30a8 001792 bpatch patch01_4 ,mem_patch01 
+0x30a9 001793 fetcht 2 ,mem_inq_window 
+0x30aa 001794 force 4 ,queue 
+0x30ab 001795 call sniff_check_window 
+0x30ac 001796 rtn user 
+0x30ad 001797 call afh_clear 
+0x30ae 001798 force 0 ,freq_mode 
+:      001799 inquiry_restart:
+0x30af 001800 rtn timeout 
+0x30b0 001801 set0 mark_fhs_already_good ,mark 
+0x30b1 001802 set0 mark_fhs_eir ,mark 
+:      001803 inquiry_rx_restart:
+0x30b2 001804 add clkn_bt ,1 ,bt_clk 
+0x30b3 001805 isolate1 mark_inquiry_trainb ,mark 
+0x30b4 001806 setflag true ,2 ,freq_mode 
+0x30b5 001807 compare 0x00 ,bt_clk ,0x02 
+0x30b6 001808 nbranch inquiry_receive ,true 
+:      001810 inquiry_transmit:
+0x30b7 001811 set0 mark_ext_patch ,mark 
+0x30b8 001812 bpatch patch01_5 ,mem_patch01 
+0x30b9 001813 fetch 1 ,mem_inquiry_transmit 
+0x30ba 001814 increase 1 ,pdata 
+0x30bb 001815 store 1 ,mem_inquiry_transmit 
+0x30bc 001816 call fetch_giac 
+0x30bd 001817 call tx_radio_freq 
+0x30be 001818 call fetch_diac 
+0x30bf 001819 call start_transmitter 
+0x30c0 001820 call start_tx_native 
+0x30c1 001821 call send_access_word 
+0x30c2 001822 call end_of_packet 
+0x30c3 001823 call inquiry_check_train 
+0x30c4 001824 branch inquiry_restart 
+:      001826 inquiry_check_train:
+0x30c5 001827 set0 mark_ext_patch ,mark 
+0x30c6 001828 bpatch patch01_6 ,mem_patch01 
+0x30c7 001829 fetch 1 ,mem_nfreq_index_inq 
+0x30c8 001830 increase -1 ,pdata 
+0x30c9 001831 store 1 ,mem_nfreq_index_inq 
+0x30ca 001832 rtn positive 
+0x30cb 001833 jam 31 ,mem_nfreq_index_inq 
+0x30cc 001834 fetch 1 ,mem_ninqy_index 
+0x30cd 001835 increase -1 ,pdata 
+0x30ce 001836 store 1 ,mem_ninqy_index 
+0x30cf 001837 rtn positive 
+0x30d0 001838 setflip mark_inquiry_trainb ,mark 
+0x30d1 001839 jam param_ninquiry ,mem_ninqy_index 
+0x30d2 001840 rtn 
+:      001842 inquiry_receive:
+0x30d3 001843 set0 mark_ext_patch ,mark 
+0x30d4 001844 bpatch patch01_7 ,mem_patch01 
+0x30d5 001845 call fetch_giac 
+0x30d6 001846 call rx_radio_freq 
+0x30d7 001847 call fetch_diac 
+0x30d8 001848 call start_rx_native 
+0x30d9 001849 call start_receiver 
+0x30da 001850 call wait_access_clkn_rt 
+0x30db 001851 branch inquiry_sync ,sync 
+0x30dc 001852 call inquiry_check_train 
+0x30dd 001853 branch inquiry_rx_restart 
+:      001854 inquiry_sync:
+0x30de 001855 set0 mark_ext_patch ,mark 
+0x30df 001856 bpatch patch02_0 ,mem_patch02 
+0x30e0 001857 call save_rssi 
+0x30e1 001858 call scan_mode_whiten 
+0x30e2 001859 call receive_packet_whitened 
+0x30e3 001860 set0 mark_rxbuf_inuse ,mark 
+0x30e4 001861 rtnmark0 mark_fhs_already_good 
+:      001862 inquiry_receive_rtn:
+0x30e5 001863 set0 mark_ext_patch ,mark 
+0x30e6 001864 bpatch patch02_1 ,mem_patch02 
+0x30e7 001865 fetch 1 ,mem_at_using_flag 
+0x30e8 001866 bbit1 at_flag_inq ,at_inquiry_reply 
+0x30e9 001867 call hci_inquiry_reply 
+:      001868 inquiry_receive_eir_rtn:
+0x30ea 001869 fetch 1 ,mem_inquiry_rcv 
+0x30eb 001870 increase 1 ,pdata 
+0x30ec 001871 store 1 ,mem_inquiry_rcv 
+0x30ed 001872 rtn 
+:      001873 inquiry_receive_eir:
+0x30ee 001874 set0 mark_fhs_already_good ,mark 
+0x30ef 001875 call rf_setup_time_slave_slot_eir 
+0x30f0 001876 call fetch_giac 
+0x30f1 001877 call rx_radio_freq 
+0x30f2 001878 call init_rx_packet_flags 
+0x30f3 001879 call start_rx_native 
+0x30f4 001880 call start_receiver 
+0x30f5 001881 call wait_access_clkn_rt 
+0x30f6 001882 branch inquiry_receive_eir_packet ,sync 
+0x30f7 001883 rtn 
+:      001884 inquiry_receive_eir_packet:
+0x30f8 001885 call scan_mode_whiten 
+0x30f9 001886 call receive_packet_whitened 
+0x30fa 001887 set0 mark_rxbuf_inuse ,mark 
+0x30fb 001888 branch inquiry_receive_rtn ,crc_failed 
+0x30fc 001889 call hci_inquiry_reply_eir 
+0x30fd 001890 branch inquiry_receive_eir_rtn 
+:      001892 rf_setup_time_slave_slot_eir:
+0x30fe 001893 arg param_rf_setup ,timeup 
+:      001894 rf_setup_time_eir:
+0x30ff 001895 until clkn_rt ,meet 
+0x3100 001896 and clkn_bt ,3 ,pdata 
+0x3101 001897 bne 1 ,rf_setup_time_eir 
+0x3102 001898 rtn 
+:      001907 master_page:
+0x3103 001908 set0 mark_ext_patch ,mark 
+0x3104 001909 bpatch patch02_2 ,mem_patch02 
+0x3105 001910 enable master 
+0x3106 001911 enable clknt 
+0x3107 001912 fetch 2 ,mem_page_interval 
+0x3108 001913 branch master_page_no_interval ,blank 
+0x3109 001914 force page_interval_timer ,queue 
+0x310a 001915 call timer_check 
+0x310b 001916 nrtn blank 
+:      001917 master_page_no_interval:
+0x310c 001918 set0 mark_ext_patch ,mark 
+0x310d 001919 bpatch patch02_3 ,mem_patch02 
+0x310e 001920 fetcht 2 ,mem_page_window 
+0x310f 001921 force 40 ,queue 
+0x3110 001922 call sniff_check_window 
+0x3111 001923 branch page_exit ,user 
+0x3112 001924 force page_length_timer ,queue 
+0x3113 001925 call timer_check 
+0x3114 001926 nbranch page_start ,blank 
+0x3115 001927 fetch 1 ,mem_state_map 
+0x3116 001928 bbit1 smap_name_req ,master_npage_timeout 
+0x3117 001929 force hci_error_page_timeout ,temp 
+0x3118 001930 call hci_send_connection_error 
+0x3119 001931 branch master_page_timeout 
+:      001932 master_npage_timeout:
+0x311a 001933 arg mem_tmp_buffer ,contw 
+0x311b 001934 arg 8 ,loopcnt 
+0x311c 001935 call memset0 
+0x311d 001936 force hci_error_page_timeout ,queue 
+0x311e 001937 call hci_send_name 
+:      001938 master_page_timeout:
+0x311f 001939 set0 mark_ext_patch ,mark 
+0x3120 001940 bpatch patch02_4 ,mem_patch02 
+0x3121 001941 jam 0 ,mem_state 
+0x3122 001942 call init_lmp_work 
+0x3123 001943 jam 0 ,memui_reconnect_mode 
+0x3124 001944 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
+0x3125 001945 call ui_ipc_send_event 
+0x3126 001946 branch page_exit 
+:      001948 page_start:
+0x3127 001949 set0 mark_ext_patch ,mark 
+0x3128 001950 bpatch patch02_5 ,mem_patch02 
+0x3129 001951 force 0 ,timeup 
+0x312a 001952 until clkn_rt ,meet 
+0x312b 001953 fetch 1 ,mem_page_clk 
+0x312c 001954 increase -1 ,pdata 
+0x312d 001955 ixor clkn_bt ,pdata 
+0x312e 001956 compare 0 ,pdata ,3 
+0x312f 001957 nbranch page_start ,true 
+0x3130 001958 deposit am_addr 
+0x3131 001959 store 1 ,mem_fhs_am_addr 
+0x3132 001960 force 0 ,n_tx_slot 
+0x3133 001961 force 0 ,freq_mode 
+:      001963 page_restart:
+0x3134 001964 set0 mark_ext_patch ,mark 
+0x3135 001965 bpatch patch02_6 ,mem_patch02 
+0x3136 001966 branch page_exit ,timeout 
+0x3137 001967 call fetch_page_bt_adr 
+0x3138 001968 arg param_rf_setup ,timeup 
+0x3139 001969 until clkn_rt ,meet 
+:      001970 page_rx_restart:
+0x313a 001971 set0 mark_ext_patch ,mark 
+0x313b 001972 bpatch patch02_7 ,mem_patch02 
+0x313c 001973 fetch 4 ,mem_page_clk 
+0x313d 001974 iforce bt_clk 
+0x313e 001975 increase 1 ,pdata 
+0x313f 001976 store 4 ,mem_page_clk 
+0x3140 001977 isolate1 mark_page_trainb ,mark 
+0x3141 001978 setflag true ,2 ,freq_mode 
+0x3142 001979 compare 0x00 ,bt_clk ,0x02 
+0x3143 001980 nbranch page_receive ,true 
+0x3144 001981 fetch 1 ,mem_page_transmit 
+0x3145 001982 increase 1 ,pdata 
+0x3146 001983 store 1 ,mem_page_transmit 
+0x3147 001984 call tx_radio_freq 
+0x3148 001985 call start_transmitter 
+0x3149 001986 call start_tx_native 
+0x314a 001987 call send_access_word 
+0x314b 001988 call end_of_packet 
+0x314c 001989 call page_check_train 
+0x314d 001990 branch page_restart 
+:      001991 master_dispatch_exit:
+:      001992 page_exit:
+0x314e 001993 set0 mark_ext_patch ,mark 
+0x314f 001994 bpatch patch03_0 ,mem_patch03 
+0x3150 001995 disable master 
+0x3151 001996 fetch 2 ,mem_page_interval 
+0x3152 001997 rtn blank 
+0x3153 001998 force page_interval_timer ,queue 
+0x3154 001999 branch timer_init 
+:      002001 page_check_train:
+0x3155 002002 set0 mark_ext_patch ,mark 
+0x3156 002003 bpatch patch03_1 ,mem_patch03 
+0x3157 002004 fetch 1 ,mem_nfreq_index_page 
+0x3158 002005 increase -1 ,pdata 
+0x3159 002006 store 1 ,mem_nfreq_index_page 
+0x315a 002007 rtn positive 
+0x315b 002008 jam 31 ,mem_nfreq_index_page 
+0x315c 002009 fetch 1 ,mem_npage_index 
+0x315d 002010 increase -1 ,pdata 
+0x315e 002011 store 1 ,mem_npage_index 
+0x315f 002012 rtn positive 
+0x3160 002013 setflip mark_page_trainb ,mark 
+0x3161 002014 fetch 1 ,mem_npage 
+0x3162 002015 store 1 ,mem_npage_index 
+0x3163 002016 rtn 
+:      002018 page_receive:
+0x3164 002019 set0 mark_ext_patch ,mark 
+0x3165 002020 bpatch patch03_2 ,mem_patch03 
+0x3166 002021 call rx_radio_freq 
+0x3167 002022 call start_rx_native 
+0x3168 002023 call start_receiver 
+0x3169 002024 call wait_access_clkn_rt 
+0x316a 002025 branch page_sync ,sync 
+0x316b 002026 call page_check_train 
+0x316c 002027 branch page_rx_restart 
+:      002028 page_sync:
+0x316d 002029 call end_of_packet 
+0x316e 002030 fetch 1 ,mem_page_rcv 
+0x316f 002031 increase 1 ,pdata 
+0x3170 002032 store 1 ,mem_page_rcv 
+0x3171 002033 force 0 ,stop_watch 
+0x3172 002034 fetch 4 ,mem_page_clk 
+:      002035 page_send_fhs:
+0x3173 002036 set0 mark_ext_patch ,mark 
+0x3174 002037 bpatch patch03_3 ,mem_patch03 
+0x3175 002038 call rf_setup_time_master_slot 
+0x3176 002039 call fetch_page_bt_adr 
+0x3177 002040 increase 1 ,n_tx_slot 
+:      002041 page_send_fhs_continue:
+0x3178 002042 and_into 0x1fd ,bt_clk 
+0x3179 002043 and_into 0x1fc ,freq_mode 
+0x317a 002044 call tx_radio_freq 
+0x317b 002045 call start_transmitter 
+0x317c 002046 call start_tx_native 
+0x317d 002047 call send_access_word 
+0x317e 002048 deposit clkn_bt 
+0x317f 002049 store 4 ,mem_clkn_bt 
+0x3180 002050 force 0 ,am_addr 
+0x3181 002051 force type_fhs ,type 
+0x3182 002052 call scan_mode_whiten 
+0x3183 002053 call transmit_packet_whitened 
+:      002054 page_wait_fhs_reply:
+0x3184 002055 set0 mark_ext_patch ,mark 
+0x3185 002056 bpatch patch03_4 ,mem_patch03 
+0x3186 002057 call rf_setup_time_slave_slot 
+0x3187 002058 or_into 0x02 ,bt_clk 
+0x3188 002059 and_into 0x1fc ,freq_mode 
+0x3189 002060 call rx_radio_freq 
+0x318a 002061 call start_rx_native 
+0x318b 002062 call start_receiver 
+0x318c 002063 call wait_access_clkn_rt 
+0x318d 002064 call end_of_packet ,sync 
+0x318e 002065 branch page_wait_fhs_reply_ok ,sync 
+0x318f 002066 fetch 1 ,mem_fhs_wait_counter 
+0x3190 002067 branch page_restart ,blank 
+0x3191 002068 increase -1 ,pdata 
+0x3192 002069 store 1 ,mem_fhs_wait_counter 
+0x3193 002070 branch page_send_fhs 
+:      002072 page_wait_fhs_reply_ok:
+0x3194 002073 set0 mark_ext_patch ,mark 
+0x3195 002074 bpatch patch03_5 ,mem_patch03 
+0x3196 002075 fetch 1 ,mem_page_rcv_fhs 
+0x3197 002076 increase 1 ,pdata 
+0x3198 002077 store 1 ,mem_page_rcv_fhs 
+0x3199 002078 call prepare_newconn 
+:      002079 master_newconn_loop:
+0x319a 002080 call master_newconn_once 
+0x319b 002081 branch newconn_poll_responded ,sync 
+0x319c 002082 call new_conn_timeout 
+0x319d 002083 nbranch master_newconn_loop ,blank 
+0x319e 002084 branch page_restart 
+:      002086 newconn_poll_responded:
+0x319f 002087 set0 mark_ext_patch ,mark 
+0x31a0 002088 bpatch patch03_6 ,mem_patch03 
+0x31a1 002089 fetch 1 ,mem_state 
+0x31a2 002090 set0 state_inpage ,pdata 
+0x31a3 002091 store 1 ,mem_state 
+0x31a4 002092 call newconn_init 
+0x31a5 002093 disable master 
+0x31a6 002094 rtn 
+:      002097 master_dispatch:
+0x31a7 002098 set0 mark_ext_patch ,mark 
+0x31a8 002099 bpatch patch03_7 ,mem_patch03 
+0x31a9 002100 enable master 
+0x31aa 002101 enable clknt 
+0x31ab 002102 call role_switch_master 
+0x31ac 002103 rtn user 
+0x31ad 002104 call check_bt_disabled 
+0x31ae 002105 call rf_setup_time_master_slot 
+0x31af 002106 add clkn_bt ,1 ,bt_clk 
+0x31b0 002107 call fetch_self_bt_adr 
+0x31b1 002108 force 0x03 ,freq_mode 
+0x31b2 002109 call load_esco 
+0x31b3 002110 call get_sco_data 
+0x31b4 002111 call scheduler_tx_l2cap_pkt 
+0x31b5 002112 call prepare_tx 
+0x31b6 002113 call tx_radio_freq 
+0x31b7 002114 call start_transmitter 
+0x31b8 002115 call start_tx_native 
+0x31b9 002116 call send_access_word 
+0x31ba 002117 call transmit_packet 
+:      002118 master_loop:
+0x31bb 002119 set0 mark_ext_patch ,mark 
+0x31bc 002120 bpatch patch04_0 ,mem_patch04 
+0x31bd 002121 call parse_lmp 
+0x31be 002122 call process_cmd 
+0x31bf 002123 call hci_send_num_complete_packets 
+0x31c0 002124 call master_conn_recv_packet 
+0x31c1 002125 nbranch master_notmatch ,match 
+0x31c2 002126 call supervision_flush 
+0x31c3 002127 call parse_l2cap 
+0x31c4 002128 fetch 1 ,mem_master_rcvcnt 
+0x31c5 002129 increase 1 ,pdata 
+0x31c6 002130 store 1 ,mem_master_rcvcnt 
+:      002131 master_notmatch:
+0x31c7 002132 set0 mark_ext_patch ,mark 
+0x31c8 002133 bpatch patch04_1 ,mem_patch04 
+0x31c9 002134 call scheduler_process 
+0x31ca 002135 call check_master_disconnect 
+0x31cb 002136 nrtn master 
+0x31cc 002137 call check_attempt 
+0x31cd 002138 nbranch master_attempt ,blank 
+:      002139 master_exit:
+0x31ce 002140 call process_sco_data 
+0x31cf 002141 call restore_esco 
+0x31d0 002142 disable master 
+0x31d1 002143 rtn 
+:      002145 master_attempt:
+0x31d2 002146 call prepare_tx 
+0x31d3 002147 call master_conn_send_packet 
+0x31d4 002148 branch master_loop 
+:      002151 check_master_disconnect:
+0x31d5 002152 branch check_master_match ,match 
+0x31d6 002153 call supervision_update 
+0x31d7 002154 branch master_disconnect ,positive 
+:      002155 check_master_match:
+0x31d8 002156 call check_disconnect_timeout 
+0x31d9 002157 nbranch master_disconnect ,user 
+0x31da 002158 fetch 1 ,mem_state_map 
+0x31db 002159 rtnbit0 smap_name_req 
+0x31dc 002160 rtnbit1 smap_name_res 
+0x31dd 002161 fetch 1 ,mem_op 
+0x31de 002162 rtnbit1 op_disconn 
+0x31df 002163 call conn_timer_expired 
+0x31e0 002164 nrtn blank 
+0x31e1 002165 fetch 1 ,mem_nameres_cnt 
+0x31e2 002166 increase -1 ,pdata 
+0x31e3 002167 store 1 ,mem_nameres_cnt 
+0x31e4 002168 nrtn blank 
+0x31e5 002169 branch lmp_disconnect 
+:      002171 master_disconnect:
+0x31e6 002172 set0 mark_ext_patch ,mark 
+0x31e7 002173 bpatch patch04_2 ,mem_patch04 
+0x31e8 002174 call quit_connection 
+0x31e9 002175 disable master 
+0x31ea 002176 fetch 1 ,mem_state_map 
+0x31eb 002177 bbit1 smap_name_req ,master_name_disconnect 
+0x31ec 002178 fetch 1 ,mem_state 
+0x31ed 002179 bbit0 state_conn_comp ,master_disconnect_quiet 
+0x31ee 002180 fetcht 1 ,mem_conn_handle 
+0x31ef 002181 branch hci_send_disconn_complete 
+:      002182 master_disconnect_quiet:
+0x31f0 002183 force hci_error_connection_timeout ,temp 
+0x31f1 002184 branch hci_send_connection_error 
+:      002185 master_name_disconnect:
+0x31f2 002186 force hci_success ,queue 
+0x31f3 002187 fetch 1 ,mem_state_map 
+0x31f4 002188 bbit1 smap_name_res ,hci_send_name 
+:      002189 master_name_error:
+0x31f5 002190 force hci_error_page_timeout ,queue 
+0x31f6 002191 arg mem_tmp_buffer ,contw 
+0x31f7 002192 arg 8 ,loopcnt 
+0x31f8 002193 call memset0 
+0x31f9 002194 branch hci_send_name 
+:      002196 disconnect_stop_sco:
+0x31fa 002197 set0 mark_ext_patch ,mark 
+0x31fb 002198 bpatch patch04_3 ,mem_patch04 
+0x31fc 002199 fetch 1 ,mem_state 
+0x31fd 002200 rtnbit0 state_insco 
+0x31fe 002201 fetcht 1 ,mem_conn_handle 
+0x31ff 002202 fetch 1 ,mem_sco_asso_handle 
+0x3200 002203 isub temp ,null 
+0x3201 002204 nrtn zero 
+0x3202 002205 call stop_esco 
+0x3203 002206 branch restore_esco_check_no_mark 
+:      002208 check_disconnect_timeout:
+0x3204 002209 set0 mark_ext_patch ,mark 
+0x3205 002210 bpatch patch04_4 ,mem_patch04 
+0x3206 002211 enable user 
+0x3207 002212 fetch 1 ,mem_op 
+0x3208 002213 rtnbit0 op_disconn 
+0x3209 002214 call conn_timer_expired 
+0x320a 002215 nrtn blank 
+:      002216 disable_usr:
+0x320b 002217 disable user 
+0x320c 002218 rtn 
+:      002220 conn_timer_expired:
+0x320d 002221 fetch 1 ,mem_conn_timer 
+0x320e 002222 increase -1 ,pdata 
+0x320f 002223 store 1 ,mem_conn_timer 
+0x3210 002224 rtn 
+:      002226 linkkey_ready:
+0x3211 002227 set0 mark_ext_patch ,mark 
+0x3212 002228 bpatch patch04_5 ,mem_patch04 
+0x3213 002229 fetch 1 ,mem_state 
+0x3214 002230 bbit1 state_linkkey ,linkkey_set 
+0x3215 002231 fetch 1 ,mem_device_option 
+0x3216 002232 beq dvc_op_hci ,linkkey_send_hci 
+0x3217 002233 fetch 1 ,mem_pairing_auth 
+0x3218 002234 branch linkkey_set ,blank 
+0x3219 002235 jam defalt_pairing_auth ,mem_pairing_auth 
+0x321a 002236 jam bt_evt_linkkey_generate ,mem_fifo_temp 
+0x321b 002237 call ui_ipc_send_event 
+0x321c 002238 branch linkkey_set 
+:      002239 linkkey_send_hci:
+0x321d 002240 call check_localsm 
+0x321e 002241 ncall hci_send_linkkey_notification ,true 
+:      002242 linkkey_set:
+0x321f 002243 set0 mark_ext_patch ,mark 
+0x3220 002244 bpatch patch04_6 ,mem_patch04 
+0x3221 002245 call context_traverse_linkkey 
+0x3222 002246 fetch 1 ,mem_state 
+0x3223 002247 set1 state_linkkey ,pdata 
+0x3224 002248 store 1 ,mem_state 
+0x3225 002249 jam 1 ,mem_link_key_exists 
+0x3226 002250 fetch 1 ,mem_conn_sm 
+0x3227 002251 bne conn_sm_pairing ,linkkey_set_continue 
+:      002252 linkkey_set_continue:
+0x3228 002253 rtn 
+:      002255 generate_linkkey_continue:
+0x3229 002256 jam pairing_auth ,mem_pairing_auth 
+:      002257 clear_linkstate:
+0x322a 002258 fetch 1 ,mem_state 
+0x322b 002259 set0 state_linkkey ,pdata 
+0x322c 002260 store 1 ,mem_state 
+0x322d 002261 rtn 
+:      002265 role_switch_check:
+0x322e 002266 set0 mark_ext_patch ,mark 
+0x322f 002267 bpatch patch04_7 ,mem_patch04 
+0x3230 002268 disable user 
+0x3231 002269 fetch 1 ,mem_state 
+0x3232 002270 rtnbit0 state_insniff 
+0x3233 002271 fetch 2 ,mem_tsniff 
+0x3234 002272 nrtn blank 
+0x3235 002273 fetch 4 ,mem_sniff_anchor 
+0x3236 002274 branch role_switch_clkn ,clknt 
+0x3237 002275 isub clke_bt ,pdata 
+0x3238 002276 branch role_switch_clke 
+:      002277 role_switch_clkn:
+0x3239 002278 isub clkn_bt ,pdata 
+:      002279 role_switch_clke:
+0x323a 002280 sub pdata ,4 ,null 
+0x323b 002281 nrtn positive 
+0x323c 002282 fetch 1 ,mem_state 
+0x323d 002283 set0 state_insniff ,pdata 
+0x323e 002284 store 1 ,mem_state 
+0x323f 002285 enable user 
+0x3240 002286 rtn 
+:      002289 role_switch_prepare:
+0x3241 002290 copy pdata ,temp 
+0x3242 002291 set0 mark_ext_patch ,mark 
+0x3243 002292 bpatch patch05_0 ,mem_patch05 
+0x3244 002293 store 4 ,mem_sniff_anchor 
+:      002294 role_switch_prepare0:
+0x3245 002295 jam switch_flag_accept ,mem_switch_flag 
+0x3246 002296 fetch 1 ,mem_state 
+0x3247 002297 set1 state_insniff ,pdata 
+0x3248 002298 store 1 ,mem_state 
+0x3249 002299 force 0 ,pdata 
+0x324a 002300 store 2 ,mem_tsniff 
+0x324b 002301 jam 10 ,mem_current_sniff_attempt 
+0x324c 002302 jam 1 ,mem_sniff_attempt 
+0x324d 002303 rtn 
+:      002306 role_switch_master:
+0x324e 002307 set0 mark_ext_patch ,mark 
+0x324f 002308 bpatch patch05_1 ,mem_patch05 
+0x3250 002309 call role_switch_check 
+0x3251 002310 nrtn user 
+0x3252 002311 disable user 
+0x3253 002312 jam param_newconnto ,mem_newconnto_counter 
+0x3254 002313 set0 mark_fhs_already_good ,mark 
+:      002314 roles_waitfhs_loop:
+0x3255 002315 call rf_setup_time_master_slot 
+0x3256 002316 call master_recv_packet 
+0x3257 002317 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
+0x3258 002318 call new_conn_timeout 
+0x3259 002319 nbranch roles_waitfhs_loop ,blank 
+:      002320 role_switch_fail_master:
+0x325a 002321 set0 mark_ext_patch ,mark 
+0x325b 002322 bpatch patch05_2 ,mem_patch05 
+0x325c 002323 disable user 
+0x325d 002324 deposit clkn_bt 
+0x325e 002325 store 4 ,mem_next_btclk 
+0x325f 002326 enable clknt 
+0x3260 002327 enable master 
+0x3261 002328 jam bt_evt_switch_fail_master ,mem_fifo_temp 
+0x3262 002329 branch ui_ipc_send_event 
+:      002331 roles_replyto_fhs:
+0x3263 002332 set0 mark_ext_patch ,mark 
+0x3264 002333 bpatch patch05_3 ,mem_patch05 
+0x3265 002334 call rf_setup_time_slave_slot 
+0x3266 002335 call master_send_packet 
+0x3267 002336 disable clknt 
+0x3268 002337 disable master 
+0x3269 002338 call apply_switch_clke 
+0x326a 002339 call prepare_newconn 
+:      002340 roles_newconns_loop:
+0x326b 002341 set0 mark_ext_patch ,mark 
+0x326c 002342 bpatch patch05_4 ,mem_patch05 
+0x326d 002343 call slave_newconn_once 
+0x326e 002344 branch roles_newconns_responded ,match 
+0x326f 002345 call new_conn_timeout 
+0x3270 002346 nbranch roles_newconns_loop ,blank 
+0x3271 002347 branch role_switch_fail_master 
+:      002348 roles_newconns_responded:
+0x3272 002349 force 1 ,temp 
+0x3273 002350 call hci_send_role_change 
+0x3274 002351 fetch 1 ,mem_mode 
+0x3275 002352 set0 mode_master ,pdata 
+0x3276 002353 store 1 ,mem_mode 
+0x3277 002354 call supervision_flush 
+0x3278 002355 call calc_clke_offset 
+0x3279 002356 enable user 
+0x327a 002357 jam bt_evt_switch_success_master ,mem_fifo_temp 
+0x327b 002358 branch ui_ipc_send_event 
+:      002361 load_esco:
+0x327c 002362 set0 mark_ext_patch ,mark 
+0x327d 002363 bpatch patch05_5 ,mem_patch05 
+0x327e 002364 rtnmark0 mark_esco 
+0x327f 002365 fetch 1 ,mem_state 
+0x3280 002366 rtnbit0 state_insco 
+:      002367 load_esco_do:
+0x3281 002368 call init_esco_ibuff 
+0x3282 002369 fetch 1 ,mem_esco_arq 
+0x3283 002370 fetcht 1 ,mem_arq 
+0x3284 002371 storet 1 ,mem_esco_saved_arq 
+0x3285 002372 store 1 ,mem_arq 
+0x3286 002373 deposit am_addr 
+0x3287 002374 store 1 ,mem_saved_amaddr 
+0x3288 002375 fetch 1 ,mem_esco_addr 
+0x3289 002376 iforce am_addr 
+0x328a 002377 set0 mark_esco_rxok ,mark 
+0x328b 002378 fetch 1 ,mem_last_type 
+0x328c 002379 store 1 ,mem_last_type_saved 
+0x328d 002380 fetch 1 ,mem_last_type_esco 
+0x328e 002381 store 1 ,mem_last_type 
+0x328f 002382 rtn 
+:      002384 restore_esco:
+0x3290 002385 set0 mark_ext_patch ,mark 
+0x3291 002386 bpatch patch05_6 ,mem_patch05 
+0x3292 002387 rtnmark0 mark_esco 
+:      002388 restore_esco_check_no_mark:
+0x3293 002389 call check_esco_amaddr 
+0x3294 002390 nrtn true 
+:      002391 restore_esco_do:
+0x3295 002392 call clear_got_tx 
+0x3296 002393 fetch 1 ,mem_esco_saved_arq 
+0x3297 002394 fetcht 1 ,mem_arq 
+0x3298 002395 store 1 ,mem_arq 
+0x3299 002396 storet 1 ,mem_esco_arq 
+0x329a 002397 fetch 1 ,mem_saved_amaddr 
+0x329b 002398 iforce am_addr 
+0x329c 002399 fetch 1 ,mem_last_type 
+0x329d 002400 store 1 ,mem_last_type_esco 
+0x329e 002401 fetch 1 ,mem_last_type_saved 
+0x329f 002402 store 1 ,mem_last_type 
+0x32a0 002403 setarg 0xffff 
+0x32a1 002404 store 2 ,mem_retransmission_cnt 
+0x32a2 002405 rtn 
+:      002410 context_load:
+0x32a3 002411 set0 mark_ext_patch ,mark 
+0x32a4 002412 bpatch patch05_7 ,mem_patch05 
+0x32a5 002413 set1 mark_context ,mark 
+0x32a6 002414 deposit rega 
+0x32a7 002415 store 2 ,mem_context_ptr 
+0x32a8 002416 force context_size ,loopcnt 
+0x32a9 002417 arg mem_le_state ,contw 
+0x32aa 002418 add rega ,coffset_mode ,contr 
+0x32ab 002419 ifetch 1 ,contr 
+0x32ac 002420 copy rega ,contr 
+0x32ad 002421 bbit1 mode_le ,memcpy 
+0x32ae 002422 arg mem_state ,contw 
+0x32af 002423 call memcpy 
+0x32b0 002424 disable attempt 
+0x32b1 002425 fetch 1 ,mem_amaddr 
+0x32b2 002426 iforce am_addr 
+0x32b3 002427 jam 1 ,mem_current_sniff_attempt 
+0x32b4 002428 branch context_load_master ,master 
+0x32b5 002429 jam 1 ,mem_current_sniff_attempt 
+:      002430 context_load_master:
+0x32b6 002431 fetch 1 ,mem_state 
+0x32b7 002432 rtnbit0 state_insniff 
+0x32b8 002433 fetch 1 ,mem_sniff_attempt 
+0x32b9 002434 store 1 ,mem_current_sniff_attempt 
+0x32ba 002435 fetch 1 ,mem_sniff_timeout 
+0x32bb 002436 store 1 ,mem_current_sniff_timeout 
+0x32bc 002437 rtn 
+:      002439 context_save:
+0x32bd 002440 set0 mark_ext_patch ,mark 
+0x32be 002441 bpatch patch06_0 ,mem_patch06 
+0x32bf 002442 fetch 2 ,mem_context_ptr 
+0x32c0 002443 iforce contw 
+0x32c1 002444 force context_size ,loopcnt 
+0x32c2 002445 arg mem_le_state ,contr 
+0x32c3 002446 branch memcpy ,le 
+0x32c4 002447 arg mem_state ,contr 
+0x32c5 002448 branch memcpy 
+:      002452 context_get_next:
+0x32c6 002453 fetcht 1 ,mem_current_context 
+0x32c7 002454 arg context_num ,loopcnt 
+:      002455 context_get_next_loop:
+0x32c8 002456 increase 1 ,temp 
+0x32c9 002457 compare context_num ,temp ,0xff 
+0x32ca 002458 nbranch context_get_next_cont ,true 
+0x32cb 002459 arg 0 ,temp 
+:      002460 context_get_next_cont:
+0x32cc 002461 storet 1 ,mem_current_context 
+0x32cd 002462 mul32 temp ,context_size ,pdata 
+0x32ce 002463 arg mem_context ,rega 
+0x32cf 002464 iadd rega ,rega 
+0x32d0 002465 ifetch 1 ,rega 
+0x32d1 002466 bbit1 state_insniff ,context_get_next_sniff 
+0x32d2 002467 rtnbit1 state_inconn 
+0x32d3 002468 rtnbit1 state_inpage 
+:      002469 context_get_next_sniff:
+0x32d4 002470 loop context_get_next_loop 
+0x32d5 002471 rtn 
+:      002473 context_new:
+0x32d6 002474 set0 mark_ext_patch ,mark 
+0x32d7 002475 bpatch patch06_1 ,mem_patch06 
+0x32d8 002476 arg context_search_empty ,regc 
+0x32d9 002477 call context_search 
+0x32da 002478 nrtn zero 
+0x32db 002479 deposit rega 
+0x32dc 002480 store 2 ,mem_context_ptr 
+0x32dd 002481 force 0 ,null 
+0x32de 002482 rtn 
+:      002486 context_check_all_wack:
+0x32df 002487 call check_esco_amaddr 
+0x32e0 002488 branch context_check_esco_wack ,true 
+0x32e1 002489 fetch 2 ,mem_context_ptr 
+0x32e2 002490 add pdata ,coffset_arq ,contw 
+0x32e3 002491 fetch 1 ,mem_arq 
+0x32e4 002492 istore 1 ,contw 
+0x32e5 002493 arg context_check_a_wack ,regc 
+0x32e6 002494 branch context_search 
+:      002496 context_check_esco_wack:
+0x32e7 002497 fetch 1 ,mem_arq 
+0x32e8 002498 isolate1 wack ,pdata 
+0x32e9 002499 branch context_esco_wack ,true 
+0x32ea 002500 force 1 ,null 
+0x32eb 002501 rtn 
+:      002502 context_esco_wack:
+0x32ec 002503 force 0 ,null 
+0x32ed 002504 rtn 
+:      002507 context_check_idle:
+0x32ee 002508 arg context_check_inconn ,regc 
+0x32ef 002509 branch context_search 
+:      002511 context_traverse_linkkey:
+0x32f0 002512 fetcht 2 ,mem_context_ptr 
+0x32f1 002513 arg context_traverse_clearkey ,regc 
+0x32f2 002514 branch context_search 
+:      002516 context_traverse_max_slot:
+0x32f3 002517 fetcht 2 ,mem_context_ptr 
+0x32f4 002518 arg context_traverse_mslot ,regc 
+0x32f5 002519 branch context_search 
+:      002522 context_search_conn_handle:
+0x32f6 002523 fetcht 1 ,mem_hci_conn_handle 
+:      002524 context_search_conn_handle2:
+0x32f7 002525 arg context_search_handle ,regc 
+0x32f8 002526 branch context_search 
+:      002528 context_search_plap:
+0x32f9 002529 set0 mark_ext_patch ,mark 
+0x32fa 002530 bpatch patch06_2 ,mem_patch06 
+0x32fb 002531 fetcht 6 ,mem_hci_plap 
+:      002532 context_search_plap2:
+0x32fc 002533 arg context_search_lap ,regc 
+0x32fd 002534 branch context_search 
+:      002536 context_search_insniff:
+0x32fe 002537 arg context_search_sniff ,regc 
+0x32ff 002538 branch context_search 
+:      002540 context_search_sniff_window:
+0x3300 002541 arg context_search_window ,regc 
+:      002542 context_search:
+0x3301 002543 set0 mark_ext_patch ,mark 
+0x3302 002544 bpatch patch06_3 ,mem_patch06 
+0x3303 002545 arg mem_context ,rega 
+0x3304 002546 force context_num ,loopcnt 
+:      002547 context_search_loop:
+0x3305 002548 ifetch 1 ,rega 
+0x3306 002549 copy regc ,pc 
+:      002550 context_search_next:
+0x3307 002551 increase context_size ,rega 
+0x3308 002552 loop context_search_loop 
+0x3309 002553 force 1 ,null 
+0x330a 002554 rtn 
+:      002556 context_search_empty:
+0x330b 002557 bbit1 state_inconn ,context_search_next 
+0x330c 002558 bbit1 state_inpage ,context_search_next 
+0x330d 002559 force 0 ,null 
+0x330e 002560 rtn 
+:      002562 context_search_lap:
+0x330f 002563 bbit1 state_inpage ,context_search_lap_cont 
+0x3310 002564 bbit0 state_inconn ,context_search_next 
+:      002565 context_search_lap_cont:
+0x3311 002566 add rega ,coffset_plap ,contr 
+0x3312 002567 ifetch 6 ,contr 
+0x3313 002568 isub temp ,null 
+0x3314 002569 rtn zero 
+0x3315 002570 branch context_search_next 
+:      002572 context_search_handle:
+0x3316 002573 bbit0 state_inconn ,context_search_next 
+0x3317 002574 add rega ,coffset_conn_handle ,contr 
+0x3318 002575 ifetch 1 ,contr 
+0x3319 002576 isub temp ,null 
+0x331a 002577 rtn zero 
+0x331b 002578 branch context_search_next 
+:      002580 context_search_sniff:
+0x331c 002581 bbit0 state_insniff ,context_search_next 
+:      002582 context_search_sniff_loop:
+0x331d 002583 call context_get_anchor 
+0x331e 002584 bbit1 27 ,context_search_sniff_cont 
+0x331f 002585 isolate0 27 ,temp 
+0x3320 002586 branch context_search_sniff_cont ,true 
+0x3321 002587 set1 28 ,pdata 
+:      002588 context_search_sniff_cont:
+0x3322 002589 isub temp ,pdata 
+0x3323 002590 increase 1 ,pdata 
+0x3324 002591 branch context_search_sniff_miss ,positive 
+0x3325 002592 increase 5 ,pdata 
+0x3326 002593 nbranch context_search_next ,positive 
+:      002594 context_search_meet:
+0x3327 002595 copy temp ,bt_clk 
+0x3328 002596 call context_next_anchor 
+0x3329 002597 force 0 ,null 
+0x332a 002598 rtn 
+:      002600 context_search_sniff_miss:
+0x332b 002601 iforce regb 
+0x332c 002602 add rega ,coffset_tsniff ,contr 
+0x332d 002603 ifetch 2 ,contr 
+0x332e 002604 branch context_search_meet ,blank 
+0x332f 002605 call context_next_anchor 
+0x3330 002606 branch context_search_sniff_loop 
+:      002608 context_check_inconn:
+0x3331 002609 bbit0 state_inconn ,context_search_next 
+0x3332 002610 force 0 ,null 
+0x3333 002611 rtn 
+:      002613 context_check_a_wack:
+0x3334 002614 bbit0 state_inconn ,context_search_next 
+0x3335 002615 add rega ,coffset_mode ,contr 
+0x3336 002616 ifetch 1 ,contr 
+0x3337 002617 bbit1 mode_le ,context_search_next 
+0x3338 002618 add rega ,coffset_arq ,contr 
+0x3339 002619 ifetch 1 ,contr 
+0x333a 002620 bbit0 wack ,context_search_next 
+0x333b 002621 force 0 ,null 
+0x333c 002622 rtn 
+:      002624 context_get_anchor:
+0x333d 002625 add rega ,coffset_mode ,contr 
+0x333e 002626 ifetcht 1 ,contr 
+0x333f 002627 deposit clkn_bt 
+0x3340 002628 isolate1 mode_master ,temp 
+0x3341 002629 add rega ,coffset_sniff_anchor ,contr 
+0x3342 002630 ifetcht 4 ,contr 
+0x3343 002631 rtn true 
+0x3344 002632 add rega ,coffset_clk_offset ,contr 
+0x3345 002633 ifetch 6 ,contr 
+0x3346 002634 call calc_clke2 
+0x3347 002635 deposit clke_bt 
+0x3348 002636 rtn 
+:      002638 context_next_anchor:
+0x3349 002639 add rega ,coffset_tsniff ,contr 
+0x334a 002640 add rega ,coffset_sniff_anchor ,contw 
+0x334b 002641 ifetch 2 ,contr 
+0x334c 002642 iadd temp ,timeup 
+0x334d 002643 deposit timeup 
+0x334e 002644 istore 4 ,contw 
+0x334f 002645 branch le_context_nexthop 
+:      002648 context_search_window:
+0x3350 002649 bbit0 state_insniff ,context_search_next 
+0x3351 002650 call context_get_anchor 
+0x3352 002651 iadd stop_watch ,pdata 
+0x3353 002652 iadd stop_watch ,pdata 
+0x3354 002653 iadd queue ,pdata 
+0x3355 002654 isub temp ,null 
+0x3356 002655 nbranch context_search_next ,positive 
+0x3357 002656 force 0 ,null 
+0x3358 002657 rtn 
+:      002659 context_traverse_mslot:
+0x3359 002660 bbit0 state_inconn ,context_search_next 
+0x335a 002661 deposit temp 
+0x335b 002662 isub rega ,null 
+0x335c 002663 branch context_search_next ,null 
+0x335d 002664 add rega ,coffset_mode ,contr 
+0x335e 002665 ifetch 1 ,contr 
+0x335f 002666 bbit1 mode_le ,context_search_next 
+0x3360 002667 add rega ,coffset_lmp_to_send ,contw 
+0x3361 002668 ifetch 1 ,contw 
+0x3362 002669 nbranch context_search_next ,blank 
+0x3363 002670 force lmp_max_slot ,pdata 
+0x3364 002671 istore 1 ,contw 
+0x3365 002672 branch context_search_next 
+:      002674 context_traverse_clearkey:
+0x3366 002675 bbit0 state_inconn ,context_search_next 
+0x3367 002676 deposit temp 
+0x3368 002677 isub rega ,null 
+0x3369 002678 branch context_search_next ,null 
+0x336a 002679 add rega ,coffset_mode ,contr 
+0x336b 002680 ifetch 1 ,contr 
+0x336c 002681 bbit1 mode_le ,context_search_next 
+0x336d 002682 ifetch 1 ,rega 
+0x336e 002683 set0 state_linkkey ,pdata 
+0x336f 002684 istore 1 ,rega 
+0x3370 002685 branch context_search_next 
+:      002688 master_conn_send_packet:
+0x3371 002689 set0 mark_ext_patch ,mark 
+0x3372 002690 bpatch patch06_4 ,mem_patch06 
+0x3373 002691 call rf_setup_time_master_slot 
+:      002692 master_send_packet:
+0x3374 002693 add clkn_bt ,1 ,bt_clk 
+0x3375 002694 call fetch_self_bt_adr 
+0x3376 002695 force 0x03 ,freq_mode 
+0x3377 002696 call tx_radio_freq 
+0x3378 002697 call start_transmitter 
+0x3379 002698 call start_tx_native 
+0x337a 002699 call send_access_word 
+0x337b 002700 branch transmit_packet 
+:      002702 master_conn_recv_packet:
+0x337c 002703 set0 mark_ext_patch ,mark 
+0x337d 002704 bpatch patch06_5 ,mem_patch06 
+0x337e 002705 call rf_setup_time_slave_slot 
+:      002706 master_recv_packet:
+0x337f 002707 add clkn_bt ,1 ,bt_clk 
+0x3380 002708 call fetch_self_bt_adr 
+0x3381 002709 force 0x03 ,freq_mode 
+0x3382 002710 call rx_radio_freq 
+0x3383 002711 call init_rx_packet_flags 
+0x3384 002712 call prep_crypt 
+0x3385 002713 call start_rx_native 
+0x3386 002714 call start_receiver 
+:      002715 master_rx_conn_finish_packet:
+0x3387 002716 call wait_access_clkn_rt 
+0x3388 002717 nrtn sync 
+0x3389 002718 call save_rssi 
+0x338a 002719 branch receive_packet 
+:      002723 master_newconn_once:
+0x338b 002724 set0 mark_ext_patch ,mark 
+0x338c 002725 bpatch patch06_6 ,mem_patch06 
+0x338d 002726 fetch 1 ,mem_fhs_am_addr 
+0x338e 002727 iforce am_addr 
+0x338f 002728 force type_poll ,type 
+0x3390 002729 call master_conn_send_packet 
+0x3391 002730 branch master_conn_recv_packet 
+:      002741 inquiry_scan_dispatch:
+0x3392 002742 fetch 1 ,mem_scan_mode 
+0x3393 002743 rtnbit0 inq_scan_mode 
+0x3394 002744 force iscan_interval_timer ,queue 
+0x3395 002745 call timer_check 
+0x3396 002746 nrtn blank 
+0x3397 002747 fetcht 2 ,mem_iscan_window 
+0x3398 002748 force 4 ,queue 
+0x3399 002749 call sniff_check_window 
+0x339a 002750 rtn user 
+0x339b 002751 call inquiry_scan_start 
+0x339c 002752 force iscan_interval_timer ,queue 
+0x339d 002753 fetch 2 ,mem_iscan_interval 
+0x339e 002754 nbranch timer_init ,sync 
+0x339f 002755 random pdata 
+0x33a0 002756 iand mask3ff ,pdata 
+0x33a1 002757 branch timer_init 
+:      002760 inquiry_scan_start:
+0x33a2 002761 set0 mark_ext_patch ,mark 
+0x33a3 002762 bpatch patch06_7 ,mem_patch06 
+0x33a4 002763 jam 0 ,mem_fhs_am_addr 
+0x33a5 002764 disable clknt 
+0x33a6 002765 disable attempt 
+0x33a7 002766 call afh_clear 
+0x33a8 002767 and clkn_bt ,0x1fc ,bt_clk 
+0x33a9 002768 force 0x01 ,freq_mode 
+0x33aa 002769 call fetch_giac 
+0x33ab 002770 call rx_radio_freq 
+0x33ac 002771 setflip mark_inquiry_state ,mark 
+0x33ad 002772 fetch 1 ,mem_inquiryscan_waitcnt 
+0x33ae 002773 increase 1 ,pdata 
+0x33af 002774 store 1 ,mem_inquiryscan_waitcnt 
+0x33b0 002775 call fetch_diac 
+0x33b1 002776 call start_receiver 
+0x33b2 002777 call wait_access_forever 
+0x33b3 002778 nrtn sync 
+0x33b4 002779 set0 mark_ext_patch ,mark 
+0x33b5 002780 bpatch patch07_0 ,mem_patch07 
+0x33b6 002781 force 0 ,stop_watch 
+0x33b7 002782 call shutdown_radio 
+0x33b8 002783 fetch 1 ,mem_inquiryscan_rcvcnt 
+0x33b9 002784 increase 1 ,pdata 
+0x33ba 002785 store 1 ,mem_inquiryscan_rcvcnt 
+0x33bb 002786 call fetch_giac 
+0x33bc 002787 call rf_setup_time_slave_slot 
+0x33bd 002788 or_into 0x002 ,bt_clk 
+0x33be 002789 force 0x01 ,freq_mode 
+0x33bf 002790 call tx_radio_freq 
+0x33c0 002791 call fetch_diac 
+0x33c1 002792 call start_transmitter 
+0x33c2 002793 call start_tx_external 
+0x33c3 002794 deposit clkn_bt 
+0x33c4 002795 store 4 ,mem_clkn_bt 
+0x33c5 002796 call send_access_word 
+0x33c6 002797 force type_fhs ,type 
+0x33c7 002798 force 0 ,am_addr 
+0x33c8 002799 call scan_mode_whiten 
+0x33c9 002800 call transmit_packet_whitened 
+0x33ca 002801 call send_eir 
+0x33cb 002802 and_into 0x1fd ,bt_clk 
+0x33cc 002803 increase 1 ,n_tx_slot 
+0x33cd 002804 rtn 
+:      002806 send_eir:
+0x33ce 002807 set0 mark_ext_patch ,mark 
+0x33cf 002808 bpatch patch07_1 ,mem_patch07 
+0x33d0 002809 fetch 1 ,mem_eir_enable 
+0x33d1 002810 rtn blank 
+0x33d2 002811 arg mem_eir ,contw 
+0x33d3 002812 fetch 1 ,mem_local_name_length 
+0x33d4 002813 copy pdata ,loopcnt 
+0x33d5 002814 increase 1 ,pdata 
+0x33d6 002815 istore 1 ,contw 
+0x33d7 002816 copy contw ,temp 
+0x33d8 002817 increase 1 ,pdata 
+0x33d9 002818 store 2 ,mem_tx_len 
+0x33da 002819 copy temp ,contw 
+0x33db 002820 setarg 0x09 
+0x33dc 002821 istore 1 ,contw 
+0x33dd 002822 arg mem_local_name ,contr 
+0x33de 002823 call memcpy 
+0x33df 002824 arg mem_all_uuid_128bits ,regc 
+0x33e0 002825 arg 4 ,loopcnt 
+0x33e1 002826 call get_all_uuid 
+0x33e2 002827 arg mem_all_uuid_16bits ,regc 
+0x33e3 002828 arg 1 ,loopcnt 
+0x33e4 002829 call get_all_uuid 
+0x33e5 002830 force type_dm3 ,type 
+0x33e6 002831 jam 2 ,mem_tx_lch 
+0x33e7 002832 setarg mem_eir 
+0x33e8 002833 store 2 ,mem_txptr 
+0x33e9 002834 call rf_setup_time_slave_slot 
+0x33ea 002835 call tx_radio_freq 
+0x33eb 002836 call start_transmitter 
+0x33ec 002837 call start_tx_external 
+0x33ed 002838 call send_access_word 
+0x33ee 002839 call scan_mode_whiten 
+0x33ef 002840 call transmit_packet_whitened 
+0x33f0 002841 rtn 
+:      002844 get_all_uuid:
+0x33f1 002845 copy contw ,temp 
+0x33f2 002846 copy regc ,contr 
+0x33f3 002847 ifetch 1 ,contr 
+0x33f4 002848 rtn blank 
+:      002849 lshift_loop:
+0x33f5 002850 lshift pdata ,pdata 
+0x33f6 002851 loop lshift_loop 
+0x33f7 002852 copy pdata ,rega 
+0x33f8 002853 increase 2 ,pdata 
+0x33f9 002854 copy pdata ,queue 
+0x33fa 002855 fetch 2 ,mem_tx_len 
+0x33fb 002856 iadd queue ,pdata 
+0x33fc 002857 store 2 ,mem_tx_len 
+0x33fd 002858 copy temp ,contw 
+0x33fe 002859 copy rega ,pdata 
+0x33ff 002860 increase 1 ,pdata 
+0x3400 002861 istore 1 ,contw 
+0x3401 002862 copy regc ,contr 
+0x3402 002863 ifetch 1 ,contr 
+0x3403 002864 ifetch 1 ,contr 
+0x3404 002865 istore 1 ,contw 
+0x3405 002866 copy rega ,loopcnt 
+0x3406 002867 branch memcpy 
+:      002873 page_scan_dispatch:
+0x3407 002874 fetch 1 ,mem_scan_mode 
+0x3408 002875 rtnbit0 page_scan_mode 
+0x3409 002876 force pscan_interval_timer ,queue 
+0x340a 002877 call timer_check 
+0x340b 002878 nrtn blank 
+0x340c 002879 fetcht 2 ,mem_pscan_window 
+0x340d 002880 force 40 ,queue 
+0x340e 002881 call sniff_check_window 
+0x340f 002882 rtn user 
+0x3410 002883 force 0 ,am_addr 
+0x3411 002884 jam param_pagerespto ,mem_fhs_wait_counter 
+0x3412 002885 set0 mark_fhs_already_good ,mark 
+0x3413 002886 call page_scan_start 
+0x3414 002887 force pscan_interval_timer ,queue 
+0x3415 002888 fetch 2 ,mem_pscan_interval 
+0x3416 002889 branch timer_init 
+:      002892 page_scan_start:
+0x3417 002893 set0 mark_ext_patch ,mark 
+0x3418 002894 bpatch patch07_2 ,mem_patch07 
+0x3419 002895 disable clknt 
+0x341a 002896 call afh_clear 
+0x341b 002897 fetch 1 ,mem_pagescan_waitcnt 
+0x341c 002898 increase 1 ,pdata 
+0x341d 002899 store 1 ,mem_pagescan_waitcnt 
+0x341e 002900 force 0 ,n_tx_slot 
+0x341f 002901 call fetch_self_bt_adr 
+0x3420 002902 add clkn_bt ,1 ,bt_clk 
+0x3421 002903 force 0x02 ,freq_mode 
+0x3422 002904 set0 mark_ext_patch ,mark 
+0x3423 002905 bpatch patch07_3 ,mem_patch07 
+0x3424 002906 call rx_radio_freq 
+0x3425 002907 call start_receiver 
+0x3426 002908 call wait_access_forever 
+0x3427 002909 nrtn sync 
+0x3428 002910 call shutdown_radio 
+0x3429 002911 fetch 1 ,mem_pagescan_rcvcnt 
+0x342a 002912 increase 1 ,pdata 
+0x342b 002913 store 1 ,mem_pagescan_rcvcnt 
+0x342c 002914 force 0 ,stop_watch 
+0x342d 002915 call rf_setup_time_slave_slot 
+0x342e 002916 or_into 0x002 ,bt_clk 
+0x342f 002917 force 0x01 ,freq_mode 
+0x3430 002918 call tx_radio_freq 
+0x3431 002919 call start_transmitter 
+0x3432 002920 call start_tx_external 
+0x3433 002921 call send_access_word 
+0x3434 002922 call end_of_packet 
+0x3435 002923 force 0 ,am_addr 
+0x3436 002924 arg param_rf_setup ,timeup 
+0x3437 002925 until clke_rt ,meet 
+0x3438 002926 or_into 0x03 ,clke_bt 
+0x3439 002927 and_into 0x1fd ,bt_clk 
+:      002928 page_scan_wait_fhs_restart:
+0x343a 002929 set0 mark_ext_patch ,mark 
+0x343b 002930 bpatch patch07_4 ,mem_patch07 
+0x343c 002931 increase 1 ,n_tx_slot 
+0x343d 002932 call rx_radio_freq 
+0x343e 002933 call start_receiver 
+0x343f 002934 call wait_access_mhalfbnd 
+0x3440 002935 nbranch page_scan_wait_fhs_again ,sync 
+0x3441 002936 call scan_mode_whiten 
+0x3442 002937 call receive_packet_whitened 
+0x3443 002938 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
+:      002939 page_scan_wait_fhs_again:
+0x3444 002940 set0 mark_ext_patch ,mark 
+0x3445 002941 bpatch patch07_5 ,mem_patch07 
+0x3446 002942 fetch 1 ,mem_fhs_wait_counter 
+0x3447 002943 rtn blank 
+0x3448 002944 increase -1 ,pdata 
+0x3449 002945 store 1 ,mem_fhs_wait_counter 
+0x344a 002946 call rf_setup_time_master_slot 
+0x344b 002947 branch page_scan_wait_fhs_restart 
+:      002950 page_scan_reply_to_fhs:
+0x344c 002951 set0 mark_ext_patch ,mark 
+0x344d 002952 bpatch patch07_6 ,mem_patch07 
+0x344e 002953 set0 1 ,clke_bt 
+0x344f 002954 set1 0 ,clke_bt 
+0x3450 002955 fetch 1 ,mem_pagescan_rcvfhscnt 
+0x3451 002956 increase 1 ,pdata 
+0x3452 002957 store 1 ,mem_pagescan_rcvfhscnt 
+0x3453 002958 call rf_setup_time_slave_slot 
+0x3454 002959 or_into 0x02 ,bt_clk 
+0x3455 002960 call tx_radio_freq 
+0x3456 002961 call start_transmitter 
+0x3457 002962 call start_tx_external 
+0x3458 002963 call send_access_word 
+0x3459 002964 call end_of_packet 
+:      002965 slave_apply_clke_bt:
+0x345a 002966 compare 0x03 ,clke_bt ,0x03 
+0x345b 002967 branch slave_apply_clke_bt_now ,true 
+0x345c 002968 until null ,mhalfbnd 
+0x345d 002969 branch slave_apply_clke_bt 
+:      002970 slave_apply_clke_bt_now:
+0x345e 002971 fetch 4 ,mem_clke_bt 
+0x345f 002972 or_into 0x03 ,pdata 
+0x3460 002973 icopy clke_bt 
+:      002975 start_slave_connection:
+0x3461 002976 set0 mark_ext_patch ,mark 
+0x3462 002977 bpatch patch07_7 ,mem_patch07 
+0x3463 002978 fetch 6 ,extm_lap 
+0x3464 002979 store 6 ,mem_plap 
+0x3465 002980 call prepare_newconn 
+:      002981 slave_newconn_loop:
+0x3466 002982 call slave_newconn_once 
+0x3467 002983 branch sconn_successful ,match 
+0x3468 002984 call new_conn_timeout 
+0x3469 002985 nbranch slave_newconn_loop ,blank 
+0x346a 002986 rtn 
+:      002989 sconn_successful:
+0x346b 002990 set0 mark_ext_patch ,mark 
+0x346c 002991 bpatch patch08_0 ,mem_patch08 
+0x346d 002992 call newconn_init 
+0x346e 002993 call context_new 
+0x346f 002994 nrtn zero 
+0x3470 002995 jam 0 ,mem_mode 
+0x3471 002996 call calc_clke_offset 
+0x3472 002997 branch context_save 
+:      003000 slave_dispatch:
+0x3473 003001 set0 mark_ext_patch ,mark 
+0x3474 003002 bpatch patch08_1 ,mem_patch08 
+0x3475 003003 call calc_clke 
+0x3476 003004 call role_switch_slave 
+0x3477 003005 rtn user 
+0x3478 003006 call load_esco 
+0x3479 003007 call get_sco_data 
+:      003008 slave_loop:
+0x347a 003009 set0 mark_ext_patch ,mark 
+0x347b 003010 bpatch patch08_2 ,mem_patch08 
+0x347c 003011 call check_bt_disabled 
+0x347d 003012 call scheduler_process 
+0x347e 003013 call slave_conn_recv_packet 
+0x347f 003014 call slave_savelist 
+0x3480 003015 nbranch slave_notmatch ,match 
+0x3481 003016 call supervision_flush 
+0x3482 003017 call parse_l2cap 
+0x3483 003018 call scheduler_tx_l2cap_pkt 
+0x3484 003019 call prepare_tx 
+0x3485 003020 call slave_conn_send_packet 
+0x3486 003021 call parse_lmp 
+0x3487 003022 call process_cmd 
+0x3488 003023 call hci_send_num_complete_packets 
+0x3489 003024 fetch 1 ,mem_slave_rcvcnt 
+0x348a 003025 increase 1 ,pdata 
+0x348b 003026 store 1 ,mem_slave_rcvcnt 
+0x348c 003027 call calc_clke_offset 
+:      003028 slave_notmatch:
+0x348d 003029 set0 mark_ext_patch ,mark 
+0x348e 003030 bpatch patch08_3 ,mem_patch08 
+0x348f 003031 call lpm_set_mult 
+0x3490 003032 call supervision_update 
+0x3491 003033 branch slave_disconnect ,positive 
+0x3492 003034 call check_disconnect_timeout 
+0x3493 003035 nbranch slave_disconnect ,user 
+0x3494 003036 call check_attempt 
+0x3495 003037 nbranch slave_loop ,blank 
+0x3496 003038 call process_sco_data 
+0x3497 003039 branch restore_esco 
+:      003042 slave_disconnect:
+0x3498 003043 set0 mark_ext_patch ,mark 
+0x3499 003044 bpatch patch08_4 ,mem_patch08 
+0x349a 003045 jam 0 ,mem_tester_emulate 
+0x349b 003046 jam 0 ,mem_debug_config 
+0x349c 003047 call quit_connection 
+0x349d 003048 set0 mark_testmode ,mark 
+0x349e 003049 call test_enable_white 
+0x349f 003050 fetch 1 ,mem_state 
+0x34a0 003051 bbit0 state_conn_comp ,slave_connection_fail 
+0x34a1 003052 fetcht 1 ,mem_conn_handle 
+0x34a2 003053 branch hci_send_disconn_complete 
+:      003055 slave_connection_fail:
+0x34a3 003056 force hci_error_key_missing ,temp 
+0x34a4 003057 branch hci_send_connection_error 
+:      003059 role_switch_slave:
+0x34a5 003060 set0 mark_ext_patch ,mark 
+0x34a6 003061 bpatch patch08_5 ,mem_patch08 
+0x34a7 003062 call role_switch_check 
+0x34a8 003063 nrtn user 
+0x34a9 003064 copy am_addr ,temp 
+0x34aa 003065 call get_free_amaddr 
+0x34ab 003066 store 1 ,mem_fhs_am_addr 
+0x34ac 003067 copy temp ,am_addr 
+0x34ad 003068 jam param_newconnto ,mem_newconnto_counter 
+:      003069 roles_sendfhs_loop:
+0x34ae 003070 set0 mark_ext_patch ,mark 
+0x34af 003071 bpatch patch08_6 ,mem_patch08 
+0x34b0 003072 call rf_setup_time_master_slot 
+0x34b1 003073 force type_fhs ,type 
+0x34b2 003074 call slave_send_access 
+0x34b3 003075 deposit clkn_bt 
+0x34b4 003076 store 4 ,mem_clkn_bt 
+0x34b5 003077 call transmit_packet 
+0x34b6 003078 call rf_setup_time_slave_slot 
+0x34b7 003079 enable user3 
+0x34b8 003080 call slave_receive_access 
+0x34b9 003081 branch roles_got_fhs_reply ,sync 
+0x34ba 003082 call shutdown_radio 
+0x34bb 003083 call new_conn_timeout 
+0x34bc 003084 nbranch roles_sendfhs_loop ,blank 
+0x34bd 003085 rtnmark0 mark_accept_switch 
+0x34be 003086 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x34bf 003087 set1 mark_switch_initiated ,mark 
+0x34c0 003088 rtn 
+:      003089 roles_got_fhs_reply:
+0x34c1 003090 enable clknt 
+0x34c2 003091 call prepare_newconn 
+0x34c3 003092 call afh_clear 
+:      003093 roles_newconn_loop:
+0x34c4 003094 set0 mark_ext_patch ,mark 
+0x34c5 003095 bpatch patch08_7 ,mem_patch08 
+0x34c6 003096 call master_newconn_once 
+0x34c7 003097 branch roles_newconn_responded ,sync 
+0x34c8 003098 call new_conn_timeout 
+0x34c9 003099 nbranch roles_newconn_loop ,blank 
+0x34ca 003100 disable clknt 
+0x34cb 003101 deposit clke_bt 
+0x34cc 003102 store 4 ,mem_next_btclk 
+0x34cd 003103 rtn 
+:      003104 roles_newconn_responded:
+0x34ce 003105 force 0 ,temp 
+0x34cf 003106 call hci_send_role_change 
+0x34d0 003107 enable master 
+0x34d1 003108 bmark0 mark_accept_switch ,roles_newconn_nolmp 
+0x34d2 003109 set0 mark_accept_switch ,mark 
+0x34d3 003110 jam lmp_accepted ,mem_lmo_opcode2 
+0x34d4 003111 jam lmp_host_connection_req ,mem_lmi_opcode2 
+0x34d5 003112 call tid_set_reply 
+:      003113 roles_newconn_nolmp:
+0x34d6 003114 deposit am_addr 
+0x34d7 003115 store 1 ,mem_amaddr 
+0x34d8 003116 force 0 ,pdata 
+0x34d9 003117 store 6 ,mem_clk_offset 
+0x34da 003118 fetch 1 ,mem_mode 
+0x34db 003119 set1 mode_master ,pdata 
+0x34dc 003120 store 1 ,mem_mode 
+0x34dd 003121 call supervision_flush 
+0x34de 003122 disable master 
+:      003123 enable_user:
+0x34df 003124 enable user 
+0x34e0 003125 rtn 
+:      003129 init_rx_packet_flags:
+0x34e1 003130 set0 mark_ext_patch ,mark 
+0x34e2 003131 bpatch patch09_0 ,mem_patch09 
+0x34e3 003132 disable match 
+0x34e4 003133 set0 mark_loopback ,mark 
+0x34e5 003134 set0 mark_am_addr_broadcast ,mark 
+0x34e6 003135 set0 mark_longpacket ,mark 
+0x34e7 003136 set0 mark_old_packet ,mark 
+0x34e8 003137 fetch 1 ,mem_arq 
+0x34e9 003138 set0 arqnx ,pdata 
+0x34ea 003139 set1 flowx ,pdata 
+0x34eb 003140 store 1 ,mem_arq 
+0x34ec 003141 rtn 
+:      003143 prepare_newconn:
+0x34ed 003144 set0 mark_ext_patch ,mark 
+0x34ee 003145 bpatch patch09_1 ,mem_patch09 
+0x34ef 003146 jam param_newconnto ,mem_newconnto_counter 
+0x34f0 003147 jam param_newconn_arq ,mem_arq 
+0x34f1 003148 fetch 2 ,mem_rx_window_init 
+0x34f2 003149 store 2 ,mem_rx_window 
+0x34f3 003150 deposit clkn_bt 
+0x34f4 003151 store 4 ,mem_next_btclk 
+0x34f5 003152 rtn clknt 
+0x34f6 003153 deposit clke_bt 
+0x34f7 003154 store 4 ,mem_next_btclk 
+0x34f8 003155 rtn 
+:      003157 newconn_init:
+0x34f9 003158 set0 mark_ext_patch ,mark 
+0x34fa 003159 bpatch patch09_2 ,mem_patch09 
+0x34fb 003160 call init_lmp_reinit 
+0x34fc 003161 call new_conn_handle 
+0x34fd 003162 store 1 ,mem_conn_handle 
+0x34fe 003163 setarg param_supervision_to 
+0x34ff 003164 store 2 ,mem_supervision_to 
+0x3500 003165 fetch 1 ,mem_state 
+0x3501 003166 set1 state_inconn ,pdata 
+0x3502 003167 store 1 ,mem_state 
+0x3503 003168 jam 0 ,mem_op 
+0x3504 003169 jam 0 ,mem_state_map 
+0x3505 003170 jam 0 ,mem_lpm_current_mult 
+0x3506 003171 branch supervision_flush 
+:      003174 clear_linkkey:
+0x3507 003175 set0 mark_ext_patch ,mark 
+0x3508 003176 bpatch patch09_3 ,mem_patch09 
+0x3509 003177 force 0 ,pdata 
+0x350a 003178 store 8 ,mem_link_key 
+0x350b 003179 istore 8 ,contw 
+0x350c 003180 call clear_linkstate 
+0x350d 003181 branch context_traverse_linkkey 
+:      003183 new_conn_timeout:
+0x350e 003184 fetch 1 ,mem_newconnto_counter 
+0x350f 003185 increase -1 ,pdata 
+0x3510 003186 store 1 ,mem_newconnto_counter 
+0x3511 003187 rtn 
+:      003189 new_conn_handle:
+0x3512 003190 fetch 1 ,mem_handle_num 
+0x3513 003191 increase 1 ,pdata 
+0x3514 003192 store 1 ,mem_handle_num 
+0x3515 003193 rtn 
+:      003196 quit_connection:
+0x3516 003197 set0 mark_ext_patch ,mark 
+0x3517 003198 bpatch patch09_4 ,mem_patch09 
+0x3518 003199 call disconnect_stop_sco 
+0x3519 003200 fetch 1 ,mem_hci_cmd 
+0x351a 003201 beq hci_cmd_remote_name_req ,quit_connection_name 
+0x351b 003202 fetch 1 ,mem_lmp_to_send 
+0x351c 003203 bne lmp_name_req ,quit_connection_cont 
+:      003204 quit_connection_name:
+0x351d 003205 call cmd_check_plap 
+0x351e 003206 nbranch quit_connection_cont ,zero 
+0x351f 003207 call master_name_error 
+0x3520 003208 jam 0 ,mem_hci_cmd 
+:      003209 quit_connection_cont:
+0x3521 003210 set0 mark_ext_patch ,mark 
+0x3522 003211 bpatch patch09_5 ,mem_patch09 
+0x3523 003212 call app_disconn_reason_collect_bt 
+0x3524 003213 call process_cmd 
+0x3525 003214 call sniff_exit 
+0x3526 003215 jam bt_evt_bb_disconnected ,mem_fifo_temp 
+0x3527 003216 call ui_ipc_send_event 
+0x3528 003217 call init_lmp_work 
+0x3529 003218 call l2cap_init_work 
+0x352a 003219 call sp_initialize 
+0x352b 003220 fetch 1 ,mem_state 
+0x352c 003221 set0 state_inconn 
+0x352d 003222 store 1 ,mem_state 
+0x352e 003223 jam 0 ,memui_reconnect_mode 
+0x352f 003225 fetch 1 ,mem_state_map 
+0x3530 003226 compare 0x0 ,pdata ,0xc0 
+0x3531 003227 branch quit_connection_not_clear_mark ,true 
+0x3532 003228 set0 mark_rxbuf_inuse ,mark 
+:      003229 quit_connection_not_clear_mark:
+0x3533 003230 fetch 1 ,mem_arq 
+0x3534 003231 bbit0 wack ,quit_connection_not_clear_tx 
+:      003232 quit_connection_not_clear_tx:
+0x3535 003233 fetch 1 ,mem_op 
+0x3536 003234 rtnbit0 op_txl2cap 
+0x3537 003235 set0 mark_tx_l2cap ,mark 
+0x3538 003236 rtn 
+:      003238 slave_newconn_once:
+0x3539 003239 set0 mark_ext_patch ,mark 
+0x353a 003240 bpatch patch09_6 ,mem_patch09 
+0x353b 003241 fetch 1 ,extm_newconn_am_addr 
+0x353c 003242 rtn blank 
+0x353d 003243 icopy am_addr 
+0x353e 003244 call slave_conn_recv_packet 
+0x353f 003245 nrtn match 
+0x3540 003246 force type_null ,type 
+0x3541 003247 call slave_conn_send_packet 
+0x3542 003248 deposit am_addr 
+0x3543 003249 store 1 ,mem_amaddr 
+0x3544 003250 force 0 ,pdata 
+0x3545 003251 store 1 ,extm_newconn_am_addr 
+0x3546 003252 rtn 
+:      003258 prepare_tx:
+0x3547 003259 set0 mark_ext_patch ,mark 
+0x3548 003260 bpatch patch09_7 ,mem_patch09 
+0x3549 003261 fetch 1 ,mem_state 
+0x354a 003262 bbit0 state_insco ,prepare_tx_not_sco 
+0x354b 003263 force type_hv3 ,type 
+0x354c 003264 bmark0 mark_esco ,prepare_tx_not_esco 
+0x354d 003265 call check_esco_amaddr 
+0x354e 003266 nbranch prepare_tx_not_sco ,true 
+0x354f 003267 branch prepare_tx_not_sco ,attempt 
+0x3550 003268 call set_wait_ack 
+0x3551 003269 setarg 2 
+0x3552 003270 store 2 ,mem_retransmission_cnt 
+0x3553 003271 rtn 
+:      003272 prepare_tx_not_esco:
+0x3554 003273 nrtn attempt 
+:      003274 prepare_tx_not_sco:
+0x3555 003275 set0 mark_ext_patch ,mark 
+0x3556 003276 bpatch patch0a_0 ,mem_patch0a 
+0x3557 003277 call context_check_all_wack 
+0x3558 003278 nbranch prepare_tx_no_retransmit ,zero 
+0x3559 003279 fetch 1 ,mem_arq 
+0x355a 003280 bbit0 wack ,prepare_tx_pollnull 
+:      003281 prepare_tx_retransmit:
+0x355b 003282 bmark1 mark_loopback ,prepare_tx_loopback 
+0x355c 003283 fetch 1 ,mem_debug_config 
+0x355d 003284 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+0x355e 003285 fetch 2 ,mem_retransmission_cnt 
+0x355f 003286 increase -1 ,pdata 
+0x3560 003287 store 2 ,mem_retransmission_cnt 
+0x3561 003288 branch prepare_tx_nomore_retransmit ,blank 
+0x3562 003289 fetch 1 ,mem_last_type 
+0x3563 003290 iforce type 
+0x3564 003291 rtn 
+:      003293 prepare_tx_nomore_retransmit:
+0x3565 003294 set0 mark_ext_patch ,mark 
+0x3566 003295 bpatch patch0a_1 ,mem_patch0a 
+0x3567 003296 call clear_got_tx 
+:      003297 prepare_tx_no_retransmit:
+0x3568 003298 call check_esco_amaddr 
+0x3569 003299 branch prepare_tx_pollnull ,true 
+0x356a 003300 call send_lmp 
+0x356b 003301 branch prepare_tx_sendlmp ,user 
+0x356c 003302 fetch 1 ,mem_op 
+0x356d 003303 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
+0x356e 003304 bmark1 mark_loopback ,prepare_tx_loopback 
+0x356f 003305 fetch 1 ,mem_debug_config 
+0x3570 003306 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+:      003307 prepare_tx_pollnull:
+0x3571 003308 force type_poll ,type 
+0x3572 003309 rtn master 
+0x3573 003310 force type_null ,type 
+0x3574 003311 rtn 
+:      003312 prepare_tx_loopback:
+0x3575 003313 set0 mark_ext_patch ,mark 
+0x3576 003314 bpatch patch0a_2 ,mem_patch0a 
+0x3577 003315 fetch 1 ,mem_rx_type 
+0x3578 003316 iforce type 
+0x3579 003317 rtnne 1 
+0x357a 003318 force type_null ,type 
+0x357b 003319 rtn 
+:      003320 prepare_tx_txpat:
+0x357c 003321 fetch 1 ,test_mode_packet_type 
+0x357d 003322 and pdata ,0xf ,type 
+0x357e 003323 set1 mark_loopback ,mark 
+0x357f 003324 rtn 
+:      003325 prepare_tx_sendlmp:
+0x3580 003326 force type_lmp ,type 
+0x3581 003327 branch set_wait_ack 
+:      003328 prepare_tx_sendl2cap:
+0x3582 003329 call tx_l2cap_type 
+:      003331 set_wait_ack:
+0x3583 003332 set0 mark_ext_patch ,mark 
+0x3584 003333 bpatch patch0a_3 ,mem_patch0a 
+0x3585 003334 fetcht 1 ,mem_arq 
+0x3586 003335 set1 wack ,temp 
+0x3587 003336 storet 1 ,mem_arq 
+0x3588 003337 deposit type 
+0x3589 003338 store 1 ,mem_last_type 
+0x358a 003339 setarg 0xffff 
+0x358b 003340 store 2 ,mem_retransmission_cnt 
+0x358c 003341 rtn 
+:      003343 tx_l2cap_type:
+0x358d 003344 set0 mark_ext_patch ,mark 
+0x358e 003345 bpatch patch0a_4 ,mem_patch0a 
+0x358f 003346 fetch 1 ,mem_state_map 
+0x3590 003347 isolate1 smap_edr ,pdata 
+0x3591 003348 fetch 2 ,mem_tx_len 
+0x3592 003349 branch tx_l2cap_type_edr ,true 
+0x3593 003350 force type_dm1 ,type 
+0x3594 003351 sub pdata ,17 ,null 
+0x3595 003352 rtn positive 
+0x3596 003353 force type_dh1 ,type 
+0x3597 003354 sub pdata ,27 ,null 
+0x3598 003355 rtn positive 
+0x3599 003356 force type_dm3 ,type 
+0x359a 003357 sub pdata ,121 ,null 
+0x359b 003358 rtn positive 
+0x359c 003359 force type_dm5 ,type 
+0x359d 003360 sub pdata ,224 ,null 
+0x359e 003361 rtn positive 
+0x359f 003362 force type_dh5 ,type 
+0x35a0 003363 rtn 
+:      003364 tx_l2cap_type_edr:
+0x35a1 003365 force type_dm1 ,type 
+0x35a2 003366 sub pdata ,17 ,null 
+0x35a3 003367 rtn positive 
+0x35a4 003368 force type_dh1 ,type 
+0x35a5 003369 sub pdata ,54 ,null 
+0x35a6 003370 rtn positive 
+0x35a7 003371 force type_dm3 ,type 
+0x35a8 003372 arg 367 ,temp 
+0x35a9 003373 isub temp ,null 
+0x35aa 003374 nrtn positive 
+0x35ab 003375 force type_dm5 ,type 
+0x35ac 003376 arg 679 ,temp 
+0x35ad 003377 isub temp ,null 
+0x35ae 003378 nrtn positive 
+0x35af 003379 force type_dh5 ,type 
+0x35b0 003380 rtn 
+:      003389 slave_receive_master_slot:
+0x35b1 003390 fetch 1 ,mem_state 
+0x35b2 003391 bbit0 state_insniff ,slave_receive_notsniff 
+0x35b3 003392 fetch 2 ,mem_tsniff 
+0x35b4 003393 branch slave_receive_notsniff ,blank 
+0x35b5 003394 nbranch slave_receive_sniff ,attempt 
+:      003395 slave_receive_notsniff:
+0x35b6 003396 call rf_setup_time_master_slot 
+:      003397 slave_receive_access:
+0x35b7 003398 add clke_bt ,1 ,bt_clk 
+:      003399 slave_receive_sniff:
+0x35b8 003400 enable swfine 
+0x35b9 003401 fetch 2 ,mem_rx_window 
+0x35ba 003402 rshift pdata ,pdata 
+0x35bb 003403 arg param_pll_setup ,temp 
+0x35bc 003404 iadd temp ,pdata 
+0x35bd 003405 call ahead_window 
+0x35be 003406 call fetch_extm_bt_adr 
+0x35bf 003407 force 0x03 ,freq_mode 
+0x35c0 003408 call rx_radio_freq 
+0x35c1 003409 call init_rx_packet_flags 
+0x35c2 003410 call prep_crypt 
+0x35c3 003411 set0 mark_ext_patch ,mark 
+0x35c4 003412 bpatch patch0a_5 ,mem_patch0a 
+0x35c5 003413 fetch 2 ,mem_rx_window 
+0x35c6 003414 rshift pdata ,pdata 
+0x35c7 003415 call ahead_window 
+0x35c8 003416 call start_receiver 
+0x35c9 003417 enable decode_fec0 
+0x35ca 003418 fetch 2 ,mem_rx_window 
+0x35cb 003419 arg param_clke_cal ,temp 
+0x35cc 003420 iadd temp ,stop_watch 
+0x35cd 003421 correlate null ,timeout 
+0x35ce 003422 copy clke ,temp 
+0x35cf 003423 storet 6 ,mem_sync_clke 
+0x35d0 003424 disable decode_fec0 
+0x35d1 003425 nrtn sync 
+0x35d2 003426 arg param_clke_cal ,clke_rt 
+0x35d3 003427 copy bt_clk ,clke_bt 
+0x35d4 003428 branch lpm_adjust_clk ,wake 
+0x35d5 003429 rtn 
+:      003432 slave_conn_recv_packet:
+0x35d6 003433 set0 mark_ext_patch ,mark 
+0x35d7 003434 bpatch patch0a_6 ,mem_patch0a 
+0x35d8 003435 call slave_receive_master_slot 
+0x35d9 003436 nbranch shutdown_radio ,sync 
+0x35da 003437 call save_rssi 
+0x35db 003438 bmark0 mark_testmode ,receive_packet 
+0x35dc 003439 fetch 2 ,mem_tst_pktcnt_sync 
+0x35dd 003440 increase 1 ,pdata 
+0x35de 003441 store 2 ,mem_tst_pktcnt_sync 
+:      003442 receive_packet:
+0x35df 003443 rshift bt_clk ,temp 
+0x35e0 003444 or temp ,0x40 ,white_init 
+:      003445 receive_packet_whitened:
+0x35e1 003446 set0 mark_ext_patch ,mark 
+0x35e2 003447 bpatch patch0a_7 ,mem_patch0a 
+0x35e3 003448 enable enable_white 
+0x35e4 003449 enable enable_hec 
+0x35e5 003450 enable decode_fec1 
+0x35e6 003451 parse demod ,bucket ,3 
+0x35e7 003452 rshift8 pwindow ,pdata 
+0x35e8 003453 store 1 ,mem_temp_am_addr 
+0x35e9 003454 parse demod ,bucket ,4 
+0x35ea 003455 inject bucket ,7 
+0x35eb 003456 copy pwindow ,pdata 
+0x35ec 003457 store 1 ,mem_rx_type 
+0x35ed 003458 parse demod ,bucket ,3 
+0x35ee 003459 rshift8 pwindow ,pdata 
+0x35ef 003460 store 1 ,mem_temp_arq 
+0x35f0 003461 fetch 1 ,mem_rx_type 
+0x35f1 003462 sub pdata ,3 ,null 
+0x35f2 003463 branch receive_packet_noedr ,positive 
+0x35f3 003464 beq 7 ,receive_packet_noedr 
+0x35f4 003465 fetch 1 ,mem_state_map 
+0x35f5 003466 isolate1 smap_edr ,pdata 
+0x35f6 003467 setflag true ,psk ,radio_ctrl 
+:      003468 receive_packet_noedr:
+0x35f7 003469 set0 mark_ext_patch ,mark 
+0x35f8 003470 bpatch patch0b_0 ,mem_patch0b 
+0x35f9 003471 parse demod ,bucket ,8 
+0x35fa 003472 disable decode_fec1 
+0x35fb 003473 disable enable_hec 
+0x35fc 003474 branch error_header ,crc_failed 
+0x35fd 003475 bmark0 mark_testmode ,receive_packet_amchk 
+0x35fe 003476 fetch 2 ,mem_tst_pktcnt_hec 
+0x35ff 003477 increase 1 ,pdata 
+0x3600 003478 store 2 ,mem_tst_pktcnt_hec 
+:      003479 receive_packet_amchk:
+0x3601 003480 set0 mark_ext_patch ,mark 
+0x3602 003481 bpatch patch0b_1 ,mem_patch0b 
+0x3603 003482 fetch 1 ,mem_temp_am_addr 
+0x3604 003483 compare 0 ,pdata ,0x07 
+0x3605 003484 setflag true ,mark_am_addr_broadcast ,mark 
+0x3606 003485 branch am_addr_ok ,true 
+0x3607 003486 icompare 0x07 ,am_addr 
+0x3608 003487 branch am_addr_match ,true 
+0x3609 003488 bmark0 mark_esco ,end_of_packet 
+0x360a 003489 fetcht 1 ,mem_saved_amaddr 
+0x360b 003490 icompare 0x7 ,temp 
+0x360c 003491 nbranch end_of_packet ,true 
+0x360d 003492 call restore_esco 
+0x360e 003493 fetch 1 ,mem_arq 
+0x360f 003494 set0 arqnx ,pdata 
+0x3610 003495 set1 flowx ,pdata 
+0x3611 003496 store 1 ,mem_arq 
+:      003497 am_addr_match:
+0x3612 003498 enable match 
+:      003499 am_addr_ok:
+0x3613 003500 set0 mark_ext_patch ,mark 
+0x3614 003501 bpatch patch0b_2 ,mem_patch0b 
+0x3615 003502 fetch 1 ,mem_rx_type 
+0x3616 003503 icopy type 
+0x3617 003504 bmark1 mark_am_addr_broadcast ,arqn_bypass 
+0x3618 003505 fetcht 1 ,mem_temp_arq 
+0x3619 003506 fetch 1 ,mem_arq 
+0x361a 003507 set0 flow ,pdata 
+0x361b 003508 isolate1 flow ,temp 
+0x361c 003509 setflag true ,flow ,pdata 
+0x361d 003510 isolate1 arqn ,temp 
+0x361e 003511 setflag true ,arqn ,pdata 
+0x361f 003512 store 1 ,mem_arq 
+0x3620 003513 isolate0 arqn ,temp 
+0x3621 003514 branch arqn_bypass ,true 
+0x3622 003515 call clear_got_tx 
+:      003516 arqn_bypass:
+0x3623 003517 set0 mark_ext_patch ,mark 
+0x3624 003518 bpatch patch0b_3 ,mem_patch0b 
+0x3625 003519 arg 0 ,temp 
+0x3626 003520 call reserve_slot 
+0x3627 003521 and type ,0xf ,pdata 
+0x3628 003522 beq type_poll ,process_poll 
+0x3629 003523 beq type_null ,end_of_packet 
+0x362a 003524 beq type_fhs ,process_fhs 
+0x362b 003525 fetcht 1 ,mem_temp_arq 
+0x362c 003526 fetch 1 ,mem_arq 
+0x362d 003527 icompare 0x04 ,temp 
+0x362e 003528 nbranch rx_type_dispatch ,true 
+0x362f 003529 bmark0 mark_am_addr_broadcast ,failed_seqn 
+0x3630 003530 bbit0 bcast1 ,rx_type_dispatch 
+:      003531 failed_seqn:
+0x3631 003532 set1 mark_old_packet ,mark 
+:      003533 rx_type_dispatch:
+0x3632 003534 set0 mark_ext_patch ,mark 
+0x3633 003535 bpatch patch0b_4 ,mem_patch0b 
+0x3634 003536 deposit type 
+0x3635 003537 beq type_dm1 ,process_dm1 
+0x3636 003538 beq type_dh1 ,process_dh1 
+0x3637 003539 beq type_hv3 ,process_hev 
+0x3638 003540 beq type_3dh1 ,process_3dh1 
+0x3639 003541 arg 4 ,temp 
+0x363a 003542 call reserve_slot 
+0x363b 003543 beq type_dm3 ,process_dm3 
+0x363c 003544 beq type_dh3 ,process_dh3 
+0x363d 003545 arg 8 ,temp 
+0x363e 003546 call reserve_slot 
+0x363f 003547 beq type_dm5 ,process_dm5 
+0x3640 003548 beq type_dh5 ,process_dh5 
+0x3641 003549 rtn 
+:      003552 process_hev:
+0x3642 003553 set0 mark_ext_patch ,mark 
+0x3643 003554 bpatch patch0b_5 ,mem_patch0b 
+0x3644 003555 enable decode_fec0 
+0x3645 003556 enable enable_crc 
+0x3646 003557 enable encrypt 
+0x3647 003558 arg mem_sco_ibuf ,contw 
+0x3648 003559 force 30 ,loopcnt 
+:      003560 process_hev_loop:
+0x3649 003561 parse demod ,bucket ,8 
+0x364a 003562 rshift3 pwindow ,pdata 
+0x364b 003563 istore 1 ,contw 
+0x364c 003564 loop process_hev_loop 
+0x364d 003565 bmark0 mark_esco ,end_of_packet 
+0x364e 003566 parse demod ,bucket ,16 
+0x364f 003567 nsetflag crc_failed ,mark_esco_rxok ,mark 
+0x3650 003568 call test_esco ,crc_failed 
+0x3651 003569 branch error_payload ,crc_failed 
+0x3652 003570 branch ack_payload 
+:      003572 test_esco:
+0x3653 003573 deposit clke 
+0x3654 003574 store 6 ,mem_display 
+0x3655 003575 rtn 
+:      003577 process_poll:
+0x3656 003578 branch end_of_packet 
+:      003580 process_dm3:
+:      003581 process_dm5:
+0x3657 003582 set1 mark_longpacket ,mark 
+:      003583 process_dm1:
+0x3658 003584 enable decode_fec2 
+0x3659 003585 branch process_dmh 
+:      003587 process_dh3:
+:      003588 process_dh5:
+0x365a 003589 set1 mark_longpacket ,mark 
+:      003590 process_3dh1:
+0x365b 003591 set1 psk3m ,radio_ctrl 
+:      003592 process_dh1:
+0x365c 003593 enable decode_fec0 
+:      003594 process_dmh:
+0x365d 003595 set0 mark_ext_patch ,mark 
+0x365e 003596 bpatch patch0b_6 ,mem_patch0b 
+0x365f 003597 bmark1 mark_rxbuf_inuse ,end_of_packet 
+0x3660 003598 isolate0 psk ,radio_ctrl 
+0x3661 003599 branch process_dmh_noedr ,true 
+0x3662 003600 disable enable_white 
+0x3663 003601 enable decode_fec0 
+0x3664 003602 disable decode_fec2 
+0x3665 003603 add clkn_bt ,2 ,timeup 
+0x3666 003604 correlate clkn_bt ,meet 
+0x3667 003605 nbranch error_payload ,sync 
+0x3668 003606 set1 mark_longpacket ,mark 
+0x3669 003607 enable enable_white 
+:      003608 process_dmh_noedr:
+0x366a 003609 set0 mark_ext_patch ,mark 
+0x366b 003610 bpatch patch0b_7 ,mem_patch0b 
+0x366c 003611 enable encrypt 
+0x366d 003612 enable enable_crc 
+0x366e 003613 parse demod ,bucket ,3 
+0x366f 003614 rshift8 pwindow ,pdata 
+0x3670 003615 store 1 ,mem_lch_code 
+0x3671 003616 parse demod ,bucket ,5 
+0x3672 003617 bmark1 mark_longpacket ,process_dmh_long 
+0x3673 003618 rshift3 pwindow ,loopcnt 
+0x3674 003619 rshift3 loopcnt ,loopcnt 
+0x3675 003620 branch process_dmh_common 
+:      003621 process_dmh_long:
+0x3676 003622 parse demod ,bucket ,5 
+0x3677 003623 rshift pwindow ,loopcnt 
+0x3678 003624 parse demod ,bucket ,3 
+:      003625 process_dmh_common:
+0x3679 003626 set0 mark_ext_patch ,mark 
+0x367a 003627 bpatch patch0c_0 ,mem_patch0c 
+0x367b 003628 deposit loopcnt 
+0x367c 003629 store 2 ,mem_len 
+0x367d 003630 branch process_dmh_data_end ,blank 
+0x367e 003631 isub mask3ff ,null 
+0x367f 003632 branch error_payload ,positive 
+0x3680 003633 set0 mark_ext_patch ,mark 
+0x3681 003634 bpatch patch0c_1 ,mem_patch0c 
+0x3682 003635 set0 mark_fhs_eir ,mark 
+0x3683 003636 fetch 1 ,mem_lch_code 
+0x3684 003637 and_into 0x03 ,pdata 
+0x3685 003638 arg mem_rxbuf ,contw 
+0x3686 003639 beq llid_lmp ,process_lmp 
+0x3687 003640 bmark1 mark_testmode ,process_dmh_data 
+0x3688 003641 fetch 1 ,mem_device_option 
+0x3689 003642 beq dvc_op_hci ,process_dmh_acl 
+0x368a 003644 fetch 1 ,mem_lch_code 
+0x368b 003645 and_into 0x03 ,pdata 
+0x368c 003646 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
+0x368d 003647 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
+0x368e 003648 branch error_payload 
+:      003650 process_lmp:
+0x368f 003651 fetch 2 ,mem_len 
+0x3690 003652 sub pdata ,0x70 ,null 
+0x3691 003653 nbranch error_payload ,positive 
+0x3692 003654 bmark1 mark_old_packet ,ack_payload 
+0x3693 003655 branch process_dmh_data 
+:      003657 process_dmh_acl:
+0x3694 003658 set0 mark_ext_patch ,mark 
+0x3695 003659 bpatch patch0c_2 ,mem_patch0c 
+0x3696 003660 bmark1 mark_old_packet ,ack_payload 
+0x3697 003661 fetch 2 ,mem_len 
+0x3698 003662 branch error_payload ,blank 
+0x3699 003663 call hci_check_bcsp_protocol 
+0x369a 003664 nbranch process_dmh_acl_check_h4_buff ,true 
+:      003665 process_dmh_acl_bcsp:
+0x369b 003666 fetcht 2 ,mem_h5tx_free 
+0x369c 003667 increase 10 ,pdata 
+0x369d 003668 isub temp ,null 
+0x369e 003669 nbranch process_dmh_acl_packet ,positive 
+0x369f 003670 call hci_dispatch 
+0x36a0 003671 branch process_dmh_acl_bcsp 
+:      003672 process_dmh_acl_check_h4_buff:
+0x36a1 003673 hfetch 2 ,core_uart_txitems 
+0x36a2 003674 arg 300 ,temp 
+0x36a3 003675 isub temp ,null 
+0x36a4 003676 branch error_payload ,positive 
+0x36a5 003677 fetch 2 ,mem_acl_credits 
+0x36a6 003678 branch error_payload ,blank 
+:      003679 process_dmh_acl_packet:
+0x36a7 003680 set0 mark_ext_patch ,mark 
+0x36a8 003681 bpatch patch0c_3 ,mem_patch0c 
+0x36a9 003682 call hci_get_packet_ptr 
+0x36aa 003683 fetch 1 ,mem_conn_handle 
+0x36ab 003684 fetcht 1 ,mem_lch_code 
+0x36ac 003685 and_into 3 ,temp 
+0x36ad 003686 lshift8 temp ,temp 
+0x36ae 003687 lshift4 temp ,temp 
+0x36af 003688 ior temp ,pdata 
+0x36b0 003689 istore 2 ,contwu 
+0x36b1 003690 fetcht 2 ,mem_len 
+0x36b2 003691 copy temp ,loopcnt 
+0x36b3 003692 istoret 2 ,contwu 
+:      003693 process_dmh_acl_copy:
+0x36b4 003694 set0 mark_ext_patch ,mark 
+0x36b5 003695 bpatch patch0c_4 ,mem_patch0c 
+0x36b6 003696 parse demod ,bucket ,8 
+0x36b7 003697 rshift3 pwindow ,pdata 
+0x36b8 003698 istore 1 ,contwu 
+0x36b9 003699 loop process_dmh_acl_copy 
+0x36ba 003700 add temp ,4 ,loopcnt 
+0x36bb 003701 call hci_check_bcsp_protocol 
+0x36bc 003702 nbranch process_dmh_acl_send_h4 ,true 
+0x36bd 003703 set1 mark_h5tx_rp ,mark 
+0x36be 003704 force 6 ,queue 
+0x36bf 003705 call bcsp_send_packet 
+0x36c0 003706 branch process_dmh_data_end 
+:      003707 process_dmh_acl_send_h4:
+0x36c1 003708 call h4_send_packet_acl 
+0x36c2 003709 branch process_dmh_data_end 
+:      003711 process_dmh_data_l2cap_start_pkt:
+0x36c3 003712 set0 mark_ext_patch ,mark 
+0x36c4 003713 bpatch patch0c_5 ,mem_patch0c 
+0x36c5 003714 bmark1 mark_old_packet ,ack_payload 
+0x36c6 003715 fetch 2 ,mem_len 
+0x36c7 003716 arg 0x2e0 ,temp 
+0x36c8 003717 isub temp ,null 
+0x36c9 003718 branch error_payload ,positive 
+0x36ca 003719 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x36cb 003720 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
+0x36cc 003721 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
+0x36cd 003722 branch end_of_packet 
+:      003723 process_dmh_data_into_buff1:
+0x36ce 003724 jam 1 ,mem_l2cap_rxbuff_new 
+0x36cf 003725 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x36d0 003726 bne 0 ,end_of_packet 
+0x36d1 003727 arg mem_l2cap_rxbuff1 ,contw 
+0x36d2 003728 branch process_dmh_data 
+:      003729 process_dmh_data_into_buff2:
+0x36d3 003730 jam 2 ,mem_l2cap_rxbuff_new 
+0x36d4 003731 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x36d5 003732 bne 0 ,end_of_packet 
+0x36d6 003733 arg mem_l2cap_rxbuff2 ,contw 
+0x36d7 003734 branch process_dmh_data 
+:      003736 process_dmh_data_l2cap_continue_pkt:
+0x36d8 003737 set0 mark_ext_patch ,mark 
+0x36d9 003738 bpatch patch0c_6 ,mem_patch0c 
+0x36da 003739 bmark1 mark_old_packet ,ack_payload 
+0x36db 003740 fetch 2 ,mem_len 
+0x36dc 003741 arg 0x2e0 ,temp 
+0x36dd 003742 isub temp ,null 
+0x36de 003743 branch error_payload ,positive 
+0x36df 003744 fetch 1 ,mem_l2cap_rxbuff_new 
+0x36e0 003745 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
+0x36e1 003746 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
+0x36e2 003747 branch end_of_packet 
+:      003748 process_dmh_data_l2cap_continue_pkt1:
+0x36e3 003749 arg mem_l2cap_rxbuff1 ,contw 
+0x36e4 003750 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x36e5 003751 iadd contw ,contw 
+0x36e6 003752 branch process_dmh_data 
+:      003753 process_dmh_data_l2cap_continue_pkt2:
+0x36e7 003754 arg mem_l2cap_rxbuff2 ,contw 
+0x36e8 003755 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x36e9 003756 iadd contw ,contw 
+:      003757 process_dmh_data:
+0x36ea 003758 parse demod ,bucket ,8 
+0x36eb 003759 rshift3 pwindow ,pdata 
+0x36ec 003760 istore 1 ,contw 
+0x36ed 003761 loop process_dmh_data 
+:      003762 process_dmh_data_end:
+0x36ee 003763 set0 mark_ext_patch ,mark 
+0x36ef 003764 bpatch patch0c_7 ,mem_patch0c 
+0x36f0 003765 parse demod ,bucket ,16 
+0x36f1 003766 branch error_payload_crc ,crc_failed 
+0x36f2 003767 call lpm_hci_wake_dispatch 
+0x36f3 003768 fetch 1 ,mem_l2cap_flow_ctrl_flag 
+0x36f4 003769 beq l2cap_flow_ctrl_enable ,end_of_packet 
+0x36f5 003770 bmark1 mark_testmode ,process_dmh_cont 
+0x36f6 003771 bmark1 mark_old_packet ,redundant_payload 
+0x36f7 003772 fetch 1 ,mem_lch_code 
+0x36f8 003773 compare 3 ,pdata ,3 
+0x36f9 003774 branch process_dmh_cont ,true 
+0x36fa 003775 fetch 2 ,mem_len 
+0x36fb 003776 branch process_dmh_cont ,blank 
+0x36fc 003777 fetch 1 ,mem_device_option 
+0x36fd 003778 beq dvc_op_hci ,process_dmh_cont 
+0x36fe 003779 set0 mark_ext_patch ,mark 
+0x36ff 003780 bpatch patch0d_0 ,mem_patch0d 
+0x3700 003781 fetch 1 ,mem_l2cap_rxbuff_new 
+0x3701 003782 beq 1 ,process_l2cap_pass_crc_buff1 
+0x3702 003783 beq 2 ,process_l2cap_pass_crc_buff2 
+0x3703 003784 branch assert 
+:      003785 process_l2cap_pass_crc_buff1:
+0x3704 003786 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x3705 003787 fetcht 2 ,mem_len 
+0x3706 003788 iadd temp ,pdata 
+0x3707 003789 store 2 ,mem_l2cap_rxbuff1_len 
+0x3708 003790 beq 0 ,assert 
+0x3709 003791 fetcht 2 ,mem_l2cap_rxbuff1 
+0x370a 003792 increase 4 ,temp 
+0x370b 003793 isub temp ,null 
+0x370c 003794 call l2cap_buff1_inuse ,zero 
+0x370d 003795 branch process_dmh_cont 
+:      003796 process_l2cap_pass_crc_buff2:
+0x370e 003797 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x370f 003798 fetcht 2 ,mem_len 
+0x3710 003799 iadd temp ,pdata 
+0x3711 003800 store 2 ,mem_l2cap_rxbuff2_len 
+0x3712 003801 beq 0 ,assert 
+0x3713 003802 fetcht 2 ,mem_l2cap_rxbuff2 
+0x3714 003803 add temp ,4 ,temp 
+0x3715 003804 isub temp ,null 
+0x3716 003805 call l2cap_buff2_inuse ,zero 
+0x3717 003806 branch process_dmh_cont 
+:      003807 process_dmh_cont:
+0x3718 003808 set0 mark_ext_patch ,mark 
+0x3719 003809 bpatch patch0d_1 ,mem_patch0d 
+0x371a 003810 fetcht 1 ,mem_state_map 
+0x371b 003811 fetch 1 ,mem_lch_code 
+0x371c 003812 compare 3 ,pdata ,0x03 
+0x371d 003813 setflag true ,smap_rxlmp ,temp 
+0x371e 003814 nsetflag true ,smap_rxl2cap ,temp 
+0x371f 003815 storet 1 ,mem_state_map 
+0x3720 003816 nbranch process_dmh_cont_rxbuf_not_use ,true 
+0x3721 003817 set1 mark_rxbuf_inuse ,mark 
+:      003818 process_dmh_cont_rxbuf_not_use:
+0x3722 003819 bmark0 mark_testmode ,ack_payload 
+0x3723 003820 isolate1 smap_rxlmp ,temp 
+0x3724 003821 branch ack_payload ,true 
+0x3725 003822 fetch 2 ,mem_tst_pktcnt_crc 
+0x3726 003823 increase 1 ,pdata 
+0x3727 003824 store 2 ,mem_tst_pktcnt_crc 
+0x3728 003825 set1 mark_loopback ,mark 
+0x3729 003826 set0 smap_rxl2cap ,temp 
+0x372a 003827 set0 mark_rxbuf_inuse ,mark 
+0x372b 003828 storet 1 ,mem_state_map 
+:      003829 ack_payload:
+0x372c 003830 set0 mark_ext_patch ,mark 
+0x372d 003831 bpatch patch0d_2 ,mem_patch0d 
+0x372e 003832 fetcht 1 ,mem_temp_arq 
+0x372f 003833 fetch 1 ,mem_arq 
+0x3730 003834 set1 arqnx ,pdata 
+0x3731 003835 isolate1 seqn ,temp 
+0x3732 003836 setflag true ,seqn ,pdata 
+0x3733 003837 isolate1 mark_am_addr_broadcast ,mark 
+0x3734 003838 setflag true ,bcast1 ,pdata 
+0x3735 003839 store 1 ,mem_arq 
+0x3736 003840 fetch 2 ,mem_len 
+0x3737 003841 nbranch end_of_packet ,blank 
+0x3738 003842 fetch 1 ,mem_state_map 
+0x3739 003843 set0 smap_rxl2cap ,pdata 
+0x373a 003844 store 1 ,mem_state_map 
+0x373b 003845 fetch 1 ,mem_lch_code 
+0x373c 003846 compare 0x01 ,pdata ,0x07 
+0x373d 003848 branch end_of_packet 
+:      003850 error_header:
+0x373e 003851 set0 mark_ext_patch ,mark 
+0x373f 003852 bpatch patch0d_3 ,mem_patch0d 
+0x3740 003853 disable match 
+0x3741 003854 fetch 2 ,mem_rx_hec_err 
+0x3742 003855 increase 1 ,pdata 
+0x3743 003856 store 2 ,mem_rx_hec_err 
+0x3744 003857 branch end_of_packet 
+:      003858 error_payload_crc:
+0x3745 003859 fetch 2 ,mem_rx_crc_err 
+0x3746 003860 increase 1 ,pdata 
+0x3747 003861 store 2 ,mem_rx_crc_err 
+0x3748 003862 call discard_pkt 
+0x3749 003863 bmark0 mark_testmode ,error_payload 
+0x374a 003864 set1 mark_loopback ,mark 
+:      003865 error_payload:
+0x374b 003866 branch end_of_packet 
+:      003868 discard_pkt:
+0x374c 003869 set0 mark_ext_patch ,mark 
+0x374d 003870 bpatch patch0d_4 ,mem_patch0d 
+0x374e 003871 fetch 1 ,mem_lch_code 
+0x374f 003872 compare 3 ,pdata ,0x03 
+0x3750 003873 nbranch discard_pkt_l2cap ,true 
+:      003874 discard_pkt_lmp:
+0x3751 003875 fetcht 1 ,mem_state_map 
+0x3752 003876 set0 smap_rxlmp ,temp 
+0x3753 003877 storet 1 ,mem_state_map 
+0x3754 003878 rtn 
+:      003879 discard_pkt_l2cap:
+0x3755 003882 fetcht 1 ,mem_state_map 
+0x3756 003883 set0 smap_rxl2cap ,temp 
+0x3757 003884 storet 1 ,mem_state_map 
+0x3758 003885 branch h4_send_acl_trigger_clear 
+:      003887 redundant_payload:
+0x3759 003888 fetch 1 ,mem_arq 
+0x375a 003889 set1 arqnx ,pdata 
+0x375b 003890 store 1 ,mem_arq 
+:      003891 end_of_packet:
+0x375c 003892 set0 mark_ext_patch ,mark 
+0x375d 003893 bpatch patch0d_5 ,mem_patch0d 
+0x375e 003894 disable encode_fec0 
+0x375f 003895 disable encode_fec2 
+0x3760 003896 disable decode_fec0 
+0x3761 003897 disable decode_fec2 
+0x3762 003898 disable enable_crc 
+0x3763 003899 disable encrypt 
+0x3764 003900 disable enable_white 
+0x3765 003901 branch shutdown_radio ,is_rx 
+0x3766 003902 until null ,tx_clear 
+0x3767 003903 nop 100 
+0x3768 003904 branch shutdown_radio 
+:      003906 process_fhs:
+0x3769 003907 set0 mark_ext_patch ,mark 
+0x376a 003908 bpatch patch0d_6 ,mem_patch0d 
+0x376b 003909 enable enable_crc 
+0x376c 003910 enable decode_fec2 
+0x376d 003911 parse demod ,bucket ,72 
+0x376e 003912 isolate1 58 ,pdata 
+0x376f 003913 setflag true ,mark_fhs_eir ,mark 
+0x3770 003914 copy bt_adr ,temp 
+0x3771 003915 ialigned bt_adr 
+0x3772 003916 ialigned fhs0 
+0x3773 003917 pulse recalc 
+0x3774 003918 setsect 2 ,0xfffff 
+0x3775 003919 setsect 3 ,0x0ffff 
+0x3776 003920 nop 32 
+0x3777 003921 iverify fhs_parity 
+0x3778 003922 deposit lap 
+0x3779 003923 store 3 ,extm_lap 
+0x377a 003924 deposit uap 
+0x377b 003925 store 1 ,extm_uap 
+0x377c 003926 copy temp ,bt_adr 
+0x377d 003927 branch fhs_parity_ok ,true 
+0x377e 003928 branch error_payload 
+:      003929 fhs_parity_ok:
+0x377f 003930 set0 mark_ext_patch ,mark 
+0x3780 003931 bpatch patch0d_7 ,mem_patch0d 
+0x3781 003932 parse demod ,bucket ,72 
+0x3782 003933 ialigned fhs1 
+0x3783 003934 ialigned am_addr 
+0x3784 003935 ialigned nap 
+0x3785 003936 ialigned regb 
+0x3786 003937 force 0 ,pdata 
+0x3787 003938 parse demod ,bucket ,16 
+0x3788 003939 branch error_payload ,crc_failed 
+0x3789 003940 setarg 0x0ffffffc 
+0x378a 003941 iand regb ,pdata 
+0x378b 003942 store 4 ,mem_clke_bt 
+0x378c 003943 deposit fhs_class 
+0x378d 003944 store 3 ,extm_class 
+0x378e 003945 deposit fhs_misc 
+0x378f 003946 store 1 ,extm_fhs_misc 
+0x3790 003947 deposit am_addr 
+0x3791 003948 store 1 ,extm_newconn_am_addr 
+0x3792 003949 deposit nap 
+0x3793 003950 store 2 ,extm_nap 
+0x3794 003951 deposit bt_clk 
+0x3795 003952 inject rxf ,32 
+0x3796 003953 compare type_fhs ,type ,0x0f 
+0x3797 003954 setflag true ,mark_fhs_already_good ,mark 
+0x3798 003955 branch end_of_packet 
+:      003957 clear_got_tx:
+0x3799 003958 set0 mark_ext_patch ,mark 
+0x379a 003959 bpatch patch0e_0 ,mem_patch0e 
+0x379b 003960 fetch 1 ,mem_arq 
+0x379c 003961 rtnbit0 wack 
+0x379d 003962 set0 wack ,pdata 
+0x379e 003963 setflip seqnx ,pdata 
+0x379f 003964 store 1 ,mem_arq 
+0x37a0 003965 fetch 1 ,mem_last_type 
+0x37a1 003966 beq type_lmp ,clear_got_txlmp 
+0x37a2 003967 rtneq type_hv3 
+0x37a3 003968 fetch 1 ,mem_op 
+0x37a4 003969 rtnbit0 op_txl2cap ,pdata 
+0x37a5 003970 set0 op_txl2cap ,pdata 
+0x37a6 003971 set1 op_pkt_comp ,pdata 
+0x37a7 003972 store 1 ,mem_op 
+0x37a8 003973 set0 mark_tx_l2cap ,mark 
+0x37a9 003974 fetch 1 ,mem_device_option 
+0x37aa 003975 rtneq dvc_op_hci 
+0x37ab 003976 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x37ac 003977 nrtn blank 
+0x37ad 003978 fetch 1 ,mem_op 
+0x37ae 003979 set0 op_pkt_comp ,pdata 
+0x37af 003980 store 1 ,mem_op 
+0x37b0 003981 branch l2cap_malloc_free 
+:      003983 clear_got_txlmp:
+0x37b1 003984 set0 mark_ext_patch ,mark 
+0x37b2 003985 bpatch patch0e_1 ,mem_patch0e 
+0x37b3 003986 fetch 1 ,mem_lmo_header_opcode 
+0x37b4 003987 rshift pdata ,pdata 
+0x37b5 003988 beq lmp_start_encryption_req ,start_encryption 
+0x37b6 003989 beq lmp_stop_encryption_req ,stop_encryption 
+0x37b7 003990 beq lmp_unsniff_req ,sniff_exit 
+0x37b8 003991 beq lmp_escape ,clear_lmp_escape 
+0x37b9 003992 beq lmp_remove_sco_link_req ,stop_sco 
+0x37ba 003993 rtnne lmp_accepted 
+0x37bb 003994 fetch 1 ,mem_lmo_payload 
+0x37bc 003995 beq lmp_sco_link_req ,sco_link_req_by_slave 
+0x37bd 003996 beq lmp_start_encryption_req ,clear_send_setup_complete 
+0x37be 003997 rtn 
+:      003999 clear_lmp_escape:
+0x37bf 004000 fetch 1 ,mem_lmo_payload 
+0x37c0 004001 set1 7 ,pdata 
+0x37c1 004002 beq lmp_ext_remove_esco_req ,stop_sco 
+0x37c2 004003 rtn 
+:      004004 clear_send_setup_complete:
+0x37c3 004005 rtn master 
+0x37c4 004006 fetch 1 ,mem_state 
+0x37c5 004007 rtnbit1 state_conn_comp 
+0x37c6 004008 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x37c7 004009 rtn 
+:      004012 sco_link_req_by_slave:
+0x37c8 004013 rtn master 
+0x37c9 004014 fetch 1 ,mem_mode 
+0x37ca 004015 isolate1 send_sco_when_slave ,pdata 
+0x37cb 004016 branch clean_mem_mode ,true 
+0x37cc 004018 rtn 
+:      004019 clean_mem_mode:
+0x37cd 004020 set0 send_sco_when_slave ,pdata 
+0x37ce 004021 store 1 ,mem_mode 
+0x37cf 004022 rtn 
+:      004024 start_encryption:
+0x37d0 004025 set0 mark_ext_patch ,mark 
+0x37d1 004026 bpatch patch0e_2 ,mem_patch0e 
+0x37d2 004027 fetch 1 ,mem_state_map 
+0x37d3 004028 set1 smap_encryption ,pdata 
+0x37d4 004029 store 1 ,mem_state_map 
+0x37d5 004030 hjam 1 ,core_encrypt 
+0x37d6 004031 fetch 1 ,mem_state 
+0x37d7 004032 isolate1 state_conn_comp ,pdata 
+0x37d8 004033 branch hci_send_encryption_change ,true 
+0x37d9 004034 rtn 
+:      004036 stop_encryption:
+0x37da 004037 set0 mark_ext_patch ,mark 
+0x37db 004038 bpatch patch0e_3 ,mem_patch0e 
+0x37dc 004039 fetch 1 ,mem_state_map 
+0x37dd 004040 set0 smap_encryption ,pdata 
+0x37de 004041 store 1 ,mem_state_map 
+0x37df 004042 hjam 0 ,core_encrypt 
+0x37e0 004043 rtn 
+:      004046 sniff_init:
+0x37e1 004047 set0 mark_ext_patch ,mark 
+0x37e2 004048 bpatch patch0e_4 ,mem_patch0e 
+0x37e3 004049 copy clkn_bt ,pdata 
+0x37e4 004050 store 4 ,mem_lpm_delay_after_sniff 
+0x37e5 004051 add clkn_bt ,3 ,rega 
+0x37e6 004052 branch sniff_init_master ,master 
+0x37e7 004053 add clke_bt ,3 ,rega 
+:      004054 sniff_init_master:
+0x37e8 004055 fetcht 2 ,mem_tsniff 
+0x37e9 004056 deposit rega 
+0x37ea 004057 set0 27 ,pdata 
+0x37eb 004058 idiv temp 
+0x37ec 004059 fetch 2 ,mem_dsniff 
+0x37ed 004060 call wait_div_end 
+0x37ee 004061 remainder regc 
+0x37ef 004062 isub regc ,pdata 
+0x37f0 004063 branch sniff_init_nowrap ,positive 
+0x37f1 004064 iadd temp ,pdata 
+:      004065 sniff_init_nowrap:
+0x37f2 004066 iadd rega ,pdata 
+0x37f3 004067 store 4 ,mem_sniff_anchor 
+0x37f4 004068 jam switch_flag_init ,mem_switch_flag 
+0x37f5 004069 fetch 1 ,mem_state 
+0x37f6 004070 set1 state_insniff ,pdata 
+0x37f7 004071 store 1 ,mem_state 
+0x37f8 004072 fetch 1 ,mem_sniff_attempt 
+0x37f9 004073 store 1 ,mem_current_sniff_attempt 
+0x37fa 004074 jam 0x80 ,mem_seqi 
+0x37fb 004075 setarg 0 
+0x37fc 004076 store 3 ,mem_sniff_rcv 
+0x37fd 004077 store 3 ,mem_sniff_lost 
+0x37fe 004078 store 1 ,mem_sniff_unint_lost 
+0x37ff 004079 jam bt_evt_enter_sniff ,mem_fifo_temp 
+0x3800 004080 call ui_ipc_send_event 
+0x3801 004081 fetch 2 ,mem_rx_window_sniff 
+0x3802 004082 store 2 ,mem_rx_window 
+0x3803 004083 nrtn master 
+0x3804 004084 add am_addr ,-1 ,queue 
+0x3805 004085 rtn 
+:      004087 sniff_exit:
+0x3806 004088 set0 mark_ext_patch ,mark 
+0x3807 004089 bpatch patch0e_5 ,mem_patch0e 
+0x3808 004090 fetch 1 ,mem_state 
+0x3809 004091 rtnbit0 state_insniff 
+0x380a 004092 set0 state_insniff ,pdata 
+0x380b 004093 store 1 ,mem_state 
+0x380c 004094 jam 0x7f ,mem_seqi 
+0x380d 004095 fetch 2 ,mem_rx_window_init 
+0x380e 004096 store 2 ,mem_rx_window 
+0x380f 004097 disable wake 
+0x3810 004098 jam bt_evt_exit_sniff ,mem_fifo_temp 
+0x3811 004099 branch ui_ipc_send_event 
+:      004102 check_attempt:
+0x3812 004103 set0 mark_ext_patch ,mark 
+0x3813 004104 bpatch patch0e_6 ,mem_patch0e 
+0x3814 004105 enable attempt 
+0x3815 004106 fetch 1 ,mem_state 
+0x3816 004107 bbit1 state_insniff ,check_attempt_sniff 
+0x3817 004108 rtnmark1 mark_testmode 
+0x3818 004109 fetch 1 ,mem_arq 
+0x3819 004110 rtnbit1 wack 
+0x381a 004111 fetch 1 ,mem_lmp_to_send 
+0x381b 004112 nrtn blank 
+0x381c 004113 fetch 1 ,mem_op 
+0x381d 004114 rtnbit1 op_txl2cap 
+:      004115 check_attempt_nomore:
+0x381e 004116 force 0 ,pdata 
+0x381f 004117 rtn 
+:      004119 check_attempt_sniff:
+0x3820 004120 bbit0 state_insco ,check_attempt_not_sco 
+0x3821 004121 fetch 1 ,mem_current_sniff_attempt 
+0x3822 004122 beq 2 ,check_attempt_sniff_restore_sco 
+0x3823 004123 fetch 1 ,mem_arq 
+0x3824 004124 bbit1 wack ,check_attempt_notimeout 
+0x3825 004125 bmark0 mark_esco_rxok ,check_attempt_notimeout 
+:      004126 check_attempt_sniff_restore_sco:
+0x3826 004127 call restore_esco 
+0x3827 004128 nbranch check_attempt_notimeout ,master 
+0x3828 004129 fetch 1 ,mem_lmp_to_send 
+0x3829 004130 nbranch check_attempt_notimeout ,blank 
+:      004131 check_attempt_sco_master:
+0x382a 004132 fetch 1 ,mem_sco_poll 
+0x382b 004133 increase -1 ,pdata 
+0x382c 004134 store 1 ,mem_sco_poll 
+0x382d 004135 nbranch check_attempt_nomore ,blank 
+0x382e 004136 jam param_sco_poll ,mem_sco_poll 
+0x382f 004137 branch check_attempt_notimeout 
+:      004139 check_attempt_not_sco:
+0x3830 004140 fetch 1 ,mem_current_sniff_attempt 
+0x3831 004141 bne 1 ,check_attempt_notimeout 
+0x3832 004142 fetch 1 ,mem_current_sniff_timeout 
+0x3833 004143 branch check_attempt_notimeout ,blank 
+0x3834 004144 increase -1 ,pdata 
+0x3835 004145 store 1 ,mem_current_sniff_timeout 
+0x3836 004146 fetch 1 ,mem_arq 
+0x3837 004147 rtnbit1 wack 
+0x3838 004148 nrtn match 
+:      004149 check_attempt_notimeout:
+0x3839 004150 fetch 1 ,mem_current_sniff_attempt 
+0x383a 004151 increase -1 ,pdata 
+0x383b 004152 store 1 ,mem_current_sniff_attempt 
+0x383c 004153 rtn 
+:      004156 sniff_check_window:
+0x383d 004157 set0 mark_ext_patch ,mark 
+0x383e 004158 bpatch patch0e_7 ,mem_patch0e 
+0x383f 004159 disable swfine 
+0x3840 004160 copy temp ,stop_watch 
+0x3841 004161 call context_search_sniff_window 
+0x3842 004162 disable user 
+0x3843 004163 nrtn zero 
+0x3844 004164 force 0 ,stop_watch 
+0x3845 004165 enable user 
+0x3846 004166 rtn 
+:      004169 check_esco_amaddr:
+0x3847 004170 fetch 1 ,mem_esco_addr 
+0x3848 004171 icompare 0xff ,am_addr 
+0x3849 004172 rtn 
+:      004174 play_sco:
+0x384a 004175 set0 mark_ext_patch ,mark 
+0x384b 004176 bpatch patch0f_0 ,mem_patch0f 
+0x384c 004177 jam 1 ,mem_max_slot 
+0x384d 004179 call enable_pcm 
+0x384e 004180 force 12 ,pdata 
+0x384f 004181 store 2 ,mem_tsniff 
+0x3850 004182 fetch 1 ,mem_esco_desco 
+0x3851 004183 lshift pdata ,pdata 
+0x3852 004184 store 2 ,mem_dsniff 
+0x3853 004185 fetch 1 ,mem_state 
+0x3854 004186 set1 state_insco ,pdata 
+0x3855 004187 store 1 ,mem_state 
+0x3856 004188 jam 3 ,mem_sniff_attempt 
+0x3857 004189 jam 3 ,mem_current_sniff_attempt 
+0x3858 004190 call sniff_init 
+0x3859 004191 force 0 ,temp 
+0x385a 004192 call hci_send_sco_complete 
+0x385b 004193 jam 0x50 ,mem_esco_arq 
+0x385c 004194 jam param_sco_poll ,mem_sco_poll 
+0x385d 004195 rtn 
+:      004197 stop_sco:
+0x385e 004198 set0 mark_ext_patch ,mark 
+0x385f 004199 bpatch patch0f_1 ,mem_patch0f 
+0x3860 004200 call sniff_exit 
+0x3861 004201 jam 5 ,mem_max_slot 
+0x3862 004203 call disable_pcm 
+0x3863 004204 fetch 1 ,mem_state 
+0x3864 004205 set0 state_insco ,pdata 
+0x3865 004206 store 1 ,mem_state 
+:      004207 stop_sco_hci:
+0x3866 004208 arg 0xe00 ,temp 
+0x3867 004209 jam hci_error_remote_user_ended_connection ,mem_hci_disconn_reason 
+0x3868 004210 branch hci_send_disconn_complete 
+:      004212 stop_esco:
+0x3869 004213 set0 mark_ext_patch ,mark 
+0x386a 004214 bpatch patch0f_2 ,mem_patch0f 
+0x386b 004215 jam default_neogotiation_state ,mem_neogotiation_state 
+0x386c 004216 call stop_sco 
+0x386d 004217 call restore_esco 
+0x386e 004218 set0 mark_esco ,mark 
+0x386f 004219 rtn 
+:      004221 parse_l2cap:
+0x3870 004222 set0 mark_ext_patch ,mark 
+0x3871 004223 bpatch patch0f_3 ,mem_patch0f 
+0x3872 004224 fetch 1 ,mem_device_option 
+0x3873 004225 beq dvc_op_hci ,parse_l2cap_hci 
+0x3874 004226 set0 mark_rxbuf_inuse ,mark 
+:      004227 parse_l2cap_cont:
+0x3875 004228 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x3876 004229 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x3877 004230 rtn blank 
+0x3878 004231 isolate1 l2cap_inuse_buff1 ,pdata 
+0x3879 004232 arg mem_l2cap_rxbuff1 ,contr 
+0x387a 004233 call process_rx_l2cap_pkt ,true 
+0x387b 004234 set0 mark_ext_patch ,mark 
+0x387c 004235 bpatch patch0f_4 ,mem_patch0f 
+0x387d 004236 fetch 1 ,mem_l2cap_rx_done 
+0x387e 004237 beq l2cap_rx_done ,parse_l2cap_release_buff1 
+0x387f 004239 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x3880 004240 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x3881 004241 rtnbit0 l2cap_inuse_buff2 
+0x3882 004242 arg mem_l2cap_rxbuff2 ,contr 
+0x3883 004243 call process_rx_l2cap_pkt 
+0x3884 004244 fetch 1 ,mem_l2cap_rx_done 
+0x3885 004245 beq l2cap_rx_done ,parse_l2cap_release_buff2 
+0x3886 004246 rtn 
+:      004248 parse_l2cap_exit:
+0x3887 004249 fetch 1 ,mem_state_map 
+0x3888 004250 set0 smap_rxl2cap ,pdata 
+0x3889 004251 store 1 ,mem_state_map 
+0x388a 004252 set0 mark_rxbuf_inuse ,mark 
+0x388b 004253 branch h4_send_acl_trigger_clear 
+:      004255 parse_l2cap_release_buff1:
+0x388c 004256 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x388d 004257 set0 l2cap_inuse_buff1 ,pdata 
+0x388e 004258 store 1 ,mem_l2cap_rxbuff_inuse 
+0x388f 004259 setarg 0 
+0x3890 004260 store 2 ,mem_l2cap_rxbuff1_len 
+0x3891 004261 rtn 
+:      004262 parse_l2cap_release_buff2:
+0x3892 004263 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x3893 004264 set0 l2cap_inuse_buff2 ,pdata 
+0x3894 004265 store 1 ,mem_l2cap_rxbuff_inuse 
+0x3895 004266 setarg 0 
+0x3896 004267 store 2 ,mem_l2cap_rxbuff2_len 
+0x3897 004268 rtn 
+:      004270 parse_l2cap_hci:
+0x3898 004271 fetch 1 ,mem_state_map 
+0x3899 004272 rtnbit0 smap_rxl2cap ,pdata 
+0x389a 004273 call h4_send_acl_trigger 
+0x389b 004274 fetch 2 ,mem_acl_credits 
+0x389c 004275 branch assert ,blank 
+0x389d 004276 increase -1 ,pdata 
+0x389e 004277 store 2 ,mem_acl_credits 
+0x389f 004278 branch parse_l2cap_exit 
+:      004280 l2cap_buff1_inuse:
+0x38a0 004281 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x38a1 004282 set1 l2cap_inuse_buff1 ,pdata 
+0x38a2 004283 store 1 ,mem_l2cap_rxbuff_inuse 
+0x38a3 004284 rtn 
+:      004286 l2cap_buff2_inuse:
+0x38a4 004287 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x38a5 004288 set1 l2cap_inuse_buff2 ,pdata 
+0x38a6 004289 store 1 ,mem_l2cap_rxbuff_inuse 
+0x38a7 004290 rtn 
+:      004296 slave_send_access:
+0x38a8 004297 set0 mark_ext_patch ,mark 
+0x38a9 004298 bpatch patch0f_5 ,mem_patch0f 
+0x38aa 004299 add clke_bt ,1 ,bt_clk 
+0x38ab 004300 call fetch_extm_bt_adr 
+0x38ac 004301 force 0x03 ,freq_mode 
+0x38ad 004302 call tx_radio_freq 
+0x38ae 004303 call start_transmitter 
+0x38af 004304 call start_tx_external 
+0x38b0 004305 branch send_access_word 
+:      004308 slave_conn_send_packet:
+0x38b1 004309 set0 mark_ext_patch ,mark 
+0x38b2 004310 bpatch patch0f_6 ,mem_patch0f 
+0x38b3 004311 call rf_setup_time_slave_slot 
+0x38b4 004312 deposit clke_bt 
+0x38b5 004313 fetcht 4 ,mem_next_btclk 
+0x38b6 004314 isub temp ,pdata 
+0x38b7 004315 rtnne 1 
+0x38b8 004316 compare type_null ,type ,0x1f 
+0x38b9 004317 nbranch slave_conn_send_access ,true 
+0x38ba 004318 fetch 1 ,mem_rx_type 
+0x38bb 004319 rtn blank 
+:      004320 slave_conn_send_access:
+0x38bc 004321 call slave_send_access 
+0x38bd 004322 compare type_id ,type ,0x1f 
+0x38be 004323 branch end_of_packet ,true 
+:      004324 transmit_packet:
+0x38bf 004325 rshift bt_clk ,temp 
+0x38c0 004326 or temp ,0x40 ,white_init 
+:      004327 transmit_packet_whitened:
+0x38c1 004328 set0 mark_ext_patch ,mark 
+0x38c2 004329 bpatch patch0f_7 ,mem_patch0f 
+0x38c3 004330 enable enable_white 
+0x38c4 004331 enable enable_hec 
+0x38c5 004332 enable encode_fec1 
+0x38c6 004333 set0 mark_longpacket ,mark 
+0x38c7 004334 deposit am_addr 
+0x38c8 004335 inject mod ,3 
+0x38c9 004336 deposit type 
+0x38ca 004337 inject mod ,4 
+0x38cb 004338 fetch 1 ,mem_arq 
+0x38cc 004339 inject bucket ,4 
+0x38cd 004340 inject mod ,3 
+0x38ce 004341 enable enable_parity 
+0x38cf 004342 inject mod ,8 
+0x38d0 004343 disable encode_fec1 
+0x38d1 004344 disable enable_parity 
+0x38d2 004345 disable enable_hec 
+0x38d3 004346 set0 psk3m ,radio_ctrl 
+0x38d4 004347 arg 0 ,temp 
+0x38d5 004348 call reserve_slot 
+0x38d6 004349 set0 mark_ext_patch ,mark 
+0x38d7 004350 bpatch patch10_0 ,mem_patch10 
+0x38d8 004351 and type ,0x1f ,pdata 
+0x38d9 004352 beq type_lmp ,transmit_lmp 
+0x38da 004353 beq type_null ,end_of_packet 
+0x38db 004354 beq type_poll ,end_of_packet 
+0x38dc 004355 beq type_fhs ,transmit_fhs 
+0x38dd 004356 beq type_dm1 ,transmit_dm1 
+0x38de 004357 beq type_dh1 ,transmit_dh1 
+0x38df 004358 beq type_hv3 ,transmit_hev 
+0x38e0 004359 beq type_3dh1 ,transmit_3dh1 
+0x38e1 004360 arg 4 ,temp 
+0x38e2 004361 call reserve_slot 
+0x38e3 004362 beq type_dm3 ,transmit_dm3 
+0x38e4 004363 beq type_dh3 ,transmit_dh3 
+0x38e5 004364 arg 8 ,temp 
+0x38e6 004365 call reserve_slot 
+0x38e7 004366 beq type_dh5 ,transmit_dh5 
+0x38e8 004367 branch transmit_dm5 
+:      004370 transmit_hev:
+0x38e9 004371 set0 mark_ext_patch ,mark 
+0x38ea 004372 bpatch patch10_1 ,mem_patch10 
+0x38eb 004373 enable encode_fec0 
+0x38ec 004374 enable enable_crc 
+0x38ed 004375 enable encrypt 
+0x38ee 004376 force 30 ,loopcnt 
+0x38ef 004377 arg mem_sco_obuf ,contr 
+:      004378 transmit_ev_loop:
+0x38f0 004379 ifetch 1 ,contr 
+0x38f1 004380 inject mod ,8 
+0x38f2 004381 loop transmit_ev_loop 
+0x38f3 004382 bmark1 mark_esco ,transmit_end 
+0x38f4 004383 branch end_of_packet 
+:      004385 transmit_fhs:
+0x38f5 004386 set0 mark_ext_patch ,mark 
+0x38f6 004387 bpatch patch10_2 ,mem_patch10 
+0x38f7 004388 fetch 1 ,mem_fhs_am_addr 
+0x38f8 004389 icopy am_addr 
+0x38f9 004390 fetch 1 ,mem_fhs_misc 
+0x38fa 004391 icopy fhs_misc 
+0x38fb 004392 fetch 3 ,mem_class 
+0x38fc 004393 icopy fhs_class 
+0x38fd 004394 fetch 2 ,mem_nap 
+0x38fe 004395 icopy nap 
+0x38ff 004396 enable enable_crc 
+0x3900 004397 enable encode_fec2 
+0x3901 004398 copy bt_adr ,rega 
+0x3902 004399 call fetch_self_bt_adr 
+0x3903 004400 pulse recalc 
+0x3904 004401 nop 32 
+0x3905 004402 copy bt_clk ,timeup 
+0x3906 004403 fetch 4 ,mem_clkn_bt 
+0x3907 004404 icopy bt_clk 
+0x3908 004405 preload fhs0 
+0x3909 004406 set1 58 ,pdata 
+0x390a 004407 inject mod ,72 
+0x390b 004408 preload fhs1 
+0x390c 004409 inject mod ,72 
+0x390d 004410 copy timeup ,bt_clk 
+0x390e 004411 copy rega ,bt_adr 
+0x390f 004412 enable enable_parity 
+0x3910 004413 inject mod ,16 
+0x3911 004414 disable enable_parity 
+0x3912 004415 branch end_of_packet 
+:      004417 transmit_lmp:
+0x3913 004418 set0 mark_ext_patch ,mark 
+0x3914 004419 bpatch patch10_3 ,mem_patch10 
+0x3915 004420 enable encrypt 
+0x3916 004421 enable enable_crc 
+0x3917 004422 enable encode_fec2 
+0x3918 004423 fetch 1 ,mem_lmo_header_length 
+0x3919 004424 and pdata ,0x1f8 ,temp 
+0x391a 004425 arg mem_lmo_header_length ,contr 
+0x391b 004426 increase 8 ,temp 
+:      004427 transmit_lmp_loop:
+0x391c 004428 add temp ,-72 ,regc 
+0x391d 004429 nbranch transmit_lmp_finish ,positive 
+0x391e 004430 ifetch 9 ,contr 
+0x391f 004431 inject mod ,72 
+0x3920 004432 copy regc ,temp 
+0x3921 004433 branch transmit_lmp_loop 
+:      004434 transmit_lmp_finish:
+0x3922 004435 ifetch 9 ,contr 
+0x3923 004436 iinject mod ,temp 
+0x3924 004437 branch transmit_end 
+:      004439 transmit_dm1:
+0x3925 004440 enable encode_fec2 
+0x3926 004441 branch transmit_dmh 
+:      004442 transmit_dm3:
+:      004443 transmit_dm5:
+0x3927 004444 enable encode_fec2 
+0x3928 004445 set1 mark_longpacket ,mark 
+0x3929 004446 branch transmit_dmh 
+:      004448 transmit_3dh1:
+0x392a 004449 set1 psk3m ,radio_ctrl 
+:      004450 transmit_dh1:
+0x392b 004451 enable encode_fec0 
+0x392c 004452 branch transmit_dmh 
+:      004454 transmit_dh3:
+:      004455 transmit_dh5:
+0x392d 004456 set1 psk3m ,radio_ctrl 
+0x392e 004457 enable encode_fec0 
+0x392f 004458 set1 mark_longpacket ,mark 
+:      004460 transmit_dmh:
+0x3930 004461 set0 mark_ext_patch ,mark 
+0x3931 004462 bpatch patch10_4 ,mem_patch10 
+0x3932 004463 fetch 1 ,mem_state_map 
+0x3933 004464 bbit0 smap_edr ,transmit_noedr 
+0x3934 004465 sub type ,3 ,null 
+0x3935 004466 branch transmit_noedr ,positive 
+0x3936 004467 disable encrypt 
+0x3937 004468 disable encode_fec2 
+0x3938 004469 enable encode_fec0 
+0x3939 004470 disable enable_white 
+0x393a 004471 set1 psk ,radio_ctrl 
+0x393b 004472 isolate1 psk3m ,radio_ctrl 
+0x393c 004473 branch transmit_edr3m ,true 
+0x393d 004474 setarg 0xabeee 
+0x393e 004475 inject mod ,20 
+0x393f 004476 branch transmit_edr_sync_end 
+:      004477 transmit_edr3m:
+0x3940 004478 setarg 0x5faeba 
+0x3941 004479 inject mod ,24 
+0x3942 004480 setarg 0x12 
+0x3943 004481 inject mod ,6 
+:      004482 transmit_edr_sync_end:
+0x3944 004483 enable enable_white 
+0x3945 004484 set1 mark_longpacket ,mark 
+:      004485 transmit_noedr:
+0x3946 004486 enable encrypt 
+0x3947 004487 enable enable_crc 
+0x3948 004488 bmark1 mark_loopback ,transmit_loopback 
+0x3949 004489 fetch 1 ,mem_tx_lch 
+0x394a 004490 inject mod ,3 
+0x394b 004491 fetch 2 ,mem_tx_len 
+0x394c 004492 iforce loopcnt 
+0x394d 004493 bmark1 mark_longpacket ,transmit_long 
+0x394e 004494 inject mod ,5 
+0x394f 004495 branch transmit_stuff 
+:      004496 transmit_long:
+0x3950 004497 inject mod ,13 
+:      004498 transmit_stuff:
+0x3951 004499 fetch 1 ,mem_device_option 
+0x3952 004500 beq dvc_op_hci ,transmit_stuff_hci 
+0x3953 004501 deposit loopcnt 
+0x3954 004502 branch transmit_end ,blank 
+0x3955 004503 fetch 2 ,mem_txptr 
+0x3956 004504 iforce contr 
+:      004505 transmit_stuff_loop:
+0x3957 004506 ifetch 1 ,contr 
+0x3958 004507 inject mod ,8 
+0x3959 004508 loop transmit_stuff_loop 
+0x395a 004509 branch transmit_end 
+:      004510 transmit_stuff_hci:
+0x395b 004511 fetch 2 ,mem_txptr 
+0x395c 004512 iforce contru 
+:      004513 transmit_stuff_hci_loop:
+0x395d 004514 ifetch 1 ,contru 
+0x395e 004515 inject mod ,8 
+0x395f 004516 loop transmit_stuff_hci_loop 
+:      004517 transmit_end:
+0x3960 004518 enable enable_parity 
+0x3961 004519 inject mod ,16 
+0x3962 004520 disable enable_parity 
+0x3963 004521 call set_wait_ack 
+0x3964 004522 fetch 1 ,mem_state_map 
+0x3965 004523 bbit0 smap_edr ,end_of_packet 
+0x3966 004524 force 0 ,pdata 
+0x3967 004525 inject mod ,6 
+0x3968 004526 branch end_of_packet 
+:      004529 transmit_loopback:
+0x3969 004530 set0 mark_ext_patch ,mark 
+0x396a 004531 bpatch patch10_5 ,mem_patch10 
+0x396b 004532 bmark1 mark_longpacket ,transmit_loopback_long 
+:      004533 transmit_loopback_short:
+0x396c 004534 fetch 1 ,mem_lch_code 
+0x396d 004535 inject mod ,3 
+0x396e 004536 fetch 1 ,mem_len 
+0x396f 004537 iforce regc 
+0x3970 004538 inject mod ,5 
+0x3971 004539 branch transmit_loopback_cont 
+:      004540 transmit_loopback_long:
+0x3972 004541 fetch 1 ,mem_lch_code 
+0x3973 004542 inject mod ,3 
+0x3974 004543 fetch 2 ,mem_len 
+0x3975 004544 iforce regc 
+0x3976 004545 inject mod ,13 
+:      004546 transmit_loopback_cont:
+0x3977 004547 arg mem_rxbuf ,contr 
+:      004548 transmit_loopback_loop:
+0x3978 004549 copy regc ,null 
+0x3979 004550 branch transmit_loopback_end ,zero 
+0x397a 004551 ifetch 1 ,contr 
+0x397b 004552 inject mod ,8 
+0x397c 004553 increase -1 ,regc 
+0x397d 004554 branch transmit_loopback_loop 
+:      004555 transmit_loopback_end:
+0x397e 004556 fetch 2 ,mem_tst_pktcnt_dmh 
+0x397f 004557 increase 1 ,pdata 
+0x3980 004558 store 2 ,mem_tst_pktcnt_dmh 
+0x3981 004559 branch transmit_end 
+:      004562 apply_switch_clke:
+0x3982 004563 fetch 4 ,mem_clke_bt 
+0x3983 004564 add pdata ,7 ,rega 
+0x3984 004565 fetch 2 ,mem_slot_offset 
+0x3985 004566 nbranch apply_switch_nozero ,blank 
+0x3986 004567 increase -3 ,rega 
+0x3987 004568 branch apply_switch_wait_loop 
+:      004569 apply_switch_nozero:
+0x3988 004570 mul32 pdata ,12 ,pdata 
+0x3989 004571 hfetcht 2 ,core_halfslot 
+0x398a 004572 increase 1 ,temp 
+:      004573 apply_switch_loop:
+0x398b 004574 isub temp ,pdata 
+0x398c 004575 nbranch apply_switch_bt ,positive 
+0x398d 004576 increase -1 ,rega 
+0x398e 004577 branch apply_switch_loop 
+:      004578 apply_switch_bt:
+0x398f 004579 sub pdata ,0 ,pdata 
+:      004580 apply_switch_wait_loop:
+0x3990 004581 until null ,oneslot 
+0x3991 004582 compare 0 ,clkn_bt ,3 
+0x3992 004583 nbranch apply_switch_wait_loop ,true 
+0x3993 004584 iforce clke_rt 
+0x3994 004585 copy rega ,clke_bt 
+0x3995 004586 iforce clke_rt 
+0x3996 004587 rtn 
+:      004590 calc_slot_offset:
+0x3997 004591 set0 mark_ext_patch ,mark 
+0x3998 004592 bpatch patch10_6 ,mem_patch10 
+0x3999 004593 until null ,halfslot 
+0x399a 004594 deposit clke 
+0x399b 004595 iforce contr 
+0x399c 004596 rshift16 ,pdata ,pdata 
+0x399d 004597 isub clkn_bt ,loopcnt 
+0x399e 004598 and_into 3 ,loopcnt 
+0x399f 004599 nbranch calc_bt_portion ,zero 
+0x39a0 004600 force 0 ,pdata 
+0x39a1 004601 branch calc_skip_bt 
+:      004602 calc_bt_portion:
+0x39a2 004603 arg 3750 ,temp 
+0x39a3 004604 force 0 ,pdata 
+:      004605 calc_slot_offset_loop:
+0x39a4 004606 iadd temp ,pdata 
+0x39a5 004607 loop calc_slot_offset_loop 
+:      004608 calc_skip_bt:
+0x39a6 004609 iadd contr ,pdata 
+0x39a7 004610 div pdata ,12 
+0x39a8 004611 call wait_div_end 
+0x39a9 004612 quotient pdata 
+0x39aa 004613 store 2 ,mem_slot_offset 
+0x39ab 004614 rtn 
+:      004616 calc_clke_offset:
+0x39ac 004617 set0 mark_ext_patch ,mark 
+0x39ad 004618 bpatch patch10_7 ,mem_patch10 
+0x39ae 004619 deposit clke 
+0x39af 004620 copy clkn ,temp 
+0x39b0 004621 isub temp ,null 
+0x39b1 004622 nsetflag positive ,44 ,pdata 
+0x39b2 004623 isub temp ,temp 
+0x39b3 004624 setarg 3750 
+0x39b4 004625 isolate0 15 ,temp 
+0x39b5 004626 branch calc_clke_pos ,true 
+0x39b6 004627 setarg -61786 
+0x39b7 004628 iadd temp ,temp 
+:      004629 calc_clke_pos:
+0x39b8 004630 storet 6 ,mem_le_clk_offset 
+0x39b9 004631 rtn le 
+0x39ba 004632 storet 6 ,mem_clk_offset 
+0x39bb 004633 rtn 
+:      004635 calc_clke:
+0x39bc 004636 disable clknt 
+0x39bd 004637 fetch 6 ,mem_le_clk_offset 
+0x39be 004638 branch calc_clke2 ,le 
+0x39bf 004639 fetch 6 ,mem_clk_offset 
+:      004640 calc_clke2:
+0x39c0 004641 iadd clkn ,alarm 
+0x39c1 004642 increase 10 ,alarm 
+0x39c2 004643 setarg 3750 
+0x39c3 004644 isub alarm ,pdata 
+0x39c4 004645 isolate0 15 ,pdata 
+0x39c5 004646 branch calc_clke_pos_adj ,true 
+0x39c6 004647 setarg 0xf15a 
+0x39c7 004648 iadd alarm ,alarm 
+:      004649 calc_clke_pos2:
+0x39c8 004650 copy alarm ,clke 
+0x39c9 004651 rtn 
+:      004652 calc_clke_pos_adj:
+0x39ca 004653 force 0 ,null 
+0x39cb 004654 branch calc_clke_pos2 
+:      004661 calc_radio_freq:
+0x39cc 004662 set0 mark_ext_patch ,mark 
+0x39cd 004663 bpatch patch11_0 ,mem_patch11 
+0x39ce 004664 call set_sync_on 
+0x39cf 004665 copy bt_clk ,pdata 
+0x39d0 004666 and_into 0x180 ,pdata 
+0x39d1 004667 compare 3 ,freq_mode ,0x07 
+0x39d2 004668 nbranch freq_not_connection ,true 
+0x39d3 004669 rshift3 pdata ,pdata 
+0x39d4 004670 iadd freq_index ,pdata 
+0x39d5 004671 branch do_hop_mod_now 
+:      004672 freq_not_connection:
+0x39d6 004673 copy freq_index ,pdata 
+:      004674 do_hop_mod_now:
+0x39d7 004675 div pdata ,79 
+0x39d8 004676 pulse recalc 
+0x39d9 004677 call wait_div_end 
+0x39da 004678 remainder rega 
+0x39db 004679 add rega ,-40 ,temp 
+0x39dc 004680 branch odd_half ,positive 
+0x39dd 004681 lshift rega ,temp 
+0x39de 004682 branch freq_result 
+:      004683 odd_half:
+0x39df 004684 lshift temp ,temp 
+0x39e0 004685 increase 1 ,temp 
+:      004686 freq_result:
+0x39e1 004687 set0 mark_ext_patch ,mark 
+0x39e2 004688 bpatch patch11_1 ,mem_patch11 
+0x39e3 004689 fetch 1 ,mem_mode 
+0x39e4 004690 bbit0 afh_change ,afh_process_con 
+:      004691 afh_process_0:
+0x39e5 004692 fetch 4 ,mem_afh_instant 
+0x39e6 004693 isub bt_clk ,null 
+0x39e7 004694 branch afh_process_con ,positive 
+0x39e8 004695 call afh_clear 
+0x39e9 004696 fetch 1 ,mem_afh_new_mod 
+0x39ea 004697 rtn blank 
+0x39eb 004698 fetch 1 ,mem_mode 
+0x39ec 004699 set1 afh_enable ,pdata 
+0x39ed 004700 store 1 ,mem_mode 
+0x39ee 004701 fetch 5 ,mem_afh_map_new 
+0x39ef 004702 store 5 ,mem_afh_map_lo 
+0x39f0 004703 ifetch 5 ,contr 
+0x39f1 004704 store 5 ,mem_afh_map_hi 
+0x39f2 004705 call afh_process_freq_map 
+:      004706 afh_process_con:
+0x39f3 004707 fetch 1 ,mem_mode 
+0x39f4 004708 rtnbit0 afh_enable 
+0x39f5 004709 isolate1 1 ,bt_clk 
+0x39f6 004710 branch afh_same_channel ,true 
+0x39f7 004711 rshift3 temp ,rega 
+0x39f8 004712 and temp ,7 ,queue 
+0x39f9 004713 setarg mem_afh_map_lo 
+0x39fa 004714 iadd rega ,rega 
+0x39fb 004715 ifetch 1 ,rega 
+0x39fc 004716 qisolate0 pdata 
+0x39fd 004717 branch afh_process_1 ,true 
+0x39fe 004718 deposit temp 
+0x39ff 004719 branch afh_process_end 
+:      004720 afh_process_1:
+0x3a00 004721 fetch 1 ,mem_afh_used 
+0x3a01 004722 iforce regb 
+0x3a02 004723 deposit bt_clk 
+0x3a03 004724 and_into 0x180 ,pdata 
+0x3a04 004725 rshift3 pdata ,pdata 
+0x3a05 004726 iadd freq_index ,pdata 
+0x3a06 004727 idiv regb 
+0x3a07 004728 setarg mem_afh_map 
+0x3a08 004729 call wait_div_end 
+0x3a09 004730 remainder rega 
+0x3a0a 004731 iadd rega ,contr 
+0x3a0b 004732 ifetch 1 ,contr 
+:      004733 afh_process_end:
+0x3a0c 004734 store 1 ,mem_afh_index 
+0x3a0d 004735 iforce temp 
+0x3a0e 004736 rtn 
+:      004738 afh_same_channel:
+0x3a0f 004739 fetch 1 ,mem_afh_index 
+0x3a10 004740 iforce temp 
+0x3a11 004741 rtn 
+:      004743 afh_clear:
+0x3a12 004744 fetch 1 ,mem_mode 
+0x3a13 004745 set0 afh_enable ,pdata 
+0x3a14 004746 set0 afh_change ,pdata 
+0x3a15 004747 store 1 ,mem_mode 
+0x3a16 004748 rtn 
+:      004754 afh_process_freq_map:
+0x3a17 004755 set0 mark_ext_patch ,mark 
+0x3a18 004756 bpatch patch11_2 ,mem_patch11 
+0x3a19 004757 arg mem_afh_map ,contw 
+0x3a1a 004758 force 10 ,loopcnt 
+0x3a1b 004759 call memset0 
+0x3a1c 004760 arg mem_afh_map ,contw 
+0x3a1d 004761 force 0 ,regc 
+0x3a1e 004762 force 2 ,queue 
+:      004763 process_freq_3:
+0x3a1f 004764 fetch 5 ,mem_afh_map_lo 
+0x3a20 004765 iforce temp 
+0x3a21 004766 compare 2 ,queue ,0xff 
+0x3a22 004767 branch process_freq_1 ,true 
+0x3a23 004768 rshift temp ,temp 
+:      004769 process_freq_1:
+0x3a24 004770 isolate0 0 ,temp 
+0x3a25 004771 branch process_freq_0 ,true 
+0x3a26 004772 deposit regc 
+0x3a27 004773 istore 1 ,contw 
+:      004774 process_freq_0:
+0x3a28 004775 rshift2 temp ,temp 
+0x3a29 004776 increase 2 ,regc 
+0x3a2a 004777 compare 40 ,regc ,0xfe 
+0x3a2b 004778 nbranch process_freq_2 ,true 
+0x3a2c 004779 fetch 5 ,mem_afh_map_hi 
+0x3a2d 004780 iforce temp 
+0x3a2e 004781 compare 2 ,queue ,0xff 
+0x3a2f 004782 branch process_freq_2 ,true 
+0x3a30 004783 rshift temp ,temp 
+:      004784 process_freq_2:
+0x3a31 004785 sub regc ,78 ,null 
+0x3a32 004786 branch process_freq_1 ,positive 
+0x3a33 004787 force 1 ,regc 
+0x3a34 004788 increase -1 ,queue 
+0x3a35 004789 nbranch process_freq_3 ,zero 
+0x3a36 004790 arg mem_afh_map ,rega 
+0x3a37 004791 deposit contw 
+0x3a38 004792 isub rega ,pdata 
+0x3a39 004793 store 1 ,mem_afh_used 
+0x3a3a 004794 rtn 
+:      004796 rx_radio_freq:
+0x3a3b 004797 set0 mark_ext_patch ,mark 
+0x3a3c 004798 bpatch patch11_3 ,mem_patch11 
+0x3a3d 004799 call calc_radio_freq 
+0x3a3e 004800 fetch 1 ,mem_debug_config 
+0x3a3f 004801 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
+0x3a40 004802 fetcht 1 ,mem_rx_fixed_freq 
+:      004803 rx_radio_freq_now:
+0x3a41 004804 branch set_freq_rx 
+:      004807 tx_radio_freq:
+0x3a42 004808 set0 mark_ext_patch ,mark 
+0x3a43 004809 bpatch patch11_4 ,mem_patch11 
+0x3a44 004810 call calc_radio_freq 
+0x3a45 004811 fetch 1 ,mem_debug_config 
+0x3a46 004812 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
+0x3a47 004813 fetcht 1 ,mem_tx_fixed_freq 
+:      004814 tx_radio_freq_now:
+0x3a48 004815 branch set_freq_tx 
+:      004818 fetch_giac:
+0x3a49 004819 force 0 ,uap 
+0x3a4a 004820 fetch 3 ,mem_glap 
+0x3a4b 004821 iforce lap 
+0x3a4c 004822 rtn 
+:      004824 fetch_page_bt_adr:
+0x3a4d 004825 set0 mark_ext_patch ,mark 
+0x3a4e 004826 bpatch patch11_5 ,mem_patch11 
+0x3a4f 004827 fetch 1 ,mem_hci_puap 
+0x3a50 004828 icopy uap 
+0x3a51 004829 fetch 3 ,mem_hci_plap 
+0x3a52 004830 icopy lap 
+0x3a53 004831 rtn 
+:      004833 fetch_self_bt_adr:
+0x3a54 004834 set0 mark_ext_patch ,mark 
+0x3a55 004835 bpatch patch11_6 ,mem_patch11 
+0x3a56 004836 fetch 2 ,mem_nap 
+0x3a57 004837 icopy nap 
+0x3a58 004838 fetch 1 ,mem_uap 
+0x3a59 004839 icopy uap 
+0x3a5a 004840 fetch 3 ,mem_lap 
+0x3a5b 004841 icopy lap 
+0x3a5c 004842 rtn 
+:      004844 fetch_extm_bt_adr:
+0x3a5d 004845 set0 mark_ext_patch ,mark 
+0x3a5e 004846 bpatch patch11_7 ,mem_patch11 
+0x3a5f 004847 fetch 2 ,mem_pnap 
+0x3a60 004848 icopy nap 
+0x3a61 004849 fetch 1 ,mem_puap 
+0x3a62 004850 icopy uap 
+0x3a63 004851 fetch 3 ,mem_plap 
+0x3a64 004852 icopy lap 
+0x3a65 004853 rtn 
+:      004856 fetch_diac:
+0x3a66 004857 bmark1 mark_all_diac ,fetch_diac_do 
+0x3a67 004858 rtnmark0 mark_inquiry_state 
+0x3a68 004859 rtnmark0 mark_periodical_diac 
+:      004860 fetch_diac_do:
+0x3a69 004861 and_into -256 ,lap 
+0x3a6a 004862 pulse recalc 
+0x3a6b 004863 nop 32 
+0x3a6c 004864 rtn 
+:      004867 shutdown_radio:
+0x3a6d 004868 set0 mark_ext_patch ,mark 
+0x3a6e 004869 bpatch patch12_0 ,mem_patch12 
+0x3a6f 004870 force 0 ,radio_ctrl 
+0x3a70 004871 disable is_rx 
+0x3a71 004872 disable is_tx 
+0x3a72 004873 pulse packet_end 
+0x3a73 004874 hjam 0x0 ,rfen_mdm 
+0x3a74 004875 hjam 0x0 ,rfen_tx 
+0x3a75 004876 hjam 0x0 ,rfen_rx 
+0x3a76 004877 hjam 0 ,rfen_sn 
+0x3a77 004878 hjam 0x70 ,rfen_msc 
+0x3a78 004879 hjam 0x0 ,rfen_adc 
+0x3a79 004880 rtn 
+:      004882 set_sync_on:
+0x3a7a 004883 set0 mark_ext_patch ,mark 
+0x3a7b 004884 bpatch patch12_1 ,mem_patch12 
+0x3a7c 004885 hjam 0x0 ,rfen_mdm 
+0x3a7d 004886 hjam 0x0 ,rfen_tx 
+0x3a7e 004887 hjam 0x18 ,rfen_rx 
+0x3a7f 004888 hjam 0xa7 ,rfen_sn 
+0x3a80 004889 hjam 0x7f ,rfen_msc 
+0x3a81 004890 rtn 
+:      004893 set_freq_rx:
+0x3a82 004894 set0 mark_ext_patch ,mark 
+0x3a83 004895 bpatch patch12_2 ,mem_patch12 
+0x3a84 004897 storet 1 ,mem_last_freq 
+0x3a85 004898 add temp ,rx_freq_offset ,rega 
+0x3a86 004899 branch rf_write_freq 
+:      004900 rf_rx_enable:
+0x3a87 004901 set0 mark_ext_patch ,mark 
+0x3a88 004902 bpatch patch12_3 ,mem_patch12 
+0x3a89 004903 hjam 0xcf ,rfen_tx 
+0x3a8a 004904 nop 10 
+0x3a8b 004905 hjam 0xff ,rfen_rx 
+0x3a8c 004906 hjam 0xaf ,rfen_sn 
+0x3a8d 004907 hjam 0xff ,rfen_msc 
+0x3a8e 004908 nop 10 
+0x3a8f 004909 hjam 0xa0 ,rfen_mdm 
+0x3a90 004910 rtn 
+:      004913 set_freq_tx:
+0x3a91 004914 set0 mark_ext_patch ,mark 
+0x3a92 004915 bpatch patch12_4 ,mem_patch12 
+0x3a93 004916 storet 1 ,mem_last_freq 
+0x3a94 004917 add temp ,tx_freq_offset ,rega 
+0x3a95 004918 call rf_write_freq 
+0x3a96 004919 setarg param_pll_setup 
+0x3a97 004920 call sleep 
+:      004921 txon:
+0x3a98 004922 hjam 0x1 ,rfen_adc 
+0x3a99 004923 hjam 0x3c ,rfen_rx 
+0x3a9a 004924 hjam 0xe0 ,rfen_tx 
+0x3a9b 004925 hjam 0xb7 ,rfen_sn 
+0x3a9c 004926 hjam 0x7f ,rfen_mdm 
+0x3a9d 004927 rtn 
+:      004929 initialize_radio:
+0x3a9e 004930 hjam clksel_rc ,core_clksel 
+0x3a9f 004931 call init_rf_regs 
+0x3aa0 004932 call init_agc_table 
+:      004933 initialize_radio_wait:
+0x3aa1 004934 fetch 2 ,mem_rf_init_ptr 
+0x3aa2 004935 bbit0 14 ,initialize_radio_wait 
+0x3aa3 004936 iforce contr 
+0x3aa4 004937 arg 0x8900 ,temp 
+:      004938 initialize_radio_loop:
+0x3aa5 004939 ifetch 1 ,contr 
+0x3aa6 004940 beq 0xff ,initialize_radio_cont 
+0x3aa7 004941 ior temp ,contw 
+0x3aa8 004942 ifetch 1 ,contr 
+0x3aa9 004943 istore 1 ,contw 
+0x3aaa 004944 branch initialize_radio_loop 
+:      004945 initialize_radio_cont:
+0x3aab 004946 set0 mark_ext_patch ,mark 
+0x3aac 004947 bpatch patch12_5 ,mem_patch12 
+0x3aad 004948 call lpm_cal_xtal_startup 
+0x3aae 004949 call switchto_dpllclk 
+0x3aaf 004951 setarg param_dpll_start_delay 
+0x3ab0 004952 iadd clkn_bt ,pdata 
+0x3ab1 004953 store 4 ,mem_dpll_clkn 
+0x3ab2 004954 set1 reset ,radio_ctrl 
+0x3ab3 004955 force 0 ,radio_ctrl 
+0x3ab4 004956 ncall do_rccal ,wake 
+0x3ab5 004957 branch set_rccal 
+:      004960 rf_write_freq:
+0x3ab6 004961 set0 mark_ext_patch ,mark 
+0x3ab7 004962 bpatch patch12_6 ,mem_patch12 
+0x3ab8 004963 setarg 2400 
+0x3ab9 004964 iadd rega ,temp 
+0x3aba 004965 fetch 1 ,mem_fcomp_mul 
+0x3abb 004966 hjam 0x04 ,rf_pll_rstn 
+0x3abc 004967 imul32 temp ,pdata 
+0x3abd 004968 fetcht 1 ,mem_fcomp_div 
+0x3abe 004969 idiv temp 
+0x3abf 004970 call wait_div_end 
+0x3ac0 004971 quotient rega 
+0x3ac1 004972 remainder pdata 
+0x3ac2 004973 lshift16 pdata ,pdata 
+0x3ac3 004974 lshift4 pdata ,pdata 
+0x3ac4 004975 idiv temp 
+0x3ac5 004976 call wait_div_end 
+0x3ac6 004977 quotient pdata 
+0x3ac7 004978 lshift8 pdata ,pdata 
+0x3ac8 004979 lshift pdata ,pdata 
+0x3ac9 004980 ior rega ,pdata 
+0x3aca 004981 hstore 4 ,rf_pll_intg 
+0x3acb 004982 hjam 0x44 ,rf_pll_rstn 
+0x3acc 004983 hjam 0xc4 ,rf_pll_rstn 
+0x3acd 004984 rtn 
+:      004987 do_rccal:
+0x3ace 004988 set0 mark_ext_patch ,mark 
+0x3acf 004989 bpatch patch12_7 ,mem_patch12 
+0x3ad0 004990 hjam 0x02 ,rfen_adc 
+0x3ad1 004991 setarg 250000 
+0x3ad2 004992 call sleep 
+0x3ad3 004993 hjam 0x7f ,rfen_rx 
+0x3ad4 004994 nop 130 
+0x3ad5 004995 hjam 0x30 ,rf_rccal_ctrl 
+0x3ad6 004996 hjam 0xd0 ,rfen_tx 
+0x3ad7 004997 hjam 0x70 ,rf_rccal_ctrl 
+0x3ad8 004998 hjam 0xf0 ,rf_rccal_ctrl 
+0x3ad9 004999 force 50 ,loopcnt 
+:      005000 do_rccal_loop:
+0x3ada 005001 hfetch 1 ,rf_rccal_result 
+0x3adb 005002 bbit1 5 ,do_rccal_end 
+0x3adc 005003 loop do_rccal_loop 
+:      005004 do_rccal_end:
+0x3add 005005 store 1 ,mem_rf_rccal 
+0x3ade 005006 hjam 0 ,rfen_tx 
+0x3adf 005007 hjam 0 ,rfen_rx 
+0x3ae0 005008 hjam 0x00 ,rfen_adc 
+0x3ae1 005009 rtn 
+:      005011 set_rccal:
+0x3ae2 005012 set0 mark_ext_patch ,mark 
+0x3ae3 005013 bpatch patch13_0 ,mem_patch13 
+0x3ae4 005014 fetch 1 ,mem_rf_rccal 
+0x3ae5 005015 set1 5 ,pdata 
+0x3ae6 005016 hstore 1 ,rf_rccal_ctrl 
+0x3ae7 005017 hfetcht 1 ,rf_bpf_ctrim 
+0x3ae8 005018 and_into 7 ,temp 
+0x3ae9 005019 lshift3 pdata ,pdata 
+0x3aea 005020 ior temp ,pdata 
+0x3aeb 005021 hstore 1 ,rf_bpf_ctrim 
+0x3aec 005022 hfetch 1 ,rf_bpf_ib 
+0x3aed 005023 set0 bpf_rccal ,pdata 
+0x3aee 005024 hstore 1 ,rf_bpf_ib 
+0x3aef 005025 hfetch 1 ,rf_adc_rccal 
+0x3af0 005026 set0 adc_rccal ,pdata 
+0x3af1 005027 hstore 1 ,rf_adc_rccal 
+0x3af2 005028 rtn 
+:      005030 save_rssi:
+0x3af3 005031 set0 mark_ext_patch ,mark 
+0x3af4 005032 bpatch patch13_1 ,mem_patch13 
+0x3af5 005033 hfetch 2 ,rf_afc_d2a 
+0x3af6 005034 rshift4 pdata ,pdata 
+0x3af7 005035 rshift3 pdata ,pdata 
+0x3af8 005036 sub pdata ,0 ,pdata 
+0x3af9 005037 and_into 0xff ,pdata 
+0x3afa 005038 div pdata ,10 
+0x3afb 005039 call wait_div_end 
+0x3afc 005040 quotient pdata 
+0x3afd 005041 lshift4 pdata ,pdata 
+0x3afe 005042 remainder temp 
+0x3aff 005043 ior temp ,pdata 
+0x3b00 005044 store 1 ,mem_rssi 
+0x3b01 005045 rtn 
+:      005047 switchto_rcclk:
+0x3b02 005048 hjam 0xa ,core_clksel 
+0x3b03 005049 hjam 0 ,rfen_ck 
+0x3b04 005050 hfetch 3 ,core_lpm_ctrl 
+0x3b05 005051 hstore 3 ,core_lpm_reg 
+0x3b06 005052 hjam 0xfc ,core_lpm_reg 
+0x3b07 005053 call lpm_write_ctrl 
+0x3b08 005054 nop 1000 
+0x3b09 005055 rtn 
+:      005057 switchto_dpllclk:
+0x3b0a 005058 hjam clksel_rc ,core_clksel 
+0x3b0b 005059 hfetch 1 ,rf_clkpll_frac + 2 
+0x3b0c 005060 set0 4 ,pdata 
+0x3b0d 005061 set0 5 ,pdata 
+0x3b0e 005062 hstore 1 ,rf_clkpll_frac + 2 
+0x3b0f 005063 hjam 0x00 ,rfen_ck 
+0x3b10 005064 hjam 0x00 ,rfen_msc 
+0x3b11 005065 hjam 0x70 ,rfen_msc 
+0x3b12 005066 hjam 0xff ,rfen_ck 
+0x3b13 005067 hfetch 1 ,rf_clkpll_frac + 2 
+0x3b14 005068 set1 4 ,pdata 
+0x3b15 005069 set1 5 ,pdata 
+0x3b16 005070 hstore 1 ,rf_clkpll_frac + 2 
+0x3b17 005071 call init_lpm_ctrl 
+0x3b18 005072 hfetch 1 ,rf_clkpll_int 
+0x3b19 005073 set1 7 ,pdata 
+0x3b1a 005074 hstore 1 ,rf_clkpll_int 
+0x3b1b 005075 set0 7 ,pdata 
+0x3b1c 005076 hstore 1 ,rf_clkpll_int 
+0x3b1d 005077 set1 7 ,pdata 
+0x3b1e 005078 hstore 1 ,rf_clkpll_int 
+0x3b1f 005079 hjam clksel_dpll ,core_clksel 
+0x3b20 005080 rtn 
+:      005082 check_dpll:
+0x3b21 005083 nop 1000 
+0x3b22 005084 hjam clksel_xtal ,core_clksel 
+0x3b23 005085 nop 10 
+0x3b24 005086 hjam 0x00 ,core_bist_ctrl 
+0x3b25 005087 hjam ccnt_start ,core_misc_ctrl 
+:      005088 check_dpll_loop:
+0x3b26 005089 hfetch 1 ,core_perf_status 
+0x3b27 005090 bbit0 1 ,check_dpll_loop 
+0x3b28 005091 hfetcht 3 ,core_clk_counter 
+0x3b29 005092 hjam clksel_dpll ,core_clksel 
+0x3b2a 005093 nop 10 
+0x3b2b 005094 hjam ccnt_start ,core_misc_ctrl 
+:      005095 check_dpll_loop2:
+0x3b2c 005096 hfetch 1 ,core_perf_status 
+0x3b2d 005097 bbit0 1 ,check_dpll_loop2 
+0x3b2e 005098 hfetch 3 ,core_clk_counter 
+0x3b2f 005099 isub temp ,pdata 
+0x3b30 005100 branch check_dpll_pos ,positive 
+0x3b31 005101 sub pdata ,0 ,pdata 
+:      005102 check_dpll_pos:
+0x3b32 005103 store 2 ,mem_dpll_error 
+0x3b33 005104 sub pdata ,70 ,null 
+:      005105 check_dpll_assert:
+0x3b34 005106 nbranch check_dpll_assert ,positive 
+0x3b35 005107 rtn 
+:      005109 xtal_fast_wake:
+0x3b36 005110 setarg 0xf0f 
+0x3b37 005111 branch lpm_write_config 
+:      005113 init_lpm_ctrl:
+0x3b38 005114 setarg 0x80f 
+0x3b39 005115 branch lpm_write_config 
+:      005119 start_receiver:
+0x3b3a 005120 set0 mark_ext_patch ,mark 
+0x3b3b 005121 bpatch patch13_2 ,mem_patch13 
+0x3b3c 005122 call rf_rx_enable 
+0x3b3d 005123 disable is_tx 
+0x3b3e 005124 enable is_rx 
+0x3b3f 005125 pulse init_encrypt 
+0x3b40 005126 rtn 
+:      005128 prep_crypt:
+0x3b41 005129 set0 mark_ext_patch ,mark 
+0x3b42 005130 bpatch patch13_3 ,mem_patch13 
+0x3b43 005131 fetch 1 ,mem_state_map 
+0x3b44 005132 isolate1 smap_encryption ,pdata 
+0x3b45 005133 setflag true ,0 ,pdata 
+0x3b46 005134 hstore 1 ,core_encrypt 
+0x3b47 005135 arg mem_kc ,contr 
+0x3b48 005136 ifetch 9 ,contr 
+0x3b49 005137 iforce kc_ls 
+0x3b4a 005138 ifetch 7 ,contr 
+0x3b4b 005139 iforce kc_ms 
+0x3b4c 005140 fetch 1 ,mem_key_size 
+0x3b4d 005141 add pdata ,-1 ,g1l 
+0x3b4e 005142 pulse kc_p_activate 
+0x3b4f 005143 rtn 
+:      005145 wait_access_clke_rt:
+0x3b50 005146 set0 mark_ext_patch ,mark 
+0x3b51 005147 bpatch patch13_4 ,mem_patch13 
+0x3b52 005148 enable decode_fec0 
+0x3b53 005149 arg param_conn_access ,timeup 
+0x3b54 005150 correlate clke_rt ,meet 
+:      005151 wait_access_end:
+0x3b55 005152 deposit clke 
+0x3b56 005153 store 6 ,mem_sync_clke 
+0x3b57 005154 disable decode_fec0 
+0x3b58 005155 nbranch shutdown_radio ,sync 
+0x3b59 005156 arg param_clke_cal ,clke_rt 
+0x3b5a 005157 increase 1 ,clke_bt 
+0x3b5b 005158 and_into 0x1fc ,clke_bt 
+0x3b5c 005159 rtn 
+:      005163 wait_access_mhalfbnd:
+0x3b5d 005164 enable decode_fec0 
+:      005165 wait_access_mhalfbnd_correlate:
+0x3b5e 005166 correlate null ,mhalfbnd 
+0x3b5f 005167 branch wait_access_end ,sync 
+0x3b60 005168 compare 0x02 ,clke_bt ,0x02 
+0x3b61 005169 nbranch wait_access_mhalfbnd_correlate ,true 
+0x3b62 005170 branch wait_access_end 
+:      005172 wait_access_clkn_rt:
+0x3b63 005173 set0 mark_ext_patch ,mark 
+0x3b64 005174 bpatch patch13_5 ,mem_patch13 
+0x3b65 005175 arg param_conn_access ,timeup 
+0x3b66 005176 enable decode_fec0 
+0x3b67 005177 correlate clkn_rt ,meet 
+0x3b68 005178 disable decode_fec0 
+0x3b69 005179 nbranch shutdown_radio ,sync 
+0x3b6a 005180 rtn 
+:      005182 wait_access_forever:
+0x3b6b 005183 set0 mark_ext_patch ,mark 
+0x3b6c 005184 bpatch patch13_6 ,mem_patch13 
+0x3b6d 005185 enable decode_fec0 
+0x3b6e 005186 correlate null ,timeout 
+0x3b6f 005187 disable decode_fec0 
+0x3b70 005188 nbranch shutdown_radio ,sync 
+0x3b71 005189 arg param_clke_cal ,clke_rt 
+0x3b72 005190 and_into 0x1fc ,clke_bt 
+0x3b73 005191 rtn 
+:      005194 reserve_slot:
+0x3b74 005195 set0 mark_ext_patch ,mark 
+0x3b75 005196 bpatch patch13_7 ,mem_patch13 
+0x3b76 005197 iforce rega 
+0x3b77 005198 deposit bt_clk 
+0x3b78 005199 iadd temp ,timeup 
+0x3b79 005200 copy timeup ,pdata 
+0x3b7a 005201 store 4 ,mem_next_btclk 
+0x3b7b 005202 deposit rega 
+0x3b7c 005203 rtn 
+:      005206 ahead_window:
+0x3b7d 005207 copy pdata ,temp 
+0x3b7e 005208 set0 mark_ext_patch ,mark 
+0x3b7f 005209 bpatch patch14_0 ,mem_patch14 
+0x3b80 005210 copy temp ,pdata 
+0x3b81 005211 call clk2bt 
+0x3b82 005212 lshift16 bt_clk ,pdata 
+0x3b83 005213 set1 44 ,pdata 
+0x3b84 005214 call clk_diff 
+0x3b85 005215 set0 44 ,pdata 
+0x3b86 005216 call get_clk 
+0x3b87 005217 call clk_diff 
+0x3b88 005218 rtn user 
+0x3b89 005219 call clk2rt 
+0x3b8a 005220 iforce stop_watch 
+0x3b8b 005221 until null ,timeout 
+0x3b8c 005222 rtn 
+:      005225 setup_clk:
+0x3b8d 005226 set0 mark_ext_patch ,mark 
+0x3b8e 005227 bpatch patch14_1 ,mem_patch14 
+0x3b8f 005228 branch setup_clkn ,clknt 
+0x3b90 005229 until clke_rt ,meet 
+:      005230 skip_setup_clke:
+0x3b91 005231 copy clke_bt ,temp 
+0x3b92 005232 branch setup_clknbt 
+:      005233 setup_clkn:
+0x3b93 005234 branch skip_setup_clkn ,attempt 
+0x3b94 005235 until clkn_rt ,meet 
+:      005236 skip_setup_clkn:
+0x3b95 005237 copy clkn_bt ,temp 
+:      005238 setup_clknbt:
+0x3b96 005239 branch setup_clk11 ,user 
+0x3b97 005240 compare 1 ,temp ,3 
+0x3b98 005241 nbranch setup_clk ,true 
+:      005242 setup_complete:
+0x3b99 005243 set0 mark_ext_patch ,mark 
+0x3b9a 005244 bpatch patch14_2 ,mem_patch14 
+0x3b9b 005245 fetch 1 ,mem_state 
+0x3b9c 005246 rtnbit0 state_inconn 
+0x3b9d 005247 fetch 4 ,mem_next_btclk 
+0x3b9e 005248 isub temp ,pdata 
+0x3b9f 005249 nrtn positive 
+0x3ba0 005250 sub pdata ,0xff ,null 
+0x3ba1 005251 branch setup_clk ,positive 
+0x3ba2 005252 rtn 
+:      005253 setup_clk11:
+0x3ba3 005254 compare 3 ,temp ,3 
+0x3ba4 005255 nbranch setup_clk ,true 
+0x3ba5 005256 branch setup_complete 
+:      005258 rf_setup_time:
+0x3ba6 005259 set0 mark_ext_patch ,mark 
+0x3ba7 005260 bpatch patch14_3 ,mem_patch14 
+0x3ba8 005261 arg param_rf_setup ,timeup 
+0x3ba9 005262 branch setup_clk 
+:      005264 rf_setup_time_slave_slot:
+0x3baa 005265 disable user 
+0x3bab 005266 branch rf_setup_time 
+:      005268 rf_setup_time_master_slot:
+0x3bac 005269 enable user 
+0x3bad 005270 branch rf_setup_time 
+:      005272 start_transmitter:
+0x3bae 005273 set0 mark_ext_patch ,mark 
+0x3baf 005274 bpatch patch14_4 ,mem_patch14 
+0x3bb0 005275 call prep_crypt 
+0x3bb1 005276 disable is_rx 
+0x3bb2 005277 enable is_tx 
+0x3bb3 005278 rtn 
+:      005282 start_tx_native:
+0x3bb4 005283 set0 mark_ext_patch ,mark 
+0x3bb5 005284 bpatch patch14_5 ,mem_patch14 
+0x3bb6 005285 arg param_tx_setup ,timeup 
+0x3bb7 005286 until clkn_rt ,meet 
+0x3bb8 005287 pulse init_encrypt 
+0x3bb9 005288 rtn 
+:      005290 start_rx_native:
+0x3bba 005291 set0 mark_ext_patch ,mark 
+0x3bbb 005292 bpatch patch14_6 ,mem_patch14 
+0x3bbc 005293 arg param_rx_setup ,timeup 
+0x3bbd 005294 until clkn_rt ,meet 
+0x3bbe 005295 rtn 
+:      005298 start_tx_external:
+0x3bbf 005299 set0 mark_ext_patch ,mark 
+0x3bc0 005300 bpatch patch14_7 ,mem_patch14 
+0x3bc1 005301 arg param_tx_setup ,timeup 
+0x3bc2 005302 until clke_rt ,meet 
+0x3bc3 005303 pulse init_encrypt 
+0x3bc4 005304 rtn 
+:      005306 send_access_word:
+0x3bc5 005307 set0 mark_ext_patch ,mark 
+0x3bc6 005308 bpatch patch15_0 ,mem_patch15 
+0x3bc7 005309 preload access 
+0x3bc8 005310 enable encode_fec0 
+0x3bc9 005311 set1 txgfsk ,radio_ctrl 
+0x3bca 005312 inject mod ,72 
+0x3bcb 005313 disable encode_fec0 
+0x3bcc 005314 rtn 
+:      005317 scan_mode_whiten:
+0x3bcd 005318 copy xin ,temp 
+0x3bce 005319 or_into 0x60 ,temp 
+0x3bcf 005320 copy temp ,white_init 
+0x3bd0 005321 rtn 
+:      005326 get_free_amaddr:
+0x3bd1 005327 set0 mark_ext_patch ,mark 
+0x3bd2 005328 bpatch patch15_1 ,mem_patch15 
+0x3bd3 005329 fetch 1 ,mem_current_amaddr 
+0x3bd4 005330 increase 1 ,pdata 
+0x3bd5 005331 bne param_esco_addr ,get_free_amaddr_cont 
+0x3bd6 005332 force 1 ,pdata 
+:      005333 get_free_amaddr_cont:
+0x3bd7 005334 store 1 ,mem_current_amaddr 
+0x3bd8 005335 iforce am_addr 
+0x3bd9 005336 rtn 
+:      005338 get_clk:
+0x3bda 005339 copy clkn ,temp 
+0x3bdb 005340 rtn master 
+0x3bdc 005341 copy clke ,temp 
+0x3bdd 005342 rtn 
+:      005344 get_clkbt:
+0x3bde 005345 deposit clkn_bt 
+0x3bdf 005346 rtn master 
+0x3be0 005347 deposit clke_bt 
+0x3be1 005348 rtn 
+:      005351 supervision_update:
+0x3be2 005352 set0 mark_ext_patch ,mark 
+0x3be3 005353 bpatch patch15_2 ,mem_patch15 
+0x3be4 005354 fetcht 4 ,mem_supervision_timer 
+0x3be5 005355 call get_clkbt 
+0x3be6 005356 isub temp ,timeup 
+0x3be7 005357 deposit timeup 
+0x3be8 005358 fetcht 2 ,mem_supervision_to 
+0x3be9 005359 lshift temp ,temp 
+0x3bea 005360 isub temp ,pdata 
+0x3beb 005361 rtn 
+:      005363 supervision_flush:
+0x3bec 005364 set0 mark_ext_patch ,mark 
+0x3bed 005365 bpatch patch15_3 ,mem_patch15 
+0x3bee 005366 call get_clkbt 
+0x3bef 005367 store 4 ,mem_supervision_timer 
+0x3bf0 005368 rtn 
+:      005370 assert:
+0x3bf1 005371 branch assert 
+:      005373 loop:
+0x3bf2 005374 branch loop 
+:      005376 sleep:
+0x3bf3 005377 rtn blank 
+0x3bf4 005379 rshift pdata ,pdata 
+0x3bf5 005380 increase -3 ,pdata 
+:      005381 sleep_loop:
+0x3bf6 005382 increase -1 ,pdata 
+0x3bf7 005383 nbranch sleep_loop ,zero 
+0x3bf8 005384 force 0 ,pdata 
+0x3bf9 005385 rtn 
+:      005389 init_param:
+0x3bfa 005391 arg 0x10 ,loopcnt 
+0x3bfb 005392 arg 0 ,contw 
+0x3bfc 005393 call memset0 
+0x3bfd 005394 arg mem_le_state ,contw 
+0x3bfe 005395 arg 10 ,loopcnt 
+0x3bff 005396 call memset0 
+0x3c00 005397 jam 0 ,mem_sp_calc 
+0x3c01 005398 jam 0 ,mem_fifo_temp 
+0x3c02 005399 jam 0 ,mem_le_testtype 
+0x3c03 005400 jam 0 ,mem_debug_config 
+0x3c04 005401 jam 0 ,mem_lmp_conn_state 
+0x3c05 005402 set0 mark_ext_patch ,mark 
+0x3c06 005403 bpatch patch15_4 ,mem_patch15 
+0x3c07 005404 jam 0 ,mem_connection_options 
+0x3c08 005405 jam 0 ,mem_tester_emulate 
+0x3c09 005406 jam 0 ,mem_tester_cnt 
+0x3c0a 005407 setarg param_glap 
+0x3c0b 005408 store 3 ,mem_glap 
+0x3c0c 005409 setarg param_acl_pktlen 
+0x3c0d 005410 store 2 ,mem_acl_pktlen 
+0x3c0e 005411 jam param_sco_pktlen ,mem_sco_pktlen 
+0x3c0f 005412 jam param_acl_pktcnt ,mem_acl_pktcnt 
+0x3c10 005413 jam param_sco_pktcnt ,mem_sco_pktcnt 
+0x3c11 005414 setarg param_hci_version 
+0x3c12 005415 store 3 ,mem_hci_version 
+0x3c13 005416 setarg param_lmp_version 
+0x3c14 005417 store 3 ,mem_lmp_version 
+0x3c15 005418 setarg param_lmp_subversion 
+0x3c16 005419 store 2 ,mem_lmp_subversion 
+0x3c17 005420 jam 0x60 ,mem_fhs_misc 
+0x3c18 005421 jam param_max_slot ,mem_max_slot 
+0x3c19 005422 jam 0x02 ,mem_fw_ver 
+0x3c1a 005423 call init_memp 
+0x3c1b 005424 set0 mark_ext_patch ,mark 
+0x3c1c 005425 bpatch patch15_5 ,mem_patch15 
+0x3c1d 005426 rtn wake 
+0x3c1e 005427 setarg 0 
+0x3c1f 005428 store 2 ,mem_tx_len 
+0x3c20 005429 rshift clkn_bt ,pdata 
+0x3c21 005430 store 4 ,mem_last_clkn 
+0x3c22 005431 rtn 
+:      005435 init_esco_ibuff:
+0x3c23 005436 setarg 0xaa ,pdata 
+0x3c24 005437 arg mem_sco_ibuf ,contw 
+0x3c25 005438 force 30 ,loopcnt 
+:      005439 init_esco_ibuff_loop:
+0x3c26 005440 istore 1 ,contw 
+0x3c27 005441 loop init_esco_ibuff_loop 
+0x3c28 005442 rtn 
+:      005444 init_rf_regs:
+0x3c29 005445 hjam 0x02 ,0x907 
+0x3c2a 005446 hjam 0x1f ,0x908 
+0x3c2b 005447 hjam 0x1f ,0x909 
+0x3c2c 005448 hjam 0xe0 ,0x90a 
+0x3c2d 005449 hjam 0x4e ,0x90b 
+0x3c2e 005450 hjam 0x45 ,rf_agc_ctrl 
+0x3c2f 005451 hjam 0x00 ,0x953 
+0x3c30 005453 hjam 0xfb ,0x94c 
+0x3c31 005454 hjam 0xef ,0x94d 
+0x3c32 005455 hjam 0x0c ,0x94e 
+0x3c33 005457 hjam 0x88 ,0x96f 
+0x3c34 005458 hjam 0x30 ,0x973 
+0x3c35 005461 hjam 0x00 ,0x953 
+0x3c36 005462 hjam 0xc9 ,0x956 
+0x3c37 005463 hjam 0x6c ,0x958 
+0x3c38 005464 hjam 0x50 ,0x959 
+0x3c39 005465 rtn 
+:      005467 init_agc_table:
+0x3c3a 005469 hjam 0xa9 ,0x930 
+0x3c3b 005470 hjam 0xb1 ,0x92f 
+0x3c3c 005471 hjam 0xb9 ,0x92e 
+0x3c3d 005472 hjam 0xAD ,0x92d 
+0x3c3e 005473 hjam 0xB1 ,0x92c 
+0x3c3f 005474 hjam 0xB5 ,0x92b 
+0x3c40 005475 hjam 0xBA ,0x92a 
+0x3c41 005476 hjam 0xBE ,0x929 
+0x3c42 005477 hjam 0xC2 ,0x928 
+0x3c43 005478 hjam 0xC6 ,0x927 
+0x3c44 005479 hjam 0xCA ,0x926 
+0x3c45 005480 hjam 0xCE ,0x925 
+0x3c46 005481 hjam 0xD2 ,0x924 
+0x3c47 005482 hjam 0xD6 ,0x923 
+0x3c48 005483 hjam 0xDA ,0x922 
+0x3c49 005484 hjam 0xDE ,0x921 
+0x3c4a 005485 hjam 0xE2 ,0x920 
+0x3c4b 005486 hjam 0xE6 ,0x91f 
+0x3c4c 005487 hjam 0xEA ,0x91e 
+0x3c4d 005488 hjam 0xEE ,0x91d 
+0x3c4e 005489 hjam 0xF2 ,0x91c 
+0x3c4f 005490 hjam 0xF6 ,0x91b 
+0x3c50 005491 hjam 0xFB ,0x91a 
+0x3c51 005493 hjam 0xf5 ,0x947 
+0x3c52 005494 hjam 0xe5 ,0x946 
+0x3c53 005495 hjam 0xd5 ,0x945 
+0x3c54 005496 hjam 0xD8 ,0x944 
+0x3c55 005497 hjam 0xC9 ,0x943 
+0x3c56 005498 hjam 0xC8 ,0x942 
+0x3c57 005499 hjam 0x89 ,0x941 
+0x3c58 005500 hjam 0x88 ,0x940 
+0x3c59 005501 hjam 0x87 ,0x93f 
+0x3c5a 005502 hjam 0x48 ,0x93e 
+0x3c5b 005503 hjam 0x09 ,0x93d 
+0x3c5c 005504 hjam 0x08 ,0x93c 
+0x3c5d 005505 hjam 0xC9 ,0x93b 
+0x3c5e 005506 hjam 0xC8 ,0x93a 
+0x3c5f 005507 hjam 0xC7 ,0x939 
+0x3c60 005508 hjam 0xC6 ,0x938 
+0x3c61 005509 hjam 0xC5 ,0x937 
+0x3c62 005510 hjam 0xC4 ,0x936 
+0x3c63 005511 hjam 0xC3 ,0x935 
+0x3c64 005512 hjam 0xC2 ,0x934 
+0x3c65 005513 hjam 0xC1 ,0x933 
+0x3c66 005514 hjam 0xC0 ,0x932 
+0x3c67 005515 hjam 0x80 ,0x931 
+0x3c68 005516 rtn 
+:      005520 init_250k:
+0x3c69 005521 enable le 
+0x3c6a 005522 setarg 0x8e89be 
+0x3c6b 005523 lshift8 pdata ,pdata 
+0x3c6c 005524 or_into 0xd6 ,pdata 
+0x3c6d 005525 iforce access 
+0x3c6e 005526 hjam 7 ,0x914 
+0x3c6f 005527 hjam 0xa0 ,0x90a 
+0x3c70 005528 hjam 0x8f ,0x90d 
+0x3c71 005529 hjam 0x0f ,0x911 
+0x3c72 005530 hjam 0x87 ,0x912 
+0x3c73 005531 rtn 
+:      005536 lpmstate:
+0x3c74 005537 setarg 0xee21 
+0x3c75 005538 hstore 2 ,core_clkoff 
+0x3c76 005539 hfetch 1 ,core_lpm_ldocnt 
+0x3c77 005540 bbit0 gpio_latch ,loadcode 
+0x3c78 005541 enable wake 
+0x3c79 005542 bbit0 cold_wake ,lpmwake 
+0x3c7a 005543 disable wake 
+0x3c7b 005544 deposit auxcnt 
+0x3c7c 005545 nbranch lpmwake ,blank 
+0x3c7d 005546 arg param_hibernate_clks ,temp 
+0x3c7e 005547 branch lpm_enter_sleep 
+:      005548 lpmwake:
+0x3c7f 005549 hfetch 3 ,core_lpm_xtalcnt 
+0x3c80 005550 hstore 3 ,core_lpm_reg 
+0x3c81 005551 ifetch 1 ,contr 
+0x3c82 005552 or_into isogate_mask ,pdata 
+0x3c83 005553 istore 1 ,contw 
+0x3c84 005554 call lpm_write_ctrl2 
+0x3c85 005555 hfetch 1 ,core_lpm_isogate 
+0x3c86 005556 set1 enable_retmem ,pdata 
+0x3c87 005557 hstore 1 ,core_lpm_isogate 
+0x3c88 005558 call lpm_write_ctrl2 
+0x3c89 005559 call lpm_load_context ,wake 
+0x3c8a 005560 hfetch 1 ,core_lpm_reg + 2 
+0x3c8b 005561 set0 gpio_latch ,pdata 
+0x3c8c 005562 hstore 1 ,core_lpm_reg + 2 
+0x3c8d 005563 call lpm_write_ctrl2 
+0x3c8e 005564 rtn wake 
+0x3c8f 005565 branch loadcode 
+:      005567 lpm_load_context:
+0x3c90 005568 fetch 1 ,mem_saved_spidctrl 
+0x3c91 005569 hstore 1 ,core_spid_ctrl 
+0x3c92 005570 fetch 3 ,mem_saved_gsel 
+0x3c93 005571 hstore 3 ,core_gpio_sel 
+0x3c94 005572 fetch 4 ,mem_saved_gpio + 4 
+0x3c95 005573 hstore 4 ,core_gpio_out0 
+0x3c96 005574 fetch 4 ,mem_saved_gpio 
+0x3c97 005575 hstore 4 ,core_gpio_oe0 
+0x3c98 005576 fetch 8 ,mem_saved_gpio + 8 
+0x3c99 005577 hstore 8 ,core_gpio_pu0 
+0x3c9a 005578 fetch 8 ,mem_saved_mark 
+0x3c9b 005579 iforce mark 
+0x3c9c 005580 hfetch 8 ,core_gpio_wakeup_low 
+0x3c9d 005581 store 8 ,mem_gpio_wakeup_low 
+0x3c9e 005582 call load_ucode 
+0x3c9f 005583 rtn 
+:      005585 lpm_save_context:
+0x3ca0 005586 deposit mark 
+0x3ca1 005587 store 8 ,mem_saved_mark 
+0x3ca2 005588 hfetch 8 ,core_gpio_oe0 
+0x3ca3 005589 store 8 ,mem_saved_gpio 
+0x3ca4 005590 ifetch 8 ,contr 
+0x3ca5 005591 istore 8 ,contw 
+0x3ca6 005592 hfetch 3 ,core_gpio_sel 
+0x3ca7 005593 store 3 ,mem_saved_gsel 
+0x3ca8 005594 hfetch 1 ,core_spid_ctrl 
+0x3ca9 005595 store 1 ,mem_saved_spidctrl 
+0x3caa 005596 branch lpm_write_gpio_wakeup 
+:      005598 lpo_calibration:
+0x3cab 005599 hfetch 1 ,core_bist_ctrl 
+0x3cac 005600 nbranch lpo_cal_inited ,blank 
+0x3cad 005601 fetch 3 ,mem_clks_per_lpo 
+0x3cae 005602 nrtn blank 
+0x3caf 005603 hjam 0xc0 ,core_bist_ctrl 
+0x3cb0 005604 hjam ccnt_start ,core_misc_ctrl 
+:      005605 lpo_cal_inited:
+0x3cb1 005606 hfetch 1 ,core_perf_status 
+0x3cb2 005607 rtnbit0 1 
+0x3cb3 005608 hfetch 3 ,core_clk_counter 
+0x3cb4 005609 store 3 ,mem_clks_per_lpo 
+0x3cb5 005610 rtn 
+:      005614 lpm_adjust_clk:
+0x3cb6 005615 set0 mark_ext_patch ,mark 
+0x3cb7 005616 bpatch patch15_6 ,mem_patch15 
+0x3cb8 005617 deposit clke 
+0x3cb9 005618 call clk_diff_rt 
+0x3cba 005619 fetcht 4 ,mem_sleep_counter_all 
+0x3cbb 005620 sub temp ,0xff ,null 
+0x3cbc 005621 rtn positive 
+0x3cbd 005622 lshift8 pdata ,pdata 
+0x3cbe 005623 lshift4 pdata ,pdata 
+0x3cbf 005624 idiv temp 
+0x3cc0 005625 call wait_div_end 
+0x3cc1 005626 quotient pdata 
+0x3cc2 005627 arg param_lpm_adjmax ,temp 
+0x3cc3 005628 call ceiling 
+0x3cc4 005629 store 1 ,mem_lpm_adjust 
+0x3cc5 005630 nbranch lpm_adjust_positive ,user 
+0x3cc6 005631 sub pdata ,0 ,pdata 
+:      005632 lpm_adjust_positive:
+0x3cc7 005633 fetcht 3 ,mem_clks_per_lpo 
+0x3cc8 005634 iadd temp ,pdata 
+0x3cc9 005635 store 3 ,mem_clks_per_lpo 
+:      005636 lpm_clear_counter:
+0x3cca 005637 setarg 0 
+0x3ccb 005638 store 4 ,mem_sleep_counter_all 
+0x3ccc 005639 rtn 
+:      005642 lpm_hibernate:
+0x3ccd 005643 set0 mark_ext_patch ,mark 
+0x3cce 005644 bpatch patch15_7 ,mem_patch15 
+0x3ccf 005645 call lpm_write_gpio_wakeup 
+0x3cd0 005646 hfetch 4 ,core_lpm_ctrl 
+0x3cd1 005647 set0 15 ,pdata 
+0x3cd2 005648 hstore 4 ,core_lpm_reg 
+0x3cd3 005649 call lpm_write_ctrl 
+:      005650 lpm_hibernate_normal:
+0x3cd4 005651 arg param_hibernate_clks ,temp 
+0x3cd5 005652 fetch 1 ,mem_lpm_hibernate_switch 
+0x3cd6 005653 store 1 ,mem_lpm_xtalcnt + 4 
+0x3cd7 005654 fetch 1 ,mem_lpm_xtalcnt + 2 
+0x3cd8 005655 set1 cold_wake ,pdata 
+0x3cd9 005656 store 1 ,mem_lpm_xtalcnt + 2 
+:      005659 lpm_sleep:
+0x3cda 005660 set0 mark_ext_patch ,mark 
+0x3cdb 005661 bpatch patch16_0 ,mem_patch16 
+0x3cdc 005662 fetch 4 ,mem_sleep_counter_all 
+0x3cdd 005663 iadd temp ,pdata 
+0x3cde 005664 store 4 ,mem_sleep_counter_all 
+0x3cdf 005665 call lpm_save_context 
+0x3ce0 005666 fetch 5 ,mem_lpm_xtalcnt 
+0x3ce1 005667 hstore 4 ,core_lpm_reg 
+0x3ce2 005668 rshift32 pdata ,rega 
+0x3ce3 005669 until null ,lpo_edge 
+0x3ce4 005670 deposit clkn 
+0x3ce5 005671 store 6 ,mem_sleep_clkn 
+0x3ce6 005672 hjam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x3ce7 005673 until null ,lpo_edge 
+0x3ce8 005674 until null ,lpo_edge 
+0x3ce9 005675 deposit rega 
+0x3cea 005676 hstore 1 ,core_lpm_isogate 
+0x3ceb 005677 hjam lpmreg_sel_ctrl2 ,core_lpm_wr 
+:      005678 lpm_enter_sleep:
+0x3cec 005679 until null ,lpo_edge 
+0x3ced 005680 until null ,lpo_edge 
+0x3cee 005681 hstoret 4 ,core_lpm_reg 
+0x3cef 005682 hjam lpmreg_sel_counter ,core_lpm_wr 
+0x3cf0 005683 until null ,never 
+:      005688 lpm_recover_clk:
+0x3cf1 005689 set0 mark_ext_patch ,mark 
+0x3cf2 005690 bpatch patch16_1 ,mem_patch16 
+0x3cf3 005691 setarg 0 
+0x3cf4 005692 copy auxcnt ,null 
+0x3cf5 005693 branch lpm_recover_timeout ,zero 
+0x3cf6 005694 hfetch 1 ,core_lpm_xtalcnt 
+0x3cf7 005695 hfetcht 1 ,core_lpm_buckcnt 
+0x3cf8 005696 isub temp ,null 
+0x3cf9 005697 branch lpm_recover_xtal ,positive 
+0x3cfa 005698 deposit temp 
+:      005699 lpm_recover_xtal:
+0x3cfb 005700 isub auxcnt ,pdata 
+0x3cfc 005701 increase 1 ,pdata 
+:      005702 lpm_recover_timeout:
+0x3cfd 005703 increase 8 ,pdata 
+0x3cfe 005704 until null ,lpo_edge 
+0x3cff 005705 iadd lpo_time ,pdata 
+0x3d00 005706 fetcht 4 ,mem_sleep_counter 
+0x3d01 005707 iadd temp ,pdata 
+0x3d02 005708 fetcht 3 ,mem_clks_per_lpo 
+0x3d03 005709 imul32 temp ,pdata 
+0x3d04 005710 rshift8 pdata ,pdata 
+0x3d05 005711 rshift4 pdata ,pdata 
+0x3d06 005712 increase param_lpm_fix ,pdata 
+0x3d07 005713 arg 3750 ,temp 
+0x3d08 005714 idiv temp 
+0x3d09 005715 call wait_div_end 
+0x3d0a 005716 quotient pdata 
+0x3d0b 005717 lshift16 pdata ,pdata 
+0x3d0c 005718 remainder temp 
+0x3d0d 005719 ior temp ,pdata 
+0x3d0e 005720 fetcht 6 ,mem_sleep_clkn 
+0x3d0f 005721 call clk_add 
+0x3d10 005722 copy temp ,clkn 
+0x3d11 005723 fetch 6 ,mem_context + coffset_clk_offset 
+0x3d12 005724 call calc_clke2 
+0x3d13 005725 deposit clke 
+0x3d14 005726 store 6 ,mem_pdatatemp 
+0x3d15 005727 deposit auxcnt 
+0x3d16 005728 istore 1 ,contw 
+0x3d17 005729 hfetch 1 ,core_gpio_in1 
+0x3d18 005730 or_into 0xf0 ,pdata 
+0x3d19 005731 istore 1 ,contw 
+0x3d1a 005732 call savelist_2 
+0x3d1b 005733 rtn 
+:      005735 lpm_dispatch:
+0x3d1c 005736 set0 mark_ext_patch ,mark 
+0x3d1d 005737 bpatch patch16_2 ,mem_patch16 
+0x3d1e 005738 call lpo_calibration 
+0x3d1f 005739 fetch 3 ,mem_clks_per_lpo 
+0x3d20 005740 rtn blank 
+0x3d21 005741 fetch 1 ,mem_lpm_mode 
+0x3d22 005742 rtn blank 
+0x3d23 005743 call lpm_check_wake_lock 
+0x3d24 005744 nrtn blank 
+:      005745 lpm_dispatch0:
+0x3d25 005746 fetch 1 ,mem_context 
+0x3d26 005747 compare 3 ,pdata ,0x7 
+0x3d27 005748 nbranch lpm_dispatch_unconn ,true 
+0x3d28 005749 fetch 2 ,mem_context + coffset_tsniff 
+0x3d29 005750 rtn blank 
+0x3d2a 005751 rtn wake 
+0x3d2b 005752 set0 mark_ext_patch ,mark 
+0x3d2c 005753 bpatch patch16_3 ,mem_patch16 
+:      005754 lpm_dispatch1:
+0x3d2d 005755 fetcht 1 ,mem_lpm_current_mult 
+0x3d2e 005756 fetch 2 ,mem_context + coffset_tsniff 
+0x3d2f 005757 imul32 temp ,pdata 
+0x3d30 005758 rshift4 temp ,temp 
+0x3d31 005759 rshift2 temp ,temp 
+0x3d32 005760 isub temp ,pdata 
+0x3d33 005761 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x3d34 005762 iadd temp ,pdata 
+0x3d35 005763 fetcht 1 ,mem_lpm_overhead 
+0x3d36 005764 isub temp ,pdata 
+0x3d37 005765 lshift16 pdata ,alarm 
+0x3d38 005766 set0 mark_ext_patch ,mark 
+0x3d39 005767 bpatch patch16_4 ,mem_patch16 
+0x3d3a 005768 fetch 2 ,mem_context + coffset_rx_window 
+0x3d3b 005769 rshift pdata ,pdata 
+0x3d3c 005770 call clk2bt 
+0x3d3d 005771 deposit alarm 
+0x3d3e 005772 call clk_diff 
+0x3d3f 005773 copy clke ,temp 
+0x3d40 005774 call clk_diff_rt 
+0x3d41 005775 rtn user 
+:      005776 lpm_dispatch_sleep:
+0x3d42 005777 call clk2lpo 
+:      005778 lpm_dispatch_lpo:
+0x3d43 005779 set0 mark_ext_patch ,mark 
+0x3d44 005780 bpatch patch16_5 ,mem_patch16 
+0x3d45 005781 fetch 1 ,mem_lpm_xtalcnt 
+0x3d46 005782 isub temp ,null 
+0x3d47 005783 branch lpm_clear_counter ,positive 
+0x3d48 005784 storet 4 ,mem_sleep_counter 
+0x3d49 005785 call app_will_enter_lpm 
+0x3d4a 005786 call l2cap_lpm_save_txbuf 
+0x3d4b 005787 fetcht 4 ,mem_sleep_counter 
+0x3d4c 005788 branch lpm_sleep 
+:      005790 lpm_dispatch_unconn:
+0x3d4d 005791 set0 mark_ext_patch ,mark 
+0x3d4e 005792 bpatch patch16_6 ,mem_patch16 
+0x3d4f 005793 fetch 1 ,mem_context 
+0x3d50 005794 rtnbit1 state_inconn 
+0x3d51 005795 rtnbit1 state_inpage 
+0x3d52 005796 fetch 1 ,mem_ssp_enable 
+0x3d53 005797 branch lpm_unconn_nossp ,blank 
+0x3d54 005798 fetch 1 ,mem_sp_local_key_invalid 
+0x3d55 005799 rtn blank 
+:      005800 lpm_unconn_nossp:
+0x3d56 005801 fetch 1 ,mem_le_adv_enable 
+0x3d57 005802 nbranch lpm_unconn_cont ,blank 
+0x3d58 005803 fetch 1 ,mem_scan_mode 
+0x3d59 005804 rtn blank 
+:      005805 lpm_unconn_cont:
+0x3d5a 005806 fetch 2 ,mem_lpm_interval 
+0x3d5b 005807 rtn blank 
+:      005808 lpm_sleep_btclk:
+0x3d5c 005809 fetcht 1 ,mem_lpm_overhead 
+0x3d5d 005810 isub temp ,pdata 
+0x3d5e 005811 arg 7500 ,temp 
+0x3d5f 005812 imul32 temp ,pdata 
+0x3d60 005813 branch lpm_dispatch_sleep 
+:      005815 lpm_set_mult:
+0x3d61 005816 set0 mark_ext_patch ,mark 
+0x3d62 005817 bpatch patch16_7 ,mem_patch16 
+0x3d63 005818 disable wake 
+0x3d64 005819 fetch 1 ,mem_state 
+0x3d65 005820 rtnbit0 state_insniff 
+0x3d66 005821 nbranch lpm_not_match ,match 
+0x3d67 005822 call lpm_match 
+0x3d68 005823 fetch 2 ,mem_rx_window_sniff 
+0x3d69 005824 store 2 ,mem_rx_window 
+0x3d6a 005825 fetch 1 ,mem_arq 
+0x3d6b 005826 bbit1 wack ,lpm_mult_short 
+0x3d6c 005827 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x3d6d 005828 call l2cap_malloc_is_fifo_empty 
+0x3d6e 005829 nbranch lpm_mult_short ,blank 
+:      005830 lpm_mult_wait_timeout:
+0x3d6f 005831 jam 0 ,mem_lpm_current_mult 
+0x3d70 005832 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x3d71 005833 fetch 1 ,mem_lpm_mult_cnt 
+0x3d72 005834 branch lpm_mult_long ,blank 
+0x3d73 005835 increase -1 ,pdata 
+0x3d74 005836 store 1 ,mem_lpm_mult_cnt 
+0x3d75 005837 rtn 
+:      005839 lpm_match:
+0x3d76 005840 jam 0 ,mem_sniff_unint_lost 
+0x3d77 005841 fetch 3 ,mem_sniff_rcv 
+0x3d78 005842 increase 1 ,pdata 
+0x3d79 005843 store 3 ,mem_sniff_rcv 
+0x3d7a 005844 rtn 
+:      005846 lpm_not_match:
+0x3d7b 005847 set0 mark_ext_patch ,mark 
+0x3d7c 005848 bpatch patch17_0 ,mem_patch17 
+0x3d7d 005849 fetcht 2 ,mem_rx_window_sniff 
+0x3d7e 005850 rshift temp ,temp 
+0x3d7f 005851 fetch 2 ,mem_rx_window 
+0x3d80 005852 iadd temp ,pdata 
+0x3d81 005853 store 2 ,mem_rx_window 
+:      005854 lpm_lost:
+0x3d82 005855 jam 0 ,mem_lpm_current_mult 
+0x3d83 005856 fetch 3 ,mem_sniff_lost 
+0x3d84 005857 increase 1 ,pdata 
+0x3d85 005858 store 3 ,mem_sniff_lost 
+0x3d86 005859 fetch 1 ,mem_sniff_unint_lost 
+0x3d87 005860 increase 1 ,pdata 
+0x3d88 005861 store 1 ,mem_sniff_unint_lost 
+0x3d89 005862 rtn 
+:      005864 lpm_mult_short:
+0x3d8a 005865 jam 0 ,mem_lpm_current_mult 
+0x3d8b 005866 fetch 1 ,mem_lpm_mult_timeout 
+0x3d8c 005867 store 1 ,mem_lpm_mult_cnt 
+0x3d8d 005868 rtn 
+:      005870 lpm_mult_long:
+0x3d8e 005871 fetcht 1 ,mem_lpm_mult 
+0x3d8f 005872 storet 1 ,mem_lpm_current_mult 
+0x3d90 005873 rtn 
+:      005875 lpm_cal_xtal_startup:
+0x3d91 005876 set0 mark_ext_patch ,mark 
+0x3d92 005877 bpatch patch17_1 ,mem_patch17 
+0x3d93 005878 fetch 1 ,mem_lpm_xtalcnt 
+0x3d94 005879 nrtn blank 
+0x3d95 005880 hjam clksel_rc ,core_clksel 
+0x3d96 005881 setarg 0xf0c 
+0x3d97 005882 call lpm_write_config 
+0x3d98 005883 setarg 200000 
+0x3d99 005884 call sleep 
+0x3d9a 005885 until null ,lpo_edge 
+0x3d9b 005886 copy lpo_time ,alarm 
+0x3d9c 005887 call xtal_fast_wake 
+0x3d9d 005888 hjam clksel_xtal ,core_clksel 
+0x3d9e 005889 nop 10 
+0x3d9f 005890 until null ,lpo_edge 
+0x3da0 005891 deposit lpo_time 
+0x3da1 005892 isub alarm ,pdata 
+0x3da2 005893 increase 0x30 ,pdata 
+0x3da3 005894 arg 0xff ,temp 
+0x3da4 005895 call ceiling 
+0x3da5 005896 store 1 ,mem_lpm_xtalcnt 
+0x3da6 005897 rtn 
+:      005902 lpm_write_config:
+0x3da7 005903 arg 0xfff ,contw 
+0x3da8 005904 iand contw ,contw 
+0x3da9 005905 fetch 1 ,mem_lpm_config 
+0x3daa 005906 and_into 0xf0 ,pdata 
+0x3dab 005907 lshift8 pdata ,pdata 
+0x3dac 005908 ior contw ,pdata 
+0x3dad 005909 hstore 2 ,core_lpm_reg 
+0x3dae 005910 ifetch 2 ,contr 
+0x3daf 005911 istore 2 ,contw 
+:      005913 lpm_write_ctrl:
+0x3db0 005914 setarg lpmreg_sel_ctrl 
+0x3db1 005915 branch lpm_write 
+:      005917 lpm_write_ctrl2:
+0x3db2 005918 setarg lpmreg_sel_ctrl2 
+:      005919 lpm_write:
+0x3db3 005920 until null ,lpo_edge 
+0x3db4 005921 hstore 1 ,core_lpm_wr 
+0x3db5 005922 until null ,lpo_edge 
+0x3db6 005923 until null ,lpo_edge 
+0x3db7 005924 rtn 
+:      005927 lpm_write_gpio_wakeup:
+0x3db8 005928 set0 mark_ext_patch ,mark 
+0x3db9 005929 bpatch patch17_2 ,mem_patch17 
+0x3dba 005930 fetch 4 ,mem_gpio_wakeup_low 
+0x3dbb 005931 hstore 4 ,core_lpm_reg 
+0x3dbc 005932 setarg lpmreg_sel_gpiolow 
+0x3dbd 005933 call lpm_write 
+0x3dbe 005934 fetch 4 ,mem_gpio_wakeup_high 
+0x3dbf 005935 hstore 4 ,core_lpm_reg 
+0x3dc0 005936 setarg lpmreg_sel_gpiohigh 
+0x3dc1 005937 branch lpm_write 
+:      005939 lpm_get_wake_lock:
+0x3dc2 005940 fetch 2 ,mem_lpm_wake_lock 
+0x3dc3 005941 qset1 pdata 
+0x3dc4 005942 store 2 ,mem_lpm_wake_lock 
+0x3dc5 005943 rtn 
+:      005945 lpm_put_wake_lock:
+0x3dc6 005946 fetch 2 ,mem_lpm_wake_lock 
+0x3dc7 005947 qset0 pdata 
+0x3dc8 005948 store 2 ,mem_lpm_wake_lock 
+0x3dc9 005949 rtn 
+:      005953 lpm_check_wake_lock:
+0x3dca 005954 set0 mark_ext_patch ,mark 
+0x3dcb 005955 bpatch patch17_3 ,mem_patch17 
+0x3dcc 005956 call app_check_wake_lock 
+0x3dcd 005957 fetch 2 ,mem_lpm_wake_lock 
+0x3dce 005958 copy pdata ,rega 
+0x3dcf 005959 fetch 1 ,mem_state_map 
+0x3dd0 005960 isolate1 smap_rxlmp ,pdata 
+0x3dd1 005961 setflag true ,wake_lock_lmp_rx ,rega 
+0x3dd2 005962 fetch 1 ,mem_lmo_opcode1 
+0x3dd3 005963 fetcht 1 ,mem_lmo_opcode2 
+0x3dd4 005964 iadd temp ,pdata 
+0x3dd5 005965 fetcht 1 ,mem_lmp_to_send 
+0x3dd6 005966 iadd temp ,pdata 
+0x3dd7 005967 nsetflag blank ,wake_lock_lmp_tx ,rega 
+0x3dd8 005968 set0 mark_ext_patch ,mark 
+0x3dd9 005969 bpatch patch17_4 ,mem_patch17 
+0x3dda 005970 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x3ddb 005971 fetcht 2 ,mem_l2cap_rxbuff2_len 
+0x3ddc 005972 iadd temp ,pdata 
+0x3ddd 005973 nsetflag blank ,wake_lock_l2cap_rx ,rega 
+0x3dde 005974 fetch 5 ,mem_ipc_fifo_bt2c51 
+0x3ddf 005975 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x3de0 005976 fetch 5 ,mem_ipc_fifo_c512bt 
+0x3de1 005977 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x3de2 005978 fetch 1 ,mem_hci_cmd 
+0x3de3 005979 nsetflag blank ,wake_lock_cmd ,rega 
+0x3de4 005980 fetch 1 ,mem_device_option 
+0x3de5 005981 compare dvc_op_module ,pdata ,0xff 
+0x3de6 005982 call lpm_uart_wake_lock ,true 
+0x3de7 005983 set0 mark_ext_patch ,mark 
+0x3de8 005984 bpatch patch17_5 ,mem_patch17 
+0x3de9 005985 fetch 1 ,mem_device_option 
+0x3dea 005986 bne dvc_op_hci ,lpm_check_wake_lock_nothci 
+0x3deb 005987 call lpm_uart_wake_lock 
+0x3dec 005988 fetch 1 ,mem_link_key_exists 
+0x3ded 005989 setflag blank ,wake_link_key_exists ,rega 
+0x3dee 005990 fetch 4 ,mem_lpm_delay_after_sniff 
+0x3def 005991 arg 0x1710 ,temp 
+0x3df0 005992 iadd temp ,temp 
+0x3df1 005993 copy clkn_bt ,pdata 
+0x3df2 005994 isub temp ,null 
+0x3df3 005995 nsetflag positive ,wake_lock_delay ,rega 
+0x3df4 005996 branch lpm_check_wake_lock_end 
+:      005998 lpm_uart_wake_lock:
+0x3df5 005999 hfetch 2 ,core_uart_rxitems 
+0x3df6 006000 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x3df7 006001 hfetch 2 ,core_uart_txitems 
+0x3df8 006002 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x3df9 006003 rtn 
+:      006005 lpm_check_wake_lock_nothci:
+0x3dfa 006006 setarg -8 
+0x3dfb 006007 iand rega ,rega 
+:      006008 lpm_check_wake_lock_end:
+0x3dfc 006009 copy rega ,pdata 
+0x3dfd 006010 store 2 ,mem_lpm_wake_lock 
+0x3dfe 006011 rtn blank 
+0x3dff 006012 rtn match 
+0x3e00 006013 enable wake 
+0x3e01 006014 rtn 
+:      006016 lpm_shut_down:
+0x3e02 006017 hfetch 4 ,core_lpm_ctrl 
+0x3e03 006018 set0 27 ,pdata 
+0x3e04 006019 hstore 4 ,core_lpm_reg 
+0x3e05 006020 call lpm_write_ctrl 
+0x3e06 006021 branch assert 
+:      006023 lpm_enable_exen_output:
+0x3e07 006024 hfetch 4 ,core_lpm_xtalcnt 
+0x3e08 006025 set1 20 ,pdata 
+0x3e09 006026 hstore 4 ,core_lpm_reg 
+0x3e0a 006027 branch lpm_write_ctrl2 
+:      006029 lpm_disable_exen_output:
+0x3e0b 006030 hfetch 4 ,core_lpm_xtalcnt 
+0x3e0c 006031 set0 20 ,pdata 
+0x3e0d 006032 hstore 4 ,core_lpm_reg 
+0x3e0e 006033 branch lpm_write_ctrl2 
+:      006035 lpm_hci_wake_dispatch:
+0x3e0f 006036 set0 mark_ext_patch ,mark 
+0x3e10 006037 bpatch patch17_6 ,mem_patch17 
+0x3e11 006038 fetch 1 ,mem_device_option 
+0x3e12 006039 rtnne dvc_op_hci 
+0x3e13 006040 call gpio_check_uart_state 
+0x3e14 006041 rtn true 
+0x3e15 006042 fetch 4 ,mem_hci_wake_clk 
+0x3e16 006043 nbranch lpm_hci_check_wake_time ,blank 
+0x3e17 006044 copy clkn_bt ,pdata 
+0x3e18 006045 store 4 ,mem_hci_wake_clk 
+0x3e19 006046 branch gpio_pd_uart_tx 
+:      006047 lpm_hci_check_wake_time:
+0x3e1a 006048 set0 mark_ext_patch ,mark 
+0x3e1b 006049 bpatch patch17_7 ,mem_patch17 
+0x3e1c 006050 copy clkn_bt ,pdata 
+0x3e1d 006051 fetcht 4 ,mem_hci_wake_clk 
+0x3e1e 006052 isub temp ,pdata 
+0x3e1f 006053 arg host_wake_time ,temp 
+0x3e20 006054 isub temp ,null 
+0x3e21 006055 nrtn positive 
+0x3e22 006056 setarg 0 
+0x3e23 006057 store 4 ,mem_hci_wake_clk 
+0x3e24 006058 branch hci_exit_lpm 
+:      006060 check_bt_disabled:
+0x3e25 006061 fetch 2 ,mem_chip_functions 
+0x3e26 006062 bbit1 bt_disabled ,assert 
+0x3e27 006063 rtn 
+:      006064 check_ble_disabled:
+0x3e28 006065 fetch 2 ,mem_chip_functions 
+0x3e29 006066 bbit1 ble_disabled ,assert 
+0x3e2a 006067 rtn 
+:      006068 check_module_disabled:
+0x3e2b 006069 fetch 2 ,mem_chip_functions 
+0x3e2c 006070 bbit1 module_disable ,assert 
+0x3e2d 006071 rtn 
+:      006073 test_init:
+0x3e2e 006074 setarg test_proc 
+0x3e2f 006075 store 2 ,mem_cb_bt_process 
+0x3e30 006076 setarg test_sleep 
+0x3e31 006077 store 2 ,mem_cb_bb_event_process 
+0x3e32 006078 setarg test_proc 
+0x3e33 006079 store 2 ,mem_cb_idle_process 
+0x3e34 006080 rtn wake 
+0x3e35 006081 jam ui_led_start ,mem_led_switch 
+0x3e36 006082 rtn 
+:      006084 test_proc:
+0x3e37 006085 fetch 1 ,mem_state 
+0x3e38 006086 bbit0 state_insniff ,check_test_cond 
+0x3e39 006087 set1 mark_lpm_mult_enable ,mark 
+0x3e3a 006088 fetch 6 ,mem_sniff_rcv 
+0x3e3b 006089 store 6 ,mem_local_name 
+0x3e3c 006090 branch ui_led_blink_stop 
+:      006093 test_sleep:
+0x3e3d 006094 deposit regc 
+0x3e3e 006095 rtnne bt_evt_button_long_pressed 
+:      006096 test_sleep_loop:
+0x3e3f 006097 call ui_button_polling 
+0x3e40 006098 fetch 1 ,mem_ui_button_last_state 
+0x3e41 006099 beq 1 ,test_sleep_loop 
+0x3e42 006100 call ui_led_off 
+0x3e43 006101 branch lpm_hibernate 
+:      006104 test_tx:
+0x3e44 006105 force 2 ,temp 
+0x3e45 006106 increase -2 ,temp 
+0x3e46 006107 call set_sync_on 
+0x3e47 006108 call set_freq_tx 
+0x3e48 006109 disable enable_white 
+0x3e49 006110 enable encode_fec0 
+0x3e4a 006111 set1 txgfsk ,radio_ctrl 
+0x3e4b 006112 call start_transmitter 
+:      006113 test_tx_loop:
+0x3e4c 006114 fetch 1 ,0 
+0x3e4d 006115 inject mod ,8 
+0x3e4e 006116 branch test_tx_loop 
+:      006122 app_init:
+0x3e4f 006123 set1 mark_ext_patch ,mark 
+0x3e50 006124 bpatch patch39_5 ,mem_patch39 
+0x3e51 006125 fetch 1 ,mem_device_option 
+0x3e52 006126 branch app_init ,blank 
+0x3e53 006127 beq dvc_op_ukey ,le_ukey_init 
+0x3e54 006128 beq dvc_op_ir ,le_ir_init 
+0x3e55 006129 beq dvc_op_dongle ,le_dongle_init 
+0x3e56 006130 beq dvc_op_kb ,kb_init 
+0x3e57 006131 beq dvc_op_hci ,hci_init 
+0x3e58 006132 beq dvc_op_shutter ,shutter_init 
+0x3e59 006133 beq dvc_op_module ,module_init 
+0x3e5a 006134 beq dvc_op_ble_kb ,le_kb_init 
+0x3e5b 006135 beq dvc_op_ble_prcp ,prcp_init 
+0x3e5c 006136 beq dvc_op_test ,test_init 
+0x3e5d 006137 bbit1 dvc_op_mouse ,mouse_init 
+0x3e5e 006138 rtn 
+:      006140 app_lpm_init:
+0x3e5f 006141 set1 mark_ext_patch ,mark 
+0x3e60 006142 bpatch patch39_6 ,mem_patch39 
+0x3e61 006143 jam 0 ,mem_tester_emulate 
+0x3e62 006144 jam 0 ,mem_debug_config 
+0x3e63 006145 jam 0 ,mem_lch_code 
+0x3e64 006146 setarg 0 
+0x3e65 006147 store 5 ,mem_sp_state_start 
+0x3e66 006148 fetch 1 ,mem_device_option 
+0x3e67 006149 branch app_lpm_init ,blank 
+0x3e68 006150 beq dvc_op_module ,module_lpm_init 
+0x3e69 006151 rtn 
+:      006154 app_process_idle:
+0x3e6a 006155 call ui_dispatch 
+0x3e6b 006156 call check_51cmd 
+0x3e6c 006157 call app_process_bb_event 
+0x3e6d 006158 fetch 2 ,mem_cb_idle_process 
+0x3e6e 006159 branch callback_func 
+:      006161 app_process_bt:
+0x3e6f 006162 fetch 2 ,mem_cb_bt_process 
+0x3e70 006163 branch callback_func 
+:      006165 app_process_ble:
+0x3e71 006166 fetch 2 ,mem_cb_le_process 
+0x3e72 006167 branch callback_func 
+:      006169 app_process_bb_event:
+0x3e73 006170 set1 mark_ext_patch ,mark 
+0x3e74 006171 bpatch patch39_7 ,mem_patch39 
+0x3e75 006173 arg mem_ipc_fifo_bt2c51 ,rega 
+0x3e76 006174 call fifo_out 
+0x3e77 006175 rtn blank 
+0x3e78 006177 copy pdata ,regc 
+0x3e79 006178 call app_event_normal_process 
+0x3e7a 006179 branch app_process_bb_event_priority 
+:      006181 app_discard_event:
+0x3e7b 006182 arg 0 ,regc 
+0x3e7c 006183 rtn 
+:      006188 app_event_normal_process:
+0x3e7d 006189 beq bt_evt_bb_connected ,app_evt_bt_conn 
+0x3e7e 006190 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x3e7f 006191 beq bt_evt_setup_complete ,app_evt_setup_complete 
+0x3e80 006192 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
+0x3e81 006193 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
+0x3e82 006194 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
+0x3e83 006195 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
+0x3e84 006196 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
+0x3e85 006197 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x3e86 006198 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x3e87 006199 beq bt_evt_reconn_started ,app_event_reconn_start 
+0x3e88 006200 beq bt_evt_enter_sniff ,app_event_enter_sniff 
+0x3e89 006201 beq bt_evt_exit_sniff ,app_event_exit_sniff 
+0x3e8a 006203 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
+0x3e8b 006204 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
+0x3e8c 006205 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
+0x3e8d 006206 beq bt_evt_switch_success_master ,app_event_switch_success 
+0x3e8e 006208 and pdata ,0x0f ,temp 
+0x3e8f 006209 and_into bt_evt_timer_mask ,pdata 
+0x3e90 006210 beq bt_evt_timer_init ,app_evt_timer 
+0x3e91 006211 rtn 
+:      006213 app_evt_bt_conn:
+0x3e92 006214 fetch 2 ,mem_ui_state_map 
+0x3e93 006215 set1 ui_state_bt_connected ,pdata 
+0x3e94 006216 store 2 ,mem_ui_state_map 
+0x3e95 006217 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3e96 006218 set0 app_disc_by_button ,pdata 
+0x3e97 006219 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3e98 006220 rtn 
+:      006221 app_event_switch_success:
+0x3e99 006222 jam 0 ,mem_switch_fail_master_count 
+0x3e9a 006223 rtn 
+:      006225 app_event_switch_fail_master:
+0x3e9b 006226 fetch 1 ,mem_switch_fail_master_count 
+0x3e9c 006227 increase 1 ,pdata 
+0x3e9d 006228 store 1 ,mem_switch_fail_master_count 
+0x3e9e 006229 sub pdata ,1 ,null 
+0x3e9f 006230 branch app_bt_role_switch ,positive 
+0x3ea0 006231 jam 0 ,mem_switch_fail_master_count 
+0x3ea1 006232 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3ea2 006233 set1 app_disc_switch_fail ,pdata 
+0x3ea3 006234 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3ea4 006235 branch app_bt_disconnect 
+:      006237 app_process_bb_event_priority:
+0x3ea5 006238 fetch 2 ,mem_cb_bb_event_process 
+0x3ea6 006239 branch callback_func 
+:      006241 app_check_wake_lock:
+0x3ea7 006242 fetch 2 ,mem_cb_check_wakelock 
+0x3ea8 006243 branch callback_func 
+:      006245 app_will_enter_lpm:
+0x3ea9 006246 fetch 2 ,mem_cb_before_lpm 
+0x3eaa 006247 branch callback_func 
+:      006249 app_event_linkkey_generate:
+0x3eab 006250 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3eac 006251 set1 app_disc_after_pairing ,pdata 
+0x3ead 006252 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3eae 006253 branch app_bt_store_reconn_info 
+:      006255 app_event_reconn_start:
+0x3eaf 006256 fetch 2 ,mem_ui_state_map 
+0x3eb0 006257 set1 ui_state_bt_reconnect ,pdata 
+0x3eb1 006258 store 2 ,mem_ui_state_map 
+0x3eb2 006259 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3eb3 006260 set1 app_disc_after_reconn ,pdata 
+0x3eb4 006261 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3eb5 006262 rtn 
+:      006264 app_evt_setup_complete:
+0x3eb6 006265 fetch 2 ,mem_ui_state_map 
+0x3eb7 006266 set1 ui_state_bt_setup_complete ,pdata 
+0x3eb8 006267 store 2 ,mem_ui_state_map 
+0x3eb9 006268 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3eba 006269 set1 app_disc_after_setup_done ,pdata 
+0x3ebb 006270 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3ebc 006271 rtn 
+:      006273 app_evt_hid_handshake:
+0x3ebd 006274 fetch 2 ,mem_ui_state_map 
+0x3ebe 006275 set1 ui_state_bt_hid_handshake ,pdata 
+0x3ebf 006276 store 2 ,mem_ui_state_map 
+0x3ec0 006277 rtn 
+:      006279 app_event_enter_sniff:
+0x3ec1 006280 fetch 2 ,mem_ui_state_map 
+0x3ec2 006281 set1 ui_state_bt_sniff ,pdata 
+0x3ec3 006282 store 2 ,mem_ui_state_map 
+0x3ec4 006283 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3ec5 006284 set1 app_disc_after_sniff ,pdata 
+0x3ec6 006285 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3ec7 006286 rtn 
+:      006288 app_event_exit_sniff:
+0x3ec8 006289 fetch 2 ,mem_ui_state_map 
+0x3ec9 006290 set0 ui_state_bt_sniff ,pdata 
+0x3eca 006291 store 2 ,mem_ui_state_map 
+0x3ecb 006292 rtn 
+:      006294 app_le_event_bb_connected:
+0x3ecc 006295 fetch 2 ,mem_ui_state_map 
+0x3ecd 006296 set1 ui_state_ble_connected ,pdata 
+0x3ece 006297 store 2 ,mem_ui_state_map 
+0x3ecf 006298 rtn 
+:      006300 app_le_event_bb_disconn:
+0x3ed0 006301 fetch 2 ,mem_ui_state_map 
+0x3ed1 006302 set0 ui_state_ble_connected ,pdata 
+0x3ed2 006303 store 2 ,mem_ui_state_map 
+0x3ed3 006304 jam 0 ,mem_le_switch_send_data 
+0x3ed4 006305 branch app_lpm_mult_disable 
+:      006307 app_bb_event_hid_connected:
+0x3ed5 006308 fetch 2 ,mem_ui_state_map 
+0x3ed6 006309 set1 ui_state_bt_hid_conn ,pdata 
+0x3ed7 006310 store 2 ,mem_ui_state_map 
+0x3ed8 006311 rtn 
+:      006313 app_evt_button_long_pressed:
+0x3ed9 006314 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3eda 006315 set1 app_disc_by_button ,pdata 
+0x3edb 006316 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3edc 006317 rtn 
+:      006319 app_event_ml2cap_conn_refused:
+0x3edd 006320 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3ede 006321 set1 app_disc_l2cap_refused ,pdata 
+0x3edf 006322 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3ee0 006323 branch app_bt_disconnect 
+:      006326 app_evt_timer:
+0x3ee1 006327 set1 mark_ext_patch ,mark 
+0x3ee2 006328 bpatch patch3a_0 ,mem_patch3a 
+0x3ee3 006329 storet 1 ,mem_app_evt_timer_count 
+:      006330 app_evt_100ms_loop:
+0x3ee4 006331 fetch 1 ,mem_app_evt_timer_count 
+0x3ee5 006332 rtn blank 
+0x3ee6 006333 increase -1 ,pdata 
+0x3ee7 006334 store 1 ,mem_app_evt_timer_count 
+0x3ee8 006335 call ui_button_polling 
+0x3ee9 006336 call app_lpm_wake_auto_lock_timer 
+0x3eea 006337 call app_unsniff_delay_timer 
+0x3eeb 006338 call app_discovery_timer 
+0x3eec 006339 branch app_evt_100ms_loop 
+:      006341 app_unsniff_delay_timer:
+0x3eed 006342 fetch 1 ,mem_unsniff2sniff_timer_count 
+0x3eee 006343 rtn blank 
+0x3eef 006344 increase -1 ,pdata 
+0x3ef0 006345 store 1 ,mem_unsniff2sniff_timer_count 
+0x3ef1 006346 nrtn blank 
+0x3ef2 006347 call context_check_idle 
+0x3ef3 006348 branch app_bt_enter_sniff ,zero 
+0x3ef4 006349 rtn 
+:      006350 app_discovery_timer:
+0x3ef5 006351 fetch 2 ,mem_discovery_timeout_timer_count 
+0x3ef6 006352 rtn blank 
+0x3ef7 006353 increase -1 ,pdata 
+0x3ef8 006354 store 2 ,mem_discovery_timeout_timer_count 
+0x3ef9 006355 nrtn blank 
+0x3efa 006356 call app_bt_stop_discovery 
+0x3efb 006357 call app_led_off 
+0x3efc 006358 fetch 2 ,mem_cb_discovry_timeout 
+0x3efd 006359 branch callback_func 
+:      006361 app_bb_event_reconn_failed:
+0x3efe 006362 call app_disconn_reason_flag_clear 
+:      006363 app_clear_reconnect_flag:
+0x3eff 006364 fetch 2 ,mem_ui_state_map 
+0x3f00 006365 set0 ui_state_bt_reconnect ,pdata 
+0x3f01 006366 store 2 ,mem_ui_state_map 
+0x3f02 006367 rtn 
+:      006369 app_bb_event_bb_disconn:
+0x3f03 006370 jam 0 ,mem_unsniff2sniff_timer_count 
+0x3f04 006371 fetch 2 ,mem_ui_state_map 
+0x3f05 006372 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
+0x3f06 006373 isolate0 ui_state_bt_setup_complete ,pdata 
+0x3f07 006374 call app_discard_event ,true 
+:      006375 app_bb_event_bb_reconn_disconn:
+0x3f08 006376 fetch 2 ,mem_ui_state_map 
+0x3f09 006377 set0 ui_state_bt_connected ,pdata 
+0x3f0a 006378 set0 ui_state_bt_setup_complete ,pdata 
+0x3f0b 006379 set0 ui_state_bt_hid_conn ,pdata 
+0x3f0c 006380 set0 ui_state_bt_hid_handshake ,pdata 
+0x3f0d 006381 set0 ui_state_bt_spp_conn ,pdata 
+0x3f0e 006382 store 2 ,mem_ui_state_map 
+0x3f0f 006383 branch app_lpm_mult_disable 
+:      006385 app_bb_hibernate:
+0x3f10 006386 call app_disconn_reason_clear 
+0x3f11 006387 branch app_enter_hibernate 
+:      006390 app_event_do_nothing:
+:      006391 app_disconn_reason_clear:
+0x3f12 006392 setarg 0 
+0x3f13 006393 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x3f14 006394 rtn 
+:      006395 app_disconn_reason_flag_clear:
+0x3f15 006396 setarg 0 
+0x3f16 006397 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3f17 006398 rtn 
+:      006401 app_disconn_reason_collect_bt:
+0x3f18 006402 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3f19 006403 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x3f1a 006404 setarg 0 
+0x3f1b 006405 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3f1c 006406 rtn 
+:      006408 app_disconn_reason_collect_ble:
+0x3f1d 006409 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3f1e 006410 set1 app_disc_ble ,pdata 
+0x3f1f 006411 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x3f20 006412 setarg 0 
+0x3f21 006413 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3f22 006414 rtn 
+:      006420 app_check_reconn_target:
+0x3f23 006421 call eeprom_load_reconn_info 
+0x3f24 006422 fetch 6 ,mem_hci_plap 
+0x3f25 006423 rtn 
+:      006425 app_le_check_reconn_target:
+0x3f26 006426 fetch 1 ,mem_ltk_exists 
+0x3f27 006427 branch app_le_check_reconn_target_none ,blank 
+0x3f28 006428 call app_led_on 
+0x3f29 006429 branch app_ble_start_direct_adv 
+:      006430 app_le_check_reconn_target_none:
+0x3f2a 006431 call app_led_start_blink 
+0x3f2b 006432 branch app_ble_start_adv 
+:      006434 app_check_plap:
+0x3f2c 006435 set1 mark_ext_patch ,mark 
+0x3f2d 006436 bpatch patch3a_1 ,mem_patch3a 
+0x3f2e 006437 arg mem_check_plap_temp ,regb 
+0x3f2f 006438 arg app_check_one_plap ,regc 
+0x3f30 006439 branch context_search 
+:      006441 app_check_one_plap:
+0x3f31 006442 arg 0 ,temp 
+0x3f32 006443 bbit0 state_inconn ,app_check_one_plap_next 
+0x3f33 006444 add rega ,coffset_plap ,contr 
+0x3f34 006445 ifetcht 6 ,contr 
+:      006446 app_check_one_plap_next:
+0x3f35 006447 copy temp ,pdata 
+0x3f36 006448 ncall app_check_one_plap_device_exist ,blank 
+0x3f37 006449 istoret 6 ,regb 
+0x3f38 006450 increase 6 ,regb 
+0x3f39 006451 branch context_search_next 
+:      006452 app_check_one_plap_device_exist:
+0x3f3a 006453 fetch 1 ,mem_device_nums 
+0x3f3b 006454 increase 1 ,pdata 
+0x3f3c 006455 store 1 ,mem_device_nums 
+0x3f3d 006456 rtn 
+:      006458 app_check_conn_device_nums_addr:
+0x3f3e 006459 jam 0 ,mem_device_nums 
+0x3f3f 006460 branch app_check_plap 
+:      006462 app_check_sniff:
+0x3f40 006463 fetch 1 ,mem_ui_state_map 
+0x3f41 006464 isolate1 ui_state_bt_sniff ,pdata 
+0x3f42 006465 rtn 
+:      006470 app_clearflag_store:
+0x3f43 006471 setarg 0 
+0x3f44 006472 branch app_flag_store 
+:      006473 app_initflag_store:
+0x3f45 006474 setarg eeprom_init_flag 
+:      006475 app_flag_store:
+0x3f46 006476 store 2 ,mem_timeup 
+0x3f47 006477 set1 mark_ext_patch ,mark 
+0x3f48 006478 bpatch patch3a_2 ,mem_patch3a 
+0x3f49 006479 arg 2 ,temp 
+0x3f4a 006480 arg mem_timeup ,rega 
+0x3f4b 006481 arg eeprom_module_init_flag ,regb 
+0x3f4c 006482 branch iicd_write_eep_data 
+:      006485 app_initflag_check:
+0x3f4d 006486 set1 mark_ext_patch ,mark 
+0x3f4e 006487 bpatch patch3a_3 ,mem_patch3a 
+0x3f4f 006488 arg 2 ,temp 
+0x3f50 006489 arg mem_pdatatemp ,rega 
+0x3f51 006490 arg eeprom_module_init_flag ,regb 
+0x3f52 006491 call iicd_read_eep_data 
+0x3f53 006492 fetch 2 ,mem_pdatatemp 
+0x3f54 006493 arg eeprom_init_flag ,temp 
+0x3f55 006494 isub temp ,null 
+0x3f56 006495 rtn 
+:      006498 app_start_auto_sniff:
+0x3f57 006499 fetch 1 ,mem_unsniff2sniff_timer 
+0x3f58 006500 store 1 ,mem_unsniff2sniff_timer_count 
+0x3f59 006501 rtn 
+:      006503 app_get_lpm_wake_lock:
+0x3f5a 006504 arg wake_lock_app ,queue 
+0x3f5b 006505 branch lpm_get_wake_lock 
+:      006507 app_put_lpm_wake_lock:
+0x3f5c 006508 arg wake_lock_app ,queue 
+0x3f5d 006509 branch lpm_put_wake_lock 
+:      006511 app_lpm_wake_auto_lock:
+0x3f5e 006512 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x3f5f 006513 branch app_get_lpm_wake_lock 
+:      006514 app_lpm_wake_auto_lock_timer:
+0x3f60 006515 fetch 1 ,mem_wake_up_delay_timer 
+0x3f61 006516 rtn blank 
+0x3f62 006517 increase -1 ,pdata 
+0x3f63 006518 store 1 ,mem_wake_up_delay_timer 
+0x3f64 006519 nrtn blank 
+0x3f65 006520 branch app_put_lpm_wake_lock 
+:      006522 app_l2cap_flow_control_enable:
+0x3f66 006523 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
+0x3f67 006524 rtn 
+:      006526 app_l2cap_flow_control_disable:
+0x3f68 006527 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
+0x3f69 006528 rtn 
+:      006530 app_bt_set_pincode:
+0x3f6a 006531 jam bt_cmd_set_pin_code ,mem_fifo_temp 
+0x3f6b 006532 branch ui_ipc_send_cmd 
+:      006534 app_bt_role_switch:
+0x3f6c 006535 jam bt_cmd_role_switch ,mem_fifo_temp 
+0x3f6d 006536 branch ui_ipc_send_cmd 
+:      006538 app_bt_start_reconnect:
+0x3f6e 006539 set1 mark_ext_patch ,mark 
+0x3f6f 006540 bpatch patch3a_4 ,mem_patch3a 
+0x3f70 006541 fetch 1 ,mem_app_connection_options 
+0x3f71 006542 store 1 ,mem_connection_options 
+0x3f72 006543 jam app_flag_reconnect ,mem_reconnect_flag 
+0x3f73 006544 jam bt_cmd_reconnect ,mem_fifo_temp 
+0x3f74 006545 branch ui_ipc_send_cmd 
+:      006547 app_bt_reconnect_cancel:
+0x3f75 006548 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
+0x3f76 006549 branch ui_ipc_send_cmd 
+:      006551 app_bt_disconnect:
+0x3f77 006552 jam bt_cmd_disconnect ,mem_fifo_temp 
+0x3f78 006553 branch ui_ipc_send_cmd 
+:      006555 app_bt_start_discovery_short:
+0x3f79 006556 fetch 2 ,mem_discovery_timeout 
+0x3f7a 006557 store 2 ,mem_discovery_timeout_timer_count 
+:      006558 app_bt_start_discovery_led_blink:
+0x3f7b 006559 call app_led_start_blink 
+:      006560 app_bt_start_discovery:
+0x3f7c 006561 jam bt_cmd_start_discovery ,mem_fifo_temp 
+0x3f7d 006562 branch ui_ipc_send_cmd 
+:      006564 app_bt_stop_discovery:
+0x3f7e 006565 setarg 0 
+0x3f7f 006566 store 2 ,mem_discovery_timeout_timer_count 
+0x3f80 006567 jam bt_cmd_stop_discovery ,mem_fifo_temp 
+0x3f81 006568 branch ui_ipc_send_cmd 
+:      006570 app_ble_start_direct_adv:
+0x3f82 006571 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x3f83 006572 branch ui_ipc_send_cmd 
+:      006574 app_ble_stop_direct_adv:
+0x3f84 006575 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x3f85 006576 branch ui_ipc_send_cmd 
+:      006578 app_ble_stop_adv:
+0x3f86 006579 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x3f87 006580 branch ui_ipc_send_cmd 
+:      006582 app_ble_start_adv:
+0x3f88 006583 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x3f89 006584 branch ui_ipc_send_cmd 
+:      006586 app_ble_start_scan:
+0x3f8a 006587 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x3f8b 006588 branch ui_ipc_send_cmd 
+:      006590 app_ble_stop_scan:
+0x3f8c 006591 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x3f8d 006592 branch ui_ipc_send_cmd 
+:      006594 app_ble_start_conn:
+0x3f8e 006595 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x3f8f 006596 branch ui_ipc_send_cmd 
+:      006598 app_ble_disconnect:
+0x3f90 006599 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x3f91 006600 branch ui_ipc_send_cmd 
+:      006602 app_ble_start_write:
+0x3f92 006603 jam bt_cmd_le_start_write ,mem_fifo_temp 
+0x3f93 006604 branch ui_ipc_send_cmd 
+:      006606 app_led_start_blink:
+0x3f94 006607 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x3f95 006608 branch ui_ipc_send_cmd 
+:      006610 app_led_on:
+0x3f96 006611 jam bt_cmd_led_on ,mem_fifo_temp 
+0x3f97 006612 branch ui_ipc_send_cmd 
+:      006614 app_led_stop_blink:
+:      006615 app_led_off:
+0x3f98 006616 jam bt_cmd_led_off ,mem_fifo_temp 
+0x3f99 006617 branch ui_ipc_send_cmd 
+:      006619 app_enter_hibernate:
+0x3f9a 006620 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x3f9b 006621 branch ui_ipc_send_cmd 
+:      006623 app_bt_sniff_exit:
+0x3f9c 006624 jam bt_cmd_exit_sniff ,mem_fifo_temp 
+0x3f9d 006625 branch ui_ipc_send_cmd 
+:      006627 app_bt_enter_sniff:
+0x3f9e 006628 jam bt_cmd_enter_sniff ,mem_fifo_temp 
+0x3f9f 006629 branch ui_ipc_send_cmd 
+:      006631 app_ble_store_reconn_info:
+0x3fa0 006632 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x3fa1 006633 branch ui_ipc_send_cmd 
+:      006635 app_bt_store_reconn_info:
+0x3fa2 006636 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
+0x3fa3 006637 branch ui_ipc_send_cmd 
+:      006639 app_lpm_mult_enable:
+0x3fa4 006640 set1 mark_lpm_mult_enable ,mark 
+0x3fa5 006641 rtn 
+:      006643 app_lpm_mult_disable:
+0x3fa6 006644 set0 mark_lpm_mult_enable ,mark 
+0x3fa7 006645 rtn 
+:      006649 at_restore_param:
+0x3fa8 006650 set1 mark_ext_patch ,mark 
+0x3fa9 006651 bpatch patch32_0 ,mem_patch32 
+0x3faa 006652 arg 32 ,temp 
+0x3fab 006653 arg mem_le_name_len ,rega 
+0x3fac 006654 arg eeprom_module_ble_name_length ,regb 
+0x3fad 006655 call iicd_read_eep_data 
+0x3fae 006658 arg 32 ,temp 
+0x3faf 006659 arg mem_local_name_length ,rega 
+0x3fb0 006660 arg eeprom_module_bt_name_length ,regb 
+0x3fb1 006661 call iicd_read_eep_data 
+0x3fb2 006663 arg 6 ,temp 
+0x3fb3 006664 arg mem_lap ,rega 
+0x3fb4 006665 arg eeprom_module_bt_adss ,regb 
+0x3fb5 006666 call iicd_read_eep_data 
+0x3fb6 006668 arg 6 ,temp 
+0x3fb7 006669 arg mem_le_lap ,rega 
+0x3fb8 006670 arg eeprom_module_le_adss ,regb 
+0x3fb9 006671 call iicd_read_eep_data 
+0x3fba 006672 call le_modified_name 
+0x3fbb 006674 arg 2 ,temp 
+0x3fbc 006675 arg mem_baud ,rega 
+0x3fbd 006676 arg eeprom_module_trans_baud ,regb 
+0x3fbe 006677 call iicd_read_eep_data 
+0x3fbf 006678 call uart_set_baud_by_mem 
+0x3fc0 006680 branch at_restore_pin_code 
+:      006682 at_restore_pin_code:
+0x3fc1 006683 arg 14 ,temp 
+0x3fc2 006684 arg mem_pin_length ,rega 
+0x3fc3 006685 arg eeprom_module_pincode_length ,regb 
+0x3fc4 006686 branch iicd_read_eep_data 
+:      006688 init_module_environment:
+0x3fc5 006689 set1 mark_ext_patch ,mark 
+0x3fc6 006690 bpatch patch32_1 ,mem_patch32 
+0x3fc7 006691 call app_initflag_check 
+0x3fc8 006692 branch at_restore_param ,zero 
+:      006693 init_module_eeprom:
+0x3fc9 006694 call at_store_bt_name 
+0x3fca 006695 call at_store_le_name 
+0x3fcb 006696 call le_modified_name 
+0x3fcc 006697 call at_store_le_adss 
+0x3fcd 006698 call at_store_bt_adss 
+0x3fce 006699 call pincode_reinit 
+0x3fcf 006700 call at_store_bt_pincode 
+0x3fd0 006701 call at_store_throughput_uart_baud115200 
+0x3fd1 006702 branch app_initflag_store 
+:      006704 at_store_bt_name:
+0x3fd2 006705 fetcht 1 ,mem_local_name_length 
+0x3fd3 006706 increase 1 ,temp 
+0x3fd4 006707 arg mem_local_name_length ,rega 
+0x3fd5 006708 arg eeprom_module_bt_name_length ,regb 
+0x3fd6 006709 branch iicd_write_eep_data 
+:      006711 at_store_le_name:
+0x3fd7 006712 fetcht 1 ,mem_le_name_len 
+0x3fd8 006713 increase 1 ,temp 
+0x3fd9 006714 arg mem_le_name_len ,rega 
+0x3fda 006715 arg eeprom_module_ble_name_length ,regb 
+0x3fdb 006716 branch iicd_write_eep_data 
+:      006718 at_store_le_adss:
+0x3fdc 006719 arg 6 ,temp 
+0x3fdd 006720 arg mem_le_lap ,rega 
+0x3fde 006721 arg eeprom_module_le_adss ,regb 
+0x3fdf 006722 branch iicd_write_eep_data 
+:      006724 at_store_bt_adss:
+0x3fe0 006725 arg 6 ,temp 
+0x3fe1 006726 arg mem_lap ,rega 
+0x3fe2 006727 arg eeprom_module_bt_adss ,regb 
+0x3fe3 006728 branch iicd_write_eep_data 
+:      006730 at_store_bt_pincode:
+0x3fe4 006731 fetcht 1 ,mem_pin_length 
+0x3fe5 006732 increase 1 ,temp 
+0x3fe6 006733 arg mem_pin_length ,rega 
+0x3fe7 006734 arg eeprom_module_pincode_length ,regb 
+0x3fe8 006735 branch iicd_write_eep_data 
+:      006737 at_store_throughput_uart_baud115200:
+0x3fe9 006738 setarg at_baud_115200 
+0x3fea 006739 store 2 ,mem_timeup 
+:      006740 at_store_throughput_uart_baud:
+0x3feb 006741 arg 2 ,temp 
+0x3fec 006742 arg mem_timeup ,rega 
+0x3fed 006743 arg eeprom_module_trans_baud ,regb 
+0x3fee 006744 branch iicd_write_eep_data 
+:      006747 at_process:
+0x3fef 006748 set1 mark_ext_patch ,mark 
+0x3ff0 006749 bpatch patch32_2 ,mem_patch32 
+0x3ff1 006750 fetch 2 ,mem_current_packet_length 
+0x3ff2 006751 arg 300 ,temp 
+0x3ff3 006752 isub temp ,null 
+0x3ff4 006753 branch at_error_rev_end ,positive 
+0x3ff5 006754 call check_module_disabled 
+0x3ff6 006755 call get_uart_rrptr 
+0x3ff7 006756 copy contru ,rega 
+0x3ff8 006757 fetch 2 ,mem_current_packet_length 
+0x3ff9 006758 increase -2 ,pdata 
+0x3ffa 006759 iadd contru ,contru 
+0x3ffb 006760 ifetch 2 ,contru 
+0x3ffc 006761 arg at_cmd_end ,temp 
+0x3ffd 006762 isub temp ,null 
+0x3ffe 006763 nrtn zero 
+0x3fff 006764 copy rega ,contru 
+0x4000 006765 arg mem_prarm_atp ,regb 
+0x4001 006766 arg 3 ,loopcnt 
+0x4002 006767 call string_compare_uart_follow 
+0x4003 006768 nbranch at_error_rev_end ,true 
+0x4004 006769 branch at_dispatch 
+:      006771 at_dispatch:
+0x4005 006772 set1 mark_ext_patch ,mark 
+0x4006 006773 bpatch patch32_3 ,mem_patch32 
+0x4007 006775 copy contru ,rega 
+0x4008 006776 arg mem_prarm_name ,regb 
+0x4009 006777 force 4 ,loopcnt 
+0x400a 006778 call string_compare_uart_follow 
+0x400b 006779 branch at_rev_name ,true 
+0x400c 006781 arg mem_prarm_blename ,regb 
+0x400d 006782 force 7 ,loopcnt 
+0x400e 006783 call string_compare_uart_follow 
+0x400f 006784 branch at_rev_le_name ,true 
+0x4010 006786 arg mem_prarm_adss ,regb 
+0x4011 006787 force 4 ,loopcnt 
+0x4012 006788 call string_compare_uart_follow 
+0x4013 006789 branch at_rev_adss ,true 
+0x4014 006791 arg mem_prarm_bleadss ,regb 
+0x4015 006792 force 7 ,loopcnt 
+0x4016 006793 call string_compare_uart_follow 
+0x4017 006794 branch at_rev_leadss ,true 
+0x4018 006796 arg mem_prarm_vers ,regb 
+0x4019 006797 force 4 ,loopcnt 
+0x401a 006798 call string_compare_uart_follow 
+0x401b 006799 branch at_rev_vers ,true 
+0x401c 006801 arg mem_prarm_uart ,regb 
+0x401d 006802 force 4 ,loopcnt 
+0x401e 006803 call string_compare_uart_follow 
+0x401f 006804 branch at_rev_uart ,true 
+0x4020 006806 arg mem_prarm_pswd ,regb 
+0x4021 006807 force 4 ,loopcnt 
+0x4022 006808 call string_compare_uart_follow 
+0x4023 006809 branch at_rev_pswd ,true 
+0x4024 006811 arg mem_prarm_class ,regb 
+0x4025 006812 force 5 ,loopcnt 
+0x4026 006813 call string_compare_uart_follow 
+0x4027 006814 branch at_rev_class ,true 
+0x4028 006816 arg mem_prarm_list ,regb 
+0x4029 006817 force 4 ,loopcnt 
+0x402a 006818 call string_compare_uart_follow 
+0x402b 006819 branch at_rev_list ,true 
+0x402c 006821 arg mem_prarm_role ,regb 
+0x402d 006822 force 4 ,loopcnt 
+0x402e 006823 call string_compare_uart_follow 
+0x402f 006824 branch at_rev_role ,true 
+0x4030 006826 arg mem_prarm_sniff ,regb 
+0x4031 006827 force 5 ,loopcnt 
+0x4032 006828 call string_compare_uart_follow 
+0x4033 006829 branch at_rev_sniff ,true 
+0x4034 006831 arg mem_prarm_ldev ,regb 
+0x4035 006832 force 4 ,loopcnt 
+0x4036 006833 call string_compare_uart_follow 
+0x4037 006834 branch at_rev_ldev ,true 
+0x4038 006836 arg mem_prarm_rssi ,regb 
+0x4039 006837 force 4 ,loopcnt 
+0x403a 006838 call string_compare_uart_follow 
+0x403b 006839 branch at_rev_rssi ,true 
+0x403c 006841 arg mem_prarm_cdev ,regb 
+0x403d 006842 force 4 ,loopcnt 
+0x403e 006843 call string_compare_uart_follow 
+0x403f 006844 branch at_rev_cdev ,true 
+0x4040 006846 arg mem_prarm_inqr ,regb 
+0x4041 006847 force 4 ,loopcnt 
+0x4042 006848 call string_compare_uart_follow 
+0x4043 006849 branch at_rev_inqr ,true 
+0x4044 006851 arg mem_prarm_bleinqr ,regb 
+0x4045 006852 force 7 ,loopcnt 
+0x4046 006853 call string_compare_uart_follow 
+0x4047 006854 branch at_rev_leinqr ,true 
+0x4048 006856 arg mem_prarm_cmode ,regb 
+0x4049 006857 force 5 ,loopcnt 
+0x404a 006858 call string_compare_uart_follow 
+0x404b 006859 branch at_rev_cmode ,true 
+0x404c 006861 arg mem_prarm_mode ,regb 
+0x404d 006862 force 4 ,loopcnt 
+0x404e 006863 call string_compare_uart_follow 
+0x404f 006864 branch at_rev_mode ,true 
+0x4050 006866 arg mem_prarm_dmstate ,regb 
+0x4051 006867 force 7 ,loopcnt 
+0x4052 006868 call string_compare_uart_follow 
+0x4053 006869 branch at_rev_dmstate ,true 
+0x4054 006871 arg mem_prarm_reconn ,regb 
+0x4055 006872 force 6 ,loopcnt 
+0x4056 006873 call string_compare_uart_follow 
+0x4057 006874 branch at_rev_reconn ,true 
+0x4058 006876 arg mem_prarm_discov ,regb 
+0x4059 006877 force 6 ,loopcnt 
+0x405a 006878 call string_compare_uart_follow 
+0x405b 006879 branch at_rev_discov ,true 
+0x405c 006881 arg mem_prarm_dis ,regb 
+0x405d 006882 force 3 ,loopcnt 
+0x405e 006883 call string_compare_uart_follow 
+0x405f 006884 branch at_rev_dis ,true 
+0x4060 006886 arg mem_prarm_stsn ,regb 
+0x4061 006887 force 4 ,loopcnt 
+0x4062 006888 call string_compare_uart_follow 
+0x4063 006889 branch at_rev_stsn ,true 
+0x4064 006891 arg mem_prarm_clrflg ,regb 
+0x4065 006892 force 6 ,loopcnt 
+0x4066 006893 call string_compare_uart_follow 
+0x4067 006894 branch at_rev_clrflg ,true 
+0x4068 006896 arg mem_prarm_ota ,regb 
+0x4069 006897 force 3 ,loopcnt 
+0x406a 006898 call string_compare_uart_follow 
+0x406b 006899 branch at_rev_ota ,true 
+0x406c 006900 branch at_error_rev_end 
+:      006903 at_rev_name:
+0x406d 006904 ifetch 1 ,contru 
+0x406e 006905 beq at_ques ,at_rev_name_inquiry 
+0x406f 006906 beq at_equ ,at_rev_name_set 
+0x4070 006907 branch at_error_rev_end 
+:      006908 at_rev_name_inquiry:
+0x4071 006909 call get_uart_twptr 
+0x4072 006910 call at_group_name_inquiry 
+0x4073 006911 branch at_nomal_rev_end 
+:      006914 at_rev_le_name:
+0x4074 006915 ifetch 1 ,contru 
+0x4075 006916 beq at_ques ,at_rev_le_name_inquiry 
+0x4076 006917 beq at_equ ,at_rev_le_name_set 
+0x4077 006918 branch at_error_rev_end 
+:      006919 at_rev_le_name_inquiry:
+0x4078 006920 call get_uart_twptr 
+0x4079 006921 call at_group_le_name_inquiry 
+0x407a 006922 branch at_nomal_rev_end 
+:      006924 at_rev_adss:
+0x407b 006925 ifetch 1 ,contru 
+0x407c 006926 beq at_ques ,at_rev_adss_inquiry 
+0x407d 006927 beq at_equ ,at_rev_adss_set 
+0x407e 006928 branch at_error_rev_end 
+:      006929 at_rev_adss_inquiry:
+0x407f 006930 call at_group_adss_inquiry 
+0x4080 006931 branch at_nomal_rev_end 
+:      006933 at_rev_leadss:
+0x4081 006934 ifetch 1 ,contru 
+0x4082 006935 beq at_ques ,at_rev_leadss_inquiry 
+0x4083 006936 beq at_equ ,at_rev_leadss_set 
+0x4084 006937 branch at_error_rev_end 
+:      006938 at_rev_leadss_inquiry:
+0x4085 006940 call at_group_leadss_inquiry 
+0x4086 006941 branch at_nomal_rev_end 
+:      006943 at_rev_vers:
+0x4087 006944 ifetch 1 ,contru 
+0x4088 006945 beq at_ques ,at_rev_vers_inquiry 
+0x4089 006946 branch at_error_rev_end 
+:      006947 at_rev_vers_inquiry:
+0x408a 006948 call at_group_version_inquiry 
+0x408b 006949 branch at_nomal_rev_end 
+:      006952 at_rev_uart:
+0x408c 006953 ifetch 1 ,contru 
+0x408d 006954 beq at_equ ,at_rev_uart_set 
+0x408e 006955 branch at_error_rev_end 
+:      006958 at_rev_pswd:
+0x408f 006959 ifetch 1 ,contru 
+0x4090 006960 beq at_ques ,at_rev_pswd_inquiry 
+0x4091 006961 beq at_equ ,at_rev_pswd_set 
+0x4092 006962 branch at_error_rev_end 
+:      006963 at_rev_pswd_inquiry:
+0x4093 006964 call at_group_pswd_inquiry 
+0x4094 006965 branch at_nomal_rev_end 
+:      006967 at_rev_class:
+0x4095 006968 ifetch 1 ,contru 
+0x4096 006969 beq at_ques ,at_rev_class_inquiry 
+0x4097 006970 beq at_equ ,at_rev_class_set 
+0x4098 006971 branch at_error_rev_end 
+:      006972 at_rev_class_inquiry:
+0x4099 006973 call at_group_class_inquiry 
+0x409a 006974 branch at_nomal_rev_end 
+:      006976 at_rev_list:
+0x409b 006977 ifetch 1 ,contru 
+0x409c 006978 beq at_ques ,at_rev_list_inquiry 
+0x409d 006979 beq at_equ ,at_rev_list_set 
+0x409e 006980 branch at_error_rev_end 
+:      006981 at_rev_list_inquiry:
+0x409f 006982 call at_group_list_inquiry 
+0x40a0 006983 branch at_nomal_rev_end 
+:      006985 at_rev_role:
+0x40a1 006986 ifetch 1 ,contru 
+0x40a2 006987 beq at_ques ,at_rev_role_inquiry 
+0x40a3 006988 beq at_equ ,at_rev_role_set 
+0x40a4 006989 branch at_error_rev_end 
+:      006992 at_rev_sniff:
+0x40a5 006993 ifetch 1 ,contru 
+0x40a6 006994 beq at_ques ,at_rev_sniff_inquiry 
+0x40a7 006995 beq at_equ ,at_rev_sniff_set 
+0x40a8 006996 branch at_error_rev_end 
+:      006997 at_rev_sniff_inquiry:
+0x40a9 006998 call at_group_sniff_inquiry 
+0x40aa 006999 branch at_nomal_rev_end 
+:      007001 at_rev_ldev:
+0x40ab 007002 ifetch 1 ,contru 
+0x40ac 007003 beq at_ques ,at_rev_ldev_inquiry 
+0x40ad 007004 branch at_error_rev_end 
+:      007005 at_rev_ldev_inquiry:
+0x40ae 007006 call at_group_ldev_inquiry 
+0x40af 007007 branch at_nomal_rev_end 
+:      007009 at_rev_rssi:
+0x40b0 007010 ifetch 1 ,contru 
+0x40b1 007011 beq at_ques ,at_rev_rssi_inquiry 
+0x40b2 007012 branch at_nomal_rev_end 
+:      007013 at_rev_rssi_inquiry:
+0x40b3 007014 call context_check_idle 
+0x40b4 007015 nbranch at_error_rev_end ,zero 
+0x40b5 007016 call at_group_rssi_inquiry 
+0x40b6 007017 branch at_nomal_rev_end 
+:      007019 at_rev_cdev:
+0x40b7 007020 ifetch 1 ,contru 
+0x40b8 007021 beq at_ques ,at_rev_cdev_inquiry 
+0x40b9 007022 branch at_error_rev_end 
+:      007023 at_rev_cdev_inquiry:
+0x40ba 007024 fetch 1 ,mem_context 
+0x40bb 007025 bbit0 state_inconn ,at_error_rev_end 
+0x40bc 007026 call get_uart_twptr 
+0x40bd 007027 fetch 1 ,mem_context + coffset_mode 
+0x40be 007028 bbit1 mode_le ,le_cdev_inquiry 
+0x40bf 007029 branch at_cdev_unle_inq 
+:      007030 le_cdev_inquiry:
+0x40c0 007031 arg mem_prarm_cdev ,rega 
+0x40c1 007032 arg 4 ,loopcnt 
+0x40c2 007033 call at_group_inquiryhead_common 
+0x40c3 007034 call at_rev_uart_write_62 
+0x40c4 007035 setarg 0x34 
+0x40c5 007036 istore 1 ,contwu 
+0x40c6 007037 call at_rev_uart_write_44 
+0x40c7 007038 arg mem_le_plap ,rega 
+0x40c8 007039 call adss_hex2string_to_uart 
+0x40c9 007040 call uartd_send 
+0x40ca 007041 branch at_nomal_rev_end 
+:      007042 at_cdev_unle_inq:
+0x40cb 007043 arg mem_prarm_cdev ,rega 
+0x40cc 007044 arg 4 ,loopcnt 
+0x40cd 007045 call at_group_inquiryhead_common 
+0x40ce 007046 call at_rev_uart_write_62 
+0x40cf 007047 setarg 0x33 
+0x40d0 007048 istore 1 ,contwu 
+0x40d1 007049 call at_rev_uart_write_44 
+0x40d2 007050 arg mem_plap ,rega 
+0x40d3 007051 call adss_hex2string_to_uart 
+0x40d4 007052 call uartd_send 
+0x40d5 007053 branch at_nomal_rev_end 
+:      007056 at_rev_inqr:
+0x40d6 007057 set1 mark_ext_patch ,mark 
+0x40d7 007058 bpatch patch32_4 ,mem_patch32 
+0x40d8 007059 call app_check_conn_device_nums_addr 
+0x40d9 007060 fetch 1 ,mem_device_nums 
+0x40da 007061 bne 0 ,at_error_rev_end 
+0x40db 007062 call do_at_inquiry 
+0x40dc 007063 branch at_nomal_rev_end 
+:      007065 at_rev_leinqr:
+0x40dd 007066 set1 mark_ext_patch ,mark 
+0x40de 007067 bpatch patch32_5 ,mem_patch32 
+0x40df 007068 call do_at_leinquiry 
+0x40e0 007069 branch at_nomal_rev_end 
+:      007071 at_rev_role_inquiry:
+0x40e1 007072 arg mem_prarm_role ,rega 
+0x40e2 007073 arg 4 ,loopcnt 
+0x40e3 007074 call at_group_inquiryhead_common 
+0x40e4 007075 call context_check_idle 
+0x40e5 007076 nbranch at_rev_uart_write_n ,zero 
+0x40e6 007077 fetch 1 ,mem_context + coffset_mode 
+0x40e7 007078 bbit1 mode_master ,at_rev_uart_write_m 
+0x40e8 007079 call at_rev_uart_write_s 
+0x40e9 007080 call uartd_send 
+0x40ea 007081 branch at_nomal_rev_end 
+:      007082 at_rev_uart_write_m:
+0x40eb 007083 setarg 0x4d 
+0x40ec 007084 istore 1 ,contwu 
+0x40ed 007085 call uartd_send 
+0x40ee 007086 branch at_nomal_rev_end 
+:      007087 at_rev_uart_write_s:
+0x40ef 007088 setarg 0x53 
+0x40f0 007089 istore 1 ,contwu 
+0x40f1 007090 rtn 
+:      007092 at_rev_cmode:
+0x40f2 007093 ifetch 1 ,contru 
+0x40f3 007094 beq at_ques ,at_rev_cmode_inquiry 
+0x40f4 007095 beq at_equ ,at_rev_cmode_set 
+0x40f5 007096 branch at_error_rev_end 
+:      007097 at_rev_cmode_inquiry:
+0x40f6 007098 call at_group_cmode_inquiry 
+0x40f7 007099 branch at_nomal_rev_end 
+:      007101 at_rev_mode:
+0x40f8 007102 ifetch 1 ,contru 
+0x40f9 007103 beq at_equ ,at_rev_mode_set 
+0x40fa 007104 branch at_error_rev_end 
+:      007106 at_rev_dmstate:
+0x40fb 007107 ifetch 1 ,contru 
+0x40fc 007108 beq at_ques ,at_rev_dmstate_inquiry 
+0x40fd 007109 branch at_error_rev_end 
+:      007110 at_rev_dmstate_inquiry:
+0x40fe 007111 call at_group_dmstate_inquiry 
+0x40ff 007112 branch at_nomal_rev_end 
+:      007114 at_rev_reconn:
+0x4100 007115 fetch 1 ,mem_app_connection_options 
+0x4101 007116 store 1 ,mem_connection_options 
+0x4102 007117 call eeprom_load_reconn_info 
+0x4103 007118 call app_check_conn_device_nums_addr 
+0x4104 007119 fetch 1 ,mem_device_nums 
+0x4105 007120 bne 0 ,at_error_rev_end 
+0x4106 007121 fetch 1 ,mem_xrecord_mode 
+0x4107 007122 beq rec_3_mode ,at_rev_unle_reconn 
+0x4108 007123 beq rec_4_mode ,at_rev_lereconn 
+0x4109 007124 branch at_error_rev_end 
+:      007126 at_rev_lereconn:
+0x410a 007127 call app_ble_start_direct_adv 
+0x410b 007128 branch at_nomal_rev_end 
+:      007129 at_rev_unle_reconn:
+0x410c 007130 call app_bt_start_reconnect 
+0x410d 007131 branch at_nomal_rev_end 
+:      007133 at_rev_dis:
+0x410e 007134 call app_check_conn_device_nums_addr 
+0x410f 007135 fetch 1 ,mem_device_nums 
+0x4110 007136 bne 1 ,at_error_rev_end 
+0x4111 007137 fetch 1 ,mem_context + coffset_mode 
+0x4112 007138 bbit1 mode_le ,at_rev_ledis 
+0x4113 007139 call app_bt_disconnect 
+0x4114 007140 branch at_nomal_rev_end 
+:      007143 at_rev_ledis:
+0x4115 007144 call app_ble_disconnect 
+0x4116 007145 branch at_nomal_rev_end 
+:      007148 at_rev_stsn:
+0x4117 007149 ifetch 1 ,contru 
+0x4118 007150 beq at_equ ,at_rev_stsn_set 
+0x4119 007151 branch at_error_rev_end 
+:      007152 at_rev_stsn_set:
+0x411a 007153 ifetch 1 ,contru 
+0x411b 007154 beq 0x31 ,at_exit_sniff 
+0x411c 007155 beq 0x30 ,at_enter_sniff 
+0x411d 007156 branch at_error_rev_end 
+:      007157 at_enter_sniff:
+0x411e 007158 call app_check_sniff 
+0x411f 007159 branch at_nomal_rev_end ,true 
+0x4120 007160 call app_bt_enter_sniff 
+0x4121 007161 branch at_nomal_rev_end 
+:      007162 at_exit_sniff:
+0x4122 007163 call app_check_sniff 
+0x4123 007164 nbranch at_nomal_rev_end ,true 
+0x4124 007165 call module_exit_sniff 
+0x4125 007166 call at_set_cmd_task_flag 
+0x4126 007167 branch at_nomal_rev_end 
+:      007170 at_rev_clrflg:
+0x4127 007171 call app_clearflag_store 
+0x4128 007172 branch at_nomal_rev_end 
+:      007174 at_rev_ota:
+0x4129 007175 ifetch 1 ,contru 
+0x412a 007176 beq at_equ ,at_rev_ota_process 
+0x412b 007177 branch at_error_rev_end 
+:      007179 at_rev_discov:
+0x412c 007180 call app_check_conn_device_nums_addr 
+0x412d 007181 fetch 1 ,mem_device_nums 
+0x412e 007182 bne 0 ,at_error_rev_end 
+0x412f 007183 call module_disconn_start 
+0x4130 007184 branch at_nomal_rev_end 
+:      007190 at_rev_name_set:
+0x4131 007191 arg mem_local_name ,rega 
+0x4132 007192 call at_set_common 
+0x4133 007193 storet 1 ,mem_local_name_length 
+0x4134 007194 call at_store_bt_name 
+0x4135 007195 branch at_nomal_rev_end 
+:      007197 at_rev_le_name_set:
+0x4136 007198 arg mem_le_name ,rega 
+0x4137 007199 call at_set_common 
+0x4138 007200 storet 1 ,mem_le_name_len 
+0x4139 007201 call at_store_le_name 
+0x413a 007202 call le_modified_name 
+0x413b 007203 branch at_nomal_rev_end 
+:      007205 at_rev_adss_set:
+0x413c 007206 arg mem_lap ,contw 
+0x413d 007207 call adss_string2hex_from_uart 
+0x413e 007208 call at_store_bt_adss 
+0x413f 007209 branch at_nomal_rev_end 
+:      007211 at_rev_leadss_set:
+0x4140 007212 arg mem_le_lap ,contw 
+0x4141 007213 call adss_string2hex_from_uart 
+0x4142 007214 call at_store_le_adss 
+0x4143 007215 branch at_nomal_rev_end 
+:      007217 at_rev_pswd_set:
+0x4144 007218 arg mem_pin ,rega 
+0x4145 007219 call at_set_common 
+0x4146 007220 storet 1 ,mem_pin_length 
+0x4147 007221 call at_store_bt_pincode 
+0x4148 007222 branch at_nomal_rev_end 
+:      007224 at_rev_uart_set:
+0x4149 007225 call string2dec_from_uart 
+0x414a 007226 setarg uart_clk 
+0x414b 007227 idiv temp 
+0x414c 007228 call wait_div_end 
+0x414d 007229 quotient pdata 
+0x414e 007230 store 2 ,mem_timeup 
+0x414f 007231 call at_store_throughput_uart_baud 
+0x4150 007232 branch at_nomal_rev_end 
+:      007234 at_rev_mode_set:
+0x4151 007235 ifetch 1 ,contru 
+0x4152 007236 sub pdata ,0x33 ,null 
+0x4153 007237 nbranch at_error_rev_end ,positive 
+0x4154 007238 and pdata ,0x3 ,pdata 
+0x4155 007239 store 1 ,mem_module_state 
+0x4156 007240 branch at_nomal_rev_end 
+:      007242 at_rev_class_set:
+0x4157 007243 ifetch 3 ,contru 
+0x4158 007244 store 3 ,mem_class 
+0x4159 007245 branch at_nomal_rev_end 
+:      007247 at_rev_role_set:
+0x415a 007248 call context_check_idle 
+0x415b 007249 nbranch at_error_rev_end ,zero 
+0x415c 007250 ifetch 1 ,contru 
+0x415d 007251 beq 0x53 ,at_role_slave 
+0x415e 007252 beq 0x4D ,at_role_master 
+0x415f 007253 branch at_error_rev_end 
+:      007255 at_role_slave:
+0x4160 007256 fetch 1 ,mem_context + coffset_mode 
+0x4161 007257 bbit1 mode_master ,at_switch_role 
+0x4162 007258 branch at_error_rev_end 
+:      007260 at_role_master:
+0x4163 007261 fetch 1 ,mem_context + coffset_mode 
+0x4164 007262 bbit0 mode_master ,at_switch_role 
+0x4165 007263 branch at_error_rev_end 
+:      007265 at_switch_role:
+0x4166 007266 fetch 1 ,mem_module_task 
+0x4167 007267 set1 at_task_switch ,pdata 
+0x4168 007268 store 1 ,mem_module_task 
+0x4169 007269 jam hci_cmd_role_switch ,mem_hci_cmd 
+0x416a 007270 branch at_rev_end 
+:      007272 at_rev_sniff_set:
+0x416b 007273 arg mem_sniff_param_interval ,contw 
+0x416c 007274 call mem2_string2hex_from_uart 
+0x416d 007275 arg mem_sniff_param_attempt ,contw 
+0x416e 007276 call mem2_string2hex_from_uart 
+0x416f 007277 arg mem_sniff_param_timeout ,contw 
+0x4170 007278 call mem2_string2hex_from_uart 
+0x4171 007279 branch at_nomal_rev_end 
+:      007281 at_rev_list_set:
+0x4172 007282 ifetch 1 ,contru 
+0x4173 007283 beq 0x31 ,at_rev_list_set_1 
+0x4174 007284 beq 0x32 ,at_rev_list_set_2 
+0x4175 007285 branch at_error_rev_end 
+:      007286 at_rev_list_set_1:
+0x4176 007287 ifetch 1 ,contru 
+0x4177 007288 arg mem_temp_lap ,contw 
+0x4178 007289 call adss_string2hex_from_uart 
+0x4179 007290 call eeprom_clear_bd_reconn_info 
+0x417a 007291 nrtn user 
+0x417b 007292 branch at_nomal_rev_end 
+:      007293 at_rev_list_set_2:
+0x417c 007294 call eeprom_clear_all_reconn_info 
+0x417d 007295 branch at_nomal_rev_end 
+:      007297 at_rev_cmode_set:
+0x417e 007298 ifetch 1 ,contru 
+0x417f 007299 fetcht 1 ,mem_module_state 
+0x4180 007300 nsetflag blank ,at_state_cmode ,temp 
+0x4181 007301 storet 1 ,mem_module_state 
+0x4182 007302 branch at_nomal_rev_end ,blank 
+0x4183 007303 ifetch 1 ,contru 
+0x4184 007304 arg mem_cmode_addr ,contw 
+0x4185 007305 call adss_string2hex_from_uart 
+0x4186 007306 branch at_nomal_rev_end 
+:      007308 at_rev_ota_process:
+0x4187 007309 set1 mark_ext_patch ,mark 
+0x4188 007310 bpatch patch32_6 ,mem_patch32 
+0x4189 007311 arg 20 ,loopcnt 
+0x418a 007312 arg mem_l2cap_rxbuff1 ,contw 
+0x418b 007313 call uart_copy_rx_bytes 
+0x418c 007314 arg mem_l2cap_rxbuff1 ,rega 
+0x418d 007315 fetch 1 ,mem_l2cap_rxbuff1 
+0x418e 007316 compare ota_write_req ,pdata ,0xff 
+0x418f 007317 call prcp_parse_ota_write_req ,true 
+0x4190 007318 fetch 1 ,mem_l2cap_rxbuff1 
+0x4191 007319 compare ota_end_cmd ,pdata ,0xff 
+0x4192 007320 call prcp_parse_ota_end_cmd ,true 
+0x4193 007321 branch at_nomal_rev_end 
+:      007326 at_group_name_inquiry:
+0x4194 007327 arg mem_prarm_name ,rega 
+0x4195 007328 arg 4 ,loopcnt 
+0x4196 007329 call at_group_inquiryhead_common 
+0x4197 007330 fetch 1 ,mem_local_name_length 
+0x4198 007331 copy pdata ,loopcnt 
+0x4199 007332 arg mem_local_name ,contr 
+0x419a 007333 branch send_mem_to_uart0 
+:      007334 at_group_le_name_inquiry:
+0x419b 007335 arg mem_prarm_blename ,rega 
+0x419c 007336 force 7 ,loopcnt 
+0x419d 007337 call at_group_inquiryhead_common 
+0x419e 007338 call le_get_device_name 
+0x419f 007339 ifetch 1 ,contr 
+0x41a0 007340 copy pdata ,loopcnt 
+0x41a1 007341 branch send_mem_to_uart0 
+:      007344 at_group_adss_inquiry:
+0x41a2 007345 arg mem_prarm_adss ,rega 
+0x41a3 007346 arg 4 ,loopcnt 
+0x41a4 007347 call at_group_inquiryhead_common 
+0x41a5 007348 arg mem_lap ,rega 
+0x41a6 007349 call adss_hex2string_to_uart 
+0x41a7 007350 branch uartd_send 
+:      007351 at_group_leadss_inquiry:
+0x41a8 007352 arg mem_prarm_bleadss ,rega 
+0x41a9 007353 arg 7 ,loopcnt 
+0x41aa 007354 call at_group_inquiryhead_common 
+0x41ab 007355 arg mem_le_lap ,rega 
+0x41ac 007356 call adss_hex2string_to_uart 
+0x41ad 007357 branch uartd_send 
+:      007360 at_group_version_inquiry:
+0x41ae 007361 arg mem_prarm_vers ,rega 
+0x41af 007362 arg 4 ,loopcnt 
+0x41b0 007363 call at_group_inquiryhead_common 
+0x41b1 007364 arg 6 ,loopcnt 
+0x41b2 007365 arg mem_module_version ,contr 
+0x41b3 007366 branch send_mem_to_uart0 
+:      007368 at_group_class_inquiry:
+0x41b4 007369 arg mem_prarm_class ,rega 
+0x41b5 007370 arg 5 ,loopcnt 
+0x41b6 007371 call at_group_inquiryhead_common 
+0x41b7 007372 arg 3 ,loopcnt 
+0x41b8 007373 arg mem_class ,contr 
+0x41b9 007374 branch send_mem_to_uart0 
+:      007376 at_group_list_inquiry:
+0x41ba 007377 arg mem_prarm_list ,rega 
+0x41bb 007378 arg 4 ,loopcnt 
+0x41bc 007379 call at_group_inquiryhead_common 
+0x41bd 007380 call eeprom_load_bdaddr_list 
+0x41be 007381 call at_group_list_reply 
+0x41bf 007382 branch uartd_send 
+:      007385 at_group_ldev_inquiry:
+0x41c0 007386 call eeprom_load_reconn_bdaddr 
+0x41c1 007387 arg mem_prarm_ldev ,rega 
+0x41c2 007388 arg 4 ,loopcnt 
+0x41c3 007389 call at_group_inquiryhead_common 
+0x41c4 007390 fetch 1 ,mem_record_bt_mode 
+0x41c5 007391 beq rec_3_mode ,at_group_ldev_inquiry0 
+0x41c6 007392 beq rec_4_mode ,at_group_ldev_inquiry0 
+0x41c7 007393 branch uartd_send 
+:      007394 at_group_ldev_inquiry0:
+0x41c8 007395 istore 1 ,contwu 
+0x41c9 007396 call at_rev_uart_write_44 
+0x41ca 007397 arg mem_temp_lap ,rega 
+0x41cb 007398 call adss_hex2string_to_uart 
+0x41cc 007399 branch uartd_send 
+:      007401 at_group_rssi_inquiry:
+0x41cd 007402 set1 mark_ext_patch ,mark 
+0x41ce 007403 bpatch patch32_7 ,mem_patch32 
+0x41cf 007404 arg mem_prarm_rssi ,rega 
+0x41d0 007405 arg 4 ,loopcnt 
+0x41d1 007406 call at_group_inquiryhead_common 
+0x41d2 007407 call at_rssi_result 
+0x41d3 007408 branch uartd_send 
+:      007409 at_rssi_result:
+0x41d4 007410 arg mem_rssi ,rega 
+0x41d5 007411 arg 1 ,loopcnt 
+0x41d6 007412 branch hex2string_to_uart0 
+:      007414 at_group_cdev_inquiry:
+0x41d7 007415 rtn 
+:      007418 at_group_cmode_inquiry:
+0x41d8 007419 arg mem_prarm_cmode ,rega 
+0x41d9 007420 arg 5 ,loopcnt 
+0x41da 007421 call at_group_inquiryhead_common 
+0x41db 007422 arg mem_cmode_addr ,rega 
+0x41dc 007423 call adss_hex2string_to_uart 
+0x41dd 007424 branch uartd_send 
+:      007427 at_group_dmstate_inquiry:
+0x41de 007428 arg mem_prarm_dmstate ,rega 
+0x41df 007429 arg 7 ,loopcnt 
+0x41e0 007430 call at_group_inquiryhead_common 
+0x41e1 007431 fetch 1 ,mem_module_state 
+0x41e2 007432 copy pdata ,rega 
+0x41e3 007433 fetch 1 ,mem_context 
+0x41e4 007434 isolate1 state_inconn ,pdata 
+0x41e5 007435 setflag true ,at_state_isconn ,rega 
+0x41e6 007436 isolate1 state_insniff ,pdata 
+0x41e7 007437 setflag true ,at_state_sniff ,rega 
+0x41e8 007438 fetch 1 ,mem_context + coffset_mode 
+0x41e9 007439 isolate1 mode_master ,pdata 
+0x41ea 007440 setflag true ,at_state_role ,rega 
+0x41eb 007441 isolate1 mode_le ,pdata 
+0x41ec 007442 setflag true ,at_state_le ,rega 
+0x41ed 007443 copy rega ,pdata 
+0x41ee 007444 istore 1 ,contwu 
+0x41ef 007445 branch uartd_send 
+:      007447 do_at_inquiry:
+0x41f0 007448 setarg param_glap 
+0x41f1 007449 store 3 ,mem_glap 
+0x41f2 007450 fetch 1 ,mem_at_using_flag 
+0x41f3 007451 set1 at_flag_inq ,pdata 
+0x41f4 007452 store 1 ,mem_at_using_flag 
+0x41f5 007453 branch do_at_inquiry0 
+:      007455 do_at_leinquiry:
+0x41f6 007456 call app_check_conn_device_nums_addr 
+0x41f7 007457 fetch 1 ,mem_device_nums 
+0x41f8 007458 bne 0 ,at_error_rev_end 
+0x41f9 007459 call app_ble_start_scan 
+0x41fa 007460 fetch 1 ,mem_at_using_flag 
+0x41fb 007461 set1 at_flag_leinq ,pdata 
+0x41fc 007462 store 1 ,mem_at_using_flag 
+0x41fd 007463 setarg 0x200 
+0x41fe 007464 store 2 ,mem_at_scan_time 
+0x41ff 007465 arg mem_prarm_bleinqr ,rega 
+0x4200 007466 arg 6 ,loopcnt 
+0x4201 007467 call at_group_inquiryhead_common 
+0x4202 007468 call send_mem_to_uart0 
+0x4203 007469 branch at_rev_end 
+:      007473 at_group_pswd_inquiry:
+0x4204 007474 arg mem_prarm_pswd ,rega 
+0x4205 007475 arg 4 ,loopcnt 
+0x4206 007476 call at_group_inquiryhead_common 
+0x4207 007477 fetch 1 ,mem_pin_length 
+0x4208 007478 copy pdata ,loopcnt 
+0x4209 007479 arg mem_pin ,contr 
+0x420a 007480 branch send_mem_to_uart0 
+:      007484 at_group_sniff_inquiry:
+0x420b 007485 arg mem_prarm_sniff ,rega 
+0x420c 007486 arg 5 ,loopcnt 
+0x420d 007487 call at_group_inquiryhead_common 
+0x420e 007488 call at_rev_uart_write_62 
+0x420f 007489 setarg 84 
+0x4210 007490 istore 1 ,contwu 
+0x4211 007491 call at_rev_uart_write_colon 
+0x4212 007492 arg mem_sniff_param_interval ,rega 
+0x4213 007493 call mem2_hex2string_to_uart 
+0x4214 007494 call at_rev_uart_write_62 
+0x4215 007495 setarg 65 
+0x4216 007496 istore 1 ,contwu 
+0x4217 007497 call at_rev_uart_write_colon 
+0x4218 007498 arg mem_sniff_param_attempt ,rega 
+0x4219 007499 call mem2_hex2string_to_uart 
+0x421a 007500 call at_rev_uart_write_62 
+0x421b 007501 setarg 79 
+0x421c 007502 istore 1 ,contwu 
+0x421d 007503 call at_rev_uart_write_colon 
+0x421e 007504 arg mem_sniff_param_timeout ,rega 
+0x421f 007505 call mem2_hex2string_to_uart 
+0x4220 007506 branch send_mem_to_uart0 
+:      007507 at_inquiry_reply:
+0x4221 007508 call get_uart_twptr 
+0x4222 007509 call at_rev_uart_write_62 
+0x4223 007510 arg extm_lap ,rega 
+0x4224 007511 call adss_hex2string_to_uart 
+0x4225 007512 call at_rev_uart_write_44 
+0x4226 007513 arg extm_class ,rega 
+0x4227 007514 call mem3_hex2string_to_uart 
+0x4228 007515 call at_rev_uart_write_44 
+0x4229 007516 call at_rssi_result 
+0x422a 007517 branch uartd_send 
+:      007528 at_set_common:
+0x422b 007529 call at_set_setprarm 
+0x422c 007530 branch uart_copy_rx_bytes 
+:      007531 at_set_setprarm:
+0x422d 007532 call uart_get_remain_length 
+0x422e 007533 copy pdata ,temp 
+0x422f 007534 copy pdata ,loopcnt 
+0x4230 007535 copy rega ,contw 
+0x4231 007536 rtn 
+:      007539 at_group_inquiryhead_common:
+0x4232 007540 call get_uart_twptr 
+0x4233 007541 call at_rev_uart_write_plus 
+:      007542 at_group_inquiryhead_common0:
+0x4234 007543 copy rega ,contr 
+0x4235 007544 call uart_copy_tx_bytes 
+0x4236 007545 branch at_rev_uart_write_colon 
+:      007548 string_compare_uart_follow:
+0x4237 007549 ifetch 1 ,contru 
+0x4238 007550 ifetcht 1 ,regb 
+0x4239 007551 isub temp ,null 
+0x423a 007552 disable true 
+0x423b 007553 nbranch string_compare_uart_follow_diff ,zero 
+0x423c 007554 increase 1 ,regb 
+0x423d 007555 loop string_compare_uart_follow 
+0x423e 007556 enable true 
+0x423f 007557 rtn 
+:      007558 string_compare_uart_follow_diff:
+0x4240 007559 branch restore_contru 
+:      007562 at_rev_uart_write_plus:
+0x4241 007563 setarg ui_plus 
+0x4242 007564 istore 1 ,contwu 
+0x4243 007565 rtn 
+:      007567 at_rev_uart_write_colon:
+0x4244 007568 setarg ui_colon 
+0x4245 007569 istore 1 ,contwu 
+0x4246 007570 rtn 
+:      007573 at_rev_uart_write_62:
+0x4247 007574 setarg 62 
+0x4248 007575 istore 1 ,contwu 
+0x4249 007576 rtn 
+:      007577 at_rev_uart_write_n:
+0x424a 007578 setarg 78 
+0x424b 007579 istore 1 ,contwu 
+0x424c 007580 call uartd_send 
+0x424d 007581 branch at_nomal_rev_end 
+:      007585 at_rev_uart_write_44:
+0x424e 007586 setarg at_comma 
+0x424f 007587 istore 1 ,contwu 
+0x4250 007588 rtn 
+:      007590 restore_contru:
+0x4251 007591 copy rega ,contru 
+0x4252 007592 rtn 
+:      007594 at_group_list_reply:
+0x4253 007595 arg mem_bdaddr_list_buff + 7 ,regc 
+0x4254 007596 arg 4 ,loopcnt 
+:      007597 at_group_list_reply_loop:
+0x4255 007598 copy loopcnt ,pdata 
+0x4256 007599 store 1 ,mem_pdatatemp 
+0x4257 007600 ifetch 1 ,regc 
+0x4258 007601 beq rec_3_mode ,at_group_list_isrecord 
+0x4259 007602 beq rec_4_mode ,at_group_list_isrecord 
+0x425a 007603 branch at_group_list_notrecord 
+:      007604 at_group_list_isrecord:
+0x425b 007605 call at_rev_uart_write_62 
+0x425c 007606 ifetch 1 ,regc 
+0x425d 007607 istore 1 ,contwu 
+0x425e 007608 increase 1 ,regc 
+0x425f 007609 call at_rev_uart_write_44 
+0x4260 007610 copy regc ,rega 
+0x4261 007611 call adss_hex2string_to_uart 
+:      007612 at_group_list_notrecord0:
+0x4262 007613 increase 6 ,regc 
+0x4263 007614 fetch 1 ,mem_pdatatemp 
+0x4264 007615 copy pdata ,loopcnt 
+0x4265 007616 loop at_group_list_reply_loop 
+0x4266 007617 rtn 
+:      007618 at_group_list_notrecord:
+0x4267 007619 increase 1 ,regc 
+0x4268 007620 branch at_group_list_notrecord0 
+:      007624 uart_get_remain_length:
+0x4269 007625 set1 mark_ext_patch ,mark 
+0x426a 007626 bpatch patch33_0 ,mem_patch33 
+0x426b 007627 hfetch 2 ,core_uart_rrptr 
+0x426c 007628 isub contru ,pdata 
+0x426d 007629 rtn zero 
+0x426e 007630 branch uart_get_remain_length0 ,positive 
+:      007631 uart_get_remain_length_common:
+0x426f 007632 fetcht 2 ,mem_current_packet_length 
+0x4270 007633 iadd temp ,pdata 
+0x4271 007634 increase -2 ,pdata 
+0x4272 007635 rtn 
+:      007636 uart_get_remain_length0:
+0x4273 007637 call uart_get_rx_buff_length 
+0x4274 007638 iadd contru ,temp 
+0x4275 007639 hfetch 2 ,core_uart_rrptr 
+0x4276 007640 isub temp ,pdata 
+0x4277 007641 branch uart_get_remain_length_common 
+:      007643 uart_get_rx_buff_length:
+0x4278 007644 arg mem_module_rx_buf_end ,pdata 
+0x4279 007645 increase 1 ,pdata 
+0x427a 007646 arg mem_module_rx_buf ,temp 
+0x427b 007647 isub temp ,pdata 
+0x427c 007648 rtn 
+:      007650 release_packet:
+0x427d 007651 fetcht 2 ,mem_current_packet_length 
+0x427e 007652 branch uartd_rxdone_by_len 
+:      007657 at_error_rev_end:
+0x427f 007658 set1 mark_ext_patch ,mark 
+0x4280 007659 bpatch patch33_1 ,mem_patch33 
+0x4281 007660 call get_uart_twptr 
+0x4282 007661 setarg 0x525245 
+0x4283 007662 istore 3 ,contwu 
+0x4284 007663 call uartd_send 
+0x4285 007664 branch at_rev_end 
+:      007666 at_nomal_rev_end:
+0x4286 007667 set1 mark_ext_patch ,mark 
+0x4287 007668 bpatch patch33_2 ,mem_patch33 
+0x4288 007669 call get_uart_twptr 
+0x4289 007670 setarg 0x4b4f 
+0x428a 007671 istore 2 ,contwu 
+0x428b 007672 call uartd_send 
+:      007673 spp_send_end:
+:      007674 at_rev_end:
+0x428c 007675 set1 mark_ext_patch ,mark 
+0x428d 007676 bpatch patch33_3 ,mem_patch33 
+0x428e 007677 call release_packet 
+:      007678 spp_ipc_end:
+0x428f 007679 setarg 0 
+0x4290 007680 store 2 ,mem_current_packet_length 
+0x4291 007681 store 4 ,mem_last_uart_clock 
+0x4292 007682 rtn 
+:      007685 le_dongle_init:
+0x4293 007686 call usb_init 
+0x4294 007687 call app_led_start_blink 
+0x4295 007688 setarg le_dongle 
+0x4296 007689 store 2 ,mem_cb_le_process 
+0x4297 007690 setarg dongle_process_bb_event 
+0x4298 007691 store 2 ,mem_cb_bb_event_process 
+0x4299 007692 setarg usb_isr 
+0x429a 007693 store 2 ,mem_cb_idle_process 
+0x429b 007694 jam 5 ,mem_dongle_count 
+0x429c 007695 jam 0 ,mem_dongle_peers 
+0x429d 007696 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x429e 007697 rtn 
+:      007700 le_dongle:
+0x429f 007701 disable true 
+0x42a0 007702 call app_check_conn_device_nums_addr 
+0x42a1 007704 jam 0x1b ,mem_cmd_le_create_conn 
+0x42a2 007705 fetch 1 ,mem_device_nums 
+0x42a3 007706 compare 2 ,pdata ,0x3 
+0x42a4 007707 nrtn true 
+0x42a5 007708 jam 0 ,mem_le_scan_enable 
+0x42a6 007709 rtn 
+:      007711 le_scan_dongle:
+0x42a7 007712 fetch 1 ,mem_le_rxbuf 
+0x42a8 007713 bbit0 0 ,dongle_add_peer 
+0x42a9 007714 fetch 6 ,mem_le_rxbuf + 2 
+0x42aa 007715 fetcht 6 ,mem_le_plap 
+0x42ab 007716 isub temp ,null 
+0x42ac 007717 nrtn zero 
+:      007718 dongle_peer_paired:
+0x42ad 007719 fetch 6 ,mem_le_plap 
+0x42ae 007720 store 6 ,mem_le_conn_peer_addr 
+0x42af 007721 rtn 
+:      007723 dongle_add_peer:
+0x42b0 007724 arg 0xff ,rega 
+0x42b1 007725 call le_search_adtype 
+0x42b2 007726 nrtn zero 
+0x42b3 007727 ifetch 2 ,contr 
+0x42b4 007728 fetcht 2 ,mem_dongle_signature 
+0x42b5 007729 isub temp ,null 
+0x42b6 007730 nrtn zero 
+0x42b7 007731 fetch 1 ,mem_dongle_peers 
+0x42b8 007732 increase 1 ,pdata 
+0x42b9 007733 store 1 ,mem_dongle_peers 
+0x42ba 007734 fetcht 1 ,mem_dongle_pairing_cnt 
+0x42bb 007735 isub temp ,null 
+0x42bc 007736 branch dongle_peer_paired ,positive 
+0x42bd 007737 rtn 
+:      007739 dongle_process_bb_event:
+0x42be 007740 copy regc ,pdata 
+0x42bf 007741 beq bt_evt_le_disconnected ,dongle_le_event_bb_disconnected 
+0x42c0 007742 beq bt_evt_le_connected ,dongle_bb_event_connected 
+0x42c1 007743 and pdata ,0x0f ,temp 
+0x42c2 007744 and_into bt_evt_timer_mask ,pdata 
+0x42c3 007745 beq bt_evt_timer_init ,dongle_bb_event_100ms 
+0x42c4 007746 rtn 
+:      007748 dongle_le_event_bb_disconnected:
+0x42c5 007749 setarg 0 
+0x42c6 007750 store 6 ,mem_le_conn_peer_addr 
+0x42c7 007751 jam 0 ,mem_dongle_peers 
+0x42c8 007752 setarg 0 
+0x42c9 007753 store 5 ,mem_mouse_data 
+0x42ca 007754 jam send_mouse_data_cmd ,mem_mcmd 
+0x42cb 007755 call usb_isr 
+0x42cc 007756 branch app_ble_start_scan 
+:      007758 dongle_bb_event_100ms:
+0x42cd 007759 rtn 
+0x42ce 007760 fetch 1 ,mem_le_scan_enable 
+0x42cf 007761 rtn blank 
+0x42d0 007762 fetch 1 ,mem_dongle_count 
+0x42d1 007763 rtn blank 
+0x42d2 007764 increase -1 ,pdata 
+0x42d3 007765 store 1 ,mem_dongle_count 
+0x42d4 007766 nrtn blank 
+0x42d5 007767 call le_change_peer_addr 
+0x42d6 007768 branch app_ble_start_conn 
+:      007771 dongle_bb_event_connected:
+0x42d7 007772 branch app_ble_stop_scan 
+:      007774 le_change_peer_addr:
+0x42d8 007776 jam 5 ,mem_dongle_count 
+0x42d9 007777 fetch 1 ,mem_le_peer_state 
+0x42da 007778 beq le_context_state_kb ,addr_slave2 
+0x42db 007779 beq le_context_state_mouse ,addr_slave1 
+0x42dc 007780 rtn 
+:      007781 addr_slave1:
+0x42dd 007782 fetch 6 ,mem_le_addr_slave1 
+0x42de 007783 store 6 ,mem_app_peer_addr 
+0x42df 007784 jam le_context_state_kb ,mem_le_peer_state 
+0x42e0 007785 rtn 
+:      007786 addr_slave2:
+0x42e1 007787 fetch 6 ,mem_le_addr_slave2 
+0x42e2 007788 store 6 ,mem_app_peer_addr 
+0x42e3 007789 jam le_context_state_mouse ,mem_le_peer_state 
+0x42e4 007790 rtn 
+:      007793 hci_rx_bcsp:
+0x42e5 007794 ifetch 2 ,contru 
+0x42e6 007795 branch hci_reset_uart ,blank 
+0x42e7 007796 iforce regc 
+0x42e8 007797 ifetch 1 ,contru 
+0x42e9 007798 store 1 ,mem_h5rx_tmp 
+0x42ea 007799 iforce rega 
+0x42eb 007800 bbit0 6 ,hci_rx_bcsp_nocrc 
+0x42ec 007801 increase -2 ,regc 
+:      007802 hci_rx_bcsp_nocrc:
+0x42ed 007803 ifetch 2 ,contru 
+0x42ee 007804 rshift4 pdata ,loopcnt 
+0x42ef 007805 and pdata ,0xf ,debug 
+0x42f0 007806 iadd rega ,rega 
+0x42f1 007807 rshift8 pdata ,pdata 
+0x42f2 007808 iadd rega ,rega 
+0x42f3 007809 ifetch 1 ,contru 
+0x42f4 007810 iadd rega ,pdata 
+0x42f5 007811 bne 0xff ,hci_rx_bcsp_discard_packet 
+0x42f6 007812 add regc ,-4 ,pdata 
+0x42f7 007813 isub loopcnt ,null 
+0x42f8 007814 nbranch hci_rx_bcsp_discard_packet_err ,zero 
+0x42f9 007815 fetch 1 ,mem_h5rx_tmp 
+0x42fa 007816 isolate0 7 ,pdata 
+0x42fb 007817 branch hci_rx_bcsp_check_ack_skip ,true 
+0x42fc 007818 set0 mark_h5_reset ,mark 
+0x42fd 007819 bmark1 mark_h5_reset ,hci_rx_bcsp_check_ack_skip 
+0x42fe 007820 and_into 7 ,pdata 
+0x42ff 007821 fetcht 1 ,mem_h5tx_ack 
+0x4300 007822 isub temp ,null 
+0x4301 007823 nbranch hci_rx_bcsp_discard_packet_err ,zero 
+:      007824 hci_rx_bcsp_check_ack_skip:
+0x4302 007825 setarg 1600 
+0x4303 007826 force lpo_delay_timer ,queue 
+0x4304 007827 call timer_init 
+0x4305 007828 deposit debug 
+0x4306 007829 call hci_bcsp_parse_packet 
+0x4307 007830 rtn user 
+0x4308 007831 fetch 1 ,mem_h5rx_tmp 
+0x4309 007832 iforce rega 
+0x430a 007833 rshift3 pdata ,temp 
+0x430b 007834 and_into 7 ,temp 
+0x430c 007835 fetch 1 ,mem_h5rx_ack 
+0x430d 007836 isub temp ,pdata 
+0x430e 007837 sub pdata ,0 ,pdata 
+0x430f 007838 and_into 7 ,pdata 
+0x4310 007839 bne 1 ,hci_rx_bcsp_discard_packet_err 
+0x4311 007840 storet 1 ,mem_h5rx_ack 
+0x4312 007841 fetch 1 ,mem_h5rx_ackcnt 
+0x4313 007842 increase 1 ,pdata 
+0x4314 007843 store 1 ,mem_h5rx_ackcnt 
+0x4315 007844 branch hci_rx_bcsp_discard_packet 
+:      007846 hci_rx_bcsp_discard_packet_err:
+0x4316 007847 fetch 1 ,mem_check_err_acl_cont 
+0x4317 007848 increase 1 ,pdata 
+0x4318 007849 store 1 ,mem_check_err_acl_cont 
+:      007850 hci_rx_bcsp_discard_packet:
+0x4319 007851 hfetch 2 ,core_uart_rrptr 
+0x431a 007852 iforce contru 
+0x431b 007853 ifetch 2 ,contru 
+0x431c 007854 iadd contru ,contru 
+0x431d 007855 deposit contru 
+0x431e 007856 hstore 2 ,core_uart_rrptr 
+0x431f 007857 rtn 
+:      007859 hci_bcsp_parse_packet:
+0x4320 007860 disable user 
+0x4321 007861 rtn blank 
+0x4322 007862 beq 1 ,parse_bcsp_link_establish 
+0x4323 007863 beq 2 ,parse_bcsp_bccmd 
+0x4324 007864 beq 5 ,process_hci_cmd 
+0x4325 007865 beq 6 ,process_acl 
+0x4326 007866 beq 8 ,process_hci_patch 
+0x4327 007867 rtn 
+:      007869 parse_bcsp_link_establish:
+0x4328 007870 set0 mark_h5_reinit ,mark 
+0x4329 007871 ifetch 1 ,contru 
+0x432a 007872 beq 0xda ,parse_bcsp_link_establish_sync 
+0x432b 007873 beq 0xac ,parse_bcsp_link_establish_syncrsp 
+0x432c 007874 beq 0xad ,parse_bcsp_link_establish_conf 
+0x432d 007875 beq 0xde ,parse_bcsp_link_establish_confrsp 
+0x432e 007876 rtn 
+:      007877 parse_bcsp_link_establish_sync:
+0x432f 007878 bmark1 mark_h5_sync ,parse_bcsp_link_establish_send_syncrsp 
+0x4330 007879 force 0xda ,temp 
+0x4331 007880 setarg 0xededdc 
+0x4332 007881 call parse_bcsp_link_establish_send 
+:      007882 parse_bcsp_link_establish_send_syncrsp:
+0x4333 007883 force 0xac ,temp 
+0x4334 007884 setarg 0xeeefaf 
+0x4335 007885 branch parse_bcsp_link_establish_send 
+:      007886 parse_bcsp_link_establish_syncrsp:
+0x4336 007887 set1 mark_h5_sync ,mark 
+0x4337 007888 force 0xad ,temp 
+0x4338 007889 setarg 0xedacef 
+0x4339 007890 branch parse_bcsp_link_establish_send 
+:      007891 parse_bcsp_link_establish_conf:
+0x433a 007892 force 0xde ,temp 
+0x433b 007893 setarg 0xd0d0ad 
+:      007894 parse_bcsp_link_establish_send:
+0x433c 007895 lshift8 pdata ,pdata 
+0x433d 007896 ior temp ,temp 
+0x433e 007897 call hci_get_packet_ptr 
+0x433f 007898 istoret 4 ,contwu 
+0x4340 007899 force 1 ,queue 
+0x4341 007900 force 4 ,loopcnt 
+0x4342 007901 set0 mark_h5tx_rp ,mark 
+0x4343 007902 branch bcsp_send_packet 
+:      007903 parse_bcsp_link_establish_confrsp:
+0x4344 007904 force 0 ,alarm 
+0x4345 007905 branch hci_command_status 
+:      007907 parse_bcsp_bccmd:
+0x4346 007908 copy loopcnt ,alarm 
+0x4347 007909 call bcsp_send_ack 
+0x4348 007910 force 0 ,regb 
+0x4349 007911 call hci_get_packet_ptr 
+0x434a 007912 copy alarm ,loopcnt 
+0x434b 007913 ifetch 1 ,contru 
+0x434c 007914 setarg 1 
+0x434d 007915 istore 1 ,contwu 
+0x434e 007916 set0 mark_temp ,mark 
+:      007917 parse_bcsp_bccmd_loop:
+0x434f 007918 ifetch 1 ,contru 
+0x4350 007919 increase 1 ,regb 
+0x4351 007920 beq 0x1c ,parse_bcsp_bccmd_sco_link 
+0x4352 007921 compare 4 ,regb ,0xff 
+0x4353 007922 nbranch parse_bcsp_bccmd_next ,true 
+0x4354 007923 setflag blank ,mark_temp ,mark 
+0x4355 007924 bne 0x3a ,parse_bcsp_bccmd_next 
+0x4356 007925 setarg 2000 
+0x4357 007926 force h5_reinit_timer ,queue 
+0x4358 007927 call timer_init 
+0x4359 007928 set1 mark_h5_reinit ,mark 
+0x435a 007929 rtn 
+:      007931 parse_bcsp_bccmd_sco_link:
+0x435b 007932 compare 6 ,regb ,0xff 
+0x435c 007933 branch parse_bcsp_bccmd_next_ok ,true 
+:      007934 parse_bcsp_bccmd_next:
+0x435d 007935 isolate1 mark_temp ,mark 
+0x435e 007936 call parse_bcsp_bccmd_replace ,true 
+0x435f 007937 istore 1 ,contwu 
+0x4360 007938 loop parse_bcsp_bccmd_loop 
+0x4361 007939 set0 mark_bccmd_patch ,mark 
+0x4362 007940 copy alarm ,loopcnt 
+0x4363 007941 set1 mark_h5tx_rp ,mark 
+0x4364 007942 force 2 ,queue 
+0x4365 007943 branch bcsp_send_packet 
+:      007944 parse_bcsp_bccmd_next_ok:
+0x4366 007945 set1 mark_bccmd_patch ,mark 
+0x4367 007946 branch parse_bcsp_bccmd_next 
+:      007948 parse_bcsp_bccmd_replace:
+0x4368 007949 rtnmark1 mark_bccmd_patch 
+0x4369 007950 compare 10 ,regb ,0xff 
+0x436a 007951 branch parse_bcsp_bccmd_replace1 ,true 
+0x436b 007952 compare 11 ,regb ,0xff 
+0x436c 007953 nrtn true 
+0x436d 007954 setarg 0x12 
+0x436e 007955 rtn 
+:      007956 parse_bcsp_bccmd_replace1:
+0x436f 007957 setarg 0xe9 
+0x4370 007958 rtn 
+:      007960 bcsp_send_ack:
+0x4371 007961 fetch 1 ,mem_h5rx_tmp 
+0x4372 007962 increase 1 ,pdata 
+0x4373 007963 and_into 7 ,pdata 
+0x4374 007964 store 1 ,mem_h5tx_ack 
+0x4375 007965 force 0 ,loopcnt 
+0x4376 007966 force 0 ,queue 
+0x4377 007967 set0 mark_h5tx_rp ,mark 
+:      007968 bcsp_send_packet:
+0x4378 007970 add loopcnt ,4 ,regb 
+0x4379 007971 fetch 1 ,mem_h5tx_ack 
+0x437a 007972 lshift3 pdata ,regc 
+0x437b 007973 isolate0 mark_h5tx_crc ,mark 
+0x437c 007974 nsetflag true ,6 ,regc 
+0x437d 007975 branch bcsp_send_packet_nocrc ,true 
+0x437e 007976 increase 2 ,regb 
+:      007977 bcsp_send_packet_nocrc:
+0x437f 007978 bmark0 mark_h5tx_rp ,bcsp_send_packet_form_nonrp 
+0x4380 007979 set1 7 ,regc 
+0x4381 007980 fetch 1 ,mem_h5tx_seq 
+0x4382 007981 ior regc ,regc 
+0x4383 007982 increase 1 ,pdata 
+0x4384 007983 and_into 7 ,pdata 
+0x4385 007984 store 1 ,mem_h5tx_seq 
+0x4386 007985 fetch 1 ,mem_rp_packets 
+0x4387 007986 increase 1 ,pdata 
+0x4388 007987 store 1 ,mem_rp_packets 
+:      007988 bcsp_send_packet_form_nonrp:
+0x4389 007989 fetch 2 ,mem_h5tx_wptr 
+0x438a 007990 iforce contwu 
+0x438b 007991 deposit regb 
+0x438c 007992 isolate1 mark_h5tx_rp ,mark 
+0x438d 007993 setflag true ,hci_flag_rp ,pdata 
+0x438e 007994 istore 2 ,contwu 
+0x438f 007995 copy contwu ,rega 
+0x4390 007996 deposit regc 
+0x4391 007997 istore 1 ,contwu 
+0x4392 007998 lshift4 loopcnt ,pdata 
+0x4393 007999 ior queue ,pdata 
+0x4394 008000 iadd regc ,regc 
+0x4395 008001 istore 2 ,contwu 
+0x4396 008002 rshift8 pdata ,pdata 
+0x4397 008003 iadd regc ,pdata 
+0x4398 008004 sub pdata ,0xff ,pdata 
+0x4399 008005 istore 1 ,contwu 
+0x439a 008006 bmark0 mark_h5tx_crc ,bcsp_send_packet_form_nocrc 
+0x439b 008007 increase 4 ,loopcnt 
+0x439c 008008 copy rega ,contwu 
+0x439d 008009 call calc_tx_crc16 
+0x439e 008010 istore 2 ,contwu 
+:      008011 bcsp_send_packet_form_nocrc:
+0x439f 008012 fetch 2 ,mem_h5tx_wptr 
+0x43a0 008013 iadd regb ,contwu 
+0x43a1 008014 increase 2 ,contwu 
+0x43a2 008015 deposit contwu 
+0x43a3 008016 store 2 ,mem_h5tx_wptr 
+0x43a4 008017 hstore 2 ,core_uart_twptr 
+0x43a5 008018 fetcht 2 ,mem_h5tx_rptr 
+0x43a6 008019 call bcsp_update_free 
+0x43a7 008020 call bcsp_init_retransmit 
+0x43a8 008021 setarg 1600 
+0x43a9 008022 force lpo_delay_timer ,queue 
+0x43aa 008023 branch timer_init 
+:      008025 bcsp_init_retransmit:
+0x43ab 008026 setarg 400 
+0x43ac 008027 force hci_retransmit_timer ,queue 
+0x43ad 008028 call timer_init 
+0x43ae 008029 set1 mark_h5tx_retransmit ,mark 
+0x43af 008030 rtn 
+:      008032 bcsp_retransmit:
+0x43b0 008033 rtnmark0 mark_h5tx_retransmit 
+0x43b1 008034 force hci_retransmit_timer ,queue 
+0x43b2 008035 call timer_check 
+0x43b3 008036 nrtn blank 
+0x43b4 008037 fetch 2 ,mem_h5tx_rptr 
+0x43b5 008038 hstore 2 ,core_uart_trptrp 
+0x43b6 008039 branch bcsp_init_retransmit 
+:      008041 bcsp_freepacket:
+0x43b7 008042 fetch 2 ,mem_h5tx_wptr 
+0x43b8 008043 fetcht 2 ,mem_h5tx_rptr 
+0x43b9 008044 isub temp ,null 
+0x43ba 008045 branch bcsp_noretransmit ,zero 
+0x43bb 008046 copy temp ,contwu 
+0x43bc 008047 ifetch 2 ,contwu 
+0x43bd 008048 iforce rega 
+0x43be 008049 iand mask3ff ,pdata 
+0x43bf 008050 iadd contwu ,contwu 
+0x43c0 008051 hfetch 2 ,core_uart_trptr 
+0x43c1 008052 isub contwu ,pdata 
+0x43c2 008053 iand mask3ff ,regb 
+0x43c3 008054 fetch 2 ,mem_h5tx_wptr 
+0x43c4 008055 isub contwu ,pdata 
+0x43c5 008056 iand mask3ff ,pdata 
+0x43c6 008057 isub regb ,pdata 
+0x43c7 008058 nrtn positive 
+0x43c8 008059 isolate0 hci_flag_rp ,rega 
+0x43c9 008060 branch bcsp_discardnrp ,true 
+0x43ca 008061 fetch 1 ,mem_h5rx_ackcnt 
+0x43cb 008062 rtn blank 
+0x43cc 008063 increase -1 ,pdata 
+0x43cd 008064 store 1 ,mem_h5rx_ackcnt 
+0x43ce 008065 fetch 1 ,mem_rp_packets 
+0x43cf 008066 increase -1 ,pdata 
+0x43d0 008067 store 1 ,mem_rp_packets 
+:      008068 bcsp_discardnrp:
+0x43d1 008069 copy contwu ,temp 
+0x43d2 008070 storet 2 ,mem_h5tx_rptr 
+0x43d3 008071 fetch 2 ,mem_h5tx_wptr 
+0x43d4 008072 call bcsp_update_free 
+0x43d5 008073 branch bcsp_freepacket 
+:      008074 bcsp_noretransmit:
+0x43d6 008075 set0 mark_h5tx_retransmit ,mark 
+0x43d7 008076 rtn 
+:      008078 bcsp_update_free:
+0x43d8 008079 isub temp ,pdata 
+0x43d9 008080 iand mask3ff ,pdata 
+0x43da 008081 isub mask3ff ,pdata 
+0x43db 008082 sub pdata ,0 ,pdata 
+0x43dc 008083 store 2 ,mem_h5tx_free 
+0x43dd 008084 rtn 
+:      008086 bcsp_get_tx_ptr:
+0x43de 008087 fetch 2 ,mem_h5tx_wptr 
+0x43df 008088 iadd contwu ,contwu 
+0x43e0 008089 rtn 
+:      008093 hci_log:
+0x43e1 008094 rtn 
+:      008096 hci_rx_h4:
+0x43e2 008097 set1 mark_ext_patch ,mark 
+0x43e3 008098 bpatch patch3d_4 ,mem_patch3d 
+0x43e4 008099 fetch 1 ,mem_hci_cmd 
+0x43e5 008100 nrtn blank 
+:      008101 hci_rx_h4_1:
+0x43e6 008102 call hci_h4_parse_packet 
+0x43e7 008103 ncall h4_rx_discard_packet ,user 
+0x43e8 008104 rtn 
+:      008106 hci_h4_parse_packet:
+0x43e9 008107 set1 mark_ext_patch ,mark 
+0x43ea 008108 bpatch patch3d_5 ,mem_patch3d 
+0x43eb 008109 copy contru ,rega 
+0x43ec 008110 arg 4 ,temp 
+0x43ed 008111 ifetch 1 ,contru 
+0x43ee 008112 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
+0x43ef 008113 increase 1 ,temp 
+0x43f0 008114 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
+0x43f1 008115 copy contru ,pdata 
+0x43f2 008116 hstore 2 ,core_uart_rrptr 
+0x43f3 008117 rtn 
+:      008118 hci_h4_parse_packet_wait_len:
+0x43f4 008119 hfetch 2 ,core_uart_rxitems 
+0x43f5 008120 isub temp ,null 
+0x43f6 008121 nbranch hci_h4_parse_packet_wait_len ,positive 
+0x43f7 008123 disable user 
+0x43f8 008124 copy rega ,contru 
+0x43f9 008125 call h4_get_rx_payload_len 
+0x43fa 008126 iadd temp ,temp 
+:      008127 hci_h4_parse_packet_wait:
+0x43fb 008128 hfetch 2 ,core_uart_rxitems 
+0x43fc 008129 isub temp ,null 
+0x43fd 008130 nbranch hci_h4_parse_packet_wait ,positive 
+0x43fe 008131 copy rega ,contru 
+0x43ff 008132 ifetch 1 ,contru 
+0x4400 008133 beq hci_h4_type_cmd ,process_hci_cmd 
+0x4401 008134 beq hci_h4_type_acl ,hci_h4_parse_packet_acl 
+0x4402 008135 branch assert 
+:      008136 hci_h4_parse_packet_acl:
+0x4403 008137 set1 mark_ext_patch ,mark 
+0x4404 008138 bpatch patch3d_6 ,mem_patch3d 
+0x4405 008139 copy contru ,rega 
+0x4406 008140 ifetch 2 ,contru 
+0x4407 008141 copy rega ,contru 
+0x4408 008142 fetcht 1 ,mem_conn_handle 
+0x4409 008143 icompare 0xff ,temp 
+0x440a 008144 branch process_acl ,true 
+0x440b 008145 branch le_acl_downgoing ,le 
+0x440c 008146 enable user 
+0x440d 008147 rtn 
+:      008148 h4_rx_discard_packet:
+0x440e 008149 set1 mark_ext_patch ,mark 
+0x440f 008150 bpatch patch3d_7 ,mem_patch3d 
+0x4410 008151 hfetch 2 ,core_uart_rrptr 
+0x4411 008152 iforce contru 
+0x4412 008153 call h4_get_rx_payload_len 
+0x4413 008154 iadd contru ,contru 
+0x4414 008155 deposit contru 
+0x4415 008156 hstore 2 ,core_uart_rrptr 
+0x4416 008157 rtn 
+:      008162 h4_get_rx_payload_len:
+0x4417 008163 ifetch 1 ,contru 
+0x4418 008164 increase 2 ,contru 
+0x4419 008165 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
+0x441a 008166 ifetch 1 ,contru 
+0x441b 008167 rtn 
+:      008168 h4_get_rx_payload_len_acl:
+0x441c 008169 ifetch 2 ,contru 
+0x441d 008170 rtn 
+:      008172 h4_get_tx_ptr:
+0x441e 008173 hfetch 2 ,core_uart_twptr 
+0x441f 008174 increase -5 ,contwu 
+0x4420 008175 iadd contwu ,contwu 
+0x4421 008176 rtn 
+:      008178 h4_send_packet_event:
+0x4422 008179 arg hci_h4_type_event ,temp 
+0x4423 008180 branch h4_send_packet 
+:      008181 h4_send_packet_acl:
+0x4424 008182 arg hci_h4_type_acl ,temp 
+:      008183 h4_send_packet:
+0x4425 008184 set1 mark_ext_patch ,mark 
+0x4426 008185 bpatch patch3e_0 ,mem_patch3e 
+0x4427 008186 increase 1 ,loopcnt 
+0x4428 008187 hfetch 2 ,core_uart_twptr 
+0x4429 008188 copy pdata ,contwu 
+0x442a 008189 copy loopcnt ,pdata 
+0x442b 008190 istoret 1 ,contwu 
+0x442c 008191 increase -1 ,pdata 
+0x442d 008192 iadd contwu ,contwu 
+0x442e 008193 copy contwu ,pdata 
+0x442f 008194 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4430 008195 copy temp ,pdata 
+0x4431 008196 rtneq hci_h4_type_acl 
+0x4432 008197 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4433 008198 hstore 2 ,core_uart_twptr 
+0x4434 008199 branch h4_send_acl_trigger_clear 
+:      008201 h4_send_acl_trigger:
+0x4435 008202 set1 mark_ext_patch ,mark 
+0x4436 008203 bpatch patch3e_1 ,mem_patch3e 
+0x4437 008204 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4438 008205 branch assert ,blank 
+0x4439 008206 hstore 2 ,core_uart_twptr 
+0x443a 008207 branch h4_send_acl_trigger_clear 
+:      008209 h4_send_acl_trigger_clear:
+0x443b 008210 setarg 0 
+0x443c 008211 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x443d 008212 rtn 
+:      008214 h4_tx_buffer_remain:
+0x443e 008215 hfetcht 2 ,core_uart_trptr 
+0x443f 008216 hfetch 2 ,core_uart_twptr 
+0x4440 008217 isub temp ,rega 
+0x4441 008218 nbranch h4_tx_buffer_remain_negative ,positive 
+0x4442 008219 hfetcht 2 ,core_uart_tsaddr 
+0x4443 008220 hfetch 2 ,core_uart_teaddr 
+0x4444 008221 isub temp ,pdata 
+0x4445 008222 isub rega ,temp 
+0x4446 008223 rtn 
+:      008224 h4_tx_buffer_remain_negative:
+0x4447 008225 sub rega ,-1 ,temp 
+0x4448 008226 rtn 
+:      008231 hci_dispatch:
+0x4449 008232 set0 mark_ext_patch ,mark 
+0x444a 008233 bpatch patch19_5 ,mem_patch19 
+0x444b 008234 fetch 1 ,mem_device_option 
+0x444c 008235 rtnne dvc_op_hci 
+0x444d 008236 call hci_rx_packet 
+0x444e 008237 call hci_check_bcsp_protocol 
+0x444f 008238 call bcsp_retransmit ,true 
+0x4450 008239 call hci_check_bcsp_protocol 
+0x4451 008240 call bcsp_freepacket ,true 
+0x4452 008241 branch process_send_acl 
+0x4453 008242 rtnmark0 mark_h5_reinit 
+0x4454 008243 force h5_reinit_timer ,queue 
+0x4455 008244 call timer_check 
+0x4456 008245 nrtn blank 
+0x4457 008246 call hci_reinit 
+0x4458 008247 call hci_check_bcsp_protocol 
+0x4459 008248 nrtn true 
+0x445a 008249 set0 mark_h5_sync ,mark 
+0x445b 008250 force 0xda ,temp 
+0x445c 008251 setarg 0xededdc 
+0x445d 008252 call parse_bcsp_link_establish_send 
+0x445e 008253 setarg 2000 
+0x445f 008254 force h5_reinit_timer ,queue 
+0x4460 008255 branch timer_init 
+:      008258 hci_init:
+0x4461 008259 set0 mark_ext_patch ,mark 
+0x4462 008260 bpatch patch19_6 ,mem_patch19 
+0x4463 008261 rtn wake 
+0x4464 008262 setarg hci_idle_dispatch 
+0x4465 008263 store 2 ,mem_cb_idle_process 
+0x4466 008265 setarg uart_baud_115200 
+0x4467 008266 store uart_baud_len ,mem_baud 
+:      008267 hci_lpm_init:
+0x4468 008268 set0 mark_ext_patch ,mark 
+0x4469 008269 bpatch patch19_7 ,mem_patch19 
+0x446a 008270 call init_filter_ram 
+0x446b 008271 setarg mem_h5rx_buf 
+0x446c 008272 hstore 2 ,core_uart_rsaddr 
+0x446d 008273 setarg mem_h5rx_buf_end 
+0x446e 008274 hstore 2 ,core_uart_readdr 
+0x446f 008275 setarg mem_h5tx_buf 
+0x4470 008276 hstore 2 ,core_uart_tsaddr 
+0x4471 008277 call hci_sel_init 
+:      008278 hci_reinit:
+0x4472 008279 set0 mark_ext_patch ,mark 
+0x4473 008280 bpatch patch1a_0 ,mem_patch1a 
+0x4474 008281 hjam 0x0 ,core_uart_ctrl 
+0x4475 008282 jam 0 ,mem_h5rx_ack 
+0x4476 008283 jam 0 ,mem_h5tx_ack 
+0x4477 008284 jam 0 ,mem_h5tx_seq 
+0x4478 008285 setarg mem_h5tx_buf 
+0x4479 008286 store 2 ,mem_h5tx_wptr 
+0x447a 008287 store 2 ,mem_h5tx_rptr 
+0x447b 008288 hstore 2 ,core_uart_twptr 
+0x447c 008289 hstore 2 ,core_uart_trptrp 
+0x447d 008290 setarg mem_h5rx_buf 
+0x447e 008291 hstore 2 ,core_uart_rrptr 
+0x447f 008292 store 2 ,mem_h5rx_rptr 
+:      008293 hci_init_common:
+0x4480 008294 set0 mark_ext_patch ,mark 
+0x4481 008295 bpatch patch1a_1 ,mem_patch1a 
+0x4482 008296 hfetch 2 ,core_clkoff 
+0x4483 008297 set0 clock_off_uart ,pdata 
+0x4484 008298 hstore 2 ,core_clkoff 
+0x4485 008299 call uart_set_baud_by_mem 
+0x4486 008300 hjam uartclk_dpll ,core_uart_clksel 
+0x4487 008301 hjam uart_ctrl_h4 ,core_uart_ctrl 
+0x4488 008302 branch hci_init_queue_ack 
+:      008304 hci_sel_init:
+0x4489 008305 setarg mem_h5tx_buf_end 
+0x448a 008306 hstore 2 ,core_uart_teaddr 
+0x448b 008307 hfetch 1 ,core_gpio_sel1 
+0x448c 008308 or_into 0x07 ,pdata 
+0x448d 008309 hstore 1 ,core_gpio_sel1 
+0x448e 008310 jam 0xff ,mem_ucode_id_local 
+0x448f 008311 rtn 
+:      008313 hci_reset_uart:
+0x4490 008314 hfetch 2 ,core_uart_rwptr 
+0x4491 008315 hstore 2 ,core_uart_rrptr 
+0x4492 008316 set1 mark_h5_reset ,mark 
+0x4493 008317 rtn 
+:      008320 hci_check_bcsp_protocol:
+0x4494 008321 hfetch 1 ,core_uart_ctrl 
+0x4495 008322 isolate1 uart_ctrl_bit_slip_protocol ,pdata 
+0x4496 008323 rtn 
+:      008325 hci_init_queue_ack:
+0x4497 008326 setarg mem_hci_acl_queue_start 
+0x4498 008327 store 2 ,mem_hci_acl_queue_wptr 
+0x4499 008328 store 2 ,mem_hci_acl_queue_rptr 
+0x449a 008329 force param_acl_pktcnt ,temp 
+0x449b 008330 iadd temp ,pdata 
+0x449c 008331 iadd temp ,pdata 
+0x449d 008332 increase 2 ,pdata 
+0x449e 008333 store 2 ,mem_hci_acl_queue_end 
+0x449f 008334 setarg 0x00 
+0x44a0 008335 store 1 ,mem_hci_acl_cnt 
+0x44a1 008336 store 1 ,mem_hci_acl_queue_wcnt 
+0x44a2 008337 rtn 
+:      008339 hci_rx_packet:
+0x44a3 008340 set0 mark_ext_patch ,mark 
+0x44a4 008341 bpatch patch1a_2 ,mem_patch1a 
+0x44a5 008342 hfetch 1 ,core_uart_status 
+0x44a6 008343 iforce regb 
+0x44a7 008344 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
+0x44a8 008345 hfetch 2 ,core_uart_rxitems 
+0x44a9 008346 iforce regc 
+0x44aa 008347 arg 0x44f ,temp 
+0x44ab 008348 isub temp ,null 
+0x44ac 008349 nrtn zero 
+:      008350 hci_rx_packet_cont:
+0x44ad 008351 hfetch 2 ,core_uart_rrptr 
+0x44ae 008352 iforce contru 
+0x44af 008353 call hci_check_bcsp_protocol 
+0x44b0 008354 branch hci_rx_bcsp ,true 
+0x44b1 008355 branch hci_rx_h4 
+:      008357 hci_send_ack:
+0x44b2 008358 call hci_check_bcsp_protocol 
+0x44b3 008359 branch bcsp_send_ack ,true 
+0x44b4 008360 rtn 
+:      008362 uart_send_byte:
+0x44b5 008363 hfetcht 1 ,core_uart_status 
+0x44b6 008364 isolate1 6 ,temp 
+0x44b7 008365 branch uart_send_byte ,true 
+0x44b8 008366 hstore 1 ,core_uart_txd 
+0x44b9 008367 rtn 
+:      008370 process_acl_into_queue:
+0x44ba 008371 fetcht 2 ,mem_hci_acl_queue_end 
+0x44bb 008372 fetch 2 ,mem_hci_acl_queue_wptr 
+0x44bc 008373 iforce contw 
+0x44bd 008374 deposit contru 
+0x44be 008375 istore 2 ,contw 
+0x44bf 008376 deposit contw 
+0x44c0 008377 store 2 ,mem_hci_acl_queue_wptr 
+0x44c1 008378 icompare 0xff ,temp 
+0x44c2 008379 call process_acl_into_queue_loop ,true 
+0x44c3 008380 fetch 1 ,mem_hci_acl_queue_wcnt 
+0x44c4 008381 increase 1 ,pdata 
+0x44c5 008382 store 1 ,mem_hci_acl_queue_wcnt 
+0x44c6 008383 rtn 
+:      008384 process_acl_into_queue_loop:
+0x44c7 008385 setarg mem_hci_acl_queue_start 
+0x44c8 008386 store 2 ,mem_hci_acl_queue_wptr 
+0x44c9 008387 rtn 
+:      008390 process_acl_dequeue:
+0x44ca 008391 fetch 1 ,mem_hci_acl_queue_wcnt 
+0x44cb 008392 rtn blank 
+0x44cc 008393 fetcht 2 ,mem_hci_acl_queue_end 
+0x44cd 008394 fetch 2 ,mem_hci_acl_queue_rptr 
+0x44ce 008395 iforce contr 
+0x44cf 008396 ifetch 2 ,contr 
+0x44d0 008397 iforce contru 
+0x44d1 008398 deposit contr 
+0x44d2 008399 store 2 ,mem_hci_acl_queue_rptr 
+0x44d3 008400 icompare 0xff ,temp 
+0x44d4 008401 call process_acl_dequeue_loop ,true 
+0x44d5 008402 fetch 1 ,mem_hci_acl_queue_wcnt 
+0x44d6 008403 increase -1 ,pdata 
+0x44d7 008404 store 1 ,mem_hci_acl_queue_wcnt 
+0x44d8 008405 force 1 ,pdata 
+0x44d9 008406 rtn 
+:      008407 process_acl_dequeue_loop:
+0x44da 008408 setarg mem_hci_acl_queue_start 
+0x44db 008409 store 2 ,mem_hci_acl_queue_rptr 
+0x44dc 008410 rtn 
+:      008412 process_acl:
+0x44dd 008413 set0 mark_ext_patch ,mark 
+0x44de 008414 bpatch patch1a_3 ,mem_patch1a 
+0x44df 008415 fetch 1 ,mem_hci_acl_queue_wcnt 
+0x44e0 008416 sub pdata ,2 ,null 
+0x44e1 008417 branch process_acl_queue_check_ok ,positive 
+0x44e2 008418 enable user 
+0x44e3 008419 branch process_send_acl 
+:      008420 process_acl_queue_check_ok:
+0x44e4 008421 call hci_send_ack 
+0x44e5 008422 call process_acl_into_queue 
+:      008423 process_send_acl:
+0x44e6 008424 set0 mark_ext_patch ,mark 
+0x44e7 008425 bpatch patch1a_4 ,mem_patch1a 
+0x44e8 008426 rtnmark1 mark_tx_l2cap 
+0x44e9 008427 call process_acl_dequeue 
+0x44ea 008428 rtn blank 
+0x44eb 008429 ifetcht 1 ,contru 
+0x44ec 008430 call context_search_conn_handle2 
+0x44ed 008431 nrtn zero 
+0x44ee 008432 ifetch 1 ,contru 
+0x44ef 008433 rshift4 pdata ,pdata 
+0x44f0 008434 and pdata ,0x3 ,pdata 
+0x44f1 008435 nbranch process_send_acl_good_lch ,blank 
+0x44f2 008436 set1 1 ,pdata 
+:      008437 process_send_acl_good_lch:
+0x44f3 008438 set1 2 ,pdata 
+0x44f4 008439 store 1 ,mem_tx_lch 
+0x44f5 008440 ifetch 2 ,contru 
+0x44f6 008441 store 2 ,mem_tx_len 
+0x44f7 008442 deposit contru 
+0x44f8 008443 store 2 ,mem_txptr 
+0x44f9 008444 set1 mark_tx_l2cap ,mark 
+0x44fa 008445 bmark0 mark_context ,process_acl_ncontext 
+0x44fb 008446 fetch 1 ,mem_conn_handle 
+0x44fc 008447 isub temp ,null 
+0x44fd 008448 nbranch process_acl_ncontext ,zero 
+0x44fe 008449 fetch 1 ,mem_op 
+0x44ff 008450 set1 op_txl2cap ,pdata 
+0x4500 008451 store 1 ,mem_op 
+0x4501 008452 rtn 
+:      008454 process_acl_ncontext:
+0x4502 008455 increase coffset_op ,rega 
+0x4503 008456 ifetch 1 ,rega 
+0x4504 008457 set1 op_txl2cap ,pdata 
+0x4505 008458 istore 1 ,rega 
+0x4506 008459 rtn 
+:      008464 process_hci_cmd:
+0x4507 008465 set0 mark_ext_patch ,mark 
+0x4508 008466 bpatch patch1a_5 ,mem_patch1a 
+0x4509 008467 fetch 1 ,mem_hci_cmd 
+0x450a 008468 branch process_hci_cmd_cont ,blank 
+0x450b 008469 enable user 
+0x450c 008470 rtn 
+:      008471 process_hci_cmd_cont:
+0x450d 008472 call hci_send_ack 
+0x450e 008473 ifetch 2 ,contru 
+0x450f 008474 iforce alarm 
+0x4510 008475 iforce queue 
+0x4511 008476 ifetch 1 ,contru 
+0x4512 008477 iforce temp 
+0x4513 008478 rshift2 alarm ,pdata 
+0x4514 008479 rshift8 pdata ,pdata 
+0x4515 008480 beq hci_ogf_link_control ,phci_grp_link_control 
+0x4516 008481 beq hci_ogf_link_policy ,phci_grp_link_policy 
+0x4517 008482 beq hci_ogf_baseband ,phci_grp_baseband 
+0x4518 008483 beq hci_ogf_info ,phci_grp_info 
+0x4519 008484 beq hci_ogf_status ,phci_grp_status 
+0x451a 008485 beq hci_ogf_test ,phci_grp_test 
+0x451b 008486 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
+0x451c 008487 beq hci_ogf_low_energy ,phci_grp_low_energy 
+0x451d 008488 rtn 
+:      008491 phci_grp_link_control:
+0x451e 008492 set0 mark_ext_patch ,mark 
+0x451f 008493 bpatch patch1a_6 ,mem_patch1a 
+0x4520 008494 deposit queue 
+0x4521 008495 beq hci_inquiry ,phci_inquiry 
+0x4522 008496 beq hci_inquiry_cancel ,phci_inquiry_cancel 
+0x4523 008497 beq hci_periodic_inquiry_mode ,hci_normal_reply 
+0x4524 008498 beq hci_exit_periodic_inquiry_mode ,hci_normal_reply 
+0x4525 008499 beq hci_create_connection ,phci_create_connection 
+0x4526 008500 beq hci_disconnect ,phci_disconnect 
+0x4527 008501 beq hci_add_sco_connection ,hci_normal_reply 
+0x4528 008502 beq hci_create_connection_cancel ,phci_create_connection_cancel 
+0x4529 008503 beq hci_accept_connection ,phci_accept_connection 
+0x452a 008504 beq hci_reject_connection ,phci_reject_connection 
+0x452b 008505 beq hci_link_key_request_reply ,phci_link_key_request_reply 
+0x452c 008506 beq hci_link_key_request_negative_reply ,phci_link_key_request_negative_reply 
+0x452d 008507 beq hci_pin_code_request_reply ,phci_pin_code_request_reply 
+0x452e 008508 beq hci_pin_code_request_negative_reply ,phci_pin_code_request_negative_reply 
+0x452f 008509 beq hci_change_connection_packet_type ,phci_change_connection_packet_type 
+0x4530 008510 beq hci_authentication_requested ,phci_authentication_requested 
+0x4531 008511 beq hci_set_connection_encryption ,phci_set_connection_encryption 
+0x4532 008512 beq hci_change_connection_link_key ,hci_normal_reply 
+0x4533 008513 beq hci_master_link_key ,hci_normal_reply 
+0x4534 008514 beq hci_remote_name_request ,phci_remote_name_request 
+0x4535 008515 beq hci_read_remote_supported_features ,phci_read_remote_supported_features 
+0x4536 008516 beq hci_read_remote_ext_features ,phci_read_remote_ext_features 
+0x4537 008517 beq hci_read_remote_version_information ,phci_read_remote_version_information 
+0x4538 008518 beq hci_read_clock_offset ,phci_read_clock_offset 
+0x4539 008519 beq hci_setup_sco_connection ,phci_setup_sco_connection 
+0x453a 008520 beq hci_accept_sco_connection ,phci_accept_sco_connection 
+0x453b 008521 beq hci_io_cap_request_reply ,phci_io_cap_request_reply 
+0x453c 008522 branch phci_unknown_command 
+:      008525 phci_grp_link_policy:
+0x453d 008526 set0 mark_ext_patch ,mark 
+0x453e 008527 bpatch patch1a_7 ,mem_patch1a 
+0x453f 008528 deposit queue 
+0x4540 008529 beq hci_role_discovery ,phci_role_discovery 
+0x4541 008530 beq hci_write_link_policy_settings ,phci_write_link_policy_settings 
+0x4542 008531 beq hci_hold_mode ,hci_normal_reply 
+0x4543 008532 beq hci_sniff_mode ,phci_sniff_mode 
+0x4544 008533 beq hci_exit_sniff_mode ,phci_exit_sniff_mode 
+0x4545 008534 beq hci_park_mode ,hci_normal_reply 
+0x4546 008535 beq hci_exit_park_mode ,hci_normal_reply 
+0x4547 008536 beq hci_qos_setup ,hci_normal_reply 
+0x4548 008537 beq hci_switch_role ,phci_switch_role 
+0x4549 008538 beq hci_read_link_policy_settings ,hci_normal_reply 
+0x454a 008539 beq hci_read_default_link_policy_settings ,hci_normal_reply 
+0x454b 008540 beq hci_write_default_link_policy_settings ,hci_normal_reply 
+0x454c 008541 beq hci_flow_specification ,hci_normal_reply 
+0x454d 008542 beq hci_sniff_subrating ,phci_sniff_subrating 
+0x454e 008543 branch phci_unknown_command 
+:      008545 phci_grp_baseband:
+0x454f 008546 set0 mark_ext_patch ,mark 
+0x4550 008547 bpatch patch1b_0 ,mem_patch1b 
+0x4551 008548 deposit queue 
+0x4552 008549 beq hci_set_event_mask ,phci_set_event_mask 
+0x4553 008550 beq hci_reset ,hci_normal_reply 
+0x4554 008551 beq hci_delete_stored_link_key ,phci_delete_stored_link_key 
+0x4555 008552 beq hci_write_local_name ,phci_change_local_name 
+0x4556 008553 beq hci_read_local_name ,phci_read_local_name 
+0x4557 008554 beq hci_write_page_timeout ,phci_write_page_timeout 
+0x4558 008555 beq hci_read_scan_enable ,phci_read_scan_enable 
+0x4559 008556 beq hci_write_scan_enable ,phci_write_scan_enable 
+0x455a 008557 beq hci_write_page_scan_activity ,phci_write_page_scan_activity 
+0x455b 008558 beq hci_write_inquiry_scan_activity ,phci_write_inquiry_scan_activity 
+0x455c 008559 beq hci_write_authentication_enable ,phci_write_authentication_enable 
+0x455d 008560 beq hci_write_encryption_mode ,phci_write_encryption_mode 
+0x455e 008561 beq hci_write_class_of_device ,phci_write_class_of_device 
+0x455f 008562 beq hci_write_voice_setting ,hci_normal_reply 
+0x4560 008563 beq hci_set_controller_to_host_flow_control ,hci_normal_reply 
+0x4561 008564 beq hci_host_buffer_size ,hci_normal_reply 
+0x4562 008565 beq hci_host_num_completed_packets ,phci_host_num_completed 
+0x4563 008566 beq hci_write_inquiry_scan_type ,hci_normal_reply 
+0x4564 008567 beq hci_write_inquiry_mode ,hci_normal_reply 
+0x4565 008568 beq hci_write_page_scan_type ,hci_normal_reply 
+0x4566 008569 beq hci_read_extended_inquiry_response ,phci_read_ext_inquiry_response 
+0x4567 008570 beq hci_write_simple_pairing_mode ,phci_write_ssp_mode 
+0x4568 008571 branch phci_unknown_command 
+:      008573 phci_grp_info:
+0x4569 008574 set0 mark_ext_patch ,mark 
+0x456a 008575 bpatch patch1b_1 ,mem_patch1b 
+0x456b 008576 deposit queue 
+0x456c 008577 beq hci_read_local_version_information ,phci_read_local_version_information 
+0x456d 008578 beq hci_read_local_supported_features ,phci_read_local_supported_features 
+0x456e 008579 beq hci_read_local_ext_features ,phci_read_local_ext_features 
+0x456f 008580 beq hci_read_buffer_size ,phci_read_buffer_size 
+0x4570 008581 beq hci_read_bd_addr ,phci_read_bd_addr 
+0x4571 008582 branch phci_unknown_command 
+:      008584 phci_grp_status:
+0x4572 008585 set0 mark_ext_patch ,mark 
+0x4573 008586 bpatch patch1b_2 ,mem_patch1b 
+0x4574 008587 deposit queue 
+0x4575 008588 beq hci_read_failed_contact_counter ,hci_normal_reply 
+0x4576 008589 beq hci_reset_failed_contact_counter ,phci_reset_failed_contact_counter 
+0x4577 008590 beq hci_get_link_quality ,phci_get_link_quality 
+0x4578 008591 beq hci_read_rssi ,phci_read_rssi 
+0x4579 008592 beq hci_read_afh_channel_map ,phci_read_afh_channel_map 
+0x457a 008593 beq hci_read_bd_clock ,phci_read_bd_clock 
+0x457b 008594 branch phci_unknown_command 
+:      008596 phci_grp_test:
+0x457c 008597 set0 mark_ext_patch ,mark 
+0x457d 008598 bpatch patch1b_3 ,mem_patch1b 
+0x457e 008599 deposit queue 
+0x457f 008600 beq hci_read_loopback_mode ,hci_normal_reply 
+0x4580 008601 beq hci_write_loopback_mode ,hci_normal_reply 
+0x4581 008602 beq hci_enable_device_under_test_mode ,hci_normal_reply 
+0x4582 008603 beq hci_write_simple_pairing_debug_mode ,hci_normal_reply 
+0x4583 008604 branch phci_unknown_command 
+0x4584 008605 rtn 
+:      008607 phci_grp_vendor_specific:
+0x4585 008608 set0 mark_ext_patch ,mark 
+0x4586 008609 bpatch patch1b_4 ,mem_patch1b 
+0x4587 008610 deposit queue 
+0x4588 008611 beq hci_vendor_cmd_reset ,hci_normal_reply 
+0x4589 008612 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+0x458a 008613 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+0x458b 008614 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+0x458c 008615 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+0x458d 008616 beq hci_vendor_cmd_echo ,hci_normal_reply 
+0x458e 008617 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
+0x458f 008618 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
+0x4590 008620 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+0x4591 008621 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
+0x4592 008622 branch hci_normal_reply 
+:      008624 phci_grp_vendor_enter_lpm:
+0x4593 008625 call hci_normal_reply 
+0x4594 008626 call wait_uarttx 
+0x4595 008627 call gpio_pu_uart_tx 
+:      008628 hci_enter_lpm:
+0x4596 008629 call app_put_lpm_wake_lock 
+0x4597 008630 call app_l2cap_flow_control_enable 
+0x4598 008631 branch gpio_rx_config_input_with_pu 
+:      008633 hci_exit_lpm:
+0x4599 008634 jam hci_rx_ready ,mem_hci_lt_rx_state 
+0x459a 008635 call app_get_lpm_wake_lock 
+0x459b 008636 call hci_lpm_init 
+0x459c 008637 branch app_l2cap_flow_control_disable 
+:      008639 phci_grp_vendor_chipid:
+0x459d 008640 call hci_get_cmd_complete_ptr 
+0x459e 008641 hfetch 2 ,core_chipid 
+0x459f 008642 istore 2 ,contwu 
+0x45a0 008643 force 6 ,loopcnt 
+0x45a1 008644 branch hci_command_complete 
+:      008646 phci_grp_vendor_baud:
+0x45a2 008647 ifetch 2 ,contru 
+0x45a3 008648 store 2 ,mem_baud 
+0x45a4 008649 hstore 2 ,core_uart_baud 
+0x45a5 008650 rtn 
+:      008652 phci_grp_vendor_patch:
+0x45a6 008654 ifetch 1 ,contru 
+0x45a7 008655 copy pdata ,temp 
+0x45a8 008656 hstore 1 ,core_ucode_low 
+0x45a9 008657 ifetch 1 ,contru 
+0x45aa 008658 iadd temp ,temp 
+0x45ab 008659 set1 7 ,pdata 
+0x45ac 008660 hstore 1 ,core_ucode_ctrl 
+0x45ad 008661 ifetch 1 ,contru 
+0x45ae 008662 iadd temp ,temp 
+0x45af 008663 copy pdata ,loopcnt 
+:      008664 phci_grp_vendor_patch_loop:
+0x45b0 008665 ifetch 1 ,contru 
+0x45b1 008666 hstore 1 ,core_ucode_data 
+0x45b2 008667 iadd temp ,temp 
+0x45b3 008668 loop phci_grp_vendor_patch_loop 
+0x45b4 008669 and temp ,0xff ,temp 
+0x45b5 008670 ifetch 1 ,contru 
+0x45b6 008671 isub temp ,null 
+0x45b7 008672 nbranch phci_grp_vendor_patch_bad ,zero 
+0x45b8 008673 branch hci_normal_reply 
+:      008675 phci_grp_vendor_done:
+0x45b9 008676 arg 0x20 ,loopcnt 
+0x45ba 008677 arg mem_patch00 ,contw 
+0x45bb 008678 arg 0 ,temp 
+:      008679 phci_grp_vendor_done_loop:
+0x45bc 008680 ifetch 1 ,contru 
+0x45bd 008681 istore 1 ,contw 
+0x45be 008682 iadd temp ,temp 
+0x45bf 008683 loop phci_grp_vendor_done_loop 
+0x45c0 008684 and temp ,0xff ,temp 
+0x45c1 008685 ifetch 1 ,contru 
+0x45c2 008686 isub temp ,null 
+0x45c3 008687 nbranch phci_grp_vendor_patch_bad ,zero 
+0x45c4 008688 hjam 0 ,core_ucode_ctrl 
+0x45c5 008689 call hci_normal_reply 
+0x45c6 008690 call h4_rx_discard_packet 
+0x45c7 008691 branch soft_reset 
+:      008693 phci_grp_vendor_patch_bad:
+0x45c8 008694 hjam 0 ,core_ucode_ctrl 
+0x45c9 008695 branch start 
+:      008697 phci_grp_vendor_bdaddr:
+0x45ca 008698 ifetch 6 ,contru 
+0x45cb 008699 store 6 ,mem_lap 
+0x45cc 008700 branch hci_normal_reply 
+:      008703 phci_grp_vendor_mem:
+0x45cd 008704 ifetch 1 ,contru 
+0x45ce 008705 store 1 ,mem_hci_curr_len 
+0x45cf 008706 copy pdata ,loopcnt 
+0x45d0 008707 ifetch 2 ,contru 
+0x45d1 008708 store 2 ,mem_hci_curr_target 
+0x45d2 008709 copy pdata ,contw 
+0x45d3 008710 call uart_copy_rx_bytes 
+0x45d4 008711 branch hci_normal_reply 
+:      008714 phci_grp_vendor_eep:
+0x45d5 008715 ifetch 1 ,contru 
+0x45d6 008716 store 1 ,mem_hci_curr_len 
+0x45d7 008717 copy pdata ,loopcnt 
+0x45d8 008718 ifetch 2 ,contru 
+0x45d9 008719 store 2 ,mem_hci_curr_target 
+0x45da 008720 arg mem_l2cap_rxbuff1 ,contw 
+0x45db 008721 call uart_copy_rx_bytes 
+0x45dc 008722 fetcht 1 ,mem_hci_curr_len 
+0x45dd 008723 arg mem_l2cap_rxbuff1 ,rega 
+0x45de 008724 fetch 2 ,mem_hci_curr_target 
+0x45df 008725 branch iicd_write_ota_data 
+:      008731 phci_grp_low_energy:
+0x45e0 008732 set0 mark_ext_patch ,mark 
+0x45e1 008733 bpatch patch1b_5 ,mem_patch1b 
+0x45e2 008734 deposit queue 
+0x45e3 008735 beq hci_le_set_event_mask ,hci_normal_reply 
+0x45e4 008736 beq hci_le_read_buffer_size ,phci_le_read_buffer_size 
+0x45e5 008737 beq hci_le_read_local_supported_features ,phci_le_read_local_supported_features 
+0x45e6 008738 beq hci_le_set_advertising_parameters ,phci_le_set_adv_param 
+0x45e7 008739 beq hci_le_set_advertising_data ,phci_le_set_adv_data 
+0x45e8 008740 beq hci_le_set_scan_response_data ,phci_le_set_scan_response_data 
+0x45e9 008741 beq hci_le_set_advertise_enable ,phci_le_set_adv_enable 
+0x45ea 008742 beq hci_le_set_scan_parameters ,phci_le_set_scan_param 
+0x45eb 008743 beq hci_le_set_scan_enable ,phci_le_set_scan_enable 
+0x45ec 008744 beq hci_le_create_connection ,phci_le_create_conn 
+0x45ed 008745 beq hci_le_create_connection_cancel ,phci_le_create_conn_cancel 
+0x45ee 008746 beq hci_le_read_channel_map ,phci_le_read_channel_map 
+0x45ef 008747 beq hci_le_read_remote_used_features ,hci_command_status 
+0x45f0 008748 beq hci_le_connection_update ,hci_normal_reply 
+0x45f1 008749 branch phci_unknown_command 
+0x45f2 008750 rtn 
+:      008751 phci_le_read_buffer_size:
+0x45f3 008752 call hci_get_cmd_complete_ptr 
+0x45f4 008753 setarg 0 
+0x45f5 008754 istore 3 ,contwu 
+0x45f6 008755 force 0x07 ,loopcnt 
+0x45f7 008756 branch hci_command_complete 
+:      008758 phci_le_read_local_supported_features:
+0x45f8 008759 call hci_get_cmd_complete_ptr 
+0x45f9 008760 setarg 1 
+0x45fa 008761 istore 2 ,contwu 
+0x45fb 008762 setarg 0 
+0x45fc 008763 istore 6 ,contwu 
+0x45fd 008764 force 0x0c ,loopcnt 
+0x45fe 008765 branch hci_command_complete 
+:      008767 phci_le_set_adv_param:
+0x45ff 008768 arg 15 ,loopcnt 
+0x4600 008769 arg mem_le_adv_param ,contw 
+0x4601 008770 call uart_copy_rx_bytes 
+0x4602 008771 branch hci_normal_reply 
+:      008773 phci_le_set_adv_data:
+0x4603 008774 arg 32 ,loopcnt 
+0x4604 008775 arg mem_le_adv_data_len ,contw 
+0x4605 008776 call uart_copy_rx_bytes 
+0x4606 008777 branch hci_normal_reply 
+:      008779 phci_le_set_scan_response_data:
+0x4607 008780 arg 32 ,loopcnt 
+0x4608 008781 arg mem_le_scan_data_len ,contw 
+0x4609 008782 call uart_copy_rx_bytes 
+0x460a 008783 branch hci_normal_reply 
+:      008785 phci_le_set_adv_enable:
+0x460b 008786 ifetch 1 ,contru 
+0x460c 008787 store 1 ,mem_le_adv_enable 
+0x460d 008788 branch hci_normal_reply 
+:      008790 phci_le_set_scan_param:
+0x460e 008791 ifetch 7 ,contru 
+0x460f 008792 store 7 ,mem_le_scan_params 
+0x4610 008793 branch hci_normal_reply 
+:      008795 phci_le_set_scan_enable:
+0x4611 008796 ifetch 1 ,contru 
+0x4612 008797 store 1 ,mem_le_scan_enable 
+0x4613 008798 branch hci_normal_reply 
+:      008800 phci_le_create_conn:
+0x4614 008801 ifetch 4 ,contru 
+0x4615 008802 store 4 ,mem_le_scan_interval 
+0x4616 008803 ifetch 1 ,contru 
+0x4617 008804 store 1 ,mem_le_scan_filter_policy 
+0x4618 008805 arg 20 ,loopcnt 
+0x4619 008806 arg mem_le_conn_param ,contw 
+0x461a 008807 call uart_copy_rx_bytes 
+0x461b 008808 jam 1 ,mem_le_scan_enable 
+0x461c 008809 fetch 1 ,mem_le_conn_own_addr_type 
+0x461d 008810 store 1 ,mem_le_scan_own_addr_type 
+0x461e 008811 fetch 2 ,mem_le_conn_interval_max 
+0x461f 008812 store 2 ,mem_le_conn_interval 
+0x4620 008813 fetch 2 ,mem_le_conn_latency 
+0x4621 008814 store 2 ,mem_le_slave_latency 
+0x4622 008815 fetch 2 ,mem_le_conn_superto 
+0x4623 008816 store 2 ,mem_le_superto 
+0x4624 008817 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x4625 008818 branch hci_command_status 
+:      008820 phci_le_create_conn_cancel:
+0x4626 008822 branch hci_normal_reply 
+:      008824 phci_le_read_channel_map:
+0x4627 008825 call hci_get_cmd_complete_ptr 
+0x4628 008826 ifetch 2 ,contru 
+0x4629 008827 istore 2 ,contwu 
+0x462a 008828 setarg 0x1fffff 
+0x462b 008829 istore 5 ,contwu 
+0x462c 008830 force 0x0b ,loopcnt 
+0x462d 008831 branch hci_command_complete 
+:      008836 phci_host_num_completed:
+0x462e 008837 ifetch 3 ,contru 
+0x462f 008838 ifetcht 3 ,contru 
+0x4630 008839 fetch 2 ,mem_acl_credits 
+0x4631 008840 iadd temp ,pdata 
+0x4632 008841 store 2 ,mem_acl_credits 
+0x4633 008842 rtn 
+:      008844 phci_inquiry:
+0x4634 008845 ifetch 3 ,contru 
+0x4635 008846 store 3 ,mem_glap 
+:      008847 do_at_inquiry0:
+0x4636 008848 jam hci_cmd_inquiry ,mem_hci_cmd 
+0x4637 008849 ifetch 1 ,contru 
+0x4638 008850 arg 1600 ,temp 
+0x4639 008851 imul32 temp ,pdata 
+0x463a 008852 arg 0xffff ,temp 
+0x463b 008853 isub temp ,null 
+0x463c 008854 nbranch phci_inquiry_nowrap ,positive 
+0x463d 008855 deposit temp 
+:      008856 phci_inquiry_nowrap:
+0x463e 008857 force inquiry_length_timer ,queue 
+0x463f 008858 call timer_init 
+0x4640 008859 fetch 1 ,mem_at_using_flag 
+0x4641 008860 bbit1 at_flag_inq ,at_rev_end 
+0x4642 008861 branch hci_command_status 
+:      008864 phci_inquiry_cancel:
+0x4643 008865 jam hci_cmd_inquiry_cancel ,mem_hci_cmd 
+0x4644 008866 branch hci_normal_reply 
+:      008868 phci_create_connection:
+0x4645 008869 call phci_read_plap 
+0x4646 008870 ifetch 2 ,contru 
+0x4647 008871 store 2 ,mem_packet_type 
+0x4648 008872 ifetch 2 ,contru 
+0x4649 008873 store 1 ,mem_page_mode 
+0x464a 008874 call phci_read_clock 
+0x464b 008875 ifetch 1 ,contru 
+0x464c 008876 store 1 ,mem_allow_switch 
+0x464d 008877 jam hci_cmd_create_conn ,mem_hci_cmd 
+0x464e 008878 branch hci_command_status 
+:      008881 phci_disconnect:
+0x464f 008882 jam hci_cmd_disconn ,mem_hci_cmd 
+0x4650 008883 ifetch 2 ,contru 
+0x4651 008884 store 1 ,mem_hci_conn_handle 
+0x4652 008885 ifetch 1 ,contru 
+0x4653 008886 store 1 ,mem_disconn_reason_send 
+0x4654 008887 jam hci_error_connection_terminated_by_local_host ,mem_hci_disconn_reason 
+0x4655 008888 fetch 1 ,mem_hci_conn_handle 
+0x4656 008889 fetcht 1 ,mem_sco_handle 
+0x4657 008890 isub temp ,null 
+0x4658 008891 nbranch hci_command_status ,zero 
+0x4659 008892 jam hci_cmd_disconn_sco ,mem_hci_cmd 
+0x465a 008893 fetch 1 ,mem_sco_asso_handle 
+0x465b 008894 store 1 ,mem_hci_conn_handle 
+0x465c 008895 branch hci_command_status 
+:      008897 phci_create_connection_cancel:
+0x465d 008898 call hci_get_cmd_complete_ptr 
+0x465e 008899 call hci_write_plap 
+0x465f 008900 force 10 ,loopcnt 
+0x4660 008901 call hci_command_complete 
+0x4661 008903 jam hci_cmd_detach ,mem_hci_cmd 
+0x4662 008904 force hci_error_no_connection ,temp 
+0x4663 008905 branch hci_send_connection_error 
+:      008907 phci_link_key_request_reply:
+0x4664 008908 call phci_read_plap 
+0x4665 008909 arg mem_link_key ,contw 
+0x4666 008910 force 16 ,loopcnt 
+0x4667 008911 call uart_copy_rx_bytes 
+0x4668 008912 jam hci_cmd_linkkey ,mem_hci_cmd 
+0x4669 008913 branch phci_pin_code_reply 
+:      008915 phci_link_key_request_negative_reply:
+0x466a 008916 call phci_read_plap 
+0x466b 008917 jam hci_cmd_nokey ,mem_hci_cmd 
+0x466c 008918 branch phci_pin_code_reply 
+:      008920 phci_pin_code_request_reply:
+0x466d 008921 call phci_read_plap 
+0x466e 008922 ifetch 1 ,contru 
+0x466f 008923 store 1 ,mem_pin_length 
+0x4670 008924 iforce loopcnt 
+0x4671 008925 arg mem_pin ,contw 
+0x4672 008926 call uart_copy_rx_bytes 
+0x4673 008927 jam hci_cmd_pair ,mem_hci_cmd 
+0x4674 008928 branch phci_pin_code_reply 
+:      008930 phci_pin_code_request_negative_reply:
+0x4675 008931 call phci_read_plap 
+0x4676 008932 jam hci_cmd_nopair ,mem_hci_cmd 
+:      008933 phci_pin_code_reply:
+0x4677 008934 call hci_get_cmd_complete_ptr 
+0x4678 008935 call hci_write_plap 
+0x4679 008936 force 10 ,loopcnt 
+0x467a 008937 branch hci_command_complete 
+:      008939 phci_io_cap_request_reply:
+0x467b 008941 increase 6 ,contru 
+0x467c 008942 ifetch 3 ,contru 
+0x467d 008943 store 3 ,mem_sp_iocap_local 
+0x467e 008944 fetch 1 ,mem_master_sp_state 
+0x467f 008945 beq sp_master_stat_start_done ,phci_io_cap_request_reply_master 
+0x4680 008946 beq sp_stat_key_send ,phci_io_cap_request_reply_master 
+0x4681 008947 jam hci_cmd_io_cap ,mem_hci_cmd 
+0x4682 008948 branch phci_io_cap_request_reply_commom 
+:      008949 phci_io_cap_request_reply_master:
+0x4683 008950 jam sp_flag_commit ,mem_master_sp_flag 
+:      008951 phci_io_cap_request_reply_commom:
+0x4684 008952 call hci_get_cmd_complete_ptr 
+0x4685 008953 call hci_write_plap 
+0x4686 008954 force 10 ,loopcnt 
+0x4687 008955 branch hci_command_complete 
+:      008958 phci_authentication_requested:
+0x4688 008959 call phci_read_handle 
+0x4689 008960 jam hci_cmd_auth ,mem_hci_cmd 
+0x468a 008961 branch hci_command_status 
+:      008963 phci_set_connection_encryption:
+0x468b 008964 call phci_read_handle 
+0x468c 008965 ifetch 1 ,contru 
+0x468d 008966 increase hci_cmd_stopencrypt ,pdata 
+0x468e 008967 store 1 ,mem_hci_cmd 
+0x468f 008968 branch hci_command_status 
+:      008970 phci_remote_name_request:
+0x4690 008971 call phci_read_plap 
+0x4691 008972 ifetch 2 ,contru 
+0x4692 008973 store 1 ,mem_page_mode 
+0x4693 008974 call phci_read_clock 
+0x4694 008975 jam hci_cmd_remote_name_req ,mem_hci_cmd 
+0x4695 008976 branch hci_command_status 
+:      008978 phci_read_remote_ext_features:
+0x4696 008979 ifetch 2 ,contru 
+0x4697 008980 ifetch 1 ,contru 
+0x4698 008981 store 1 ,mem_ext_features_page 
+0x4699 008982 jam hci_cmd_remote_ext_features_req ,mem_hci_cmd 
+0x469a 008983 branch hci_command_status 
+:      008985 phci_read_remote_supported_features:
+0x469b 008987 fetch 1 ,mem_conn_handle 
+0x469c 008988 force hci_error_no_connection ,rega 
+0x469d 008989 branch hci_command_status_err ,blank 
+0x469e 008990 call phci_read_handle 
+0x469f 008991 jam hci_cmd_remote_feature_req ,mem_hci_cmd 
+0x46a0 008992 branch hci_command_status 
+:      008995 phci_read_remote_version_information:
+0x46a1 008997 fetch 1 ,mem_conn_handle 
+0x46a2 008998 force hci_error_no_connection ,rega 
+0x46a3 008999 branch hci_command_status_err ,blank 
+0x46a4 009000 call phci_read_handle 
+0x46a5 009001 jam hci_cmd_remote_version_req ,mem_hci_cmd 
+0x46a6 009002 branch hci_command_status 
+:      009005 phci_read_clock_offset:
+0x46a7 009006 call phci_status_reply_temp 
+0x46a8 009007 force hci_event_read_clock_offset_complete ,queue 
+0x46a9 009008 force 5 ,loopcnt 
+0x46aa 009009 branch hci_send_event 
+:      009011 phci_setup_sco_connection:
+0x46ab 009012 call phci_read_handle 
+0x46ac 009013 increase 10 ,contru 
+0x46ad 009014 ifetch 2 ,contru 
+0x46ae 009015 store 2 ,mem_voice_setting 
+0x46af 009016 ifetch 1 ,contru 
+0x46b0 009017 store 1 ,mem_retransmission_effort 
+0x46b1 009018 ifetch 2 ,contru 
+0x46b2 009019 store 2 ,mem_sco_ptype 
+0x46b3 009020 jam 2 ,mem_air_mode 
+0x46b4 009021 jam hci_cmd_setup_sco ,mem_hci_cmd 
+0x46b5 009022 branch hci_command_status 
+:      009024 phci_accept_sco_connection:
+0x46b6 009025 jam hci_cmd_accept_sco_conn ,mem_hci_cmd 
+0x46b7 009026 branch hci_command_status 
+:      009030 phci_read_local_name:
+0x46b8 009031 call hci_get_cmd_complete_ptr 
+0x46b9 009032 arg mem_local_name ,contr 
+0x46ba 009033 sub contr ,0xff ,loopcnt 
+0x46bb 009034 call uart_copy_tx_bytes 
+0x46bc 009035 force 0 ,pdata 
+0x46bd 009036 sub contr ,mem_local_name ,loopcnt 
+0x46be 009037 increase 0xf8 ,loopcnt 
+0x46bf 009038 call uart_write_bytes 
+0x46c0 009039 force 0xfc ,loopcnt 
+0x46c1 009040 branch hci_command_complete 
+:      009042 phci_change_local_name:
+0x46c2 009043 arg mem_local_name ,contw 
+0x46c3 009044 sub contw ,0xff ,loopcnt 
+:      009045 phci_change_local_name_loop:
+0x46c4 009046 ifetch 1 ,contru 
+0x46c5 009047 istore 1 ,contw 
+0x46c6 009048 branch phci_write_local_name_end ,blank 
+0x46c7 009049 loop phci_change_local_name_loop 
+:      009050 phci_write_local_name_end:
+0x46c8 009051 sub contw ,mem_local_name ,pdata 
+0x46c9 009052 sub pdata ,0 ,pdata 
+0x46ca 009053 store 1 ,mem_local_name_length 
+0x46cb 009054 branch hci_normal_reply 
+:      009056 phci_role_discovery:
+0x46cc 009057 call hci_get_cmd_complete_ptr 
+0x46cd 009058 call hci_write_handle 
+0x46ce 009059 force 0 ,pdata 
+0x46cf 009060 nsetflag master ,0 ,pdata 
+0x46d0 009061 istore 1 ,contwu 
+0x46d1 009062 force 7 ,loopcnt 
+0x46d2 009063 arg 0x809 ,alarm 
+0x46d3 009064 call hci_command_complete 
+0x46d4 009065 branch cmd_exit 
+0x46d5 009066 jam hci_cmd_role_discovery ,mem_hci_cmd 
+0x46d6 009067 rtn 
+:      009070 phci_write_link_policy_settings:
+0x46d7 009071 call phci_copy_handle 
+0x46d8 009072 force 6 ,loopcnt 
+0x46d9 009073 branch hci_command_complete 
+:      009076 phci_delete_stored_link_key:
+0x46da 009077 branch hci_normal_reply 
+:      009079 phci_write_page_timeout:
+0x46db 009080 ifetch 2 ,contru 
+0x46dc 009081 store 2 ,mem_page_to 
+0x46dd 009082 branch hci_normal_reply 
+:      009085 phci_write_scan_enable:
+0x46de 009086 ifetch 1 ,contru 
+0x46df 009087 store 1 ,mem_scan_mode 
+0x46e0 009088 branch hci_normal_reply 
+:      009090 phci_write_page_scan_activity:
+0x46e1 009091 ifetch 2 ,contru 
+0x46e2 009092 store 2 ,mem_pscan_interval 
+0x46e3 009093 ifetch 2 ,contru 
+0x46e4 009094 store 2 ,mem_pscan_window 
+0x46e5 009095 branch hci_normal_reply 
+:      009097 phci_write_inquiry_scan_activity:
+0x46e6 009098 ifetch 2 ,contru 
+0x46e7 009099 store 2 ,mem_iscan_interval 
+0x46e8 009100 ifetch 2 ,contru 
+0x46e9 009101 store 2 ,mem_iscan_window 
+0x46ea 009102 branch hci_normal_reply 
+:      009104 phci_write_encryption_mode:
+0x46eb 009105 branch hci_normal_reply 
+:      009108 phci_write_authentication_enable:
+0x46ec 009109 ifetch 1 ,contru 
+0x46ed 009110 store 1 ,mem_auth_enable 
+0x46ee 009111 branch hci_normal_reply 
+:      009113 phci_write_class_of_device:
+0x46ef 009114 ifetch 3 ,contru 
+0x46f0 009115 store 3 ,mem_class 
+0x46f1 009116 branch hci_normal_reply 
+:      009121 phci_read_ext_inquiry_response:
+0x46f2 009122 deposit temp 
+0x46f3 009123 branch hci_normal_reply ,blank 
+0x46f4 009124 call hci_get_payload_ptr 
+0x46f5 009125 force 0x1 ,pdata 
+0x46f6 009126 istore 1 ,contwu 
+0x46f7 009127 deposit alarm 
+0x46f8 009128 istore 2 ,contwu 
+0x46f9 009129 force hci_error_invalid_hci_command_parameters ,pdata 
+0x46fa 009130 istore 1 ,contwu 
+0x46fb 009131 setarg 0 
+0x46fc 009132 increase 0xf1 ,loopcnt 
+0x46fd 009133 call uart_write_bytes 
+0x46fe 009135 force hci_event_command_complete ,queue 
+0x46ff 009136 force 0xf5 ,loopcnt 
+0x4700 009137 branch hci_send_event 
+:      009141 phci_write_ssp_mode:
+0x4701 009142 ifetch 1 ,contru 
+0x4702 009143 ncall ssp_enable ,blank 
+0x4703 009144 call ssp_disable ,blank 
+0x4704 009145 branch hci_normal_reply 
+:      009147 phci_read_scan_enable:
+0x4705 009148 call hci_get_cmd_complete_ptr 
+0x4706 009149 fetch 1 ,mem_scan_mode 
+0x4707 009150 istore 1 ,contwu 
+0x4708 009151 force 5 ,loopcnt 
+0x4709 009152 branch hci_command_complete 
+:      009154 phci_read_local_version_information:
+0x470a 009155 call hci_get_cmd_complete_ptr 
+0x470b 009156 fetch 8 ,mem_hci_version 
+0x470c 009157 istore 8 ,contwu 
+0x470d 009158 force 12 ,loopcnt 
+0x470e 009159 branch hci_command_complete 
+:      009161 phci_read_local_supported_features:
+0x470f 009162 call hci_get_cmd_complete_ptr 
+0x4710 009163 fetch 8 ,mem_features 
+0x4711 009164 istore 8 ,contwu 
+0x4712 009165 force 12 ,loopcnt 
+0x4713 009166 branch hci_command_complete 
+:      009168 phci_read_local_ext_features:
+0x4714 009169 call hci_get_cmd_complete_ptr 
+0x4715 009170 setarg 0x0101 
+0x4716 009171 istore 2 ,contwu 
+0x4717 009172 setarg 0x01 
+0x4718 009173 istore 8 ,contwu 
+0x4719 009174 force 14 ,loopcnt 
+0x471a 009175 branch hci_command_complete 
+:      009177 phci_read_buffer_size:
+0x471b 009178 call hci_get_cmd_complete_ptr 
+0x471c 009179 fetch 7 ,mem_acl_pktlen 
+0x471d 009180 istore 7 ,contwu 
+0x471e 009181 force 11 ,loopcnt 
+0x471f 009182 branch hci_command_complete 
+:      009184 phci_read_bd_addr:
+0x4720 009185 call hci_get_cmd_complete_ptr 
+0x4721 009186 fetch 6 ,mem_lap 
+0x4722 009187 istore 6 ,contwu 
+0x4723 009188 force 10 ,loopcnt 
+0x4724 009189 branch hci_command_complete 
+:      009191 phci_set_event_mask:
+0x4725 009192 branch hci_normal_reply 
+:      009195 phci_reset_failed_contact_counter:
+0x4726 009196 branch hci_normal_reply 
+:      009197 phci_get_link_quality:
+0x4727 009198 call hci_get_cmd_complete_ptr 
+0x4728 009199 call hci_write_handle 
+0x4729 009200 setarg 0xff 
+0x472a 009201 istore 1 ,contwu 
+0x472b 009202 force 7 ,loopcnt 
+0x472c 009203 branch hci_command_complete 
+:      009205 phci_read_rssi:
+0x472d 009206 call hci_get_cmd_complete_ptr 
+0x472e 009207 call hci_write_handle 
+0x472f 009208 setarg 0x00 
+0x4730 009209 istore 1 ,contwu 
+0x4731 009210 force 7 ,loopcnt 
+0x4732 009211 branch hci_command_complete 
+:      009213 phci_read_afh_channel_map:
+0x4733 009214 set0 mark_ext_patch ,mark 
+0x4734 009215 bpatch patch1b_6 ,mem_patch1b 
+0x4735 009216 branch hci_normal_reply 
+:      009217 phci_read_bd_clock:
+0x4736 009218 set0 mark_ext_patch ,mark 
+0x4737 009219 bpatch patch1b_7 ,mem_patch1b 
+0x4738 009220 branch hci_normal_reply 
+:      009225 phci_accept_connection:
+0x4739 009226 call phci_read_plap 
+0x473a 009227 jam hci_cmd_accept_conn ,mem_hci_cmd 
+0x473b 009228 ifetch 1 ,contru 
+0x473c 009229 beq 1 ,hci_command_status 
+0x473d 009230 jam hci_cmd_accept_with_switch ,mem_hci_cmd 
+0x473e 009231 branch hci_command_status 
+:      009233 phci_reject_connection:
+0x473f 009234 branch phci_accept_connection 
+0x4740 009235 call phci_read_plap 
+0x4741 009236 jam hci_cmd_reject_conn ,mem_hci_cmd 
+0x4742 009237 branch hci_normal_reply 
+:      009239 phci_change_connection_packet_type:
+0x4743 009240 call hci_command_status 
+0x4744 009241 call hci_get_payload_ptr 
+0x4745 009242 setarg 0 
+0x4746 009243 istore 1 ,contwu 
+0x4747 009244 ifetch 4 ,contru 
+0x4748 009245 istore 4 ,contwu 
+0x4749 009246 force 8 ,loopcnt 
+0x474a 009247 arg hci_event_connection_packet_type_changed ,queue 
+0x474b 009248 arg 5 ,loopcnt 
+0x474c 009249 branch hci_send_event 
+:      009251 phci_unknown_command:
+0x474d 009252 force hci_error_unknown_hci_command ,rega 
+0x474e 009253 branch hci_command_status_err 
+:      009255 phci_sniff_mode:
+0x474f 009258 call phci_read_handle 
+0x4750 009259 ifetch 2 ,contru 
+0x4751 009260 store 2 ,mem_sniff_param_interval 
+0x4752 009261 ifetch 2 ,contru 
+0x4753 009262 store 2 ,mem_hci_sniff_min_interval 
+0x4754 009263 ifetch 2 ,contru 
+0x4755 009264 store 2 ,mem_sniff_param_attempt 
+0x4756 009265 ifetch 2 ,contru 
+0x4757 009266 store 2 ,mem_sniff_param_timeout 
+0x4758 009267 jam hci_cmd_in_sniff ,mem_hci_cmd 
+0x4759 009268 branch hci_command_status 
+:      009270 phci_exit_sniff_mode:
+0x475a 009271 call phci_read_handle 
+0x475b 009272 call exit_sniff 
+0x475c 009273 branch hci_command_status 
+:      009275 exit_sniff:
+0x475d 009276 jam hci_cmd_exit_sniff ,mem_hci_cmd 
+0x475e 009277 rtn 
+:      009279 phci_sniff_subrating:
+0x475f 009280 branch hci_normal_reply 
+:      009282 phci_switch_role:
+0x4760 009283 call phci_read_plap 
+0x4761 009284 jam hci_cmd_role_switch ,mem_hci_cmd 
+0x4762 009285 branch hci_command_status 
+:      009287 phci_read_plap:
+0x4763 009288 ifetch 6 ,contru 
+0x4764 009289 store 6 ,mem_hci_plap 
+0x4765 009290 rtn 
+:      009292 phci_read_handle:
+0x4766 009293 ifetch 2 ,contru 
+0x4767 009294 store 1 ,mem_hci_conn_handle 
+0x4768 009295 rtn 
+:      009297 phci_copy_handle:
+0x4769 009298 call phci_read_handle 
+0x476a 009299 call hci_get_cmd_complete_ptr 
+0x476b 009300 fetch 1 ,mem_hci_conn_handle 
+0x476c 009301 istore 2 ,contwu 
+0x476d 009302 rtn 
+:      009306 phci_status_reply_temp:
+0x476e 009307 call phci_read_handle 
+0x476f 009308 call hci_command_status 
+0x4770 009309 call hci_get_payload_ptr 
+0x4771 009310 force 0 ,pdata 
+0x4772 009311 istore 1 ,contwu 
+0x4773 009312 fetch 1 ,mem_hci_conn_handle 
+0x4774 009313 istore 2 ,contwu 
+0x4775 009314 rtn 
+:      009316 phci_read_clock:
+0x4776 009317 ifetch 2 ,contru 
+0x4777 009318 iadd clkn_bt ,pdata 
+0x4778 009319 and_into 0x1fc ,pdata 
+0x4779 009320 store 4 ,mem_page_clk 
+0x477a 009321 rtn 
+:      009323 hci_inquiry_reply:
+0x477b 009324 set0 mark_ext_patch ,mark 
+0x477c 009325 bpatch patch1c_0 ,mem_patch1c 
+0x477d 009326 fetch 1 ,mem_rp_packets 
+0x477e 009327 sub pdata ,2 ,null 
+0x477f 009328 nrtn positive 
+0x4780 009329 fetcht 6 ,extm_lap 
+0x4781 009330 call context_search_plap2 
+0x4782 009331 rtn zero 
+0x4783 009332 call hci_get_packet_ptr 
+0x4784 009333 setarg 0x10f22 
+0x4785 009334 istore 3 ,contwu 
+0x4786 009335 fetch 6 ,extm_lap 
+0x4787 009336 istore 6 ,contwu 
+0x4788 009337 fetch 1 ,extm_fhs_misc 
+0x4789 009338 copy pdata ,temp 
+0x478a 009339 rshift3 pdata ,pdata 
+0x478b 009340 rshift3 pdata ,pdata 
+0x478c 009341 istore 1 ,contwu 
+0x478d 009342 copy temp ,pdata 
+0x478e 009343 and pdata ,0x30 ,pdata 
+0x478f 009344 rshift3 pdata ,pdata 
+0x4790 009345 rshift pdata ,pdata 
+0x4791 009346 istore 1 ,contwu 
+0x4792 009347 fetch 3 ,extm_class 
+0x4793 009348 istore 3 ,contwu 
+0x4794 009349 fetch 4 ,mem_clke_bt 
+0x4795 009350 isub clkn_bt ,pdata 
+0x4796 009351 istore 2 ,contwu 
+0x4797 009352 setarg 0xc8 
+0x4798 009353 istore 1 ,contwu 
+0x4799 009354 force 15 ,loopcnt 
+0x479a 009355 branch hci_send_event_raw 
+:      009357 hci_inquiry_reply_eir:
+0x479b 009358 set0 mark_ext_patch ,mark 
+0x479c 009359 bpatch patch1c_1 ,mem_patch1c 
+0x479d 009360 force 540 ,temp 
+0x479e 009361 fetch 2 ,mem_h5tx_free 
+0x479f 009362 isub temp ,null 
+0x47a0 009363 nrtn positive 
+0x47a1 009364 fetcht 3 ,mem_extm_uap_restore 
+0x47a2 009365 fetch 3 ,extm_uap 
+0x47a3 009366 isub temp ,null 
+0x47a4 009367 rtn zero 
+0x47a5 009368 rtn blank 
+0x47a6 009369 store 3 ,mem_extm_uap_restore 
+0x47a7 009370 fetch 1 ,mem_rp_packets 
+0x47a8 009371 sub pdata ,2 ,null 
+0x47a9 009372 nrtn positive 
+0x47aa 009373 fetcht 6 ,extm_lap 
+0x47ab 009374 call context_search_plap2 
+0x47ac 009375 rtn zero 
+0x47ad 009376 call hci_eir_reply 
+0x47ae 009377 force 15 ,temp 
+0x47af 009378 fetch 1 ,mem_rxbuf + 1 
+0x47b0 009379 bne 0x09 ,hci_inquiry_reply_eir_end 
+0x47b1 009380 fetch 1 ,mem_rxbuf 
+0x47b2 009381 branch hci_inquiry_reply_eir_end ,blank 
+0x47b3 009382 iforce loopcnt 
+0x47b4 009383 istore 1 ,contwu 
+0x47b5 009384 iadd temp ,temp 
+0x47b6 009385 increase 1 ,temp 
+0x47b7 009386 arg mem_rxbuf + 1 ,contr 
+:      009388 hci_inquiry_name_loop:
+0x47b8 009389 ifetch 1 ,contr 
+0x47b9 009390 istore 1 ,contwu 
+0x47ba 009391 loop hci_inquiry_name_loop 
+:      009392 hci_inquiry_other_rtn_loop:
+0x47bb 009393 ifetch 1 ,contr 
+0x47bc 009394 branch hci_inquiry_reply_eir_end ,blank 
+0x47bd 009395 iforce loopcnt 
+0x47be 009396 istore 1 ,contwu 
+0x47bf 009397 iadd temp ,temp 
+0x47c0 009398 increase 1 ,temp 
+:      009399 hci_inquiry_other_loop:
+0x47c1 009400 ifetch 1 ,contr 
+0x47c2 009401 istore 1 ,contwu 
+0x47c3 009402 loop hci_inquiry_other_loop 
+0x47c4 009403 branch hci_inquiry_other_rtn_loop 
+:      009404 hci_inquiry_reply_eir_end:
+0x47c5 009405 sub temp ,0xff ,pdata 
+0x47c6 009406 iforce loopcnt 
+:      009407 hci_inquiry_fill_zero:
+0x47c7 009408 setarg 0x00 
+0x47c8 009409 istore 1 ,contwu 
+0x47c9 009410 loop hci_inquiry_fill_zero 
+0x47ca 009411 force 0xff ,loopcnt 
+0x47cb 009412 branch hci_send_event_raw 
+:      009414 hci_eir_reply:
+0x47cc 009415 set0 mark_ext_patch ,mark 
+0x47cd 009416 bpatch patch1c_2 ,mem_patch1c 
+0x47ce 009417 call hci_get_packet_ptr 
+0x47cf 009418 setarg 0x1ff2f 
+0x47d0 009419 istore 3 ,contwu 
+0x47d1 009420 fetch 6 ,extm_lap 
+0x47d2 009421 istore 6 ,contwu 
+0x47d3 009422 fetch 1 ,extm_fhs_misc 
+0x47d4 009423 copy pdata ,temp 
+0x47d5 009424 rshift3 pdata ,pdata 
+0x47d6 009425 rshift3 pdata ,pdata 
+0x47d7 009426 istore 1 ,contwu 
+0x47d8 009427 copy temp ,pdata 
+0x47d9 009428 and pdata ,0x30 ,pdata 
+0x47da 009429 rshift3 pdata ,pdata 
+0x47db 009430 rshift pdata ,pdata 
+0x47dc 009431 istore 1 ,contwu 
+0x47dd 009432 fetch 3 ,extm_class 
+0x47de 009433 istore 3 ,contwu 
+0x47df 009434 fetch 4 ,mem_clke_bt 
+0x47e0 009435 isub clkn_bt ,pdata 
+0x47e1 009436 istore 2 ,contwu 
+0x47e2 009437 setarg 0xc8 
+0x47e3 009438 istore 1 ,contwu 
+0x47e4 009439 rtn 
+:      009441 hci_send_remote_features:
+0x47e5 009442 set0 mark_ext_patch ,mark 
+0x47e6 009443 bpatch patch1c_3 ,mem_patch1c 
+0x47e7 009444 fetch 1 ,mem_device_option 
+0x47e8 009445 rtnne dvc_op_hci 
+0x47e9 009446 call hci_write_handle3 
+0x47ea 009447 istoret 8 ,contwu 
+0x47eb 009448 force 11 ,loopcnt 
+0x47ec 009449 force hci_event_read_remote_features_complete ,queue 
+0x47ed 009450 branch hci_send_event 
+:      009452 hci_send_remote_ext_features_notification:
+0x47ee 009453 set0 mark_ext_patch ,mark 
+0x47ef 009454 bpatch patch1c_4 ,mem_patch1c 
+0x47f0 009455 fetch 1 ,mem_device_option 
+0x47f1 009456 rtnne dvc_op_hci 
+0x47f2 009458 call hci_get_payload_ptr 
+0x47f3 009459 fetch 6 ,mem_plap 
+0x47f4 009460 istore 6 ,contwu 
+0x47f5 009461 istoret 8 ,contwu 
+0x47f6 009462 force 14 ,loopcnt 
+0x47f7 009463 force hci_event_remote_host_supported_features_notification ,queue 
+0x47f8 009464 branch hci_send_event 
+:      009466 hci_send_remote_ext_features_event:
+0x47f9 009467 set0 mark_ext_patch ,mark 
+0x47fa 009468 bpatch patch1c_5 ,mem_patch1c 
+0x47fb 009469 fetch 1 ,mem_device_option 
+0x47fc 009470 rtnne dvc_op_hci 
+0x47fd 009472 call hci_write_handle3 
+0x47fe 009473 fetch 1 ,mem_ext_features_page 
+0x47ff 009474 istore 1 ,contwu 
+0x4800 009475 setarg 1 
+0x4801 009476 istore 1 ,contwu 
+0x4802 009477 istoret 8 ,contwu 
+0x4803 009478 force 13 ,loopcnt 
+0x4804 009479 force hci_event_read_remote_ext_features_complete ,queue 
+0x4805 009480 branch hci_send_event 
+:      009483 hci_send_version_information:
+0x4806 009484 set0 mark_ext_patch ,mark 
+0x4807 009485 bpatch patch1c_6 ,mem_patch1c 
+0x4808 009486 fetch 1 ,mem_device_option 
+0x4809 009487 rtnne dvc_op_hci 
+0x480a 009488 call hci_write_handle3 
+0x480b 009489 istoret 5 ,contwu 
+0x480c 009490 force 8 ,loopcnt 
+0x480d 009491 force hci_event_read_remote_version_information_complete ,queue 
+0x480e 009492 branch hci_send_event 
+:      009494 hci_send_io_cap_response_event:
+0x480f 009495 set0 mark_ext_patch ,mark 
+0x4810 009496 bpatch patch1c_7 ,mem_patch1c 
+0x4811 009497 fetch 1 ,mem_device_option 
+0x4812 009498 rtnne dvc_op_hci 
+0x4813 009500 call hci_get_payload_ptr 
+0x4814 009501 fetch 6 ,mem_plap 
+0x4815 009502 istore 6 ,contwu 
+0x4816 009503 fetch 3 ,mem_sp_iocap_remote 
+0x4817 009504 istore 3 ,contwu 
+0x4818 009505 force 9 ,loopcnt 
+0x4819 009506 force hci_event_io_cap_response ,queue 
+0x481a 009507 branch hci_send_event 
+:      009509 hci_send_io_cap_req_event:
+0x481b 009510 set0 mark_ext_patch ,mark 
+0x481c 009511 bpatch patch1d_0 ,mem_patch1d 
+0x481d 009512 fetch 1 ,mem_device_option 
+0x481e 009513 rtnne dvc_op_hci 
+0x481f 009515 call hci_get_payload_ptr 
+0x4820 009516 fetch 6 ,mem_plap 
+0x4821 009517 istore 6 ,contwu 
+0x4822 009518 force 6 ,loopcnt 
+0x4823 009519 force hci_event_io_cap_req ,queue 
+0x4824 009520 branch hci_send_event 
+:      009523 hci_send_connection_complete:
+0x4825 009524 force 0 ,temp 
+:      009525 hci_send_connection_error:
+0x4826 009526 set0 mark_ext_patch ,mark 
+0x4827 009527 bpatch patch1d_1 ,mem_patch1d 
+0x4828 009528 fetch 1 ,mem_device_option 
+0x4829 009529 rtnne dvc_op_hci 
+0x482a 009530 force hci_event_connection_complete ,queue 
+0x482b 009531 jam 5 ,mem_acl_credits 
+0x482c 009532 call hci_get_payload_ptr 
+0x482d 009533 istoret 1 ,contwu 
+0x482e 009534 call hci_write_handle 
+0x482f 009535 call hci_write_plap 
+0x4830 009536 force 1 ,pdata 
+0x4831 009537 istore 1 ,contwu 
+0x4832 009538 force 0 ,pdata 
+0x4833 009539 fetcht 1 ,mem_state_map 
+0x4834 009540 isolate1 smap_encryption ,temp 
+0x4835 009541 setflag true ,0 ,pdata 
+0x4836 009542 istore 1 ,contwu 
+0x4837 009543 force 11 ,loopcnt 
+0x4838 009544 branch hci_send_event 
+:      009547 hci_send_conn_req_event:
+0x4839 009548 set0 mark_ext_patch ,mark 
+0x483a 009549 bpatch patch1d_2 ,mem_patch1d 
+0x483b 009550 fetch 1 ,mem_device_option 
+0x483c 009551 rtnne dvc_op_hci 
+0x483d 009552 force hci_event_connection_request ,queue 
+0x483e 009553 call hci_get_payload_ptr 
+0x483f 009554 call hci_write_plap 
+0x4840 009556 fetch 3 ,extm_class 
+0x4841 009557 istore 3 ,contwu 
+0x4842 009558 istoret 1 ,contwu 
+0x4843 009559 force 10 ,loopcnt 
+0x4844 009560 branch hci_send_event 
+:      009562 hci_send_encryption_change:
+0x4845 009563 set0 mark_ext_patch ,mark 
+0x4846 009564 bpatch patch1d_3 ,mem_patch1d 
+0x4847 009565 fetch 1 ,mem_device_option 
+0x4848 009566 rtnne dvc_op_hci 
+0x4849 009567 call hci_write_handle3 
+0x484a 009568 force 0 ,pdata 
+0x484b 009569 fetcht 1 ,mem_state_map 
+0x484c 009570 isolate1 smap_encryption ,temp 
+0x484d 009571 setflag true ,0 ,pdata 
+0x484e 009572 istore 1 ,contwu 
+0x484f 009573 force hci_event_encryption_change_complete ,queue 
+0x4850 009574 force 4 ,loopcnt 
+0x4851 009575 branch hci_send_event 
+:      009578 hci_send_linkkey_notification:
+0x4852 009579 set0 mark_ext_patch ,mark 
+0x4853 009580 bpatch patch1d_4 ,mem_patch1d 
+0x4854 009581 fetch 1 ,mem_device_option 
+0x4855 009582 rtnne dvc_op_hci 
+0x4856 009583 force hci_event_link_key_notification ,queue 
+0x4857 009584 call hci_get_payload_ptr 
+0x4858 009585 call hci_write_plap 
+0x4859 009586 arg mem_link_key ,contr 
+0x485a 009587 force 16 ,loopcnt 
+0x485b 009588 call uart_copy_tx_bytes 
+0x485c 009589 force 0x05 ,pdata 
+0x485d 009590 istore 1 ,contwu 
+0x485e 009591 force 0x17 ,loopcnt 
+0x485f 009592 branch hci_send_event 
+:      009594 hci_send_user_confirmation_req:
+0x4860 009595 fetch 1 ,mem_device_option 
+0x4861 009596 rtnne dvc_op_hci 
+0x4862 009597 force hci_event_user_confirmation_request ,queue 
+0x4863 009598 call hci_get_payload_ptr 
+0x4864 009599 call hci_write_plap 
+0x4865 009600 fetch 4 ,mem_sp_gkey 
+0x4866 009601 istore 4 ,contwu 
+0x4867 009602 force 0xa ,loopcnt 
+0x4868 009603 branch hci_send_event 
+:      009605 hci_send_ssp_complete:
+0x4869 009606 fetch 1 ,mem_device_option 
+0x486a 009607 rtnne dvc_op_hci 
+0x486b 009608 force hci_event_simple_pairing_complete ,queue 
+0x486c 009609 call hci_get_payload_ptr 
+0x486d 009610 setarg 0 
+0x486e 009611 istore 1 ,contwu 
+0x486f 009612 call hci_write_plap 
+0x4870 009613 force 0x7 ,loopcnt 
+0x4871 009614 branch hci_send_event 
+:      009617 hci_send_linkkey_req:
+0x4872 009618 set0 mark_ext_patch ,mark 
+0x4873 009619 bpatch patch1d_5 ,mem_patch1d 
+0x4874 009620 force hci_event_link_key_request ,queue 
+:      009621 hci_send_sec_req:
+0x4875 009622 fetch 1 ,mem_device_option 
+0x4876 009623 rtnne dvc_op_hci 
+0x4877 009624 call hci_get_payload_ptr 
+0x4878 009625 call hci_write_plap 
+0x4879 009626 force 6 ,loopcnt 
+0x487a 009627 branch hci_send_event 
+:      009629 hci_send_pincode_req:
+0x487b 009630 fetch 1 ,mem_device_option 
+0x487c 009631 rtnne dvc_op_hci 
+0x487d 009632 force hci_event_pin_code_request ,queue 
+0x487e 009633 branch hci_send_sec_req 
+:      009636 hci_send_role_change:
+0x487f 009637 fetch 1 ,mem_device_option 
+0x4880 009638 rtnne dvc_op_hci 
+0x4881 009639 force hci_event_role_change ,queue 
+0x4882 009640 call hci_get_payload_ptr 
+0x4883 009641 force 0 ,pdata 
+0x4884 009642 istore 1 ,contwu 
+0x4885 009643 call hci_write_plap 
+0x4886 009644 istoret 1 ,contwu 
+0x4887 009645 force 8 ,loopcnt 
+0x4888 009646 branch hci_send_event 
+:      009648 hci_send_role_change_err:
+0x4889 009649 fetch 1 ,mem_device_option 
+0x488a 009650 rtnne dvc_op_hci 
+0x488b 009651 force 0 ,temp 
+0x488c 009652 nbranch hci_send_role_change_err_slave ,master 
+0x488d 009653 force 1 ,temp 
+:      009654 hci_send_role_change_err_slave:
+0x488e 009655 fetch 1 ,mem_device_option 
+0x488f 009656 rtnne dvc_op_hci 
+0x4890 009657 force hci_event_role_change ,queue 
+0x4891 009658 call hci_get_payload_ptr 
+0x4892 009659 force 0x35 ,pdata 
+0x4893 009660 istore 1 ,contwu 
+0x4894 009661 call hci_write_plap 
+0x4895 009662 istoret 1 ,contwu 
+0x4896 009663 force 8 ,loopcnt 
+0x4897 009664 branch hci_send_event 
+:      009666 hci_send_name:
+0x4898 009667 set0 mark_ext_patch ,mark 
+0x4899 009668 bpatch patch1d_6 ,mem_patch1d 
+0x489a 009669 fetch 1 ,mem_device_option 
+0x489b 009670 rtnne dvc_op_hci 
+0x489c 009671 call hci_get_packet_ptr 
+0x489d 009672 setarg 0xff07 
+0x489e 009673 istore 2 ,contwu 
+0x489f 009674 deposit queue 
+0x48a0 009675 istore 1 ,contwu 
+0x48a1 009676 call hci_write_plap 
+0x48a2 009677 arg mem_tmp_buffer ,contr 
+0x48a3 009678 force 248 ,loopcnt 
+:      009679 hci_read_remote_name_loop:
+0x48a4 009680 ifetch 1 ,contr 
+0x48a5 009681 istore 1 ,contwu 
+0x48a6 009682 loop hci_read_remote_name_loop 
+0x48a7 009683 force 0xff ,loopcnt 
+0x48a8 009684 branch hci_send_event_raw 
+:      009686 hci_send_num_complete_packets:
+0x48a9 009687 set0 mark_ext_patch ,mark 
+0x48aa 009688 bpatch patch1d_7 ,mem_patch1d 
+0x48ab 009689 fetch 1 ,mem_device_option 
+0x48ac 009690 rtnne dvc_op_hci 
+0x48ad 009691 hfetch 1 ,core_uart_txitems 
+0x48ae 009692 nrtn blank 
+0x48af 009693 fetch 1 ,mem_op 
+0x48b0 009694 rtnbit0 op_pkt_comp 
+0x48b1 009695 set0 op_pkt_comp ,pdata 
+0x48b2 009696 store 1 ,mem_op 
+0x48b3 009697 call hci_get_payload_ptr 
+0x48b4 009698 force 1 ,pdata 
+0x48b5 009699 istore 1 ,contwu 
+0x48b6 009700 call hci_write_handle 
+0x48b7 009701 force 1 ,pdata 
+0x48b8 009702 istore 2 ,contwu 
+0x48b9 009703 force hci_event_num_completed_packets ,queue 
+0x48ba 009704 force 5 ,loopcnt 
+0x48bb 009705 branch hci_send_event 
+:      009709 hci_send_auth_complete:
+0x48bc 009710 set0 mark_ext_patch ,mark 
+0x48bd 009711 bpatch patch1e_0 ,mem_patch1e 
+0x48be 009712 fetch 1 ,mem_device_option 
+0x48bf 009713 rtnne dvc_op_hci 
+0x48c0 009714 call hci_write_handle3 
+0x48c1 009715 force hci_event_authentication_complete ,queue 
+0x48c2 009716 force 3 ,loopcnt 
+0x48c3 009717 branch hci_send_event 
+:      009721 hci_send_disconn_complete:
+0x48c4 009722 set0 mark_ext_patch ,mark 
+0x48c5 009723 bpatch patch1e_1 ,mem_patch1e 
+0x48c6 009724 fetch 1 ,mem_device_option 
+0x48c7 009725 rtnne dvc_op_hci 
+0x48c8 009726 call hci_get_payload_ptr 
+0x48c9 009727 force 0 ,pdata 
+0x48ca 009728 istore 1 ,contwu 
+0x48cb 009729 istoret 2 ,contwu 
+0x48cc 009730 fetch 1 ,mem_hci_disconn_reason 
+0x48cd 009731 istore 1 ,contwu 
+0x48ce 009732 force hci_event_disconnection_complete ,queue 
+0x48cf 009733 force 4 ,loopcnt 
+0x48d0 009734 branch hci_send_event 
+:      009737 hci_send_le_adv_report_event:
+0x48d1 009738 set0 mark_ext_patch ,mark 
+0x48d2 009739 bpatch patch1e_2 ,mem_patch1e 
+0x48d3 009740 fetch 1 ,mem_device_option 
+0x48d4 009741 rtnne dvc_op_hci ,pdata 
+0x48d5 009742 call hci_get_payload_ptr 
+0x48d6 009743 setarg 0x0102 
+0x48d7 009744 istore 2 ,contwu 
+0x48d8 009745 fetcht 1 ,mem_le_rxbuf 
+0x48d9 009746 and temp ,0xf ,pdata 
+0x48da 009747 istore 1 ,contwu 
+0x48db 009748 copy rega ,pdata 
+0x48dc 009749 istore 1 ,contwu 
+0x48dd 009750 fetcht 1 ,mem_le_rxbuf + 1 
+0x48de 009751 increase -6 ,temp 
+0x48df 009752 fetch 6 ,mem_le_rxbuf + 2 
+0x48e0 009753 istore 6 ,contwu 
+0x48e1 009754 istoret 1 ,contwu 
+0x48e2 009755 copy temp ,loopcnt 
+0x48e3 009756 call uart_copy_tx_bytes 
+0x48e4 009757 setarg 127 
+0x48e5 009758 istore 1 ,contwu 
+0x48e6 009759 copy temp ,loopcnt 
+0x48e7 009760 add loopcnt ,12 ,loopcnt 
+0x48e8 009761 force hci_event_le_meta_event ,queue 
+0x48e9 009762 branch hci_send_event 
+:      009764 hci_send_le_conn_complete:
+0x48ea 009765 set0 mark_ext_patch ,mark 
+0x48eb 009766 bpatch patch1e_3 ,mem_patch1e 
+0x48ec 009767 fetch 1 ,mem_device_option 
+0x48ed 009768 rtnne dvc_op_hci ,pdata 
+0x48ee 009769 call hci_get_payload_ptr 
+0x48ef 009770 setarg hci_le_subevent_conn_complete 
+0x48f0 009771 istore 1 ,contwu 
+0x48f1 009772 istoret 1 ,contwu 
+0x48f2 009773 fetch 1 ,mem_le_conn_handle 
+0x48f3 009774 istore 2 ,contwu 
+0x48f4 009775 fetch 1 ,mem_le_mode 
+0x48f5 009776 rshift pdata ,pdata 
+0x48f6 009777 setflip 0 ,pdata 
+0x48f7 009778 istore 1 ,contwu 
+0x48f8 009779 fetch 1 ,mem_le_conn_peer_addr_type 
+0x48f9 009780 istore 1 ,contwu 
+0x48fa 009781 fetch 6 ,mem_le_plap 
+0x48fb 009782 istore 6 ,contwu 
+0x48fc 009783 fetch 2 ,mem_le_conn_interval 
+0x48fd 009784 istore 2 ,contwu 
+0x48fe 009785 fetch 2 ,mem_le_slave_latency 
+0x48ff 009786 istore 2 ,contwu 
+0x4900 009787 fetch 2 ,mem_le_superto 
+0x4901 009788 istore 2 ,contwu 
+0x4902 009789 fetch 1 ,mem_le_peer_sca 
+0x4903 009790 istore 1 ,contwu 
+0x4904 009791 force hci_event_le_meta_event ,queue 
+0x4905 009792 arg 19 ,loopcnt 
+0x4906 009793 branch hci_send_event 
+:      009797 hci_send_mode_change:
+0x4907 009798 set0 mark_ext_patch ,mark 
+0x4908 009799 bpatch patch1e_4 ,mem_patch1e 
+0x4909 009800 fetch 1 ,mem_device_option 
+0x490a 009801 rtnne dvc_op_hci 
+0x490b 009803 call hci_get_payload_ptr 
+0x490c 009804 call hci_write_handle3 
+0x490d 009805 istoret 1 ,contwu 
+0x490e 009806 fetch 2 ,mem_tsniff 
+0x490f 009807 rshift pdata ,pdata 
+0x4910 009808 istore 2 ,contwu 
+0x4911 009809 force 6 ,loopcnt 
+0x4912 009810 force hci_event_mode_change ,queue 
+0x4913 009811 branch hci_send_event 
+:      009814 hci_send_sco_complete:
+0x4914 009815 set0 mark_ext_patch ,mark 
+0x4915 009816 bpatch patch1e_5 ,mem_patch1e 
+0x4916 009817 fetch 1 ,mem_device_option 
+0x4917 009818 rtnne dvc_op_hci 
+0x4918 009819 set0 mark_ext_patch ,mark 
+0x4919 009820 bpatch patch1e_6 ,mem_patch1e 
+0x491a 009821 call hci_get_payload_ptr 
+0x491b 009822 istoret 1 ,contwu 
+0x491c 009823 setarg 0xe00 
+0x491d 009824 istore 2 ,contwu 
+0x491e 009825 call hci_write_plap 
+0x491f 009826 force 0 ,pdata 
+0x4920 009827 bmark1 mark_esco ,hci_send_esco 
+0x4921 009828 force 0 ,pdata 
+0x4922 009829 istore 7 ,contwu 
+0x4923 009830 branch hci_send_sco_cont 
+:      009831 hci_send_esco:
+0x4924 009832 fetch 1 ,mem_device_option 
+0x4925 009833 rtnne dvc_op_hci 
+0x4926 009834 setarg 0x020602 
+0x4927 009835 istore 3 ,contwu 
+0x4928 009836 setarg 30 
+0x4929 009837 istore 2 ,contwu 
+0x492a 009838 setarg 30 
+0x492b 009839 istore 2 ,contwu 
+:      009840 hci_send_sco_cont:
+0x492c 009841 fetch 1 ,mem_device_option 
+0x492d 009842 rtnne dvc_op_hci 
+0x492e 009843 fetch 1 ,mem_air_mode 
+0x492f 009844 istore 1 ,contwu 
+0x4930 009845 force hci_event_sco_connection_complete ,queue 
+0x4931 009846 force 17 ,loopcnt 
+0x4932 009847 branch hci_send_event 
+:      009850 hci_command_status:
+0x4933 009851 set0 mark_ext_patch ,mark 
+0x4934 009852 bpatch patch1e_7 ,mem_patch1e 
+0x4935 009853 call hci_get_payload_ptr 
+0x4936 009854 setarg 0x100 
+0x4937 009855 istore 2 ,contwu 
+0x4938 009856 deposit alarm 
+0x4939 009857 istore 2 ,contwu 
+0x493a 009858 force 4 ,loopcnt 
+0x493b 009859 force hci_event_command_status ,queue 
+0x493c 009860 branch hci_send_event 
+:      009862 hci_command_status_err:
+0x493d 009863 set0 mark_ext_patch ,mark 
+0x493e 009864 bpatch patch1f_0 ,mem_patch1f 
+0x493f 009865 call hci_get_payload_ptr 
+0x4940 009866 deposit rega 
+0x4941 009867 istore 1 ,contwu 
+0x4942 009868 setarg 0x01 
+0x4943 009869 istore 1 ,contwu 
+0x4944 009870 deposit alarm 
+0x4945 009871 istore 2 ,contwu 
+0x4946 009872 force 4 ,loopcnt 
+0x4947 009873 force hci_event_command_status ,queue 
+0x4948 009874 branch hci_send_event 
+:      009876 hci_normal_reply:
+0x4949 009877 set0 mark_ext_patch ,mark 
+0x494a 009878 bpatch patch1f_1 ,mem_patch1f 
+0x494b 009879 force 4 ,loopcnt 
+:      009880 hci_command_complete:
+0x494c 009881 call hci_get_payload_ptr 
+0x494d 009882 force 0x1 ,pdata 
+0x494e 009883 istore 1 ,contwu 
+0x494f 009884 deposit alarm 
+0x4950 009885 istore 3 ,contwu 
+0x4951 009886 force hci_event_command_complete ,queue 
+:      009887 hci_send_event:
+0x4952 009888 set0 mark_ext_patch ,mark 
+0x4953 009889 bpatch patch1f_2 ,mem_patch1f 
+0x4954 009890 call hci_get_packet_ptr 
+0x4955 009891 deposit queue 
+0x4956 009892 istore 1 ,contwu 
+0x4957 009893 deposit loopcnt 
+0x4958 009894 istore 1 ,contwu 
+:      009895 hci_send_event_raw:
+0x4959 009896 set1 mark_h5tx_rp ,mark 
+0x495a 009897 force 5 ,queue 
+0x495b 009898 increase 2 ,loopcnt 
+:      009899 hci_send_packet:
+0x495c 009900 call hci_check_bcsp_protocol 
+0x495d 009901 branch bcsp_send_packet ,true 
+0x495e 009902 branch h4_send_packet_event 
+:      009904 hci_send_commu_ready_event:
+0x495f 009905 force hci_event_vendor_specific ,queue 
+0x4960 009906 call hci_get_payload_ptr 
+0x4961 009907 setarg hci_vendor_event_commu_ready 
+0x4962 009908 istore 1 ,contwu 
+0x4963 009909 force 1 ,loopcnt 
+0x4964 009910 branch hci_send_event 
+:      009913 hci_write_plap:
+0x4965 009914 fetch 6 ,mem_plap 
+0x4966 009915 istore 6 ,contwu 
+0x4967 009916 rtn 
+:      009918 hci_write_handle3:
+0x4968 009919 call hci_get_payload_ptr 
+0x4969 009920 force 0 ,pdata 
+0x496a 009921 istore 1 ,contwu 
+:      009922 hci_write_handle:
+0x496b 009923 fetch 1 ,mem_conn_handle 
+0x496c 009924 istore 2 ,contwu 
+0x496d 009925 rtn 
+:      009927 hci_get_cmd_complete_ptr:
+0x496e 009928 force 12 ,contwu 
+0x496f 009929 branch hci_get_tx_ptr 
+:      009931 hci_get_payload_ptr:
+0x4970 009932 force 8 ,contwu 
+0x4971 009933 branch hci_get_tx_ptr 
+:      009935 hci_get_packet_ptr:
+0x4972 009936 force 6 ,contwu 
+:      009937 hci_get_tx_ptr:
+0x4973 009938 call hci_check_bcsp_protocol 
+0x4974 009939 branch bcsp_get_tx_ptr ,true 
+0x4975 009940 branch h4_get_tx_ptr 
+:      009942 uart_copy_tx_bytes:
+0x4976 009943 deposit loopcnt 
+0x4977 009944 rtn blank 
+:      009945 uart_copy_tx_bytes_loop:
+0x4978 009946 ifetch 1 ,contr 
+0x4979 009947 istore 1 ,contwu 
+0x497a 009948 loop uart_copy_tx_bytes_loop 
+0x497b 009949 rtn 
+:      009951 uart_copy_rx_bytes:
+0x497c 009952 deposit loopcnt 
+0x497d 009953 rtn blank 
+:      009954 uart_copy_rx_bytes_loop:
+0x497e 009955 ifetch 1 ,contru 
+0x497f 009956 istore 1 ,contw 
+0x4980 009957 loop uart_copy_rx_bytes_loop 
+0x4981 009958 rtn 
+:      009960 uart_write_bytes:
+0x4982 009961 istore 1 ,contwu 
+0x4983 009962 rshift8 pdata ,pdata 
+0x4984 009963 loop uart_write_bytes 
+0x4985 009964 rtn 
+:      009967 calc_tx_crc16:
+0x4986 009968 pulse crc16 
+0x4987 009969 enable enable_crc 
+:      009970 crcloop:
+0x4988 009971 ifetch 1 ,contwu 
+0x4989 009972 inject bucket ,8 
+0x498a 009973 loop crcloop 
+0x498b 009974 enable enable_parity 
+0x498c 009975 inject bucket ,16 
+0x498d 009976 disable enable_parity 
+0x498e 009977 disable enable_crc 
+0x498f 009978 disable crc16 
+0x4990 009979 byteswap pdata ,pdata 
+0x4991 009980 rtn 
+:      009982 stop_loop:
+0x4992 009983 nop 1 
+0x4993 009984 hjam 1 ,0x8203 
+0x4994 009985 branch stop_loop 
+:      009989 process_cmd:
+0x4995 009990 set0 mark_ext_patch ,mark 
+0x4996 009991 bpatch patch1f_3 ,mem_patch1f 
+0x4997 009992 fetch 1 ,mem_hci_cmd 
+0x4998 009993 rtn blank 
+0x4999 009994 fetch 1 ,mem_lmo_opcode2 
+0x499a 009995 nrtn blank 
+0x499b 009996 call cmd_check_plap 
+0x499c 009997 nbranch process_cmd_conn_handle ,zero 
+0x499d 009998 fetch 1 ,mem_hci_cmd 
+0x499e 009999 beq hci_cmd_remote_name_req ,cmd_namereq 
+0x499f 010000 beq hci_cmd_pair ,cmd_pair 
+0x49a0 010001 beq hci_cmd_nopair ,cmd_nopair 
+0x49a1 010002 beq hci_cmd_linkkey ,cmd_has_key 
+0x49a2 010003 beq hci_cmd_nokey ,cmd_no_key 
+0x49a3 010004 beq hci_cmd_reject_conn ,cmd_disconn 
+0x49a4 010005 beq hci_cmd_role_switch ,cmd_role_switch 
+0x49a5 010006 beq hci_cmd_accept_conn ,cmd_accept_conn 
+0x49a6 010007 beq hci_cmd_accept_with_switch ,cmd_accept_with_switch 
+0x49a7 010008 beq hci_cmd_detach ,cmd_detach 
+0x49a8 010009 beq hci_cmd_in_sniff ,cmd_in_sniff 
+0x49a9 010010 beq hci_cmd_exit_sniff ,cmd_exit_sniff 
+:      010011 process_cmd_conn_handle:
+0x49aa 010012 set0 mark_ext_patch ,mark 
+0x49ab 010013 bpatch patch1f_4 ,mem_patch1f 
+0x49ac 010014 call cmd_check_handle 
+0x49ad 010015 nrtn blank 
+0x49ae 010016 fetch 1 ,mem_hci_cmd 
+0x49af 010017 beq hci_cmd_auth ,cmd_auth 
+0x49b0 010018 beq hci_cmd_startencrypt ,cmd_start_encrypt 
+0x49b1 010019 beq hci_cmd_stopencrypt ,cmd_stop_encrypt 
+0x49b2 010020 beq hci_cmd_setup_sco ,cmd_setup_sco 
+0x49b3 010021 beq hci_cmd_disconn_sco ,cmd_disconn_sco 
+0x49b4 010022 beq hci_cmd_accept_sco_conn ,cmd_accept_sco_conn 
+0x49b5 010023 beq hci_cmd_remote_feature_req ,cmd_feature_req 
+0x49b6 010024 beq hci_cmd_remote_ext_features_req ,cmd_ext_feature_req 
+0x49b7 010025 beq hci_cmd_remote_version_req ,cmd_version_req 
+0x49b8 010026 beq hci_cmd_role_discovery ,cmd_role_discovery 
+0x49b9 010027 beq hci_cmd_io_cap ,cmd_io_cap 
+0x49ba 010028 rtnne hci_cmd_disconn 
+0x49bb 010029 call lmp_disconnect 
+:      010030 cmd_exit:
+0x49bc 010031 jam 0 ,mem_hci_cmd 
+0x49bd 010032 rtn 
+:      010034 cmd_check_plap:
+0x49be 010035 fetch 6 ,mem_hci_plap 
+0x49bf 010036 fetcht 6 ,mem_plap 
+0x49c0 010037 isub temp ,null 
+0x49c1 010038 rtn 
+:      010041 cmd_check_handle:
+0x49c2 010042 fetch 1 ,mem_hci_conn_handle 
+0x49c3 010043 fetcht 1 ,mem_conn_handle 
+0x49c4 010044 isub temp ,pdata 
+0x49c5 010045 rtn 
+:      010047 cmd_accept_conn:
+0x49c6 010048 jam lmp_accepted ,mem_lmo_opcode2 
+0x49c7 010049 jam lmp_host_connection_req ,mem_lmi_opcode2 
+0x49c8 010050 call tid_set_reply 
+0x49c9 010051 branch cmd_exit 
+:      010053 cmd_accept_with_switch:
+0x49ca 010054 branch cmd_accept_sco_conn ,master 
+0x49cb 010055 set1 mark_accept_switch ,mark 
+:      010056 cmd_role_switch:
+0x49cc 010057 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x49cd 010058 set1 mark_switch_initiated ,mark 
+0x49ce 010059 nbranch cmd_exit ,master 
+0x49cf 010060 jam lmp_switch_req ,mem_lmo_opcode2 
+0x49d0 010061 fetch 1 ,mem_connection_options 
+0x49d1 010062 set0 connection_switch ,pdata 
+0x49d2 010063 store 1 ,mem_connection_options 
+0x49d3 010064 branch cmd_exit 
+:      010067 cmd_namereq:
+0x49d4 010068 jam lmp_name_req ,mem_lmo_opcode2 
+0x49d5 010069 jam 0 ,mem_name_offset 
+0x49d6 010070 branch cmd_exit 
+:      010073 cmd_ssp:
+0x49d7 010074 jam sp_flag_commit ,mem_master_sp_flag 
+0x49d8 010075 jam sp_master_stat_start_skip ,mem_master_sp_state 
+0x49d9 010076 branch cmd_exit 
+:      010078 cmd_pair:
+0x49da 010079 fetch 1 ,mem_op 
+0x49db 010080 bbit1 op_inrand_req ,cmd_pair_passive 
+0x49dc 010081 call tid_initiate 
+0x49dd 010082 jam lmp_in_rand ,mem_lmo_opcode2 
+0x49de 010083 branch cmd_exit 
+:      010084 cmd_pair_passive:
+0x49df 010085 set0 op_inrand_req ,pdata 
+0x49e0 010086 store 1 ,mem_op 
+0x49e1 010087 call lmp_accept_inrand 
+0x49e2 010088 setarg 0 
+0x49e3 010089 setflag master ,smap_lmptid ,pdata 
+0x49e4 010090 store 1 ,mem_lmo_tid2 
+0x49e5 010091 branch cmd_exit 
+:      010093 cmd_nopair:
+0x49e6 010094 jam pairing_not_allowed ,mem_disconn_reason_send 
+0x49e7 010095 jam lmp_detach ,mem_lmo_opcode2 
+0x49e8 010096 fetch 1 ,mem_state 
+0x49e9 010097 bbit1 state_inconn ,cmd_exit 
+0x49ea 010098 force hci_error_pairing_not_allowed ,temp 
+0x49eb 010099 call hci_send_connection_error 
+0x49ec 010100 branch cmd_exit 
+:      010103 cmd_has_key:
+0x49ed 010104 call linkkey_set 
+0x49ee 010105 fetch 1 ,mem_op 
+0x49ef 010106 bbit1 op_auth_req ,cmd_send_aurand 
+0x49f0 010107 bbit1 op_send_sres ,cmd_send_sres 
+0x49f1 010108 bbit1 op_inrand_req ,cmd_pair_passive 
+0x49f2 010109 branch cmd_exit 
+:      010110 cmd_send_sres:
+0x49f3 010111 set0 op_send_sres ,pdata 
+0x49f4 010112 store 1 ,mem_op 
+0x49f5 010113 jam lmp_sres ,mem_lmo_opcode2 
+0x49f6 010114 branch cmd_exit 
+:      010116 cmd_no_key:
+0x49f7 010117 fetch 1 ,mem_op 
+0x49f8 010118 bbit1 op_send_sres ,cmd_no_key_reject 
+0x49f9 010119 call hci_send_pincode_req 
+0x49fa 010120 branch cmd_exit 
+:      010121 cmd_no_key_reject:
+0x49fb 010122 set0 op_send_sres ,pdata 
+0x49fc 010123 store 1 ,mem_op 
+0x49fd 010124 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x49fe 010125 jam lmp_au_rand ,mem_lmi_opcode2 
+0x49ff 010126 jam key_missing ,mem_lmo_reason2 
+0x4a00 010127 branch cmd_exit 
+:      010130 cmd_auth:
+0x4a01 010131 fetch 1 ,mem_op 
+0x4a02 010132 set1 op_auth_req ,pdata 
+0x4a03 010133 store 1 ,mem_op 
+0x4a04 010134 fetch 1 ,mem_state 
+0x4a05 010135 bbit1 state_linkkey ,cmd_auth_sendaurand 
+0x4a06 010136 call hci_send_linkkey_req 
+0x4a07 010137 branch cmd_exit 
+:      010139 cmd_send_aurand:
+:      010140 cmd_auth_sendaurand:
+0x4a08 010141 call tid_initiate 
+0x4a09 010142 jam lmp_au_rand ,mem_lmo_opcode2 
+0x4a0a 010143 branch cmd_exit 
+:      010145 cmd_start_encrypt:
+0x4a0b 010146 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x4a0c 010147 branch cmd_exit 
+:      010149 cmd_stop_encrypt:
+0x4a0d 010150 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x4a0e 010151 branch cmd_exit 
+:      010153 cmd_feature_req:
+0x4a0f 010154 set0 mark_ext_patch ,mark 
+0x4a10 010155 bpatch patch1f_5 ,mem_patch1f 
+0x4a11 010156 jam lmp_features_req ,mem_lmo_opcode2 
+0x4a12 010157 jam hci_cmd_wait_remote_feature ,mem_hci_cmd 
+0x4a13 010158 rtn 
+:      010160 cmd_ext_feature_req:
+0x4a14 010161 jam lmp_ext_features_req ,mem_lmo_opcode2 
+0x4a15 010162 jam hci_cmd_wait_remote_ext_feature ,mem_hci_cmd 
+0x4a16 010163 rtn 
+:      010165 cmd_version_req:
+0x4a17 010166 jam lmp_version_req ,mem_lmo_opcode2 
+0x4a18 010167 branch cmd_exit 
+:      010169 cmd_in_sniff:
+0x4a19 010170 jam lmp_sniff_req ,mem_lmo_opcode2 
+0x4a1a 010171 arg mem_sniff_payload ,contw 
+0x4a1b 010172 setarg 0 
+0x4a1c 010173 isolate1 27 ,clke_bt 
+0x4a1d 010174 setflag true ,1 ,pdata 
+0x4a1e 010175 istore 1 ,contw 
+0x4a1f 010176 setarg 0 
+0x4a20 010177 istore 2 ,contw 
+0x4a21 010178 fetch 2 ,mem_sniff_param_interval 
+0x4a22 010179 istore 2 ,contw 
+0x4a23 010180 fetch 1 ,mem_sniff_param_attempt 
+0x4a24 010181 istore 2 ,contw 
+0x4a25 010182 fetch 1 ,mem_sniff_param_timeout 
+0x4a26 010183 istore 2 ,contw 
+0x4a27 010184 branch cmd_exit 
+:      010186 cmd_exit_sniff:
+0x4a28 010187 jam lmp_unsniff_req ,mem_lmo_opcode2 
+0x4a29 010188 branch cmd_exit 
+:      010190 cmd_setup_sco:
+0x4a2a 010191 call new_conn_handle 
+0x4a2b 010192 store 1 ,mem_sco_handle 
+0x4a2c 010193 fetch 1 ,mem_conn_handle 
+0x4a2d 010194 store 1 ,mem_sco_asso_handle 
+0x4a2e 010195 jam lmp_sco_link_req ,mem_lmo_opcode2 
+0x4a2f 010196 set1 mark_esco ,mark 
+0x4a30 010197 jam lmp_ext_esco_link_req ,mem_lmo_opcode2 
+0x4a31 010198 branch cmd_exit 
+:      010200 cmd_disconn:
+0x4a32 010201 call lmp_disconnect 
+0x4a33 010202 branch cmd_exit 
+:      010204 cmd_disconn_sco:
+0x4a34 010205 jam lmp_remove_sco_link_req ,mem_lmo_opcode2 
+0x4a35 010206 bmark0 mark_esco ,cmd_exit 
+0x4a36 010207 jam lmp_ext_remove_esco_req ,mem_lmo_opcode2 
+0x4a37 010208 branch cmd_exit 
+:      010210 cmd_accept_sco_conn:
+0x4a38 010211 branch cmd_accept_sco_conn_master ,master 
+0x4a39 010212 jam lmp_accepted ,mem_lmo_opcode2 
+0x4a3a 010213 jam lmp_sco_link_req ,mem_lmi_opcode2 
+0x4a3b 010214 bmark0 mark_esco ,cmd_exit 
+0x4a3c 010215 fetch 1 ,mem_esco_type 
+0x4a3d 010216 bne type_hv3 ,parse_lmpext_esco_link_req_change_param 
+0x4a3e 010217 jam lmp_ext_accepted ,mem_lmo_opcode2 
+0x4a3f 010218 jam lmp_ext_esco_link_req ,mem_lmi_opcode2 
+0x4a40 010219 branch cmd_exit 
+:      010220 cmd_accept_sco_conn_master:
+0x4a41 010221 call new_conn_handle 
+0x4a42 010222 store 1 ,mem_sco_handle 
+0x4a43 010223 fetch 1 ,mem_conn_handle 
+0x4a44 010224 store 1 ,mem_sco_asso_handle 
+0x4a45 010225 jam lmp_sco_link_req ,mem_lmo_opcode2 
+0x4a46 010226 bmark0 mark_esco ,cmd_exit 
+0x4a47 010227 branch parse_lmpext_esco_link_req_change_param 
+:      010230 cmd_role_discovery:
+0x4a48 010231 call hci_get_cmd_complete_ptr 
+0x4a49 010232 call hci_write_handle 
+0x4a4a 010233 force 0 ,pdata 
+0x4a4b 010234 nsetflag master ,0 ,pdata 
+0x4a4c 010235 istore 1 ,contwu 
+0x4a4d 010236 force 7 ,loopcnt 
+0x4a4e 010237 arg 0x809 ,alarm 
+0x4a4f 010238 call hci_command_complete 
+0x4a50 010239 branch cmd_exit 
+:      010241 cmd_io_cap:
+0x4a51 010242 jam lmp_io_cap_res ,mem_lmo_opcode2 
+0x4a52 010243 branch cmd_exit 
+:      010245 cmd_detach:
+0x4a53 010246 jam lmp_detach ,mem_lmo_opcode2 
+0x4a54 010247 jam other_end_terminated ,mem_disconn_reason_send 
+0x4a55 010248 branch cmd_exit 
+:      010253 process_hci_patch:
+0x4a56 010254 jam 0 ,mem_check_sum 
+0x4a57 010257 ifetch 1 ,contru 
+0x4a58 010258 store 1 ,mem_ucode_id_remote 
+0x4a59 010259 call hci_ucode_checksum_add 
+0x4a5a 010261 call push_stack 
+0x4a5b 010262 fetch 1 ,mem_ucode_id_remote 
+0x4a5c 010263 copy pdata ,temp 
+0x4a5d 010264 fetch 1 ,mem_ucode_id_local 
+0x4a5e 010265 increase 1 ,pdata 
+0x4a5f 010266 icompare 0xff ,temp 
+0x4a60 010267 nbranch hci_nak_ucode_with_stack ,true 
+0x4a61 010268 store 1 ,mem_ucode_id_local 
+0x4a62 010269 call pop_stack 
+0x4a63 010271 ifetch 1 ,contru 
+0x4a64 010272 beq 0x01 ,hci_enable_ucode_load 
+0x4a65 010273 beq 0x02 ,process_hci_ucode 
+0x4a66 010274 beq 0x03 ,hci_disable_ucode_load 
+0x4a67 010275 beq 0x05 ,process_hci_n_sched_data 
+0x4a68 010276 beq 0x06 ,hci_write_register 
+0x4a69 010277 beq 0x07 ,hci_read_register 
+0x4a6a 010278 beq 0x08 ,hci_enable_ucode 
+0x4a6b 010279 beq 0x09 ,hci_soft_branch 
+0x4a6c 010280 rtn 
+:      010281 hci_ucode_checksum_add:
+0x4a6d 010282 copy pdata ,temp 
+0x4a6e 010283 call push_stack 
+0x4a6f 010284 fetch 1 ,mem_check_sum 
+0x4a70 010285 iadd temp ,pdata 
+0x4a71 010286 store 1 ,mem_check_sum 
+0x4a72 010287 branch pop_stack 
+:      010290 hci_ack_ucode:
+0x4a73 010291 force 1 ,pdata 
+0x4a74 010292 call uart_send_byte 
+0x4a75 010293 fetch 1 ,mem_ucode_id_local 
+0x4a76 010294 branch uart_send_byte 
+:      010296 hci_nak_ucode_with_stack:
+0x4a77 010297 call pop_stack 
+0x4a78 010298 branch hci_nak_ucode_ucode_id 
+:      010299 hci_nak_ucode:
+0x4a79 010300 fetch 1 ,mem_ucode_id_local 
+0x4a7a 010301 increase -1 ,pdata 
+0x4a7b 010302 store 1 ,mem_ucode_id_local 
+:      010303 hci_nak_ucode_ucode_id:
+0x4a7c 010304 force 0 ,pdata 
+0x4a7d 010305 call uart_send_byte 
+0x4a7e 010306 fetch 1 ,mem_ucode_id_local 
+0x4a7f 010307 branch uart_send_byte 
+:      010309 hci_write_register:
+0x4a80 010310 call hci_ucode_checksum_add 
+0x4a81 010311 ifetch 1 ,contru 
+0x4a82 010312 store 1 ,mem_ucode_temp 
+0x4a83 010313 call hci_ucode_checksum_add 
+0x4a84 010314 ifetch 1 ,contru 
+0x4a85 010315 lshift8 pdata ,contw 
+0x4a86 010316 call hci_ucode_checksum_add 
+0x4a87 010317 fetch 1 ,mem_ucode_temp 
+0x4a88 010318 iadd contw ,contw 
+0x4a89 010319 ifetch 1 ,contru 
+0x4a8a 010320 istore 1 ,contw 
+0x4a8b 010321 call hci_ucode_checksum_add 
+0x4a8c 010322 ifetch 1 ,contru 
+0x4a8d 010323 call hci_ucode_checksum_add 
+0x4a8e 010324 fetch 1 ,mem_check_sum 
+0x4a8f 010325 bne 0xff ,hci_nak_ucode 
+0x4a90 010326 branch hci_ack_ucode 
+:      010328 hci_read_register:
+0x4a91 010329 call hci_ucode_checksum_add 
+0x4a92 010330 ifetch 1 ,contru 
+0x4a93 010331 store 1 ,mem_ucode_temp 
+0x4a94 010332 call hci_ucode_checksum_add 
+0x4a95 010333 ifetch 1 ,contru 
+0x4a96 010334 store 1 ,mem_ucode_temp1 
+0x4a97 010335 call hci_ucode_checksum_add 
+0x4a98 010336 ifetch 1 ,contru 
+0x4a99 010337 call hci_ucode_checksum_add 
+0x4a9a 010338 fetch 1 ,mem_check_sum 
+0x4a9b 010339 bne 0xff ,hci_nak_ucode 
+0x4a9c 010341 fetch 1 ,mem_ucode_temp1 
+0x4a9d 010342 lshift8 pdata ,temp 
+0x4a9e 010343 fetch 1 ,mem_ucode_temp 
+0x4a9f 010344 iadd temp ,contru 
+0x4aa0 010345 ifetch 1 ,contru 
+0x4aa1 010346 store 1 ,mem_ucode_temp 
+:      010347 hci_read_register_ack:
+0x4aa2 010348 force 1 ,pdata 
+0x4aa3 010349 call uart_send_byte 
+0x4aa4 010350 fetch 1 ,mem_ucode_temp 
+0x4aa5 010351 call uart_send_byte 
+0x4aa6 010352 jam 0xff ,mem_ucode_id_local 
+0x4aa7 010353 rtn 
+:      010355 hci_enable_ucode:
+0x4aa8 010356 call hci_ucode_checksum_add 
+0x4aa9 010357 ifetch 1 ,contru 
+0x4aaa 010358 call hci_ucode_checksum_add 
+0x4aab 010359 fetch 1 ,mem_check_sum 
+0x4aac 010360 bne 0xff ,hci_nak_ucode 
+0x4aad 010361 branch hci_ack_ucode 
+:      010363 process_hci_ucode:
+0x4aae 010364 call hci_ucode_checksum_add 
+0x4aaf 010365 ifetch 1 ,contru 
+0x4ab0 010366 hstore 1 ,core_ucode_low 
+0x4ab1 010367 call hci_ucode_checksum_add 
+0x4ab2 010368 ifetch 1 ,contru 
+0x4ab3 010369 set1 7 ,pdata 
+0x4ab4 010370 hstore 1 ,core_ucode_ctrl 
+0x4ab5 010371 set0 7 ,pdata 
+0x4ab6 010372 call hci_ucode_checksum_add 
+0x4ab7 010373 ifetch 1 ,contru 
+0x4ab8 010374 copy pdata ,loopcnt 
+0x4ab9 010375 call hci_ucode_checksum_add 
+:      010376 write_ucode_loop:
+0x4aba 010377 ifetch 1 ,contru 
+0x4abb 010378 hstore 1 ,core_ucode_data 
+0x4abc 010379 call hci_ucode_checksum_add 
+0x4abd 010380 loop write_ucode_loop 
+0x4abe 010381 ifetch 1 ,contru 
+0x4abf 010382 call hci_ucode_checksum_add 
+0x4ac0 010383 fetch 1 ,mem_check_sum 
+0x4ac1 010384 bne 0xff ,hci_nak_ucode 
+0x4ac2 010385 branch hci_ack_ucode 
+:      010387 process_hci_n_sched_data:
+0x4ac3 010388 call hci_ucode_checksum_add 
+0x4ac4 010389 ifetch 1 ,contru 
+0x4ac5 010390 store 1 ,mem_ucode_temp 
+0x4ac6 010391 call hci_ucode_checksum_add 
+0x4ac7 010392 ifetch 1 ,contru 
+0x4ac8 010393 lshift8 pdata ,contw 
+0x4ac9 010394 call hci_ucode_checksum_add 
+0x4aca 010395 fetch 1 ,mem_ucode_temp 
+0x4acb 010396 iadd contw ,contw 
+0x4acc 010397 ifetch 1 ,contru 
+0x4acd 010398 iforce loopcnt 
+0x4ace 010399 call hci_ucode_checksum_add 
+:      010400 process_hci_n_sched_loop:
+0x4acf 010401 ifetch 1 ,contru 
+0x4ad0 010402 istore 1 ,contw 
+0x4ad1 010403 call hci_ucode_checksum_add 
+0x4ad2 010404 loop process_hci_n_sched_loop 
+0x4ad3 010405 ifetch 1 ,contru 
+0x4ad4 010406 call hci_ucode_checksum_add 
+0x4ad5 010407 fetch 1 ,mem_check_sum 
+0x4ad6 010408 bne 0xff ,hci_nak_ucode 
+0x4ad7 010409 branch hci_ack_ucode 
+:      010413 hci_enable_ucode_load:
+0x4ad8 010414 call hci_ucode_checksum_add 
+0x4ad9 010415 ifetch 1 ,contru 
+0x4ada 010416 call hci_ucode_checksum_add 
+0x4adb 010417 fetch 1 ,mem_check_sum 
+0x4adc 010418 bne 0xff ,hci_nak_ucode 
+0x4add 010419 hjam 0x80 ,core_ucode_ctrl 
+0x4ade 010420 branch hci_ack_ucode 
+:      010422 hci_disable_ucode_load:
+0x4adf 010423 call hci_ucode_checksum_add 
+0x4ae0 010424 ifetch 1 ,contru 
+0x4ae1 010425 call hci_ucode_checksum_add 
+0x4ae2 010426 fetch 1 ,mem_check_sum 
+0x4ae3 010427 bne 0xff ,hci_nak_ucode 
+0x4ae4 010428 hjam 0 ,core_ucode_ctrl 
+0x4ae5 010429 branch hci_ack_ucode 
+:      010431 hci_soft_branch:
+0x4ae6 010432 call hci_ucode_checksum_add 
+0x4ae7 010433 ifetch 1 ,contru 
+0x4ae8 010434 call hci_ucode_checksum_add 
+0x4ae9 010435 fetch 1 ,mem_check_sum 
+0x4aea 010436 bne 0xff ,hci_nak_ucode 
+0x4aeb 010437 call hci_ack_ucode 
+0x4aec 010438 branch soft_reset 
+:      010441 hci_idle_dispatch:
+0x4aed 010442 call gpio_check_uart_state 
+0x4aee 010443 rtn true 
+0x4aef 010444 arg uart_wakeup_rx ,temp 
+0x4af0 010445 call gpio_get_bit 
+0x4af1 010446 nbranch uart_wake_up ,true 
+0x4af2 010447 jam hci_rx_wake ,mem_hci_lt_rx_state 
+0x4af3 010448 rtn 
+:      010449 uart_wake_up:
+0x4af4 010450 fetch 1 ,mem_hci_lt_rx_state 
+0x4af5 010451 rtnne hci_rx_wake 
+0x4af6 010452 call hci_exit_lpm 
+0x4af7 010453 branch hci_send_commu_ready_event 
+:      010467 hid_rx_process:
+0x4af8 010468 set1 mark_ext_patch ,mark 
+0x4af9 010469 bpatch patch33_4 ,mem_patch33 
+0x4afa 010470 fetch 2 ,mem_l2cap_payload_ptr 
+0x4afb 010471 copy pdata ,contr 
+0x4afc 010472 ifetch 1 ,contr 
+0x4afd 010473 and pdata ,0x0f ,temp 
+0x4afe 010474 rshift4 pdata ,pdata 
+0x4aff 010475 beq hid_type_set_idle ,hid_rx_process_handshake 
+0x4b00 010476 beq hid_type_set_protocol ,hid_rx_process_handshake 
+0x4b01 010477 beq hid_type_data ,hid_rx_process_data 
+0x4b02 010478 beq hid_type_set_report ,hid_rx_process_set_report 
+0x4b03 010479 beq hid_type_control ,hid_rx_process_hid_control 
+0x4b04 010480 rtn 
+:      010482 hid_rx_process_hid_control:
+0x4b05 010483 copy temp ,pdata 
+0x4b06 010484 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
+0x4b07 010485 beq hid_control_p_suspend ,hid_rx_process_suspend 
+0x4b08 010486 rtn 
+:      010488 hid_rx_process_virtual_cable_unplug:
+0x4b09 010489 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
+0x4b0a 010490 call ui_ipc_send_event 
+0x4b0b 010491 fetch 1 ,mem_device_option 
+0x4b0c 010492 rtnne dvc_op_mouse ,pdata 
+0x4b0d 010493 copy temp ,pdata 
+0x4b0e 010494 beq hid_control_p_virtualcableunplug ,eeprom_erase_reconn_info 
+0x4b0f 010495 rtn 
+:      010496 hid_rx_process_suspend:
+0x4b10 010497 rtn 
+:      010499 hid_rx_process_set_report:
+0x4b11 010500 arg 0x01 ,rega 
+0x4b12 010501 call hid_malloc_tx_buff 
+0x4b13 010502 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4b14 010503 istore 2 ,contw 
+0x4b15 010504 setarg 0x00 
+0x4b16 010505 istore 1 ,contw 
+0x4b17 010506 rtn 
+:      010508 hid_rx_process_handshake:
+0x4b18 010509 arg 1 ,rega 
+0x4b19 010510 call hid_malloc_tx_buff 
+0x4b1a 010511 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4b1b 010512 istore 2 ,contw 
+0x4b1c 010513 setarg 0 
+0x4b1d 010514 istore 1 ,contw 
+0x4b1e 010515 jam 1 ,mem_ui_data_txbuff_length 
+0x4b1f 010516 fetch 1 ,mem_hid_control_state 
+0x4b20 010517 set1 l2cap_channel_hid_handshake_done 
+0x4b21 010518 store 1 ,mem_hid_control_state 
+:      010519 hid_handshake_event:
+0x4b22 010520 jam bt_evt_hid_handshake ,mem_fifo_temp 
+0x4b23 010521 branch ui_ipc_send_event 
+:      010523 hid_rx_process_data:
+0x4b24 010524 ifetch 1 ,contr 
+0x4b25 010525 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
+0x4b26 010526 rtn 
+:      010528 hid_rx_process_data_hid_kb:
+0x4b27 010529 copy contr ,rega 
+0x4b28 010530 fetch 1 ,mem_device_option 
+0x4b29 010531 rtnne dvc_op_kb ,pdata 
+0x4b2a 010532 copy rega ,contr 
+0x4b2b 010533 branch kb_process_kb_report 
+:      010535 hid_malloc_tx_buff:
+0x4b2c 010536 call l2cap_malloc 
+0x4b2d 010537 copy rega ,temp 
+0x4b2e 010538 storet 1 ,mem_ui_data_txbuff_length 
+0x4b2f 010539 copy pdata ,contw 
+0x4b30 010540 copy rega ,pdata 
+0x4b31 010541 istore 2 ,contw 
+0x4b32 010542 rtn 
+:      010545 le_ir_init:
+0x4b33 010546 setarg le_ir 
+0x4b34 010547 store 2 ,mem_cb_le_process 
+0x4b35 010548 setarg le_ir_wcb 
+0x4b36 010549 store 2 ,mem_cb_att_write 
+0x4b37 010550 call eeprom_load_reconn_info 
+0x4b38 010551 call le_init_att 
+0x4b39 010552 hjam 158 ,core_pwm_ncnt0 
+0x4b3a 010553 hjam 8 ,core_gpio_sel1 
+0x4b3b 010554 hjam 5 ,core_gpio_out1 
+0x4b3c 010555 setarg -1 
+0x4b3d 010556 set0 1 ,pdata 
+0x4b3e 010557 set0 21 ,pdata 
+0x4b3f 010558 hstore 4 ,core_gpio_oe0 
+0x4b40 010559 hjam 2 ,core_gpio_pu0 
+0x4b41 010560 rtn wake 
+0x4b42 010561 jam 1 ,mem_le_adv_enable 
+0x4b43 010562 rtn 
+:      010565 le_ir_wcb:
+0x4b44 010566 ifetch 1 ,rega 
+0x4b45 010567 store 1 ,mem_ir_cmd 
+0x4b46 010568 beq ircmd_write_pulse ,le_ir_write_pulse 
+0x4b47 010569 beq ircmd_write_seq ,le_ir_write_seq 
+0x4b48 010570 beq ircmd_write_next ,le_ir_write_next 
+0x4b49 010571 beq ircmd_screen_on ,le_ir_screen_on 
+0x4b4a 010572 beq ircmd_screen_off ,le_ir_screen_off 
+0x4b4b 010573 rtnne ircmd_play 
+0x4b4c 010574 ifetch 1 ,contr 
+0x4b4d 010575 store 1 ,mem_ir_play_count 
+0x4b4e 010576 rtn 
+:      010578 le_ir_write_pulse:
+0x4b4f 010579 arg mem_ir_pulse_zero ,contw 
+0x4b50 010580 branch le_ir_write 
+:      010582 le_ir_write_seq:
+0x4b51 010583 arg mem_ir_sequence_len ,contw 
+0x4b52 010584 branch le_ir_write 
+:      010586 le_ir_write_next:
+0x4b53 010587 fetch 2 ,mem_ir_ptr 
+0x4b54 010588 iforce contw 
+:      010590 le_ir_write:
+0x4b55 010591 arg 19 ,loopcnt 
+0x4b56 010592 call memcpy 
+0x4b57 010593 deposit contw 
+0x4b58 010594 store 2 ,mem_ir_ptr 
+0x4b59 010595 jam 0 ,mem_ir_cmd 
+0x4b5a 010596 rtn 
+:      010600 le_ir:
+0x4b5b 010601 fetch 1 ,mem_ir_cmd 
+0x4b5c 010602 beq ircmd_record ,le_ir_start_record 
+0x4b5d 010603 beq ircmd_play ,le_ir_play 
+0x4b5e 010604 beq ircmd_report_pulse ,le_ir_report 
+0x4b5f 010605 beq ircmd_report_seq ,le_ir_report 
+0x4b60 010606 beq ircmd_report_raw ,le_ir_report 
+0x4b61 010607 beq ircmd_test_play ,le_ir_play 
+0x4b62 010608 beq ircmd_test_rec ,le_ir_rec 
+0x4b63 010609 rtn 
+:      010611 le_ir_screen_on:
+0x4b64 010612 jam 0 ,mem_lpm_mult 
+0x4b65 010613 jam 0 ,mem_ir_cmd 
+0x4b66 010614 rtn 
+:      010615 le_ir_screen_off:
+0x4b67 010616 jam 30 ,mem_lpm_mult 
+0x4b68 010617 jam 0 ,mem_ir_cmd 
+0x4b69 010618 rtn 
+:      010622 le_ir_rec:
+0x4b6a 010623 jam 0 ,mem_ir_cmd 
+0x4b6b 010624 arg 0xfffff ,stop_watch 
+0x4b6c 010625 call ir_record 
+0x4b6d 010626 rtn 
+:      010628 le_ir_next_anchor:
+0x4b6e 010629 fetcht 2 ,mem_le_tsniff 
+0x4b6f 010630 iadd temp ,pdata 
+0x4b70 010631 store 4 ,mem_le_anchor 
+:      010632 le_ir_start_record:
+0x4b71 010633 fetch 4 ,mem_le_anchor 
+0x4b72 010634 isub clke_bt ,pdata 
+0x4b73 010635 nbranch le_ir_next_anchor ,positive 
+0x4b74 010636 rshift pdata ,stop_watch 
+0x4b75 010637 call ir_record 
+0x4b76 010638 rtn blank 
+0x4b77 010639 jam ircmd_report_raw ,mem_ir_cmd 
+0x4b78 010640 arg mem_ir_record ,temp 
+0x4b79 010641 storet 2 ,mem_ir_ptr 
+:      010643 le_ir_report:
+0x4b7a 010644 call le_xtype_fifo_is_full 
+0x4b7b 010645 nrtn blank 
+0x4b7c 010646 jam notify_handle ,mem_le_notify_handle 
+0x4b7d 010647 jam attop_handle_value_notification ,mem_fifo_temp 
+0x4b7e 010648 call le_xtype_fifo_in 
+0x4b7f 010649 fetch 2 ,mem_le_notify_attr_start 
+0x4b80 010650 iforce contw 
+0x4b81 010651 fetch 2 ,mem_ir_ptr 
+0x4b82 010652 iforce contr 
+0x4b83 010653 arg 20 ,loopcnt 
+0x4b84 010654 call memcpy 
+0x4b85 010655 deposit contr 
+0x4b86 010656 store 2 ,mem_ir_ptr 
+0x4b87 010657 fetch 2 ,mem_ir_report_len 
+0x4b88 010658 increase -20 ,pdata 
+0x4b89 010659 store 2 ,mem_ir_report_len 
+0x4b8a 010660 rtn positive 
+0x4b8b 010661 jam 0 ,mem_ir_cmd 
+0x4b8c 010662 rtn 
+:      010665 le_ir_play:
+0x4b8d 010666 fetch 1 ,mem_ir_play_count 
+0x4b8e 010667 call ir_play 
+0x4b8f 010668 jam 0 ,mem_ir_cmd 
+0x4b90 010669 rtn 
+:      010672 ir_record:
+0x4b91 010673 call ir_receive 
+0x4b92 010674 setarg mem_ir_record 
+0x4b93 010675 isub contw ,pdata 
+0x4b94 010676 sub pdata ,0 ,pdata 
+0x4b95 010677 store 2 ,mem_ir_report_len 
+0x4b96 010678 rtn 
+:      010682 ir_receive:
+0x4b97 010683 disable swfine 
+0x4b98 010684 arg mem_ir_record ,contw 
+:      010685 ir_receive_waitsync:
+0x4b99 010686 rtn timeout 
+0x4b9a 010687 hfetch 1 ,core_gpio_in + 2 
+0x4b9b 010688 bbit0 5 ,ir_receive_waitsync 
+0x4b9c 010689 copy clkn ,temp 
+0x4b9d 010690 arg 0x80 ,loopcnt 
+0x4b9e 010691 call memset0 
+0x4b9f 010692 arg mem_ir_record ,contw 
+0x4ba0 010693 arg 0x0 ,regc 
+:      010694 ir_receive_loop:
+0x4ba1 010695 arg 180 ,stop_watch 
+:      010696 ir_receive_waitedge:
+0x4ba2 010697 rtn timeout 
+0x4ba3 010698 hfetch 1 ,core_gpio_in + 2 
+0x4ba4 010699 ixor regc ,pdata 
+0x4ba5 010700 bbit1 5 ,ir_receive_waitedge 
+0x4ba6 010701 copy clkn ,pdata 
+0x4ba7 010702 iforce alarm 
+0x4ba8 010703 call clk_diff_rt 
+0x4ba9 010704 sub pdata ,0xff ,null 
+0x4baa 010705 branch ir_receive_waitedge ,positive 
+0x4bab 010706 isolate0 5 ,regc 
+0x4bac 010707 setflag true ,23 ,pdata 
+0x4bad 010708 istore 3 ,contw 
+0x4bae 010709 rshift8 contw ,pdata 
+0x4baf 010710 rtneq mem_ir_record_max 
+0x4bb0 010711 copy alarm ,temp 
+0x4bb1 010712 xor_into 0x20 ,regc 
+0x4bb2 010713 branch ir_receive_loop 
+:      010717 ir_get_next_seq:
+0x4bb3 010718 branch ir_get_next_seq_saved ,user 
+0x4bb4 010719 branch ir_get_next_encoded ,user2 
+:      010720 ir_get_next_seq_fetch:
+0x4bb5 010721 arg mem_ir_sequence ,temp 
+0x4bb6 010722 fetch 1 ,mem_ir_sequence_len 
+0x4bb7 010723 iadd temp ,pdata 
+0x4bb8 010724 isub rega ,null 
+0x4bb9 010725 branch ir_get_next_seq_exit ,zero 
+0x4bba 010726 ifetch 1 ,rega 
+0x4bbb 010727 copy contr ,rega 
+0x4bbc 010728 bbit0 7 ,ir_get_next_cont 
+0x4bbd 010729 enable user2 
+0x4bbe 010730 and pdata ,0x7f ,regb 
+0x4bbf 010731 lshift3 rega ,rega 
+0x4bc0 010732 branch ir_get_next_encoded 
+:      010733 ir_get_next_cont:
+0x4bc1 010734 rshift4 pdata ,debug 
+0x4bc2 010735 and_into 0xf ,pdata 
+0x4bc3 010736 isub debug ,null 
+0x4bc4 010737 rtn zero 
+0x4bc5 010738 enable user 
+0x4bc6 010739 rtn 
+:      010740 ir_get_next_seq_saved:
+0x4bc7 010741 deposit debug 
+0x4bc8 010742 disable user 
+0x4bc9 010743 rtn 
+:      010744 ir_get_next_encoded:
+0x4bca 010745 deposit regb 
+0x4bcb 010746 branch ir_get_next_encoded_end ,blank 
+0x4bcc 010747 and rega ,0x7 ,queue 
+0x4bcd 010748 rshift3 rega ,contr 
+0x4bce 010749 ifetch 1 ,contr 
+0x4bcf 010750 increase 1 ,rega 
+0x4bd0 010751 increase -1 ,regb 
+0x4bd1 010752 qisolate0 pdata 
+0x4bd2 010753 fetch 1 ,mem_ir_pulse_zero 
+0x4bd3 010754 branch ir_get_next_cont ,true 
+0x4bd4 010755 fetch 1 ,mem_ir_pulse_one 
+0x4bd5 010756 branch ir_get_next_cont 
+:      010757 ir_get_next_encoded_end:
+0x4bd6 010758 disable user2 
+0x4bd7 010759 increase 7 ,rega 
+0x4bd8 010760 rshift3 rega ,rega 
+0x4bd9 010761 branch ir_get_next_seq_fetch 
+:      010762 ir_get_next_seq_exit:
+0x4bda 010763 setarg 0xff 
+0x4bdb 010764 rtn 
+:      010767 ir_get_pulse:
+0x4bdc 010768 lshift pdata ,contr 
+0x4bdd 010769 iadd contr ,pdata 
+0x4bde 010770 arg mem_ir_pulses ,contr 
+0x4bdf 010771 iadd contr ,contr 
+0x4be0 010772 ifetch 3 ,contr 
+0x4be1 010773 rtn 
+:      010776 ir_play:
+0x4be2 010777 enable swfine 
+0x4be3 010778 iforce loopcnt 
+:      010779 ir_play_nloop:
+0x4be4 010780 disable user 
+0x4be5 010781 disable user2 
+0x4be6 010782 arg mem_ir_sequence ,rega 
+:      010783 ir_play_loop:
+0x4be7 010784 call ir_get_next_seq 
+0x4be8 010785 beq 0xff ,ir_play_end 
+0x4be9 010786 call ir_get_pulse 
+0x4bea 010787 bbit0 23 ,ir_play_silence 
+0x4beb 010788 set0 23 ,pdata 
+0x4bec 010789 hjam 158 ,core_pwm_pcnt0 
+:      010790 ir_play_silence:
+0x4bed 010791 iforce stop_watch 
+0x4bee 010792 until null ,timeout 
+0x4bef 010793 hjam 0 ,core_pwm_pcnt0 
+0x4bf0 010794 branch ir_play_loop 
+:      010795 ir_play_end:
+0x4bf1 010796 loop ir_play_nloop 
+0x4bf2 010797 rtn 
+:      010803 le_kb_init:
+0x4bf3 010804 call kb_init_common 
+0x4bf4 010805 setarg kb_process_idle 
+0x4bf5 010806 store 2 ,mem_cb_idle_process 
+0x4bf6 010807 setarg kb_send_process 
+0x4bf7 010808 store 2 ,mem_cb_bt_process 
+0x4bf8 010809 setarg kb_process_bb_event 
+0x4bf9 010810 store 2 ,mem_cb_bb_event_process 
+0x4bfa 010811 setarg kb_process_lpm_before 
+0x4bfb 010812 store 2 ,mem_cb_before_lpm 
+0x4bfc 010813 setarg kb_discovery_timeout_sleep 
+0x4bfd 010814 store 2 ,mem_cb_discovry_timeout 
+0x4bfe 010815 setarg kb_before_hibernate 
+0x4bff 010816 store 2 ,mem_cb_before_hibernate 
+0x4c00 010817 setarg kb_wakeup_check 
+0x4c01 010818 store 2 ,mem_cb_check_wakelock 
+0x4c02 010819 rtn wake 
+0x4c03 010821 fetch 2 ,mem_ui_state_map 
+0x4c04 010822 bbit1 ui_state_btn_down ,app_bt_start_discovery_short 
+0x4c05 010823 call app_check_reconn_target 
+0x4c06 010824 branch kb_start_discovery ,blank 
+0x4c07 010825 call app_bt_stop_discovery 
+0x4c08 010826 branch app_bt_start_reconnect 
+:      010829 kb_init:
+0x4c09 010830 call kb_init_common 
+0x4c0a 010831 setarg kb_process_idle 
+0x4c0b 010832 store 2 ,mem_cb_idle_process 
+0x4c0c 010833 setarg kb_send_process 
+0x4c0d 010834 store 2 ,mem_cb_bt_process 
+0x4c0e 010835 setarg kb_process_bb_event 
+0x4c0f 010836 store 2 ,mem_cb_bb_event_process 
+0x4c10 010837 setarg kb_process_lpm_before 
+0x4c11 010838 store 2 ,mem_cb_before_lpm 
+0x4c12 010839 setarg kb_discovery_timeout_sleep 
+0x4c13 010840 store 2 ,mem_cb_discovry_timeout 
+0x4c14 010841 setarg kb_before_hibernate 
+0x4c15 010842 store 2 ,mem_cb_before_hibernate 
+0x4c16 010843 setarg kb_wakeup_check 
+0x4c17 010844 store 2 ,mem_cb_check_wakelock 
+0x4c18 010845 rtn wake 
+0x4c19 010847 jam 0 ,mem_sp_flag 
+0x4c1a 010848 jam 0 ,mem_master_sp_flag 
+0x4c1b 010850 fetch 2 ,mem_ui_state_map 
+0x4c1c 010851 bbit1 ui_state_btn_down ,app_bt_start_discovery_short 
+0x4c1d 010852 call app_check_reconn_target 
+0x4c1e 010853 branch kb_start_discovery ,blank 
+0x4c1f 010854 call app_bt_stop_discovery 
+0x4c20 010855 branch app_bt_start_reconnect 
+:      010859 kb_init_common:
+0x4c21 010860 set1 mark_ext_patch ,mark 
+0x4c22 010861 bpatch patch36_6 ,mem_patch36 
+0x4c23 010863 fetch 1 ,0x8140 
+0x4c24 010864 branch assert ,blank 
+0x4c25 010865 hjam 0 ,core_gpio_oe0 
+0x4c26 010866 hjam 0xff ,core_gpio_pu0 
+0x4c27 010868 hjam 0xff ,core_gpio_oe1 
+0x4c28 010869 hjam 0xff ,core_gpio_oe2 
+0x4c29 010870 hfetch 1 ,core_gpio_oe3 
+0x4c2a 010871 or_into 0x0f ,pdata 
+0x4c2b 010872 hstore 1 ,core_gpio_oe3 
+0x4c2c 010874 hjam 0x00 ,core_gpio_sel 
+0x4c2d 010875 hjam 0x00 ,core_gpio_sel1 
+0x4c2e 010876 hjam 0xff ,core_gpio_key0 
+0x4c2f 010877 hjam 0xFf ,core_gpio_key1 
+0x4c30 010878 hfetch 1 ,core_gpio_key2 
+0x4c31 010879 or_into 0x03 ,pdata 
+0x4c32 010880 hstore 1 ,core_gpio_key2 
+0x4c33 010881 hjam 0x00 ,core_kscn_rowmask 
+0x4c34 010882 setarg kb_kscan_col_1 
+0x4c35 010883 lshift3 pdata ,pdata 
+0x4c36 010884 add pdata ,kb_kscan_row_1 ,pdata 
+0x4c37 010885 hstore 1 ,core_kscn_rctc 
+0x4c38 010887 hfetch 1 ,core_config 
+0x4c39 010888 set1 2 ,pdata 
+0x4c3a 010889 hstore 1 ,core_config 
+0x4c3b 010890 hfetch 1 ,core_clkoff + 1 
+0x4c3c 010891 set0 1 ,pdata 
+0x4c3d 010892 hstore 1 ,core_clkoff + 1 
+0x4c3e 010893 hjam 0xd ,core_kscn_ksctrl 
+0x4c3f 010894 hjam 0xd3 ,core_kscn_m_debounce 
+0x4c40 010895 hjam 0 ,core_kscn_scancycle_timer_l 
+0x4c41 010896 hjam 0x31 ,core_kscn_scancycle_timer_h 
+0x4c42 010897 call lpm_disable_exen_output 
+0x4c43 010898 fetcht 1 ,mem_led_cap_gpio 
+0x4c44 010899 call gpio_config_output 
+0x4c45 010900 fetcht 1 ,mem_led_num_gpio 
+0x4c46 010901 call gpio_config_output 
+0x4c47 010902 fetcht 1 ,mem_led_scl_gpio 
+0x4c48 010903 call gpio_config_output 
+0x4c49 010904 rtn 
+:      010906 kb_process_kb_report:
+0x4c4a 010907 set1 mark_ext_patch ,mark 
+0x4c4b 010908 bpatch patch36_7 ,mem_patch36 
+0x4c4c 010909 ifetch 1 ,contr 
+0x4c4d 010910 copy pdata ,rega 
+0x4c4e 010911 fetcht 1 ,mem_led_num_gpio 
+0x4c4f 010912 isolate1 kb_num_lock_selected ,rega 
+0x4c50 010913 call gpio_out_flag 
+0x4c51 010914 fetcht 1 ,mem_led_cap_gpio 
+0x4c52 010915 isolate1 kb_caps_lock_selected ,rega 
+0x4c53 010916 call gpio_out_flag 
+0x4c54 010917 fetcht 1 ,mem_led_scl_gpio 
+0x4c55 010918 isolate1 kb_scroll_lock_selected ,rega 
+0x4c56 010919 call gpio_out_flag 
+0x4c57 010920 jam 1 ,mem_kb_rcv_led_data 
+0x4c58 010921 rtn 
+:      010924 kb_send_process:
+0x4c59 010926 call kb_kscan_check_if_empty 
+0x4c5a 010927 nrtn user 
+0x4c5b 010928 nrtn user2 
+0x4c5c 010930 fetch 1 ,mem_pincode_state 
+0x4c5d 010931 beq pincode_state_wait_pincode ,kb_pincode 
+0x4c5e 010932 fetch 1 ,mem_hid_interrupt_state 
+0x4c5f 010933 rtnne 0x3f 
+0x4c60 010935 arg 10 ,rega 
+0x4c61 010936 call hid_malloc_tx_buff 
+0x4c62 010937 fetch 2 ,mem_hid_int_remote_cid 
+0x4c63 010938 istore 2 ,contw 
+0x4c64 010939 setarg 0x01a1 
+0x4c65 010940 istore 2 ,contw 
+0x4c66 010941 fetch 8 ,mem_kb_state 
+0x4c67 010942 istore 8 ,contw 
+0x4c68 010943 rtn 
+:      010945 kb_pincode:
+0x4c69 010946 fetcht 1 ,mem_pin_length 
+0x4c6a 010947 setarg mem_pin 
+0x4c6b 010948 iadd temp ,contw 
+0x4c6c 010949 fetch 1 ,mem_kb_report_data 
+0x4c6d 010950 branch kb_pincode_rtn ,blank 
+0x4c6e 010951 beq kb_kcode_bksp ,kb_pincode_bksp 
+0x4c6f 010952 bne kb_kcode_enter ,kb_pincode_data 
+0x4c70 010953 storet 1 ,mem_pin_length 
+0x4c71 010954 branch app_bt_set_pincode 
+:      010956 kb_pincode_rtn:
+0x4c72 010957 storet 1 ,mem_pin_length 
+0x4c73 010958 rtn 
+:      010959 kb_pincode_bksp:
+0x4c74 010960 fetch 1 ,mem_pin_length 
+0x4c75 010961 rtn blank 
+0x4c76 010962 increase -1 ,pdata 
+0x4c77 010963 store 1 ,mem_pin_length 
+0x4c78 010964 arg mem_pin ,contw 
+0x4c79 010965 iadd contw ,contw 
+0x4c7a 010966 setarg 0 
+0x4c7b 010967 istore 1 ,contw 
+0x4c7c 010968 enable user2 
+0x4c7d 010969 branch kb_send_pin 
+:      010970 kb_pincode_data:
+0x4c7e 010971 sub pdata ,kb_kcode_1_m1 ,null 
+0x4c7f 010972 rtn positive 
+0x4c80 010973 arg 0x30 ,temp 
+0x4c81 010974 sub pdata ,kb_kcode_0 ,null 
+0x4c82 010975 nrtn positive 
+0x4c83 010976 branch kb_pincode_0 ,zero 
+0x4c84 010977 arg kb_kcode_1_m1 ,temp 
+0x4c85 010978 isub temp ,temp 
+0x4c86 010979 or_into 0x30 ,temp 
+:      010980 kb_pincode_0:
+0x4c87 010981 istoret 1 ,contw 
+0x4c88 010982 fetch 1 ,mem_pin_length 
+0x4c89 010983 increase 1 ,pdata 
+0x4c8a 010984 store 1 ,mem_pin_length 
+0x4c8b 010985 disable user2 
+0x4c8c 010986 branch kb_send_pin 
+:      010988 kb_send_pin:
+0x4c8d 010989 fetch 2 ,mem_hid_int_remote_cid 
+0x4c8e 010990 rtn blank 
+0x4c8f 010991 arg 3 ,rega 
+0x4c90 010992 call hid_malloc_tx_buff 
+0x4c91 010993 fetch 2 ,mem_hid_int_remote_cid 
+0x4c92 010994 istore 2 ,contw 
+0x4c93 010995 setarg 0xffa1 
+0x4c94 010996 istore 2 ,contw 
+0x4c95 010997 setarg 0 
+0x4c96 010998 setflag user2 ,0 ,pdata 
+0x4c97 010999 istore 1 ,contw 
+0x4c98 011000 rtn 
+:      011004 kb_kscan_check_if_empty:
+0x4c99 011005 disable user 
+0x4c9a 011006 disable user2 
+0x4c9b 011007 hfetch 1 ,core_kscn_kstat 
+0x4c9c 011008 rtnbit1 kb_kscan_stat_empty 
+:      011010 kb_kscan_check_ghost:
+0x4c9d 011011 hfetch 1 ,core_kscn_event_num 
+0x4c9e 011012 bbit1 kb_kscan_key_event_stat ,kb_kscan_process_event 
+0x4c9f 011013 hfetch 1 ,core_kscn_kstat 
+0x4ca0 011014 bbit0 kb_kscan_stat_ghost ,kb_kscan_process_event 
+0x4ca1 011015 hfetch 1 ,core_kscn_event 
+0x4ca2 011016 branch kb_kscan_check_if_empty 
+:      011018 kb_kscan_process_event:
+0x4ca3 011019 enable user 
+0x4ca4 011020 enable user2 
+0x4ca5 011021 hfetch 1 ,core_kscn_event_num 
+0x4ca6 011022 isolate0 kb_kscan_key_event_stat ,pdata 
+0x4ca7 011023 hfetch 1 ,core_kscn_event 
+0x4ca8 011024 arg mem_kb_map ,contr 
+0x4ca9 011025 iadd contr ,contr 
+0x4caa 011026 ifetch 1 ,contr 
+0x4cab 011027 bbit1 7 ,kb_kscan_read_statekey 
+0x4cac 011028 nbranch kb_kscan_release_a_key_data ,true 
+0x4cad 011029 disable user2 
+0x4cae 011030 iforce temp 
+0x4caf 011031 fetch 1 ,mem_kb_keys 
+0x4cb0 011032 sub pdata ,4 ,null 
+0x4cb1 011033 nrtn positive 
+0x4cb2 011034 copy pdata ,rega 
+0x4cb3 011035 arg 3 ,loopcnt 
+0x4cb4 011036 arg mem_kb_report_data ,contr 
+:      011037 kb_kscan_check_report_data:
+0x4cb5 011038 ifetch 1 ,contr 
+0x4cb6 011039 isub temp ,null 
+0x4cb7 011040 branch kb_kscan_check_if_empty ,zero 
+0x4cb8 011041 loop kb_kscan_check_report_data 
+:      011042 kb_kscan_store_a_key_data:
+0x4cb9 011043 copy rega ,pdata 
+0x4cba 011044 arg mem_kb_report_data ,contw 
+0x4cbb 011045 iadd contw ,contw 
+0x4cbc 011046 istoret 1 ,contw 
+0x4cbd 011047 increase 1 ,pdata 
+0x4cbe 011048 store 1 ,mem_kb_keys 
+0x4cbf 011049 hfetch 1 ,core_kscn_event_num 
+0x4cc0 011050 rshift3 pdata ,pdata 
+0x4cc1 011051 nbranch kb_kscan_check_nextevent ,blank 
+0x4cc2 011052 branch kb_kscan_prepare_send 
+:      011054 kb_kscan_check_nextevent:
+0x4cc3 011055 increase -1 ,pdata 
+0x4cc4 011056 branch kb_kscan_prepare_send ,zero 
+0x4cc5 011057 hfetch 1 ,core_kscn_event_num 
+0x4cc6 011058 and_into 0x01 ,pdata 
+0x4cc7 011059 beq kb_kscan_key_press ,kb_kscan_check_if_empty 
+0x4cc8 011060 beq kb_kscan_key_release ,kb_kscan_prepare_send 
+0x4cc9 011061 rtn 
+:      011062 kb_kscan_prepare_send:
+0x4cca 011063 enable user2 
+0x4ccb 011064 rtn 
+:      011066 kb_kscan_release_a_key_data:
+0x4ccc 011067 and pdata ,0xff ,temp 
+0x4ccd 011068 fetch 1 ,mem_kb_keys 
+0x4cce 011069 rtn blank 
+0x4ccf 011070 iforce loopcnt 
+0x4cd0 011071 arg mem_kb_report_data ,contr 
+:      011072 kb_kscan_find_same_key_data:
+0x4cd1 011073 ifetch 1 ,contr 
+0x4cd2 011074 isub temp ,null 
+0x4cd3 011075 branch kb_kscan_release_foundkey ,zero 
+0x4cd4 011076 loop kb_kscan_find_same_key_data 
+0x4cd5 011077 rtn 
+:      011078 kb_kscan_release_foundkey:
+0x4cd6 011079 add contr ,-1 ,contw 
+0x4cd7 011080 call memcpy 
+0x4cd8 011081 fetch 1 ,mem_kb_keys 
+0x4cd9 011082 increase -1 ,pdata 
+0x4cda 011083 store 1 ,mem_kb_keys 
+0x4cdb 011084 hfetch 1 ,core_kscn_event_num 
+0x4cdc 011085 rshift3 pdata ,pdata 
+0x4cdd 011086 nbranch kb_kscan_check_nextevent2 ,blank 
+0x4cde 011087 rtn 
+:      011089 kb_kscan_check_nextevent2:
+0x4cdf 011090 hfetch 1 ,core_kscn_event_num 
+0x4ce0 011091 and_into 0x01 ,pdata 
+0x4ce1 011092 beq kb_kscan_key_press ,kb_kscan_prepare_send 
+0x4ce2 011093 beq kb_kscan_key_release ,kb_kscan_check_if_empty 
+0x4ce3 011094 rtn 
+:      011096 kb_kscan_read_statekey:
+0x4ce4 011097 and pdata ,7 ,queue 
+0x4ce5 011098 fetch 1 ,mem_kb_state 
+0x4ce6 011099 qsetflag true ,pdata 
+0x4ce7 011100 store 1 ,mem_kb_state 
+0x4ce8 011101 rtn 
+:      011103 kb_clear_keys:
+0x4ce9 011104 setarg 0 
+0x4cea 011105 store 8 ,mem_kb_state 
+0x4ceb 011106 store 1 ,mem_kb_keys 
+0x4cec 011107 rtn 
+:      011109 kb_clean_kscan_fifo:
+0x4ced 011110 hfetch 1 ,core_kscn_event_num 
+0x4cee 011111 hfetch 1 ,core_kscn_event 
+0x4cef 011112 hfetch 1 ,core_kscn_kstat 
+0x4cf0 011113 bbit0 kb_kscan_stat_empty ,kb_clean_kscan_fifo 
+0x4cf1 011114 setarg 0xff 
+0x4cf2 011115 enable user 
+0x4cf3 011116 rtn 
+:      011118 le_keyboard:
+0x4cf4 011119 fetcht 2 ,mem_le_notify_handle 
+0x4cf5 011120 call le_att_check_notification_enable 
+0x4cf6 011121 rtnbit0 0 
+0x4cf7 011122 fetch 1 ,mem_le_switch_send_data 
+0x4cf8 011123 rtnbit0 0 
+0x4cf9 011124 call le_xtype_fifo_is_full 
+0x4cfa 011125 nrtn blank 
+0x4cfb 011126 call kb_kscan_check_if_empty 
+0x4cfc 011127 nrtn user 
+0x4cfd 011128 nrtn user2 
+:      011129 le_slave_keyboard_send_data:
+0x4cfe 011130 call app_lpm_wake_auto_lock 
+0x4cff 011131 jam 2 ,mem_lpm_mult 
+0x4d00 011132 fetcht 2 ,mem_le_notify_handle 
+0x4d01 011133 call le_att_get_handle_ptr 
+0x4d02 011134 add contr ,1 ,contw 
+0x4d03 011135 fetch 8 ,mem_kb_state 
+0x4d04 011136 istore 8 ,contw 
+0x4d05 011137 jam attop_handle_value_notification ,mem_fifo_temp 
+0x4d06 011138 call le_xtype_fifo_in 
+0x4d07 011139 fetch 1 ,mem_le_op 
+0x4d08 011140 bbit1 op_disconn ,loop 
+0x4d09 011141 rtn 
+:      011142 le_keyboard_process_bb_event:
+0x4d0a 011143 copy regc ,pdata 
+0x4d0b 011144 beq bt_evt_button_long_pressed ,le_keyboard_bb_event_discovery_btn 
+0x4d0c 011146 beq bt_evt_le_connected ,le_kb_connected 
+0x4d0d 011147 beq bt_evt_le_write_request ,le_kb_bb_event_write_request 
+0x4d0e 011148 beq bt_evt_le_enc_info ,le_kb_bb_event_enc_info 
+0x4d0f 011149 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x4d10 011150 rtn 
+:      011151 le_kb_bb_event_enc_info:
+:      011152 le_kb_bb_event_write_request:
+0x4d11 011153 call app_lpm_mult_enable 
+0x4d12 011154 branch app_ble_start_write 
+:      011155 le_kb_connected:
+0x4d13 011156 call kb_clean_kscan_fifo 
+0x4d14 011157 branch kb_clear_keys 
+:      011159 le_keyboard_bb_event_discovery_btn:
+0x4d15 011160 call le_clean_att_list_handle_enable 
+0x4d16 011161 call app_ble_disconnect 
+0x4d17 011162 call app_ble_start_adv 
+0x4d18 011163 branch app_led_start_blink 
+:      011165 le_keyboard_bb_event_hud_ms:
+0x4d19 011166 fetch 1 ,mem_le_led_on_time 
+0x4d1a 011167 rtn blank 
+0x4d1b 011168 increase -1 ,pdata 
+0x4d1c 011169 store 1 ,mem_le_led_on_time 
+0x4d1d 011170 nrtn blank 
+0x4d1e 011171 fetch 1 ,mem_le_adv_type 
+0x4d1f 011172 rtn blank 
+0x4d20 011173 branch app_led_off 
+:      011176 kb_process_idle:
+0x4d21 011177 branch kb_pairing_button_check 
+:      011180 kb_wakeup_check:
+0x4d22 011181 hfetch 3 ,core_gpio_in 
+0x4d23 011182 copy pdata ,regb 
+0x4d24 011183 hfetch 1 ,core_gpio_in + 3 
+0x4d25 011184 and_into 0x0f ,pdata 
+0x4d26 011185 lshift16 pdata ,pdata 
+0x4d27 011186 lshift8 pdata ,pdata 
+0x4d28 011187 ior regb ,pdata 
+0x4d29 011188 fetcht 4 ,mem_kb_fast_wake_last 
+0x4d2a 011189 isub temp ,pdata 
+0x4d2b 011190 rtn blank 
+0x4d2c 011191 arg 0xbb ,regb 
+0x4d2d 011192 branch app_lpm_wake_auto_lock 
+:      011195 kb_pairing_button_check:
+0x4d2e 011196 fetch 1 ,mem_scan_mode 
+0x4d2f 011197 nrtn blank 
+0x4d30 011198 fetch 1 ,mem_app_handshake_flag 
+0x4d31 011199 nrtn blank 
+0x4d32 011200 fetch 1 ,mem_ui_button_timer 
+0x4d33 011201 rtn blank 
+0x4d34 011202 fetch 1 ,mem_ui_button_last_state 
+0x4d35 011203 nrtn blank 
+0x4d36 011204 branch app_enter_hibernate 
+:      011206 kb_process_bb_event:
+0x4d37 011207 copy regc ,pdata 
+0x4d38 011208 beq bt_evt_hid_connected ,kb_hid_connected 
+0x4d39 011209 beq bt_evt_pincode_req ,kb_process_pincode 
+0x4d3a 011210 beq bt_evt_hid_connected ,kb_bt_hid_handshake 
+0x4d3b 011211 beq bt_evt_button_long_pressed ,kb_bb_event_discovery_btn 
+0x4d3c 011212 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x4d3d 011213 beq bt_evt_bb_connected ,kb_stop_discovery 
+0x4d3e 011214 beq bt_evt_bb_disconnected ,kb_bb_disconnected 
+0x4d3f 011216 beq bt_evt_reconn_failed ,kb_bb_event_reconn_failed 
+0x4d40 011217 beq bt_evt_reconn_page_timeout ,kb_bb_event_reconn_failed 
+0x4d41 011218 and pdata ,0x0f ,temp 
+0x4d42 011219 and_into bt_evt_timer_mask ,pdata 
+0x4d43 011220 beq bt_evt_timer_init ,kb_bb_event_timer 
+0x4d44 011221 rtn 
+:      011223 kb_bb_event_timer:
+0x4d45 011224 set1 mark_ext_patch ,mark 
+0x4d46 011225 bpatch patch37_0 ,mem_patch37 
+0x4d47 011226 storet 1 ,mem_app_evt_timer_count 
+:      011227 kb_bb_event_100ms_loop:
+0x4d48 011228 fetch 1 ,mem_app_evt_timer_count 
+0x4d49 011229 rtn blank 
+0x4d4a 011230 increase -1 ,pdata 
+0x4d4b 011231 store 1 ,mem_app_evt_timer_count 
+0x4d4c 011233 call kb_check_hid_handshake_timer 
+0x4d4d 011234 branch kb_bb_event_100ms_loop 
+:      011236 kb_bb_event_reconn_failed:
+0x4d4e 011237 fetch 2 ,mem_ui_state_map 
+0x4d4f 011238 bbit1 ui_state_btn_down ,kb_start_discovery 
+0x4d50 011239 branch app_bb_hibernate 
+:      011242 kb_bb_disconnected:
+0x4d51 011243 set1 mark_ext_patch ,mark 
+0x4d52 011244 bpatch patch37_1 ,mem_patch37 
+0x4d53 011245 call kb_bb_discon_clear_stack 
+0x4d54 011246 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x4d55 011248 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x4d56 011249 bbit1 app_disc_after_pairing ,kb_event_light_state_pairing 
+0x4d57 011250 bbit1 app_disc_after_reconn ,kb_event_light_state_reconn 
+0x4d58 011251 branch kb_start_discovery 
+:      011252 kb_bb_discon_clear_stack:
+0x4d59 011253 jam 0 ,mem_link_key_exists 
+0x4d5a 011254 jam 0 ,mem_ltk_exists 
+0x4d5b 011255 rtn 
+:      011257 kb_event_light_state_pairing:
+0x4d5c 011258 bbit1 app_disc_after_handshake ,app_bb_hibernate 
+0x4d5d 011259 bbit1 app_disc_after_sniff ,app_bb_hibernate 
+0x4d5e 011260 branch kb_start_discovery 
+:      011261 kb_event_light_state_reconn:
+0x4d5f 011262 fetch 2 ,mem_ui_state_map 
+0x4d60 011263 bbit1 ui_state_btn_down ,kb_start_discovery 
+0x4d61 011264 branch app_bb_hibernate 
+:      011268 kb_check_hid_handshake_timer:
+0x4d62 011269 fetch 1 ,mem_hid_handshake_timer_count 
+0x4d63 011270 rtn blank 
+0x4d64 011271 increase -1 ,pdata 
+0x4d65 011272 store 1 ,mem_hid_handshake_timer_count 
+0x4d66 011273 nrtn blank 
+0x4d67 011274 branch kb_bt_hid_handshake 
+:      011277 kb_bb_event_discovery_btn:
+0x4d68 011278 call kb_3_0_bb_event_discovery_btn 
+0x4d69 011279 branch kb_start_discovery 
+:      011281 kb_3_0_bb_event_discovery_btn:
+0x4d6a 011282 set1 mark_ext_patch ,mark 
+0x4d6b 011283 bpatch patch37_2 ,mem_patch37 
+0x4d6c 011284 fetch 2 ,mem_ui_state_map 
+0x4d6d 011285 isolate1 ui_state_bt_reconnect ,pdata 
+0x4d6e 011286 call app_bt_reconnect_cancel ,true 
+0x4d6f 011287 fetch 2 ,mem_discovery_timeout 
+0x4d70 011288 store 2 ,mem_discovery_timeout_timer_count 
+0x4d71 011289 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4d72 011290 set1 app_disc_by_button ,pdata 
+0x4d73 011291 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4d74 011292 fetch 2 ,mem_ui_state_map 
+0x4d75 011293 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x4d76 011294 rtn 
+:      011297 kb_stop_discovery:
+0x4d77 011298 call app_bt_stop_discovery 
+0x4d78 011299 branch app_led_stop_blink 
+:      011301 kb_start_discovery:
+0x4d79 011302 call app_bt_start_discovery 
+0x4d7a 011303 branch app_led_start_blink 
+:      011305 kb_discovery_timeout_sleep:
+0x4d7b 011306 branch app_enter_hibernate 
+:      011308 kb_process_pincode:
+0x4d7c 011309 jam 0 ,mem_pin_length 
+0x4d7d 011310 rtn 
+:      011313 kb_before_hibernate:
+:      011315 kb_process_lpm_before:
+0x4d7e 011316 hjam 0x00 ,core_gpio_key0 
+0x4d7f 011317 hjam 0x00 ,core_gpio_key1 
+0x4d80 011318 hfetch 1 ,core_gpio_key2 
+0x4d81 011319 and_into 0xf0 ,pdata 
+0x4d82 011320 hstore 1 ,core_gpio_key2 
+0x4d83 011321 setarg 0x00 
+0x4d84 011322 store 4 ,mem_gpio_wakeup_high 
+0x4d85 011323 setarg 0xff 
+0x4d86 011324 fetcht 1 ,mem_ui_button_gpio 
+0x4d87 011325 copy temp ,queue 
+0x4d88 011326 qset1 pdata 
+0x4d89 011327 store 4 ,mem_gpio_wakeup_low 
+0x4d8a 011328 rtn 
+:      011330 kb_hid_connected:
+0x4d8b 011331 setarg hid_handshake_timeout 
+0x4d8c 011332 store 1 ,mem_hid_handshake_timer_count 
+0x4d8d 011333 call kb_clean_kscan_fifo 
+0x4d8e 011337 branch kb_clear_keys 
+:      011338 kb_bt_hid_handshake:
+0x4d8f 011339 set1 mark_ext_patch ,mark 
+0x4d90 011340 bpatch patch37_3 ,mem_patch37 
+0x4d91 011341 jam app_handshake_done ,mem_app_handshake_flag 
+0x4d92 011342 call app_lpm_mult_enable 
+0x4d93 011343 call app_bt_store_reconn_info 
+0x4d94 011345 setarg 0 
+0x4d95 011346 store 2 ,mem_discovery_timeout_timer_count 
+0x4d96 011347 store 1 ,mem_hid_handshake_timer_count 
+0x4d97 011348 branch app_bt_enter_sniff 
+:      011355 l2cap_init:
+0x4d98 011356 branch l2cap_init_wake ,wake 
+:      011357 l2cap_init_work:
+0x4d99 011358 setarg mem_l2cap_xmem_end 
+0x4d9a 011359 arg mem_l2cap_xmem_start ,contw 
+0x4d9b 011360 isub contw ,loopcnt 
+0x4d9c 011361 call clear_mem 
+:      011362 l2cap_init_wake:
+0x4d9d 011363 set1 mark_ext_patch ,mark 
+0x4d9e 011364 bpatch patch22_6 ,mem_patch22 
+0x4d9f 011365 setarg mem_sdp_mem_end 
+0x4da0 011366 arg mem_sdp_mem_start ,contw 
+0x4da1 011367 isub contw ,loopcnt 
+0x4da2 011368 call clear_mem 
+0x4da3 011369 setarg mem_l2cap_mem_end 
+0x4da4 011370 arg mem_l2cap_mem_start ,contw 
+0x4da5 011371 isub contw ,loopcnt 
+0x4da6 011372 call clear_mem 
+0x4da7 011373 branch l2cap_lpm_load_txbuf 
+:      011375 process_rx_l2cap_pkt:
+0x4da8 011376 set1 mark_ext_patch ,mark 
+0x4da9 011377 bpatch patch22_7 ,mem_patch22 
+0x4daa 011378 copy contr ,temp 
+0x4dab 011381 copy temp ,contr 
+0x4dac 011382 ifetch 2 ,contr 
+0x4dad 011383 store 2 ,mem_l2cap_rx_pkt_length 
+0x4dae 011384 ifetch 2 ,contr 
+0x4daf 011385 store 2 ,mem_l2cap_rx_cid 
+0x4db0 011386 deposit contr 
+0x4db1 011387 store 2 ,mem_l2cap_payload_ptr 
+0x4db2 011388 fetch 1 ,memui_reconnect_mode 
+0x4db3 011389 beq no_reconnection ,l2cap_rx_multiplexing 
+0x4db4 011390 branch ml2cap_rx_multiplexing 
+:      011392 l2cap_rx_multiplexing:
+0x4db5 011393 set1 mark_ext_patch ,mark 
+0x4db6 011394 bpatch patch23_0 ,mem_patch23 
+0x4db7 011395 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4db8 011396 branch l2cap_rx_reset_state ,blank 
+0x4db9 011397 fetch 1 ,mem_l2cap_rx_cid 
+0x4dba 011398 beq l2cap_signal_channel ,l2cap_call_proc_signal 
+:      011399 l2cap_rx_multiplexing0:
+0x4dbb 011400 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
+0x4dbc 011401 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x4dbd 011402 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x4dbe 011403 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x4dbf 011404 branch l2cap_rx_reset_state 
+:      011406 l2cap_call_proc_signal:
+0x4dc0 011407 call l2cap_malloc_is_fifo_full 
+0x4dc1 011408 nrtn blank 
+0x4dc2 011409 jam 0 ,mem_l2cap_pending_item 
+:      011410 l2cap_call_proc_signal0:
+0x4dc3 011411 call l2cap_malloc_signal_channel 
+0x4dc4 011412 call l2cap_process_signal_pkt 
+0x4dc5 011413 fetcht 2 ,mem_l2cap_signal_tx_length 
+0x4dc6 011414 branch l2cap_call_proc_no_reply ,blank 
+0x4dc7 011415 call l2cap_get_signal_tx_buff 
+0x4dc8 011416 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4dc9 011417 istore 2 ,contw 
+0x4dca 011418 force l2cap_signal_channel ,pdata 
+0x4dcb 011419 istore 2 ,contw 
+0x4dcc 011420 branch l2cap_rx_reset_state 
+:      011422 l2cap_call_proc_sigal_pending:
+0x4dcd 011423 fetch 1 ,mem_device_option 
+0x4dce 011424 rtneq dvc_op_hci 
+0x4dcf 011425 fetch 1 ,mem_l2cap_pending_item 
+0x4dd0 011426 rtn blank 
+0x4dd1 011427 copy pdata ,rega 
+0x4dd2 011428 fetch 4 ,mem_l2cap_sdpres_delay_time 
+0x4dd3 011429 arg 0x100 ,temp 
+0x4dd4 011430 iadd temp ,temp 
+0x4dd5 011431 copy clkn_bt ,pdata 
+0x4dd6 011432 isub temp ,null 
+0x4dd7 011433 nrtn positive 
+0x4dd8 011434 jam 0 ,mem_l2cap_pending_item 
+0x4dd9 011435 copy rega ,pdata 
+0x4dda 011436 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
+0x4ddb 011437 branch assert 
+:      011438 l2cap_sdp_conn_succ:
+0x4ddc 011439 call l2cap_malloc_signal_channel 
+0x4ddd 011440 call restore_l2cap_req_param 
+0x4dde 011441 call l2cap_get_signal_tx_payload 
+0x4ddf 011442 call save_cont_pointers 
+0x4de0 011443 call send_connection_sdp_res 
+0x4de1 011444 call l2cap_get_signal_tx_buff 
+0x4de2 011446 setarg 0x000c 
+0x4de3 011447 istore 2 ,contw 
+0x4de4 011448 force l2cap_signal_channel ,pdata 
+0x4de5 011449 istore 2 ,contw 
+0x4de6 011450 branch l2cap_rx_reset_state 
+:      011452 l2cap_call_proc_sdp:
+0x4de7 011453 call l2cap_malloc_is_fifo_empty 
+0x4de8 011454 nrtn blank 
+0x4de9 011455 call l2cap_malloc_sdp_channel 
+0x4dea 011456 call sdp_process 
+0x4deb 011457 call l2cap_get_sdp_tx_buff 
+0x4dec 011458 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4ded 011459 branch l2cap_call_proc_no_reply ,blank 
+0x4dee 011460 istore 2 ,contw 
+0x4def 011461 fetch 2 ,mem_sdp_remote_cid 
+0x4df0 011462 istore 2 ,contw 
+0x4df1 011463 branch l2cap_rx_reset_state 
+:      011465 l2cap_call_proc_hid:
+0x4df2 011466 call hid_rx_process 
+0x4df3 011467 branch l2cap_rx_reset_state 
+:      011469 l2cap_call_proc_rfcomm:
+0x4df4 011470 set1 mark_ext_patch ,mark 
+0x4df5 011471 bpatch patch23_1 ,mem_patch23 
+0x4df6 011472 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x4df7 011473 call rfcomm_rx_process 
+0x4df8 011474 fetch 1 ,mem_rfcomm_malloc_fail_flag 
+0x4df9 011475 rtneq rfcomm_malloc_fail 
+0x4dfa 011476 branch l2cap_rx_reset_state 
+:      011477 l2cap_call_proc_no_reply:
+0x4dfb 011478 call l2cap_malloc_discard 
+:      011480 l2cap_rx_reset_state:
+0x4dfc 011481 setarg 0 
+0x4dfd 011482 store 2 ,mem_l2cap_rx_pkt_length 
+0x4dfe 011483 store 2 ,mem_l2cap_rx_cid 
+0x4dff 011484 jam l2cap_rx_done ,mem_l2cap_rx_done 
+0x4e00 011485 rtn 
+:      011487 l2cap_process_signal_pkt:
+0x4e01 011488 set1 mark_ext_patch ,mark 
+0x4e02 011489 bpatch patch23_2 ,mem_patch23 
+0x4e03 011490 call l2cap_get_signal_tx_payload 
+0x4e04 011491 force 0 ,regb 
+0x4e05 011492 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4e06 011493 copy pdata ,regc 
+0x4e07 011494 fetch 2 ,mem_l2cap_payload_ptr 
+0x4e08 011495 iforce contr 
+:      011496 l2cap_process_signal_pkt_loop:
+0x4e09 011497 call l2cap_process_one_signal 
+0x4e0a 011498 deposit regc 
+0x4e0b 011499 increase -4 ,regc 
+0x4e0c 011500 increase -4 ,pdata 
+0x4e0d 011501 nbranch l2cap_process_signal_pkt_loop ,blank 
+0x4e0e 011502 copy regb ,pdata 
+0x4e0f 011503 store 2 ,mem_l2cap_signal_tx_length 
+0x4e10 011504 rtn 
+:      011506 l2cap_process_one_signal:
+0x4e11 011507 set1 mark_ext_patch ,mark 
+0x4e12 011508 bpatch patch23_3 ,mem_patch23 
+0x4e13 011509 ifetch 1 ,contr 
+0x4e14 011510 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
+0x4e15 011511 beq signal_connect_req ,l2cap_proc_signal_connect_req 
+0x4e16 011512 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
+0x4e17 011513 beq signal_config_req ,l2cap_proc_signal_config_req 
+0x4e18 011514 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
+0x4e19 011515 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
+0x4e1a 011516 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
+0x4e1b 011517 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x4e1c 011518 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
+0x4e1d 011519 beq signal_info_req ,l2cap_proc_signal_info_req 
+0x4e1e 011520 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
+0x4e1f 011521 call l2cap_reject_command 
+:      011522 l2cap_process_one_signal_rtn:
+0x4e20 011523 rtn 
+:      011525 l2cap_proc_signal_info_req:
+0x4e21 011526 ifetch 1 ,contr 
+0x4e22 011527 copy pdata ,queue 
+0x4e23 011528 ifetch 2 ,contr 
+0x4e24 011529 copy pdata ,rega 
+0x4e25 011530 copy regc ,pdata 
+0x4e26 011531 isub rega ,regc 
+0x4e27 011532 copy rega ,pdata 
+0x4e28 011533 iadd contr ,contr 
+0x4e29 011534 setarg 0x0b 
+0x4e2a 011535 istore 1 ,contw 
+0x4e2b 011536 copy queue ,pdata 
+0x4e2c 011537 istore 1 ,contw 
+0x4e2d 011538 force 0x0008 ,pdata 
+0x4e2e 011539 istore 2 ,contw 
+0x4e2f 011540 force 0x0002 ,pdata 
+0x4e30 011541 istore 2 ,contw 
+0x4e31 011542 force 0x0000 ,pdata 
+0x4e32 011543 istore 2 ,contw 
+0x4e33 011544 force 0x0400 ,pdata 
+0x4e34 011545 istore 2 ,contw 
+0x4e35 011546 force 0x0000 ,pdata 
+0x4e36 011547 istore 2 ,contw 
+0x4e37 011548 force 12 ,pdata 
+0x4e38 011549 iadd regb ,regb 
+0x4e39 011550 branch l2cap_process_one_signal_rtn 
+:      011552 ml2cap_proc_signal_info_req:
+0x4e3a 011553 ifetch 1 ,contr 
+0x4e3b 011554 copy pdata ,queue 
+0x4e3c 011555 ifetch 2 ,contr 
+0x4e3d 011556 copy pdata ,rega 
+0x4e3e 011557 copy regc ,pdata 
+0x4e3f 011558 isub rega ,regc 
+0x4e40 011559 copy rega ,pdata 
+0x4e41 011560 iadd contr ,contr 
+0x4e42 011561 call l2cap_get_signal_tx_payload 
+0x4e43 011562 setarg 0x0b 
+0x4e44 011563 istore 1 ,contw 
+0x4e45 011564 copy queue ,pdata 
+0x4e46 011565 istore 1 ,contw 
+0x4e47 011566 force 0x0008 ,pdata 
+0x4e48 011567 istore 2 ,contw 
+0x4e49 011568 force 0x0002 ,pdata 
+0x4e4a 011569 istore 2 ,contw 
+0x4e4b 011570 force 0x0000 ,pdata 
+0x4e4c 011571 istore 2 ,contw 
+0x4e4d 011572 force 0x0400 ,pdata 
+0x4e4e 011573 istore 2 ,contw 
+0x4e4f 011574 force 0x0000 ,pdata 
+0x4e50 011575 istore 2 ,contw 
+0x4e51 011576 force 12 ,pdata 
+0x4e52 011577 iadd regb ,regb 
+0x4e53 011579 branch l2cap_process_one_signal_rtn 
+:      011583 l2cap_proc_signal_cmd_reject:
+0x4e54 011584 ifetch 1 ,contr 
+0x4e55 011585 copy pdata ,queue 
+0x4e56 011586 ifetch 2 ,contr 
+0x4e57 011587 copy pdata ,rega 
+0x4e58 011588 iadd contr ,contr 
+0x4e59 011589 copy regc ,pdata 
+0x4e5a 011590 isub rega ,regc 
+:      011591 l2cap_proc_signal_cmd_reject_rtn:
+0x4e5b 011592 branch l2cap_process_one_signal_rtn 
+:      011594 l2cap_proc_signal_connect_req:
+0x4e5c 011595 call save_cont_pointers 
+0x4e5d 011598 call load_cont_pointers 
+0x4e5e 011599 arg 0 ,debug 
+0x4e5f 011600 ifetch 1 ,contr 
+0x4e60 011601 copy pdata ,queue 
+0x4e61 011602 ifetch 2 ,contr 
+0x4e62 011603 copy pdata ,rega 
+0x4e63 011604 ifetch 2 ,contr 
+0x4e64 011605 copy pdata ,temp 
+0x4e65 011606 ifetch 2 ,contr 
+0x4e66 011607 copy pdata ,timeup 
+0x4e67 011608 copy temp ,pdata 
+0x4e68 011609 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
+0x4e69 011610 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
+0x4e6a 011611 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
+0x4e6b 011612 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
+0x4e6c 011613 call l2cap_reject_command 
+0x4e6d 011614 branch l2cap_proc_signal_connect_req_rtn 
+:      011616 l2cap_proc_signal_connect_req_sdp:
+0x4e6e 011617 call save_cont_pointers 
+0x4e6f 011618 arg l2cap_sdp_channel ,temp 
+0x4e70 011619 fetch 2 ,mem_sdp_remote_cid 
+0x4e71 011620 nbranch already_connected ,blank 
+0x4e72 011621 copy timeup ,pdata 
+0x4e73 011622 store 2 ,mem_sdp_remote_cid 
+0x4e74 011623 copy clkn_bt ,pdata 
+0x4e75 011624 store 4 ,mem_l2cap_sdpres_delay_time 
+0x4e76 011625 call store_l2cap_req_param 
+0x4e77 011626 branch send_connection_pending 
+:      011628 store_l2cap_req_param:
+0x4e78 011629 storet 2 ,mem_psm 
+0x4e79 011630 deposit timeup 
+0x4e7a 011631 store 2 ,mem_scid 
+0x4e7b 011632 deposit rega 
+0x4e7c 011633 store 2 ,mem_cmd_length 
+0x4e7d 011634 deposit regb 
+0x4e7e 011635 store 2 ,mem_tt2 
+0x4e7f 011636 deposit regc 
+0x4e80 011637 store 2 ,mem_tt3 
+0x4e81 011638 deposit queue 
+0x4e82 011639 store 2 ,mem_id 
+0x4e83 011640 rtn 
+:      011642 restore_l2cap_req_param:
+0x4e84 011643 fetcht 2 ,mem_psm 
+0x4e85 011644 fetch 2 ,mem_scid 
+0x4e86 011645 copy pdata ,timeup 
+0x4e87 011646 fetch 2 ,mem_cmd_length 
+0x4e88 011647 copy pdata ,rega 
+0x4e89 011648 fetch 2 ,mem_tt2 
+0x4e8a 011649 copy pdata ,regb 
+0x4e8b 011650 fetch 2 ,mem_tt3 
+0x4e8c 011651 copy pdata ,regc 
+0x4e8d 011652 fetch 2 ,mem_id 
+0x4e8e 011653 copy pdata ,queue 
+0x4e8f 011654 rtn 
+:      011656 l2cap_proc_signal_connect_req_rfcomm:
+0x4e90 011657 call save_cont_pointers 
+0x4e91 011658 setarg l2cap_rfcomm_channel 
+0x4e92 011659 arg l2cap_rfcomm_channel ,temp 
+0x4e93 011660 fetch 2 ,mem_rfcomm_remote_cid 
+0x4e94 011661 nbranch already_connected ,blank 
+0x4e95 011662 copy timeup ,pdata 
+0x4e96 011663 store 2 ,mem_rfcomm_remote_cid 
+0x4e97 011664 fetch 1 ,mem_rfcomm_state 
+0x4e98 011665 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e99 011666 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e9a 011667 store 1 ,mem_rfcomm_state 
+0x4e9b 011668 branch send_connection_res 
+:      011669 l2cap_proc_signal_connect_req_hid_ctrl:
+0x4e9c 011670 call save_cont_pointers 
+0x4e9d 011671 arg l2cap_hid_control_channel ,temp 
+0x4e9e 011672 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4e9f 011673 nbranch already_connected ,blank 
+0x4ea0 011674 copy timeup ,pdata 
+0x4ea1 011675 store 2 ,mem_hid_ctrl_remote_cid 
+0x4ea2 011676 fetch 1 ,mem_hid_control_state 
+0x4ea3 011677 set1 l2cap_channel_state_conn_req ,pdata 
+0x4ea4 011678 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ea5 011679 store 1 ,mem_hid_control_state 
+0x4ea6 011680 branch send_connection_res 
+:      011681 l2cap_proc_signal_connect_req_hid_int:
+0x4ea7 011682 call save_cont_pointers 
+0x4ea8 011683 deposit clke 
+0x4ea9 011684 arg l2cap_hid_interrupt_channel ,temp 
+0x4eaa 011685 fetch 2 ,mem_hid_int_remote_cid 
+0x4eab 011686 nbranch already_connected ,blank 
+0x4eac 011687 copy timeup ,pdata 
+0x4ead 011688 store 2 ,mem_hid_int_remote_cid 
+0x4eae 011689 fetch 1 ,mem_hid_interrupt_state 
+0x4eaf 011690 set1 l2cap_channel_state_conn_req ,pdata 
+0x4eb0 011691 set1 l2cap_channel_state_conn_res ,pdata 
+0x4eb1 011692 store 1 ,mem_hid_interrupt_state 
+0x4eb2 011693 branch send_connection_res 
+:      011695 send_connection_pending:
+0x4eb3 011696 setarg l2cap_connect_pending 
+0x4eb4 011697 store 2 ,meml2cap_t1 
+0x4eb5 011698 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
+0x4eb6 011699 branch send_connection_res0 
+:      011700 send_connection_sdp_res:
+0x4eb7 011701 fetch 1 ,mem_sdp_state 
+0x4eb8 011702 set1 l2cap_channel_state_conn_req ,pdata 
+0x4eb9 011703 set1 l2cap_channel_state_conn_res ,pdata 
+0x4eba 011704 store 1 ,mem_sdp_state 
+:      011705 send_connection_res:
+0x4ebb 011706 setarg l2cap_connect_successful 
+0x4ebc 011707 store 2 ,meml2cap_t1 
+:      011708 send_connection_res0:
+0x4ebd 011709 set1 mark_ext_patch ,mark 
+0x4ebe 011710 bpatch patch23_4 ,mem_patch23 
+0x4ebf 011711 call load_cont_pointers 
+0x4ec0 011712 setarg signal_connect_rsp 
+0x4ec1 011713 istore 1 ,contw 
+0x4ec2 011714 copy queue ,pdata 
+0x4ec3 011715 istore 1 ,contw 
+0x4ec4 011716 setarg 0x0008 
+0x4ec5 011717 istore 2 ,contw 
+0x4ec6 011718 copy temp ,pdata 
+0x4ec7 011719 istore 2 ,contw 
+0x4ec8 011720 copy timeup ,pdata 
+0x4ec9 011721 istore 2 ,contw 
+0x4eca 011722 fetch 2 ,meml2cap_t1 
+0x4ecb 011723 beq l2cap_connect_pending ,connect_pending 
+0x4ecc 011724 isolate0 0 ,debug 
+0x4ecd 011725 branch connect_suc ,true 
+0x4ece 011726 setarg l2cap_connect_refused_no_resources 
+:      011727 connect_suc:
+0x4ecf 011728 istore 2 ,contw 
+0x4ed0 011729 force 0x0000 ,pdata 
+0x4ed1 011730 istore 2 ,contw 
+0x4ed2 011731 setarg 12 
+0x4ed3 011732 branch connect_req_update_byte_counts 
+:      011733 connect_pending:
+0x4ed4 011734 istore 2 ,contw 
+0x4ed5 011735 force 0x0002 ,pdata 
+0x4ed6 011736 istore 2 ,contw 
+0x4ed7 011737 setarg 12 
+0x4ed8 011738 branch connect_req_update_byte_counts 
+:      011740 already_connected:
+0x4ed9 011741 set1 0 ,debug 
+0x4eda 011742 branch send_connection_res 
+:      011743 connect_req_update_byte_counts:
+0x4edb 011744 iadd regb ,regb 
+0x4edc 011745 copy regc ,pdata 
+0x4edd 011746 isub rega ,regc 
+0x4ede 011747 branch l2cap_proc_signal_connect_req_rtn 
+:      011748 l2cap_proc_signal_connect_req_rtn:
+0x4edf 011749 branch l2cap_process_one_signal_rtn 
+:      011751 l2cap_proc_signal_connect_rsp:
+0x4ee0 011752 ifetch 1 ,contr 
+0x4ee1 011753 copy pdata ,queue 
+0x4ee2 011754 ifetch 2 ,contr 
+0x4ee3 011755 copy pdata ,rega 
+0x4ee4 011756 copy regc ,pdata 
+0x4ee5 011757 isub rega ,regc 
+0x4ee6 011758 ifetch 2 ,contr 
+0x4ee7 011759 copy pdata ,timeup 
+0x4ee8 011760 ifetch 2 ,contr 
+0x4ee9 011761 copy pdata ,temp 
+0x4eea 011762 setarg l2cap_sdp_channel 
+0x4eeb 011763 isub temp ,null 
+0x4eec 011764 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
+0x4eed 011765 setarg l2cap_rfcomm_channel 
+0x4eee 011766 isub temp ,null 
+0x4eef 011767 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x4ef0 011768 setarg l2cap_hid_control_channel 
+0x4ef1 011769 isub temp ,null 
+0x4ef2 011770 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x4ef3 011771 setarg l2cap_hid_interrupt_channel 
+0x4ef4 011772 isub temp ,null 
+0x4ef5 011773 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x4ef6 011774 rtn 
+:      011776 l2cap_proc_signal_connect_rsp_sdp:
+0x4ef7 011777 copy timeup ,pdata 
+0x4ef8 011778 store 2 ,mem_sdp_remote_cid 
+0x4ef9 011779 fetch 1 ,mem_sdp_state 
+0x4efa 011780 set1 l2cap_channel_state_conn_res ,pdata 
+0x4efb 011781 store 1 ,mem_sdp_state 
+0x4efc 011782 branch l2cap_process_one_signal_rtn 
+:      011783 l2cap_proc_signal_connect_rsp_rfcomm:
+0x4efd 011784 copy timeup ,pdata 
+0x4efe 011785 store 2 ,mem_rfcomm_remote_cid 
+0x4eff 011786 fetch 1 ,mem_rfcomm_state 
+0x4f00 011787 set1 l2cap_channel_state_conn_res ,pdata 
+0x4f01 011788 store 1 ,mem_rfcomm_state 
+0x4f02 011789 rtn 
+:      011790 l2cap_proc_signal_connect_rsp_hid_int:
+0x4f03 011791 copy timeup ,pdata 
+0x4f04 011792 store 2 ,mem_hid_ctrl_remote_cid 
+0x4f05 011793 fetch 1 ,mem_hid_interrupt_state 
+0x4f06 011794 set1 l2cap_channel_state_conn_res ,pdata 
+0x4f07 011795 store 1 ,mem_hid_interrupt_state 
+0x4f08 011796 rtn 
+:      011797 l2cap_proc_signal_connect_rsp_hid_ctrl:
+0x4f09 011798 copy timeup ,pdata 
+0x4f0a 011799 store 2 ,mem_hid_int_remote_cid 
+0x4f0b 011800 fetch 1 ,mem_hid_control_state 
+0x4f0c 011801 set1 l2cap_channel_state_conn_res ,pdata 
+0x4f0d 011802 store 1 ,mem_hid_control_state 
+0x4f0e 011803 rtn 
+:      011805 l2cap_proc_signal_config_req:
+0x4f0f 011806 ifetch 1 ,contr 
+0x4f10 011807 copy pdata ,queue 
+0x4f11 011808 ifetch 2 ,contr 
+0x4f12 011809 copy pdata ,rega 
+0x4f13 011810 copy regc ,pdata 
+0x4f14 011811 isub rega ,regc 
+0x4f15 011812 ifetch 2 ,contr 
+0x4f16 011813 copy pdata ,temp 
+0x4f17 011814 copy temp ,rega 
+0x4f18 011815 setarg l2cap_sdp_channel 
+0x4f19 011816 isub temp ,null 
+0x4f1a 011817 branch l2cap_proc_signal_config_req_sdp ,zero 
+0x4f1b 011818 setarg l2cap_rfcomm_channel 
+0x4f1c 011819 isub temp ,null 
+0x4f1d 011820 branch l2cap_proc_signal_config_req_rfcomm ,zero 
+0x4f1e 011821 setarg l2cap_hid_control_channel 
+0x4f1f 011822 isub temp ,null 
+0x4f20 011823 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x4f21 011824 setarg l2cap_hid_interrupt_channel 
+0x4f22 011825 isub temp ,null 
+0x4f23 011826 branch l2cap_proc_signal_config_req_hid_int ,zero 
+0x4f24 011827 branch l2cap_reject_command 
+:      011829 l2cap_proc_signal_config_req_sdp:
+0x4f25 011830 copy contw ,timeup 
+0x4f26 011831 fetch 1 ,mem_sdp_state 
+0x4f27 011832 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f28 011833 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f29 011835 store 1 ,mem_sdp_state 
+0x4f2a 011836 copy timeup ,contw 
+0x4f2b 011837 arg l2cap_sdp_channel ,timeup 
+0x4f2c 011838 fetch 2 ,mem_sdp_remote_cid 
+0x4f2d 011839 copy pdata ,temp 
+0x4f2e 011840 branch l2cap_send_config_rsp 
+:      011841 l2cap_proc_signal_config_req_hid_ctrl:
+0x4f2f 011842 copy contw ,timeup 
+0x4f30 011843 fetch 1 ,mem_hid_control_state 
+0x4f31 011844 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f32 011845 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f33 011847 store 1 ,mem_hid_control_state 
+0x4f34 011848 copy timeup ,contw 
+0x4f35 011849 arg l2cap_hid_control_channel ,timeup 
+0x4f36 011850 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f37 011851 copy pdata ,temp 
+0x4f38 011852 branch l2cap_send_config_rsp 
+:      011853 l2cap_proc_signal_config_req_hid_int:
+0x4f39 011854 copy contw ,timeup 
+0x4f3a 011855 fetch 1 ,mem_hid_interrupt_state 
+0x4f3b 011856 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f3c 011857 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f3d 011859 store 1 ,mem_hid_interrupt_state 
+0x4f3e 011860 copy timeup ,contw 
+0x4f3f 011861 arg l2cap_hid_interrupt_channel ,timeup 
+0x4f40 011862 fetch 2 ,mem_hid_int_remote_cid 
+0x4f41 011863 copy pdata ,temp 
+0x4f42 011864 branch l2cap_send_config_rsp 
+:      011865 l2cap_proc_signal_config_req_rfcomm:
+0x4f43 011866 copy contw ,timeup 
+0x4f44 011867 fetch 1 ,mem_rfcomm_state 
+0x4f45 011868 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f46 011869 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f47 011871 store 1 ,mem_rfcomm_state 
+0x4f48 011873 copy timeup ,contw 
+0x4f49 011874 arg l2cap_rfcomm_channel ,timeup 
+0x4f4a 011875 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f4b 011876 copy pdata ,temp 
+:      011877 l2cap_send_config_rsp:
+0x4f4c 011878 set1 mark_ext_patch ,mark 
+0x4f4d 011879 bpatch patch23_5 ,mem_patch23 
+0x4f4e 011880 setarg signal_config_rsp 
+0x4f4f 011881 istore 1 ,contw 
+0x4f50 011882 copy queue ,pdata 
+0x4f51 011883 istore 1 ,contw 
+0x4f52 011884 setarg 0x0006 
+0x4f53 011885 istore 2 ,contw 
+0x4f54 011886 copy temp ,pdata 
+0x4f55 011887 istore 2 ,contw 
+0x4f56 011888 force 0x00 ,pdata 
+0x4f57 011889 istore 2 ,contw 
+0x4f58 011890 force l2cap_config_success ,pdata 
+0x4f59 011891 istore 2 ,contw 
+0x4f5a 011892 force 10 ,pdata 
+0x4f5b 011893 iadd regb ,regb 
+0x4f5c 011895 storet 2 ,mem_config_req_dest_cid 
+0x4f5d 011896 copy queue ,pdata 
+0x4f5e 011897 store 1 ,mem_config_identifier 
+0x4f5f 011898 force l2cap_sdp_channel ,pdata 
+0x4f60 011899 icompare 0xff ,timeup 
+0x4f61 011900 branch l2cap_send_config_rsp_is_sdp ,true 
+0x4f62 011901 increase 1 ,pdata 
+:      011902 l2cap_send_config_rsp_is_sdp:
+0x4f63 011904 rtn 
+:      011905 l2cap_check_channel_state:
+0x4f64 011906 disable user 
+0x4f65 011907 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f66 011908 rtnbit0 l2cap_channel_state_conn_req ,pdata 
+0x4f67 011909 rtnbit0 l2cap_channel_state_conn_res ,pdata 
+0x4f68 011910 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f69 011911 copy contr ,contw 
+0x4f6a 011912 increase -1 ,contw 
+0x4f6b 011913 istore 1 ,contw 
+0x4f6c 011914 enable user 
+0x4f6d 011915 rtn 
+:      011916 l2cap_send_config_req:
+:      011917 l2cap_send_config_req_sdp:
+0x4f6e 011918 fetch 1 ,mem_sdp_state 
+0x4f6f 011919 call l2cap_check_channel_state 
+0x4f70 011920 nbranch l2cap_send_config_req_rfcomm ,user 
+0x4f71 011921 jam l2cap_sdp_channel ,mem_send_config_req 
+0x4f72 011922 fetch 2 ,mem_sdp_remote_cid 
+0x4f73 011923 store 2 ,mem_config_req_dest_cid 
+0x4f74 011924 branch l2cap_generate_config_req 
+:      011925 l2cap_send_config_req_rfcomm:
+0x4f75 011926 fetch 1 ,mem_rfcomm_state 
+0x4f76 011927 call l2cap_check_channel_state 
+0x4f77 011928 nbranch l2cap_send_config_req_hid_ctrl ,user 
+0x4f78 011929 jam l2cap_rfcomm_channel ,mem_send_config_req 
+0x4f79 011930 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f7a 011931 store 2 ,mem_config_req_dest_cid 
+0x4f7b 011932 branch l2cap_generate_config_req 
+:      011933 l2cap_send_config_req_hid_ctrl:
+0x4f7c 011934 fetch 1 ,mem_hid_control_state 
+0x4f7d 011935 call l2cap_check_channel_state 
+0x4f7e 011936 nbranch l2cap_send_config_req_hid_int ,user 
+0x4f7f 011937 jam l2cap_hid_control_channel ,mem_send_config_req 
+0x4f80 011938 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f81 011939 store 2 ,mem_config_req_dest_cid 
+0x4f82 011940 branch l2cap_generate_config_req 
+:      011941 l2cap_send_config_req_hid_int:
+0x4f83 011942 fetch 1 ,mem_hid_interrupt_state 
+0x4f84 011943 call l2cap_check_channel_state 
+0x4f85 011944 nrtn user 
+0x4f86 011945 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
+0x4f87 011946 fetch 2 ,mem_hid_int_remote_cid 
+0x4f88 011947 store 2 ,mem_config_req_dest_cid 
+:      011950 l2cap_generate_config_req:
+0x4f89 011951 set1 mark_ext_patch ,mark 
+0x4f8a 011952 bpatch patch23_6 ,mem_patch23 
+0x4f8b 011953 call l2cap_get_req_id 
+0x4f8c 011954 call l2cap_malloc_signal_channel 
+0x4f8d 011955 force 0 ,regb 
+0x4f8e 011956 call l2cap_get_signal_tx_payload 
+0x4f8f 011957 force signal_config_req ,pdata 
+0x4f90 011958 istore 1 ,contw 
+0x4f91 011959 fetch 1 ,mem_ml2cap_comm_id 
+0x4f92 011960 istore 1 ,contw 
+0x4f93 011961 setarg 0x0008 
+0x4f94 011962 istore 2 ,contw 
+0x4f95 011963 fetch 2 ,mem_config_req_dest_cid 
+0x4f96 011964 istore 2 ,contw 
+0x4f97 011965 setarg 0x0000 
+0x4f98 011966 istore 2 ,contw 
+0x4f99 011967 force 1 ,pdata 
+0x4f9a 011968 istore 1 ,contw 
+0x4f9b 011969 force 2 ,pdata 
+0x4f9c 011970 istore 1 ,contw 
+0x4f9d 011971 fetch 1 ,mem_send_config_req 
+0x4f9e 011972 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
+0x4f9f 011973 setarg l2cap_config_mtu_sdp 
+0x4fa0 011974 istore 2 ,contw 
+0x4fa1 011975 branch l2cap_generate_config_req_done 
+:      011976 l2cap_generate_config_req_rfcomm:
+0x4fa2 011977 setarg l2cap_config_mtu_rfcomm 
+0x4fa3 011978 istore 2 ,contw 
+:      011979 l2cap_generate_config_req_done:
+0x4fa4 011980 arg 0x0c ,temp 
+0x4fa5 011981 storet 2 ,mem_l2cap_signal_tx_length 
+0x4fa6 011982 call l2cap_get_signal_tx_buff 
+0x4fa7 011983 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4fa8 011984 istore 2 ,contw 
+0x4fa9 011985 force l2cap_signal_channel ,pdata 
+0x4faa 011986 istore 2 ,contw 
+0x4fab 011987 jam 0 ,mem_send_config_req 
+:      011988 l2cap_proc_signal_config_req_rtn:
+0x4fac 011989 branch l2cap_process_one_signal_rtn 
+:      011991 l2cap_proc_signal_config_rsp:
+0x4fad 011992 increase 1 ,contr 
+0x4fae 011993 ifetch 2 ,contr 
+0x4faf 011994 copy pdata ,rega 
+0x4fb0 011995 copy regc ,pdata 
+0x4fb1 011996 isub rega ,regc 
+0x4fb2 011997 ifetch 2 ,contr 
+0x4fb3 011998 copy pdata ,rega 
+0x4fb4 011999 setarg l2cap_sdp_channel 
+0x4fb5 012000 isub rega ,null 
+0x4fb6 012001 branch l2cap_proc_signal_config_rsp_sdp ,zero 
+0x4fb7 012002 setarg l2cap_rfcomm_channel 
+0x4fb8 012003 isub rega ,null 
+0x4fb9 012004 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x4fba 012005 setarg l2cap_hid_control_channel 
+0x4fbb 012006 isub rega ,null 
+0x4fbc 012007 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x4fbd 012008 setarg l2cap_hid_interrupt_channel 
+0x4fbe 012009 isub rega ,null 
+0x4fbf 012010 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
+0x4fc0 012011 increase 2 ,contr 
+0x4fc1 012012 ifetch 2 ,contr 
+0x4fc2 012013 iforce null 
+0x4fc3 012014 branch l2cap_process_one_signal_rtn 
+:      012015 l2cap_proc_signal_config_rsp_sdp:
+0x4fc4 012016 fetch 1 ,mem_sdp_state 
+0x4fc5 012017 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc6 012018 store 1 ,mem_sdp_state 
+0x4fc7 012019 branch l2cap_process_one_signal_rtn 
+:      012020 l2cap_proc_signal_config_rsp_rfcomm:
+0x4fc8 012021 fetch 1 ,mem_rfcomm_state 
+0x4fc9 012022 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fca 012023 store 1 ,mem_rfcomm_state 
+0x4fcb 012024 branch l2cap_process_one_signal_rtn 
+:      012025 l2cap_proc_signal_config_rsp_hid_ctrl:
+0x4fcc 012026 fetch 1 ,mem_hid_control_state 
+0x4fcd 012027 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fce 012028 store 1 ,mem_hid_control_state 
+0x4fcf 012029 branch l2cap_process_one_signal_rtn 
+:      012030 l2cap_proc_signal_config_rsp_hid_int:
+0x4fd0 012031 fetch 1 ,mem_hid_interrupt_state 
+0x4fd1 012032 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fd2 012033 store 1 ,mem_hid_interrupt_state 
+0x4fd3 012034 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x4fd4 012035 branch ui_ipc_send_event 
+:      012039 l2cap_proc_signal_disconnect_req:
+0x4fd5 012040 ifetch 1 ,contr 
+0x4fd6 012041 copy pdata ,queue 
+0x4fd7 012042 ifetch 2 ,contr 
+0x4fd8 012043 copy pdata ,rega 
+0x4fd9 012044 copy regc ,pdata 
+0x4fda 012045 isub rega ,regc 
+0x4fdb 012046 ifetch 2 ,contr 
+0x4fdc 012047 copy pdata ,rega 
+0x4fdd 012048 ifetch 2 ,contr 
+0x4fde 012049 copy pdata ,timeup 
+0x4fdf 012050 copy rega ,temp 
+0x4fe0 012051 call save_cont_pointers 
+0x4fe1 012052 setarg l2cap_sdp_channel 
+0x4fe2 012053 isub temp ,null 
+0x4fe3 012054 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
+0x4fe4 012055 setarg l2cap_rfcomm_channel 
+0x4fe5 012056 isub temp ,null 
+0x4fe6 012057 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
+0x4fe7 012058 setarg l2cap_hid_control_channel 
+0x4fe8 012059 isub temp ,null 
+0x4fe9 012060 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
+0x4fea 012061 setarg l2cap_hid_interrupt_channel 
+0x4feb 012062 isub temp ,null 
+0x4fec 012063 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
+0x4fed 012064 call l2cap_reject_command 
+0x4fee 012065 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      012066 l2cap_proc_signal_disconnect_req_hid_ctrl:
+0x4fef 012067 copy timeup ,temp 
+0x4ff0 012068 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4ff1 012069 isub temp ,null 
+0x4ff2 012070 branch l2cap_disconnect_hid_control_now ,zero 
+0x4ff3 012071 call l2cap_reject_command 
+0x4ff4 012072 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      012073 l2cap_proc_signal_disconnect_req_hid_int:
+0x4ff5 012074 copy timeup ,temp 
+0x4ff6 012075 fetch 2 ,mem_hid_int_remote_cid 
+0x4ff7 012076 isub temp ,null 
+0x4ff8 012077 branch l2cap_disconnect_hid_interrupt_now ,zero 
+0x4ff9 012078 call l2cap_reject_command 
+0x4ffa 012079 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      012081 l2cap_proc_signal_disconnect_req_sdp:
+0x4ffb 012082 copy timeup ,temp 
+0x4ffc 012083 fetch 2 ,mem_sdp_remote_cid 
+0x4ffd 012084 isub temp ,null 
+0x4ffe 012085 branch l2cap_disconnect_sdp_now ,zero 
+0x4fff 012086 call l2cap_reject_command 
+0x5000 012087 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      012088 l2cap_disconnect_hid_control_now:
+0x5001 012089 call l2cap_reset_hid_ctrl_state 
+0x5002 012090 branch l2cap_send_disconnect_rsp_pkt 
+:      012091 l2cap_disconnect_hid_interrupt_now:
+0x5003 012092 call l2cap_reset_hid_int_state 
+0x5004 012093 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5005 012094 branch l2cap_send_disconnect_rsp_pkt ,blank 
+0x5006 012102 branch l2cap_send_disconnect_rsp_pkt 
+:      012104 l2cap_disconnect_sdp_now:
+0x5007 012105 call l2cap_reset_sdp_channel_state 
+0x5008 012106 fetch 1 ,mem_upper_sm_ss 
+0x5009 012107 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
+0x500a 012110 branch l2cap_send_disconnect_rsp_pkt 
+:      012111 l2cap_proc_signal_disconnect_req_rfcomm:
+0x500b 012112 copy timeup ,temp 
+0x500c 012113 fetch 2 ,mem_rfcomm_remote_cid 
+0x500d 012114 isub temp ,null 
+0x500e 012115 branch l2cap_disconnect_rfcomm_now ,zero 
+0x500f 012116 call l2cap_reject_command 
+0x5010 012117 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      012118 l2cap_disconnect_rfcomm_now:
+0x5011 012119 call l2cap_reset_rfcomm_channel_state 
+0x5012 012120 branch l2cap_send_disconnect_rsp_pkt 
+:      012121 l2cap_send_disconnect_rsp_pkt:
+0x5013 012122 call load_cont_pointers 
+0x5014 012123 setarg signal_disconnect_rsp 
+0x5015 012124 istore 1 ,contw 
+0x5016 012125 copy queue ,pdata 
+0x5017 012126 istore 1 ,contw 
+0x5018 012127 setarg 0x0004 
+0x5019 012128 istore 2 ,contw 
+0x501a 012129 copy rega ,pdata 
+0x501b 012130 istore 2 ,contw 
+0x501c 012131 copy timeup ,pdata 
+0x501d 012132 istore 2 ,contw 
+0x501e 012133 force 8 ,pdata 
+0x501f 012134 branch l2cap_proc_signal_disconnect_req_rtn 
+:      012135 l2cap_proc_signal_disconnect_req_err_rtn:
+0x5020 012136 call load_cont_pointers 
+0x5021 012137 branch l2cap_proc_signal_disconnect_req_rtn 
+:      012138 l2cap_proc_signal_disconnect_req_rtn:
+0x5022 012139 iadd regb ,regb 
+0x5023 012140 branch l2cap_process_one_signal_rtn 
+:      012141 l2cap_proc_signal_disconnect_rsp:
+0x5024 012142 ifetch 1 ,contr 
+0x5025 012143 copy pdata ,queue 
+0x5026 012144 ifetch 2 ,contr 
+0x5027 012145 copy pdata ,rega 
+0x5028 012146 copy regc ,pdata 
+0x5029 012147 isub rega ,regc 
+0x502a 012148 ifetch 2 ,contr 
+0x502b 012149 copy pdata ,timeup 
+0x502c 012150 ifetch 2 ,contr 
+0x502d 012151 copy pdata ,temp 
+0x502e 012152 call save_cont_pointers 
+0x502f 012153 setarg l2cap_sdp_channel 
+0x5030 012154 isub temp ,null 
+0x5031 012155 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
+0x5032 012156 setarg l2cap_rfcomm_channel 
+0x5033 012157 isub temp ,null 
+0x5034 012158 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
+0x5035 012159 setarg l2cap_hid_control_channel 
+0x5036 012160 isub temp ,null 
+0x5037 012161 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
+0x5038 012162 setarg l2cap_hid_interrupt_channel 
+0x5039 012163 isub temp ,null 
+0x503a 012164 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
+0x503b 012165 call l2cap_reject_command 
+0x503c 012166 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
+:      012167 l2cap_proc_signal_disconnect_rsp_sdp:
+0x503d 012168 copy temp ,rega 
+0x503e 012169 copy timeup ,temp 
+0x503f 012170 fetch 2 ,mem_sdp_remote_cid 
+0x5040 012171 isub temp ,null 
+0x5041 012172 call l2cap_reset_sdp_channel_state ,zero 
+0x5042 012173 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      012174 l2cap_proc_signal_disconnect_rsp_rfcomm:
+0x5043 012175 copy temp ,rega 
+0x5044 012176 copy timeup ,temp 
+0x5045 012177 fetch 2 ,mem_rfcomm_remote_cid 
+0x5046 012178 isub temp ,null 
+0x5047 012179 call l2cap_reset_rfcomm_channel_state ,zero 
+0x5048 012180 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      012181 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
+0x5049 012182 copy temp ,rega 
+0x504a 012183 copy timeup ,temp 
+0x504b 012184 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x504c 012185 isub temp ,null 
+0x504d 012186 call l2cap_reset_hid_ctrl_state ,zero 
+0x504e 012187 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      012188 l2cap_proc_signal_disconnect_rsp_hid_int:
+0x504f 012189 copy temp ,rega 
+0x5050 012190 copy timeup ,temp 
+0x5051 012191 fetch 2 ,mem_hid_int_remote_cid 
+0x5052 012192 isub temp ,null 
+0x5053 012193 call l2cap_reset_hid_int_state ,zero 
+0x5054 012194 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      012195 l2cap_proc_signal_disconnect_rsp_rtn:
+0x5055 012196 call load_cont_pointers 
+0x5056 012197 branch l2cap_process_one_signal_rtn 
+:      012198 l2cap_proc_signal_disconnect_rsp_err_rtn:
+0x5057 012199 branch l2cap_process_one_signal_rtn 
+:      012202 l2cap_proc_signal_echo_req:
+0x5058 012203 ifetch 1 ,contr 
+0x5059 012204 copy pdata ,queue 
+0x505a 012205 ifetch 2 ,contr 
+0x505b 012206 copy pdata ,rega 
+0x505c 012207 iadd contr ,contr 
+0x505d 012208 setarg 9 
+0x505e 012209 istore 1 ,contw 
+0x505f 012210 copy queue ,pdata 
+0x5060 012211 istore 1 ,contw 
+0x5061 012212 force 0x0000 ,pdata 
+0x5062 012213 istore 2 ,contw 
+0x5063 012214 force 4 ,pdata 
+0x5064 012215 iadd regb ,regb 
+0x5065 012216 copy regc ,pdata 
+0x5066 012217 isub rega ,regc 
+0x5067 012218 branch l2cap_process_one_signal_rtn 
+:      012219 l2cap_proc_signal_echo_rsp:
+0x5068 012220 branch l2cap_process_one_signal_rtn 
+:      012222 l2cap_proc_signal_info_rsp:
+0x5069 012223 branch l2cap_process_one_signal_rtn 
+:      012224 l2cap_reject_command:
+0x506a 012225 force 0 ,regb 
+0x506b 012226 call l2cap_get_signal_tx_payload 
+0x506c 012227 setarg signal_cmd_reject 
+0x506d 012228 istore 1 ,contw 
+0x506e 012229 copy queue ,pdata 
+0x506f 012230 istore 1 ,contw 
+0x5070 012231 setarg 2 
+0x5071 012232 istore 2 ,contw 
+0x5072 012233 setarg cmd_not_understood 
+0x5073 012234 istore 2 ,contw 
+0x5074 012235 increase 6 ,regb 
+0x5075 012236 arg 4 ,regc 
+0x5076 012237 branch l2cap_process_one_signal_rtn 
+:      012241 l2cap_reset_rfcomm_channel_state:
+0x5077 012242 setarg 0 
+0x5078 012243 store 2 ,mem_rfcomm_tx_pkt_length 
+0x5079 012244 store 2 ,mem_rfcomm_remote_cid 
+0x507a 012245 jam 0 ,mem_rfcomm_state 
+0x507b 012246 rtn 
+:      012247 l2cap_reset_sdp_channel_state:
+0x507c 012248 setarg 0 
+0x507d 012249 store 2 ,mem_sdp_tx_pkt_length 
+0x507e 012250 store 2 ,mem_sdp_remote_cid 
+0x507f 012251 jam 0 ,mem_sdp_state 
+0x5080 012252 rtn 
+:      012253 l2cap_reset_hid_ctrl_state:
+0x5081 012254 setarg 0 
+0x5082 012255 store 2 ,mem_hid_ctrl_remote_cid 
+0x5083 012256 jam 0 ,mem_hid_control_state 
+0x5084 012257 fetch 1 ,mem_hid_interrupt_state 
+0x5085 012258 beq 0 ,l2cap_reset_hid_disconnected 
+0x5086 012259 rtn 
+:      012261 l2cap_reset_hid_int_state:
+0x5087 012262 setarg 0 
+0x5088 012263 store 2 ,mem_hid_int_remote_cid 
+0x5089 012264 jam 0 ,mem_hid_interrupt_state 
+0x508a 012265 fetch 1 ,mem_hid_control_state 
+0x508b 012266 beq 0 ,l2cap_reset_hid_disconnected 
+0x508c 012267 rtn 
+:      012269 l2cap_reset_hid_disconnected:
+0x508d 012270 jam bt_evt_hid_disconnected ,mem_fifo_temp 
+0x508e 012271 branch ui_ipc_send_event 
+:      012273 l2cap_disconnect_interrupt_req:
+0x508f 012274 fetch 1 ,mem_control_tasks 
+0x5090 012275 set0 l2cap_disconnect_interrupt ,pdata 
+0x5091 012276 store 1 ,mem_control_tasks 
+0x5092 012277 fetch 2 ,mem_hid_int_remote_cid 
+0x5093 012278 rtn blank 
+0x5094 012279 call l2cap_malloc_signal_channel 
+0x5095 012280 fetch 2 ,mem_hid_int_remote_cid 
+0x5096 012281 copy pdata ,rega 
+0x5097 012282 force l2cap_hid_interrupt_channel ,regb 
+0x5098 012283 branch l2cap_generate_disconnect_req 
+:      012284 l2cap_disconnect_control_req:
+0x5099 012285 fetch 1 ,mem_control_tasks 
+0x509a 012286 set0 l2cap_disconnect_control ,pdata 
+0x509b 012287 store 1 ,mem_control_tasks 
+0x509c 012288 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x509d 012289 rtn blank 
+0x509e 012290 call l2cap_malloc_signal_channel 
+0x509f 012291 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x50a0 012292 copy pdata ,rega 
+0x50a1 012293 force l2cap_hid_control_channel ,regb 
+:      012294 l2cap_generate_disconnect_req:
+0x50a2 012295 call l2cap_get_req_id 
+0x50a3 012296 call l2cap_get_signal_tx_payload 
+0x50a4 012297 force signal_disconnect_req ,pdata 
+0x50a5 012298 istore 1 ,contw 
+0x50a6 012299 fetch 1 ,mem_ml2cap_comm_id 
+0x50a7 012300 istore 1 ,contw 
+0x50a8 012301 setarg 0x0004 
+0x50a9 012302 istore 2 ,contw 
+0x50aa 012303 copy rega ,pdata 
+0x50ab 012304 istore 2 ,contw 
+0x50ac 012305 copy regb ,pdata 
+0x50ad 012306 istore 2 ,contw 
+0x50ae 012307 force 0x08 ,temp 
+0x50af 012308 branch ml2cap_send_signal 
+:      012310 ml2cap_send_signal_connect_req:
+0x50b0 012311 set1 mark_ext_patch ,mark 
+0x50b1 012312 bpatch patch23_7 ,mem_patch23 
+0x50b2 012313 call l2cap_get_req_id 
+0x50b3 012314 call l2cap_get_signal_tx_payload 
+0x50b4 012315 setarg signal_connect_req 
+0x50b5 012316 istore 1 ,contw 
+0x50b6 012317 fetch 1 ,mem_ml2cap_comm_id 
+0x50b7 012318 istore 1 ,contw 
+0x50b8 012319 setarg 0x0004 
+0x50b9 012320 istore 2 ,contw 
+0x50ba 012321 copy temp ,pdata 
+0x50bb 012322 istore 2 ,contw 
+0x50bc 012323 copy timeup ,pdata 
+0x50bd 012324 istore 2 ,contw 
+0x50be 012325 arg 8 ,temp 
+0x50bf 012326 branch ml2cap_send_signal 
+:      012327 ml2cap_send_signal_config_req:
+0x50c0 012328 set1 mark_ext_patch ,mark 
+0x50c1 012329 bpatch patch24_0 ,mem_patch24 
+0x50c2 012330 call l2cap_get_req_id 
+0x50c3 012331 call l2cap_get_signal_tx_payload 
+0x50c4 012332 setarg signal_config_req 
+0x50c5 012333 istore 1 ,contw 
+0x50c6 012334 fetch 1 ,mem_ml2cap_comm_id 
+0x50c7 012335 istore 1 ,contw 
+0x50c8 012336 setarg 0x0008 
+0x50c9 012337 istore 2 ,contw 
+0x50ca 012339 copy temp ,pdata 
+0x50cb 012341 istore 2 ,contw 
+0x50cc 012342 setarg 0x0000 
+0x50cd 012343 istore 2 ,contw 
+0x50ce 012344 setarg 0x01 
+0x50cf 012345 istore 1 ,contw 
+0x50d0 012346 setarg 0x02 
+0x50d1 012347 istore 1 ,contw 
+0x50d2 012348 setarg l2cap_config_mtu_rfcomm 
+0x50d3 012349 istore 2 ,contw 
+0x50d4 012350 arg 0xc ,temp 
+0x50d5 012351 branch ml2cap_send_signal 
+:      012352 ml2cap_send_signal_disconn_req:
+0x50d6 012353 set1 mark_ext_patch ,mark 
+0x50d7 012354 bpatch patch24_1 ,mem_patch24 
+0x50d8 012355 call l2cap_get_req_id 
+0x50d9 012356 call l2cap_get_signal_tx_payload 
+0x50da 012357 setarg signal_disconnect_req 
+0x50db 012358 istore 1 ,contw 
+0x50dc 012359 fetch 1 ,mem_ml2cap_comm_id 
+0x50dd 012360 increase 1 ,pdata 
+0x50de 012361 copy contw ,rega 
+0x50df 012362 store 1 ,mem_ml2cap_comm_id 
+0x50e0 012363 copy rega ,contw 
+0x50e1 012364 istore 1 ,contw 
+0x50e2 012365 setarg 0x0004 
+0x50e3 012366 istore 2 ,contw 
+0x50e4 012367 copy temp ,pdata 
+0x50e5 012368 istore 2 ,contw 
+0x50e6 012369 copy timeup ,pdata 
+0x50e7 012370 istore 2 ,contw 
+0x50e8 012371 arg 0x8 ,temp 
+:      012374 ml2cap_send_signal:
+0x50e9 012375 storet 2 ,mem_l2cap_signal_tx_length 
+0x50ea 012376 copy temp ,pdata 
+0x50eb 012377 branch l2cap_malloc_discard ,blank 
+0x50ec 012378 call l2cap_get_signal_tx_buff 
+0x50ed 012379 fetch 2 ,mem_l2cap_signal_tx_length 
+0x50ee 012380 istore 2 ,contw 
+0x50ef 012381 force l2cap_signal_channel ,pdata 
+0x50f0 012382 istore 2 ,contw 
+0x50f1 012383 rtn 
+:      012385 msdp_send_req_done:
+0x50f2 012386 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50f3 012387 branch assert ,blank 
+0x50f4 012388 call l2cap_get_sdp_tx_buff 
+0x50f5 012389 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50f6 012390 istore 2 ,contw 
+0x50f7 012391 fetch 2 ,mem_sdp_remote_cid 
+0x50f8 012392 istore 2 ,contw 
+0x50f9 012393 rtn 
+:      012394 ml2cap_rx_multiplexing:
+0x50fa 012395 set1 mark_ext_patch ,mark 
+0x50fb 012396 bpatch patch24_2 ,mem_patch24 
+0x50fc 012397 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50fd 012398 branch l2cap_rx_reset_state ,blank 
+0x50fe 012399 fetch 1 ,mem_l2cap_rx_cid 
+0x50ff 012400 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
+0x5100 012401 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
+0x5101 012402 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x5102 012403 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x5103 012404 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x5104 012405 branch l2cap_rx_reset_state 
+:      012407 ml2cap_call_proc_signal:
+0x5105 012408 set1 mark_ext_patch ,mark 
+0x5106 012409 bpatch patch24_3 ,mem_patch24 
+0x5107 012410 call l2cap_malloc_signal_channel 
+0x5108 012411 force 0 ,regb 
+0x5109 012412 call l2cap_get_signal_tx_payload 
+0x510a 012413 copy pdata ,contw 
+0x510b 012414 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x510c 012415 copy pdata ,regc 
+0x510d 012416 fetch 2 ,mem_l2cap_payload_ptr 
+0x510e 012417 iforce contr 
+:      012418 ml2cap_proc_one_comm_loop:
+0x510f 012419 call ml2cap_proc_one_comm 
+0x5110 012420 increase -4 ,regc 
+0x5111 012421 nbranch ml2cap_proc_one_comm_loop ,zero 
+0x5112 012422 copy regb ,temp 
+0x5113 012423 call ml2cap_send_signal 
+0x5114 012424 branch l2cap_rx_reset_state 
+:      012426 ml2cap_proc_one_comm:
+0x5115 012427 ifetch 1 ,contr 
+0x5116 012428 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
+0x5117 012429 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
+0x5118 012430 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
+0x5119 012431 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
+0x511a 012432 beq signal_config_req ,ml2cap_proc_signal_config_req 
+0x511b 012433 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
+0x511c 012434 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
+0x511d 012435 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x511e 012436 beq signal_info_req ,ml2cap_proc_signal_info_req 
+0x511f 012437 branch ml2cap_proc_send_reject 
+:      012439 ml2cap_proc_signal_connect_req:
+0x5120 012440 call save_cont_pointers 
+0x5121 012442 call load_cont_pointers 
+0x5122 012443 branch l2cap_proc_signal_connect_req 
+:      012444 ml2cap_proc_signal_cmd_reject:
+0x5123 012445 ifetch 1 ,contr 
+0x5124 012446 copy pdata ,queue 
+0x5125 012447 ifetch 2 ,contr 
+0x5126 012448 copy pdata ,rega 
+0x5127 012449 copy regc ,pdata 
+0x5128 012450 isub rega ,regc 
+:      012451 mvptr:
+0x5129 012452 ifetch 1 ,contr 
+0x512a 012453 increase -1 ,rega 
+0x512b 012454 nbranch mvptr ,zero 
+0x512c 012455 rtn 
+:      012456 ml2cap_proc_signal_connect_rsp:
+0x512d 012457 ifetch 1 ,contr 
+0x512e 012458 copy pdata ,queue 
+0x512f 012459 ifetch 2 ,contr 
+0x5130 012460 copy pdata ,rega 
+0x5131 012461 ifetch 2 ,contr 
+0x5132 012462 copy pdata ,timeup 
+0x5133 012463 ifetch 2 ,contr 
+0x5134 012464 copy pdata ,temp 
+0x5135 012465 ifetch 2 ,contr 
+0x5136 012466 sub pdata ,0 ,null 
+0x5137 012467 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
+0x5138 012468 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
+0x5139 012469 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
+0x513a 012470 branch ml2cap_proc_signal_connect_rsp_mnosucc 
+:      012471 ml2cap_proc_signal_connect_refused_result:
+0x513b 012472 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
+0x513c 012473 call ui_ipc_send_event 
+:      012474 ml2cap_proc_signal_connect_rsp_mnosucc:
+0x513d 012475 ifetch 2 ,contr 
+0x513e 012476 branch mnosucc 
+:      012477 ml2cap_proc_signal_connect_rsp_sucessful:
+0x513f 012478 call save_cont_pointers 
+0x5140 012482 setarg l2cap_sdp_channel 
+0x5141 012483 isub temp ,null 
+0x5142 012484 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
+0x5143 012485 setarg l2cap_rfcomm_channel 
+0x5144 012486 isub temp ,null 
+0x5145 012487 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x5146 012488 setarg l2cap_hid_interrupt_channel 
+0x5147 012489 isub temp ,null 
+0x5148 012490 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x5149 012491 setarg l2cap_hid_control_channel 
+0x514a 012492 isub temp ,null 
+0x514b 012493 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x514c 012494 branch mnosucc 
+:      012495 ml2cap_proc_signal_connect_rsp_sdp:
+0x514d 012496 copy timeup ,pdata 
+0x514e 012497 store 2 ,mem_sdp_remote_cid 
+0x514f 012498 fetch 1 ,mem_sdp_state 
+0x5150 012499 set1 l2cap_channel_state_conn_res 
+0x5151 012500 store 1 ,mem_sdp_state 
+0x5152 012501 branch mnosucc1 
+:      012502 ml2cap_proc_signal_connect_rsp_rfcomm:
+0x5153 012503 copy timeup ,pdata 
+0x5154 012504 store 2 ,mem_rfcomm_remote_cid 
+0x5155 012505 fetch 1 ,mem_rfcomm_state 
+0x5156 012506 set1 l2cap_channel_state_conn_res 
+0x5157 012507 store 1 ,mem_rfcomm_state 
+0x5158 012508 branch mnosucc1 
+:      012509 ml2cap_proc_signal_connect_rsp_hid_ctrl:
+0x5159 012510 copy timeup ,pdata 
+0x515a 012511 store 2 ,mem_hid_ctrl_remote_cid 
+0x515b 012512 fetch 1 ,mem_hid_control_state 
+0x515c 012513 set1 l2cap_channel_state_conn_res 
+0x515d 012514 store 1 ,mem_hid_control_state 
+0x515e 012515 branch mnosucc1 
+:      012516 ml2cap_proc_signal_connect_rsp_hid_int:
+0x515f 012517 copy timeup ,pdata 
+0x5160 012518 store 2 ,mem_hid_int_remote_cid 
+0x5161 012519 fetch 1 ,mem_hid_interrupt_state 
+0x5162 012520 set1 l2cap_channel_state_conn_res 
+0x5163 012521 store 1 ,mem_hid_interrupt_state 
+:      012524 mnosucc1:
+0x5164 012525 call load_cont_pointers 
+:      012526 mnosucc:
+0x5165 012527 copy regc ,pdata 
+0x5166 012528 isub rega ,regc 
+0x5167 012529 rtn 
+:      012531 ml2cap_proc_signal_config_rsp:
+0x5168 012532 ifetch 1 ,contr 
+0x5169 012533 copy pdata ,queue 
+0x516a 012534 ifetch 2 ,contr 
+0x516b 012535 copy pdata ,rega 
+0x516c 012536 copy regc ,pdata 
+0x516d 012537 isub rega ,regc 
+0x516e 012538 ifetch 2 ,contr 
+0x516f 012539 copy pdata ,timeup 
+0x5170 012540 ifetch 2 ,contr 
+0x5171 012541 ifetch 2 ,contr 
+0x5172 012542 nbranch mcrsdone1 ,blank 
+0x5173 012543 call save_cont_pointers 
+0x5174 012547 copy timeup ,temp 
+0x5175 012548 setarg l2cap_sdp_channel 
+0x5176 012549 isub temp ,null 
+0x5177 012550 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
+0x5178 012551 setarg l2cap_rfcomm_channel 
+0x5179 012552 isub temp ,null 
+0x517a 012553 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x517b 012554 setarg l2cap_hid_control_channel 
+0x517c 012555 isub temp ,null 
+0x517d 012556 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x517e 012557 setarg l2cap_hid_interrupt_channel 
+0x517f 012558 isub temp ,null 
+0x5180 012559 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
+:      012560 ml2cap_proc_signal_config_rsp_sdp:
+0x5181 012561 fetch 1 ,mem_sdp_state 
+0x5182 012562 set1 l2cap_channel_state_rcv_cfg_res 
+0x5183 012563 store 1 ,mem_sdp_state 
+0x5184 012564 rtn 
+:      012565 ml2cap_proc_signal_config_rsp_rfcomm:
+0x5185 012566 fetch 1 ,mem_rfcomm_state 
+0x5186 012567 set1 l2cap_channel_state_rcv_cfg_res 
+0x5187 012568 store 1 ,mem_rfcomm_state 
+0x5188 012569 rtn 
+:      012570 ml2cap_proc_signal_config_rsp_hid_ctrl:
+0x5189 012571 fetch 1 ,mem_hid_control_state 
+0x518a 012572 set1 l2cap_channel_state_rcv_cfg_res 
+0x518b 012573 store 1 ,mem_hid_control_state 
+0x518c 012574 rtn 
+:      012575 ml2cap_proc_signal_config_rsp_hid_int:
+0x518d 012576 fetch 1 ,mem_hid_interrupt_state 
+0x518e 012577 set1 l2cap_channel_state_rcv_cfg_res 
+0x518f 012578 store 1 ,mem_hid_interrupt_state 
+0x5190 012579 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x5191 012580 branch ui_ipc_send_event 
+:      012583 mcfrsdone:
+0x5192 012584 call load_cont_pointers 
+:      012585 mcrsdone1:
+0x5193 012586 increase -6 ,rega 
+:      012587 mloop2:
+0x5194 012588 branch mcrsdone ,zero 
+0x5195 012589 increase 1 ,contr 
+0x5196 012590 increase -1 ,rega 
+0x5197 012591 branch mloop2 
+:      012592 mcrsdone:
+0x5198 012593 rtn 
+:      012594 ml2cap_proc_signal_config_req:
+0x5199 012595 ifetch 1 ,contr 
+0x519a 012596 copy pdata ,queue 
+0x519b 012597 ifetch 2 ,contr 
+0x519c 012598 copy pdata ,rega 
+0x519d 012599 copy regc ,pdata 
+0x519e 012600 isub rega ,regc 
+0x519f 012601 ifetch 2 ,contr 
+0x51a0 012602 increase 2 ,contr 
+0x51a1 012603 copy pdata ,temp 
+0x51a2 012604 setarg signal_config_rsp 
+0x51a3 012605 istore 1 ,contw 
+0x51a4 012606 copy queue ,pdata 
+0x51a5 012607 istore 1 ,contw 
+0x51a6 012608 increase 2 ,rega 
+0x51a7 012609 copy rega ,pdata 
+0x51a8 012610 istore 2 ,contw 
+0x51a9 012611 call save_cont_pointers 
+0x51aa 012612 setarg l2cap_sdp_channel 
+0x51ab 012613 isub temp ,null 
+0x51ac 012614 branch ml2cap_proc_signal_config_req_sdp ,zero 
+0x51ad 012615 setarg l2cap_rfcomm_channel 
+0x51ae 012616 isub temp ,null 
+0x51af 012617 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
+0x51b0 012618 setarg l2cap_hid_control_channel 
+0x51b1 012619 isub temp ,null 
+0x51b2 012620 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x51b3 012621 setarg l2cap_hid_interrupt_channel 
+0x51b4 012622 isub temp ,null 
+0x51b5 012623 branch ml2cap_proc_signal_config_req_hid_int ,zero 
+0x51b6 012624 branch mcfgrq_done 
+:      012625 ml2cap_proc_signal_config_req_sdp:
+0x51b7 012626 fetch 1 ,mem_sdp_state 
+0x51b8 012627 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51b9 012628 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51ba 012629 store 1 ,mem_sdp_state 
+0x51bb 012630 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
+0x51bc 012631 fetcht 1 ,mem_control_tasks 
+0x51bd 012632 set1 l2cap_init_config_req ,temp 
+0x51be 012633 storet 1 ,mem_control_tasks 
+0x51bf 012634 copy queue ,pdata 
+0x51c0 012635 increase 1 ,pdata 
+0x51c1 012636 store 1 ,mem_config_identifier 
+0x51c2 012637 fetch 1 ,mem_sdp_state 
+0x51c3 012638 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x51c4 012639 store 1 ,mem_sdp_state 
+:      012640 ml2cap_proc_signal_config_req_sdp_nsndreq:
+0x51c5 012641 fetch 2 ,mem_sdp_remote_cid 
+0x51c6 012642 store 2 ,mem_config_req_dest_cid 
+0x51c7 012643 branch mcfgrq_done 
+:      012644 ml2cap_proc_signal_config_req_rfcomm:
+0x51c8 012645 fetch 1 ,mem_rfcomm_state 
+0x51c9 012646 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51ca 012647 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51cb 012648 store 1 ,mem_rfcomm_state 
+0x51cc 012649 fetch 2 ,mem_rfcomm_remote_cid 
+0x51cd 012650 branch mcfgrq_done 
+:      012651 ml2cap_proc_signal_config_req_hid_ctrl:
+0x51ce 012652 fetch 1 ,mem_hid_control_state 
+0x51cf 012653 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51d0 012654 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51d1 012655 store 1 ,mem_hid_control_state 
+0x51d2 012656 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x51d3 012657 branch mcfgrq_done 
+:      012658 ml2cap_proc_signal_config_req_hid_int:
+0x51d4 012659 fetch 1 ,mem_hid_interrupt_state 
+0x51d5 012660 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51d6 012661 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51d7 012662 store 1 ,mem_hid_interrupt_state 
+0x51d8 012663 fetch 2 ,mem_hid_int_remote_cid 
+:      012666 mcfgrq_done:
+0x51d9 012667 copy pdata ,timeup 
+0x51da 012668 call load_cont_pointers 
+0x51db 012670 copy timeup ,pdata 
+0x51dc 012672 istore 2 ,contw 
+0x51dd 012673 force 0x0000 ,pdata 
+0x51de 012674 istore 2 ,contw 
+0x51df 012675 force 0x0000 ,pdata 
+0x51e0 012676 istore 2 ,contw 
+0x51e1 012677 force 10 ,pdata 
+0x51e2 012678 iadd regb ,regb 
+0x51e3 012679 increase -6 ,rega 
+:      012680 mloop1:
+0x51e4 012681 branch mcrqdone ,zero 
+0x51e5 012682 ifetch 1 ,contr 
+0x51e6 012683 istore 1 ,contw 
+0x51e7 012684 increase 1 ,regb 
+0x51e8 012685 increase -1 ,rega 
+0x51e9 012686 branch mloop1 
+:      012687 mcrqdone:
+0x51ea 012688 rtn 
+:      012689 ml2cap_proc_signal_disconn_req:
+0x51eb 012690 ifetch 1 ,contr 
+0x51ec 012691 copy pdata ,queue 
+0x51ed 012692 ifetch 2 ,contr 
+0x51ee 012693 copy pdata ,rega 
+0x51ef 012694 copy regc ,pdata 
+0x51f0 012695 isub rega ,regc 
+0x51f1 012697 ifetch 2 ,contr 
+0x51f2 012698 copy pdata ,rega 
+0x51f3 012699 ifetch 2 ,contr 
+0x51f4 012700 copy pdata ,timeup 
+0x51f5 012701 call save_cont_pointers 
+0x51f6 012702 setarg l2cap_sdp_channel 
+0x51f7 012703 copy rega ,temp 
+0x51f8 012704 isub temp ,null 
+0x51f9 012705 branch ml2cap_proc_signal_disconn_sdp ,zero 
+0x51fa 012706 setarg l2cap_hid_control_channel 
+0x51fb 012707 copy rega ,temp 
+0x51fc 012708 isub temp ,null 
+0x51fd 012709 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
+0x51fe 012710 setarg l2cap_hid_interrupt_channel 
+0x51ff 012711 copy rega ,temp 
+0x5200 012712 isub temp ,null 
+0x5201 012713 branch ml2cap_proc_signal_disconn_hid_int ,zero 
+0x5202 012714 branch mclsrfc 
+:      012715 ml2cap_proc_signal_disconn_sdp:
+0x5203 012716 setarg 0x0000 
+0x5204 012717 store 2 ,mem_sdp_tx_pkt_length 
+0x5205 012718 store 2 ,mem_sdp_remote_cid 
+0x5206 012719 store 1 ,mem_sdp_state 
+0x5207 012720 branch mclssdp 
+:      012721 ml2cap_proc_signal_disconn_hid_ctrl:
+0x5208 012722 call l2cap_reset_hid_ctrl_state 
+0x5209 012723 branch mclssdp 
+:      012724 ml2cap_proc_signal_disconn_hid_int:
+0x520a 012725 call l2cap_reset_hid_int_state 
+0x520b 012731 branch mclssdp 
+:      012732 mclsrfc:
+0x520c 012733 setarg 0x0000 
+0x520d 012734 store 2 ,mem_rfcomm_tx_pkt_length 
+:      012735 mclssdp:
+0x520e 012736 call load_cont_pointers 
+0x520f 012737 setarg signal_disconnect_rsp 
+0x5210 012738 istore 1 ,contw 
+0x5211 012739 copy queue ,pdata 
+0x5212 012740 istore 1 ,contw 
+0x5213 012741 setarg 0x0004 
+0x5214 012742 istore 2 ,contw 
+0x5215 012743 copy rega ,pdata 
+0x5216 012744 istore 2 ,contw 
+0x5217 012745 copy timeup ,pdata 
+0x5218 012746 istore 2 ,contw 
+0x5219 012747 force 8 ,pdata 
+0x521a 012748 iadd regb ,regb 
+0x521b 012749 rtn 
+:      012751 ml2cap_proc_signal_disconn_rsp:
+0x521c 012752 ifetch 1 ,contr 
+0x521d 012753 copy pdata ,queue 
+0x521e 012754 ifetch 2 ,contr 
+0x521f 012755 copy pdata ,rega 
+0x5220 012756 ifetch 2 ,contr 
+0x5221 012757 copy pdata ,timeup 
+0x5222 012758 ifetch 2 ,contr 
+0x5223 012759 copy pdata ,temp 
+0x5224 012760 call save_cont_pointers 
+0x5225 012761 fetch 1 ,mem_ml2cap_comm_id 
+0x5226 012762 icompare 0xff ,queue 
+0x5227 012763 nbranch mdisdone ,true 
+0x5228 012764 setarg l2cap_sdp_channel 
+0x5229 012765 isub temp ,null 
+0x522a 012766 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
+0x522b 012767 setarg l2cap_rfcomm_channel 
+0x522c 012768 isub temp ,null 
+0x522d 012769 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
+0x522e 012770 branch mdisdone 
+:      012771 ml2cap_proc_signal_disconn_rsp_sdp:
+0x522f 012772 jam 0 ,mem_sdp_remote_cid 
+0x5230 012773 jam 0 ,mem_sdp_state 
+0x5231 012774 branch mdisdone 
+:      012775 ml2cap_proc_signal_disconn_rsp_rfcomm:
+:      012778 mdisdone:
+0x5232 012779 call load_cont_pointers 
+0x5233 012780 copy regc ,pdata 
+0x5234 012781 isub rega ,regc 
+0x5235 012782 rtn 
+:      012784 ml2cap_proc_send_reject:
+0x5236 012785 setarg signal_cmd_reject 
+0x5237 012786 istore 1 ,contw 
+0x5238 012787 ifetch 1 ,contr 
+0x5239 012788 istore 1 ,contw 
+0x523a 012789 setarg 0x0002 
+0x523b 012790 istore 2 ,contw 
+0x523c 012791 setarg 0x0000 
+0x523d 012792 istore 2 ,contw 
+0x523e 012793 setarg 0x0006 
+0x523f 012794 iadd regb ,regb 
+0x5240 012795 force 4 ,regc 
+0x5241 012796 rtn 
+:      012799 l2cap_get_req_id:
+0x5242 012800 fetch 1 ,mem_ml2cap_comm_id 
+0x5243 012801 increase 1 ,pdata 
+0x5244 012802 bne 0 ,l2cap_get_req_id_ok 
+0x5245 012803 increase 1 ,pdata 
+:      012804 l2cap_get_req_id_ok:
+0x5246 012805 store 1 ,mem_ml2cap_comm_id 
+0x5247 012806 rtn 
+:      012816 l2cap_malloc:
+0x5248 012817 set1 mark_ext_patch ,mark 
+0x5249 012818 bpatch patch24_4 ,mem_patch24 
+0x524a 012819 arg 0 ,regb 
+0x524b 012820 call l2cap_malloc_is_fifo_full 
+0x524c 012821 nbranch assert ,blank 
+0x524d 012822 call l2cap_malloc_get_full_map 
+0x524e 012823 arg mem_tx_buff0 ,regb 
+0x524f 012824 arg 0 ,queue 
+:      012825 l2cap_malloc_loop:
+0x5250 012826 fetcht 1 ,mem_used_map 
+0x5251 012827 qisolate1 temp 
+0x5252 012828 branch l2cap_malloc_next ,true 
+0x5253 012829 call l2cap_malloc_enough 
+0x5254 012830 sub timeup ,0 ,null 
+0x5255 012831 branch l2cap_malloc_next ,positive 
+0x5256 012832 call l2cap_malloc_into_fifo 
+0x5257 012833 branch l2cap_malloc_rtn 
+:      012834 l2cap_malloc_next:
+0x5258 012835 increase 128 ,regb 
+0x5259 012836 increase 1 ,queue 
+0x525a 012837 setarg 8 
+0x525b 012838 isub queue ,null 
+0x525c 012839 branch l2cap_malloc_loop ,positive 
+0x525d 012840 arg 0 ,regb 
+:      012841 l2cap_malloc_rtn:
+0x525e 012842 copy regb ,pdata 
+0x525f 012843 branch assert ,blank 
+0x5260 012844 rtn 
+:      012852 l2cap_malloc_fifo_out:
+0x5261 012853 set1 mark_ext_patch ,mark 
+0x5262 012854 bpatch patch24_5 ,mem_patch24 
+0x5263 012855 call l2cap_malloc_fifo_get_first_ptr 
+0x5264 012856 increase 1 ,contr 
+0x5265 012857 ifetch 2 ,contr 
+0x5266 012858 rtn 
+:      012864 l2cap_malloc_free:
+0x5267 012865 set1 mark_ext_patch ,mark 
+0x5268 012866 bpatch patch24_6 ,mem_patch24 
+0x5269 012867 call l2cap_malloc_fifo_get_first_ptr 
+0x526a 012868 copy contr ,contw 
+0x526b 012869 copy contr ,temp 
+0x526c 012870 setarg 0 
+0x526d 012871 istore 3 ,contw 
+0x526e 012872 rtn 
+:      012877 l2cap_malloc_discard:
+0x526f 012878 set1 mark_ext_patch ,mark 
+0x5270 012879 bpatch patch24_7 ,mem_patch24 
+0x5271 012880 call l2cap_malloc_is_fifo_empty 
+0x5272 012881 branch assert ,blank 
+0x5273 012882 fetch 3 ,mem_tx_fifo2 
+0x5274 012883 store 3 ,mem_tx_fifo3 
+0x5275 012884 fetch 3 ,mem_tx_fifo1 
+0x5276 012885 store 3 ,mem_tx_fifo2 
+0x5277 012886 fetch 3 ,mem_tx_fifo0 
+0x5278 012887 store 3 ,mem_tx_fifo1 
+0x5279 012888 rtn 
+:      012894 l2cap_malloc_is_fifo_full:
+0x527a 012895 fetch 3 ,mem_tx_fifo0 
+0x527b 012896 rtn 
+:      012902 l2cap_malloc_is_fifo_nearly_full:
+0x527c 012903 fetch 3 ,mem_tx_fifo1 
+0x527d 012904 rtn 
+:      012910 l2cap_malloc_is_fifo_empty:
+0x527e 012911 fetch 3 ,mem_tx_fifo3 
+0x527f 012912 rtn 
+:      012917 l2cap_malloc_fifo_get_first_ptr:
+0x5280 012918 call l2cap_malloc_is_fifo_empty 
+0x5281 012919 branch assert ,blank 
+0x5282 012920 arg mem_tx_fifo0 ,contr 
+:      012921 l2cap_malloc_free_loop:
+0x5283 012922 ifetch 3 ,contr 
+0x5284 012923 branch l2cap_malloc_free_loop ,blank 
+0x5285 012924 increase -3 ,contr 
+0x5286 012925 rtn 
+:      012932 l2cap_malloc_get_full_map:
+0x5287 012933 set1 mark_ext_patch ,mark 
+0x5288 012934 bpatch patch25_0 ,mem_patch25 
+0x5289 012935 arg 4 ,loopcnt 
+0x528a 012936 arg mem_tx_fifo0_map ,contr 
+0x528b 012937 arg 0 ,temp 
+:      012938 l2cap_malloc_get_full_map_loop:
+0x528c 012939 ifetch 3 ,contr 
+0x528d 012940 and pdata ,0xff ,pdata 
+0x528e 012941 ior temp ,temp 
+0x528f 012942 loop l2cap_malloc_get_full_map_loop 
+0x5290 012943 storet 1 ,mem_used_map 
+0x5291 012944 rtn 
+:      012952 l2cap_malloc_into_fifo:
+0x5292 012953 set1 mark_ext_patch ,mark 
+0x5293 012954 bpatch patch25_1 ,mem_patch25 
+0x5294 012955 call l2cap_malloc_is_fifo_full 
+0x5295 012956 nbranch assert ,blank 
+0x5296 012957 call l2cap_malloc_is_fifo_empty 
+0x5297 012958 branch l2cap_malloc_into_fifo_no_push ,blank 
+0x5298 012959 fetch 3 ,mem_tx_fifo1 
+0x5299 012960 store 3 ,mem_tx_fifo0 
+0x529a 012961 ifetch 3 ,contr 
+0x529b 012962 istore 3 ,contw 
+0x529c 012963 ifetch 3 ,contr 
+0x529d 012964 istore 3 ,contw 
+0x529e 012965 setarg 0 
+0x529f 012966 istore 3 ,contw 
+:      012967 l2cap_malloc_into_fifo_no_push:
+0x52a0 012968 arg 0 ,temp 
+0x52a1 012969 copy timeup ,pdata 
+0x52a2 012970 iadd queue ,pdata 
+:      012971 l2cap_malloc_into_fifo_loop:
+0x52a3 012972 qset1 temp 
+0x52a4 012973 increase 1 ,queue 
+0x52a5 012974 isub queue ,null 
+0x52a6 012975 nbranch l2cap_malloc_into_fifo_loop ,zero 
+0x52a7 012977 lshift8 regb ,pdata 
+0x52a8 012978 ior temp ,pdata 
+0x52a9 012979 store 3 ,mem_tx_fifo3 
+0x52aa 012980 rtn 
+:      012990 l2cap_malloc_enough:
+0x52ab 012991 set1 mark_ext_patch ,mark 
+0x52ac 012992 bpatch patch25_2 ,mem_patch25 
+0x52ad 012993 call l2cap_malloc_get_full_map 
+0x52ae 012994 copy queue ,regc 
+0x52af 012995 arg 0 ,temp 
+0x52b0 012996 arg 0 ,timeup 
+:      012998 l2cap_malloc_enough_loop:
+0x52b1 012999 copy queue ,pdata 
+0x52b2 013000 beq 8 ,l2cap_malloc_enough_end 
+0x52b3 013001 fetch 1 ,mem_used_map 
+0x52b4 013002 qisolate1 pdata 
+0x52b5 013003 branch l2cap_malloc_enough_end ,true 
+0x52b6 013004 increase 128 ,temp 
+0x52b7 013005 increase 1 ,queue 
+0x52b8 013006 copy rega ,pdata 
+0x52b9 013007 isub temp ,null 
+0x52ba 013008 branch l2cap_malloc_enough_end ,zero 
+0x52bb 013009 branch l2cap_malloc_enough_loop ,positive 
+:      013010 l2cap_malloc_enough_end:
+0x52bc 013011 copy temp ,pdata 
+0x52bd 013012 isub rega ,null 
+0x52be 013013 nbranch l2cap_malloc_enough_rtn ,positive 
+0x52bf 013014 copy queue ,pdata 
+0x52c0 013015 copy regc ,temp 
+0x52c1 013016 isub temp ,timeup 
+:      013017 l2cap_malloc_enough_rtn:
+0x52c2 013018 copy regc ,queue 
+0x52c3 013019 rtn 
+:      013022 l2cap_malloc_signal_channel:
+0x52c4 013023 set1 mark_ext_patch ,mark 
+0x52c5 013024 bpatch patch25_3 ,mem_patch25 
+0x52c6 013025 arg l2cap_signal_malloc_size ,rega 
+0x52c7 013026 call l2cap_malloc 
+0x52c8 013027 store 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52c9 013028 increase 4 ,pdata 
+0x52ca 013029 store 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52cb 013030 setarg 0 
+0x52cc 013031 store 2 ,mem_l2cap_signal_tx_length 
+0x52cd 013032 rtn 
+:      013034 l2cap_get_signal_tx_buff:
+0x52ce 013035 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52cf 013036 branch l2cap_util_pdata_to_contw 
+:      013038 l2cap_get_signal_tx_payload:
+0x52d0 013039 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52d1 013040 branch l2cap_util_pdata_to_contw 
+:      013043 l2cap_malloc_sdp_channel:
+0x52d2 013044 set1 mark_ext_patch ,mark 
+0x52d3 013045 bpatch patch25_4 ,mem_patch25 
+0x52d4 013046 arg sdp_malloc_size ,rega 
+0x52d5 013047 call l2cap_malloc 
+0x52d6 013048 store 2 ,mem_sdp_tx_buff_ptr 
+0x52d7 013049 increase 4 ,pdata 
+0x52d8 013050 store 2 ,mem_sdp_tx_payload_ptr 
+0x52d9 013051 setarg 0 
+0x52da 013052 store 2 ,mem_sdp_tx_pkt_length 
+0x52db 013053 rtn 
+:      013055 l2cap_get_sdp_tx_buff:
+0x52dc 013056 fetch 2 ,mem_sdp_tx_buff_ptr 
+0x52dd 013057 branch l2cap_util_pdata_to_contw 
+:      013059 l2cap_get_sdp_tx_payload:
+0x52de 013060 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x52df 013061 branch l2cap_util_pdata_to_contw 
+:      013064 l2cap_malloc_rfcomm_channel:
+0x52e0 013065 set1 mark_ext_patch ,mark 
+0x52e1 013066 bpatch patch25_5 ,mem_patch25 
+0x52e2 013067 call push_stack 
+0x52e3 013068 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
+0x52e4 013069 call l2cap_malloc_is_fifo_full 
+0x52e5 013070 nrtn blank 
+0x52e6 013071 arg rfcomm_malloc_size ,rega 
+0x52e7 013072 call l2cap_malloc 
+0x52e8 013073 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x52e9 013074 increase 4 ,pdata 
+0x52ea 013075 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x52eb 013076 setarg 0 
+0x52ec 013077 store 2 ,mem_rfcomm_tx_pkt_length 
+0x52ed 013078 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x52ee 013079 branch pop_stack 
+:      013081 l2cap_get_rfcomm_tx_buff:
+0x52ef 013082 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x52f0 013083 branch l2cap_util_pdata_to_contw 
+:      013085 l2cap_get_rfcomm_tx_payload:
+0x52f1 013086 fetch 2 ,mem_rfcomm_tx_payload_ptr 
+:      013088 l2cap_util_pdata_to_contw:
+0x52f2 013089 branch assert ,blank 
+0x52f3 013090 copy pdata ,contw 
+0x52f4 013091 rtn 
+:      013094 l2cap_lpm_save_calc_len:
+0x52f5 013095 set1 mark_ext_patch ,mark 
+0x52f6 013096 bpatch patch25_6 ,mem_patch25 
+0x52f7 013097 arg 0 ,regb 
+0x52f8 013098 arg mem_tx_fifo0_map ,rega 
+0x52f9 013099 increase -2 ,rega 
+:      013100 l2cap_lpm_save_calc_len_loop:
+0x52fa 013101 increase 2 ,rega 
+0x52fb 013102 setarg mem_tx_fifo_end 
+0x52fc 013103 isub rega ,null 
+0x52fd 013104 branch l2cap_lpm_save_calc_len_end ,zero 
+0x52fe 013105 ifetch 1 ,rega 
+0x52ff 013106 increase 1 ,rega 
+0x5300 013107 branch l2cap_lpm_save_calc_len_loop ,blank 
+0x5301 013108 ifetcht 2 ,rega 
+0x5302 013109 ifetch 2 ,temp 
+0x5303 013110 iadd regb ,regb 
+0x5304 013111 increase 4 ,regb 
+0x5305 013112 branch l2cap_lpm_save_calc_len_loop 
+:      013113 l2cap_lpm_save_calc_len_end:
+0x5306 013114 copy regb ,pdata 
+0x5307 013115 rtn 
+:      013118 l2cap_lpm_get_wake_lock:
+0x5308 013119 arg wake_lock_l2cap_tx ,queue 
+0x5309 013120 branch lpm_get_wake_lock 
+:      013122 l2cap_lpm_put_wake_lock:
+0x530a 013123 arg wake_lock_l2cap_tx ,queue 
+0x530b 013124 branch lpm_put_wake_lock 
+:      013126 l2cap_lpm_save_txbuf:
+0x530c 013127 set1 mark_ext_patch ,mark 
+0x530d 013128 bpatch patch25_7 ,mem_patch25 
+0x530e 013129 call l2cap_malloc_get_full_map 
+0x530f 013130 fetch 1 ,mem_used_map 
+0x5310 013131 rtn blank 
+0x5311 013132 call l2cap_lpm_save_calc_len 
+0x5312 013133 arg l2cap_lpm_txbuf_len ,temp 
+0x5313 013134 isub temp ,null 
+0x5314 013135 branch l2cap_lpm_get_wake_lock ,positive 
+0x5315 013136 call l2cap_lpm_put_wake_lock 
+0x5316 013137 arg mem_l2cap_lpm_txbuf ,contw 
+0x5317 013138 arg mem_tx_fifo0 ,rega 
+:      013139 l2cap_lpm_save_txbuf_loop:
+0x5318 013140 setarg mem_tx_fifo_end 
+0x5319 013141 isub rega ,null 
+0x531a 013142 rtn zero 
+0x531b 013143 ifetch 1 ,rega 
+0x531c 013144 increase 1 ,rega 
+0x531d 013145 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+0x531e 013146 istore 2 ,contw 
+0x531f 013147 increase 2 ,rega 
+0x5320 013148 branch l2cap_lpm_save_txbuf_loop 
+:      013149 l2cap_lpm_save_txbuf_nempty:
+0x5321 013150 ifetch 2 ,rega 
+0x5322 013151 increase 2 ,rega 
+0x5323 013152 copy pdata ,contr 
+0x5324 013153 ifetch 2 ,contr 
+0x5325 013154 istore 2 ,contw 
+0x5326 013155 copy pdata ,loopcnt 
+0x5327 013156 increase 2 ,loopcnt 
+0x5328 013157 call memcpy 
+0x5329 013158 branch l2cap_lpm_save_txbuf_loop 
+:      013160 l2cap_lpm_load_txbuf:
+0x532a 013161 set1 mark_ext_patch ,mark 
+0x532b 013162 bpatch patch26_0 ,mem_patch26 
+0x532c 013163 call l2cap_malloc_get_full_map 
+0x532d 013164 fetch 1 ,mem_used_map 
+0x532e 013165 rtn blank 
+0x532f 013166 arg mem_tx_fifo0_ptr ,rega 
+0x5330 013167 increase -3 ,rega 
+0x5331 013168 arg mem_l2cap_lpm_txbuf ,contr 
+:      013169 l2cap_lpm_load_txbuf_loop:
+0x5332 013170 increase 3 ,rega 
+0x5333 013171 setarg mem_tx_fifo_end + 1 
+0x5334 013172 isub rega ,null 
+0x5335 013173 rtn zero 
+0x5336 013174 ifetch 2 ,contr 
+0x5337 013175 branch l2cap_lpm_load_txbuf_loop ,blank 
+0x5338 013176 increase 4 ,pdata 
+0x5339 013177 copy pdata ,loopcnt 
+0x533a 013178 copy contr ,regb 
+0x533b 013179 ifetch 2 ,rega 
+0x533c 013180 copy pdata ,contw 
+0x533d 013181 copy regb ,contr 
+0x533e 013182 increase -2 ,contr 
+0x533f 013183 call memcpy 
+0x5340 013184 branch l2cap_lpm_load_txbuf_loop 
+:      013192 le_init_param:
+0x5341 013193 rtn wake 
+0x5342 013194 setarg param_le_scan_interval 
+0x5343 013195 store 2 ,mem_le_scan_interval 
+0x5344 013196 setarg param_le_scan_window 
+0x5345 013197 store 2 ,mem_le_scan_window 
+0x5346 013198 rtn 
+:      013200 le_init_att:
+0x5347 013201 arg notify_handle ,temp 
+0x5348 013202 call le_att_get_handle_ptr 
+0x5349 013203 add contr ,1 ,pdata 
+0x534a 013204 store 2 ,mem_le_notify_attr_start 
+0x534b 013205 rtn 
+:      013207 le_init_conn:
+0x534c 013208 set1 mark_ext_patch ,mark 
+0x534d 013209 bpatch patch26_2 ,mem_patch26 
+0x534e 013210 disable wake 
+0x534f 013211 jam 1 ,mem_app_state 
+0x5350 013212 jam 1 ,mem_le_conn_handle 
+0x5351 013213 jam 3 ,mem_le_state 
+0x5352 013214 jam 1 ,mem_le_arq 
+0x5353 013215 setarg -1 
+0x5354 013216 store 2 ,mem_le_event_count 
+0x5355 013217 force 0 ,pdata 
+0x5356 013218 store 1 ,mem_le_conn_sm 
+0x5357 013219 store 1 ,mem_le_ch 
+0x5358 013220 store 1 ,mem_le_op 
+0x5359 013221 store 3 ,mem_sniff_rcv 
+0x535a 013222 store 3 ,mem_sniff_lost 
+0x535b 013223 store 5 ,mem_le_pcnt_tx 
+0x535c 013224 set1 39 ,pdata 
+0x535d 013225 store 5 ,mem_le_pcnt_rx 
+0x535e 013226 branch le_supervision_flush 
+:      013228 le_init_master:
+0x535f 013229 set1 mark_ext_patch ,mark 
+0x5360 013230 bpatch patch26_3 ,mem_patch26 
+0x5361 013231 enable master 
+0x5362 013232 jam lemode_master ,mem_le_mode 
+0x5363 013233 jam 1 ,mem_le_att_handle 
+0x5364 013234 jam 1 ,mem_le_search_handle_start 
+0x5365 013235 setarg 0xffff 
+0x5366 013236 store 2 ,mem_le_search_handle_end 
+0x5367 013237 force 0 ,pdata 
+0x5368 013238 store 5 ,mem_le_pcnt_rx 
+0x5369 013239 set1 39 ,pdata 
+0x536a 013240 store 5 ,mem_le_pcnt_tx 
+0x536b 013241 branch le_init_conn 
+:      013244 le_init_slave:
+0x536c 013245 set1 mark_ext_patch ,mark 
+0x536d 013246 bpatch patch26_4 ,mem_patch26 
+0x536e 013247 disable master 
+0x536f 013248 jam lemode_slave ,mem_le_mode 
+0x5370 013249 jam 0 ,mem_le_adv_enable 
+0x5371 013250 jam 0 ,mem_lpm_current_mult 
+0x5372 013251 branch le_init_conn 
+:      013257 le_dispatch:
+0x5373 013258 call le_enable 
+0x5374 013259 call le_scan 
+0x5375 013260 call le_adv 
+0x5376 013261 branch le_disable 
+:      013263 le_conn_dispatch:
+0x5377 013264 set1 mark_ext_patch ,mark 
+0x5378 013265 bpatch patch26_5 ,mem_patch26 
+0x5379 013266 call le_enable 
+0x537a 013267 call app_process_ble 
+0x537b 013268 fetch 1 ,mem_le_mode 
+0x537c 013269 beq lemode_master ,le_master_dispatch 
+0x537d 013270 branch le_slave_dispatch 
+:      013276 le_master_dispatch:
+0x537e 013277 set1 mark_ext_patch ,mark 
+0x537f 013278 bpatch patch26_6 ,mem_patch26 
+0x5380 013279 enable master 
+0x5381 013280 call le_supervision_update 
+0x5382 013281 branch le_master_disconn ,positive 
+0x5383 013282 call check_ble_disabled 
+0x5384 013283 call le_setup 
+0x5385 013284 call le_prepare_tx 
+0x5386 013285 disable match 
+0x5387 013286 call le_transmit_receive_sifs 
+0x5388 013287 nrtn match 
+0x5389 013288 set1 mark_ext_patch ,mark 
+0x538a 013289 bpatch patch26_7 ,mem_patch26 
+0x538b 013290 fetch 1 ,mem_le_conn_rcv 
+0x538c 013291 increase 1 ,pdata 
+0x538d 013292 store 1 ,mem_le_conn_rcv 
+0x538e 013293 call le_acknowledge 
+0x538f 013294 call le_conn_sm_master 
+0x5390 013295 disable master 
+0x5391 013296 rtn 
+:      013298 le_master_disconn:
+0x5392 013299 call le_disconnect 
+0x5393 013300 disable master 
+0x5394 013301 rtn 
+:      013306 le_slave_dispatch:
+0x5395 013307 set1 mark_ext_patch ,mark 
+0x5396 013308 bpatch patch27_0 ,mem_patch27 
+0x5397 013309 disable attempt 
+0x5398 013310 call le_supervision_update 
+0x5399 013311 branch le_slave_disconn ,positive 
+0x539a 013312 call check_ble_disabled 
+0x539b 013313 call le_setup 
+0x539c 013314 call le_receive_slave 
+0x539d 013315 nbranch le_slave_unsync ,match 
+:      013316 le_slave_match:
+0x539e 013317 set1 mark_ext_patch ,mark 
+0x539f 013318 bpatch patch27_1 ,mem_patch27 
+0x53a0 013319 call le_got_first_packet 
+0x53a1 013320 call le_acknowledge 
+0x53a2 013321 call le_prepare_tx 
+0x53a3 013322 fetch 1 ,mem_le_rxbuf 
+0x53a4 013323 bbit1 md ,le_slave_more_data 
+0x53a5 013324 call le_xtype_fifo_is_empty 
+0x53a6 013325 nbranch le_slave_more_data ,blank 
+:      013326 le_slave_transmit_last:
+0x53a7 013327 set1 mark_ext_patch ,mark 
+0x53a8 013328 bpatch patch27_2 ,mem_patch27 
+0x53a9 013329 call le_transmit_norx 
+:      013330 le_slave_cont:
+0x53aa 013331 call check_51cmd 
+0x53ab 013332 fetch 1 ,mem_le_op 
+0x53ac 013333 bbit1 op_disconn ,le_slave_disconn 
+:      013334 le_slave_unsync:
+0x53ad 013335 set1 mark_ext_patch ,mark 
+0x53ae 013336 bpatch patch27_3 ,mem_patch27 
+0x53af 013337 call le_savelist 
+0x53b0 013338 call le_lpm_set_mult 
+0x53b1 013339 call le_update_channel_map 
+0x53b2 013340 call le_update_param 
+0x53b3 013341 branch calc_clke_offset 
+:      013343 le_slave_more_data:
+0x53b4 013344 set1 mark_ext_patch ,mark 
+0x53b5 013345 bpatch patch27_4 ,mem_patch27 
+0x53b6 013346 enable attempt 
+0x53b7 013347 call le_transmit_receive_sifs 
+0x53b8 013348 branch le_slave_match ,match 
+0x53b9 013349 branch le_slave_cont 
+:      013351 le_slave_disconn:
+:      013354 le_disconnect:
+0x53ba 013355 set1 mark_ext_patch ,mark 
+0x53bb 013356 bpatch patch27_5 ,mem_patch27 
+0x53bc 013357 call le_clear_connection_info 
+0x53bd 013358 call app_disconn_reason_collect_ble 
+0x53be 013359 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x53bf 013360 branch ui_ipc_send_event 
+:      013362 le_clear_connection_info:
+0x53c0 013363 fetcht 1 ,mem_le_conn_handle 
+0x53c1 013364 jam hci_error_connection_timeout ,mem_hci_disconn_reason 
+0x53c2 013365 call hci_send_disconn_complete 
+0x53c3 013366 jam 0 ,mem_le_conn_handle 
+0x53c4 013367 jam lemode_idle ,mem_le_mode 
+0x53c5 013368 jam 0 ,mem_le_state 
+0x53c6 013369 jam 0 ,mem_app_state 
+0x53c7 013370 rtn 
+:      013372 le_got_first_packet:
+0x53c8 013373 fetch 1 ,mem_le_conn_rcv 
+0x53c9 013374 increase 1 ,pdata 
+0x53ca 013375 store 1 ,mem_le_conn_rcv 
+0x53cb 013376 fetch 1 ,mem_le_state 
+0x53cc 013377 rtnbit1 lestate_got_first_packet 
+0x53cd 013378 set1 lestate_got_first_packet 
+0x53ce 013379 store 1 ,mem_le_state 
+0x53cf 013380 setarg 0 
+0x53d0 013381 store 4 ,mem_le_transmit_window 
+0x53d1 013382 rtn 
+:      013387 le_enable:
+0x53d2 013388 set1 mark_ext_patch ,mark 
+0x53d3 013389 bpatch patch27_6 ,mem_patch27 
+0x53d4 013390 enable le 
+0x53d5 013391 hjam 7 ,rfen_ulp 
+0x53d6 013392 branch check_ble_disabled 
+:      013394 le_disable:
+0x53d7 013395 set1 mark_ext_patch ,mark 
+0x53d8 013396 bpatch patch27_7 ,mem_patch27 
+0x53d9 013397 disable le 
+0x53da 013398 hjam 3 ,rfen_ulp 
+0x53db 013399 arg 0 ,stop_watch 
+0x53dc 013400 rtn 
+:      013402 le_prep:
+0x53dd 013403 disable enable_crc 
+0x53de 013404 disable enable_white 
+0x53df 013405 fetch 3 ,mem_le_crcinit 
+0x53e0 013406 iforce crc24_init 
+0x53e1 013407 fetch 1 ,mem_le_ch_mapped 
+0x53e2 013408 reverse pdata ,temp 
+0x53e3 013409 set1 1 ,temp 
+0x53e4 013410 rshift temp ,white_init 
+0x53e5 013411 rtn 
+:      013414 lerx_setfreq:
+0x53e6 013415 call le_setfreq 
+0x53e7 013416 call set_freq_rx 
+0x53e8 013417 setarg param_pll_setup 
+0x53e9 013418 call sleep 
+0x53ea 013419 branch rf_rx_enable 
+:      013421 letx_setfreq:
+0x53eb 013422 branch txon ,match 
+0x53ec 013423 call le_setfreq 
+0x53ed 013424 branch set_freq_tx 
+:      013425 le_setfreq:
+0x53ee 013426 set1 mark_ext_patch ,mark 
+0x53ef 013427 bpatch patch28_0 ,mem_patch28 
+0x53f0 013428 call set_sync_on 
+0x53f1 013429 fetch 1 ,mem_le_testtype 
+0x53f2 013430 nbranch le_ctf_test ,blank 
+0x53f3 013431 fetch 1 ,mem_le_ch_mapped 
+0x53f4 013432 sub pdata ,36 ,null 
+0x53f5 013433 branch le_ctf_normal ,positive 
+0x53f6 013434 force 0 ,temp 
+0x53f7 013435 rtneq 37 
+0x53f8 013436 force 24 ,temp 
+0x53f9 013437 rtneq 38 
+0x53fa 013438 force 78 ,temp 
+0x53fb 013439 rtn 
+:      013441 le_ctf_normal:
+0x53fc 013442 sub pdata ,10 ,null 
+0x53fd 013443 branch le_ctf_low ,positive 
+0x53fe 013444 increase 1 ,pdata 
+:      013446 le_ctf_low:
+0x53ff 013447 lshift pdata ,pdata 
+0x5400 013448 add pdata ,2 ,temp 
+0x5401 013449 rtn 
+:      013451 le_ctf_test:
+0x5402 013452 fetch 1 ,mem_le_ch_mapped 
+0x5403 013453 lshift pdata ,temp 
+0x5404 013454 rtn 
+:      013456 le_sca_map:
+0x5405 013457 arg 500 ,temp 
+0x5406 013458 rtn blank 
+0x5407 013459 arg 250 ,temp 
+0x5408 013460 rtneq 1 
+0x5409 013461 arg 150 ,temp 
+0x540a 013462 rtneq 2 
+0x540b 013463 arg 100 ,temp 
+0x540c 013464 rtneq 3 
+0x540d 013465 arg 75 ,temp 
+0x540e 013466 rtneq 4 
+0x540f 013467 arg 50 ,temp 
+0x5410 013468 rtneq 5 
+0x5411 013469 arg 40 ,temp 
+0x5412 013470 rtneq 6 
+0x5413 013471 arg 20 ,temp 
+0x5414 013472 rtn 
+:      013476 le_adv_access:
+0x5415 013477 setarg 0x8e89be 
+0x5416 013478 lshift8 pdata ,pdata 
+0x5417 013479 or_into 0xd6 ,pdata 
+0x5418 013480 iforce access 
+0x5419 013481 setarg 0x555555 
+0x541a 013482 store 3 ,mem_le_crcinit 
+0x541b 013483 rtn 
+:      013485 le_setup:
+0x541c 013486 set1 mark_ext_patch ,mark 
+0x541d 013487 bpatch patch28_1 ,mem_patch28 
+0x541e 013488 enable swfine 
+0x541f 013489 fetch 4 ,mem_le_access 
+0x5420 013490 iforce access 
+0x5421 013491 call le_map_channel 
+0x5422 013492 setarg 0x200 
+0x5423 013493 branch le_setup_master ,master 
+0x5424 013494 fetch 2 ,mem_le_receive_window 
+0x5425 013495 rshift pdata ,pdata 
+:      013496 le_setup_master:
+0x5426 013497 arg param_pll_setup ,temp 
+0x5427 013498 iadd temp ,pdata 
+0x5428 013499 call ahead_window 
+0x5429 013500 deposit clke 
+0x542a 013501 store 6 ,mem_le_rxon_ts 
+0x542b 013502 rtn 
+:      013504 le_next_adv_channel:
+0x542c 013505 set1 mark_ext_patch ,mark 
+0x542d 013506 bpatch patch28_2 ,mem_patch28 
+0x542e 013507 fetch 1 ,mem_le_ch_mapped 
+0x542f 013508 increase 1 ,pdata 
+0x5430 013509 store 1 ,mem_le_ch_mapped 
+0x5431 013510 rtnne 40 
+0x5432 013511 jam 37 ,mem_le_ch_mapped 
+0x5433 013512 rtn 
+:      013514 le_context_nexthop:
+0x5434 013515 set1 mark_ext_patch ,mark 
+0x5435 013516 bpatch patch28_3 ,mem_patch28 
+0x5436 013517 add rega ,coffset_mode ,contr 
+0x5437 013518 ifetch 1 ,contr 
+0x5438 013519 rtnbit0 mode_le 
+0x5439 013520 add rega ,coffset_le_event_cnt ,contw 
+0x543a 013521 ifetch 2 ,contw 
+0x543b 013522 increase 1 ,pdata 
+0x543c 013523 istore 2 ,contw 
+0x543d 013524 add rega ,coffset_le_hop ,contr 
+0x543e 013525 ifetch 1 ,contr 
+0x543f 013526 add rega ,coffset_le_ch ,contw 
+0x5440 013527 ifetcht 1 ,contw 
+0x5441 013528 iadd temp ,pdata 
+0x5442 013529 sub pdata ,36 ,null 
+0x5443 013530 branch le_nexthop_nowrap ,positive 
+0x5444 013531 increase -37 ,pdata 
+:      013532 le_nexthop_nowrap:
+0x5445 013533 istore 1 ,contw 
+0x5446 013534 rtn 
+:      013537 le_calc_channel_map:
+0x5447 013538 set1 mark_ext_patch ,mark 
+0x5448 013539 bpatch patch28_4 ,mem_patch28 
+0x5449 013540 fetch 5 ,mem_le_channel_map 
+0x544a 013541 force 0 ,temp 
+0x544b 013542 force 37 ,loopcnt 
+:      013543 le_count_channels_loop:
+0x544c 013544 bbit0 0 ,le_count_channels_notused 
+0x544d 013545 increase 1 ,temp 
+:      013546 le_count_channels_notused:
+0x544e 013547 rshift pdata ,pdata 
+0x544f 013548 loop le_count_channels_loop 
+0x5450 013549 add temp ,-1 ,pdata 
+0x5451 013550 store 1 ,mem_le_channels 
+0x5452 013551 rtn 
+:      013553 le_map_channel:
+0x5453 013554 set1 mark_ext_patch ,mark 
+0x5454 013555 bpatch patch28_5 ,mem_patch28 
+0x5455 013556 fetch 1 ,mem_le_ch 
+0x5456 013557 iforce queue 
+0x5457 013558 fetcht 5 ,mem_le_channel_map 
+0x5458 013559 qisolate1 temp 
+0x5459 013560 branch le_map_channel_end ,true 
+:      013561 le_map_channel_next:
+0x545a 013562 set1 mark_ext_patch ,mark 
+0x545b 013563 bpatch patch28_6 ,mem_patch28 
+0x545c 013564 fetch 1 ,mem_le_channels 
+0x545d 013565 isub queue ,pdata 
+0x545e 013566 branch le_map_channel_cont ,positive 
+0x545f 013567 sub pdata ,-1 ,queue 
+0x5460 013568 branch le_map_channel_next 
+:      013569 le_map_channel_cont:
+0x5461 013570 copy queue ,loopcnt 
+0x5462 013571 force 0 ,queue 
+:      013572 le_map_channel_loop:
+0x5463 013573 qisolate1 temp 
+0x5464 013574 branch le_map_channel_skip ,true 
+0x5465 013575 increase 1 ,loopcnt 
+:      013576 le_map_channel_skip:
+0x5466 013577 deposit loopcnt 
+0x5467 013578 branch le_map_channel_end ,blank 
+0x5468 013579 increase 1 ,queue 
+0x5469 013580 increase -1 ,loopcnt 
+0x546a 013581 branch le_map_channel_loop 
+:      013582 le_map_channel_end:
+0x546b 013583 deposit queue 
+0x546c 013584 store 1 ,mem_le_ch_mapped 
+0x546d 013585 rtn 
+:      013588 le_wait_tx:
+0x546e 013589 branch le_wait_master ,master 
+0x546f 013590 until null ,timeout 
+0x5470 013591 rtn 
+:      013593 le_wait_master:
+0x5471 013594 arg 0xea0 ,timeup 
+0x5472 013595 until clkn_rt ,meet 
+0x5473 013596 rtn 
+:      013598 le_receive_adv:
+0x5474 013599 disable swfine 
+0x5475 013600 fetch 2 ,mem_le_scan_window 
+0x5476 013601 copy pdata ,timeup 
+0x5477 013602 branch le_receive_packet 
+:      013605 le_receive_slave:
+0x5478 013606 set1 mark_ext_patch ,mark 
+0x5479 013607 bpatch patch28_7 ,mem_patch28 
+0x547a 013608 enable swfine 
+0x547b 013609 fetch 2 ,mem_le_receive_window 
+0x547c 013610 fetcht 4 ,mem_le_transmit_window 
+0x547d 013611 iadd temp ,timeup 
+:      013612 le_receive_packet:
+0x547e 013613 call lerx_setfreq 
+:      013614 le_receive_rxon:
+0x547f 013615 set1 mark_ext_patch ,mark 
+0x5480 013616 bpatch patch29_0 ,mem_patch29 
+0x5481 013617 call le_prep 
+0x5482 013618 disable match 
+0x5483 013619 enable decode_fec0 
+0x5484 013620 enable is_rx 
+0x5485 013621 disable is_tx 
+0x5486 013622 copy timeup ,stop_watch 
+0x5487 013623 correlate null ,timeout 
+0x5488 013624 branch le_receive_on_attempt ,attempt 
+0x5489 013625 copy clke ,temp 
+0x548a 013626 storet 6 ,mem_sync_clke 
+:      013627 le_receive_on_attempt:
+0x548b 013628 nbranch end_of_packet ,sync 
+0x548c 013629 branch le_receive_skip ,attempt 
+0x548d 013630 arg param_clke_cal_le ,clke_rt 
+0x548e 013631 copy bt_clk ,clke_bt 
+0x548f 013632 fetch 1 ,mem_le_state 
+0x5490 013633 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x5491 013634 call lpm_adjust_clk ,wake 
+:      013635 le_receive_skip:
+0x5492 013636 set1 mark_ext_patch ,mark 
+0x5493 013637 bpatch patch29_1 ,mem_patch29 
+0x5494 013638 call save_rssi 
+0x5495 013639 enable enable_white 
+0x5496 013640 enable enable_crc 
+0x5497 013641 parse demod ,bucket ,8 
+0x5498 013642 rshift3 pwindow ,pdata 
+0x5499 013643 store 1 ,mem_le_rxbuf 
+0x549a 013644 parse demod ,bucket ,8 
+0x549b 013645 rshift3 pwindow ,pdata 
+0x549c 013646 istore 1 ,contw 
+0x549d 013647 and pdata ,0x3f ,loopcnt 
+0x549e 013648 branch lerx_nopayload ,zero 
+:      013650 lerx_loop:
+0x549f 013651 parse demod ,bucket ,8 
+0x54a0 013652 rshift3 pwindow ,pdata 
+0x54a1 013653 istore 1 ,contw 
+0x54a2 013654 loop lerx_loop 
+:      013656 lerx_nopayload:
+0x54a3 013657 set1 mark_ext_patch ,mark 
+0x54a4 013658 bpatch patch29_2 ,mem_patch29 
+0x54a5 013659 parse demod ,bucket ,24 
+0x54a6 013660 enable swfine 
+0x54a7 013661 arg param_sifs ,stop_watch 
+0x54a8 013662 rshift32 pdata ,pdata 
+0x54a9 013663 rshift16 pdata ,pdata 
+0x54aa 013664 istore 3 ,contw 
+0x54ab 013665 branch end_of_packet ,crc_failed 
+0x54ac 013666 enable match 
+0x54ad 013667 fetch 1 ,mem_last_freq 
+0x54ae 013668 add pdata ,2 ,rega 
+0x54af 013669 call rf_write_freq 
+0x54b0 013670 disable decode_fec0 
+0x54b1 013671 branch set_sync_on 
+:      013673 le_transmit_receive_sifs:
+0x54b2 013674 set1 mark_ext_patch ,mark 
+0x54b3 013675 bpatch patch29_3 ,mem_patch29 
+0x54b4 013676 call le_transmit 
+0x54b5 013677 fetcht 1 ,mem_last_freq 
+0x54b6 013678 call set_freq_rx 
+0x54b7 013679 call rf_rx_enable 
+0x54b8 013680 enable swfine 
+0x54b9 013681 arg 5000 ,timeup 
+0x54ba 013682 branch le_receive_rxon 
+:      013684 le_transmit_norx:
+0x54bb 013685 call le_transmit 
+0x54bc 013686 branch end_of_packet 
+:      013688 le_transmit:
+0x54bd 013689 set1 mark_ext_patch ,mark 
+0x54be 013690 bpatch patch29_4 ,mem_patch29 
+0x54bf 013691 call le_prep 
+0x54c0 013692 call letx_setfreq 
+0x54c1 013693 set1 txgfsk ,radio_ctrl 
+0x54c2 013694 enable encode_fec0 
+0x54c3 013695 enable is_tx 
+0x54c4 013696 disable is_rx 
+0x54c5 013697 call le_wait_tx 
+0x54c6 013698 rshift16 access ,pdata 
+0x54c7 013699 rshift8 pdata ,pdata 
+0x54c8 013700 rshift4 pdata ,pdata 
+0x54c9 013701 inject mod ,40 
+0x54ca 013702 enable enable_white 
+0x54cb 013703 enable enable_crc 
+0x54cc 013704 set1 mark_ext_patch ,mark 
+0x54cd 013705 bpatch patch29_5 ,mem_patch29 
+0x54ce 013706 fetch 1 ,mem_le_txheader 
+0x54cf 013707 inject mod ,8 
+0x54d0 013708 ifetch 1 ,contr 
+0x54d1 013709 and pdata ,0x3f ,loopcnt 
+0x54d2 013710 inject mod ,8 
+0x54d3 013711 branch letr_nopayload ,zero 
+:      013712 letr_loop:
+0x54d4 013713 ifetch 1 ,contr 
+0x54d5 013714 inject mod ,8 
+0x54d6 013715 loop letr_loop 
+:      013717 letr_nopayload:
+0x54d7 013718 enable enable_parity 
+0x54d8 013719 inject mod ,24 
+0x54d9 013720 disable enable_parity 
+0x54da 013721 until null ,tx_clear 
+0x54db 013722 nop 100 
+0x54dc 013723 disable encode_fec0 
+0x54dd 013724 rtn 
+:      013726 le_send_adv_ind:
+0x54de 013727 set1 mark_ext_patch ,mark 
+0x54df 013728 bpatch patch29_6 ,mem_patch29 
+0x54e0 013729 fetch 1 ,mem_le_adv_type 
+0x54e1 013730 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x54e2 013731 fetch 1 ,mem_le_adv_own_addr_type 
+0x54e3 013732 lshift4 pdata ,pdata 
+0x54e4 013733 lshift2 pdata ,pdata 
+0x54e5 013734 store 1 ,mem_le_txheader 
+0x54e6 013735 fetcht 1 ,mem_le_adv_data_len 
+0x54e7 013736 add temp ,6 ,pdata 
+0x54e8 013737 store 1 ,mem_le_txlen 
+0x54e9 013738 fetch 6 ,mem_le_lap 
+0x54ea 013739 store 6 ,mem_le_txpayload 
+0x54eb 013740 copy temp ,loopcnt 
+0x54ec 013741 arg mem_le_adv_data ,contr 
+0x54ed 013742 call memcpy 
+0x54ee 013743 branch le_send_adv_transmit 
+:      013744 le_send_adv_direct_ind:
+0x54ef 013745 fetcht 2 ,mem_le_notify_handle 
+0x54f0 013746 call le_att_check_notification_enable 
+0x54f1 013747 copy rega ,contw 
+0x54f2 013748 setarg 1 
+0x54f3 013749 istore 1 ,contw 
+0x54f4 013750 fetch 1 ,mem_le_adv_direct_addr_type 
+0x54f5 013751 lshift4 pdata ,pdata 
+0x54f6 013752 lshift2 pdata ,pdata 
+0x54f7 013753 increase 1 ,pdata 
+0x54f8 013754 store 1 ,mem_le_txheader 
+0x54f9 013755 setarg 12 
+0x54fa 013756 store 1 ,mem_le_txlen 
+0x54fb 013757 fetch 6 ,mem_le_lap 
+0x54fc 013758 store 6 ,mem_le_txpayload 
+0x54fd 013759 fetch 6 ,mem_hci_plap 
+0x54fe 013760 istore 6 ,contw 
+:      013761 le_send_adv_transmit:
+0x54ff 013762 set1 mark_ext_patch ,mark 
+0x5500 013763 bpatch patch29_7 ,mem_patch29 
+0x5501 013764 fetch 1 ,mem_le_adv_transmit 
+0x5502 013765 increase 1 ,pdata 
+0x5503 013766 store 1 ,mem_le_adv_transmit 
+0x5504 013767 arg 1800 ,stop_watch 
+0x5505 013768 disable match 
+0x5506 013769 branch le_transmit_receive_sifs 
+:      013771 le_send_scan_request:
+0x5507 013772 set1 mark_ext_patch ,mark 
+0x5508 013773 bpatch patch2a_0 ,mem_patch2a 
+0x5509 013774 fetch 1 ,mem_le_scan_type 
+0x550a 013775 rtnne le_scan_type_active ,pdata 
+0x550b 013776 fetch 1 ,mem_le_adv_transmit 
+0x550c 013777 increase 1 ,pdata 
+0x550d 013778 store 1 ,mem_le_adv_transmit 
+0x550e 013779 arg 0x0c03 ,temp 
+0x550f 013780 fetch 1 ,mem_le_scan_own_addr_type 
+0x5510 013781 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5511 013782 copy rega ,pdata 
+0x5512 013783 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x5513 013784 storet 2 ,mem_le_txheader 
+0x5514 013785 fetch 6 ,mem_le_lap 
+0x5515 013786 istore 6 ,contw 
+0x5516 013787 fetch 6 ,mem_le_plap 
+0x5517 013788 istore 6 ,contw 
+0x5518 013789 branch le_transmit_receive_sifs 
+:      013792 le_send_scan_response:
+0x5519 013793 set1 mark_ext_patch ,mark 
+0x551a 013794 bpatch patch2a_1 ,mem_patch2a 
+0x551b 013795 arg scan_rsp ,temp 
+0x551c 013796 fetch 1 ,mem_le_adv_own_addr_type 
+0x551d 013797 nsetflag blank ,le_sender_addr_bit ,temp 
+0x551e 013798 storet 1 ,mem_le_txheader 
+0x551f 013799 fetcht 1 ,mem_le_scan_data_len 
+0x5520 013800 add temp ,6 ,pdata 
+0x5521 013801 store 1 ,mem_le_txlen 
+0x5522 013802 fetch 6 ,mem_le_lap 
+0x5523 013803 store 6 ,mem_le_txpayload 
+0x5524 013804 arg mem_le_scan_data ,contr 
+0x5525 013805 copy temp ,loopcnt 
+0x5526 013806 call memcpy 
+0x5527 013807 branch le_transmit_norx 
+:      013810 le_connect_request:
+0x5528 013811 set1 mark_ext_patch ,mark 
+0x5529 013812 bpatch patch2a_2 ,mem_patch2a 
+0x552a 013813 force -1 ,pdata 
+0x552b 013814 setsect 2 ,1 
+0x552c 013815 store 5 ,mem_le_channel_map 
+0x552d 013816 call le_calc_channel_map 
+0x552e 013817 force 4 ,loopcnt 
+0x552f 013818 arg mem_le_access ,contw 
+0x5530 013819 call generate_random_loop 
+0x5531 013820 fetch 2 ,mem_le_conn_superto 
+0x5532 013821 store 2 ,mem_le_superto 
+:      013822 le_con_req_hop_retry:
+0x5533 013823 random pdata 
+0x5534 013824 and_into 0xf ,pdata 
+0x5535 013825 sub pdata ,4 ,null 
+0x5536 013826 branch le_con_req_hop_retry ,positive 
+0x5537 013827 store 1 ,mem_le_hop 
+0x5538 013828 store 1 ,mem_tmp1 
+0x5539 013829 set1 mark_ext_patch ,mark 
+0x553a 013830 bpatch patch2a_3 ,mem_patch2a 
+0x553b 013831 fetcht 2 ,mem_le_conn_interval 
+0x553c 013832 storet 2 ,mem_le_tsniff 
+0x553d 013833 copy temp ,regc 
+0x553e 013834 add clkn_bt ,7 ,pdata 
+0x553f 013835 idiv regc 
+0x5540 013836 call wait_div_end 
+0x5541 013837 remainder rega 
+0x5542 013838 isub rega ,pdata 
+0x5543 013839 iadd regc ,pdata 
+0x5544 013840 fetcht 2 ,mem_le_dsniff 
+0x5545 013841 iadd temp ,pdata 
+0x5546 013842 store 4 ,mem_le_anchor 
+0x5547 013843 isub clkn_bt ,rega 
+0x5548 013844 increase -6 ,rega 
+0x5549 013845 arg 0x2205 ,regb 
+0x554a 013846 fetch 1 ,mem_le_conn_own_addr_type 
+0x554b 013847 nsetflag blank ,le_sender_addr_bit ,regb 
+0x554c 013848 fetch 1 ,mem_le_conn_peer_addr_type 
+0x554d 013849 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x554e 013850 copy regb ,pdata 
+0x554f 013851 store 2 ,mem_le_txheader 
+0x5550 013852 fetch 6 ,mem_le_lap 
+0x5551 013853 istore 6 ,contw 
+0x5552 013854 fetch 6 ,mem_le_plap 
+0x5553 013855 istore 6 ,contw 
+0x5554 013856 fetch 4 ,mem_le_access 
+0x5555 013857 istore 4 ,contw 
+0x5556 013858 random pdata 
+0x5557 013859 istore 2 ,contw 
+0x5558 013860 random pdata 
+0x5559 013861 istore 1 ,contw 
+0x555a 013862 force 2 ,pdata 
+0x555b 013863 istore 1 ,contw 
+0x555c 013864 rshift2 rega ,pdata 
+0x555d 013865 istore 2 ,contw 
+0x555e 013866 rshift2 regc ,pdata 
+0x555f 013867 istore 2 ,contw 
+0x5560 013868 set1 mark_ext_patch ,mark 
+0x5561 013869 bpatch patch2a_4 ,mem_patch2a 
+0x5562 013870 fetch 2 ,mem_le_conn_latency 
+0x5563 013871 istore 2 ,contw 
+0x5564 013872 fetch 2 ,mem_le_conn_superto 
+0x5565 013873 istore 2 ,contw 
+0x5566 013874 fetch 5 ,mem_le_channel_map 
+0x5567 013875 istore 5 ,contw 
+0x5568 013876 fetch 1 ,mem_le_hop 
+0x5569 013877 arg param_le_sca ,temp 
+0x556a 013878 ior temp ,pdata 
+0x556b 013879 istore 1 ,contw 
+0x556c 013880 call le_transmit_norx 
+0x556d 013881 setarg mem_le_txheader 
+0x556e 013882 add pdata ,18 ,contr 
+0x556f 013883 ifetch 3 ,contr 
+0x5570 013884 store 3 ,mem_le_crcinit 
+0x5571 013885 rtn 
+:      013887 le_init_adv:
+0x5572 013888 set1 mark_ext_patch ,mark 
+0x5573 013889 bpatch patch2a_5 ,mem_patch2a 
+0x5574 013890 disable master 
+0x5575 013891 branch le_adv_access 
+:      013895 le_update_param:
+0x5576 013896 set1 mark_ext_patch ,mark 
+0x5577 013897 bpatch patch2a_6 ,mem_patch2a 
+0x5578 013898 fetch 1 ,mem_le_state 
+0x5579 013899 rtnbit0 lestate_update_param 
+0x557a 013900 fetch 2 ,mem_le_event_count 
+0x557b 013901 fetcht 2 ,mem_le_instant 
+0x557c 013902 isub temp ,pdata 
+0x557d 013903 nrtn positive 
+0x557e 013904 fetch 1 ,mem_le_state 
+0x557f 013905 set0 lestate_update_param ,pdata 
+0x5580 013906 set0 lestate_got_first_packet ,pdata 
+0x5581 013907 store 1 ,mem_le_state 
+0x5582 013908 fetch 4 ,mem_le_anchor 
+0x5583 013909 fetcht 2 ,mem_le_tsniff 
+0x5584 013910 isub temp ,rega 
+0x5585 013911 set1 mark_ext_patch ,mark 
+0x5586 013912 bpatch patch2a_7 ,mem_patch2a 
+0x5587 013913 fetch 1 ,mem_le_new_param 
+0x5588 013914 store 1 ,mem_le_window_size 
+0x5589 013915 ifetcht 2 ,contr 
+0x558a 013916 ifetch 2 ,contr 
+0x558b 013917 lshift2 pdata ,pdata 
+0x558c 013918 store 2 ,mem_le_tsniff 
+0x558d 013919 lshift2 temp ,temp 
+0x558e 013920 iadd temp ,pdata 
+0x558f 013921 ifetcht 4 ,contr 
+0x5590 013922 storet 4 ,mem_le_slave_latency 
+0x5591 013923 iadd rega ,pdata 
+0x5592 013924 store 4 ,mem_le_anchor 
+0x5593 013925 branch le_receive_window_size 
+:      013927 le_update_channel_map:
+0x5594 013928 set1 mark_ext_patch ,mark 
+0x5595 013929 bpatch patch2b_0 ,mem_patch2b 
+0x5596 013930 fetch 1 ,mem_le_state 
+0x5597 013931 rtnbit0 lestate_update_map 
+0x5598 013932 fetch 2 ,mem_le_event_count 
+0x5599 013933 fetcht 2 ,mem_le_instant 
+0x559a 013934 isub temp ,pdata 
+0x559b 013935 nrtn positive 
+0x559c 013936 fetch 1 ,mem_le_state 
+0x559d 013937 set0 lestate_update_map ,pdata 
+0x559e 013938 store 1 ,mem_le_state 
+0x559f 013939 fetch 5 ,mem_le_new_map 
+0x55a0 013940 store 5 ,mem_le_channel_map 
+0x55a1 013941 branch le_calc_channel_map 
+:      013944 le_acknowledge:
+0x55a2 013945 set1 mark_ext_patch ,mark 
+0x55a3 013946 bpatch patch2b_1 ,mem_patch2b 
+0x55a4 013947 call le_supervision_flush 
+0x55a5 013948 call le_check_wak 
+0x55a6 013949 fetch 1 ,mem_le_rxbuf 
+0x55a7 013950 rshift pdata ,pdata 
+0x55a8 013951 ixor temp ,pdata 
+0x55a9 013952 isolate1 nesn ,pdata 
+0x55aa 013953 setflag true ,mark_old_packet ,mark 
+0x55ab 013954 fetch 1 ,mem_le_rxbuf + 1 
+0x55ac 013955 branch le_ack_unenc ,blank 
+0x55ad 013956 fetch 1 ,mem_le_state 
+0x55ae 013957 bbit0 lestate_encryption ,le_ack_unenc 
+0x55af 013958 call load_sk 
+0x55b0 013959 call le_decrypt 
+0x55b1 013960 nrtn blank 
+:      013961 le_ack_unenc:
+0x55b2 013962 rtnmark1 mark_old_packet 
+0x55b3 013963 fetcht 1 ,mem_le_arq 
+0x55b4 013964 setflip nesn ,temp 
+0x55b5 013965 storet 1 ,mem_le_arq 
+0x55b6 013966 branch le_parse 
+:      013968 le_check_wak:
+0x55b7 013969 set1 mark_ext_patch ,mark 
+0x55b8 013970 bpatch patch2b_2 ,mem_patch2b 
+0x55b9 013971 fetcht 1 ,mem_le_arq 
+0x55ba 013972 isolate0 wak ,temp 
+0x55bb 013973 rtn true 
+0x55bc 013974 fetch 1 ,mem_le_rxbuf 
+0x55bd 013975 lshift pdata ,pdata 
+0x55be 013976 ixor temp ,pdata 
+0x55bf 013977 rtnbit0 sn 
+0x55c0 013978 set0 wak ,temp 
+0x55c1 013979 setflip sn ,temp 
+0x55c2 013980 storet 1 ,mem_le_arq 
+0x55c3 013981 compare 3 ,temp ,3 
+0x55c4 013982 nrtn true 
+0x55c5 013983 fetch 1 ,mem_le_txpayload 
+0x55c6 013984 rtnne ll_start_enc_req 
+0x55c7 013985 fetch 1 ,mem_le_state 
+0x55c8 013986 set1 lestate_encryption ,pdata 
+0x55c9 013987 store 1 ,mem_le_state 
+0x55ca 013988 rtn 
+:      013990 le_wait_adv:
+0x55cb 013991 set1 mark_ext_patch ,mark 
+0x55cc 013992 bpatch patch2b_3 ,mem_patch2b 
+0x55cd 013993 call le_next_adv_channel 
+0x55ce 013994 call le_receive_adv 
+0x55cf 013995 fetch 1 ,mem_le_adv_waitcnt 
+0x55d0 013996 increase 1 ,pdata 
+0x55d1 013997 store 1 ,mem_le_adv_waitcnt 
+0x55d2 013998 rtn 
+:      014000 le_scan:
+0x55d3 014001 set1 mark_ext_patch ,mark 
+0x55d4 014002 bpatch patch2b_4 ,mem_patch2b 
+0x55d5 014003 fetch 1 ,mem_le_scan_enable 
+0x55d6 014004 rtnne le_scan_enable 
+0x55d7 014005 arg le_scan_interval_timer ,queue 
+0x55d8 014006 call timer_check 
+0x55d9 014007 nrtn blank 
+0x55da 014008 fetch 2 ,mem_le_scan_interval 
+0x55db 014009 fetcht 2 ,mem_le_scan_window 
+0x55dc 014010 isub temp ,pdata 
+0x55dd 014011 arg le_scan_interval_timer ,queue 
+0x55de 014012 call timer_init 
+0x55df 014013 disable master 
+0x55e0 014014 call le_init_adv 
+0x55e1 014015 call le_wait_adv 
+0x55e2 014016 nrtn match 
+0x55e3 014017 set1 mark_ext_patch ,mark 
+0x55e4 014018 bpatch patch2b_5 ,mem_patch2b 
+0x55e5 014019 fetch 6 ,mem_le_rxbuf + 2 
+0x55e6 014020 store 6 ,mem_le_plap 
+0x55e7 014021 call le_scan_dongle 
+0x55e8 014022 call le_scan_addr_to_uart 
+0x55e9 014024 fetch 1 ,mem_le_adv_rcv 
+0x55ea 014025 increase 1 ,pdata 
+0x55eb 014026 store 1 ,mem_le_adv_rcv 
+0x55ec 014027 call le_create_conn 
+0x55ed 014028 rtn master 
+0x55ee 014029 call hci_send_le_adv_report_event 
+0x55ef 014030 call le_send_scan_request 
+0x55f0 014031 nrtn match 
+0x55f1 014032 set1 mark_ext_patch ,mark 
+0x55f2 014033 bpatch patch2b_6 ,mem_patch2b 
+0x55f3 014034 fetch 1 ,mem_le_scanrsp_rcv 
+0x55f4 014035 increase 1 ,pdata 
+0x55f5 014036 store 1 ,mem_le_scanrsp_rcv 
+0x55f6 014037 fetch 9 ,mem_le_rxbuf + 8 
+0x55f7 014038 store 9 ,mem_tmp_buffer 
+0x55f8 014039 branch hci_send_le_adv_report_event 
+:      014041 le_create_conn:
+0x55f9 014042 set1 mark_ext_patch ,mark 
+0x55fa 014043 bpatch patch2b_7 ,mem_patch2b 
+0x55fb 014044 fetch 1 ,mem_cmd_le_create_conn 
+0x55fc 014045 rtnne hci_cmd_le_create_conn ,pdata 
+0x55fd 014046 fetch 6 ,mem_le_plap 
+0x55fe 014047 fetcht 6 ,mem_le_conn_peer_addr 
+0x55ff 014048 isub temp ,null 
+0x5600 014049 nrtn zero 
+0x5601 014050 call context_new 
+0x5602 014051 nrtn zero 
+0x5603 014052 call le_connect_request 
+0x5604 014053 call le_init_master 
+0x5605 014054 set1 mark_ext_patch ,mark 
+0x5606 014055 bpatch patch2c_0 ,mem_patch2c 
+0x5607 014056 jam 0 ,mem_hci_cmd 
+0x5608 014057 jam 0 ,mem_le_peer_sca 
+0x5609 014058 fetch 1 ,mem_device_option 
+0x560a 014059 bne dvc_op_dongle ,le_create_conn_ndongle 
+0x560b 014060 jam conn_sm_send_write_req ,mem_le_conn_sm 
+:      014061 le_create_conn_ndongle:
+0x560c 014062 arg 0 ,temp 
+0x560d 014063 call hci_send_le_conn_complete 
+0x560e 014064 jam 0 ,mem_le_scan_enable 
+0x560f 014065 jam 0 ,mem_cmd_le_create_conn 
+0x5610 014066 jam xt_ll_version_ind ,mem_fifo_temp 
+0x5611 014067 call le_xtype_fifo_in 
+0x5612 014068 branch context_save 
+:      014070 le_scan_check_sender_addr_type:
+0x5613 014071 arg 1 ,rega 
+0x5614 014072 fetch 1 ,mem_le_rxbuf 
+0x5615 014073 rtnbit1 le_sender_addr_bit 
+0x5616 014074 arg 0 ,rega 
+0x5617 014075 rtn 
+:      014077 le_xtype_fifo_count:
+0x5618 014078 arg mem_le_xtype_fifo ,contr 
+0x5619 014079 branch fifo_content_count 
+:      014081 le_xtype_fifo_is_empty:
+0x561a 014082 arg mem_le_xtype_fifo ,rega 
+0x561b 014083 branch fifo_is_empty 
+:      014085 le_xtype_fifo_is_full:
+0x561c 014086 arg mem_le_xtype_fifo ,rega 
+0x561d 014087 branch fifo_is_full 
+:      014089 le_xtype_fifo_is_near_full:
+0x561e 014090 arg mem_le_xtype_fifo ,rega 
+0x561f 014091 branch fifo_is_near_full 
+:      014093 le_xtype_fifo_in:
+0x5620 014094 arg mem_le_xtype_fifo ,rega 
+0x5621 014095 branch fifo_in 
+:      014097 le_prepare_tx:
+0x5622 014098 set1 mark_ext_patch ,mark 
+0x5623 014099 bpatch patch2c_1 ,mem_patch2c 
+0x5624 014100 fetch 1 ,mem_le_arq 
+0x5625 014101 rtnbit1 wak 
+0x5626 014102 arg mem_le_xtype_fifo ,rega 
+0x5627 014103 call fifo_out 
+0x5628 014104 nbranch le_prepare_tx_cmd ,blank 
+0x5629 014105 fetch 1 ,mem_device_option 
+0x562a 014106 bne dvc_op_hci ,le_send_empty 
+0x562b 014107 arg 0 ,type 
+0x562c 014108 call hci_rx_packet 
+0x562d 014109 copy type ,pdata 
+0x562e 014110 nrtn blank 
+0x562f 014111 branch le_send_empty 
+:      014112 le_prepare_tx_cmd:
+0x5630 014113 copy pdata ,temp 
+0x5631 014114 set1 mark_ext_patch ,mark 
+0x5632 014115 bpatch patch2c_2 ,mem_patch2c 
+0x5633 014116 copy temp ,pdata 
+0x5634 014117 bbit0 5 ,le_prepare_l2cap 
+0x5635 014118 force 3 ,type 
+0x5636 014119 set0 5 ,pdata 
+0x5637 014120 store 1 ,mem_le_txpayload 
+0x5638 014121 set1 mark_ext_patch ,mark 
+0x5639 014122 bpatch patch2c_3 ,mem_patch2c 
+0x563a 014123 fetch 1 ,mem_le_txpayload 
+0x563b 014124 beq ll_connection_update_req ,le_send_connection_update_req 
+0x563c 014125 beq ll_channel_map_req ,le_send_channel_map_req 
+0x563d 014126 beq ll_terminate_ind ,le_send_terminate_ind 
+0x563e 014127 beq ll_enc_req ,le_send_enc_req 
+0x563f 014128 beq ll_enc_rsp ,le_send_enc_rsp 
+0x5640 014129 beq ll_start_enc_req ,le_send_start_enc_req 
+0x5641 014130 beq ll_start_enc_rsp ,le_send_start_enc_rsp 
+0x5642 014131 beq ll_unknown_rsp ,le_send_unknown_rsp 
+0x5643 014132 beq ll_feature_req ,le_send_feature 
+0x5644 014133 beq ll_feature_rsp ,le_send_feature 
+0x5645 014134 beq ll_pause_enc_req ,le_send_pause_enc_req 
+0x5646 014135 beq ll_pause_enc_rsp ,le_send_pause_enc_rsp 
+0x5647 014136 beq ll_version_ind ,le_send_version_ind 
+0x5648 014137 beq ll_reject_ind ,le_send_reject_ind 
+0x5649 014138 beq ll_connection_param_req ,le_send_conn_param_req 
+0x564a 014139 branch assert 
+:      014141 le_prepare_l2cap:
+0x564b 014142 jam 0 ,mem_le_txcid + 1 
+0x564c 014143 force 2 ,type 
+0x564d 014144 bbit0 6 ,le_prepare_att 
+0x564e 014145 beq attop_write_command ,le_prepare_att 
+0x564f 014146 beq attop_signed_write_command ,le_prepare_att 
+0x5650 014147 jam le_l2cap_cid_smp ,mem_le_txcid 
+0x5651 014148 set0 6 ,pdata 
+0x5652 014149 store 1 ,mem_le_l2cap 
+:      014150 le_prepare_smp:
+0x5653 014151 set1 mark_ext_patch ,mark 
+0x5654 014152 bpatch patch2c_4 ,mem_patch2c 
+0x5655 014153 fetch 1 ,mem_le_l2cap 
+:      014154 le_prepare_smp0:
+0x5656 014155 beq smp_pairing_request ,le_send_smp_pairing_request 
+0x5657 014156 beq smp_pairing_response ,le_send_smp_pairing_response 
+0x5658 014157 beq smp_pairing_confirm ,le_send_smp_pairing_confirm 
+0x5659 014158 beq smp_pairing_random ,le_send_smp_pairing_random 
+0x565a 014159 beq smp_pairing_failed ,le_send_smp_pairing_failed 
+0x565b 014160 beq smp_encryption_information ,le_send_smp_encryption_information 
+0x565c 014161 beq smp_master_identification ,le_send_smp_master_identification 
+0x565d 014162 beq smp_identity_information ,le_send_smp_identity_information 
+0x565e 014163 beq smp_identity_address_information ,le_send_smp_identity_address_information 
+0x565f 014164 beq smp_signing_information ,le_send_smp_signing_information 
+0x5660 014165 beq smp_security_request ,le_send_smp_security_request 
+0x5661 014166 branch assert 
+:      014168 le_prepare_att:
+0x5662 014169 jam le_l2cap_cid_att ,mem_le_txcid 
+0x5663 014170 store 1 ,mem_le_l2cap 
+0x5664 014171 set1 mark_ext_patch ,mark 
+0x5665 014172 bpatch patch2c_5 ,mem_patch2c 
+:      014173 le_prepare_att0:
+0x5666 014174 fetch 1 ,mem_le_l2cap 
+0x5667 014175 beq attop_error_response ,le_send_att_error_response 
+0x5668 014176 beq attop_exchange_mtu_request ,le_send_att_exchange_mtu 
+0x5669 014177 beq attop_exchange_mtu_response ,le_send_att_exchange_mtu 
+0x566a 014178 beq attop_find_information_request ,le_send_att_find_information_request 
+0x566b 014179 beq attop_find_information_response ,le_send_att_find_information_response 
+0x566c 014180 beq attop_find_by_type_value_request ,le_send_att_find_by_type_value_request 
+0x566d 014181 beq attop_find_by_type_value_response ,le_send_att_find_by_type_value_response 
+0x566e 014182 beq attop_read_by_type_request ,le_send_att_read_by_type_request 
+0x566f 014183 beq attop_read_by_type_response ,le_send_att_read_by_type_response 
+0x5670 014184 beq attop_read_request ,le_send_att_read_request 
+0x5671 014185 beq attop_read_response ,le_send_att_read_response 
+0x5672 014186 beq attop_read_blob_request ,le_send_att_read_blob_request 
+0x5673 014187 beq attop_read_blob_response ,le_send_att_read_blob_response 
+0x5674 014188 beq attop_read_multiple_request ,le_send_att_read_multiple_request 
+0x5675 014189 beq attop_read_multiple_response ,le_send_att_read_multiple_response 
+0x5676 014190 beq attop_read_by_group_type_request ,le_send_att_read_by_group_type_request 
+0x5677 014191 beq attop_read_by_group_type_response ,le_send_att_read_by_group_type_response 
+0x5678 014192 beq attop_write_request ,le_send_att_write_request 
+0x5679 014193 beq attop_write_response ,le_send_att_write_response 
+0x567a 014194 beq attop_prepare_write_request ,le_send_att_prepare_write_request 
+0x567b 014195 beq attop_prepare_write_response ,le_send_att_prepare_write_response 
+0x567c 014196 beq attop_execute_write_request ,le_send_att_execute_write_request 
+0x567d 014197 beq attop_execute_write_response ,le_send_att_execute_write_response 
+0x567e 014198 beq attop_handle_value_notification ,le_send_att_handle_value_notification 
+0x567f 014199 beq attop_handle_value_indication ,le_send_att_handle_value_indication 
+0x5680 014200 beq attop_handle_value_confirmation ,le_send_att_handle_value_confirmation 
+0x5681 014201 beq attop_write_command ,le_send_att_write_command 
+0x5682 014202 beq attop_signed_write_command ,le_send_att_signed_write_command 
+0x5683 014203 beq empty_le_data_pre ,le_send_empty_le_data_pre 
+0x5684 014204 beq empty_le_data ,le_send_empty_le_data 
+0x5685 014205 branch assert 
+:      014207 le_send_empty_le_data_pre:
+0x5686 014208 jam attop_read_by_group_type_request ,mem_fifo_temp 
+0x5687 014209 call le_xtype_fifo_in 
+:      014211 le_send_empty_le_data:
+0x5688 014212 setarg 0x0011 
+0x5689 014213 store 2 ,mem_le_txheader 
+0x568a 014214 fetch 1 ,mem_le_arq 
+0x568b 014215 set1 wak ,pdata 
+0x568c 014216 store 1 ,mem_le_arq 
+0x568d 014217 jam attop_write_request ,mem_fifo_temp 
+0x568e 014218 branch le_xtype_fifo_in 
+:      014220 le_send_connection_update_req:
+0x568f 014221 force 12 ,temp 
+0x5690 014222 branch le_send_packet 
+:      014224 le_send_channel_map_req:
+0x5691 014225 force 8 ,temp 
+0x5692 014226 branch le_send_packet 
+:      014228 le_send_terminate_ind:
+0x5693 014229 force 2 ,temp 
+0x5694 014230 branch le_send_packet 
+:      014232 le_send_enc_req:
+0x5695 014233 force 0 ,pdata 
+0x5696 014234 istore 8 ,contw 
+0x5697 014235 istore 2 ,contw 
+0x5698 014236 copy contw ,temp 
+0x5699 014237 arg mem_le_skdm ,contw 
+0x569a 014238 force 8 ,loopcnt 
+0x569b 014239 call generate_random_loop 
+0x569c 014240 fetch 8 ,mem_le_skdm 
+0x569d 014241 istore 8 ,temp 
+0x569e 014242 copy contw ,temp 
+0x569f 014243 arg mem_le_ivm ,contw 
+0x56a0 014244 force 4 ,loopcnt 
+0x56a1 014245 call generate_random_loop 
+0x56a2 014246 fetch 4 ,mem_le_ivm 
+0x56a3 014247 istore 4 ,temp 
+0x56a4 014248 force 23 ,temp 
+0x56a5 014249 branch le_send_packet 
+:      014251 le_send_enc_rsp:
+0x56a6 014252 copy contw ,temp 
+0x56a7 014253 arg mem_le_skds ,contw 
+0x56a8 014254 force 8 ,loopcnt 
+0x56a9 014255 call generate_random_loop 
+0x56aa 014256 fetch 8 ,mem_le_skds 
+0x56ab 014257 istore 8 ,temp 
+0x56ac 014258 copy contw ,temp 
+0x56ad 014259 arg mem_le_ivs ,contw 
+0x56ae 014260 force 4 ,loopcnt 
+0x56af 014261 call generate_random_loop 
+0x56b0 014262 fetch 4 ,mem_le_ivs 
+0x56b1 014263 istore 4 ,temp 
+0x56b2 014264 call generate_sk 
+0x56b3 014265 jam xt_ll_start_enc_req ,mem_fifo_temp 
+0x56b4 014266 call le_xtype_fifo_in 
+0x56b5 014267 force 13 ,temp 
+0x56b6 014268 branch le_send_packet 
+:      014270 le_send_start_enc_req:
+0x56b7 014271 force 1 ,temp 
+0x56b8 014272 branch le_send_packet 
+:      014274 le_send_start_enc_rsp:
+0x56b9 014275 force 1 ,temp 
+0x56ba 014276 branch le_send_packet ,master 
+0x56bb 014277 jam xt_smp_encryption_information ,mem_fifo_temp 
+0x56bc 014278 call le_xtype_fifo_in 
+0x56bd 014279 force 1 ,temp 
+0x56be 014280 branch le_send_packet 
+:      014282 le_send_unknown_rsp:
+0x56bf 014283 force 2 ,temp 
+0x56c0 014284 branch le_send_packet 
+:      014286 le_send_feature:
+0x56c1 014287 setarg param_le_features 
+0x56c2 014288 istore 8 ,contw 
+0x56c3 014289 force 9 ,temp 
+0x56c4 014290 branch le_send_packet 
+:      014292 le_send_pause_enc_req:
+0x56c5 014293 force 6 ,temp 
+0x56c6 014294 branch le_send_packet 
+:      014296 le_send_pause_enc_rsp:
+0x56c7 014297 force 6 ,temp 
+0x56c8 014298 branch le_send_packet 
+:      014300 le_send_version_ind:
+0x56c9 014301 setarg param_le_version 
+0x56ca 014302 istore 3 ,contw 
+0x56cb 014303 setarg param_le_subversion 
+0x56cc 014304 istore 2 ,contw 
+0x56cd 014305 force 6 ,temp 
+0x56ce 014306 branch le_send_packet 
+:      014308 le_send_reject_ind:
+0x56cf 014309 force 2 ,temp 
+0x56d0 014310 branch le_send_packet 
+:      014312 le_send_conn_param_req:
+0x56d1 014313 increase -1 ,contw 
+0x56d2 014314 setarg 0x000c 
+0x56d3 014315 istore 2 ,contw 
+0x56d4 014316 setarg 0x0005 
+0x56d5 014317 istore 2 ,contw 
+0x56d6 014318 setarg 0xb412 
+0x56d7 014319 istore 2 ,contw 
+0x56d8 014320 setarg 0x0008 
+0x56d9 014321 istore 2 ,contw 
+0x56da 014322 setarg 0x0008 
+0x56db 014323 istore 2 ,contw 
+0x56dc 014324 setarg 0x0010 
+0x56dd 014325 istore 2 ,contw 
+0x56de 014326 setarg 0 
+0x56df 014327 istore 2 ,contw 
+0x56e0 014328 setarg 0x012c 
+0x56e1 014329 istore 2 ,contw 
+0x56e2 014330 call le_send_autolen 
+0x56e3 014331 force 2 ,type 
+0x56e4 014332 branch le_send_packet 
+:      014334 le_send_smp_pairing_request:
+0x56e5 014335 setarg 0x1000401 
+0x56e6 014336 store 4 ,mem_le_preq 
+0x56e7 014337 setarg 0x070710 
+0x56e8 014338 istore 3 ,contw 
+0x56e9 014339 fetch 6 ,mem_le_preq + 1 
+0x56ea 014340 store 6 ,mem_le_l2cap_response 
+0x56eb 014341 force 11 ,temp 
+0x56ec 014342 branch le_send_packet 
+:      014344 le_send_smp_pairing_response:
+0x56ed 014345 setarg param_smp_paring_response 
+0x56ee 014346 store 4 ,mem_le_pres 
+0x56ef 014347 setarg param_smp_key_dist 
+0x56f0 014348 istore 3 ,contw 
+0x56f1 014349 fetch 6 ,mem_le_pres + 1 
+0x56f2 014350 store 6 ,mem_le_l2cap_response 
+0x56f3 014351 force 11 ,temp 
+0x56f4 014352 branch le_send_packet 
+:      014354 le_send_smp_pairing_confirm:
+0x56f5 014355 call generate_confirm 
+0x56f6 014356 arg mem_le_l2cap_response ,contw 
+0x56f7 014357 call store_aes_result 
+0x56f8 014358 force 21 ,temp 
+0x56f9 014359 branch le_send_packet 
+:      014361 le_send_smp_pairing_random:
+0x56fa 014362 fetch 8 ,mem_le_mrand 
+0x56fb 014363 branch le_send_smp_mrandom ,master 
+0x56fc 014364 fetch 8 ,mem_le_srand 
+:      014366 le_send_smp_mrandom:
+0x56fd 014367 call le_send_smp_128 
+0x56fe 014368 branch le_send_packet 
+:      014370 le_send_smp_pairing_failed:
+0x56ff 014371 force 6 ,temp 
+0x5700 014372 branch le_send_packet 
+:      014374 le_send_smp_encryption_information:
+0x5701 014375 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x5702 014376 call ui_ipc_send_event 
+0x5703 014377 jam xt_smp_master_identification ,mem_fifo_temp 
+0x5704 014378 call le_xtype_fifo_in 
+0x5705 014379 arg mem_le_my_ltk ,contw 
+0x5706 014380 call generate_random 
+0x5707 014381 fetch 8 ,mem_le_my_ltk 
+0x5708 014382 fetch 8 ,mem_le_ltk 
+0x5709 014383 call le_send_smp_128 
+0x570a 014384 branch le_send_packet 
+:      014386 le_send_smp_master_identification:
+0x570b 014387 jam xt_smp_identity_information ,mem_fifo_temp 
+0x570c 014388 call le_xtype_fifo_in 
+0x570d 014389 arg mem_le_l2cap_response ,contw 
+0x570e 014390 force 8 ,loopcnt 
+0x570f 014391 call generate_random_loop 
+0x5710 014392 force 15 ,temp 
+0x5711 014393 branch le_send_packet 
+:      014395 le_send_smp_identity_information:
+0x5712 014396 jam xt_smp_identity_address_information ,mem_fifo_temp 
+0x5713 014397 call le_xtype_fifo_in 
+0x5714 014398 arg mem_le_l2cap_response ,contw 
+0x5715 014399 call generate_random 
+0x5716 014400 branch le_send_autolen 
+:      014402 le_send_smp_identity_address_information:
+0x5717 014403 jam xt_smp_signing_information ,mem_fifo_temp 
+0x5718 014404 call le_xtype_fifo_in 
+0x5719 014405 force 0 ,pdata 
+0x571a 014406 store 1 ,mem_le_l2cap_response 
+0x571b 014407 fetch 6 ,mem_le_lap 
+0x571c 014408 istore 6 ,contw 
+0x571d 014409 branch le_send_autolen 
+:      014411 le_send_smp_signing_information:
+0x571e 014412 arg mem_le_l2cap_response ,contw 
+0x571f 014413 call generate_random 
+0x5720 014414 branch le_send_autolen 
+:      014416 le_send_smp_security_request:
+0x5721 014417 force 6 ,temp 
+0x5722 014418 branch le_send_packet 
+:      014420 le_send_smp_128:
+0x5723 014421 store 8 ,mem_le_l2cap_response 
+0x5724 014422 ifetch 8 ,contr 
+0x5725 014423 istore 8 ,contw 
+0x5726 014424 force 21 ,temp 
+0x5727 014425 rtn 
+:      014427 le_send_att_error_response_notfound:
+0x5728 014428 jam att_err_attribute_not_found ,mem_le_err_code 
+:      014429 le_send_att_error_response:
+0x5729 014430 jam attop_error_response ,mem_le_l2cap 
+0x572a 014431 fetch 3 ,mem_le_att_opcode 
+0x572b 014432 store 3 ,mem_le_l2cap_response 
+0x572c 014433 fetch 1 ,mem_le_err_code 
+0x572d 014434 istore 1 ,contw 
+0x572e 014435 branch le_send_autolen 
+:      014437 le_send_att_exchange_mtu:
+0x572f 014438 setarg param_le_mtu 
+0x5730 014439 istore 2 ,contw 
+0x5731 014440 branch le_send_autolen 
+:      014442 le_send_att_find_information_request:
+0x5732 014443 fetch 2 ,mem_le_search_handle_start 
+0x5733 014444 store 2 ,mem_le_l2cap_response 
+0x5734 014445 fetch 2 ,mem_le_search_handle_end 
+0x5735 014446 istore 2 ,contw 
+0x5736 014447 branch le_send_autolen 
+:      014451 le_send_att_find_information_response:
+0x5737 014452 force 1 ,pdata 
+0x5738 014453 store 1 ,mem_le_l2cap_response 
+0x5739 014454 call le_init_attlist_search 
+:      014455 le_send_att_find_information_res_loop:
+0x573a 014456 call le_att_handle_inrange 
+0x573b 014457 branch le_send_att_find_information_res_end ,blank 
+0x573c 014458 nbranch le_send_att_find_information_res_next ,positive 
+0x573d 014459 disable user 
+0x573e 014460 istore 2 ,contw 
+0x573f 014461 ifetch 2 ,contr 
+0x5740 014462 istore 2 ,contw 
+:      014463 le_send_att_find_information_res_cont:
+0x5741 014464 ifetch 1 ,contr 
+0x5742 014465 iadd contr ,contr 
+0x5743 014466 branch le_send_att_find_information_res_loop 
+:      014467 le_send_att_find_information_res_next:
+0x5744 014468 increase 2 ,contr 
+0x5745 014469 branch le_send_att_find_information_res_cont 
+:      014470 le_send_att_find_information_res_end:
+0x5746 014471 branch le_send_att_error_response_notfound ,user 
+0x5747 014472 branch le_send_autolen 
+:      014475 le_send_att_find_by_type_value_request:
+0x5748 014476 fetch 2 ,mem_le_search_handle_start 
+0x5749 014477 branch le_send_empty_le_data ,blank 
+0x574a 014478 store 2 ,mem_le_l2cap_response 
+0x574b 014479 fetch 2 ,mem_le_search_handle_end 
+0x574c 014481 istore 2 ,contw 
+0x574d 014482 fetch 2 ,mem_le_uuid 
+0x574e 014484 istore 2 ,contw 
+0x574f 014485 fetch 2 ,mem_le_search_att_type 
+0x5750 014487 istore 2 ,contw 
+0x5751 014488 branch le_send_autolen 
+:      014491 le_send_att_find_by_type_value_response:
+0x5752 014492 call le_start_end_handle_check_1 
+0x5753 014493 rtn user 
+0x5754 014494 fetcht 2 ,mem_le_uuid 
+0x5755 014495 setarg uuid_gatt_primary_service 
+0x5756 014496 isub temp ,null 
+0x5757 014497 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x5758 014498 setarg uuid_gatt_secondary_service 
+0x5759 014499 isub temp ,null 
+0x575a 014500 branch le_send_att_error_response_notfound ,zero 
+0x575b 014501 setarg uuid_gatt_include 
+0x575c 014502 isub temp ,null 
+0x575d 014503 branch le_send_att_error_response_notfound ,zero 
+0x575e 014504 setarg uuid_gatt_characteristic 
+0x575f 014505 isub temp ,null 
+0x5760 014506 branch le_send_att_error_response_notfound ,zero 
+0x5761 014507 branch le_send_att_error_response_notfound 
+:      014509 le_send_att_find_by_type_value_res_primary:
+0x5762 014510 fetcht 2 ,mem_le_search_att_type 
+0x5763 014511 increase 2 ,contr 
+0x5764 014512 ifetch 1 ,contr 
+0x5765 014513 icopy regc 
+0x5766 014514 increase 1 ,regc 
+:      014516 le_send_att_find_by_type_value_res_primary_search_loop:
+0x5767 014517 increase -1 ,regc 
+0x5768 014518 branch le_send_att_error_response_notfound ,zero 
+0x5769 014519 ifetch 2 ,contr 
+0x576a 014520 isub temp ,null 
+0x576b 014521 branch le_send_att_find_by_type_value_res_primary_search_end ,zero 
+0x576c 014522 increase 4 ,contr 
+0x576d 014523 branch le_send_att_find_by_type_value_res_primary_search_loop 
+:      014525 le_send_att_find_by_type_value_res_primary_search_end:
+0x576e 014526 ifetch 2 ,contr 
+0x576f 014527 icopy rega 
+0x5770 014528 ifetch 2 ,contr 
+0x5771 014529 icopy regb 
+0x5772 014530 call le_start_end_handle_check_2 
+0x5773 014531 rtn user 
+0x5774 014532 jam attop_find_by_type_value_response ,mem_le_l2cap 
+0x5775 014533 deposit rega 
+0x5776 014534 store 2 ,mem_le_l2cap_response 
+0x5777 014535 deposit regb 
+0x5778 014536 istore 2 ,contw 
+0x5779 014537 force 9 ,temp 
+0x577a 014538 branch le_send_packet 
+:      014543 le_start_end_handle_check_1:
+0x577b 014544 disable user 
+0x577c 014545 fetcht 2 ,mem_le_search_handle_start 
+0x577d 014546 fetch 2 ,mem_le_search_handle_end 
+0x577e 014547 isub temp ,null 
+0x577f 014548 nbranch le_start_end_handle_check_1_fail ,positive 
+0x5780 014549 deposit temp 
+0x5781 014550 rtnne 0 
+:      014552 le_start_end_handle_check_1_fail:
+0x5782 014553 enable user 
+:      014554 le_send_att_invalid_handle:
+0x5783 014555 jam att_err_invalid_handle ,mem_le_err_code 
+0x5784 014556 branch le_send_att_error_response 
+:      014558 le_start_end_handle_check_2:
+0x5785 014559 disable user 
+0x5786 014560 fetcht 2 ,mem_le_search_handle_start 
+0x5787 014561 deposit rega 
+0x5788 014562 isub temp ,null 
+0x5789 014563 nbranch le_start_end_handle_check_2_fail ,positive 
+0x578a 014564 fetch 2 ,mem_le_search_handle_end 
+0x578b 014565 isub regb ,null 
+0x578c 014566 nbranch le_start_end_handle_check_2_fail ,positive 
+0x578d 014567 deposit regb 
+0x578e 014568 isub rega ,null 
+0x578f 014569 nbranch le_start_end_handle_check_2_fail ,positive 
+0x5790 014570 rtn 
+:      014572 le_start_end_handle_check_2_fail:
+0x5791 014573 enable user 
+0x5792 014574 branch le_send_att_error_response_notfound 
+:      014577 le_send_att_read_by_type_request:
+0x5793 014578 fetch 2 ,mem_le_search_handle_start 
+0x5794 014580 istore 2 ,contw 
+0x5795 014581 fetch 2 ,mem_le_search_handle_end 
+0x5796 014583 istore 2 ,contw 
+0x5797 014584 fetch 2 ,mem_le_search_att_type 
+0x5798 014585 istore 2 ,contw 
+0x5799 014586 force 11 ,temp 
+0x579a 014587 branch le_send_packet 
+:      014590 le_send_att_read_by_type_response:
+0x579b 014591 fetcht 2 ,mem_le_search_att_type 
+0x579c 014592 setarg uuid_gatt_characteristic 
+0x579d 014593 isub temp ,null 
+0x579e 014594 setarg 7 
+0x579f 014595 branch le_send_att_read_by_type_res_cont ,zero 
+0x57a0 014596 setarg uuid_gatt_primary_service 
+0x57a1 014597 isub temp ,null 
+0x57a2 014598 setarg 6 
+0x57a3 014599 branch le_send_att_read_by_type_res_cont ,zero 
+0x57a4 014600 branch le_send_att_error_response_notfound 
+:      014601 le_send_att_read_by_type_res_cont:
+0x57a5 014602 store 1 ,mem_le_l2cap_response 
+0x57a6 014603 call le_init_attlist_search 
+0x57a7 014604 force 3 ,alarm 
+:      014605 le_send_att_read_by_type_res_loop:
+0x57a8 014606 call le_att_handle_inrange 
+0x57a9 014607 branch le_send_att_read_by_type_res_end ,blank 
+0x57aa 014608 nbranch le_send_att_read_by_type_res_next ,positive 
+0x57ab 014609 iforce rega 
+0x57ac 014610 ifetch 2 ,contr 
+0x57ad 014611 isub temp ,null 
+0x57ae 014612 nbranch le_send_att_read_by_type_res_next2 ,zero 
+0x57af 014613 disable user 
+0x57b0 014614 deposit rega 
+0x57b1 014615 istore 2 ,contw 
+0x57b2 014616 ifetch 1 ,contr 
+0x57b3 014617 add pdata ,4 ,loopcnt 
+0x57b4 014618 call memcpy 
+0x57b5 014619 increase -1 ,alarm 
+0x57b6 014620 branch le_send_att_read_by_type_res_end ,zero 
+0x57b7 014621 branch le_send_att_read_by_type_res_next2 
+:      014622 le_send_att_read_by_type_res_next:
+0x57b8 014623 increase 2 ,contr 
+:      014624 le_send_att_read_by_type_res_next2:
+0x57b9 014625 ifetch 1 ,contr 
+0x57ba 014626 iadd contr ,contr 
+0x57bb 014627 branch le_send_att_read_by_type_res_loop 
+:      014628 le_send_att_read_by_type_res_end:
+0x57bc 014629 branch le_send_att_error_response_notfound ,user 
+0x57bd 014630 branch le_send_autolen 
+:      014633 le_send_att_read_request:
+0x57be 014634 fetch 1 ,mem_le_temp 
+0x57bf 014636 increase -1 ,pdata 
+0x57c0 014637 store 1 ,mem_le_temp 
+0x57c1 014638 lshift pdata ,pdata 
+0x57c2 014640 iadd contr ,contr 
+0x57c3 014641 ifetcht 2 ,contr 
+0x57c4 014642 storet 2 ,mem_le_l2cap_response 
+0x57c5 014643 branch le_send_autolen 
+:      014645 le_send_att_read_response:
+0x57c6 014646 fetcht 2 ,mem_le_att_handle 
+0x57c7 014647 call le_att_get_handle_ptr 
+0x57c8 014648 branch le_send_att_error_response_notfound ,blank 
+0x57c9 014649 ifetch 1 ,contr 
+0x57ca 014650 branch le_send_autolen ,blank 
+0x57cb 014651 sub pdata ,22 ,null 
+0x57cc 014652 branch le_send_att_read_response_less ,positive 
+0x57cd 014653 force 22 ,pdata 
+:      014654 le_send_att_read_response_less:
+0x57ce 014655 icopy loopcnt 
+0x57cf 014656 call memcpy 
+0x57d0 014657 branch le_send_autolen 
+:      014660 le_send_att_read_blob_request:
+0x57d1 014661 setarg 0x0003 
+0x57d2 014662 store 2 ,mem_le_l2cap_response 
+0x57d3 014663 setarg 0x0008 
+0x57d4 014664 istore 2 ,contw 
+0x57d5 014665 branch le_send_autolen 
+:      014667 le_send_att_read_blob_response:
+0x57d6 014668 fetch 2 ,mem_le_att_offset 
+0x57d7 014669 iforce rega 
+0x57d8 014670 fetcht 2 ,mem_le_att_handle 
+0x57d9 014671 call le_att_get_handle_ptr 
+0x57da 014672 branch le_send_att_error_response_notfound ,blank 
+0x57db 014673 ifetch 1 ,contr 
+0x57dc 014674 isub rega ,loopcnt 
+0x57dd 014675 nbranch le_send_att_error_response_notfound ,positive 
+0x57de 014676 sub loopcnt ,22 ,null 
+0x57df 014677 branch le_send_att_read_blob_response_less ,positive 
+0x57e0 014678 force 22 ,loopcnt 
+:      014679 le_send_att_read_blob_response_less:
+0x57e1 014680 deposit rega 
+0x57e2 014681 iadd contr ,contr 
+0x57e3 014682 call memcpy 
+0x57e4 014683 branch le_send_autolen 
+:      014685 le_send_att_read_multiple_request:
+0x57e5 014686 setarg 0x0003 
+0x57e6 014687 istore 2 ,contw 
+0x57e7 014688 setarg 0x0007 
+0x57e8 014689 istore 2 ,contw 
+0x57e9 014690 setarg 0x0009 
+0x57ea 014691 istore 2 ,contw 
+0x57eb 014692 branch le_send_autolen 
+:      014694 le_send_att_read_multiple_response:
+0x57ec 014695 fetch 1 ,mem_le_temp 
+0x57ed 014696 icopy regc 
+0x57ee 014697 arg mem_le_rxbuf + 7 ,rega 
+0x57ef 014698 arg mem_le_l2cap_response ,regb 
+0x57f0 014699 arg 0 ,timeup 
+0x57f1 014700 disable user7 
+:      014702 le_send_att_read_multiple_response_loop:
+0x57f2 014703 copy rega ,contr 
+0x57f3 014704 ifetcht 2 ,contr 
+0x57f4 014705 copy contr ,rega 
+0x57f5 014706 call le_att_get_handle_ptr 
+0x57f6 014707 branch le_send_att_read_multiple_response_end ,blank 
+0x57f7 014708 ifetch 1 ,contr 
+0x57f8 014709 icopy loopcnt 
+0x57f9 014710 iadd timeup ,timeup 
+0x57fa 014714 sub timeup ,24 ,null 
+0x57fb 014715 nbranch le_send_att_read_multiple_response_end_1 ,positive 
+0x57fc 014716 copy regb ,contw 
+:      014718 le_copy_att_value_loop_3:
+0x57fd 014719 ifetch 1 ,contr 
+0x57fe 014720 istore 1 ,contw 
+0x57ff 014721 loop le_copy_att_value_loop_3 
+0x5800 014722 copy contw ,regb 
+0x5801 014723 enable user7 
+0x5802 014724 increase -1 ,regc 
+0x5803 014725 branch le_send_att_read_multiple_response_end ,zero 
+0x5804 014726 branch le_send_att_read_multiple_response_loop 
+:      014728 le_send_att_read_multiple_response_end:
+0x5805 014729 nbranch le_send_att_read_multiple_response_fail ,user7 
+0x5806 014730 disable user7 
+0x5807 014731 copy timeup ,temp 
+0x5808 014732 increase 5 ,temp 
+0x5809 014733 branch le_send_packet 
+:      014735 le_send_att_read_multiple_response_end_1:
+0x580a 014736 nbranch le_send_att_read_multiple_response_fail ,user7 
+0x580b 014737 disable user7 
+0x580c 014738 deposit timeup 
+0x580d 014739 isub loopcnt ,temp 
+0x580e 014740 increase 5 ,temp 
+0x580f 014741 branch le_send_packet 
+:      014743 le_send_att_read_multiple_response_fail:
+0x5810 014744 jam att_err_unsupported_group_type ,mem_le_err_code 
+0x5811 014745 branch le_send_att_error_response 
+:      014748 le_send_att_read_by_group_type_request:
+0x5812 014749 fetch 2 ,mem_le_att_handle 
+0x5813 014750 branch le_send_empty_le_data ,blank 
+0x5814 014751 istore 2 ,contw 
+0x5815 014752 setarg 0xffff 
+0x5816 014753 istore 2 ,contw 
+0x5817 014754 setarg 0x2800 
+0x5818 014755 istore 2 ,contw 
+0x5819 014756 branch le_send_autolen 
+:      014759 le_send_att_read_by_group_type_response:
+0x581a 014760 setarg 0x06 
+0x581b 014761 store 1 ,mem_le_l2cap_response 
+0x581c 014762 fetch 2 ,mem_le_search_att_type 
+0x581d 014763 iforce rega 
+0x581e 014764 call le_init_attlist_search 
+0x581f 014765 force 3 ,loopcnt 
+:      014766 le_send_att_read_by_group_type_response_loop:
+0x5820 014767 call le_att_handle_inrange 
+0x5821 014768 branch le_send_att_read_by_group_type_response_last ,blank 
+0x5822 014769 nbranch le_send_att_read_by_group_type_response_next ,positive 
+0x5823 014770 iforce alarm 
+0x5824 014771 ifetch 2 ,contr 
+0x5825 014772 isub rega ,null 
+0x5826 014773 nbranch le_send_att_read_by_group_type_response_cont ,zero 
+0x5827 014774 deposit alarm 
+0x5828 014775 branch le_send_att_read_by_group_type_response_first ,user 
+0x5829 014776 increase -1 ,pdata 
+0x582a 014777 istore 2 ,contw 
+0x582b 014778 istoret 2 ,contw 
+0x582c 014779 increase 1 ,pdata 
+0x582d 014780 increase -1 ,loopcnt 
+0x582e 014781 branch le_send_autolen ,zero 
+:      014782 le_send_att_read_by_group_type_response_first:
+0x582f 014783 disable user 
+0x5830 014784 istore 2 ,contw 
+0x5831 014785 increase 1 ,contr 
+0x5832 014786 ifetcht 2 ,contr 
+0x5833 014787 increase -3 ,contr 
+0x5834 014788 branch le_send_att_read_by_group_type_response_cont 
+:      014789 le_send_att_read_by_group_type_response_last:
+0x5835 014790 branch le_send_att_error_response_notfound ,user 
+0x5836 014791 force -1 ,pdata 
+0x5837 014792 istore 2 ,contw 
+0x5838 014793 istoret 2 ,contw 
+0x5839 014794 branch le_send_autolen 
+:      014795 le_send_att_read_by_group_type_response_next:
+0x583a 014796 increase 2 ,contr 
+:      014797 le_send_att_read_by_group_type_response_cont:
+0x583b 014798 ifetch 1 ,contr 
+0x583c 014799 iadd contr ,contr 
+0x583d 014800 branch le_send_att_read_by_group_type_response_loop 
+:      014804 le_send_att_write_request:
+0x583e 014805 fetch 2 ,mem_le_notify_handle 
+0x583f 014806 store 2 ,mem_le_l2cap_response 
+0x5840 014807 fetch 1 ,mem_le_handle_data_len 
+0x5841 014808 copy pdata ,loopcnt 
+0x5842 014809 arg mem_le_handle_data ,contr 
+0x5843 014810 call memcpy 
+0x5844 014811 branch le_send_autolen 
+:      014813 le_send_att_write_response:
+0x5845 014814 fetcht 2 ,mem_le_att_handle 
+0x5846 014815 call le_att_get_handle_ptr 
+0x5847 014816 branch le_send_att_write_response_go ,blank 
+0x5848 014817 increase -2 ,contr 
+0x5849 014818 ifetcht 2 ,contr 
+0x584a 014819 setarg uuid_client_characteristic 
+0x584b 014820 isub temp ,null 
+0x584c 014821 nbranch le_send_att_write_response_go ,zero 
+0x584d 014822 increase 1 ,contr 
+0x584e 014823 ifetcht 2 ,contr 
+0x584f 014824 setarg 0x0001 
+0x5850 014825 isub temp ,null 
+0x5851 014826 branch le_send_att_write_response_notify ,zero 
+0x5852 014827 setarg 0x0000 
+0x5853 014828 isub temp ,null 
+0x5854 014829 nbranch le_send_att_write_response_go ,zero 
+0x5855 014830 branch le_send_att_write_response_go 
+:      014832 le_send_att_write_response_notify:
+0x5856 014833 increase -7 ,contr 
+0x5857 014834 ifetch 2 ,contr 
+0x5858 014835 increase -1 ,pdata 
+0x5859 014836 store 2 ,mem_le_notify_handle 
+0x585a 014837 jam attop_handle_value_notification ,mem_fifo_temp 
+0x585b 014838 call le_xtype_fifo_in 
+:      014841 le_send_att_write_response_go:
+0x585c 014842 force 5 ,temp 
+0x585d 014843 branch le_send_packet 
+:      014845 le_send_att_prepare_write_request:
+0x585e 014846 force 6 ,temp 
+0x585f 014847 branch le_send_packet 
+:      014849 le_send_att_prepare_write_response:
+0x5860 014850 force 6 ,temp 
+0x5861 014851 branch le_send_packet 
+:      014853 le_send_att_execute_write_request:
+0x5862 014854 force 6 ,temp 
+0x5863 014855 branch le_send_packet 
+:      014857 le_send_att_execute_write_response:
+0x5864 014858 force 6 ,temp 
+0x5865 014859 branch le_send_packet 
+:      014861 le_att_check_notification_enable:
+0x5866 014862 set1 mark_ext_patch ,mark 
+0x5867 014863 bpatch patch2c_6 ,mem_patch2c 
+0x5868 014864 increase 1 ,temp 
+0x5869 014865 call le_att_get_handle_ptr 
+0x586a 014866 increase -2 ,contr 
+0x586b 014867 ifetch 2 ,contr 
+0x586c 014868 arg client_charactertic_configuration ,temp 
+0x586d 014869 isub temp ,null 
+0x586e 014870 nrtn zero 
+0x586f 014871 increase 1 ,contr 
+0x5870 014872 copy contr ,rega 
+0x5871 014873 ifetch 1 ,contr 
+0x5872 014874 rtn 
+:      014876 le_send_att_handle_value_notification:
+0x5873 014877 jam 0 ,mem_le_notify_len 
+0x5874 014878 fetch 2 ,mem_cb_update_notify_value 
+0x5875 014879 call callback_func 
+0x5876 014880 arg mem_le_l2cap ,contw 
+0x5877 014881 increase 1 ,contw 
+0x5878 014882 fetcht 2 ,mem_le_notify_handle 
+0x5879 014883 istoret 2 ,contw 
+0x587a 014884 call le_att_get_handle_ptr 
+0x587b 014885 ifetch 1 ,contr 
+0x587c 014886 icopy loopcnt 
+0x587d 014887 call memcpy 
+0x587e 014888 fetcht 1 ,mem_le_notify_len 
+0x587f 014889 increase 7 ,temp 
+0x5880 014890 call le_send_packet 
+0x5881 014891 branch le_clear_notify_att 
+:      014893 le_send_att_handle_value_indication:
+0x5882 014894 force 6 ,temp 
+0x5883 014895 branch le_send_packet 
+:      014897 le_send_att_handle_value_confirmation:
+0x5884 014898 force 6 ,temp 
+0x5885 014899 branch le_send_packet 
+:      014901 le_send_att_write_command:
+0x5886 014902 force 6 ,temp 
+0x5887 014903 branch le_send_packet 
+:      014905 le_send_att_signed_write_command:
+0x5888 014906 force 6 ,temp 
+0x5889 014907 branch le_send_packet 
+:      014910 le_send_autolen:
+0x588a 014911 set1 mark_ext_patch ,mark 
+0x588b 014912 bpatch patch2c_7 ,mem_patch2c 
+0x588c 014913 setarg mem_le_txpayload 
+0x588d 014914 isub contw ,pdata 
+0x588e 014915 sub pdata ,0 ,temp 
+0x588f 014916 branch le_send_packet 
+:      014919 le_send_empty:
+0x5890 014920 force 0 ,temp 
+0x5891 014921 force 1 ,type 
+:      014923 le_send_packet:
+0x5892 014924 set1 mark_ext_patch ,mark 
+0x5893 014925 bpatch patch2d_0 ,mem_patch2d 
+0x5894 014926 storet 1 ,mem_le_txlen 
+0x5895 014927 compare 2 ,type ,3 
+0x5896 014928 nbranch le_send_non_l2cap ,true 
+0x5897 014929 add temp ,-4 ,pdata 
+0x5898 014930 store 2 ,mem_le_txpayload 
+:      014932 le_send_non_l2cap:
+0x5899 014933 fetcht 1 ,mem_le_arq 
+0x589a 014934 call le_xtype_fifo_is_empty 
+0x589b 014935 nsetflag blank ,md ,temp 
+0x589c 014936 set1 wak ,temp 
+0x589d 014937 and temp ,0xfc ,pdata 
+0x589e 014938 ior type ,pdata 
+0x589f 014939 store 1 ,mem_le_arq 
+0x58a0 014940 and_into 0x1f ,pdata 
+0x58a1 014941 store 1 ,mem_le_txheader 
+0x58a2 014942 set1 mark_ext_patch ,mark 
+0x58a3 014943 bpatch patch2d_1 ,mem_patch2d 
+0x58a4 014944 fetch 1 ,mem_le_txheader 
+0x58a5 014945 compare 1 ,type ,3 
+0x58a6 014946 rtn true 
+0x58a7 014947 fetch 7 ,mem_le_txheader + 1 
+0x58a8 014948 fetch 1 ,mem_le_state 
+0x58a9 014949 rtnbit0 lestate_encryption 
+0x58aa 014950 call load_sk 
+0x58ab 014951 branch le_encrypt 
+:      014953 le_parse:
+0x58ac 014954 set1 mark_ext_patch ,mark 
+0x58ad 014955 bpatch patch2d_2 ,mem_patch2d 
+0x58ae 014956 call le_xtype_fifo_is_full 
+0x58af 014957 nbranch assert ,blank 
+0x58b0 014958 nrtn blank 
+0x58b1 014959 fetch 1 ,mem_le_rxbuf + 1 
+0x58b2 014960 rtn blank 
+0x58b3 014961 fetch 1 ,mem_le_rxbuf 
+0x58b4 014962 compare 1 ,pdata ,3 
+0x58b5 014963 branch le_parse_l2cap ,true 
+0x58b6 014964 fetch 7 ,mem_le_rxbuf + 1 
+0x58b7 014965 fetch 1 ,mem_le_rxbuf 
+0x58b8 014966 compare 2 ,pdata ,3 
+0x58b9 014967 branch le_parse_l2cap ,true 
+0x58ba 014968 fetch 1 ,mem_le_rxbuf + 2 
+0x58bb 014969 store 1 ,mem_le_rx_ll_opcode 
+0x58bc 014970 copy pdata ,regc 
+0x58bd 014971 set1 mark_ext_patch ,mark 
+0x58be 014972 bpatch patch2d_3 ,mem_patch2d 
+0x58bf 014973 copy regc ,pdata 
+0x58c0 014974 beq ll_connection_update_req ,le_parse_connection_update_req 
+0x58c1 014975 beq ll_channel_map_req ,le_parse_channel_map_req 
+0x58c2 014976 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x58c3 014977 beq ll_enc_req ,le_parse_enc_req 
+0x58c4 014978 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x58c5 014979 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x58c6 014980 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x58c7 014981 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x58c8 014982 beq ll_feature_req ,le_parse_feature_req 
+0x58c9 014983 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x58ca 014984 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x58cb 014985 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x58cc 014986 beq ll_version_ind ,le_parse_version_ind 
+0x58cd 014987 beq ll_reject_ind ,le_parse_reject_ind 
+0x58ce 014988 branch assert 
+:      014990 le_parse_l2cap:
+0x58cf 014991 fetch 1 ,mem_le_rxbuf + 1 
+0x58d0 014992 and pdata ,0x1f ,pdata 
+0x58d1 014993 rtn blank 
+0x58d2 014994 fetch 1 ,mem_device_option 
+0x58d3 014995 beq dvc_op_hci ,le_acl_upgoing 
+0x58d4 014996 fetch 2 ,mem_le_rxbuf + 4 
+0x58d5 014997 beq le_l2cap_cid_att ,le_parse_att 
+0x58d6 014998 beq le_l2cap_cid_smp ,le_parse_smp 
+0x58d7 014999 rtn 
+:      015001 le_acl_upgoing:
+0x58d8 015002 set1 mark_ext_patch ,mark 
+0x58d9 015003 bpatch patch2d_4 ,mem_patch2d 
+0x58da 015004 call hci_get_packet_ptr 
+0x58db 015005 fetch 1 ,mem_le_conn_handle 
+0x58dc 015006 fetcht 1 ,mem_le_rxbuf 
+0x58dd 015007 and_into 3 ,temp 
+0x58de 015008 lshift8 temp ,temp 
+0x58df 015009 lshift4 temp ,temp 
+0x58e0 015010 ior temp ,pdata 
+0x58e1 015011 istore 2 ,contwu 
+0x58e2 015012 fetcht 1 ,mem_le_rxbuf + 1 
+0x58e3 015013 and temp ,0x1f ,temp 
+0x58e4 015014 istoret 2 ,contwu 
+0x58e5 015015 copy temp ,loopcnt 
+0x58e6 015016 call uart_copy_tx_bytes 
+0x58e7 015017 add temp ,4 ,loopcnt 
+0x58e8 015018 call h4_send_packet_acl 
+0x58e9 015019 branch h4_send_acl_trigger 
+:      015021 le_acl_downgoing:
+0x58ea 015022 set1 mark_ext_patch ,mark 
+0x58eb 015023 bpatch patch2d_5 ,mem_patch2d 
+0x58ec 015024 arg 0x2 ,type 
+0x58ed 015025 ifetch 2 ,contru 
+0x58ee 015026 ifetch 2 ,contru 
+0x58ef 015027 branch assert ,blank 
+0x58f0 015028 copy pdata ,loopcnt 
+0x58f1 015029 arg mem_le_txpayload ,contw 
+0x58f2 015030 call uart_copy_rx_bytes 
+0x58f3 015031 branch le_send_autolen 
+:      015033 le_parse_smp:
+0x58f4 015034 set1 mark_ext_patch ,mark 
+0x58f5 015035 bpatch patch2d_6 ,mem_patch2d 
+0x58f6 015036 ifetch 1 ,contr 
+0x58f7 015037 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x58f8 015038 beq smp_pairing_response ,le_parse_smp_pairing_response 
+0x58f9 015039 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x58fa 015040 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x58fb 015041 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x58fc 015042 beq smp_encryption_information ,le_parse_smp_encryption_information 
+0x58fd 015043 beq smp_master_identification ,le_parse_smp_master_identification 
+0x58fe 015044 beq smp_identity_information ,le_parse_smp_identity_information 
+0x58ff 015045 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x5900 015046 beq smp_signing_information ,le_parse_smp_signing_information 
+0x5901 015047 beq smp_security_request ,le_parse_smp_security_request 
+0x5902 015048 branch assert 
+:      015050 le_parse_att:
+0x5903 015051 set1 mark_ext_patch ,mark 
+0x5904 015052 bpatch patch2d_7 ,mem_patch2d 
+0x5905 015053 ifetch 3 ,contr 
+0x5906 015054 store 3 ,mem_le_att_opcode 
+:      015055 le_parse_att_p:
+0x5907 015056 beq attop_error_response ,le_parse_att_error_response 
+0x5908 015057 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x5909 015058 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x590a 015059 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x590b 015060 beq attop_find_information_response ,le_parse_att_find_information_response 
+0x590c 015061 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x590d 015062 beq attop_find_by_type_value_response ,le_parse_att_find_by_type_value_response 
+0x590e 015063 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x590f 015064 beq attop_read_by_type_response ,le_parse_att_read_by_type_response 
+0x5910 015065 beq attop_read_request ,le_parse_att_read_request 
+0x5911 015066 beq attop_read_response ,le_parse_att_read_response 
+0x5912 015067 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x5913 015068 beq attop_read_blob_response ,le_parse_att_read_blob_response 
+0x5914 015069 beq attop_read_multiple_request ,le_parse_att_read_multiple_request 
+0x5915 015070 beq attop_read_multiple_response ,le_parse_att_read_multiple_response 
+0x5916 015071 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x5917 015072 beq attop_read_by_group_type_response ,le_parse_att_read_by_group_type_response 
+0x5918 015073 beq attop_write_request ,le_parse_att_write_request 
+0x5919 015074 beq attop_write_response ,le_parse_att_write_response 
+0x591a 015075 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x591b 015076 beq attop_prepare_write_response ,le_parse_att_prepare_write_response 
+0x591c 015077 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x591d 015078 beq attop_execute_write_response ,le_parse_att_execute_write_response 
+0x591e 015079 beq attop_handle_value_notification ,le_parse_att_handle_value_notification 
+0x591f 015080 beq attop_handle_value_indication ,le_parse_att_handle_value_indication 
+0x5920 015081 beq attop_handle_value_confirmation ,le_parse_att_handle_value_confirmation 
+0x5921 015082 beq attop_write_command ,le_parse_att_write_command 
+0x5922 015083 beq attop_signed_write_command ,le_parse_att_signed_write_command 
+0x5923 015084 branch assert 
+:      015087 le_parse_connection_update_req:
+0x5924 015088 ifetch 9 ,contr 
+0x5925 015089 store 9 ,mem_le_new_param 
+0x5926 015090 ifetch 2 ,contr 
+0x5927 015091 store 2 ,mem_le_instant 
+0x5928 015092 fetch 1 ,mem_le_state 
+0x5929 015093 set1 lestate_update_param ,pdata 
+0x592a 015094 store 1 ,mem_le_state 
+0x592b 015095 rtn 
+:      015097 le_parse_channel_map_req:
+0x592c 015098 ifetch 5 ,contr 
+0x592d 015099 store 5 ,mem_le_new_map 
+0x592e 015100 ifetch 2 ,contr 
+0x592f 015101 store 2 ,mem_le_instant 
+0x5930 015102 fetch 1 ,mem_le_state 
+0x5931 015103 set1 lestate_update_map ,pdata 
+0x5932 015104 store 1 ,mem_le_state 
+0x5933 015105 rtn 
+:      015107 le_parse_terminate_ind:
+0x5934 015108 fetch 1 ,mem_le_op 
+0x5935 015109 set1 op_disconn ,pdata 
+0x5936 015110 store 1 ,mem_le_op 
+0x5937 015111 rtn 
+:      015113 le_parse_enc_req:
+0x5938 015114 increase 10 ,contr 
+0x5939 015115 ifetch 8 ,contr 
+0x593a 015116 store 8 ,mem_le_skdm 
+0x593b 015117 ifetch 4 ,contr 
+0x593c 015118 store 4 ,mem_le_ivm 
+0x593d 015119 jam xt_ll_enc_rsp ,mem_fifo_temp 
+0x593e 015120 branch le_xtype_fifo_in 
+:      015122 le_parse_enc_rsp:
+0x593f 015123 ifetch 8 ,contr 
+0x5940 015124 store 8 ,mem_le_skds 
+0x5941 015125 ifetch 4 ,contr 
+0x5942 015126 store 4 ,mem_le_ivs 
+0x5943 015127 branch generate_sk 
+:      015129 le_parse_start_enc_req:
+0x5944 015130 fetch 1 ,mem_le_state 
+0x5945 015131 set1 lestate_encryption ,pdata 
+0x5946 015132 store 1 ,mem_le_state 
+0x5947 015133 jam xt_ll_start_enc_rsp ,mem_fifo_temp 
+0x5948 015134 branch le_xtype_fifo_in 
+:      015136 le_parse_start_enc_rsp:
+0x5949 015137 rtn master 
+0x594a 015138 jam xt_ll_start_enc_rsp ,mem_fifo_temp 
+0x594b 015139 branch le_xtype_fifo_in 
+:      015141 le_parse_unknown_rsp:
+0x594c 015142 rtn 
+:      015144 le_parse_feature_req:
+0x594d 015145 jam xt_ll_feature_rsp ,mem_fifo_temp 
+0x594e 015146 branch le_xtype_fifo_in 
+:      015148 le_parse_feature_rsp:
+0x594f 015149 rtn 
+:      015151 le_parse_pause_enc_req:
+0x5950 015152 rtn 
+:      015154 le_parse_pause_enc_rsp:
+0x5951 015155 rtn 
+:      015157 le_parse_version_ind:
+0x5952 015158 rtn master 
+0x5953 015159 jam xt_ll_version_ind ,mem_fifo_temp 
+0x5954 015160 branch le_xtype_fifo_in 
+:      015162 le_parse_reject_ind:
+0x5955 015163 rtn 
+:      015166 le_parse_smp_pairing_request:
+0x5956 015167 store 1 ,mem_le_preq 
+0x5957 015168 ifetch 6 ,contr 
+0x5958 015169 istore 6 ,contw 
+0x5959 015170 jam xt_smp_pairing_response ,mem_fifo_temp 
+0x595a 015171 branch le_xtype_fifo_in 
+:      015173 le_parse_smp_pairing_response:
+0x595b 015174 store 1 ,mem_le_pres 
+0x595c 015175 ifetch 6 ,contr 
+0x595d 015176 istore 6 ,contw 
+0x595e 015177 jam xt_smp_pairing_confirm ,mem_fifo_temp 
+0x595f 015178 branch le_xtype_fifo_in 
+:      015180 le_parse_smp_pairing_confirm:
+0x5960 015181 arg mem_le_rconfirm ,contw 
+0x5961 015182 call memcpy16 
+0x5962 015183 jam xt_smp_pairing_random ,mem_fifo_temp 
+0x5963 015184 branch le_xtype_fifo_in ,master 
+0x5964 015185 jam xt_smp_pairing_confirm ,mem_fifo_temp 
+0x5965 015186 branch le_xtype_fifo_in 
+:      015188 le_parse_smp_pairing_random:
+0x5966 015189 call authenticate_rconfirm 
+0x5967 015190 branch le_parse_smp_pairing_random_success ,zero 
+0x5968 015191 jam xt_smp_pairing_failed ,mem_fifo_temp 
+0x5969 015192 branch le_xtype_fifo_in 
+:      015194 le_parse_smp_pairing_random_success:
+0x596a 015195 call generate_stk 
+0x596b 015196 jam xt_ll_enc_req ,mem_fifo_temp 
+0x596c 015197 branch le_xtype_fifo_in ,master 
+0x596d 015198 jam xt_smp_pairing_random ,mem_fifo_temp 
+0x596e 015199 branch le_xtype_fifo_in 
+:      015201 le_parse_smp_pairing_failed:
+0x596f 015202 rtn 
+:      015204 le_parse_smp_encryption_information:
+0x5970 015205 arg mem_le_peer_ltk ,contw 
+0x5971 015206 branch memcpy16 
+:      015208 le_parse_smp_master_identification:
+0x5972 015209 rtn 
+:      015211 le_parse_smp_identity_information:
+0x5973 015212 rtn 
+:      015214 le_parse_smp_identity_address_information:
+0x5974 015215 rtn 
+:      015217 le_parse_smp_signing_information:
+0x5975 015218 rtn 
+:      015220 le_parse_smp_security_request:
+0x5976 015221 rtn 
+:      015223 le_parse_att_error_response:
+0x5977 015224 increase -2 ,contr 
+0x5978 015225 ifetcht 1 ,contr 
+0x5979 015226 setarg attop_find_by_type_value_request 
+0x597a 015227 isub temp ,null 
+0x597b 015228 branch le_parse_att_error_res_find_by_type_value ,zero 
+0x597c 015229 setarg attop_find_information_request 
+0x597d 015230 isub temp ,null 
+0x597e 015231 branch le_parse_att_error_res_find_info ,zero 
+0x597f 015232 setarg attop_read_by_type_request 
+0x5980 015233 isub temp ,null 
+0x5981 015234 branch le_parse_att_error_res_read_by_type ,zero 
+0x5982 015235 setarg attop_read_blob_request 
+0x5983 015236 isub temp ,null 
+0x5984 015237 branch le_parse_att_error_res_read_blob ,zero 
+0x5985 015238 setarg attop_read_multiple_request 
+0x5986 015239 isub temp ,null 
+0x5987 015240 branch le_parse_att_error_res_read_multiple ,zero 
+0x5988 015241 rtn 
+:      015243 le_parse_att_error_res_find_by_type_value:
+0x5989 015244 rtn 
+:      015246 le_parse_att_error_res_find_info:
+0x598a 015247 rtn 
+:      015249 le_parse_att_error_res_read_by_type:
+0x598b 015250 rtn 
+:      015252 le_parse_att_error_res_read_blob:
+0x598c 015253 rtn 
+:      015255 le_parse_att_error_res_read_multiple:
+0x598d 015256 rtn 
+:      015259 le_parse_att_exchange_mtu_request:
+0x598e 015260 jam attop_exchange_mtu_response ,mem_fifo_temp 
+0x598f 015261 branch le_xtype_fifo_in 
+:      015263 le_parse_att_exchange_mtu_response:
+0x5990 015264 rtn 
+:      015266 le_parse_att_find_information_request:
+0x5991 015267 rshift8 pdata ,pdata 
+0x5992 015268 store 2 ,mem_le_search_handle_start 
+0x5993 015269 ifetch 2 ,contr 
+0x5994 015270 store 2 ,mem_le_search_handle_end 
+0x5995 015271 jam attop_find_information_response ,mem_fifo_temp 
+0x5996 015272 branch le_xtype_fifo_in 
+:      015274 le_parse_att_find_information_response:
+0x5997 015275 rtn 
+:      015277 le_parse_att_find_info_res_multi:
+0x5998 015278 rtn 
+:      015280 le_parse_att_find_info_res_error:
+0x5999 015281 rtn 
+:      015283 le_parse_att_find_by_type_value_request:
+0x599a 015284 rshift8 pdata ,pdata 
+0x599b 015285 store 2 ,mem_le_search_handle_start 
+0x599c 015286 ifetch 2 ,contr 
+0x599d 015287 store 2 ,mem_le_search_handle_end 
+0x599e 015288 ifetch 2 ,contr 
+0x599f 015289 store 2 ,mem_le_uuid 
+0x59a0 015290 ifetch 2 ,contr 
+0x59a1 015291 store 2 ,mem_le_search_att_type 
+0x59a2 015292 jam attop_find_by_type_value_response ,mem_fifo_temp 
+0x59a3 015293 branch le_xtype_fifo_in 
+:      015296 le_parse_att_find_by_type_value_response:
+0x59a4 015297 rtn 
+:      015299 le_parse_att_read_by_type_request:
+0x59a5 015300 rshift8 pdata ,pdata 
+0x59a6 015301 store 2 ,mem_le_search_handle_start 
+0x59a7 015302 ifetch 2 ,contr 
+0x59a8 015303 store 2 ,mem_le_search_handle_end 
+0x59a9 015304 ifetch 2 ,contr 
+0x59aa 015305 store 2 ,mem_le_search_att_type 
+0x59ab 015306 jam attop_read_by_type_response ,mem_fifo_temp 
+0x59ac 015307 branch le_xtype_fifo_in 
+:      015309 le_parse_att_read_by_type_response:
+0x59ad 015310 rtn 
+:      015312 le_parse_att_read_request:
+0x59ae 015313 fetch 2 ,mem_le_rxbuf + 7 
+0x59af 015314 store 2 ,mem_le_att_handle 
+0x59b0 015315 jam attop_read_response ,mem_fifo_temp 
+0x59b1 015316 branch le_xtype_fifo_in 
+:      015318 le_parse_att_read_response:
+0x59b2 015319 rtn 
+:      015321 le_send_att_read_res_end:
+0x59b3 015322 rtn 
+:      015324 le_prepare_descriptor:
+0x59b4 015325 rtn 
+:      015328 le_parse_att_read_blob_request:
+0x59b5 015329 ifetch 2 ,contr 
+0x59b6 015330 store 2 ,mem_le_att_offset 
+0x59b7 015331 jam attop_read_blob_response ,mem_fifo_temp 
+0x59b8 015332 branch le_xtype_fifo_in 
+:      015334 le_parse_att_read_blob_response:
+0x59b9 015335 rtn 
+:      015337 le_parse_att_read_multiple_request:
+0x59ba 015338 fetch 1 ,mem_le_rxbuf + 1 
+0x59bb 015339 increase -5 ,pdata 
+0x59bc 015340 rshift pdata ,pdata 
+0x59bd 015341 store 1 ,mem_le_temp 
+0x59be 015342 jam attop_read_multiple_response ,mem_fifo_temp 
+0x59bf 015343 branch le_xtype_fifo_in 
+:      015345 le_parse_att_read_multiple_response:
+0x59c0 015346 rtn 
+:      015348 le_parse_att_read_by_group_type_request:
+0x59c1 015349 rshift8 pdata ,pdata 
+0x59c2 015350 store 2 ,mem_le_search_handle_start 
+0x59c3 015351 ifetch 2 ,contr 
+0x59c4 015352 store 2 ,mem_le_search_handle_end 
+0x59c5 015353 ifetch 2 ,contr 
+0x59c6 015354 store 2 ,mem_le_search_att_type 
+0x59c7 015355 jam attop_read_by_group_type_response ,mem_fifo_temp 
+0x59c8 015356 branch le_xtype_fifo_in 
+:      015358 le_parse_att_read_by_group_type_response:
+0x59c9 015359 rtn 
+:      015361 le_parse_att_write_request:
+0x59ca 015362 fetch 1 ,mem_le_rxbuf + 1 
+0x59cb 015363 increase -7 ,pdata 
+0x59cc 015364 icopy loopcnt 
+0x59cd 015365 fetcht 2 ,mem_le_att_handle 
+0x59ce 015366 call le_att_get_handle_ptr 
+0x59cf 015367 branch le_parse_att_write_request_fail ,blank 
+0x59d0 015368 ifetch 1 ,contr 
+0x59d1 015369 isub loopcnt ,null 
+0x59d2 015370 nbranch le_parse_att_write_request_fail ,positive 
+0x59d3 015371 copy contr ,contw 
+0x59d4 015373 arg mem_le_rxbuf + 9 ,contr 
+0x59d5 015374 call memcpy 
+0x59d6 015375 jam bt_evt_le_write_request ,mem_fifo_temp 
+0x59d7 015376 call ui_ipc_send_event 
+:      015377 le_parse_att_write_request_fail:
+0x59d8 015378 jam attop_write_response ,mem_fifo_temp 
+0x59d9 015379 branch le_xtype_fifo_in 
+:      015381 le_parse_att_write_response:
+0x59da 015382 fetch 1 ,mem_le_conn_sm 
+0x59db 015383 rtn 
+:      015385 le_parse_att_prepare_write_request:
+0x59dc 015386 rtn 
+:      015388 le_parse_att_prepare_write_response:
+0x59dd 015389 rtn 
+:      015391 le_parse_att_execute_write_request:
+0x59de 015392 rtn 
+:      015394 le_parse_att_execute_write_response:
+0x59df 015395 rtn 
+:      015397 le_parse_att_handle_value_notification:
+0x59e0 015404 ifetch 5 ,contr 
+0x59e1 015405 store 5 ,mem_mouse_data 
+0x59e2 015406 jam send_mouse_data_cmd ,mem_mcmd 
+0x59e3 015408 call usb_isr 
+0x59e4 015409 rtn 
+:      015410 le_kb_handle_value_notification:
+0x59e5 015411 copy rega ,contr 
+0x59e6 015412 ifetch 8 ,contr 
+0x59e7 015413 store 8 ,mem_mouse_data 
+0x59e8 015414 jam send_kb_data_cmd ,mem_mcmd 
+0x59e9 015415 call usb_isr 
+0x59ea 015416 rtn 
+:      015418 le_parse_att_handle_value_indication:
+0x59eb 015419 rtn 
+:      015421 le_parse_att_handle_value_confirmation:
+0x59ec 015422 rtn 
+:      015424 le_parse_att_write_command:
+0x59ed 015425 fetch 1 ,mem_le_rxbuf + 1 
+0x59ee 015426 increase -7 ,pdata 
+0x59ef 015427 icopy loopcnt 
+0x59f0 015428 fetcht 2 ,mem_le_att_handle 
+0x59f1 015429 call le_att_get_handle_ptr 
+0x59f2 015430 branch le_parse_att_write_command_fail ,blank 
+0x59f3 015431 ifetch 1 ,contr 
+0x59f4 015432 isub loopcnt ,null 
+0x59f5 015433 nbranch le_parse_att_write_command_fail ,positive 
+0x59f6 015434 copy contr ,contw 
+0x59f7 015435 copy contr ,rega 
+0x59f8 015436 copy loopcnt ,regb 
+0x59f9 015437 arg mem_le_rxbuf + 9 ,contr 
+0x59fa 015438 call memcpy 
+0x59fb 015439 jam prcp_le ,mem_prcp 
+0x59fc 015440 call le_writeatt_cb 
+:      015441 le_parse_att_write_command_fail:
+0x59fd 015442 rtn 
+:      015445 le_writeatt_cb:
+0x59fe 015446 fetch 2 ,mem_cb_att_write 
+0x59ff 015447 rtn blank 
+0x5a00 015448 iforce pc 
+:      015451 le_parse_att_signed_write_command:
+0x5a01 015452 rtn 
+:      015454 le_supervision_update:
+0x5a02 015455 fetcht 4 ,mem_le_supervision_timer 
+0x5a03 015456 call get_clkbt 
+0x5a04 015457 isub temp ,timeup 
+0x5a05 015458 deposit timeup 
+0x5a06 015459 fetcht 2 ,mem_le_superto 
+0x5a07 015460 lshift4 temp ,temp 
+0x5a08 015461 lshift temp ,temp 
+0x5a09 015462 isub temp ,pdata 
+0x5a0a 015463 rtn 
+:      015465 le_supervision_flush:
+0x5a0b 015466 call get_clkbt 
+0x5a0c 015467 store 4 ,mem_le_supervision_timer 
+0x5a0d 015468 rtn 
+:      015472 le_adv:
+0x5a0e 015473 set1 mark_ext_patch ,mark 
+0x5a0f 015474 bpatch patch2e_0 ,mem_patch2e 
+0x5a10 015475 fetch 1 ,mem_le_adv_enable 
+0x5a11 015476 rtn blank 
+0x5a12 015477 arg le_adv_interval_timer ,queue 
+0x5a13 015478 call timer_check 
+0x5a14 015479 nrtn blank 
+0x5a15 015480 disable master 
+0x5a16 015481 enable swfine 
+0x5a17 015482 call le_init_adv 
+0x5a18 015483 call le_next_adv_channel 
+0x5a19 015484 call le_send_adv_ind 
+0x5a1a 015485 nbranch le_adv_not_match ,match 
+0x5a1b 015486 set1 mark_ext_patch ,mark 
+0x5a1c 015487 bpatch patch2e_1 ,mem_patch2e 
+0x5a1d 015488 fetch 1 ,mem_le_req_rcv 
+0x5a1e 015489 increase 1 ,pdata 
+0x5a1f 015490 store 1 ,mem_le_req_rcv 
+0x5a20 015491 fetch 1 ,mem_le_rxbuf 
+0x5a21 015492 and pdata ,0x0f ,pdata 
+0x5a22 015493 beq scan_req ,le_send_scan_response 
+0x5a23 015494 beq connect_req ,parse_connect_req 
+:      015495 le_adv_not_match:
+0x5a24 015496 nop 10000 
+0x5a25 015497 fetch 1 ,mem_le_ch_mapped 
+0x5a26 015498 bne 39 ,le_adv 
+0x5a27 015499 call le_ledoff 
+0x5a28 015500 arg le_adv_interval_timer ,queue 
+0x5a29 015501 fetch 2 ,mem_le_adv_interval_max 
+0x5a2a 015502 branch timer_init 
+:      015505 le_receive_window_size:
+0x5a2b 015506 set1 mark_ext_patch ,mark 
+0x5a2c 015507 bpatch patch2e_2 ,mem_patch2e 
+0x5a2d 015508 fetch 1 ,mem_le_peer_sca 
+0x5a2e 015509 call le_sca_map 
+0x5a2f 015510 fetch 2 ,mem_le_tsniff 
+0x5a30 015511 imul32 temp ,pdata 
+0x5a31 015512 arg 375 ,temp 
+0x5a32 015513 imul32 temp ,pdata 
+0x5a33 015514 arg 100000 ,temp 
+0x5a34 015515 idiv temp 
+0x5a35 015516 fetch 1 ,mem_le_window_size 
+0x5a36 015517 arg 20000 ,temp 
+0x5a37 015518 imul32 temp ,pdata 
+0x5a38 015519 store 4 ,mem_le_transmit_window 
+0x5a39 015520 set1 mark_ext_patch ,mark 
+0x5a3a 015521 bpatch patch2e_3 ,mem_patch2e 
+0x5a3b 015522 fetch 2 ,mem_rx_window_sniff 
+0x5a3c 015523 call wait_div_end 
+0x5a3d 015524 quotient temp 
+0x5a3e 015525 iadd temp ,pdata 
+0x5a3f 015526 store 2 ,mem_le_receive_window 
+0x5a40 015527 rtn 
+:      015529 parse_connect_req:
+0x5a41 015530 set1 mark_ext_patch ,mark 
+0x5a42 015531 bpatch patch2e_4 ,mem_patch2e 
+0x5a43 015532 fetch 6 ,mem_le_rxbuf + 8 
+0x5a44 015533 fetcht 6 ,mem_le_lap 
+0x5a45 015534 isub temp ,null 
+0x5a46 015535 nrtn zero 
+0x5a47 015536 call le_scan_check_sender_addr_type 
+0x5a48 015537 copy rega ,pdata 
+0x5a49 015538 store 1 ,mem_le_conn_peer_addr_type 
+0x5a4a 015539 fetch 7 ,mem_le_rxbuf + 21 
+0x5a4b 015540 store 7 ,mem_tmp_buffer 
+0x5a4c 015541 ifetch 8 ,contr 
+0x5a4d 015542 istore 8 ,contw 
+0x5a4e 015543 fetch 6 ,mem_le_rxbuf + 2 
+0x5a4f 015544 store 6 ,mem_le_plap 
+0x5a50 015545 set1 mark_ext_patch ,mark 
+0x5a51 015546 bpatch patch2e_5 ,mem_patch2e 
+0x5a52 015547 increase 6 ,contr 
+0x5a53 015548 ifetch 8 ,contr 
+0x5a54 015549 store 8 ,mem_le_access 
+0x5a55 015550 ifetcht 2 ,contr 
+0x5a56 015551 lshift2 temp ,temp 
+0x5a57 015552 ifetch 2 ,contr 
+0x5a58 015553 lshift2 pdata ,pdata 
+0x5a59 015554 store 2 ,mem_le_tsniff 
+0x5a5a 015555 store 4 ,mem_le_anchor 
+0x5a5b 015556 isub temp ,pdata 
+0x5a5c 015557 add pdata ,-2 ,clke_bt 
+0x5a5d 015558 ifetch 9 ,contr 
+0x5a5e 015559 store 9 ,mem_le_slave_latency 
+0x5a5f 015560 set1 mark_ext_patch ,mark 
+0x5a60 015561 bpatch patch2e_6 ,mem_patch2e 
+0x5a61 015562 ifetch 1 ,contr 
+0x5a62 015563 rshift4 pdata ,temp 
+0x5a63 015564 rshift temp ,temp 
+0x5a64 015565 storet 1 ,mem_le_peer_sca 
+0x5a65 015566 and_into 0x1f ,pdata 
+0x5a66 015567 store 1 ,mem_le_hop 
+0x5a67 015568 call le_receive_window_size 
+0x5a68 015569 call le_calc_channel_map 
+0x5a69 015570 call le_init_slave 
+0x5a6a 015571 call context_new 
+0x5a6b 015572 nrtn zero 
+0x5a6c 015573 set1 mark_ext_patch ,mark 
+0x5a6d 015574 bpatch patch2e_7 ,mem_patch2e 
+0x5a6e 015575 arg 0 ,temp 
+0x5a6f 015576 call hci_send_le_conn_complete 
+0x5a70 015577 call calc_clke_offset 
+0x5a71 015578 jam bt_evt_le_connected ,mem_fifo_temp 
+0x5a72 015579 call ui_ipc_send_event 
+0x5a73 015581 branch context_save 
+:      015584 le_init_attlist_search:
+0x5a74 015585 set1 mark_ext_patch ,mark 
+0x5a75 015586 bpatch patch2f_0 ,mem_patch2f 
+0x5a76 015587 fetch 2 ,mem_le_search_handle_start 
+0x5a77 015588 iforce regb 
+0x5a78 015589 fetch 2 ,mem_le_search_handle_end 
+0x5a79 015590 iforce regc 
+0x5a7a 015591 arg mem_le_att_list ,contr 
+0x5a7b 015592 enable user 
+0x5a7c 015593 rtn 
+:      015596 le_att_handle_inrange:
+0x5a7d 015597 ifetch 2 ,contr 
+0x5a7e 015598 rtn blank 
+0x5a7f 015599 isub regb ,null 
+0x5a80 015600 nrtn positive 
+0x5a81 015601 isub regc ,null 
+0x5a82 015602 rtn zero 
+0x5a83 015603 branch le_att_handle_blank ,positive 
+0x5a84 015604 force 1 ,null 
+0x5a85 015605 rtn 
+:      015606 le_att_handle_blank:
+0x5a86 015607 force 0 ,pdata 
+0x5a87 015608 rtn 
+:      015611 le_att_get_handle_ptr:
+0x5a88 015612 arg mem_le_att_list ,contr 
+:      015613 le_att_get_handle_loop:
+0x5a89 015614 ifetch 2 ,contr 
+0x5a8a 015615 rtn blank 
+0x5a8b 015616 increase 2 ,contr 
+0x5a8c 015617 isub temp ,null 
+0x5a8d 015618 rtn zero 
+0x5a8e 015619 ifetch 1 ,contr 
+0x5a8f 015620 iadd contr ,contr 
+0x5a90 015621 branch le_att_get_handle_loop 
+:      015623 le_data_send_write_req:
+0x5a91 015624 jam 0x2 ,mem_le_handle_data_len 
+0x5a92 015625 setarg 0x0001 
+0x5a93 015626 store 2 ,mem_le_handle_data 
+0x5a94 015627 jam conn_sm_wait_write_res ,mem_le_conn_sm 
+0x5a95 015628 jam attop_write_request ,mem_fifo_temp 
+0x5a96 015629 branch le_xtype_fifo_in 
+:      015631 le_data_wait_write_res:
+0x5a97 015632 rtn 
+:      015633 le_data_wait_write_res1:
+0x5a98 015634 rtn 
+:      015635 le_conn_sm_master:
+0x5a99 015636 set1 mark_ext_patch ,mark 
+0x5a9a 015637 bpatch patch2f_1 ,mem_patch2f 
+0x5a9b 015638 fetch 1 ,mem_device_option 
+0x5a9c 015639 rtnne dvc_op_dongle 
+0x5a9d 015640 fetch 1 ,mem_le_conn_sm 
+0x5a9e 015641 beq conn_sm_send_write_req ,le_data_send_write_req 
+0x5a9f 015642 beq conn_sm_wait_write_res ,le_data_wait_write_res 
+0x5aa0 015643 beq conn_sm_wait_write_res1 ,le_data_wait_write_res1 
+0x5aa1 015644 rtn 
+:      015646 le_ukey_init:
+0x5aa2 015647 setarg le_ukey 
+0x5aa3 015648 store 2 ,mem_cb_le_process 
+0x5aa4 015649 hjam uart_ctrl_normal ,core_uart_ctrl 
+0x5aa5 015650 setarg uart_baud_115200 
+0x5aa6 015651 hstore uart_baud_len ,core_uart_baud 
+0x5aa7 015652 hjam uartclk_dpll ,core_uart_clksel 
+0x5aa8 015653 hjam 0x4 ,core_gpio_sel1 
+0x5aa9 015654 setarg le_ukey_wcb 
+0x5aaa 015655 store 2 ,mem_cb_att_write 
+0x5aab 015656 call le_init_att 
+0x5aac 015657 rtn wake 
+0x5aad 015658 branch eeprom_load_reconn_info 
+:      015661 le_ukey:
+0x5aae 015662 fetch 1 ,mem_le_mode 
+0x5aaf 015663 compare lemode_slave ,pdata ,0xff 
+0x5ab0 015664 setarg 5 
+0x5ab1 015665 call set_pwm_steadyon ,true 
+0x5ab2 015666 ncall set_pwm_blink ,true 
+0x5ab3 015667 call uartd_prepare_rx 
+0x5ab4 015668 branch le_ukey_senddata ,blank 
+0x5ab5 015669 fetch 2 ,mem_le_notify_attr_start 
+0x5ab6 015670 iforce contw 
+0x5ab7 015671 sub loopcnt ,20 ,null 
+0x5ab8 015672 branch le_ukey_loop ,positive 
+0x5ab9 015673 force 20 ,loopcnt 
+:      015674 le_ukey_loop:
+0x5aba 015675 ifetch 1 ,contru 
+0x5abb 015676 istore 1 ,contw 
+0x5abc 015677 loop le_ukey_loop 
+0x5abd 015678 call uartd_rxdone 
+:      015679 le_ukey_senddata:
+0x5abe 015680 jam notify_handle ,mem_le_notify_handle 
+0x5abf 015681 fetcht 2 ,mem_le_notify_attr_start 
+0x5ac0 015682 ifetch 1 ,temp 
+0x5ac1 015683 rtn blank 
+0x5ac2 015684 call le_xtype_fifo_is_full 
+0x5ac3 015685 nrtn blank 
+0x5ac4 015686 jam attop_handle_value_notification ,mem_fifo_temp 
+0x5ac5 015687 branch le_xtype_fifo_in 
+:      015689 le_ukey_wcb:
+0x5ac6 015690 copy regb ,temp 
+0x5ac7 015691 call uartd_prepare_tx 
+0x5ac8 015692 copy rega ,contr 
+0x5ac9 015693 copy regb ,loopcnt 
+:      015694 le_writeatt_cb_loop:
+0x5aca 015695 ifetch 1 ,contr 
+0x5acb 015696 istore 1 ,contwu 
+0x5acc 015697 loop le_writeatt_cb_loop 
+0x5acd 015698 branch uartd_send 
+:      015700 le_clear_notify_att:
+0x5ace 015701 fetch 1 ,mem_device_option 
+0x5acf 015702 rtnne dvc_op_ukey 
+0x5ad0 015703 fetch 2 ,mem_le_notify_handle 
+0x5ad1 015704 rtnne notify_handle 
+0x5ad2 015705 fetcht 2 ,mem_le_notify_attr_start 
+0x5ad3 015706 setarg 0 
+0x5ad4 015707 istore 9 ,temp 
+0x5ad5 015708 istore 9 ,contw 
+0x5ad6 015709 istore 2 ,contw 
+0x5ad7 015710 rtn 
+:      015713 le_ledoff:
+0x5ad8 015714 fetcht 1 ,mem_le_adv_led 
+0x5ad9 015715 setflip gpio_active_bit ,temp 
+0x5ada 015716 branch gpio_out 
+:      015719 le_modified_name:
+0x5adb 015720 set1 mark_ext_patch ,mark 
+0x5adc 015721 bpatch patch2f_2 ,mem_patch2f 
+0x5add 015722 call le_modified_name_att_list 
+0x5ade 015723 branch le_modified_name_adv 
+:      015725 le_modified_name_att_list:
+0x5adf 015726 fetch 1 ,mem_le_name_len 
+0x5ae0 015727 copy pdata ,loopcnt 
+0x5ae1 015728 arg uuid_chrctr_device_name ,temp 
+0x5ae2 015729 call le_att_get_uuid_ptr 
+0x5ae3 015730 increase 1 ,contr 
+0x5ae4 015731 copy contr ,contw 
+0x5ae5 015732 arg mem_le_name ,contr 
+0x5ae6 015733 call memcpy 
+0x5ae7 015734 fetch 1 ,mem_le_name_len 
+0x5ae8 015735 sub pdata ,max_name_len ,loopcnt 
+0x5ae9 015736 copy loopcnt ,temp 
+0x5aea 015737 copy loopcnt ,pdata 
+0x5aeb 015738 ncall memcpy_empty ,blank 
+0x5aec 015739 rtn 
+:      015741 le_modified_name_adv:
+0x5aed 015742 fetch 1 ,mem_le_adv_data_len 
+0x5aee 015743 fetcht 1 ,mem_le_adv_data 
+0x5aef 015744 isub temp ,pdata 
+0x5af0 015745 copy pdata ,loopcnt 
+0x5af1 015746 copy pdata ,rega 
+0x5af2 015747 fetch 1 ,mem_le_adv_data 
+0x5af3 015748 increase 1 ,pdata 
+0x5af4 015749 arg mem_le_adv_data ,contr 
+0x5af5 015750 iadd contr ,contr 
+0x5af6 015751 arg mem_le_adv_temp ,contw 
+0x5af7 015752 call memcpy 
+0x5af8 015753 set1 mark_ext_patch ,mark 
+0x5af9 015754 bpatch patch2f_3 ,mem_patch2f 
+0x5afa 015755 fetch 1 ,mem_le_name_len 
+0x5afb 015756 copy pdata ,loopcnt 
+0x5afc 015757 increase 1 ,pdata 
+0x5afd 015758 store 1 ,mem_le_adv_data 
+0x5afe 015759 arg mem_le_adv_data + 2 ,contw 
+0x5aff 015760 arg mem_le_name ,contr 
+0x5b00 015761 call memcpy 
+0x5b01 015762 copy rega ,loopcnt 
+0x5b02 015763 arg mem_le_adv_temp ,contr 
+0x5b03 015764 call memcpy 
+0x5b04 015765 fetch 1 ,mem_le_adv_data 
+0x5b05 015766 iadd rega ,pdata 
+0x5b06 015767 store 1 ,mem_le_adv_data_len 
+0x5b07 015768 rtn 
+:      015771 le_get_device_name:
+0x5b08 015772 set1 mark_ext_patch ,mark 
+0x5b09 015773 bpatch patch2f_4 ,mem_patch2f 
+0x5b0a 015774 arg uuid_chrctr_device_name ,temp 
+0x5b0b 015775 branch le_att_get_uuid_ptr 
+:      015778 le_att_get_uuid_ptr:
+0x5b0c 015779 arg mem_le_att_list ,contr 
+:      015780 le_att_get_uuid_loop:
+0x5b0d 015781 ifetch 2 ,contr 
+0x5b0e 015782 branch assert ,blank 
+0x5b0f 015783 ifetch 2 ,contr 
+0x5b10 015784 isub temp ,null 
+0x5b11 015785 rtn zero 
+0x5b12 015786 ifetch 1 ,contr 
+0x5b13 015787 iadd contr ,contr 
+0x5b14 015788 branch le_att_get_uuid_loop 
+:      015791 memcpy_empty:
+0x5b15 015792 setarg space 
+0x5b16 015793 istore 1 ,contw 
+0x5b17 015794 loop memcpy_empty 
+0x5b18 015795 rtn 
+:      015798 le_lpm_set_mult:
+0x5b19 015799 set1 mark_ext_patch ,mark 
+0x5b1a 015800 bpatch patch2f_5 ,mem_patch2f 
+0x5b1b 015801 disable wake 
+0x5b1c 015802 branch le_lpm_set_mult_attempt ,attempt 
+0x5b1d 015803 nbranch le_lpm_lost ,match 
+:      015804 le_lpm_set_mult_attempt:
+0x5b1e 015805 call lpm_match 
+0x5b1f 015806 fetch 2 ,mem_rx_window_sniff 
+0x5b20 015807 store 2 ,mem_le_receive_window 
+0x5b21 015808 fetch 1 ,mem_le_rxbuf 
+0x5b22 015809 compare 1 ,pdata ,3 
+0x5b23 015810 nbranch lpm_mult_short ,true 
+0x5b24 015811 fetch 1 ,mem_le_txheader 
+0x5b25 015812 compare 1 ,pdata ,3 
+0x5b26 015813 nbranch lpm_mult_short ,true 
+0x5b27 015814 fetch 1 ,mem_le_state 
+0x5b28 015815 bbit1 lestate_update_param ,lpm_mult_short 
+0x5b29 015816 branch lpm_mult_wait_timeout 
+:      015818 le_lpm_lost:
+0x5b2a 015819 fetcht 2 ,mem_rx_window_sniff 
+0x5b2b 015820 rshift temp ,temp 
+0x5b2c 015821 fetch 2 ,mem_le_receive_window 
+0x5b2d 015822 iadd temp ,pdata 
+0x5b2e 015823 store 2 ,mem_le_receive_window 
+0x5b2f 015824 branch lpm_lost 
+:      015826 le_clean_att_list_handle_enable:
+0x5b30 015827 set1 mark_ext_patch ,mark 
+0x5b31 015828 bpatch patch2f_6 ,mem_patch2f 
+0x5b32 015829 jam 0 ,mem_le_switch_send_data 
+0x5b33 015830 fetcht 2 ,mem_le_notify_handle 
+0x5b34 015831 call le_att_check_notification_enable 
+0x5b35 015832 copy rega ,contw 
+0x5b36 015833 setarg 0 
+0x5b37 015834 istore 1 ,contw 
+0x5b38 015835 rtn 
+:      015836 le_scan_addr_to_uart:
+0x5b39 015837 fetch 1 ,mem_device_option 
+0x5b3a 015838 rtnne dvc_op_module 
+0x5b3b 015839 call get_uart_twptr 
+0x5b3c 015840 arg mem_le_plap ,rega 
+0x5b3d 015841 call adss_hex2string_to_uart 
+0x5b3e 015842 setarg 0x2c 
+0x5b3f 015843 istore 1 ,contwu 
+0x5b40 015844 call at_rssi_result 
+0x5b41 015845 branch uartd_send 
+:      015848 prcp_le_tx:
+0x5b42 015849 arg prcp_tx_le ,temp 
+0x5b43 015850 call le_att_check_notification_enable 
+0x5b44 015851 rtnbit0 0 
+0x5b45 015852 call le_xtype_fifo_is_full 
+0x5b46 015853 nrtn blank 
+0x5b47 015854 arg prcp_tx_le ,temp 
+0x5b48 015855 storet 2 ,mem_le_notify_handle 
+0x5b49 015856 call le_att_get_handle_ptr 
+0x5b4a 015857 branch assert ,blank 
+0x5b4b 015858 add contr ,1 ,contw 
+0x5b4c 015859 arg prcp_tx_data_len ,loopcnt 
+0x5b4d 015860 arg mem_prcp_data ,contr 
+0x5b4e 015861 call memcpy 
+0x5b4f 015862 jam attop_handle_value_notification ,mem_fifo_temp 
+0x5b50 015863 branch le_xtype_fifo_in 
+:      015864 prcp_tx:
+0x5b51 015865 rtn 
+:      015868 le_search_adtype:
+0x5b52 015869 set1 mark_ext_patch ,mark 
+0x5b53 015870 bpatch patch2f_7 ,mem_patch2f 
+0x5b54 015871 fetch 1 ,mem_le_rxbuf + 1 
+0x5b55 015872 arg mem_le_rxbuf + 8 ,contr 
+0x5b56 015873 iadd contr ,loopcnt 
+:      015874 le_search_adtype_loop:
+0x5b57 015875 ifetcht 1 ,contr 
+0x5b58 015876 ifetch 1 ,contr 
+0x5b59 015877 isub rega ,null 
+0x5b5a 015878 rtn zero 
+0x5b5b 015879 add temp ,-1 ,pdata 
+0x5b5c 015880 iadd contr ,contr 
+0x5b5d 015881 deposit loopcnt 
+0x5b5e 015882 isub contr ,null 
+0x5b5f 015883 branch le_search_adtype_loop ,positive 
+0x5b60 015884 force 1 ,null 
+0x5b61 015885 rtn 
+:      015892 init_lmp:
+0x5b62 015893 rtn wake 
+:      015894 init_lmp_work:
+0x5b63 015895 setarg 0 
+0x5b64 015896 store 1 ,mem_lmp_to_send 
+0x5b65 015897 store 1 ,mem_conn_sm 
+0x5b66 015898 store 1 ,mem_lmo_opcode1 
+0x5b67 015899 store 1 ,mem_lmo_opcode2 
+0x5b68 015900 store 1 ,mem_esco_addr 
+0x5b69 015901 store 1 ,mem_auth_enable 
+0x5b6a 015902 store 1 ,mem_connection_options 
+0x5b6b 015903 store 1 ,mem_pairing_auth 
+0x5b6c 015904 jam switch_flag_init ,mem_switch_flag 
+0x5b6d 015905 jam 0 ,mem_switch_fail_master_count 
+0x5b6e 015906 jam null_encryp ,mem_wait_encryption 
+:      015907 init_lmp_reinit:
+0x5b6f 015908 set1 mark_ext_patch ,mark 
+0x5b70 015909 bpatch patch3c_0 ,mem_patch3c 
+0x5b71 015910 jam 0 ,mem_pairing_auth 
+0x5b72 015911 jam 0 ,mem_sp_localsm 
+0x5b73 015912 jam 0 ,mem_lmp_conn_state 
+0x5b74 015913 fetch 1 ,mem_device_option 
+0x5b75 015914 rtnne dvc_op_hci ,pdata 
+0x5b76 015915 jam 0 ,mem_link_key_exists 
+:      015917 parse_rx_done:
+0x5b77 015918 rtn 
+:      015920 parse_lmp:
+0x5b78 015921 set1 mark_ext_patch ,mark 
+0x5b79 015922 bpatch patch3c_1 ,mem_patch3c 
+0x5b7a 015923 call setlocalsm_master ,master 
+0x5b7b 015924 ncall setlocalsm_slave ,master 
+0x5b7c 015925 fetch 1 ,mem_lmo_opcode2 
+0x5b7d 015926 ncall lmo_fifo_process ,blank 
+0x5b7e 015927 fetch 1 ,mem_lmo_opcode2 
+0x5b7f 015928 nrtn blank 
+0x5b80 015929 fetch 1 ,mem_state_map 
+0x5b81 015930 rtnbit0 smap_rxlmp 
+0x5b82 015931 set0 smap_rxlmp ,pdata 
+0x5b83 015932 set0 mark_rxbuf_inuse ,mark 
+0x5b84 015933 store 1 ,mem_state_map 
+0x5b85 015934 fetch 1 ,mem_rxbuf 
+0x5b86 015935 fetcht 1 ,mem_state_map 
+0x5b87 015936 isolate1 smap_lmptidinit ,pdata 
+0x5b88 015937 setflag true ,smap_lmptid ,temp 
+0x5b89 015938 storet 1 ,mem_state_map 
+0x5b8a 015939 and_into 0x2 ,temp 
+0x5b8b 015940 storet 1 ,mem_lmo_tid2 
+0x5b8c 015941 fetcht 1 ,mem_state_map 
+0x5b8d 015942 rshift pdata ,pdata 
+0x5b8e 015943 store 1 ,mem_lmi_opcode2 
+0x5b8f 015944 set1 mark_ext_patch ,mark 
+0x5b90 015945 bpatch patch3c_2 ,mem_patch3c 
+0x5b91 015946 fetch 1 ,mem_lmi_opcode2 
+0x5b92 015947 beq lmp_escape ,parse_lmp_escape 
+0x5b93 015948 beq lmp_accepted ,parse_lmp_accepted 
+0x5b94 015949 beq lmp_not_accepted ,parse_lmp_not_accepted 
+0x5b95 015950 beq lmp_set_afh ,parse_lmp_set_afh 
+0x5b96 015951 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
+0x5b97 015952 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
+0x5b98 015953 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
+0x5b99 015954 beq lmp_auto_rate ,parse_lmp_auto_rate 
+0x5b9a 015955 beq lmp_test_control ,parse_lmp_test_control 
+0x5b9b 015956 beq lmp_test_activate ,parse_lmp_test_activate 
+0x5b9c 015957 beq lmp_setup_complete ,parse_lmp_setup_complete 
+0x5b9d 015958 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
+0x5b9e 015959 beq lmp_features_req ,parse_lmp_features_req 
+0x5b9f 015960 beq lmp_host_connection_req ,parse_lmp_conn_req 
+0x5ba0 015961 beq lmp_version_req ,parse_lmp_version_req 
+0x5ba1 015962 beq lmp_version_res ,parse_lmp_version_res 
+0x5ba2 015963 beq lmp_detach ,parse_lmp_detach 
+0x5ba3 015964 beq lmp_max_slot ,parse_lmp_max_slot 
+0x5ba4 015965 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
+0x5ba5 015966 beq lmp_name_req ,parse_lmp_name_req 
+0x5ba6 015967 beq lmp_name_res ,parse_lmp_name_res 
+0x5ba7 015968 beq lmp_features_res ,parse_lmp_features_res 
+0x5ba8 015969 beq lmp_comb_key ,parse_lmp_comb_key 
+0x5ba9 015970 beq lmp_au_rand ,parse_lmp_au_rand 
+0x5baa 015971 beq lmp_in_rand ,parse_lmp_in_rand 
+0x5bab 015972 beq lmp_sres ,parse_lmp_sres 
+0x5bac 015973 beq lmp_incr_power_req ,parse_lmp_incr_power 
+0x5bad 015974 beq lmp_decr_power_req ,parse_lmp_decr_power 
+0x5bae 015975 beq lmp_max_power ,parse_lmp_max_power 
+0x5baf 015976 beq lmp_min_power ,parse_lmp_min_power 
+0x5bb0 015977 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
+0x5bb1 015978 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
+0x5bb2 015979 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
+0x5bb3 015980 beq lmp_remove_sco_link_req ,parse_lmp_remove_sco_link_req 
+0x5bb4 015981 beq lmp_sco_link_req ,parse_lmp_sco_link_req 
+0x5bb5 015982 beq lmp_slot_offset ,parse_lmp_slot_offset 
+0x5bb6 015983 beq lmp_sniff_req ,parse_lmp_sniff_req 
+0x5bb7 015984 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
+0x5bb8 015985 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
+0x5bb9 015986 beq lmp_switch_req ,parse_lmp_switch_req 
+0x5bba 015987 beq lmp_temp_rand ,parse_lmp_temp_rand 
+0x5bbb 015988 beq lmp_temp_key ,parse_lmp_temp_key 
+0x5bbc 015989 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
+0x5bbd 015990 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
+0x5bbe 015991 beq lmp_unit_key ,parse_lmp_unit_key 
+0x5bbf 015992 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
+0x5bc0 015993 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
+0x5bc1 015994 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
+0x5bc2 015995 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
+0x5bc3 015996 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
+0x5bc4 015997 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
+0x5bc5 015998 beq lmp_dhkey_check ,parse_dhkey_check 
+0x5bc6 015999 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
+0x5bc7 016000 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
+:      016003 reject_unknown_packet:
+0x5bc8 016004 jam unknown_lmp_pdu ,mem_lmo_reason2 
+:      016005 reject_lmp_packet:
+0x5bc9 016006 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5bca 016007 rtn 
+:      016009 parse_lmp_clkoffset_req:
+0x5bcb 016010 jam lmp_clkoffset_res ,mem_lmo_opcode2 
+0x5bcc 016011 rtn 
+:      016013 parse_enc_key_size_mask_req:
+0x5bcd 016014 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
+0x5bce 016015 rtn 
+:      016017 parse_lmp_set_afh:
+0x5bcf 016018 fetch 4 ,mem_rxbuf + 1 
+0x5bd0 016019 lshift pdata ,pdata 
+0x5bd1 016020 store 4 ,mem_afh_instant 
+0x5bd2 016021 fetch 1 ,mem_rxbuf + 5 
+0x5bd3 016022 store 1 ,mem_afh_new_mod 
+0x5bd4 016023 fetch 5 ,mem_rxbuf + 6 
+0x5bd5 016024 store 5 ,mem_afh_map_new 
+0x5bd6 016025 fetch 5 ,mem_rxbuf + 11 
+0x5bd7 016026 istore 5 ,contw 
+0x5bd8 016027 fetch 1 ,mem_mode 
+0x5bd9 016028 set1 afh_change ,pdata 
+0x5bda 016029 store 1 ,mem_mode 
+0x5bdb 016030 rtn 
+:      016031 parse_lmp_escape:
+0x5bdc 016032 fetch 1 ,mem_rxbuf + 1 
+0x5bdd 016033 set1 7 ,pdata 
+0x5bde 016034 store 1 ,mem_lmi_opcode2 
+0x5bdf 016035 beq lmp_ext_accepted ,parse_lmpext_accepted 
+0x5be0 016036 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
+0x5be1 016037 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
+0x5be2 016038 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
+0x5be3 016039 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
+0x5be4 016040 beq lmp_ext_features_req ,parse_lmpext_features_req 
+0x5be5 016041 beq lmp_ext_features_res ,parse_lmpext_features_res 
+0x5be6 016042 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
+0x5be7 016043 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
+0x5be8 016044 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
+0x5be9 016045 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
+0x5bea 016046 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
+0x5beb 016047 beq lmp_ext_remove_esco_req ,parse_lmpext_remove_esco_req 
+0x5bec 016048 beq lmp_ext_esco_link_req ,parse_lmpext_esco_link_req 
+0x5bed 016049 rtneq lmp_ext_features_res 
+:      016052 reject_unknown_ext_packet:
+0x5bee 016053 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5bef 016054 jam unknown_lmp_pdu ,mem_lmo_reason2 
+0x5bf0 016056 rtn 
+:      016057 parse_lmpext_chn_classification_req:
+0x5bf1 016058 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5bf2 016059 jam not_support_chn_classification ,mem_lmo_reason2 
+0x5bf3 016060 rtn 
+:      016062 parse_lmpext_esco_link_req:
+0x5bf4 016063 fetch 1 ,mem_rxbuf + 2 
+0x5bf5 016064 store 1 ,mem_sco_handle 
+0x5bf6 016065 fetch 1 ,mem_rxbuf + 3 
+0x5bf7 016066 store 1 ,mem_esco_addr 
+0x5bf8 016067 fetch 1 ,mem_rxbuf + 5 
+0x5bf9 016068 store 1 ,mem_esco_desco 
+0x5bfa 016069 fetch 1 ,mem_rxbuf + 9 
+0x5bfb 016070 store 1 ,mem_esco_type 
+0x5bfc 016071 fetch 1 ,mem_rxbuf + 14 
+0x5bfd 016072 store 1 ,mem_air_mode 
+0x5bfe 016073 bmark1 mark_esco ,check_esco_prarm 
+0x5bff 016074 set1 mark_esco ,mark 
+0x5c00 016075 call push_tid_follow 
+0x5c01 016076 store 1 ,mem_accptsco_tid 
+0x5c02 016077 force 0 ,temp 
+0x5c03 016078 branch hci_send_conn_req_event 
+:      016080 parse_lmpext_esco_link_req_change_param:
+0x5c04 016081 jam lmp_ext_esco_link_req ,mem_lmo_opcode2 
+0x5c05 016082 jam prarm_neogotiation ,mem_neogotiation_state 
+0x5c06 016083 branch cmd_exit 
+:      016085 check_esco_prarm:
+0x5c07 016086 fetch 1 ,mem_esco_type 
+0x5c08 016087 bne type_hv3 ,reject_esco_prarm 
+0x5c09 016088 jam lmp_ext_accepted ,mem_lmo_opcode2 
+0x5c0a 016089 branch esco_prarm_common 
+:      016090 reject_esco_prarm:
+0x5c0b 016091 set0 mark_esco ,mark 
+0x5c0c 016092 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5c0d 016093 force hci_error_unknown_hci_command ,temp 
+0x5c0e 016094 call hci_send_sco_complete 
+:      016095 esco_prarm_common:
+0x5c0f 016096 jam lmp_ext_esco_link_req ,mem_lmi_opcode2 
+0x5c10 016097 rtn 
+:      016100 parse_lmpext_remove_esco_req:
+0x5c11 016101 jam lmp_ext_accepted ,mem_lmo_opcode2 
+0x5c12 016102 jam lmp_ext_remove_esco_req ,mem_lmi_opcode2 
+0x5c13 016103 branch stop_esco 
+:      016105 parse_lmpext_iocap_req:
+0x5c14 016106 call iocap_lmpext_load 
+0x5c15 016107 fetch 1 ,mem_device_option 
+0x5c16 016108 beq dvc_op_hci ,iocap_lmpext_hci 
+0x5c17 016109 jam lmp_io_cap_res ,mem_lmo_opcode2 
+0x5c18 016110 rtn 
+:      016112 parse_lmpext_iocap_res:
+0x5c19 016113 call iocap_lmpext_load 
+0x5c1a 016114 fetch 1 ,mem_device_option 
+0x5c1b 016115 beq dvc_op_hci ,iocap_lmpext_hci 
+0x5c1c 016116 branch iocap_lmpext_common 
+:      016118 iocap_lmpext_load:
+0x5c1d 016119 arg mem_sp_iocap_remote ,contw 
+0x5c1e 016120 fetch 3 ,mem_rxbuf + 2 
+0x5c1f 016121 istore 3 ,contw 
+0x5c20 016122 rtn 
+:      016124 iocap_lmpext_hci:
+0x5c21 016125 call hci_send_io_cap_response_event 
+:      016126 iocap_lmpext_common:
+0x5c22 016127 call check_localsm 
+0x5c23 016128 ncall hci_send_io_cap_req_event ,true 
+0x5c24 016129 branch master_set_mem_master_sp_flag ,true 
+0x5c25 016130 rtn 
+:      016131 parse_lmpext_accepted:
+0x5c26 016132 fetch 1 ,mem_rxbuf + 3 
+0x5c27 016133 set1 7 ,pdata 
+0x5c28 016134 store 1 ,mem_lmi_accepted_opcode 
+0x5c29 016135 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
+0x5c2a 016136 beq lmp_ext_esco_link_req ,play_sco 
+0x5c2b 016137 beq lmp_ext_remove_esco_req ,parse_lmpext_stop_esco 
+0x5c2c 016138 rtn 
+:      016140 parse_lmpext_stop_esco:
+0x5c2d 016141 branch stop_esco 
+:      016143 parse_lmpext_not_accepted:
+0x5c2e 016144 fetch 1 ,mem_rxbuf + 3 
+0x5c2f 016145 set1 7 ,pdata 
+0x5c30 016146 store 1 ,mem_lmi_accepted_opcode 
+0x5c31 016147 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
+0x5c32 016148 beq lmp_ext_esco_link_req ,parse_lmpext_not_accepted_esco 
+0x5c33 016149 rtn 
+:      016151 parse_lmpext_not_accepted_esco:
+0x5c34 016152 set0 mark_esco ,mark 
+0x5c35 016153 rtn 
+:      016155 parse_lmpext_accepted_ptt:
+0x5c36 016156 fetch 1 ,mem_ptt 
+0x5c37 016157 fetcht 1 ,mem_state_map 
+0x5c38 016158 nsetflag blank ,smap_edr ,temp 
+0x5c39 016159 storet 1 ,mem_state_map 
+:      016160 parse_lmpext_not_accepted_ptt:
+0x5c3a 016161 fetch 1 ,mem_state 
+0x5c3b 016162 rtnbit0 state_init_seq 
+0x5c3c 016163 set0 state_init_seq ,pdata 
+0x5c3d 016164 store 1 ,mem_state 
+0x5c3e 016165 fetch 1 ,mem_auth_enable 
+0x5c3f 016166 nbranch hci_send_linkkey_req ,blank 
+0x5c40 016167 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5c41 016168 rtn 
+:      016170 parse_lmpext_pause_encrypt:
+0x5c42 016171 nbranch parse_lmpext_pause_encrypt_slave ,master 
+0x5c43 016172 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5c44 016173 branch tid_reply 
+:      016175 parse_lmpext_pause_encrypt_slave:
+0x5c45 016176 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
+0x5c46 016177 rtn 
+:      016179 parse_lmpext_resume_encrypt:
+0x5c47 016182 call tid_reply 
+0x5c48 016183 branch lmp_start_encryption 
+:      016185 parse_lmpext_features_req:
+0x5c49 016186 jam lmp_ext_features_res ,mem_lmo_opcode2 
+0x5c4a 016187 rtn 
+:      016189 parse_lmpext_features_res:
+0x5c4b 016190 fetcht 1 ,mem_rxbuf + 4 
+0x5c4c 016191 and temp ,0x1 ,temp 
+0x5c4d 016192 storet 1 ,mem_remote_sppcap 
+0x5c4e 016193 fetch 1 ,mem_hci_cmd 
+0x5c4f 016194 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
+0x5c50 016195 jam 0 ,mem_hci_cmd 
+0x5c51 016196 call hci_send_remote_ext_features_event 
+:      016197 parse_lmpext_features_res_not_hci:
+0x5c52 016198 fetch 1 ,mem_conn_sm 
+0x5c53 016199 rtnne conn_sm_wait_features_ext 
+0x5c54 016200 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5c55 016201 branch process_conn_sm 
+:      016203 parse_lmp_accepted:
+0x5c56 016204 fetch 1 ,mem_rxbuf + 1 
+0x5c57 016205 store 1 ,mem_lmi_accepted_opcode 
+0x5c58 016206 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
+0x5c59 016207 beq lmp_in_rand ,parse_lmp_accepted_inrand 
+0x5c5a 016208 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
+0x5c5b 016209 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
+0x5c5c 016210 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
+0x5c5d 016211 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
+0x5c5e 016212 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
+0x5c5f 016213 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
+0x5c60 016214 beq lmp_sco_link_req ,play_sco 
+0x5c61 016216 beq lmp_switch_req ,parse_lmp_accepted_switch 
+0x5c62 016218 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
+0x5c63 016219 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
+0x5c64 016220 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
+0x5c65 016221 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
+0x5c66 016222 rtn 
+:      016224 parse_lmp_not_accepted:
+0x5c67 016225 fetch 1 ,mem_rxbuf + 1 
+0x5c68 016226 store 1 ,mem_lmi_accepted_opcode 
+0x5c69 016227 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
+0x5c6a 016228 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
+0x5c6b 016229 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
+0x5c6c 016230 beq lmp_sco_link_req ,parse_lmp_not_accepted_sco_link_req 
+0x5c6d 016231 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
+0x5c6e 016232 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
+0x5c6f 016234 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
+0x5c70 016235 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
+0x5c71 016236 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
+0x5c72 016237 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
+0x5c73 016238 rtn 
+:      016240 parse_lmp_accepted_switch:
+0x5c74 016241 jam bt_evt_switch_accept ,mem_fifo_temp 
+0x5c75 016242 call ui_ipc_send_event 
+0x5c76 016243 branch role_switch_prepare0 
+:      016244 parse_lmp_not_accepted_switch:
+0x5c77 016245 jam bt_evt_switch_not_accept ,mem_fifo_temp 
+0x5c78 016246 call ui_ipc_send_event 
+0x5c79 016247 jam switch_flag_not_accept ,mem_switch_flag 
+0x5c7a 016248 setarg timer_switch_waite 
+0x5c7b 016249 arg switch_wait_timer ,queue 
+0x5c7c 016250 branch timer_init 
+:      016253 parse_lmp_accepted_hostconn:
+0x5c7d 016256 fetch 1 ,mem_lmp_conn_state 
+0x5c7e 016257 set1 received_conn_req ,pdata 
+0x5c7f 016258 store 1 ,mem_lmp_conn_state 
+0x5c80 016259 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x5c81 016260 call ui_ipc_send_event 
+0x5c82 016261 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+:      016263 parse_lmp_accepted_hostconn_ctn:
+0x5c83 016265 fetch 1 ,mem_conn_sm 
+0x5c84 016266 bne conn_sm_wait_conn_accept ,parse_rx_done 
+0x5c85 016269 jam conn_sm_auth_pair ,mem_conn_sm 
+0x5c86 016270 rtn 
+:      016278 parse_lmp_not_accepted_hostconn:
+0x5c87 016279 jam acl_connection_already_exists ,mem_disconn_reason_send 
+0x5c88 016280 jam lmp_detach ,mem_lmo_opcode2 
+0x5c89 016281 force hci_error_host_timeout ,temp 
+0x5c8a 016282 call hci_send_connection_error 
+0x5c8b 016284 jam conn_sm_standby ,mem_conn_sm 
+0x5c8c 016286 branch parse_rx_done ,true 
+0x5c8d 016287 rtn 
+:      016289 parse_lmp_not_accepted_sco_link_req:
+0x5c8e 016290 jam lmp_sco_link_req ,mem_lmo_opcode2 
+0x5c8f 016291 rtn 
+:      016294 parse_lmp_accepted_inrand:
+0x5c90 016295 fetch 1 ,mem_link_key_exists 
+0x5c91 016296 nrtn blank 
+0x5c92 016297 call clear_linkkey 
+0x5c93 016298 call lmp_generate_key 
+0x5c94 016299 rtn master 
+0x5c95 016300 set1 mark_slave_in_rand_accepted ,mark 
+0x5c96 016301 rtn 
+:      016303 parse_lmp_accepted_enc_mode:
+0x5c97 016304 nrtn master 
+0x5c98 016305 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x5c99 016306 fetch 1 ,mem_state_map 
+0x5c9a 016307 rtnbit0 smap_encryption 
+0x5c9b 016308 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5c9c 016309 rtn 
+:      016311 parse_lmp_accepted_enc_keysize:
+0x5c9d 016312 branch lmp_start_encryption 
+:      016314 parse_lmp_accepted_start_enc:
+0x5c9e 016315 call send_create_conn_start_l2cap_timer_sm 
+0x5c9f 016316 fetch 1 ,mem_state 
+0x5ca0 016317 rtnbit1 state_conn_comp 
+0x5ca1 016318 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5ca2 016319 fetch 1 ,mem_conn_sm 
+0x5ca3 016320 rtnne conn_sm_encrypt_wait 
+0x5ca4 016321 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
+0x5ca5 016322 rtn 
+:      016324 parse_lmp_accepted_stop_enc:
+0x5ca6 016332 rtn 
+:      016334 parse_lmp_not_accepted_aurand:
+0x5ca7 016335 fetch 1 ,mem_device_option 
+0x5ca8 016336 bne dvc_op_hci ,parse_lmp_not_accepted_aurand_send_detach 
+0x5ca9 016337 fetch 1 ,mem_link_key_exists 
+0x5caa 016338 rtn blank 
+0x5cab 016339 fetcht 1 ,mem_conn_sm 
+0x5cac 016340 jam 0 ,mem_conn_sm 
+0x5cad 016341 jam 0 ,mem_link_key_exists 
+0x5cae 016342 fetch 1 ,mem_rxbuf + 2 
+0x5caf 016343 rtnne key_missing 
+0x5cb0 016344 storet 1 ,mem_conn_sm 
+0x5cb1 016345 jam local_statemachine ,mem_sp_localsm 
+0x5cb2 016346 fetch 2 ,mem_lmpext_ssp_enable 
+0x5cb3 016347 fetcht 1 ,mem_remote_sppcap 
+0x5cb4 016348 iand temp ,pdata 
+0x5cb5 016349 branch cmd_pair ,blank 
+0x5cb6 016350 branch cmd_ssp 
+:      016352 parse_lmp_not_accepted_aurand_send_detach:
+0x5cb7 016353 jam lmp_detach ,mem_lmo_opcode2 
+0x5cb8 016354 jam other_end_terminated ,mem_disconn_reason_send 
+0x5cb9 016355 rtn 
+:      016357 parse_lmp_not_accepted_inrand:
+0x5cba 016358 fetch 1 ,mem_rxbuf + 2 
+0x5cbb 016359 beq key_missing ,parse_lmp_inrand_key_missing 
+0x5cbc 016360 rtnne pairing_not_allowed 
+0x5cbd 016361 jam pairing_not_allowed ,mem_disconn_reason_send 
+0x5cbe 016362 jam lmp_detach ,mem_lmo_opcode2 
+0x5cbf 016363 rtn 
+:      016364 parse_lmp_inrand_key_missing:
+0x5cc0 016365 jam key_missing ,mem_disconn_reason_send 
+0x5cc1 016366 jam lmp_detach ,mem_lmo_opcode2 
+0x5cc2 016367 rtn 
+:      016369 parse_lmp_not_accepted_name_req:
+0x5cc3 016370 rtn 
+:      016372 parse_lmp_not_accepted_simple_pairing_number:
+0x5cc4 016373 jam sp_stat_null ,mem_sp_state 
+0x5cc5 016374 jam lmp_detach ,mem_lmo_opcode2 
+0x5cc6 016375 branch parse_rx_done 
+:      016377 parse_lmp_not_accepted_dhkey_check:
+0x5cc7 016378 jam sp_stat_null ,mem_sp_state 
+0x5cc8 016379 jam lmp_detach ,mem_lmo_opcode2 
+0x5cc9 016380 branch parse_rx_done 
+:      016381 parse_lmp_not_accepted_unsniff_req:
+0x5cca 016382 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
+0x5ccb 016383 branch ui_ipc_send_event 
+:      016385 parse_lmp_accepted_unsniff_req:
+0x5ccc 016386 jam bt_evt_unsniff_accept ,mem_fifo_temp 
+0x5ccd 016387 call ui_ipc_send_event 
+0x5cce 016388 call sniff_exit 
+0x5ccf 016389 force 0 ,temp 
+0x5cd0 016390 branch hci_send_mode_change 
+:      016392 parse_lmp_accepted_sniff_req:
+0x5cd1 016393 jam bt_evt_sniff_accept ,mem_fifo_temp 
+0x5cd2 016394 call ui_ipc_send_event 
+0x5cd3 016395 force 0x02 ,temp 
+0x5cd4 016396 call hci_send_mode_change 
+0x5cd5 016397 setarg 0 
+0x5cd6 016398 store 2 ,mem_dsniff 
+0x5cd7 016399 fetch 2 ,mem_sniff_param_interval 
+0x5cd8 016400 lshift pdata ,pdata 
+0x5cd9 016401 store 2 ,mem_tsniff 
+0x5cda 016402 fetch 1 ,mem_sniff_param_attempt 
+0x5cdb 016403 store 1 ,mem_sniff_attempt 
+0x5cdc 016404 fetch 1 ,mem_sniff_param_timeout 
+0x5cdd 016405 store 1 ,mem_sniff_timeout 
+0x5cde 016406 branch sniff_init 
+:      016408 parse_lmp_not_acdcept_sniff_req:
+0x5cdf 016409 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
+0x5ce0 016410 branch ui_ipc_send_event 
+:      016412 parse_lmp_crypt_key:
+0x5ce1 016413 fetcht 1 ,mem_rxbuf + 1 
+0x5ce2 016414 storet 1 ,mem_key_size 
+0x5ce3 016415 branch accept_lmp_msg 
+:      016417 parse_lmp_setup_complete:
+0x5ce4 016418 fetch 1 ,mem_lmp_conn_state 
+0x5ce5 016419 set1 received_setup_complete ,pdata 
+0x5ce6 016420 store 1 ,mem_lmp_conn_state 
+0x5ce7 016421 rtnbit1 sent_setup_complete 
+0x5ce8 016422 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5ce9 016423 branch parse_rx_done 
+:      016425 parse_lmp_max_slot:
+0x5cea 016428 rtn 
+:      016430 parse_lmp_max_slot_req:
+0x5ceb 016431 fetch 1 ,mem_max_slot 
+0x5cec 016432 fetcht 1 ,mem_rxbuf + 1 
+0x5ced 016433 isub temp ,null 
+0x5cee 016435 branch accept_lmp_msg ,positive 
+0x5cef 016436 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5cf0 016437 jam unspecified_error ,mem_lmo_reason2 
+0x5cf1 016438 jam lmp_max_slot_req ,mem_lmi_opcode2 
+0x5cf2 016439 rtn 
+:      016441 parse_lmp_detach:
+0x5cf3 016442 call prepare_disconnect 
+0x5cf4 016443 branch accept_lmp_msg 
+:      016445 accept_lmp_msg:
+0x5cf5 016446 jam lmp_accepted ,mem_lmo_opcode2 
+0x5cf6 016447 rtn 
+:      016449 parse_lmp_incr_power:
+0x5cf7 016450 jam lmp_max_power ,mem_lmo_opcode2 
+0x5cf8 016451 rtn 
+:      016453 parse_lmp_decr_power:
+0x5cf9 016454 jam lmp_min_power ,mem_lmo_opcode2 
+0x5cfa 016455 rtn 
+:      016457 parse_lmp_version_res:
+0x5cfb 016458 fetch 1 ,mem_conn_sm 
+0x5cfc 016459 rtneq conn_sm_wait_version 
+0x5cfd 016461 jam conn_sm_send_features ,mem_conn_sm 
+0x5cfe 016463 rtn 
+:      016466 parse_lmp_auto_rate:
+0x5cff 016467 rtn 
+:      016469 parse_lmp_in_rand:
+0x5d00 016470 call lmp_copy_rand 
+0x5d01 016471 jam pincode_state_wait_pincode ,mem_pincode_state 
+0x5d02 016472 fetch 1 ,mem_device_option 
+0x5d03 016473 beq dvc_op_hci ,parse_lmp_in_rand_hci 
+0x5d04 016474 jam bt_evt_pincode_req ,mem_fifo_temp 
+0x5d05 016475 call ui_ipc_send_event 
+:      016476 parse_lmp_in_rand_hci:
+0x5d06 016477 call hci_send_pincode_req 
+0x5d07 016478 call tid_check 
+0x5d08 016479 nbranch lmp_accept_inrand ,true 
+0x5d09 016480 nbranch parse_lmp_inrand_res ,master 
+0x5d0a 016481 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5d0b 016482 jam lmp_in_rand ,mem_lmi_opcode2 
+0x5d0c 016483 jam transaction_collision ,mem_lmo_reason2 
+0x5d0d 016484 rtn 
+:      016485 parse_lmp_inrand_res:
+0x5d0e 016486 fetch 1 ,mem_op 
+0x5d0f 016487 set1 op_inrand_req ,pdata 
+0x5d10 016488 store 1 ,mem_op 
+0x5d11 016489 rtn 
+:      016492 pop_tid_follow:
+0x5d12 016493 fetcht 1 ,mem_state_map 
+0x5d13 016494 nsetflag blank ,smap_lmptid ,temp 
+0x5d14 016495 storet 1 ,mem_state_map 
+0x5d15 016496 rtn 
+:      016499 push_tid_follow:
+0x5d16 016500 fetch 1 ,mem_lmo_tid2 
+0x5d17 016501 rshift pdata ,pdata 
+0x5d18 016502 and_into 1 ,pdata 
+0x5d19 016503 rtn 
+:      016505 parse_lmp_au_rand:
+0x5d1a 016506 call push_tid_follow 
+0x5d1b 016507 store 1 ,mem_sres_tid 
+0x5d1c 016508 call lmp_copy_rand 
+0x5d1d 016509 jam lmp_sres ,mem_lmo_opcode2 
+0x5d1e 016510 fetch 1 ,mem_link_key_exists 
+0x5d1f 016511 nrtn blank 
+0x5d20 016512 fetch 1 ,mem_state 
+0x5d21 016513 rtnbit1 state_combkey 
+0x5d22 016514 jam key_missing ,mem_lmo_reason2 
+0x5d23 016515 fetch 1 ,mem_device_option 
+0x5d24 016516 bne dvc_op_hci ,reject_lmp_packet 
+0x5d25 016517 fetch 1 ,mem_auth_enable 
+0x5d26 016518 nbranch reject_lmp_packet ,blank 
+0x5d27 016519 jam 0 ,mem_lmo_opcode2 
+:      016520 parse_lmp_inrand_sres:
+0x5d28 016521 fetch 1 ,mem_op 
+0x5d29 016522 set1 op_send_sres ,pdata 
+0x5d2a 016523 store 1 ,mem_op 
+0x5d2b 016524 branch hci_send_linkkey_req 
+:      016526 parse_lmp_sres:
+0x5d2c 016527 arg mem_plap ,rega 
+0x5d2d 016528 call function_e1 
+0x5d2e 016529 fetch 4 ,mem_rxbuf + 1 
+0x5d2f 016530 fetcht 4 ,mem_input_store 
+0x5d30 016531 isub temp ,null 
+0x5d31 016532 branch authentication_ok ,zero 
+0x5d32 016533 jam lmp_detach ,mem_lmo_opcode2 
+0x5d33 016534 jam authentication_failure_error ,mem_disconn_reason_send 
+0x5d34 016535 rtn 
+:      016536 authentication_ok:
+0x5d35 016537 call copy_aco 
+0x5d36 016538 call linkkey_ready 
+0x5d37 016539 fetch 1 ,mem_op 
+0x5d38 016540 isolate1 op_auth_req ,pdata 
+0x5d39 016541 set0 op_auth_req ,pdata 
+0x5d3a 016542 store 1 ,mem_op 
+0x5d3b 016543 call hci_send_auth_complete ,true 
+0x5d3c 016544 fetch 1 ,mem_conn_sm 
+0x5d3d 016545 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
+0x5d3e 016546 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
+0x5d3f 016547 rtn 
+:      016548 authentication_ok_conn_sm:
+0x5d40 016549 fetch 1 ,mem_pairing_auth 
+0x5d41 016550 rtnne defalt_pairing_auth 
+0x5d42 016551 fetch 1 ,mem_state_map 
+0x5d43 016552 rtnbit1 smap_encryption 
+0x5d44 016553 branch host_create_conn_encrypt 
+:      016555 parse_lmp_comb_key:
+0x5d45 016556 arg mem_rxbuf + 1 ,rega 
+0x5d46 016557 arg mem_kinit ,regb 
+0x5d47 016558 arg mem_random_number ,contw 
+0x5d48 016559 call xor16 
+0x5d49 016560 arg mem_plap ,rega 
+0x5d4a 016561 call generate_linkkey 
+0x5d4b 016562 jam lmp_au_rand ,mem_lmo_opcode2 
+0x5d4c 016563 fetch 1 ,mem_state 
+0x5d4d 016564 bbit0 state_combkey ,lmp_generate_key 
+0x5d4e 016565 rtn 
+:      016567 parse_lmp_name_res:
+0x5d4f 016568 fetch 2 ,mem_len 
+0x5d50 016569 add pdata ,-3 ,loopcnt 
+0x5d51 016570 fetcht 1 ,mem_rxbuf + 1 
+0x5d52 016571 setarg mem_tmp_buffer 
+0x5d53 016572 iadd temp ,contw 
+0x5d54 016573 arg mem_rxbuf + 3 ,contr 
+0x5d55 016574 call memcpy 
+0x5d56 016575 fetcht 1 ,mem_name_offset 
+0x5d57 016576 fetch 1 ,mem_rxbuf + 2 
+0x5d58 016577 isub temp ,pdata 
+0x5d59 016578 sub pdata ,14 ,null 
+0x5d5a 016579 branch parse_lmp_name_res_end ,positive 
+0x5d5b 016580 add temp ,14 ,pdata 
+0x5d5c 016581 store 1 ,mem_name_offset 
+0x5d5d 016582 jam lmp_name_req ,mem_lmo_opcode2 
+0x5d5e 016583 rtn 
+:      016584 parse_lmp_name_res_end:
+0x5d5f 016585 fetch 1 ,mem_state_map 
+0x5d60 016586 set1 smap_name_res ,pdata 
+0x5d61 016587 store 1 ,mem_state_map 
+0x5d62 016588 bbit1 smap_name_req ,lmp_disconnect 
+0x5d63 016591 rtn 
+:      016592 parse_lmp_name_req:
+0x5d64 016593 fetch 1 ,mem_rxbuf + 1 
+0x5d65 016594 store 1 ,mem_lmi_opcode2 
+0x5d66 016595 jam lmp_name_res ,mem_lmo_opcode2 
+0x5d67 016596 rtn 
+:      016598 parse_lmp_conn_req:
+0x5d68 016599 fetch 1 ,mem_device_option 
+0x5d69 016600 bne dvc_op_hci ,accept_lmp_msg 
+0x5d6a 016601 force 1 ,temp 
+0x5d6b 016602 branch hci_send_conn_req_event 
+:      016604 parse_lmp_timing_accuracy_req:
+0x5d6c 016605 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
+0x5d6d 016606 rtn 
+:      016608 parse_lmp_features_req:
+0x5d6e 016609 jam lmp_features_res ,mem_lmo_opcode2 
+0x5d6f 016610 rtn 
+:      016612 parse_lmp_version_req:
+0x5d70 016613 jam lmp_version_res ,mem_lmo_opcode2 
+0x5d71 016614 rtn 
+:      016616 parse_lmp_supervision_timeout:
+0x5d72 016619 rtn 
+:      016623 parse_lmp_sniff_subrating_req:
+0x5d73 016624 fetch 2 ,mem_tsniff 
+0x5d74 016625 iforce temp 
+0x5d75 016626 fetch 1 ,mem_rxbuf + 2 
+0x5d76 016627 store 1 ,mem_subsniff_rate 
+0x5d77 016628 imul32 temp ,temp 
+0x5d78 016629 fetch 2 ,mem_rxbuf + 3 
+0x5d79 016630 lshift pdata ,pdata 
+0x5d7a 016631 store 2 ,mem_subsniff_tcmax 
+0x5d7b 016632 fetch 4 ,mem_rxbuf + 5 
+0x5d7c 016633 lshift pdata ,pdata 
+0x5d7d 016634 store 4 ,mem_subsniff_instant 
+0x5d7e 016636 deposit temp 
+0x5d7f 016637 store 2 ,mem_subsniff_tsniff 
+0x5d80 016638 rtn 
+:      016639 parse_lmpext_packet_type_table_req:
+0x5d81 016640 fetcht 1 ,mem_ptt 
+0x5d82 016641 fetch 1 ,mem_rxbuf + 2 
+0x5d83 016642 ixor temp ,null 
+0x5d84 016643 nbranch reject_unknown_ext_packet ,zero 
+0x5d85 016644 isolate1 0 ,pdata 
+0x5d86 016645 fetch 1 ,mem_state_map 
+0x5d87 016646 setflag true ,smap_edr ,pdata 
+0x5d88 016647 store 1 ,mem_state_map 
+0x5d89 016648 jam lmp_ext_accepted ,mem_lmo_opcode2 
+0x5d8a 016649 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
+0x5d8b 016650 rtn 
+:      016653 parse_lmp_sniff_subrating_res:
+0x5d8c 016654 rtn 
+:      016656 parse_lmp_max_power:
+0x5d8d 016657 rtn 
+:      016658 parse_lmp_min_power:
+0x5d8e 016659 rtn 
+:      016660 parse_lmp_page_mode_req:
+0x5d8f 016662 branch accept_lmp_msg 
+:      016663 parse_lmp_page_scan_mode_req:
+0x5d90 016666 branch accept_lmp_msg 
+:      016667 parse_lmp_preferred_rate:
+0x5d91 016668 rtn 
+:      016669 parse_lmp_remove_sco_link_req:
+0x5d92 016670 call stop_sco 
+0x5d93 016671 jam lmp_remove_sco_link_req ,mem_lmi_opcode2 
+0x5d94 016672 branch accept_lmp_msg 
+:      016675 parse_lmp_sco_link_req:
+0x5d95 016676 fetch 1 ,mem_rxbuf + 1 
+0x5d96 016677 store 1 ,mem_sco_handle 
+0x5d97 016678 fetch 1 ,mem_rxbuf + 3 
+0x5d98 016679 store 1 ,mem_esco_desco 
+0x5d99 016680 fetch 1 ,mem_rxbuf + 6 
+0x5d9a 016681 store 1 ,mem_air_mode 
+0x5d9b 016682 call push_tid_follow 
+0x5d9c 016683 store 1 ,mem_accptsco_tid 
+0x5d9d 016684 force 0 ,temp 
+0x5d9e 016685 branch hci_send_conn_req_event 
+:      016687 parse_lmp_slot_offset:
+0x5d9f 016688 fetch 2 ,mem_rxbuf + 1 
+0x5da0 016689 store 2 ,mem_slot_offset 
+0x5da1 016690 rtn 
+:      016692 parse_lmp_sniff_req:
+0x5da2 016693 fetch 1 ,mem_state 
+0x5da3 016694 bbit1 state_insniff ,lmp_reject_sniff 
+0x5da4 016695 fetch 2 ,mem_rxbuf + 2 
+0x5da5 016696 lshift pdata ,pdata 
+0x5da6 016697 store 2 ,mem_dsniff 
+0x5da7 016698 fetch 2 ,mem_rxbuf + 4 
+0x5da8 016699 lshift pdata ,pdata 
+0x5da9 016700 store 2 ,mem_tsniff 
+0x5daa 016701 fetch 2 ,mem_rxbuf + 6 
+0x5dab 016702 store 1 ,mem_sniff_attempt 
+0x5dac 016703 iforce temp 
+0x5dad 016704 fetch 2 ,mem_rxbuf + 8 
+0x5dae 016705 store 1 ,mem_sniff_timeout 
+0x5daf 016706 isub temp ,null 
+0x5db0 016707 nbranch set_big_value_to_attempt ,positive 
+0x5db1 016708 store 1 ,mem_sniff_attempt 
+:      016709 set_big_value_to_attempt:
+0x5db2 016711 jam lmp_accepted ,mem_lmo_opcode2 
+0x5db3 016712 jam lmp_sniff_req ,mem_lmi_opcode2 
+0x5db4 016713 rtn 
+:      016715 lmp_reject_sniff:
+0x5db5 016716 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5db6 016717 branch reject_lmp_packet 
+:      016719 parse_lmp_start_encryption_req:
+0x5db7 016720 call accept_lmp_msg 
+0x5db8 016721 call lmp_copy_rand 
+0x5db9 016722 call function_e3 
+0x5dba 016723 branch start_encryption 
+:      016725 parse_lmp_stop_encryption_req:
+0x5dbb 016726 call accept_lmp_msg 
+0x5dbc 016727 branch stop_encryption 
+:      016730 parse_lmp_switch_req:
+0x5dbd 016731 fetch 4 ,mem_rxbuf + 1 
+0x5dbe 016732 lshift pdata ,pdata 
+0x5dbf 016734 branch parse_lmp_switch_accept ,master 
+0x5dc0 016735 fetcht 1 ,mem_link_key_exists 
+0x5dc1 016736 nbranch parse_lmp_switch_req_clear_mark ,blank 
+:      016737 parse_lmp_switch_req_not_accept:
+0x5dc2 016738 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5dc3 016739 jam lmp_switch_req ,mem_lmi_opcode2 
+0x5dc4 016740 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5dc5 016741 rtn 
+:      016742 parse_lmp_switch_req_clear_mark:
+0x5dc6 016743 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x5dc7 016744 jam 0 ,mem_conn_sm 
+0x5dc8 016745 branch role_switch_prepare 
+:      016747 parse_lmp_switch_accept:
+0x5dc9 016748 call role_switch_prepare 
+0x5dca 016749 set1 mark_reconn_recieve_switch ,mark 
+0x5dcb 016750 fetch 1 ,mem_connection_options 
+0x5dcc 016751 set0 connection_switch ,pdata 
+0x5dcd 016752 store 1 ,mem_connection_options 
+0x5dce 016753 branch accept_lmp_msg 
+:      016757 parse_lmp_temp_rand:
+0x5dcf 016758 rtn 
+:      016759 parse_lmp_temp_key:
+0x5dd0 016760 rtn 
+:      016761 parse_lmp_timing_accuracy_res:
+0x5dd1 016762 rtn 
+:      016764 parse_lmp_unit_key:
+0x5dd2 016766 rtn 
+:      016769 parse_lmp_unsniff_req:
+0x5dd3 016770 jam lmp_accepted ,mem_lmo_opcode2 
+0x5dd4 016771 jam lmp_unsniff_req ,mem_lmi_opcode2 
+0x5dd5 016772 jam bt_evt_remote_unsniff ,mem_fifo_temp 
+0x5dd6 016773 call ui_ipc_send_event 
+0x5dd7 016774 force 0 ,temp 
+0x5dd8 016775 call hci_send_mode_change 
+0x5dd9 016776 branch sniff_exit 
+:      016777 parse_lmp_use_semi_permanend_key:
+0x5dda 016778 rtn 
+:      016780 parse_lmp_encapsulated_header:
+0x5ddb 016781 fetch 1 ,mem_rxbuf + 1 
+0x5ddc 016782 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5ddd 016783 fetch 1 ,mem_rxbuf + 2 
+0x5dde 016784 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5ddf 016785 fetch 1 ,mem_rxbuf + 3 
+0x5de0 016786 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
+0x5de1 016787 call check_localsm 
+0x5de2 016788 branch parse_lmp_encapsulated_header_master ,true 
+0x5de3 016789 jam sp_stat_key_recv ,mem_sp_state 
+:      016790 parse_lmp_encapsulated_header_master:
+0x5de4 016791 jam lmp_accepted ,mem_lmo_opcode2 
+0x5de5 016792 jam lmp_encapsulated_header ,mem_lmi_opcode2 
+0x5de6 016793 branch parse_rx_done 
+:      016795 parse_lmp_encapsulated_header_reject:
+0x5de7 016796 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5de8 016797 branch reject_lmp_packet 
+:      016799 parse_lmp_accepted_encapsulated_header:
+0x5de9 016802 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5dea 016804 rtn 
+:      016805 parse_lmp_accepted_simple_pairing_number:
+0x5deb 016806 call check_localsm 
+0x5dec 016807 rtn true 
+0x5ded 016808 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5dee 016809 rtn 
+:      016811 parse_lmp_accepted_dhkey_check:
+0x5def 016813 call check_localsm 
+0x5df0 016814 ncall g_noninit ,true 
+0x5df1 016815 call g_init ,true 
+0x5df2 016816 call hci_send_user_confirmation_req 
+0x5df3 016817 call hci_send_ssp_complete 
+0x5df4 016818 call check_localsm 
+0x5df5 016819 rtn true 
+0x5df6 016820 jam sp_stat_link_key_calc ,mem_sp_state 
+0x5df7 016821 jam sp_flag_commit ,mem_sp_flag 
+0x5df8 016822 rtn 
+:      016824 parse_simple_pairing_confirm:
+0x5df9 016825 arg mem_sp_confirm_remote ,contw 
+0x5dfa 016826 fetch 8 ,mem_rxbuf + 1 
+0x5dfb 016827 istore 8 ,contw 
+0x5dfc 016828 fetch 8 ,mem_rxbuf + 9 
+0x5dfd 016829 istore 8 ,contw 
+0x5dfe 016830 branch master_set_mem_master_sp_flag 
+:      016832 parse_lmp_encapsulated_payload:
+0x5dff 016833 fetch 1 ,mem_master_sp_state 
+0x5e00 016834 beq sp_stat_random_send ,parse_encapsulated_payload_master 
+0x5e01 016835 fetch 1 ,mem_sp_state 
+0x5e02 016836 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
+:      016837 parse_encapsulated_payload_master:
+0x5e03 016838 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5e04 016839 sub pdata ,0x20 ,contw 
+0x5e05 016840 nbranch parse_lmp_encapsulated_payload_reject ,positive 
+0x5e06 016841 arg mem_sp_pubkey_remote ,contw 
+0x5e07 016842 iadd contw ,contw 
+0x5e08 016843 fetch 8 ,mem_rxbuf + 1 
+0x5e09 016844 istore 8 ,contw 
+0x5e0a 016845 fetch 8 ,mem_rxbuf + 9 
+0x5e0b 016846 istore 8 ,contw 
+0x5e0c 016847 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5e0d 016848 increase 16 ,pdata 
+0x5e0e 016849 store 1 ,mem_sp_remote_key_recv_count 
+0x5e0f 016850 bne encapsulated_len_p192 ,accept_lmp_msg 
+:      016851 parse_lmp_encapsulated_payload_completed:
+0x5e10 016852 call check_localsm 
+0x5e11 016853 branch accept_lmp_msg ,true 
+0x5e12 016854 jam sp_key_valid ,mem_sp_remote_key_invalid 
+0x5e13 016855 jam sp_stat_key_generate ,mem_sp_state 
+0x5e14 016856 jam sp_flag_commit ,mem_sp_flag 
+0x5e15 016857 branch accept_lmp_msg 
+:      016858 parse_lmp_encapsulated_payload_reject:
+0x5e16 016859 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5e17 016860 branch reject_lmp_packet 
+:      016861 parse_lmp_accepted_encapsulated_payload:
+0x5e18 016862 fetch 1 ,mem_sp_local_key_send_count 
+0x5e19 016863 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
+0x5e1a 016864 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5e1b 016865 branch parse_rx_done 
+:      016866 parse_lmp_encapsulated_payload_all_accepted:
+0x5e1c 016867 call check_localsm 
+0x5e1d 016868 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
+0x5e1e 016869 jam sp_flag_commit ,mem_sp_flag 
+0x5e1f 016870 jam sp_stat_commit_calc ,mem_sp_state 
+0x5e20 016871 branch parse_rx_done 
+:      016872 parse_lmp_encapsulated_payload_all_accepted_master:
+0x5e21 016874 branch parse_rx_done 
+:      016876 parse_lmp_simple_pairing_number:
+0x5e22 016877 fetch 1 ,mem_master_sp_state 
+0x5e23 016878 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
+0x5e24 016879 fetch 1 ,mem_sp_state 
+0x5e25 016880 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
+:      016881 parse_lmp_simple_pairing_number_master:
+0x5e26 016882 arg mem_sp_random_remote ,contw 
+0x5e27 016883 fetch 8 ,mem_rxbuf + 1 
+0x5e28 016884 istore 8 ,contw 
+0x5e29 016885 fetch 8 ,mem_rxbuf + 9 
+0x5e2a 016886 istore 8 ,contw 
+0x5e2b 016887 call check_localsm 
+0x5e2c 016888 branch parse_lmp_simple_pairing_number_master0 ,true 
+0x5e2d 016889 jam sp_stat_random_send ,mem_sp_state 
+0x5e2e 016890 jam sp_flag_commit ,mem_sp_flag 
+0x5e2f 016891 branch accept_lmp_msg 
+:      016892 parse_lmp_simple_pairing_number_master0:
+0x5e30 016893 jam sp_stat_commit_calc ,mem_master_sp_state 
+0x5e31 016894 branch master_set_mem_master_sp_flag 
+:      016897 parse_lmp_simple_pairing_number_reject:
+0x5e32 016898 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5e33 016899 branch reject_lmp_packet 
+:      016901 parse_dhkey_check:
+0x5e34 016902 fetch 1 ,mem_master_sp_state 
+0x5e35 016903 beq sp_stat_confirm_send ,parse_dhkey_check_master 
+0x5e36 016904 fetch 1 ,mem_sp_state 
+0x5e37 016905 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
+:      016906 parse_dhkey_check_master:
+0x5e38 016907 arg mem_sp_check_result ,contw 
+0x5e39 016908 fetch 8 ,mem_rxbuf + 1 
+0x5e3a 016909 istore 8 ,contw 
+0x5e3b 016910 fetch 8 ,mem_rxbuf + 9 
+0x5e3c 016911 istore 8 ,contw 
+0x5e3d 016912 call check_localsm 
+0x5e3e 016913 branch parse_dhkey_check_master0 ,true 
+0x5e3f 016914 jam sp_stat_confirm_check ,mem_sp_state 
+0x5e40 016915 jam sp_flag_commit ,mem_sp_flag 
+0x5e41 016916 branch parse_rx_done 
+:      016917 parse_dhkey_check_master0:
+0x5e42 016918 jam sp_stat_confirm_check ,mem_master_sp_state 
+0x5e43 016919 jam sp_flag_commit ,mem_master_sp_flag 
+0x5e44 016920 branch parse_rx_done 
+:      016921 parse_lmp_dhkey_check_reject:
+0x5e45 016922 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5e46 016923 branch reject_lmp_packet 
+:      016925 parse_lmp_clkoffset_res:
+0x5e47 016926 branch parse_rx_done 
+:      016928 parse_lmp_encryption_mode_req:
+0x5e48 016929 fetch 1 ,mem_connection_options 
+0x5e49 016930 set0 connection_encrypt 
+0x5e4a 016931 store 1 ,mem_connection_options 
+0x5e4b 016932 call accept_lmp_msg 
+0x5e4c 016933 nrtn master 
+0x5e4d 016934 fetch 1 ,mem_rxbuf + 1 
+0x5e4e 016935 fetcht 1 ,mem_op 
+0x5e4f 016936 setflag blank ,op_stop_enc ,temp 
+0x5e50 016937 nsetflag blank ,op_start_enc ,temp 
+0x5e51 016938 storet 1 ,mem_op 
+0x5e52 016939 rtn 
+:      016941 parse_lmp_features_res:
+0x5e53 016942 fetcht 8 ,mem_rxbuf + 1 
+0x5e54 016943 fetch 1 ,mem_hci_cmd 
+0x5e55 016944 bne hci_cmd_wait_remote_feature ,parse_lmp_features_res_not_hci 
+0x5e56 016945 jam 0 ,mem_hci_cmd 
+0x5e57 016946 call hci_send_remote_features 
+:      016947 parse_lmp_features_res_not_hci:
+0x5e58 016948 fetch 1 ,mem_conn_sm 
+0x5e59 016949 rtnne conn_sm_wait_features_res 
+0x5e5a 016950 fetch 1 ,mem_device_option 
+0x5e5b 016951 beq dvc_op_hci ,parse_lmp_feature_ext_sm 
+0x5e5c 016952 fetch 1 ,mem_connection_options 
+0x5e5d 016953 bbit0 connection_feature_ext ,parse_lmp_send_conn 
+:      016954 parse_lmp_feature_ext_sm:
+0x5e5e 016955 jam conn_sm_send_features_ext ,mem_conn_sm 
+0x5e5f 016956 rtn 
+:      016957 parse_lmp_send_conn:
+0x5e60 016958 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5e61 016959 rtn 
+:      016960 parse_lmp_test_activate:
+0x5e62 016961 fetch 1 ,mem_debug_config 
+0x5e63 016962 store 1 ,mem_test_mode_old_debug_config 
+0x5e64 016963 jam lmp_accepted ,mem_lmo_opcode2 
+0x5e65 016964 jam lmp_test_activate ,mem_lmi_opcode2 
+0x5e66 016965 rtn 
+:      016966 parse_lmp_test_control:
+0x5e67 016969 jam lmp_accepted ,mem_lmo_opcode2 
+0x5e68 016970 jam lmp_test_control ,mem_lmi_opcode2 
+0x5e69 016971 force 9 ,loopcnt 
+0x5e6a 016972 arg mem_rxbuf + 1 ,contr 
+0x5e6b 016973 arg mem_temp_payload ,contw 
+:      016974 parse_lmp_test_xor:
+0x5e6c 016975 ifetch 1 ,contr 
+0x5e6d 016976 xor_into 0x55 ,pdata 
+0x5e6e 016977 istore 1 ,contw 
+0x5e6f 016978 loop parse_lmp_test_xor 
+0x5e70 016979 fetch 1 ,test_mode_scenario 
+0x5e71 016980 fetcht 1 ,mem_tester_emulate 
+0x5e72 016981 set0 tester_no_whitening ,temp 
+0x5e73 016982 set0 tester_pattern_test ,temp 
+0x5e74 016983 beq exit_test_mode ,parse_lmp_test_control_exit 
+0x5e75 016984 beq pause_test_mode ,parse_lmp_test_control_pause 
+0x5e76 016985 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
+0x5e77 016986 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5e78 016987 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
+0x5e79 016988 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5e7a 016989 beq zero_pattern ,parse_lmp_test_control_pattern 
+0x5e7b 016990 beq one_pattern ,parse_lmp_test_control_pattern 
+0x5e7c 016991 beq alt_pattern ,parse_lmp_test_control_pattern 
+0x5e7d 016992 beq alt2_pattern ,parse_lmp_test_control_pattern 
+0x5e7e 016993 beq pseudorandom ,parse_lmp_test_control_pattern 
+0x5e7f 016994 rtn 
+:      016995 parse_lmp_test_control_exit:
+0x5e80 016997 fetch 1 ,mem_tester_emulate 
+0x5e81 016998 set1 tester_exit ,pdata 
+0x5e82 016999 set1 tester_change ,pdata 
+0x5e83 017000 store 1 ,mem_tester_emulate 
+0x5e84 017001 rtn 
+:      017002 parse_lmp_test_control_pattern:
+0x5e85 017003 set1 tester_pattern_test ,temp 
+0x5e86 017004 jam 5 ,mem_lch_code 
+0x5e87 017005 fetch 2 ,test_mode_data_length 
+0x5e88 017006 iforce loopcnt 
+0x5e89 017007 store 2 ,mem_len 
+0x5e8a 017008 arg mem_rxbuf ,contw 
+0x5e8b 017009 call pn9 
+:      017010 parse_lmp_test_control_loopback_nowhite:
+0x5e8c 017011 set1 tester_no_whitening ,temp 
+:      017012 parse_lmp_test_control_loopback:
+0x5e8d 017013 set1 tester_change ,temp 
+0x5e8e 017014 force 0 ,pdata 
+0x5e8f 017015 store 1 ,mem_slave_rcvcnt 
+0x5e90 017016 store 2 ,mem_tst_pktcnt_crc 
+0x5e91 017017 store 2 ,mem_tst_pktcnt_dmh 
+0x5e92 017018 store 2 ,mem_tst_pktcnt_hec 
+0x5e93 017019 store 2 ,mem_tst_pktcnt_sync 
+0x5e94 017020 fetch 1 ,test_mode_hopping_mode 
+0x5e95 017021 compare fixed_freq ,pdata ,0xff 
+0x5e96 017022 setflag true ,tester_fixed_freq ,temp 
+0x5e97 017023 storet 1 ,mem_tester_emulate 
+0x5e98 017024 rtn 
+:      017026 parse_lmp_test_control_pause:
+0x5e99 017027 set0 mark_testmode ,mark 
+0x5e9a 017028 jam 0 ,mem_tester_emulate 
+0x5e9b 017029 fetch 1 ,mem_debug_config 
+0x5e9c 017030 set0 debug_tx_pattern ,pdata 
+0x5e9d 017031 store 1 ,mem_debug_config 
+0x5e9e 017032 rtn 
+:      017034 check_test_cond:
+0x5e9f 017035 fetch 1 ,mem_tester_emulate 
+0x5ea0 017036 rtnbit0 tester_change 
+0x5ea1 017037 fetch 1 ,mem_tester_cnt 
+0x5ea2 017038 increase 1 ,pdata 
+0x5ea3 017039 store 1 ,mem_tester_cnt 
+0x5ea4 017040 rtnne 5 
+0x5ea5 017041 jam 0 ,mem_tester_cnt 
+0x5ea6 017042 fetch 1 ,mem_tester_emulate 
+0x5ea7 017043 set0 tester_change ,pdata 
+0x5ea8 017044 store 1 ,mem_tester_emulate 
+0x5ea9 017045 bbit1 tester_exit ,check_test_exit 
+0x5eaa 017046 isolate1 tester_no_whitening ,pdata 
+0x5eab 017047 call test_no_white ,true 
+0x5eac 017048 ncall test_enable_white ,true 
+0x5ead 017049 fetch 1 ,test_mode_packet_type 
+0x5eae 017050 compare 0x20 ,pdata ,0x30 
+0x5eaf 017051 fetch 1 ,mem_state_map 
+0x5eb0 017052 setflag true ,smap_edr ,pdata 
+0x5eb1 017053 store 1 ,mem_state_map 
+0x5eb2 017054 fetch 1 ,mem_tester_emulate 
+0x5eb3 017055 fetcht 1 ,mem_debug_config 
+0x5eb4 017056 isolate1 tester_pattern_test ,pdata 
+0x5eb5 017057 setflag true ,debug_tx_pattern ,temp 
+0x5eb6 017058 isolate1 tester_fixed_freq ,pdata 
+0x5eb7 017059 setflag true ,debug_tx_fixed_freq ,temp 
+0x5eb8 017060 setflag true ,debug_rx_fixed_freq ,temp 
+0x5eb9 017061 storet 1 ,mem_debug_config 
+0x5eba 017062 fetch 1 ,test_mode_tx_freq 
+0x5ebb 017063 store 1 ,mem_tx_fixed_freq 
+0x5ebc 017064 fetch 1 ,test_mode_rx_freq 
+0x5ebd 017065 store 1 ,mem_rx_fixed_freq 
+0x5ebe 017066 set1 mark_testmode ,mark 
+0x5ebf 017067 rtn 
+:      017069 check_test_exit:
+0x5ec0 017070 set0 mark_testmode ,mark 
+0x5ec1 017071 jam 0 ,mem_tester_emulate 
+0x5ec2 017072 fetch 1 ,mem_test_mode_old_debug_config 
+0x5ec3 017073 store 1 ,mem_debug_config 
+0x5ec4 017074 hfetch 1 ,core_config 
+0x5ec5 017075 and_into 0xfb ,pdata 
+0x5ec6 017076 hstore 1 ,core_config 
+0x5ec7 017077 rtn 
+:      017080 lmp_copy_rand:
+0x5ec8 017081 arg mem_rxbuf + 1 ,contr 
+0x5ec9 017082 arg mem_random_number ,contw 
+0x5eca 017083 branch memcpy16 
+:      017085 lmp_generate_key:
+0x5ecb 017086 jam lmp_comb_key ,mem_lmo_opcode2 
+0x5ecc 017087 rtn 
+:      017089 lmp_start_encryption:
+0x5ecd 017090 nrtn master 
+0x5ece 017091 jam lmp_start_encryption_req ,mem_lmo_opcode2 
+0x5ecf 017092 rtn 
+:      017094 lmp_accept_inrand:
+0x5ed0 017095 arg mem_lap ,rega 
+0x5ed1 017096 call generate_kinit 
+0x5ed2 017097 jam lmp_accepted ,mem_lmo_opcode2 
+0x5ed3 017098 jam lmp_in_rand ,mem_lmi_opcode2 
+0x5ed4 017099 rtn 
+:      017101 lmp_disconnect:
+0x5ed5 017102 jam 10 ,mem_conn_timer 
+0x5ed6 017103 jam lmp_detach ,mem_lmo_opcode2 
+0x5ed7 017104 jam local_host ,mem_disconn_reason_send 
+0x5ed8 017105 rtn 
+:      017111 send_lmp:
+0x5ed9 017112 set1 mark_ext_patch ,mark 
+0x5eda 017113 bpatch patch3c_3 ,mem_patch3c 
+0x5edb 017114 disable user 
+0x5edc 017115 call lmo_fifo_process 
+0x5edd 017116 fetch 1 ,mem_lmp_to_send 
+0x5ede 017117 rtn blank 
+0x5edf 017122 bbit1 7 ,send_lmp_escape 
+0x5ee0 017123 beq lmp_name_req ,send_lmp_name_req 
+0x5ee1 017124 beq lmp_name_res ,send_lmp_name_res 
+0x5ee2 017125 beq lmp_accepted ,send_lmp_accepted 
+0x5ee3 017126 beq lmp_not_accepted ,send_lmp_not_accepted 
+0x5ee4 017127 beq lmp_features_req ,send_lmp_features_req 
+0x5ee5 017128 beq lmp_features_res ,send_lmp_features_res 
+0x5ee6 017129 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
+0x5ee7 017130 beq lmp_version_req ,send_lmp_version_req 
+0x5ee8 017131 beq lmp_version_res ,send_lmp_version_res 
+0x5ee9 017132 beq lmp_setup_complete ,send_lmp_setup_complete 
+0x5eea 017133 beq lmp_supervision_timeout ,send_lmp_superto 
+0x5eeb 017134 beq lmp_host_connection_req ,send_lmp_no_payload 
+0x5eec 017135 beq lmp_in_rand ,send_lmp_inrand 
+0x5eed 017136 beq lmp_comb_key ,send_lmp_comb_key 
+0x5eee 017137 beq lmp_au_rand ,send_lmp_aurand 
+0x5eef 017138 beq lmp_sres ,send_lmp_sres 
+0x5ef0 017139 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
+0x5ef1 017140 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
+0x5ef2 017141 beq lmp_start_encryption_req ,send_lmp_start_encryption 
+0x5ef3 017142 beq lmp_detach ,send_lmp_detach 
+0x5ef4 017143 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
+0x5ef5 017144 beq lmp_unit_key ,send_lmp_unit_key 
+0x5ef6 017146 beq lmp_sco_link_req ,send_lmp_sco_link_req 
+0x5ef7 017147 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
+0x5ef8 017148 beq lmp_max_power ,send_lmp_nopayload_reply 
+0x5ef9 017149 beq lmp_max_slot ,send_lmp_max_slot 
+0x5efa 017150 beq lmp_max_slot_req ,send_lmp_max_slot_req 
+0x5efb 017151 beq lmp_min_power ,send_lmp_nopayload_reply 
+0x5efc 017152 beq lmp_remove_sco_link_req ,send_lmp_remove_sco_link_req 
+0x5efd 017153 beq lmp_slot_offset ,send_lmp_slot_offset 
+0x5efe 017154 beq lmp_switch_req ,send_lmp_switch_req 
+0x5eff 017155 beq lmp_sniff_req ,send_lmp_sniff_req 
+0x5f00 017156 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
+0x5f01 017157 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
+0x5f02 017158 beq lmp_unsniff_req ,send_lmp_unsniff_req 
+0x5f03 017159 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
+0x5f04 017160 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
+0x5f05 017161 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
+0x5f06 017162 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
+0x5f07 017163 beq lmp_dhkey_check ,send_lmp_dhkey_check 
+0x5f08 017164 beq lmp_auto_rate ,send_lmp_auto_rate 
+0x5f09 017165 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
+0x5f0a 017167 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
+0x5f0b 017168 beq lmp_quality_of_service ,send_lmp_quality_of_service 
+0x5f0c 017169 beq lmp_test_activate ,send_lmp_test_activate 
+0x5f0d 017170 beq lmp_test_control ,send_lmp_test_control 
+:      017171 send_lmp_error:
+0x5f0e 017172 branch assert 
+0x5f0f 017173 rtn 
+:      017174 send_lmp_escape:
+0x5f10 017175 beq lmp_ext_esco_link_req ,send_lmpext_esco_req 
+0x5f11 017176 beq lmp_ext_remove_esco_req ,send_lmpext_remove_esco 
+0x5f12 017177 beq lmp_ext_accepted ,send_lmpext_accepted 
+0x5f13 017178 beq lmp_ext_features_res ,send_lmpext_features_res 
+0x5f14 017179 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
+0x5f15 017180 beq lmp_ext_features_req ,send_lmpext_features_req 
+0x5f16 017181 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
+0x5f17 017182 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
+0x5f18 017183 beq lmp_io_cap_req ,send_lmp_io_cap_req 
+0x5f19 017184 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
+0x5f1a 017185 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
+0x5f1b 017186 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
+0x5f1c 017187 branch assert 
+:      017193 send_lmp_accepted:
+0x5f1d 017194 force 2 ,pdata 
+0x5f1e 017195 call msg_send_lmp 
+0x5f1f 017196 fetch 1 ,mem_lmi_opcode 
+0x5f20 017197 istore 1 ,contw 
+0x5f21 017198 beq lmp_sco_link_req ,send_lmp_accptsco 
+0x5f22 017199 call send_lmp_follow 
+0x5f23 017200 fetch 1 ,mem_lmi_opcode 
+0x5f24 017201 beq lmp_in_rand ,send_lmp_accepted_inrand 
+0x5f25 017202 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
+0x5f26 017203 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
+0x5f27 017204 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
+0x5f28 017205 beq lmp_host_connection_req ,send_lmp_accepted_connection 
+0x5f29 017206 beq lmp_remove_sco_link_req ,send_lmp_accept_remove_sco_link_req 
+0x5f2a 017207 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
+0x5f2b 017208 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
+0x5f2c 017209 rtn 
+:      017211 send_create_conn_start_l2cap_timer_sm:
+0x5f2d 017212 fetch 1 ,mem_conn_sm 
+0x5f2e 017213 rtn blank 
+0x5f2f 017214 jam conn_sm_wait_done ,mem_conn_sm 
+0x5f30 017215 setarg timer_enpt_waite 
+0x5f31 017216 arg enpt_delay_timer ,queue 
+0x5f32 017217 branch timer_init 
+:      017219 send_lmp_accept_sniff_req:
+0x5f33 017220 force 0x02 ,temp 
+0x5f34 017221 call hci_send_mode_change 
+0x5f35 017222 branch sniff_init 
+:      017223 send_lmp_not_accepted:
+0x5f36 017224 force 3 ,pdata 
+0x5f37 017225 call msg_send_lmp 
+0x5f38 017226 fetch 1 ,mem_lmi_opcode 
+0x5f39 017227 beq lmp_au_rand ,send_not_accept_aurand 
+0x5f3a 017228 istore 1 ,contw 
+0x5f3b 017229 fetch 1 ,mem_lmo_reason 
+0x5f3c 017230 istore 1 ,contw 
+0x5f3d 017231 branch send_lmp_follow 
+:      017233 send_not_accept_aurand:
+0x5f3e 017234 istore 1 ,contw 
+0x5f3f 017235 fetch 1 ,mem_lmo_reason 
+0x5f40 017236 istore 1 ,contw 
+0x5f41 017237 arg mem_sres_tid ,temp 
+0x5f42 017238 branch special_tid_store 
+:      017240 send_lmpext_accepted:
+0x5f43 017241 force 4 ,queue 
+0x5f44 017242 call send_lmpext 
+0x5f45 017243 setarg lmp_escape 
+0x5f46 017244 istore 1 ,contw 
+0x5f47 017245 fetch 1 ,mem_lmi_opcode 
+0x5f48 017246 set0 7 ,pdata 
+0x5f49 017247 istore 1 ,contw 
+0x5f4a 017248 fetch 1 ,mem_lmi_opcode 
+0x5f4b 017249 beq lmp_ext_esco_link_req ,send_lmp_accptsco 
+0x5f4c 017250 call send_lmp_follow 
+0x5f4d 017251 fetch 1 ,mem_lmi_opcode 
+0x5f4e 017252 beq lmp_ext_remove_esco_req ,send_lmp_accept_remove_sco_link_req 
+0x5f4f 017253 rtn 
+:      017255 send_lmpext_not_accepted:
+0x5f50 017256 force 5 ,queue 
+0x5f51 017257 call send_lmpext 
+0x5f52 017258 setarg lmp_escape 
+0x5f53 017259 istore 1 ,contw 
+0x5f54 017260 fetch 1 ,mem_lmi_opcode 
+0x5f55 017261 set0 7 ,pdata 
+0x5f56 017262 istore 1 ,contw 
+0x5f57 017263 fetch 1 ,mem_lmo_reason 
+0x5f58 017264 istore 1 ,contw 
+0x5f59 017265 branch send_lmp_follow 
+:      017267 send_lmp_accptsco:
+0x5f5a 017268 call play_sco 
+0x5f5b 017269 arg mem_accptsco_tid ,temp 
+0x5f5c 017270 branch special_tid_store 
+:      017273 send_lmp_accepted_inrand:
+0x5f5d 017274 call clear_linkkey 
+0x5f5e 017275 call tid_check 
+0x5f5f 017276 rtn true 
+0x5f60 017277 branch lmp_generate_key 
+:      017279 send_lmp_accepted_enc_mode:
+0x5f61 017280 fetch 1 ,mem_op 
+0x5f62 017281 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
+0x5f63 017282 rtnbit0 op_stop_enc 
+0x5f64 017283 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5f65 017284 set0 op_stop_enc ,pdata 
+0x5f66 017285 call tid_reply 
+0x5f67 017286 branch send_lmp_accepted_enc_exit 
+:      017287 send_lmp_accepted_enc_start:
+0x5f68 017288 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x5f69 017289 set0 op_start_enc ,pdata 
+:      017290 send_lmp_accepted_enc_exit:
+0x5f6a 017291 store 1 ,mem_op 
+0x5f6b 017292 rtn 
+:      017294 send_lmp_accepted_enc_key:
+0x5f6c 017295 call check_localsm 
+0x5f6d 017296 branch lmp_start_encryption ,true 
+0x5f6e 017297 rtn 
+:      017299 send_lmp_accepted_connection:
+0x5f6f 017301 fetch 1 ,mem_lmp_conn_state 
+0x5f70 017302 set1 received_conn_req ,pdata 
+0x5f71 017303 store 1 ,mem_lmp_conn_state 
+0x5f72 017304 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x5f73 017305 branch ui_ipc_send_event 
+:      017308 send_lmp_accept_remove_sco_link_req:
+0x5f74 017309 rtn 
+:      017311 send_lmp_accept_dhkey_check:
+0x5f75 017312 rtn 
+:      017316 send_lmpext_features_res:
+0x5f76 017317 force 12 ,queue 
+0x5f77 017318 call send_lmpext 
+0x5f78 017319 setarg 0x01 
+0x5f79 017320 istore 1 ,contw 
+0x5f7a 017321 fetch 2 ,mem_lmpext_ssp_enable 
+0x5f7b 017322 istore 2 ,contw 
+0x5f7c 017323 setarg 0 
+0x5f7d 017324 istore 3 ,contw 
+0x5f7e 017325 setarg 0x00 
+0x5f7f 017326 istore 4 ,contw 
+0x5f80 017327 branch send_lmp_reply 
+:      017328 send_lmpext_io_cap_res:
+0x5f81 017330 force 5 ,queue 
+0x5f82 017331 call send_lmpext 
+0x5f83 017332 fetch 1 ,mem_device_option 
+0x5f84 017333 beq dvc_op_hci ,send_lmpext_io_cap_res_hci 
+0x5f85 017334 setarg 0x040003 
+0x5f86 017335 istore 3 ,contw 
+0x5f87 017336 store 3 ,mem_sp_iocap_local 
+0x5f88 017337 branch send_lmp_reply 
+:      017338 send_lmpext_io_cap_res_hci:
+0x5f89 017339 fetch 3 ,mem_sp_iocap_local 
+0x5f8a 017340 istore 3 ,contw 
+0x5f8b 017341 branch send_lmp_reply 
+:      017343 send_lmp_io_cap_req:
+0x5f8c 017344 force 5 ,queue 
+0x5f8d 017345 call send_lmpext 
+0x5f8e 017346 fetch 3 ,mem_sp_iocap_local 
+0x5f8f 017347 istore 3 ,contw 
+0x5f90 017348 branch send_lmp_request 
+:      017351 send_lmpext_sniff_subrating_req:
+0x5f91 017353 rtn 
+:      017354 send_lmpext_sniff_subrating_res:
+0x5f92 017355 force 9 ,queue 
+0x5f93 017356 call send_lmpext 
+0x5f94 017357 fetch 1 ,mem_subsniff_rate 
+0x5f95 017358 istore 1 ,contw 
+0x5f96 017359 fetch 2 ,mem_subsniff_tcmax 
+0x5f97 017360 istore 2 ,contw 
+0x5f98 017361 fetch 4 ,mem_subsniff_instant 
+0x5f99 017362 istore 4 ,contw 
+0x5f9a 017363 branch send_lmp_reply 
+:      017365 send_lmp_name_res:
+0x5f9b 017366 force 17 ,pdata 
+0x5f9c 017367 call msg_send_lmp 
+0x5f9d 017368 fetch 1 ,mem_lmi_opcode 
+0x5f9e 017369 copy pdata ,temp 
+0x5f9f 017370 beq 0x00 ,send_lmp_name_res_offset_ok 
+0x5fa0 017371 beq 0x0e ,send_lmp_name_res_offset_ok 
+0x5fa1 017372 beq 0x1c ,send_lmp_name_res_offset_ok 
+0x5fa2 017373 rtn 
+:      017374 send_lmp_name_res_offset_ok:
+0x5fa3 017375 istore 1 ,contw 
+0x5fa4 017376 fetch 1 ,mem_local_name_length 
+0x5fa5 017377 istore 1 ,contw 
+0x5fa6 017378 copy pdata ,loopcnt 
+0x5fa7 017379 setarg mem_local_name 
+0x5fa8 017380 iadd temp ,contr 
+0x5fa9 017381 call memcpy 
+0x5faa 017382 branch send_lmp_reply 
+:      017385 send_lmp_timing_accuracy_res:
+0x5fab 017386 force 3 ,pdata 
+0x5fac 017387 call msg_send_lmp 
+0x5fad 017388 setarg 0x0114 
+0x5fae 017389 istore 2 ,contw 
+0x5faf 017390 branch send_lmp_reply 
+:      017392 send_lmp_clkoffset_res:
+0x5fb0 017394 force 3 ,pdata 
+0x5fb1 017395 call msg_send_lmp 
+0x5fb2 017396 fetch 4 ,mem_clke_bt 
+0x5fb3 017397 isub clkn_bt ,pdata 
+0x5fb4 017398 branch send_lmp_clkoffset_res_master ,master 
+0x5fb5 017399 sub pdata ,0 ,pdata 
+:      017400 send_lmp_clkoffset_res_master:
+0x5fb6 017402 rshift2 pdata ,pdata 
+0x5fb7 017403 set0 15 ,pdata 
+0x5fb8 017404 istore 2 ,contw 
+0x5fb9 017405 branch send_lmp_reply 
+:      017407 send_lmp_version_res:
+0x5fba 017408 force 6 ,pdata 
+0x5fbb 017409 call msg_send_lmp 
+0x5fbc 017410 fetch 5 ,mem_lmp_version 
+0x5fbd 017411 istore 5 ,contw 
+0x5fbe 017412 branch send_lmp_reply 
+:      017414 send_lmp_features_res:
+0x5fbf 017415 force 9 ,pdata 
+0x5fc0 017416 call msg_send_lmp 
+0x5fc1 017417 fetch 8 ,mem_features 
+0x5fc2 017418 istore 8 ,contw 
+0x5fc3 017419 branch send_lmp_reply 
+:      017425 send_lmpext_esco_req:
+0x5fc4 017426 branch send_lmpext_esco_req_master ,master 
+0x5fc5 017429 branch send_lmpext_esco_req_slave 
+:      017430 send_lmpext_esco_req_master:
+0x5fc6 017431 jam 0x07 ,mem_esco_addr 
+:      017432 send_lmpext_esco_req_slave:
+0x5fc7 017433 jam 0 ,mem_esco_desco 
+0x5fc8 017434 force 16 ,queue 
+0x5fc9 017435 call send_lmpext 
+0x5fca 017436 fetch 1 ,mem_sco_handle 
+0x5fcb 017437 istore 1 ,contw 
+0x5fcc 017438 fetch 1 ,mem_esco_addr 
+0x5fcd 017439 istore 1 ,contw 
+0x5fce 017440 setarg 0 
+0x5fcf 017441 istore 1 ,contw 
+0x5fd0 017442 fetch 1 ,mem_esco_desco 
+0x5fd1 017443 istore 1 ,contw 
+0x5fd2 017444 setarg 6 
+0x5fd3 017445 istore 1 ,contw 
+0x5fd4 017446 setarg 2 
+0x5fd5 017447 istore 1 ,contw 
+0x5fd6 017448 setarg 7 
+0x5fd7 017449 istore 1 ,contw 
+0x5fd8 017450 istore 1 ,contw 
+0x5fd9 017451 setarg 30 
+0x5fda 017452 istore 2 ,contw 
+0x5fdb 017453 istore 2 ,contw 
+0x5fdc 017454 fetch 1 ,mem_air_mode 
+0x5fdd 017455 istore 1 ,contw 
+0x5fde 017456 fetch 1 ,mem_neogotiation_state 
+0x5fdf 017457 istore 1 ,contw 
+0x5fe0 017458 nbranch send_lmp_reply ,blank 
+0x5fe1 017459 branch send_lmp_reply ,master 
+0x5fe2 017460 branch send_lmp_request 
+:      017462 send_lmpext_remove_esco:
+0x5fe3 017463 force 4 ,queue 
+0x5fe4 017464 call send_lmpext 
+0x5fe5 017465 fetch 1 ,mem_sco_handle 
+0x5fe6 017466 istore 1 ,contw 
+0x5fe7 017467 fetch 1 ,mem_disconn_reason_send 
+0x5fe8 017468 istore 1 ,contw 
+0x5fe9 017469 fetch 1 ,mem_esco_saved_arq 
+0x5fea 017470 store 1 ,mem_arq 
+0x5feb 017471 branch send_lmp_request 
+:      017474 send_lmpext_features_req:
+0x5fec 017475 force 12 ,queue 
+0x5fed 017476 call send_lmpext 
+0x5fee 017477 setarg 0x01 
+0x5fef 017478 istore 1 ,contw 
+0x5ff0 017479 fetch 2 ,mem_lmpext_ssp_enable 
+0x5ff1 017480 istore 2 ,contw 
+0x5ff2 017481 setarg 0 
+0x5ff3 017482 istore 3 ,contw 
+0x5ff4 017483 setarg 0x00 
+0x5ff5 017484 istore 4 ,contw 
+0x5ff6 017485 branch send_lmp_request 
+:      017487 send_lmpext_packet_type_table_req:
+0x5ff7 017488 force 3 ,queue 
+0x5ff8 017489 call send_lmpext 
+0x5ff9 017490 fetch 1 ,mem_ptt 
+0x5ffa 017491 istore 1 ,contw 
+0x5ffb 017492 disable user 
+0x5ffc 017493 call send_lmp_request 
+0x5ffd 017494 nrtn user 
+0x5ffe 017495 nrtn master 
+0x5fff 017496 fetch 1 ,mem_afh_cfg 
+0x6000 017497 rtnbit0 afh_cfg_on 
+0x6001 017498 call afh_init 
+0x6002 017499 branch afh_open_all_channels 
+:      017502 ssp_enable:
+0x6003 017503 fetch 1 ,mem_features + 6 
+0x6004 017504 set1 param_featrue_ssp ,pdata 
+0x6005 017505 store 1 ,mem_features + 6 
+0x6006 017506 setarg param_lmpext_ssp_enable 
+0x6007 017507 store 2 ,mem_lmpext_ssp_enable 
+0x6008 017508 rtn 
+:      017510 ssp_disable:
+0x6009 017511 fetch 1 ,mem_features + 6 
+0x600a 017512 set0 param_featrue_ssp ,pdata 
+0x600b 017513 store 1 ,mem_features + 6 
+0x600c 017514 setarg 0 
+0x600d 017515 store 2 ,mem_lmpext_ssp_enable 
+0x600e 017516 rtn 
+:      017518 afh_init:
+0x600f 017519 jam 0x3 ,mem_afh_cfg 
+0x6010 017520 setarg 0 
+0x6011 017521 store 4 ,mem_afh_timer 
+0x6012 017522 arg mem_afh_map_lo ,contw 
+0x6013 017523 call afh_reset_map 
+0x6014 017524 arg mem_afh_map_new ,contw 
+0x6015 017525 call afh_reset_map 
+0x6016 017526 arg mem_afh_classify_channel_map ,contw 
+0x6017 017527 call afh_reset_map 
+0x6018 017528 branch afh_clear_error_counter 
+:      017529 afh_open_all_channels:
+0x6019 017530 arg mem_afh_map_new ,contw 
+0x601a 017531 call afh_reset_map 
+0x601b 017532 call afh_clear_error_counter 
+0x601c 017533 branch afh_set_send_flag 
+:      017536 afh_open_classify_map:
+0x601d 017537 fetch 5 ,mem_afh_classify_channel_map 
+0x601e 017538 store 5 ,mem_afh_map_new 
+0x601f 017539 ifetch 5 ,contr 
+0x6020 017540 istore 5 ,contw 
+0x6021 017541 call afh_clear_error_counter 
+0x6022 017542 branch afh_set_send_flag 
+:      017544 afh_reset_map:
+0x6023 017545 setarg 0xffffff 
+0x6024 017546 istore 3 ,contw 
+0x6025 017547 istore 3 ,contw 
+0x6026 017548 istore 3 ,contw 
+0x6027 017549 setarg 0x7f 
+0x6028 017550 istore 1 ,contw 
+0x6029 017551 rtn 
+:      017552 afh_clear_error_counter:
+0x602a 017553 setarg 0 
+0x602b 017554 store 2 ,mem_afh_error_total 
+0x602c 017555 rtn 
+:      017556 afh_set_send_flag:
+0x602d 017557 fetch 1 ,mem_afh_cfg 
+0x602e 017558 set1 send_lmp_set_afh ,pdata 
+0x602f 017559 store 1 ,mem_afh_cfg 
+0x6030 017560 rtn 
+:      017561 send_set_afh:
+0x6031 017562 nrtn master 
+0x6032 017563 force 16 ,pdata 
+0x6033 017564 call msg_send_lmp 
+0x6034 017565 deposit clkn_bt 
+0x6035 017566 arg 476 ,temp 
+0x6036 017567 iadd temp ,pdata 
+0x6037 017568 rshift pdata ,pdata 
+0x6038 017569 increase 1 ,pdata 
+0x6039 017570 set0 0 ,pdata 
+0x603a 017571 istore 4 ,contw 
+0x603b 017572 copy pdata ,temp 
+0x603c 017573 setarg 1 
+0x603d 017574 istore 1 ,contw 
+0x603e 017575 fetch 5 ,mem_afh_map_new 
+0x603f 017576 istore 5 ,contw 
+0x6040 017577 ifetch 5 ,contr 
+0x6041 017578 istore 5 ,contw 
+0x6042 017579 lshift temp ,temp 
+0x6043 017580 storet 4 ,mem_afh_instant 
+0x6044 017581 call send_lmp_request 
+0x6045 017582 fetch 1 ,mem_mode 
+0x6046 017583 set1 afh_change ,pdata 
+0x6047 017584 store 1 ,mem_mode 
+0x6048 017585 jam 1 ,mem_afh_new_mod 
+0x6049 017586 fetch 4 ,mem_afh_instant 
+0x604a 017587 arg timer_one_minute ,temp 
+0x604b 017588 iadd temp ,pdata 
+0x604c 017589 store 4 ,mem_afh_timer 
+0x604d 017590 fetch 1 ,mem_afh_cfg 
+0x604e 017591 rtnbit1 afh_cfg_master_sent_req 
+0x604f 017592 jam lmp_ext_chn_classification_req ,mem_lmo_opcode2 
+0x6050 017593 rtn 
+:      017596 send_lmpext_pause_encryption_req:
+0x6051 017597 force 2 ,queue 
+0x6052 017598 call send_lmpext 
+0x6053 017599 nbranch send_lmp_reply ,master 
+0x6054 017601 branch send_lmp_request 
+:      017605 send_lmp_detach:
+0x6055 017606 force 2 ,pdata 
+0x6056 017607 call msg_send_lmp 
+0x6057 017608 fetch 1 ,mem_disconn_reason_send 
+0x6058 017609 istore 1 ,contw 
+0x6059 017610 call send_lmp_request 
+:      017611 prepare_disconnect:
+0x605a 017612 fetch 1 ,mem_op 
+0x605b 017613 set1 op_disconn ,pdata 
+0x605c 017614 store 1 ,mem_op 
+0x605d 017615 jam 50 ,mem_conn_timer 
+0x605e 017616 rtn 
+:      017619 send_lmp_no_payload:
+0x605f 017620 force 1 ,pdata 
+0x6060 017621 call msg_send_lmp 
+0x6061 017622 branch send_lmp_request 
+:      017623 send_lmp_nopayload_reply:
+0x6062 017624 force 1 ,pdata 
+0x6063 017625 call msg_send_lmp 
+0x6064 017626 branch send_lmp_reply 
+:      017629 send_lmp_encryption_mode_req:
+0x6065 017630 force 2 ,pdata 
+0x6066 017631 call msg_send_lmp 
+0x6067 017632 fetch 1 ,mem_state_map 
+0x6068 017633 isolate0 smap_encryption ,pdata 
+0x6069 017634 setflag true ,0 ,pdata 
+0x606a 017635 and_into 1 ,pdata 
+0x606b 017636 istore 1 ,contw 
+0x606c 017637 branch send_lmp_request 
+:      017640 send_lmp_superto:
+0x606d 017641 force 3 ,pdata 
+0x606e 017642 call msg_send_lmp 
+0x606f 017643 fetch 2 ,mem_supervision_to 
+0x6070 017644 istore 2 ,contw 
+0x6071 017645 branch send_lmp_request 
+:      017647 send_lmp_name_req:
+0x6072 017648 jam 250 ,mem_conn_timer 
+0x6073 017649 force 2 ,pdata 
+0x6074 017650 call msg_send_lmp 
+0x6075 017651 fetch 1 ,mem_name_offset 
+0x6076 017652 istore 1 ,contw 
+0x6077 017653 branch send_lmp_request 
+:      017655 send_lmp_test_control:
+0x6078 017656 force 10 ,pdata 
+0x6079 017657 call msg_send_lmp 
+0x607a 017658 arg mem_temp_payload ,contr 
+0x607b 017659 force 9 ,loopcnt 
+:      017660 send_lmp_test_control_loop:
+0x607c 017661 ifetch 1 ,contr 
+0x607d 017662 xor_into 0x55 ,pdata 
+0x607e 017663 istore 1 ,contw 
+0x607f 017664 loop send_lmp_test_control_loop 
+0x6080 017665 branch send_lmp_request 
+:      017667 send_lmp_quality_of_service_req:
+0x6081 017668 branch send_lmp_request 
+:      017669 send_lmp_unit_key:
+0x6082 017670 branch send_lmp_request 
+:      017672 send_lmp_slot_offset:
+0x6083 017673 rtn master 
+0x6084 017674 call calc_slot_offset 
+0x6085 017675 force 9 ,pdata 
+0x6086 017676 call msg_send_lmp 
+0x6087 017677 fetch 2 ,mem_slot_offset 
+0x6088 017678 istore 2 ,contw 
+0x6089 017679 fetch 3 ,mem_lap 
+0x608a 017680 istore 3 ,contw 
+0x608b 017681 fetch 1 ,mem_uap 
+0x608c 017682 istore 1 ,contw 
+0x608d 017683 fetch 2 ,mem_nap 
+0x608e 017684 istore 2 ,contw 
+0x608f 017685 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
+0x6090 017686 set0 mark_switch_initiated ,mark 
+0x6091 017687 call send_lmp_request 
+0x6092 017688 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6093 017689 rtn 
+:      017690 send_lmp_slot_offset_reply:
+0x6094 017691 call send_lmp_reply 
+0x6095 017692 jam lmp_accepted ,mem_lmo_opcode2 
+0x6096 017693 jam lmp_switch_req ,mem_lmi_opcode2 
+0x6097 017694 rtn 
+:      017696 send_lmp_switch_req:
+0x6098 017697 arg 0x200 ,temp 
+0x6099 017698 branch switch_on_native ,master 
+0x609a 017699 deposit clke_bt 
+0x609b 017700 branch switch_slack 
+:      017701 switch_on_native:
+0x609c 017702 deposit clkn_bt 
+:      017703 switch_slack:
+0x609d 017704 deposit bt_clk 
+0x609e 017705 iadd temp ,pdata 
+0x609f 017706 and_into 0x1fc ,pdata 
+0x60a0 017707 store 4 ,mem_sniff_anchor 
+0x60a1 017708 force 5 ,pdata 
+0x60a2 017709 call msg_send_lmp 
+0x60a3 017710 fetch 4 ,mem_sniff_anchor 
+0x60a4 017711 rshift pdata ,pdata 
+0x60a5 017712 istore 4 ,contw 
+0x60a6 017713 branch send_lmp_request 
+:      017715 send_lmp_sniff_req:
+0x60a7 017716 force 10 ,pdata 
+0x60a8 017717 call msg_send_lmp 
+0x60a9 017718 arg mem_sniff_payload ,contr 
+0x60aa 017719 ifetch 9 ,contr 
+0x60ab 017720 istore 9 ,contw 
+0x60ac 017721 branch send_lmp_request 
+:      017724 send_lmp_timing_accuracy_req:
+0x60ad 017726 force 3 ,pdata 
+0x60ae 017727 call msg_send_lmp 
+0x60af 017728 setarg 0x0114 
+0x60b0 017729 istore 2 ,contw 
+0x60b1 017730 branch send_lmp_request 
+:      017732 send_lmp_unsniff_req:
+0x60b2 017734 force 1 ,pdata 
+0x60b3 017735 call msg_send_lmp 
+0x60b4 017744 branch send_lmp_request 
+:      017746 send_lmp_sco_link_req:
+0x60b5 017747 branch send_lmp_sco_link_master ,master 
+0x60b6 017748 jam 0x00 ,mem_sco_handle 
+0x60b7 017749 fetch 1 ,mem_mode 
+0x60b8 017750 set1 send_sco_when_slave ,pdata 
+0x60b9 017751 store 1 ,mem_mode 
+:      017752 send_lmp_sco_link_master:
+0x60ba 017753 jam 0 ,mem_esco_desco 
+0x60bb 017754 force 7 ,pdata 
+0x60bc 017755 call msg_send_lmp 
+0x60bd 017756 fetch 1 ,mem_sco_handle 
+0x60be 017757 istore 1 ,contw 
+0x60bf 017758 setarg 0x00 
+0x60c0 017759 istore 1 ,contw 
+0x60c1 017760 fetch 1 ,mem_esco_desco 
+0x60c2 017761 istore 1 ,contw 
+0x60c3 017762 setarg 0x06 
+0x60c4 017763 istore 1 ,contw 
+0x60c5 017764 setarg 0x02 
+0x60c6 017765 istore 1 ,contw 
+0x60c7 017766 fetch 1 ,mem_air_mode 
+0x60c8 017767 istore 1 ,contw 
+0x60c9 017768 branch send_lmp_reply ,master 
+0x60ca 017769 branch send_lmp_tid 
+:      017771 send_lmp_remove_sco_link_req:
+0x60cb 017773 force 3 ,pdata 
+0x60cc 017774 call msg_send_lmp 
+0x60cd 017775 fetch 1 ,mem_sco_handle 
+0x60ce 017776 istore 1 ,contw 
+0x60cf 017777 force other_end_terminated ,pdata 
+0x60d0 017778 istore 1 ,contw 
+0x60d1 017779 branch send_lmp_request 
+:      017781 send_lmp_max_slot:
+0x60d2 017782 force 2 ,pdata 
+0x60d3 017783 call msg_send_lmp 
+0x60d4 017784 fetch 1 ,mem_max_slot 
+0x60d5 017785 istore 1 ,contw 
+0x60d6 017786 branch send_lmp_request 
+:      017789 send_lmp_max_slot_req:
+0x60d7 017790 force 2 ,pdata 
+0x60d8 017791 call msg_send_lmp 
+0x60d9 017792 setarg 0x05 
+0x60da 017793 istore 1 ,contw 
+0x60db 017794 branch send_lmp_request 
+:      017796 send_lmp_setup_complete:
+0x60dc 017797 fetch 1 ,mem_state 
+0x60dd 017798 set1 state_conn_comp ,pdata 
+0x60de 017799 store 1 ,mem_state 
+0x60df 017800 copy clkn_bt ,pdata 
+0x60e0 017801 store 4 ,mem_aurand_send_delay_time 
+0x60e1 017802 fetch 1 ,mem_lmp_conn_state 
+0x60e2 017803 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
+0x60e3 017804 set1 sent_setup_complete ,pdata 
+0x60e4 017805 store 1 ,mem_lmp_conn_state 
+0x60e5 017806 jam bt_evt_setup_complete ,mem_fifo_temp 
+0x60e6 017807 call ui_ipc_send_event 
+0x60e7 017808 call hci_send_connection_complete 
+0x60e8 017809 force 1 ,pdata 
+0x60e9 017810 call msg_send_lmp 
+0x60ea 017811 branch send_lmp_request 
+:      017812 send_lmp_setup_complete_has_sent:
+0x60eb 017813 jam 0 ,mem_lmp_to_send 
+0x60ec 017814 rtn 
+:      017816 send_lmp_version_req:
+0x60ed 017817 force 6 ,pdata 
+0x60ee 017818 call msg_send_lmp 
+0x60ef 017819 fetch 5 ,mem_lmp_version 
+0x60f0 017820 istore 5 ,contw 
+0x60f1 017821 branch send_lmp_request 
+:      017823 send_lmp_features_req:
+0x60f2 017824 force 9 ,pdata 
+0x60f3 017825 call msg_send_lmp 
+0x60f4 017826 fetch 8 ,mem_features 
+0x60f5 017827 istore 8 ,contw 
+0x60f6 017828 branch send_lmp_request 
+:      017830 sp_master_send_io_cap_get:
+0x60f7 017831 call hci_send_io_cap_req_event 
+0x60f8 017832 fetch 1 ,mem_device_option 
+0x60f9 017833 beq dvc_op_hci ,sp_master_send_io_cap_get_hci 
+0x60fa 017834 jam sp_flag_commit ,mem_master_sp_flag 
+0x60fb 017835 fetch 1 ,mem_sp_local_key_invalid 
+0x60fc 017836 rtnne sp_key_valid 
+:      017837 sp_master_send_io_cap_get_hci:
+0x60fd 017838 jam sp_master_stat_start_done ,mem_master_sp_state 
+0x60fe 017839 rtn 
+:      017841 sp_master_send_io_cap_send:
+0x60ff 017842 call tid_initiate 
+0x6100 017843 jam lmp_io_cap_req ,mem_lmo_opcode2 
+0x6101 017844 jam sp_stat_key_send ,mem_master_sp_state 
+0x6102 017845 rtn 
+:      017848 sp_master_send_lmp_encapsulated_header:
+0x6103 017849 call tid_initiate 
+0x6104 017850 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x6105 017851 jam sp_stat_random_send ,mem_master_sp_state 
+0x6106 017852 rtn 
+:      017854 sp_master_commitment_compare:
+0x6107 017855 arg mem_sp_calc_result_high ,rega 
+0x6108 017856 arg mem_sp_confirm_remote ,regb 
+0x6109 017857 arg 16 ,loopcnt 
+0x610a 017858 call string_compare 
+0x610b 017859 branch sp_master_commitment_compare_success ,zero 
+0x610c 017860 jam sp_stat_null ,mem_master_sp_state 
+0x610d 017861 call master_clear_mem_master_sp_flag 
+0x610e 017862 jam pdu_not_allowed ,mem_lmo_reason2 
+0x610f 017863 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x6110 017864 branch reject_lmp_packet 
+:      017865 sp_master_commitment_compare_success:
+0x6111 017866 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x6112 017867 call master_set_mem_master_sp_flag 
+0x6113 017868 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x6114 017869 branch accept_lmp_msg 
+:      017873 sp_master_send_lmp_simple_pairing_number:
+0x6115 017874 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x6116 017875 rtn 
+:      017879 sp_send_lmp_encapsulated_header:
+0x6117 017882 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x6118 017884 rtn 
+:      017890 send_lmp_encapsulated_header:
+0x6119 017891 jam 0 ,mem_sp_local_key_send_count 
+0x611a 017892 force 4 ,pdata 
+0x611b 017893 call msg_send_lmp 
+0x611c 017894 force encapsulated_major_type_p192 ,pdata 
+0x611d 017895 istore 1 ,contw 
+0x611e 017896 force encapsulated_minor_type_p192 ,pdata 
+0x611f 017897 istore 1 ,contw 
+0x6120 017898 force encapsulated_len_p192 ,pdata 
+0x6121 017899 istore 1 ,contw 
+0x6122 017900 call check_localsm 
+0x6123 017901 branch send_lmp_request ,true 
+0x6124 017902 branch send_lmp_reply 
+:      017904 send_lmp_encapsulated_payload:
+0x6125 017906 force 17 ,pdata 
+0x6126 017907 call msg_send_lmp 
+0x6127 017908 fetch 1 ,mem_sp_local_key_send_count 
+0x6128 017909 arg mem_sp_pubkey_local ,contr 
+0x6129 017910 iadd contr ,contr 
+0x612a 017911 ifetch 8 ,contr 
+0x612b 017912 istore 8 ,contw 
+0x612c 017913 ifetch 8 ,contr 
+0x612d 017914 istore 8 ,contw 
+0x612e 017915 fetch 1 ,mem_sp_local_key_send_count 
+0x612f 017916 increase 16 ,pdata 
+0x6130 017917 store 1 ,mem_sp_local_key_send_count 
+0x6131 017918 call check_localsm 
+0x6132 017919 branch send_lmp_request ,true 
+0x6133 017920 branch send_lmp_reply 
+:      017923 sp_send_lmp_simple_pairing_comfirm:
+0x6134 017924 jam sp_stat_random_recv ,mem_sp_state 
+0x6135 017925 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
+0x6136 017926 rtn 
+:      017927 send_lmp_simple_pairing_comfirm:
+0x6137 017930 force 17 ,pdata 
+0x6138 017931 call msg_send_lmp 
+0x6139 017932 arg mem_sp_calc_result_high ,contr 
+0x613a 017933 ifetch 8 ,contr 
+0x613b 017934 istore 8 ,contw 
+0x613c 017935 ifetch 8 ,contr 
+0x613d 017936 istore 8 ,contw 
+0x613e 017937 branch send_lmp_reply 
+:      017939 sp_send_lmp_simple_pairing_number:
+0x613f 017940 call lmo_fifo_process 
+0x6140 017942 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x6141 017943 rtn 
+:      017945 send_lmp_simple_pairing_number:
+0x6142 017947 call check_localsm 
+0x6143 017948 call sp_local_random_key_generator ,true 
+0x6144 017949 force 17 ,pdata 
+0x6145 017950 call msg_send_lmp 
+0x6146 017951 arg mem_sp_random_local ,contr 
+0x6147 017952 ifetch 8 ,contr 
+0x6148 017953 istore 8 ,contw 
+0x6149 017954 ifetch 8 ,contr 
+0x614a 017955 istore 8 ,contw 
+0x614b 017956 call check_localsm 
+0x614c 017957 nbranch send_lmp_reply ,true 
+0x614d 017958 branch send_lmp_request ,true 
+:      017960 master_sp_sm_end:
+0x614e 017962 jam sp_stat_done ,mem_master_sp_state 
+:      017963 sp_aurand_send:
+0x614f 017964 call tid_initiate 
+0x6150 017965 jam lmp_au_rand ,mem_lmo_opcode2 
+0x6151 017966 call check_localsm_master 
+0x6152 017967 branch sp_master_key_prarm_push ,true 
+0x6153 017968 branch sp_link_key_prarm_push 
+:      017969 master_sp_send_lmp_dhkey_check:
+0x6154 017970 call tid_reply 
+:      017971 sp_send_lmp_dhkey_check:
+0x6155 017972 jam lmp_dhkey_check ,mem_lmo_opcode2 
+0x6156 017973 rtn 
+:      017974 send_lmp_dhkey_check:
+0x6157 017976 force 17 ,pdata 
+0x6158 017977 call msg_send_lmp 
+0x6159 017978 arg mem_sp_calc_result_high ,contr 
+0x615a 017979 ifetch 8 ,contr 
+0x615b 017980 istore 8 ,contw 
+0x615c 017981 ifetch 8 ,contr 
+0x615d 017982 istore 8 ,contw 
+0x615e 017983 call check_localsm 
+0x615f 017984 nbranch send_lmp_reply ,true 
+0x6160 017985 branch send_lmp_request ,true 
+:      017987 send_lmp_enc_key_size_mask_res:
+0x6161 017988 force 3 ,pdata 
+0x6162 017989 call msg_send_lmp 
+0x6163 017990 setarg 0xfffe 
+0x6164 017991 istore 2 ,contw 
+0x6165 017992 branch send_lmp_reply 
+:      017994 send_lmp_auto_rate:
+0x6166 017995 branch send_lmp_request 
+:      017996 send_lmp_clkoffset_req:
+0x6167 017997 branch send_lmp_request 
+:      017998 send_lmp_quality_of_service:
+0x6168 017999 branch send_lmp_request 
+:      018000 send_lmp_test_activate:
+0x6169 018001 branch send_lmp_request 
+:      018006 send_lmp_comb_key:
+0x616a 018007 call generate_random_number 
+0x616b 018008 arg mem_lap ,rega 
+0x616c 018009 call generate_linkkey 
+0x616d 018010 force 17 ,pdata 
+0x616e 018011 call msg_send_lmp 
+0x616f 018012 arg mem_kinit ,rega 
+0x6170 018013 arg mem_random_number ,regb 
+0x6171 018014 call xor16 
+0x6172 018015 nbranch send_lmp_follow ,master 
+0x6173 018016 branch send_lmp_tid 
+:      018018 send_lmp_inrand:
+0x6174 018019 call generate_random_number 
+0x6175 018020 arg mem_plap ,rega 
+0x6176 018021 call generate_kinit 
+:      018022 send_lmp_rand:
+0x6177 018023 force 17 ,pdata 
+0x6178 018024 call msg_send_lmp 
+0x6179 018025 arg mem_random_number ,contr 
+0x617a 018026 call memcpy16 
+0x617b 018027 fetch 1 ,mem_conn_sm 
+0x617c 018028 beq conn_sm_auth_wait ,send_lmp_request 
+0x617d 018029 beq conn_sm_pairing_wait ,send_lmp_request 
+0x617e 018030 branch send_lmp_tid 
+:      018032 send_lmp_aurand:
+0x617f 018033 fetch 1 ,mem_pairing_auth 
+0x6180 018034 branch send_lmp_aurand_notpairing ,blank 
+0x6181 018035 call check_localsm 
+0x6182 018036 call tid_initiate ,true 
+0x6183 018037 ncall tid_reply ,true 
+0x6184 018038 branch send_lmp_aurand_common 
+:      018039 send_lmp_aurand_notpairing:
+0x6185 018040 call tid_initiate 
+:      018041 send_lmp_aurand_common:
+0x6186 018042 call generate_random_number 
+0x6187 018043 branch send_lmp_rand 
+:      018045 send_lmp_sres:
+0x6188 018046 arg mem_lap ,rega 
+0x6189 018047 call function_e1 
+0x618a 018048 force 5 ,pdata 
+0x618b 018049 call msg_send_lmp 
+0x618c 018050 fetch 4 ,mem_input_store 
+0x618d 018051 istore 4 ,contw 
+0x618e 018052 arg mem_sres_tid ,temp 
+0x618f 018053 call special_tid_store 
+0x6190 018054 call copy_aco 
+0x6191 018055 call check_localsm 
+0x6192 018056 branch send_lmp_sres_master ,true 
+0x6193 018057 jam done_encryp ,mem_wait_encryption 
+0x6194 018058 fetch 1 ,mem_pairing_auth 
+0x6195 018059 rtn blank 
+0x6196 018060 jam lmp_au_rand ,mem_lmo_opcode2 
+:      018061 send_lmp_sres_master:
+0x6197 018062 fetch 1 ,mem_link_key_exists 
+0x6198 018063 rtn blank 
+0x6199 018064 call check_localsm 
+0x619a 018065 call hci_send_linkkey_notification ,true 
+:      018066 send_lmp_sres_startenc:
+0x619b 018067 call check_localsm 
+0x619c 018068 nbranch send_lmp_sres_startenc_slave ,true 
+0x619d 018069 fetch 1 ,mem_auth_enable 
+0x619e 018070 rtn blank 
+0x619f 018071 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x61a0 018072 rtn 
+:      018073 send_lmp_sres_startenc_slave:
+0x61a1 018074 rtnmark0 mark_slave_in_rand_accepted 
+0x61a2 018075 set0 mark_slave_in_rand_accepted ,mark 
+0x61a3 018076 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x61a4 018077 rtn 
+:      018081 send_lmp_start_encryption:
+0x61a5 018082 call generate_random_number 
+0x61a6 018083 call function_e3 
+0x61a7 018084 force 17 ,pdata 
+0x61a8 018085 call msg_send_lmp 
+0x61a9 018086 arg mem_random_number ,contr 
+0x61aa 018087 call memcpy16 
+0x61ab 018088 branch send_lmp_tid 
+:      018090 send_lmp_stop_encryption_req:
+0x61ac 018091 force 1 ,pdata 
+0x61ad 018092 call msg_send_lmp 
+0x61ae 018093 branch send_lmp_tid 
+:      018095 send_lmp_encryption_key_size_req:
+0x61af 018096 force 2 ,pdata 
+0x61b0 018097 call msg_send_lmp 
+0x61b1 018098 force 16 ,pdata 
+0x61b2 018099 istore 1 ,contw 
+0x61b3 018100 store 1 ,mem_key_size 
+0x61b4 018101 branch send_lmp_tid 
+:      018103 msg_send_lmp:
+0x61b5 018105 lshift3 pdata ,pdata 
+0x61b6 018106 or_into 0x07 ,pdata 
+0x61b7 018107 store 1 ,mem_lmo_header_length 
+0x61b8 018108 arg 17 ,loopcnt 
+0x61b9 018109 arg mem_lmo_payload ,contw 
+0x61ba 018110 call clear_mem 
+0x61bb 018111 arg mem_lmo_payload ,contw 
+0x61bc 018112 rtn 
+:      018114 send_lmpext:
+0x61bd 018115 and pdata ,0x7f ,rega 
+0x61be 018116 jam lmp_escape ,mem_lmp_to_send 
+0x61bf 018117 deposit queue 
+0x61c0 018118 call msg_send_lmp 
+0x61c1 018119 deposit rega 
+0x61c2 018120 istore 1 ,contw 
+0x61c3 018121 rtn 
+:      018123 send_lmp_follow:
+0x61c4 018124 fetch 1 ,mem_lmp_to_send 
+0x61c5 018125 lshift pdata ,pdata 
+0x61c6 018126 fetcht 1 ,mem_state_map 
+0x61c7 018127 isolate1 smap_lmptid ,temp 
+0x61c8 018128 setflag true ,0 ,pdata 
+0x61c9 018129 branch send_lmp_exit 
+:      018132 send_lmp_tid:
+0x61ca 018133 fetcht 1 ,mem_state_map 
+0x61cb 018134 and_into 1 ,temp 
+0x61cc 018135 branch send_lmp_end 
+:      018137 send_lmp_reply:
+0x61cd 018138 force 0 ,temp 
+0x61ce 018139 branch send_lmp_end 
+:      018141 send_lmp_request:
+0x61cf 018142 force 1 ,temp 
+:      018143 send_lmp_end:
+0x61d0 018144 fetch 1 ,mem_lmp_to_send 
+0x61d1 018145 lshift pdata ,pdata 
+0x61d2 018146 setflag master ,0 ,pdata 
+0x61d3 018147 ixor temp ,pdata 
+:      018148 send_lmp_exit:
+0x61d4 018149 store 1 ,mem_lmo_header_opcode 
+0x61d5 018150 jam 0 ,mem_lmp_to_send 
+0x61d6 018151 call lmo_fifo_process_lmo0empty 
+0x61d7 018152 enable user 
+0x61d8 018153 rtn 
+:      018155 lmo_fifo_process:
+0x61d9 018156 set1 mark_ext_patch ,mark 
+0x61da 018157 bpatch patch3c_4 ,mem_patch3c 
+0x61db 018158 fetch 1 ,mem_lmp_to_send 
+0x61dc 018159 branch lmo_fifo_process_lmo0empty ,blank 
+0x61dd 018160 fetch 1 ,mem_lmo_opcode1 
+0x61de 018161 nrtn blank 
+0x61df 018162 branch lmo_fifo_process_lmo2to1 
+:      018163 lmo_fifo_process_lmo0empty:
+0x61e0 018164 fetch 1 ,mem_lmo_opcode1 
+0x61e1 018165 branch lmo_fifo_process_lmo1_empty ,blank 
+0x61e2 018166 fetch 3 ,mem_lmo_opcode1 
+0x61e3 018167 store 3 ,mem_lmp_to_send 
+0x61e4 018168 fetcht 1 ,mem_lmo_tid1 
+0x61e5 018169 fetch 1 ,mem_state_map 
+0x61e6 018170 set0 smap_lmptid ,pdata 
+0x61e7 018171 ior temp ,pdata 
+0x61e8 018172 store 1 ,mem_state_map 
+0x61e9 018173 jam 0 ,mem_lmo_opcode1 
+:      018174 lmo_fifo_process_lmo2to1:
+0x61ea 018175 fetch 1 ,mem_lmo_opcode2 
+0x61eb 018176 rtn blank 
+0x61ec 018177 fetch 4 ,mem_lmo_opcode2 
+0x61ed 018178 store 4 ,mem_lmo_opcode1 
+0x61ee 018179 jam 0 ,mem_lmo_opcode2 
+0x61ef 018180 rtn 
+:      018181 lmo_fifo_process_lmo1_empty:
+0x61f0 018182 fetch 1 ,mem_lmo_opcode2 
+0x61f1 018183 rtn blank 
+0x61f2 018184 fetch 3 ,mem_lmo_opcode2 
+0x61f3 018185 store 3 ,mem_lmp_to_send 
+0x61f4 018186 fetcht 1 ,mem_lmo_tid2 
+0x61f5 018187 fetch 1 ,mem_state_map 
+0x61f6 018188 set0 smap_lmptid ,pdata 
+0x61f7 018189 ior temp ,pdata 
+0x61f8 018190 store 1 ,mem_state_map 
+0x61f9 018191 jam 0 ,mem_lmo_opcode2 
+0x61fa 018192 rtn 
+:      018195 special_tid_store:
+0x61fb 018196 set1 mark_ext_patch ,mark 
+0x61fc 018197 bpatch patch3c_5 ,mem_patch3c 
+0x61fd 018198 fetch 1 ,mem_state_map 
+0x61fe 018199 copy pdata ,regc 
+0x61ff 018200 ifetch 1 ,temp 
+0x6200 018201 call pop_tid_follow 
+0x6201 018202 call send_lmp_follow 
+0x6202 018203 copy regc ,pdata 
+0x6203 018204 store 1 ,mem_state_map 
+0x6204 018205 rtn 
+:      018207 tid_reply:
+0x6205 018208 fetcht 1 ,mem_state_map 
+0x6206 018209 set0 smap_lmptidinit ,temp 
+0x6207 018210 storet 1 ,mem_state_map 
+0x6208 018211 rtn 
+:      018213 tid_initiate:
+0x6209 018214 fetcht 1 ,mem_state_map 
+0x620a 018215 set1 smap_lmptidinit ,temp 
+0x620b 018216 storet 1 ,mem_state_map 
+0x620c 018217 rtn 
+:      018220 tid_check:
+0x620d 018221 nsetflag master ,smap_lmptid ,pdata 
+0x620e 018222 fetcht 1 ,mem_state_map 
+0x620f 018223 ixor temp ,pdata 
+0x6210 018224 isolate1 smap_lmptid ,pdata 
+0x6211 018225 rtn 
+:      018228 tid_set_reply:
+0x6212 018229 fetch 1 ,mem_state_map 
+0x6213 018230 setflag master ,smap_lmptid ,pdata 
+0x6214 018231 store 1 ,mem_state_map 
+0x6215 018232 rtn 
+:      018235 check_localsm:
+0x6216 018236 fetch 1 ,mem_sp_localsm 
+0x6217 018237 compare local_statemachine ,pdata ,0x7f 
+0x6218 018238 rtn 
+:      018239 setlocalsm_master:
+0x6219 018240 fetch 1 ,mem_sp_localsm 
+0x621a 018241 set1 7 ,pdata 
+0x621b 018242 store 1 ,mem_sp_localsm 
+0x621c 018243 rtn 
+:      018244 setlocalsm_slave:
+0x621d 018245 fetch 1 ,mem_sp_localsm 
+0x621e 018246 set0 7 ,pdata 
+0x621f 018247 store 1 ,mem_sp_localsm 
+0x6220 018248 rtn 
+:      018249 check_localsm_master:
+0x6221 018250 fetch 1 ,mem_sp_localsm 
+0x6222 018251 isolate1 7 ,pdata 
+0x6223 018252 store 1 ,mem_sp_localsm 
+0x6224 018253 rtn 
+:      018255 generate_random_number:
+0x6225 018257 arg mem_random_number ,contw 
+:      018258 generate_random:
+0x6226 018259 force 16 ,loopcnt 
+:      018260 generate_random_another:
+:      018261 generate_random_loop:
+0x6227 018262 random pdata 
+0x6228 018263 istore 1 ,contw 
+0x6229 018264 loop generate_random_another 
+0x622a 018265 rtn 
+:      018267 generate_linkkey:
+0x622b 018268 call function_e21 
+0x622c 018269 arg mem_link_key ,rega 
+0x622d 018270 arg mem_input_store ,regb 
+0x622e 018271 ifetch 8 ,rega 
+0x622f 018272 fetcht 1 ,mem_state 
+0x6230 018273 nsetflag blank ,state_combkey ,temp 
+0x6231 018274 storet 1 ,mem_state 
+0x6232 018275 copy rega ,contw 
+0x6233 018276 call xor16 
+0x6234 018277 branch generate_linkkey_continue 
+:      018283 process_conn_sm:
+0x6235 018285 set1 mark_ext_patch ,mark 
+0x6236 018286 bpatch patch3c_6 ,mem_patch3c 
+0x6237 018287 fetch 1 ,mem_lmo_opcode2 
+0x6238 018288 branch process_conn_sm_continue ,blank 
+0x6239 018289 call lmo_fifo_process 
+0x623a 018290 fetch 1 ,mem_lmo_opcode2 
+0x623b 018291 nrtn blank 
+:      018292 process_conn_sm_continue:
+0x623c 018293 fetch 1 ,mem_conn_sm 
+0x623d 018294 rtn blank 
+0x623e 018298 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
+0x623f 018299 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
+0x6240 018300 beq conn_sm_send_features ,host_create_conn_send_features 
+0x6241 018301 beq conn_sm_wait_features_res ,host_create_conn_waiting 
+0x6242 018302 beq conn_sm_send_switch ,host_create_conn_send_switch 
+0x6243 018303 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
+0x6244 018304 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
+0x6245 018305 beq conn_sm_encrypt ,host_create_conn_encrypt 
+0x6246 018306 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
+0x6247 018307 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
+0x6248 018308 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
+0x6249 018309 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
+0x624a 018310 beq conn_sm_detach_delay ,host_create_conn_master_detach 
+0x624b 018311 beq conn_sm_send_version ,host_create_conn_send_version 
+0x624c 018312 beq conn_sm_wait_version ,host_create_conn_waiting 
+0x624d 018313 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
+0x624e 018314 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
+0x624f 018315 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
+0x6250 018316 beq conn_sm_pairing ,host_create_conn_pairing 
+0x6251 018317 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
+0x6252 018318 beq conn_sm_auth ,host_create_conn_auth 
+0x6253 018319 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
+0x6254 018320 beq conn_sm_done ,host_create_conn_done 
+0x6255 018321 beq conn_sm_wait_done ,host_create_conn_done_wait 
+0x6256 018322 jam conn_sm_standby ,mem_conn_sm 
+0x6257 018324 rtn 
+:      018325 host_create_conn_done:
+0x6258 018326 fetch 1 ,mem_lmp_conn_state 
+0x6259 018327 rtnbit0 received_setup_complete 
+0x625a 018328 rtnbit0 sent_setup_complete 
+0x625b 018329 jam conn_sm_standby ,mem_conn_sm 
+0x625c 018330 call host_conn_judge_encrypt 
+0x625d 018331 branch scheduler_start_upper_sm 
+:      018333 host_conn_judge_encrypt:
+0x625e 018334 fetch 1 ,mem_connection_options 
+0x625f 018335 rtnbit0 connection_encrypt 
+0x6260 018336 jam conn_sm_encrypt_wait ,mem_conn_sm 
+0x6261 018337 rtn 
+:      018339 host_create_conn_done_wait:
+0x6262 018340 arg enpt_delay_timer ,queue 
+0x6263 018341 call timer_check 
+0x6264 018342 nrtn blank 
+0x6265 018343 jam conn_sm_done ,mem_conn_sm 
+0x6266 018344 rtn 
+:      018346 host_create_conn_auth:
+0x6267 018347 fetch 1 ,mem_connection_options 
+0x6268 018348 set0 connection_auth ,pdata 
+0x6269 018349 store 1 ,mem_connection_options 
+0x626a 018350 jam conn_sm_auth_wait ,mem_conn_sm 
+0x626b 018351 jam lmp_au_rand ,mem_lmo_opcode2 
+0x626c 018352 rtn 
+:      018353 host_create_conn_auth_wait:
+0x626d 018354 rtn 
+:      018355 host_create_conn_pairing:
+0x626e 018356 fetch 1 ,mem_pincode_state 
+0x626f 018357 rtnne pincode_state_pincode_ready 
+0x6270 018358 call host_auth 
+0x6271 018359 jam conn_sm_pairing_wait ,mem_conn_sm 
+0x6272 018360 rtn 
+:      018362 host_create_conn_pairing_wait:
+0x6273 018363 rtn 
+:      018364 host_creat_conn_send_feat_ext:
+0x6274 018365 jam conn_sm_wait_features_ext ,mem_conn_sm 
+0x6275 018366 jam lmp_ext_features_req ,mem_lmo_opcode2 
+0x6276 018367 rtn 
+:      018368 host_create_conn_send_version:
+0x6277 018369 jam conn_sm_wait_version ,mem_conn_sm 
+0x6278 018370 jam lmp_version_req ,mem_lmo_opcode2 
+0x6279 018371 rtn 
+:      018373 host_creat_conn_wait_switch:
+0x627a 018374 fetch 1 ,mem_switch_flag 
+0x627b 018375 rtneq switch_flag_init 
+0x627c 018376 beq switch_flag_accept ,host_create_conn_switch_accept 
+0x627d 018377 arg switch_wait_timer ,queue 
+0x627e 018378 call timer_check 
+0x627f 018379 nrtn blank 
+0x6280 018380 jam switch_flag_init ,mem_switch_flag 
+0x6281 018381 branch host_create_conn_switch 
+:      018382 host_create_conn_switch_accept:
+0x6282 018383 rtn master 
+0x6283 018384 branch host_create_conn_auth_pair 
+:      018386 host_create_conn_send_features:
+0x6284 018387 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x6285 018388 jam lmp_features_req ,mem_lmo_opcode2 
+0x6286 018389 rtn 
+:      018390 host_create_conn_send_switch:
+0x6287 018391 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6288 018392 set1 mark_switch_initiated ,mark 
+0x6289 018393 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x628a 018394 setarg 0x1ff 
+0x628b 018395 store 2 ,mem_soft_timer 
+0x628c 018396 rtn 
+:      018397 host_create_conn_send_conn_req:
+0x628d 018398 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x628e 018399 jam 0xff ,mem_soft_timer 
+0x628f 018400 set0 mark_reconn_recieve_switch ,mark 
+0x6290 018401 jam lmp_host_connection_req ,mem_lmo_opcode2 
+0x6291 018402 branch init_lmp_reinit 
+:      018403 host_create_conn_wait_accept:
+0x6292 018404 rtnmark1 mark_reconn_recieve_switch 
+0x6293 018405 fetch 2 ,mem_soft_timer 
+0x6294 018406 sub pdata ,1 ,pdata 
+0x6295 018407 branch host_create_conn_resend ,zero 
+0x6296 018408 store 2 ,mem_soft_timer 
+0x6297 018409 rtn 
+:      018410 host_create_conn_resend:
+0x6298 018411 jam conn_sm_send_switch ,mem_conn_sm 
+0x6299 018412 rtn 
+:      018413 host_create_conn_waiting:
+0x629a 018415 rtn 
+:      018417 host_create_conn_switch:
+0x629b 018418 fetch 1 ,mem_lmp_conn_state 
+0x629c 018419 rtnbit0 sent_setup_complete 
+0x629d 018420 rtnbit0 received_setup_complete 
+0x629e 018421 fetch 1 ,mem_connection_options 
+0x629f 018422 set0 connection_switch ,pdata 
+0x62a0 018423 store 1 ,mem_connection_options 
+0x62a1 018424 jam lmp_switch_req ,mem_lmo_opcode2 
+0x62a2 018425 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
+0x62a3 018426 rtn 
+:      018428 host_create_conn_send_setup_complete:
+0x62a4 018429 jam conn_sm_wait_setup_complete ,mem_conn_sm 
+0x62a5 018430 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x62a6 018431 rtn 
+:      018433 host_create_conn_wait_setup_complete:
+0x62a7 018434 fetch 1 ,mem_lmp_conn_state 
+0x62a8 018435 rtnbit0 received_setup_complete 
+0x62a9 018436 jam conn_sm_standby ,mem_conn_sm 
+0x62aa 018438 rtn 
+:      018439 host_create_conn_wait_setup_complete_rtn:
+0x62ab 018440 jam conn_sm_auth_pair ,mem_conn_sm 
+0x62ac 018441 rtn 
+:      018443 host_create_conn_master_detach:
+0x62ad 018444 fetch 1 ,mem_soft_timer 
+0x62ae 018445 increase -1 ,pdata 
+0x62af 018446 branch host_create_conn_send_detach ,blank 
+0x62b0 018447 store 1 ,mem_soft_timer 
+0x62b1 018448 rtn 
+:      018449 host_create_conn_send_detach:
+0x62b2 018450 jam lmp_detach ,mem_lmo_opcode2 
+0x62b3 018451 jam local_host ,mem_disconn_reason_send 
+0x62b4 018452 jam 0 ,mem_conn_sm 
+0x62b5 018453 rtn 
+:      018454 host_create_conn_auth_pair:
+0x62b6 018456 fetch 1 ,mem_connection_options 
+0x62b7 018457 bbit1 connection_switch ,host_create_conn_switch 
+0x62b8 018458 bbit1 connection_auth ,host_create_conn_auth_pair_true 
+:      018459 host_create_conn_sm_done:
+0x62b9 018460 jam conn_sm_done ,mem_conn_sm 
+0x62ba 018461 rtn 
+:      018462 host_create_conn_auth_pair_true:
+0x62bb 018463 fetch 1 ,mem_link_key_exists 
+0x62bc 018464 branch host_create_conn_auth_pair_nokey ,blank 
+0x62bd 018465 fetch 1 ,mem_lmp_conn_state 
+0x62be 018466 rtnbit0 sent_setup_complete 
+0x62bf 018467 rtnbit0 received_setup_complete 
+0x62c0 018468 fetch 4 ,mem_aurand_send_delay_time 
+0x62c1 018469 arg 100 ,temp 
+0x62c2 018470 iadd temp ,temp 
+0x62c3 018471 copy clkn_bt ,pdata 
+0x62c4 018472 isub temp ,null 
+0x62c5 018473 nrtn positive 
+0x62c6 018474 branch host_create_conn_auth 
+:      018478 host_create_conn_auth_pair_nokey:
+0x62c7 018479 jam conn_sm_pairing ,mem_conn_sm 
+0x62c8 018480 jam 4 ,mem_pin_length 
+0x62c9 018481 setarg 0x3030 
+0x62ca 018482 store 2 ,mem_pin 
+0x62cb 018483 istore 2 ,contw 
+0x62cc 018484 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x62cd 018485 branch host_create_conn_pairing 
+:      018487 host_create_conn_auth_pair_wait:
+0x62ce 018488 rtn 
+:      018489 host_create_conn_encrypt:
+0x62cf 018490 fetch 1 ,mem_connection_options 
+0x62d0 018491 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
+0x62d1 018492 jam conn_sm_done ,mem_conn_sm 
+0x62d2 018493 rtn 
+:      018495 host_create_conn_encrypt_start:
+0x62d3 018496 fetch 1 ,mem_connection_options 
+0x62d4 018497 set0 connection_encrypt ,pdata 
+0x62d5 018498 store 1 ,mem_connection_options 
+0x62d6 018499 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x62d7 018500 rtn 
+:      018502 host_create_conn_encrypt_wait:
+0x62d8 018503 fetch 1 ,mem_wait_encryption 
+0x62d9 018504 rtn blank 
+0x62da 018505 jam conn_sm_standby ,mem_conn_sm 
+0x62db 018506 branch host_create_conn_encrypt_start 
+:      018508 host_create_conn_encrypt_wait_clear:
+0x62dc 018509 jam conn_sm_send_setup_complete ,mem_conn_sm 
+0x62dd 018510 rtn 
+:      018512 host_auth:
+0x62de 018513 fetch 1 ,mem_op 
+0x62df 018514 bbit1 op_inrand_req ,remote_auth 
+0x62e0 018515 call tid_initiate 
+0x62e1 018516 jam lmp_in_rand ,mem_lmo_opcode2 
+0x62e2 018517 branch cmd_exit 
+:      018518 remote_auth:
+0x62e3 018519 fetch 1 ,mem_op 
+0x62e4 018520 set0 op_inrand_req ,pdata 
+0x62e5 018521 store 1 ,mem_op 
+0x62e6 018522 call lmp_accept_inrand 
+0x62e7 018523 call tid_set_reply 
+0x62e8 018524 branch cmd_exit 
+:      018526 pincode_reinit:
+0x62e9 018527 setarg 4 
+0x62ea 018528 store 1 ,mem_pin_length 
+0x62eb 018529 setarg 0x3030 
+0x62ec 018530 istore 2 ,contw 
+0x62ed 018531 istore 2 ,contw 
+0x62ee 018532 rtn 
+:      018540 module_init:
+0x62ef 018541 rtn wake 
+0x62f0 018542 jam 0 ,mem_module_task 
+0x62f1 018543 call module_gpio_init 
+0x62f2 018544 call module_init_static_string 
+0x62f3 018545 setarg module_process_idle 
+0x62f4 018546 store 2 ,mem_cb_idle_process 
+0x62f5 018547 setarg module_conn_process 
+0x62f6 018548 store 2 ,mem_cb_bt_process 
+0x62f7 018549 setarg module_process_bb_event 
+0x62f8 018550 store 2 ,mem_cb_bb_event_process 
+0x62f9 018551 setarg module_le_rx 
+0x62fa 018552 store 2 ,mem_cb_att_write 
+0x62fb 018553 setarg module_conn_process 
+0x62fc 018554 store 2 ,mem_cb_le_process 
+0x62fd 018555 set1 mark_ext_patch ,mark 
+0x62fe 018556 bpatch patch30_0 ,mem_patch30 
+0x62ff 018557 setarg module_lpm_lock 
+0x6300 018558 store 2 ,mem_cb_check_wakelock 
+0x6301 018559 setarg module_le_tx_update_data 
+0x6302 018560 store 2 ,mem_cb_update_notify_value 
+0x6303 018561 setarg 0 
+0x6304 018562 store 4 ,mem_last_uart_clock 
+0x6305 018563 store 2 ,mem_module_prepare_tx_len 
+0x6306 018564 call module_hardware_init 
+0x6307 018565 call init_module_environment 
+0x6308 018566 call check_module_disabled 
+0x6309 018567 branch eeprom_load_reconn_info 
+:      018569 module_hardware_init:
+0x630a 018570 rtn wake 
+0x630b 018571 setarg uart_baud_115200 
+0x630c 018572 store uart_baud_len ,mem_baud 
+:      018573 module_lpm_uart_init:
+0x630d 018574 call init_filter_ram 
+0x630e 018575 setarg mem_module_rx_buf 
+0x630f 018576 hstore 2 ,core_uart_rsaddr 
+0x6310 018577 setarg mem_module_rx_buf_end 
+0x6311 018578 hstore 2 ,core_uart_readdr 
+0x6312 018579 setarg mem_module_tx_buf 
+0x6313 018580 hstore 2 ,core_uart_tsaddr 
+0x6314 018581 setarg mem_module_tx_buf_end 
+0x6315 018582 hstore 2 ,core_uart_teaddr 
+0x6316 018583 hjam 0x4 ,core_gpio_sel1 
+0x6317 018584 jam 0xff ,mem_ucode_id_local 
+0x6318 018585 hjam 0x0 ,core_uart_ctrl 
+0x6319 018586 setarg mem_module_tx_buf 
+0x631a 018587 hstore 2 ,core_uart_twptr 
+0x631b 018588 hstore 2 ,core_uart_trptrp 
+0x631c 018589 setarg mem_module_rx_buf 
+0x631d 018590 hstore 2 ,core_uart_rrptr 
+0x631e 018591 branch hci_init_common 
+:      018594 module_lpm_init:
+0x631f 018595 call module_lpm_uart_init 
+0x6320 018596 branch module_gpio_init 
+:      018598 module_gpio_init:
+0x6321 018600 call ui_led_init 
+0x6322 018601 call app_led_start_blink 
+0x6323 018603 fetcht 1 ,mem_module_connect_state_gpio 
+0x6324 018604 call gpio_config_output 
+0x6325 018605 call module_set_conn_pin_low 
+0x6326 018607 fetcht 1 ,mem_module_wake_up_gpio 
+0x6327 018608 call gpio_config_input 
+0x6328 018609 fetcht 1 ,mem_at_gpio 
+0x6329 018610 branch gpio_config_input_without_wake 
+:      018612 module_lpm_lock:
+0x632a 018613 fetcht 1 ,mem_module_wake_up_gpio 
+0x632b 018614 call gpio_get_bit 
+0x632c 018615 nbranch app_put_lpm_wake_lock ,true 
+0x632d 018616 branch app_get_lpm_wake_lock 
+:      018620 module_process_idle:
+0x632e 018621 branch module_app_dispatch 
+:      018622 module_conn_process:
+0x632f 018623 branch module_app_dispatch 
+:      018624 module_app_dispatch:
+0x6330 018625 set1 mark_ext_patch ,mark 
+0x6331 018626 bpatch patch30_1 ,mem_patch30 
+0x6332 018627 call module_control_air_flow 
+0x6333 018628 call module_uart_set 
+0x6334 018629 call l2cap_malloc_is_fifo_full 
+0x6335 018630 nrtn blank 
+0x6336 018631 branch module_process 
+:      018632 module_process_bb_event:
+0x6337 018633 copy regc ,pdata 
+0x6338 018634 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
+0x6339 018635 beq bt_evt_reconn_failed ,module_reconn_fail 
+0x633a 018636 beq bt_evt_reconn_page_timeout ,module_page_time_out 
+0x633b 018637 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
+0x633c 018638 beq bt_evt_switch_not_accept ,module_process_switch_not_accept 
+0x633d 018639 beq bt_evt_switch_accept ,module_process_switch_accept 
+0x633e 018640 beq bt_evt_sniff_accept ,module_process_sniff_accept 
+0x633f 018641 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
+0x6340 018642 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
+0x6341 018643 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
+0x6342 018644 beq bt_evt_le_connected ,module_process_le_conn 
+0x6343 018645 beq bt_evt_bb_connected ,module_process_bb_conn 
+0x6344 018646 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+0x6345 018647 beq bt_evt_setup_complete ,module_process_setup_complete 
+0x6346 018648 beq bt_evt_enter_sniff ,module_sniff_param_check 
+0x6347 018649 beq bt_evt_exit_sniff ,app_lpm_mult_disable 
+0x6348 018650 and pdata ,0x0f ,temp 
+0x6349 018651 and_into bt_evt_timer_mask ,pdata 
+0x634a 018652 beq bt_evt_timer_init ,module_bb_event_timer 
+0x634b 018653 rtn 
+:      018655 module_process_bb_event_disconned:
+0x634c 018656 call module_disconn_start 
+0x634d 018657 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x634e 018658 rtnbit0 app_disc_after_setup_done 
+0x634f 018659 arg 3 ,loopcnt 
+0x6350 018660 arg mem_prarm_dis ,contr 
+0x6351 018661 branch send_mem_to_uart 
+:      018663 module_sniff_param_check:
+0x6352 018666 fetch 2 ,mem_context + coffset_tsniff 
+0x6353 018667 rshift pdata ,pdata 
+0x6354 018668 fetcht 2 ,mem_sniff_param_interval 
+0x6355 018669 isub temp ,null 
+0x6356 018670 nbranch module_sniff_param_check_unsniff ,zero 
+0x6357 018671 branch app_lpm_mult_enable 
+:      018672 module_sniff_param_check_unsniff:
+0x6358 018673 fetch 1 ,mem_module_task 
+0x6359 018674 rtnbit1 at_task_unsinff 
+0x635a 018675 hfetch 2 ,core_uart_rxitems 
+0x635b 018676 ncall at_set_unsniff_task_flag ,blank 
+0x635c 018677 branch app_bt_sniff_exit 
+:      018679 module_process_setup_complete:
+0x635d 018680 call module_conn_start 
+0x635e 018681 call module_check_cmode 
+0x635f 018682 branch module_uart_send_conn ,zero 
+0x6360 018683 branch app_bt_disconnect 
+:      018684 module_uart_send_conn:
+0x6361 018685 arg 4 ,loopcnt 
+0x6362 018686 arg mem_prarm_conn ,contr 
+0x6363 018687 branch send_mem_to_uart 
+:      018689 module_process_bb_even_le_disconn:
+0x6364 018690 call module_disconn_start 
+0x6365 018691 arg 5 ,loopcnt 
+0x6366 018692 arg mem_prarm_bledis ,contr 
+0x6367 018693 branch send_mem_to_uart 
+:      018695 module_process_evt_pincode_req:
+0x6368 018696 call at_restore_pin_code 
+0x6369 018697 branch app_bt_set_pincode 
+:      018698 module_process_switch_not_accept:
+0x636a 018699 fetch 1 ,mem_module_task 
+0x636b 018700 rtnbit0 at_task_switch 
+0x636c 018701 set0 at_task_switch ,pdata 
+0x636d 018702 store 1 ,mem_module_task 
+0x636e 018703 branch at_error_rev_end 
+:      018705 module_process_switch_accept:
+0x636f 018706 fetch 1 ,mem_module_task 
+0x6370 018707 rtnbit0 at_task_switch 
+0x6371 018708 set0 at_task_switch ,pdata 
+0x6372 018709 store 1 ,mem_module_task 
+0x6373 018710 branch at_nomal_rev_end 
+:      018712 module_process_sniff_accept:
+0x6374 018713 rtn 
+:      018715 module_process_sniff_not_accept:
+0x6375 018716 rtn 
+:      018718 module_process_unsniff_accept:
+0x6376 018719 fetch 1 ,mem_module_task 
+0x6377 018720 bbit0 at_task_unsinff ,app_bt_enter_sniff 
+0x6378 018721 branch at_clear_unsniff_task_flag 
+:      018723 module_process_unsniff_not_accept:
+0x6379 018724 rtn 
+:      018726 module_process_le_conn:
+0x637a 018727 call module_conn_start 
+0x637b 018728 arg mem_le_plap ,regb 
+0x637c 018729 call module_check_cmode 
+0x637d 018730 branch module_uart_send_leconn ,zero 
+0x637e 018731 branch app_ble_disconnect 
+:      018732 module_uart_send_leconn:
+0x637f 018733 arg 6 ,loopcnt 
+0x6380 018734 arg mem_prarm_bleconn ,contr 
+0x6381 018735 branch send_mem_to_uart 
+:      018737 module_process_bb_conn:
+0x6382 018738 rtn 
+:      018741 module_reconn_fail:
+0x6383 018742 arg 7 ,loopcnt 
+0x6384 018743 arg mem_prarm_recfail ,contr 
+0x6385 018744 call send_mem_to_uart 
+0x6386 018745 branch module_disconn_start 
+:      018746 module_page_time_out:
+0x6387 018747 arg 7 ,loopcnt 
+0x6388 018748 arg mem_prarm_pageout ,contr 
+0x6389 018749 call send_mem_to_uart 
+:      018750 module_disconn_start:
+0x638a 018751 call module_start_adv_discovery 
+0x638b 018752 branch module_set_conn_pin_high 
+:      018754 module_start_adv_discovery:
+0x638c 018755 fetch 1 ,mem_module_state 
+0x638d 018756 isolate1 at_state_set30 ,pdata 
+0x638e 018757 call app_bt_start_discovery ,true 
+0x638f 018758 fetch 1 ,mem_module_state 
+0x6390 018759 isolate1 at_state_set40 ,pdata 
+0x6391 018760 call app_ble_start_adv ,true 
+0x6392 018761 rtn 
+:      018762 module_set_conn_pin_high:
+0x6393 018763 fetcht 1 ,mem_module_connect_state_gpio 
+0x6394 018764 branch gpio_out_active 
+:      018766 module_conn_start:
+0x6395 018767 call module_stop_adv_discovery 
+0x6396 018768 branch module_set_conn_pin_low 
+:      018770 module_stop_adv_discovery:
+0x6397 018771 fetch 1 ,mem_module_state 
+0x6398 018772 isolate1 at_state_set30 ,pdata 
+0x6399 018773 call app_bt_stop_discovery ,true 
+0x639a 018774 fetch 1 ,mem_module_state 
+0x639b 018775 isolate1 at_state_set40 ,pdata 
+0x639c 018776 call app_ble_stop_adv ,true 
+0x639d 018777 rtn 
+:      018778 module_set_conn_pin_low:
+0x639e 018779 fetcht 1 ,mem_module_connect_state_gpio 
+0x639f 018780 branch gpio_out_inactive 
+:      018785 module_process:
+0x63a0 018786 fetch 1 ,mem_device_option 
+0x63a1 018787 rtnne dvc_op_module 
+0x63a2 018788 hfetch 2 ,core_uart_rxitems 
+0x63a3 018789 rtn blank 
+0x63a4 018790 store 2 ,mem_current_packet_length 
+0x63a5 018792 call spp_mode 
+0x63a6 018793 branch at_process ,true 
+0x63a7 018794 call at_ckeck_send_buff 
+0x63a8 018795 branch module_tx_packet 
+:      018798 spp_mode:
+0x63a9 018799 fetcht 1 ,mem_at_gpio 
+0x63aa 018800 branch gpio_get_bit 
+:      018803 module_exit_sniff:
+0x63ab 018804 fetch 1 ,mem_module_task 
+0x63ac 018805 rtnbit1 at_task_unsinff 
+0x63ad 018806 call at_set_unsniff_task_flag 
+0x63ae 018807 branch app_bt_sniff_exit 
+:      018809 module_tx_packet:
+0x63af 018810 fetch 1 ,mem_context 
+0x63b0 018811 bbit0 state_inconn ,spp_send_end 
+0x63b1 018812 fetch 1 ,mem_context + coffset_mode 
+0x63b2 018813 bbit1 mode_le ,modle_le_tx 
+0x63b3 018814 call app_check_sniff 
+0x63b4 018815 branch module_exit_sniff ,true 
+0x63b5 018816 branch spp_tx_rfcomm_packet 
+:      018818 module_le_rx:
+0x63b6 018819 call le_att_get_handle_ptr 
+0x63b7 018820 ifetch 1 ,contr 
+0x63b8 018821 copy contr ,rega 
+0x63b9 018822 call get_uart_twptr 
+0x63ba 018823 copy regb ,loopcnt 
+0x63bb 018824 copy rega ,contr 
+0x63bc 018825 call uart_copy_tx_bytes 
+0x63bd 018826 branch uartd_send 
+:      018829 module_le_tx_update_data:
+0x63be 018831 fetch 2 ,mem_module_prepare_tx_len 
+0x63bf 018832 rtn blank 
+0x63c0 018833 arg dm_le_buff_len ,temp 
+0x63c1 018834 call not_greater_than 
+0x63c2 018835 store 2 ,mem_module_temp_len 
+0x63c3 018837 copy pdata ,temp 
+0x63c4 018838 fetch 2 ,mem_module_prepare_tx_len 
+0x63c5 018839 isub temp ,pdata 
+0x63c6 018840 store 2 ,mem_module_prepare_tx_len 
+0x63c7 018841 nbranch assert ,positive 
+0x63c8 018843 arg prcp_tx_le ,temp 
+0x63c9 018844 storet 2 ,mem_le_notify_handle 
+0x63ca 018845 call le_att_get_handle_ptr 
+0x63cb 018846 branch assert ,blank 
+0x63cc 018847 add contr ,1 ,contw 
+0x63cd 018849 fetch 2 ,mem_module_temp_len 
+0x63ce 018850 copy pdata ,loopcnt 
+0x63cf 018852 call get_uart_rrptr 
+0x63d0 018854 call uart_copy_rx_bytes 
+0x63d1 018856 fetch 2 ,mem_module_temp_len 
+0x63d2 018857 store 2 ,mem_current_packet_length 
+0x63d3 018858 store 2 ,mem_le_notify_len 
+0x63d4 018859 branch spp_send_end 
+:      018862 modle_le_tx:
+0x63d5 018863 rtnmark0 mark_context 
+0x63d6 018864 call modle_le_tx_once 
+0x63d7 018865 call modle_le_tx_once 
+:      018866 modle_le_tx_once:
+0x63d8 018867 call le_xtype_fifo_is_near_full 
+0x63d9 018868 nrtn blank 
+0x63da 018869 hfetch 2 ,core_uart_rxitems 
+0x63db 018870 rtn blank 
+0x63dc 018871 fetcht 2 ,mem_module_prepare_tx_len 
+0x63dd 018872 isub temp ,pdata 
+0x63de 018873 nbranch assert ,positive 
+0x63df 018874 store 2 ,mem_current_packet_length 
+0x63e0 018875 rtn blank 
+0x63e1 018876 call at_ckeck_send_buff_le 
+0x63e2 018877 fetch 2 ,mem_module_prepare_tx_len 
+0x63e3 018878 fetcht 2 ,mem_current_packet_length 
+0x63e4 018879 iadd temp ,pdata 
+0x63e5 018880 store 2 ,mem_module_prepare_tx_len 
+0x63e6 018881 fetcht 2 ,mem_module_prepare_tx_len 
+0x63e7 018882 hfetch 2 ,core_uart_rxitems 
+0x63e8 018883 isub temp ,rega 
+0x63e9 018884 nbranch assert ,positive 
+0x63ea 018885 jam attop_handle_value_notification ,mem_fifo_temp 
+0x63eb 018886 branch le_xtype_fifo_in 
+:      018888 module_bb_event_timer:
+0x63ec 018889 storet 1 ,mem_app_evt_timer_count 
+:      018890 module_bb_event_100ms_loop:
+0x63ed 018891 fetch 1 ,mem_app_evt_timer_count 
+0x63ee 018892 rtn blank 
+0x63ef 018893 increase -1 ,pdata 
+0x63f0 018894 store 1 ,mem_app_evt_timer_count 
+0x63f1 018895 call module_bb_event_hud_ms 
+0x63f2 018896 branch module_bb_event_100ms_loop 
+:      018898 module_bb_event_hud_ms:
+0x63f3 018899 fetch 2 ,mem_at_scan_time 
+0x63f4 018900 rtn blank 
+0x63f5 018901 increase -1 ,pdata 
+0x63f6 018902 store 2 ,mem_at_scan_time 
+0x63f7 018903 nrtn blank 
+0x63f8 018904 fetch 1 ,mem_at_using_flag 
+0x63f9 018905 jam 0 ,mem_at_using_flag 
+0x63fa 018906 bbit1 at_flag_leinq ,modue_le_inq 
+0x63fb 018907 bbit1 at_flag_inq ,module_inq 
+0x63fc 018908 branch assert 
+:      018909 modue_le_inq:
+0x63fd 018910 branch app_ble_stop_scan 
+:      018911 module_inq:
+0x63fe 018912 jam hci_cmd_inquiry_cancel ,mem_hci_cmd 
+0x63ff 018913 rtn 
+:      018915 at_ckeck_send_buff:
+0x6400 018916 fetch 1 ,mem_context + coffset_mode 
+0x6401 018917 bbit1 mode_le ,at_ckeck_send_buff_le 
+0x6402 018918 fetch 2 ,mem_current_packet_length 
+0x6403 018919 arg dm_refcom_buff_len ,temp 
+0x6404 018921 call not_greater_than 
+0x6405 018922 store 2 ,mem_current_packet_length 
+0x6406 018923 rtn 
+:      018924 at_ckeck_send_buff_le:
+0x6407 018925 fetch 2 ,mem_current_packet_length 
+0x6408 018926 arg dm_le_buff_len ,temp 
+0x6409 018927 call not_greater_than 
+0x640a 018928 store 2 ,mem_current_packet_length 
+0x640b 018929 rtn 
+:      018931 at_set_unsniff_task_flag:
+0x640c 018932 fetch 1 ,mem_module_task 
+0x640d 018933 set1 at_task_unsinff ,pdata 
+0x640e 018934 store 1 ,mem_module_task 
+0x640f 018935 rtn 
+:      018937 at_clear_unsniff_task_flag:
+0x6410 018938 fetch 1 ,mem_module_task 
+0x6411 018939 set0 at_task_unsinff ,pdata 
+0x6412 018940 store 1 ,mem_module_task 
+0x6413 018941 rtn 
+:      018943 at_set_cmd_task_flag:
+0x6414 018944 fetch 1 ,mem_module_task 
+0x6415 018945 set1 at_task_cmd_flag ,pdata 
+0x6416 018946 store 1 ,mem_module_task 
+0x6417 018947 rtn 
+:      018949 at_clear_cmd_task_flag:
+0x6418 018950 fetch 1 ,mem_module_task 
+0x6419 018951 set0 at_task_cmd_flag ,pdata 
+0x641a 018952 store 1 ,mem_module_task 
+0x641b 018953 rtn 
+:      018955 module_control_air_flow:
+0x641c 018956 set1 mark_ext_patch ,mark 
+0x641d 018957 bpatch patch30_2 ,mem_patch30 
+0x641e 018958 call check_uart_tx_buff 
+0x641f 018959 branch app_l2cap_flow_control_enable ,positive 
+0x6420 018960 branch app_l2cap_flow_control_disable 
+:      018962 module_uart_set:
+0x6421 018963 call spp_mode 
+0x6422 018964 branch module_set_baud_115200 ,true 
+0x6423 018965 hfetcht uart_baud_len ,core_uart_baud 
+0x6424 018966 fetch 2 ,mem_baud 
+0x6425 018967 isub temp ,null 
+0x6426 018968 rtn zero 
+0x6427 018969 branch uart_set_baud_by_mem 
+:      018972 module_set_baud_115200:
+0x6428 018973 hfetcht uart_baud_len ,core_uart_baud 
+0x6429 018974 setarg at_baud_115200 
+0x642a 018975 isub temp ,null 
+0x642b 018976 rtn zero 
+0x642c 018977 hstore uart_baud_len ,core_uart_baud 
+0x642d 018978 rtn 
+:      018980 module_check_cmode:
+0x642e 018981 set1 mark_ext_patch ,mark 
+0x642f 018982 bpatch patch30_3 ,mem_patch30 
+0x6430 018983 fetch 1 ,mem_module_state 
+0x6431 018984 isolate0 at_state_cmode ,pdata 
+0x6432 018985 branch module_check_cmode_close ,true 
+0x6433 018986 arg mem_cmode_addr ,rega 
+0x6434 018987 arg 6 ,loopcnt 
+0x6435 018988 branch string_compare 
+:      018989 module_check_cmode_close:
+0x6436 018990 force 0 ,null 
+0x6437 018991 rtn 
+:      018993 module_init_static_string:
+0x6438 018994 set1 mark_ext_patch ,mark 
+0x6439 018995 bpatch patch30_4 ,mem_patch30 
+0x643a 018996 arg mem_prarm_pswd ,contw 
+0x643b 018997 setsect 0 ,0x35350 
+0x643c 018998 setsect 1 ,0x15115 
+0x643d 018999 setsect 2 ,0x12415 
+0x643e 019000 setsect 3 ,0x10951 
+0x643f 019001 istore 9 ,contw 
+0x6440 019002 setsect 0 ,0x2454c 
+0x6441 019003 setsect 1 ,0x35053 
+0x6442 019004 setsect 2 ,0x2454 
+0x6443 019005 setsect 3 ,0x11531 
+0x6444 019006 istore 9 ,contw 
+0x6445 019007 setsect 0 ,0x34441 
+0x6446 019008 setsect 1 ,0x194d4 
+0x6447 019009 setsect 2 ,0x12455 
+0x6448 019010 setsect 3 ,0x10d4d 
+0x6449 019011 istore 9 ,contw 
+0x644a 019012 setsect 0 ,0x3414c 
+0x644b 019013 setsect 1 ,0xd4d4 
+0x644c 019014 setsect 2 ,0x124c4 
+0x644d 019015 setsect 3 ,0x13119 
+0x644e 019016 istore 9 ,contw 
+0x644f 019017 setsect 0 ,0x15247 
+0x6450 019018 setsect 1 ,0x3d0d1 
+0x6451 019019 setsect 2 ,0xe4e4 
+0x6452 019020 setsect 3 ,0x11531 
+0x6453 019021 istore 9 ,contw 
+0x6454 019022 setsect 0 ,0x34944 
+0x6455 019023 setsect 1 ,0x114d4 
+0x6456 019024 setsect 2 ,0xe535 
+0x6457 019025 setsect 3 ,0x15105 
+0x6458 019026 istore 9 ,contw 
+0x6459 019027 setsect 0 ,0x14c2b 
+0x645a 019028 setsect 1 ,0x114d2 
+0x645b 019029 setsect 2 ,0xf525 
+0x645c 019030 setsect 3 ,0x11531 
+0x645d 019031 istore 9 ,contw 
+0x645e 019032 setsect 0 ,0x14e53 
+0x645f 019033 setsect 1 ,0x19192 
+0x6460 019034 setsect 2 ,0x44c4 
+0x6461 019035 setsect 3 ,0x15915 
+0x6462 019036 istore 9 ,contw 
+0x6463 019037 setsect 0 ,0x35352 
+0x6464 019038 setsect 1 ,0xd254 
+0x6465 019039 setsect 2 ,0x5444 
+0x6466 019040 setsect 3 ,0x10959 
+0x6467 019041 istore 9 ,contw 
+0x6468 019042 setsect 0 ,0x1454c 
+0x6469 019043 setsect 1 ,0x5392 
+0x646a 019044 setsect 2 ,0x3525 
+0x646b 019045 setsect 3 ,0x13d35 
+0x646c 019046 istore 9 ,contw 
+0x646d 019047 setsect 0 ,0x14544 
+0x646e 019048 setsect 1 ,0x113d3 
+0x646f 019049 setsect 2 ,0x4454 
+0x6470 019050 setsect 3 ,0x14d35 
+0x6471 019051 istore 9 ,contw 
+0x6472 019052 setsect 0 ,0x4154 
+0x6473 019053 setsect 1 ,0x11155 
+0x6474 019054 setsect 2 ,0x13494 
+0x6475 019055 setsect 3 ,0x13d0d 
+0x6476 019056 istore 9 ,contw 
+0x6477 019057 setsect 0 ,0x4f56 
+0x6478 019058 setsect 1 ,0x31055 
+0x6479 019059 setsect 2 ,0x3454 
+0x647a 019060 setsect 3 ,0x1393d 
+0x647b 019061 istore 9 ,contw 
+0x647c 019062 setsect 0 ,0x1504e 
+0x647d 019063 setsect 1 ,0x151d0 
+0x647e 019064 setsect 2 ,0x154f4 
+0x647f 019065 setsect 3 ,0x14951 
+0x6480 019066 istore 9 ,contw 
+0x6481 019067 setsect 0 ,0x24345 
+0x6482 019068 setsect 1 ,0x25051 
+0x6483 019069 setsect 2 ,0x4c4 
+0x6484 019070 istore 6 ,contw 
+0x6485 019071 rtn 
+:      019075 mouse_init:
+0x6486 019076 setarg le_mouse 
+0x6487 019077 store 2 ,mem_cb_le_process 
+0x6488 019078 setarg mouse_send_process 
+0x6489 019079 store 2 ,mem_cb_bt_process 
+0x648a 019080 setarg mouse_process_lpm_before 
+0x648b 019081 store 2 ,mem_cb_before_lpm 
+0x648c 019082 setarg mouse_priority_bb_event 
+0x648d 019083 store 2 ,mem_cb_bb_event_process 
+0x648e 019084 setarg mouse_idle 
+0x648f 019085 store 2 ,mem_cb_idle_process 
+0x6490 019086 setarg mouse_le_notify_update_data 
+0x6491 019087 store 2 ,mem_cb_update_notify_value 
+0x6492 019088 jam 0 ,mem_sp_flag 
+0x6493 019089 jam 0 ,mem_master_sp_flag 
+0x6494 019090 set0 mark_ext_patch ,mark 
+0x6495 019091 bpatch patch18_0 ,mem_patch18 
+0x6496 019092 call mouse_init_common 
+0x6497 019093 rtn wake 
+0x6498 019094 call mouse_init_environment 
+0x6499 019095 call mouse_dpi_init 
+0x649a 019096 setarg mouse_before_hibernate 
+0x649b 019097 store 2 ,mem_cb_before_hibernate 
+0x649c 019098 fetch 2 ,mem_ui_state_map 
+0x649d 019099 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x649e 019100 branch mouse_check_reconn_target 
+:      019102 mouse_init_environment:
+0x649f 019103 call app_initflag_check 
+0x64a0 019104 branch mouse_load_eeprom_param ,zero 
+0x64a1 019105 call eeprom_store_le_local_addr 
+0x64a2 019106 call eeprom_store_mouse_dpi 
+0x64a3 019107 branch app_initflag_store 
+:      019108 mouse_load_eeprom_param:
+0x64a4 019109 call eeprom_load_reconn_info 
+0x64a5 019110 call eeprom_load_le_loacal_addr 
+0x64a6 019111 branch eeprom_load_mouse_dpi 
+:      019113 mouse_dpi_init:
+0x64a7 019114 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x64a8 019115 branch mouse_modified_dpi 
+:      019117 mouse_idle:
+0x64a9 019118 call ui_check_paring_button 
+0x64aa 019119 call mouse_check_dpi 
+0x64ab 019120 branch mouse_wheel_check 
+:      019122 mouse_check_dpi:
+0x64ac 019123 fetcht 1 ,mem_dpi_button_gpio 
+0x64ad 019124 call gpio_get_bit 
+0x64ae 019125 nbranch mouse_dpi_up ,true 
+:      019126 mouse_dpi_down:
+0x64af 019127 fetch 1 ,mem_mouse_dpi_button_state 
+0x64b0 019128 rtneq dpi_button_state_down 
+0x64b1 019129 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x64b2 019130 rtn 
+:      019131 mouse_dpi_up:
+0x64b3 019132 fetch 1 ,mem_mouse_dpi_button_state 
+0x64b4 019133 rtneq dpi_button_state_up 
+0x64b5 019134 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x64b6 019135 fetch 1 ,mem_mouse_dpi 
+0x64b7 019136 increase 1 ,pdata 
+0x64b8 019137 and pdata ,0x03 ,pdata 
+0x64b9 019138 store 1 ,mem_mouse_dpi 
+0x64ba 019139 branch mouse_modified_dpi 
+:      019140 mouse_modified_dpi:
+0x64bb 019141 setarg mouse_dpi_address 
+0x64bc 019142 call twspi_read 
+0x64bd 019143 and pdata ,0xfc ,temp 
+0x64be 019144 fetch 1 ,mem_mouse_dpi 
+0x64bf 019145 iadd temp ,pdata 
+0x64c0 019146 lshift8 pdata ,pdata 
+0x64c1 019147 add pdata ,mouse_dpi_address ,pdata 
+0x64c2 019148 call twspi_write 
+0x64c3 019149 branch eeprom_store_mouse_dpi 
+:      019151 mouse_init_common:
+0x64c4 019152 call mouse_init_sunt 
+0x64c5 019153 call mouse_gpio_init 
+0x64c6 019154 hfetch 2 ,core_clkoff 
+0x64c7 019155 set0 clock_off_qdecoder ,pdata 
+0x64c8 019156 hstore 2 ,core_clkoff 
+0x64c9 019157 rtn 
+:      019159 mouse_gpio_init:
+0x64ca 019160 call lpm_disable_exen_output 
+0x64cb 019161 fetcht 1 ,mem_whee_a_data_gpio 
+0x64cc 019162 call gpio_config_input 
+0x64cd 019163 fetcht 1 ,mem_whee_b_data_gpio 
+0x64ce 019164 call gpio_config_input 
+0x64cf 019165 fetcht 1 ,mem_lbutton_gpio 
+0x64d0 019166 call gpio_config_input 
+0x64d1 019167 fetcht 1 ,mem_rbutton_gpio 
+0x64d2 019168 call gpio_config_input 
+0x64d3 019169 fetcht 1 ,mem_mbutton_gpio 
+0x64d4 019170 call gpio_config_input 
+0x64d5 019171 fetcht 1 ,mem_sensor_data_gpio 
+0x64d6 019172 call gpio_config_input 
+0x64d7 019173 fetcht 1 ,mem_dpi_button_gpio 
+0x64d8 019174 call gpio_config_input 
+0x64d9 019175 hfetch 1 ,core_gpio_pu3 
+0x64da 019176 or_into 0x18 ,pdata 
+0x64db 019177 hstore 1 ,core_gpio_pu3 
+0x64dc 019178 hfetch 1 ,core_gpio_pd2 + 1 
+0x64dd 019179 and_into 0xe7 ,pdata 
+0x64de 019180 hstore 1 ,core_gpio_pd2 + 1 
+0x64df 019181 rtn 
+:      019184 mouse_before_hibernate:
+0x64e0 019185 setarg 0xbc05 
+0x64e1 019186 call twspi_write 
+0x64e2 019187 jam 1 ,mem_lpm_current_mult 
+:      019189 mouse_process_lpm_before:
+0x64e3 019190 call mouse_wheel_check 
+0x64e4 019191 arg 25 ,temp 
+0x64e5 019192 call gpio_config_output 
+0x64e6 019193 hjam 0 ,core_gpio_sel1 
+0x64e7 019194 fetcht 1 ,mem_whee_a_data_gpio 
+0x64e8 019195 call gpio_set_wake_by_current_state 
+0x64e9 019196 fetcht 1 ,mem_whee_b_data_gpio 
+0x64ea 019197 call gpio_set_wake_by_current_state 
+0x64eb 019198 fetcht 1 ,mem_lbutton_gpio 
+0x64ec 019199 call gpio_set_wake_by_current_state 
+0x64ed 019200 fetcht 1 ,mem_rbutton_gpio 
+0x64ee 019201 call gpio_set_wake_by_current_state 
+0x64ef 019202 fetcht 1 ,mem_mbutton_gpio 
+0x64f0 019203 call gpio_set_wake_by_current_state 
+0x64f1 019204 fetcht 1 ,mem_sensor_data_gpio 
+0x64f2 019205 call gpio_set_wake 
+0x64f3 019206 fetch 1 ,mem_lpm_current_mult 
+0x64f4 019207 nrtn blank 
+0x64f5 019208 branch gpio_clr_wake 
+:      019210 mouse_wheel_check:
+0x64f6 019211 set0 mark_ext_patch ,mark 
+0x64f7 019212 bpatch patch18_1 ,mem_patch18 
+0x64f8 019213 arg 0 ,rega 
+0x64f9 019214 fetcht 1 ,mem_whee_a_data_gpio 
+0x64fa 019215 call gpio_get_bit 
+0x64fb 019216 setflag true ,0 ,rega 
+0x64fc 019217 fetcht 1 ,mem_whee_b_data_gpio 
+0x64fd 019218 call gpio_get_bit 
+0x64fe 019219 setflag true ,1 ,rega 
+0x64ff 019220 copy rega ,pdata 
+0x6500 019222 and_into 0x3 ,pdata 
+0x6501 019223 fetcht 1 ,mem_mouse_z_now 
+0x6502 019224 store 1 ,mem_mouse_z_now 
+0x6503 019225 isub temp ,null 
+0x6504 019226 branch mouse_wheel_clear ,zero 
+0x6505 019227 fetch 1 ,mem_mouse_z_before 
+0x6506 019228 store 1 ,mem_mouse_z_last 
+0x6507 019229 storet 1 ,mem_mouse_z_before 
+0x6508 019230 fetch 1 ,mem_mouse_z_now 
+0x6509 019231 lshift4 pdata ,pdata 
+0x650a 019232 fetcht 1 ,mem_mouse_z_before 
+0x650b 019233 lshift2 temp ,temp 
+0x650c 019234 iadd temp ,pdata 
+0x650d 019235 fetcht 1 ,mem_mouse_z_last 
+0x650e 019236 iadd temp ,pdata 
+0x650f 019237 beq 0x38 ,mouse_wheel_forward 
+0x6510 019238 beq 0x34 ,mouse_wheel_back 
+0x6511 019239 beq 0x0b ,mouse_wheel_back 
+0x6512 019240 beq 0x07 ,mouse_wheel_forward 
+0x6513 019241 rtn 
+:      019243 mouse_wheel_clear:
+0x6514 019244 rtn 
+:      019246 mouse_wheel_forward:
+0x6515 019247 fetch 1 ,mem_mouse_z_data 
+0x6516 019248 increase 1 ,pdata 
+0x6517 019249 store 1 ,mem_mouse_z_data 
+0x6518 019250 rtn 
+:      019252 mouse_wheel_back:
+0x6519 019253 fetch 1 ,mem_mouse_z_data 
+0x651a 019254 increase -1 ,pdata 
+0x651b 019255 store 1 ,mem_mouse_z_data 
+0x651c 019256 rtn 
+:      019258 mouse_process_ble:
+0x651d 019260 rtn 
+:      019261 mouse_sleep_sensor:
+0x651e 019262 setarg 0xB805 
+0x651f 019263 branch twspi_write 
+:      019265 mouse_bb_connected:
+0x6520 019266 rtn 
+:      019268 le_mouse_bb_event_write_request:
+0x6521 019269 call app_ble_store_reconn_info 
+0x6522 019270 jam mouse_mode_state_ble ,mem_mouse_mode_state 
+0x6523 019271 call app_lpm_mult_enable 
+:      019272 le_mouse_bb_event_enc_info:
+0x6524 019273 branch app_ble_start_write 
+:      019275 le_hibernate_timer:
+0x6525 019276 fetch 2 ,mem_le_hibernate_timer 
+0x6526 019277 rtn blank 
+0x6527 019278 increase -1 ,pdata 
+0x6528 019279 store 2 ,mem_le_hibernate_timer 
+0x6529 019280 nrtn blank 
+0x652a 019281 branch app_enter_hibernate 
+:      019283 mouse_hid_connected:
+0x652b 019284 setarg hid_handshake_timeout 
+0x652c 019285 store 1 ,mem_hid_handshake_timer_count 
+0x652d 019286 rtn 
+:      019288 mouse_send_process:
+0x652e 019289 fetch 1 ,mem_app_handshake_flag 
+0x652f 019290 rtn blank 
+0x6530 019291 call l2cap_malloc_is_fifo_nearly_full 
+0x6531 019292 nrtn blank 
+0x6532 019293 call mouse_motion 
+0x6533 019294 nrtn user 
+0x6534 019295 call mouse_no_data_timer_init 
+0x6535 019296 call mouse_send_blank_packet_timer_init 
+:      019297 mouse_send_data:
+0x6536 019298 arg 8 ,rega 
+0x6537 019299 call hid_malloc_tx_buff 
+0x6538 019300 fetch 2 ,mem_hid_int_remote_cid 
+0x6539 019301 istore 2 ,contw 
+0x653a 019302 setarg 0x02a1 
+0x653b 019303 istore 2 ,contw 
+0x653c 019304 fetch 1 ,mem_mouse_key 
+0x653d 019305 istore 1 ,contw 
+0x653e 019306 fetch 2 ,mem_mouse_x 
+0x653f 019307 arg 0xfff ,temp 
+0x6540 019308 iand temp ,pdata 
+0x6541 019309 fetcht 2 ,mem_mouse_y 
+0x6542 019310 lshift4 temp ,temp 
+0x6543 019311 lshift8 temp ,temp 
+0x6544 019312 ior temp ,pdata 
+0x6545 019313 istore 3 ,contw 
+0x6546 019314 fetch 1 ,mem_mouse_z 
+0x6547 019315 istore 1 ,contw 
+0x6548 019316 setarg 0 
+0x6549 019317 istore 1 ,contw 
+0x654a 019318 jam 8 ,mem_ui_data_txbuff_length 
+0x654b 019319 rtn 
+:      019322 mouse_send_blank_packet_timer:
+0x654c 019323 set0 mark_ext_patch ,mark 
+0x654d 019324 bpatch patch18_2 ,mem_patch18 
+0x654e 019325 fetch 1 ,mem_mouse_send_blank_timer 
+0x654f 019326 rtn blank 
+0x6550 019327 increase -1 ,pdata 
+0x6551 019328 store 1 ,mem_mouse_send_blank_timer 
+0x6552 019329 nrtn blank 
+0x6553 019330 call l2cap_malloc_is_fifo_empty 
+0x6554 019331 nrtn blank 
+0x6555 019332 setarg 0 
+0x6556 019333 store 5 ,mem_mouse_x 
+0x6557 019334 call mouse_send_data 
+0x6558 019335 jam mouse_send_blank_timer ,mem_mouse_send_blank_timer 
+0x6559 019336 rtn 
+:      019337 mouse_send_blank_packet_timer_init:
+0x655a 019338 fetch 2 ,mem_mouse_blank_data_timeout 
+0x655b 019339 store 2 ,mem_mouse_blank_data_timer 
+0x655c 019340 jam mouse_send_blank_timer ,mem_mouse_send_blank_timer 
+0x655d 019341 rtn 
+:      019343 mouse_no_data_timer_init:
+0x655e 019344 fetch 2 ,mem_mouse_no_data_timeout 
+0x655f 019345 store 2 ,mem_mouse_no_data_timer 
+0x6560 019346 rtn 
+:      019349 mouse_le_notify_update_data:
+0x6561 019350 fetcht 2 ,mem_le_notify_handle 
+0x6562 019351 call le_att_get_handle_ptr 
+0x6563 019352 ifetch 1 ,contr 
+0x6564 019353 store 1 ,mem_le_notify_len 
+0x6565 019354 rtn 
+:      019357 mouse_fill_data_le:
+0x6566 019358 set0 mark_ext_patch ,mark 
+0x6567 019359 bpatch patch18_3 ,mem_patch18 
+0x6568 019360 fetcht 2 ,mem_le_notify_handle 
+0x6569 019361 call le_att_get_handle_ptr 
+0x656a 019362 add contr ,1 ,contw 
+:      019363 mouse_fill_data:
+0x656b 019364 fetch 1 ,mem_mouse_key 
+0x656c 019365 istore 1 ,contw 
+0x656d 019366 fetch 2 ,mem_mouse_x 
+0x656e 019367 arg 0xfff ,temp 
+0x656f 019368 iand temp ,pdata 
+0x6570 019369 fetcht 2 ,mem_mouse_y 
+0x6571 019370 lshift4 temp ,temp 
+0x6572 019371 lshift8 temp ,temp 
+0x6573 019372 ior temp ,pdata 
+0x6574 019373 istore 3 ,contw 
+0x6575 019374 fetch 1 ,mem_mouse_z 
+0x6576 019375 istore 1 ,contw 
+0x6577 019376 rtn 
+:      019378 mouse_motion:
+0x6578 019379 set0 mark_ext_patch ,mark 
+0x6579 019380 bpatch patch18_4 ,mem_patch18 
+0x657a 019381 disable user 
+0x657b 019382 setarg 0 
+0x657c 019383 store 5 ,mem_mouse_x 
+0x657d 019384 call p3204_motion 
+0x657e 019385 call p3204_sdio_low 
+0x657f 019386 call mouse_zwheel 
+0x6580 019387 branch mouse_key 
+:      019389 p3204_motion:
+0x6581 019390 fetch 1 ,mem_sensor_type 
+0x6582 019391 rtnne sensor_type_p3204 
+0x6583 019392 fetch 1 ,mem_mouse_move_flag 
+0x6584 019393 call p3204_clear_data ,blank 
+0x6585 019394 jam 1 ,mem_mouse_move_flag 
+0x6586 019395 disable user 
+0x6587 019396 fetcht 1 ,mem_sensor_data_gpio 
+0x6588 019397 call gpio_get_bit 
+0x6589 019398 nrtn true 
+0x658a 019399 setarg 0 
+0x658b 019400 call twspi_read 
+0x658c 019401 bne p3204_id ,twspi_reset 
+0x658d 019402 setarg 2 
+0x658e 019403 call twspi_read 
+0x658f 019404 rtnbit0 7 
+0x6590 019405 setarg 3 
+0x6591 019406 call twspi_read 
+0x6592 019407 call extsign 
+0x6593 019408 store 2 ,mem_mouse_x 
+0x6594 019409 setarg 4 
+0x6595 019410 call twspi_read 
+0x6596 019411 call extsign 
+0x6597 019412 sub pdata ,0 ,pdata 
+0x6598 019413 store 2 ,mem_mouse_y 
+0x6599 019414 fetch 4 ,mem_mouse_x 
+0x659a 019415 enable user 
+0x659b 019416 rtn 
+:      019417 mouse_zwheel:
+0x659c 019418 fetch 1 ,mem_mouse_z_data 
+0x659d 019419 rtn blank 
+0x659e 019420 store 1 ,mem_mouse_z 
+0x659f 019421 jam 0 ,mem_mouse_z_data 
+0x65a0 019422 enable user 
+0x65a1 019423 rtn 
+:      019424 mouse_key:
+0x65a2 019425 arg 0 ,rega 
+0x65a3 019426 fetcht 1 ,mem_lbutton_gpio 
+0x65a4 019427 call gpio_get_bit 
+0x65a5 019428 setflag true ,0 ,rega 
+0x65a6 019429 fetcht 1 ,mem_rbutton_gpio 
+0x65a7 019430 call gpio_get_bit 
+0x65a8 019431 setflag true ,1 ,rega 
+0x65a9 019432 fetcht 1 ,mem_mbutton_gpio 
+0x65aa 019433 call gpio_get_bit 
+0x65ab 019434 setflag true ,2 ,rega 
+0x65ac 019435 deposit rega 
+0x65ad 019436 fetcht 1 ,mem_mouse_key 
+0x65ae 019437 store 1 ,mem_mouse_key 
+0x65af 019438 ixor temp ,pdata 
+0x65b0 019439 sub pdata ,0 ,null 
+0x65b1 019440 rtn zero 
+0x65b2 019441 enable user 
+0x65b3 019442 rtn 
+:      019447 p3204_sdio_low:
+0x65b4 019448 arg 26 ,temp 
+0x65b5 019449 call gpio_get_bit 
+0x65b6 019450 rtn true 
+0x65b7 019451 setarg 0 
+0x65b8 019452 call twspi_read 
+0x65b9 019453 branch p3204_sdio_low 
+:      019455 p3204_clear_data:
+0x65ba 019456 arg 0 ,loopcnt 
+:      019457 p3204_clear_data_loop:
+0x65bb 019458 setarg 2 
+0x65bc 019459 call twspi_read 
+0x65bd 019460 nop 100 
+0x65be 019461 increase 1 ,loopcnt 
+0x65bf 019462 fetcht 1 ,mem_sensor_data_gpio 
+0x65c0 019463 call gpio_get_bit 
+0x65c1 019464 branch p3204_clear_data_loop ,true 
+0x65c2 019465 deposit loopcnt 
+0x65c3 019466 store 2 ,mem_init_cnt 
+0x65c4 019467 rtn 
+:      019468 mouse_init_sunt:
+0x65c5 019469 call spid_init 
+0x65c6 019470 rtn wake 
+:      019472 mouse_init_p3204:
+0x65c7 019473 setarg 0 
+0x65c8 019474 call twspi_read 
+0x65c9 019475 store 1 ,mem_sensor_id 
+0x65ca 019476 beq p3204_id ,mouse_init_p3204_cont 
+0x65cb 019477 call twspi_reset 
+0x65cc 019478 nop 10000 
+0x65cd 019479 branch mouse_init_p3204 
+:      019480 mouse_init_p3204_cont:
+0x65ce 019481 setarg 0x8006 
+0x65cf 019482 call twspi_write 
+0x65d0 019483 nop 1000 
+0x65d1 019484 jam sensor_type_p3204 ,mem_sensor_type 
+0x65d2 019485 rtn 
+:      019489 extsign:
+0x65d3 019490 rtnbit0 7 
+0x65d4 019491 arg 0xff00 ,temp 
+0x65d5 019492 ior temp ,pdata 
+0x65d6 019493 rtn 
+:      019497 le_mouse:
+0x65d7 019498 call le_xtype_fifo_is_near_full 
+0x65d8 019499 nrtn blank 
+0x65d9 019500 fetcht 2 ,mem_le_notify_handle 
+0x65da 019501 call le_att_check_notification_enable 
+0x65db 019502 rtnbit0 0 
+0x65dc 019503 fetch 1 ,mem_le_switch_send_data 
+0x65dd 019504 rtnbit0 0 
+0x65de 019505 call mouse_motion 
+0x65df 019507 nrtn user 
+0x65e0 019508 call mouse_no_data_timer_init 
+0x65e1 019510 jam attop_handle_value_notification ,mem_fifo_temp 
+0x65e2 019511 call le_xtype_fifo_in 
+0x65e3 019512 branch mouse_fill_data_le 
+:      019514 mouse_test:
+0x65e4 019515 rtn user 
+0x65e5 019516 fetch 1 ,mem_mouse_test_cnt 
+0x65e6 019517 increase 1 ,pdata 
+0x65e7 019518 store 1 ,mem_mouse_test_cnt 
+0x65e8 019519 arg 1 ,temp 
+0x65e9 019520 bbit0 7 ,mouse_test_pos 
+0x65ea 019521 arg 0xffff ,temp 
+:      019522 mouse_test_pos:
+0x65eb 019523 storet 5 ,mem_mouse_x 
+0x65ec 019524 enable user 
+0x65ed 019525 rtn 
+:      019527 mouse_check_mode_state:
+0x65ee 019528 disable user 
+0x65ef 019529 fetch 1 ,mem_mouse_mode_state 
+0x65f0 019530 rtneq mouse_mode_state_ble 
+0x65f1 019531 enable user 
+0x65f2 019532 rtn 
+:      019534 mouse_priority_bb_event:
+0x65f3 019535 copy regc ,pdata 
+0x65f4 019536 beq bt_evt_le_connected ,le_mouse_bb_event_connected 
+0x65f5 019537 beq bt_evt_bb_connected ,mouse_stop_discovery 
+0x65f6 019538 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
+0x65f7 019539 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
+0x65f8 019540 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
+0x65f9 019541 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x65fa 019542 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
+0x65fb 019543 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
+0x65fc 019544 beq bt_evt_le_write_request ,le_mouse_bb_event_write_request 
+0x65fd 019545 beq bt_evt_le_enc_info ,le_mouse_bb_event_enc_info 
+0x65fe 019546 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
+0x65ff 019547 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_failed 
+0x6600 019548 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
+0x6601 019549 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x6602 019550 and pdata ,0x0f ,temp 
+0x6603 019551 and_into bt_evt_timer_mask ,pdata 
+0x6604 019552 beq bt_evt_timer_init ,mouse_bb_event_timer 
+0x6605 019553 rtn 
+:      019555 le_mouse_bb_event_connected:
+0x6606 019556 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x6607 019557 set0 app_disc_by_button ,pdata 
+0x6608 019558 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x6609 019559 setarg 0 
+0x660a 019560 store 2 ,mem_mouse_direct_timer 
+0x660b 019561 fetch 1 ,mem_conn_cnt 
+0x660c 019562 increase 1 ,pdata 
+0x660d 019563 store 1 ,mem_conn_cnt 
+0x660e 019564 branch mouse_stop_discovery 
+:      019566 mouse_bb_event_pincode:
+0x660f 019567 call pincode_reinit 
+0x6610 019568 branch app_bt_set_pincode 
+:      019570 mouse_bb_event_reconn_failed:
+0x6611 019571 fetch 2 ,mem_ui_state_map 
+0x6612 019572 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x6613 019573 branch app_bb_hibernate 
+:      019576 mouse_bt_hid_connected:
+0x6614 019577 call mouse_hid_connected 
+0x6615 019578 rtn 
+:      019579 mouse_bt_event_setup_complete:
+0x6616 019580 rtn 
+:      019582 mouse_bb_disconnected:
+0x6617 019583 set0 mark_ext_patch ,mark 
+0x6618 019584 bpatch patch18_5 ,mem_patch18 
+0x6619 019585 call mouse_bb_discon_clear_stack 
+0x661a 019586 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x661b 019587 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x661c 019588 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x661d 019589 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
+0x661e 019590 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
+0x661f 019591 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x6620 019592 branch mouse_start_discovery 
+:      019593 mouse_bb_discon_clear_stack:
+0x6621 019594 setarg 0 
+0x6622 019595 store 4 ,mem_mouse_z_last 
+0x6623 019596 jam 0 ,mem_mouse_send_blank_timer 
+0x6624 019597 jam 0 ,mem_mouse_move_flag 
+0x6625 019598 jam app_handshake_null ,mem_app_handshake_flag 
+0x6626 019599 jam 0 ,mem_ltk_exists 
+0x6627 019600 jam 0 ,mem_mouse_mode_state 
+0x6628 019601 jam 0 ,mem_reconnect_timeout 
+0x6629 019602 rtn 
+:      019604 mouse_event_light_state_pairing:
+0x662a 019605 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
+0x662b 019606 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x662c 019607 branch mouse_start_discovery 
+:      019608 mouse_event_light_state_hibernate:
+0x662d 019609 fetch 2 ,mem_ui_state_map 
+0x662e 019610 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x662f 019611 branch app_bb_hibernate 
+:      019613 mouse4_0_event_bb_disconn:
+0x6630 019614 call le_clean_att_list_handle_enable 
+0x6631 019615 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x6632 019616 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x6633 019617 branch app_bb_hibernate 
+:      019619 mouse_bb_event_timer:
+0x6634 019620 set0 mark_ext_patch ,mark 
+0x6635 019621 bpatch patch18_6 ,mem_patch18 
+0x6636 019622 storet 1 ,mem_app_evt_timer_count 
+:      019623 mouse_bb_event_100ms_loop:
+0x6637 019624 fetch 1 ,mem_app_evt_timer_count 
+0x6638 019625 rtn blank 
+0x6639 019626 increase -1 ,pdata 
+0x663a 019627 store 1 ,mem_app_evt_timer_count 
+0x663b 019630 call mouse_check_hid_handshake_timer 
+0x663c 019631 call mouse_check_discovery_timeout_timer 
+0x663d 019632 call mouse_check_direct_timeout_timer 
+0x663e 019633 call mouse_check_no_data_timeout_timer 
+0x663f 019635 fetch 1 ,mem_mouse_mode_state 
+0x6640 019636 compare mouse_mode_state_ble ,pdata ,0xff 
+0x6641 019637 call mouse4_0_bb_event_100ms ,true 
+0x6642 019638 fetch 1 ,mem_mouse_mode_state 
+0x6643 019639 compare mouse_mode_state_bt ,pdata ,0xff 
+0x6644 019640 call mouse3_0_bb_event_100ms ,true 
+0x6645 019641 branch mouse_bb_event_100ms_loop 
+:      019643 mouse3_0_bb_event_100ms:
+0x6646 019645 call mouse_check_blank_data_timeout_timer 
+0x6647 019646 branch mouse_send_blank_packet_timer 
+:      019648 mouse4_0_bb_event_100ms:
+0x6648 019650 rtn 
+:      019652 mouse_check_hid_handshake_timer:
+0x6649 019653 fetch 1 ,mem_hid_handshake_timer_count 
+0x664a 019654 rtn blank 
+0x664b 019655 increase -1 ,pdata 
+0x664c 019656 store 1 ,mem_hid_handshake_timer_count 
+0x664d 019657 nrtn blank 
+0x664e 019658 branch mouse_bt_hid_handshake 
+:      019660 mouse_check_discovery_timeout_timer:
+0x664f 019661 fetch 2 ,mem_mouse_discovery_timer 
+0x6650 019662 rtn blank 
+0x6651 019663 increase -1 ,pdata 
+0x6652 019664 store 2 ,mem_mouse_discovery_timer 
+0x6653 019665 nrtn blank 
+0x6654 019666 call mouse_stop_discovery 
+0x6655 019667 branch app_enter_hibernate 
+:      019669 mouse_check_direct_timeout_timer:
+0x6656 019670 fetch 2 ,mem_mouse_direct_timer 
+0x6657 019671 rtn blank 
+0x6658 019672 increase -1 ,pdata 
+0x6659 019673 store 2 ,mem_mouse_direct_timer 
+0x665a 019674 nrtn blank 
+0x665b 019675 call app_ble_stop_direct_adv 
+0x665c 019676 branch app_enter_hibernate 
+:      019678 mouse_check_blank_data_timeout_timer:
+0x665d 019679 fetch 2 ,mem_mouse_blank_data_timer 
+0x665e 019680 rtn blank 
+0x665f 019681 increase -1 ,pdata 
+0x6660 019682 store 2 ,mem_mouse_blank_data_timer 
+0x6661 019683 nrtn blank 
+0x6662 019684 jam 0 ,mem_mouse_send_blank_timer 
+0x6663 019685 rtn 
+:      019687 mouse_check_no_data_timeout_timer:
+0x6664 019688 fetch 2 ,mem_mouse_no_data_timer 
+0x6665 019689 rtn blank 
+0x6666 019690 increase -1 ,pdata 
+0x6667 019691 store 2 ,mem_mouse_no_data_timer 
+0x6668 019692 nrtn blank 
+0x6669 019693 branch mouse_disconnect 
+:      019695 mouse_bb_event_discovery_btn:
+0x666a 019696 set0 mark_ext_patch ,mark 
+0x666b 019697 bpatch patch18_7 ,mem_patch18 
+0x666c 019698 jam 0 ,mem_mouse_send_blank_timer 
+0x666d 019699 jam 1 ,mem_reconnect_timeout 
+0x666e 019700 setarg 0 
+0x666f 019701 store 2 ,mem_mouse_direct_timer 
+0x6670 019702 call mouse_disconnect 
+0x6671 019703 fetch 1 ,mem_device_option 
+0x6672 019704 isolate1 mode_4_mouse ,pdata 
+0x6673 019705 call mouse4_0_bb_event_discovery_btn ,true 
+0x6674 019706 fetch 1 ,mem_device_option 
+0x6675 019707 isolate1 mode_3_mouse ,pdata 
+0x6676 019708 call mouse3_0_bb_event_discovery_btn ,true 
+0x6677 019709 call app_lpm_mult_disable 
+0x6678 019710 branch mouse_start_discovery 
+:      019714 mouse3_0_check_reconn_target:
+0x6679 019715 fetch 6 ,mem_hci_plap 
+0x667a 019716 branch app_bt_start_discovery_short ,blank 
+0x667b 019717 branch app_bt_start_reconnect 
+:      019719 mouse4_0_check_reconn_target:
+0x667c 019720 fetch 6 ,mem_hci_plap 
+0x667d 019721 branch mouse4_0_no_reconn_target ,blank 
+0x667e 019722 fetch 2 ,mem_mouse_direct_timeout 
+0x667f 019723 store 2 ,mem_mouse_direct_timer 
+0x6680 019724 call app_lpm_mult_enable 
+0x6681 019725 branch app_ble_start_direct_adv 
+:      019726 mouse4_0_no_reconn_target:
+0x6682 019727 call app_led_start_blink 
+0x6683 019728 branch app_ble_start_adv 
+:      019730 mouse3_0_bb_event_discovery_btn:
+0x6684 019731 fetch 2 ,mem_ui_state_map 
+0x6685 019732 isolate1 ui_state_bt_reconnect ,pdata 
+0x6686 019733 call app_bt_reconnect_cancel ,true 
+0x6687 019734 rtn 
+:      019735 mouse4_0_bb_event_discovery_btn:
+0x6688 019736 call le_clean_att_list_handle_enable 
+0x6689 019737 rtn 
+:      019739 mouse_bt_hid_handshake:
+0x668a 019740 jam app_handshake_done ,mem_app_handshake_flag 
+0x668b 019741 call app_lpm_mult_enable 
+0x668c 019742 call app_bt_store_reconn_info 
+0x668d 019743 jam mouse_mode_state_bt ,mem_mouse_mode_state 
+0x668e 019744 setarg 0 
+0x668f 019745 store 2 ,mem_discovery_timeout_timer_count 
+0x6690 019746 store 1 ,mem_hid_handshake_timer_count 
+0x6691 019747 call app_bt_enter_sniff 
+0x6692 019748 branch mouse_send_blank_packet_timer_init 
+:      019750 mouse_check_reconn_target:
+0x6693 019751 fetch 1 ,mem_xrecord_mode 
+0x6694 019752 beq rec_3_mode ,mouse3_0_check_reconn_target 
+0x6695 019753 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x6696 019754 branch mouse_start_discovery 
+:      019756 mouse_start_discovery:
+0x6697 019757 set0 mark_ext_patch ,mark 
+0x6698 019758 bpatch patch19_0 ,mem_patch19 
+0x6699 019759 fetch 1 ,mem_le_lap 
+0x669a 019760 increase 1 ,pdata 
+0x669b 019761 store 1 ,mem_le_lap 
+0x669c 019762 call app_lpm_mult_disable 
+0x669d 019763 fetch 2 ,mem_discovery_timeout 
+0x669e 019764 store 2 ,mem_mouse_discovery_timer 
+0x669f 019765 fetch 1 ,mem_device_option 
+0x66a0 019766 isolate1 mode_4_mouse ,pdata 
+0x66a1 019767 call app_ble_start_adv ,true 
+0x66a2 019768 fetch 1 ,mem_device_option 
+0x66a3 019769 isolate1 mode_3_mouse ,pdata 
+0x66a4 019770 call app_bt_start_discovery ,true 
+0x66a5 019771 branch app_led_start_blink 
+:      019773 mouse_stop_discovery:
+0x66a6 019774 set0 mark_ext_patch ,mark 
+0x66a7 019775 bpatch patch19_1 ,mem_patch19 
+0x66a8 019776 setarg 0 
+0x66a9 019777 store 2 ,mem_mouse_discovery_timer 
+0x66aa 019778 fetch 1 ,mem_device_option 
+0x66ab 019779 isolate1 mode_4_mouse ,pdata 
+0x66ac 019780 call app_ble_stop_adv ,true 
+0x66ad 019781 fetch 1 ,mem_device_option 
+0x66ae 019782 isolate1 mode_3_mouse ,pdata 
+0x66af 019783 call app_bt_stop_discovery ,true 
+0x66b0 019784 branch app_led_stop_blink 
+:      019786 mouse_disconnect:
+0x66b1 019787 set0 mark_ext_patch ,mark 
+0x66b2 019788 bpatch patch19_2 ,mem_patch19 
+0x66b3 019789 setarg 0 
+0x66b4 019790 store 2 ,mem_mouse_no_data_timer 
+0x66b5 019791 fetch 2 ,mem_ui_state_map 
+0x66b6 019792 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x66b7 019793 fetch 2 ,mem_ui_state_map 
+0x66b8 019794 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x66b9 019795 rtn 
+:      019797 eeprom_store_mouse_dpi:
+0x66ba 019798 set0 mark_ext_patch ,mark 
+0x66bb 019799 bpatch patch19_3 ,mem_patch19 
+0x66bc 019800 arg 1 ,temp 
+0x66bd 019801 arg mem_mouse_dpi ,rega 
+0x66be 019802 arg mouse_dpi_eeprom_addr ,regb 
+0x66bf 019803 branch iicd_write_eep_data 
+:      019805 eeprom_load_mouse_dpi:
+0x66c0 019806 set0 mark_ext_patch ,mark 
+0x66c1 019807 bpatch patch19_4 ,mem_patch19 
+0x66c2 019808 arg 1 ,temp 
+0x66c3 019809 arg mem_mouse_dpi ,rega 
+0x66c4 019810 arg mouse_dpi_eeprom_addr ,regb 
+0x66c5 019811 branch iicd_read_eep_data 
+:      019819 twspi_reset:
+0x66c6 019820 set0 mark_ext_patch ,mark 
+0x66c7 019821 bpatch patch1f_6 ,mem_patch1f 
+0x66c8 019822 hfetch 1 ,core_gpio_oe3 
+0x66c9 019823 arg 0x06 ,temp 
+0x66ca 019824 ior temp ,pdata 
+0x66cb 019825 hstore 1 ,core_gpio_oe3 
+0x66cc 019826 hfetch 1 ,core_gpio_out3 
+0x66cd 019827 ior temp ,pdata 
+0x66ce 019828 hstore 1 ,core_gpio_out3 
+0x66cf 019829 hjam 0 ,core_gpio_sel1 
+0x66d0 019830 hfetch 1 ,core_gpio_out3 
+0x66d1 019831 set0 1 ,pdata 
+0x66d2 019832 set0 2 ,pdata 
+0x66d3 019833 hstore 1 ,core_gpio_out3 
+0x66d4 019834 nop 30 
+0x66d5 019835 hjam 1 ,core_gpio_sel1 
+0x66d6 019836 rtn 
+:      019837 twspi_write:
+0x66d7 019838 branch spid_write_reg 
+:      019840 twspi_read:
+0x66d8 019841 branch spid_read_reg 
+:      019848 read_function_aes:
+0x66d9 019849 nbranch read_function ,user 
+0x66da 019850 hfetch 1 ,core_gpio_key2 
+0x66db 019851 or_into 0x20 ,pdata 
+0x66dc 019852 hstore 1 ,core_gpio_key2 
+:      019853 read_function:
+0x66dd 019854 copy temp ,null 
+0x66de 019855 branch read_fuction_zero ,zero 
+0x66df 019856 copy regc ,pc 
+:      019857 read_fuction_zero:
+0x66e0 019858 isolate0 0 ,null 
+0x66e1 019859 branch set_ucode_status 
+:      019862 get_block_header:
+0x66e2 019863 force 4 ,temp 
+:      019864 get_block_header0:
+0x66e3 019865 arg mem_ucode_buf ,rega 
+0x66e4 019866 hfetch 1 ,core_gpio_key2 
+0x66e5 019867 and_into 0xdf ,pdata 
+0x66e6 019868 hstore 1 ,core_gpio_key2 
+0x66e7 019869 call read_function 
+0x66e8 019870 arg 0x55aa ,rega 
+0x66e9 019871 fetch 2 ,mem_ucode_buf 
+0x66ea 019872 ifetcht 2 ,contr 
+0x66eb 019873 isub rega ,null 
+0x66ec 019874 rtn 
+:      019876 read_first_block:
+0x66ed 019877 arg 2 ,temp 
+0x66ee 019878 arg mem_ucode_ptr ,rega 
+0x66ef 019879 call read_function 
+0x66f0 019880 fetch 2 ,mem_ucode_ptr 
+0x66f1 019881 store 2 ,mem_addr_mi 
+0x66f2 019882 call get_iv ,user 
+0x66f3 019883 rtn 
+:      019885 get_iv:
+0x66f4 019886 arg 16 ,temp 
+0x66f5 019887 arg mem_ucode_keybuf ,rega 
+0x66f6 019888 hfetch 1 ,core_gpio_key2 
+0x66f7 019889 and_into 0xdf ,pdata 
+0x66f8 019890 hstore 1 ,core_gpio_key2 
+0x66f9 019891 call read_function 
+0x66fa 019892 arg mem_ucode_keybuf ,contr 
+0x66fb 019893 arg 16 ,loopcnt 
+0x66fc 019894 call aes_load_data 
+0x66fd 019895 call aes_init 
+0x66fe 019896 call aes_clear_data 
+0x66ff 019897 branch do_aes_cbc 
+:      019899 load_storage:
+0x6700 019900 disable match 
+0x6701 019901 call get_block_header 
+0x6702 019902 nrtn zero 
+0x6703 019903 enable match 
+0x6704 019904 hjam 0x80 ,core_ucode_ctrl 
+0x6705 019905 hjam 0 ,core_ucode_hi 
+0x6706 019906 hjam 0 ,core_ucode_low 
+0x6707 019907 arg core_ucode_data ,rega 
+0x6708 019908 call read_function_aes 
+0x6709 019909 hjam 0x0 ,core_ucode_ctrl 
+0x670a 019910 call get_block_header 
+0x670b 019911 nrtn zero 
+0x670c 019912 force 0 ,pdata 
+0x670d 019913 hstore 2 ,core_docd_paddr 
+0x670e 019914 arg core_docd_pdata ,rega 
+0x670f 019915 call read_function_aes 
+:      019916 load_storage_loop:
+0x6710 019917 arg 6 ,temp 
+0x6711 019918 call get_block_header0 
+0x6712 019919 nrtn zero 
+0x6713 019920 ifetch 2 ,contr 
+0x6714 019921 iforce rega 
+0x6715 019922 call read_function 
+0x6716 019923 branch load_storage_loop 
+:      019929 reload_eeprom:
+0x6717 019930 call clean_mem 
+0x6718 019931 setarg 0x1000 
+0x6719 019932 store 2 ,mem_addr_mi 
+0x671a 019933 arg iicd_read_eep ,regc 
+0x671b 019934 arg 2 ,loopcnt 
+:      019935 reload_eeprom_loop:
+0x671c 019936 call get_block_header 
+0x671d 019937 nrtn zero 
+0x671e 019938 fetch 2 ,mem_addr_mi 
+0x671f 019939 byteswap pdata ,pdata 
+0x6720 019940 iadd temp ,pdata 
+0x6721 019941 byteswap pdata ,pdata 
+0x6722 019942 store 2 ,mem_addr_mi 
+0x6723 019943 loop reload_eeprom_loop 
+0x6724 019944 branch load_storage_loop 
+:      019946 loadcode:
+0x6725 019947 hjam 0x25 ,core_clkoff 
+0x6726 019948 hjam 5 ,core_docd_ctrl 
+0x6727 019949 call clean_mem 
+:      019950 loadcode_lpm:
+0x6728 019951 disable user 
+0x6729 019952 call otp_enable_chgpump 
+0x672a 019953 setarg otp_ucode_flag 
+0x672b 019954 arg mem_otp_ucode_flag ,rega 
+0x672c 019955 arg 2 ,temp 
+0x672d 019956 call otpd_read_data 
+0x672e 019957 fetch 2 ,mem_otp_ucode_flag 
+0x672f 019958 bbit0 otp_uflag_aes ,loadcode_otp 
+0x6730 019959 setarg otp_ucode_aeskey 
+0x6731 019960 arg mem_ucode_keybuf ,rega 
+0x6732 019961 arg 16 ,temp 
+0x6733 019962 call otpd_read_data 
+0x6734 019963 hjam lock_otp ,core_misc_ctrl 
+0x6735 019964 arg mem_ucode_keybuf ,contr 
+0x6736 019965 call load_key 
+0x6737 019966 enable user 
+:      019967 loadcode_otp:
+0x6738 019968 fetch 2 ,mem_otp_ucode_flag 
+0x6739 019969 byteswap pdata ,pdata 
+0x673a 019970 arg 0x7ff ,temp 
+0x673b 019971 iand temp ,pdata 
+0x673c 019972 branch loadcode_spi ,zero 
+0x673d 019973 call otp_set_addr 
+0x673e 019974 arg otpd_read_code ,regc 
+0x673f 019975 call get_iv ,user 
+0x6740 019976 call load_storage 
+0x6741 019977 fetch 1 ,mem_ucode_status 
+0x6742 019978 compare 3 ,pdata ,3 
+0x6743 019979 nbranch loadcode_otp ,true 
+:      019980 loadcode_spi:
+0x6744 019981 call otp_disable_chgpump 
+0x6745 019982 fetch 1 ,mem_otp_ucode_flag 
+0x6746 019983 bbit1 otp_uflag_skip_flash ,loadcode_iic 
+0x6747 019984 setarg 0x0 
+0x6748 019985 store 3 ,mem_addr_hi 
+0x6749 019986 call spid_init_flash 
+0x674a 019987 arg spid_read_flash ,regc 
+0x674b 019988 call read_first_block 
+0x674c 019989 call load_storage 
+0x674d 019990 nbranch loadcode_iic ,match 
+0x674e 019991 fetch 1 ,mem_ucode_status 
+0x674f 019992 compare 3 ,pdata ,3 
+0x6750 019993 nbranch loadcode_spi ,true 
+:      019994 loadcode_iic:
+0x6751 019995 fetch 1 ,mem_otp_ucode_flag 
+0x6752 019996 bbit1 otp_uflag_skip_eep ,loadcode_hci 
+0x6753 019997 setarg 0x0 
+0x6754 019998 store 2 ,mem_addr_mi 
+0x6755 019999 arg iicd_read_eep ,regc 
+0x6756 020000 call iicd_init_12m 
+0x6757 020001 call read_first_block 
+0x6758 020002 call load_storage 
+0x6759 020003 nbranch loadcode_hci ,match 
+0x675a 020004 fetch 1 ,mem_ucode_status 
+0x675b 020005 compare 3 ,pdata ,3 
+0x675c 020006 nbranch loadcode_iic ,true 
+:      020007 loadcode_hci:
+0x675d 020008 hjam 0x21 ,core_clkoff 
+0x675e 020009 fetch 1 ,mem_otp_ucode_flag 
+0x675f 020010 rtnbit0 otp_uflag_hci 
+0x6760 020011 call hci_init 
+:      020012 loadcode_hci_loop:
+0x6761 020013 call hci_rx_packet 
+0x6762 020014 branch loadcode_hci_loop 
+:      020017 set_ucode_status:
+0x6763 020018 fetch 1 ,mem_ucode_status 
+0x6764 020019 lshift pdata ,pdata 
+0x6765 020020 setflag true ,0 ,pdata 
+0x6766 020021 isolate0 15 ,rega 
+0x6767 020022 rtn true 
+0x6768 020023 store 1 ,mem_ucode_status 
+0x6769 020024 rtn 
+:      020027 decrypt_code:
+0x676a 020028 hfetch 1 ,core_gpio_key2 
+0x676b 020029 rtnbit0 5 
+0x676c 020030 branch decrypt_code_skip 
+:      020031 decrypt_code_loop:
+0x676d 020032 hfetch 1 ,core_dma_status 
+0x676e 020033 qisolate1 pdata 
+0x676f 020034 rtn true 
+:      020035 decrypt_code_skip:
+0x6770 020036 hfetch 1 ,core_misc_status 
+0x6771 020037 bbit0 1 ,decrypt_code_loop 
+0x6772 020038 call do_aes_cbc 
+0x6773 020039 branch decrypt_code_loop 
+:      020043 save_ucode:
+0x6774 020044 copy loopcnt ,temp 
+0x6775 020045 storet 2 ,mem_patch_len 
+0x6776 020046 hjam 0x80 ,core_ucode_ctrl 
+0x6777 020047 hjam 0 ,core_ucode_hi 
+0x6778 020048 hjam 0 ,core_ucode_low 
+0x6779 020049 store 2 ,mem_patch_ptr 
+0x677a 020050 iforce contw 
+0x677b 020051 lshift2 loopcnt ,loopcnt 
+:      020052 save_ucode_loop:
+0x677c 020053 hfetch 1 ,core_ucode_data 
+0x677d 020054 istore 1 ,contw 
+0x677e 020055 loop save_ucode_loop 
+0x677f 020056 hjam 0x0 ,core_ucode_ctrl 
+0x6780 020057 rtn 
+:      020059 load_ucode:
+0x6781 020060 fetch 2 ,mem_patch_ptr 
+0x6782 020061 rtn blank 
+0x6783 020062 hjam 0x80 ,core_ucode_ctrl 
+0x6784 020063 hjam 0 ,core_ucode_hi 
+0x6785 020064 hjam 0 ,core_ucode_low 
+0x6786 020065 fetcht 2 ,mem_patch_len 
+0x6787 020066 lshift2 temp ,loopcnt 
+0x6788 020067 iforce contr 
+:      020068 load_ucode_loop:
+0x6789 020069 ifetch 1 ,contr 
+0x678a 020070 hstore 1 ,core_ucode_data 
+0x678b 020071 loop load_ucode_loop 
+0x678c 020072 hjam 0x0 ,core_ucode_ctrl 
+0x678d 020073 rtn 
+:      020078 spid_init:
+0x678e 020079 set0 mark_ext_patch ,mark 
+0x678f 020080 bpatch patch1f_7 ,mem_patch1f 
+0x6790 020081 hjam 0x75 ,core_spid_ctrl 
+0x6791 020082 hjam 10 ,core_spid_delay 
+0x6792 020083 setarg mem_spid_tbuf 
+0x6793 020084 hstore 2 ,core_spid_txaddr 
+0x6794 020085 setarg mem_spid_rbuf 
+0x6795 020086 hstore 2 ,core_spid_rxaddr 
+0x6796 020087 hfetch 1 ,core_gpio_sel1 
+0x6797 020088 set1 0 ,pdata 
+0x6798 020089 set0 1 ,pdata 
+0x6799 020090 hstore 1 ,core_gpio_sel1 
+0x679a 020091 rtn 
+:      020093 spid_reset:
+0x679b 020094 hfetch 1 ,core_spid_ctrl 
+0x679c 020095 set1 7 ,pdata 
+0x679d 020096 hstore 1 ,core_spid_ctrl 
+0x679e 020097 set0 7 ,pdata 
+0x679f 020098 hstore 1 ,core_spid_ctrl 
+0x67a0 020099 rtn 
+:      020103 spid_write_reg:
+0x67a1 020104 set1 7 ,pdata 
+0x67a2 020105 store 2 ,mem_spid_tbuf 
+0x67a3 020106 set1 mark_ext_patch ,mark 
+0x67a4 020107 bpatch patch20_0 ,mem_patch20 
+0x67a5 020108 hjam 2 ,core_spid_txlen 
+0x67a6 020109 hjam 0 ,core_spid_rxlen 
+0x67a7 020110 hjam spid_start ,core_misc_ctrl 
+0x67a8 020111 branch wait_spid_done 
+:      020114 spid_read_reg:
+0x67a9 020115 force 1 ,temp 
+:      020117 spid_read_regs:
+0x67aa 020119 store 1 ,mem_spid_tbuf 
+0x67ab 020120 set1 mark_ext_patch ,mark 
+0x67ac 020121 bpatch patch20_1 ,mem_patch20 
+0x67ad 020122 hjam 1 ,core_spid_txlen 
+0x67ae 020123 hstoret 2 ,core_spid_rxlen 
+0x67af 020124 hjam spid_start ,core_misc_ctrl 
+0x67b0 020125 call wait_spid_done 
+0x67b1 020126 fetch 1 ,mem_spid_rbuf 
+0x67b2 020127 rtn 
+:      020129 wait_spid_done:
+0x67b3 020130 fetch 2 ,mem_afh_error_total 
+0x67b4 020131 increase 1 ,pdata 
+0x67b5 020132 store 2 ,mem_afh_error_total 
+0x67b6 020133 hfetch 1 ,core_dma_status 
+0x67b7 020134 bbit0 spid_done ,wait_spid_done 
+0x67b8 020135 rtn 
+:      020137 spid_init_flash:
+0x67b9 020138 hjam 0x40 ,core_spid_ctrl 
+0x67ba 020139 hjam 0x0 ,core_spid_delay 
+0x67bb 020140 hfetch 1 ,core_gpio_sel1 
+0x67bc 020141 set0 0 ,pdata 
+0x67bd 020142 set1 1 ,pdata 
+0x67be 020143 hstore 1 ,core_gpio_sel1 
+0x67bf 020144 setarg 0 
+0x67c0 020145 store 4 ,mem_spid_tbuf 
+0x67c1 020146 rtn 
+:      020148 spid_unlock_flash:
+0x67c2 020149 setarg 0 
+0x67c3 020150 hstore 2 ,core_spid_rxlen 
+0x67c4 020151 setarg 1 
+0x67c5 020152 hstore 1 ,core_spid_txlen 
+0x67c6 020153 setarg mem_spid_tbuf 
+0x67c7 020154 hstore 2 ,core_spid_txaddr 
+0x67c8 020155 jam 6 ,mem_spid_tbuf 
+0x67c9 020156 hjam spid_start ,core_misc_ctrl 
+0x67ca 020157 branch wait_spid_done 
+:      020161 spid_write_flash:
+0x67cb 020162 increase 4 ,temp 
+0x67cc 020163 hstoret 2 ,core_spid_txlen 
+0x67cd 020164 increase -4 ,rega 
+0x67ce 020165 arg 2 ,temp 
+0x67cf 020166 istoret 1 ,rega 
+0x67d0 020167 rshift16 pdata ,temp 
+0x67d1 020168 istoret 1 ,contw 
+0x67d2 020169 rshift8 pdata ,temp 
+0x67d3 020170 istoret 1 ,contw 
+0x67d4 020171 istore 1 ,contw 
+0x67d5 020172 deposit rega 
+0x67d6 020173 hstore 2 ,core_spid_txaddr 
+0x67d7 020174 setarg 0 
+0x67d8 020175 hstore 2 ,core_spid_rxlen 
+0x67d9 020176 hjam spid_start ,core_misc_ctrl 
+0x67da 020177 branch wait_spid_done 
+:      020181 spid_read_flash:
+0x67db 020182 hstoret 2 ,core_spid_rxlen 
+0x67dc 020183 setarg 4 
+0x67dd 020184 hstore 2 ,core_spid_txlen 
+0x67de 020185 jam 3 ,mem_spid_tbuf 
+0x67df 020186 setarg mem_spid_tbuf 
+0x67e0 020187 hstore 2 ,core_spid_txaddr 
+0x67e1 020188 deposit rega 
+0x67e2 020189 hstore 2 ,core_spid_rxaddr 
+0x67e3 020190 hfetch 1 ,core_spid_ctrl 
+0x67e4 020191 isolate0 15 ,rega 
+0x67e5 020192 setflag true ,6 ,pdata 
+0x67e6 020193 hstore 1 ,core_spid_ctrl 
+0x67e7 020194 hjam spid_start ,core_misc_ctrl 
+:      020195 spi_read_flash_wait:
+0x67e8 020196 hfetch 1 ,core_dma_status 
+0x67e9 020197 bbit1 7 ,spi_read_flash_wait 
+0x67ea 020198 arg spid_done ,queue 
+0x67eb 020199 call decrypt_code 
+0x67ec 020200 call wait_spid_done 
+0x67ed 020201 isolate1 spid_crcok ,pdata 
+0x67ee 020202 call set_ucode_status 
+0x67ef 020203 fetch 1 ,mem_addr_hi 
+0x67f0 020204 lshift16 pdata ,regb 
+0x67f1 020205 fetch 1 ,mem_addr_mi 
+0x67f2 020206 lshift8 pdata ,pdata 
+0x67f3 020207 ior regb ,regb 
+0x67f4 020208 fetch 1 ,mem_addr_lo 
+0x67f5 020209 ior regb ,pdata 
+0x67f6 020210 iadd temp ,pdata 
+0x67f7 020211 store 1 ,mem_addr_lo 
+0x67f8 020212 rshift8 pdata ,pdata 
+0x67f9 020213 store 1 ,mem_addr_mi 
+0x67fa 020214 rshift8 pdata ,pdata 
+0x67fb 020215 store 1 ,mem_addr_hi 
+0x67fc 020216 rtn 
+:      020220 iicd_init_5m:
+0x67fd 020221 hjam 0xa ,core_clksel 
+0x67fe 020222 hjam 2 ,core_iicd_scl_low 
+0x67ff 020223 hjam 3 ,core_iicd_scl_high 
+0x6800 020224 hjam 3 ,core_iicd_start_setup 
+0x6801 020225 hjam 3 ,core_iicd_start_hold 
+0x6802 020226 hjam 3 ,core_iicd_stop_setup 
+0x6803 020227 hjam 2 ,core_iicd_data_setup 
+0x6804 020228 rtn 
+:      020230 iicd_init_12m:
+0x6805 020231 hjam 5 ,core_iicd_scl_low 
+0x6806 020232 hjam 7 ,core_iicd_scl_high 
+0x6807 020233 hjam 7 ,core_iicd_start_setup 
+0x6808 020234 hjam 7 ,core_iicd_start_hold 
+0x6809 020235 hjam 7 ,core_iicd_stop_setup 
+0x680a 020236 hjam 5 ,core_iicd_data_setup 
+0x680b 020237 rtn 
+:      020241 wait_iicd_done:
+0x680c 020242 hfetch 1 ,core_dma_status 
+0x680d 020243 bbit0 iicd_done ,wait_iicd_done 
+0x680e 020244 rtn 
+:      020247 iicd_read_data:
+0x680f 020248 store 1 ,mem_iicd_tbuf 
+0x6810 020249 setarg mem_iicd_tbuf 
+0x6811 020250 hstore 2 ,core_iicd_txaddr 
+0x6812 020251 setarg 1 
+0x6813 020252 hstore 2 ,core_iicd_txlen 
+0x6814 020253 hstoret 2 ,core_iicd_rxlen 
+0x6815 020254 deposit rega 
+0x6816 020255 hstore 2 ,core_iicd_rxaddr 
+0x6817 020256 hjam 1 ,core_iicd_ctrl 
+0x6818 020257 hjam iicd_start ,core_misc_ctrl 
+0x6819 020258 branch wait_iicd_done 
+:      020260 byteswap_addr_mi:
+0x681a 020261 byteswap pdata ,pdata 
+0x681b 020262 store 2 ,mem_addr_mi 
+0x681c 020263 rtn 
+:      020269 iicd_read_eep_data:
+0x681d 020270 set1 mark_ext_patch ,mark 
+0x681e 020271 bpatch patch20_2 ,mem_patch20 
+0x681f 020272 fetch 2 ,mem_eeprom_base 
+0x6820 020273 iadd regb ,pdata 
+:      020276 iicd_read_eep_adr:
+0x6821 020277 byteswap pdata ,pdata 
+0x6822 020278 store 2 ,mem_addr_mi 
+:      020281 iicd_read_eep:
+0x6823 020282 set1 mark_ext_patch ,mark 
+0x6824 020283 bpatch patch20_3 ,mem_patch20 
+0x6825 020284 setarg 4 
+0x6826 020285 hstore 2 ,core_iicd_txlen 
+0x6827 020286 jam 0xa0 ,mem_iicd_tbuf 
+0x6828 020287 jam 0xa1 ,mem_iicd_tbuf + 3 
+0x6829 020288 setarg mem_iicd_tbuf 
+0x682a 020289 hstore 2 ,core_iicd_txaddr 
+0x682b 020290 hstoret 2 ,core_iicd_rxlen 
+0x682c 020291 deposit rega 
+0x682d 020292 hstore 2 ,core_iicd_rxaddr 
+0x682e 020293 setarg 2 
+0x682f 020294 isolate0 15 ,rega 
+0x6830 020295 setflag true ,0 ,pdata 
+0x6831 020296 hstore 1 ,core_iicd_ctrl 
+0x6832 020297 hjam iicd_start ,core_misc_ctrl 
+0x6833 020298 arg iicd_done ,queue 
+0x6834 020299 call decrypt_code 
+0x6835 020300 call wait_iicd_done 
+0x6836 020301 isolate1 iicd_crcok ,pdata 
+0x6837 020302 call set_ucode_status 
+0x6838 020303 fetch 2 ,mem_addr_mi 
+0x6839 020304 byteswap pdata ,pdata 
+0x683a 020305 iadd temp ,pdata 
+0x683b 020306 byteswap pdata ,pdata 
+0x683c 020307 store 2 ,mem_addr_mi 
+0x683d 020308 rtn 
+:      020314 iicd_write_eep_data:
+0x683e 020315 set1 mark_ext_patch ,mark 
+0x683f 020316 bpatch patch20_4 ,mem_patch20 
+0x6840 020317 fetch 2 ,mem_eeprom_base 
+0x6841 020318 iadd regb ,pdata 
+:      020321 iicd_write_ota_data:
+0x6842 020322 store 2 ,mem_pdatatemp 
+0x6843 020323 set1 mark_ext_patch ,mark 
+0x6844 020324 bpatch patch20_5 ,mem_patch20 
+0x6845 020325 storet 2 ,mem_temp 
+0x6846 020326 copy rega ,pdata 
+0x6847 020327 store 2 ,mem_contr 
+:      020328 iicd_write_eep_loop:
+0x6848 020329 call iicd_eep_transparency 
+0x6849 020331 fetcht 2 ,mem_regb 
+0x684a 020332 fetch 2 ,mem_contr 
+0x684b 020333 copy pdata ,rega 
+0x684c 020334 fetch 2 ,mem_pdatatemp 
+0x684d 020336 call iicd_write_eep 
+0x684e 020338 fetch 2 ,mem_regb 
+0x684f 020339 fetcht 2 ,mem_contr 
+0x6850 020340 iadd temp ,temp 
+0x6851 020341 storet 2 ,mem_contr 
+0x6852 020342 fetcht 2 ,mem_pdatatemp 
+0x6853 020343 iadd temp ,temp 
+0x6854 020344 storet 2 ,mem_pdatatemp 
+0x6855 020345 fetch 2 ,mem_temp 
+0x6856 020346 nbranch iicd_write_eep_loop ,blank 
+0x6857 020347 rtn 
+:      020355 iicd_eep_transparency:
+0x6858 020356 set1 mark_ext_patch ,mark 
+0x6859 020357 bpatch patch20_6 ,mem_patch20 
+0x685a 020358 fetch 2 ,mem_eeprom_block_size 
+0x685b 020359 increase -1 ,pdata 
+0x685c 020360 fetcht 2 ,mem_pdatatemp 
+0x685d 020361 ior temp ,pdata 
+0x685e 020362 increase 1 ,pdata 
+0x685f 020363 store 3 ,mem_regc 
+0x6860 020365 fetch 2 ,mem_temp 
+0x6861 020366 iadd temp ,pdata 
+0x6862 020368 fetcht 3 ,mem_regc 
+0x6863 020369 isub temp ,pdata 
+0x6864 020370 nbranch iicd_eep_deal_short_packet ,positive 
+0x6865 020371 store 2 ,mem_temp 
+0x6866 020372 fetch 3 ,mem_regc 
+0x6867 020373 fetcht 2 ,mem_pdatatemp 
+0x6868 020374 isub temp ,pdata 
+0x6869 020375 store 2 ,mem_regb 
+0x686a 020376 rtn 
+:      020377 iicd_eep_deal_short_packet:
+0x686b 020378 fetch 2 ,mem_temp 
+0x686c 020379 store 2 ,mem_regb 
+0x686d 020380 setarg 0 
+0x686e 020381 store 2 ,mem_temp 
+0x686f 020382 rtn 
+:      020387 iicd_write_eep:
+0x6870 020388 copy pdata ,regb 
+0x6871 020389 set1 mark_ext_patch ,mark 
+0x6872 020390 bpatch patch20_7 ,mem_patch20 
+0x6873 020391 copy regb ,pdata 
+0x6874 020392 increase 3 ,temp 
+0x6875 020393 hstoret 2 ,core_iicd_txlen 
+0x6876 020394 increase -3 ,rega 
+0x6877 020395 ifetcht 3 ,rega 
+0x6878 020396 copy temp ,regb 
+0x6879 020397 arg 0xa0 ,temp 
+0x687a 020398 istoret 1 ,rega 
+0x687b 020399 byteswap pdata ,pdata 
+0x687c 020400 istore 2 ,contw 
+0x687d 020401 deposit rega 
+0x687e 020402 hstore 2 ,core_iicd_txaddr 
+0x687f 020403 setarg 0 
+0x6880 020404 hstore 2 ,core_iicd_rxlen 
+0x6881 020405 hjam 1 ,core_iicd_ctrl 
+0x6882 020406 hjam iicd_start ,core_misc_ctrl 
+0x6883 020407 call wait_iicd_done 
+0x6884 020408 copy regb ,pdata 
+0x6885 020409 istore 3 ,rega 
+0x6886 020410 nop 10000 
+0x6887 020411 nop 10000 
+0x6888 020412 nop 10000 
+0x6889 020413 rtn 
+:      020417 otp_enable_chgpump:
+0x688a 020418 hjam 0x70 ,rfen_chgpump 
+0x688b 020419 nop param_chgpump_delay 
+0x688c 020420 rtn 
+:      020422 otp_disable_chgpump:
+0x688d 020423 hjam 0x30 ,rfen_chgpump 
+0x688e 020424 rtn 
+:      020426 otp_set_addr:
+0x688f 020427 lshift3 pdata ,pdata 
+0x6890 020428 hstore 2 ,core_otp_addr 
+0x6891 020429 hjam 0 ,core_otpd_ctrl 
+0x6892 020430 rtn 
+:      020433 otp_write:
+0x6893 020434 call otp_set_addr 
+0x6894 020435 call otp_ce 
+:      020436 otp_program:
+0x6895 020437 ifetcht 1 ,rega 
+0x6896 020438 increase 1 ,rega 
+0x6897 020439 force 0 ,queue 
+:      020440 otp_program_bit:
+0x6898 020441 qisolate0 temp 
+0x6899 020442 branch otp_skip_0 ,true 
+0x689a 020443 hfetch 1 ,core_otp_din 
+0x689b 020444 set1 6 ,pdata 
+0x689c 020445 set1 7 ,pdata 
+0x689d 020446 hstore 1 ,core_otp_din 
+0x689e 020447 hjam 0x02 ,core_otp_ctrl 
+0x689f 020448 hjam 0x82 ,core_otp_ctrl 
+0x68a0 020449 set0 7 ,pdata 
+0x68a1 020450 hstore 1 ,core_otp_din 
+0x68a2 020451 hjam 0x8a ,core_otp_ctrl 
+0x68a3 020452 nop 11 
+0x68a4 020453 hjam 0xca ,core_otp_ctrl 
+0x68a5 020454 nop 33 
+0x68a6 020455 hjam 0x4a ,core_otp_ctrl 
+0x68a7 020456 nop 44 
+0x68a8 020457 hjam 0xca ,core_otp_ctrl 
+0x68a9 020458 nop 22 
+0x68aa 020459 hjam 0x8a ,core_otp_ctrl 
+0x68ab 020460 nop 33 
+0x68ac 020461 hjam 0x82 ,core_otp_ctrl 
+0x68ad 020462 nop 1 
+0x68ae 020463 hjam 0x92 ,core_otp_ctrl 
+0x68af 020464 nop 10 
+0x68b0 020465 hjam 0xb2 ,core_otp_ctrl 
+0x68b1 020466 hfetch 1 ,core_otp_rdata 
+0x68b2 020467 hjam 0x92 ,core_otp_ctrl 
+0x68b3 020468 nop 1 
+0x68b4 020469 hjam 0x82 ,core_otp_ctrl 
+0x68b5 020470 qisolate0 pdata 
+0x68b6 020471 branch otp_program_bit ,true 
+:      020472 otp_skip_0:
+0x68b7 020473 hfetch 2 ,core_otp_addr 
+0x68b8 020474 increase 1 ,pdata 
+0x68b9 020475 hstore 2 ,core_otp_addr 
+0x68ba 020476 increase 1 ,queue 
+0x68bb 020477 compare 8 ,queue ,0xf 
+0x68bc 020478 nbranch otp_program_bit ,true 
+0x68bd 020479 loop otp_program 
+0x68be 020480 hjam 0x83 ,core_otp_ctrl 
+0x68bf 020481 rtn 
+:      020483 otp_ce:
+0x68c0 020484 hjam 0x82 ,core_otp_ctrl 
+0x68c1 020485 nop 12 
+0x68c2 020486 hjam 0x80 ,core_otp_ctrl 
+0x68c3 020487 hjam 0x82 ,core_otp_ctrl 
+0x68c4 020488 nop 150 
+0x68c5 020489 rtn 
+:      020492 otpd_read_init:
+0x68c6 020493 call otp_ce 
+:      020494 otpd_read_special:
+0x68c7 020495 hjam 0xa2 ,core_otp_ctrl 
+0x68c8 020496 deposit rega 
+0x68c9 020497 hstore 2 ,core_otpd_addr 
+0x68ca 020498 set1 11 ,temp 
+0x68cb 020499 isolate0 15 ,pdata 
+0x68cc 020500 setflag true ,15 ,temp 
+0x68cd 020501 hstoret 2 ,core_otpd_len 
+0x68ce 020502 hjam otpd_start ,core_misc_ctrl 
+0x68cf 020503 rtn 
+:      020505 otpd_wait_end:
+0x68d0 020506 hfetch 1 ,core_dma_status 
+0x68d1 020507 bbit0 otpd_done ,otpd_wait_end 
+0x68d2 020508 rtn 
+:      020511 otpd_read_data:
+0x68d3 020512 call otp_set_addr 
+0x68d4 020513 call otpd_read_init 
+0x68d5 020514 call otpd_wait_end 
+0x68d6 020515 hjam 0x83 ,core_otp_ctrl 
+0x68d7 020516 rtn 
+:      020521 otpd_read_code:
+0x68d8 020522 hfetch 2 ,core_current_otp_addr 
+0x68d9 020523 hstore 2 ,core_otp_addr 
+0x68da 020524 call otpd_read_init 
+0x68db 020525 arg otpd_done ,queue 
+0x68dc 020526 call decrypt_code 
+0x68dd 020527 call otpd_wait_end 
+0x68de 020528 isolate1 otpd_crcok ,pdata 
+0x68df 020529 call set_ucode_status 
+0x68e0 020530 hjam 0x83 ,core_otp_ctrl 
+0x68e1 020531 rtn 
+:      020534 uartd_rx_cnt_got_first_byte:
+0x68e2 020535 jam 1 ,mem_uartd_rxitems_got_data 
+0x68e3 020536 force uart_rx_timer ,queue 
+0x68e4 020537 fetch 2 ,mem_uartd_rx_timeout 
+0x68e5 020538 branch timer_init 
+:      020539 uartd_rx_cnt_with_threshold:
+0x68e6 020540 hfetch 2 ,core_uart_rxitems 
+0x68e7 020541 rtn blank 
+0x68e8 020542 fetcht 1 ,mem_uartd_rxitems_threshold 
+0x68e9 020543 isub temp ,null 
+0x68ea 020544 branch uartd_rx_cnt_rtn_value ,positive 
+0x68eb 020545 fetch 1 ,mem_uartd_rxitems_got_data 
+0x68ec 020546 branch uartd_rx_cnt_got_first_byte ,blank 
+0x68ed 020547 arg uart_rx_timer ,queue 
+0x68ee 020548 call timer_check 
+0x68ef 020549 branch uartd_rx_cnt_rtn_value ,blank 
+0x68f0 020550 setarg 0 
+0x68f1 020551 rtn 
+:      020552 uartd_rx_cnt_rtn_value:
+0x68f2 020553 force uart_rx_timer ,queue 
+0x68f3 020554 call timer_stop 
+0x68f4 020555 jam 0 ,mem_uartd_rxitems_got_data 
+0x68f5 020556 hfetch 2 ,core_uart_rxitems 
+0x68f6 020557 rtn 
+:      020564 uartd_prepare_tx:
+0x68f7 020565 hfetch 2 ,core_uart_twptr 
+0x68f8 020566 iforce contwu 
+0x68f9 020567 rtn 
+:      020569 uartd_send:
+0x68fa 020570 deposit contwu 
+0x68fb 020571 hstore 2 ,core_uart_twptr 
+0x68fc 020572 rtn 
+:      020574 uartd_prepare_rx:
+0x68fd 020575 hfetch 2 ,core_uart_rxitems 
+0x68fe 020576 rtn blank 
+0x68ff 020577 iforce loopcnt 
+0x6900 020578 hfetch 2 ,core_uart_rrptr 
+0x6901 020579 iforce contru 
+0x6902 020580 rtn 
+:      020583 uartd_rxdone_by_len:
+0x6903 020584 hfetch 2 ,core_uart_rrptr 
+0x6904 020585 iadd temp ,pdata 
+0x6905 020586 copy pdata ,contru 
+:      020587 uartd_rxdone:
+0x6906 020588 deposit contru 
+0x6907 020589 hstore 2 ,core_uart_rrptr 
+0x6908 020590 rtn 
+:      020592 uart_set_baud_by_mem:
+0x6909 020593 fetch uart_baud_len ,mem_baud 
+0x690a 020594 hstore uart_baud_len ,core_uart_baud 
+0x690b 020595 rtn 
+:      020599 eeprom_store_le_reconn_info:
+0x690c 020600 fetch 6 ,mem_le_plap 
+0x690d 020601 store 6 ,mem_temp_lap 
+0x690e 020602 jam rec_4_mode ,mem_record_bt_mode 
+0x690f 020603 branch eeprom_store_reconn_info 
+:      020604 eeprom_store_bd_reconn_info:
+0x6910 020605 fetch 6 ,mem_plap 
+0x6911 020606 store 6 ,mem_temp_lap 
+0x6912 020607 jam rec_3_mode ,mem_record_bt_mode 
+:      020608 eeprom_store_reconn_info:
+0x6913 020609 set1 mark_ext_patch ,mark 
+0x6914 020610 bpatch patch21_0 ,mem_patch21 
+0x6915 020611 call eeprom_store_remote_bdaddr 
+0x6916 020612 call eeprom_store_last_record_index 
+0x6917 020613 fetch 1 ,mem_record_bt_mode 
+0x6918 020614 beq rec_4_mode ,eeprom_store_rec_4_mode 
+0x6919 020615 beq rec_3_mode ,eeprom_store_link_key 
+0x691a 020616 rtn 
+:      020617 eeprom_store_rec_4_mode:
+0x691b 020618 call eeprom_store_le_ltl 
+0x691c 020619 branch eeprom_store_le_local_addr 
+:      020622 eeprom_load_reconn_info:
+0x691d 020623 set1 mark_ext_patch ,mark 
+0x691e 020624 bpatch patch21_1 ,mem_patch21 
+0x691f 020625 call eeprom_load_reconn_bdaddr 
+0x6920 020626 fetch 1 ,mem_select_list_item 
+0x6921 020627 rtneq 0xff 
+0x6922 020628 fetch 6 ,mem_temp_lap 
+0x6923 020629 store 6 ,mem_hci_plap 
+0x6924 020630 fetch 1 ,mem_record_bt_mode 
+0x6925 020631 store 1 ,mem_xrecord_mode 
+0x6926 020632 beq rec_3_mode ,eeprom_load_rec_3_mode 
+0x6927 020633 beq rec_4_mode ,eeprom_load_rec_4_mode 
+0x6928 020634 rtn 
+:      020635 eeprom_load_reconn_bdaddr:
+0x6929 020636 call eeprom_load_last_record_index 
+0x692a 020637 fetch 1 ,mem_select_list_item 
+0x692b 020638 rtneq 0xff 
+0x692c 020639 branch eeprom_load_remote_bdaddr 
+:      020640 eeprom_load_rec_3_mode:
+0x692d 020641 call eeprom_load_link_key 
+0x692e 020642 branch check_link_key_load 
+:      020643 eeprom_load_rec_4_mode:
+0x692f 020644 call eeprom_load_ltk_key 
+0x6930 020645 branch check_ltk_load 
+:      020646 eeprom_clear_bd_reconn_info:
+0x6931 020647 call eeprom_load_bdaddr_list 
+0x6932 020648 disable user 
+0x6933 020649 call find_addr_from_bd_list 
+0x6934 020650 nbranch at_error_rev_end ,user 
+:      020651 eeprom_clear_reconn_info_common:
+0x6935 020652 fetcht 2 ,mem_list_item_ptr 
+0x6936 020653 increase -1 ,temp 
+0x6937 020654 setarg 0 
+0x6938 020655 istore 7 ,temp 
+0x6939 020656 arg 28 ,temp 
+0x693a 020657 arg mem_bdaddr_list_buff + 7 ,rega 
+0x693b 020658 arg eeprom_bdaddr_list ,regb 
+0x693c 020659 branch iicd_write_eep_data 
+:      020661 eeprom_clear_all_reconn_info:
+0x693d 020662 set1 mark_ext_patch ,mark 
+0x693e 020663 bpatch patch21_2 ,mem_patch21 
+0x693f 020664 arg mem_bdaddr_list_buff ,contw 
+0x6940 020665 force 4 ,loopcnt 
+0x6941 020666 call memset0 
+0x6942 020667 arg 28 ,temp 
+0x6943 020668 arg mem_bdaddr_list_buff ,rega 
+0x6944 020669 arg eeprom_bdaddr_list ,regb 
+0x6945 020670 branch iicd_write_eep_data 
+:      020672 eeprom_erase_reconn_info:
+0x6946 020673 set1 mark_ext_patch ,mark 
+0x6947 020674 bpatch patch21_3 ,mem_patch21 
+0x6948 020675 setarg 0x0 
+0x6949 020676 store 3 ,mem_plap 
+0x694a 020677 istore 3 ,contw 
+0x694b 020678 branch eeprom_store_remote_bdaddr 
+:      020680 eeprom_load_last_record_index:
+0x694c 020681 arg 1 ,temp 
+0x694d 020682 arg mem_select_list_item ,rega 
+0x694e 020683 arg eeprom_last_record ,regb 
+0x694f 020684 branch iicd_read_eep_data 
+:      020686 eeprom_store_last_record_index:
+0x6950 020687 arg 1 ,temp 
+0x6951 020688 arg mem_select_list_item ,rega 
+0x6952 020689 arg eeprom_last_record ,regb 
+0x6953 020690 branch iicd_write_eep_data 
+:      020693 eeprom_store_remote_bdaddr:
+0x6954 020694 set1 mark_ext_patch ,mark 
+0x6955 020695 bpatch patch21_4 ,mem_patch21 
+0x6956 020696 call eeprom_load_bdaddr_list 
+0x6957 020697 disable user 
+0x6958 020698 call find_addr_from_bd_list 
+0x6959 020699 rtn user 
+:      020700 eeprom_store_remote_addr_unfind:
+0x695a 020701 jam 0 ,mem_select_list_item 
+0x695b 020702 fetch 6 ,mem_temp_lap 
+0x695c 020703 store 6 ,mem_bdaddr_list_buff + 1 
+0x695d 020704 fetch 1 ,mem_record_bt_mode 
+0x695e 020705 store 1 ,mem_bdaddr_list_buff 
+0x695f 020706 arg 28 ,temp 
+0x6960 020707 arg mem_bdaddr_list_buff ,rega 
+0x6961 020708 arg eeprom_bdaddr_list ,regb 
+0x6962 020709 branch iicd_write_eep_data 
+:      020712 eeprom_store_le_local_addr:
+0x6963 020713 arg 6 ,temp 
+0x6964 020714 arg mem_le_lap ,rega 
+0x6965 020715 arg eeprom_le_reconn_local_addr ,regb 
+0x6966 020716 branch iicd_write_eep_data 
+:      020718 eeprom_load_le_loacal_addr:
+0x6967 020719 arg 6 ,temp 
+0x6968 020720 arg mem_le_lap ,rega 
+0x6969 020721 arg eeprom_le_reconn_local_addr ,regb 
+0x696a 020722 branch iicd_read_eep_data 
+:      020725 eeprom_load_remote_bdaddr:
+0x696b 020726 set1 mark_ext_patch ,mark 
+0x696c 020727 bpatch patch21_5 ,mem_patch21 
+0x696d 020728 arg 7 ,temp 
+0x696e 020729 arg mem_temp_reconn_record ,rega 
+0x696f 020730 arg eeprom_bdaddr_list ,regb 
+0x6970 020731 fetch 1 ,mem_select_list_item 
+0x6971 020732 mul32 pdata ,7 ,pdata 
+0x6972 020733 iadd regb ,regb 
+0x6973 020734 branch iicd_read_eep_data 
+:      020736 eeprom_linkkey_addr:
+0x6974 020737 arg 0x10 ,temp 
+0x6975 020738 arg eeprom_linkkey_list ,regb 
+0x6976 020739 fetch 1 ,mem_select_list_item 
+0x6977 020740 lshift4 pdata ,pdata 
+0x6978 020741 iadd regb ,regb 
+0x6979 020742 rtn 
+:      020744 eeprom_store_le_ltl:
+0x697a 020745 arg mem_le_ltk ,rega 
+0x697b 020746 branch eeprom_store_link_key_common 
+:      020747 eeprom_store_link_key:
+0x697c 020748 arg mem_link_key ,rega 
+:      020749 eeprom_store_link_key_common:
+0x697d 020750 set1 mark_ext_patch ,mark 
+0x697e 020751 bpatch patch21_6 ,mem_patch21 
+0x697f 020752 call eeprom_linkkey_addr 
+0x6980 020753 branch iicd_write_eep_data 
+:      020755 eeprom_load_ltk_key:
+0x6981 020756 arg mem_le_ltk ,rega 
+0x6982 020757 branch eeprom_load_link_key_common 
+:      020758 eeprom_load_link_key:
+0x6983 020759 arg mem_link_key ,rega 
+:      020760 eeprom_load_link_key_common:
+0x6984 020761 set1 mark_ext_patch ,mark 
+0x6985 020762 bpatch patch21_7 ,mem_patch21 
+0x6986 020763 call eeprom_linkkey_addr 
+0x6987 020764 branch iicd_read_eep_data 
+:      020768 eeprom_load_bdaddr_list:
+0x6988 020769 arg 28 ,temp 
+0x6989 020770 arg mem_bdaddr_list_buff + 7 ,rega 
+0x698a 020771 arg eeprom_bdaddr_list ,regb 
+0x698b 020772 branch iicd_read_eep_data 
+:      020774 find_addr_from_bd_list:
+0x698c 020775 set1 mark_ext_patch ,mark 
+0x698d 020776 bpatch patch22_0 ,mem_patch22 
+0x698e 020777 setarg mem_bdaddr_list_buff + 7 
+0x698f 020778 store 2 ,mem_list_item_ptr 
+0x6990 020779 jam 0 ,mem_select_list_item 
+0x6991 020780 arg 4 ,loopcnt 
+:      020781 find_addr_from_list:
+0x6992 020782 copy loopcnt ,pdata 
+0x6993 020783 store 1 ,mem_pdatatemp 
+0x6994 020784 fetch 2 ,mem_list_item_ptr 
+0x6995 020785 copy pdata ,rega 
+0x6996 020786 call find_addr_from_list_compare 
+0x6997 020787 rtn user 
+0x6998 020788 fetch 2 ,mem_list_item_ptr 
+0x6999 020789 increase 7 ,pdata 
+0x699a 020790 store 2 ,mem_list_item_ptr 
+0x699b 020791 fetch 1 ,mem_select_list_item 
+0x699c 020792 increase 1 ,pdata 
+0x699d 020793 store 1 ,mem_select_list_item 
+0x699e 020794 fetch 1 ,mem_pdatatemp 
+0x699f 020795 copy pdata ,loopcnt 
+0x69a0 020796 loop find_addr_from_list 
+0x69a1 020797 rtn 
+:      020799 check_link_key_load:
+0x69a2 020800 fetch 8 ,mem_link_key 
+0x69a3 020801 fetcht 8 ,mem_link_key + 8 
+0x69a4 020802 ior temp ,pdata 
+0x69a5 020803 rtn blank 
+0x69a6 020804 jam 1 ,mem_link_key_exists 
+0x69a7 020805 rtn 
+:      020806 check_ltk_load:
+0x69a8 020807 fetch 6 ,mem_hci_plap 
+0x69a9 020808 rtn blank 
+0x69aa 020809 jam 1 ,mem_ltk_exists 
+0x69ab 020810 rtn 
+:      020812 find_addr_from_list_compare:
+0x69ac 020813 arg mem_temp_reconn_record ,regb 
+0x69ad 020814 arg 7 ,loopcnt 
+0x69ae 020815 call string_compare 
+0x69af 020816 branch enable_usr ,zero 
+0x69b0 020817 rtn 
+:      020818 enable_usr:
+0x69b1 020819 enable user 
+0x69b2 020820 rtn 
+:      020821 le_eeprom_load_reconn_info:
+0x69b3 020822 branch assert 
+:      020829 gpio_set_wake_by_current_state:
+0x69b4 020830 set1 mark_ext_patch ,mark 
+0x69b5 020831 bpatch patch22_1 ,mem_patch22 
+0x69b6 020832 set1 7 ,temp 
+0x69b7 020833 call gpio_get_bit 
+0x69b8 020834 nsetflag true ,7 ,temp 
+:      020839 gpio_set_wake:
+0x69b9 020840 set1 mark_ext_patch ,mark 
+0x69ba 020841 bpatch patch22_2 ,mem_patch22 
+0x69bb 020842 isolate0 7 ,temp 
+0x69bc 020843 and temp ,0x1f ,queue 
+0x69bd 020844 fetch 4 ,mem_gpio_wakeup_low 
+0x69be 020845 qsetflag true ,pdata 
+0x69bf 020846 store 4 ,mem_gpio_wakeup_low 
+0x69c0 020847 fetch 4 ,mem_gpio_wakeup_high 
+0x69c1 020848 nqsetflag true ,pdata 
+0x69c2 020849 store 4 ,mem_gpio_wakeup_high 
+0x69c3 020850 rtn 
+:      020853 gpio_clr_wake:
+0x69c4 020854 set1 mark_ext_patch ,mark 
+0x69c5 020855 bpatch patch22_3 ,mem_patch22 
+0x69c6 020856 isolate0 7 ,temp 
+0x69c7 020857 and temp ,0x1f ,queue 
+0x69c8 020858 fetch 4 ,mem_gpio_wakeup_low 
+0x69c9 020859 qset0 pdata 
+0x69ca 020860 store 4 ,mem_gpio_wakeup_low 
+0x69cb 020861 fetch 4 ,mem_gpio_wakeup_high 
+0x69cc 020862 qset0 pdata 
+0x69cd 020863 store 4 ,mem_gpio_wakeup_high 
+0x69ce 020864 rtn 
+:      020867 gpio_config_input_nowake:
+0x69cf 020868 call gpio_clr_wake 
+0x69d0 020869 branch gpio_config_input_without_wake 
+:      020872 gpio_config_input:
+0x69d1 020873 ncall gpio_set_wake ,wake 
+:      020875 gpio_config_input_without_wake:
+0x69d2 020876 arg core_gpio_pd0 ,contw 
+0x69d3 020877 call gpio_set_bit 
+0x69d4 020878 setflip gpio_active_bit ,temp 
+0x69d5 020879 arg core_gpio_pu0 ,contw 
+0x69d6 020880 call gpio_set_bit 
+0x69d7 020881 set0 gpio_active_bit ,temp 
+0x69d8 020882 arg core_gpio_oe0 ,contw 
+0x69d9 020883 branch gpio_set_bit 
+:      020886 gpio_config_output:
+0x69da 020887 setflip gpio_active_bit ,temp 
+0x69db 020888 call gpio_out 
+0x69dc 020889 set1 gpio_active_bit ,temp 
+0x69dd 020890 arg core_gpio_oe0 ,contw 
+0x69de 020891 branch gpio_set_bit 
+:      020893 gpio_common:
+0x69df 020894 and temp ,0x07 ,queue 
+0x69e0 020895 rshift3 temp ,pdata 
+0x69e1 020896 and_into 3 ,pdata 
+0x69e2 020897 iadd contw ,contw 
+0x69e3 020898 ifetch 1 ,contw 
+0x69e4 020899 rtn 
+:      020903 gpio_get_bit:
+0x69e5 020904 arg core_gpio_in ,contw 
+0x69e6 020905 call gpio_common 
+0x69e7 020906 isolate1 gpio_active_bit ,temp 
+0x69e8 020907 branch gpio_get_bit_reverse ,true 
+0x69e9 020908 qisolate0 pdata 
+0x69ea 020909 rtn 
+:      020910 gpio_get_bit_reverse:
+0x69eb 020911 qisolate1 pdata 
+0x69ec 020912 rtn 
+:      020914 gpio_out_inactive:
+0x69ed 020915 isolate1 7 ,null 
+0x69ee 020916 branch gpio_out_flag 
+:      020918 gpio_out_active:
+0x69ef 020919 isolate0 7 ,null 
+:      020922 gpio_out_flag:
+0x69f0 020923 setarg 0 
+0x69f1 020924 nsetflag true ,gpio_active_bit ,pdata 
+0x69f2 020925 ixor temp ,temp 
+:      020928 gpio_out:
+0x69f3 020929 arg core_gpio_out0 ,contw 
+:      020932 gpio_set_bit:
+0x69f4 020933 call gpio_common 
+0x69f5 020934 isolate1 gpio_active_bit ,temp 
+0x69f6 020935 qsetflag true ,pdata 
+0x69f7 020936 istore 1 ,contw 
+0x69f8 020937 rtn 
+:      020939 gpio_test:
+0x69f9 020940 fetch 1 ,mem_seqi 
+0x69fa 020941 rtneq 0x7f 
+0x69fb 020942 hjam 0 ,core_gpio_out3 
+0x69fc 020943 nop 30 
+0x69fd 020944 hjam 8 ,core_gpio_out3 
+0x69fe 020945 rtn 
+:      020950 set_pwm_blink:
+0x69ff 020951 lshift8 pdata ,pdata 
+0x6a00 020952 lshift4 pdata ,pdata 
+0x6a01 020953 hstore 2 ,core_pwm_ncnt0 
+0x6a02 020954 hstore 2 ,core_pwm_pcnt0 
+0x6a03 020955 rtn 
+:      020957 set_pwm_steadyon:
+0x6a04 020958 setarg 0 
+0x6a05 020959 hstore 2 ,core_pwm_ncnt0 
+0x6a06 020960 setarg 1 
+0x6a07 020961 hstore 2 ,core_pwm_pcnt0 
+0x6a08 020962 rtn 
+:      020964 set_pwm_off:
+0x6a09 020965 setarg 0 
+0x6a0a 020966 hstore 2 ,core_pwm_ncnt0 
+0x6a0b 020967 hstore 2 ,core_pwm_pcnt0 
+0x6a0c 020968 rtn 
+:      020973 init_filter_ram:
+0x6a0d 020974 arg 0x8800 ,contw 
+0x6a0e 020975 arg 0x20 ,loopcnt 
+0x6a0f 020976 call memset0 
+0x6a10 020977 setarg 0x4f9 
+0x6a11 020978 hstore 2 ,0x8848 
+0x6a12 020979 hstore 2 ,0x884a 
+0x6a13 020980 hstore 2 ,0x884c 
+0x6a14 020981 hstore 2 ,0x886c 
+0x6a15 020982 hstore 2 ,0x888c 
+0x6a16 020983 hstore 2 ,0x88ac 
+0x6a17 020984 setarg 0x204 
+0x6a18 020985 hstore 2 ,0x88ae 
+0x6a19 020986 setarg 0x0506 
+0x6a1a 020987 hstore 2 ,0x88b0 
+0x6a1b 020988 setarg 0x0504 
+0x6a1c 020989 hstore 2 ,0x88b2 
+0x6a1d 020990 setarg 0x0200 
+0x6a1e 020991 hstore 2 ,0x88b4 
+0x6a1f 020992 setarg 0xFEFB 
+0x6a20 020993 hstore 2 ,0x88b6 
+0x6a21 020994 setarg 0xFAF9 
+0x6a22 020995 hstore 2 ,0x88b8 
+0x6a23 020996 setarg 0xFAFB 
+0x6a24 020997 hstore 2 ,0x88ba 
+0x6a25 020998 setarg 0xFD00 
+0x6a26 020999 hstore 2 ,0x88bc 
+0x6a27 021000 setarg 0x0408 
+0x6a28 021001 hstore 2 ,0x88be 
+0x6a29 021002 setarg 0x0A0C 
+0x6a2a 021003 hstore 2 ,0x88c0 
+0x6a2b 021004 setarg 0x0B09 
+0x6a2c 021005 hstore 2 ,0x88c2 
+0x6a2d 021006 setarg 0x0500 
+0x6a2e 021007 hstore 2 ,0x88c4 
+0x6a2f 021008 setarg 0xF8F1 
+0x6a30 021009 hstore 2 ,0x88c6 
+0x6a31 021010 setarg 0xECE8 
+0x6a32 021011 hstore 2 ,0x88c8 
+0x6a33 021012 setarg 0xE9EB 
+0x6a34 021013 hstore 2 ,0x88ca 
+0x6a35 021014 setarg 0xF500 
+0x6a36 021015 hstore 2 ,0x88cc 
+0x6a37 021016 setarg 0x1223 
+0x6a38 021017 hstore 2 ,0x88ce 
+0x6a39 021018 setarg 0x374B 
+0x6a3a 021019 hstore 2 ,0x88d0 
+0x6a3b 021020 setarg 0x5E71 
+0x6a3c 021021 hstore 2 ,0x88d2 
+0x6a3d 021022 setarg 0x787F 
+0x6a3e 021023 hstore 2 ,0x88d4 
+0x6a3f 021024 rtn 
+:      021026 enable_pcm:
+0x6a40 021027 set1 mark_ext_patch ,mark 
+0x6a41 021028 bpatch patch22_4 ,mem_patch22 
+0x6a42 021029 hfetch 2 ,core_clkoff 
+0x6a43 021030 set0 clock_off_codec ,pdata 
+0x6a44 021031 hstore 2 ,core_clkoff 
+0x6a45 021032 hjam 0x11 ,core_enc_ctrl 
+0x6a46 021033 hjam 0x1 ,core_cvsd_ctrl 
+0x6a47 021034 hjam 0x1 ,core_codec_ctrl 
+0x6a48 021035 hjam 0x11 ,core_dec_ctrl 
+0x6a49 021036 rtn 
+:      021038 disable_pcm:
+0x6a4a 021039 set1 mark_ext_patch ,mark 
+0x6a4b 021040 bpatch patch22_5 ,mem_patch22 
+0x6a4c 021041 hfetch 2 ,core_clkoff 
+0x6a4d 021042 set1 clock_off_codec ,pdata 
+0x6a4e 021043 hstore 2 ,core_clkoff 
+0x6a4f 021044 hjam 0x4 ,core_enc_ctrl 
+0x6a50 021045 hjam 0x4 ,core_dec_ctrl 
+0x6a51 021046 hjam 0x0 ,core_cvsd_ctrl 
+0x6a52 021047 hjam 0x0 ,core_codec_ctrl 
+0x6a53 021048 rtn 
+:      021052 get_sco_data:
+0x6a54 021053 fetch 1 ,mem_state 
+0x6a55 021054 rtnbit0 state_insco 
+0x6a56 021055 arg mem_sco_obuf ,contw 
+0x6a57 021056 arg 30 ,loopcnt 
+:      021057 get_sco_data_loop:
+0x6a58 021058 hfetch 1 ,core_pcminfifo 
+0x6a59 021059 istore 1 ,contw 
+0x6a5a 021060 loop get_sco_data_loop 
+0x6a5b 021061 rtn 
+:      021064 process_sco_data:
+0x6a5c 021065 fetch 1 ,mem_state 
+0x6a5d 021066 rtnbit0 state_insco 
+0x6a5e 021067 arg mem_sco_ibuf ,contr 
+0x6a5f 021068 force 30 ,loopcnt 
+:      021069 process_sco_loop:
+0x6a60 021070 ifetch 1 ,contr 
+0x6a61 021071 hstore 1 ,core_pcmoutfifo 
+0x6a62 021072 loop process_sco_loop 
+0x6a63 021073 rtn 
+:      021075 init_sched:
+0x6a64 021076 rtn 
+:      021081 gpio_cfg_uart_tx_output:
+0x6a65 021082 call gpio_uart2gpio 
+0x6a66 021083 arg uart_wakeup_tx ,temp 
+0x6a67 021084 branch gpio_config_output 
+:      021086 gpio_pu_uart_tx:
+0x6a68 021087 call gpio_cfg_uart_tx_output 
+0x6a69 021088 arg uart_wakeup_tx ,temp 
+0x6a6a 021089 branch gpio_out_inactive 
+:      021091 gpio_pd_uart_tx:
+0x6a6b 021092 call gpio_cfg_uart_tx_output 
+0x6a6c 021093 arg uart_wakeup_tx ,temp 
+0x6a6d 021094 branch gpio_out_active 
+:      021096 gpio_cfg_uart_rx_output:
+0x6a6e 021097 call gpio_uart2gpio 
+0x6a6f 021098 arg uart_wakeup_rx ,temp 
+0x6a70 021099 branch gpio_config_output 
+:      021101 gpio_pu_uart_rx:
+0x6a71 021102 call gpio_cfg_uart_rx_output 
+0x6a72 021103 arg uart_wakeup_rx ,temp 
+0x6a73 021104 branch gpio_out_inactive 
+:      021106 gpio_pd_uart_rx:
+0x6a74 021107 call gpio_cfg_uart_rx_output 
+0x6a75 021108 arg uart_wakeup_rx ,temp 
+0x6a76 021109 branch gpio_out_active 
+:      021111 gpio_tx_config_input_with_pu:
+0x6a77 021112 call gpio_uart2gpio 
+0x6a78 021113 hfetch 1 ,core_gpio_pu0 
+0x6a79 021114 set1 uart_wakeup_tx ,pdata 
+0x6a7a 021115 hstore 1 ,core_gpio_pu0 
+0x6a7b 021116 arg uart_wakeup_tx ,temp 
+0x6a7c 021117 branch gpio_config_input 
+:      021119 gpio_rx_config_input_with_pu:
+0x6a7d 021120 call gpio_uart2gpio 
+0x6a7e 021121 hfetch 1 ,core_gpio_pu0 
+0x6a7f 021122 set1 uart_wakeup_rx ,pdata 
+0x6a80 021123 hstore 1 ,core_gpio_pu0 
+0x6a81 021124 arg uart_wakeup_rx ,temp 
+0x6a82 021125 branch gpio_config_input 
+:      021127 gpio_gpio2uart:
+0x6a83 021128 hfetch 1 ,core_gpio_sel1 
+0x6a84 021129 or_into 0x04 ,pdata 
+0x6a85 021130 hstore 1 ,core_gpio_sel1 
+0x6a86 021131 rtn 
+:      021133 gpio_uart2gpio:
+0x6a87 021134 hfetch 1 ,core_gpio_sel1 
+0x6a88 021135 and_into 0xfb ,pdata 
+0x6a89 021136 hstore 1 ,core_gpio_sel1 
+0x6a8a 021137 rtn 
+:      021139 gpio_check_uart_state:
+0x6a8b 021140 hfetch 1 ,core_gpio_sel1 
+0x6a8c 021141 isolate1 2 ,pdata 
+0x6a8d 021142 rtn 
+:      021145 prcp_init:
+0x6a8e 021146 setarg prcp_process 
+0x6a8f 021147 store 2 ,mem_cb_att_write 
+0x6a90 021148 rtn 
+:      021149 prcp_process:
+0x6a91 021150 call clear_prcp_sendbuff 
+0x6a92 021151 fetch 1 ,mem_prcp 
+0x6a93 021152 beq prcp_le ,le_prcp 
+0x6a94 021153 beq prcp_ssp ,prcp 
+0x6a95 021154 branch assert 
+:      021155 le_prcp:
+0x6a96 021156 arg prcp_rx_le ,temp 
+0x6a97 021157 storet 2 ,mem_le_notify_handle 
+0x6a98 021158 call le_att_get_handle_ptr 
+0x6a99 021159 ifetch 1 ,contr 
+0x6a9a 021160 call prcp_parse 
+0x6a9b 021161 branch prcp_le_tx 
+:      021162 prcp:
+0x6a9c 021163 call prcp_parse 
+0x6a9d 021164 branch prcp_tx 
+:      021165 prcp_parse:
+0x6a9e 021166 copy contr ,rega 
+0x6a9f 021167 set1 mark_ext_patch ,mark 
+0x6aa0 021168 bpatch patch26_1 ,mem_patch26 
+0x6aa1 021169 ifetch 1 ,contr 
+0x6aa2 021170 beq common_res ,prcp_parse_common_res 
+0x6aa3 021171 beq read_registers_req ,prcp_parse_read_registers_req 
+0x6aa4 021172 beq read_registers_res ,prcp_parse_read_registers_res 
+0x6aa5 021173 beq write_registers_req ,prcp_parse_write_registers_req 
+0x6aa6 021174 beq i2c_config_req ,prcp_parse_i2c_config_req 
+0x6aa7 021175 beq i2c_read_req ,prcp_parse_i2c_read_req 
+0x6aa8 021176 beq i2c_read_res ,prcp_parse_i2c_read_res 
+0x6aa9 021177 beq i2c_write_req ,prcp_parse_i2c_write_req 
+0x6aaa 021178 beq spi_config_req ,prcp_parse_spi_config_req 
+0x6aab 021179 beq spi_read_req ,prcp_parse_spi_read_req 
+0x6aac 021180 beq spi_read_res ,prcp_parse_spi_read_res 
+0x6aad 021181 beq spi_write_req ,prcp_parse_spi_write_req 
+0x6aae 021182 beq pwm_config_req ,prcp_parse_pwm_config_req 
+0x6aaf 021183 beq pwm_write_req ,prcp_parse_pwm_write_req 
+0x6ab0 021184 beq gpio_config_req ,prcp_parse_gpio_config_req 
+0x6ab1 021185 beq gpio_read_req ,prcp_parse_gpio_read_req 
+0x6ab2 021186 beq gpio_read_res ,prcp_parse_gpio_read_res 
+0x6ab3 021187 beq gpio_write_req ,prcp_parse_gpio_write_req 
+0x6ab4 021188 beq ota_write_req ,prcp_parse_ota_write_req 
+0x6ab5 021189 beq ota_end_cmd ,prcp_parse_ota_end_cmd 
+0x6ab6 021190 rtn 
+:      021193 prcp_parse_common_res:
+0x6ab7 021194 copy rega ,contr 
+0x6ab8 021195 ifetch 1 ,contr 
+0x6ab9 021196 lshift8 pdata ,pdata 
+0x6aba 021197 store 3 ,mem_prcp_data 
+0x6abb 021198 rtn 
+:      021199 prcp_parse_read_registers_req:
+0x6abc 021200 rtn 
+:      021201 prcp_parse_read_registers_res:
+0x6abd 021202 rtn 
+:      021203 prcp_parse_write_registers_req:
+0x6abe 021204 rtn 
+:      021208 prcp_parse_spi_config_req:
+0x6abf 021209 rtn 
+:      021210 prcp_parse_spi_read_req:
+0x6ac0 021211 rtn 
+:      021212 prcp_parse_spi_read_res:
+0x6ac1 021213 rtn 
+:      021214 prcp_parse_spi_write_req:
+0x6ac2 021215 rtn 
+:      021219 prcp_parse_pwm_config_req:
+0x6ac3 021220 ifetch 4 ,contr 
+0x6ac4 021221 hstore 1 ,core_gpio_sel2 
+0x6ac5 021222 rshift8 pdata ,pdata 
+0x6ac6 021223 hfetcht 1 ,core_gpio_sel1 
+0x6ac7 021224 and_into 0x7f ,temp 
+0x6ac8 021225 ior temp ,temp 
+0x6ac9 021226 hstoret 1 ,core_gpio_sel1 
+0x6aca 021227 rshift8 pdata ,pdata 
+0x6acb 021228 hfetcht 1 ,core_clkoff + 1 
+0x6acc 021229 and_into 0xdf ,temp 
+0x6acd 021230 ior temp ,temp 
+0x6ace 021231 hstoret 1 ,core_clkoff + 1 
+0x6acf 021232 rshift8 pdata ,pdata 
+0x6ad0 021233 hfetcht 1 ,core_clksel 
+0x6ad1 021234 and_into 0x3f ,temp 
+0x6ad2 021235 ior temp ,temp 
+0x6ad3 021236 hstoret 1 ,core_clksel 
+0x6ad4 021237 branch prcp_parse_common_res 
+:      021238 prcp_parse_pwm_write_req:
+0x6ad5 021239 ifetch 9 ,contr 
+0x6ad6 021240 hfetcht 1 ,core_gpio_key2 
+0x6ad7 021241 and_into 0x3f ,temp 
+0x6ad8 021242 ior temp ,temp 
+0x6ad9 021243 hstoret 1 ,core_gpio_key2 
+0x6ada 021244 rshift8 pdata ,pdata 
+0x6adb 021245 hstore 2 ,core_pwm_pcnt0 
+0x6adc 021246 rshift16 pdata ,pdata 
+0x6add 021247 hstore 2 ,core_pwm_ncnt0 
+0x6ade 021248 rshift16 pdata ,pdata 
+0x6adf 021249 hstore 2 ,core_pwm_pcnt1 
+0x6ae0 021250 rshift16 pdata ,pdata 
+0x6ae1 021251 hstore 2 ,core_pwm_ncnt1 
+0x6ae2 021252 branch prcp_parse_common_res 
+:      021256 prcp_parse_gpio_config_req:
+0x6ae3 021257 ifetch 4 ,contr 
+0x6ae4 021258 hstore 4 ,core_gpio_oe0 
+0x6ae5 021259 ifetch 4 ,contr 
+0x6ae6 021260 hstore 4 ,core_gpio_pu0 
+0x6ae7 021261 ifetch 4 ,contr 
+0x6ae8 021262 hstore 4 ,core_gpio_pd0 
+0x6ae9 021263 ifetch 1 ,contr 
+0x6aea 021264 hstore 1 ,core_gpio_sel 
+0x6aeb 021265 ifetch 1 ,contr 
+0x6aec 021266 hstore 1 ,core_gpio_sel1 
+0x6aed 021267 ifetch 1 ,contr 
+0x6aee 021268 hstore 1 ,core_gpio_sel2 
+0x6aef 021269 branch prcp_parse_common_res 
+:      021270 prcp_parse_gpio_read_req:
+0x6af0 021271 branch prcp_parse_gpio_read_res 
+:      021272 prcp_parse_gpio_read_res:
+0x6af1 021273 jam 0x10 ,mem_prcp_data 
+0x6af2 021274 arg mem_prcp_data + 1 ,contw 
+0x6af3 021275 hfetch 4 ,core_gpio_out0 
+0x6af4 021276 istore 4 ,contw 
+0x6af5 021277 hfetch 4 ,core_gpio_in 
+0x6af6 021278 istore 4 ,contw 
+0x6af7 021279 rtn 
+:      021280 prcp_parse_gpio_write_req:
+0x6af8 021281 ifetcht 1 ,contr 
+0x6af9 021282 ifetch 1 ,contr 
+0x6afa 021283 lshift3 pdata ,pdata 
+0x6afb 021284 lshift4 pdata ,pdata 
+0x6afc 021285 ior temp ,temp 
+0x6afd 021286 call gpio_out 
+0x6afe 021287 branch prcp_parse_common_res 
+:      021292 prcp_parse_i2c_read_req:
+0x6aff 021293 ifetcht 1 ,contr 
+0x6b00 021294 hstoret 1 ,iic_slave_addr 
+0x6b01 021295 ifetch 1 ,contr 
+0x6b02 021296 compare 1 ,pdata ,0xff 
+0x6b03 021297 ifetch 1 ,contr 
+0x6b04 021298 hstore 1 ,iic_fifo 
+0x6b05 021299 branch iic_read_data_len ,true 
+0x6b06 021300 ifetch 1 ,contr 
+0x6b07 021301 hstore 1 ,iic_fifo 
+:      021302 iic_read_data_len:
+0x6b08 021303 ifetch 1 ,contr 
+0x6b09 021304 copy pdata ,loopcnt 
+0x6b0a 021305 increase -1 ,pdata 
+0x6b0b 021306 or_into 0x90 ,pdata 
+0x6b0c 021307 hstore 1 ,iic_ctr 
+0x6b0d 021308 hjam 2 ,iic_cr 
+0x6b0e 021309 nop 1 
+0x6b0f 021311 arg mem_prcp_data ,contw 
+:      021312 iic_read_loop:
+0x6b10 021313 hfetch 1 ,iic_fifo 
+0x6b11 021314 istore 1 ,contw 
+0x6b12 021315 loop iic_read_loop 
+0x6b13 021316 rtn 
+:      021318 clear_prcp_sendbuff:
+0x6b14 021319 setarg 0 
+0x6b15 021320 store 4 ,mem_prcp_data 
+0x6b16 021321 istore 8 ,contw 
+0x6b17 021322 istore 8 ,contw 
+0x6b18 021323 rtn 
+:      021329 prcp_parse_ota_write_req:
+0x6b19 021330 copy rega ,pdata 
+0x6b1a 021331 increase 1 ,pdata 
+0x6b1b 021332 store 2 ,rx_buf_data_ptr 
+0x6b1c 021333 fetch 2 ,mem_eeprom_ota_base_addr 
+0x6b1d 021334 beq 0x0000 ,prcp_parse_ota_start1 
+:      021335 prcp_parse_ota_load:
+0x6b1e 021336 fetch 2 ,mem_eeprom_ota_base_addr 
+0x6b1f 021337 fetcht 2 ,rx_buf_data_ptr 
+0x6b20 021338 ifetcht 2 ,temp 
+0x6b21 021339 iadd temp ,pdata 
+0x6b22 021340 fetcht 2 ,rx_buf_data_ptr 
+0x6b23 021341 increase 2 ,temp 
+0x6b24 021342 copy temp ,contr 
+0x6b25 021343 ifetcht 1 ,contr 
+0x6b26 021344 copy contr ,rega 
+0x6b27 021345 branch iicd_write_ota_data 
+:      021347 prcp_parse_ota_start1:
+0x6b28 021348 setarg 0x0002 
+0x6b29 021349 byteswap pdata ,pdata 
+0x6b2a 021350 store 2 ,mem_addr_mi 
+0x6b2b 021351 arg iicd_read_eep ,regc 
+0x6b2c 021352 arg 0x2 ,loopcnt 
+:      021353 prcp_parse_ota_loop1:
+0x6b2d 021354 call get_block_header 
+0x6b2e 021355 nbranch prcp_parse_ota_start2 ,zero 
+0x6b2f 021356 fetch 2 ,mem_addr_mi 
+0x6b30 021357 byteswap pdata ,pdata 
+0x6b31 021358 iadd temp ,pdata 
+0x6b32 021359 store 2 ,mem_eeprom_ota_base_addr 
+0x6b33 021360 byteswap pdata ,pdata 
+0x6b34 021361 store 2 ,mem_addr_mi 
+0x6b35 021362 loop prcp_parse_ota_loop1 
+:      021363 prcp_parse_ota_start2:
+0x6b36 021364 fetch 2 ,mem_eeprom_ota_base_addr 
+0x6b37 021365 byteswap pdata ,pdata 
+0x6b38 021366 store 2 ,mem_addr_mi 
+0x6b39 021367 arg iicd_read_eep ,regc 
+0x6b3a 021368 arg 0xffff ,loopcnt 
+:      021369 prcp_parse_ota_loop2:
+0x6b3b 021370 call get_block_header 
+0x6b3c 021371 nbranch prcp_parse_ota_load ,zero 
+0x6b3d 021372 fetch 2 ,mem_addr_mi 
+0x6b3e 021373 byteswap pdata ,pdata 
+0x6b3f 021374 iadd temp ,pdata 
+0x6b40 021375 increase 2 ,pdata 
+0x6b41 021376 store 2 ,mem_eeprom_ota_base_addr 
+0x6b42 021377 byteswap pdata ,pdata 
+0x6b43 021378 store 2 ,mem_addr_mi 
+0x6b44 021379 loop prcp_parse_ota_loop2 
+:      021381 prcp_parse_ota_end_cmd:
+0x6b45 021382 fetch 2 ,mem_eeprom_ota_base_addr 
+0x6b46 021383 increase 2 ,pdata 
+0x6b47 021384 byteswap pdata ,pdata 
+0x6b48 021385 store 2 ,mem_eeprom_ota_base_addr 
+0x6b49 021386 arg mem_eeprom_ota_base_addr ,rega 
+0x6b4a 021387 arg 0x02 ,temp 
+0x6b4b 021388 arg 0x0000 ,pdata 
+0x6b4c 021389 call iicd_write_ota_data 
+0x6b4d 021390 setarg 0x0000 
+0x6b4e 021391 store 2 ,mem_eeprom_ota_base_addr 
+0x6b4f 021392 rtn 
+:      021394 prcp_parse_i2c_config_req:
+0x6b50 021395 rtn 
+:      021396 prcp_parse_i2c_read_res:
+0x6b51 021397 rtn 
+:      021398 prcp_parse_i2c_write_req:
+0x6b52 021399 rtn 
+:      021404 rfcomm_init:
+0x6b53 021405 rtn wake 
+0x6b54 021406 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6b55 021407 jam bits9600 ,memremoterpnbitrate 
+0x6b56 021408 jam databits8 ,memremoteprndatabits 
+0x6b57 021409 jam 0x11 ,memremoteprnxon 
+0x6b58 021410 jam 0x13 ,memremoteprnxoff 
+0x6b59 021411 setarg 0 
+0x6b5a 021412 store 3 ,memremoteprnstopbit 
+0x6b5b 021413 store 1 ,mem_spp_state 
+0x6b5c 021414 jam 0 ,memui_reconnect_mode 
+:      021416 rfcomm_init_spp:
+0x6b5d 021417 set1 mark_ext_patch ,mark 
+0x6b5e 021418 bpatch patch37_7 ,mem_patch37 
+0x6b5f 021419 setarg 0 
+0x6b60 021420 store 1 ,mem_spp_state 
+0x6b61 021421 store 1 ,mem_remote_spp_channel 
+0x6b62 021422 store 1 ,mem_pn_dlci 
+0x6b63 021423 jam 0x50 ,mem_credit_given 
+0x6b64 021424 rtn 
+:      021426 set_cr_bit:
+0x6b65 021427 or_into 0x02 ,temp 
+0x6b66 021428 rtn 
+:      021440 rfcomm_calculate_fcs_sabm:
+0x6b67 021441 copy temp ,pdata 
+0x6b68 021442 reverse pdata ,pdata 
+0x6b69 021443 store 1 ,memfcstemp3 
+0x6b6a 021444 force ini_tx_sabm ,pdata 
+0x6b6b 021445 reverse pdata ,pdata 
+0x6b6c 021446 store 1 ,memfcstemp2 
+0x6b6d 021447 force 0x01 ,pdata 
+0x6b6e 021448 reverse pdata ,pdata 
+0x6b6f 021449 store 1 ,memfcstemp1 
+0x6b70 021450 call caculate_fcs 
+0x6b71 021451 copy temp ,pdata 
+0x6b72 021452 rtn 
+:      021453 rfcomm_calculate_fcs_ua:
+0x6b73 021454 reverse pdata ,pdata 
+0x6b74 021455 store 1 ,memfcstemp3 
+0x6b75 021456 force rsp_tx_ua ,pdata 
+0x6b76 021457 reverse pdata ,pdata 
+0x6b77 021458 store 1 ,memfcstemp2 
+0x6b78 021459 force 0x01 ,pdata 
+0x6b79 021460 reverse pdata ,pdata 
+0x6b7a 021461 store 1 ,memfcstemp1 
+0x6b7b 021462 branch caculate_fcs 
+:      021464 rfcomm_calculate_fcs_dlci0:
+0x6b7c 021465 fetch 1 ,mem_rfcomm_initiator 
+0x6b7d 021466 branch rfcomm_calculate_fcs_dlci0_res ,blank 
+0x6b7e 021467 setarg 0x70 
+0x6b7f 021468 rtn 
+:      021469 rfcomm_calculate_fcs_dlci0_res:
+0x6b80 021470 setarg 0xaa 
+0x6b81 021471 rtn 
+:      021473 rfcomm_save_fcs_uih:
+0x6b82 021474 reverse pdata ,pdata 
+0x6b83 021475 store 1 ,memfcstemp3 
+0x6b84 021476 force rsp_rx_uih ,pdata 
+0x6b85 021477 call caculate_uihdata_fcs 
+0x6b86 021478 fetcht 2 ,mem_contw_temp 
+0x6b87 021479 copy temp ,contw 
+0x6b88 021480 istore 1 ,contw 
+0x6b89 021481 copy contw ,temp 
+0x6b8a 021482 storet 2 ,mem_contw_temp 
+0x6b8b 021483 force rsp_rx_uih_wdata ,pdata 
+0x6b8c 021484 call caculate_uihdata_fcs 
+0x6b8d 021485 fetcht 2 ,mem_contw_temp 
+0x6b8e 021486 copy temp ,contw 
+0x6b8f 021487 istore 1 ,contw 
+0x6b90 021488 rtn 
+:      021497 caculate_uihdata_fcs:
+0x6b91 021498 reverse pdata ,pdata 
+0x6b92 021499 store 1 ,memfcstemp2 
+0x6b93 021500 fetch 2 ,memfcstemp2 
+0x6b94 021501 lshift8 pdata ,pdata 
+0x6b95 021502 store 3 ,mem_mod2div_temp 
+0x6b96 021503 arg 0x107 ,rega 
+0x6b97 021504 arg 0xf ,regb 
+0x6b98 021505 call mod2div 
+0x6b99 021506 xor_into 0xd7 ,pdata 
+0x6b9a 021507 invert pdata ,pdata 
+0x6b9b 021508 reverse pdata ,pdata 
+0x6b9c 021509 rtn 
+:      021519 caculate_fcs:
+0x6b9d 021520 fetch 3 ,memfcstemp1 
+0x6b9e 021521 store 3 ,mem_mod2div_temp 
+0x6b9f 021522 arg 0x107 ,rega 
+0x6ba0 021523 arg 0xf ,regb 
+0x6ba1 021524 call mod2div 
+0x6ba2 021525 lshift8 pdata ,pdata 
+0x6ba3 021526 arg 0x7 ,regb 
+0x6ba4 021527 call mod2div 
+0x6ba5 021528 xor_into 0x2b ,pdata 
+0x6ba6 021529 invert pdata ,pdata 
+0x6ba7 021530 reverse pdata ,pdata 
+0x6ba8 021531 copy pdata ,temp 
+0x6ba9 021532 rtn 
+:      021534 mod2div:
+0x6baa 021535 arg 0 ,regc 
+0x6bab 021536 copy regb ,loopcnt 
+0x6bac 021537 call right_shift_n 
+0x6bad 021538 icopy temp 
+:      021539 mod2div_loop:
+0x6bae 021544 copy temp ,pdata 
+0x6baf 021545 lshift regc ,regc 
+0x6bb0 021546 bbit0 8 ,mod2div_not_enough_reduction 
+0x6bb1 021547 ixor rega ,temp 
+0x6bb2 021548 increase 1 ,regc 
+:      021549 mod2div_not_enough_reduction:
+0x6bb3 021550 lshift temp ,temp 
+0x6bb4 021551 fetch 3 ,mem_mod2div_temp 
+0x6bb5 021552 increase -1 ,regb 
+0x6bb6 021553 compare 0xff ,regb ,0xff 
+0x6bb7 021554 branch mod2div_end ,true 
+0x6bb8 021555 copy regb ,loopcnt 
+0x6bb9 021556 call right_shift_n 
+0x6bba 021557 isolate1 0 ,pdata 
+0x6bbb 021558 setflag true ,0 ,temp 
+0x6bbc 021559 branch mod2div_loop 
+:      021560 mod2div_end:
+0x6bbd 021562 rshift temp ,pdata 
+0x6bbe 021563 rtn 
+:      021565 get_rfcomm_snd_adss:
+0x6bbf 021566 fetcht 1 ,mem_pn_dlci 
+:      021567 dlci_to_address_cmd:
+0x6bc0 021569 lshift2 temp ,temp 
+0x6bc1 021570 set1 rfcomm_address_ext_len ,temp 
+0x6bc2 021571 fetch 1 ,mem_rfcomm_initiator 
+0x6bc3 021572 ncall set_cr_bit ,blank 
+0x6bc4 021573 storet 1 ,mem_rfcomm_send_adss 
+0x6bc5 021574 rtn 
+:      021576 dlci_to_address_res:
+0x6bc6 021578 lshift2 temp ,temp 
+0x6bc7 021579 set1 rfcomm_address_ext_len ,temp 
+0x6bc8 021580 fetch 1 ,mem_rfcomm_initiator 
+0x6bc9 021581 call set_cr_bit ,blank 
+0x6bca 021582 rtn 
+:      021583 channel_to_dlci:
+0x6bcb 021585 lshift temp ,temp 
+0x6bcc 021586 fetch 1 ,mem_rfcomm_initiator 
+0x6bcd 021587 setflag blank ,0 ,temp 
+0x6bce 021589 rtn 
+:      021590 rfcomm_rx_process_dlci0_sabm:
+0x6bcf 021591 fetcht 1 ,mem_current_channel 
+0x6bd0 021592 jam 0xd7 ,mem_current_fcs 
+0x6bd1 021593 call rfcomm_send_ua 
+0x6bd2 021594 fetch 1 ,mem_rfcomm_state 
+0x6bd3 021595 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6bd4 021596 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6bd5 021597 store 1 ,mem_rfcomm_state 
+0x6bd6 021598 jam 0 ,mem_rfcomm_initiator 
+0x6bd7 021599 branch rfcomm_rx_process_end 
+:      021600 rfcomm_rx_process_dlci0_ua:
+0x6bd8 021601 fetch 1 ,mem_rfcomm_state 
+0x6bd9 021602 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6bda 021603 store 1 ,mem_rfcomm_state 
+0x6bdb 021604 branch rfcomm_rx_process_end 
+:      021607 rfcomm_rx_process:
+0x6bdc 021608 set1 mark_ext_patch ,mark 
+0x6bdd 021609 bpatch patch38_0 ,mem_patch38 
+0x6bde 021610 fetch 1 ,memui_reconnect_mode 
+0x6bdf 021611 beq no_reconnection ,rfcomm_rx_process_remote_page 
+0x6be0 021612 branch rfcomm_rx_process_reconn 
+:      021614 rfcomm_rx_process_remote_page:
+0x6be1 021615 fetch 2 ,mem_l2cap_payload_ptr 
+0x6be2 021616 copy pdata ,contr 
+0x6be3 021617 call get_rfcomm_head_struct 
+0x6be4 021618 fetch 1 ,mem_current_channel 
+0x6be5 021619 beq 0 ,parse_dlci0_rp 
+0x6be6 021620 branch parse_uih_rp 
+:      021621 parse_dlci0_rp:
+0x6be7 021622 set1 mark_ext_patch ,mark 
+0x6be8 021623 bpatch patch38_1 ,mem_patch38 
+0x6be9 021624 fetch 1 ,mem_current_frame_type 
+0x6bea 021625 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6beb 021626 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6bec 021627 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
+0x6bed 021628 rtneq rfcomm_frame_type_disconn 
+0x6bee 021629 branch assert 
+:      021632 parse_dlci0_rp_uih:
+0x6bef 021633 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6bf0 021634 copy pdata ,contr 
+0x6bf1 021635 call get_rfcomm_uih_head_struct 
+0x6bf2 021636 fetch 1 ,mem_uih_cmd_type 
+0x6bf3 021637 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
+0x6bf4 021638 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
+0x6bf5 021639 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
+0x6bf6 021640 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
+0x6bf7 021641 branch rfcomm_rx_process_end 
+:      021643 parse_dlci0_rp_uih_pn_cmd:
+0x6bf8 021644 call parse_dlci0_rp_uih_pn_res_common 
+0x6bf9 021645 fetch 1 ,mem_pn_dlci 
+0x6bfa 021646 rshift pdata ,pdata 
+0x6bfb 021647 sub pdata ,spp_slave_channel ,null 
+0x6bfc 021648 branch parse_dlci0_rp_uih_pn_cmd_spp ,zero 
+0x6bfd 021649 branch assert 
+:      021650 parse_dlci0_rp_uih_pn_cmd_spp:
+0x6bfe 021651 fetch 1 ,mem_spp_state 
+0x6bff 021652 set1 rfcomm_channel_state_pn_cmd ,pdata 
+0x6c00 021653 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6c01 021654 store 1 ,mem_spp_state 
+0x6c02 021655 call rfcomm_send_param_neg_res 
+0x6c03 021656 branch rfcomm_rx_process_end 
+:      021658 parse_dlci0_rp_uih_pn_res:
+0x6c04 021659 call parse_dlci0_rp_uih_pn_res_common 
+0x6c05 021660 branch rfcomm_rx_process_end 
+:      021662 parse_dlci0_rp_uih_pn_res_common:
+0x6c06 021663 call get_param_payload_ptr 
+0x6c07 021664 branch get_rfcomm_prarmer_negotiation 
+:      021666 get_rfcomm_param_modem_status:
+0x6c08 021667 call get_param_payload_ptr 
+0x6c09 021668 ifetch 1 ,contr 
+0x6c0a 021669 rshift3 pdata ,pdata 
+0x6c0b 021670 store 1 ,mem_ms_channel 
+0x6c0c 021671 ifetch 1 ,contr 
+0x6c0d 021672 store 1 ,mem_ms_param 
+0x6c0e 021673 rtn 
+:      021676 get_rfcomm_head_struct:
+0x6c0f 021677 ifetch 1 ,contr 
+0x6c10 021678 store 1 ,mem_current_adss 
+0x6c11 021679 rshift3 pdata ,pdata 
+0x6c12 021680 store 1 ,mem_current_channel 
+0x6c13 021681 ifetch 1 ,contr 
+0x6c14 021682 store 1 ,mem_current_frame_type 
+:      021683 get_rfcomm_current_length:
+0x6c15 021684 call get_rfcomm_length_common 
+0x6c16 021685 storet 2 ,mem_current_length 
+0x6c17 021686 copy contr ,pdata 
+0x6c18 021687 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6c19 021688 rtn 
+:      021690 get_rfcomm_uih_head_struct:
+0x6c1a 021691 ifetch 1 ,contr 
+0x6c1b 021692 rshift pdata ,pdata 
+0x6c1c 021693 store 1 ,mem_uih_cmd_type 
+0x6c1d 021694 call get_rfcomm_length_common 
+0x6c1e 021695 storet 2 ,mem_uih_length 
+0x6c1f 021696 copy contr ,pdata 
+0x6c20 021697 store 2 ,mem_param_payload_ptr 
+0x6c21 021698 rtn 
+:      021701 get_param_payload_ptr:
+0x6c22 021702 fetch 2 ,mem_param_payload_ptr 
+0x6c23 021703 copy pdata ,contr 
+0x6c24 021704 rtn 
+:      021706 get_rfcomm_param_length_common:
+0x6c25 021707 fetch 2 ,mem_param_payload_ptr 
+0x6c26 021708 copy pdata ,contr 
+:      021709 get_rfcomm_length_common:
+0x6c27 021710 ifetch 1 ,contr 
+0x6c28 021711 copy pdata ,temp 
+0x6c29 021712 rshift temp ,temp 
+0x6c2a 021713 rtnbit1 0 
+0x6c2b 021714 ifetch 1 ,contr 
+0x6c2c 021715 lshift3 pdata ,pdata 
+0x6c2d 021716 lshift4 pdata ,pdata 
+0x6c2e 021717 iadd temp ,temp 
+0x6c2f 021718 rtn 
+:      021720 get_rfcomm_prarmer_negotiation:
+0x6c30 021721 ifetch 1 ,contr 
+0x6c31 021722 store 1 ,mem_pn_dlci 
+0x6c32 021723 ifetch 1 ,contr 
+0x6c33 021724 store 1 ,mem_pn_credit_flow_type_info 
+0x6c34 021725 ifetch 1 ,contr 
+0x6c35 021726 store 1 ,mem_pn_priority 
+0x6c36 021727 ifetch 1 ,contr 
+0x6c37 021728 store 1 ,mem_pn_acknowledg_timer 
+0x6c38 021729 ifetch 2 ,contr 
+0x6c39 021730 store 2 ,mem_pn_max_frame_size 
+0x6c3a 021731 ifetch 1 ,contr 
+0x6c3b 021732 store 1 ,mem_pn_max_retrans 
+0x6c3c 021733 ifetch 1 ,contr 
+0x6c3d 021734 store 1 ,mem_remote_credits 
+0x6c3e 021735 rtn 
+:      021738 parse_dlci0_rp_uih_ms_cmd:
+0x6c3f 021739 call get_rfcomm_param_modem_status 
+0x6c40 021740 fetch 1 ,mem_ms_channel 
+0x6c41 021741 sub pdata ,1 ,null 
+0x6c42 021742 branch parse_dlci0_rp_uih_ms_cmd_spp ,zero 
+0x6c43 021743 branch assert 
+:      021744 parse_dlci0_rp_uih_ms_cmd_spp:
+0x6c44 021745 fetch 1 ,mem_spp_state 
+0x6c45 021746 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6c46 021747 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6c47 021748 store 1 ,mem_spp_state 
+0x6c48 021749 fetcht 1 ,mem_pn_dlci 
+0x6c49 021750 lshift2 temp ,temp 
+0x6c4a 021751 or_into 3 ,temp 
+0x6c4b 021752 call rfcomm_send_modem_status_res 
+0x6c4c 021753 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
+0x6c4d 021754 branch rfcomm_rx_process_end 
+:      021756 parse_dlci0_rp_uih_ms_res:
+0x6c4e 021757 call get_rfcomm_param_modem_status 
+0x6c4f 021758 fetch 1 ,mem_ms_channel 
+0x6c50 021759 sub pdata ,1 ,null 
+0x6c51 021760 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
+0x6c52 021761 branch assert 
+:      021762 parse_dlci0_rp_uih_ms_res_spp:
+0x6c53 021763 fetch 1 ,mem_spp_state 
+0x6c54 021764 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6c55 021765 store 1 ,mem_spp_state 
+0x6c56 021766 branch rfcomm_rx_process_end 
+:      021768 parse_uih_rp:
+0x6c57 021769 fetch 1 ,mem_current_channel 
+0x6c58 021770 sub pdata ,spp_slave_channel ,null 
+0x6c59 021771 branch parse_uih_rp_spp ,zero 
+0x6c5a 021772 branch assert 
+:      021773 parse_uih_rp_spp:
+0x6c5b 021774 fetch 1 ,mem_current_frame_type 
+0x6c5c 021775 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
+0x6c5d 021776 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
+0x6c5e 021777 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6c5f 021778 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6c60 021779 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
+0x6c61 021780 branch assert 
+:      021781 parse_uih_rp_spp_ua:
+0x6c62 021782 fetch 1 ,mem_spp_state 
+0x6c63 021783 set1 rfcomm_channel_state_ua ,pdata 
+0x6c64 021784 store 1 ,mem_spp_state 
+0x6c65 021785 branch rfcomm_rx_process_end 
+:      021786 parse_uih_rp_spp_sabm:
+0x6c66 021787 fetch 1 ,mem_spp_state 
+0x6c67 021788 set1 rfcomm_channel_state_ua ,pdata 
+0x6c68 021789 set1 rfcomm_channel_state_sabm ,pdata 
+0x6c69 021790 store 1 ,mem_spp_state 
+0x6c6a 021791 fetch 1 ,mem_current_adss 
+0x6c6b 021792 call rfcomm_calculate_fcs_ua 
+0x6c6c 021793 store 1 ,mem_current_fcs 
+0x6c6d 021794 call rfcomm_send_ua 
+0x6c6e 021795 fetch 1 ,mem_current_adss 
+0x6c6f 021796 rshift2 pdata ,pdata 
+0x6c70 021797 store 1 ,mem_pn_dlci 
+0x6c71 021798 lshift2 pdata ,pdata 
+0x6c72 021799 set0 rfcomm_address_cr ,pdata 
+0x6c73 021800 set1 rfcomm_address_ext_len ,pdata 
+0x6c74 021801 arg mem_hiufcs_spp ,temp 
+0x6c75 021802 storet 2 ,mem_contw_temp 
+0x6c76 021803 call rfcomm_save_fcs_uih 
+0x6c77 021804 branch rfcomm_rx_process_end 
+:      021806 parse_uih_spp_uih_credits:
+0x6c78 021807 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6c79 021808 copy pdata ,contr 
+0x6c7a 021809 increase 1 ,pdata 
+0x6c7b 021810 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6c7c 021811 ifetch 1 ,contr 
+0x6c7d 021812 fetcht 1 ,mem_remote_credits 
+0x6c7e 021813 iadd temp ,pdata 
+0x6c7f 021814 store 1 ,mem_remote_credits 
+:      021815 parse_uih_spp_uih:
+0x6c80 021816 call rfcomm_increase_credit_given 
+:      021817 parse_uih_spp_uih_cont:
+0x6c81 021818 call get_rfcomm_snd_adss 
+0x6c82 021819 call rfcomm_send_uih_without_payload 
+0x6c83 021820 call spp_process_rx_data 
+0x6c84 021821 branch rfcomm_rx_process_end 
+:      021823 parse_uih_rp_spp_disconn:
+0x6c85 021824 call rfcomm_init_spp 
+0x6c86 021825 fetch 1 ,mem_current_adss 
+0x6c87 021826 call rfcomm_calculate_fcs_ua 
+0x6c88 021827 store 1 ,mem_current_fcs 
+0x6c89 021828 call rfcomm_send_ua 
+0x6c8a 021829 branch rfcomm_rx_process_end 
+:      021834 rfcomm_rx_process_reconn:
+0x6c8b 021835 fetch 2 ,mem_l2cap_payload_ptr 
+0x6c8c 021836 copy pdata ,contr 
+0x6c8d 021837 call get_rfcomm_head_struct 
+0x6c8e 021838 fetch 1 ,mem_current_channel 
+0x6c8f 021839 beq 0 ,parse_dlci0_reconn 
+0x6c90 021840 branch parse_uih_reconn 
+:      021842 parse_dlci0_reconn:
+0x6c91 021843 set1 mark_ext_patch ,mark 
+0x6c92 021844 bpatch patch38_2 ,mem_patch38 
+0x6c93 021845 fetch 1 ,mem_current_frame_type 
+0x6c94 021846 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6c95 021847 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6c96 021848 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
+0x6c97 021849 branch rfcomm_rx_process_end 
+:      021850 parse_dlci0_reconn_uih:
+0x6c98 021851 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6c99 021852 copy pdata ,contr 
+0x6c9a 021853 call get_rfcomm_uih_head_struct 
+0x6c9b 021854 fetch 1 ,mem_uih_cmd_type 
+0x6c9c 021855 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
+0x6c9d 021856 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
+0x6c9e 021857 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
+0x6c9f 021858 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
+0x6ca0 021859 branch rfcomm_rx_process_end 
+:      021861 parse_dlci0_reconn_uih_pn_cmd:
+0x6ca1 021862 call parse_dlci0_rp_uih_pn_res_common 
+0x6ca2 021863 fetch 1 ,mem_pn_dlci 
+0x6ca3 021864 rshift pdata ,pdata 
+0x6ca4 021865 fetcht 1 ,mem_remote_spp_channel 
+0x6ca5 021866 isub temp ,null 
+0x6ca6 021867 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
+0x6ca7 021868 branch assert 
+:      021869 parse_dlci0_reconn_uih_pn_cmd_spp:
+0x6ca8 021870 fetch 1 ,mem_spp_state 
+0x6ca9 021871 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6caa 021872 store 1 ,mem_spp_state 
+0x6cab 021873 branch rfcomm_rx_process_end 
+:      021875 parse_dlci0_reconn_uih_ms_cmd:
+0x6cac 021876 call get_rfcomm_param_modem_status 
+0x6cad 021877 fetch 1 ,mem_ms_channel 
+0x6cae 021878 fetcht 1 ,mem_remote_spp_channel 
+0x6caf 021879 isub temp ,null 
+0x6cb0 021880 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
+0x6cb1 021881 branch assert 
+0x6cb2 021882 branch rfcomm_rx_process_end 
+:      021883 parse_dlci0_reconn_uih_ms_cmd_spp:
+0x6cb3 021884 fetch 1 ,mem_spp_state 
+0x6cb4 021885 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6cb5 021886 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6cb6 021887 store 1 ,mem_spp_state 
+0x6cb7 021888 fetcht 1 ,mem_pn_dlci 
+0x6cb8 021889 lshift2 temp ,temp 
+0x6cb9 021890 or_into 3 ,temp 
+0x6cba 021891 call rfcomm_send_modem_status_res 
+0x6cbb 021892 branch rfcomm_rx_process_end 
+:      021894 parse_dlci0_reconn_uih_ms_res:
+0x6cbc 021895 call get_rfcomm_param_modem_status 
+0x6cbd 021896 fetch 1 ,mem_ms_channel 
+0x6cbe 021897 fetcht 1 ,mem_remote_spp_channel 
+0x6cbf 021898 isub temp ,null 
+0x6cc0 021899 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
+0x6cc1 021900 branch assert 
+:      021901 parse_dlci0_reconn_uih_ms_res_spp:
+0x6cc2 021902 fetch 1 ,mem_spp_state 
+0x6cc3 021903 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6cc4 021904 store 1 ,mem_spp_state 
+0x6cc5 021905 branch rfcomm_rx_process_end 
+:      021907 parse_uih_reconn:
+0x6cc6 021908 fetch 1 ,mem_current_channel 
+0x6cc7 021909 fetcht 1 ,mem_remote_spp_channel 
+0x6cc8 021910 isub temp ,null 
+0x6cc9 021911 branch parse_uih_reconn_spp ,zero 
+0x6cca 021912 branch assert 
+0x6ccb 021913 branch rfcomm_rx_process_end 
+:      021915 parse_uih_reconn_spp:
+0x6ccc 021916 fetch 1 ,mem_current_frame_type 
+0x6ccd 021917 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
+0x6cce 021918 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6ccf 021919 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6cd0 021920 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
+:      021921 parse_uih_reconn_spp_ua:
+0x6cd1 021922 fetch 1 ,mem_spp_state 
+0x6cd2 021923 set1 rfcomm_channel_state_ua ,pdata 
+0x6cd3 021924 store 1 ,mem_spp_state 
+0x6cd4 021925 branch rfcomm_rx_process_end 
+:      021926 parse_uih_reconn_spp_sabm:
+0x6cd5 021927 branch parse_uih_reconn_spp_sabm 
+:      021928 parse_uih_reconn_spp_disconn:
+0x6cd6 021929 branch parse_uih_rp_spp_disconn 
+:      021930 rfcomm_rx_process_end:
+0x6cd7 021931 rtn 
+:      021933 rfcomm_send_more_pkt:
+0x6cd8 021934 fetch 1 ,mem_rfcomm_send_more_pkt 
+0x6cd9 021935 rtn blank 
+0x6cda 021936 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
+0x6cdb 021937 branch assert 
+:      021939 rfcomm_send_more_pkt_msc_cmd_spp:
+0x6cdc 021940 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6cdd 021941 call l2cap_malloc_rfcomm_channel 
+0x6cde 021942 arg spp_slave_channel ,temp 
+0x6cdf 021943 lshift3 temp ,temp 
+:      021944 rfcomm_send_more_pkt_msc_cmd_spp0:
+0x6ce0 021945 or_into 0x03 ,temp 
+0x6ce1 021946 arg 0xaa ,rega 
+0x6ce2 021947 call rfcomm_send_modem_status_cmd 
+0x6ce3 021948 call l2cap_get_rfcomm_tx_buff 
+0x6ce4 021949 copy contw ,contr 
+0x6ce5 021950 ifetch 2 ,contr 
+0x6ce6 021951 branch assert ,blank 
+0x6ce7 021952 rtn 
+:      021954 rfcomm_send_sabm:
+0x6ce8 021955 set1 mark_ext_patch ,mark 
+0x6ce9 021956 bpatch patch38_3 ,mem_patch38 
+0x6cea 021957 call l2cap_get_rfcomm_tx_buff 
+0x6ceb 021958 setarg 0x0004 
+0x6cec 021959 istore 2 ,contw 
+0x6ced 021960 fetch 2 ,mem_rfcomm_remote_cid 
+0x6cee 021961 istore 2 ,contw 
+0x6cef 021962 fetch 1 ,mem_current_adss 
+0x6cf0 021963 istore 1 ,contw 
+0x6cf1 021964 setarg 0x013f 
+0x6cf2 021965 istore 2 ,contw 
+0x6cf3 021966 fetch 1 ,mem_current_fcs 
+0x6cf4 021967 istore 1 ,contw 
+0x6cf5 021968 rtn 
+:      021969 rfcomm_send_ua:
+0x6cf6 021970 set1 mark_ext_patch ,mark 
+0x6cf7 021971 bpatch patch38_4 ,mem_patch38 
+0x6cf8 021972 call l2cap_malloc_rfcomm_channel 
+0x6cf9 021973 call l2cap_get_rfcomm_tx_buff 
+0x6cfa 021974 setarg 0x0004 
+0x6cfb 021975 istore 2 ,contw 
+0x6cfc 021976 fetch 2 ,mem_rfcomm_remote_cid 
+0x6cfd 021977 istore 2 ,contw 
+0x6cfe 021978 fetch 1 ,mem_current_adss 
+0x6cff 021979 istore 1 ,contw 
+0x6d00 021980 setarg 0x0173 
+0x6d01 021981 istore 2 ,contw 
+0x6d02 021982 fetch 1 ,mem_current_fcs 
+0x6d03 021983 istore 1 ,contw 
+0x6d04 021984 rtn 
+:      021985 rfcomm_send_param_neg_cmd:
+0x6d05 021986 set1 mark_ext_patch ,mark 
+0x6d06 021987 bpatch patch38_5 ,mem_patch38 
+0x6d07 021988 call l2cap_get_rfcomm_tx_buff 
+0x6d08 021989 setarg 0x000e 
+0x6d09 021990 istore 2 ,contw 
+0x6d0a 021991 fetch 2 ,mem_rfcomm_remote_cid 
+0x6d0b 021992 istore 2 ,contw 
+0x6d0c 021993 fetch 1 ,mem_rfcomm_initiator 
+0x6d0d 021994 lshift pdata ,pdata 
+0x6d0e 021995 set1 0 ,pdata 
+0x6d0f 021996 istore 1 ,contw 
+0x6d10 021997 setarg 0x15ef 
+0x6d11 021998 istore 2 ,contw 
+0x6d12 021999 setarg 0x1183 
+0x6d13 022000 istore 2 ,contw 
+0x6d14 022001 copy temp ,pdata 
+0x6d15 022002 istore 1 ,contw 
+0x6d16 022003 setarg 0x0000f0 
+0x6d17 022004 istore 3 ,contw 
+0x6d18 022005 setarg rfcomm_max_frame_size 
+0x6d19 022006 istore 2 ,contw 
+0x6d1a 022007 setarg 0 
+0x6d1b 022008 istore 1 ,contw 
+0x6d1c 022009 setarg 0x01 
+0x6d1d 022010 istore 1 ,contw 
+0x6d1e 022011 call rfcomm_calculate_fcs_dlci0 
+0x6d1f 022012 istore 1 ,contw 
+0x6d20 022013 jam 0x10 ,mem_credit_given 
+0x6d21 022014 rtn 
+:      022015 rfcomm_send_param_neg_res:
+0x6d22 022016 set1 mark_ext_patch ,mark 
+0x6d23 022017 bpatch patch38_6 ,mem_patch38 
+0x6d24 022018 call l2cap_malloc_rfcomm_channel 
+0x6d25 022019 call l2cap_get_rfcomm_tx_buff 
+0x6d26 022020 setarg 0x000e 
+0x6d27 022021 istore 2 ,contw 
+0x6d28 022022 fetch 2 ,mem_rfcomm_remote_cid 
+0x6d29 022023 istore 2 ,contw 
+0x6d2a 022024 fetch 1 ,mem_rfcomm_initiator 
+0x6d2b 022025 lshift pdata ,pdata 
+0x6d2c 022026 set1 0 ,pdata 
+0x6d2d 022027 istore 1 ,contw 
+0x6d2e 022028 setarg 0x15ef 
+0x6d2f 022029 istore 2 ,contw 
+0x6d30 022030 setarg 0x1181 
+0x6d31 022031 istore 2 ,contw 
+0x6d32 022032 fetch 1 ,mem_pn_dlci 
+0x6d33 022033 istore 1 ,contw 
+0x6d34 022034 setarg 0x0000e0 
+0x6d35 022035 istore 3 ,contw 
+0x6d36 022036 setarg rfcomm_max_frame_size 
+0x6d37 022037 istore 2 ,contw 
+0x6d38 022038 setarg 0x00 
+0x6d39 022039 istore 1 ,contw 
+0x6d3a 022040 setarg 0x07 
+0x6d3b 022041 istore 1 ,contw 
+0x6d3c 022042 call rfcomm_calculate_fcs_dlci0 
+0x6d3d 022043 istore 1 ,contw 
+0x6d3e 022044 rtn 
+:      022045 rfcomm_send_modem_status_cmd:
+0x6d3f 022046 set1 mark_ext_patch ,mark 
+0x6d40 022047 bpatch patch38_7 ,mem_patch38 
+0x6d41 022048 call l2cap_get_rfcomm_tx_buff 
+0x6d42 022049 setarg 0x0008 
+0x6d43 022050 istore 2 ,contw 
+0x6d44 022051 fetch 2 ,mem_rfcomm_remote_cid 
+0x6d45 022052 istore 2 ,contw 
+0x6d46 022053 fetch 1 ,mem_rfcomm_initiator 
+0x6d47 022054 lshift pdata ,pdata 
+0x6d48 022055 set1 0 ,pdata 
+0x6d49 022056 istore 1 ,contw 
+0x6d4a 022057 setarg 0x09ef 
+0x6d4b 022058 istore 2 ,contw 
+0x6d4c 022059 setarg 0x05e3 
+0x6d4d 022060 istore 2 ,contw 
+0x6d4e 022061 copy temp ,pdata 
+0x6d4f 022062 istore 1 ,contw 
+0x6d50 022063 setarg 0x8d 
+0x6d51 022064 istore 1 ,contw 
+0x6d52 022065 call rfcomm_calculate_fcs_dlci0 
+0x6d53 022066 istore 1 ,contw 
+0x6d54 022067 rtn 
+:      022069 rfcomm_send_modem_status_res:
+0x6d55 022070 set1 mark_ext_patch ,mark 
+0x6d56 022071 bpatch patch39_0 ,mem_patch39 
+0x6d57 022072 call l2cap_malloc_rfcomm_channel 
+0x6d58 022073 call l2cap_get_rfcomm_tx_buff 
+0x6d59 022074 setarg 0x0008 
+0x6d5a 022075 istore 2 ,contw 
+0x6d5b 022076 fetch 2 ,mem_rfcomm_remote_cid 
+0x6d5c 022077 istore 2 ,contw 
+0x6d5d 022078 copy temp ,timeup 
+0x6d5e 022079 fetch 1 ,mem_rfcomm_initiator 
+0x6d5f 022080 lshift pdata ,pdata 
+0x6d60 022081 set1 0 ,pdata 
+0x6d61 022082 istore 1 ,contw 
+0x6d62 022083 setarg 0x09ef 
+0x6d63 022084 istore 2 ,contw 
+0x6d64 022085 setarg 0x05e1 
+0x6d65 022086 istore 2 ,contw 
+0x6d66 022087 copy timeup ,pdata 
+0x6d67 022088 istore 1 ,contw 
+0x6d68 022089 setarg 0x8d 
+0x6d69 022090 istore 1 ,contw 
+0x6d6a 022091 call rfcomm_calculate_fcs_dlci0 
+0x6d6b 022092 istore 1 ,contw 
+0x6d6c 022093 rtn 
+:      022095 rfcomm_send_uih_without_payload:
+0x6d6d 022096 set1 mark_ext_patch ,mark 
+0x6d6e 022097 bpatch patch39_1 ,mem_patch39 
+0x6d6f 022098 fetch 1 ,mem_credit_given 
+0x6d70 022099 rtn blank 
+0x6d71 022100 hfetch 2 ,core_uart_rxitems 
+0x6d72 022101 nrtn blank 
+0x6d73 022102 copy rega ,pdata 
+0x6d74 022103 store 1 ,mem_pdatatemp + 1 
+0x6d75 022104 storet 1 ,mem_pdatatemp 
+0x6d76 022105 call l2cap_malloc_is_fifo_full 
+0x6d77 022106 nrtn blank 
+0x6d78 022107 call l2cap_malloc_rfcomm_channel 
+0x6d79 022108 call l2cap_get_rfcomm_tx_buff 
+0x6d7a 022109 setarg 0x05 
+0x6d7b 022110 istore 2 ,contw 
+0x6d7c 022111 fetch 2 ,mem_rfcomm_remote_cid 
+0x6d7d 022112 istore 2 ,contw 
+0x6d7e 022113 fetch 1 ,mem_rfcomm_send_adss 
+0x6d7f 022114 istore 1 ,contw 
+0x6d80 022115 setarg 0x01ff 
+0x6d81 022116 istore 2 ,contw 
+0x6d82 022117 fetch 1 ,mem_credit_given 
+0x6d83 022118 istore 1 ,contw 
+0x6d84 022119 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6d85 022120 istore 1 ,contw 
+0x6d86 022121 jam 0 ,mem_credit_given 
+0x6d87 022122 rtn 
+:      022124 rfcomm_increase_credit_given:
+0x6d88 022125 fetch 2 ,mem_current_length 
+0x6d89 022126 rtn blank 
+0x6d8a 022127 fetch 1 ,mem_credit_given 
+0x6d8b 022128 increase 1 ,pdata 
+0x6d8c 022129 store 1 ,mem_credit_given 
+0x6d8d 022130 rtn 
+:      022132 spp_process_rx_data:
+0x6d8e 022133 set1 mark_ext_patch ,mark 
+0x6d8f 022134 bpatch patch39_2 ,mem_patch39 
+0x6d90 022135 fetch 2 ,mem_current_length 
+0x6d91 022136 copy pdata ,loopcnt 
+0x6d92 022137 call uartd_prepare_tx 
+0x6d93 022138 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6d94 022139 copy pdata ,contr 
+0x6d95 022140 call uart_copy_tx_bytes 
+0x6d96 022141 branch uartd_send 
+:      022143 spp_tx_rfcomm_packet:
+0x6d97 022144 set1 mark_ext_patch ,mark 
+0x6d98 022145 bpatch patch39_3 ,mem_patch39 
+0x6d99 022147 fetch 1 ,mem_remote_credits 
+0x6d9a 022148 rtn blank 
+0x6d9b 022149 increase -1 ,pdata 
+0x6d9c 022150 store 1 ,mem_remote_credits 
+0x6d9d 022151 fetch 2 ,mem_pn_max_frame_size 
+0x6d9e 022152 fetcht 2 ,mem_current_packet_length 
+0x6d9f 022153 isub temp ,null 
+0x6da0 022154 branch spp_tx_rfcomm_from_uart ,positive 
+0x6da1 022155 store 2 ,mem_current_packet_length 
+:      022156 spp_tx_rfcomm_from_uart:
+0x6da2 022157 fetch 1 ,mem_credit_given 
+0x6da3 022158 branch spp_tx_rfcomm_from_uart_without_credit ,blank 
+0x6da4 022159 jam 1 ,mem_rfcomm_send_offset 
+0x6da5 022160 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6da6 022161 store 1 ,mem_rfcomm_send_fcs 
+0x6da7 022162 setarg rsp_rx_uih_wdata 
+0x6da8 022163 store 1 ,mem_rfcomm_send_frame_type 
+0x6da9 022164 branch spp_tx_rfcomm_from_uart_common 
+:      022165 spp_tx_rfcomm_from_uart_without_credit:
+0x6daa 022166 jam 0 ,mem_rfcomm_send_offset 
+0x6dab 022167 fetch 1 ,mem_hiufcs_spp 
+0x6dac 022168 store 1 ,mem_rfcomm_send_fcs 
+0x6dad 022169 setarg rsp_tx_uih 
+0x6dae 022170 store 1 ,mem_rfcomm_send_frame_type 
+:      022171 spp_tx_rfcomm_from_uart_common:
+0x6daf 022172 set1 mark_ext_patch ,mark 
+0x6db0 022173 bpatch patch39_4 ,mem_patch39 
+0x6db1 022174 fetch 1 ,mem_current_packet_length 
+0x6db2 022175 sub pdata ,127 ,null 
+0x6db3 022176 branch spp_tx_rfcomm_from_uart_common0 ,positive 
+0x6db4 022177 fetch 1 ,mem_rfcomm_send_offset 
+0x6db5 022178 increase 1 ,pdata 
+0x6db6 022179 store 1 ,mem_rfcomm_send_offset 
+:      022180 spp_tx_rfcomm_from_uart_common0:
+0x6db7 022181 call get_rfcomm_snd_adss 
+0x6db8 022182 fetch 2 ,mem_current_packet_length 
+0x6db9 022183 increase 8 ,pdata 
+0x6dba 022184 fetcht 1 ,mem_rfcomm_send_offset 
+0x6dbb 022185 iadd temp ,rega 
+0x6dbc 022187 call l2cap_malloc 
+0x6dbd 022188 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x6dbe 022189 increase 4 ,pdata 
+0x6dbf 022190 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x6dc0 022191 copy pdata ,contw 
+0x6dc1 022192 fetch 1 ,mem_rfcomm_send_adss 
+0x6dc2 022193 istore 1 ,contw 
+0x6dc3 022194 fetch 1 ,mem_rfcomm_send_frame_type 
+0x6dc4 022195 istore 1 ,contw 
+0x6dc5 022196 call spp_tx_write_length 
+0x6dc6 022197 call spp_tx_write_given_credit 
+0x6dc7 022198 call get_uart_rrptr 
+0x6dc8 022199 fetch 1 ,mem_current_packet_length 
+0x6dc9 022200 copy pdata ,loopcnt 
+0x6dca 022201 call uart_copy_rx_bytes 
+0x6dcb 022202 fetch 1 ,mem_rfcomm_send_fcs 
+0x6dcc 022203 istore 1 ,contw 
+0x6dcd 022204 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x6dce 022205 copy pdata ,contw 
+0x6dcf 022206 fetch 2 ,mem_current_packet_length 
+0x6dd0 022207 fetcht 1 ,mem_rfcomm_send_offset 
+0x6dd1 022208 iadd temp ,pdata 
+0x6dd2 022209 increase 4 ,pdata 
+0x6dd3 022210 istore 2 ,contw 
+0x6dd4 022211 fetch 2 ,mem_rfcomm_remote_cid 
+0x6dd5 022212 istore 2 ,contw 
+0x6dd6 022213 jam 0 ,mem_credit_given 
+0x6dd7 022214 branch spp_send_end 
+:      022216 spp_tx_write_length:
+0x6dd8 022217 fetch 2 ,mem_current_packet_length 
+0x6dd9 022218 sub pdata ,0x7f ,null 
+0x6dda 022219 nbranch spp_tx_write_long_packet ,positive 
+0x6ddb 022220 lshift pdata ,pdata 
+0x6ddc 022221 set1 0 ,pdata 
+0x6ddd 022222 istore 1 ,contw 
+0x6dde 022223 rtn 
+:      022224 spp_tx_write_long_packet:
+0x6ddf 022225 fetch 2 ,mem_current_packet_length 
+0x6de0 022226 rshift3 pdata ,pdata 
+0x6de1 022227 rshift4 pdata ,temp 
+0x6de2 022228 and_into 0x7f ,pdata 
+0x6de3 022229 lshift pdata ,pdata 
+0x6de4 022230 set0 0 ,pdata 
+0x6de5 022231 istore 1 ,contw 
+0x6de6 022232 istoret 1 ,contw 
+0x6de7 022233 rtn 
+:      022234 spp_tx_write_given_credit:
+0x6de8 022235 fetch 1 ,mem_credit_given 
+0x6de9 022236 rtn blank 
+0x6dea 022237 istore 1 ,contw 
+0x6deb 022238 rtn 
+:      022243 scheduler_process:
+0x6dec 022244 set1 mark_ext_patch ,mark 
+0x6ded 022245 bpatch patch33_5 ,mem_patch33 
+0x6dee 022246 call check_51cmd 
+0x6def 022247 call app_process_bb_event 
+0x6df0 022248 call process_conn_sm 
+0x6df1 022250 set1 mark_ext_patch ,mark 
+0x6df2 022251 bpatch patch33_6 ,mem_patch33 
+0x6df3 022252 call sp_calc_sequence 
+0x6df4 022253 call simple_pairing_sequence 
+0x6df5 022254 call master_simple_paring_sequence 
+0x6df6 022256 set1 mark_ext_patch ,mark 
+0x6df7 022257 bpatch patch33_7 ,mem_patch33 
+0x6df8 022258 fetch 1 ,mem_device_option 
+0x6df9 022259 rtneq dvc_op_hci 
+0x6dfa 022261 call l2cap_malloc_is_fifo_full 
+0x6dfb 022262 nrtn blank 
+0x6dfc 022264 call l2cap_call_proc_sigal_pending 
+:      022265 scheduler_process1:
+0x6dfd 022266 call l2cap_malloc_is_fifo_full 
+0x6dfe 022267 nrtn blank 
+0x6dff 022268 set1 mark_ext_patch ,mark 
+0x6e00 022269 bpatch patch34_0 ,mem_patch34 
+0x6e01 022271 call process_upper_sm 
+0x6e02 022272 call l2cap_send_config_req 
+0x6e03 022273 call rfcomm_send_more_pkt 
+:      022274 scheduler_process0:
+0x6e04 022275 call scheduler_tx_disconnect_hid 
+0x6e05 022276 set1 mark_ext_patch ,mark 
+0x6e06 022277 bpatch patch34_1 ,mem_patch34 
+0x6e07 022278 call l2cap_malloc_is_fifo_full 
+0x6e08 022279 nrtn blank 
+0x6e09 022280 branch app_process_bt 
+:      022282 scheduler_tx_disconnect_hid:
+0x6e0a 022283 set1 mark_ext_patch ,mark 
+0x6e0b 022284 bpatch patch34_2 ,mem_patch34 
+0x6e0c 022285 fetch 1 ,mem_control_tasks 
+0x6e0d 022286 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
+0x6e0e 022287 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
+0x6e0f 022288 rtn 
+:      022290 scheduler_tx_l2cap_pkt:
+0x6e10 022291 set1 mark_ext_patch ,mark 
+0x6e11 022292 bpatch patch34_3 ,mem_patch34 
+0x6e12 022293 call l2cap_malloc_is_fifo_empty 
+0x6e13 022294 rtn blank 
+0x6e14 022295 fetch 1 ,mem_op 
+0x6e15 022296 rtnbit1 op_txl2cap 
+0x6e16 022297 call l2cap_malloc_fifo_out 
+0x6e17 022298 store 2 ,mem_txptr 
+0x6e18 022299 copy pdata ,contr 
+0x6e19 022300 ifetch 2 ,contr 
+0x6e1a 022301 increase 4 ,pdata 
+0x6e1b 022302 store 2 ,mem_tx_len 
+0x6e1c 022303 jam 6 ,mem_tx_lch 
+0x6e1d 022304 set1 mark_ext_patch ,mark 
+0x6e1e 022305 bpatch patch34_4 ,mem_patch34 
+0x6e1f 022306 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6e20 022307 branch scheduler_tx_l2cap_start_pkt ,blank 
+0x6e21 022308 fetch 1 ,mem_op 
+0x6e22 022309 rtnbit0 op_pkt_comp 
+0x6e23 022310 set0 op_pkt_comp ,pdata 
+0x6e24 022311 store 1 ,mem_op 
+0x6e25 022312 jam 5 ,mem_tx_lch 
+0x6e26 022313 fetcht 2 ,mem_l2cap_tx_multi_offset 
+0x6e27 022314 fetch 2 ,mem_txptr 
+0x6e28 022315 iadd temp ,pdata 
+0x6e29 022316 store 2 ,mem_txptr 
+0x6e2a 022317 fetch 2 ,mem_tx_len 
+0x6e2b 022318 isub temp ,pdata 
+0x6e2c 022319 store 2 ,mem_tx_len 
+:      022320 scheduler_tx_l2cap_start_pkt:
+0x6e2d 022321 set1 mark_ext_patch ,mark 
+0x6e2e 022322 bpatch patch34_5 ,mem_patch34 
+0x6e2f 022323 fetch 2 ,mem_tx_len 
+0x6e30 022324 branch assert ,blank 
+0x6e31 022325 arg l2cap_max_pkt_len ,temp 
+0x6e32 022326 isub temp ,pdata 
+0x6e33 022327 nbranch scheduler_tx_l2cap_last_pkt ,positive 
+0x6e34 022328 set1 mark_ext_patch ,mark 
+0x6e35 022329 bpatch patch34_6 ,mem_patch34 
+0x6e36 022330 storet 2 ,mem_tx_len 
+0x6e37 022331 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6e38 022332 iadd temp ,pdata 
+0x6e39 022333 store 2 ,mem_l2cap_tx_multi_offset 
+0x6e3a 022334 branch scheduler_tx_l2cap_pkt_end 
+:      022335 scheduler_tx_l2cap_last_pkt:
+0x6e3b 022336 setarg 0 
+0x6e3c 022337 store 2 ,mem_l2cap_tx_multi_offset 
+:      022338 scheduler_tx_l2cap_pkt_end:
+0x6e3d 022339 fetch 1 ,mem_op 
+0x6e3e 022340 set1 op_txl2cap ,pdata 
+0x6e3f 022341 store 1 ,mem_op 
+0x6e40 022342 rtn 
+:      022344 scheduler_start_upper_sm:
+0x6e41 022345 fetch 1 ,mem_ui_profile_supported 
+0x6e42 022346 bbit1 support_hid ,scheduler_start_upper_sm_hid 
+0x6e43 022347 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
+0x6e44 022348 rtn 
+:      022349 scheduler_start_upper_sm_hid:
+0x6e45 022350 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6e46 022351 rtn 
+:      022353 process_upper_sm:
+0x6e47 022354 fetch 1 ,memui_reconnect_mode 
+0x6e48 022355 nbranch process_upper_sm_reconn ,blank 
+:      022356 process_upper_sm_remote_page:
+0x6e49 022357 fetch 1 ,mem_upper_sm_remote_page 
+0x6e4a 022359 rtn blank 
+0x6e4b 022361 jam 0 ,mem_upper_sm_remote_page 
+:      022362 process_upper_sm_rp_wait:
+0x6e4c 022363 rtn 
+:      022366 process_upper_sm_reconn:
+0x6e4d 022367 set1 mark_ext_patch ,mark 
+0x6e4e 022368 bpatch patch34_7 ,mem_patch34 
+0x6e4f 022369 fetch 1 ,mem_upper_sm_reconn 
+0x6e50 022370 rtn blank 
+0x6e51 022371 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
+0x6e52 022372 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
+0x6e53 022373 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
+0x6e54 022374 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
+0x6e55 022375 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
+0x6e56 022376 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
+0x6e57 022377 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
+0x6e58 022378 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
+0x6e59 022379 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
+0x6e5a 022380 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
+0x6e5b 022381 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
+0x6e5c 022382 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
+0x6e5d 022383 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
+0x6e5e 022384 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
+0x6e5f 022385 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
+0x6e60 022386 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
+0x6e61 022387 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
+0x6e62 022388 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
+0x6e63 022389 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
+0x6e64 022390 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
+0x6e65 022391 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
+0x6e66 022392 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
+0x6e67 022393 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
+0x6e68 022394 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
+0x6e69 022395 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
+0x6e6a 022396 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
+0x6e6b 022397 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
+0x6e6c 022398 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
+:      022399 process_upper_sm_reconn_wait:
+0x6e6d 022400 rtn 
+:      022401 process_upper_sm_reconn_sdp_conn:
+0x6e6e 022402 call upper_sm_send_sdp_conn 
+0x6e6f 022403 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
+0x6e70 022404 fetch 1 ,mem_sdp_state 
+0x6e71 022405 set1 l2cap_channel_state_conn_req ,pdata 
+0x6e72 022406 store 1 ,mem_sdp_state 
+0x6e73 022407 rtn 
+:      022408 process_upper_sm_reconn_sdp_cfg:
+0x6e74 022409 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6e75 022410 fetch 1 ,mem_sdp_state 
+0x6e76 022411 rtnbit1 l2cap_channel_state_snd_cfg_req 
+0x6e77 022412 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6e78 022413 call upper_sm_send_sdp_cfg 
+0x6e79 022414 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6e7a 022415 fetch 1 ,mem_sdp_state 
+0x6e7b 022416 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6e7c 022417 store 1 ,mem_sdp_state 
+0x6e7d 022418 rtn 
+:      022419 process_upper_sm_reconn_ss_spp:
+0x6e7e 022420 call l2cap_malloc_is_fifo_empty 
+0x6e7f 022421 nrtn blank 
+0x6e80 022422 call upper_sm_send_ss_spp 
+0x6e81 022423 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
+0x6e82 022424 rtn 
+:      022425 process_upper_sm_reconn_sdp_disconn:
+0x6e83 022426 call upper_sm_send_sdp_disconn 
+0x6e84 022427 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
+0x6e85 022428 rtn 
+:      022429 process_upper_sm_reconn_hid_ctrl_conn:
+0x6e86 022430 call upper_sm_send_hid_ctrl_conn 
+0x6e87 022431 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
+0x6e88 022432 fetch 1 ,mem_hid_control_state 
+0x6e89 022433 set1 l2cap_channel_state_conn_req ,pdata 
+0x6e8a 022434 store 1 ,mem_hid_control_state 
+0x6e8b 022435 rtn 
+:      022436 process_upper_sm_reconn_hid_ctrl_cfg:
+0x6e8c 022437 call upper_sm_send_hid_ctrl_cfg 
+0x6e8d 022438 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
+0x6e8e 022439 fetch 1 ,mem_hid_control_state 
+0x6e8f 022440 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6e90 022441 store 1 ,mem_hid_control_state 
+0x6e91 022442 rtn 
+:      022443 process_upper_sm_reconn_hid_int_conn:
+0x6e92 022444 call upper_sm_send_hid_int_conn 
+0x6e93 022445 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
+0x6e94 022446 fetch 1 ,mem_hid_interrupt_state 
+0x6e95 022447 set1 l2cap_channel_state_conn_req ,pdata 
+0x6e96 022448 store 1 ,mem_hid_interrupt_state 
+0x6e97 022449 rtn 
+:      022450 process_upper_sm_reconn_hid_int_cfg:
+0x6e98 022451 call upper_sm_send_hid_int_cfg 
+0x6e99 022452 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
+0x6e9a 022453 fetch 1 ,mem_hid_interrupt_state 
+0x6e9b 022454 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6e9c 022455 store 1 ,mem_hid_interrupt_state 
+0x6e9d 022456 rtn 
+:      022457 process_upper_sm_reconn_rfcomm_conn:
+0x6e9e 022458 call upper_sm_send_rfcomm_conn 
+0x6e9f 022459 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
+0x6ea0 022460 fetch 1 ,mem_rfcomm_state 
+0x6ea1 022461 set1 l2cap_channel_state_conn_req ,pdata 
+0x6ea2 022462 store 1 ,mem_rfcomm_state 
+0x6ea3 022463 rtn 
+:      022464 process_upper_sm_reconn_rfcomm_cfg:
+0x6ea4 022465 call upper_sm_send_rfcomm_cfg 
+0x6ea5 022466 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
+0x6ea6 022467 fetch 1 ,mem_rfcomm_state 
+0x6ea7 022468 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6ea8 022469 store 1 ,mem_rfcomm_state 
+0x6ea9 022470 rtn 
+:      022471 process_upper_sm_reconn_rfcomm_sabm:
+0x6eaa 022472 call upper_sm_send_rfcomm_sabm 
+0x6eab 022473 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
+0x6eac 022474 fetch 1 ,mem_rfcomm_state 
+0x6ead 022475 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6eae 022476 store 1 ,mem_rfcomm_state 
+0x6eaf 022477 rtn 
+:      022478 process_upper_sm_reconn_spp_cmd_pn:
+0x6eb0 022479 call upper_sm_send_spp_cmd_pn 
+0x6eb1 022480 fetch 1 ,mem_spp_state 
+0x6eb2 022481 set1 rfcomm_channel_state_pn_cmd 
+0x6eb3 022482 store 1 ,mem_spp_state 
+0x6eb4 022483 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
+0x6eb5 022484 rtn 
+:      022485 process_upper_sm_reconn_spp_sabm:
+0x6eb6 022486 call upper_sm_send_spp_sabm 
+0x6eb7 022487 fetch 1 ,mem_spp_state 
+0x6eb8 022488 set1 rfcomm_channel_state_sabm 
+0x6eb9 022489 store 1 ,mem_spp_state 
+0x6eba 022490 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
+0x6ebb 022491 fetch 1 ,mem_remote_spp_channel 
+0x6ebc 022492 lshift3 pdata ,pdata 
+0x6ebd 022493 or_into 3 ,pdata 
+0x6ebe 022494 arg mem_hiufcs_spp ,temp 
+0x6ebf 022495 storet 2 ,mem_contw_temp 
+0x6ec0 022496 branch rfcomm_save_fcs_uih 
+:      022497 process_upper_sm_reconn_spp_cmd_ms:
+0x6ec1 022498 call upper_sm_send_spp_cmd_ms 
+0x6ec2 022499 fetch 1 ,mem_spp_state 
+0x6ec3 022500 set1 rfcomm_channel_state_snd_ms_cmd 
+0x6ec4 022501 store 1 ,mem_spp_state 
+0x6ec5 022502 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
+0x6ec6 022503 rtn 
+:      022505 process_upper_sm_reconn_sdp_conn_wait:
+0x6ec7 022506 fetch 1 ,mem_sdp_state 
+0x6ec8 022507 rtnbit0 l2cap_channel_state_conn_res 
+0x6ec9 022508 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6eca 022509 branch process_upper_sm_reconn 
+:      022510 process_upper_sm_reconn_sdp_cfg_wait:
+0x6ecb 022511 fetch 1 ,mem_sdp_state 
+0x6ecc 022512 rtnne l2cap_channel_setup_complete 
+0x6ecd 022513 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
+:      022514 process_upper_sm_reconn_ss_spp_wait:
+0x6ece 022515 fetch 1 ,mem_message_to_uppersm 
+0x6ecf 022516 rtnne recieve_ss_reasult_hf 
+0x6ed0 022517 jam 0 ,mem_message_to_uppersm 
+0x6ed1 022518 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
+0x6ed2 022519 branch process_upper_sm_reconn 
+:      022520 process_upper_sm_reconn_sdp_disconn_wait:
+0x6ed3 022521 fetch 1 ,mem_sdp_state 
+0x6ed4 022522 nrtn blank 
+0x6ed5 022523 fetch 1 ,mem_ui_profile_supported 
+0x6ed6 022524 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
+0x6ed7 022525 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6ed8 022526 branch process_upper_sm_reconn_termination 
+:      022527 process_upper_sm_reconn_hid_ctrl_conn_wait:
+0x6ed9 022528 fetch 1 ,mem_hid_control_state 
+0x6eda 022529 rtnbit0 l2cap_channel_state_conn_res 
+0x6edb 022530 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
+0x6edc 022531 branch process_upper_sm_reconn 
+:      022532 process_upper_sm_reconn_hid_ctrl_cfg_wait:
+0x6edd 022533 fetch 1 ,mem_hid_control_state 
+0x6ede 022534 rtnne l2cap_channel_setup_complete 
+0x6edf 022535 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
+0x6ee0 022536 branch process_upper_sm_reconn 
+:      022537 process_upper_sm_reconn_hid_int_conn_wait:
+0x6ee1 022538 fetch 1 ,mem_hid_interrupt_state 
+0x6ee2 022539 rtnbit0 l2cap_channel_state_conn_res 
+0x6ee3 022540 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
+0x6ee4 022541 branch process_upper_sm_reconn 
+:      022542 process_upper_sm_reconn_hid_int_cfg_wait:
+0x6ee5 022543 fetch 1 ,mem_hid_interrupt_state 
+0x6ee6 022544 rtnne l2cap_channel_setup_complete 
+0x6ee7 022545 fetch 1 ,mem_ui_profile_supported 
+0x6ee8 022546 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6ee9 022547 branch process_upper_sm_reconn_termination 
+:      022548 process_upper_sm_reconn_rfcomm_conn_wait:
+0x6eea 022549 fetch 1 ,mem_rfcomm_state 
+0x6eeb 022550 rtnbit0 l2cap_channel_state_conn_res 
+0x6eec 022551 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
+0x6eed 022552 branch process_upper_sm_reconn 
+:      022553 process_upper_sm_reconn_rfcomm_cfg_wait:
+0x6eee 022554 fetch 1 ,mem_rfcomm_state 
+0x6eef 022555 rtnne l2cap_channel_setup_complete 
+0x6ef0 022556 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
+0x6ef1 022557 branch process_upper_sm_reconn 
+:      022558 process_upper_sm_reconn_rfcomm_sabm_wait:
+0x6ef2 022559 fetch 1 ,mem_rfcomm_state 
+0x6ef3 022560 rtnne l2cap_channel_rfcomm_dlci0_opened 
+0x6ef4 022561 fetch 1 ,mem_ui_profile_supported 
+0x6ef5 022562 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
+0x6ef6 022563 branch process_upper_sm_reconn_termination 
+:      022564 process_upper_sm_reconn_spp_cmd_pn_wait:
+0x6ef7 022565 fetch 1 ,mem_spp_state 
+0x6ef8 022566 rtnbit0 rfcomm_channel_state_pn_res 
+0x6ef9 022567 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
+0x6efa 022568 branch process_upper_sm_reconn 
+:      022569 process_upper_sm_reconn_spp_sabm_wait:
+0x6efb 022570 fetch 1 ,mem_spp_state 
+0x6efc 022571 rtnbit0 rfcomm_channel_state_ua 
+0x6efd 022572 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
+0x6efe 022573 branch process_upper_sm_reconn 
+:      022574 process_upper_sm_reconn_spp_cmd_ms_wait:
+0x6eff 022575 fetch 1 ,mem_spp_state 
+0x6f00 022576 rtnne rfcomm_channel_setup_complete 
+0x6f01 022577 branch process_upper_sm_reconn_termination 
+:      022579 process_upper_sm_reconn_setup_hid:
+0x6f02 022580 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6f03 022581 branch process_upper_sm_reconn 
+:      022583 process_upper_sm_reconn_setup_rfcomm:
+0x6f04 022584 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
+0x6f05 022585 branch process_upper_sm_reconn 
+:      022586 process_upper_sm_reconn_setup_spp:
+0x6f06 022587 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
+0x6f07 022588 branch process_upper_sm_reconn 
+:      022592 process_upper_sm_reconn_termination:
+0x6f08 022593 jam 0 ,mem_upper_sm_reconn 
+0x6f09 022594 rtn 
+:      022595 upper_sm_send_sdp_conn:
+0x6f0a 022596 set1 mark_ext_patch ,mark 
+0x6f0b 022597 bpatch patch35_0 ,mem_patch35 
+0x6f0c 022598 call l2cap_malloc_signal_channel 
+0x6f0d 022599 setarg psm_sdp 
+0x6f0e 022600 copy pdata ,temp 
+0x6f0f 022601 setarg l2cap_sdp_channel 
+0x6f10 022602 copy pdata ,timeup 
+0x6f11 022603 branch ml2cap_send_signal_connect_req 
+:      022605 upper_sm_send_sdp_cfg:
+0x6f12 022606 set1 mark_ext_patch ,mark 
+0x6f13 022607 bpatch patch35_1 ,mem_patch35 
+0x6f14 022608 call l2cap_malloc_signal_channel 
+0x6f15 022609 fetch 2 ,mem_sdp_remote_cid 
+0x6f16 022610 copy pdata ,temp 
+0x6f17 022611 branch ml2cap_send_signal_config_req 
+:      022613 upper_sm_send_sdp_disconn:
+0x6f18 022614 set1 mark_ext_patch ,mark 
+0x6f19 022615 bpatch patch35_2 ,mem_patch35 
+0x6f1a 022616 call l2cap_malloc_signal_channel 
+0x6f1b 022617 fetch 2 ,mem_sdp_remote_cid 
+0x6f1c 022618 copy pdata ,temp 
+0x6f1d 022619 arg l2cap_sdp_channel ,timeup 
+0x6f1e 022620 call ml2cap_send_signal_disconn_req 
+0x6f1f 022621 fetch 1 ,mem_sdp_state 
+0x6f20 022622 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x6f21 022623 store 1 ,mem_sdp_state 
+0x6f22 022624 rtn 
+:      022626 upper_sm_send_ss_spp:
+0x6f23 022627 set1 mark_ext_patch ,mark 
+0x6f24 022628 bpatch patch35_3 ,mem_patch35 
+0x6f25 022629 call l2cap_malloc_sdp_channel 
+0x6f26 022630 call sdp_send_spp_request 
+0x6f27 022631 branch msdp_send_req_done 
+:      022633 upper_sm_send_rfcomm_conn:
+0x6f28 022634 set1 mark_ext_patch ,mark 
+0x6f29 022635 bpatch patch35_4 ,mem_patch35 
+0x6f2a 022636 call l2cap_malloc_signal_channel 
+0x6f2b 022637 setarg psm_rfcomm 
+0x6f2c 022638 copy pdata ,temp 
+0x6f2d 022639 setarg l2cap_rfcomm_channel 
+0x6f2e 022640 copy pdata ,timeup 
+0x6f2f 022641 branch ml2cap_send_signal_connect_req 
+:      022643 upper_sm_send_rfcomm_cfg:
+0x6f30 022644 set1 mark_ext_patch ,mark 
+0x6f31 022645 bpatch patch35_5 ,mem_patch35 
+0x6f32 022646 call l2cap_malloc_signal_channel 
+0x6f33 022647 fetch 2 ,mem_rfcomm_remote_cid 
+0x6f34 022648 copy pdata ,temp 
+0x6f35 022649 branch ml2cap_send_signal_config_req 
+:      022651 upper_sm_send_hid_ctrl_conn:
+0x6f36 022652 set1 mark_ext_patch ,mark 
+0x6f37 022653 bpatch patch35_6 ,mem_patch35 
+0x6f38 022654 call l2cap_malloc_signal_channel 
+0x6f39 022655 setarg psm_hid_control 
+0x6f3a 022656 copy pdata ,temp 
+0x6f3b 022657 setarg l2cap_hid_control_channel 
+0x6f3c 022658 copy pdata ,timeup 
+0x6f3d 022659 branch ml2cap_send_signal_connect_req 
+:      022661 upper_sm_send_hid_ctrl_cfg:
+0x6f3e 022662 set1 mark_ext_patch ,mark 
+0x6f3f 022663 bpatch patch35_7 ,mem_patch35 
+0x6f40 022664 call l2cap_malloc_signal_channel 
+0x6f41 022665 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x6f42 022666 copy pdata ,temp 
+0x6f43 022667 branch ml2cap_send_signal_config_req 
+:      022669 upper_sm_send_hid_int_conn:
+0x6f44 022670 set1 mark_ext_patch ,mark 
+0x6f45 022671 bpatch patch36_0 ,mem_patch36 
+0x6f46 022672 call l2cap_malloc_signal_channel 
+0x6f47 022673 setarg psm_hid_interrupt 
+0x6f48 022674 copy pdata ,temp 
+0x6f49 022675 setarg l2cap_hid_interrupt_channel 
+0x6f4a 022676 copy pdata ,timeup 
+0x6f4b 022677 branch ml2cap_send_signal_connect_req 
+:      022679 upper_sm_send_hid_int_cfg:
+0x6f4c 022680 set1 mark_ext_patch ,mark 
+0x6f4d 022681 bpatch patch36_1 ,mem_patch36 
+0x6f4e 022682 call l2cap_malloc_signal_channel 
+0x6f4f 022683 fetch 2 ,mem_hid_int_remote_cid 
+0x6f50 022684 copy pdata ,temp 
+0x6f51 022685 branch ml2cap_send_signal_config_req 
+:      022687 upper_sm_send_rfcomm_sabm:
+0x6f52 022688 set1 mark_ext_patch ,mark 
+0x6f53 022689 bpatch patch36_2 ,mem_patch36 
+0x6f54 022690 call l2cap_malloc_rfcomm_channel 
+0x6f55 022692 jam 3 ,mem_current_adss 
+0x6f56 022693 jam 0x1c ,mem_current_fcs 
+0x6f57 022694 call rfcomm_send_sabm 
+0x6f58 022695 jam 1 ,mem_rfcomm_initiator 
+0x6f59 022696 rtn 
+:      022698 upper_sm_send_spp_cmd_pn:
+0x6f5a 022699 set1 mark_ext_patch ,mark 
+0x6f5b 022700 bpatch patch36_3 ,mem_patch36 
+0x6f5c 022701 call l2cap_malloc_rfcomm_channel 
+0x6f5d 022702 fetcht 1 ,mem_remote_spp_channel 
+0x6f5e 022703 call channel_to_dlci 
+0x6f5f 022704 storet 1 ,mem_pn_dlci 
+0x6f60 022705 branch rfcomm_send_param_neg_cmd 
+:      022707 upper_sm_send_spp_sabm:
+0x6f61 022708 set1 mark_ext_patch ,mark 
+0x6f62 022709 bpatch patch36_4 ,mem_patch36 
+0x6f63 022710 call l2cap_malloc_rfcomm_channel 
+0x6f64 022711 fetcht 1 ,mem_pn_dlci 
+0x6f65 022712 call dlci_to_address_cmd 
+0x6f66 022713 call rfcomm_calculate_fcs_sabm 
+0x6f67 022714 store 1 ,mem_current_fcs 
+0x6f68 022715 fetcht 1 ,mem_pn_dlci 
+0x6f69 022716 call dlci_to_address_cmd 
+0x6f6a 022717 storet 1 ,mem_current_adss 
+0x6f6b 022718 branch rfcomm_send_sabm 
+:      022720 upper_sm_send_spp_cmd_ms:
+0x6f6c 022721 set1 mark_ext_patch ,mark 
+0x6f6d 022722 bpatch patch36_5 ,mem_patch36 
+0x6f6e 022723 call l2cap_malloc_rfcomm_channel 
+0x6f6f 022724 fetcht 1 ,mem_pn_dlci 
+0x6f70 022725 call dlci_to_address_cmd 
+0x6f71 022726 branch rfcomm_send_modem_status_cmd 
+:      022739 sdp_process:
+0x6f72 022740 set1 mark_ext_patch ,mark 
+0x6f73 022741 bpatch patch3c_7 ,mem_patch3c 
+0x6f74 022742 fetch 2 ,mem_l2cap_payload_ptr 
+0x6f75 022743 iforce contr 
+0x6f76 022744 ifetch 1 ,contr 
+0x6f77 022745 copy pdata ,regb 
+0x6f78 022746 store 1 ,mem_sdp_pduid 
+0x6f79 022747 ifetch 2 ,contr 
+0x6f7a 022748 store 2 ,mem_sdp_transactionid 
+0x6f7b 022749 ifetch 1 ,contr 
+0x6f7c 022750 lshift8 pdata ,timeup 
+0x6f7d 022751 ifetch 1 ,contr 
+0x6f7e 022752 iadd timeup ,timeup 
+0x6f7f 022753 set1 mark_ext_patch ,mark 
+0x6f80 022754 bpatch patch3d_0 ,mem_patch3d 
+0x6f81 022755 deposit regb 
+0x6f82 022756 beq sdp_service_search_request ,servicesearch_req 
+0x6f83 022757 beq sdp_service_attribute_request ,serviceattribute_req 
+0x6f84 022758 beq sdp_service_search_attribute_request ,servicesearchattribute_req 
+0x6f85 022759 beq sdp_service_search_attribute_response ,servicesearchattribute_res 
+0x6f86 022760 branch sdp_insufficient_resource 
+:      022771 servicesearch_req:
+0x6f87 022772 call ask_serviceclassid 
+0x6f88 022773 compare 1 ,temp ,0xff 
+0x6f89 022774 branch empth_sa_rsp ,true 
+0x6f8a 022775 compare 0xff ,temp ,0xff 
+0x6f8b 022776 branch sdp_invalid_reqest_syntax ,true 
+0x6f8c 022778 ifetch 2 ,contr 
+0x6f8d 022779 store 2 ,mem_sdp_record_maxcnt 
+0x6f8e 022780 increase -2 ,timeup 
+0x6f8f 022782 increase -1 ,timeup 
+0x6f90 022783 nbranch sdp_invalid_pdu_size ,zero 
+0x6f91 022784 arg mem_uuid_search_pat ,timeup 
+0x6f92 022785 ifetch 2 ,timeup 
+0x6f93 022786 rtn blank 
+0x6f94 022787 increase 2 ,timeup 
+0x6f95 022788 call search_uuid 
+0x6f96 022789 call l2cap_get_sdp_tx_payload 
+0x6f97 022790 force 3 ,pdata 
+0x6f98 022791 istore 1 ,contw 
+0x6f99 022792 fetch 2 ,mem_sdp_transactionid 
+0x6f9a 022793 istore 2 ,contw 
+0x6f9b 022794 lshift2 queue ,pdata 
+0x6f9c 022795 add pdata ,5 ,pdata 
+0x6f9d 022796 add pdata ,5 ,regc 
+0x6f9e 022797 byteswap pdata ,pdata 
+0x6f9f 022798 istore 2 ,contw 
+0x6fa0 022799 deposit queue 
+0x6fa1 022800 byteswap pdata ,pdata 
+0x6fa2 022801 istore 2 ,contw 
+0x6fa3 022802 istore 2 ,contw 
+0x6fa4 022803 arg mem_handle_list ,contr 
+0x6fa5 022804 copy queue ,loopcnt 
+0x6fa6 022805 branch servicesearch_req_blank ,zero 
+:      022806 servicesearch_req_loop:
+0x6fa7 022807 ifetch 4 ,contr 
+0x6fa8 022808 istore 4 ,contw 
+0x6fa9 022809 loop servicesearch_req_loop 
+:      022810 servicesearch_req_blank:
+0x6faa 022811 force 0 ,pdata 
+0x6fab 022812 istore 1 ,contw 
+0x6fac 022813 deposit regc 
+0x6fad 022814 store 1 ,mem_sdp_tx_pkt_length 
+0x6fae 022815 branch assert ,blank 
+0x6faf 022816 rtn 
+:      022827 serviceattribute_req:
+0x6fb0 022828 ifetch 4 ,contr 
+0x6fb1 022829 store 4 ,mem_sdp_record_handle 
+0x6fb2 022830 increase -4 ,timeup 
+0x6fb3 022831 iforce temp 
+0x6fb4 022832 ifetch 2 ,contr 
+0x6fb5 022833 byteswap pdata ,pdata 
+0x6fb6 022834 increase -18 ,pdata 
+0x6fb7 022835 store 2 ,mem_sdp_attribute_maxbyte 
+0x6fb8 022836 increase -2 ,timeup 
+0x6fb9 022837 call dataelementtype6 
+0x6fba 022838 branch sdp_invalid_reqest_syntax ,zero 
+0x6fbb 022839 compare 5 ,rega ,0xff 
+0x6fbc 022841 branch serviceattribute_judge_wholerangle ,true 
+:      022842 serviceattribute_isnot_wholerangle:
+0x6fbd 022843 arg mem_attrib_list ,contw 
+0x6fbe 022844 force 0 ,queue 
+0x6fbf 022845 branch serviceattribute_req_loop 
+:      022846 serviceattribute_judge_wholerangle:
+0x6fc0 022847 ifetch 1 ,contr 
+0x6fc1 022848 bne 0xa ,sdp_invalid_reqest_syntax 
+0x6fc2 022849 ifetch 2 ,contr 
+0x6fc3 022850 nbranch serviceattribute_judge_wholerangle_false1 ,blank 
+0x6fc4 022851 ifetch 1 ,contr 
+0x6fc5 022852 bne 0xff ,serviceattribute_judge_wholerangle_false2 
+0x6fc6 022853 ifetch 1 ,contr 
+0x6fc7 022854 bne 0xff ,serviceattribute_judge_wholerangle_false3 
+0x6fc8 022855 increase -5 ,contr 
+0x6fc9 022856 branch serviceattribute_req_all 
+:      022857 serviceattribute_judge_wholerangle_false3:
+0x6fca 022858 increase -5 ,contr 
+0x6fcb 022859 branch serviceattribute_isnot_wholerangle 
+:      022860 serviceattribute_judge_wholerangle_false2:
+0x6fcc 022861 increase -4 ,contr 
+0x6fcd 022862 branch serviceattribute_isnot_wholerangle 
+:      022863 serviceattribute_judge_wholerangle_false1:
+0x6fce 022864 increase -3 ,contr 
+0x6fcf 022865 branch serviceattribute_isnot_wholerangle 
+:      022866 serviceattribute_req_loop:
+0x6fd0 022867 ifetch 1 ,contr 
+0x6fd1 022868 beq 0x09 ,serviceattribute_req_one_id 
+0x6fd2 022869 beq 0x0a ,serviceattribute_req_range_id 
+:      022870 serviceattribute_req_range_id:
+0x6fd3 022871 ifetch 2 ,contr 
+0x6fd4 022872 istore 2 ,contw 
+0x6fd5 022873 increase 1 ,queue 
+0x6fd6 022874 byteswap pdata ,regb 
+0x6fd7 022875 ifetch 2 ,contr 
+0x6fd8 022876 byteswap pdata ,pdata 
+:      022877 serviceattribute_req_range_id_increase:
+0x6fd9 022878 increase 1 ,regb 
+0x6fda 022879 isub regb ,null 
+0x6fdb 022880 nbranch serviceattribute_req_range_id_finish ,positive 
+0x6fdc 022881 copy pdata ,regc 
+0x6fdd 022882 byteswap regb ,pdata 
+0x6fde 022883 istore 2 ,contw 
+0x6fdf 022884 increase 1 ,queue 
+0x6fe0 022885 copy regc ,pdata 
+0x6fe1 022886 branch serviceattribute_req_range_id_increase 
+:      022887 serviceattribute_req_range_id_finish:
+0x6fe2 022888 increase -5 ,timeup 
+0x6fe3 022889 increase -5 ,rega 
+0x6fe4 022890 branch serviceattribute_req_check_next_id 
+:      022891 serviceattribute_req_one_id:
+0x6fe5 022892 ifetch 2 ,contr 
+0x6fe6 022893 istore 2 ,contw 
+0x6fe7 022894 increase 1 ,queue 
+0x6fe8 022895 increase -3 ,timeup 
+0x6fe9 022896 increase -3 ,rega 
+:      022897 serviceattribute_req_check_next_id:
+0x6fea 022898 nbranch sdp_invalid_reqest_syntax ,positive 
+0x6feb 022899 nbranch serviceattribute_req_loop ,zero 
+0x6fec 022900 increase -1 ,timeup 
+0x6fed 022901 nbranch sdp_invalid_reqest_syntax ,zero 
+0x6fee 022903 call l2cap_get_sdp_tx_payload 
+0x6fef 022904 increase 10 ,contw 
+0x6ff0 022905 arg mem_attrib_list ,rega 
+:      022906 answer_handle_attributelist_next:
+0x6ff1 022907 copy queue ,pdata 
+0x6ff2 022908 branch answer_handle_attributelist_end ,blank 
+0x6ff3 022909 ifetch 2 ,rega 
+0x6ff4 022910 branch answer_handle_attributelist_end ,blank 
+0x6ff5 022911 iforce regb 
+0x6ff6 022912 fetch 4 ,mem_sdp_record_handle 
+0x6ff7 022913 iforce temp 
+0x6ff8 022914 call search_handle_attrib 
+0x6ff9 022915 branch answer_handle_attributelist_notfound ,blank 
+0x6ffa 022916 increase -3 ,contr 
+0x6ffb 022917 ifetch 3 ,contr 
+0x6ffc 022918 istore 3 ,contw 
+0x6ffd 022919 call sdp_data_len_obs 
+0x6ffe 022920 branch answer_handle_attributelist_notfound ,blank 
+0x6fff 022921 iforce loopcnt 
+0x7000 022922 call memcpy 
+:      022923 answer_handle_attributelist_notfound:
+0x7001 022924 increase 2 ,rega 
+0x7002 022925 increase -1 ,queue 
+0x7003 022926 branch answer_handle_attributelist_next 
+:      022928 answer_handle_attributelist_end:
+0x7004 022929 force 0 ,pdata 
+0x7005 022930 istore 1 ,contw 
+0x7006 022931 increase -1 ,contw 
+0x7007 022932 fetcht 2 ,mem_sdp_tx_payload_ptr 
+0x7008 022933 add temp ,10 ,pdata 
+0x7009 022934 isub contw ,pdata 
+0x700a 022935 sub pdata ,0 ,rega 
+0x700b 022936 byteswap rega ,pdata 
+0x700c 022937 add temp ,8 ,regb 
+0x700d 022938 istore 2 ,regb 
+0x700e 022939 increase 3 ,rega 
+0x700f 022940 byteswap rega ,pdata 
+0x7010 022941 add temp ,5 ,regb 
+0x7011 022942 istore 2 ,regb 
+0x7012 022943 increase 3 ,rega 
+0x7013 022944 byteswap rega ,pdata 
+0x7014 022945 add temp ,3 ,regb 
+0x7015 022946 istore 2 ,regb 
+0x7016 022947 increase 5 ,rega 
+0x7017 022948 copy rega ,pdata 
+0x7018 022949 store 2 ,mem_sdp_tx_pkt_length 
+0x7019 022950 setarg 0x36 
+0x701a 022951 add temp ,7 ,regb 
+0x701b 022952 istore 1 ,regb 
+0x701c 022953 setarg 5 
+0x701d 022954 istore 1 ,temp 
+0x701e 022955 fetch 2 ,mem_sdp_transactionid 
+0x701f 022956 add temp ,1 ,regb 
+0x7020 022957 istore 2 ,regb 
+0x7021 022958 rtn 
+:      022959 serviceattribute_req_all:
+0x7022 022960 ifetch 1 ,contr 
+0x7023 022961 bne 0xa ,sdp_invalid_reqest_syntax 
+0x7024 022962 ifetch 2 ,contr 
+0x7025 022963 nbranch sdp_invalid_reqest_syntax ,blank 
+0x7026 022964 ifetch 1 ,contr 
+0x7027 022965 bne 0xff ,sdp_invalid_reqest_syntax 
+0x7028 022966 ifetch 1 ,contr 
+0x7029 022967 bne 0xff ,sdp_invalid_reqest_syntax 
+0x702a 022968 increase -5 ,timeup 
+0x702b 022969 ifetch 1 ,contr 
+0x702c 022970 beq 0 ,continue_zero 
+0x702d 022971 beq 1 ,continue_one_byte 
+0x702e 022972 beq 2 ,continue_two_byte 
+:      022973 continue_zero:
+0x702f 022974 store 2 ,mem_sdp_continue_byte 
+0x7030 022975 increase -1 ,timeup 
+0x7031 022976 branch continue_end 
+:      022977 continue_one_byte:
+0x7032 022978 ifetch 1 ,contr 
+0x7033 022979 store 2 ,mem_sdp_continue_byte 
+0x7034 022980 increase -2 ,timeup 
+0x7035 022981 branch continue_end 
+:      022982 continue_two_byte:
+0x7036 022983 ifetch 2 ,contr 
+0x7037 022984 byteswap pdata ,pdata 
+0x7038 022985 store 2 ,mem_sdp_continue_byte 
+0x7039 022986 increase -3 ,timeup 
+:      022987 continue_end:
+0x703a 022988 nbranch sdp_invalid_pdu_size ,zero 
+0x703b 022989 call search_handle 
+0x703c 022990 nbranch sdp_invalid_service_record_handle ,zero 
+0x703d 022991 copy contr ,rega 
+0x703e 022992 call l2cap_get_sdp_tx_payload 
+0x703f 022993 copy rega ,contr 
+0x7040 022994 increase 3 ,contw 
+0x7041 022995 copy contr ,timeup 
+0x7042 022996 call sdp_get_data 
+0x7043 022997 copy pdata ,rega 
+0x7044 022998 fetch 2 ,mem_sdp_continue_byte 
+0x7045 022999 copy pdata ,regb 
+0x7046 023000 copy rega ,pdata 
+0x7047 023001 isub regb ,regb 
+0x7048 023002 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x7049 023003 isub regb ,null 
+0x704a 023004 nbranch fragment_sdp ,positive 
+0x704b 023006 disable user 
+0x704c 023007 fetch 2 ,mem_sdp_continue_byte 
+0x704d 023008 branch fisrt_fragment ,blank 
+0x704e 023009 iadd timeup ,contr 
+0x704f 023010 increase 3 ,regb 
+0x7050 023011 copy regb ,loopcnt 
+0x7051 023012 copy loopcnt ,pdata 
+0x7052 023013 increase 3 ,pdata 
+0x7053 023014 byteswap pdata ,pdata 
+0x7054 023015 istore 2 ,contw 
+0x7055 023016 copy loopcnt ,pdata 
+0x7056 023017 byteswap pdata ,pdata 
+0x7057 023018 istore 2 ,contw 
+0x7058 023019 branch answer_attributelist_full_loop 
+:      023020 fisrt_fragment:
+0x7059 023021 add rega ,6 ,loopcnt 
+0x705a 023022 branch parlength_continue_byte ,user 
+0x705b 023023 byteswap loopcnt ,pdata 
+0x705c 023024 branch parlength_continue_byte_end 
+:      023025 parlength_continue_byte:
+0x705d 023026 copy loopcnt ,pdata 
+0x705e 023027 increase 2 ,pdata 
+0x705f 023028 byteswap pdata ,pdata 
+:      023029 parlength_continue_byte_end:
+0x7060 023030 istore 2 ,contw 
+0x7061 023031 increase -3 ,loopcnt 
+0x7062 023032 byteswap loopcnt ,pdata 
+0x7063 023033 istore 2 ,contw 
+0x7064 023034 copy timeup ,contr 
+0x7065 023035 branch answer_attributelist_full_loop 
+:      023036 fragment_sdp:
+0x7066 023037 enable user 
+0x7067 023038 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x7068 023039 copy pdata ,rega 
+0x7069 023040 copy pdata ,loopcnt 
+0x706a 023041 fetch 2 ,mem_sdp_continue_byte 
+0x706b 023042 branch fisrt_fragment ,blank 
+0x706c 023043 iadd timeup ,contr 
+0x706d 023044 copy rega ,pdata 
+0x706e 023045 increase 5 ,pdata 
+0x706f 023046 byteswap pdata ,pdata 
+0x7070 023047 istore 2 ,contw 
+0x7071 023048 copy rega ,pdata 
+0x7072 023049 byteswap pdata ,pdata 
+0x7073 023050 istore 2 ,contw 
+:      023051 answer_attributelist_full_loop:
+0x7074 023052 ifetch 1 ,contr 
+0x7075 023053 istore 1 ,contw 
+0x7076 023054 loop answer_attributelist_full_loop 
+0x7077 023055 nbranch last_frag_continue ,user 
+0x7078 023056 force 2 ,pdata 
+0x7079 023057 istore 1 ,contw 
+0x707a 023058 copy contr ,pdata 
+0x707b 023059 isub timeup ,pdata 
+0x707c 023060 byteswap pdata ,pdata 
+0x707d 023061 istore 2 ,contw 
+0x707e 023062 branch sdp_frag_end 
+:      023063 last_frag_continue:
+0x707f 023064 force 0 ,pdata 
+0x7080 023065 istore 1 ,contw 
+:      023066 sdp_frag_end:
+0x7081 023067 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x7082 023068 isub contw ,pdata 
+0x7083 023069 sub pdata ,0 ,pdata 
+0x7084 023070 store 2 ,mem_sdp_tx_pkt_length 
+0x7085 023071 call l2cap_get_sdp_tx_payload 
+0x7086 023072 setarg 5 
+0x7087 023073 istore 1 ,contw 
+0x7088 023074 fetch 2 ,mem_sdp_transactionid 
+0x7089 023075 istore 2 ,contw 
+0x708a 023076 rtn 
+:      023086 servicesearchattribute_req:
+0x708b 023089 call ask_serviceclassid 
+0x708c 023090 compare 0xff ,temp ,0xff 
+0x708d 023091 branch servicesearchattribute_req_all ,true 
+0x708e 023092 ifetch 2 ,contr 
+0x708f 023093 store 2 ,mem_sdp_attribute_maxbyte 
+0x7090 023094 increase -2 ,timeup 
+0x7091 023095 call dataelementtype6 
+0x7092 023096 arg mem_attrib_list ,contw 
+0x7093 023097 force 0 ,queue 
+:      023098 servicesearchattribute_req_loop:
+0x7094 023099 ifetch 3 ,contr 
+0x7095 023100 bne 0x09 ,servicesearchattribute_req_all 
+:      023101 servicesearchattribute_req_uuid:
+0x7096 023102 rshift8 pdata ,pdata 
+0x7097 023103 istore 2 ,contw 
+0x7098 023104 increase 1 ,queue 
+0x7099 023105 increase -3 ,timeup 
+0x709a 023106 increase -3 ,rega 
+0x709b 023107 nbranch sdp_invalid_reqest_syntax ,positive 
+0x709c 023108 nbranch servicesearchattribute_req_loop ,zero 
+0x709d 023109 increase -1 ,timeup 
+0x709e 023110 nbranch sdp_invalid_reqest_syntax ,zero 
+:      023111 servicesearchattribute_req_search:
+0x709f 023112 call l2cap_get_sdp_tx_payload 
+0x70a0 023113 increase 13 ,contw 
+0x70a1 023114 fetch 2 ,mem_uuid_search_pat 
+0x70a2 023115 iforce regc 
+0x70a3 023116 arg mem_attrib_list ,rega 
+:      023117 answer_attributelist_next:
+0x70a4 023118 ifetch 4 ,rega 
+0x70a5 023119 branch answer_attributelist_end ,blank 
+0x70a6 023120 ifetch 2 ,rega 
+0x70a7 023121 iforce regb 
+0x70a8 023122 call search_attrib 
+0x70a9 023123 branch answer_attributelist_notfound ,blank 
+0x70aa 023124 increase -3 ,contr 
+0x70ab 023125 ifetch 3 ,contr 
+0x70ac 023126 istore 3 ,contw 
+0x70ad 023127 call sdp_data_len_obs 
+0x70ae 023128 iforce loopcnt 
+:      023129 answer_attributelist_attrib_loop:
+0x70af 023130 ifetch 1 ,contr 
+0x70b0 023131 istore 1 ,contw 
+0x70b1 023132 loop answer_attributelist_attrib_loop 
+:      023133 answer_attributelist_notfound:
+0x70b2 023134 increase 2 ,rega 
+0x70b3 023135 branch answer_attributelist_next 
+:      023136 servicesearchattribute_req_all:
+0x70b4 023140 ifetch 1 ,contr 
+0x70b5 023142 ifetch 1 ,contr 
+0x70b6 023144 increase -5 ,timeup 
+0x70b7 023145 increase -5 ,rega 
+0x70b8 023146 nbranch sdp_invalid_reqest_syntax ,positive 
+0x70b9 023147 arg mem_uuid_search_pat ,timeup 
+0x70ba 023148 ifetch 2 ,timeup 
+0x70bb 023150 increase 2 ,timeup 
+0x70bc 023151 call search_uuid 
+0x70bd 023152 deposit queue 
+0x70be 023153 store 1 ,mem_handle_humber 
+0x70bf 023154 branch empty_ssa_rsp ,blank 
+0x70c0 023155 arg 0 ,queue 
+0x70c1 023156 call l2cap_get_sdp_tx_payload 
+0x70c2 023157 increase 10 ,contw 
+0x70c3 023158 branch servicesearchattribute_req_next_handle 
+:      023159 answer_attributelist_end:
+0x70c4 023160 force 0 ,pdata 
+0x70c5 023161 istore 1 ,contw 
+0x70c6 023162 increase -1 ,contw 
+0x70c7 023163 fetcht 2 ,mem_sdp_tx_payload_ptr 
+0x70c8 023164 add temp ,13 ,pdata 
+0x70c9 023165 isub contw ,pdata 
+0x70ca 023166 branch no_attribute_return ,zero 
+0x70cb 023167 sub pdata ,0 ,pdata 
+0x70cc 023168 add temp ,12 ,regb 
+0x70cd 023169 istore 1 ,regb 
+0x70ce 023170 increase 3 ,pdata 
+0x70cf 023171 add temp ,9 ,regb 
+0x70d0 023172 istore 1 ,regb 
+0x70d1 023173 increase 3 ,pdata 
+0x70d2 023174 byteswap pdata ,pdata 
+0x70d3 023175 add temp ,5 ,regb 
+0x70d4 023176 istore 2 ,regb 
+0x70d5 023177 rshift8 pdata ,pdata 
+0x70d6 023178 increase 3 ,pdata 
+0x70d7 023179 byteswap pdata ,pdata 
+0x70d8 023180 add temp ,3 ,regb 
+0x70d9 023181 istore 2 ,regb 
+0x70da 023182 rshift8 pdata ,pdata 
+0x70db 023183 increase 5 ,pdata 
+0x70dc 023184 store 1 ,mem_sdp_tx_pkt_length 
+0x70dd 023186 fetch 2 ,mem_sdp_transactionid 
+0x70de 023187 add temp ,1 ,regb 
+0x70df 023188 istore 2 ,regb 
+0x70e0 023189 setarg 7 
+0x70e1 023190 istore 1 ,temp 
+0x70e2 023195 setarg 0x0036 
+0x70e3 023196 add temp ,7 ,regb 
+0x70e4 023197 istore 2 ,regb 
+0x70e5 023198 add temp ,10 ,regb 
+0x70e6 023199 istore 2 ,regb 
+0x70e7 023200 rtn 
+:      023201 no_attribute_return:
+0x70e8 023202 jam 10 ,mem_sdp_tx_pkt_length 
+0x70e9 023203 call l2cap_get_sdp_tx_payload 
+0x70ea 023205 setarg 7 
+0x70eb 023206 istore 1 ,contw 
+0x70ec 023207 fetch 2 ,mem_sdp_transactionid 
+0x70ed 023208 istore 2 ,contw 
+0x70ee 023212 setarg 0x0500 
+0x70ef 023213 istore 2 ,contw 
+0x70f0 023216 setarg 0x0200 
+0x70f1 023217 istore 2 ,contw 
+0x70f2 023221 setarg 0x000035 
+0x70f3 023222 istore 3 ,contw 
+0x70f4 023223 rtn 
+:      023225 servicesearchattribute_req_attributelist_loop:
+0x70f5 023226 ifetch 1 ,contr 
+0x70f6 023227 istore 1 ,contw 
+0x70f7 023228 increase 1 ,regb 
+0x70f8 023229 increase -1 ,rega 
+0x70f9 023230 branch servicesearchattribute_req_check_next_ctn ,zero 
+0x70fa 023231 loop servicesearchattribute_req_attributelist_loop 
+:      023232 servicesearchattribute_req_check_next_ctn:
+0x70fb 023233 copy contw ,timeup 
+0x70fc 023234 copy regb ,pdata 
+0x70fd 023235 store 2 ,mem_sdp_continue_byte 
+0x70fe 023236 copy rega ,pdata 
+0x70ff 023237 store 2 ,mem_sdp_attribute_maxbyte 
+0x7100 023238 branch answer_attributelist_with_ctn_bytes ,blank 
+0x7101 023239 branch answer_attributelist_with_ctn_end ,user 
+0x7102 023240 copy timeup ,contw 
+:      023241 servicesearchattribute_req_check_handle:
+0x7103 023242 increase 1 ,queue 
+0x7104 023243 fetch 1 ,mem_handle_humber 
+0x7105 023244 isub queue ,null 
+0x7106 023245 nbranch servicesearchattribute_req_next_handle ,zero 
+0x7107 023246 branch answer_attributelist_end_long 
+:      023247 servicesearchattribute_req_next_handle:
+0x7108 023248 arg mem_handle_list ,contr 
+0x7109 023249 lshift2 queue ,pdata 
+0x710a 023250 iadd contr ,contr 
+0x710b 023251 ifetch 4 ,contr 
+0x710c 023252 iforce temp 
+0x710d 023253 call search_handle 
+0x710e 023254 copy contr ,timeup 
+0x710f 023255 call sdp_get_data 
+0x7110 023256 add pdata ,3 ,loopcnt 
+0x7111 023257 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x7112 023258 copy pdata ,rega 
+0x7113 023259 fetch 2 ,mem_sdp_continue_byte 
+0x7114 023260 copy pdata ,regb 
+0x7115 023261 copy timeup ,contr 
+0x7116 023262 branch servicesearchattribute_req_attributelist_loop 
+:      023263 answer_attributelist_with_ctn_bytes:
+0x7117 023264 arg 0 ,queue 
+0x7118 023265 arg 0 ,regb 
+:      023266 answer_attributelist_calc_attribute_length:
+0x7119 023267 arg mem_handle_list ,contr 
+0x711a 023268 lshift2 queue ,pdata 
+0x711b 023269 iadd contr ,contr 
+0x711c 023270 ifetch 4 ,contr 
+0x711d 023271 iforce temp 
+0x711e 023272 call search_handle 
+0x711f 023273 call sdp_get_data 
+0x7120 023274 add pdata ,3 ,pdata 
+0x7121 023275 iadd regb ,regb 
+0x7122 023276 increase 1 ,queue 
+0x7123 023277 fetch 1 ,mem_handle_humber 
+0x7124 023278 isub queue ,null 
+0x7125 023279 nbranch answer_attributelist_calc_attribute_length ,zero 
+0x7126 023281 copy timeup ,contw 
+0x7127 023282 force 2 ,pdata 
+0x7128 023283 istore 1 ,contw 
+0x7129 023284 fetch 2 ,mem_sdp_continue_byte 
+0x712a 023285 byteswap pdata ,pdata 
+0x712b 023286 istore 2 ,contw 
+0x712c 023287 increase -3 ,contw 
+0x712d 023288 fetcht 2 ,mem_sdp_tx_payload_ptr 
+0x712e 023289 add temp ,10 ,pdata 
+0x712f 023290 isub contw ,pdata 
+0x7130 023291 sub pdata ,0 ,pdata 
+0x7131 023292 iforce rega 
+0x7132 023294 deposit regb 
+0x7133 023295 add temp ,9 ,regb 
+0x7134 023296 istore 1 ,regb 
+0x7135 023297 rshift8 pdata ,pdata 
+0x7136 023298 add temp ,8 ,regb 
+0x7137 023299 istore 1 ,regb 
+0x7138 023300 increase 3 ,rega 
+0x7139 023301 deposit rega 
+0x713a 023302 add temp ,6 ,regb 
+0x713b 023303 istore 1 ,regb 
+0x713c 023304 rshift8 pdata ,pdata 
+0x713d 023305 add temp ,5 ,regb 
+0x713e 023306 istore 1 ,regb 
+0x713f 023307 increase 5 ,rega 
+0x7140 023308 deposit rega 
+0x7141 023309 add temp ,4 ,regb 
+0x7142 023310 istore 1 ,regb 
+0x7143 023311 rshift8 pdata ,pdata 
+0x7144 023312 add temp ,3 ,regb 
+0x7145 023313 istore 1 ,regb 
+0x7146 023314 increase 5 ,rega 
+0x7147 023315 deposit rega 
+0x7148 023316 store 2 ,mem_sdp_tx_pkt_length 
+0x7149 023317 setarg 7 
+0x714a 023318 istore 1 ,temp 
+0x714b 023319 setarg 0x36 
+0x714c 023320 add temp ,7 ,regb 
+0x714d 023321 istore 1 ,regb 
+0x714e 023322 add temp ,1 ,regb 
+0x714f 023323 fetch 2 ,mem_sdp_transactionid 
+0x7150 023324 istore 2 ,regb 
+0x7151 023325 rtn 
+:      023326 answer_attributelist_with_ctn_end:
+0x7152 023327 copy timeup ,contw 
+0x7153 023328 force 0 ,pdata 
+0x7154 023329 istore 1 ,contw 
+0x7155 023330 increase -1 ,contw 
+0x7156 023331 fetcht 2 ,mem_sdp_tx_payload_ptr 
+0x7157 023332 add temp ,7 ,pdata 
+0x7158 023333 isub contw ,pdata 
+0x7159 023334 sub pdata ,0 ,pdata 
+0x715a 023335 iforce rega 
+0x715b 023337 deposit rega 
+0x715c 023338 add temp ,6 ,regb 
+0x715d 023339 istore 1 ,regb 
+0x715e 023340 rshift8 pdata ,pdata 
+0x715f 023341 add temp ,5 ,regb 
+0x7160 023342 istore 1 ,regb 
+0x7161 023343 increase 3 ,rega 
+0x7162 023344 deposit rega 
+0x7163 023345 add temp ,4 ,regb 
+0x7164 023346 istore 1 ,regb 
+0x7165 023347 rshift8 pdata ,pdata 
+0x7166 023348 add temp ,3 ,regb 
+0x7167 023349 istore 1 ,regb 
+0x7168 023350 increase 5 ,rega 
+0x7169 023351 deposit rega 
+0x716a 023352 store 2 ,mem_sdp_tx_pkt_length 
+0x716b 023354 setarg 7 
+0x716c 023355 istore 1 ,temp 
+0x716d 023357 fetch 2 ,mem_sdp_transactionid 
+0x716e 023358 add temp ,1 ,regb 
+0x716f 023359 istore 2 ,regb 
+0x7170 023360 rtn 
+:      023362 answer_attributelist_end_long:
+0x7171 023363 force 0 ,pdata 
+0x7172 023364 istore 1 ,contw 
+0x7173 023365 increase -1 ,contw 
+0x7174 023366 fetcht 2 ,mem_sdp_tx_payload_ptr 
+0x7175 023367 add temp ,10 ,pdata 
+0x7176 023368 isub contw ,pdata 
+0x7177 023369 sub pdata ,0 ,pdata 
+0x7178 023370 iforce rega 
+0x7179 023372 deposit rega 
+0x717a 023373 add temp ,9 ,regb 
+0x717b 023374 istore 1 ,regb 
+0x717c 023375 rshift8 pdata ,pdata 
+0x717d 023376 add temp ,8 ,regb 
+0x717e 023377 istore 1 ,regb 
+0x717f 023379 increase 3 ,rega 
+0x7180 023380 deposit rega 
+0x7181 023381 add temp ,6 ,regb 
+0x7182 023382 istore 1 ,regb 
+0x7183 023383 rshift8 pdata ,pdata 
+0x7184 023384 add temp ,5 ,regb 
+0x7185 023385 istore 1 ,regb 
+0x7186 023386 increase 3 ,rega 
+0x7187 023387 deposit rega 
+0x7188 023388 add temp ,4 ,regb 
+0x7189 023389 istore 1 ,regb 
+0x718a 023390 rshift8 pdata ,pdata 
+0x718b 023391 add temp ,3 ,regb 
+0x718c 023392 istore 1 ,regb 
+0x718d 023393 increase 5 ,rega 
+0x718e 023394 deposit rega 
+0x718f 023395 store 2 ,mem_sdp_tx_pkt_length 
+0x7190 023396 setarg 0x36 
+0x7191 023397 add temp ,7 ,regb 
+0x7192 023398 istore 1 ,regb 
+0x7193 023399 setarg 7 
+0x7194 023400 istore 1 ,temp 
+0x7195 023401 fetch 2 ,mem_sdp_transactionid 
+0x7196 023402 add temp ,1 ,regb 
+0x7197 023403 istore 2 ,regb 
+0x7198 023404 rtn 
+:      023405 sdp_data_len_obs:
+0x7199 023406 copy contr ,timeup 
+0x719a 023407 ifetch 1 ,contr 
+0x719b 023408 and pdata ,0x07 ,loopcnt 
+0x719c 023409 rshift3 pdata ,pdata 
+0x719d 023410 beq 6 ,sdp_data_len_6_obs 
+0x719e 023411 beq 1 ,sdp_data_len_1 
+0x719f 023412 beq 4 ,sdp_data_len_6 
+0x71a0 023413 beq 5 ,sdp_data_len_5 
+0x71a1 023414 branch sdp_data_len_rtn 
+:      023415 sdp_data_len_6_obs:
+0x71a2 023416 call sdp_get_data_6_obs 
+0x71a3 023417 branch sdp_data_len_rtn 
+:      023418 sdp_get_data_6_obs:
+0x71a4 023419 deposit loopcnt 
+0x71a5 023420 beq 5 ,sdp_get_data_6_8bit_obs 
+0x71a6 023421 beq 6 ,sdp_get_data_6_16bit_obs 
+0x71a7 023422 force 3 ,loopcnt 
+0x71a8 023423 branch sdp_get_data_1 
+:      023424 sdp_get_data_6_8bit_obs:
+0x71a9 023425 ifetch 1 ,contr 
+0x71aa 023426 increase 2 ,pdata 
+0x71ab 023427 rtn 
+:      023428 sdp_get_data_6_16bit_obs:
+0x71ac 023429 ifetch 2 ,contr 
+0x71ad 023430 byteswap pdata ,pdata 
+0x71ae 023431 increase 3 ,pdata 
+0x71af 023432 rtn 
+:      023434 sdp_send_spp_request:
+0x71b0 023435 call l2cap_get_sdp_tx_payload 
+0x71b1 023436 copy pdata ,contw 
+0x71b2 023437 setarg 6 
+0x71b3 023438 istore 1 ,contw 
+0x71b4 023439 setarg sdp_tid_spp 
+0x71b5 023440 istore 2 ,contw 
+0x71b6 023441 setarg 0x0f00 
+0x71b7 023442 istore 2 ,contw 
+0x71b8 023443 setarg 0x1a0535 
+0x71b9 023444 istore 3 ,contw 
+0x71ba 023445 setarg 0x0111 
+0x71bb 023446 lshift16 pdata ,pdata 
+0x71bc 023447 istore 4 ,contw 
+0x71bd 023448 setarg 0x2600 
+0x71be 023449 istore 2 ,contw 
+0x71bf 023450 setarg 0x0335 
+0x71c0 023451 istore 2 ,contw 
+0x71c1 023452 setarg 0x0009 
+0x71c2 023453 istore 2 ,contw 
+0x71c3 023454 setarg 0x0004 
+0x71c4 023455 istore 2 ,contw 
+0x71c5 023456 jam 0x14 ,mem_sdp_tx_pkt_length 
+0x71c6 023457 rtn 
+:      023467 servicesearchattribute_res:
+0x71c7 023468 copy contr ,temp 
+0x71c8 023469 fetch 2 ,mem_sdp_transactionid 
+0x71c9 023470 beq sdp_tid_spp ,servicesearchattribute_res_spp 
+0x71ca 023473 branch srchfail 
+:      023475 servicesearchattribute_res_spp:
+0x71cb 023476 copy temp ,contr 
+0x71cc 023477 increase -3 ,timeup 
+0x71cd 023478 copy timeup ,pdata 
+0x71ce 023479 beq 2 ,srchfail 
+0x71cf 023480 call find_rfcomm_channel_number 
+0x71d0 023481 rtn user 
+0x71d1 023482 store 1 ,mem_remote_spp_channel 
+0x71d2 023483 jam recieve_ss_reasult_hf ,mem_message_to_uppersm 
+0x71d3 023484 rtn 
+:      023486 srchfail:
+0x71d4 023487 rtn 
+:      023493 find_rfcomm_channel_number:
+0x71d5 023494 enable user 
+0x71d6 023495 copy pdata ,loopcnt 
+0x71d7 023496 arg 0x0400 ,temp 
+:      023497 find_rfcomm_channel_number_loop:
+0x71d8 023498 ifetch 2 ,contr 
+0x71d9 023499 isub temp ,null 
+0x71da 023500 branch find_rfcomm_channel_number_find_adl ,zero 
+0x71db 023501 increase -1 ,contr 
+0x71dc 023502 loop find_rfcomm_channel_number_loop 
+0x71dd 023503 rtn 
+:      023504 find_rfcomm_channel_number_find_adl:
+0x71de 023505 arg 0x0300 ,temp 
+:      023506 find_rfcomm_channel_number_loop2:
+0x71df 023507 ifetch 2 ,contr 
+0x71e0 023508 isub temp ,null 
+0x71e1 023509 branch find_rfcomm_channel_number_find_rfcomm ,zero 
+0x71e2 023510 increase -1 ,contr 
+0x71e3 023511 loop find_rfcomm_channel_number_loop2 
+0x71e4 023512 rtn 
+:      023513 find_rfcomm_channel_number_find_rfcomm:
+0x71e5 023514 ifetch 1 ,contr 
+0x71e6 023515 ifetch 1 ,contr 
+0x71e7 023516 disable user 
+0x71e8 023517 rtn 
+:      023528 attribute_reading:
+0x71e9 023529 call dataelementtype6 
+0x71ea 023530 branch rdnortn ,zero 
+0x71eb 023531 force 0 ,regb 
+0x71ec 023532 ifetch 1 ,contr 
+0x71ed 023533 increase -1 ,rega 
+0x71ee 023534 increase -1 ,timeup 
+0x71ef 023535 compare 0x18 ,pdata ,0xf8 
+0x71f0 023536 nbranch rduuid3 ,true 
+0x71f1 023537 compare 0x04 ,pdata ,0x07 
+0x71f2 023538 nbranch is032 ,true 
+0x71f3 023539 force 1 ,regb 
+:      023540 skp2bytes:
+0x71f4 023541 increase 2 ,contr 
+0x71f5 023542 increase -2 ,rega 
+0x71f6 023543 increase -2 ,timeup 
+0x71f7 023544 branch rduuid1 
+:      023545 is032:
+0x71f8 023546 compare 0x02 ,pdata ,0x07 
+0x71f9 023547 nbranch is016 ,true 
+0x71fa 023548 branch skp2bytes 
+:      023549 is016:
+0x71fb 023550 compare 0x01 ,pdata ,0x07 
+0x71fc 023551 nbranch rduuid3 ,true 
+:      023552 rduuid1:
+0x71fd 023553 ifetch 1 ,contr 
+0x71fe 023554 increase -1 ,rega 
+0x71ff 023555 increase -1 ,timeup 
+0x7200 023556 bne 0x01 ,rduuid2 
+0x7201 023557 ifetch 1 ,contr 
+0x7202 023558 increase -1 ,rega 
+0x7203 023559 increase -1 ,timeup 
+0x7204 023560 bne 0x00 ,rduuid3 
+0x7205 023561 jam 0xff ,mem_sdp_lacap_found 
+0x7206 023562 branch rduuid3 
+:      023563 rduuid2:
+0x7207 023564 bne 0x00 ,rduuid3 
+0x7208 023565 ifetch 1 ,contr 
+0x7209 023566 increase -1 ,rega 
+0x720a 023567 increase -1 ,timeup 
+0x720b 023568 bne 0x03 ,rduuid3 
+0x720c 023569 copy regb ,null 
+0x720d 023570 branch not16by ,zero 
+0x720e 023571 increase -12 ,contr 
+0x720f 023572 increase -12 ,timeup 
+:      023573 not16by:
+0x7210 023574 force 0xff ,pdata 
+0x7211 023575 store 1 ,mem_sdp_rfcomm_found 
+0x7212 023576 ifetch 1 ,contr 
+0x7213 023577 increase -1 ,rega 
+0x7214 023578 increase -1 ,timeup 
+0x7215 023579 compare 0x08 ,pdata ,0xf8 
+0x7216 023580 nbranch rduuid3 ,true 
+0x7217 023581 compare 0x00 ,pdata ,0x07 
+0x7218 023582 branch unsign1 ,true 
+0x7219 023583 compare 0x01 ,pdata ,0x07 
+0x721a 023584 branch unsign2 ,true 
+0x721b 023585 compare 0x02 ,pdata ,0x07 
+0x721c 023586 branch unsign4 ,true 
+0x721d 023587 compare 0x03 ,pdata ,0x07 
+0x721e 023588 branch unsign8 ,true 
+0x721f 023589 compare 0x04 ,pdata ,0x07 
+0x7220 023590 nbranch rduuid3 ,true 
+0x7221 023591 increase 8 ,contr 
+0x7222 023592 increase -8 ,rega 
+0x7223 023593 increase -8 ,timeup 
+:      023594 unsign8:
+0x7224 023595 increase 4 ,contr 
+0x7225 023596 increase -4 ,rega 
+0x7226 023597 increase -4 ,timeup 
+:      023598 unsign4:
+0x7227 023599 increase 2 ,contr 
+0x7228 023600 increase -2 ,rega 
+0x7229 023601 increase -2 ,timeup 
+:      023602 unsign2:
+0x722a 023603 increase 1 ,contr 
+0x722b 023604 increase -1 ,rega 
+0x722c 023605 increase -1 ,timeup 
+:      023606 unsign1:
+0x722d 023607 ifetch 1 ,contr 
+0x722e 023608 increase -1 ,rega 
+0x722f 023609 increase -1 ,timeup 
+:      023610 rduuid3:
+0x7230 023611 increase -1 ,timeup 
+0x7231 023612 increase -1 ,rega 
+0x7232 023613 branch rduuid3 ,positive 
+0x7233 023614 increase 1 ,timeup 
+0x7234 023615 force 0x01 ,pdata 
+0x7235 023616 rtn ,
+:      023617 rdnortn:
+0x7236 023618 force 0x00 ,pdata 
+0x7237 023619 rtn ,
+:      023621 sdp_invalid_service_record_handle:
+0x7238 023622 setarg 0x0200 
+0x7239 023623 store 2 ,mem_sdp_error_code 
+0x723a 023624 branch sdp_error_rsp 
+:      023625 sdp_invalid_pdu_size:
+0x723b 023626 setarg 0x0400 
+0x723c 023627 store 2 ,mem_sdp_error_code 
+0x723d 023628 branch sdp_error_rsp 
+:      023629 sdp_insufficient_resource:
+0x723e 023630 setarg 0x0600 
+0x723f 023631 store 2 ,mem_sdp_error_code 
+0x7240 023632 branch sdp_error_rsp 
+:      023633 sdp_invalid_reqest_syntax:
+0x7241 023634 setarg 0x0300 
+0x7242 023635 store 2 ,mem_sdp_error_code 
+:      023636 sdp_error_rsp:
+0x7243 023637 call l2cap_get_sdp_tx_payload 
+0x7244 023638 istore 1 ,contw 
+0x7245 023639 fetch 2 ,mem_sdp_transactionid 
+0x7246 023640 istore 2 ,contw 
+0x7247 023641 setarg 0x0200 
+0x7248 023642 istore 2 ,contw 
+0x7249 023643 fetch 2 ,mem_sdp_error_code 
+0x724a 023644 istore 2 ,contw 
+0x724b 023645 jam 7 ,mem_sdp_tx_pkt_length 
+0x724c 023646 rtn 
+:      023648 ask_serviceclassid:
+0x724d 023649 force 0 ,temp 
+0x724e 023650 arg mem_uuid_search_pat ,contw 
+0x724f 023651 call dataelementtype6 
+0x7250 023652 branch asksrv_error ,zero 
+:      023653 classidloop:
+0x7251 023654 ifetch 1 ,contr 
+0x7252 023655 increase -1 ,rega 
+0x7253 023656 increase -1 ,timeup 
+0x7254 023657 compare 0x18 ,pdata ,0xf8 
+0x7255 023658 nbranch asksrv_error ,true 
+0x7256 023659 compare 0x04 ,pdata ,0x07 
+0x7257 023660 nbranch cmp032 ,true 
+0x7258 023661 force 1 ,temp 
+:      023662 skip2bytes:
+0x7259 023663 ifetch 1 ,contr 
+0x725a 023664 increase -1 ,rega 
+0x725b 023665 increase -1 ,timeup 
+0x725c 023666 bne 0x00 ,frstbwrong 
+0x725d 023667 ifetch 1 ,contr 
+0x725e 023668 increase -1 ,rega 
+0x725f 023669 increase -1 ,timeup 
+0x7260 023670 beq 0x00 ,cmpuuid 
+0x7261 023671 branch scndbwrong 
+:      023672 frstbwrong:
+0x7262 023673 increase 1 ,contr 
+0x7263 023674 increase -1 ,rega 
+0x7264 023675 increase -1 ,timeup 
+:      023676 scndbwrong:
+0x7265 023677 increase 2 ,contr 
+0x7266 023678 increase -2 ,rega 
+0x7267 023679 increase -2 ,timeup 
+0x7268 023680 compare 0x00 ,temp ,0xff 
+0x7269 023681 branch loopornot ,true 
+0x726a 023682 increase 12 ,contr 
+0x726b 023683 increase -12 ,rega 
+0x726c 023684 increase -12 ,timeup 
+0x726d 023685 branch loopornot 
+:      023686 cmp032:
+0x726e 023687 compare 0x02 ,pdata ,0x07 
+0x726f 023688 nbranch cmp016 ,true 
+0x7270 023689 branch skip2bytes 
+:      023690 cmp016:
+0x7271 023691 compare 0x01 ,pdata ,0x07 
+0x7272 023692 nbranch asksrv_error ,true 
+:      023693 cmpuuid:
+0x7273 023694 ifetch 2 ,contr 
+0x7274 023695 increase -2 ,rega 
+0x7275 023696 increase -2 ,timeup 
+0x7276 023697 istore 2 ,contw 
+:      023698 uuidsize:
+0x7277 023699 compare 0x00 ,temp ,0xff 
+0x7278 023700 branch loopornot ,true 
+0x7279 023701 copy contr ,temp 
+0x727a 023702 ifetch 1 ,contr 
+0x727b 023703 bne 0x00 ,wrong12b 
+0x727c 023704 ifetch 1 ,contr 
+0x727d 023705 bne 0x00 ,wrong12b 
+0x727e 023706 ifetch 1 ,contr 
+0x727f 023707 bne 0x10 ,wrong12b 
+0x7280 023708 ifetch 1 ,contr 
+0x7281 023709 bne 0x00 ,wrong12b 
+0x7282 023710 ifetch 1 ,contr 
+0x7283 023711 bne 0x80 ,wrong12b 
+0x7284 023712 ifetch 1 ,contr 
+0x7285 023713 bne 0x00 ,wrong12b 
+0x7286 023714 ifetch 1 ,contr 
+0x7287 023715 bne 0x00 ,wrong12b 
+0x7288 023716 ifetch 1 ,contr 
+0x7289 023717 bne 0x80 ,wrong12b 
+0x728a 023718 ifetch 1 ,contr 
+0x728b 023719 bne 0x5f ,wrong12b 
+0x728c 023720 ifetch 1 ,contr 
+0x728d 023721 bne 0x9b ,wrong12b 
+0x728e 023722 ifetch 1 ,contr 
+0x728f 023723 bne 0x34 ,wrong12b 
+0x7290 023724 ifetch 1 ,contr 
+0x7291 023725 beq 0xfb ,chck12dn 
+:      023726 wrong12b:
+0x7292 023727 copy temp ,contr 
+:      023728 wrong12b1:
+0x7293 023729 increase 12 ,contr 
+0x7294 023730 force 0x00 ,queue 
+0x7295 023731 force 0x00 ,temp 
+0x7296 023732 branch chck12dn 
+:      023733 noclass:
+0x7297 023734 ifetch 1 ,contr 
+0x7298 023735 increase -1 ,rega 
+0x7299 023736 increase -1 ,timeup 
+0x729a 023737 branch uuidsize 
+:      023738 chck12dn:
+0x729b 023739 increase -12 ,timeup 
+0x729c 023740 increase -12 ,rega 
+:      023741 loopornot:
+0x729d 023742 compare 0x00 ,rega ,0xff 
+0x729e 023743 nbranch classidloop ,true 
+0x729f 023744 force 0 ,pdata 
+0x72a0 023745 istore 2 ,contw 
+0x72a1 023746 rtn ,
+:      023747 asksrv_error:
+0x72a2 023748 arg 0xff ,temp 
+0x72a3 023749 rtn 
+:      023759 dataelementtype6:
+0x72a4 023760 ifetch 1 ,contr 
+0x72a5 023761 increase -1 ,timeup 
+0x72a6 023762 compare 0x30 ,pdata ,0xf8 
+0x72a7 023763 nbranch dsize_error ,true 
+0x72a8 023764 compare 0x07 ,pdata ,0x07 
+0x72a9 023765 branch dsize32 ,true 
+0x72aa 023766 compare 0x06 ,pdata ,0x07 
+0x72ab 023767 branch dsize16 ,true 
+0x72ac 023768 compare 0x05 ,pdata ,0x07 
+0x72ad 023769 nbranch dsize_error ,true 
+0x72ae 023770 ifetch 1 ,contr 
+0x72af 023771 copy pdata ,rega 
+0x72b0 023772 increase -1 ,timeup 
+0x72b1 023773 branch dsize 
+:      023774 dsize32:
+0x72b2 023775 increase 2 ,contr 
+0x72b3 023776 increase -2 ,timeup 
+:      023777 dsize16:
+0x72b4 023778 ifetch 2 ,contr 
+0x72b5 023779 byteswap pdata ,rega 
+0x72b6 023780 increase -2 ,timeup 
+:      023781 set_nblank:
+:      023782 dsize:
+0x72b7 023783 force 0x01 ,pdata 
+0x72b8 023784 rtn 
+:      023785 set_blank:
+:      023786 dsize_error:
+0x72b9 023787 force 0x00 ,pdata 
+0x72ba 023788 rtn 
+:      023798 empth_sa_rsp:
+0x72bb 023799 setarg 0x03 
+0x72bc 023800 store 1 ,mem_sdp_pduid 
+0x72bd 023801 branch empty_response 
+:      023802 empty_ssa_rsp:
+0x72be 023803 setarg 0x07 
+0x72bf 023804 store 1 ,mem_sdp_pduid 
+:      023805 empty_response:
+0x72c0 023806 call l2cap_get_sdp_tx_payload 
+0x72c1 023807 fetch 1 ,mem_sdp_pduid 
+0x72c2 023808 istore 1 ,contw 
+0x72c3 023809 copy pdata ,regb 
+0x72c4 023810 fetch 2 ,mem_sdp_transactionid 
+0x72c5 023811 istore 2 ,contw 
+0x72c6 023813 setarg 0x0500 
+0x72c7 023814 istore 2 ,contw 
+0x72c8 023815 compare 0x05 ,regb ,0xff 
+0x72c9 023816 branch fullsearch ,true 
+0x72ca 023817 compare 0x07 ,regb ,0xff 
+0x72cb 023818 branch fullsearch ,true 
+0x72cc 023819 setarg 0x000000 
+0x72cd 023820 istore 3 ,contw 
+0x72ce 023821 istore 2 ,contw 
+0x72cf 023822 branch outempty 
+:      023824 fullsearch:
+0x72d0 023831 setarg 0x350200 
+0x72d1 023832 istore 3 ,contw 
+0x72d2 023837 setarg 0 
+0x72d3 023838 istore 2 ,contw 
+:      023839 outempty:
+0x72d4 023840 jam 10 ,mem_sdp_tx_pkt_length 
+0x72d5 023841 rtn 
+:      023843 sdp_data_len:
+0x72d6 023844 copy contr ,timeup 
+0x72d7 023845 ifetch 1 ,contr 
+0x72d8 023846 and pdata ,0x7 ,loopcnt 
+0x72d9 023847 rshift3 pdata ,pdata 
+0x72da 023848 beq 6 ,sdp_data_len_6 
+0x72db 023849 beq 1 ,sdp_data_len_1 
+0x72dc 023850 beq 4 ,sdp_data_len_6 
+0x72dd 023851 beq 5 ,sdp_data_len_5 
+:      023852 sdp_data_len_rtn:
+0x72de 023853 copy timeup ,contr 
+0x72df 023854 rtn 
+:      023855 sdp_data_len_1:
+0x72e0 023856 call sdp_data_size 
+0x72e1 023857 increase 1 ,pdata 
+0x72e2 023858 branch sdp_data_len_rtn 
+:      023859 sdp_data_len_5:
+0x72e3 023860 force 2 ,pdata 
+0x72e4 023861 branch sdp_data_len_rtn 
+:      023862 sdp_data_len_6:
+0x72e5 023863 call sdp_get_data_6 
+0x72e6 023864 increase 2 ,pdata 
+0x72e7 023865 branch sdp_data_len_rtn 
+:      023867 sdp_get_data:
+0x72e8 023868 ifetch 1 ,contr 
+0x72e9 023869 and pdata ,0x7 ,loopcnt 
+0x72ea 023870 rshift3 pdata ,pdata 
+0x72eb 023871 beq 6 ,sdp_get_data_6 
+0x72ec 023872 beq 1 ,sdp_get_data_1 
+0x72ed 023873 beq 5 ,sdp_get_data_6_8bit 
+0x72ee 023874 rtn 
+:      023875 sdp_get_data_1:
+0x72ef 023876 call sdp_data_size 
+0x72f0 023877 iforce loopcnt 
+0x72f1 023878 force 0 ,temp 
+:      023879 sdp_get_data_1_loop:
+0x72f2 023880 lshift8 temp ,temp 
+0x72f3 023881 ifetch 1 ,contr 
+0x72f4 023882 ior temp ,temp 
+0x72f5 023883 loop sdp_get_data_1_loop 
+0x72f6 023884 rtn 
+:      023885 sdp_get_data_6:
+0x72f7 023886 deposit loopcnt 
+0x72f8 023887 beq 5 ,sdp_get_data_6_8bit 
+0x72f9 023888 beq 6 ,sdp_get_data_6_16bit 
+0x72fa 023889 force 3 ,loopcnt 
+0x72fb 023890 branch sdp_get_data_1 
+:      023891 sdp_get_data_6_8bit:
+0x72fc 023892 ifetch 1 ,contr 
+0x72fd 023893 rtn 
+:      023894 sdp_get_data_6_16bit:
+0x72fe 023895 ifetch 2 ,contr 
+0x72ff 023896 byteswap pdata ,pdata 
+0x7300 023897 rtn 
+:      023900 sdp_data_size:
+0x7301 023901 force 1 ,pdata 
+0x7302 023902 copy loopcnt ,null 
+0x7303 023903 rtn zero 
+:      023904 sdp_data_size_loop:
+0x7304 023905 lshift pdata ,pdata 
+0x7305 023906 loop sdp_data_size_loop 
+0x7306 023907 rtn 
+:      023912 search_uuid:
+0x7307 023913 iforce regc 
+0x7308 023914 set1 mark_ext_patch ,mark 
+0x7309 023915 bpatch patch3d_1 ,mem_patch3d 
+0x730a 023916 force 0 ,queue 
+0x730b 023917 fetch 2 ,memui_uuid_table 
+0x730c 023918 iforce contr 
+0x730d 023919 arg mem_handle_list ,contw 
+:      023920 search_uuid_next:
+0x730e 023921 disable user 
+0x730f 023922 ifetch 1 ,contr 
+0x7310 023923 rtn blank 
+0x7311 023924 iforce loopcnt 
+:      023925 search_uuid_loop:
+0x7312 023926 ifetch 2 ,contr 
+0x7313 023927 isub regc ,null 
+0x7314 023928 nbranch search_uuid_not_found ,zero 
+0x7315 023929 enable user 
+:      023930 search_uuid_not_found:
+0x7316 023931 loop search_uuid_loop 
+0x7317 023932 ifetch 4 ,contr 
+0x7318 023933 nbranch search_uuid_nomatch ,user 
+0x7319 023934 istore 4 ,contw 
+0x731a 023935 increase 1 ,queue 
+:      023936 search_uuid_nomatch:
+0x731b 023937 call sdp_get_data 
+0x731c 023938 iadd contr ,contr 
+0x731d 023939 branch search_uuid_next 
+:      023942 search_handle:
+0x731e 023943 fetch 2 ,memui_uuid_table 
+0x731f 023944 iforce contr 
+:      023945 search_handle_loop:
+0x7320 023946 ifetch 1 ,contr 
+0x7321 023947 rtn blank 
+0x7322 023948 lshift pdata ,pdata 
+0x7323 023949 iadd contr ,contr 
+0x7324 023950 ifetch 4 ,contr 
+0x7325 023951 isub temp ,null 
+0x7326 023952 rtn zero 
+0x7327 023953 call sdp_get_data 
+0x7328 023954 iadd contr ,contr 
+0x7329 023955 branch search_handle_loop 
+:      023962 search_attrib:
+0x732a 023963 set1 mark_ext_patch ,mark 
+0x732b 023964 bpatch patch3d_2 ,mem_patch3d 
+0x732c 023965 fetch 2 ,memui_uuid_table 
+0x732d 023966 iforce contr 
+:      023967 search_attrib_next:
+0x732e 023968 ifetch 1 ,contr 
+0x732f 023969 branch search_attrib_end ,blank 
+0x7330 023970 iforce loopcnt 
+:      023971 search_attrib_loop:
+0x7331 023972 ifetch 2 ,contr 
+0x7332 023973 isub regc ,null 
+0x7333 023974 branch search_attrib_found_uuid ,zero 
+0x7334 023975 loop search_attrib_loop 
+0x7335 023976 increase 4 ,contr 
+0x7336 023977 call sdp_get_data 
+0x7337 023978 iadd contr ,contr 
+0x7338 023979 branch search_attrib_next 
+:      023980 search_attrib_found_uuid:
+0x7339 023981 increase -1 ,loopcnt 
+0x733a 023982 lshift loopcnt ,pdata 
+0x733b 023983 iadd contr ,contr 
+0x733c 023984 increase 4 ,contr 
+0x733d 023985 call sdp_get_data 
+0x733e 023986 iadd contr ,temp 
+:      023987 search_attrib_loop_attribs:
+0x733f 023988 increase 1 ,contr 
+0x7340 023989 ifetch 2 ,contr 
+0x7341 023990 isub regb ,timeup 
+0x7342 023992 setflag zero ,0 ,pdata 
+0x7343 023993 copy timeup ,timeup 
+0x7344 023994 rtn zero 
+0x7345 023995 call sdp_data_len 
+0x7346 023996 iadd contr ,contr 
+0x7347 023997 deposit temp 
+0x7348 023998 isub contr ,null 
+0x7349 023999 branch search_attrib_end ,zero 
+0x734a 024000 branch search_attrib_loop_attribs 
+:      024001 search_attrib_end:
+0x734b 024002 force 0 ,contr 
+0x734c 024003 force 0 ,pdata 
+0x734d 024004 rtn 
+:      024010 search_handle_attrib:
+0x734e 024011 set1 mark_ext_patch ,mark 
+0x734f 024012 bpatch patch3d_3 ,mem_patch3d 
+0x7350 024013 fetch 2 ,memui_uuid_table 
+0x7351 024014 iforce contr 
+:      024015 search_handle_attrib_next:
+0x7352 024016 ifetch 1 ,contr 
+0x7353 024017 branch search_handle_attrib_end ,blank 
+0x7354 024018 lshift pdata ,pdata 
+0x7355 024019 iadd contr ,contr 
+0x7356 024020 ifetch 4 ,contr 
+0x7357 024021 isub temp ,null 
+0x7358 024022 branch search_handl_attrib_found_handle ,zero 
+0x7359 024023 call sdp_get_data 
+0x735a 024024 iadd contr ,contr 
+0x735b 024025 branch search_handle_attrib_next 
+:      024026 search_handl_attrib_found_handle:
+0x735c 024027 call sdp_get_data 
+0x735d 024028 iadd contr ,temp 
+:      024029 search_handle_attrib_loop_attribs:
+0x735e 024030 increase 1 ,contr 
+0x735f 024031 ifetch 2 ,contr 
+0x7360 024032 isub regb ,null 
+0x7361 024033 rtn zero 
+0x7362 024034 call sdp_data_len 
+0x7363 024035 iadd contr ,contr 
+0x7364 024036 deposit temp 
+0x7365 024037 isub contr ,null 
+0x7366 024038 branch search_handle_attrib_end ,zero 
+0x7367 024039 branch search_handle_attrib_loop_attribs 
+:      024040 search_handle_attrib_end:
+0x7368 024041 force 0 ,contr 
+0x7369 024042 rtn 
+:      024045 generate_kinit:
+0x736a 024046 call function_e22 
+0x736b 024047 arg mem_input_store ,contr 
+0x736c 024048 arg mem_kinit ,contw 
+0x736d 024049 branch memcpy16 
+:      024052 function_e21:
+0x736e 024053 disable user 
+0x736f 024054 call function_expand 
+0x7370 024055 arg mem_random_number ,contr 
+0x7371 024056 arg mem_x ,contw 
+0x7372 024057 force 15 ,loopcnt 
+0x7373 024058 call memcpy 
+0x7374 024059 ifetch 1 ,contr 
+0x7375 024060 xor_into 6 ,pdata 
+0x7376 024061 istore 1 ,contw 
+0x7377 024062 setarg mem_y 
+0x7378 024063 store 2 ,memp_ar_input 
+0x7379 024064 setarg mem_x 
+0x737a 024065 store 2 ,memp_ar_key 
+0x737b 024066 set1 mark_ar2 ,mark 
+0x737c 024067 branch function_ar 
+:      024071 function_e22:
+0x737d 024072 fetcht 1 ,mem_pin_length 
+0x737e 024073 force 16 ,regb 
+0x737f 024074 add temp ,6 ,regc 
+0x7380 024075 sub regc ,16 ,null 
+0x7381 024076 branch function_e22_pin_init ,positive 
+0x7382 024077 force 16 ,regc 
+:      024078 function_e22_pin_init:
+0x7383 024079 arg mem_x ,contw 
+:      024080 function_e22_genx_pin:
+0x7384 024081 arg mem_pin ,contr 
+0x7385 024082 copy temp ,loopcnt 
+0x7386 024083 disable user 
+:      024084 function_e22_genx_loop:
+0x7387 024085 ifetch 1 ,contr 
+0x7388 024086 istore 1 ,contw 
+0x7389 024087 increase -1 ,regb 
+0x738a 024088 branch function_e22_genx_end ,zero 
+0x738b 024089 loop function_e22_genx_loop 
+0x738c 024090 branch function_e22_genx_pin ,user 
+0x738d 024091 enable user 
+0x738e 024092 force 6 ,loopcnt 
+0x738f 024093 copy rega ,contr 
+0x7390 024094 branch function_e22_genx_loop 
+:      024095 function_e22_genx_end:
+0x7391 024096 arg mem_random_number ,contr 
+0x7392 024097 arg mem_y ,contw 
+0x7393 024098 call memcpy16 
+0x7394 024099 fetch 1 ,mem_y15 
+0x7395 024100 ixor regc ,pdata 
+0x7396 024101 store 1 ,mem_y15 
+0x7397 024102 setarg mem_y 
+0x7398 024103 store 2 ,memp_ar_input 
+0x7399 024104 setarg mem_x 
+0x739a 024105 store 2 ,memp_ar_key 
+0x739b 024106 set1 mark_ar2 ,mark 
+0x739c 024107 branch function_ar 
+:      024112 function_e1:
+0x739d 024113 disable user 
+0x739e 024114 call function_expand 
+0x739f 024115 branch function_hash 
+:      024117 function_e3:
+0x73a0 024118 arg mem_aco ,rega 
+0x73a1 024119 enable user 
+0x73a2 024120 call function_expand 
+0x73a3 024121 call function_hash 
+0x73a4 024122 arg mem_input_store ,contr 
+0x73a5 024123 arg mem_kc ,contw 
+0x73a6 024124 branch memcpy16 
+:      024127 function_hash:
+0x73a7 024128 setarg mem_random_number 
+0x73a8 024129 store 2 ,memp_ar_input 
+0x73a9 024130 setarg mem_link_key 
+0x73aa 024131 store 2 ,memp_ar_key 
+0x73ab 024132 set0 mark_ar2 ,mark 
+0x73ac 024133 call function_ar 
+0x73ad 024134 arg mem_input_store ,rega 
+0x73ae 024135 arg mem_random_number ,regb 
+0x73af 024136 arg mem_x ,contw 
+0x73b0 024137 call xor16 
+0x73b1 024138 arg mem_x ,rega 
+0x73b2 024139 arg mem_y ,regb 
+0x73b3 024140 copy regb ,contw 
+0x73b4 024141 enable user 
+0x73b5 024142 call add16 
+0x73b6 024143 call key_offset 
+0x73b7 024144 setarg mem_y 
+0x73b8 024145 store 2 ,memp_ar_input 
+0x73b9 024146 setarg mem_x 
+0x73ba 024147 store 2 ,memp_ar_key 
+0x73bb 024148 set1 mark_ar2 ,mark 
+0x73bc 024149 branch function_ar 
+:      024153 function_ar:
+0x73bd 024154 jam 0 ,mem_ar_hround 
+0x73be 024155 fetch 2 ,memp_ar_key 
+0x73bf 024156 iforce contr 
+0x73c0 024157 arg mem_key_store ,contw 
+0x73c1 024158 call memcpy16 
+0x73c2 024159 fetch 2 ,memp_ar_input 
+0x73c3 024160 iforce contr 
+0x73c4 024161 arg mem_input_store ,contw 
+0x73c5 024162 call memcpy16 
+:      024164 function_ar_loop:
+0x73c6 024165 call key_scheduling 
+0x73c7 024166 disable user 
+0x73c8 024167 bmark0 mark_ar2 ,function_ar_original 
+0x73c9 024168 fetch 1 ,mem_ar_hround 
+0x73ca 024169 bne 4 ,function_ar_original 
+0x73cb 024170 fetch 2 ,memp_ar_input 
+0x73cc 024171 iforce regb 
+0x73cd 024172 call xor_mod32_ar2 
+:      024173 function_ar_original:
+0x73ce 024174 call xor_mod32 
+0x73cf 024175 call el_boxes 
+0x73d0 024176 fetch 1 ,mem_ar_hround 
+0x73d1 024177 increase 1 ,pdata 
+0x73d2 024178 store 1 ,mem_ar_hround 
+0x73d3 024180 call key_scheduling 
+0x73d4 024181 enable user 
+0x73d5 024182 call xor_mod32 
+0x73d6 024183 call pht 
+0x73d7 024184 call permute 
+0x73d8 024185 call pht 
+0x73d9 024186 call permute 
+0x73da 024187 call pht 
+0x73db 024188 call permute 
+0x73dc 024189 call pht 
+0x73dd 024190 fetch 1 ,mem_ar_hround 
+0x73de 024191 increase 1 ,pdata 
+0x73df 024192 store 1 ,mem_ar_hround 
+0x73e0 024193 bne 16 ,function_ar_loop 
+0x73e1 024194 call key_scheduling 
+0x73e2 024195 disable user 
+0x73e3 024196 branch xor_mod32 
+:      024200 key_scheduling:
+0x73e4 024201 fetch 1 ,mem_ar_hround 
+0x73e5 024202 arg mem_key_store ,contr 
+0x73e6 024203 branch key_sched_zero ,blank 
+0x73e7 024204 iforce regb 
+0x73e8 024205 force 17 ,loopcnt 
+0x73e9 024206 copy contr ,contw 
+:      024207 key_rotateloop:
+0x73ea 024208 ifetch 1 ,contr 
+0x73eb 024209 lshift3 pdata ,temp 
+0x73ec 024210 rshift2 pdata ,pdata 
+0x73ed 024211 rshift3 pdata ,pdata 
+0x73ee 024212 ior temp ,pdata 
+0x73ef 024213 istore 1 ,contw 
+0x73f0 024214 loop key_rotateloop 
+0x73f1 024215 setarg mem_key_store 
+0x73f2 024216 iadd regb ,contr 
+0x73f3 024217 force 16 ,loopcnt 
+0x73f4 024218 arg mem_round_key ,contw 
+:      024219 key_select_octet_loop:
+0x73f5 024220 ifetch 1 ,contr 
+0x73f6 024221 istore 1 ,contw 
+0x73f7 024222 compare mem_key_store_end ,contr ,0xff 
+0x73f8 024223 nbranch key_select_octet_nwrap ,true 
+0x73f9 024224 increase -17 ,contr 
+:      024225 key_select_octet_nwrap:
+0x73fa 024226 loop key_select_octet_loop 
+0x73fb 024227 force 0 ,rega 
+0x73fc 024228 add regb ,-1 ,regc 
+0x73fd 024229 lshift2 regc ,regc 
+0x73fe 024230 lshift2 regc ,regc 
+0x73ff 024231 call enable_authrom 
+0x7400 024232 setarg mem_b_box 
+0x7401 024233 iadd regc ,regc 
+0x7402 024234 arg mem_round_key ,contw 
+0x7403 024235 force 16 ,loopcnt 
+:      024236 bias_round_key_loop:
+0x7404 024237 ifetcht 1 ,regc 
+0x7405 024238 ifetch 1 ,contw 
+0x7406 024239 iadd temp ,pdata 
+0x7407 024240 istore 1 ,contw 
+0x7408 024241 increase 1 ,regc 
+0x7409 024242 loop bias_round_key_loop 
+0x740a 024243 branch disable_authrom 
+:      024245 key_sched_zero:
+0x740b 024246 force 16 ,loopcnt 
+0x740c 024247 force 0 ,temp 
+:      024248 create_byte_16_loop:
+0x740d 024249 ifetch 1 ,contr 
+0x740e 024250 ixor temp ,temp 
+0x740f 024251 loop create_byte_16_loop 
+0x7410 024252 deposit temp 
+0x7411 024253 istore 1 ,contr 
+0x7412 024254 arg mem_key_store ,contr 
+0x7413 024255 arg mem_round_key ,contw 
+0x7414 024256 branch memcpy16 
+:      024258 xor_mod32:
+0x7415 024259 arg mem_round_key ,regb 
+:      024260 xor_mod32_ar2:
+0x7416 024261 force 16 ,loopcnt 
+0x7417 024262 arg mem_input_store ,rega 
+0x7418 024263 copy rega ,contw 
+:      024264 xor_mod32_loop:
+0x7419 024265 ifetcht 1 ,rega 
+0x741a 024266 ifetch 1 ,regb 
+0x741b 024267 ixor temp ,alarm 
+0x741c 024268 and loopcnt ,3 ,regc 
+0x741d 024269 nbranch xor_mod32_invert ,user 
+0x741e 024270 xor_into 3 ,regc 
+:      024271 xor_mod32_invert:
+0x741f 024272 sub regc ,1 ,regc 
+0x7420 024273 branch xor_even ,positive 
+0x7421 024274 iadd temp ,alarm 
+:      024275 xor_even:
+0x7422 024276 deposit alarm 
+0x7423 024277 istore 1 ,contw 
+0x7424 024278 increase 1 ,rega 
+0x7425 024279 increase 1 ,regb 
+0x7426 024280 loop xor_mod32_loop 
+0x7427 024281 rtn 
+:      024283 el_boxes:
+0x7428 024284 call enable_authrom 
+0x7429 024285 force 16 ,loopcnt 
+0x742a 024286 arg mem_input_store ,rega 
+:      024287 el_box_loop:
+0x742b 024288 ifetch 1 ,rega 
+0x742c 024289 arg mem_e_box ,contr 
+0x742d 024290 and loopcnt ,3 ,regc 
+0x742e 024291 sub regc ,1 ,null 
+0x742f 024292 branch e_boxes ,positive 
+0x7430 024293 arg mem_l_box ,contr 
+:      024294 e_boxes:
+0x7431 024295 iadd contr ,contr 
+0x7432 024296 ifetch 1 ,contr 
+0x7433 024297 istore 1 ,rega 
+0x7434 024298 increase 1 ,rega 
+0x7435 024299 loop el_box_loop 
+0x7436 024300 branch disable_authrom 
+:      024302 pht:
+0x7437 024303 force 8 ,loopcnt 
+0x7438 024304 arg mem_input_store ,contr 
+0x7439 024305 copy contr ,contw 
+:      024306 pht_loop:
+0x743a 024307 ifetch 1 ,contr 
+0x743b 024308 iforce rega 
+0x743c 024309 ifetch 1 ,contr 
+0x743d 024310 iforce regb 
+0x743e 024311 lshift rega ,pdata 
+0x743f 024312 iadd regb ,pdata 
+0x7440 024313 istore 1 ,contw 
+0x7441 024314 deposit rega 
+0x7442 024315 iadd regb ,pdata 
+0x7443 024316 istore 1 ,contw 
+0x7444 024317 loop pht_loop 
+0x7445 024318 rtn 
+:      024321 permute:
+0x7446 024322 setarg 0x8ae42c 
+0x7447 024323 iforce temp 
+0x7448 024324 force 7 ,loopcnt 
+0x7449 024325 call permute_exchange 
+0x744a 024326 setarg 0xd751b 
+0x744b 024327 iforce temp 
+0x744c 024328 force 5 ,loopcnt 
+0x744d 024329 call permute_exchange 
+0x744e 024330 fetch 1 ,mem_input_store + 15 
+0x744f 024331 iforce rega 
+0x7450 024332 fetch 1 ,mem_input_store + 3 
+0x7451 024333 store 1 ,mem_input_store + 15 
+0x7452 024334 deposit rega 
+0x7453 024335 store 1 ,mem_input_store + 3 
+0x7454 024336 rtn 
+:      024338 permute_exchange:
+0x7455 024339 and temp ,0xf ,regb 
+:      024340 permute_loop:
+0x7456 024341 and temp ,0xf ,pdata 
+0x7457 024342 arg mem_input_store ,contw 
+0x7458 024343 iadd contw ,contw 
+0x7459 024344 ifetch 1 ,contw 
+0x745a 024345 iforce regc 
+0x745b 024346 deposit rega 
+0x745c 024347 istore 1 ,contw 
+0x745d 024348 copy regc ,rega 
+0x745e 024349 rshift4 temp ,temp 
+0x745f 024350 loop permute_loop 
+0x7460 024351 setarg mem_input_store 
+0x7461 024352 iadd regb ,contw 
+0x7462 024353 deposit rega 
+0x7463 024354 istore 1 ,contw 
+0x7464 024355 rtn 
+:      024357 add16:
+0x7465 024358 enable user 
+0x7466 024359 branch xor_add16 
+:      024361 xor16:
+0x7467 024362 disable user 
+:      024363 xor_add16:
+0x7468 024364 force 16 ,loopcnt 
+:      024365 xoradd_loop:
+0x7469 024366 ifetcht 1 ,rega 
+0x746a 024367 ifetch 1 ,regb 
+0x746b 024368 branch xoradd_add ,user 
+0x746c 024369 ixor temp ,pdata 
+0x746d 024370 branch xoradd_store 
+:      024371 xoradd_add:
+0x746e 024372 iadd temp ,pdata 
+:      024373 xoradd_store:
+0x746f 024374 istore 1 ,contw 
+0x7470 024375 increase 1 ,rega 
+0x7471 024376 increase 1 ,regb 
+0x7472 024377 loop xoradd_loop 
+0x7473 024378 rtn 
+:      024381 function_expand:
+0x7474 024382 arg mem_y ,contw 
+0x7475 024383 ifetch 6 ,rega 
+0x7476 024384 istore 6 ,contw 
+0x7477 024385 branch expand_12 ,user 
+0x7478 024386 ifetch 6 ,rega 
+0x7479 024387 branch expand_cont 
+:      024388 expand_12:
+0x747a 024389 ifetch 6 ,contr 
+:      024390 expand_cont:
+0x747b 024391 istore 6 ,contw 
+0x747c 024392 ifetch 4 ,rega 
+0x747d 024393 istore 4 ,contw 
+0x747e 024394 rtn 
+:      024396 key_offset:
+0x747f 024397 arg mem_link_key ,contr 
+0x7480 024398 arg mem_x ,contw 
+0x7481 024399 arg 0 ,temp 
+0x7482 024400 setarg 0x8395a7 
+0x7483 024401 call concatenate_temp24 
+0x7484 024402 setarg 0xb3c1df 
+0x7485 024403 call concatenate_temp24 
+0x7486 024404 setarg 0xe5e9 
+0x7487 024405 call concatenate_temp16 
+0x7488 024406 copy temp ,regab 
+0x7489 024407 disable user 
+0x748a 024408 call key_addxor 
+0x748b 024409 copy regab ,temp 
+0x748c 024410 enable user 
+0x748d 024411 branch key_addxor 
+:      024413 key_addxor:
+0x748e 024414 force 8 ,loopcnt 
+:      024415 key_addxor_loop:
+0x748f 024416 ifetch 1 ,contr 
+0x7490 024417 compare 1 ,loopcnt ,1 
+0x7491 024418 branch key_high ,user 
+0x7492 024419 branch key_xor ,true 
+:      024420 key_add:
+0x7493 024421 iadd temp ,pdata 
+0x7494 024422 branch key_store 
+:      024423 key_high:
+0x7495 024424 branch key_add ,true 
+:      024425 key_xor:
+0x7496 024426 ixor temp ,pdata 
+:      024427 key_store:
+0x7497 024428 istore 1 ,contw 
+0x7498 024429 rshift8 temp ,temp 
+0x7499 024430 loop key_addxor_loop 
+0x749a 024431 rtn 
+:      024433 copy_aco:
+0x749b 024434 fetch 6 ,mem_input_store + 4 
+0x749c 024435 store 6 ,mem_aco 
+0x749d 024436 ifetch 6 ,contr 
+0x749e 024437 istore 6 ,contw 
+0x749f 024438 rtn 
+:      024440 concatenate_temp24:
+0x74a0 024441 lshift8 temp ,temp 
+:      024442 concatenate_temp16:
+0x74a1 024443 lshift16 temp ,temp 
+0x74a2 024444 ior temp ,temp 
+0x74a3 024445 rtn 
+:      024448 loop1:
+0x74a4 024449 branch loop1 
+:      024453 generate_stk:
+0x74a5 024454 call function_s1 
+0x74a6 024455 arg mem_le_ltk ,contw 
+0x74a7 024456 branch store_aes_result 
+:      024459 authenticate_rconfirm:
+0x74a8 024460 arg mem_le_srand ,contw 
+0x74a9 024461 branch authenticate_mconfirm ,master 
+0x74aa 024462 arg mem_le_mrand ,contw 
+:      024463 authenticate_mconfirm:
+0x74ab 024464 copy contr ,rega 
+0x74ac 024465 call memcpy16 
+0x74ad 024466 call function_c1 
+0x74ae 024467 arg mem_le_rconfirm ,contr 
+0x74af 024468 branch compare_res 
+:      024470 generate_confirm:
+0x74b0 024471 arg mem_le_mrand ,rega 
+0x74b1 024472 branch generate_mrand ,master 
+0x74b2 024473 arg mem_le_srand ,rega 
+:      024474 generate_mrand:
+0x74b3 024475 copy rega ,contw 
+0x74b4 024476 call generate_random 
+0x74b5 024477 branch function_c1 
+:      024479 generate_sk:
+0x74b6 024480 arg mem_le_skdm ,contr 
+0x74b7 024481 call load_data128 
+0x74b8 024482 arg mem_le_ltk ,contr 
+0x74b9 024483 call load_regext 
+0x74ba 024484 force 0x38 ,aes_ctrl 
+0x74bb 024485 force 0x0 ,aes_ctrl 
+0x74bc 024486 call wait_aes 
+0x74bd 024487 arg mem_le_sk ,contw 
+0x74be 024488 branch store_aes_result 
+:      024491 first_block_counter:
+0x74bf 024492 force 0x49 ,pdata 
+0x74c0 024493 branch first_block 
+:      024494 first_block_data:
+0x74c1 024495 force 1 ,pdata 
+:      024496 first_block:
+0x74c2 024497 force regidx_data ,regext_index 
+0x74c3 024498 lshift8 temp ,regext 
+0x74c4 024499 ior regext ,regext 
+0x74c5 024500 increase 1 ,regext_index 
+0x74c6 024501 rshift8 temp ,regext 
+0x74c7 024502 rshift16 regext ,regext 
+0x74c8 024503 fetch 2 ,mem_le_ivm 
+0x74c9 024504 lshift16 ,pdata ,pdata 
+0x74ca 024505 ior regext ,regext 
+0x74cb 024506 increase 1 ,regext_index 
+0x74cc 024507 ifetch 4 ,contr 
+0x74cd 024508 iforce regext 
+0x74ce 024509 increase 1 ,regext_index 
+0x74cf 024510 ifetch 2 ,contr 
+0x74d0 024511 byteswap rega ,regext 
+0x74d1 024512 lshift16 regext ,regext 
+0x74d2 024513 ior regext ,regext 
+0x74d3 024514 increase 1 ,regext_index 
+0x74d4 024515 rtn 
+:      024519 generate_mic:
+0x74d5 024520 add regc ,1 ,contr 
+0x74d6 024521 ifetch 1 ,contr 
+0x74d7 024522 iforce rega 
+0x74d8 024523 call first_block_counter 
+0x74d9 024524 call do_aes_ocb 
+0x74da 024526 force regidx_data ,regext_index 
+0x74db 024527 ifetch 1 ,regc 
+0x74dc 024528 and_into 0x3 ,pdata 
+0x74dd 024529 lshift16 pdata ,regext 
+0x74de 024530 set1 8 ,regext 
+0x74df 024531 call clear_hidata 
+0x74e0 024532 call do_aes_cbc 
+0x74e1 024534 copy rega ,loopcnt 
+0x74e2 024535 add regc ,2 ,contr 
+0x74e3 024536 call padding_data 
+:      024537 generate_mic_loop:
+0x74e4 024538 call aes_load_data 
+0x74e5 024539 call do_aes_cbc 
+0x74e6 024540 deposit loopcnt 
+0x74e7 024541 branch generate_mic_end ,blank 
+0x74e8 024542 branch generate_mic_loop 
+:      024543 generate_mic_end:
+0x74e9 024544 force regidx_result ,regext_index 
+0x74ea 024545 deposit regext 
+0x74eb 024546 store 4 ,mem_le_mic 
+0x74ec 024547 rtn 
+:      024549 aes_crypt_data:
+0x74ed 024550 increase 1 ,rega 
+0x74ee 024551 call first_block_data 
+0x74ef 024552 copy regc ,contr 
+0x74f0 024553 call aes_load_xor 
+0x74f1 024554 call do_aes_ctr 
+0x74f2 024555 call store_enc_data 
+0x74f3 024556 increase 16 ,regc 
+0x74f4 024557 increase -16 ,regb 
+0x74f5 024558 branch aes_crypt_data ,positive 
+0x74f6 024559 rtn 
+:      024561 le_encrypt:
+0x74f7 024562 arg mem_le_txheader ,regc 
+0x74f8 024563 fetcht 5 ,mem_le_pcnt_tx 
+0x74f9 024564 call generate_mic 
+0x74fa 024565 force regidx_xor ,regext_index 
+0x74fb 024566 iforce regext 
+0x74fc 024567 force 0 ,rega 
+0x74fd 024568 call first_block_data 
+0x74fe 024569 call do_aes_ctr 
+0x74ff 024570 arg mem_le_txpayload ,regc 
+0x7500 024571 fetch 1 ,mem_le_txlen 
+0x7501 024572 add pdata ,-1 ,regb 
+0x7502 024573 iadd regc ,contw 
+0x7503 024574 force regidx_result ,regext_index 
+0x7504 024575 deposit regext 
+0x7505 024576 istore 4 ,contw 
+0x7506 024577 call aes_crypt_data 
+0x7507 024578 fetch 1 ,mem_le_txlen 
+0x7508 024579 increase 4 ,pdata 
+0x7509 024580 store 1 ,mem_le_txlen 
+0x750a 024581 fetcht 5 ,mem_le_pcnt_tx 
+0x750b 024582 increase 1 ,temp 
+0x750c 024583 storet 5 ,mem_le_pcnt_tx 
+0x750d 024584 rtn 
+:      024586 le_decrypt:
+0x750e 024587 fetch 1 ,mem_le_rxbuf + 1 
+0x750f 024588 sub pdata ,20 ,null 
+0x7510 024589 branch le_dec_cont ,positive 
+:      024590 le_dec_cont:
+0x7511 024591 arg mem_le_rxbuf + 2 ,regc 
+0x7512 024592 add pdata ,-1 ,regb 
+0x7513 024593 increase -4 ,pdata 
+0x7514 024594 store 1 ,mem_le_rxbuf + 1 
+0x7515 024595 iadd regc ,contr 
+0x7516 024596 ifetch 4 ,contr 
+0x7517 024597 force regidx_xor ,regext_index 
+0x7518 024598 iforce regext 
+0x7519 024599 force 0 ,rega 
+0x751a 024600 fetcht 5 ,mem_le_pcnt_rx 
+0x751b 024601 call first_block_data 
+0x751c 024602 call do_aes_ctr 
+0x751d 024603 force regidx_result ,regext_index 
+0x751e 024604 deposit regext 
+0x751f 024605 store 4 ,mem_le_peer_mic 
+0x7520 024606 call aes_crypt_data 
+0x7521 024607 arg mem_le_rxbuf ,regc 
+0x7522 024608 call generate_mic 
+0x7523 024609 fetcht 4 ,mem_le_peer_mic 
+0x7524 024610 isub temp ,pdata 
+0x7525 024611 nrtn blank 
+0x7526 024612 fetch 4 ,mem_le_last_mic 
+0x7527 024613 isub temp ,pdata 
+0x7528 024614 rtn blank 
+0x7529 024615 storet 4 ,mem_le_last_mic 
+0x752a 024616 fetch 5 ,mem_le_pcnt_rx 
+0x752b 024617 increase 1 ,pdata 
+0x752c 024618 store 5 ,mem_le_pcnt_rx 
+0x752d 024619 force 0 ,pdata 
+0x752e 024620 rtn 
+:      024622 wait_aes:
+0x752f 024623 nbranch wait_aes ,aes_ready 
+0x7530 024624 rtn 
+:      024626 do_aes_ocb:
+0x7531 024627 force 0x30 ,aes_ctrl 
+0x7532 024628 force 0x0 ,aes_ctrl 
+0x7533 024629 branch wait_aes 
+:      024631 do_aes_cbc:
+0x7534 024632 force 0x32 ,aes_ctrl 
+0x7535 024633 force 0x2 ,aes_ctrl 
+0x7536 024634 branch wait_aes 
+:      024636 do_aes_ctr:
+0x7537 024637 force 0x34 ,aes_ctrl 
+0x7538 024638 force 0x4 ,aes_ctrl 
+0x7539 024639 branch wait_aes 
+:      024641 do_aes_cfb:
+0x753a 024642 force 0x36 ,aes_ctrl 
+0x753b 024643 force 0x6 ,aes_ctrl 
+0x753c 024644 branch wait_aes 
+:      024646 aes_init:
+0x753d 024647 force 1 ,aes_ctrl 
+0x753e 024648 force 0 ,aes_ctrl 
+0x753f 024649 rtn 
+:      024650 function_s1:
+0x7540 024651 force regidx_data ,regext_index 
+0x7541 024652 fetch 4 ,mem_le_mrand 
+0x7542 024653 iforce regext 
+0x7543 024654 increase 1 ,regext_index 
+0x7544 024655 ifetch 4 ,contr 
+0x7545 024656 iforce regext 
+0x7546 024657 increase 1 ,regext_index 
+0x7547 024658 fetch 4 ,mem_le_srand 
+0x7548 024659 iforce regext 
+0x7549 024660 increase 1 ,regext_index 
+0x754a 024661 ifetch 4 ,contr 
+0x754b 024662 iforce regext 
+0x754c 024663 increase 1 ,regext_index 
+0x754d 024664 call aes_clear 
+0x754e 024665 force 0x38 ,aes_ctrl 
+0x754f 024666 force 0x8 ,aes_ctrl 
+0x7550 024667 branch wait_aes 
+:      024670 function_c1:
+0x7551 024671 fetch 6 ,mem_le_lap 
+0x7552 024672 fetcht 6 ,mem_le_plap 
+0x7553 024673 branch function_c1_master ,master 
+0x7554 024674 fetch 6 ,mem_le_plap 
+0x7555 024675 fetcht 6 ,mem_le_lap 
+:      024676 function_c1_master:
+0x7556 024677 force regidx_xor ,regext_index 
+0x7557 024678 copy temp ,regext 
+0x7558 024679 increase 1 ,regext_index 
+0x7559 024680 rshift32 temp ,regext 
+0x755a 024681 lshift16 pdata ,pdata 
+0x755b 024682 ior regext ,regext 
+0x755c 024683 increase 1 ,regext_index 
+0x755d 024684 rshift32 pdata ,regext 
+0x755e 024685 increase 1 ,regext_index 
+0x755f 024686 force 0 ,regext 
+0x7560 024687 force 0 ,pdata 
+0x7561 024688 fetch 1 ,mem_le_conn_peer_addr_type 
+0x7562 024689 fetcht 1 ,mem_le_adv_own_addr_type 
+0x7563 024690 nbranch function_c1_irat ,master 
+0x7564 024692 fetch 1 ,mem_le_conn_own_addr_type 
+0x7565 024693 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      024694 function_c1_irat:
+0x7566 024695 store 1 ,mem_le_iat 
+0x7567 024696 storet 1 ,mem_le_rat 
+0x7568 024697 force regidx_data ,regext_index 
+0x7569 024698 arg mem_le_iat ,regb 
+0x756a 024699 force 4 ,loopcnt 
+:      024700 function_c1_loop1:
+0x756b 024701 ifetch 4 ,rega 
+0x756c 024702 ifetcht 4 ,regb 
+0x756d 024703 ixor temp ,regext 
+0x756e 024704 increase 1 ,regext_index 
+0x756f 024705 increase 4 ,rega 
+0x7570 024706 increase 4 ,regb 
+0x7571 024707 loop function_c1_loop1 
+0x7572 024708 call aes_clear 
+0x7573 024709 force 0x38 ,aes_ctrl 
+0x7574 024710 force 0xc ,aes_ctrl 
+0x7575 024711 call wait_aes 
+0x7576 024713 call aes_clear_data 
+0x7577 024714 force 0x3a ,aes_ctrl 
+0x7578 024715 force 0x8 ,aes_ctrl 
+0x7579 024716 branch wait_aes 
+:      024718 padding_data:
+0x757a 024719 compare 0 ,loopcnt ,3 
+0x757b 024720 rtn true 
+0x757c 024721 deposit contr 
+0x757d 024722 iadd loopcnt ,contw 
+0x757e 024723 force 0 ,pdata 
+:      024724 padding_loop:
+0x757f 024725 istore 1 ,contw 
+0x7580 024726 increase 1 ,loopcnt 
+0x7581 024727 compare 0 ,loopcnt ,3 
+0x7582 024728 rtn true 
+0x7583 024729 branch padding_loop 
+:      024731 aes_load_data:
+0x7584 024732 force regidx_data ,regext_index 
+:      024733 load_data_loop:
+0x7585 024734 deposit loopcnt 
+0x7586 024735 branch load_data_padding ,blank 
+0x7587 024736 ifetch 4 ,contr 
+0x7588 024737 increase -4 ,loopcnt 
+:      024738 load_data_padding:
+0x7589 024739 iforce regext 
+0x758a 024740 increase 1 ,regext_index 
+0x758b 024741 compare regidx_key ,regext_index ,0xf 
+0x758c 024742 rtn true 
+0x758d 024743 branch load_data_loop 
+:      024745 aes_load_xor:
+0x758e 024746 force regidx_xor ,regext_index 
+0x758f 024747 branch load_regext 
+:      024748 load_key:
+0x7590 024749 force regidx_key ,regext_index 
+0x7591 024750 branch load_regext 
+:      024751 load_data128:
+0x7592 024752 force regidx_data ,regext_index 
+:      024753 load_regext:
+0x7593 024754 force 4 ,loopcnt 
+:      024755 load_regext_loop:
+0x7594 024756 ifetch 4 ,contr 
+0x7595 024757 iforce regext 
+0x7596 024758 increase 1 ,regext_index 
+0x7597 024759 loop load_regext_loop 
+0x7598 024760 rtn 
+:      024762 load_sk:
+0x7599 024763 arg mem_le_sk ,contr 
+0x759a 024764 branch load_key 
+:      024766 clear_hidata:
+0x759b 024767 force 4 ,loopcnt 
+0x759c 024768 branch clear_data_rest 
+:      024770 aes_clear_data:
+0x759d 024771 force regidx_data ,regext_index 
+:      024772 aes_clear:
+0x759e 024773 force 4 ,loopcnt 
+:      024774 clear_loop:
+0x759f 024775 force 0 ,regext 
+:      024776 clear_data_rest:
+0x75a0 024777 increase 1 ,regext_index 
+0x75a1 024778 loop clear_loop 
+0x75a2 024779 rtn 
+:      024781 store_aes_result:
+0x75a3 024782 force regidx_result ,regext_index 
+0x75a4 024783 force 4 ,loopcnt 
+:      024784 send_aes_result_loop:
+0x75a5 024785 deposit regext 
+0x75a6 024786 istore 4 ,contw 
+0x75a7 024787 increase 1 ,regext_index 
+0x75a8 024788 loop send_aes_result_loop 
+0x75a9 024789 rtn 
+:      024791 store_enc_data:
+0x75aa 024792 force regidx_result ,regext_index 
+0x75ab 024793 copy regc ,contw 
+0x75ac 024794 add regb ,1 ,loopcnt 
+0x75ad 024795 sub loopcnt ,15 ,null 
+0x75ae 024796 branch store_enc_loop ,positive 
+0x75af 024797 force 16 ,loopcnt 
+:      024798 store_enc_loop:
+0x75b0 024799 deposit regext 
+0x75b1 024800 sub loopcnt ,3 ,null 
+0x75b2 024801 branch store_enc_byte ,positive 
+0x75b3 024802 istore 4 ,contw 
+0x75b4 024803 increase -4 ,loopcnt 
+0x75b5 024804 rtn zero 
+0x75b6 024805 increase 1 ,regext_index 
+0x75b7 024806 branch store_enc_loop 
+:      024807 store_enc_byte:
+0x75b8 024808 istore 1 ,contw 
+0x75b9 024809 rshift8 pdata ,pdata 
+0x75ba 024810 loop store_enc_byte 
+0x75bb 024811 rtn 
+:      024814 compare_res:
+0x75bc 024815 force regidx_result ,regext_index 
+0x75bd 024816 force 4 ,loopcnt 
+:      024817 compare_res_loop:
+0x75be 024818 ifetch 4 ,contr 
+0x75bf 024819 isub regext ,null 
+0x75c0 024820 nrtn zero 
+0x75c1 024821 increase 1 ,regext_index 
+0x75c2 024822 loop compare_res_loop 
+0x75c3 024823 force 0 ,null 
+0x75c4 024824 rtn 
+:      024826 enable_authrom:
+0x75c5 024827 hfetch 1 ,core_clkoff 
+0x75c6 024828 set0 clock_off_auth_rom ,pdata 
+0x75c7 024829 hstore 1 ,core_clkoff 
+0x75c8 024830 rtn 
+:      024832 disable_authrom:
+0x75c9 024833 hfetch 1 ,core_clkoff 
+0x75ca 024834 set1 clock_off_auth_rom ,pdata 
+0x75cb 024835 hstore 1 ,core_clkoff 
+0x75cc 024836 rtn 
+:      024838 init_memp:
+0x75cd 024839 arg mem_p ,contw 
+0x75ce 024840 setsect 0 ,0x3ffff 
+0x75cf 024841 setsect 1 ,0x3ffff 
+0x75d0 024842 setsect 2 ,0x3ffff 
+0x75d1 024843 setsect 3 ,0x3fbff 
+0x75d2 024844 istore 9 ,contw 
+0x75d3 024845 setsect 0 ,0x3ffff 
+0x75d4 024846 setsect 1 ,0x3ffff 
+0x75d5 024847 setsect 2 ,0x3ffff 
+0x75d6 024848 setsect 3 ,0x3ffff 
+0x75d7 024849 istore 9 ,contw 
+0x75d8 024850 setsect 0 ,0x3ffff 
+0x75d9 024851 setsect 1 ,0x3ffff 
+0x75da 024852 setsect 2 ,0x3cfff 
+0x75db 024853 setsect 3 ,0x3ffff 
+0x75dc 024854 istore 9 ,contw 
+0x75dd 024855 setsect 0 ,0x3ffff 
+0x75de 024856 setsect 1 ,0x3ffff 
+0x75df 024857 setsect 2 ,0x3ffef 
+0x75e0 024858 setsect 3 ,0x3ffff 
+0x75e1 024859 istore 9 ,contw 
+0x75e2 024860 setsect 0 ,0x3ffff 
+0x75e3 024861 setsect 1 ,0x3ffff 
+0x75e4 024862 setsect 2 ,0x3ffff 
+0x75e5 024863 setsect 3 ,0x3ffff 
+0x75e6 024864 istore 9 ,contw 
+0x75e7 024865 setsect 0 ,0x3ffff 
+0x75e8 024866 setsect 1 ,0x26c7f 
+0x75e9 024867 setsect 2 ,0x146b 
+0x75ea 024868 setsect 3 ,0x37bb3 
+0x75eb 024869 istore 9 ,contw 
+0x75ec 024870 setsect 0 ,0x1feb8 
+0x75ed 024871 setsect 1 ,0x10c12 
+0x75ee 024872 setsect 2 ,0x2b722 
+0x75ef 024873 setsect 3 ,0x29fa6 
+0x75f0 024874 istore 9 ,contw 
+0x75f1 024875 setsect 0 ,0xe70f 
+0x75f2 024876 setsect 1 ,0x16720 
+0x75f3 024877 setsect 2 ,0x519e 
+0x75f4 024878 setsect 3 ,0x19084 
+0x75f5 024879 istore 9 ,contw 
+0x75f6 024880 setsect 0 ,0x31012 
+0x75f7 024881 setsect 1 ,0x360bf 
+0x75f8 024882 setsect 2 ,0x3f0af 
+0x75f9 024883 setsect 3 ,0x3d3 
+0x75fa 024884 istore 9 ,contw 
+0x75fb 024885 setsect 0 ,0x3a188 
+0x75fc 024886 setsect 1 ,0x3ad0 
+0x75fd 024887 setsect 2 ,0x3cbf2 
+0x75fe 024888 setsect 3 ,0x243d9 
+0x75ff 024889 istore 9 ,contw 
+0x7600 024890 setsect 0 ,0x2b030 
+0x7601 024891 setsect 1 ,0x36a03 
+0x7602 024892 setsect 2 ,0x11188 
+0x7603 024893 setsect 3 ,0x1e520 
+0x7604 024894 istore 9 ,contw 
+0x7605 024895 setsect 0 ,0x3a11e 
+0x7606 024896 setsect 1 ,0xfe5d 
+0x7607 024897 setsect 2 ,0xdd57 
+0x7608 024898 setsect 3 ,0x1ac93 
+0x7609 024899 istore 9 ,contw 
+0x760a 024900 setsect 0 ,0x11ed 
+0x760b 024901 setsect 1 ,0x218c4 
+0x760c 024902 setsect 2 ,0x8da7 
+0x760d 024903 setsect 3 ,0x257ff 
+0x760e 024904 istore 9 ,contw 
+0x760f 024905 setsect 0 ,0x3192b 
+0x7610 024906 setsect 1 ,0x34641 
+0x7611 024907 setsect 2 ,0x1be0c 
+0x7612 024908 setsect 3 ,0x366ad 
+0x7613 024909 istore 9 ,contw 
+0x7614 024910 setsect 0 ,0x1f83 
+0x7615 024911 setsect 1 ,0x15a23 
+0x7616 024912 setsect 2 ,0x3f9b0 
+0x7617 024913 setsect 3 ,0x3949 
+0x7618 024914 istore 9 ,contw 
+0x7619 024915 setsect 0 ,0x13a51 
+0x761a 024916 setsect 1 ,0x153fd 
+0x761b 024917 setsect 2 ,0x3372a 
+0x761c 024918 setsect 3 ,0xf1bb 
+0x761d 024919 istore 9 ,contw 
+0x761e 024920 setsect 0 ,0x3ae85 
+0x761f 024921 setsect 1 ,0x1eed9 
+0x7620 024922 setsect 2 ,0x9e66 
+0x7621 024923 setsect 3 ,0x1a8 
+0x7622 024924 istore 8 ,contw 
+0x7623 024925 rtn 
+:      024929 shutter_init:
+0x7624 024930 setarg shutter_send_process 
+0x7625 024931 store 2 ,mem_cb_bt_process 
+0x7626 024932 setarg shutter_process_idle 
+0x7627 024933 store 2 ,mem_cb_idle_process 
+0x7628 024934 setarg shutter_process_bb_event 
+0x7629 024935 store 2 ,mem_cb_bb_event_process 
+0x762a 024936 setarg shutter_process_lpm_before 
+0x762b 024937 store 2 ,mem_cb_before_lpm 
+0x762c 024938 setarg shutter_discovery_timeout_sleep 
+0x762d 024939 store 2 ,mem_cb_discovry_timeout 
+0x762e 024940 set1 mark_ext_patch ,mark 
+0x762f 024941 bpatch patch3f_1 ,mem_patch3f 
+0x7630 024942 rtn wake 
+0x7631 024944 hjam 0x00 ,core_gpio_sel1 
+0x7632 024945 call shutter_key_and_wake_gpio_setup 
+0x7633 024947 setarg shutter_before_hibernate 
+0x7634 024948 store 2 ,mem_cb_before_hibernate 
+0x7635 024950 jam flag_shutter_1key_send_null ,mem_shutter_1key_send_sm 
+0x7636 024951 jam 0 ,mem_shutter_key 
+0x7637 024952 jam flag_shutter_default ,mem_shutter_flag 
+0x7638 024953 setarg 0 
+0x7639 024954 store 4 ,mem_shutter_send_data 
+0x763a 024955 call app_check_reconn_target 
+0x763b 024956 branch app_bt_start_discovery_short ,blank 
+0x763c 024957 call app_led_on 
+0x763d 024958 call app_bt_stop_discovery 
+0x763e 024959 branch app_bt_start_reconnect 
+:      024961 shutter_key_and_wake_gpio_setup:
+0x763f 024962 fetcht 1 ,mem_shutter_iphonekey_gpio 
+0x7640 024963 call gpio_config_input 
+0x7641 024964 fetcht 1 ,mem_shutter_androidkey_gpio 
+0x7642 024965 branch gpio_config_input 
+:      024967 shutter_cancel_key_shake:
+0x7643 024968 set1 mark_ext_patch ,mark 
+0x7644 024969 bpatch patch3f_2 ,mem_patch3f 
+0x7645 024970 fetcht 4 ,mem_shutter_clkn_bt_last 
+0x7646 024971 deposit clkn_bt 
+0x7647 024972 store 4 ,mem_shutter_clkn_bt_last 
+0x7648 024973 isub temp ,pdata 
+0x7649 024974 nrtn positive 
+0x764a 024975 sub pdata ,200 ,pdata 
+0x764b 024976 rtn 
+:      024978 shutter_send_process:
+0x764c 024979 fetch 1 ,mem_hid_interrupt_state 
+0x764d 024980 rtnne 0x3f 
+:      024981 shutter_scan_key_start:
+0x764e 024982 set1 mark_ext_patch ,mark 
+0x764f 024983 bpatch patch3f_3 ,mem_patch3f 
+0x7650 024984 fetch 1 ,mem_device_option 
+0x7651 024985 rtnne dvc_op_shutter 
+0x7652 024986 disable user 
+0x7653 024987 call shutter_scan_key 
+0x7654 024988 nrtn user 
+0x7655 024989 disable user 
+0x7656 024990 fetch 1 ,mem_scan_mode 
+0x7657 024991 beq 0x03 ,shutter_reconnect_scan_2 
+0x7658 024993 fetch 1 ,mem_shutter_flag 
+0x7659 024994 beq flag_shutter_iphonekey_send ,shutter_iphonekey_release 
+0x765a 024995 beq flag_shutter_androidkey_send ,shutter_androidkey_release 
+0x765b 024996 call shutter_cancel_key_shake 
+0x765c 024997 branch shutter_send_process_end ,positive 
+0x765d 024999 fetch 1 ,mem_shutter_key 
+0x765e 025000 bbit1 flag_shutter_iphonekey_press ,shutter_iphonekey_press 
+0x765f 025001 bbit1 flag_shutter_androidkey_press ,shutter_androidkey_press 
+:      025003 shutter_send_process_end:
+0x7660 025004 jam 0 ,mem_shutter_key 
+0x7661 025005 jam flag_shutter_default ,mem_shutter_flag 
+0x7662 025006 rtn 
+:      025009 shutter_iphonekey_release:
+0x7663 025010 jam flag_shutter_default ,mem_shutter_flag 
+0x7664 025011 call ui_led_blink_stop 
+0x7665 025012 fetch 1 ,mem_shutter_key_number 
+0x7666 025013 beq flag_shutter_1key ,shutter_1key_iphonekey_release 
+:      025014 shutter_2key_iphonekey_release:
+:      025015 shutter_iphonekey_release_package:
+0x7667 025016 jam 0x05 ,mem_shutter_send_length 
+0x7668 025017 jam 0x03 ,mem_shutter_send_data 
+0x7669 025018 branch shutter_send_keydata 
+:      025019 shutter_1key_iphonekey_release:
+0x766a 025020 jam flag_shutter_1key_send_null ,mem_shutter_1key_send_sm 
+0x766b 025021 branch shutter_1key_send_step1 
+:      025023 shutter_1key_send_step1:
+0x766c 025024 jam flag_shutter_1key_send_step2 ,mem_shutter_1key_send_sm 
+0x766d 025025 branch shutter_androidkey_press_package 
+:      025026 shutter_1key_send_step2:
+0x766e 025027 jam flag_shutter_1key_send_step3 ,mem_shutter_1key_send_sm 
+0x766f 025028 branch shutter_androidkey_release_package 
+:      025029 shutter_1key_send_step3:
+0x7670 025030 jam flag_shutter_1key_send_step4 ,mem_shutter_1key_send_sm 
+0x7671 025031 branch shutter_iphonekey_press_package 
+:      025032 shutter_1key_send_step4:
+0x7672 025033 jam flag_shutter_1key_send_null ,mem_shutter_1key_send_sm 
+0x7673 025034 branch shutter_iphonekey_release_package 
+:      025036 shutter_iphonekey_press:
+0x7674 025037 jam flag_shutter_iphonekey_send ,mem_shutter_flag 
+0x7675 025038 call ui_led_on 
+0x7676 025039 fetch 1 ,mem_shutter_key_number 
+0x7677 025040 beq flag_shutter_1key ,shutter_1key_iphonekey_press 
+:      025041 shutter_2key_iphonekey_press:
+:      025042 shutter_iphonekey_press_package:
+0x7678 025043 jam 0x05 ,mem_shutter_send_length 
+0x7679 025044 setarg 0x20003 
+0x767a 025045 store 3 ,mem_shutter_send_data 
+0x767b 025046 branch shutter_send_keydata 
+:      025047 shutter_1key_iphonekey_press:
+0x767c 025048 rtn 
+:      025050 shutter_androidkey_release:
+0x767d 025051 jam flag_shutter_default ,mem_shutter_flag 
+0x767e 025052 call ui_led_blink_stop 
+:      025053 shutter_androidkey_release_package:
+0x767f 025054 jam 0x0a ,mem_shutter_send_length 
+0x7680 025055 jam 0x01 ,mem_shutter_send_data 
+0x7681 025056 branch shutter_send_keydata 
+:      025057 shutter_androidkey_press:
+0x7682 025058 jam flag_shutter_androidkey_send ,mem_shutter_flag 
+0x7683 025059 call ui_led_on 
+:      025060 shutter_androidkey_press_package:
+0x7684 025061 jam 0x0a ,mem_shutter_send_length 
+0x7685 025062 jam 0x01 ,mem_shutter_send_data 
+0x7686 025063 setarg 0x280000 
+0x7687 025064 store 3 ,mem_shutter_send_data + 1 
+:      025066 shutter_send_keydata:
+0x7688 025067 set1 mark_ext_patch ,mark 
+0x7689 025068 bpatch patch3f_4 ,mem_patch3f 
+0x768a 025069 fetch 1 ,mem_shutter_send_length 
+0x768b 025070 copy pdata ,rega 
+0x768c 025071 call hid_malloc_tx_buff 
+0x768d 025072 fetch 2 ,mem_hid_int_remote_cid 
+0x768e 025073 istore 2 ,contw 
+0x768f 025074 setarg 0xa1 
+0x7690 025075 istore 1 ,contw 
+0x7691 025076 fetcht 4 ,mem_shutter_send_data 
+0x7692 025077 istoret 8 ,contw 
+0x7693 025078 setarg 0 
+0x7694 025079 istore 1 ,contw 
+0x7695 025080 store 4 ,mem_shutter_send_data 
+0x7696 025082 fetch 1 ,mem_shutter_1key_send_sm 
+0x7697 025083 beq flag_shutter_1key_send_step2 ,shutter_1key_send_step2 
+0x7698 025084 beq flag_shutter_1key_send_step3 ,shutter_1key_send_step3 
+0x7699 025085 beq flag_shutter_1key_send_step4 ,shutter_1key_send_step4 
+0x769a 025086 rtn 
+:      025088 shutter_scan_key:
+0x769b 025089 fetcht 1 ,mem_shutter_iphonekey_gpio 
+0x769c 025090 call gpio_get_bit 
+0x769d 025091 setarg 0 
+0x769e 025092 setflag true ,flag_shutter_iphonekey_press ,pdata 
+0x769f 025093 store 1 ,mem_shutter_key_temp 
+0x76a0 025094 fetcht 1 ,mem_shutter_androidkey_gpio 
+0x76a1 025095 call gpio_get_bit 
+0x76a2 025096 setarg 0 
+0x76a3 025097 setflag true ,flag_shutter_androidkey_press ,pdata 
+0x76a4 025098 fetcht 1 ,mem_shutter_key_temp 
+0x76a5 025099 ior temp ,pdata 
+0x76a6 025100 fetcht 1 ,mem_shutter_key 
+0x76a7 025101 store 1 ,mem_shutter_key 
+0x76a8 025102 ixor temp ,null 
+0x76a9 025103 rtn zero 
+0x76aa 025104 enable user 
+0x76ab 025105 rtn 
+:      025107 shutter_process_bb_event:
+0x76ac 025108 copy regc ,pdata 
+0x76ad 025109 beq bt_evt_setup_complete ,shutter_bb_event_setup_complete 
+0x76ae 025110 beq bt_evt_hid_connected ,shutter_bb_event_hid_connected 
+0x76af 025111 beq bt_evt_hid_disconnected ,shutter_bb_event_hid_disconn 
+0x76b0 025112 beq bt_evt_virtual_cable_unplug ,shutter_bb_event_unplug 
+0x76b1 025113 beq bt_evt_bb_disconnected ,shutter_bb_event_bb_disconn 
+0x76b2 025114 beq bt_evt_reconn_failed ,shutter_bb_event_reconn_failed 
+0x76b3 025115 beq bt_evt_reconn_page_timeout ,shutter_bb_event_reconn_failed 
+0x76b4 025116 beq bt_evt_bb_connected ,shutter_process_bb_conn 
+0x76b5 025117 beq bt_evt_hid_handshake ,shutter_event_hid_handshake 
+0x76b6 025118 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x76b7 025119 and pdata ,0x0f ,temp 
+0x76b8 025120 and_into bt_evt_timer_mask ,pdata 
+0x76b9 025121 beq bt_evt_timer_init ,shutter_bb_event_timer 
+0x76ba 025122 rtn 
+:      025124 shutter_hid_handshake_timer:
+0x76bb 025125 fetch 1 ,mem_hid_handshake_timer_count 
+0x76bc 025126 rtn blank 
+0x76bd 025127 increase -1 ,pdata 
+0x76be 025128 store 1 ,mem_hid_handshake_timer_count 
+0x76bf 025129 nrtn blank 
+:      025130 shutter_event_hid_handshake:
+0x76c0 025131 jam app_handshake_done ,mem_app_handshake_flag 
+0x76c1 025132 call app_lpm_mult_enable 
+0x76c2 025133 call app_bt_store_reconn_info 
+0x76c3 025134 call app_bt_stop_discovery 
+0x76c4 025135 call app_led_off 
+0x76c5 025136 branch app_bt_enter_sniff 
+:      025139 shutter_process_bb_conn:
+0x76c6 025140 jam 0 ,mem_shutter_hid_disconn_count 
+0x76c7 025141 jam 0 ,mem_shutter_cable_unplug_conut 
+0x76c8 025142 rtn 
+:      025144 shutter_bb_event_bb_disconn:
+0x76c9 025145 set1 mark_ext_patch ,mark 
+0x76ca 025146 bpatch patch3f_5 ,mem_patch3f 
+0x76cb 025147 jam 0 ,mem_unsniff2sniff_timer_count 
+0x76cc 025148 jam 0 ,mem_shutter_cable_unplug_conut 
+0x76cd 025149 jam 0 ,mem_shutter_hid_disconn_count 
+0x76ce 025150 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x76cf 025151 bbit0 app_disc_after_sniff ,shutter_check_pairing 
+:      025152 shutter_bb_event_reconn_failed:
+0x76d0 025154 fetch 2 ,mem_discovery_timeout 
+0x76d1 025155 store 2 ,mem_discovery_timeout_timer_count 
+:      025156 shutter_discovery_on_not_renew_timer:
+0x76d2 025157 call app_disconn_reason_clear 
+0x76d3 025158 branch app_bt_start_discovery_led_blink 
+:      025160 shutter_check_pairing:
+0x76d4 025161 bbit0 app_disc_after_pairing ,shutter_check_reconn 
+0x76d5 025162 branch shutter_bb_event_reconn_failed 
+:      025164 shutter_check_reconn:
+0x76d6 025165 bbit0 app_disc_after_reconn ,shutter_discovery_on_not_renew_timer 
+0x76d7 025166 branch shutter_bb_event_reconn_failed 
+:      025169 shutter_bb_event_setup_complete:
+0x76d8 025170 call app_bt_stop_discovery 
+0x76d9 025171 branch app_led_stop_blink 
+:      025173 shutter_bb_event_hid_connected:
+0x76da 025174 setarg hid_handshake_timeout 
+0x76db 025175 store 1 ,mem_hid_handshake_timer_count 
+0x76dc 025176 rtn 
+:      025178 shutter_bb_event_hid_disconn:
+0x76dd 025179 jam 0 ,mem_shutter_cable_unplug_conut 
+0x76de 025180 setarg flag_shutter_hid_disconn_timeout 
+0x76df 025181 store 1 ,mem_shutter_hid_disconn_count 
+0x76e0 025182 rtn 
+:      025184 shutter_bb_event_unplug:
+0x76e1 025185 setarg flag_shutter_cable_unplug_timeout 
+0x76e2 025186 store 1 ,mem_shutter_cable_unplug_conut 
+0x76e3 025187 rtn 
+:      025189 shutter_bb_event_timer:
+0x76e4 025190 set1 mark_ext_patch ,mark 
+0x76e5 025191 bpatch patch3f_6 ,mem_patch3f 
+0x76e6 025192 storet 1 ,mem_app_evt_timer_count 
+:      025193 shutter_bb_event_100ms_loop:
+0x76e7 025194 fetch 1 ,mem_app_evt_timer_count 
+0x76e8 025195 rtn blank 
+0x76e9 025196 increase -1 ,pdata 
+0x76ea 025197 store 1 ,mem_app_evt_timer_count 
+0x76eb 025198 call shutter_check_unplug_timer 
+0x76ec 025199 call shutter_hid_handshake_timer 
+0x76ed 025200 call shutter_check_hid_disconn_timer 
+0x76ee 025201 branch shutter_bb_event_100ms_loop 
+:      025203 shutter_check_unplug_timer:
+0x76ef 025204 fetch 1 ,mem_shutter_cable_unplug_conut 
+0x76f0 025205 rtn blank 
+0x76f1 025206 fetch 1 ,mem_shutter_cable_unplug_conut 
+0x76f2 025207 increase -1 ,pdata 
+0x76f3 025208 store 1 ,mem_shutter_cable_unplug_conut 
+0x76f4 025209 nrtn blank 
+0x76f5 025210 fetch 1 ,mem_control_tasks 
+0x76f6 025211 set1 l2cap_disconnect_interrupt ,pdata 
+0x76f7 025212 set1 l2cap_disconnect_control ,pdata 
+0x76f8 025213 store 1 ,mem_control_tasks 
+0x76f9 025214 rtn 
+:      025216 shutter_check_hid_disconn_timer:
+0x76fa 025217 fetch 1 ,mem_shutter_hid_disconn_count 
+0x76fb 025218 rtn blank 
+0x76fc 025219 fetch 1 ,mem_shutter_hid_disconn_count 
+0x76fd 025220 increase -1 ,pdata 
+0x76fe 025221 store 1 ,mem_shutter_hid_disconn_count 
+0x76ff 025222 nrtn blank 
+0x7700 025223 branch app_bt_disconnect 
+:      025225 shutter_reconnect_scan:
+0x7701 025226 set1 mark_ext_patch ,mark 
+0x7702 025227 bpatch patch3f_7 ,mem_patch3f 
+0x7703 025228 fetch 1 ,mem_scan_mode 
+0x7704 025229 rtnne 0x03 
+0x7705 025230 branch shutter_scan_key_start 
+:      025231 shutter_reconnect_scan_2:
+0x7706 025232 call shutter_cancel_key_shake 
+0x7707 025233 rtn positive 
+0x7708 025234 fetch 1 ,mem_shutter_key 
+0x7709 025235 rtn blank 
+0x770a 025236 call app_check_reconn_target 
+0x770b 025237 branch app_bt_start_discovery_short ,blank 
+0x770c 025238 call app_led_on 
+0x770d 025239 call app_bt_stop_discovery 
+0x770e 025240 branch app_bt_start_reconnect 
+:      025243 shutter_process_idle:
+0x770f 025244 branch shutter_reconnect_scan 
+:      025247 shutter_process_lpm_before:
+0x7710 025248 fetcht 1 ,mem_shutter_iphonekey_gpio 
+0x7711 025249 call gpio_set_wake_by_current_state 
+0x7712 025250 fetch 1 ,mem_shutter_key_number 
+0x7713 025251 bne flag_shutter_1key ,shutter_process_lpm_before_key2 
+0x7714 025252 rtn 
+:      025253 shutter_process_lpm_before_key2:
+0x7715 025254 fetcht 1 ,mem_shutter_androidkey_gpio 
+0x7716 025255 branch gpio_set_wake_by_current_state 
+:      025257 shutter_before_hibernate:
+0x7717 025258 branch shutter_key_and_wake_gpio_setup 
+:      025261 shutter_discovery_timeout_sleep:
+0x7718 025262 branch app_enter_hibernate 
+:      025266 sp_initialize:
+0x7719 025267 set1 mark_ext_patch ,mark 
+0x771a 025268 bpatch patch3e_2 ,mem_patch3e 
+0x771b 025269 fetch 1 ,mem_ssp_enable 
+0x771c 025270 branch ssp_disable ,blank 
+0x771d 025271 call ssp_enable 
+0x771e 025272 setarg 0 
+0x771f 025273 store 8 ,mem_sp_state_start 
+0x7720 025274 store 4 ,mem_sp_flag_start 
+0x7721 025276 arg mem_sp_iocap_remote ,contw 
+0x7722 025277 istore 7 ,contw 
+0x7723 025278 jam default_statemachine ,mem_sp_localsm 
+0x7724 025279 branch sp_pubkey_calc 
+:      025281 sp_generate_local_key:
+0x7725 025282 jam sp_flag_commit ,mem_sp_flag 
+0x7726 025283 branch sp_generate_local_key0 
+:      025284 sp_master_generate_local_key:
+0x7727 025285 fetch 1 ,mem_sp_local_key_invalid 
+0x7728 025286 beq sp_key_valid ,sp_dhkey_calc 
+0x7729 025287 branch assert 
+:      025288 sp_generate_local_key0:
+0x772a 025289 fetch 1 ,mem_sp_local_key_invalid 
+0x772b 025290 beq sp_key_valid ,sp_start_send_pubkey 
+0x772c 025291 branch sp_pubkey_calc 
+:      025293 sp_start_send_pubkey:
+0x772d 025294 call sp_dhkey_calc 
+0x772e 025295 fetch 1 ,mem_master_sp_state 
+0x772f 025296 nrtn blank 
+0x7730 025297 jam sp_stat_key_send ,mem_sp_state 
+0x7731 025298 rtn 
+:      025300 sp_calculate_commitment:
+0x7732 025301 fetch 1 ,mem_sp_calc 
+0x7733 025302 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
+0x7734 025303 call sp_local_random_key_generator 
+0x7735 025304 arg mem_sp_prarm_stack ,contw 
+0x7736 025305 setarg mem_sp_random_local_end 
+0x7737 025306 istore 2 ,contw 
+0x7738 025307 setarg mem_sp_pubkey_local_x_end 
+0x7739 025308 istore 2 ,contw 
+0x773a 025309 setarg mem_sp_pubkey_remote_x_end 
+0x773b 025310 istore 2 ,contw 
+0x773c 025311 branch sp_calculate_commitment0 
+:      025312 master_sp_calculate_commitment:
+0x773d 025313 arg mem_sp_prarm_stack ,contw 
+0x773e 025314 setarg mem_sp_random_remote_end 
+0x773f 025315 istore 2 ,contw 
+0x7740 025316 setarg mem_sp_pubkey_remote_x_end 
+0x7741 025317 istore 2 ,contw 
+0x7742 025318 setarg mem_sp_pubkey_local_x_end 
+0x7743 025319 istore 2 ,contw 
+:      025320 sp_calculate_commitment0:
+0x7744 025321 call function_f1 
+0x7745 025322 fetch 1 ,mem_master_sp_state 
+0x7746 025323 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
+0x7747 025324 jam sp_flag_commit ,mem_sp_flag 
+0x7748 025325 jam sp_stat_commit_send ,mem_sp_state 
+0x7749 025326 rtn 
+:      025327 master_sp_calculate_commitment0:
+0x774a 025328 jam sp_stat_commitment_compare ,mem_master_sp_state 
+0x774b 025329 call sp_master_generate_local_key 
+0x774c 025330 branch master_set_mem_master_sp_flag 
+:      025332 sp_local_random_key_generator:
+0x774d 025333 arg mem_sp_random_local ,contw 
+0x774e 025334 force 8 ,queue 
+0x774f 025335 branch random_generator 
+:      025337 sp_calculate_commitment_wait_dhkey_calc:
+0x7750 025338 jam sp_flag_commit ,mem_sp_flag 
+0x7751 025339 rtn 
+:      025341 sp_confirm_check:
+0x7752 025343 arg mem_addr_value ,contw 
+0x7753 025344 fetch 6 ,mem_lap 
+0x7754 025345 istore 6 ,contw 
+0x7755 025346 fetch 6 ,mem_plap 
+0x7756 025347 istore 6 ,contw 
+0x7757 025348 fetch 3 ,mem_sp_iocap_remote 
+0x7758 025349 istore 3 ,contw 
+0x7759 025351 call function_f3a 
+0x775a 025353 arg mem_sp_calc_result_high ,rega 
+0x775b 025354 arg mem_sp_check_result ,regb 
+0x775c 025355 force 4 ,queue 
+0x775d 025356 call compare4 
+0x775e 025357 nbranch sp_confirm_check_failed ,true 
+:      025359 sp_confirm_check_success:
+0x775f 025360 fetch 1 ,mem_master_sp_state 
+0x7760 025361 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
+0x7761 025362 jam sp_stat_confirm_calc ,mem_sp_state 
+0x7762 025363 jam sp_flag_commit ,mem_sp_flag 
+0x7763 025364 jam lmp_accepted ,mem_lmo_opcode2 
+0x7764 025365 rtn 
+:      025366 sp_confirm_check_success_master:
+0x7765 025367 jam lmp_accepted ,mem_lmo_opcode2 
+0x7766 025368 jam sp_state_end ,mem_master_sp_state 
+0x7767 025369 branch master_set_mem_master_sp_flag 
+:      025372 sp_confirm_check_failed:
+0x7768 025373 fetch 1 ,mem_master_sp_state 
+0x7769 025374 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
+0x776a 025375 jam sp_stat_null ,mem_sp_state 
+0x776b 025376 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x776c 025378 jam authentication_failure_error ,mem_lmo_reason2 
+0x776d 025379 rtn 
+:      025380 sp_confirm_check_failed_master:
+0x776e 025381 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x776f 025382 jam sp_stat_null ,mem_master_sp_state 
+0x7770 025383 rtn 
+:      025385 sp_confirm_calc:
+0x7771 025386 fetch 1 ,mem_sp_dh_ready 
+0x7772 025387 beq sp_flag_commit ,sp_confirm_calc_ready 
+0x7773 025388 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x7774 025389 branch master_set_mem_master_sp_flag 
+:      025390 sp_confirm_calc_ready:
+0x7775 025391 arg mem_addr_value ,contw 
+0x7776 025392 fetch 6 ,mem_plap 
+0x7777 025393 istore 6 ,contw 
+0x7778 025394 fetch 6 ,mem_lap 
+0x7779 025395 istore 6 ,contw 
+0x777a 025396 fetch 3 ,mem_sp_iocap_local 
+0x777b 025397 istore 3 ,contw 
+0x777c 025399 call function_f3b 
+0x777d 025400 fetch 1 ,mem_master_sp_state 
+0x777e 025401 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
+0x777f 025402 jam sp_stat_confirm_send ,mem_sp_state 
+0x7780 025403 jam sp_flag_commit ,mem_sp_flag 
+0x7781 025404 rtn 
+:      025405 sp_confirm_calc_master:
+0x7782 025406 jam sp_stat_confirm_send ,mem_master_sp_state 
+0x7783 025407 jam sp_flag_commit ,mem_master_sp_flag 
+0x7784 025408 rtn 
+:      025410 sp_master_key_prarm_push:
+0x7785 025411 arg mem_sp_prarm_stack ,contw 
+0x7786 025412 fetch 6 ,mem_plap 
+0x7787 025413 istore 6 ,contw 
+0x7788 025414 fetch 6 ,mem_lap 
+0x7789 025415 istore 6 ,contw 
+0x778a 025416 setarg mem_sp_random_local_end 
+0x778b 025417 istore 2 ,contw 
+0x778c 025418 setarg mem_sp_random_remote_end 
+0x778d 025419 istore 2 ,contw 
+0x778e 025420 branch sp_link_key_calc 
+:      025421 sp_link_key_prarm_push:
+0x778f 025422 jam sp_stat_done ,mem_sp_state 
+0x7790 025423 arg mem_sp_prarm_stack ,contw 
+0x7791 025424 fetch 6 ,mem_lap 
+0x7792 025425 istore 6 ,contw 
+0x7793 025426 fetch 6 ,mem_plap 
+0x7794 025427 istore 6 ,contw 
+0x7795 025428 setarg mem_sp_random_remote_end 
+0x7796 025429 istore 2 ,contw 
+0x7797 025430 setarg mem_sp_random_local_end 
+0x7798 025431 istore 2 ,contw 
+:      025432 sp_link_key_calc:
+0x7799 025434 arg mem_addr_value ,contw 
+0x779a 025435 fetch 6 ,mem_sp_prarm_stack 
+0x779b 025436 istore 6 ,contw 
+0x779c 025437 fetch 6 ,mem_sp_prarm_stack + 6 
+0x779d 025438 istore 6 ,contw 
+0x779e 025440 call function_f2 
+0x779f 025443 jam 1 ,mem_link_key_exists 
+0x77a0 025444 arg mem_link_key ,contw 
+0x77a1 025445 arg mem_sp_calc_result_high ,contr 
+0x77a2 025446 call memcpy16 
+0x77a3 025447 branch generate_linkkey_continue 
+:      025450 sp_pubkey_calc:
+0x77a4 025451 set1 mark_ext_patch ,mark 
+0x77a5 025452 bpatch patch3e_3 ,mem_patch3e 
+0x77a6 025453 fetch 1 ,mem_sp_local_key_invalid 
+0x77a7 025454 rtnne sp_key_invalid 
+0x77a8 025455 fetch 1 ,mem_sp_calc 
+0x77a9 025456 rtnne sp_calc_standby 
+0x77aa 025457 arg mem_sp_private_key ,contw 
+0x77ab 025458 force 11 ,queue 
+0x77ac 025459 call random_generator 
+0x77ad 025460 random pdata 
+0x77ae 025461 rshift pdata ,pdata 
+0x77af 025462 istore 2 ,contw 
+0x77b0 025464 arg mem_k ,contw 
+0x77b1 025465 arg mem_sp_private_key ,contr 
+0x77b2 025466 call memcpy24 
+0x77b3 025468 arg mem_ax ,contw 
+0x77b4 025469 arg mem_gx ,contr 
+0x77b5 025470 call memcpy48 
+0x77b6 025472 arg mem_az ,contw 
+0x77b7 025473 call bn_zero 
+0x77b8 025474 jam 1 ,mem_az 
+0x77b9 025476 call eckp_calc_init 
+0x77ba 025477 jam sp_calc_pubkey ,mem_sp_calc 
+0x77bb 025478 rtn 
+:      025480 sp_pubkey_generated:
+0x77bc 025481 arg mem_sp_pubkey_local ,contw 
+0x77bd 025482 arg mem_bx ,contr 
+0x77be 025483 call memcpy48 
+0x77bf 025484 jam sp_key_valid ,mem_sp_local_key_invalid 
+0x77c0 025485 jam sp_calc_standby ,mem_sp_calc 
+0x77c1 025486 rtn 
+:      025488 sp_dhkey_calc:
+0x77c2 025489 set1 mark_ext_patch ,mark 
+0x77c3 025490 bpatch patch3e_4 ,mem_patch3e 
+0x77c4 025491 fetch 1 ,mem_sp_dhkey_invalid 
+0x77c5 025492 rtnne sp_key_invalid 
+0x77c6 025493 fetch 1 ,mem_sp_calc 
+0x77c7 025494 rtnne sp_calc_standby 
+0x77c8 025496 arg mem_k ,contw 
+0x77c9 025497 arg mem_sp_private_key ,contr 
+0x77ca 025498 call memcpy24 
+0x77cb 025500 arg mem_ax ,contw 
+0x77cc 025501 arg mem_sp_pubkey_remote ,contr 
+0x77cd 025502 call memcpy48 
+0x77ce 025504 arg mem_az ,contw 
+0x77cf 025505 call bn_zero 
+0x77d0 025506 jam 1 ,mem_az 
+0x77d1 025508 call eckp_calc_init 
+0x77d2 025509 jam sp_calc_dhkey ,mem_sp_calc 
+0x77d3 025510 rtn 
+:      025512 sp_dhkey_generated:
+0x77d4 025513 jam sp_flag_commit ,mem_sp_dh_ready 
+0x77d5 025514 arg mem_sp_dhkey ,contw 
+0x77d6 025515 arg mem_bx ,contr 
+0x77d7 025516 call memcpy24 
+0x77d8 025517 jam sp_key_valid ,mem_sp_dhkey_invalid 
+0x77d9 025518 jam sp_calc_standby ,mem_sp_calc 
+0x77da 025519 rtn 
+:      025521 random_generator:
+0x77db 025522 increase -1 ,queue 
+0x77dc 025523 nrtn positive 
+0x77dd 025524 random pdata 
+0x77de 025525 istore 2 ,contw 
+0x77df 025526 branch random_generator 
+:      025527 compare4:
+0x77e0 025528 increase -1 ,queue 
+0x77e1 025529 nbranch compare4_success ,positive 
+0x77e2 025530 ifetch 4 ,rega 
+0x77e3 025531 copy pdata ,temp 
+0x77e4 025532 ifetch 4 ,regb 
+0x77e5 025533 iflip temp ,pdata 
+0x77e6 025534 nbranch compare4_failed ,zero 
+0x77e7 025535 increase 4 ,rega 
+0x77e8 025536 increase 4 ,regb 
+0x77e9 025537 branch compare4 
+:      025538 compare4_failed:
+0x77ea 025539 disable true 
+0x77eb 025540 rtn 
+:      025541 compare4_success:
+0x77ec 025542 enable true 
+0x77ed 025543 rtn 
+:      025550 simple_pairing_sequence:
+0x77ee 025551 set1 mark_ext_patch ,mark 
+0x77ef 025552 bpatch patch3e_5 ,mem_patch3e 
+0x77f0 025553 fetch 1 ,mem_sp_flag 
+0x77f1 025554 rtn blank 
+0x77f2 025555 jam sp_flag_standby ,mem_sp_flag 
+0x77f3 025556 fetch 1 ,mem_sp_state 
+0x77f4 025557 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
+0x77f5 025558 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
+0x77f6 025559 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
+0x77f7 025560 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
+0x77f8 025561 beq sp_stat_key_generate ,sp_generate_local_key 
+0x77f9 025562 beq sp_stat_commit_calc ,sp_calculate_commitment 
+0x77fa 025563 beq sp_stat_confirm_check ,sp_confirm_check 
+0x77fb 025564 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x77fc 025565 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
+0x77fd 025567 rtn 
+:      025569 master_simple_paring_sequence:
+0x77fe 025570 set1 mark_ext_patch ,mark 
+0x77ff 025571 bpatch patch3e_6 ,mem_patch3e 
+0x7800 025572 fetch 1 ,mem_master_sp_flag 
+0x7801 025573 rtn blank 
+0x7802 025574 jam sp_flag_standby ,mem_master_sp_flag 
+0x7803 025575 fetch 1 ,mem_master_sp_state 
+0x7804 025576 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
+0x7805 025577 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
+0x7806 025578 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
+0x7807 025579 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
+0x7808 025580 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
+0x7809 025581 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
+0x780a 025582 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x780b 025583 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
+0x780c 025584 beq sp_stat_confirm_check ,sp_confirm_check 
+0x780d 025585 beq sp_state_end ,master_sp_sm_end 
+0x780e 025586 rtn 
+:      025588 master_set_mem_master_sp_flag:
+0x780f 025589 jam sp_flag_commit ,mem_master_sp_flag 
+0x7810 025590 rtn 
+:      025592 master_clear_mem_master_sp_flag:
+0x7811 025593 jam sp_flag_standby ,mem_master_sp_flag 
+0x7812 025594 rtn 
+:      025595 sp_calc_sequence:
+0x7813 025596 set1 mark_ext_patch ,mark 
+0x7814 025597 bpatch patch3e_7 ,mem_patch3e 
+0x7815 025598 fetch 1 ,mem_sp_calc 
+0x7816 025599 rtn blank 
+0x7817 025600 increase 0x80 ,pdata 
+0x7818 025601 store 1 ,mem_sp_calc 
+0x7819 025602 rtnbit1 7 
+0x781a 025603 fetch 1 ,mem_ec_loopc 
+0x781b 025604 branch sp_calc_sequence_done ,blank 
+0x781c 025605 branch eckp_calc 
+:      025607 sp_calc_sequence_done:
+0x781d 025608 call ecunmapz 
+0x781e 025609 fetch 1 ,mem_sp_calc 
+0x781f 025610 beq sp_calc_pubkey ,sp_pubkey_generated 
+0x7820 025611 beq sp_calc_dhkey ,sp_dhkey_generated 
+0x7821 025612 rtn 
+:      025615 bn_testbit:
+0x7822 025616 and pdata ,7 ,queue 
+0x7823 025617 rshift3 pdata ,pdata 
+0x7824 025618 iadd contr ,contr 
+0x7825 025619 ifetch 1 ,contr 
+0x7826 025620 qisolate0 pdata 
+0x7827 025621 rtn 
+:      025624 ec_copy:
+0x7828 025625 call memcpy24 
+0x7829 025626 call memcpy24 
+0x782a 025627 branch memcpy24 
+:      025630 bn_eq_zero:
+0x782b 025631 ifetch 8 ,contr 
+0x782c 025632 nrtn blank 
+0x782d 025633 ifetch 8 ,contr 
+0x782e 025634 nrtn blank 
+0x782f 025635 ifetch 8 ,contr 
+0x7830 025636 rtn 
+:      025640 bn_eq:
+0x7831 025641 force 6 ,loopcnt 
+:      025642 bn_eq_0:
+0x7832 025643 ifetch 4 ,rega 
+0x7833 025644 iforce temp 
+0x7834 025645 ifetch 4 ,regb 
+0x7835 025646 isub temp ,null 
+0x7836 025647 nrtn zero 
+0x7837 025648 increase 4 ,rega 
+0x7838 025649 increase 4 ,regb 
+0x7839 025650 loop bn_eq_0 
+0x783a 025651 rtn 
+:      025654 bn_bigeq:
+0x783b 025655 force 6 ,loopcnt 
+0x783c 025656 increase 20 ,rega 
+0x783d 025657 increase 20 ,regb 
+:      025658 bn_bigeq_0:
+0x783e 025659 ifetch 4 ,regb 
+0x783f 025660 iforce temp 
+0x7840 025661 ifetch 4 ,rega 
+0x7841 025662 isub temp ,pdata 
+0x7842 025663 nrtn positive 
+0x7843 025664 nrtn blank 
+0x7844 025665 increase -4 ,rega 
+0x7845 025666 increase -4 ,regb 
+0x7846 025667 loop bn_bigeq_0 
+0x7847 025668 rtn 
+:      025670 bn_add:
+0x7848 025671 force 6 ,loopcnt 
+0x7849 025672 force 0 ,regc 
+:      025673 bn_add_0:
+0x784a 025674 ifetch 4 ,rega 
+0x784b 025675 iforce temp 
+0x784c 025676 ifetch 4 ,regb 
+0x784d 025677 iadd temp ,pdata 
+0x784e 025678 iadd regc ,pdata 
+0x784f 025679 istore 4 ,contw 
+0x7850 025680 isolate1 32 ,pdata 
+0x7851 025681 setflag true ,0 ,regc 
+0x7852 025682 increase 4 ,rega 
+0x7853 025683 increase 4 ,regb 
+0x7854 025684 loop bn_add_0 
+0x7855 025685 rtn 
+:      025687 bn_sub:
+0x7856 025688 force 6 ,loopcnt 
+0x7857 025689 force 0 ,regc 
+:      025690 bn_sub_0:
+0x7858 025691 ifetch 4 ,regb 
+0x7859 025692 iforce temp 
+0x785a 025693 ifetch 4 ,rega 
+0x785b 025694 isub temp ,pdata 
+0x785c 025695 isub regc ,pdata 
+0x785d 025696 istore 4 ,contw 
+0x785e 025697 isolate1 32 ,pdata 
+0x785f 025698 setflag true ,0 ,regc 
+0x7860 025699 increase 4 ,rega 
+0x7861 025700 increase 4 ,regb 
+0x7862 025701 loop bn_sub_0 
+0x7863 025702 rtn 
+:      025704 bn_rshift6:
+0x7864 025705 force 6 ,loopcnt 
+0x7865 025706 increase 20 ,rega 
+:      025707 bn_rshift:
+0x7866 025708 force 0 ,regc 
+:      025709 bn_rshift_0:
+0x7867 025710 ifetch 4 ,rega 
+0x7868 025711 isolate1 0 ,pdata 
+0x7869 025712 setflag true ,1 ,regc 
+0x786a 025713 rshift pdata ,pdata 
+0x786b 025714 isolate1 0 ,regc 
+0x786c 025715 setflag true ,31 ,pdata 
+0x786d 025716 istore 4 ,rega 
+0x786e 025717 increase -4 ,rega 
+0x786f 025718 rshift regc ,regc 
+0x7870 025719 loop bn_rshift_0 
+0x7871 025720 rtn 
+:      025722 bn_lshift:
+0x7872 025723 force 6 ,loopcnt 
+0x7873 025724 force 0 ,regc 
+:      025725 bn_lshift_0:
+0x7874 025726 ifetch 4 ,rega 
+0x7875 025727 isolate1 31 ,pdata 
+0x7876 025728 setflag true ,1 ,regc 
+0x7877 025729 lshift pdata ,pdata 
+0x7878 025730 isolate1 0 ,regc 
+0x7879 025731 setflag true ,0 ,pdata 
+0x787a 025732 istore 4 ,rega 
+0x787b 025733 increase 4 ,rega 
+0x787c 025734 rshift regc ,regc 
+0x787d 025735 loop bn_lshift_0 
+0x787e 025736 rtn 
+:      025738 bn_lshiftmod:
+0x787f 025739 call bn_lshift 
+:      025740 bn_lshiftmod_ismod:
+0x7880 025741 isolate1 0 ,regc 
+0x7881 025742 branch bn_lshiftmod_0 ,true 
+0x7882 025743 arg mem_p ,regb 
+0x7883 025744 copy rega ,regc 
+0x7884 025745 increase -24 ,rega 
+0x7885 025746 call bn_bigeq 
+0x7886 025747 nrtn positive 
+0x7887 025748 copy regc ,rega 
+:      025749 bn_lshiftmod_0:
+0x7888 025750 increase -24 ,rega 
+0x7889 025751 arg mem_p ,regb 
+0x788a 025752 copy rega ,contw 
+0x788b 025753 branch bn_sub 
+:      025756 bn_addmod:
+0x788c 025757 call bn_add 
+0x788d 025758 copy contw ,rega 
+0x788e 025759 branch bn_lshiftmod_ismod 
+:      025761 bn_submod:
+0x788f 025762 call bn_sub 
+0x7890 025763 isolate0 0 ,regc 
+0x7891 025764 rtn true 
+0x7892 025765 arg mem_p ,regb 
+0x7893 025766 add contw ,-24 ,rega 
+0x7894 025767 copy rega ,contw 
+0x7895 025768 branch bn_add 
+:      025771 bn_p192mod:
+0x7896 025772 copy contw ,timeup 
+0x7897 025773 copy rega ,alarm 
+0x7898 025774 arg mem_tmp2 ,regb 
+0x7899 025775 copy regb ,contw 
+0x789a 025776 add rega ,24 ,contr 
+0x789b 025777 ifetch 8 ,contr 
+0x789c 025778 istore 8 ,contw 
+0x789d 025779 istore 8 ,contw 
+0x789e 025780 force 0 ,pdata 
+0x789f 025781 istore 8 ,contw 
+0x78a0 025782 copy timeup ,contw 
+0x78a1 025783 call bn_addmod 
+0x78a2 025784 arg mem_tmp2 ,regb 
+0x78a3 025785 copy regb ,contw 
+0x78a4 025786 force 0 ,pdata 
+0x78a5 025787 istore 8 ,contw 
+0x78a6 025788 add alarm ,32 ,contr 
+0x78a7 025789 ifetch 8 ,contr 
+0x78a8 025790 istore 8 ,contw 
+0x78a9 025791 istore 8 ,contw 
+0x78aa 025792 copy timeup ,rega 
+0x78ab 025793 copy rega ,contw 
+0x78ac 025794 call bn_addmod 
+0x78ad 025795 arg mem_tmp2 ,regb 
+0x78ae 025796 copy regb ,contw 
+0x78af 025797 add alarm ,40 ,contr 
+0x78b0 025798 ifetch 8 ,contr 
+0x78b1 025799 istore 8 ,contw 
+0x78b2 025800 istore 8 ,contw 
+0x78b3 025801 istore 8 ,contw 
+0x78b4 025802 copy timeup ,rega 
+0x78b5 025803 copy rega ,contw 
+0x78b6 025804 branch bn_addmod 
+:      025807 bn_load:
+0x78b7 025808 force 6 ,loopcnt 
+:      025809 bn_load_0:
+0x78b8 025810 ifetch 4 ,contr 
+0x78b9 025811 iforce regext 
+0x78ba 025812 increase 1 ,regext_index 
+0x78bb 025813 loop bn_load_0 
+0x78bc 025814 rtn 
+:      025818 bn_mulmod:
+0x78bd 025819 copy contw ,timeup 
+0x78be 025820 arg mem_tmp1 ,contw 
+0x78bf 025821 call bn_zero 
+0x78c0 025822 arg mem_tmp1 ,contw 
+0x78c1 025823 copy rega ,contr 
+0x78c2 025824 force 0 ,regext_index 
+0x78c3 025825 call bn_load 
+0x78c4 025826 copy regb ,contr 
+0x78c5 025827 call bn_load 
+0x78c6 025828 force 0 ,regb 
+:      025829 bn_mulmod_1:
+0x78c7 025830 force 0 ,temp 
+0x78c8 025831 force 6 ,regc 
+:      025832 bn_mulmod_0:
+0x78c9 025833 ifetch 4 ,contw 
+0x78ca 025834 iforce rega 
+0x78cb 025835 copy regb ,regext_index 
+0x78cc 025836 deposit regext 
+0x78cd 025837 copy regc ,regext_index 
+0x78ce 025838 imul32 regext ,pdata 
+0x78cf 025839 iadd rega ,pdata 
+0x78d0 025840 iadd temp ,pdata 
+0x78d1 025841 istore 4 ,contw 
+0x78d2 025842 rshift32 pdata ,temp 
+0x78d3 025843 increase 1 ,regc 
+0x78d4 025844 compare 12 ,regc ,0xff 
+0x78d5 025845 nbranch bn_mulmod_0 ,true 
+0x78d6 025846 deposit temp 
+0x78d7 025847 istore 4 ,contw 
+0x78d8 025848 increase -24 ,contw 
+0x78d9 025849 increase 1 ,regb 
+0x78da 025850 compare 6 ,regb ,0xff 
+0x78db 025851 nbranch bn_mulmod_1 ,true 
+0x78dc 025852 arg mem_tmp1 ,rega 
+0x78dd 025853 copy timeup ,contw 
+0x78de 025854 branch bn_p192mod 
+:      025857 bn_sqrmod:
+0x78df 025858 copy rega ,regb 
+0x78e0 025859 branch bn_mulmod 
+:      025861 bn_rshifteven:
+0x78e1 025862 copy rega ,alarm 
+:      025863 bn_rshifteven_1:
+0x78e2 025864 copy alarm ,rega 
+0x78e3 025865 ifetch 1 ,rega 
+0x78e4 025866 isolate1 0 ,pdata 
+0x78e5 025867 rtn true 
+0x78e6 025868 call bn_rshift6 
+0x78e7 025869 ifetch 1 ,regb 
+0x78e8 025870 isolate0 0 ,pdata 
+0x78e9 025871 branch bn_rshifteven_0 ,true 
+0x78ea 025872 arg mem_p ,rega 
+0x78eb 025873 copy regb ,contw 
+0x78ec 025874 call bn_add 
+0x78ed 025875 ifetch 1 ,regb 
+0x78ee 025876 iadd regc ,pdata 
+0x78ef 025877 istore 1 ,regb 
+0x78f0 025878 increase -24 ,regb 
+:      025879 bn_rshifteven_0:
+0x78f1 025880 add regb ,24 ,rega 
+0x78f2 025881 force 7 ,loopcnt 
+0x78f3 025882 call bn_rshift 
+0x78f4 025883 branch bn_rshifteven_1 
+:      025886 bn_invmod:
+0x78f5 025887 copy contw ,timeup 
+0x78f6 025888 arg mem_tmp0 ,contw 
+0x78f7 025889 call bn_zero 
+0x78f8 025890 force 0 ,pdata 
+0x78f9 025891 store 4 ,mem_tmp5 
+0x78fa 025892 store 4 ,mem_t2 
+0x78fb 025893 jam 1 ,mem_tmp0 
+0x78fc 025894 arg mem_tmp1 ,contw 
+0x78fd 025895 call bn_zero 
+0x78fe 025896 arg mem_p ,contr 
+0x78ff 025897 arg mem_tmp2 ,contw 
+0x7900 025898 call memcpy24 
+0x7901 025899 copy rega ,contr 
+0x7902 025900 arg mem_tmp3 ,contw 
+0x7903 025901 call memcpy24 
+:      025902 bn_invmod_2:
+0x7904 025903 arg mem_tmp3 ,contr 
+0x7905 025904 call bn_eq_zero 
+0x7906 025905 branch bn_invmod_0 ,blank 
+0x7907 025906 arg mem_tmp3 ,rega 
+0x7908 025907 arg mem_tmp0 ,regb 
+0x7909 025908 call bn_rshifteven 
+0x790a 025910 arg mem_tmp2 ,rega 
+0x790b 025911 arg mem_tmp1 ,regb 
+0x790c 025912 call bn_rshifteven 
+0x790d 025913 arg mem_tmp3 ,rega 
+0x790e 025914 arg mem_tmp2 ,regb 
+0x790f 025915 call bn_bigeq 
+0x7910 025916 branch bn_invmod_1 ,positive 
+0x7911 025917 arg mem_tmp2 ,rega 
+0x7912 025918 arg mem_tmp3 ,regb 
+0x7913 025919 copy rega ,contw 
+0x7914 025920 call bn_sub 
+0x7915 025921 arg mem_tmp0 ,rega 
+0x7916 025922 arg mem_tmp1 ,regb 
+0x7917 025923 copy regb ,contw 
+0x7918 025924 call bn_add 
+0x7919 025925 ifetch 1 ,rega 
+0x791a 025926 iadd regc ,regc 
+0x791b 025927 ifetch 1 ,regb 
+0x791c 025928 iadd regc ,pdata 
+0x791d 025929 istore 1 ,regb 
+0x791e 025930 branch bn_invmod_2 
+:      025931 bn_invmod_1:
+0x791f 025932 arg mem_tmp3 ,rega 
+0x7920 025933 arg mem_tmp2 ,regb 
+0x7921 025934 copy rega ,contw 
+0x7922 025935 call bn_sub 
+0x7923 025936 arg mem_tmp1 ,rega 
+0x7924 025937 arg mem_tmp0 ,regb 
+0x7925 025938 copy regb ,contw 
+0x7926 025939 call bn_add 
+0x7927 025940 ifetch 1 ,rega 
+0x7928 025941 iadd regc ,regc 
+0x7929 025942 ifetch 1 ,regb 
+0x792a 025943 iadd regc ,pdata 
+0x792b 025944 istore 1 ,regb 
+0x792c 025945 branch bn_invmod_2 
+:      025946 bn_invmod_0:
+0x792d 025947 arg mem_tmp0 ,contw 
+0x792e 025948 call bn_zero 
+0x792f 025949 fetch 1 ,mem_tmp5 
+0x7930 025950 store 1 ,mem_tmp0 
+0x7931 025951 store 1 ,mem_tmp0a 
+0x7932 025952 arg mem_tmp0 ,rega 
+0x7933 025953 arg mem_tmp1 ,regb 
+0x7934 025954 copy regb ,contw 
+0x7935 025955 call bn_addmod 
+0x7936 025956 arg mem_p ,rega 
+0x7937 025957 arg mem_tmp1 ,regb 
+0x7938 025958 copy timeup ,contw 
+0x7939 025959 branch bn_submod 
+:      025964 ecdbl:
+0x793a 025965 arg mem_cz ,rega 
+0x793b 025966 arg mem_t2 ,contw 
+0x793c 025967 call bn_sqrmod 
+0x793d 025968 arg mem_t2 ,rega 
+0x793e 025969 arg mem_t3 ,contw 
+0x793f 025970 call bn_sqrmod 
+0x7940 025971 arg mem_a ,rega 
+0x7941 025972 arg mem_t3 ,regb 
+0x7942 025973 arg mem_t3 ,contw 
+0x7943 025974 call bn_mulmod 
+0x7944 025975 arg mem_cx ,rega 
+0x7945 025976 arg mem_t2 ,contw 
+0x7946 025977 call bn_sqrmod 
+0x7947 025978 arg mem_t2 ,contr 
+0x7948 025979 arg mem_t1 ,contw 
+0x7949 025980 call memcpy24 
+0x794a 025981 arg mem_t1 ,rega 
+0x794b 025982 call bn_lshiftmod 
+0x794c 025983 arg mem_t2 ,rega 
+0x794d 025984 arg mem_t1 ,regb 
+0x794e 025985 arg mem_t2 ,contw 
+0x794f 025986 call bn_addmod 
+0x7950 025987 arg mem_t2 ,rega 
+0x7951 025988 arg mem_t3 ,regb 
+0x7952 025989 arg mem_t2 ,contw 
+0x7953 025990 call bn_addmod 
+0x7954 025991 arg mem_cx ,contr 
+0x7955 025992 arg mem_t1 ,contw 
+0x7956 025993 call memcpy24 
+0x7957 025994 arg mem_cy ,rega 
+0x7958 025995 arg mem_t3 ,contw 
+0x7959 025996 call bn_sqrmod 
+0x795a 025997 arg mem_t1 ,rega 
+0x795b 025998 call bn_lshiftmod 
+0x795c 025999 arg mem_t1 ,rega 
+0x795d 026000 call bn_lshiftmod 
+0x795e 026001 arg mem_t1 ,rega 
+0x795f 026002 arg mem_t3 ,regb 
+0x7960 026003 arg mem_t1 ,contw 
+0x7961 026004 call bn_mulmod 
+0x7962 026005 arg mem_t3 ,rega 
+0x7963 026006 arg mem_t0 ,contw 
+0x7964 026007 call bn_sqrmod 
+0x7965 026008 arg mem_t0 ,rega 
+0x7966 026009 call bn_lshiftmod 
+0x7967 026010 arg mem_t0 ,rega 
+0x7968 026011 call bn_lshiftmod 
+0x7969 026012 arg mem_t0 ,rega 
+0x796a 026013 call bn_lshiftmod 
+0x796b 026014 arg mem_cy ,contr 
+0x796c 026015 arg mem_t3 ,contw 
+0x796d 026016 call memcpy24 
+0x796e 026017 arg mem_t3 ,rega 
+0x796f 026018 call bn_lshiftmod 
+0x7970 026019 arg mem_t3 ,rega 
+0x7971 026020 arg mem_cz ,regb 
+0x7972 026021 arg mem_cz ,contw 
+0x7973 026022 call bn_mulmod 
+0x7974 026023 arg mem_t2 ,rega 
+0x7975 026024 arg mem_t3 ,contw 
+0x7976 026025 call bn_sqrmod 
+0x7977 026026 arg mem_t3 ,rega 
+0x7978 026027 arg mem_t1 ,regb 
+0x7979 026028 arg mem_t3 ,contw 
+0x797a 026029 call bn_submod 
+0x797b 026030 arg mem_t3 ,rega 
+0x797c 026031 arg mem_t1 ,regb 
+0x797d 026032 arg mem_cx ,contw 
+0x797e 026033 call bn_submod 
+0x797f 026034 arg mem_t1 ,rega 
+0x7980 026035 arg mem_cx ,regb 
+0x7981 026036 arg mem_t3 ,contw 
+0x7982 026037 call bn_submod 
+0x7983 026038 arg mem_t3 ,rega 
+0x7984 026039 arg mem_t2 ,regb 
+0x7985 026040 arg mem_t3 ,contw 
+0x7986 026041 call bn_mulmod 
+0x7987 026042 arg mem_t3 ,rega 
+0x7988 026043 arg mem_t0 ,regb 
+0x7989 026044 arg mem_cy ,contw 
+0x798a 026045 branch bn_submod 
+:      026049 ecadd:
+0x798b 026050 arg mem_az ,rega 
+0x798c 026051 arg mem_t7 ,contw 
+0x798d 026052 call bn_sqrmod 
+0x798e 026053 arg mem_cx ,rega 
+0x798f 026054 arg mem_t7 ,regb 
+0x7990 026055 arg mem_t0 ,contw 
+0x7991 026056 call bn_mulmod 
+0x7992 026057 arg mem_az ,rega 
+0x7993 026058 arg mem_t7 ,regb 
+0x7994 026059 arg mem_t7 ,contw 
+0x7995 026060 call bn_mulmod 
+0x7996 026061 arg mem_cy ,rega 
+0x7997 026062 arg mem_t7 ,regb 
+0x7998 026063 arg mem_t1 ,contw 
+0x7999 026064 call bn_mulmod 
+0x799a 026065 arg mem_cz ,rega 
+0x799b 026066 arg mem_t7 ,contw 
+0x799c 026067 call bn_sqrmod 
+0x799d 026068 arg mem_ax ,rega 
+0x799e 026069 arg mem_t7 ,regb 
+0x799f 026070 arg mem_t2 ,contw 
+0x79a0 026071 call bn_mulmod 
+0x79a1 026072 arg mem_cz ,rega 
+0x79a2 026073 arg mem_t7 ,regb 
+0x79a3 026074 arg mem_t7 ,contw 
+0x79a4 026075 call bn_mulmod 
+0x79a5 026076 arg mem_ay ,rega 
+0x79a6 026077 arg mem_t7 ,regb 
+0x79a7 026078 arg mem_t3 ,contw 
+0x79a8 026079 call bn_mulmod 
+0x79a9 026080 arg mem_t0 ,rega 
+0x79aa 026081 arg mem_t2 ,regb 
+0x79ab 026082 arg mem_t7 ,contw 
+0x79ac 026083 call bn_submod 
+0x79ad 026084 arg mem_t0 ,rega 
+0x79ae 026085 arg mem_t2 ,regb 
+0x79af 026086 arg mem_t0 ,contw 
+0x79b0 026087 call bn_addmod 
+0x79b1 026088 arg mem_t1 ,rega 
+0x79b2 026089 arg mem_t3 ,regb 
+0x79b3 026090 arg mem_t2 ,contw 
+0x79b4 026091 call bn_submod 
+0x79b5 026092 arg mem_t1 ,rega 
+0x79b6 026093 arg mem_t3 ,regb 
+0x79b7 026094 arg mem_t1 ,contw 
+0x79b8 026095 call bn_addmod 
+0x79b9 026096 arg mem_t1 ,rega 
+0x79ba 026097 arg mem_t7 ,regb 
+0x79bb 026098 arg mem_t1 ,contw 
+0x79bc 026099 call bn_mulmod 
+0x79bd 026100 arg mem_cz ,rega 
+0x79be 026101 arg mem_az ,regb 
+0x79bf 026102 arg mem_t3 ,contw 
+0x79c0 026103 call bn_mulmod 
+0x79c1 026104 arg mem_t3 ,rega 
+0x79c2 026105 arg mem_t7 ,regb 
+0x79c3 026106 arg mem_cz ,contw 
+0x79c4 026107 call bn_mulmod 
+0x79c5 026108 arg mem_t7 ,rega 
+0x79c6 026109 arg mem_t7 ,contw 
+0x79c7 026110 call bn_sqrmod 
+0x79c8 026111 arg mem_t7 ,rega 
+0x79c9 026112 arg mem_t0 ,regb 
+0x79ca 026113 arg mem_t3 ,contw 
+0x79cb 026114 call bn_mulmod 
+0x79cc 026115 arg mem_t7 ,rega 
+0x79cd 026116 arg mem_t1 ,regb 
+0x79ce 026117 arg mem_t1 ,contw 
+0x79cf 026118 call bn_mulmod 
+0x79d0 026119 arg mem_t2 ,rega 
+0x79d1 026120 arg mem_cx ,contw 
+0x79d2 026121 call bn_sqrmod 
+0x79d3 026122 arg mem_cx ,rega 
+0x79d4 026123 arg mem_t3 ,regb 
+0x79d5 026124 arg mem_cx ,contw 
+0x79d6 026125 call bn_submod 
+0x79d7 026126 arg mem_cx ,contr 
+0x79d8 026127 arg mem_t7 ,contw 
+0x79d9 026128 call memcpy24 
+0x79da 026129 arg mem_t7 ,rega 
+0x79db 026130 call bn_lshiftmod 
+0x79dc 026131 arg mem_t3 ,rega 
+0x79dd 026132 arg mem_t7 ,regb 
+0x79de 026133 arg mem_t3 ,contw 
+0x79df 026134 call bn_submod 
+0x79e0 026135 arg mem_t3 ,rega 
+0x79e1 026136 arg mem_t2 ,regb 
+0x79e2 026137 arg mem_t2 ,contw 
+0x79e3 026138 call bn_mulmod 
+0x79e4 026139 arg mem_t2 ,rega 
+0x79e5 026140 arg mem_t1 ,regb 
+0x79e6 026141 arg mem_cy ,contw 
+0x79e7 026142 call bn_submod 
+0x79e8 026143 arg mem_cy ,rega 
+0x79e9 026144 arg mem_p ,regb 
+0x79ea 026145 arg mem_cy ,contw 
+0x79eb 026146 force 0 ,regc 
+0x79ec 026147 fetch 1 ,mem_cy 
+0x79ed 026148 isolate1 0 ,pdata 
+0x79ee 026149 call bn_add ,true 
+0x79ef 026150 copy regc ,alarm 
+0x79f0 026151 arg mem_cy ,rega 
+0x79f1 026152 call bn_rshift6 
+0x79f2 026153 fetch 1 ,mem_cy5 
+0x79f3 026154 isolate1 0 ,alarm 
+0x79f4 026155 setflag true ,7 ,pdata 
+0x79f5 026156 store 1 ,mem_cy5 
+0x79f6 026157 rtn 
+:      026160 eckp:
+0x79f7 026161 jam 192 ,mem_ec_loopc 
+0x79f8 026162 jam 1 ,mem_ec_infinite 
+:      026163 eckp_0:
+0x79f9 026164 fetch 1 ,mem_ec_loopc 
+0x79fa 026165 increase -1 ,pdata 
+0x79fb 026166 nrtn positive 
+0x79fc 026167 store 1 ,mem_ec_loopc 
+0x79fd 026168 fetch 1 ,mem_ec_infinite 
+0x79fe 026169 call ecdbl ,blank 
+0x79ff 026170 fetch 1 ,mem_ec_loopc 
+0x7a00 026171 arg mem_k ,contr 
+0x7a01 026172 call bn_testbit 
+0x7a02 026173 branch eckp_0 ,true 
+0x7a03 026174 fetch 1 ,mem_ec_infinite 
+0x7a04 026175 nbranch eckp_1 ,blank 
+0x7a05 026176 call ecadd 
+0x7a06 026177 branch eckp_0 
+:      026178 eckp_1:
+0x7a07 026179 jam 0 ,mem_ec_infinite 
+0x7a08 026180 arg mem_ax ,contr 
+0x7a09 026181 arg mem_cx ,contw 
+0x7a0a 026182 call ec_copy 
+0x7a0b 026183 branch eckp_0 
+:      026186 ecunmapz:
+0x7a0c 026187 arg mem_cz ,rega 
+0x7a0d 026188 arg mem_t3 ,contw 
+0x7a0e 026189 call bn_invmod 
+0x7a0f 026190 arg mem_t3 ,rega 
+0x7a10 026191 arg mem_t1 ,contw 
+0x7a11 026192 call bn_sqrmod 
+0x7a12 026193 arg mem_cx ,rega 
+0x7a13 026194 arg mem_t1 ,regb 
+0x7a14 026195 arg mem_bx ,contw 
+0x7a15 026196 call bn_mulmod 
+0x7a16 026197 arg mem_t3 ,rega 
+0x7a17 026198 arg mem_t1 ,regb 
+0x7a18 026199 arg mem_t2 ,contw 
+0x7a19 026200 call bn_mulmod 
+0x7a1a 026201 arg mem_cy ,rega 
+0x7a1b 026202 arg mem_t2 ,regb 
+0x7a1c 026203 arg mem_by ,contw 
+0x7a1d 026204 branch bn_mulmod 
+:      026207 sha_endian_swap:
+0x7a1e 026208 force 16 ,loopcnt 
+:      026209 sha_endian_swap2:
+0x7a1f 026210 ifetch 4 ,contr 
+0x7a20 026211 force 4 ,rega 
+0x7a21 026212 increase 3 ,contw 
+:      026213 sha_endian_loop:
+0x7a22 026214 istore 1 ,contw 
+0x7a23 026215 rshift8 pdata ,pdata 
+0x7a24 026216 increase -2 ,contw 
+0x7a25 026217 increase -1 ,rega 
+0x7a26 026218 nbranch sha_endian_loop ,zero 
+0x7a27 026219 increase 5 ,contw 
+0x7a28 026220 loop sha_endian_swap2 
+0x7a29 026221 rtn 
+:      026224 sha_getw:
+0x7a2a 026225 lshift2 queue ,pdata 
+0x7a2b 026226 iadd timeup ,contr 
+0x7a2c 026227 ifetch 4 ,contr 
+0x7a2d 026228 rtn 
+:      026230 sha_r:
+0x7a2e 026231 force 16 ,alarm 
+0x7a2f 026232 arg memdat ,timeup 
+:      026233 sha_r_loop:
+0x7a30 026234 add alarm ,-7 ,queue 
+0x7a31 026235 call sha_getw 
+0x7a32 026236 iforce temp 
+0x7a33 026237 add alarm ,-16 ,queue 
+0x7a34 026238 call sha_getw 
+0x7a35 026239 iadd temp ,temp 
+0x7a36 026240 add alarm ,-2 ,queue 
+0x7a37 026241 call sha_getw 
+0x7a38 026242 shasx pdata ,1 ,pdata 
+0x7a39 026243 iadd temp ,temp 
+0x7a3a 026244 add alarm ,-15 ,queue 
+0x7a3b 026245 call sha_getw 
+0x7a3c 026246 shasx pdata ,0 ,pdata 
+0x7a3d 026247 iadd temp ,temp 
+0x7a3e 026248 lshift2 alarm ,pdata 
+0x7a3f 026249 iadd timeup ,contw 
+0x7a40 026250 istoret 4 ,contw 
+0x7a41 026251 increase 1 ,alarm 
+0x7a42 026252 compare 64 ,alarm ,0xff 
+0x7a43 026253 nbranch sha_r_loop ,true 
+0x7a44 026254 rtn 
+:      026257 sha_init:
+0x7a45 026258 arg memh0 ,contr 
+0x7a46 026259 force 7 ,regext_index 
+:      026260 sha_init_0:
+0x7a47 026261 ifetch 4 ,contr 
+0x7a48 026262 iforce regext 
+0x7a49 026263 increase -1 ,regext_index 
+0x7a4a 026264 branch sha_init_0 ,positive 
+0x7a4b 026265 rtn 
+:      026267 sha:
+0x7a4c 026268 set1 mark_ext_patch ,mark 
+0x7a4d 026269 bpatch patch3f_0 ,mem_patch3f 
+0x7a4e 026270 call sha_r 
+0x7a4f 026271 arg memahbak ,contw 
+0x7a50 026272 force 0 ,regext_index 
+:      026273 sha_0:
+0x7a51 026274 deposit regext 
+0x7a52 026275 istore 4 ,contw 
+0x7a53 026276 increase 1 ,regext_index 
+0x7a54 026277 compare 8 ,regext_index ,0xff 
+0x7a55 026278 nbranch sha_0 ,true 
+0x7a56 026279 call enable_authrom 
+0x7a57 026280 arg memk ,timeup 
+0x7a58 026281 arg memdat ,alarm 
+0x7a59 026282 force 64 ,loopcnt 
+:      026283 sha_loop:
+0x7a5a 026284 ifetcht 4 ,alarm 
+0x7a5b 026285 ifetch 4 ,timeup 
+0x7a5c 026286 increase 4 ,timeup 
+0x7a5d 026287 increase 4 ,alarm 
+0x7a5e 026288 iadd temp ,pdata 
+0x7a5f 026289 force 7 ,regext_index 
+0x7a60 026290 iadd regext ,temp 
+0x7a61 026291 force 4 ,regext_index 
+0x7a62 026292 shasx regext ,3 ,pdata 
+0x7a63 026293 iadd temp ,temp 
+0x7a64 026294 force 5 ,regext_index 
+0x7a65 026295 deposit regext 
+0x7a66 026296 force 6 ,regext_index 
+0x7a67 026297 ixor regext ,pdata 
+0x7a68 026298 force 4 ,regext_index 
+0x7a69 026299 iand regext ,pdata 
+0x7a6a 026300 force 6 ,regext_index 
+0x7a6b 026301 ixor regext ,pdata 
+0x7a6c 026302 iadd temp ,temp 
+0x7a6d 026303 force 7 ,regext_index 
+0x7a6e 026304 copy temp ,regext 
+0x7a6f 026305 force 3 ,regext_index 
+0x7a70 026306 deposit regext 
+0x7a71 026307 iadd temp ,regext 
+0x7a72 026308 force 0 ,regext_index 
+0x7a73 026309 deposit regext 
+0x7a74 026310 force 1 ,regext_index 
+0x7a75 026311 iand regext ,temp 
+0x7a76 026312 ior regext ,pdata 
+0x7a77 026313 force 2 ,regext_index 
+0x7a78 026314 iand regext ,pdata 
+0x7a79 026315 ior temp ,temp 
+0x7a7a 026316 force 0 ,regext_index 
+0x7a7b 026317 shasx regext ,2 ,pdata 
+0x7a7c 026318 iadd temp ,pdata 
+0x7a7d 026319 force 7 ,regext_index 
+0x7a7e 026320 iadd regext ,regext 
+0x7a7f 026321 regexrot 
+0x7a80 026322 loop sha_loop 
+0x7a81 026323 arg memahbak ,contr 
+0x7a82 026324 force 0 ,regext_index 
+:      026325 sha_1:
+0x7a83 026326 ifetch 4 ,contr 
+0x7a84 026327 iadd regext ,regext 
+0x7a85 026328 increase 1 ,regext_index 
+0x7a86 026329 compare 8 ,regext_index ,0xff 
+0x7a87 026330 nbranch sha_1 ,true 
+0x7a88 026331 branch disable_authrom 
+:      026334 sha_result:
+0x7a89 026335 arg memresult ,contw 
+0x7a8a 026336 force 7 ,regext_index 
+:      026337 sha_regext_save:
+0x7a8b 026338 deposit regext 
+0x7a8c 026339 istore 4 ,contw 
+0x7a8d 026340 increase -1 ,regext_index 
+0x7a8e 026341 branch sha_regext_save ,positive 
+0x7a8f 026342 rtn 
+:      026344 pad_xor:
+0x7a90 026346 arg memdat ,contw 
+0x7a91 026347 increase -4 ,contr 
+0x7a92 026348 sub loopcnt ,16 ,rega 
+:      026349 pad_xor_0:
+0x7a93 026350 ifetch 4 ,contr 
+0x7a94 026351 ixor temp ,pdata 
+0x7a95 026352 istore 4 ,contw 
+0x7a96 026353 increase -8 ,contr 
+0x7a97 026354 loop pad_xor_0 
+0x7a98 026355 copy rega ,loopcnt 
+0x7a99 026356 deposit temp 
+:      026357 pad_xor_1:
+0x7a9a 026358 istore 4 ,contw 
+0x7a9b 026359 loop pad_xor_1 
+0x7a9c 026360 rtn 
+:      026362 g_noninit:
+0x7a9d 026363 arg mem_sp_pubkey_remote_x_end ,contr 
+0x7a9e 026364 arg memdat ,contw 
+0x7a9f 026365 force 6 ,loopcnt 
+0x7aa0 026366 call memcpy_dword_swap 
+0x7aa1 026367 arg mem_sp_pubkey_local_x_end ,contr 
+0x7aa2 026368 force 6 ,loopcnt 
+0x7aa3 026369 call memcpy_dword_swap 
+0x7aa4 026370 arg mem_sp_random_remote_end ,contr 
+0x7aa5 026371 call memcpy_dword_swap4 
+0x7aa6 026372 call sha_init 
+0x7aa7 026373 call sha 
+0x7aa8 026374 arg mem_sp_random_local_end ,contr 
+0x7aa9 026375 arg memdat ,contw 
+0x7aaa 026376 branch g_common 
+:      026378 g_init:
+0x7aab 026379 arg mem_sp_pubkey_local_x_end ,contr 
+0x7aac 026380 arg memdat ,contw 
+0x7aad 026381 force 6 ,loopcnt 
+0x7aae 026382 call memcpy_dword_swap 
+0x7aaf 026383 arg mem_sp_pubkey_remote_x_end ,contr 
+0x7ab0 026384 force 6 ,loopcnt 
+0x7ab1 026385 call memcpy_dword_swap 
+0x7ab2 026386 arg mem_sp_random_local_end ,contr 
+0x7ab3 026387 call memcpy_dword_swap4 
+0x7ab4 026388 call sha_init 
+0x7ab5 026389 call sha 
+0x7ab6 026390 arg mem_sp_random_remote_end ,contr 
+0x7ab7 026391 arg memdat ,contw 
+:      026392 g_common:
+0x7ab8 026393 call memcpy_dword_swap4 
+0x7ab9 026394 setarg 0x800000 
+0x7aba 026395 lshift8 pdata ,pdata 
+0x7abb 026396 istore 4 ,contw 
+0x7abc 026397 force 5 ,loopcnt 
+0x7abd 026398 call memset0 
+0x7abe 026399 setarg 640 
+0x7abf 026400 istore 4 ,contw 
+0x7ac0 026401 call sha 
+0x7ac1 026403 fetch 4 ,memresult 
+0x7ac2 026405 arg 1000 ,rega 
+0x7ac3 026406 idiv rega 
+0x7ac4 026407 call wait_div_end 
+0x7ac5 026408 remainder pdata 
+0x7ac6 026409 store 4 ,mem_sp_gkey 
+0x7ac7 026410 quotient pdata 
+0x7ac8 026411 arg 1000 ,rega 
+0x7ac9 026412 idiv rega 
+0x7aca 026413 call wait_div_end 
+0x7acb 026414 remainder pdata 
+0x7acc 026415 arg 1000 ,rega 
+0x7acd 026416 imul32 rega ,pdata 
+0x7ace 026417 fetcht 4 ,mem_sp_gkey 
+0x7acf 026418 iadd temp ,pdata 
+0x7ad0 026419 store 4 ,mem_sp_gkey 
+0x7ad1 026420 rtn 
+:      026422 function_f1:
+0x7ad2 026423 setarg 0x363636 
+0x7ad3 026424 lshift8 pdata ,temp 
+0x7ad4 026425 or_into 0x36 ,temp 
+0x7ad5 026426 fetch 2 ,mem_sp_prarm_stack 
+0x7ad6 026427 copy pdata ,contr 
+0x7ad7 026428 force 4 ,loopcnt 
+0x7ad8 026429 call pad_xor 
+0x7ad9 026430 call sha_init 
+0x7ada 026431 call sha 
+0x7adb 026432 fetch 2 ,mem_sp_prarm_stack + 2 
+0x7adc 026433 copy pdata ,contr 
+0x7add 026434 arg memdat ,contw 
+0x7ade 026435 force 6 ,loopcnt 
+0x7adf 026436 call memcpy_dword_swap 
+0x7ae0 026437 fetch 2 ,mem_sp_prarm_stack + 4 
+0x7ae1 026438 copy pdata ,contr 
+0x7ae2 026439 force 6 ,loopcnt 
+0x7ae3 026440 call memcpy_dword_swap 
+0x7ae4 026441 setarg 0x800000 
+0x7ae5 026442 istore 3 ,contw 
+0x7ae6 026443 force 0 ,pdata 
+0x7ae7 026444 istore 1 ,contw 
+0x7ae8 026445 force 0 ,pdata 
+0x7ae9 026446 istore 8 ,contw 
+0x7aea 026447 setarg 0x0388 
+0x7aeb 026448 istore 4 ,contw 
+0x7aec 026449 call sha 
+0x7aed 026450 call sha_result 
+0x7aee 026451 arg memresult ,contr 
+0x7aef 026452 arg memahsave ,contw 
+0x7af0 026453 call memcpy32 
+0x7af1 026455 setarg 0x5c5c5c 
+0x7af2 026456 lshift8 pdata ,temp 
+0x7af3 026457 or_into 0x5c ,temp 
+0x7af4 026458 fetch 2 ,mem_sp_prarm_stack 
+0x7af5 026459 copy pdata ,contr 
+0x7af6 026460 force 4 ,loopcnt 
+0x7af7 026461 call pad_xor 
+0x7af8 026462 call sha_init 
+0x7af9 026463 call sha 
+0x7afa 026464 arg memahsave_end ,contr 
+0x7afb 026465 arg memdat ,contw 
+0x7afc 026466 force 8 ,loopcnt 
+0x7afd 026467 call memcpy_dword_swap 
+0x7afe 026468 setarg 0x800000 
+0x7aff 026469 lshift8 pdata ,pdata 
+0x7b00 026470 istore 4 ,contw 
+0x7b01 026471 call bn_zero 
+0x7b02 026472 setarg 0x0300 
+0x7b03 026473 istore 4 ,contw 
+0x7b04 026474 call sha 
+0x7b05 026475 branch sha_result 
+:      026478 function_f2:
+0x7b06 026479 setarg 0x363636 
+0x7b07 026480 lshift8 pdata ,temp 
+0x7b08 026481 or_into 0x36 ,temp 
+0x7b09 026482 arg mem_sp_dhkey_end ,contr 
+0x7b0a 026483 force 6 ,loopcnt 
+0x7b0b 026484 call pad_xor 
+0x7b0c 026485 call sha_init 
+0x7b0d 026486 call sha 
+0x7b0e 026487 fetch 2 ,mem_sp_prarm_stack + 12 
+0x7b0f 026488 copy pdata ,contr 
+0x7b10 026489 arg memdat ,contw 
+0x7b11 026490 call memcpy_dword_swap4 
+0x7b12 026491 fetch 2 ,mem_sp_prarm_stack + 14 
+0x7b13 026492 copy pdata ,contr 
+0x7b14 026493 call memcpy_dword_swap4 
+0x7b15 026495 setarg 0x62746c 
+0x7b16 026496 lshift8 pdata ,pdata 
+0x7b17 026497 or_into 0x6b ,pdata 
+0x7b18 026498 istore 4 ,contw 
+0x7b19 026499 arg mem_addr_value_end ,contr 
+0x7b1a 026500 force 3 ,loopcnt 
+0x7b1b 026501 call memcpy_dword_swap 
+0x7b1c 026503 setarg 0x800000 
+0x7b1d 026504 lshift8 pdata ,pdata 
+0x7b1e 026505 istore 4 ,contw 
+0x7b1f 026506 force 0 ,pdata 
+0x7b20 026507 istore 8 ,contw 
+0x7b21 026508 setarg 0x0380 
+0x7b22 026509 istore 4 ,contw 
+0x7b23 026510 call sha 
+0x7b24 026512 call sha_result 
+0x7b25 026513 arg memresult ,contr 
+0x7b26 026514 arg memahsave ,contw 
+0x7b27 026515 call memcpy32 
+0x7b28 026517 setarg 0x5c5c5c 
+0x7b29 026518 lshift8 pdata ,temp 
+0x7b2a 026519 or_into 0x5c ,temp 
+0x7b2b 026520 arg mem_sp_dhkey_end ,contr 
+0x7b2c 026521 force 6 ,loopcnt 
+0x7b2d 026522 call pad_xor 
+0x7b2e 026523 call sha_init 
+0x7b2f 026524 call sha 
+0x7b30 026525 arg memahsave_end ,contr 
+0x7b31 026526 arg memdat ,contw 
+0x7b32 026527 force 8 ,loopcnt 
+0x7b33 026528 call memcpy_dword_swap 
+0x7b34 026529 setarg 0x800000 
+0x7b35 026530 lshift8 pdata ,pdata 
+0x7b36 026531 istore 4 ,contw 
+0x7b37 026532 call bn_zero 
+0x7b38 026533 setarg 0x0300 
+0x7b39 026534 istore 4 ,contw 
+0x7b3a 026535 call sha 
+0x7b3b 026536 branch sha_result 
+:      026539 function_f3a:
+0x7b3c 026540 setarg 0x363636 
+0x7b3d 026541 lshift8 pdata ,temp 
+0x7b3e 026542 or_into 0x36 ,temp 
+0x7b3f 026543 arg mem_sp_dhkey_end ,contr 
+0x7b40 026544 force 6 ,loopcnt 
+0x7b41 026545 call pad_xor 
+0x7b42 026546 call sha_init 
+0x7b43 026547 call sha 
+0x7b44 026548 arg mem_sp_random_remote_end ,contr 
+0x7b45 026549 arg memdat ,contw 
+0x7b46 026550 call memcpy_dword_swap4 
+0x7b47 026551 arg mem_sp_random_local_end ,contr 
+0x7b48 026552 call memcpy_dword_swap4 
+0x7b49 026553 branch function_f3b_common 
+:      026555 function_f3b:
+0x7b4a 026556 setarg 0x363636 
+0x7b4b 026557 lshift8 pdata ,temp 
+0x7b4c 026558 or_into 0x36 ,temp 
+0x7b4d 026559 arg mem_sp_dhkey_end ,contr 
+0x7b4e 026560 force 6 ,loopcnt 
+0x7b4f 026561 call pad_xor 
+0x7b50 026562 call sha_init 
+0x7b51 026563 call sha 
+0x7b52 026565 arg mem_sp_random_local_end ,contr 
+0x7b53 026566 arg memdat ,contw 
+0x7b54 026567 call memcpy_dword_swap4 
+0x7b55 026568 arg mem_sp_random_remote_end ,contr 
+0x7b56 026569 call memcpy_dword_swap4 
+:      026570 function_f3b_common:
+0x7b57 026571 setarg 0x0 
+0x7b58 026572 istore 8 ,contw 
+0x7b59 026573 istore 8 ,contw 
+0x7b5a 026575 copy contw ,temp 
+0x7b5b 026576 jam 0x80 ,mem_addr_padding 
+0x7b5c 026577 copy temp ,contw 
+0x7b5d 026578 arg mem_addr_iocap_end ,contr 
+0x7b5e 026579 call memcpy_dword_swap4 
+0x7b5f 026581 call sha 
+0x7b60 026583 arg memdat ,contw 
+0x7b61 026584 force 7 ,loopcnt 
+0x7b62 026585 call memset0 
+0x7b63 026586 istore 4 ,contw 
+0x7b64 026587 setarg 0x03F8 
+0x7b65 026588 istore 4 ,contw 
+0x7b66 026589 call sha 
+0x7b67 026590 call sha_result 
+0x7b68 026592 arg memresult ,contr 
+0x7b69 026593 arg memahsave ,contw 
+0x7b6a 026594 call memcpy32 
+0x7b6b 026596 setarg 0x5c5c5c 
+0x7b6c 026597 lshift8 pdata ,temp 
+0x7b6d 026598 or_into 0x5c ,temp 
+0x7b6e 026599 arg mem_sp_dhkey_end ,contr 
+0x7b6f 026600 force 6 ,loopcnt 
+0x7b70 026601 call pad_xor 
+0x7b71 026602 call sha_init 
+0x7b72 026603 call sha 
+0x7b73 026604 arg memahsave_end ,contr 
+0x7b74 026605 arg memdat ,contw 
+0x7b75 026606 force 8 ,loopcnt 
+0x7b76 026607 call memcpy_dword_swap 
+0x7b77 026608 setarg 0x800000 
+0x7b78 026609 lshift8 pdata ,pdata 
+0x7b79 026610 istore 4 ,contw 
+0x7b7a 026611 call bn_zero 
+0x7b7b 026612 setarg 0x0300 
+0x7b7c 026613 istore 4 ,contw 
+0x7b7d 026614 call sha 
+0x7b7e 026615 branch sha_result 
+:      026622 eckp_calc_init:
+0x7b7f 026623 jam 192 ,mem_ec_loopc 
+:      026624 eckp_calc_init_1:
+0x7b80 026625 fetch 1 ,mem_ec_loopc 
+0x7b81 026626 rtn blank 
+0x7b82 026627 increase -1 ,pdata 
+0x7b83 026628 store 1 ,mem_ec_loopc 
+0x7b84 026629 arg mem_k ,contr 
+0x7b85 026630 call bn_testbit 
+0x7b86 026631 branch eckp_calc_init_1 ,true 
+0x7b87 026632 arg mem_ax ,contr 
+0x7b88 026633 arg mem_cx ,contw 
+0x7b89 026634 branch ec_copy 
+:      026636 eckp_calc:
+0x7b8a 026637 call ecdbl 
+0x7b8b 026638 fetch 1 ,mem_ec_loopc 
+0x7b8c 026639 increase -1 ,pdata 
+0x7b8d 026640 store 1 ,mem_ec_loopc 
+0x7b8e 026641 arg mem_k ,contr 
+0x7b8f 026642 call bn_testbit 
+0x7b90 026643 rtn true 
+0x7b91 026644 branch ecadd 
+:      026646 eckp_cp_1:
+0x7b92 026647 jam 0 ,mem_ec_infinite 
+0x7b93 026648 arg mem_ax ,contr 
+0x7b94 026649 arg mem_cx ,contw 
+0x7b95 026650 branch ec_copy 
+:      026652 memcpy_dword_swap4:
+0x7b96 026653 force 4 ,loopcnt 
+:      026654 memcpy_dword_swap:
+0x7b97 026655 increase -4 ,contr 
+:      026656 memcpy_dword_swap_loop:
+0x7b98 026657 ifetch 4 ,contr 
+0x7b99 026658 istore 4 ,contw 
+0x7b9a 026659 increase -8 ,contr 
+0x7b9b 026660 loop memcpy_dword_swap_loop 
+0x7b9c 026661 rtn 
+:      026664 ui_init:
+0x7b9d 026665 rtn wake 
+0x7b9e 026666 call ui_button_init 
+0x7b9f 026667 call ui_timer_init 
+0x7ba0 026668 branch ui_led_init 
+:      026670 ui_dispatch:
+0x7ba1 026671 fetch 1 ,mem_device_option 
+0x7ba2 026672 rtneq dvc_op_hci 
+0x7ba3 026673 call ui_led_blink_polling 
+0x7ba4 026675 branch ui_timer_check 
+:      026677 ui_button_init:
+0x7ba5 026678 fetch 1 ,mem_ui_button_gpio 
+0x7ba6 026679 rtneq ui_button_gpio_disable 
+0x7ba7 026680 iforce temp 
+0x7ba8 026681 call gpio_config_output 
+0x7ba9 026682 fetcht 1 ,mem_ui_button_gpio 
+0x7baa 026683 call gpio_out_inactive 
+0x7bab 026684 nop 100 
+0x7bac 026685 fetcht 1 ,mem_ui_button_gpio 
+0x7bad 026686 call gpio_config_input 
+0x7bae 026687 branch ui_button_polling 
+:      026689 ui_button_disable:
+0x7baf 026690 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x7bb0 026691 rtn 
+:      026693 ui_button_polling:
+0x7bb1 026694 set1 mark_ext_patch ,mark 
+0x7bb2 026695 bpatch patch30_5 ,mem_patch30 
+0x7bb3 026696 fetch 1 ,mem_ui_button_gpio 
+0x7bb4 026697 rtneq ui_button_gpio_disable 
+0x7bb5 026698 copy pdata ,temp 
+0x7bb6 026699 call gpio_get_bit 
+0x7bb7 026700 nbranch ui_button_up ,true 
+:      026702 ui_button_down:
+0x7bb8 026703 call ui_button_check_long_press 
+0x7bb9 026704 fetch 2 ,mem_ui_state_map 
+0x7bba 026705 set1 ui_state_btn_down 
+0x7bbb 026706 store 2 ,mem_ui_state_map 
+0x7bbc 026707 fetch 1 ,mem_ui_button_last_state 
+0x7bbd 026708 rtneq ui_button_state_down 
+0x7bbe 026709 jam ui_button_state_down ,mem_ui_button_last_state 
+0x7bbf 026711 fetch 1 ,mem_ui_button_timeout 
+0x7bc0 026712 store 1 ,mem_ui_button_timer 
+0x7bc1 026713 call lpm_button_get_wake_lock 
+0x7bc2 026714 jam bt_evt_button_down ,mem_fifo_temp 
+0x7bc3 026715 branch ui_ipc_send_event 
+:      026716 ui_button_up:
+0x7bc4 026717 fetch 2 ,mem_ui_state_map 
+0x7bc5 026718 set0 ui_state_btn_down 
+0x7bc6 026719 store 2 ,mem_ui_state_map 
+0x7bc7 026720 fetch 1 ,mem_ui_button_last_state 
+0x7bc8 026721 rtneq ui_button_state_up 
+0x7bc9 026722 jam ui_button_state_up ,mem_ui_button_last_state 
+0x7bca 026724 jam 0 ,mem_ui_button_timer 
+0x7bcb 026725 call lpm_button_clean_wake_lock 
+0x7bcc 026726 jam bt_evt_button_up ,mem_fifo_temp 
+0x7bcd 026727 branch ui_ipc_send_event 
+:      026729 ui_button_check_long_press:
+0x7bce 026730 fetch 1 ,mem_ui_button_timer 
+0x7bcf 026731 rtn blank 
+0x7bd0 026732 increase -1 ,pdata 
+0x7bd1 026733 store 1 ,mem_ui_button_timer 
+0x7bd2 026734 nrtn blank 
+0x7bd3 026736 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x7bd4 026737 branch ui_ipc_send_event 
+:      026739 lpm_button_get_wake_lock:
+0x7bd5 026740 arg wake_lock_button ,queue 
+0x7bd6 026741 branch lpm_get_wake_lock 
+:      026743 lpm_button_clean_wake_lock:
+0x7bd7 026744 arg wake_lock_button ,queue 
+0x7bd8 026745 branch lpm_put_wake_lock 
+:      026747 ui_led_init:
+0x7bd9 026748 fetch 1 ,mem_led_gpio 
+0x7bda 026749 rtneq ui_button_gpio_disable 
+0x7bdb 026750 iforce temp 
+0x7bdc 026751 call gpio_config_output 
+0x7bdd 026752 branch ui_led_off 
+:      026754 ui_led_blink_stop:
+0x7bde 026755 fetch 2 ,mem_ui_state_map 
+0x7bdf 026756 set0 ui_state_led_blink 
+0x7be0 026757 store 2 ,mem_ui_state_map 
+0x7be1 026758 jam ui_led_stop ,mem_led_switch 
+:      026759 ui_led_off:
+0x7be2 026760 fetch 2 ,mem_ui_state_map 
+0x7be3 026761 set0 ui_state_led_on 
+0x7be4 026762 store 2 ,mem_ui_state_map 
+0x7be5 026763 fetcht 1 ,mem_led_gpio 
+0x7be6 026764 branch gpio_out_inactive 
+:      026766 ui_led_on:
+0x7be7 026767 fetch 2 ,mem_ui_state_map 
+0x7be8 026768 set1 ui_state_led_on 
+0x7be9 026769 store 2 ,mem_ui_state_map 
+0x7bea 026770 jam ui_led_stop ,mem_led_switch 
+0x7beb 026771 fetcht 1 ,mem_led_gpio 
+0x7bec 026772 branch gpio_out_active 
+:      026774 ui_led_blink_start:
+0x7bed 026775 fetch 2 ,mem_ui_state_map 
+0x7bee 026776 set1 ui_state_led_blink 
+0x7bef 026777 store 2 ,mem_ui_state_map 
+0x7bf0 026778 jam ui_led_start ,mem_led_switch 
+0x7bf1 026779 rtn 
+:      026781 ui_led_blink_polling:
+0x7bf2 026782 set1 mark_ext_patch ,mark 
+0x7bf3 026783 bpatch patch30_6 ,mem_patch30 
+0x7bf4 026784 fetch 1 ,mem_led_switch 
+0x7bf5 026785 rtneq ui_led_stop 
+0x7bf6 026786 arg ui_led_blink ,queue 
+0x7bf7 026787 call timer_check 
+0x7bf8 026788 nrtn blank 
+0x7bf9 026789 fetch 1 ,mem_led_switch 
+0x7bfa 026790 beq ui_led_dark_time ,ui_led_blink_polling_dark 
+0x7bfb 026791 call ui_led_on 
+0x7bfc 026792 jam ui_led_dark_time ,mem_led_switch 
+0x7bfd 026793 fetch 2 ,mem_led_light_time 
+0x7bfe 026794 branch ui_led_blink_timer_start 
+:      026795 ui_led_blink_polling_dark:
+0x7bff 026796 call ui_led_off 
+0x7c00 026797 jam ui_led_light_time ,mem_led_switch 
+0x7c01 026798 fetch 2 ,mem_led_dark_time 
+:      026799 ui_led_blink_timer_start:
+0x7c02 026800 arg ui_led_blink ,queue 
+0x7c03 026801 branch timer_init 
+:      026804 ui_timer_check:
+0x7c04 026805 set1 mark_ext_patch ,mark 
+0x7c05 026806 bpatch patch30_7 ,mem_patch30 
+0x7c06 026807 arg 0 ,rega 
+0x7c07 026808 fetcht 4 ,mem_ui_timer_last_btclk 
+0x7c08 026809 copy clkn_bt ,regb 
+:      026811 ui_timer_check_loop:
+0x7c09 026812 copy regb ,pdata 
+0x7c0a 026813 increase 160 ,temp 
+0x7c0b 026814 increase 160 ,temp 
+0x7c0c 026815 isub temp ,null 
+0x7c0d 026816 nbranch ui_timer_check_end ,positive 
+0x7c0e 026817 increase 1 ,rega 
+0x7c0f 026818 and rega ,0x0f ,pdata 
+0x7c10 026819 nbranch ui_timer_check_loop ,blank 
+0x7c11 026820 arg 0 ,rega 
+0x7c12 026821 call ui_timer_check_send_evt 
+:      026822 ui_timer_init:
+0x7c13 026823 copy clkn_bt ,pdata 
+0x7c14 026824 store 4 ,mem_ui_timer_last_btclk 
+0x7c15 026825 rtn 
+:      026826 ui_timer_check_end:
+0x7c16 026827 set1 mark_ext_patch ,mark 
+0x7c17 026828 bpatch patch31_0 ,mem_patch31 
+0x7c18 026829 copy rega ,pdata 
+0x7c19 026830 rtn blank 
+0x7c1a 026831 increase -160 ,temp 
+0x7c1b 026832 increase -160 ,temp 
+0x7c1c 026833 storet 4 ,mem_ui_timer_last_btclk 
+:      026834 ui_timer_check_send_evt:
+0x7c1d 026835 increase bt_evt_timer_init ,pdata 
+0x7c1e 026836 store 1 ,mem_fifo_temp 
+0x7c1f 026837 branch ui_ipc_send_event 
+:      026843 ui_ipc_get_lock:
+0x7c20 026844 jam 1 ,mem_ipc_lock_bt 
+:      026845 ui_ipc_get_lock_wait:
+0x7c21 026846 fetch 1 ,mem_ipc_lock_c51 
+0x7c22 026847 nbranch ui_ipc_get_lock_wait ,blank 
+0x7c23 026848 rtn 
+:      026850 ui_ipc_put_lock:
+0x7c24 026851 jam 0 ,mem_ipc_lock_bt 
+0x7c25 026852 rtn 
+:      026854 ui_ipc_fifo_out:
+0x7c26 026855 branch fifo_out 
+:      026859 ui_ipc_send_event:
+0x7c27 026860 set1 mark_ext_patch ,mark 
+0x7c28 026861 bpatch patch31_1 ,mem_patch31 
+0x7c29 026862 fetch 1 ,mem_device_option 
+0x7c2a 026863 rtneq dvc_op_hci 
+0x7c2b 026864 call ui_ipc_get_lock 
+0x7c2c 026865 copy rega ,pdata 
+0x7c2d 026866 store 4 ,mem_ipc_rega_temp 
+0x7c2e 026867 arg mem_ipc_fifo_bt2c51 ,rega 
+0x7c2f 026868 call fifo_in 
+0x7c30 026869 fetch 4 ,mem_ipc_rega_temp 
+0x7c31 026870 copy pdata ,rega 
+0x7c32 026871 branch ui_ipc_put_lock 
+:      026873 ui_ipc_send_cmd:
+0x7c33 026874 set1 mark_ext_patch ,mark 
+0x7c34 026875 bpatch patch31_2 ,mem_patch31 
+0x7c35 026876 fetch 1 ,mem_device_option 
+0x7c36 026877 rtneq dvc_op_hci 
+0x7c37 026878 call ui_ipc_get_lock 
+0x7c38 026879 copy rega ,pdata 
+0x7c39 026880 store 4 ,mem_ipc_rega_temp 
+0x7c3a 026881 arg mem_ipc_fifo_c512bt ,rega 
+0x7c3b 026882 call fifo_in 
+0x7c3c 026883 fetch 4 ,mem_ipc_rega_temp 
+0x7c3d 026884 copy pdata ,rega 
+0x7c3e 026885 branch ui_ipc_put_lock 
+:      026887 ui_ipc_clean_all_fifo:
+0x7c3f 026888 set1 mark_ext_patch ,mark 
+0x7c40 026889 bpatch patch31_3 ,mem_patch31 
+0x7c41 026890 setarg 0 
+0x7c42 026891 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x7c43 026892 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x7c44 026893 rtn 
+:      026895 check_51cmd:
+0x7c45 026896 set1 mark_ext_patch ,mark 
+0x7c46 026897 bpatch patch31_4 ,mem_patch31 
+0x7c47 026898 fetch 1 ,mem_hci_cmd 
+0x7c48 026899 nrtn blank 
+0x7c49 026900 arg mem_ipc_fifo_c512bt ,rega 
+0x7c4a 026901 call fifo_is_empty 
+0x7c4b 026902 rtn blank 
+0x7c4c 026903 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x7c4d 026904 call check_51cmd_once 
+0x7c4e 026905 fetch 1 ,mem_ipc_skip_continue_proc 
+0x7c4f 026906 branch check_51cmd ,blank 
+0x7c50 026907 rtn 
+:      026909 check_51cmd_once:
+0x7c51 026910 set1 mark_ext_patch ,mark 
+0x7c52 026911 bpatch patch31_5 ,mem_patch31 
+0x7c53 026912 call ui_ipc_get_lock 
+0x7c54 026913 arg mem_ipc_fifo_c512bt ,rega 
+0x7c55 026914 call fifo_out 
+0x7c56 026915 copy pdata ,temp 
+0x7c57 026916 call ui_ipc_put_lock 
+0x7c58 026917 copy temp ,pdata 
+0x7c59 026918 rtn blank 
+0x7c5a 026919 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
+0x7c5b 026920 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
+0x7c5c 026921 beq bt_cmd_reconnect ,check_51cmd_reconnect 
+0x7c5d 026922 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
+0x7c5e 026923 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
+0x7c5f 026924 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
+0x7c60 026925 beq bt_cmd_start_inquiry ,check_51cmd_inq 
+0x7c61 026926 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
+0x7c62 026927 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x7c63 026928 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x7c64 026929 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x7c65 026930 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x7c66 026931 beq bt_cmd_le_update_conn ,check_51cmd_le_update_conn 
+0x7c67 026932 beq bt_cmd_led_blink ,ui_led_blink_start 
+0x7c68 026933 beq bt_cmd_led_on ,ui_led_on 
+0x7c69 026934 beq bt_cmd_led_off ,ui_led_blink_stop 
+0x7c6a 026935 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x7c6b 026936 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x7c6c 026937 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x7c6d 026938 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x7c6e 026939 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x7c6f 026940 beq bt_cmd_le_start_write ,check_51cmd_le_start_write 
+0x7c70 026941 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
+0x7c71 026943 store 1 ,mem_fifo_temp 
+0x7c72 026944 set1 mark_ext_patch ,mark 
+0x7c73 026945 bpatch patch31_6 ,mem_patch31 
+0x7c74 026946 fetch 1 ,mem_lmo_opcode2 
+0x7c75 026947 branch check_51cmd_once_continue ,blank 
+0x7c76 026948 call lmo_fifo_process 
+0x7c77 026949 fetch 1 ,mem_lmo_opcode2 
+0x7c78 026950 nbranch check_51cmd_restore ,blank 
+:      026951 check_51cmd_once_continue:
+0x7c79 026952 fetch 1 ,mem_fifo_temp 
+0x7c7a 026953 bmark0 mark_context ,check_51cmd_check_idle 
+:      026954 check_51cmd_once_continue0:
+0x7c7b 026955 beq bt_cmd_enter_sniff ,cmd_in_sniff 
+0x7c7c 026956 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
+0x7c7d 026957 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
+0x7c7e 026958 beq bt_cmd_disconnect ,check_51cmd_disconnect 
+0x7c7f 026959 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x7c80 026960 beq bt_cmd_role_switch ,check_51cmd_role_switch 
+0x7c81 026961 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x7c82 026962 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
+0x7c83 026963 beq bt_cmd_le_update_conn ,bt_cmd_le_update_conn_1 
+0x7c84 026964 rtn 
+:      026967 bt_cmd_le_update_conn_1:
+0x7c85 026968 jam xt_ll_connection_param_req ,mem_fifo_temp 
+0x7c86 026969 branch le_xtype_fifo_in 
+:      026970 check_51cmd_check_idle:
+0x7c87 026971 store 1 ,mem_fifo_temp 
+0x7c88 026972 call context_check_idle 
+0x7c89 026973 branch check_51cmd_restore ,zero 
+0x7c8a 026974 call context_search_plap 
+0x7c8b 026975 nrtn zero 
+:      026976 check_51cmd_restore:
+0x7c8c 026977 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x7c8d 026978 branch ui_ipc_send_cmd 
+:      026981 check_51cmd_role_switch:
+0x7c8e 026982 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x7c8f 026983 set1 mark_switch_initiated ,mark 
+0x7c90 026984 nrtn master 
+0x7c91 026985 jam switch_flag_init ,mem_switch_flag 
+0x7c92 026986 jam lmp_switch_req ,mem_lmo_opcode2 
+0x7c93 026987 fetch 1 ,mem_connection_options 
+0x7c94 026988 set0 connection_switch ,pdata 
+0x7c95 026989 store 1 ,mem_connection_options 
+0x7c96 026990 rtn 
+:      026992 check_51cmd_start_discovery:
+0x7c97 026993 fetch 2 ,mem_ui_state_map 
+0x7c98 026994 set1 ui_state_bt_discovery 
+0x7c99 026995 store 2 ,mem_ui_state_map 
+0x7c9a 026996 jam 3 ,mem_scan_mode 
+0x7c9b 026997 rtn 
+:      026999 check_51cmd_stop_discovery:
+0x7c9c 027000 jam 0 ,mem_hid_handshake_timer_count 
+0x7c9d 027001 jam 0 ,mem_scan_mode 
+0x7c9e 027002 fetch 2 ,mem_ui_state_map 
+0x7c9f 027003 set0 ui_state_bt_discovery 
+0x7ca0 027004 store 2 ,mem_ui_state_map 
+0x7ca1 027005 rtn 
+:      027007 check_51cmd_reconnect:
+0x7ca2 027008 jam hci_cmd_create_conn ,mem_hci_cmd 
+0x7ca3 027009 rtn 
+:      027011 check_51cmd_disconnect:
+0x7ca4 027012 jam lmp_detach ,mem_lmo_opcode2 
+0x7ca5 027013 jam other_end_terminated ,mem_disconn_reason_send 
+0x7ca6 027014 rtn 
+:      027017 check_51cmd_enter_sniff_subrating:
+0x7ca7 027018 rtn 
+:      027020 check_51cmd_exit_sniff_subrating:
+0x7ca8 027021 rtn 
+:      027023 check_51cmd_sniff_test:
+0x7ca9 027024 rtn 
+:      027026 check_51cmd_pincode:
+0x7caa 027027 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x7cab 027028 branch cmd_pair 
+:      027030 check_51cmd_inq:
+0x7cac 027031 rtn 
+:      027032 check_51cmd_stop_inq:
+0x7cad 027033 rtn 
+:      027034 check_51cmd_adv:
+0x7cae 027035 jam on ,mem_le_adv_enable 
+0x7caf 027036 jam adv_ind ,mem_le_adv_type 
+0x7cb0 027037 rtn 
+:      027038 check_51cmd_stop_adv:
+0x7cb1 027039 jam off ,mem_le_adv_enable 
+0x7cb2 027040 rtn 
+:      027041 check_51cmd_direct_adv:
+0x7cb3 027042 jam on ,mem_le_adv_enable 
+0x7cb4 027043 jam adv_direct_ind ,mem_le_adv_type 
+0x7cb5 027044 rtn 
+:      027045 check_51cmd_stop_direct_adv:
+0x7cb6 027046 jam off ,mem_le_adv_enable 
+0x7cb7 027047 rtn 
+:      027048 check_51cmd_le_disconnect:
+0x7cb8 027049 setarg 1 
+0x7cb9 027050 store 2 ,mem_le_superto 
+0x7cba 027051 rtn 
+:      027052 check_51cmd_le_update_conn:
+0x7cbb 027053 rtn 
+:      027054 check_51cmd_le_start_con:
+0x7cbc 027055 jam on ,mem_le_scan_enable 
+0x7cbd 027056 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x7cbe 027057 fetch 6 ,mem_app_peer_addr 
+0x7cbf 027058 store 6 ,mem_le_conn_peer_addr 
+0x7cc0 027059 rtn 
+:      027060 check_51cmd_start_scan:
+0x7cc1 027061 jam on ,mem_le_scan_enable 
+0x7cc2 027062 rtn 
+:      027063 check_51cmd_stop_scan:
+0x7cc3 027064 jam off ,mem_le_scan_enable 
+0x7cc4 027065 jam 0 ,mem_hci_cmd 
+0x7cc5 027066 rtn 
+:      027067 check_51cmd_le_smp_sec_req:
+0x7cc6 027068 jam xt_smp_security_request ,mem_fifo_temp 
+0x7cc7 027069 branch le_xtype_fifo_in 
+:      027070 check_51cmd_hibernate:
+0x7cc8 027071 set1 mark_ext_patch ,mark 
+0x7cc9 027072 bpatch patch31_7 ,mem_patch31 
+0x7cca 027073 fetch 2 ,mem_cb_before_hibernate 
+0x7ccb 027074 call callback_func 
+0x7ccc 027075 fetch 1 ,mem_ui_button_gpio 
+0x7ccd 027076 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x7cce 027077 copy pdata ,temp 
+0x7ccf 027078 call gpio_config_input 
+:      027079 check_51cmd_hibernate_btn_disabled:
+0x7cd0 027080 call ui_led_off 
+0x7cd1 027081 call ui_ipc_clean_all_fifo 
+0x7cd2 027082 branch lpm_hibernate 
+:      027084 check_51cmd_le_start_write:
+0x7cd3 027085 jam 1 ,mem_le_switch_send_data 
+0x7cd4 027086 rtn 
+:      027088 check_51cmd_bb_reconn_cancel:
+0x7cd5 027089 force page_length_timer ,queue 
+0x7cd6 027090 branch timer_stop 
+:      027092 ui_check_paring_button:
+0x7cd7 027093 fetch 1 ,mem_ui_state_map 
+0x7cd8 027094 rtnbit0 ui_state_btn_down 
+0x7cd9 027095 rtnbit0 ui_state_bt_reconnect 
+0x7cda 027096 branch check_51cmd_bb_reconn_cancel 
+:      027100 usb_isr:
+0x7cdb 027101 set1 mark_ext_patch ,mark 
+0x7cdc 027102 bpatch patch3a_5 ,mem_patch3a 
+0x7cdd 027103 call usb_tx_test 
+0x7cde 027104 hfetch 1 ,core_usb_status 
+0x7cdf 027105 store 1 ,mem_usb_status 
+0x7ce0 027106 hfetch 1 ,core_usb_fifo_empty 
+0x7ce1 027107 store 1 ,mem_usb_fifo_empty 
+0x7ce2 027108 hjam 0xe0 ,core_usb_status 
+0x7ce3 027109 fetch 1 ,mem_usb_fifo_empty 
+0x7ce4 027110 compare 0x1 ,pdata ,0x1 
+0x7ce5 027111 call usb0_fifo_empty ,true 
+0x7ce6 027112 set1 mark_ext_patch ,mark 
+0x7ce7 027113 bpatch patch3a_6 ,mem_patch3a 
+0x7ce8 027114 fetch 1 ,mem_usb_status 
+0x7ce9 027115 compare 0x1 ,pdata ,0x1 
+0x7cea 027116 call usb_status1 ,true 
+0x7ceb 027117 fetch 1 ,mem_usb_state 
+0x7cec 027118 bne usb_connected ,usb_tx 
+0x7ced 027119 fetch 2 ,mem_usb_idle_cnt 
+0x7cee 027120 increase 1 ,pdata 
+0x7cef 027121 store 2 ,mem_usb_idle_cnt 
+0x7cf0 027122 fetcht 2 ,mem_usb_idle_timeout 
+0x7cf1 027123 isub temp ,null 
+0x7cf2 027124 branch usb_init ,positive 
+0x7cf3 027125 fetch 1 ,mem_usb_status 
+0x7cf4 027126 bbit0 usb_status_nak ,usb_tx 
+0x7cf5 027127 setarg 0 
+0x7cf6 027128 store 2 ,mem_usb_idle_cnt 
+0x7cf7 027129 branch usb_tx 
+:      027132 usb_status1:
+0x7cf8 027133 set1 mark_ext_patch ,mark 
+0x7cf9 027134 bpatch patch3a_7 ,mem_patch3a 
+0x7cfa 027135 hjam 0x11 ,core_usb_status 
+0x7cfb 027136 hfetch 1 ,core_usb_ep_len 
+0x7cfc 027137 store 1 ,mem_usb_read_len 
+0x7cfd 027138 copy pdata ,loopcnt 
+0x7cfe 027139 branch usb_rx_no_data ,blank 
+0x7cff 027140 arg mem_usb_setup ,contw 
+0x7d00 027141 call usb_rx_read 
+0x7d01 027142 fetch 1 ,mem_usb_read_len 
+0x7d02 027143 sub pdata ,7 ,null 
+0x7d03 027144 rtn positive 
+:      027145 usb_class_type:
+0x7d04 027146 set1 mark_ext_patch ,mark 
+0x7d05 027147 bpatch patch3b_0 ,mem_patch3b 
+0x7d06 027148 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7d07 027149 beq hci_class_request_type ,usb_hci_class_req_type 
+0x7d08 027150 beq hid_class_request_type ,usb_hid_class_req_type 
+0x7d09 027151 beq zero_class_request_type ,usb_zero_class_req_type 
+0x7d0a 027152 fetch 1 ,mem_usb_setup_brequest 
+0x7d0b 027153 beq set_address ,usb0_request_set_address 
+0x7d0c 027154 beq get_descriptor ,usb0_request_get_descriptor 
+0x7d0d 027155 beq set_configuration ,usb0_request_set_configuration 
+0x7d0e 027156 beq set_interface ,usb0_request_set_interface 
+0x7d0f 027157 branch usb0_force_stall 
+:      027159 usb_zero_class_req_type:
+0x7d10 027160 fetch 1 ,mem_usb_setup_brequest 
+0x7d11 027161 beq clear_feature ,usb0_request_clear_feature 
+0x7d12 027162 beq set_feature ,usb0_request_set_feature 
+0x7d13 027163 beq set_configuration ,usb0_reply_zerolen 
+0x7d14 027164 beq set_address ,usb0_request_set_address 
+0x7d15 027165 branch usb0_force_stall 
+:      027166 usb_hci_class_req_type:
+0x7d16 027167 call usb0_reply_zerolen 
+0x7d17 027168 rtn 
+:      027170 usb_rx_no_data:
+0x7d18 027171 fetch 1 ,mem_usb_status 
+0x7d19 027172 bbit1 usb_status_setup ,usb_class_type 
+0x7d1a 027173 rtn 
+:      027174 usb_set_protocol_req:
+0x7d1b 027175 fetch 1 ,mem_usb_set_protocol_count 
+0x7d1c 027176 increase 1 ,pdata 
+0x7d1d 027177 store 1 ,mem_usb_set_protocol_count 
+0x7d1e 027178 compare 2 ,pdata ,0xff 
+0x7d1f 027179 nbranch usb0_reply_zerolen ,true 
+0x7d20 027180 jam 1 ,mem_usb_desc 
+0x7d21 027181 branch usb0_reply_zerolen 
+:      027182 usb_hid_class_req_type:
+0x7d22 027183 fetch 1 ,mem_usb_setup_brequest 
+0x7d23 027184 beq set_idle ,usb_set_idle 
+0x7d24 027185 beq set_report ,usb_set_report 
+0x7d25 027186 beq set_protocol ,usb_set_protocol_req 
+0x7d26 027187 branch usb0_force_stall 
+:      027188 usb_set_idle:
+0x7d27 027189 fetch 1 ,mem_usb_state 
+0x7d28 027190 beq usb_setidle_1 ,usb_set_idle_connected 
+0x7d29 027191 bne usb_resume ,usb0_reply_zerolen 
+0x7d2a 027192 jam usb_setidle_1 ,mem_usb_state 
+0x7d2b 027193 branch usb0_reply_zerolen 
+:      027194 usb_set_idle_connected:
+0x7d2c 027195 jam usb_connected ,mem_usb_state 
+0x7d2d 027196 branch usb0_reply_zerolen 
+:      027198 usb_set_report:
+0x7d2e 027199 jam 1 ,mem_usb_desc 
+0x7d2f 027200 arg mem_usb_desc ,rega 
+0x7d30 027201 arg 1 ,regb 
+0x7d31 027202 branch usb0_respond 
+:      027203 usb0_force_stall:
+0x7d32 027204 hjam 1 ,core_usb_stall 
+0x7d33 027205 rtn 
+:      027206 usb0_reply_zerolen:
+0x7d34 027207 hjam 0x40 ,core_usb_clear 
+0x7d35 027208 rtn 
+:      027210 usb_rx_read:
+0x7d36 027211 hfetch 1 ,core_usb_ep 
+0x7d37 027212 istore 1 ,contw 
+0x7d38 027213 loop usb_rx_read 
+0x7d39 027214 rtn 
+:      027216 usb0_fifo_empty:
+0x7d3a 027217 hjam 0x1 ,core_usb_fifo_empty 
+0x7d3b 027218 call usb0_tx 
+0x7d3c 027219 rtn 
+:      027221 usb0_request_get_descriptor:
+0x7d3d 027222 set1 mark_ext_patch ,mark 
+0x7d3e 027223 bpatch patch3b_1 ,mem_patch3b 
+0x7d3f 027224 set0 mark_isstr ,mark 
+0x7d40 027225 fetch 1 ,mem_usb_setup_bvalueh 
+0x7d41 027226 beq dsc_device ,dsc_device_info 
+0x7d42 027227 beq dsc_config ,dsc_config_info 
+0x7d43 027228 beq dsc_string ,dsc_string_info 
+0x7d44 027229 beq dsc_hid ,dsc_hid_info 
+0x7d45 027230 beq dsc_hid_report ,dsc_hid_report_info 
+0x7d46 027231 rtn 
+:      027233 dsc_device_info:
+0x7d47 027234 arg mem_devicedesc ,rega 
+0x7d48 027235 branch usb0_respond_length 
+:      027236 dsc_config_info:
+0x7d49 027237 arg mem_confdesc ,rega 
+0x7d4a 027238 branch usb0_respond_length 
+:      027239 dsc_string_info:
+0x7d4b 027240 fetch 1 ,mem_usb_setup_bvalue 
+0x7d4c 027241 and_into 3 ,pdata 
+0x7d4d 027242 arg mem_string0 ,rega 
+0x7d4e 027243 beq 0 ,usb0_respond_length 
+0x7d4f 027244 set1 mark_isstr ,mark 
+0x7d50 027245 arg mem_string1 ,rega 
+0x7d51 027246 beq 1 ,usb0_respond_length 
+0x7d52 027247 arg mem_string2 ,rega 
+0x7d53 027248 beq 2 ,usb0_respond_length 
+0x7d54 027249 arg mem_string3 ,rega 
+0x7d55 027250 beq 3 ,usb0_respond_length 
+0x7d56 027251 branch assert 
+:      027252 dsc_hid_info:
+0x7d57 027253 arg mem_confdesc + 18 ,rega 
+0x7d58 027254 fetch 1 ,mem_confdesc + 18 
+0x7d59 027255 copy pdata ,regb 
+0x7d5a 027256 branch usb0_respond 
+:      027257 dsc_hid_report_info:
+0x7d5b 027258 fetch 2 ,mem_usb_setup_windex 
+0x7d5c 027259 beq 1 ,dsc_hid_report_info0 
+0x7d5d 027260 arg mem_hidreportdesc_kb ,rega 
+0x7d5e 027261 branch usb0_respond_length 
+:      027262 dsc_hid_report_info0:
+0x7d5f 027263 jam usb_got_report_req ,mem_usb_state 
+0x7d60 027264 arg mem_hidreportdesc_m ,rega 
+0x7d61 027265 branch usb0_respond_length 
+:      027267 usb0_respond_length:
+0x7d62 027268 ifetch 1 ,rega 
+0x7d63 027269 iforce regb 
+0x7d64 027270 increase 1 ,rega 
+:      027273 usb0_respond:
+0x7d65 027274 set1 mark_ext_patch ,mark 
+0x7d66 027275 bpatch patch3b_2 ,mem_patch3b 
+0x7d67 027276 bmark0 mark_isstr ,usb0_respond0 
+0x7d68 027277 add regb ,1 ,pdata 
+0x7d69 027278 lshift pdata ,pdata 
+0x7d6a 027279 hstore 1 ,core_usb_dfifo0 
+0x7d6b 027280 hjam 3 ,core_usb_dfifo0 
+0x7d6c 027281 fetch 1 ,mem_usb_setup_blength 
+0x7d6d 027282 increase -2 ,pdata 
+0x7d6e 027283 rshift pdata ,pdata 
+0x7d6f 027284 store 1 ,mem_usb_setup_blength 
+0x7d70 027285 beq 0 ,usb_no_respond_data 
+:      027286 usb0_respond0:
+0x7d71 027287 fetch 1 ,mem_usb_setup_blength 
+0x7d72 027288 isub regb ,null 
+0x7d73 027289 branch usb0_respond1 ,positive 
+0x7d74 027290 copy pdata ,regb 
+:      027291 usb0_respond1:
+0x7d75 027292 copy rega ,pdata 
+0x7d76 027293 store 2 ,mem_bufptr 
+0x7d77 027294 copy regb ,pdata 
+0x7d78 027295 store 1 ,mem_remain 
+0x7d79 027296 branch usb0_tx 
+:      027298 usb_no_respond_data:
+0x7d7a 027299 arg 0 ,queue 
+0x7d7b 027300 branch usb_trig 
+:      027304 usb0_tx:
+0x7d7c 027305 set1 mark_ext_patch ,mark 
+0x7d7d 027306 bpatch patch3b_3 ,mem_patch3b 
+0x7d7e 027307 fetch 1 ,mem_remain 
+0x7d7f 027308 rtn blank 
+0x7d80 027309 copy pdata ,loopcnt 
+0x7d81 027310 sub pdata ,ep0_packet_size ,null 
+0x7d82 027311 branch usb0_tx_info ,positive 
+0x7d83 027312 arg ep0_packet_size ,loopcnt 
+:      027313 usb0_tx_info:
+0x7d84 027314 fetch 1 ,mem_remain 
+0x7d85 027315 isub loopcnt ,pdata 
+0x7d86 027316 store 1 ,mem_remain 
+0x7d87 027317 fetch 2 ,mem_bufptr 
+0x7d88 027318 copy pdata ,contr 
+:      027319 usb0_tx0:
+0x7d89 027320 ifetch 1 ,contr 
+0x7d8a 027321 hstore 1 ,core_usb_dfifo0 
+0x7d8b 027322 bmark0 mark_isstr ,usb0_tx1 
+0x7d8c 027323 hjam 0 ,core_usb_dfifo0 
+:      027324 usb0_tx1:
+0x7d8d 027325 loop usb0_tx0 
+0x7d8e 027326 copy contr ,pdata 
+0x7d8f 027327 store 2 ,mem_bufptr 
+0x7d90 027328 arg 0 ,queue 
+0x7d91 027329 call usb_trig 
+0x7d92 027330 fetch 1 ,mem_remain 
+0x7d93 027331 nrtn blank 
+0x7d94 027332 fetch 1 ,mem_usb_state 
+0x7d95 027333 rtnne usb_got_report_req 
+0x7d96 027334 jam usb_connected ,mem_usb_state 
+0x7d97 027335 rtn 
+:      027338 usb0_request_set_configuration:
+0x7d98 027339 fetch 1 ,mem_usb_setup_bvalue 
+0x7d99 027340 sub pdata ,1 ,null 
+0x7d9a 027341 nbranch usb0_force_stall ,positive 
+:      027342 usb0_request_set_address:
+0x7d9b 027343 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7d9c 027344 bne in_device ,usb0_force_stall 
+0x7d9d 027345 fetch 2 ,mem_usb_setup_windex 
+0x7d9e 027346 bne 0 ,usb0_force_stall 
+0x7d9f 027347 fetch 1 ,mem_usb_setup_blength 
+0x7da0 027348 bne 0 ,usb0_force_stall 
+0x7da1 027349 branch usb0_reply_zerolen 
+:      027351 usb0_request_set_interface:
+0x7da2 027352 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7da3 027353 bne in_interface ,usb0_force_stall 
+0x7da4 027354 fetch 1 ,mem_usb_setup_bvalue 
+0x7da5 027355 bne 0 ,usb0_force_stall 
+0x7da6 027356 fetch 1 ,mem_usb_setup_bvalueh 
+0x7da7 027357 bne 0 ,usb0_force_stall 
+0x7da8 027358 fetch 1 ,mem_usb_setup_blength 
+0x7da9 027359 bne 0 ,usb0_force_stall 
+0x7daa 027360 branch usb0_reply_zerolen 
+:      027362 usb0_request_set_feature:
+0x7dab 027363 fetch 1 ,mem_usb_setup_bvalue 
+0x7dac 027364 bne 1 ,usb0_force_stall 
+0x7dad 027365 jam usb_sleep ,mem_usb_state 
+0x7dae 027366 branch usb0_reply_zerolen 
+:      027368 usb0_request_clear_feature:
+0x7daf 027369 fetch 1 ,mem_usb_setup_bvalue 
+0x7db0 027370 bne 1 ,usb0_force_stall 
+0x7db1 027371 branch usb0_reply_zerolen 
+:      027373 usb_init:
+0x7db2 027374 set1 mark_ext_patch ,mark 
+0x7db3 027375 bpatch patch3b_4 ,mem_patch3b 
+0x7db4 027376 hjam 0x00 ,core_usb_config 
+0x7db5 027377 nop 10000 
+0x7db6 027378 hjam 0xc0 ,core_usb_trig 
+0x7db7 027379 hfetch 2 ,core_clkoff 
+0x7db8 027380 set0 clock_off_usb ,pdata 
+0x7db9 027381 hstore 2 ,core_clkoff 
+0x7dba 027382 hjam 0x3c ,core_usb_config 
+0x7dbb 027383 hjam 0xff ,core_usb_status 
+0x7dbc 027384 hjam 0xff ,core_usb_fifo_empty 
+0x7dbd 027385 jam 0 ,mem_mcmd 
+0x7dbe 027386 jam 0 ,mem_usb_state 
+0x7dbf 027387 setarg 0 
+0x7dc0 027388 store 2 ,mem_usb_idle_cnt 
+0x7dc1 027389 rtn 
+:      027392 usb_tx:
+0x7dc2 027393 set1 mark_ext_patch ,mark 
+0x7dc3 027394 bpatch patch3b_5 ,mem_patch3b 
+0x7dc4 027395 fetch 1 ,mem_mcmd 
+0x7dc5 027396 rtn blank 
+0x7dc6 027397 fetch 1 ,mem_usb_state 
+0x7dc7 027398 beq usb_sleep ,usb_wakeup 
+0x7dc8 027399 rtnne usb_connected 
+0x7dc9 027400 fetch 1 ,mem_mcmd 
+0x7dca 027401 jam 0 ,mem_mcmd 
+0x7dcb 027402 arg 6 ,loopcnt 
+0x7dcc 027403 arg mem_mouse_data ,contr 
+0x7dcd 027404 beq send_kb_data_cmd ,usb_tx_ep1 
+0x7dce 027405 beq send_mouse_data_cmd ,usb_tx_ep2 
+0x7dcf 027406 branch assert 
+:      027408 usb_tx_ep1:
+0x7dd0 027409 arg core_usb_dfifo1 ,rega 
+0x7dd1 027410 arg 1 ,queue 
+:      027411 usb_tx_loop:
+0x7dd2 027412 ifetch 1 ,contr 
+0x7dd3 027413 istore 1 ,rega 
+0x7dd4 027414 loop usb_tx_loop 
+:      027415 usb_trig:
+0x7dd5 027416 set1 mark_ext_patch ,mark 
+0x7dd6 027417 bpatch patch3b_6 ,mem_patch3b 
+0x7dd7 027418 disable swfine 
+0x7dd8 027419 fetch 2 ,mem_usb_trig_timeout 
+0x7dd9 027420 iforce stop_watch 
+0x7dda 027421 hjam 0x40 ,core_usb_status 
+:      027422 usb_trig_waitnak_loop:
+0x7ddb 027423 hfetch 1 ,core_usb_status 
+0x7ddc 027424 branch usb_init ,timeout 
+0x7ddd 027425 bbit0 usb_status_nak ,usb_trig_waitnak_loop 
+0x7dde 027426 fetch 2 ,mem_usb_trig_timeout 
+0x7ddf 027427 iforce stop_watch 
+0x7de0 027428 arg 0 ,temp 
+0x7de1 027429 qset1 temp 
+0x7de2 027430 hstoret 1 ,core_usb_fifo_empty 
+:      027431 usb_trig_loop:
+0x7de3 027432 branch usb_init ,timeout 
+0x7de4 027433 hstoret 1 ,core_usb_trig 
+0x7de5 027434 hfetch 1 ,core_usb_fifo_empty 
+0x7de6 027435 qisolate0 pdata 
+0x7de7 027436 branch usb_trig_loop ,true 
+0x7de8 027437 rtn 
+:      027440 usb_tx_ep2:
+0x7de9 027441 arg 2 ,queue 
+0x7dea 027442 arg core_usb_dfifo2 ,rega 
+0x7deb 027443 branch usb_tx_loop 
+:      027446 usb_wakeup:
+0x7dec 027447 set1 mark_ext_patch ,mark 
+0x7ded 027448 bpatch patch3b_7 ,mem_patch3b 
+0x7dee 027449 hjam 0xfc ,core_usb_config 
+0x7def 027450 nop 10000 
+0x7df0 027451 hjam 0x3c ,core_usb_config 
+0x7df1 027452 jam usb_resume ,mem_usb_state 
+0x7df2 027453 rtn 
+:      027455 usb_tx_test:
+0x7df3 027456 fetch 1 ,mem_mcmd 
+0x7df4 027457 nrtn blank 
+0x7df5 027458 fetch 2 ,mem_usb_cnt 
+0x7df6 027459 rtn blank 
+0x7df7 027460 increase -1 ,pdata 
+0x7df8 027461 store 2 ,mem_usb_cnt 
+0x7df9 027462 jam send_mouse_data_cmd ,mem_mcmd 
+0x7dfa 027463 rtn 
+:      027466 right_shift_n:
+0x7dfb 027467 sub loopcnt ,0 ,null 
+0x7dfc 027468 rtn zero 
+:      027469 right_shift_n_loop:
+0x7dfd 027470 rshift pdata ,pdata 
+0x7dfe 027471 loop right_shift_n_loop 
+0x7dff 027472 rtn 
+:      027474 push_stack:
+0x7e00 027475 deposit contw 
+0x7e01 027476 store 2 ,mem_contw 
+0x7e02 027477 storet 8 ,mem_temp 
+0x7e03 027478 deposit timeup 
+0x7e04 027479 store 4 ,mem_timeup 
+0x7e05 027480 deposit rega 
+0x7e06 027481 store 4 ,mem_rega 
+0x7e07 027482 deposit regb 
+0x7e08 027483 store 4 ,mem_regb 
+0x7e09 027484 deposit regc 
+0x7e0a 027485 store 3 ,mem_regc 
+0x7e0b 027486 deposit contr 
+0x7e0c 027487 store 2 ,mem_contr 
+0x7e0d 027488 rtn 
+:      027489 pop_stack:
+0x7e0e 027490 fetcht 8 ,mem_temp 
+0x7e0f 027491 fetch 4 ,mem_timeup 
+0x7e10 027492 iforce timeup 
+0x7e11 027493 fetch 4 ,mem_rega 
+0x7e12 027494 iforce rega 
+0x7e13 027495 fetch 4 ,mem_regb 
+0x7e14 027496 iforce regb 
+0x7e15 027497 fetch 3 ,mem_regc 
+0x7e16 027498 iforce regc 
+0x7e17 027499 fetch 2 ,mem_contw 
+0x7e18 027500 iforce contw 
+0x7e19 027501 fetch 2 ,mem_contr 
+0x7e1a 027502 iforce contr 
+0x7e1b 027503 rtn 
+:      027509 save_cont_pointers:
+0x7e1c 027510 copy contw ,pdata 
+0x7e1d 027511 store 2 ,mem_hold_contw 
+0x7e1e 027512 copy contr ,pdata 
+0x7e1f 027513 store 2 ,mem_hold_contr 
+0x7e20 027514 rtn 
+:      027515 load_cont_pointers:
+0x7e21 027516 fetch 2 ,mem_hold_contw 
+0x7e22 027517 copy pdata ,contw 
+0x7e23 027518 fetch 2 ,mem_hold_contr 
+0x7e24 027519 copy pdata ,contr 
+0x7e25 027520 rtn 
+:      027524 delay_10ms:
+0x7e26 027525 copy clkn_bt ,pdata 
+0x7e27 027526 increase 16 ,pdata 
+0x7e28 027527 increase 16 ,pdata 
+:      027528 delay_ms_wait:
+0x7e29 027529 copy clkn_bt ,temp 
+0x7e2a 027530 isub temp ,null 
+0x7e2b 027531 branch delay_ms_wait ,positive 
+0x7e2c 027532 rtn 
+:      027534 memcpy48:
+0x7e2d 027535 ifetch 8 ,contr 
+0x7e2e 027536 istore 8 ,contw 
+0x7e2f 027537 ifetch 8 ,contr 
+0x7e30 027538 istore 8 ,contw 
+:      027539 memcpy32:
+0x7e31 027540 ifetch 8 ,contr 
+0x7e32 027541 istore 8 ,contw 
+:      027542 memcpy24:
+0x7e33 027543 ifetch 8 ,contr 
+0x7e34 027544 istore 8 ,contw 
+:      027545 memcpy16:
+0x7e35 027546 ifetch 8 ,contr 
+0x7e36 027547 istore 8 ,contw 
+0x7e37 027548 ifetch 8 ,contr 
+0x7e38 027549 istore 8 ,contw 
+0x7e39 027550 rtn 
+:      027552 bn_zero:
+0x7e3a 027553 force 3 ,loopcnt 
+:      027554 memset0:
+0x7e3b 027555 force 0 ,pdata 
+:      027556 memset8:
+0x7e3c 027557 istore 8 ,contw 
+0x7e3d 027558 loop memset8 
+0x7e3e 027559 rtn 
+:      027562 clear_mem:
+0x7e3f 027563 deposit loopcnt 
+0x7e40 027564 rtn blank 
+0x7e41 027565 setarg 0 
+:      027566 clear_mem_loop:
+0x7e42 027567 istore 1 ,contw 
+0x7e43 027568 loop clear_mem_loop 
+0x7e44 027569 rtn 
+:      027573 memcpy:
+0x7e45 027574 deposit loopcnt 
+0x7e46 027575 rtn blank 
+:      027576 memcpy_loop:
+0x7e47 027577 ifetch 1 ,contr 
+0x7e48 027578 istore 1 ,contw 
+0x7e49 027579 loop memcpy_loop 
+0x7e4a 027580 rtn 
+:      027582 timer_stop:
+0x7e4b 027583 setarg 0 
+:      027584 timer_init:
+0x7e4c 027585 arg mem_timers ,contw 
+0x7e4d 027586 iforce temp 
+0x7e4e 027587 lshift queue ,pdata 
+0x7e4f 027588 iadd contw ,contw 
+0x7e50 027589 istoret 2 ,contw 
+0x7e51 027590 rtn 
+:      027592 timer_reinit:
+0x7e52 027593 arg 0 ,queue 
+:      027594 timer_check:
+0x7e53 027595 set1 mark_ext_patch ,mark 
+0x7e54 027596 bpatch patch37_4 ,mem_patch37 
+0x7e55 027597 fetcht 4 ,mem_last_clkn 
+0x7e56 027598 rshift clkn_bt ,pdata 
+0x7e57 027599 store 4 ,mem_last_clkn 
+0x7e58 027600 isub temp ,timeup 
+0x7e59 027601 copy timeup ,temp 
+0x7e5a 027602 arg mem_timers ,contr 
+0x7e5b 027603 copy contr ,contw 
+0x7e5c 027604 arg 16 ,loopcnt 
+:      027605 timer_loop:
+0x7e5d 027606 ifetch 2 ,contr 
+0x7e5e 027607 isub temp ,pdata 
+0x7e5f 027608 branch timer_counting ,positive 
+0x7e60 027609 force 0 ,pdata 
+:      027610 timer_counting:
+0x7e61 027611 istore 2 ,contw 
+0x7e62 027612 loop timer_loop 
+0x7e63 027613 arg mem_timers ,contr 
+0x7e64 027614 lshift queue ,pdata 
+0x7e65 027615 iadd contr ,contr 
+0x7e66 027616 ifetch 2 ,contr 
+0x7e67 027617 rtn 
+:      027620 lshift8_queue:
+0x7e68 027621 increase 1 ,queue 
+:      027622 lshift8_queue_loop:
+0x7e69 027623 increase -1 ,queue 
+0x7e6a 027624 rtn zero 
+0x7e6b 027625 lshift8 pdata ,pdata 
+0x7e6c 027626 branch lshift8_queue_loop 
+:      027630 clk_add:
+0x7e6d 027631 iadd temp ,temp 
+0x7e6e 027632 copy temp ,loopcnt 
+0x7e6f 027633 setarg 3750 
+0x7e70 027634 isub loopcnt ,pdata 
+0x7e71 027635 rtn positive 
+0x7e72 027636 sub pdata ,0 ,pdata 
+0x7e73 027637 rshift16 temp ,temp 
+0x7e74 027638 increase 1 ,temp 
+0x7e75 027639 lshift16 temp ,temp 
+0x7e76 027640 ior temp ,temp 
+0x7e77 027641 rtn 
+:      027643 clk_diff_rt:
+0x7e78 027644 call clk_diff 
+0x7e79 027645 branch clk2rt 
+:      027648 clk_diff:
+0x7e7a 027649 disable user 
+0x7e7b 027650 isub temp ,pdata 
+0x7e7c 027651 branch clk_diff_pos ,positive 
+0x7e7d 027652 enable user 
+0x7e7e 027653 sub pdata ,0 ,pdata 
+:      027654 clk_diff_pos:
+0x7e7f 027655 rtnbit0 15 
+0x7e80 027656 arg -61786 ,temp 
+0x7e81 027657 iadd temp ,pdata 
+0x7e82 027658 set0 64 ,pdata 
+0x7e83 027659 rtn 
+:      027661 clk2rt:
+0x7e84 027662 iforce contr 
+0x7e85 027663 rshift16 pdata ,pdata 
+0x7e86 027664 arg 3750 ,temp 
+0x7e87 027665 imul32 temp ,pdata 
+0x7e88 027666 iadd contr ,pdata 
+0x7e89 027667 rtn 
+:      027670 clk2lpo:
+0x7e8a 027671 lshift8 pdata ,pdata 
+0x7e8b 027672 lshift4 pdata ,pdata 
+0x7e8c 027673 fetcht 3 ,mem_clks_per_lpo 
+0x7e8d 027674 idiv temp 
+0x7e8e 027675 call wait_div_end 
+0x7e8f 027676 quotient temp 
+0x7e90 027677 rtn 
+:      027680 clk2bt:
+0x7e91 027681 arg 3750 ,temp 
+0x7e92 027682 idiv temp 
+0x7e93 027683 call wait_div_end 
+0x7e94 027684 quotient pdata 
+0x7e95 027685 lshift16 pdata ,pdata 
+0x7e96 027686 remainder temp 
+0x7e97 027687 ior temp ,temp 
+0x7e98 027688 rtn 
+:      027691 mem3_hex2string_to_uart:
+0x7e99 027692 arg 3 ,loopcnt 
+0x7e9a 027693 branch hex2string_to_uart0 
+:      027694 mem2_hex2string_to_uart:
+0x7e9b 027695 arg 2 ,loopcnt 
+0x7e9c 027696 branch hex2string_to_uart0 
+:      027700 adss_hex2string_to_uart:
+0x7e9d 027701 arg 6 ,loopcnt 
+:      027702 hex2string_to_uart0:
+0x7e9e 027703 ifetch 1 ,rega 
+0x7e9f 027704 copy pdata ,temp 
+0x7ea0 027705 rshift4 pdata ,pdata 
+0x7ea1 027706 call dialog2uchar 
+0x7ea2 027707 istore 1 ,contwu 
+0x7ea3 027708 copy temp ,pdata 
+0x7ea4 027709 and pdata ,0xf ,pdata 
+0x7ea5 027710 call dialog2uchar 
+0x7ea6 027711 istore 1 ,contwu 
+0x7ea7 027712 increase 1 ,rega 
+0x7ea8 027713 loop hex2string_to_uart0 
+0x7ea9 027714 rtn 
+:      027715 dialog2uchar:
+0x7eaa 027716 sub pdata ,9 ,null 
+0x7eab 027717 branch dialog2uchar0to9 ,positive 
+0x7eac 027718 increase 87 ,pdata 
+0x7ead 027719 rtn 
+:      027720 dialog2uchar0to9:
+0x7eae 027721 add pdata ,0x30 ,pdata 
+0x7eaf 027722 rtn 
+:      027728 string2dec_from_uart:
+0x7eb0 027729 arg 0 ,temp 
+:      027730 string2dec_from_uart_done:
+0x7eb1 027731 copy temp ,regc 
+0x7eb2 027732 ifetch 1 ,contru 
+0x7eb3 027733 sub pdata ,at_comma ,null 
+0x7eb4 027734 rtn zero 
+0x7eb5 027735 call uchar2dialog 
+0x7eb6 027736 copy regc ,temp 
+0x7eb7 027737 call swap 
+0x7eb8 027738 arg 10 ,regb 
+0x7eb9 027739 imul32 regb ,pdata 
+0x7eba 027740 iadd temp ,pdata 
+0x7ebb 027741 copy pdata ,temp 
+0x7ebc 027742 branch string2dec_from_uart_done 
+:      027745 mem2_string2hex_from_uart:
+0x7ebd 027746 arg 2 ,loopcnt 
+0x7ebe 027747 branch string2hex_from_uart 
+:      027748 adss_string2hex_from_uart:
+0x7ebf 027749 arg 6 ,loopcnt 
+:      027753 string2hex_from_uart:
+0x7ec0 027754 ifetch 1 ,contru 
+0x7ec1 027755 call uchar2dialog 
+0x7ec2 027756 lshift4 pdata ,regc 
+0x7ec3 027757 ifetch 1 ,contru 
+0x7ec4 027758 call uchar2dialog 
+0x7ec5 027759 iadd regc ,pdata 
+0x7ec6 027760 istore 1 ,contw 
+0x7ec7 027761 loop string2hex_from_uart 
+0x7ec8 027762 rtn 
+:      027764 uchar2dialog:
+0x7ec9 027765 arg 0x3a ,temp 
+0x7eca 027766 isub temp ,null 
+0x7ecb 027767 nbranch uchar2dialog_number ,positive 
+0x7ecc 027768 arg 0x61 ,temp 
+0x7ecd 027769 isub temp ,null 
+0x7ece 027770 branch uchar2dialog_a2f ,positive 
+0x7ecf 027771 arg 0x37 ,temp 
+0x7ed0 027772 isub temp ,pdata 
+0x7ed1 027773 rtn 
+:      027774 uchar2dialog_number:
+0x7ed2 027775 arg 0x30 ,temp 
+0x7ed3 027776 isub temp ,pdata 
+0x7ed4 027777 rtn 
+:      027778 uchar2dialog_a2f:
+0x7ed5 027779 arg 0x57 ,temp 
+0x7ed6 027780 isub temp ,pdata 
+0x7ed7 027781 rtn 
+:      027783 pn9:
+0x7ed8 027784 copy temp ,alarm 
+0x7ed9 027785 setarg 0x1ff 
+0x7eda 027786 force 0 ,regb 
+:      027787 pn9_loop:
+0x7edb 027788 rshift3 pdata ,rega 
+0x7edc 027789 rshift rega ,rega 
+0x7edd 027790 ixor rega ,rega 
+0x7ede 027791 isolate1 0 ,rega 
+0x7edf 027792 setflag true ,9 ,pdata 
+0x7ee0 027793 rshift temp ,temp 
+0x7ee1 027794 isolate1 0 ,pdata 
+0x7ee2 027795 setflag true ,7 ,temp 
+0x7ee3 027796 rshift pdata ,pdata 
+0x7ee4 027797 increase 1 ,regb 
+0x7ee5 027798 compare 0 ,regb ,0x7 
+0x7ee6 027799 nbranch pn9_loop ,true 
+0x7ee7 027800 istoret 1 ,contw 
+0x7ee8 027801 loop pn9_loop 
+0x7ee9 027802 copy alarm ,temp 
+0x7eea 027803 rtn 
+:      027805 bcd_byte:
+0x7eeb 027806 div pdata ,10 
+0x7eec 027807 call wait_div_end 
+0x7eed 027808 quotient pdata 
+0x7eee 027809 lshift2 pdata ,rega 
+0x7eef 027810 lshift2 rega ,rega 
+0x7ef0 027811 remainder pdata 
+0x7ef1 027812 ior rega ,pdata 
+0x7ef2 027813 rtn 
+:      027815 bcd_pack:
+0x7ef3 027816 isolate1 0 ,rega 
+0x7ef4 027817 branch bcd_pack_hi ,true 
+0x7ef5 027818 iforce regb 
+0x7ef6 027819 rtn 
+:      027820 bcd_pack_hi:
+0x7ef7 027821 lshift2 pdata ,pdata 
+0x7ef8 027822 lshift2 pdata ,pdata 
+0x7ef9 027823 ior regb ,pdata 
+0x7efa 027824 istore 1 ,contw 
+0x7efb 027825 increase -2 ,contw 
+0x7efc 027826 rtn 
+:      027828 wait_div_end:
+0x7efd 027829 rtn modone 
+0x7efe 027830 branch wait_div_end 
+:      027833 bcd2:
+0x7eff 027834 store 8 ,mem_pdatatemp 
+0x7f00 027835 force 0x20 ,pdata 
+0x7f01 027836 force 8 ,loopcnt 
+0x7f02 027837 arg mem_bcd ,contw 
+:      027838 lpo_clear:
+0x7f03 027839 istore 1 ,contw 
+0x7f04 027840 loop lpo_clear 
+0x7f05 027841 arg mem_bcd ,contw 
+0x7f06 027842 increase 7 ,contw 
+0x7f07 027843 fetch 8 ,mem_pdatatemp 
+:      027844 bcd_loop:
+0x7f08 027845 div pdata ,10 
+0x7f09 027846 call wait_div_end 
+0x7f0a 027847 remainder pdata 
+0x7f0b 027848 or_into 0x30 ,pdata 
+0x7f0c 027849 istore 1 ,contw 
+0x7f0d 027850 increase -2 ,contw 
+0x7f0e 027851 quotient pdata 
+0x7f0f 027852 rtn blank 
+0x7f10 027853 branch bcd_loop 
+:      027858 bcd:
+0x7f11 027859 store 8 ,mem_pdatatemp 
+0x7f12 027860 force 0 ,pdata 
+0x7f13 027861 store 8 ,mem_bcd 
+0x7f14 027862 arg mem_bcd ,contw 
+0x7f15 027863 increase 7 ,contw 
+0x7f16 027864 fetch 8 ,mem_pdatatemp 
+0x7f17 027865 force 0 ,rega 
+:      027866 bcd_pack_loop:
+0x7f18 027867 div pdata ,10 
+0x7f19 027868 call wait_div_end 
+0x7f1a 027869 remainder pdata 
+0x7f1b 027870 call bcd_pack 
+0x7f1c 027871 increase 1 ,rega 
+0x7f1d 027872 quotient pdata 
+0x7f1e 027873 sub pdata ,9 ,null 
+0x7f1f 027874 nbranch bcd_pack_loop ,positive 
+0x7f20 027875 call bcd_pack 
+0x7f21 027876 isolate1 0 ,rega 
+0x7f22 027877 rtn true 
+0x7f23 027878 istore 1 ,contw 
+0x7f24 027879 rtn 
+:      027887 string_compare:
+0x7f25 027888 ifetch 1 ,rega 
+0x7f26 027889 ifetcht 1 ,regb 
+0x7f27 027890 isub temp ,null 
+0x7f28 027891 nrtn zero 
+0x7f29 027892 increase 1 ,rega 
+0x7f2a 027893 increase 1 ,regb 
+0x7f2b 027894 loop string_compare 
+0x7f2c 027895 force 0 ,null 
+0x7f2d 027896 rtn 
+:      027899 ceiling:
+0x7f2e 027900 isub temp ,null 
+0x7f2f 027901 nrtn positive 
+0x7f30 027902 deposit temp 
+0x7f31 027903 rtn 
+:      027905 swap:
+0x7f32 027906 iadd temp ,pdata 
+0x7f33 027907 isub temp ,temp 
+0x7f34 027908 isub temp ,pdata 
+0x7f35 027909 rtn 
+:      027911 clean_mem:
+0x7f36 027912 arg 0x200 ,loopcnt 
+0x7f37 027913 arg 0x4000 ,contw 
+0x7f38 027914 branch memset0 
+:      027916 slave_savelist:
+0x7f39 027917 fetch 5 ,mem_sync_clke 
+0x7f3a 027918 store 5 ,mem_pdatatemp 
+0x7f3b 027919 fetch 2 ,mem_clks_per_lpo 
+0x7f3c 027920 istore 2 ,contw 
+0x7f3d 027921 setarg 0 
+0x7f3e 027922 setflag match ,7 ,pdata 
+0x7f3f 027923 setflag wake ,6 ,pdata 
+0x7f40 027924 setflag sync ,5 ,pdata 
+0x7f41 027925 setflag attempt ,4 ,pdata 
+0x7f42 027926 istore 1 ,contw 
+0x7f43 027927 branch savelist_2 
+:      027930 le_savelist:
+0x7f44 027931 fetch 5 ,mem_sync_clke 
+0x7f45 027932 store 5 ,mem_pdatatemp 
+0x7f46 027933 fetch 1 ,mem_le_ch_mapped 
+0x7f47 027934 istore 1 ,contw 
+0x7f48 027935 fetch 2 ,mem_le_event_count 
+0x7f49 027936 arg 0x0fff ,contr 
+0x7f4a 027937 iand contr ,pdata 
+0x7f4b 027938 setflag match ,15 ,pdata 
+0x7f4c 027939 setflag wake ,14 ,pdata 
+0x7f4d 027940 setflag sync ,13 ,pdata 
+0x7f4e 027941 setflag attempt ,12 ,pdata 
+0x7f4f 027942 istore 2 ,contw 
+0x7f50 027943 branch savelist_2 
+:      027944 savelist:
+0x7f51 027945 store 8 ,mem_pdatatemp 
+:      027946 savelist_2:
+0x7f52 027947 fetch 1 ,mem_seqi 
+0x7f53 027948 rtneq 0x7f 
+0x7f54 027949 and_into 0x7f ,pdata 
+0x7f55 027950 lshift3 pdata ,pdata 
+0x7f56 027951 arg mem_savelist ,contw 
+0x7f57 027952 iadd contw ,contw 
+0x7f58 027953 fetch 8 ,mem_pdatatemp 
+0x7f59 027954 istore 8 ,contw 
+0x7f5a 027955 fetch 1 ,mem_seqi 
+0x7f5b 027956 isolate1 7 ,pdata 
+0x7f5c 027957 increase 1 ,pdata 
+0x7f5d 027958 and_into 0x7f ,pdata 
+0x7f5e 027959 setflag true ,7 ,pdata 
+0x7f5f 027960 store 1 ,mem_seqi 
+0x7f60 027961 fetch 8 ,mem_pdatatemp 
+0x7f61 027962 rtn 
+:      027964 dirty_mem:
+0x7f62 027965 arg 0x800 ,loopcnt 
+0x7f63 027966 arg 0 ,contw 
+0x7f64 027967 setarg 0x01010101 
+0x7f65 027968 branch memset8 
+:      027971 callback_func:
+0x7f66 027972 rtn blank 
+0x7f67 027973 copy pdata ,pc 
+:      027976 wait_uarttx:
+0x7f68 027977 hfetch 2 ,core_uart_txitems 
+0x7f69 027978 nbranch wait_uarttx ,blank 
+0x7f6a 027979 rtn 
+:      027981 get_uart_rrptr:
+0x7f6b 027982 hfetch 2 ,core_uart_rrptr 
+0x7f6c 027983 copy pdata ,contru 
+0x7f6d 027984 rtn 
+:      027986 get_uart_twptr:
+0x7f6e 027987 hfetch 2 ,core_uart_twptr 
+0x7f6f 027988 copy pdata ,contwu 
+0x7f70 027989 rtn 
+:      027991 send_mem_to_uart:
+0x7f71 027992 copy contr ,rega 
+0x7f72 027993 call get_uart_twptr 
+0x7f73 027994 copy rega ,contr 
+:      027995 send_mem_to_uart0:
+0x7f74 027996 call uart_copy_tx_bytes 
+0x7f75 027997 call uartd_send 
+0x7f76 027998 branch wait_uarttx 
+:      028000 ice_break:
+0x7f77 028001 hjam 0x1 ,core_ice_ctrl 
+0x7f78 028002 rtn 
+:      028004 ice_setbp:
+0x7f79 028005 hstore 2 ,core_ice_break0 
+0x7f7a 028006 hfetch 1 ,core_ice_ctrl 
+0x7f7b 028007 set1 4 ,pdata 
+0x7f7c 028008 hstore 1 ,core_ice_ctrl 
+0x7f7d 028009 rtn 
+:      028010 ice_setbp2:
+0x7f7e 028011 hstore 2 ,core_ice_break1 
+0x7f7f 028012 hfetch 1 ,core_ice_ctrl 
+0x7f80 028013 set1 6 ,pdata 
+0x7f81 028014 hstore 1 ,core_ice_ctrl 
+0x7f82 028015 rtn 
+:      028017 ice_set_write_bp:
+0x7f83 028018 hstore 2 ,core_ice_break0 
+0x7f84 028019 hjam 0x30 ,core_ice_ctrl 
+0x7f85 028020 rtn 
+:      028022 test_no_white:
+0x7f86 028023 hfetch 1 ,core_config 
+0x7f87 028024 set1 whiteoff_bit ,pdata 
+0x7f88 028025 hstore 1 ,core_config 
+0x7f89 028026 rtn 
+:      028028 test_enable_white:
+0x7f8a 028029 hfetch 1 ,core_config 
+0x7f8b 028030 set0 whiteoff_bit ,pdata 
+0x7f8c 028031 hstore 1 ,core_config 
+0x7f8d 028032 rtn 
+:      028034 check_uart_tx_buff:
+0x7f8e 028035 hfetch 2 ,core_uart_txitems 
+0x7f8f 028036 arg uart_air_control_threshold ,temp 
+:      028037 pdata_sub_temp:
+0x7f90 028038 isub temp ,null 
+0x7f91 028039 rtn 
+:      028045 fifo_in:
+0x7f92 028046 set1 mark_ext_patch ,mark 
+0x7f93 028047 bpatch patch37_5 ,mem_patch37 
+0x7f94 028048 ifetcht util_fifo_len ,rega 
+0x7f95 028049 and temp ,0xff ,pdata 
+0x7f96 028050 nbranch fifo_in_push ,blank 
+0x7f97 028051 rshift8 temp ,pdata 
+0x7f98 028052 istore util_fifo_len ,rega 
+:      028053 fifo_in_push:
+0x7f99 028054 increase util_fifo_len + util_fifo_offset ,rega 
+0x7f9a 028055 ifetch 1 ,rega 
+0x7f9b 028056 nbranch assert ,blank 
+0x7f9c 028057 fetch 1 ,mem_fifo_temp 
+0x7f9d 028058 istore 1 ,rega 
+0x7f9e 028059 rtn 
+:      028064 fifo_out:
+0x7f9f 028065 set1 mark_ext_patch ,mark 
+0x7fa0 028066 bpatch patch37_6 ,mem_patch37 
+0x7fa1 028067 arg util_fifo_len ,loopcnt 
+0x7fa2 028068 ifetch util_fifo_len ,rega 
+0x7fa3 028069 rtn blank 
+:      028070 fifo_out_loop:
+0x7fa4 028071 ifetch 1 ,rega 
+0x7fa5 028072 nbranch fifo_out_end ,blank 
+0x7fa6 028073 increase 1 ,rega 
+0x7fa7 028074 loop fifo_out_loop 
+0x7fa8 028075 branch assert 
+:      028076 fifo_out_end:
+0x7fa9 028077 arg 0 ,temp 
+0x7faa 028078 istoret 1 ,rega 
+0x7fab 028079 rtn 
+:      028084 fifo_is_empty:
+0x7fac 028085 ifetch util_fifo_len ,rega 
+0x7fad 028086 rtn 
+:      028091 fifo_is_full:
+0x7fae 028092 ifetch 1 ,rega 
+0x7faf 028093 rtn 
+:      028096 fifo_is_near_full:
+0x7fb0 028097 ifetch 2 ,rega 
+0x7fb1 028098 rtn 
+:      028102 fifo_content_count:
+0x7fb2 028103 arg 0 ,temp 
+:      028104 fifo_content_count_loop:
+0x7fb3 028105 fetch 1 ,contr 
+0x7fb4 028106 loop fifo_content_count_loop ,blank 
+0x7fb5 028107 increase 1 ,temp 
+0x7fb6 028108 loop fifo_content_count_loop 
+0x7fb7 028109 copy temp ,pdata 
+0x7fb8 028110 rtn 
+:      028112 not_greater_than:
+0x7fb9 028113 isub temp ,null 
+0x7fba 028114 nrtn positive 
+0x7fbb 028115 copy temp ,pdata 
+0x7fbc 028116 rtn 
Index: btkb/output/bt_program23.meta
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/output/bt_program23.meta	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/output/bt_program23.meta	(working copy)
@@ -83,8 +83,6 @@
 p_soft_reset: 
 	hfetch 1,0x813b
 	store 1,mem_wakup_from_power_flag
-	setarg 0x010620			// version data 2020 06 01
-	store 3,mem_version_yy_mm_dd
 	hjam lock_otp,core_misc_ctrl
 	branch soft_reset+2
 
Index: btkb/output/bt_program23.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/output/bt_program23.rom	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/output/bt_program23.rom	(working copy)
@@ -1,46 +1,44 @@
 11000101000100101000000000010000
 11000000000000000000000000100111
-11000000000000010000000000101101
-11000000000000011000000000110101
-11000000000000101000000000111110
-11000000010010000000000110000111
-11000000010010010000000101011010
-11000000010010100000000101100000
-11000000010010101000000101001010
-11000000010110000000001000101100
-11000000010110001000000100001110
-11000000010110010000000100100010
-11000000010110011000000100111100
-11000000010110110000000101000101
-11000000010111001000000100010110
+11000000000000010000000000101011
+11000000000000011000000000110011
+11000000000000101000000000111100
+11000000010010000000000110000101
+11000000010010010000000101011000
+11000000010010100000000101011110
+11000000010010101000000101001000
+11000000010110000000001000101010
+11000000010110001000000100001100
+11000000010110010000000100100000
+11000000010110011000000100111010
+11000000010110110000000101000011
+11000000010111001000000100010100
 00100000001000000011101111110001
-11000000000110010000001000111000
+11000000000110010000001000110110
 11000000000111011101001110110000
-11000000000111110000000111111010
-11000000000111111000000111111110
-11000000001001010000001010000001
-11000000001001011000001000110001
-11000000001001100000001000111011
-11000000001001110000001001000001
-11000000001010110000001001001000
-11000000001100011000001001010000
-11000000001100100000001001110101
-11000000001100101000001010100110
-11000000001101001000010000000011
-11000000001101011000001111101100
-11000000001101110000010000001010
-11000000001101111000001010001100
-11000000010000111000000011101001
-11000000010001101000001000001100
-11000000010001111000001000000010
-11000000011001101000000110010001
-11000000011001111000000011110100
-11000000011010000000000011111110
+11000000000111110000000111111000
+11000000000111111000000111111100
+11000000001001010000001001111111
+11000000001001011000001000101111
+11000000001001100000001000111001
+11000000001001110000001000111111
+11000000001010110000001001000110
+11000000001100011000001001001110
+11000000001100100000001001110011
+11000000001100101000001010100100
+11000000001101001000010000000001
+11000000001101011000001111101010
+11000000001101110000010000001000
+11000000001101111000001010001010
+11000000010000111000000011100111
+11000000010001101000001000001010
+11000000010001111000001000000000
+11000000011001101000000110001111
+11000000011001111000000011110010
+11000000011010000000000011111100
 00100000001000000011101111110001
 01101000000100001000000100111011
 01100000000000001000101110000001
-01011000000000010000011000100000
-01100000000000011100110101001100
 01110000100000000000011000001000
 00100000001000000011000000000011
 00100000010000000111011100011001
@@ -49,11 +47,11 @@
 01101000000000001100011111011100
 00100000001110100011000000010011
 01101000000000001100011110010011
-00100000001110100000000000101111
+00100000001110100000000000101101
 00100000001000000011000000010011
-00100000010000000000000010000100
-00100000010000000000000001000010
-00100000010000000000000000111001
+00100000010000000000000010000010
+00100000010000000000000001000000
+00100000010000000000000000110111
 00100000001000000011000000010101
 01101000000010010100011111110100
 01101000000000001100001111011000
@@ -65,34 +63,34 @@
 00100000010000000011000000100100
 00100000001000000011000000100010
 01101000000000001100011111011100
-00100000001110100000000001000110
+00100000001110100000000001000100
 01101000000000001100011110010011
 00100000011110100000000000000000
-00100000010000000000000011100100
+00100000010000000000000011100010
 00100000011101000000000000000000
 00011111111100001111111000000000
 00011111111000100000110000000000
-00100000010000000000000011000101
+00100000010000000000000011000011
 01100000000000001100101110100111
-11000000000000001000000001011001
+11000000000000001000000001010111
 00011111111000100000010000000000
 00011000110000100010001000000000
 01101000000000001100000001000000
-11000011000000000000000001010110
+11000011000000000000000001010100
 00011010001000100000110000000000
 11000110100001001000000000000000
 00011000010000100111111000000000
-11000000000000101000000001100011
+11000000000000101000000001100001
 00100000001000000011101111110001
 00011010001000100000110000000000
 11011000101000000000000011111000
-00100000001000000000000010111101
-00100000010000000000000011000101
-00100000010000000000000011000101
+00100000001000000000000010111011
+00100000010000000000000011000011
+00100000010000000000000011000011
 01100000000000001000101101111101
-00100000010000000000000001011110
+00100000010000000000000001011100
 00100000001000000111110000110011
-00100000010000000000000011001000
+00100000010000000000000011000110
 00011000110000100000010000000000
 00011000010100001000010000000000
 01100000000010010100101110011010
@@ -106,30 +104,30 @@
 11011000101000000100101110101101
 10011000101000001000101000000000
 00011010001000100000110000000000
-00100000010000000000000011000101
+00100000010000000000000011000011
 00011000110000100010001000000000
 00011111111000001111111111111111
 00011111111000100111001000000000
 00011111111000001111111000000111
 01100000000000001100110010000010
 00011010001000100000110000000000
-00100000010000000000000011000101
+00100000010000000000000011000011
 00011000110000100010001000000000
-11000000000000001000000001111000
-11000000000000010000000010000000
-11000000000000011000000010000010
+11000000000000001000000001110110
+11000000000000010000000001111110
+11000000000000011000000010000000
 01101000000000010100110010111000
 11100000101000010000000000000000
 00011010001000100000110000000000
-00100000010000000000000010111111
+00100000010000000000000010111101
 00100000010000000101011000011110
 00100100011110100000000000000000
 01110000000010110111110100011011
 00100000001000000101011000100000
 01101000000000010100110010111010
-00100000001000000000000001111001
+00100000001000000000000001110111
 01101000000000010100110010111100
-00100000001000000000000001111001
+00100000001000000000000001110111
 01101000000010100100110001011001
 00011100010000100111111000000000
 10011000010001100111111000000000
@@ -149,18 +147,18 @@
 00011111111000010111111000000011
 11000001100000000000000000000000
 01101000000000001100110010001111
-11000010100000000000000010100001
-11000010100000001000000010100011
+11000010100000000000000010011111
+11000010100000001000000010100001
 11011010001000000000000000000000
-00100000010000000000000010110100
+00100000010000000000000010110010
 01110000100010010111000110001111
 01101000000000001100110010010000
 01100000000100001000100101110011
-00100000010000000000000010100100
+00100000010000000000000010100010
 11011010001000000000000000000001
-00100000001000000000000010110100
+00100000001000000000000010110010
 01110000100010010111000110111111
-00100000001000000000000010100100
+00100000001000000000000010100010
 01110000100010010111000110101111
 01101000000100001000000001010011
 01111001001000000111111000000111
@@ -183,19 +181,19 @@
 10011000010001100000010000000000
 00011010001000100111111000000000
 01111001001000000000010000000111
-00100100001110100000000010111011
+00100100001110100000000010111001
 01111001001111111000010000000111
 11011000101000001000000001111000
 00100000001000000110100111110100
-00100000010000000000000011000101
+00100000010000000000000011000011
 00011111111000100111001000000000
-00100000010000000000000011000001
-00100000001000000000000001011110
-00100000010000000000000011000101
+00100000010000000000000010111111
+00100000001000000000000001011100
+00100000010000000000000011000011
 11100000101000001000000000000000
-11000010000000000000000011000001
+11000010000000000000000010111111
 00100000011000000000000000000000
-00100000010000000000000011001000
+00100000010000000000000011000110
 11101000110000001000000000000000
 00100000011000000000000000000000
 01011000000000000100101100110110
@@ -212,8 +210,8 @@
 00011010001000100000110000000000
 11101000110000001000000000000000
 11100000101000001000000000000000
-00100000010000000000000011011100
-11000010000000000000000011010100
+00100000010000000000000011011010
+11000010000000000000000011010010
 00011000101000100111111000000000
 00011111111100001111111000000000
 01100000000000010100101110100000
@@ -225,7 +223,7 @@
 00100000011000000000000000000000
 01101000000000010100101110011110
 01101000000010010100101110100000
-00100000001000000000000011100110
+00100000001000000000000011100100
 01101000000000010100101110011010
 01101000000010010100101110011100
 10011000010001100111110000000000
@@ -236,7 +234,7 @@
 01101000000010001100011111101111
 01101000000000001100110101001011
 10011000010001100111110000000000
-00100100010000010000000011110000
+00100100010000010000000011101110
 00100000001000000111110000000110
 01101000000010100100110101001000
 01100000000010100100011111101100
@@ -246,11 +244,11 @@
 00100000010000000111111110011111
 00100000011110100000000000000000
 00011111111000100010011000000000
-00100000010000000000000011111010
+00100000010000000000000011111000
 00100000001000000011111010100101
 11000001000011000000000000000000
-11000000000010100000010000011011
-11000000000010101000010000100001
+11000000000010100000010000011001
+11000000000010101000010000011111
 00100000001000000011111001111101
 01100000000010001000001001011001
 01101000000000001100110010001101
@@ -260,14 +258,14 @@
 00100000011110100000000000000000
 00011111111000001111111111111111
 01100000000000001000001001011001
-00100000001000000000000100000010
+00100000001000000000000100000000
 00011010011000100111111000000000
 00011111111000010111111011110000
 11000001001010000000000000000000
 00011010011000100111111000000000
 00100000011110100000000000000000
 01100000000000001100101110100100
-00100000001000000000000011001101
+00100000001000000000000011001011
 01110000010000010110111001111111
 00100000010000000011110011110011
 01101000000000001100110010010111
@@ -306,32 +304,32 @@
 01101000000000001100011110010011
 00100000011110100000000000000000
 00100000001000000011110100100101
-00100000010000000000000011100100
+00100000010000000000000011100010
 00100100011101000000000000000000
-00100000010000000000000011100001
+00100000010000000000000011011111
 00100100011101000000000000000000
 01110000000010110111111100000001
 01110000000010110111111000000001
-00100000010000000000000101000001
-00100000001000000000000011100100
-00100000010000000000000100110100
+00100000010000000000000100111111
+00100000001000000000000011100010
+00100000010000000000000100110010
 00100100011101000000000000000000
 01101000000000001000101101111111
 00100100011110100000000000000000
 00100000001000000011110100101101
 01101000000000001000101101111110
 00100000000000000000000000001010
-11000000100000000000000101000001
+11000000100000000000000100111111
 00100000011000000000000000000000
-00100000010000000000000100110100
+00100000010000000000000100110010
 00100100011101000000000000000000
 01101000000000001000101101111111
 00100100011110100000000000000000
 00100000001000000011110101001111
-00100000010000000000000101001100
+00100000010000000000000101001010
 00100000001000000011101010101111
 01101000000000001100001000011001
-00100100001110100000000101010010
+00100100001110100000000101010000
 00100000010000000011110110010001
 00100000000000000111010100110000
 00100000000000000111010100110000
@@ -350,7 +348,7 @@
 01100000000010001000000000010111
 00011000010000001010001000000000
 00100000001000000011101010110110
-00100000010000000000000101011101
+00100000010000000000000101011011
 01011000000000000000010100000000
 00100000010000000011101111110011
 01110000100010010000011000000001
@@ -369,7 +367,7 @@
 11101000110000101000000000000000
 11100000101000101000000000000000
 01110000100010010101011011011111
-00100000010000000000000101110110
+00100000010000000000000101110100
 01110000100010010101010111011111
 00100000011000000000000000000000
 00100000000000000000000000000100
@@ -390,7 +388,7 @@
 01110000100010010101011011000000
 00100000011000000000000000000000
 00100000001100001011101001101111
-00100000010000000000000101111110
+00100000010000000000000101111100
 00100000001000000011101001101111
 01111000001101000111110000000000
 01101000000100100000000100111000
@@ -402,15 +400,15 @@
 01110000000010110111111000000000
 01110000000000010111011100000110
 00100000010000000011111110100100
-01011000000000000000000110010000
+01011000000000000000000110001110
 01100000000000010100001010001010
-01011000000000000000000100000111
+01011000000000000000000100000101
 01100000000000010100001010010010
-01011000000000000000001000000001
+01011000000000000000000111111111
 01100000000000010100001010010000
-01011000000000000000000001000010
+01011000000000000000000001000000
 01100000000000010100001010001100
-01011000000000000000000110001010
+01011000000000000000000110001000
 01100000000000010100001010001000
 01011000000000000100101010100000
 00011111111100001111111000000000
@@ -422,31 +420,31 @@
 01100000000000010100101110011110
 01100000000000010100101110100000
 01101000000000001100110010010111
-11000000001011010000000110111111
-00100000001101011000000110111101
+11000000001011010000000110111101
+00100000001101011000000110111011
 01101000000000010100110010010001
 00011111111100001111111000000000
 01100000000000010100110010010001
 01101000000000010100110010010011
 00011111111100001111111000000000
 01100000000000010100110010010011
-00100000010000000000000111001010
+00100000010000000000000111001000
 01101000000001000000001010100000
-00100100001110100000000110110111
+00100100001110100000000110110101
 01101000000000010100101011010100
 00011111111100001111111000000000
-00100000001110100000000110110111
+00100000001110100000000110110101
 01100000000000010100110010010011
-00100000010000000000010000101000
+00100000010000000000010000100110
 01110000010010111010010000101111
-00100000010000000000000011001101
+00100000010000000000000011001011
 01110000010011001001011100000000
 01110000100000101000000000000011
 00100000011000000000000000000000
 01110000010010111010010000110000
-00100000001000000000000110111001
+00100000001000000000000110110111
 00011100111000100111111000000000
-00100000001110100000001000000100
+00100000001110100000001000000010
 00100000010000000101101101100011
 00100000010000000100110110011001
 01011000000000000000000000000000
@@ -455,7 +453,7 @@
 00011100010000100111111000000000
 01100000000000100100110001011001
 01110000010010111010010000110011
-00100000001000000000000110111001
+00100000001000000000000110110111
 00100000010000000110100010001010
 01011000000000000000011111100010
 11011010001000000000001010100000
@@ -465,8 +463,8 @@
 01101000000001000000001010100000
 00100000011110100000000000000000
 01101000000000001100110010001111
-11000010100000000000000111011100
-11000010100000001000000111101010
+11000010100000000000000111011010
+11000010100000001000000111101000
 01101000000000010000001010100000
 00011111111100001111111000000000
 01100000000000010100110010010001
@@ -513,7 +511,7 @@
 00100000001000000101001111011001
 00100000011000000000000000000000
 01110000000010110111111000000011
-00100000010000000000000101000001
+00100000010000000000000100111111
 01110000010011001001011101011010
 00100000010000000011110110111000
 01101000000100100000000100111000
@@ -529,10 +527,10 @@
 00100000010000000111110000100100
 00011000010000100111111000000000
 00100000011110100000000000000000
-11000000000001101000001000011011
-11000000000101011000001000100011
-11000000000101010000001000100101
-11000000000010001000001000011001
+11000000000001101000001000011001
+11000000000101011000001000100001
+11000000000101010000001000100011
+11000000000010001000001000010111
 11000000000010010111110010000101
 00100000001000000111110001011010
 01110000000010110111110100100010
@@ -570,15 +568,15 @@
 01110000010001000011111100000000
 00100000001000000101001101001110
 00100000010000000101001111011101
-00100000010000000000001000111110
+00100000010000000000001000111100
 00100000001000000101010011000001
-00100000001101101000000101100011
+00100000001101101000000101100001
 00100000010000000101001111101110
 00100000001000000011101010010001
 01101000000000001100110001100000
 01100000000000100100011011111001
 01101000000000001100010011011011
-11000000000000001000001001000110
+11000000000000001000001001000100
 00100000001000000101010011100000
 01110000010001001101101100000000
 00100000001000000101010011101111
@@ -591,11 +589,11 @@
 01110000010000010011000100000001
 00100000001000000101010101111110
 01101000000000001100010001000000
-11000000000000111000001001101010
-11000000000001111000001001101110
-11000000000000110000001001011100
-11000000000000010000001001011001
-11000000000010011000001001010111
+11000000000000111000001001101000
+11000000000001111000001001101100
+11000000000000110000001001011010
+11000000000000010000001001010111
+11000000000010011000001001010101
 00100000001000000101011000111010
 00011000000000000000010000000001
 00100000001000000101100010010010
@@ -609,9 +607,9 @@
 01110000000010110111110100110100
 00100000010000000111110000100111
 01101000000000001100110001101001
-11000000000000010000001001100110
+11000000000000010000001001100100
 01110000010000010011000100000001
-00100000001000000000001001101000
+00100000001000000000001001100110
 01110000000010110111110101000110
 00100000010000000101011000100000
 00011000000000000000010000000001
@@ -629,7 +627,7 @@
 00100000001000000101100010001010
 01101000000000001100010001000100
 11000000000001001101011100011001
-11000000000000010000001001111010
+11000000000000010000001001111000
 11000000000000111101011100001101
 00100000001000000101011001010110
 01011001000000000000001100000010
@@ -652,24 +650,24 @@
 00100000001000000101010010101111
 11101000110000011000000000000000
 01100000000000011000001111111001
-11000000001010010000001010010010
-11000000000000010000001010100100
-11000000000010010000001010011000
+11000000001010010000001010010000
+11000000000000010000001010100010
+11000000000010010000001010010110
 00100000001000000101100100000111
 01110000010011010011100000000001
 01101000000000010000001111111010
-11000000000011111000001010010110
+11000000000011111000001010010100
 00100000001000000101100111101101
 11011000110000000000001101001001
-00100000001000000000001000101110
+00100000001000000000001000101100
 01101000000000010000001111111010
 00011111111001100111110000011111
-00100000010000101000001010010110
+00100000010000101000001010010100
 01101000000000010000001111111010
 01101000000010010100110010111100
 00011000010000001000010000000001
 10011000010001100111110000000000
-00100000001000101000001010100001
+00100000001000101000001010011111
 00100000001000000101100111001010
 01110000000010110111110100110100
 00100000010000000111110000100111
@@ -677,19 +675,19 @@
 01110000000010110111110100000011
 00100000001000000101011000100000
 01101000000000001100010001000100
-11000000000011011000001111011110
-11000000000011101000001111011110
-11000000000010001000001101110010
-11000000000001001000001100100100
-11000000000000101000001100010010
-11000000000000111000001011000110
+11000000000011011000001111011100
+11000000000011101000001111011100
+11000000000010001000001101110000
+11000000000001001000001100100010
+11000000000000101000001100010000
+11000000000000111000001011000100
 11000000000010011101100001011100
-11000000000000011000001010110111
-11000000000001011000001010111010
-11000000000001101000001010110010
+11000000000000011000001010110101
+11000000000001011000001010111000
+11000000000001101000001010110000
 00100000001000000101011001100110
 01101000000000010000001111111010
-11000000000000111000001010110101
+11000000000000111000001010110011
 00100000001000000101011111010110
 01110000000000111111110000000111
 00100000001000000101011100101001
@@ -697,7 +695,7 @@
 11100000101000010000000000000000
 00100000001000000101100010001010
 01101000000000010000001111111010
-11000000000001110000001010111101
+11000000000001110000001010111011
 00100000001000000101011111000110
 01101000000000001100110001101001
 11000000100000000101011111000110
@@ -713,16 +711,16 @@
 01101000000010010100010011000000
 01011000000000000001100000010010
 10011000010001100111110000000000
-00100000001000101000001011011111
+00100000001000101000001011011101
 01011000000000000001100000001111
 10011000010001100111110000000000
-00100000001000101000001011100001
+00100000001000101000001011011111
 01011000000000000001100000001010
 10011000010001100111110000000000
-00100000001000101000001011100101
+00100000001000101000001011100011
 01011000000000000001100000000001
 10011000010001100111110000000000
-00100000001000101000001011100011
+00100000001000101000001011100001
 00100000001000000101011101010100
 01101000000000001100110001111111
 11011000010000000000000000000000
@@ -732,21 +730,21 @@
 01101000000000001100110001111111
 11111001001000000111111000000000
 01100000000000001100110001111111
-00100000001000000000001011100111
+00100000001000000000001011100101
 11011000111000000000000000000000
-00100000001000000000001011010110
+00100000001000000000001011010100
 11011000111000000000000000000001
-00100000001000000000001011010110
+00100000001000000000001011010100
 11011000111000000000000000000011
-00100000001000000000001011010110
+00100000001000000000001011010100
 11011000111000000000000000000010
-00100000001000000000001011010110
+00100000001000000000001011010100
 01101000000000010100010011000000
 00011111111000100010001000000000
 01101000000010010100010011000100
 00011000010000100010010000000000
-00100000010000000000001011101110
-00100000001000101000001011111001
+00100000010000000000001011101100
+00100000001000101000001011110111
 00100000001000000101011100101000
 11011000110000000100010100000100
 11101000110000010000000000000000
@@ -758,11 +756,11 @@
 00011000110000001000110111111101
 11101000110000001000000000000000
 10011000110000001000110000000000
-00100000001000000000001011101111
+00100000001000000000001011101101
 00011000110000001000110111111001
 11101000110000010000000000000000
 01100000000000010100110001100001
-00100000010000000000001100000111
+00100000010000000000001100000101
 00100000001110100101011100101000
 00011000110000001000110111111100
 11101000110000010000000000000000
@@ -783,14 +781,14 @@
 00100000011000101000000000000000
 11101000110000001000000000000000
 10011000110000001000110000000000
-00100000001000000000001100001010
+00100000001000000000001100001000
 11011001011000000000000000000011
 00011000000000000111111000000001
 01100000000000001100010001000101
 00100000010000000101101001110100
 00100000010000000101101001111101
 00100000001110100101011101000110
-00100100001000010000001100100010
+00100100001000010000001100100000
 01111000010101000111110000000000
 11100000101000010000000000000000
 11101000110000010000000000000000
@@ -799,54 +797,54 @@
 00100000001000101101011101000110
 11101000110000001000000000000000
 10011000110000001000110000000000
-00100000001000000000001100010110
+00100000001000000000001100010100
 00011000110000001000110000000010
-00100000001000000000001100011111
+00100000001000000000001100011101
 01101000000010010100010011000000
 01011000000000000010101000000000
 10011000010001100111110000000000
-00100000001000101000001101100100
+00100000001000101000001101100010
 01011000000000000010101001010000
 10011000010001100111110000000000
-00100000001000101000001101101111
+00100000001000101000001101101101
 01011000000000000010100000000011
 10011000010001100111110000000000
 00100100001000101101011100101000
 01101000000000010100010010111100
 01100000000000010000001010100000
 01111000001101000111110000000000
-00100000010000000000001110110110
-00100100001000010000001101000000
+00100000010000000000001110110100
+00100100001000010000001100111110
 01101000000010010000001010100000
-00100000010000000000001110111110
-11000000000000001000001101000000
-00100000010000000000001110111010
-00100100001000101000001100111110
+00100000010000000000001110111100
+11000000000000001000001100111110
+00100000010000000000001110111000
+00100100001000101000001100111100
 01111000010101000111110000000000
-00100000010000000000001101000010
-00100000010000000000001110100100
-00100000010000000000001110111110
-00100000010000000000001101001010
-00100000001000000000001101000000
-00100000010000000000001110100100
-00100000001000000000001100110001
+00100000010000000000001101000000
+00100000010000000000001110100010
+00100000010000000000001110111100
+00100000010000000000001101001000
+00100000001000000000001100111110
+00100000010000000000001110100010
+00100000001000000000001100101111
 00100000001101000101011100101000
-00100000001000000000001111011100
+00100000001000000000001111011010
 01101000000000010000001010100000
 01100000000000010100010001000110
 01101000000000001100110001100111
 00011111111000100111001000000000
-00100000010000000000001111010011
+00100000010000000000001111010001
 11011000101000000100010001001000
 00100000010000000111111001000101
-00100000001000000000001111010110
+00100000001000000000001111010100
 01101000000010010100110001100101
 00011000010011001111111000000000
-11000000100000101000001101011100
-00100000010000000000001111010000
+11000000100000101000001101011010
+00100000010000000000001111001110
 01101000000000010000001010100000
 11100000101000010000000000000000
-00100000010000000000001111010110
+00100000010000000000001111010100
 01011000000000000100010100000100
 10011000010000001000110000000000
 11101000110000001000000000000000
@@ -854,16 +852,16 @@
 00011111111000100111001000000000
 00011111111000001111111000000101
 01100000000000001100010001000101
-00100000010000000000001111010000
+00100000010000000000001111001110
 00011000010000100000110000000000
 00100000010000000111111001000101
-00100000001000000000001111010110
-00100000010000000000001111010000
+00100000001000000000001111010100
+00100000010000000000001111001110
 01101000000000010000001010100000
 11100000101000010000000000000000
 01101000000000010100110001100101
 11100000101000010000000000000000
-00100000010000000000001111010110
+00100000010000000000001111010100
 01110000010001000100010100000111
 00100000011000000000000000000000
 00100000010000000101101100001000
@@ -879,57 +877,57 @@
 00100000001000000101100010001010
 11011000010000000010101001010000
 00100000010000000101101100001100
-00100000001000000000001101100101
+00100000001000000000001101100011
 11011001011000000000000000000010
 01101000000000010100010010111100
 01100000000000010000001010100000
 01110000000011010101110000000000
 01111000001101000111110000000000
-00100000010000000000001110110110
-00100100001000010000001110011010
+00100000010000000000001110110100
+00100100001000010000001110011000
 01101000000010010000001010100000
-00100000010000000000001110111110
-11000000000000001000001110011101
-00100000010000000000001110111010
-00100100001000101000001110010110
+00100000010000000000001110111100
+11000000000000001000001110011011
+00100000010000000000001110111000
+00100100001000101000001110010100
 01101000000000001000110101011100
-11000000000000001000001110011101
-00100100001101000000001110000111
+11000000000000001000001110011011
+00100100001101000000001110000101
 01111000010101000111110000000000
 01101000000000001100110001100111
 00011111111000001111111000000100
 01100000000000001100010001000101
-00100000010000000000001111010110
-00100000001000000000001110010001
+00100000010000000000001111010100
+00100000001000000000001110001111
 01101000000000001100110001100111
 00011111111001100111110000010000
-00100000001000101000001110011101
+00100000001000101000001110011011
 01101000000000001100010001000101
 00011111111001100111110000010000
-00100000001000101000001110011101
+00100000001000101000001110011011
 01101000000000010000001010100000
 00011111111000001111111111111111
 01100000000000010000110101011010
-00100000010000000000001110101101
+00100000010000000000001110101011
 01101000000000010000001010100000
 01100000000000010000110101011000
-00100000010000000000001110101000
+00100000010000000000001110100110
 00011001011000001001011111111111
-00100000001000101000001110011000
-00100000010000000000001110100100
-00100000001000000000001101110111
+00100000001000101000001110010110
+00100000010000000000001110100010
+00100000001000000000001101110101
 01110000000011010101110000000001
-00100000001000000000001110010110
+00100000001000000000001110010100
 01101000000000010000001010100000
 01100000000000010000110101011010
-00100000001000000000001110100001
+00100000001000000000001110011111
 01101000000000010000001010100000
 00011111111000001111111111111111
 01100000000000010000110101011010
-00100000001000000000001110100001
+00100000001000000000001110011111
 00100000001101000101011100101000
-00100000010000000000001110101101
-00100000001000000000001111011100
+00100000010000000000001110101011
+00100000001000000000001111011010
 01101000000010010000001010100000
 00011000010000001000010000000001
 01100000000010010000001010100000
@@ -937,9 +935,9 @@
 01101000000000001100110001100111
 01100000000000001000000100000011
 00011111111000100111001000000000
-00100000010000000000001111010011
+00100000010000000000001111010001
 00100000001000000111111001000101
-00100000010000000000001111010000
+00100000010000000000001111001110
 01101000000000010000110101011000
 11100000101000010000000000000000
 01101000000000010000110101011010
@@ -947,7 +945,7 @@
 01101000000000001000000100000011
 00011111111000100111001000000000
 00100000010000000111111001000101
-00100000001000000000001111010110
+00100000001000000000001111010100
 01101000000010010000001010100000
 01101000000000010100010010111110
 10011000010001100111110000000000
@@ -959,19 +957,19 @@
 11011000110000000100010100000100
 00011000010000100010001000000000
 11101000110000010000000000000000
-00100000001110100000001111001001
+00100000001110100000001111000111
 11101000110010010000000000000000
 01100000000010010100110001100101
 10011010001001100111110000000000
-00100000001000101000001111001011
+00100000001000101000001111001001
 11101000110000001000000000000000
 10011000110000001000110000000000
-00100000001000000000001111000000
+00100000001000000000001110111110
 01011000000000000000000000000001
 00100000011000000000000000000000
 11101000110000001000000000000000
 01100000000000001100110001100111
-00100000010000000000001111011001
+00100000010000000000001111010111
 01011000000000000000000000000000
 00100000011000000000000000000000
 01101000000000010000001010111001
@@ -986,7 +984,7 @@
 00011000110000100111111000000000
 01100000000000010000001010110111
 00100000011000000000000000000000
-00100000010000000000001111010000
+00100000010000000000001111001110
 00100000001000000101100010001010
 01101000000000001100101110101011
 00011111111000001000010000000001
@@ -1003,11 +1001,11 @@
 01101000000010001100110010000010
 00100000001000000101100010010010
 00011010011000100111111000000000
-11000000000000011000001111111010
-11000000000001010000001111111110
-11000000000000000000001111110111
-11000000000010010000001111111100
-11000000000000010000010000000000
+11000000000000011000001111111000
+11000000000001010000001111111100
+11000000000000000000001111110101
+11000000000010010000001111111010
+11000000000000010000001111111110
 00011111111001100111110000001101
 00100000001000010101100011000000
 01100000000000001100110001101000
@@ -1027,15 +1025,15 @@
 00100000011000000000000000000000
 01101000000000001100010000111110
 00101000001000000000011000000001
-00100000001000001000010000000111
+00100000001000001000010000000101
 00100000001000000101100010100111
 01101000000000001100010000111111
 00100000011110100000000000000000
 00100000001000000101100010100111
 11101000110000001000000000000000
-11000000000000001000010000010001
-11000000000000100000010000010110
-11000000000001001000010000001111
+11000000000000001000010000001111
+11000000000000100000010000010100
+11000000000001001000010000001101
 00100000001000000101100011111000
 01110000010011000110100100000011
 00100000001000000101100101110100
@@ -1045,7 +1043,7 @@
 01110000000010110111110101000010
 00100000001000000101011000100000
 00100000010000000111010010101000
-00100000001000101000010000011001
+00100000001000101000010000010111
 00100000001000000101100101101000
 01110000010011000110100100000010
 00100000001000000101100101101010
@@ -12286,6 +12284,8 @@
                                 
                                 
                                 
+                                
+                                
 00100000010000000011110001110100
 01111001001111111000000000100101
 01000100100000000100000000000000
Index: btkb/output/eeprom.dat
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/output/eeprom.dat	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/output/eeprom.dat	(working copy)
@@ -2,7 +2,7 @@
 02
 aa
 55
-ae
+a6
 10
 c5
 12
@@ -15,55 +15,55 @@
 c0
 01
 00
-2d
+2b
 c0
 01
 80
-35
+33
 c0
 02
 80
-3e
+3c
 c0
 48
 01
-87
+85
 c0
 49
 01
-5a
+58
 c0
 4a
 01
-60
+5e
 c0
 4a
 81
-4a
+48
 c0
 58
 02
-2c
+2a
 c0
 58
 81
-0e
+0c
 c0
 59
 01
-22
+20
 c0
 59
 81
-3c
+3a
 c0
 5b
 01
-45
+43
 c0
 5c
 81
-16
+14
 20
 20
 3b
@@ -71,7 +71,7 @@
 c0
 19
 02
-38
+36
 c0
 1d
 d3
@@ -79,83 +79,83 @@
 c0
 1f
 01
-fa
+f8
 c0
 1f
 81
-fe
+fc
 c0
 25
 02
-81
+7f
 c0
 25
 82
-31
+2f
 c0
 26
 02
-3b
+39
 c0
 27
 02
-41
+3f
 c0
 2b
 02
-48
+46
 c0
 31
 82
-50
+4e
 c0
 32
 02
-75
+73
 c0
 32
 82
-a6
+a4
 c0
 34
 84
-03
+01
 c0
 35
 83
-ec
+ea
 c0
 37
 04
-0a
+08
 c0
 37
 82
-8c
+8a
 c0
 43
 80
-e9
+e7
 c0
 46
 82
-0c
+0a
 c0
 47
 82
-02
+00
 c0
 66
 81
-91
+8f
 c0
 67
 80
-f4
+f2
 c0
 68
 00
-fe
+fc
 20
 20
 3b
@@ -168,14 +168,6 @@
 00
 8b
 81
-58
-01
-06
-20
-60
-01
-cd
-4c
 70
 80
 06
@@ -211,7 +203,7 @@
 20
 3a
 00
-2f
+2d
 20
 20
 30
@@ -219,15 +211,15 @@
 20
 40
 00
-84
+82
 20
 40
 00
-42
+40
 20
 40
 00
-39
+37
 20
 20
 30
@@ -275,7 +267,7 @@
 20
 3a
 00
-46
+44
 68
 00
 c7
@@ -287,7 +279,7 @@
 20
 40
 00
-e4
+e2
 20
 74
 00
@@ -303,7 +295,7 @@
 20
 40
 00
-c5
+c3
 60
 00
 cb
@@ -311,7 +303,7 @@
 c0
 00
 80
-59
+57
 1f
 e2
 04
@@ -327,7 +319,7 @@
 c3
 00
 00
-56
+54
 1a
 22
 0c
@@ -343,7 +335,7 @@
 c0
 02
 80
-63
+61
 20
 20
 3b
@@ -359,15 +351,15 @@
 20
 20
 00
-bd
+bb
 20
 40
 00
-c5
+c3
 20
 40
 00
-c5
+c3
 60
 00
 8b
@@ -375,7 +367,7 @@
 20
 40
 00
-5e
+5c
 20
 20
 7c
@@ -383,7 +375,7 @@
 20
 40
 00
-c8
+c6
 18
 c2
 04
@@ -439,7 +431,7 @@
 20
 40
 00
-c5
+c3
 18
 c2
 22
@@ -467,7 +459,7 @@
 20
 40
 00
-c5
+c3
 18
 c2
 22
@@ -475,15 +467,15 @@
 c0
 00
 80
-78
+76
 c0
 01
 00
-80
+7e
 c0
 01
 80
-82
+80
 68
 01
 4c
@@ -499,7 +491,7 @@
 20
 40
 00
-bf
+bd
 20
 40
 56
@@ -523,7 +515,7 @@
 20
 20
 00
-79
+77
 68
 01
 4c
@@ -531,7 +523,7 @@
 20
 20
 00
-79
+77
 68
 0a
 4c
@@ -611,11 +603,11 @@
 c2
 80
 00
-a1
+9f
 c2
 80
 80
-a3
+a1
 da
 20
 00
@@ -623,7 +615,7 @@
 20
 40
 00
-b4
+b2
 70
 89
 71
@@ -639,7 +631,7 @@
 20
 40
 00
-a4
+a2
 da
 20
 00
@@ -647,7 +639,7 @@
 20
 20
 00
-b4
+b2
 70
 89
 71
@@ -655,7 +647,7 @@
 20
 20
 00
-a4
+a2
 70
 89
 71
@@ -747,7 +739,7 @@
 24
 3a
 00
-bb
+b9
 79
 3f
 84
@@ -763,7 +755,7 @@
 20
 40
 00
-c5
+c3
 1f
 e2
 72
@@ -771,15 +763,15 @@
 20
 40
 00
-c1
+bf
 20
 20
 00
-5e
+5c
 20
 40
 00
-c5
+c3
 e0
 a0
 80
@@ -787,7 +779,7 @@
 c2
 00
 00
-c1
+bf
 20
 60
 00
@@ -795,7 +787,7 @@
 20
 40
 00
-c8
+c6
 e8
 c0
 80
@@ -863,11 +855,11 @@
 20
 40
 00
-dc
+da
 c2
 00
 00
-d4
+d2
 18
 a2
 7e
@@ -915,7 +907,7 @@
 20
 20
 00
-e6
+e4
 68
 01
 4b
@@ -959,7 +951,7 @@
 24
 41
 00
-f0
+ee
 20
 20
 7c
@@ -999,7 +991,7 @@
 20
 40
 00
-fa
+f8
 20
 20
 3e
@@ -1011,11 +1003,11 @@
 c0
 0a
 04
-1b
+19
 c0
 0a
 84
-21
+1f
 20
 20
 3e
@@ -1055,7 +1047,7 @@
 20
 20
 01
-02
+00
 1a
 62
 7e
@@ -1083,7 +1075,7 @@
 20
 20
 00
-cd
+cb
 70
 41
 6e
@@ -1239,7 +1231,7 @@
 20
 40
 00
-e4
+e2
 24
 74
 00
@@ -1247,7 +1239,7 @@
 20
 40
 00
-e1
+df
 24
 74
 00
@@ -1263,15 +1255,15 @@
 20
 40
 01
-41
+3f
 20
 20
 00
-e4
+e2
 20
 40
 01
-34
+32
 24
 74
 00
@@ -1299,7 +1291,7 @@
 c0
 80
 01
-41
+3f
 20
 60
 00
@@ -1307,7 +1299,7 @@
 20
 40
 01
-34
+32
 24
 74
 00
@@ -1327,7 +1319,7 @@
 20
 40
 01
-4c
+4a
 20
 20
 3a
@@ -1339,7 +1331,7 @@
 24
 3a
 01
-52
+50
 20
 40
 3d
@@ -1415,7 +1407,7 @@
 20
 40
 01
-5d
+5b
 58
 00
 05
@@ -1491,7 +1483,7 @@
 20
 40
 01
-76
+74
 70
 89
 55
@@ -1575,7 +1567,7 @@
 20
 40
 01
-7e
+7c
 20
 20
 3a
@@ -1623,7 +1615,7 @@
 58
 00
 01
-90
+8e
 60
 01
 42
@@ -1631,15 +1623,15 @@
 58
 00
 01
-07
+05
 60
 01
 42
 92
 58
 00
-02
 01
+ff
 60
 01
 42
@@ -1647,7 +1639,7 @@
 58
 00
 00
-42
+40
 60
 01
 42
@@ -1655,7 +1647,7 @@
 58
 00
 01
-8a
+88
 60
 01
 42
@@ -1703,11 +1695,11 @@
 c0
 2d
 01
-bf
+bd
 20
 35
 81
-bd
+bb
 68
 01
 4c
@@ -1735,7 +1727,7 @@
 20
 40
 01
-ca
+c8
 68
 04
 02
@@ -1743,7 +1735,7 @@
 24
 3a
 01
-b7
+b5
 68
 01
 4a
@@ -1755,7 +1747,7 @@
 20
 3a
 01
-b7
+b5
 60
 01
 4c
@@ -1763,7 +1755,7 @@
 20
 40
 04
-28
+26
 70
 4b
 a4
@@ -1771,7 +1763,7 @@
 20
 40
 00
-cd
+cb
 70
 4c
 97
@@ -1791,7 +1783,7 @@
 20
 20
 01
-b9
+b7
 1c
 e2
 7e
@@ -1799,7 +1791,7 @@
 20
 3a
 02
-04
+02
 20
 40
 5b
@@ -1835,7 +1827,7 @@
 20
 20
 01
-b9
+b7
 20
 40
 68
@@ -1875,11 +1867,11 @@
 c2
 80
 01
-dc
+da
 c2
 80
 81
-ea
+e8
 68
 01
 02
@@ -2067,7 +2059,7 @@
 20
 40
 01
-41
+3f
 70
 4c
 97
@@ -2131,19 +2123,19 @@
 c0
 06
 82
-1b
+19
 c0
 15
 82
-23
+21
 c0
 15
 02
-25
+23
 c0
 08
 82
-19
+17
 c0
 09
 7c
@@ -2295,7 +2287,7 @@
 20
 40
 02
-3e
+3c
 20
 20
 54
@@ -2303,7 +2295,7 @@
 20
 36
 81
-63
+61
 20
 40
 53
@@ -2327,7 +2319,7 @@
 c0
 00
 82
-46
+44
 20
 20
 54
@@ -2379,23 +2371,23 @@
 c0
 03
 82
-6a
+68
 c0
 07
 82
-6e
+6c
 c0
 03
 02
-5c
+5a
 c0
 01
 02
-59
+57
 c0
 09
 82
-57
+55
 20
 20
 56
@@ -2451,7 +2443,7 @@
 c0
 01
 02
-66
+64
 70
 41
 31
@@ -2459,7 +2451,7 @@
 20
 20
 02
-68
+66
 70
 0b
 7d
@@ -2531,7 +2523,7 @@
 c0
 01
 02
-7a
+78
 c0
 03
 d7
@@ -2623,15 +2615,15 @@
 c0
 29
 02
-92
+90
 c0
 01
 02
-a4
+a2
 c0
 09
 02
-98
+96
 20
 20
 59
@@ -2647,7 +2639,7 @@
 c0
 0f
 82
-96
+94
 20
 20
 59
@@ -2659,7 +2651,7 @@
 20
 20
 02
-2e
+2c
 68
 01
 03
@@ -2671,7 +2663,7 @@
 20
 42
 82
-96
+94
 68
 01
 03
@@ -2691,7 +2683,7 @@
 20
 22
 82
-a1
+9f
 20
 20
 59
@@ -2723,27 +2715,27 @@
 c0
 0d
 83
-de
+dc
 c0
 0e
 83
-de
+dc
 c0
 08
 83
-72
+70
 c0
 04
 83
-24
+22
 c0
 02
 83
-12
+10
 c0
 03
 82
-c6
+c4
 c0
 09
 d8
@@ -2751,15 +2743,15 @@
 c0
 01
 82
-b7
+b5
 c0
 05
 82
-ba
+b8
 c0
 06
 82
-b2
+b0
 20
 20
 56
@@ -2771,7 +2763,7 @@
 c0
 03
 82
-b5
+b3
 20
 20
 57
@@ -2803,7 +2795,7 @@
 c0
 07
 02
-bd
+bb
 20
 20
 57
@@ -2867,7 +2859,7 @@
 20
 22
 82
-df
+dd
 58
 00
 18
@@ -2879,7 +2871,7 @@
 20
 22
 82
-e1
+df
 58
 00
 18
@@ -2891,7 +2883,7 @@
 20
 22
 82
-e5
+e3
 58
 00
 18
@@ -2903,7 +2895,7 @@
 20
 22
 82
-e3
+e1
 20
 20
 57
@@ -2943,7 +2935,7 @@
 20
 20
 02
-e7
+e5
 d8
 e0
 00
@@ -2951,7 +2943,7 @@
 20
 20
 02
-d6
+d4
 d8
 e0
 00
@@ -2959,7 +2951,7 @@
 20
 20
 02
-d6
+d4
 d8
 e0
 00
@@ -2967,7 +2959,7 @@
 20
 20
 02
-d6
+d4
 d8
 e0
 00
@@ -2975,7 +2967,7 @@
 20
 20
 02
-d6
+d4
 68
 01
 44
@@ -2995,11 +2987,11 @@
 20
 40
 02
-ee
+ec
 20
 22
 82
-f9
+f7
 20
 20
 57
@@ -3047,7 +3039,7 @@
 20
 20
 02
-ef
+ed
 18
 c0
 8d
@@ -3063,7 +3055,7 @@
 20
 40
 03
-07
+05
 20
 3a
 57
@@ -3147,7 +3139,7 @@
 20
 20
 03
-0a
+08
 d9
 60
 00
@@ -3175,7 +3167,7 @@
 24
 21
 03
-22
+20
 78
 54
 7c
@@ -3211,7 +3203,7 @@
 20
 20
 03
-16
+14
 18
 c0
 8c
@@ -3219,7 +3211,7 @@
 20
 20
 03
-1f
+1d
 68
 09
 44
@@ -3235,7 +3227,7 @@
 20
 22
 83
-64
+62
 58
 00
 2a
@@ -3247,7 +3239,7 @@
 20
 22
 83
-6f
+6d
 58
 00
 28
@@ -3275,11 +3267,11 @@
 20
 40
 03
-b6
+b4
 24
 21
 03
-40
+3e
 68
 09
 02
@@ -3287,19 +3279,19 @@
 20
 40
 03
-be
+bc
 c0
 00
 83
-40
+3e
 20
 40
 03
-ba
+b8
 24
 22
 83
-3e
+3c
 78
 54
 7c
@@ -3307,31 +3299,31 @@
 20
 40
 03
-42
+40
 20
 40
 03
-a4
+a2
 20
 40
 03
-be
+bc
 20
 40
 03
-4a
+48
 20
 20
 03
-40
+3e
 20
 40
 03
-a4
+a2
 20
 20
 03
-31
+2f
 20
 34
 57
@@ -3339,7 +3331,7 @@
 20
 20
 03
-dc
+da
 68
 01
 02
@@ -3359,7 +3351,7 @@
 20
 40
 03
-d3
+d1
 d8
 a0
 44
@@ -3371,7 +3363,7 @@
 20
 20
 03
-d6
+d4
 68
 09
 4c
@@ -3383,11 +3375,11 @@
 c0
 82
 83
-5c
+5a
 20
 40
 03
-d0
+ce
 68
 01
 02
@@ -3399,7 +3391,7 @@
 20
 40
 03
-d6
+d4
 58
 00
 45
@@ -3431,7 +3423,7 @@
 20
 40
 03
-d0
+ce
 18
 42
 0c
@@ -3443,11 +3435,11 @@
 20
 20
 03
-d6
+d4
 20
 40
 03
-d0
+ce
 68
 01
 02
@@ -3467,7 +3459,7 @@
 20
 40
 03
-d6
+d4
 70
 44
 45
@@ -3531,7 +3523,7 @@
 20
 20
 03
-65
+63
 d9
 60
 00
@@ -3555,11 +3547,11 @@
 20
 40
 03
-b6
+b4
 24
 21
 03
-9a
+98
 68
 09
 02
@@ -3567,19 +3559,19 @@
 20
 40
 03
-be
+bc
 c0
 00
 83
-9d
+9b
 20
 40
 03
-ba
+b8
 24
 22
 83
-96
+94
 68
 00
 8d
@@ -3587,11 +3579,11 @@
 c0
 00
 83
-9d
+9b
 24
 34
 03
-87
+85
 78
 54
 7c
@@ -3611,11 +3603,11 @@
 20
 40
 03
-d6
+d4
 20
 20
 03
-91
+8f
 68
 00
 cc
@@ -3627,7 +3619,7 @@
 20
 22
 83
-9d
+9b
 68
 00
 c4
@@ -3639,7 +3631,7 @@
 20
 22
 83
-9d
+9b
 68
 01
 02
@@ -3655,7 +3647,7 @@
 20
 40
 03
-ad
+ab
 68
 01
 02
@@ -3667,7 +3659,7 @@
 20
 40
 03
-a8
+a6
 19
 60
 97
@@ -3675,15 +3667,15 @@
 20
 22
 83
-98
+96
 20
 40
 03
-a4
+a2
 20
 20
 03
-77
+75
 70
 0d
 5c
@@ -3691,7 +3683,7 @@
 20
 20
 03
-96
+94
 68
 01
 02
@@ -3703,7 +3695,7 @@
 20
 20
 03
-a1
+9f
 68
 01
 02
@@ -3719,7 +3711,7 @@
 20
 20
 03
-a1
+9f
 20
 34
 57
@@ -3727,11 +3719,11 @@
 20
 40
 03
-ad
+ab
 20
 20
 03
-dc
+da
 68
 09
 02
@@ -3763,7 +3755,7 @@
 20
 40
 03
-d3
+d1
 20
 20
 7e
@@ -3771,7 +3763,7 @@
 20
 40
 03
-d0
+ce
 68
 01
 0d
@@ -3803,7 +3795,7 @@
 20
 20
 03
-d6
+d4
 68
 09
 02
@@ -3851,7 +3843,7 @@
 20
 3a
 03
-c9
+c7
 e8
 c9
 00
@@ -3867,7 +3859,7 @@
 20
 22
 83
-cb
+c9
 e8
 c0
 80
@@ -3879,7 +3871,7 @@
 20
 20
 03
-c0
+be
 58
 00
 00
@@ -3899,7 +3891,7 @@
 20
 40
 03
-d9
+d7
 58
 00
 00
@@ -3959,7 +3951,7 @@
 20
 40
 03
-d0
+ce
 20
 20
 58
@@ -4027,23 +4019,23 @@
 c0
 01
 83
-fa
+f8
 c0
 05
 03
-fe
+fc
 c0
 00
 03
-f7
+f5
 c0
 09
 03
-fc
+fa
 c0
 01
-04
-00
+03
+fe
 1f
 e6
 7c
@@ -4123,7 +4115,7 @@
 20
 20
 84
-07
+05
 20
 20
 58
@@ -4147,15 +4139,15 @@
 c0
 00
 84
-11
+0f
 c0
 02
 04
-16
+14
 c0
 04
 84
-0f
+0d
 20
 20
 58
@@ -4195,7 +4187,7 @@
 20
 22
 84
-19
+17
 20
 20
 59
@@ -4272,8 +4264,8 @@
 60
 00
 00
-51
-07
+11
+72
 aa
 55
 40
@@ -5112,14 +5104,14 @@
 02
 01
 09
-0a
-5c
+04
+e8
 09
 02
 02
 09
-85
-02
+70
+21
 09
 02
 03
@@ -5233,23 +5225,6 @@
 01
 aa
 55
-04
-00
-91
-4c
-9f
-3e
-cd
-4d
-aa
-55
-01
-00
-8f
-4c
-01
-aa
-55
 dd
 01
 04
@@ -5906,6 +5881,33 @@
 64
 aa
 55
+04
+00
+4c
+4d
+20
+20
+06
+12
+aa
+55
+04
+00
+91
+4c
+9f
+3e
+cd
+4d
+aa
+55
+01
+00
+8f
+4c
+01
+aa
+55
 08
 00
 16
@@ -6191,5 +6193,5 @@
 6c
 59
 50
-6a
-45
+4f
+46
Index: btkb/output/program.lis
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/output/program.lis	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/output/program.lis	(working copy)
@@ -2,1437 +2,1435 @@
 org 0x0000
 0000 c5128010 bmark1 mark_ext_patch ,patch_ext 
 0001 c0000027 beq patch00_0 ,p_soft_reset 
-0002 c001002d beq patch00_2 ,p_soft_reset_2 
-0003 c0018035 beq patch00_3 ,p_main_loop 
-0004 c002803e beq patch00_5 ,p_main_loop_end 
-0005 c0480187 beq patch12_0 ,p_shutdown_radio 
-0006 c049015a beq patch12_2 ,p_set_freq_rx 
-0007 c04a0160 beq patch12_4 ,p_set_freq_tx 
-0008 c04a814a beq patch12_5 ,p_initialize_radio_cont 
-0009 c058022c beq patch16_0 ,p_lpm_sleep 
-000a c058810e beq patch16_1 ,p_lpm_recover_clk 
-000b c0590122 beq patch16_2 ,p_lpm_dispatch 
-000c c059813c beq patch16_3 ,p_lpm_dispatch_next 
-000d c05b0145 beq patch16_6 ,p_lpm_dispatch_unconn 
-000e c05c8116 beq patch17_1 ,p_lpm_cal_xtal_startup 
+0002 c001002b beq patch00_2 ,p_soft_reset_2 
+0003 c0018033 beq patch00_3 ,p_main_loop 
+0004 c002803c beq patch00_5 ,p_main_loop_end 
+0005 c0480185 beq patch12_0 ,p_shutdown_radio 
+0006 c0490158 beq patch12_2 ,p_set_freq_rx 
+0007 c04a015e beq patch12_4 ,p_set_freq_tx 
+0008 c04a8148 beq patch12_5 ,p_initialize_radio_cont 
+0009 c058022a beq patch16_0 ,p_lpm_sleep 
+000a c058810c beq patch16_1 ,p_lpm_recover_clk 
+000b c0590120 beq patch16_2 ,p_lpm_dispatch 
+000c c059813a beq patch16_3 ,p_lpm_dispatch_next 
+000d c05b0143 beq patch16_6 ,p_lpm_dispatch_unconn 
+000e c05c8114 beq patch17_1 ,p_lpm_cal_xtal_startup 
 000f 20203bf1 branch assert 
 
 patch_ext:
-0010 c0190238 beq patch26_2 ,p_le_init_conn 
+0010 c0190236 beq patch26_2 ,p_le_init_conn 
 0011 c01dd3b0 beq patch27_3 ,le_slave_unsync + 3 
-0012 c01f01fa beq patch27_6 ,p_le_enable 
-0013 c01f81fe beq patch27_7 ,p_le_disable 
-0014 c0250281 beq patch29_2 ,p_lerx_nopayload 
-0015 c0258231 beq patch29_3 ,p_le_transmit_receive_sifs 
-0016 c026023b beq patch29_4 ,p_le_transmit 
-0017 c0270241 beq patch29_6 ,p_le_send_adv_ind 
-0018 c02b0248 beq patch2a_6 ,p_le_update_param 
-0019 c0318250 beq patch2c_3 ,p_le_prepare_tx_cmd 
-001a c0320275 beq patch2c_4 ,p_le_prepare_smp 
-001b c03282a6 beq patch2c_5 ,p_le_prepare_att 
-001c c0348403 beq patch2d_1 ,p_le_send_non_l2cap 
-001d c03583ec beq patch2d_3 ,p_le_parse_ll 
-001e c037040a beq patch2d_6 ,p_le_parse_smp 
-001f c037828c beq patch2d_7 ,p_le_parse_att 
-0020 c04380e9 beq patch30_7 ,p_ui_timer_check 
-0021 c046820c beq patch31_5 ,p_check_51cmd_once 
-0022 c0478202 beq patch31_7 ,p_check_enter_hibernate 
-0023 c0668191 beq patch39_5 ,p_kb_init 
-0024 c06780f4 beq patch39_7 ,p_app_process_bb_event 
-0025 c06800fe beq patch3a_0 ,p_kb_bb_event_timer 
+0012 c01f01f8 beq patch27_6 ,p_le_enable 
+0013 c01f81fc beq patch27_7 ,p_le_disable 
+0014 c025027f beq patch29_2 ,p_lerx_nopayload 
+0015 c025822f beq patch29_3 ,p_le_transmit_receive_sifs 
+0016 c0260239 beq patch29_4 ,p_le_transmit 
+0017 c027023f beq patch29_6 ,p_le_send_adv_ind 
+0018 c02b0246 beq patch2a_6 ,p_le_update_param 
+0019 c031824e beq patch2c_3 ,p_le_prepare_tx_cmd 
+001a c0320273 beq patch2c_4 ,p_le_prepare_smp 
+001b c03282a4 beq patch2c_5 ,p_le_prepare_att 
+001c c0348401 beq patch2d_1 ,p_le_send_non_l2cap 
+001d c03583ea beq patch2d_3 ,p_le_parse_ll 
+001e c0370408 beq patch2d_6 ,p_le_parse_smp 
+001f c037828a beq patch2d_7 ,p_le_parse_att 
+0020 c04380e7 beq patch30_7 ,p_ui_timer_check 
+0021 c046820a beq patch31_5 ,p_check_51cmd_once 
+0022 c0478200 beq patch31_7 ,p_check_enter_hibernate 
+0023 c066818f beq patch39_5 ,p_kb_init 
+0024 c06780f2 beq patch39_7 ,p_app_process_bb_event 
+0025 c06800fc beq patch3a_0 ,p_kb_bb_event_timer 
 0026 20203bf1 branch assert 
 
 p_soft_reset:
 0027 6810813b hfetch 1 ,0x813b 
 0028 60008b81 store 1 ,mem_wakup_from_power_flag 
-0029 58010620 setarg 0x010620 
-002a 6001cd4c store 3 ,mem_version_yy_mm_dd 
-002b 70800608 hjam lock_otp ,core_misc_ctrl 
-002c 20203003 branch soft_reset + 2 
+0029 70800608 hjam lock_otp ,core_misc_ctrl 
+002a 20203003 branch soft_reset + 2 
 
 p_soft_reset_2:
-002d 20407719 call sp_initialize 
-002e 2055bcf1 call lpm_recover_clk ,wake 
+002b 20407719 call sp_initialize 
+002c 2055bcf1 call lpm_recover_clk ,wake 
 
 p_sp_cal_loop:
-002f 20407813 call sp_calc_sequence 
-0030 6800c7dc fetch 1 ,mem_ssp_enable 
-0031 203a3013 branch main_loop ,blank 
-0032 6800c793 fetch 1 ,mem_sp_local_key_invalid 
-0033 203a002f branch p_sp_cal_loop ,blank 
-0034 20203013 branch main_loop 
+002d 20407813 call sp_calc_sequence 
+002e 6800c7dc fetch 1 ,mem_ssp_enable 
+002f 203a3013 branch main_loop ,blank 
+0030 6800c793 fetch 1 ,mem_sp_local_key_invalid 
+0031 203a002d branch p_sp_cal_loop ,blank 
+0032 20203013 branch main_loop 
 
 p_main_loop:
-0035 20400084 call p_ipc_timer_check 
-0036 20400042 call p_ipc_rx 
-0037 20400039 call p_bt_status_handle 
-0038 20203015 branch main_loop + 2 
+0033 20400082 call p_ipc_timer_check 
+0034 20400040 call p_ipc_rx 
+0035 20400037 call p_bt_status_handle 
+0036 20203015 branch main_loop + 2 
 
 p_bt_status_handle:
-0039 680947f4 fetcht 2 ,mem_ui_state_map 
-003a 6800c3d8 fetch 1 ,mem_le_adv_enable 
-003b 7d3a040b nsetflag blank ,ui_state_ble_adv ,temp 
-003c 600947f4 storet 2 ,mem_ui_state_map 
-003d 20600000 rtn 
+0037 680947f4 fetcht 2 ,mem_ui_state_map 
+0038 6800c3d8 fetch 1 ,mem_le_adv_enable 
+0039 7d3a040b nsetflag blank ,ui_state_ble_adv ,temp 
+003a 600947f4 storet 2 ,mem_ui_state_map 
+003b 20600000 rtn 
 
 p_main_loop_end:
-003e 20403392 call inquiry_scan_dispatch 
-003f 20403407 call page_scan_dispatch 
-0040 20403024 call connection_dispatch 
-0041 20203022 branch main_loop + 15 
+003c 20403392 call inquiry_scan_dispatch 
+003d 20403407 call page_scan_dispatch 
+003e 20403024 call connection_dispatch 
+003f 20203022 branch main_loop + 15 
 
 p_ipc_rx:
-0042 6800c7dc fetch 1 ,mem_ssp_enable 
-0043 203a0046 branch p_ipc_rx0 ,blank 
-0044 6800c793 fetch 1 ,mem_sp_local_key_invalid 
-0045 207a0000 rtn blank 
+0040 6800c7dc fetch 1 ,mem_ssp_enable 
+0041 203a0044 branch p_ipc_rx0 ,blank 
+0042 6800c793 fetch 1 ,mem_sp_local_key_invalid 
+0043 207a0000 rtn blank 
 
 p_ipc_rx0:
-0046 204000e4 call p_check_ipc_2bt 
-0047 20740000 rtn user 
-0048 1ff0fe00 byteswap pdata ,pdata 
-0049 1fe20c00 copy pdata ,contr 
-004a 204000c5 call p_ipc_rx_byte 
-004b 6000cba7 store 1 ,mem_ipc_rx_type 
-004c c0008059 beq ipc_type_cmd ,p_ipc_rx_cmd 
-004d 1fe20400 copy pdata ,temp 
-004e 18c22200 copy contr ,rega 
-004f 6800c040 fetch 1 ,mem_context 
-0050 c3000056 bbit0 state_inconn ,p_ipc_abondon_rx_data 
-0051 1a220c00 copy rega ,contr 
-0052 c6848000 rtnmark0 mark_context 
-0053 18427e00 copy temp ,pdata 
-0054 c0028063 beq ipc_type_ble ,p_ipc_rx_ble 
-0055 20203bf1 branch assert 
+0044 204000e2 call p_check_ipc_2bt 
+0045 20740000 rtn user 
+0046 1ff0fe00 byteswap pdata ,pdata 
+0047 1fe20c00 copy pdata ,contr 
+0048 204000c3 call p_ipc_rx_byte 
+0049 6000cba7 store 1 ,mem_ipc_rx_type 
+004a c0008057 beq ipc_type_cmd ,p_ipc_rx_cmd 
+004b 1fe20400 copy pdata ,temp 
+004c 18c22200 copy contr ,rega 
+004d 6800c040 fetch 1 ,mem_context 
+004e c3000054 bbit0 state_inconn ,p_ipc_abondon_rx_data 
+004f 1a220c00 copy rega ,contr 
+0050 c6848000 rtnmark0 mark_context 
+0051 18427e00 copy temp ,pdata 
+0052 c0028061 beq ipc_type_ble ,p_ipc_rx_ble 
+0053 20203bf1 branch assert 
 
 p_ipc_abondon_rx_data:
-0056 1a220c00 copy rega ,contr 
-0057 d8a000f8 arg mem_tst_pktcnt_sync ,contw 
-0058 202000bd branch p_ipc_rx_cpy 
+0054 1a220c00 copy rega ,contr 
+0055 d8a000f8 arg mem_tst_pktcnt_sync ,contw 
+0056 202000bb branch p_ipc_rx_cpy 
 
 p_ipc_rx_cmd:
-0059 204000c5 call p_ipc_rx_byte 
-005a 204000c5 call p_ipc_rx_byte 
-005b 60008b7d store 1 ,mem_fifo_temp 
-005c 2040005e call p_ipc_next_rx 
-005d 20207c33 branch ui_ipc_send_cmd 
+0057 204000c3 call p_ipc_rx_byte 
+0058 204000c3 call p_ipc_rx_byte 
+0059 60008b7d store 1 ,mem_fifo_temp 
+005a 2040005c call p_ipc_next_rx 
+005b 20207c33 branch ui_ipc_send_cmd 
 
 p_ipc_next_rx:
-005e 204000c8 call p_ipc_rx_updata_contr 
-005f 18c20400 copy contr ,temp 
-0060 18508400 byteswap temp ,temp 
-0061 60094b9a storet 2 ,mem_ipc_2bt_read_index 
-0062 20600000 rtn 
+005c 204000c6 call p_ipc_rx_updata_contr 
+005d 18c20400 copy contr ,temp 
+005e 18508400 byteswap temp ,temp 
+005f 60094b9a storet 2 ,mem_ipc_2bt_read_index 
+0060 20600000 rtn 
 
 p_ipc_rx_ble:
-0063 18c22200 copy contr ,rega 
+0061 18c22200 copy contr ,rega 
 
 p_ipc_rx_ble_read_fifo:
-0064 6800cba9 fetch 1 ,mem_queue_write 
-0065 1fe08401 add pdata ,1 ,temp 
-0066 18410403 and temp ,0x03 ,temp 
-0067 6008cba9 storet 1 ,mem_queue_write 
-0068 1feffe07 mul32 pdata ,7 ,pdata 
-0069 d8a04bad arg mem_uart_packet ,contw 
-006a 98a08a00 iadd contw ,contw 
-006b 1a220c00 copy rega ,contr 
-006c 204000c5 call p_ipc_rx_byte 
-006d 18c22200 copy contr ,rega 
-006e 1fe0ffff increase -1 ,pdata 
-006f 1fe27200 copy pdata ,loopcnt 
-0070 1fe0fe07 increase 7 ,pdata 
-0071 6000cc82 store 1 ,mem_le51_tx_length 
-0072 1a220c00 copy rega ,contr 
-0073 204000c5 call p_ipc_rx_byte 
-0074 18c22200 copy contr ,rega 
-0075 c0008078 beq 01 ,p_report1 
-0076 c0010080 beq 02 ,p_report2 
-0077 c0018082 beq 03 ,p_report3 
+0062 6800cba9 fetch 1 ,mem_queue_write 
+0063 1fe08401 add pdata ,1 ,temp 
+0064 18410403 and temp ,0x03 ,temp 
+0065 6008cba9 storet 1 ,mem_queue_write 
+0066 1feffe07 mul32 pdata ,7 ,pdata 
+0067 d8a04bad arg mem_uart_packet ,contw 
+0068 98a08a00 iadd contw ,contw 
+0069 1a220c00 copy rega ,contr 
+006a 204000c3 call p_ipc_rx_byte 
+006b 18c22200 copy contr ,rega 
+006c 1fe0ffff increase -1 ,pdata 
+006d 1fe27200 copy pdata ,loopcnt 
+006e 1fe0fe07 increase 7 ,pdata 
+006f 6000cc82 store 1 ,mem_le51_tx_length 
+0070 1a220c00 copy rega ,contr 
+0071 204000c3 call p_ipc_rx_byte 
+0072 18c22200 copy contr ,rega 
+0073 c0008076 beq 01 ,p_report1 
+0074 c001007e beq 02 ,p_report2 
+0075 c0018080 beq 03 ,p_report3 
 
 p_report1:
-0078 68014cb8 fetch 2 ,mem_att_report1 
+0076 68014cb8 fetch 2 ,mem_att_report1 
 
 p_set_report:
-0079 e0a10000 istore 2 ,contw 
-007a 1a220c00 copy rega ,contr 
-007b 204000bf call p_ipc_copy 
-007c 2040561e call le_xtype_fifo_is_near_full 
-007d 247a0000 nrtn blank 
-007e 700b7d1b jam attop_handle_value_notification ,mem_fifo_temp 
-007f 20205620 branch le_xtype_fifo_in 
+0077 e0a10000 istore 2 ,contw 
+0078 1a220c00 copy rega ,contr 
+0079 204000bd call p_ipc_copy 
+007a 2040561e call le_xtype_fifo_is_near_full 
+007b 247a0000 nrtn blank 
+007c 700b7d1b jam attop_handle_value_notification ,mem_fifo_temp 
+007d 20205620 branch le_xtype_fifo_in 
 
 p_report2:
-0080 68014cba fetch 2 ,mem_att_report2 
-0081 20200079 branch p_set_report 
+007e 68014cba fetch 2 ,mem_att_report2 
+007f 20200077 branch p_set_report 
 
 p_report3:
-0082 68014cbc fetch 2 ,mem_att_report3 
-0083 20200079 branch p_set_report 
+0080 68014cbc fetch 2 ,mem_att_report3 
+0081 20200077 branch p_set_report 
 
 p_ipc_timer_check:
-0084 680a4c59 fetcht 4 ,mem_ipc_last_check_timer 
-0085 1c427e00 copy clkn_bt ,pdata 
-0086 98467e00 isub temp ,pdata 
-0087 d8400640 arg 1600 ,temp 
-0088 9846fc00 idiv temp 
-0089 20407efd call wait_div_end 
-008a 1807fe00 quotient pdata 
-008b 207a0000 rtn blank 
-008c 1c420400 copy clkn_bt ,temp 
-008d 600a4c59 storet 4 ,mem_ipc_last_check_timer 
-008e 68094ba5 fetcht 2 ,mem_ipc_bt_timer 
-008f 18508400 byteswap temp ,temp 
-0090 9840fe00 iadd temp ,pdata 
+0082 680a4c59 fetcht 4 ,mem_ipc_last_check_timer 
+0083 1c427e00 copy clkn_bt ,pdata 
+0084 98467e00 isub temp ,pdata 
+0085 d8400640 arg 1600 ,temp 
+0086 9846fc00 idiv temp 
+0087 20407efd call wait_div_end 
+0088 1807fe00 quotient pdata 
+0089 207a0000 rtn blank 
+008a 1c420400 copy clkn_bt ,temp 
+008b 600a4c59 storet 4 ,mem_ipc_last_check_timer 
+008c 68094ba5 fetcht 2 ,mem_ipc_bt_timer 
+008d 18508400 byteswap temp ,temp 
+008e 9840fe00 iadd temp ,pdata 
+008f 1ff0fe00 byteswap pdata ,pdata 
+0090 60014ba5 store 2 ,mem_ipc_bt_timer 
 0091 1ff0fe00 byteswap pdata ,pdata 
-0092 60014ba5 store 2 ,mem_ipc_bt_timer 
-0093 1ff0fe00 byteswap pdata ,pdata 
-0094 1fe17e03 and pdata ,0x3 ,pdata 
-0095 c1800000 rtnne 0 
-0096 6800cc8f fetch 1 ,mem_adc_config_flag 
-0097 c28000a1 bbit1 adc_config_vinlpm ,p_adc_check_vinlpm 
-0098 c28080a3 bbit1 adc_config_hvin ,p_adc_check_hvin 
+0092 1fe17e03 and pdata ,0x3 ,pdata 
+0093 c1800000 rtnne 0 
+0094 6800cc8f fetch 1 ,mem_adc_config_flag 
+0095 c280009f bbit1 adc_config_vinlpm ,p_adc_check_vinlpm 
+0096 c28080a1 bbit1 adc_config_hvin ,p_adc_check_hvin 
 
 p_adc_check_gpio:
-0099 da200000 arg 0 ,rega 
-009a 204000b4 call p_setup_adc_gpio_pu_setup 
-009b 7089718f hjam 0x8f ,rf_adc_mode 
-009c 6800cc90 fetch 1 ,mem_adc_channel 
-009d 60108973 hstore 1 ,rf_adc_ch 
-009e 204000a4 call p_read_adc 
-009f da200001 arg 1 ,rega 
-00a0 202000b4 branch p_setup_adc_gpio_pu_setup 
+0097 da200000 arg 0 ,rega 
+0098 204000b2 call p_setup_adc_gpio_pu_setup 
+0099 7089718f hjam 0x8f ,rf_adc_mode 
+009a 6800cc90 fetch 1 ,mem_adc_channel 
+009b 60108973 hstore 1 ,rf_adc_ch 
+009c 204000a2 call p_read_adc 
+009d da200001 arg 1 ,rega 
+009e 202000b2 branch p_setup_adc_gpio_pu_setup 
 
 p_adc_check_vinlpm:
-00a1 708971bf hjam 0xbf ,rf_adc_mode 
-00a2 202000a4 branch p_read_adc 
+009f 708971bf hjam 0xbf ,rf_adc_mode 
+00a0 202000a2 branch p_read_adc 
 
 p_adc_check_hvin:
-00a3 708971af hjam 0xaf ,rf_adc_mode 
+00a1 708971af hjam 0xaf ,rf_adc_mode 
 
 p_read_adc:
-00a4 68108053 hfetch 1 ,core_uart_baud + 1 
-00a5 79207e07 set1 7 ,pdata 
-00a6 60108053 hstore 1 ,core_uart_baud + 1 
-00a7 68108973 hfetch 1 ,rf_adc_ch 
-00a8 1fe1fe30 or_into 0x30 ,pdata 
-00a9 60108973 hstore 1 ,rf_adc_ch 
-00aa 7089067c hjam 0x7c ,rfen_adc 
-00ab 708972aa hjam 0xaa ,rf_adc_gc 
-00ac 20001388 nop 5000 
-00ad 68190150 hfetcht 2 ,core_adc_sum 
-00ae 68108053 hfetch 1 ,core_uart_baud + 1 
-00af 793ffe07 set0 7 ,pdata 
-00b0 60108053 hstore 1 ,core_uart_baud + 1 
-00b1 18508400 byteswap temp ,temp 
-00b2 60094c95 storet 2 ,mem_adc_current_value 
-00b3 20600000 rtn 
+00a2 68108053 hfetch 1 ,core_uart_baud + 1 
+00a3 79207e07 set1 7 ,pdata 
+00a4 60108053 hstore 1 ,core_uart_baud + 1 
+00a5 68108973 hfetch 1 ,rf_adc_ch 
+00a6 1fe1fe30 or_into 0x30 ,pdata 
+00a7 60108973 hstore 1 ,rf_adc_ch 
+00a8 7089067c hjam 0x7c ,rfen_adc 
+00a9 708972aa hjam 0xaa ,rf_adc_gc 
+00aa 20001388 nop 5000 
+00ab 68190150 hfetcht 2 ,core_adc_sum 
+00ac 68108053 hfetch 1 ,core_uart_baud + 1 
+00ad 793ffe07 set0 7 ,pdata 
+00ae 60108053 hstore 1 ,core_uart_baud + 1 
+00af 18508400 byteswap temp ,temp 
+00b0 60094c95 storet 2 ,mem_adc_current_value 
+00b1 20600000 rtn 
 
 p_setup_adc_gpio_pu_setup:
-00b4 d8400021 arg 0x21 ,temp 
-00b5 6800cc90 fetch 1 ,mem_adc_channel 
-00b6 98460400 isub temp ,temp 
-00b7 1a227e00 copy rega ,pdata 
-00b8 79200407 set1 gpio_active_bit ,temp 
-00b9 243a00bb nbranch p_setup_adc_gpio_pu_setup_exit ,blank 
-00ba 793f8407 set0 gpio_active_bit ,temp 
+00b2 d8400021 arg 0x21 ,temp 
+00b3 6800cc90 fetch 1 ,mem_adc_channel 
+00b4 98460400 isub temp ,temp 
+00b5 1a227e00 copy rega ,pdata 
+00b6 79200407 set1 gpio_active_bit ,temp 
+00b7 243a00b9 nbranch p_setup_adc_gpio_pu_setup_exit ,blank 
+00b8 793f8407 set0 gpio_active_bit ,temp 
 
 p_setup_adc_gpio_pu_setup_exit:
-00bb d8a08078 arg core_gpio_pu0 ,contw 
-00bc 202069f4 branch gpio_set_bit 
+00b9 d8a08078 arg core_gpio_pu0 ,contw 
+00ba 202069f4 branch gpio_set_bit 
 
 p_ipc_rx_cpy:
-00bd 204000c5 call p_ipc_rx_byte 
-00be 1fe27200 copy pdata ,loopcnt 
+00bb 204000c3 call p_ipc_rx_byte 
+00bc 1fe27200 copy pdata ,loopcnt 
 
 p_ipc_copy:
-00bf 204000c1 call p_ipc_cpy_loop 
-00c0 2020005e branch p_ipc_next_rx 
+00bd 204000bf call p_ipc_cpy_loop 
+00be 2020005c branch p_ipc_next_rx 
 
 p_ipc_cpy_loop:
-00c1 204000c5 call p_ipc_rx_byte 
-00c2 e0a08000 istore 1 ,contw 
-00c3 c20000c1 loop p_ipc_cpy_loop 
-00c4 20600000 rtn 
+00bf 204000c3 call p_ipc_rx_byte 
+00c0 e0a08000 istore 1 ,contw 
+00c1 c20000bf loop p_ipc_cpy_loop 
+00c2 20600000 rtn 
 
 p_ipc_rx_byte:
-00c5 204000c8 call p_ipc_rx_updata_contr 
-00c6 e8c08000 ifetch 1 ,contr 
-00c7 20600000 rtn 
+00c3 204000c6 call p_ipc_rx_updata_contr 
+00c4 e8c08000 ifetch 1 ,contr 
+00c5 20600000 rtn 
 
 p_ipc_rx_updata_contr:
-00c8 58004b36 setarg mem_ipc_2bt_fifo_end 
-00c9 98c67c00 isub contr ,null 
-00ca 24628000 nrtn zero 
-00cb d8c04aa0 arg mem_ipc_2bt_fifo_head ,contr 
-00cc 20600000 rtn 
+00c6 58004b36 setarg mem_ipc_2bt_fifo_end 
+00c7 98c67c00 isub contr ,null 
+00c8 24628000 nrtn zero 
+00c9 d8c04aa0 arg mem_ipc_2bt_fifo_head ,contr 
+00ca 20600000 rtn 
 
 p_ipc_tx_evt:
-00cd df200003 arg 3 ,loopcnt 
-00ce d8c04ba2 arg mem_ipc_tx_evt_buff ,contr 
+00cb df200003 arg 3 ,loopcnt 
+00cc d8c04ba2 arg mem_ipc_tx_evt_buff ,contr 
 
 p_ipc_tx_cpy:
-00cf 18c22200 copy contr ,rega 
-00d0 68014ba0 fetch 2 ,mem_ipc_2c51_write_index 
-00d1 1ff0fe00 byteswap pdata ,pdata 
-00d2 1fe20a00 copy pdata ,contw 
-00d3 1a220c00 copy rega ,contr 
+00cd 18c22200 copy contr ,rega 
+00ce 68014ba0 fetch 2 ,mem_ipc_2c51_write_index 
+00cf 1ff0fe00 byteswap pdata ,pdata 
+00d0 1fe20a00 copy pdata ,contw 
+00d1 1a220c00 copy rega ,contr 
 
 p_ipc_tx_loop:
-00d4 e8c08000 ifetch 1 ,contr 
-00d5 e0a08000 istore 1 ,contw 
-00d6 204000dc call p_ipc_tx_updata_contw 
-00d7 c20000d4 loop p_ipc_tx_loop 
-00d8 18a27e00 copy contw ,pdata 
-00d9 1ff0fe00 byteswap pdata ,pdata 
-00da 60014ba0 store 2 ,mem_ipc_2c51_write_index 
-00db 20600000 rtn 
+00d2 e8c08000 ifetch 1 ,contr 
+00d3 e0a08000 istore 1 ,contw 
+00d4 204000da call p_ipc_tx_updata_contw 
+00d5 c20000d2 loop p_ipc_tx_loop 
+00d6 18a27e00 copy contw ,pdata 
+00d7 1ff0fe00 byteswap pdata ,pdata 
+00d8 60014ba0 store 2 ,mem_ipc_2c51_write_index 
+00d9 20600000 rtn 
 
 p_ipc_tx_updata_contw:
-00dc 58004b9a setarg mem_ipc_2c51_fifo_end 
-00dd 98a67c00 isub contw ,null 
-00de 24628000 nrtn zero 
-00df d8a04b36 arg mem_ipc_2c51_fifo_head ,contw 
-00e0 20600000 rtn 
+00da 58004b9a setarg mem_ipc_2c51_fifo_end 
+00db 98a67c00 isub contw ,null 
+00dc 24628000 nrtn zero 
+00dd d8a04b36 arg mem_ipc_2c51_fifo_head ,contw 
+00de 20600000 rtn 
 
 p_check_ipc_2c51:
-00e1 68014b9e fetch 2 ,mem_ipc_2c51_read_index 
-00e2 68094ba0 fetcht 2 ,mem_ipc_2c51_write_index 
-00e3 202000e6 branch p_check_ipc_common 
+00df 68014b9e fetch 2 ,mem_ipc_2c51_read_index 
+00e0 68094ba0 fetcht 2 ,mem_ipc_2c51_write_index 
+00e1 202000e4 branch p_check_ipc_common 
 
 p_check_ipc_2bt:
-00e4 68014b9a fetch 2 ,mem_ipc_2bt_read_index 
-00e5 68094b9c fetcht 2 ,mem_ipc_2bt_write_index 
+00e2 68014b9a fetch 2 ,mem_ipc_2bt_read_index 
+00e3 68094b9c fetcht 2 ,mem_ipc_2bt_write_index 
 
 p_check_ipc_common:
-00e6 98467c00 isub temp ,null 
-00e7 2022e9b1 branch enable_usr ,zero 
-00e8 2020320b branch disable_usr 
+00e4 98467c00 isub temp ,null 
+00e5 2022e9b1 branch enable_usr ,zero 
+00e6 2020320b branch disable_usr 
 
 p_ui_timer_check:
-00e9 1c427e00 copy clkn_bt ,pdata 
-00ea 60024d48 store 4 ,mem_ui_timer_last_btclk_temp 
-00eb 6808c7ef fetcht 1 ,mem_ui_timer_last_btclk + 3 
-00ec 6800cd4b fetch 1 ,mem_ui_timer_last_btclk_temp + 3 
-00ed 98467c00 isub temp ,null 
-00ee 244100f0 ncall p_ui_timer_reinit ,positive 
-00ef 20207c06 branch ui_timer_check + 2 
+00e7 1c427e00 copy clkn_bt ,pdata 
+00e8 60024d48 store 4 ,mem_ui_timer_last_btclk_temp 
+00e9 6808c7ef fetcht 1 ,mem_ui_timer_last_btclk + 3 
+00ea 6800cd4b fetch 1 ,mem_ui_timer_last_btclk_temp + 3 
+00eb 98467c00 isub temp ,null 
+00ec 244100ee ncall p_ui_timer_reinit ,positive 
+00ed 20207c06 branch ui_timer_check + 2 
 
 p_ui_timer_reinit:
-00f0 680a4d48 fetcht 4 ,mem_ui_timer_last_btclk_temp 
-00f1 600a47ec storet 4 ,mem_ui_timer_last_btclk 
-00f2 600a4c59 storet 4 ,mem_ipc_last_check_timer 
-00f3 20600000 rtn 
+00ee 680a4d48 fetcht 4 ,mem_ui_timer_last_btclk_temp 
+00ef 600a47ec storet 4 ,mem_ui_timer_last_btclk 
+00f0 600a4c59 storet 4 ,mem_ipc_last_check_timer 
+00f1 20600000 rtn 
 
 p_app_process_bb_event:
-00f4 da2047df arg mem_ipc_fifo_bt2c51 ,rega 
-00f5 20407f9f call fifo_out 
-00f6 207a0000 rtn blank 
-00f7 1fe22600 copy pdata ,regc 
-00f8 204000fa call p_app_event_normal_process 
-00f9 20203ea5 branch app_process_bb_event_priority 
+00f2 da2047df arg mem_ipc_fifo_bt2c51 ,rega 
+00f3 20407f9f call fifo_out 
+00f4 207a0000 rtn blank 
+00f5 1fe22600 copy pdata ,regc 
+00f6 204000f8 call p_app_event_normal_process 
+00f7 20203ea5 branch app_process_bb_event_priority 
 
 p_app_event_normal_process:
-00fa c10c0000 rtneq bt_evt_linkkey_generate 
-00fb c00a041b beq bt_evt_le_connected ,scale_process_le_conn 
-00fc c00a8421 beq bt_evt_le_disconnected ,scale_process_le_discon 
-00fd 20203e7d branch app_event_normal_process 
+00f8 c10c0000 rtneq bt_evt_linkkey_generate 
+00f9 c00a0419 beq bt_evt_le_connected ,scale_process_le_conn 
+00fa c00a841f beq bt_evt_le_disconnected ,scale_process_le_discon 
+00fb 20203e7d branch app_event_normal_process 
 
 p_kb_bb_event_timer:
-00fe 60088259 storet 1 ,mem_app_evt_timer_count 
-00ff 6800cc8d fetch 1 ,mem_ipc_bt_100ms_timer 
-0100 1fe0fe01 increase 1 ,pdata 
-0101 6000cc8d store 1 ,mem_ipc_bt_100ms_timer 
+00fc 60088259 storet 1 ,mem_app_evt_timer_count 
+00fd 6800cc8d fetch 1 ,mem_ipc_bt_100ms_timer 
+00fe 1fe0fe01 increase 1 ,pdata 
+00ff 6000cc8d store 1 ,mem_ipc_bt_100ms_timer 
 
 p_kb_bb_event_100ms_loop:
-0102 68008259 fetch 1 ,mem_app_evt_timer_count 
-0103 207a0000 rtn blank 
-0104 1fe0ffff increase -1 ,pdata 
-0105 60008259 store 1 ,mem_app_evt_timer_count 
-0106 20200102 branch p_kb_bb_event_100ms_loop 
+0100 68008259 fetch 1 ,mem_app_evt_timer_count 
+0101 207a0000 rtn blank 
+0102 1fe0ffff increase -1 ,pdata 
+0103 60008259 store 1 ,mem_app_evt_timer_count 
+0104 20200100 branch p_kb_bb_event_100ms_loop 
 
 p_c51_user_event:
-0107 1a627e00 copy regc ,pdata 
-0108 1fe17ef0 and_into bt_evt_timer_mask ,pdata 
-0109 c1280000 rtneq bt_evt_timer_init 
-010a 1a627e00 copy regc ,pdata 
-010b 207a0000 rtn blank 
-010c 6000cba4 store 1 ,mem_ipc_tx_evt 
-010d 202000cd branch p_ipc_tx_evt 
+0105 1a627e00 copy regc ,pdata 
+0106 1fe17ef0 and_into bt_evt_timer_mask ,pdata 
+0107 c1280000 rtneq bt_evt_timer_init 
+0108 1a627e00 copy regc ,pdata 
+0109 207a0000 rtn blank 
+010a 6000cba4 store 1 ,mem_ipc_tx_evt 
+010b 202000cb branch p_ipc_tx_evt 
 
 p_lpm_recover_clk:
-010e 70416e7f jam 0x7f ,mem_seqi 
-010f 20403cf3 call lpm_recover_clk + 2 
-0110 6800cc97 fetch 1 ,mem_hibernate_flag 
-0111 207a0000 rtn blank 
-0112 704c9700 jam 0 ,mem_hibernate_flag 
-0113 1c427e00 copy clkn_bt ,pdata 
-0114 60024c59 store 4 ,mem_ipc_last_check_timer 
-0115 20600000 rtn 
+010c 70416e7f jam 0x7f ,mem_seqi 
+010d 20403cf3 call lpm_recover_clk + 2 
+010e 6800cc97 fetch 1 ,mem_hibernate_flag 
+010f 207a0000 rtn blank 
+0110 704c9700 jam 0 ,mem_hibernate_flag 
+0111 1c427e00 copy clkn_bt ,pdata 
+0112 60024c59 store 4 ,mem_ipc_last_check_timer 
+0113 20600000 rtn 
 
 p_lpm_cal_xtal_startup:
-0116 6800c219 fetch 1 ,mem_lpm_xtalcnt 
-0117 247a0000 nrtn blank 
-0118 70804206 hjam clksel_rc ,core_clksel 
-0119 58000f0c setarg 0xf0c 
-011a 20403da7 call lpm_write_config 
-011b 58030d40 setarg 200000 
-011c 20403bf3 call sleep 
-011d 37d98200 until null ,lpo_edge 
-011e 1e226000 copy lpo_time ,alarm 
-011f 20403b36 call xtal_fast_wake 
-0120 20001388 nop 5000 
-0121 20203d9d branch lpm_cal_xtal_startup + 12 
+0114 6800c219 fetch 1 ,mem_lpm_xtalcnt 
+0115 247a0000 nrtn blank 
+0116 70804206 hjam clksel_rc ,core_clksel 
+0117 58000f0c setarg 0xf0c 
+0118 20403da7 call lpm_write_config 
+0119 58030d40 setarg 200000 
+011a 20403bf3 call sleep 
+011b 37d98200 until null ,lpo_edge 
+011c 1e226000 copy lpo_time ,alarm 
+011d 20403b36 call xtal_fast_wake 
+011e 20001388 nop 5000 
+011f 20203d9d branch lpm_cal_xtal_startup + 12 
 
 p_lpm_dispatch:
-0122 c6118000 rtnmark1 mark_24g 
-0123 680147f4 fetch 2 ,mem_ui_state_map 
-0124 c284bd1e bbit1 ui_state_ble_connected ,lpm_dispatch + 2 
-0125 20403cab call lpo_calibration 
-0126 6801c210 fetch 3 ,mem_clks_per_lpo 
+0120 c6118000 rtnmark1 mark_24g 
+0121 680147f4 fetch 2 ,mem_ui_state_map 
+0122 c284bd1e bbit1 ui_state_ble_connected ,lpm_dispatch + 2 
+0123 20403cab call lpo_calibration 
+0124 6801c210 fetch 3 ,mem_clks_per_lpo 
+0125 207a0000 rtn blank 
+0126 6800c131 fetch 1 ,mem_lpm_mode 
 0127 207a0000 rtn blank 
-0128 6800c131 fetch 1 ,mem_lpm_mode 
-0129 207a0000 rtn blank 
-012a 2040527e call l2cap_malloc_is_fifo_empty 
+0128 2040527e call l2cap_malloc_is_fifo_empty 
+0129 247a0000 nrtn blank 
+012a 20403dca call lpm_check_wake_lock 
 012b 247a0000 nrtn blank 
-012c 20403dca call lpm_check_wake_lock 
-012d 247a0000 nrtn blank 
-012e 20403b36 call xtal_fast_wake 
-012f 6800c7dc fetch 1 ,mem_ssp_enable 
-0130 203a3d25 branch lpm_dispatch0 ,blank 
-0131 6800c793 fetch 1 ,mem_sp_local_key_invalid 
-0132 207a0000 rtn blank 
-0133 20203d25 branch lpm_dispatch0 
+012c 20403b36 call xtal_fast_wake 
+012d 6800c7dc fetch 1 ,mem_ssp_enable 
+012e 203a3d25 branch lpm_dispatch0 ,blank 
+012f 6800c793 fetch 1 ,mem_sp_local_key_invalid 
+0130 207a0000 rtn blank 
+0131 20203d25 branch lpm_dispatch0 
 
 p_check_ipc_for_lpm:
-0134 204000e4 call p_check_ipc_2bt 
+0132 204000e2 call p_check_ipc_2bt 
+0133 24740000 nrtn user 
+0134 204000df call p_check_ipc_2c51 
 0135 24740000 nrtn user 
-0136 204000e1 call p_check_ipc_2c51 
-0137 24740000 nrtn user 
-0138 700b7f01 jam 1 ,mem_c51_lpm_lock 
-0139 700b7e01 jam syc_task_lpm ,mem_c51_flag 
-013a 20400141 call p_c51_wait 
-013b 202000e4 branch p_check_ipc_2bt 
+0136 700b7f01 jam 1 ,mem_c51_lpm_lock 
+0137 700b7e01 jam syc_task_lpm ,mem_c51_flag 
+0138 2040013f call p_c51_wait 
+0139 202000e2 branch p_check_ipc_2bt 
 
 p_lpm_dispatch_next:
-013c 20400134 call p_check_ipc_for_lpm 
-013d 24740000 nrtn user 
-013e 68008b7f fetch 1 ,mem_c51_lpm_lock 
-013f 247a0000 nrtn blank 
-0140 20203d2d branch lpm_dispatch1 
+013a 20400132 call p_check_ipc_for_lpm 
+013b 24740000 nrtn user 
+013c 68008b7f fetch 1 ,mem_c51_lpm_lock 
+013d 247a0000 nrtn blank 
+013e 20203d2d branch lpm_dispatch1 
 
 p_c51_wait:
-0141 68008b7e fetch 1 ,mem_c51_flag 
-0142 2000000a nop 10 
-0143 c0800141 bne 0 ,p_c51_wait 
-0144 20600000 rtn 
+013f 68008b7e fetch 1 ,mem_c51_flag 
+0140 2000000a nop 10 
+0141 c080013f bne 0 ,p_c51_wait 
+0142 20600000 rtn 
 
 p_lpm_dispatch_unconn:
-0145 20400134 call p_check_ipc_for_lpm 
-0146 24740000 nrtn user 
-0147 68008b7f fetch 1 ,mem_c51_lpm_lock 
-0148 247a0000 nrtn blank 
-0149 20203d4f branch lpm_dispatch_unconn + 2 
+0143 20400132 call p_check_ipc_for_lpm 
+0144 24740000 nrtn user 
+0145 68008b7f fetch 1 ,mem_c51_lpm_lock 
+0146 247a0000 nrtn blank 
+0147 20203d4f branch lpm_dispatch_unconn + 2 
 
 p_initialize_radio_cont:
-014a 2040014c call p_switchto_dpllclk 
-014b 20203aaf branch initialize_radio_cont + 4 
+0148 2040014a call p_switchto_dpllclk 
+0149 20203aaf branch initialize_radio_cont + 4 
 
 p_switchto_dpllclk:
-014c 6800c219 fetch 1 ,mem_lpm_xtalcnt 
-014d 243a0152 nbranch p_switchdpll_nocal ,blank 
-014e 20403d91 call lpm_cal_xtal_startup 
+014a 6800c219 fetch 1 ,mem_lpm_xtalcnt 
+014b 243a0150 nbranch p_switchdpll_nocal ,blank 
+014c 20403d91 call lpm_cal_xtal_startup 
+014d 20007530 nop 30000 
+014e 20007530 nop 30000 
 014f 20007530 nop 30000 
-0150 20007530 nop 30000 
-0151 20007530 nop 30000 
 
 p_switchdpll_nocal:
-0152 20403b0a call switchto_dpllclk 
-0153 70804204 hjam clksel_xtal ,core_clksel 
-0154 6810896b hfetch 1 ,rf_clkpll_frac + 2 
-0155 1fe17ecf and_into 0xcf ,pdata 
+0150 20403b0a call switchto_dpllclk 
+0151 70804204 hjam clksel_xtal ,core_clksel 
+0152 6810896b hfetch 1 ,rf_clkpll_frac + 2 
+0153 1fe17ecf and_into 0xcf ,pdata 
+0154 6010896b hstore 1 ,rf_clkpll_frac + 2 
+0155 1fe1fe30 or_into 0x30 ,pdata 
 0156 6010896b hstore 1 ,rf_clkpll_frac + 2 
-0157 1fe1fe30 or_into 0x30 ,pdata 
-0158 6010896b hstore 1 ,rf_clkpll_frac + 2 
-0159 20600000 rtn 
+0157 20600000 rtn 
 
 p_set_freq_rx:
-015a 60088017 storet 1 ,mem_last_freq 
-015b 1840a204 add temp ,rx_freq_offset ,rega 
-015c 20203a86 branch set_freq_rx + 4 
+0158 60088017 storet 1 ,mem_last_freq 
+0159 1840a204 add temp ,rx_freq_offset ,rega 
+015a 20203a86 branch set_freq_rx + 4 
 
 p_set_freq_tx_common:
-015d 60088017 storet 1 ,mem_last_freq 
-015e 1840a200 add temp ,0 ,rega 
-015f 20203ab6 branch rf_write_freq 
+015b 60088017 storet 1 ,mem_last_freq 
+015c 1840a200 add temp ,0 ,rega 
+015d 20203ab6 branch rf_write_freq 
 
 p_set_freq_tx:
-0160 2040015d call p_set_freq_tx_common 
-0161 58000500 setarg param_pll_setup 
-0162 20403bf3 call sleep 
+015e 2040015b call p_set_freq_tx_common 
+015f 58000500 setarg param_pll_setup 
+0160 20403bf3 call sleep 
 
 p_txon:
-0163 70890601 hjam 0x1 ,rfen_adc 
-0164 7089003c hjam 0x3c ,rfen_rx 
-0165 708901e0 hjam 0xe0 ,rfen_tx 
-0166 70896d12 hjam 0x12 ,0x96d 
-0167 2000000a nop 10 
-0168 70890201 hjam 0x01 ,rfen_mdm 
-0169 7089023d hjam 0x3d ,rfen_mdm 
+0161 70890601 hjam 0x1 ,rfen_adc 
+0162 7089003c hjam 0x3c ,rfen_rx 
+0163 708901e0 hjam 0xe0 ,rfen_tx 
+0164 70896d12 hjam 0x12 ,0x96d 
+0165 2000000a nop 10 
+0166 70890201 hjam 0x01 ,rfen_mdm 
+0167 7089023d hjam 0x3d ,rfen_mdm 
+0168 2000000a nop 10 
+0169 708903b7 hjam 0xb7 ,rfen_sn 
 016a 2000000a nop 10 
-016b 708903b7 hjam 0xb7 ,rfen_sn 
-016c 2000000a nop 10 
-016d 7089027d hjam 0x7d ,rfen_mdm 
-016e 6802ca91 fetch 5 ,mem_5db_tx_power_param 
+016b 7089027d hjam 0x7d ,rfen_mdm 
+016c 6802ca91 fetch 5 ,mem_5db_tx_power_param 
+016d e0a28000 istore 5 ,contw 
+016e e8c28000 ifetch 5 ,contr 
 016f e0a28000 istore 5 ,contw 
-0170 e8c28000 ifetch 5 ,contr 
-0171 e0a28000 istore 5 ,contw 
-0172 708956df hjam 0xdf ,0x956 
-0173 20400176 call p_set_tx_step_power 
-0174 708955df hjam 0xdf ,0x955 
-0175 20600000 rtn 
+0170 708956df hjam 0xdf ,0x956 
+0171 20400174 call p_set_tx_step_power 
+0172 708955df hjam 0xdf ,0x955 
+0173 20600000 rtn 
 
 p_set_tx_step_power:
+0174 20000004 nop 4 
+0175 708955d1 hjam 0xd1 ,0x955 
 0176 20000004 nop 4 
-0177 708955d1 hjam 0xd1 ,0x955 
+0177 708955d2 hjam 0xd2 ,0x955 
 0178 20000004 nop 4 
-0179 708955d2 hjam 0xd2 ,0x955 
+0179 708955d4 hjam 0xd4 ,0x955 
 017a 20000004 nop 4 
-017b 708955d4 hjam 0xd4 ,0x955 
-017c 20000004 nop 4 
-017d 20600000 rtn 
+017b 20600000 rtn 
 
 p_tx_ramp_down_common:
-017e 708955d4 hjam 0xd4 ,0x955 
+017c 708955d4 hjam 0xd4 ,0x955 
+017d 20000004 nop 4 
+017e 708955d2 hjam 0xd2 ,0x955 
 017f 20000004 nop 4 
-0180 708955d2 hjam 0xd2 ,0x955 
+0180 708955d1 hjam 0xd1 ,0x955 
 0181 20000004 nop 4 
-0182 708955d1 hjam 0xd1 ,0x955 
-0183 20000004 nop 4 
-0184 708955d0 hjam 0xd0 ,0x955 
-0185 708956c0 hjam 0xc0 ,0x956 
-0186 20600000 rtn 
+0182 708955d0 hjam 0xd0 ,0x955 
+0183 708956c0 hjam 0xc0 ,0x956 
+0184 20600000 rtn 
 
 p_shutdown_radio:
-0187 2030ba6f branch shutdown_radio + 2 ,is_rx 
-0188 2040017e call p_tx_ramp_down_common 
-0189 20203a6f branch shutdown_radio + 2 
+0185 2030ba6f branch shutdown_radio + 2 ,is_rx 
+0186 2040017c call p_tx_ramp_down_common 
+0187 20203a6f branch shutdown_radio + 2 
 
 p_kb_before_hibernate:
-018a 78347c00 enable user 
-018b 68120138 hfetch 4 ,0x8138 
-018c 79347e1a setflag user ,26 ,pdata 
-018d 6012004c hstore 4 ,core_lpm_reg 
-018e 20403db0 call lpm_write_ctrl 
-018f 7000a201 jam 1 ,mem_lpm_current_mult 
+0188 78347c00 enable user 
+0189 68120138 hfetch 4 ,0x8138 
+018a 79347e1a setflag user ,26 ,pdata 
+018b 6012004c hstore 4 ,core_lpm_reg 
+018c 20403db0 call lpm_write_ctrl 
+018d 7000a201 jam 1 ,mem_lpm_current_mult 
 
 p_kb_bt_lpm_before:
-0190 20600000 rtn 
+018e 20600000 rtn 
 
 p_kb_init:
-0191 700b7e00 jam 0 ,mem_c51_flag 
-0192 70017706 jam 6 ,mem_connection_options 
-0193 20403fa4 call app_lpm_mult_enable 
-0194 58000190 setarg p_kb_bt_lpm_before 
-0195 6001428a store 2 ,mem_cb_before_lpm 
-0196 58000107 setarg p_c51_user_event 
-0197 60014292 store 2 ,mem_cb_bb_event_process 
-0198 58000201 setarg p_mouse_idle 
-0199 60014290 store 2 ,mem_cb_idle_process 
-019a 58000042 setarg p_ipc_rx 
-019b 6001428c store 2 ,mem_cb_le_process 
-019c 5800018a setarg p_kb_before_hibernate 
-019d 60014288 store 2 ,mem_cb_before_hibernate 
-019e 58004aa0 setarg mem_ipc_2bt_fifo_head 
-019f 1ff0fe00 byteswap pdata ,pdata 
-01a0 60014b9a store 2 ,mem_ipc_2bt_read_index 
-01a1 60014b9c store 2 ,mem_ipc_2bt_write_index 
-01a2 20403e0b call lpm_disable_exen_output 
-01a3 58004b36 setarg mem_ipc_2c51_fifo_head 
-01a4 1ff0fe00 byteswap pdata ,pdata 
-01a5 60014b9e store 2 ,mem_ipc_2c51_read_index 
-01a6 60014ba0 store 2 ,mem_ipc_2c51_write_index 
-01a7 6800cc97 fetch 1 ,mem_hibernate_flag 
-01a8 c02d01bf beq 0x5a ,p_device_init_init_hibwake 
-01a9 203581bd branch p_deveice_init_wake ,wake 
-01aa 68014c91 fetch 2 ,mem_adc_0v 
-01ab 1ff0fe00 byteswap pdata ,pdata 
-01ac 60014c91 store 2 ,mem_adc_0v 
-01ad 68014c93 fetch 2 ,mem_adc_3v 
-01ae 1ff0fe00 byteswap pdata ,pdata 
-01af 60014c93 store 2 ,mem_adc_3v 
-01b0 204001ca call p_init_adc_from_otp 
-01b1 680402a0 fetch 8 ,mem_temp 
-01b2 243a01b7 nbranch p_deveice_init_reset ,blank 
-01b3 68014ad4 fetch 2 ,0x4ad4 
-01b4 1ff0fe00 byteswap pdata ,pdata 
-01b5 203a01b7 branch p_deveice_init_reset ,blank 
-01b6 60014c93 store 2 ,mem_adc_3v 
+018f 700b7e00 jam 0 ,mem_c51_flag 
+0190 70017706 jam 6 ,mem_connection_options 
+0191 20403fa4 call app_lpm_mult_enable 
+0192 5800018e setarg p_kb_bt_lpm_before 
+0193 6001428a store 2 ,mem_cb_before_lpm 
+0194 58000105 setarg p_c51_user_event 
+0195 60014292 store 2 ,mem_cb_bb_event_process 
+0196 580001ff setarg p_mouse_idle 
+0197 60014290 store 2 ,mem_cb_idle_process 
+0198 58000040 setarg p_ipc_rx 
+0199 6001428c store 2 ,mem_cb_le_process 
+019a 58000188 setarg p_kb_before_hibernate 
+019b 60014288 store 2 ,mem_cb_before_hibernate 
+019c 58004aa0 setarg mem_ipc_2bt_fifo_head 
+019d 1ff0fe00 byteswap pdata ,pdata 
+019e 60014b9a store 2 ,mem_ipc_2bt_read_index 
+019f 60014b9c store 2 ,mem_ipc_2bt_write_index 
+01a0 20403e0b call lpm_disable_exen_output 
+01a1 58004b36 setarg mem_ipc_2c51_fifo_head 
+01a2 1ff0fe00 byteswap pdata ,pdata 
+01a3 60014b9e store 2 ,mem_ipc_2c51_read_index 
+01a4 60014ba0 store 2 ,mem_ipc_2c51_write_index 
+01a5 6800cc97 fetch 1 ,mem_hibernate_flag 
+01a6 c02d01bd beq 0x5a ,p_device_init_init_hibwake 
+01a7 203581bb branch p_deveice_init_wake ,wake 
+01a8 68014c91 fetch 2 ,mem_adc_0v 
+01a9 1ff0fe00 byteswap pdata ,pdata 
+01aa 60014c91 store 2 ,mem_adc_0v 
+01ab 68014c93 fetch 2 ,mem_adc_3v 
+01ac 1ff0fe00 byteswap pdata ,pdata 
+01ad 60014c93 store 2 ,mem_adc_3v 
+01ae 204001c8 call p_init_adc_from_otp 
+01af 680402a0 fetch 8 ,mem_temp 
+01b0 243a01b5 nbranch p_deveice_init_reset ,blank 
+01b1 68014ad4 fetch 2 ,0x4ad4 
+01b2 1ff0fe00 byteswap pdata ,pdata 
+01b3 203a01b5 branch p_deveice_init_reset ,blank 
+01b4 60014c93 store 2 ,mem_adc_3v 
 
 p_deveice_init_reset:
-01b7 20400428 call p_le_queue_init 
-01b8 704ba42f jam bt_evt_reset ,mem_ipc_tx_evt 
+01b5 20400426 call p_le_queue_init 
+01b6 704ba42f jam bt_evt_reset ,mem_ipc_tx_evt 
 
 p_device_init_common:
-01b9 204000cd call p_ipc_tx_evt 
-01ba 704c9700 jam 0 ,mem_hibernate_flag 
-01bb 70828003 hjam start_c51_core ,core_docd_ctrl 
-01bc 20600000 rtn 
+01b7 204000cb call p_ipc_tx_evt 
+01b8 704c9700 jam 0 ,mem_hibernate_flag 
+01b9 70828003 hjam start_c51_core ,core_docd_ctrl 
+01ba 20600000 rtn 
 
 p_deveice_init_wake:
-01bd 704ba430 jam bt_evt_wakeup ,mem_ipc_tx_evt 
-01be 202001b9 branch p_device_init_common 
+01bb 704ba430 jam bt_evt_wakeup ,mem_ipc_tx_evt 
+01bc 202001b7 branch p_device_init_common 
 
 p_device_init_init_hibwake:
-01bf 1ce27e00 copy auxcnt ,pdata 
-01c0 203a0204 branch p_enter_hibernate_continue ,blank 
-01c1 20405b63 call init_lmp_work 
-01c2 20404d99 call l2cap_init_work 
-01c3 58000000 setarg 0 
-01c4 60044040 store 8 ,mem_context 
-01c5 600147f4 store 2 ,mem_ui_state_map 
-01c6 1c427e00 copy clkn_bt ,pdata 
-01c7 60024c59 store 4 ,mem_ipc_last_check_timer 
-01c8 704ba433 jam bt_evt_hibernate_wake ,mem_ipc_tx_evt 
-01c9 202001b9 branch p_device_init_common 
+01bd 1ce27e00 copy auxcnt ,pdata 
+01be 203a0202 branch p_enter_hibernate_continue ,blank 
+01bf 20405b63 call init_lmp_work 
+01c0 20404d99 call l2cap_init_work 
+01c1 58000000 setarg 0 
+01c2 60044040 store 8 ,mem_context 
+01c3 600147f4 store 2 ,mem_ui_state_map 
+01c4 1c427e00 copy clkn_bt ,pdata 
+01c5 60024c59 store 4 ,mem_ipc_last_check_timer 
+01c6 704ba433 jam bt_evt_hibernate_wake ,mem_ipc_tx_evt 
+01c7 202001b7 branch p_device_init_common 
 
 p_init_adc_from_otp:
-01ca 2040688a call otp_enable_chgpump 
-01cb 580007e2 setarg 0x7e2 
-01cc da2002a0 arg mem_temp ,rega 
-01cd d840000c arg 12 ,temp 
-01ce 204068d3 call otpd_read_data 
-01cf 2040688d call otp_disable_chgpump 
-01d0 680402a0 fetch 8 ,mem_temp 
-01d1 207a0000 rtn blank 
-01d2 6800cc8f fetch 1 ,mem_adc_config_flag 
-01d3 c28001dc bbit1 adc_config_vinlpm ,p_calc_adc_base_vinlpm 
-01d4 c28081ea bbit1 adc_config_hvin ,p_calc_adc_base_hvin 
+01c8 2040688a call otp_enable_chgpump 
+01c9 580007e2 setarg 0x7e2 
+01ca da2002a0 arg mem_temp ,rega 
+01cb d840000c arg 12 ,temp 
+01cc 204068d3 call otpd_read_data 
+01cd 2040688d call otp_disable_chgpump 
+01ce 680402a0 fetch 8 ,mem_temp 
+01cf 207a0000 rtn blank 
+01d0 6800cc8f fetch 1 ,mem_adc_config_flag 
+01d1 c28001da bbit1 adc_config_vinlpm ,p_calc_adc_base_vinlpm 
+01d2 c28081e8 bbit1 adc_config_hvin ,p_calc_adc_base_hvin 
 
 p_calc_adc_check_gpio:
-01d5 680102a0 fetch 2 ,mem_temp 
-01d6 1ff0fe00 byteswap pdata ,pdata 
-01d7 60014c91 store 2 ,mem_adc_0v 
-01d8 680102a6 fetch 2 ,mem_temp + 6 
-01d9 1ff0fe00 byteswap pdata ,pdata 
-01da 60014c93 store 2 ,mem_adc_3v 
-01db 20600000 rtn 
+01d3 680102a0 fetch 2 ,mem_temp 
+01d4 1ff0fe00 byteswap pdata ,pdata 
+01d5 60014c91 store 2 ,mem_adc_0v 
+01d6 680102a6 fetch 2 ,mem_temp + 6 
+01d7 1ff0fe00 byteswap pdata ,pdata 
+01d8 60014c93 store 2 ,mem_adc_3v 
+01d9 20600000 rtn 
 
 p_calc_adc_base_vinlpm:
-01dc 680902a4 fetcht 2 ,mem_temp + 4 
-01dd 680102aa fetch 2 ,mem_temp + 10 
-01de 18422400 copy temp ,regb 
-01df 1fe22200 copy pdata ,rega 
-01e0 1ff0fe00 byteswap pdata ,pdata 
-01e1 60014c93 store 2 ,mem_adc_3v 
-01e2 1a227e00 copy rega ,pdata 
-01e3 98462600 isub temp ,regc 
-01e4 1a63a600 lshift regc ,regc 
-01e5 1a427e00 copy regb ,pdata 
-01e6 9a667e00 isub regc ,pdata 
-01e7 1ff0fe00 byteswap pdata ,pdata 
-01e8 60014c91 store 2 ,mem_adc_0v 
-01e9 20600000 rtn 
+01da 680902a4 fetcht 2 ,mem_temp + 4 
+01db 680102aa fetch 2 ,mem_temp + 10 
+01dc 18422400 copy temp ,regb 
+01dd 1fe22200 copy pdata ,rega 
+01de 1ff0fe00 byteswap pdata ,pdata 
+01df 60014c93 store 2 ,mem_adc_3v 
+01e0 1a227e00 copy rega ,pdata 
+01e1 98462600 isub temp ,regc 
+01e2 1a63a600 lshift regc ,regc 
+01e3 1a427e00 copy regb ,pdata 
+01e4 9a667e00 isub regc ,pdata 
+01e5 1ff0fe00 byteswap pdata ,pdata 
+01e6 60014c91 store 2 ,mem_adc_0v 
+01e7 20600000 rtn 
 
 p_calc_adc_base_hvin:
-01ea 680902a2 fetcht 2 ,mem_temp + 2 
-01eb 680102a8 fetch 2 ,mem_temp + 8 
-01ec 18422400 copy temp ,regb 
-01ed 1fe22200 copy pdata ,rega 
-01ee 98462600 isub temp ,regc 
-01ef 1a6b2600 rshift2 regc ,regc 
-01f0 1a427e00 copy regb ,pdata 
-01f1 9a667e00 isub regc ,pdata 
-01f2 1ff0fe00 byteswap pdata ,pdata 
-01f3 60014c91 store 2 ,mem_adc_0v 
-01f4 1a63a600 lshift regc ,regc 
-01f5 1a227e00 copy rega ,pdata 
-01f6 9a667e00 isub regc ,pdata 
-01f7 1ff0fe00 byteswap pdata ,pdata 
-01f8 60014c93 store 2 ,mem_adc_3v 
-01f9 20600000 rtn 
+01e8 680902a2 fetcht 2 ,mem_temp + 2 
+01e9 680102a8 fetch 2 ,mem_temp + 8 
+01ea 18422400 copy temp ,regb 
+01eb 1fe22200 copy pdata ,rega 
+01ec 98462600 isub temp ,regc 
+01ed 1a6b2600 rshift2 regc ,regc 
+01ee 1a427e00 copy regb ,pdata 
+01ef 9a667e00 isub regc ,pdata 
+01f0 1ff0fe00 byteswap pdata ,pdata 
+01f1 60014c91 store 2 ,mem_adc_0v 
+01f2 1a63a600 lshift regc ,regc 
+01f3 1a227e00 copy rega ,pdata 
+01f4 9a667e00 isub regc ,pdata 
+01f5 1ff0fe00 byteswap pdata ,pdata 
+01f6 60014c93 store 2 ,mem_adc_3v 
+01f7 20600000 rtn 
 
 p_le_enable:
-01fa 70001627 jam 39 ,mem_le_ch_mapped 
-01fb 70890f36 hjam 0x36 ,0x90f 
-01fc 70890b5f hjam 0x5f ,0x90b 
-01fd 202053d4 branch le_enable + 2 
+01f8 70001627 jam 39 ,mem_le_ch_mapped 
+01f9 70890f36 hjam 0x36 ,0x90f 
+01fa 70890b5f hjam 0x5f ,0x90b 
+01fb 202053d4 branch le_enable + 2 
 
 p_le_disable:
-01fe 70890f2e hjam 0x2e ,0x90f 
-01ff 70890bff hjam 0xff ,0x90b 
-0200 202053d9 branch le_disable + 2 
+01fc 70890f2e hjam 0x2e ,0x90f 
+01fd 70890bff hjam 0xff ,0x90b 
+01fe 202053d9 branch le_disable + 2 
 
 p_mouse_idle:
-0201 20600000 rtn 
+01ff 20600000 rtn 
 
 p_check_enter_hibernate:
-0202 700b7e03 jam syc_task_hibernate ,mem_c51_flag 
-0203 20400141 call p_c51_wait 
+0200 700b7e03 jam syc_task_hibernate ,mem_c51_flag 
+0201 2040013f call p_c51_wait 
 
 p_enter_hibernate_continue:
-0204 704c975a jam 0x5a ,mem_hibernate_flag 
-0205 20403db8 call lpm_write_gpio_wakeup 
-0206 68120138 hfetch 4 ,core_lpm_ctrl 
-0207 793ffe0f set0 15 ,pdata 
-0208 6012004c hstore 4 ,core_lpm_reg 
-0209 20403db0 call lpm_write_ctrl 
-020a d85fffff arg param_hibernate_clks ,temp 
-020b 20203cda branch lpm_sleep 
+0202 704c975a jam 0x5a ,mem_hibernate_flag 
+0203 20403db8 call lpm_write_gpio_wakeup 
+0204 68120138 hfetch 4 ,core_lpm_ctrl 
+0205 793ffe0f set0 15 ,pdata 
+0206 6012004c hstore 4 ,core_lpm_reg 
+0207 20403db0 call lpm_write_ctrl 
+0208 d85fffff arg param_hibernate_clks ,temp 
+0209 20203cda branch lpm_sleep 
 
 p_check_51cmd_once:
-020c 20407c20 call ui_ipc_get_lock 
-020d da2047e4 arg mem_ipc_fifo_c512bt ,rega 
-020e 20407f9f call fifo_out 
-020f 1fe20400 copy pdata ,temp 
-0210 20407c24 call ui_ipc_put_lock 
-0211 18427e00 copy temp ,pdata 
-0212 207a0000 rtn blank 
-0213 c006821b beq bt_cmd_start_adv ,p_check_51cmd_start_adv 
-0214 c0158223 beq bt_cmd_start_adv_rec ,p_handle_adv_1 
-0215 c0150225 beq bt_cmd_set_reconnect_init ,p_disconnect_connected_device 
-0216 c0088219 beq bt_cmd_le_disconnect ,p_slave_ble_disconnect 
-0217 c0097c85 beq bt_cmd_le_update_conn ,bt_cmd_le_update_conn_1 
-0218 20207c5a branch check_51cmd_once + 9 
+020a 20407c20 call ui_ipc_get_lock 
+020b da2047e4 arg mem_ipc_fifo_c512bt ,rega 
+020c 20407f9f call fifo_out 
+020d 1fe20400 copy pdata ,temp 
+020e 20407c24 call ui_ipc_put_lock 
+020f 18427e00 copy temp ,pdata 
+0210 207a0000 rtn blank 
+0211 c0068219 beq bt_cmd_start_adv ,p_check_51cmd_start_adv 
+0212 c0158221 beq bt_cmd_start_adv_rec ,p_handle_adv_1 
+0213 c0150223 beq bt_cmd_set_reconnect_init ,p_disconnect_connected_device 
+0214 c0088217 beq bt_cmd_le_disconnect ,p_slave_ble_disconnect 
+0215 c0097c85 beq bt_cmd_le_update_conn ,bt_cmd_le_update_conn_1 
+0216 20207c5a branch check_51cmd_once + 9 
 
 p_slave_ble_disconnect:
-0219 700b7d22 jam xt_ll_terminate_ind ,mem_fifo_temp 
-021a 20205620 branch le_xtype_fifo_in 
+0217 700b7d22 jam xt_ll_terminate_ind ,mem_fifo_temp 
+0218 20205620 branch le_xtype_fifo_in 
 
 p_check_51cmd_start_adv:
-021b 20403eff call app_clear_reconnect_flag 
-021c 20407cd5 call check_51cmd_bb_reconn_cancel 
-021d 180a7e00 random pdata 
-021e 6000c4f9 store 1 ,mem_le_lap 
-021f 58ed8e0e setarg 0xed8e0e 
-0220 6001c4fc store 3 ,mem_le_lap + 3 
+0219 20403eff call app_clear_reconnect_flag 
+021a 20407cd5 call check_51cmd_bb_reconn_cancel 
+021b 180a7e00 random pdata 
+021c 6000c4f9 store 1 ,mem_le_lap 
+021d 58ed8e0e setarg 0xed8e0e 
+021e 6001c4fc store 3 ,mem_le_lap + 3 
 
 p_handle_adv_0:
-0221 7043dc05 jam 5 ,mem_le_adv_data + 2 
-0222 20207cae branch check_51cmd_adv 
+021f 7043dc05 jam 5 ,mem_le_adv_data + 2 
+0220 20207cae branch check_51cmd_adv 
 
 p_handle_adv_1:
-0223 7043dc04 jam 4 ,mem_le_adv_data + 2 
-0224 20207cae branch check_51cmd_adv 
+0221 7043dc04 jam 4 ,mem_le_adv_data + 2 
+0222 20207cae branch check_51cmd_adv 
 
 p_disconnect_connected_device:
-0225 680147f4 fetch 2 ,mem_ui_state_map 
-0226 c284bf90 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0227 c283fcd5 bbit1 ui_state_bt_reconnect ,check_51cmd_bb_reconn_cancel 
-0228 7043d800 jam off ,mem_le_adv_enable 
-0229 20403f7e call app_bt_stop_discovery 
-022a 700b7d37 jam bt_evt_reconnect_standy ,mem_fifo_temp 
-022b 20207c27 branch ui_ipc_send_event 
+0223 680147f4 fetch 2 ,mem_ui_state_map 
+0224 c284bf90 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0225 c283fcd5 bbit1 ui_state_bt_reconnect ,check_51cmd_bb_reconn_cancel 
+0226 7043d800 jam off ,mem_le_adv_enable 
+0227 20403f7e call app_bt_stop_discovery 
+0228 700b7d37 jam bt_evt_reconnect_standy ,mem_fifo_temp 
+0229 20207c27 branch ui_ipc_send_event 
 
 p_lpm_sleep:
-022c 20403b36 call xtal_fast_wake 
-022d 20203cdc branch lpm_sleep + 2 
+022a 20403b36 call xtal_fast_wake 
+022b 20203cdc branch lpm_sleep + 2 
 
 p_hid_rx_process_data_hid_kb:
-022e e8c08000 ifetch 1 ,contr 
-022f 6000ccb7 store 1 ,mem_caps_num_lock 
-0230 20600000 rtn 
+022c e8c08000 ifetch 1 ,contr 
+022d 6000ccb7 store 1 ,mem_caps_num_lock 
+022e 20600000 rtn 
 
 p_le_transmit_receive_sifs:
-0231 204054bd call le_transmit 
-0232 68088017 fetcht 1 ,mem_last_freq 
-0233 20403a82 call set_freq_rx 
-0234 20403a87 call rf_rx_enable 
-0235 78287c00 enable swfine 
-0236 d960157c arg 5500 ,timeup 
-0237 2020547f branch le_receive_rxon 
+022f 204054bd call le_transmit 
+0230 68088017 fetcht 1 ,mem_last_freq 
+0231 20403a82 call set_freq_rx 
+0232 20403a87 call rf_rx_enable 
+0233 78287c00 enable swfine 
+0234 d960157c arg 5500 ,timeup 
+0235 2020547f branch le_receive_rxon 
 
 p_le_init_conn:
-0238 70443e01 jam 0x01 ,mem_le_txheader 
-0239 70443f00 jam 0 ,mem_le_txlen 
-023a 2020534e branch le_init_conn + 2 
+0236 70443e01 jam 0x01 ,mem_le_txheader 
+0237 70443f00 jam 0 ,mem_le_txlen 
+0238 2020534e branch le_init_conn + 2 
 
 p_le_transmit:
-023b 204053dd call le_prep 
-023c 2040023e call p_letx_setfreq 
-023d 202054c1 branch le_transmit + 4 
+0239 204053dd call le_prep 
+023a 2040023c call p_letx_setfreq 
+023b 202054c1 branch le_transmit + 4 
 
 p_letx_setfreq:
-023e 20368163 branch p_txon ,match 
-023f 204053ee call le_setfreq 
-0240 20203a91 branch set_freq_tx 
+023c 20368161 branch p_txon ,match 
+023d 204053ee call le_setfreq 
+023e 20203a91 branch set_freq_tx 
 
 p_le_send_adv_ind:
-0241 6800cc60 fetch 1 ,mem_le_rx_window 
-0242 600246f9 store 4 ,mem_le_transmit_window 
-0243 6800c4db fetch 1 ,mem_le_adv_type 
-0244 c0008246 beq adv_direct_ind ,p_le_send_adv_direct_ind 
-0245 202054e0 branch le_send_adv_ind + 2 
+023f 6800cc60 fetch 1 ,mem_le_rx_window 
+0240 600246f9 store 4 ,mem_le_transmit_window 
+0241 6800c4db fetch 1 ,mem_le_adv_type 
+0242 c0008244 beq adv_direct_ind ,p_le_send_adv_direct_ind 
+0243 202054e0 branch le_send_adv_ind + 2 
 
 p_le_send_adv_direct_ind:
-0246 7044db00 jam 0 ,mem_le_adv_type 
-0247 202054ef branch le_send_adv_direct_ind 
+0244 7044db00 jam 0 ,mem_le_adv_type 
+0245 202054ef branch le_send_adv_direct_ind 
 
 p_le_update_param:
-0248 680083c0 fetch 1 ,mem_le_state 
-0249 c4028000 rtnbit0 lestate_update_param 
-024a 680103da fetch 2 ,mem_le_event_count 
-024b 680903e0 fetcht 2 ,mem_le_instant 
-024c 98467e00 isub temp ,pdata 
-024d 24610000 nrtn positive 
-024e 70413101 jam 1 ,mem_lpm_mode 
-024f 2020557e branch le_update_param + 8 
+0246 680083c0 fetch 1 ,mem_le_state 
+0247 c4028000 rtnbit0 lestate_update_param 
+0248 680103da fetch 2 ,mem_le_event_count 
+0249 680903e0 fetcht 2 ,mem_le_instant 
+024a 98467e00 isub temp ,pdata 
+024b 24610000 nrtn positive 
+024c 70413101 jam 1 ,mem_lpm_mode 
+024d 2020557e branch le_update_param + 8 
 
 p_le_prepare_tx_cmd:
-0250 6800c440 fetch 1 ,mem_le_txpayload 
-0251 c003826a beq ll_unknown_rsp ,p_le_send_unknown_rsp 
-0252 c007826e beq ll_connection_param_req ,p_le_send_conn_param_req 
-0253 c003025c beq ll_start_enc_rsp ,p_le_send_start_enc_rsp 
-0254 c0010259 beq ll_terminate_ind ,p_le_send_terminate_ind 
-0255 c0098257 beq ll_ping_rsp ,p_le_send_ping_rsp 
-0256 2020563a branch le_prepare_tx_cmd + 10 
+024e 6800c440 fetch 1 ,mem_le_txpayload 
+024f c0038268 beq ll_unknown_rsp ,p_le_send_unknown_rsp 
+0250 c007826c beq ll_connection_param_req ,p_le_send_conn_param_req 
+0251 c003025a beq ll_start_enc_rsp ,p_le_send_start_enc_rsp 
+0252 c0010257 beq ll_terminate_ind ,p_le_send_terminate_ind 
+0253 c0098255 beq ll_ping_rsp ,p_le_send_ping_rsp 
+0254 2020563a branch le_prepare_tx_cmd + 10 
 
 p_le_send_ping_rsp:
-0257 18000401 force 1 ,temp 
-0258 20205892 branch le_send_packet 
+0255 18000401 force 1 ,temp 
+0256 20205892 branch le_send_packet 
 
 p_le_send_terminate_ind:
-0259 5800000a setarg 10 
-025a 600103ef store 2 ,mem_le_superto 
-025b 20205693 branch le_send_terminate_ind 
+0257 5800000a setarg 10 
+0258 600103ef store 2 ,mem_le_superto 
+0259 20205693 branch le_send_terminate_ind 
 
 p_le_send_start_enc_rsp:
-025c 700b7d12 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-025d 20407c33 call ui_ipc_send_cmd 
-025e 18000401 force 1 ,temp 
-025f 2034d892 branch le_send_packet ,master 
-0260 700b7d34 jam bt_evt_le_protocol_connected ,mem_fifo_temp 
-0261 20407c27 call ui_ipc_send_event 
-0262 6800cc69 fetch 1 ,mem_le_pairing_state 
-0263 c0010266 beq flag_le_pairing_after_auth ,p_le_send_start_enc_rsp0 
-0264 70413101 jam 1 ,mem_lpm_mode 
-0265 20200268 branch p_le_send_start_enc_rsp_end 
+025a 700b7d12 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+025b 20407c33 call ui_ipc_send_cmd 
+025c 18000401 force 1 ,temp 
+025d 2034d892 branch le_send_packet ,master 
+025e 700b7d34 jam bt_evt_le_protocol_connected ,mem_fifo_temp 
+025f 20407c27 call ui_ipc_send_event 
+0260 6800cc69 fetch 1 ,mem_le_pairing_state 
+0261 c0010264 beq flag_le_pairing_after_auth ,p_le_send_start_enc_rsp0 
+0262 70413101 jam 1 ,mem_lpm_mode 
+0263 20200266 branch p_le_send_start_enc_rsp_end 
 
 p_le_send_start_enc_rsp0:
-0266 700b7d46 jam xt_smp_encryption_information ,mem_fifo_temp 
-0267 20405620 call le_xtype_fifo_in 
+0264 700b7d46 jam xt_smp_encryption_information ,mem_fifo_temp 
+0265 20405620 call le_xtype_fifo_in 
 
 p_le_send_start_enc_rsp_end:
-0268 18000401 force 1 ,temp 
-0269 20205892 branch le_send_packet 
+0266 18000401 force 1 ,temp 
+0267 20205892 branch le_send_packet 
 
 p_le_send_unknown_rsp:
-026a 6800cc68 fetch 1 ,mem_le_ll_unknown_type 
-026b e0a08000 istore 1 ,contw 
-026c 18000402 force 2 ,temp 
-026d 20205892 branch le_send_packet 
+0268 6800cc68 fetch 1 ,mem_le_ll_unknown_type 
+0269 e0a08000 istore 1 ,contw 
+026a 18000402 force 2 ,temp 
+026b 20205892 branch le_send_packet 
 
 p_le_send_conn_param_req:
-026e 18a08bff increase -1 ,contw 
-026f 68044c6c fetch 8 ,mem_le_connection_updata_param 
+026c 18a08bff increase -1 ,contw 
+026d 68044c6c fetch 8 ,mem_le_connection_updata_param 
+026e e0a40000 istore 8 ,contw 
+026f e8c40000 ifetch 8 ,contr 
 0270 e0a40000 istore 8 ,contw 
-0271 e8c40000 ifetch 8 ,contr 
-0272 e0a40000 istore 8 ,contw 
-0273 18000202 force 2 ,type 
-0274 2020588a branch le_send_autolen 
+0271 18000202 force 2 ,type 
+0272 2020588a branch le_send_autolen 
 
 p_le_prepare_smp:
-0275 6800c444 fetch 1 ,mem_le_l2cap 
-0276 c004d719 beq smp_identity_address_information ,le_send_smp_identity_address_information + 2 
-0277 c001027a beq smp_pairing_response ,p_le_send_smp_pairing_response 
-0278 c003d70d beq smp_master_identification ,le_send_smp_master_identification + 2 
-0279 20205656 branch le_prepare_smp0 
+0273 6800c444 fetch 1 ,mem_le_l2cap 
+0274 c004d719 beq smp_identity_address_information ,le_send_smp_identity_address_information + 2 
+0275 c0010278 beq smp_pairing_response ,p_le_send_smp_pairing_response 
+0276 c003d70d beq smp_master_identification ,le_send_smp_master_identification + 2 
+0277 20205656 branch le_prepare_smp0 
 
 p_le_send_smp_pairing_response:
-027a 59000302 setarg param_smp_paring_response 
-027b 6001c4b5 store 3 ,mem_le_pres 
-027c 58000001 setarg 0x01 
-027d e0a08000 istore 1 ,contw 
-027e 58010010 setarg param_smp_key_dist0 
-027f e0a18000 istore 3 ,contw 
-0280 202056f1 branch le_send_smp_pairing_response + 4 
+0278 59000302 setarg param_smp_paring_response 
+0279 6001c4b5 store 3 ,mem_le_pres 
+027a 58000001 setarg 0x01 
+027b e0a08000 istore 1 ,contw 
+027c 58010010 setarg param_smp_key_dist0 
+027d e0a18000 istore 3 ,contw 
+027e 202056f1 branch le_send_smp_pairing_response + 4 
 
 p_lerx_nopayload:
-0281 09800018 parse 3 ,0 ,24 
-0282 78287c00 enable swfine 
-0283 db600664 arg param_sifs ,27 
-0284 1fef7e00 rshift32 pdata ,pdata 
-0285 1ff17e00 rshift16 pdata ,pdata 
-0286 e0a18000 istore 3 ,contw 
-0287 2023375c branch end_of_packet ,6 
-0288 7836fc00 enable match 
-0289 68008017 fetch 1 ,mem_last_freq 
-028a 1fe0a200 add pdata ,0 ,rega 
-028b 202054af branch lerx_nopayload + 12 
+027f 09800018 parse 3 ,0 ,24 
+0280 78287c00 enable swfine 
+0281 db600664 arg param_sifs ,27 
+0282 1fef7e00 rshift32 pdata ,pdata 
+0283 1ff17e00 rshift16 pdata ,pdata 
+0284 e0a18000 istore 3 ,contw 
+0285 2023375c branch end_of_packet ,6 
+0286 7836fc00 enable match 
+0287 68008017 fetch 1 ,mem_last_freq 
+0288 1fe0a200 add pdata ,0 ,rega 
+0289 202054af branch lerx_nopayload + 12 
 
 p_le_parse_att:
-028c e8c18000 ifetch 3 ,contr 
-028d 600183f9 store 3 ,mem_le_att_opcode 
-028e c0290292 beq attop_write_command ,p_le_parse_att_write_command 
-028f c00102a4 beq attop_exchange_mtu_request ,p_le_parse_att_exchange_mtu_request 
-0290 c0090298 beq attop_write_request ,p_le_parse_att_write_request 
-0291 20205907 branch le_parse_att_p 
+028a e8c18000 ifetch 3 ,contr 
+028b 600183f9 store 3 ,mem_le_att_opcode 
+028c c0290290 beq attop_write_command ,p_le_parse_att_write_command 
+028d c00102a2 beq attop_exchange_mtu_request ,p_le_parse_att_exchange_mtu_request 
+028e c0090296 beq attop_write_request ,p_le_parse_att_write_request 
+028f 20205907 branch le_parse_att_p 
 
 p_le_parse_att_write_command:
-0292 704d3801 jam 1 ,mem_reconnect_continue 
-0293 680103fa fetch 2 ,mem_le_att_handle 
-0294 c00f8296 beq 0x1f ,p_handle_num 
-0295 202059ed branch le_parse_att_write_command 
+0290 704d3801 jam 1 ,mem_reconnect_continue 
+0291 680103fa fetch 2 ,mem_le_att_handle 
+0292 c00f8294 beq 0x1f ,p_handle_num 
+0293 202059ed branch le_parse_att_write_command 
 
 p_handle_num:
-0296 d8c00349 arg mem_le_rxbuf + 9 ,contr 
-0297 2020022e branch p_hid_rx_process_data_hid_kb 
+0294 d8c00349 arg mem_le_rxbuf + 9 ,contr 
+0295 2020022c branch p_hid_rx_process_data_hid_kb 
 
 p_le_parse_att_write_request:
-0298 680103fa fetch 2 ,mem_le_att_handle 
-0299 1fe67c1f sub pdata ,0x1f ,null 
-029a 20428296 call p_handle_num ,zero 
-029b 680103fa fetch 2 ,mem_le_att_handle 
-029c 68094cbc fetcht 2 ,mem_att_report3 
-029d 18408401 increase 1 ,temp 
-029e 98467c00 isub temp ,null 
-029f 202282a1 branch p_key_data_send ,zero 
-02a0 202059ca branch le_parse_att_write_request 
+0296 680103fa fetch 2 ,mem_le_att_handle 
+0297 1fe67c1f sub pdata ,0x1f ,null 
+0298 20428294 call p_handle_num ,zero 
+0299 680103fa fetch 2 ,mem_le_att_handle 
+029a 68094cbc fetcht 2 ,mem_att_report3 
+029b 18408401 increase 1 ,temp 
+029c 98467c00 isub temp ,null 
+029d 2022829f branch p_key_data_send ,zero 
+029e 202059ca branch le_parse_att_write_request 
 
 p_key_data_send:
-02a1 700b7d34 jam bt_evt_le_protocol_connected ,mem_fifo_temp 
-02a2 20407c27 call ui_ipc_send_event 
-02a3 202059ca branch le_parse_att_write_request 
+029f 700b7d34 jam bt_evt_le_protocol_connected ,mem_fifo_temp 
+02a0 20407c27 call ui_ipc_send_event 
+02a1 202059ca branch le_parse_att_write_request 
 
 p_le_parse_att_exchange_mtu_request:
-02a4 700b7d03 jam attop_exchange_mtu_response ,mem_fifo_temp 
-02a5 20205620 branch le_xtype_fifo_in 
+02a2 700b7d03 jam attop_exchange_mtu_response ,mem_fifo_temp 
+02a3 20205620 branch le_xtype_fifo_in 
 
 p_le_prepare_att:
-02a6 6800c444 fetch 1 ,mem_le_l2cap 
-02a7 c00d83de beq attop_handle_value_notification ,p_le_send_att_handle_value_notification 
-02a8 c00e83de beq attop_handle_value_indication ,p_le_send_att_handle_value_indication 
-02a9 c0088372 beq attop_read_by_group_type_response ,p_le_send_att_read_by_group_type_response 
-02aa c0048324 beq attop_read_by_type_response ,p_le_send_att_read_by_type_response 
-02ab c0028312 beq attop_find_information_response ,p_le_send_att_find_information_response 
-02ac c00382c6 beq attop_find_by_type_value_response ,p_le_send_att_find_by_type_value_response 
-02ad c009d85c beq attop_write_response ,le_send_att_write_response_go 
-02ae c00182b7 beq attop_exchange_mtu_response ,p_le_send_att_exchange_mtu_rsp 
-02af c00582ba beq attop_read_response ,p_le_send_att_read_response 
-02b0 c00682b2 beq attop_read_blob_response ,p_le_send_att_read_blob_response 
-02b1 20205666 branch le_prepare_att0 
+02a4 6800c444 fetch 1 ,mem_le_l2cap 
+02a5 c00d83dc beq attop_handle_value_notification ,p_le_send_att_handle_value_notification 
+02a6 c00e83dc beq attop_handle_value_indication ,p_le_send_att_handle_value_indication 
+02a7 c0088370 beq attop_read_by_group_type_response ,p_le_send_att_read_by_group_type_response 
+02a8 c0048322 beq attop_read_by_type_response ,p_le_send_att_read_by_type_response 
+02a9 c0028310 beq attop_find_information_response ,p_le_send_att_find_information_response 
+02aa c00382c4 beq attop_find_by_type_value_response ,p_le_send_att_find_by_type_value_response 
+02ab c009d85c beq attop_write_response ,le_send_att_write_response_go 
+02ac c00182b5 beq attop_exchange_mtu_response ,p_le_send_att_exchange_mtu_rsp 
+02ad c00582b8 beq attop_read_response ,p_le_send_att_read_response 
+02ae c00682b0 beq attop_read_blob_response ,p_le_send_att_read_blob_response 
+02af 20205666 branch le_prepare_att0 
 
 p_le_send_att_read_blob_response:
-02b2 680103fa fetch 2 ,mem_le_att_handle 
-02b3 c00382b5 beq 7 ,p_le_send_att_read_blob_response_error 
-02b4 202057d6 branch le_send_att_read_blob_response 
+02b0 680103fa fetch 2 ,mem_le_att_handle 
+02b1 c00382b3 beq 7 ,p_le_send_att_read_blob_response_error 
+02b2 202057d6 branch le_send_att_read_blob_response 
 
 p_le_send_att_read_blob_response_error:
-02b5 7003fc07 jam att_err_invalid_offset ,mem_le_err_code 
-02b6 20205729 branch le_send_att_error_response 
+02b3 7003fc07 jam att_err_invalid_offset ,mem_le_err_code 
+02b4 20205729 branch le_send_att_error_response 
 
 p_le_send_att_exchange_mtu_rsp:
 
 p_le_send_att_exchange_mtu_req:
-02b7 68014c6a fetch 2 ,mem_le_local_mtu 
-02b8 e0a10000 istore 2 ,contw 
-02b9 2020588a branch le_send_autolen 
+02b5 68014c6a fetch 2 ,mem_le_local_mtu 
+02b6 e0a10000 istore 2 ,contw 
+02b7 2020588a branch le_send_autolen 
 
 p_le_send_att_read_response:
-02ba 680103fa fetch 2 ,mem_le_att_handle 
-02bb c00702bd beq 14 ,p_le_send_att_read_response_error 
-02bc 202057c6 branch le_send_att_read_response 
+02b8 680103fa fetch 2 ,mem_le_att_handle 
+02b9 c00702bb beq 14 ,p_le_send_att_read_response_error 
+02ba 202057c6 branch le_send_att_read_response 
 
 p_le_send_att_read_response_error:
-02bd 6800cc69 fetch 1 ,mem_le_pairing_state 
-02be c08057c6 bne flag_le_pairing_null ,le_send_att_read_response 
-02bf 6800cc7c fetch 1 ,mem_ltk_states 
-02c0 c001d7c6 beq ltk_not_lost ,le_send_att_read_response 
-02c1 18a20400 copy contw ,temp 
-02c2 704c6901 jam flag_le_pairing_start ,mem_le_pairing_state 
-02c3 18420a00 copy temp ,contw 
-02c4 7003fc05 jam att_err_insufficient_authentication ,mem_le_err_code 
-02c5 20205729 branch le_send_att_error_response 
+02bb 6800cc69 fetch 1 ,mem_le_pairing_state 
+02bc c08057c6 bne flag_le_pairing_null ,le_send_att_read_response 
+02bd 6800cc7c fetch 1 ,mem_ltk_states 
+02be c001d7c6 beq ltk_not_lost ,le_send_att_read_response 
+02bf 18a20400 copy contw ,temp 
+02c0 704c6901 jam flag_le_pairing_start ,mem_le_pairing_state 
+02c1 18420a00 copy temp ,contw 
+02c2 7003fc05 jam att_err_insufficient_authentication ,mem_le_err_code 
+02c3 20205729 branch le_send_att_error_response 
 
 p_le_send_att_find_by_type_value_response:
-02c6 2040577b call le_start_end_handle_check_1 
-02c7 20740000 rtn user 
-02c8 680944c0 fetcht 2 ,mem_le_search_att_type 
-02c9 58001812 setarg uuid_service_hids 
-02ca 98467c00 isub temp ,null 
-02cb 202282df branch p_le_send_att_find_value_by_type_hid ,zero 
-02cc 5800180f setarg uuid_service_battery 
-02cd 98467c00 isub temp ,null 
-02ce 202282e1 branch p_le_send_att_find_value_by_type_battery ,zero 
-02cf 5800180a setarg uuid_service_device_info 
-02d0 98467c00 isub temp ,null 
-02d1 202282e5 branch p_le_send_att_find_value_by_type_device_info ,zero 
-02d2 58001801 setarg uuid_service_generic_att 
-02d3 98467c00 isub temp ,null 
-02d4 202282e3 branch p_le_send_att_find_value_by_type_gatt ,zero 
-02d5 20205754 branch le_send_att_find_by_type_value_response + 2 
+02c4 2040577b call le_start_end_handle_check_1 
+02c5 20740000 rtn user 
+02c6 680944c0 fetcht 2 ,mem_le_search_att_type 
+02c7 58001812 setarg uuid_service_hids 
+02c8 98467c00 isub temp ,null 
+02c9 202282dd branch p_le_send_att_find_value_by_type_hid ,zero 
+02ca 5800180f setarg uuid_service_battery 
+02cb 98467c00 isub temp ,null 
+02cc 202282df branch p_le_send_att_find_value_by_type_battery ,zero 
+02cd 5800180a setarg uuid_service_device_info 
+02ce 98467c00 isub temp ,null 
+02cf 202282e3 branch p_le_send_att_find_value_by_type_device_info ,zero 
+02d0 58001801 setarg uuid_service_generic_att 
+02d1 98467c00 isub temp ,null 
+02d2 202282e1 branch p_le_send_att_find_value_by_type_gatt ,zero 
+02d3 20205754 branch le_send_att_find_by_type_value_response + 2 
 
 p_le_send_find_value_by_type:
-02d6 6800cc7f fetch 1 ,mem_shutter_find_type_value_flag 
-02d7 d8400000 arg 0 ,temp 
-02d8 f9200400 qset1 temp 
-02d9 98417e00 iand temp ,pdata 
-02da c0805728 bne 0 ,le_send_att_error_response_notfound 
-02db 6800cc7f fetch 1 ,mem_shutter_find_type_value_flag 
-02dc f9207e00 qset1 pdata 
-02dd 6000cc7f store 1 ,mem_shutter_find_type_value_flag 
-02de 202002e7 branch p_le_send_att_find_value_by_type_command 
+02d4 6800cc7f fetch 1 ,mem_shutter_find_type_value_flag 
+02d5 d8400000 arg 0 ,temp 
+02d6 f9200400 qset1 temp 
+02d7 98417e00 iand temp ,pdata 
+02d8 c0805728 bne 0 ,le_send_att_error_response_notfound 
+02d9 6800cc7f fetch 1 ,mem_shutter_find_type_value_flag 
+02da f9207e00 qset1 pdata 
+02db 6000cc7f store 1 ,mem_shutter_find_type_value_flag 
+02dc 202002e5 branch p_le_send_att_find_value_by_type_command 
 
 p_le_send_att_find_value_by_type_hid:
-02df d8e00000 arg le_find_type_value_hid_bit ,queue 
-02e0 202002d6 branch p_le_send_find_value_by_type 
+02dd d8e00000 arg le_find_type_value_hid_bit ,queue 
+02de 202002d4 branch p_le_send_find_value_by_type 
 
 p_le_send_att_find_value_by_type_battery:
-02e1 d8e00001 arg le_find_type_value_battery_bit ,queue 
-02e2 202002d6 branch p_le_send_find_value_by_type 
+02df d8e00001 arg le_find_type_value_battery_bit ,queue 
+02e0 202002d4 branch p_le_send_find_value_by_type 
 
 p_le_send_att_find_value_by_type_gatt:
-02e3 d8e00003 arg le_find_type_value_gatt_bit ,queue 
-02e4 202002d6 branch p_le_send_find_value_by_type 
+02e1 d8e00003 arg le_find_type_value_gatt_bit ,queue 
+02e2 202002d4 branch p_le_send_find_value_by_type 
 
 p_le_send_att_find_value_by_type_device_info:
-02e5 d8e00002 arg le_find_type_value_device_info_bit ,queue 
-02e6 202002d6 branch p_le_send_find_value_by_type 
+02e3 d8e00002 arg le_find_type_value_device_info_bit ,queue 
+02e4 202002d4 branch p_le_send_find_value_by_type 
 
 p_le_send_att_find_value_by_type_command:
-02e7 680144c0 fetch 2 ,mem_le_search_att_type 
-02e8 1fe22200 copy pdata ,rega 
-02e9 680944c4 fetcht 2 ,mem_le_uuid 
-02ea 18422400 copy temp ,regb 
-02eb 204002ee call p_find_type_value_start_handle 
-02ec 202282f9 branch p_le_save_find_value_handle ,zero 
-02ed 20205728 branch le_send_att_error_response_notfound 
+02e5 680144c0 fetch 2 ,mem_le_search_att_type 
+02e6 1fe22200 copy pdata ,rega 
+02e7 680944c4 fetcht 2 ,mem_le_uuid 
+02e8 18422400 copy temp ,regb 
+02e9 204002ec call p_find_type_value_start_handle 
+02ea 202282f7 branch p_le_save_find_value_handle ,zero 
+02eb 20205728 branch le_send_att_error_response_notfound 
 
 p_find_type_value_start_handle:
-02ee d8c04504 arg mem_le_att_list ,contr 
+02ec d8c04504 arg mem_le_att_list ,contr 
 
 p_find_type_value_start_handle_loop:
-02ef e8c10000 ifetch 2 ,contr 
-02f0 207a0000 rtn blank 
-02f1 e8c18000 ifetch 3 ,contr 
-02f2 e8c10000 ifetch 2 ,contr 
-02f3 9a267c00 isub rega ,null 
-02f4 20628000 rtn zero 
-02f5 18c08dfd increase -3 ,contr 
-02f6 e8c08000 ifetch 1 ,contr 
-02f7 98c08c00 iadd contr ,contr 
-02f8 202002ef branch p_find_type_value_start_handle_loop 
+02ed e8c10000 ifetch 2 ,contr 
+02ee 207a0000 rtn blank 
+02ef e8c18000 ifetch 3 ,contr 
+02f0 e8c10000 ifetch 2 ,contr 
+02f1 9a267c00 isub rega ,null 
+02f2 20628000 rtn zero 
+02f3 18c08dfd increase -3 ,contr 
+02f4 e8c08000 ifetch 1 ,contr 
+02f5 98c08c00 iadd contr ,contr 
+02f6 202002ed branch p_find_type_value_start_handle_loop 
 
 p_le_save_find_value_handle:
-02f9 18c08df9 increase -7 ,contr 
-02fa e8c10000 ifetch 2 ,contr 
-02fb 60014c61 store 2 ,mem_le_find_type_value_start_handle 
-02fc 20400307 call p_find_type_value_end_handle 
-02fd 203a5728 branch le_send_att_error_response_notfound ,blank 
-02fe 18c08dfc increase -4 ,contr 
-02ff e8c10000 ifetch 2 ,contr 
-0300 1fe0ffff increase -1 ,pdata 
-0301 60014c63 store 2 ,mem_le_find_type_value_end_handle 
-0302 70444407 jam attop_find_by_type_value_response ,mem_le_l2cap 
-0303 68024c61 fetch 4 ,mem_le_find_type_value_start_handle 
-0304 60024445 store 4 ,mem_le_l2cap_response 
-0305 18000409 force 9 ,temp 
-0306 20205892 branch le_send_packet 
+02f7 18c08df9 increase -7 ,contr 
+02f8 e8c10000 ifetch 2 ,contr 
+02f9 60014c61 store 2 ,mem_le_find_type_value_start_handle 
+02fa 20400305 call p_find_type_value_end_handle 
+02fb 203a5728 branch le_send_att_error_response_notfound ,blank 
+02fc 18c08dfc increase -4 ,contr 
+02fd e8c10000 ifetch 2 ,contr 
+02fe 1fe0ffff increase -1 ,pdata 
+02ff 60014c63 store 2 ,mem_le_find_type_value_end_handle 
+0300 70444407 jam attop_find_by_type_value_response ,mem_le_l2cap 
+0301 68024c61 fetch 4 ,mem_le_find_type_value_start_handle 
+0302 60024445 store 4 ,mem_le_l2cap_response 
+0303 18000409 force 9 ,temp 
+0304 20205892 branch le_send_packet 
 
 p_find_type_value_end_handle:
-0307 e8c10000 ifetch 2 ,contr 
-0308 e8c08000 ifetch 1 ,contr 
-0309 98c08c00 iadd contr ,contr 
+0305 e8c10000 ifetch 2 ,contr 
+0306 e8c08000 ifetch 1 ,contr 
+0307 98c08c00 iadd contr ,contr 
 
 p_find_type_value_end_handle_loop:
+0308 e8c10000 ifetch 2 ,contr 
+0309 207a0000 rtn blank 
 030a e8c10000 ifetch 2 ,contr 
-030b 207a0000 rtn blank 
-030c e8c10000 ifetch 2 ,contr 
-030d 9a467c00 isub regb ,null 
-030e 20628000 rtn zero 
-030f e8c08000 ifetch 1 ,contr 
-0310 98c08c00 iadd contr ,contr 
-0311 2020030a branch p_find_type_value_end_handle_loop 
+030b 9a467c00 isub regb ,null 
+030c 20628000 rtn zero 
+030d e8c08000 ifetch 1 ,contr 
+030e 98c08c00 iadd contr ,contr 
+030f 20200308 branch p_find_type_value_end_handle_loop 
 
 p_le_send_att_find_information_response:
-0312 d9600003 arg 3 ,timeup 
-0313 18007e01 force 1 ,pdata 
-0314 6000c445 store 1 ,mem_le_l2cap_response 
-0315 20405a74 call le_init_attlist_search 
+0310 d9600003 arg 3 ,timeup 
+0311 18007e01 force 1 ,pdata 
+0312 6000c445 store 1 ,mem_le_l2cap_response 
+0313 20405a74 call le_init_attlist_search 
 
 p_le_send_att_find_information_res_loop:
-0316 20405a7d call le_att_handle_inrange 
-0317 203a5746 branch le_send_att_find_information_res_end ,blank 
-0318 24210322 nbranch p_le_send_att_find_information_res_next ,positive 
-0319 78547c00 disable user 
+0314 20405a7d call le_att_handle_inrange 
+0315 203a5746 branch le_send_att_find_information_res_end ,blank 
+0316 24210320 nbranch p_le_send_att_find_information_res_next ,positive 
+0317 78547c00 disable user 
+0318 e0a10000 istore 2 ,contw 
+0319 e8c10000 ifetch 2 ,contr 
 031a e0a10000 istore 2 ,contw 
-031b e8c10000 ifetch 2 ,contr 
-031c e0a10000 istore 2 ,contw 
-031d 196097ff increase -1 ,timeup 
-031e 2022d746 branch le_send_att_find_information_res_end ,zero 
+031b 196097ff increase -1 ,timeup 
+031c 2022d746 branch le_send_att_find_information_res_end ,zero 
 
 p_le_send_att_find_information_res_cont:
-031f e8c08000 ifetch 1 ,contr 
-0320 98c08c00 iadd contr ,contr 
-0321 20200316 branch p_le_send_att_find_information_res_loop 
+031d e8c08000 ifetch 1 ,contr 
+031e 98c08c00 iadd contr ,contr 
+031f 20200314 branch p_le_send_att_find_information_res_loop 
 
 p_le_send_att_find_information_res_next:
-0322 18c08c02 increase 2 ,contr 
-0323 2020031f branch p_le_send_att_find_information_res_cont 
+0320 18c08c02 increase 2 ,contr 
+0321 2020031d branch p_le_send_att_find_information_res_cont 
 
 p_le_send_att_read_by_type_response:
-0324 680944c0 fetcht 2 ,mem_le_search_att_type 
-0325 58002a00 setarg uuid_chrctr_device_name 
-0326 98467c00 isub temp ,null 
-0327 20228364 branch p_le_send_att_read_by_type_res_device_name ,zero 
-0328 58002a50 setarg uuid_pnp_id 
-0329 98467c00 isub temp ,null 
-032a 2022836f branch p_le_send_att_read_by_type_res_pnp_id ,zero 
-032b 58002803 setarg uuid_gatt_characteristic 
-032c 98467c00 isub temp ,null 
-032d 2422d728 nbranch le_send_att_error_response_notfound ,zero 
-032e 680144bc fetch 2 ,mem_le_search_handle_start 
-032f 600102a0 store 2 ,mem_temp 
-0330 78347c00 enable user 
+0322 680944c0 fetcht 2 ,mem_le_search_att_type 
+0323 58002a00 setarg uuid_chrctr_device_name 
+0324 98467c00 isub temp ,null 
+0325 20228362 branch p_le_send_att_read_by_type_res_device_name ,zero 
+0326 58002a50 setarg uuid_pnp_id 
+0327 98467c00 isub temp ,null 
+0328 2022836d branch p_le_send_att_read_by_type_res_pnp_id ,zero 
+0329 58002803 setarg uuid_gatt_characteristic 
+032a 98467c00 isub temp ,null 
+032b 2422d728 nbranch le_send_att_error_response_notfound ,zero 
+032c 680144bc fetch 2 ,mem_le_search_handle_start 
+032d 600102a0 store 2 ,mem_temp 
+032e 78347c00 enable user 
 
 p_le_send_att_read_by_type_response_loop:
-0331 204003b6 call p_le_att_handle_inrange 
-0332 24210340 nbranch p_le_send_att_read_by_type_response_end ,positive 
-0333 680902a0 fetcht 2 ,mem_temp 
-0334 204003be call p_le_att_get_handle_info 
-0335 c0008340 beq 1 ,p_le_send_att_read_by_type_response_end 
-0336 204003ba call p_le_att_same_type 
-0337 2422833e nbranch p_le_send_att_read_by_type_response_next_handle ,zero 
-0338 78547c00 disable user 
-0339 20400342 call p_le_send_att_read_by_type_write_properties 
-033a 204003a4 call p_le_att_next_handle 
-033b 204003be call p_le_att_get_handle_info 
-033c 2040034a call p_le_send_att_read_by_type_write_uuid 
-033d 20200340 branch p_le_send_att_read_by_type_response_end 
+032f 204003b4 call p_le_att_handle_inrange 
+0330 2421033e nbranch p_le_send_att_read_by_type_response_end ,positive 
+0331 680902a0 fetcht 2 ,mem_temp 
+0332 204003bc call p_le_att_get_handle_info 
+0333 c000833e beq 1 ,p_le_send_att_read_by_type_response_end 
+0334 204003b8 call p_le_att_same_type 
+0335 2422833c nbranch p_le_send_att_read_by_type_response_next_handle ,zero 
+0336 78547c00 disable user 
+0337 20400340 call p_le_send_att_read_by_type_write_properties 
+0338 204003a2 call p_le_att_next_handle 
+0339 204003bc call p_le_att_get_handle_info 
+033a 20400348 call p_le_send_att_read_by_type_write_uuid 
+033b 2020033e branch p_le_send_att_read_by_type_response_end 
 
 p_le_send_att_read_by_type_response_next_handle:
-033e 204003a4 call p_le_att_next_handle 
-033f 20200331 branch p_le_send_att_read_by_type_response_loop 
+033c 204003a2 call p_le_att_next_handle 
+033d 2020032f branch p_le_send_att_read_by_type_response_loop 
 
 p_le_send_att_read_by_type_response_end:
-0340 20345728 branch le_send_att_error_response_notfound ,user 
-0341 202003dc branch p_le_send_auto_len_by_mem 
+033e 20345728 branch le_send_att_error_response_notfound ,user 
+033f 202003da branch p_le_send_auto_len_by_mem 
 
 p_le_send_att_read_by_type_write_properties:
-0342 680102a0 fetch 2 ,mem_temp 
-0343 60014446 store 2 ,mem_le_l2cap_response + 1 
-0344 6800cc67 fetch 1 ,mem_le_search_len 
-0345 1fe27200 copy pdata ,loopcnt 
-0346 204003d3 call p_get_contr 
-0347 d8a04448 arg mem_le_l2cap_response + 3 ,contw 
-0348 20407e45 call memcpy 
-0349 202003d6 branch p_store_contw 
+0340 680102a0 fetch 2 ,mem_temp 
+0341 60014446 store 2 ,mem_le_l2cap_response + 1 
+0342 6800cc67 fetch 1 ,mem_le_search_len 
+0343 1fe27200 copy pdata ,loopcnt 
+0344 204003d1 call p_get_contr 
+0345 d8a04448 arg mem_le_l2cap_response + 3 ,contw 
+0346 20407e45 call memcpy 
+0347 202003d4 branch p_store_contw 
 
 p_le_send_att_read_by_type_write_uuid:
-034a 68094c65 fetcht 2 ,mem_le_cur_att_type 
-034b 184cfe00 rshift8 temp ,pdata 
-034c c082835c bne 0x05 ,p_le_send_att_read_by_type_write_short_uuid 
-034d 204003d0 call p_get_contw 
-034e 680102a0 fetch 2 ,mem_temp 
-034f e0a10000 istore 2 ,contw 
-0350 204003d6 call p_store_contw 
-0351 58004504 setarg mem_le_att_list 
-0352 98408c00 iadd temp ,contr 
-0353 e8c08000 ifetch 1 ,contr 
-0354 18c20400 copy contr ,temp 
-0355 1fe27200 copy pdata ,loopcnt 
-0356 1fe0fe05 increase 5 ,pdata 
-0357 6000c445 store 1 ,mem_le_l2cap_response 
-0358 204003d0 call p_get_contw 
-0359 18420c00 copy temp ,contr 
-035a 20407e45 call memcpy 
-035b 202003d6 branch p_store_contw 
+0348 68094c65 fetcht 2 ,mem_le_cur_att_type 
+0349 184cfe00 rshift8 temp ,pdata 
+034a c082835a bne 0x05 ,p_le_send_att_read_by_type_write_short_uuid 
+034b 204003ce call p_get_contw 
+034c 680102a0 fetch 2 ,mem_temp 
+034d e0a10000 istore 2 ,contw 
+034e 204003d4 call p_store_contw 
+034f 58004504 setarg mem_le_att_list 
+0350 98408c00 iadd temp ,contr 
+0351 e8c08000 ifetch 1 ,contr 
+0352 18c20400 copy contr ,temp 
+0353 1fe27200 copy pdata ,loopcnt 
+0354 1fe0fe05 increase 5 ,pdata 
+0355 6000c445 store 1 ,mem_le_l2cap_response 
+0356 204003ce call p_get_contw 
+0357 18420c00 copy temp ,contr 
+0358 20407e45 call memcpy 
+0359 202003d4 branch p_store_contw 
 
 p_le_send_att_read_by_type_write_short_uuid:
-035c 204003d0 call p_get_contw 
-035d 680102a0 fetch 2 ,mem_temp 
+035a 204003ce call p_get_contw 
+035b 680102a0 fetch 2 ,mem_temp 
+035c e0a10000 istore 2 ,contw 
+035d 68014c65 fetch 2 ,mem_le_cur_att_type 
 035e e0a10000 istore 2 ,contw 
-035f 68014c65 fetch 2 ,mem_le_cur_att_type 
-0360 e0a10000 istore 2 ,contw 
-0361 204003d6 call p_store_contw 
-0362 70444507 jam 7 ,mem_le_l2cap_response 
-0363 20600000 rtn 
+035f 204003d4 call p_store_contw 
+0360 70444507 jam 7 ,mem_le_l2cap_response 
+0361 20600000 rtn 
 
 p_le_send_att_read_by_type_res_device_name:
-0364 20405b08 call le_get_device_name 
+0362 20405b08 call le_get_device_name 
 
 p_le_send_att_read_by_type_res_packet:
-0365 e8c08000 ifetch 1 ,contr 
-0366 1fe27200 copy pdata ,loopcnt 
-0367 1fe0fe02 increase 2 ,pdata 
-0368 6000c445 store 1 ,mem_le_l2cap_response 
-0369 18c08dfb increase -5 ,contr 
-036a e8c10000 ifetch 2 ,contr 
-036b e0a10000 istore 2 ,contw 
-036c 18c08c03 increase 3 ,contr 
-036d 20407e45 call memcpy 
-036e 2020588a branch le_send_autolen 
+0363 e8c08000 ifetch 1 ,contr 
+0364 1fe27200 copy pdata ,loopcnt 
+0365 1fe0fe02 increase 2 ,pdata 
+0366 6000c445 store 1 ,mem_le_l2cap_response 
+0367 18c08dfb increase -5 ,contr 
+0368 e8c10000 ifetch 2 ,contr 
+0369 e0a10000 istore 2 ,contw 
+036a 18c08c03 increase 3 ,contr 
+036b 20407e45 call memcpy 
+036c 2020588a branch le_send_autolen 
 
 p_le_send_att_read_by_type_res_pnp_id:
-036f d8402a50 arg uuid_pnp_id ,temp 
-0370 20405b0c call le_att_get_uuid_ptr 
-0371 20200365 branch p_le_send_att_read_by_type_res_packet 
+036d d8402a50 arg uuid_pnp_id ,temp 
+036e 20405b0c call le_att_get_uuid_ptr 
+036f 20200363 branch p_le_send_att_read_by_type_res_packet 
 
 p_le_send_att_read_by_group_type_response:
-0372 d9600002 arg 2 ,timeup 
-0373 680144bc fetch 2 ,mem_le_search_handle_start 
-0374 600102a0 store 2 ,mem_temp 
-0375 700d5c00 jam 0 ,mem_le_search_res 
-0376 78347c00 enable user 
+0370 d9600002 arg 2 ,timeup 
+0371 680144bc fetch 2 ,mem_le_search_handle_start 
+0372 600102a0 store 2 ,mem_temp 
+0373 700d5c00 jam 0 ,mem_le_search_res 
+0374 78347c00 enable user 
 
 p_le_send_att_read_by_group_type_response_loop:
-0377 204003b6 call p_le_att_handle_inrange 
-0378 2421039a nbranch p_le_send_att_read_by_group_type_end0 ,positive 
-0379 680902a0 fetcht 2 ,mem_temp 
-037a 204003be call p_le_att_get_handle_info 
-037b c000839d beq 1 ,p_le_send_att_read_by_group_type_end1 
-037c 204003ba call p_le_att_same_type 
-037d 24228396 nbranch p_le_send_att_read_by_group_type_next_handle ,zero 
-037e 68008d5c fetch 1 ,mem_le_search_res 
-037f c000839d beq 1 ,p_le_send_att_read_by_group_type_end1 
-0380 24340387 nbranch p_le_send_att_read_by_group_type_store_write_record ,user 
-0381 78547c00 disable user 
-0382 6800cc67 fetch 1 ,mem_le_search_len 
-0383 1fe0fe04 increase 4 ,pdata 
-0384 6000c445 store 1 ,mem_le_l2cap_response 
-0385 204003d6 call p_store_contw 
-0386 20200391 branch p_le_send_att_read_by_group_type_store_record 
+0375 204003b4 call p_le_att_handle_inrange 
+0376 24210398 nbranch p_le_send_att_read_by_group_type_end0 ,positive 
+0377 680902a0 fetcht 2 ,mem_temp 
+0378 204003bc call p_le_att_get_handle_info 
+0379 c000839b beq 1 ,p_le_send_att_read_by_group_type_end1 
+037a 204003b8 call p_le_att_same_type 
+037b 24228394 nbranch p_le_send_att_read_by_group_type_next_handle ,zero 
+037c 68008d5c fetch 1 ,mem_le_search_res 
+037d c000839b beq 1 ,p_le_send_att_read_by_group_type_end1 
+037e 24340385 nbranch p_le_send_att_read_by_group_type_store_write_record ,user 
+037f 78547c00 disable user 
+0380 6800cc67 fetch 1 ,mem_le_search_len 
+0381 1fe0fe04 increase 4 ,pdata 
+0382 6000c445 store 1 ,mem_le_l2cap_response 
+0383 204003d4 call p_store_contw 
+0384 2020038f branch p_le_send_att_read_by_group_type_store_record 
 
 p_le_send_att_read_by_group_type_store_write_record:
-0387 6800cc67 fetch 1 ,mem_le_search_len 
-0388 1fe67c10 sub pdata ,0x10 ,null 
-0389 2022839d branch p_le_send_att_read_by_group_type_end1 ,zero 
-038a 6800c445 fetch 1 ,mem_le_l2cap_response 
-038b 1fe67c10 sub pdata ,0x10 ,null 
-038c 2022839d branch p_le_send_att_read_by_group_type_end1 ,zero 
-038d 680102a0 fetch 2 ,mem_temp 
-038e 1fe0ffff increase -1 ,pdata 
-038f 60010d5a store 2 ,mem_le_cur_handle_end 
-0390 204003ad call p_le_write_att_record 
+0385 6800cc67 fetch 1 ,mem_le_search_len 
+0386 1fe67c10 sub pdata ,0x10 ,null 
+0387 2022839b branch p_le_send_att_read_by_group_type_end1 ,zero 
+0388 6800c445 fetch 1 ,mem_le_l2cap_response 
+0389 1fe67c10 sub pdata ,0x10 ,null 
+038a 2022839b branch p_le_send_att_read_by_group_type_end1 ,zero 
+038b 680102a0 fetch 2 ,mem_temp 
+038c 1fe0ffff increase -1 ,pdata 
+038d 60010d5a store 2 ,mem_le_cur_handle_end 
+038e 204003ab call p_le_write_att_record 
 
 p_le_send_att_read_by_group_type_store_record:
-0391 680102a0 fetch 2 ,mem_temp 
-0392 60010d58 store 2 ,mem_le_cur_handle_start 
-0393 204003a8 call p_le_store_att_record 
-0394 196097ff increase -1 ,timeup 
-0395 20228398 branch p_le_send_att_read_by_group_type_last_find ,zero 
+038f 680102a0 fetch 2 ,mem_temp 
+0390 60010d58 store 2 ,mem_le_cur_handle_start 
+0391 204003a6 call p_le_store_att_record 
+0392 196097ff increase -1 ,timeup 
+0393 20228396 branch p_le_send_att_read_by_group_type_last_find ,zero 
 
 p_le_send_att_read_by_group_type_next_handle:
-0396 204003a4 call p_le_att_next_handle 
-0397 20200377 branch p_le_send_att_read_by_group_type_response_loop 
+0394 204003a2 call p_le_att_next_handle 
+0395 20200375 branch p_le_send_att_read_by_group_type_response_loop 
 
 p_le_send_att_read_by_group_type_last_find:
-0398 700d5c01 jam 1 ,mem_le_search_res 
-0399 20200396 branch p_le_send_att_read_by_group_type_next_handle 
+0396 700d5c01 jam 1 ,mem_le_search_res 
+0397 20200394 branch p_le_send_att_read_by_group_type_next_handle 
 
 p_le_send_att_read_by_group_type_end0:
-039a 680102a0 fetch 2 ,mem_temp 
-039b 60010d5a store 2 ,mem_le_cur_handle_end 
-039c 202003a1 branch p_le_send_att_read_by_group_type_end_common 
+0398 680102a0 fetch 2 ,mem_temp 
+0399 60010d5a store 2 ,mem_le_cur_handle_end 
+039a 2020039f branch p_le_send_att_read_by_group_type_end_common 
 
 p_le_send_att_read_by_group_type_end1:
-039d 680102a0 fetch 2 ,mem_temp 
-039e 1fe0ffff increase -1 ,pdata 
-039f 60010d5a store 2 ,mem_le_cur_handle_end 
-03a0 202003a1 branch p_le_send_att_read_by_group_type_end_common 
+039b 680102a0 fetch 2 ,mem_temp 
+039c 1fe0ffff increase -1 ,pdata 
+039d 60010d5a store 2 ,mem_le_cur_handle_end 
+039e 2020039f branch p_le_send_att_read_by_group_type_end_common 
 
 p_le_send_att_read_by_group_type_end_common:
-03a1 20345728 branch le_send_att_error_response_notfound ,user 
-03a2 204003ad call p_le_write_att_record 
-03a3 202003dc branch p_le_send_auto_len_by_mem 
+039f 20345728 branch le_send_att_error_response_notfound ,user 
+03a0 204003ab call p_le_write_att_record 
+03a1 202003da branch p_le_send_auto_len_by_mem 
 
 p_le_att_next_handle:
-03a4 680902a0 fetcht 2 ,mem_temp 
-03a5 18408401 increase 1 ,temp 
-03a6 600902a0 storet 2 ,mem_temp 
-03a7 20600000 rtn 
+03a2 680902a0 fetcht 2 ,mem_temp 
+03a3 18408401 increase 1 ,temp 
+03a4 600902a0 storet 2 ,mem_temp 
+03a5 20600000 rtn 
 
 p_le_store_att_record:
-03a8 6800cc67 fetch 1 ,mem_le_search_len 
-03a9 60008103 store 1 ,mem_tmp_buffer 
-03aa 1fe27200 copy pdata ,loopcnt 
-03ab 204003d3 call p_get_contr 
-03ac 20207e45 branch memcpy 
+03a6 6800cc67 fetch 1 ,mem_le_search_len 
+03a7 60008103 store 1 ,mem_tmp_buffer 
+03a8 1fe27200 copy pdata ,loopcnt 
+03a9 204003d1 call p_get_contr 
+03aa 20207e45 branch memcpy 
 
 p_le_write_att_record:
-03ad 204003d0 call p_get_contw 
-03ae 68010d58 fetch 2 ,mem_le_cur_handle_start 
+03ab 204003ce call p_get_contw 
+03ac 68010d58 fetch 2 ,mem_le_cur_handle_start 
+03ad e0a10000 istore 2 ,contw 
+03ae 68010d5a fetch 2 ,mem_le_cur_handle_end 
 03af e0a10000 istore 2 ,contw 
-03b0 68010d5a fetch 2 ,mem_le_cur_handle_end 
-03b1 e0a10000 istore 2 ,contw 
-03b2 68008103 fetch 1 ,mem_tmp_buffer 
-03b3 1fe27200 copy pdata ,loopcnt 
-03b4 20407e45 call memcpy 
-03b5 202003d6 branch p_store_contw 
+03b0 68008103 fetch 1 ,mem_tmp_buffer 
+03b1 1fe27200 copy pdata ,loopcnt 
+03b2 20407e45 call memcpy 
+03b3 202003d4 branch p_store_contw 
 
 p_le_att_handle_inrange:
-03b6 680902a0 fetcht 2 ,mem_temp 
-03b7 680144be fetch 2 ,mem_le_search_handle_end 
-03b8 98467c00 isub temp ,null 
-03b9 20600000 rtn 
+03b4 680902a0 fetcht 2 ,mem_temp 
+03b5 680144be fetch 2 ,mem_le_search_handle_end 
+03b6 98467c00 isub temp ,null 
+03b7 20600000 rtn 
 
 p_le_att_same_type:
-03ba 680144c0 fetch 2 ,mem_le_search_att_type 
-03bb 68094c65 fetcht 2 ,mem_le_cur_att_type 
-03bc 98467c00 isub temp ,null 
-03bd 20600000 rtn 
+03b8 680144c0 fetch 2 ,mem_le_search_att_type 
+03b9 68094c65 fetcht 2 ,mem_le_cur_att_type 
+03ba 98467c00 isub temp ,null 
+03bb 20600000 rtn 
 
 p_le_att_get_handle_info:
-03be d8c04504 arg mem_le_att_list ,contr 
-03bf 18422200 copy temp ,rega 
+03bc d8c04504 arg mem_le_att_list ,contr 
+03bd 18422200 copy temp ,rega 
 
 p_le_att_get_handle_loop:
-03c0 e8c10000 ifetch 2 ,contr 
-03c1 203a03c9 branch p_le_att_unfind_handle ,blank 
-03c2 e8c90000 ifetcht 2 ,contr 
-03c3 60094c65 storet 2 ,mem_le_cur_att_type 
-03c4 9a267c00 isub rega ,null 
-03c5 202283cb branch p_le_att_finded_handle ,zero 
-03c6 e8c08000 ifetch 1 ,contr 
-03c7 98c08c00 iadd contr ,contr 
-03c8 202003c0 branch p_le_att_get_handle_loop 
+03be e8c10000 ifetch 2 ,contr 
+03bf 203a03c7 branch p_le_att_unfind_handle ,blank 
+03c0 e8c90000 ifetcht 2 ,contr 
+03c1 60094c65 storet 2 ,mem_le_cur_att_type 
+03c2 9a267c00 isub rega ,null 
+03c3 202283c9 branch p_le_att_finded_handle ,zero 
+03c4 e8c08000 ifetch 1 ,contr 
+03c5 98c08c00 iadd contr ,contr 
+03c6 202003be branch p_le_att_get_handle_loop 
 
 p_le_att_unfind_handle:
-03c9 58000001 setarg 1 
-03ca 20600000 rtn 
+03c7 58000001 setarg 1 
+03c8 20600000 rtn 
 
 p_le_att_finded_handle:
-03cb e8c08000 ifetch 1 ,contr 
-03cc 6000cc67 store 1 ,mem_le_search_len 
-03cd 204003d9 call p_store_contr 
-03ce 58000000 setarg 0 
-03cf 20600000 rtn 
+03c9 e8c08000 ifetch 1 ,contr 
+03ca 6000cc67 store 1 ,mem_le_search_len 
+03cb 204003d7 call p_store_contr 
+03cc 58000000 setarg 0 
+03cd 20600000 rtn 
 
 p_get_contw:
-03d0 680102b9 fetch 2 ,mem_contw 
-03d1 1fe20a00 copy pdata ,contw 
-03d2 20600000 rtn 
+03ce 680102b9 fetch 2 ,mem_contw 
+03cf 1fe20a00 copy pdata ,contw 
+03d0 20600000 rtn 
 
 p_get_contr:
-03d3 680102b7 fetch 2 ,mem_contr 
-03d4 1fe20c00 copy pdata ,contr 
-03d5 20600000 rtn 
+03d1 680102b7 fetch 2 ,mem_contr 
+03d2 1fe20c00 copy pdata ,contr 
+03d3 20600000 rtn 
 
 p_store_contw:
-03d6 18a27e00 copy contw ,pdata 
-03d7 600102b9 store 2 ,mem_contw 
-03d8 20600000 rtn 
+03d4 18a27e00 copy contw ,pdata 
+03d5 600102b9 store 2 ,mem_contw 
+03d6 20600000 rtn 
 
 p_store_contr:
-03d9 18c27e00 copy contr ,pdata 
-03da 600102b7 store 2 ,mem_contr 
-03db 20600000 rtn 
+03d7 18c27e00 copy contr ,pdata 
+03d8 600102b7 store 2 ,mem_contr 
+03d9 20600000 rtn 
 
 p_le_send_auto_len_by_mem:
-03dc 204003d0 call p_get_contw 
-03dd 2020588a branch le_send_autolen 
+03da 204003ce call p_get_contw 
+03db 2020588a branch le_send_autolen 
 
 p_le_send_att_handle_value_indication:
 
 p_le_send_att_handle_value_notification:
-03de 6800cbab fetch 1 ,mem_queue_read 
-03df 1fe08401 add pdata ,1 ,temp 
-03e0 18410403 and temp ,0x03 ,temp 
-03e1 6008cbab storet 1 ,mem_queue_read 
-03e2 1feffe07 mul32 pdata ,7 ,pdata 
-03e3 d8c04bad arg mem_uart_packet ,contr 
-03e4 98c08c00 iadd contr ,contr 
-03e5 6800cc82 fetch 1 ,mem_le51_tx_length 
-03e6 1fe0fffb increase -5 ,pdata 
-03e7 1fe27200 copy pdata ,loopcnt 
-03e8 d8a04445 arg mem_le_l2cap + 1 ,contw 
-03e9 20407e45 call memcpy 
-03ea 6808cc82 fetcht 1 ,mem_le51_tx_length 
-03eb 20205892 branch le_send_packet 
+03dc 6800cbab fetch 1 ,mem_queue_read 
+03dd 1fe08401 add pdata ,1 ,temp 
+03de 18410403 and temp ,0x03 ,temp 
+03df 6008cbab storet 1 ,mem_queue_read 
+03e0 1feffe07 mul32 pdata ,7 ,pdata 
+03e1 d8c04bad arg mem_uart_packet ,contr 
+03e2 98c08c00 iadd contr ,contr 
+03e3 6800cc82 fetch 1 ,mem_le51_tx_length 
+03e4 1fe0fffb increase -5 ,pdata 
+03e5 1fe27200 copy pdata ,loopcnt 
+03e6 d8a04445 arg mem_le_l2cap + 1 ,contw 
+03e7 20407e45 call memcpy 
+03e8 6808cc82 fetcht 1 ,mem_le51_tx_length 
+03e9 20205892 branch le_send_packet 
 
 p_le_parse_ll:
-03ec 1a627e00 copy regc ,pdata 
-03ed c00183fa beq ll_enc_req ,p_le_parse_enc_req 
-03ee c00503fe beq ll_pause_enc_req ,p_le_parse_pause_enc_rsq 
-03ef c00003f7 beq ll_connection_update_req ,p_le_parse_connection_update_req 
-03f0 c00903fc beq ll_ping_req ,p_le_parse_ping_req 
-03f1 c0010400 beq ll_terminate_ind ,p_le_parse_terminate_ind 
-03f2 1fe67c0d sub pdata ,0x0d ,null 
-03f3 202158c0 branch le_parse + 20 ,positive 
-03f4 6000cc68 store 1 ,mem_le_ll_unknown_type 
-03f5 700b7d27 jam xt_ll_unknown_rsp ,mem_fifo_temp 
-03f6 20205620 branch le_xtype_fifo_in 
+03ea 1a627e00 copy regc ,pdata 
+03eb c00183f8 beq ll_enc_req ,p_le_parse_enc_req 
+03ec c00503fc beq ll_pause_enc_req ,p_le_parse_pause_enc_rsq 
+03ed c00003f5 beq ll_connection_update_req ,p_le_parse_connection_update_req 
+03ee c00903fa beq ll_ping_req ,p_le_parse_ping_req 
+03ef c00103fe beq ll_terminate_ind ,p_le_parse_terminate_ind 
+03f0 1fe67c0d sub pdata ,0x0d ,null 
+03f1 202158c0 branch le_parse + 20 ,positive 
+03f2 6000cc68 store 1 ,mem_le_ll_unknown_type 
+03f3 700b7d27 jam xt_ll_unknown_rsp ,mem_fifo_temp 
+03f4 20205620 branch le_xtype_fifo_in 
 
 p_le_parse_connection_update_req:
-03f7 70413100 jam 0 ,mem_lpm_mode 
-03f8 20405924 call le_parse_connection_update_req 
-03f9 20600000 rtn 
+03f5 70413100 jam 0 ,mem_lpm_mode 
+03f6 20405924 call le_parse_connection_update_req 
+03f7 20600000 rtn 
 
 p_le_parse_enc_req:
-03fa 704c7c00 jam default_states ,mem_ltk_states 
-03fb 20205938 branch le_parse_enc_req 
+03f8 704c7c00 jam default_states ,mem_ltk_states 
+03f9 20205938 branch le_parse_enc_req 
 
 p_le_parse_ping_req:
-03fc 700b7d33 jam xt_ll_ping_rsp ,mem_fifo_temp 
-03fd 20205620 branch le_xtype_fifo_in 
+03fa 700b7d33 jam xt_ll_ping_rsp ,mem_fifo_temp 
+03fb 20205620 branch le_xtype_fifo_in 
 
 p_le_parse_pause_enc_rsq:
-03fe 700b7d2b jam xt_ll_pause_enc_rsp ,mem_fifo_temp 
-03ff 20205620 branch le_xtype_fifo_in 
+03fc 700b7d2b jam xt_ll_pause_enc_rsp ,mem_fifo_temp 
+03fd 20205620 branch le_xtype_fifo_in 
 
 p_le_parse_terminate_ind:
-0400 58000014 setarg 20 
-0401 600103ef store 2 ,mem_le_superto 
-0402 20600000 rtn 
+03fe 58000014 setarg 20 
+03ff 600103ef store 2 ,mem_le_superto 
+0400 20600000 rtn 
 
 p_le_send_non_l2cap:
-0403 6800c43e fetch 1 ,mem_le_txheader 
-0404 28200601 compare 1 ,type ,3 
-0405 20208407 branch p_le_send_non_l2cap1 ,true 
-0406 202058a7 branch le_send_non_l2cap + 14 
+0401 6800c43e fetch 1 ,mem_le_txheader 
+0402 28200601 compare 1 ,type ,3 
+0403 20208405 branch p_le_send_non_l2cap1 ,true 
+0404 202058a7 branch le_send_non_l2cap + 14 
 
 p_le_send_non_l2cap1:
-0407 6800c43f fetch 1 ,mem_le_txlen 
-0408 207a0000 rtn blank 
-0409 202058a7 branch le_send_non_l2cap + 14 
+0405 6800c43f fetch 1 ,mem_le_txlen 
+0406 207a0000 rtn blank 
+0407 202058a7 branch le_send_non_l2cap + 14 
 
 p_le_parse_smp:
-040a e8c08000 ifetch 1 ,contr 
-040b c0008411 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
-040c c0020416 beq smp_pairing_random ,p_le_parse_smp_pairing_random 
-040d c004840f beq smp_identity_address_information ,p_le_parse_smp_identity_address_information 
-040e 202058f8 branch le_parse_smp + 4 
+0408 e8c08000 ifetch 1 ,contr 
+0409 c000840f beq smp_pairing_request ,p_le_parse_smp_pairing_request 
+040a c0020414 beq smp_pairing_random ,p_le_parse_smp_pairing_random 
+040b c004840d beq smp_identity_address_information ,p_le_parse_smp_identity_address_information 
+040c 202058f8 branch le_parse_smp + 4 
 
 p_le_parse_smp_identity_address_information:
-040f 704c6903 jam flag_le_pairing_end ,mem_le_pairing_state 
-0410 20205974 branch le_parse_smp_identity_address_information 
+040d 704c6903 jam flag_le_pairing_end ,mem_le_pairing_state 
+040e 20205974 branch le_parse_smp_identity_address_information 
 
 p_le_parse_smp_pairing_request:
-0411 6000c4ae store 1 ,mem_le_preq 
-0412 e8c30000 ifetch 6 ,contr 
-0413 e0a30000 istore 6 ,contw 
-0414 700b7d42 jam xt_smp_pairing_response ,mem_fifo_temp 
-0415 20205620 branch le_xtype_fifo_in 
+040f 6000c4ae store 1 ,mem_le_preq 
+0410 e8c30000 ifetch 6 ,contr 
+0411 e0a30000 istore 6 ,contw 
+0412 700b7d42 jam xt_smp_pairing_response ,mem_fifo_temp 
+0413 20205620 branch le_xtype_fifo_in 
 
 p_le_parse_smp_pairing_random:
-0416 204074a8 call authenticate_rconfirm 
-0417 20228419 branch p_le_parse_smp_pairing_random_success ,zero 
-0418 20205968 branch le_parse_smp_pairing_random + 2 
+0414 204074a8 call authenticate_rconfirm 
+0415 20228417 branch p_le_parse_smp_pairing_random_success ,zero 
+0416 20205968 branch le_parse_smp_pairing_random + 2 
 
 p_le_parse_smp_pairing_random_success:
-0419 704c6902 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-041a 2020596a branch le_parse_smp_pairing_random_success 
+0417 704c6902 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+0418 2020596a branch le_parse_smp_pairing_random_success 
 
 scale_process_le_conn:
-041b 70413100 jam 0 ,mem_lpm_mode 
-041c 704c7d00 jam pair_unknown ,mem_pair_state 
-041d 20403f86 call app_ble_stop_adv 
-041e 20403f7e call app_bt_stop_discovery 
-041f 20403fa4 call app_lpm_mult_enable 
-0420 20203ecc branch app_le_event_bb_connected 
+0419 70413100 jam 0 ,mem_lpm_mode 
+041a 704c7d00 jam pair_unknown ,mem_pair_state 
+041b 20403f86 call app_ble_stop_adv 
+041c 20403f7e call app_bt_stop_discovery 
+041d 20403fa4 call app_lpm_mult_enable 
+041e 20203ecc branch app_le_event_bb_connected 
 
 scale_process_le_discon:
-0421 70421300 jam 0 ,mem_lpm_mult 
-0422 70448b00 jam 0 ,mem_ltk_exists 
-0423 704c7c00 jam default_states ,mem_ltk_states 
-0424 704c6900 jam flag_le_pairing_null ,mem_le_pairing_state 
-0425 704c7f00 jam 0 ,mem_shutter_find_type_value_flag 
-0426 704c7d00 jam pair_unknown ,mem_pair_state 
-0427 20203ed0 branch app_le_event_bb_disconn 
+041f 70421300 jam 0 ,mem_lpm_mult 
+0420 70448b00 jam 0 ,mem_ltk_exists 
+0421 704c7c00 jam default_states ,mem_ltk_states 
+0422 704c6900 jam flag_le_pairing_null ,mem_le_pairing_state 
+0423 704c7f00 jam 0 ,mem_shutter_find_type_value_flag 
+0424 704c7d00 jam pair_unknown ,mem_pair_state 
+0425 20203ed0 branch app_le_event_bb_disconn 
 
 p_le_queue_init:
-0428 58000000 setarg 0 
-0429 60024ba9 store 4 ,mem_queue_write 
-042a 20600000 rtn 
+0426 58000000 setarg 0 
+0427 60024ba9 store 4 ,mem_queue_write 
+0428 20600000 rtn 
 org 0x3000
 
 start:
Index: btkb/output/ramcode.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/output/ramcode.rom	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/output/ramcode.rom	(working copy)
@@ -1,46 +1,44 @@
 c5128010
 c0000027
-c001002d
-c0018035
-c002803e
-c0480187
-c049015a
-c04a0160
-c04a814a
-c058022c
-c058810e
-c0590122
-c059813c
-c05b0145
-c05c8116
+c001002b
+c0018033
+c002803c
+c0480185
+c0490158
+c04a015e
+c04a8148
+c058022a
+c058810c
+c0590120
+c059813a
+c05b0143
+c05c8114
 20203bf1
-c0190238
+c0190236
 c01dd3b0
-c01f01fa
-c01f81fe
-c0250281
-c0258231
-c026023b
-c0270241
-c02b0248
-c0318250
-c0320275
-c03282a6
-c0348403
-c03583ec
-c037040a
-c037828c
-c04380e9
-c046820c
-c0478202
-c0668191
-c06780f4
-c06800fe
+c01f01f8
+c01f81fc
+c025027f
+c025822f
+c0260239
+c027023f
+c02b0246
+c031824e
+c0320273
+c03282a4
+c0348401
+c03583ea
+c0370408
+c037828a
+c04380e7
+c046820a
+c0478200
+c066818f
+c06780f2
+c06800fc
 20203bf1
 6810813b
 60008b81
-58010620
-6001cd4c
 70800608
 20203003
 20407719
@@ -49,11 +47,11 @@
 6800c7dc
 203a3013
 6800c793
-203a002f
+203a002d
 20203013
-20400084
-20400042
-20400039
+20400082
+20400040
+20400037
 20203015
 680947f4
 6800c3d8
@@ -65,34 +63,34 @@
 20403024
 20203022
 6800c7dc
-203a0046
+203a0044
 6800c793
 207a0000
-204000e4
+204000e2
 20740000
 1ff0fe00
 1fe20c00
-204000c5
+204000c3
 6000cba7
-c0008059
+c0008057
 1fe20400
 18c22200
 6800c040
-c3000056
+c3000054
 1a220c00
 c6848000
 18427e00
-c0028063
+c0028061
 20203bf1
 1a220c00
 d8a000f8
-202000bd
-204000c5
-204000c5
+202000bb
+204000c3
+204000c3
 60008b7d
-2040005e
+2040005c
 20207c33
-204000c8
+204000c6
 18c20400
 18508400
 60094b9a
@@ -106,30 +104,30 @@
 d8a04bad
 98a08a00
 1a220c00
-204000c5
+204000c3
 18c22200
 1fe0ffff
 1fe27200
 1fe0fe07
 6000cc82
 1a220c00
-204000c5
+204000c3
 18c22200
-c0008078
-c0010080
-c0018082
+c0008076
+c001007e
+c0018080
 68014cb8
 e0a10000
 1a220c00
-204000bf
+204000bd
 2040561e
 247a0000
 700b7d1b
 20205620
 68014cba
-20200079
+20200077
 68014cbc
-20200079
+20200077
 680a4c59
 1c427e00
 98467e00
@@ -149,18 +147,18 @@
 1fe17e03
 c1800000
 6800cc8f
-c28000a1
-c28080a3
+c280009f
+c28080a1
 da200000
-204000b4
+204000b2
 7089718f
 6800cc90
 60108973
-204000a4
+204000a2
 da200001
-202000b4
+202000b2
 708971bf
-202000a4
+202000a2
 708971af
 68108053
 79207e07
@@ -183,19 +181,19 @@
 98460400
 1a227e00
 79200407
-243a00bb
+243a00b9
 793f8407
 d8a08078
 202069f4
-204000c5
+204000c3
 1fe27200
-204000c1
-2020005e
-204000c5
+204000bf
+2020005c
+204000c3
 e0a08000
-c20000c1
+c20000bf
 20600000
-204000c8
+204000c6
 e8c08000
 20600000
 58004b36
@@ -212,8 +210,8 @@
 1a220c00
 e8c08000
 e0a08000
-204000dc
-c20000d4
+204000da
+c20000d2
 18a27e00
 1ff0fe00
 60014ba0
@@ -225,7 +223,7 @@
 20600000
 68014b9e
 68094ba0
-202000e6
+202000e4
 68014b9a
 68094b9c
 98467c00
@@ -236,7 +234,7 @@
 6808c7ef
 6800cd4b
 98467c00
-244100f0
+244100ee
 20207c06
 680a4d48
 600a47ec
@@ -246,11 +244,11 @@
 20407f9f
 207a0000
 1fe22600
-204000fa
+204000f8
 20203ea5
 c10c0000
-c00a041b
-c00a8421
+c00a0419
+c00a841f
 20203e7d
 60088259
 6800cc8d
@@ -260,14 +258,14 @@
 207a0000
 1fe0ffff
 60008259
-20200102
+20200100
 1a627e00
 1fe17ef0
 c1280000
 1a627e00
 207a0000
 6000cba4
-202000cd
+202000cb
 70416e7f
 20403cf3
 6800cc97
@@ -306,32 +304,32 @@
 6800c793
 207a0000
 20203d25
-204000e4
+204000e2
 24740000
-204000e1
+204000df
 24740000
 700b7f01
 700b7e01
-20400141
-202000e4
-20400134
+2040013f
+202000e2
+20400132
 24740000
 68008b7f
 247a0000
 20203d2d
 68008b7e
 2000000a
-c0800141
+c080013f
 20600000
-20400134
+20400132
 24740000
 68008b7f
 247a0000
 20203d4f
-2040014c
+2040014a
 20203aaf
 6800c219
-243a0152
+243a0150
 20403d91
 20007530
 20007530
@@ -350,7 +348,7 @@
 60088017
 1840a200
 20203ab6
-2040015d
+2040015b
 58000500
 20403bf3
 70890601
@@ -369,7 +367,7 @@
 e8c28000
 e0a28000
 708956df
-20400176
+20400174
 708955df
 20600000
 20000004
@@ -390,7 +388,7 @@
 708956c0
 20600000
 2030ba6f
-2040017e
+2040017c
 20203a6f
 78347c00
 68120138
@@ -402,15 +400,15 @@
 700b7e00
 70017706
 20403fa4
-58000190
+5800018e
 6001428a
-58000107
+58000105
 60014292
-58000201
+580001ff
 60014290
-58000042
+58000040
 6001428c
-5800018a
+58000188
 60014288
 58004aa0
 1ff0fe00
@@ -422,31 +420,31 @@
 60014b9e
 60014ba0
 6800cc97
-c02d01bf
-203581bd
+c02d01bd
+203581bb
 68014c91
 1ff0fe00
 60014c91
 68014c93
 1ff0fe00
 60014c93
-204001ca
+204001c8
 680402a0
-243a01b7
+243a01b5
 68014ad4
 1ff0fe00
-203a01b7
+203a01b5
 60014c93
-20400428
+20400426
 704ba42f
-204000cd
+204000cb
 704c9700
 70828003
 20600000
 704ba430
-202001b9
+202001b7
 1ce27e00
-203a0204
+203a0202
 20405b63
 20404d99
 58000000
@@ -455,7 +453,7 @@
 1c427e00
 60024c59
 704ba433
-202001b9
+202001b7
 2040688a
 580007e2
 da2002a0
@@ -465,8 +463,8 @@
 680402a0
 207a0000
 6800cc8f
-c28001dc
-c28081ea
+c28001da
+c28081e8
 680102a0
 1ff0fe00
 60014c91
@@ -513,7 +511,7 @@
 202053d9
 20600000
 700b7e03
-20400141
+2040013f
 704c975a
 20403db8
 68120138
@@ -529,10 +527,10 @@
 20407c24
 18427e00
 207a0000
-c006821b
-c0158223
-c0150225
-c0088219
+c0068219
+c0158221
+c0150223
+c0088217
 c0097c85
 20207c5a
 700b7d22
@@ -570,15 +568,15 @@
 70443f00
 2020534e
 204053dd
-2040023e
+2040023c
 202054c1
-20368163
+20368161
 204053ee
 20203a91
 6800cc60
 600246f9
 6800c4db
-c0008246
+c0008244
 202054e0
 7044db00
 202054ef
@@ -591,11 +589,11 @@
 70413101
 2020557e
 6800c440
-c003826a
-c007826e
-c003025c
-c0010259
-c0098257
+c0038268
+c007826c
+c003025a
+c0010257
+c0098255
 2020563a
 18000401
 20205892
@@ -609,9 +607,9 @@
 700b7d34
 20407c27
 6800cc69
-c0010266
+c0010264
 70413101
-20200268
+20200266
 700b7d46
 20405620
 18000401
@@ -629,7 +627,7 @@
 2020588a
 6800c444
 c004d719
-c001027a
+c0010278
 c003d70d
 20205656
 59000302
@@ -652,24 +650,24 @@
 202054af
 e8c18000
 600183f9
-c0290292
-c00102a4
-c0090298
+c0290290
+c00102a2
+c0090296
 20205907
 704d3801
 680103fa
-c00f8296
+c00f8294
 202059ed
 d8c00349
-2020022e
+2020022c
 680103fa
 1fe67c1f
-20428296
+20428294
 680103fa
 68094cbc
 18408401
 98467c00
-202282a1
+2022829f
 202059ca
 700b7d34
 20407c27
@@ -677,19 +675,19 @@
 700b7d03
 20205620
 6800c444
-c00d83de
-c00e83de
-c0088372
-c0048324
-c0028312
-c00382c6
+c00d83dc
+c00e83dc
+c0088370
+c0048322
+c0028310
+c00382c4
 c009d85c
-c00182b7
-c00582ba
-c00682b2
+c00182b5
+c00582b8
+c00682b0
 20205666
 680103fa
-c00382b5
+c00382b3
 202057d6
 7003fc07
 20205729
@@ -697,7 +695,7 @@
 e0a10000
 2020588a
 680103fa
-c00702bd
+c00702bb
 202057c6
 6800cc69
 c08057c6
@@ -713,16 +711,16 @@
 680944c0
 58001812
 98467c00
-202282df
+202282dd
 5800180f
 98467c00
-202282e1
+202282df
 5800180a
 98467c00
-202282e5
+202282e3
 58001801
 98467c00
-202282e3
+202282e1
 20205754
 6800cc7f
 d8400000
@@ -732,21 +730,21 @@
 6800cc7f
 f9207e00
 6000cc7f
-202002e7
+202002e5
 d8e00000
-202002d6
+202002d4
 d8e00001
-202002d6
+202002d4
 d8e00003
-202002d6
+202002d4
 d8e00002
-202002d6
+202002d4
 680144c0
 1fe22200
 680944c4
 18422400
-204002ee
-202282f9
+204002ec
+202282f7
 20205728
 d8c04504
 e8c10000
@@ -758,11 +756,11 @@
 18c08dfd
 e8c08000
 98c08c00
-202002ef
+202002ed
 18c08df9
 e8c10000
 60014c61
-20400307
+20400305
 203a5728
 18c08dfc
 e8c10000
@@ -783,14 +781,14 @@
 20628000
 e8c08000
 98c08c00
-2020030a
+20200308
 d9600003
 18007e01
 6000c445
 20405a74
 20405a7d
 203a5746
-24210322
+24210320
 78547c00
 e0a10000
 e8c10000
@@ -799,54 +797,54 @@
 2022d746
 e8c08000
 98c08c00
-20200316
+20200314
 18c08c02
-2020031f
+2020031d
 680944c0
 58002a00
 98467c00
-20228364
+20228362
 58002a50
 98467c00
-2022836f
+2022836d
 58002803
 98467c00
 2422d728
 680144bc
 600102a0
 78347c00
-204003b6
-24210340
+204003b4
+2421033e
 680902a0
-204003be
-c0008340
-204003ba
-2422833e
+204003bc
+c000833e
+204003b8
+2422833c
 78547c00
-20400342
-204003a4
-204003be
-2040034a
-20200340
-204003a4
-20200331
+20400340
+204003a2
+204003bc
+20400348
+2020033e
+204003a2
+2020032f
 20345728
-202003dc
+202003da
 680102a0
 60014446
 6800cc67
 1fe27200
-204003d3
+204003d1
 d8a04448
 20407e45
-202003d6
+202003d4
 68094c65
 184cfe00
-c082835c
-204003d0
+c082835a
+204003ce
 680102a0
 e0a10000
-204003d6
+204003d4
 58004504
 98408c00
 e8c08000
@@ -854,16 +852,16 @@
 1fe27200
 1fe0fe05
 6000c445
-204003d0
+204003ce
 18420c00
 20407e45
-202003d6
-204003d0
+202003d4
+204003ce
 680102a0
 e0a10000
 68014c65
 e0a10000
-204003d6
+204003d4
 70444507
 20600000
 20405b08
@@ -879,57 +877,57 @@
 2020588a
 d8402a50
 20405b0c
-20200365
+20200363
 d9600002
 680144bc
 600102a0
 700d5c00
 78347c00
-204003b6
-2421039a
+204003b4
+24210398
 680902a0
-204003be
-c000839d
-204003ba
-24228396
+204003bc
+c000839b
+204003b8
+24228394
 68008d5c
-c000839d
-24340387
+c000839b
+24340385
 78547c00
 6800cc67
 1fe0fe04
 6000c445
-204003d6
-20200391
+204003d4
+2020038f
 6800cc67
 1fe67c10
-2022839d
+2022839b
 6800c445
 1fe67c10
-2022839d
+2022839b
 680102a0
 1fe0ffff
 60010d5a
-204003ad
+204003ab
 680102a0
 60010d58
-204003a8
+204003a6
 196097ff
-20228398
-204003a4
-20200377
+20228396
+204003a2
+20200375
 700d5c01
-20200396
+20200394
 680102a0
 60010d5a
-202003a1
+2020039f
 680102a0
 1fe0ffff
 60010d5a
-202003a1
+2020039f
 20345728
-204003ad
-202003dc
+204003ab
+202003da
 680902a0
 18408401
 600902a0
@@ -937,9 +935,9 @@
 6800cc67
 60008103
 1fe27200
-204003d3
+204003d1
 20207e45
-204003d0
+204003ce
 68010d58
 e0a10000
 68010d5a
@@ -947,7 +945,7 @@
 68008103
 1fe27200
 20407e45
-202003d6
+202003d4
 680902a0
 680144be
 98467c00
@@ -959,19 +957,19 @@
 d8c04504
 18422200
 e8c10000
-203a03c9
+203a03c7
 e8c90000
 60094c65
 9a267c00
-202283cb
+202283c9
 e8c08000
 98c08c00
-202003c0
+202003be
 58000001
 20600000
 e8c08000
 6000cc67
-204003d9
+204003d7
 58000000
 20600000
 680102b9
@@ -986,7 +984,7 @@
 18c27e00
 600102b7
 20600000
-204003d0
+204003ce
 2020588a
 6800cbab
 1fe08401
@@ -1003,11 +1001,11 @@
 6808cc82
 20205892
 1a627e00
-c00183fa
-c00503fe
-c00003f7
-c00903fc
-c0010400
+c00183f8
+c00503fc
+c00003f5
+c00903fa
+c00103fe
 1fe67c0d
 202158c0
 6000cc68
@@ -1027,15 +1025,15 @@
 20600000
 6800c43e
 28200601
-20208407
+20208405
 202058a7
 6800c43f
 207a0000
 202058a7
 e8c08000
-c0008411
-c0020416
-c004840f
+c000840f
+c0020414
+c004840d
 202058f8
 704c6903
 20205974
@@ -1045,7 +1043,7 @@
 700b7d42
 20205620
 204074a8
-20228419
+20228417
 20205968
 704c6902
 2020596a
Index: btkb/output/sched.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/output/sched.rom	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/output/sched.rom	(working copy)
@@ -276,9 +276,9 @@
 090101 25084b6579626f617264
 090200 090103
 090201# VendorID
-090a5c
+0904e8
 090202#ProductID
-098502
+097021
 090203 090001
 090204 2801
 090205 090002
@@ -317,11 +317,6 @@
 mem_ipc_tx_evt_buff:02 01
 
 
-mem_adc_0v:9f 3e
-mem_adc_3v:cd 4d
-mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
-
-
 #attribute list: handle 2bytes, uuid 2bytes, length 1bytes, attribute Nbytes
 mem_le_att_list:
 
@@ -544,6 +539,12 @@
 mem_le_scan_data:
 '\09BT4.2 Keyboard
 
+mem_version_yy_mm_dd:20 20 06 12		#version data 20200612
+
+mem_adc_0v:9f 3e
+mem_adc_3v:cd 4d
+mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
+
 mem_lpm_config:8f 10 ce
 mem_lpm_xtalcnt:00 0a 0b ef 0f
 mem_lpm_hibernate_switch:00
Index: btkb/program/patch.prog
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/program/patch.prog	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/program/patch.prog	(working copy)
@@ -58,8 +58,6 @@
 p_soft_reset: 
 	hfetch 1,0x813b
 	store 1,mem_wakup_from_power_flag
-	setarg 0x010620			// version data 2020 06 01
-	store 3,mem_version_yy_mm_dd
 	hjam lock_otp,core_misc_ctrl
 	branch soft_reset+2
 
Index: btkb/sched/kb.dat
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/btkb/sched/kb.dat	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/btkb/sched/kb.dat	(working copy)
@@ -276,9 +276,9 @@
 090101 25084b6579626f617264
 090200 090103
 090201# VendorID
-090a5c
+0904e8
 090202#ProductID
-098502
+097021
 090203 090001
 090204 2801
 090205 090002
@@ -317,11 +317,6 @@
 mem_ipc_tx_evt_buff:02 01
 
 
-mem_adc_0v:9f 3e
-mem_adc_3v:cd 4d
-mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
-
-
 #attribute list: handle 2bytes, uuid 2bytes, length 1bytes, attribute Nbytes
 mem_le_att_list:
 
@@ -544,3 +539,9 @@
 mem_le_scan_data:
 '\09BT4.2 Keyboard
 
+mem_version_yy_mm_dd:20 20 06 12		#version data 20200612
+
+mem_adc_0v:9f 3e
+mem_adc_3v:cd 4d
+mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
+
Index: c51/YCkbTool.bat
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/YCkbTool.bat	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/YCkbTool.bat	(working copy)
@@ -22,7 +22,13 @@
 
 util\hex2mif.exe < output\fw.hex ram > output\fwram.rom
 copy .\patch\kb.dat + .\patch\rf.dat .\patch\sch.rom 
-util\transform_name2addr.exe .\patch\sch.rom .\output\sched.rom .\patch\memmap.format
+
+cd util
+perl DeleteNote.pl ..\patch\sch.rom
+perl transform_name2addr.pl ..\patch\sch.rom ..\output\sched.rom ..\patch\memmap.format
+perl sortsched.pl ..\output\sched.rom ..\output\sched.rom
+cd ..
+
 copy .\patch\ramcode.rom .\output\
 copy .\patch\geneep.exe .\output\
 copy .\output\*.obj .\patch\*.obj
@@ -37,7 +43,7 @@
 
 copy eeprom.dat ..\eeprom.dat
 cd ..
-eeprom2fulleeprom.exe eeprom.dat 256>compare2.dat
+eeprom2fulleeprom.exe eeprom.dat 128>compare2.dat
 crc16.exe compare2.dat 2 >.\output\eeprom.dat
 del eeprom.dat
 del compare2.dat
Index: c51/adc.h
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/adc.h	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/adc.h	(working copy)
@@ -1,16 +1,17 @@
 #ifndef _ADC_H
 #define _ADC_H
 #include "common.h"
+
 #define ADC_ENABLE
+#define ADC_TYPE_VINLPM			0x01	// 1.8V~3.6V
+//#define ADC_TYPE_HVIN			0x02	// 3.0~5.5V
+//#define ADC_TYPE_GPIO			0x04	// 0~1.5V
 
 
 // GPIO5 0x30,   GPIO6 0x31,   GPIO7 0x32,
 //GPIO18 0x33,   GPIO19 0x34,   GPIO20 0x35,   GPIO21 0x36,    GPIO22 0x37
 #define ADC_CHANNEL				0x33	
 
-#define ADC_TYPE_VINLPM			0x01	// 1.8V~3.6V
-#define ADC_TYPE_HVIN			0x02	// 3.0~5.5V
-#define ADC_TYPE_GPIO			0x04	// 0~1.5V
 
 #define BAT_STATUS_NONE			0
 #define BAT_STATUS_LOW				1
@@ -19,6 +20,7 @@
 //battery check
 #define BATTERY_CHECK_INTERVAL 		5			// 500ms*5 = 2.5s
 #define INIT_BATTERY_VALUE   				0x7990
+#define INIT_BATTERY_VALUE_GPIO			0x6262
 #define INIT_BATTERY_VALUE_VINLPM		0x5151
 #define LOW_BATTERY_FLASH_INTERVAL	4	
 
Index: c51/adc.c
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/adc.c	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/adc.c	(working copy)
@@ -2,54 +2,46 @@
 
 void YC_adc_init()
 {
+#ifdef  ADC_ENABLE
 	byte i;
-	#ifndef  ADC_ENABLE
-		return;
-	#endif	
-	m_adc_channel = ADC_CHANNEL;
+	
 	g_variable.battery_check_interval = BATTERY_CHECK_INTERVAL;
 	g_variable.battery_value_index = 0;
 
-	
-	if(m_adc_config_flag == ADC_TYPE_HVIN)
+#ifdef ADC_TYPE_HVIN 	
+	for (i = 0; i < BAT_ARRAY_LEN; i++)
 	{
-		for (i = 0; i < BAT_ARRAY_LEN; i++)
-		{
-			g_variable.battery_value[i] = INIT_BATTERY_VALUE;
-		}
-		g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_3V2+m_adc0vBase;
-		g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_3V0+m_adc0vBase;
+		g_variable.battery_value[i] = INIT_BATTERY_VALUE;
 	}
-	else if(m_adc_config_flag == ADC_TYPE_VINLPM)
-	{
+
+	g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_3V2+m_adc0vBase;
+	g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_3V0+m_adc0vBase;
+#endif
+#ifdef ADC_TYPE_VINLPM
 		for (i = 0; i < BAT_ARRAY_LEN; i++)
 		{
 			g_variable.battery_value[i] = INIT_BATTERY_VALUE_VINLPM;
 		}
 		g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_2V2+m_adc0vBase;
 		g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_2V0+m_adc0vBase;
-	}
-	else
+#endif
+#ifdef ADC_TYPE_GPIO
+	m_adc_channel = ADC_CHANNEL;
+	for (i = 0; i < BAT_ARRAY_LEN; i++)
 	{
-		for (i = 0; i < BAT_ARRAY_LEN; i++)
-		{
-			g_variable.battery_value[i] = INIT_BATTERY_VALUE;
-		}
+		g_variable.battery_value[i] = INIT_BATTERY_VALUE_GPIO;
+	}
 		g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_1V1+m_adc0vBase;
 		g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_0V9+m_adc0vBase;
-	}
-	
+#endif	
+#endif
 }
 
 void YC_adc_check() 
 {
+#ifdef  ADC_ENABLE
 	byte i;
 	ulong batValue = 0;
-	#ifndef  ADC_ENABLE
-		return;
-	#endif	
-//	if(m_adcCurrentValue < m_adc0vBase) 
-//		return;
 
 	g_variable.battery_value[g_variable.battery_value_index++] = m_adcCurrentValue;
 	if (g_variable.battery_value_index >= BAT_ARRAY_LEN)
@@ -75,12 +67,13 @@
 			g_variable.battery_status = BAT_STATUS_NONE;
 		}
 	}
-	
+#endif	
 }
 
 
 void YC_adc_check_timer500ms()
 {
+#ifdef  ADC_ENABLE
 	// adc check timer	
 	if (g_variable.battery_check_interval)
 	{
@@ -91,6 +84,7 @@
 			YC_adc_check();
 		}
 	}
+#endif	
 }
 
 
Index: c51/kb_process.h
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/kb_process.h	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/kb_process.h	(working copy)
@@ -44,7 +44,7 @@
 
 
 //eeprom address base
-#define EEPROM_RECON_INFO_BASE					0x7Fd8		// bd_key_record_list = 29
+#define EEPROM_RECON_INFO_BASE					0x3Fd8		// bd_key_record_list = 29
 #define EEPROM_RECON_INFO_SYTEM_MODE 			(EEPROM_RECON_INFO_BASE+29)
 #define EEPROM_RECON_INFO_RAMDON_LE_LAP1		(EEPROM_RECON_INFO_BASE+30)
 #define EEPROM_RECON_INFO_RAMDON_LE_LAP2		(EEPROM_RECON_INFO_BASE+31)
Index: c51/kb_process.c
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/kb_process.c	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/kb_process.c	(working copy)
@@ -324,34 +324,26 @@
 	}
 	return 0;
 }
-
-
-
-byte key_replace(byte key_state, byte key_value , byte key_replace_value )
+void kb_combination_key_press(byte press_state,byte special_key,byte standrad_key)
 {
-	byte temp_value;
+	g_variable.key_combination_ctrl = special_key;	
+	g_variable.key_combination_keyvalue = standrad_key;
 
-	temp_value = key_value;
-	if (key_state & 1)
+	if(press_state & 1)
 	{
-		fn_tx_flag++;
-		temp_value = key_replace_value;
+		if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
+			g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
+		else	
+			g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
 	}
 	else
 	{
-		if(fn_tx_flag != 0)
-		{	
-			fn_tx_flag--;
-			temp_value = key_replace_value;
-		}
+		g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
 	}
 
-	return temp_value;
 }
 
 
-
-
 byte key_fn_function(byte state ,byte key_value)
 {
 	byte temp = 0;
@@ -378,14 +370,14 @@
 				g_variable.pairing_mode_blink_count = 6;	
 			}
 			GPIO_Setout(LOWPOWER_LED_GPIO, LED_OFF);	
-			temp = key_replace(state,key_value,HID_KEY_NULL);
+			temp = HID_KEY_NULL;
 			IIC_WriteBlock(EEPROM_RECON_INFO_SYTEM_MODE ,1 ,(byte *)&g_variable.system_mode);
 		}	
 
 		
 		if(key_value == HID_KEY_ESC)
 		{
-			temp = key_replace(state,key_value,HID_KEY_NULL);
+			temp = HID_KEY_NULL;
 			return temp;
 		}
 	}	
@@ -400,188 +392,117 @@
 		switch (key_value)
 		{ 	
 			case HID_KEY_ESC:
-				temp = key_replace(state,key_value,HID_MULTIKEY_AC_HOME);
+				temp = HID_MULTIKEY_AC_HOME;
 				break;
 			case HID_KEY_F1:
-				temp = key_replace(state,key_value,HID_MULTIKEY_PRE_TRACK);
+				temp = HID_MULTIKEY_PRE_TRACK;
 				break;
 			case HID_KEY_F2:
-				temp = key_replace(state,key_value,HID_MULTIKEY_PALY);
+				temp = HID_MULTIKEY_PALY;
 				break;
 			case HID_KEY_F3:
-				temp = key_replace(state,key_value,HID_MULTIKEY_NEXT_TRACK);
+				temp = HID_MULTIKEY_NEXT_TRACK;
 				break;
 			case HID_KEY_F4:
 				if(g_variable.system_mode == OSMODE_IOS)
 				{
-					temp = key_replace(state,key_value,HID_KEY_NULL);
+					temp = HID_KEY_NULL;
 				}
 				else if(g_variable.system_mode == OSMODE_ANDROID)
 				{
-					temp = key_replace(state,key_value,HID_KEY_ESC);
+					temp = HID_KEY_ESC;
 				}
 				else
-				{
-					g_variable.key_combination_ctrl = KS_SEL_LGUI;		// win8 search
-					g_variable.key_combination_keyvalue = HID_KEY_Q;
-					
-					if(state & 1)
-					{
-						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-						else	
-							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-					}
-					else
-					{
-						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-					}
-					temp = key_replace(state,key_value,HID_KEY_NULL);
+				{					
+					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_Q);
+					temp = HID_KEY_NULL;
 				}
 				break;
 			case HID_KEY_F5:
 				if(g_variable.system_mode == OSMODE_IOS)
 				{
-					temp = key_replace(state,key_value,HID_KEY_NULL);
+					temp = HID_KEY_NULL;
 				}
 				else if(g_variable.system_mode == OSMODE_ANDROID)
 				{
-					temp = key_replace(state,key_value,HID_MULTIKEY_MAIL);
+					temp = HID_MULTIKEY_MAIL;
 				}
 				else
 				{
-					g_variable.key_combination_ctrl = KS_SEL_LGUI;		// win8 share
-					g_variable.key_combination_keyvalue = HID_KEY_H;
-					
-					if(state & 1)
-					{
-						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-						else	
-							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-					}
-					else
-					{
-						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-					}
-					temp = key_replace(state,key_value,HID_KEY_NULL);
+					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_H);	// win8 share
+					temp = HID_KEY_NULL;
 				}
 				
 				break;
 			case HID_KEY_F6:
 				if(g_variable.system_mode == OSMODE_IOS)
 				{
-					g_variable.key_combination_ctrl = KS_SEL_LGUI | KS_SEL_LSHIFT;		// ios prt
-					g_variable.key_combination_keyvalue = HID_KEY_3;
-					
+					kb_combination_key_press(state,KS_SEL_LGUI | KS_SEL_LSHIFT,HID_KEY_3);	// ios prt
 					if(state & 1)
 					{
-						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-						else	
-							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
 						g_variable.language_wait_switch_timer = 5;
 					}
-					else
-					{
-						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-					}
-					temp = key_replace(state,key_value,HID_KEY_NULL);
+					temp = HID_KEY_NULL;
 				}
 				else if(g_variable.system_mode == OSMODE_ANDROID)
 				{
-					temp = key_replace(state,key_value,HID_MULTIKEY_ANDROID_SETUP_SHORTCUTS);
+					temp = HID_MULTIKEY_ANDROID_SETUP_SHORTCUTS;
 				}
 				else
 				{
-					g_variable.key_combination_ctrl = KS_SEL_LGUI;		// win8 device
-					g_variable.key_combination_keyvalue = HID_KEY_K;
-					
-					if(state & 1)
-					{
-						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-						else	
-							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-					}
-					else
-					{
-						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-					}
-					temp = key_replace(state,key_value,HID_KEY_NULL);
+					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_K);	// win8 device
+					temp = HID_KEY_NULL;
 				}
 				
 				break;
 			case HID_KEY_F7:
 				if(g_variable.system_mode == OSMODE_IOS)
 				{
-					temp = key_replace(state,key_value,HID_MULTIKEY_IOS_SOFT_KB);
+					temp = HID_MULTIKEY_IOS_SOFT_KB;
 				}
 				else if(g_variable.system_mode == OSMODE_ANDROID)
 				{
-					temp = key_replace(state,key_value,HID_MULTIKEY_ANDROID_SOFT_KB);
+					temp = HID_MULTIKEY_ANDROID_SOFT_KB;
 				}
 				else
 				{
-					g_variable.key_combination_ctrl = KS_SEL_LGUI;		// win8 setup
-					g_variable.key_combination_keyvalue = HID_KEY_I;
-					
-					if(state & 1)
-					{
-						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-						else	
-							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-					}
-					else
-					{
-						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-					}
-					temp = key_replace(state,key_value,HID_KEY_NULL);
+					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_I);	// win8 setup
+					temp = HID_KEY_NULL;
 				}
 				break;
 			case HID_KEY_F8:
-				temp = key_replace(state,key_value,HID_MULTIKEY_VOL_DOWN);
+				temp = HID_MULTIKEY_VOL_DOWN;
 				break;
 			case HID_KEY_F9:
-				temp = key_replace(state,key_value,HID_MULTIKEY_VOL_UP);
+				temp = HID_MULTIKEY_VOL_UP;
 				break;
 			case HID_KEY_F10:
-				temp = key_replace(state,key_value,HID_MULTIKEY_MUTE);
+				temp = HID_MULTIKEY_MUTE;
 				break;
 			case HID_KEY_F11:
-				temp = key_replace(state,key_value,HID_MULTIKEY_AC_SEARCH);
+				temp = HID_MULTIKEY_AC_SEARCH;
 				break;
 			case HID_KEY_F12:
 				if(g_variable.system_mode == OSMODE_IOS)		// language switch
 				{
-					g_variable.key_combination_ctrl = KS_SEL_LCTRL;		
+					kb_combination_key_press(state,KS_SEL_LCTRL,HID_KEY_SPACE);	
 				}
 				else if(g_variable.system_mode == OSMODE_ANDROID)
 				{
-					g_variable.key_combination_ctrl = KS_SEL_LSHIFT;		
+					kb_combination_key_press(state,KS_SEL_LSHIFT,HID_KEY_SPACE);		
 				}
 				else
 				{
-					g_variable.key_combination_ctrl = KS_SEL_LGUI;		
+					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_SPACE);		
 				}
-				
-				g_variable.key_combination_keyvalue = HID_KEY_SPACE;
-				
+
 				if(state & 1)
-				{
-					if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-						g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-					else	
-						g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
+				{						
 					if(g_variable.system_mode != OSMODE_WINDOWS)
 						g_variable.language_wait_switch_timer = 10;
 				}
-				else
-				{
-					g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-				}
-				temp = key_replace(state,key_value,HID_KEY_NULL);
+				temp = HID_KEY_NULL;
+
 				break;
 			default :
 				break;
Index: c51/keyscan.c
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/keyscan.c	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/keyscan.c	(working copy)
@@ -30,11 +30,39 @@
     return c;
 }
 
+#ifdef MULTISYSTEM_ENABLE
+byte key_ios_replace(byte key)
+{
+	byte key_temp;
+	key_temp = key;
+	if(g_variable.system_mode == OSMODE_IOS)
+	{
+		if(key == HID_KEY_RIGHT_ALT)
+			key_temp = HID_KEY_RIGHT_GUI;	
+		else if(key == HID_KEY_LEFT_GUI)
+			key_temp = HID_KEY_LEFT_ALT;
+		else if(key == HID_KEY_LEFT_ALT)
+			key_temp = HID_KEY_LEFT_GUI;	
+	}
+	return key_temp;
+}
+#endif
 
 //byte col[] = {25,26};
 static void keyIn(byte key)
 {
 	byte i = 0;
+	byte key_temp;
+	key_temp = key;
+	if(key >= HID_KEY_LEFT_CTL && key <= HID_KEY_RIGHT_GUI)
+	{
+	#ifdef MULTISYSTEM_ENABLE
+		key_temp = key_ios_replace(key);
+	#endif
+		ksEvtPool.standardSel  |=  0x01 << (key_temp & 0x07);
+		return;
+	}
+/*
 
 	if (key == HID_KEY_RIGHT_GUI)
 	{
@@ -43,10 +71,7 @@
 	}
 	else if (key ==HID_KEY_RIGHT_ALT) 
 	{
-		if(g_variable.system_mode == OSMODE_IOS)
-			ksEvtPool.standardSel |= KS_SEL_RGUI;
-		else	
-			ksEvtPool.standardSel |= KS_SEL_RALT;
+		ksEvtPool.standardSel |= KS_SEL_RALT;
 		return;
 	}
 	else if (key ==HID_KEY_RIGHT_SHIFT) 
@@ -59,20 +84,14 @@
 		ksEvtPool.standardSel |= KS_SEL_RCTRL;
 		return;
 	}
-	else if (key ==HID_KEY_LEFT_GUI)
+	else if (key ==HID_KEY_LEFT_GUI) 
 	{
-		if(g_variable.system_mode == OSMODE_IOS)
-			ksEvtPool.standardSel |= KS_SEL_LALT;
-		else	
-			ksEvtPool.standardSel |= KS_SEL_LGUI;
+		ksEvtPool.standardSel |= KS_SEL_LGUI;
 		return;
 	}
 	else if (key ==HID_KEY_LEFT_ALT) 
 	{
-		if(g_variable.system_mode == OSMODE_IOS)
-			ksEvtPool.standardSel |= KS_SEL_LGUI;
-		else	
-			ksEvtPool.standardSel |= KS_SEL_LALT;
+		ksEvtPool.standardSel |= KS_SEL_LALT;
 		return;
 	}
 	else if (key ==HID_KEY_LEFT_SHIFT)
@@ -85,7 +104,7 @@
 		ksEvtPool.standardSel |= KS_SEL_LCTRL;
 		return;
 	}
-
+*/	
 	//special key
 
 	for (i=0 ; i<KS_BUFF_POLL_LEN ; i++) 
@@ -105,7 +124,8 @@
 {
 	byte i = 0 ;
 	byte found = 0;
-
+	byte key_temp;
+	key_temp = key;
 	if ((key &0xF0) == 0xf0 || (key &0xD0) == 0xD0)
 	{
 		if(mult_key_status == KEY_WAIT_RELEASE)
@@ -116,7 +136,17 @@
 	else
 		standard_key_release_flag = 1;
 
+	if(key >= HID_KEY_LEFT_CTL && key <= HID_KEY_RIGHT_GUI)
+	{
+	#ifdef MULTISYSTEM_ENABLE
+		key_temp = key_ios_replace(key);
+	#endif
+		ksEvtPool.standardSel  &= ~0x01 << (key_temp & 0x07);
+		return;
+	}
+	
 
+/*
 	if (key == HID_KEY_RIGHT_GUI ) 
 	{
 		ksEvtPool.standardSel &= ~KS_SEL_RGUI;
@@ -124,10 +154,7 @@
 	}
 	else if (key ==HID_KEY_RIGHT_ALT ) 
 	{
-		if(g_variable.system_mode == OSMODE_IOS)
-			ksEvtPool.standardSel &= ~KS_SEL_RGUI;
-		else	
-			ksEvtPool.standardSel &= ~KS_SEL_RALT;
+		ksEvtPool.standardSel &= ~KS_SEL_RALT;
 		return;
 	}
 	else if (key ==HID_KEY_RIGHT_SHIFT) 
@@ -140,20 +167,14 @@
 		ksEvtPool.standardSel &= ~KS_SEL_RCTRL;
 		return;
 	}
-	else if (key ==HID_KEY_LEFT_GUI) 
+	else if (key ==HID_KEY_LEFT_GUI)
 	{
-		if(g_variable.system_mode == OSMODE_IOS)
-			ksEvtPool.standardSel &= ~KS_SEL_LALT;
-		else	
-			ksEvtPool.standardSel &= ~KS_SEL_LGUI;
+		ksEvtPool.standardSel &= ~KS_SEL_LGUI;
 		return;
 	}
-	else if (key ==HID_KEY_LEFT_ALT) 
+	else if (key ==HID_KEY_LEFT_ALT)
 	{
-		if(g_variable.system_mode == OSMODE_IOS)
-			ksEvtPool.standardSel &= ~KS_SEL_LGUI;
-		else	
-			ksEvtPool.standardSel &= ~KS_SEL_LALT;
+		ksEvtPool.standardSel &= ~KS_SEL_LALT;
 		return;
 	}
 	else if (key ==HID_KEY_LEFT_SHIFT) 
@@ -166,7 +187,7 @@
 		ksEvtPool.standardSel &= ~ KS_SEL_LCTRL;
 		return;
 	}
-	
+*/	
 	for (i=0 ; i<KS_BUFF_POLL_LEN ; i++) 
 	{
 		if (found == 0) 
Index: c51/led.h
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/led.h	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/led.h	(working copy)
@@ -8,8 +8,6 @@
 
 void LED_all_shutdown();
 void LED_handle();
-void LED_device_poweron();
-void LED_device_poweroff();
 
 #endif /* YC_LED_H */
 
Index: c51/led.c
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/led.c	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/led.c	(working copy)
@@ -10,16 +10,6 @@
 }
 
 
-void LED_device_poweron()
-{
-	GPIO_Setout(CAPS_LED_GPIO,LED_ON);
-}
-
-void LED_device_poweroff()
-{
-	GPIO_Setout(CAPS_LED_GPIO,LED_OFF);
-}
-
 
 void LED_handle()
 {
@@ -71,7 +61,7 @@
 				
 				if(m_caps_num_lock & KB_PC_KEYSEL_CAPSLOCK)
 				{
-					g_variable.sys_capslockled_on_timer = KB_NUM_CAPS_LED_ON_TIMER+1;
+					g_variable.sys_capslockled_on_timer = KB_NUM_CAPS_LED_ON_TIMER;
 					GPIO_Setout(CAPS_LED_GPIO, LED_ON);
 				}
 				else 
Index: c51/output/FW
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/output/FW.COD
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/output/FW.COD	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/output/FW.COD	(working copy)
@@ -1,4 +1,4 @@
-LX51 LINKER/LOCATER V4.41                                                               06/11/2020  15:30:39  PAGE 1
+LX51 LINKER/LOCATER V4.41                                                               06/13/2020  15:00:51  PAGE 1
 
 
 
@@ -178,7 +178,7 @@
 000796 E0                MOVX    A,@DPTR
 000797 FD                MOV     R5,A
 000798 7B64              MOV     R3,#064H
-00079A 122886            LCALL   _bufsize
+00079A 122258            LCALL   _bufsize
 00079D 904E66            MOV     DPTR,#len
 0007A0 E0                MOVX    A,@DPTR
 0007A1 FE                MOV     R6,A
@@ -435,7 +435,7 @@
 0008DE A3                INC     DPTR
 0008DF E0                MOVX    A,@DPTR
 0008E0 F9                MOV     R1,A
-0008E1 121D88            LCALL   _kb_device_select
+0008E1 12196A            LCALL   _kb_device_select
 0008E4 EF                MOV     A,R7
 0008E5 6002              JZ      $ + 4H
 0008E7 412A              AJMP    ?C0038?KB_PROCESS
@@ -706,8 +706,8 @@
 
 ----- FUNCTION _kb_multikey_setup (BEGIN) -----
  FILE: 'kb_process.c'
-  596: void kb_multikey_setup(tKSEVENT *pEvt)
-  597: {
+  517: void kb_multikey_setup(tKSEVENT *pEvt)
+  518: {
 000A2B 904E82            MOV     DPTR,#pEvt
 000A2E EB                MOV     A,R3
 000A2F F0                MOVX    @DPTR,A
@@ -717,23 +717,23 @@
 000A33 A3                INC     DPTR
 000A34 E9                MOV     A,R1
 000A35 F0                MOVX    @DPTR,A
-  598: 	byte i = 0;
-  599: 	
+  519: 	byte i = 0;
+  520: 	
 000A36 E4                CLR     A
 000A37 A3                INC     DPTR
 000A38 F0                MOVX    @DPTR,A
-  600: 	for (i = 0;i < 6;i++)
+  521: 	for (i = 0;i < 6;i++)
 000A39 F0                MOVX    @DPTR,A
-000A3A         ?C0138?KB_PROCESS:
+000A3A         ?C0117?KB_PROCESS:
 000A3A 904E85            MOV     DPTR,#i
 000A3D E0                MOVX    A,@DPTR
 000A3E FF                MOV     R7,A
 000A3F C3                CLR     C
 000A40 9406              SUBB    A,#06H
 000A42 4002              JC      $ + 4H
-000A44 81ED              AJMP    ?C0191?KB_PROCESS
-  601: 	{		
-  602: 		if ((pEvt->ksPool[i] &0xF0) == 0xf0 
+000A44 81ED              AJMP    ?C0170?KB_PROCESS
+  522: 	{		
+  523: 		if ((pEvt->ksPool[i] &0xF0) == 0xf0 
 000A46 904E82            MOV     DPTR,#pEvt
 000A49 E0                MOVX    A,@DPTR
 000A4A FB                MOV     R3,A
@@ -758,39 +758,39 @@
 000A61 FF                MOV     R7,A
 000A62 54F0              ANL     A,#0F0H
 000A64 64F0              XRL     A,#0F0H
-000A66 6009              JZ      ?C0142?KB_PROCESS
+000A66 6009              JZ      ?C0121?KB_PROCESS
 000A68 EF                MOV     A,R7
 000A69 54D0              ANL     A,#0D0H
 000A6B 64D0              XRL     A,#0D0H
 000A6D 6002              JZ      $ + 4H
-000A6F 81E5              AJMP    ?C0140?KB_PROCESS
-000A71         ?C0142?KB_PROCESS:
-  603: 			|| (pEvt->ksPool[i] &0xD0) == 0xD0)
-  604: 		{
-  605: 			if (pEvt->ksPool[i] ==  HID_MULTIKEY_MEDIA) //media select
+000A6F 81E5              AJMP    ?C0119?KB_PROCESS
+000A71         ?C0121?KB_PROCESS:
+  524: 			|| (pEvt->ksPool[i] &0xD0) == 0xD0)
+  525: 		{
+  526: 			if (pEvt->ksPool[i] ==  HID_MULTIKEY_MEDIA) //media select
 000A71 1203B6            LCALL   ?C?CLDPTR
 000A74 FB                MOV     R3,A
-000A75 B4F108            CJNE    A,#0F1H,?C0143?KB_PROCESS
-  606: 			{
-  607: 				kb_set_multikey(0x0183); 
+000A75 B4F108            CJNE    A,#0F1H,?C0122?KB_PROCESS
+  527: 			{
+  528: 				kb_set_multikey(0x0183); 
 000A78 7F83              MOV     R7,#083H
 000A7A 7E01              MOV     R6,#01H
 000A7C 91EE              ACALL   _kb_set_multikey
-  608: 			}
-000A7E 81BA              AJMP    ?C0144?KB_PROCESS
-000A80         ?C0143?KB_PROCESS:
-  609: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_PALY) //play / pause
+  529: 			}
+000A7E 81BA              AJMP    ?C0123?KB_PROCESS
+000A80         ?C0122?KB_PROCESS:
+  530: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_PALY) //play / pause
 000A80 EB                MOV     A,R3
-000A81 B4F208            CJNE    A,#0F2H,?C0145?KB_PROCESS
-  610: 			{ 
-  611: 				kb_set_multikey(0x00cd);
+000A81 B4F208            CJNE    A,#0F2H,?C0124?KB_PROCESS
+  531: 			{ 
+  532: 				kb_set_multikey(0x00cd);
 000A84 7FCD              MOV     R7,#0CDH
 000A86 7E00              MOV     R6,#00H
 000A88 91EE              ACALL   _kb_set_multikey
-  612: 			}
-000A8A 81BA              AJMP    ?C0144?KB_PROCESS
-000A8C         ?C0145?KB_PROCESS:
-  613: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_STOP)  //stop
+  533: 			}
+000A8A 81BA              AJMP    ?C0123?KB_PROCESS
+000A8C         ?C0124?KB_PROCESS:
+  534: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_STOP)  //stop
 000A8C 904E82            MOV     DPTR,#pEvt
 000A8F E0                MOVX    A,@DPTR
 000A90 FB                MOV     R3,A
@@ -814,26 +814,26 @@
 000AA4 FA                MOV     R2,A
 000AA5 1203B6            LCALL   ?C?CLDPTR
 000AA8 FB                MOV     R3,A
-000AA9 B4F306            CJNE    A,#0F3H,?C0147?KB_PROCESS
-  614: 			{
-  615: 				kb_set_multikey(0x00b7);
+000AA9 B4F306            CJNE    A,#0F3H,?C0126?KB_PROCESS
+  535: 			{
+  536: 				kb_set_multikey(0x00b7);
 000AAC 7FB7              MOV     R7,#0B7H
 000AAE 91EE              ACALL   _kb_set_multikey
-  616: 			}
-000AB0 81BA              AJMP    ?C0144?KB_PROCESS
-000AB2         ?C0147?KB_PROCESS:
-  617: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_PRE_TRACK) //pre Track
+  537: 			}
+000AB0 81BA              AJMP    ?C0123?KB_PROCESS
+000AB2         ?C0126?KB_PROCESS:
+  538: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_PRE_TRACK) //pre Track
 000AB2 EB                MOV     A,R3
-000AB3 B4F408            CJNE    A,#0F4H,?C0149?KB_PROCESS
-  618: 			{
-  619: 				kb_set_multikey(0x00b6);
+000AB3 B4F408            CJNE    A,#0F4H,?C0128?KB_PROCESS
+  539: 			{
+  540: 				kb_set_multikey(0x00b6);
 000AB6 7FB6              MOV     R7,#0B6H
 000AB8 7E00              MOV     R6,#00H
 000ABA 91EE              ACALL   _kb_set_multikey
-  620: 			}
-000ABC 81BA              AJMP    ?C0144?KB_PROCESS
-000ABE         ?C0149?KB_PROCESS:
-  621: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_NEXT_TRACK) //next Track
+  541: 			}
+000ABC 81BA              AJMP    ?C0123?KB_PROCESS
+000ABE         ?C0128?KB_PROCESS:
+  542: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_NEXT_TRACK) //next Track
 000ABE 904E82            MOV     DPTR,#pEvt
 000AC1 E0                MOVX    A,@DPTR
 000AC2 FB                MOV     R3,A
@@ -857,26 +857,26 @@
 000AD6 FA                MOV     R2,A
 000AD7 1203B6            LCALL   ?C?CLDPTR
 000ADA FB                MOV     R3,A
-000ADB B4F506            CJNE    A,#0F5H,?C0151?KB_PROCESS
-  622: 			{
-  623: 				kb_set_multikey(0x00b5);
+000ADB B4F506            CJNE    A,#0F5H,?C0130?KB_PROCESS
+  543: 			{
+  544: 				kb_set_multikey(0x00b5);
 000ADE 7FB5              MOV     R7,#0B5H
 000AE0 91EE              ACALL   _kb_set_multikey
-  624: 			}
-000AE2 81BA              AJMP    ?C0144?KB_PROCESS
-000AE4         ?C0151?KB_PROCESS:
-  625: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_VOL_DOWN) //vol-
+  545: 			}
+000AE2 81BA              AJMP    ?C0123?KB_PROCESS
+000AE4         ?C0130?KB_PROCESS:
+  546: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_VOL_DOWN) //vol-
 000AE4 EB                MOV     A,R3
-000AE5 B4F608            CJNE    A,#0F6H,?C0153?KB_PROCESS
-  626: 			{
-  627: 				kb_set_multikey(0x00ea);
+000AE5 B4F608            CJNE    A,#0F6H,?C0132?KB_PROCESS
+  547: 			{
+  548: 				kb_set_multikey(0x00ea);
 000AE8 7FEA              MOV     R7,#0EAH
 000AEA 7E00              MOV     R6,#00H
 000AEC 91EE              ACALL   _kb_set_multikey
-  628: 			}
-000AEE 81BA              AJMP    ?C0144?KB_PROCESS
-000AF0         ?C0153?KB_PROCESS:
-  629: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_VOL_UP) //vol+
+  549: 			}
+000AEE 81BA              AJMP    ?C0123?KB_PROCESS
+000AF0         ?C0132?KB_PROCESS:
+  550: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_VOL_UP) //vol+
 000AF0 904E82            MOV     DPTR,#pEvt
 000AF3 E0                MOVX    A,@DPTR
 000AF4 FB                MOV     R3,A
@@ -900,26 +900,26 @@
 000B08 FA                MOV     R2,A
 000B09 1203B6            LCALL   ?C?CLDPTR
 000B0C FB                MOV     R3,A
-000B0D B4F706            CJNE    A,#0F7H,?C0155?KB_PROCESS
-  630: 			{
-  631: 				kb_set_multikey(0x00e9);
+000B0D B4F706            CJNE    A,#0F7H,?C0134?KB_PROCESS
+  551: 			{
+  552: 				kb_set_multikey(0x00e9);
 000B10 7FE9              MOV     R7,#0E9H
 000B12 91EE              ACALL   _kb_set_multikey
-  632: 			}
-000B14 81BA              AJMP    ?C0144?KB_PROCESS
-000B16         ?C0155?KB_PROCESS:
-  633: 			else	if (pEvt->ksPool[i] ==  HID_MULTIKEY_MUTE) //mute
+  553: 			}
+000B14 81BA              AJMP    ?C0123?KB_PROCESS
+000B16         ?C0134?KB_PROCESS:
+  554: 			else	if (pEvt->ksPool[i] ==  HID_MULTIKEY_MUTE) //mute
 000B16 EB                MOV     A,R3
-000B17 B4F808            CJNE    A,#0F8H,?C0157?KB_PROCESS
-  634: 			{
-  635: 				kb_set_multikey(0x00e2);
+000B17 B4F808            CJNE    A,#0F8H,?C0136?KB_PROCESS
+  555: 			{
+  556: 				kb_set_multikey(0x00e2);
 000B1A 7FE2              MOV     R7,#0E2H
 000B1C 7E00              MOV     R6,#00H
 000B1E 91EE              ACALL   _kb_set_multikey
-  636: 			}
-000B20 81BA              AJMP    ?C0144?KB_PROCESS
-000B22         ?C0157?KB_PROCESS:
-  637: 			else	if (pEvt->ksPool[i] ==  HID_MULTIKEY_MY_COMPUTER) 
+  557: 			}
+000B20 81BA              AJMP    ?C0123?KB_PROCESS
+000B22         ?C0136?KB_PROCESS:
+  558: 			else	if (pEvt->ksPool[i] ==  HID_MULTIKEY_MY_COMPUTER) 
 000B22 904E82            MOV     DPTR,#pEvt
 000B25 E0                MOVX    A,@DPTR
 000B26 FB                MOV     R3,A
@@ -943,27 +943,27 @@
 000B3A FA                MOV     R2,A
 000B3B 1203B6            LCALL   ?C?CLDPTR
 000B3E FB                MOV     R3,A
-000B3F B4F907            CJNE    A,#0F9H,?C0159?KB_PROCESS
-  638: 			{
-  639: 				kb_set_multikey(0x0194);
+000B3F B4F907            CJNE    A,#0F9H,?C0138?KB_PROCESS
+  559: 			{
+  560: 				kb_set_multikey(0x0194);
 000B42 7F94              MOV     R7,#094H
 000B44 0E                INC     R6
 000B45 91EE              ACALL   _kb_set_multikey
-  640: 			}
-000B47 81BA              AJMP    ?C0144?KB_PROCESS
-000B49         ?C0159?KB_PROCESS:
-  641: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_MAIL)  //mail
+  561: 			}
+000B47 81BA              AJMP    ?C0123?KB_PROCESS
+000B49         ?C0138?KB_PROCESS:
+  562: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_MAIL)  //mail
 000B49 EB                MOV     A,R3
-000B4A B4FA08            CJNE    A,#0FAH,?C0161?KB_PROCESS
-  642: 			{
-  643: 				kb_set_multikey(0x018a);//mail
+000B4A B4FA08            CJNE    A,#0FAH,?C0140?KB_PROCESS
+  563: 			{
+  564: 				kb_set_multikey(0x018a);//mail
 000B4D 7F8A              MOV     R7,#08AH
 000B4F 7E01              MOV     R6,#01H
 000B51 91EE              ACALL   _kb_set_multikey
-  644: 			}
-000B53 81BA              AJMP    ?C0144?KB_PROCESS
-000B55         ?C0161?KB_PROCESS:
-  645: 			else	if (pEvt->ksPool[i] ==  HID_MULTIKEY_CALCULATOR) //calculator
+  565: 			}
+000B53 81BA              AJMP    ?C0123?KB_PROCESS
+000B55         ?C0140?KB_PROCESS:
+  566: 			else	if (pEvt->ksPool[i] ==  HID_MULTIKEY_CALCULATOR) //calculator
 000B55 904E82            MOV     DPTR,#pEvt
 000B58 E0                MOVX    A,@DPTR
 000B59 FB                MOV     R3,A
@@ -987,27 +987,27 @@
 000B6D FA                MOV     R2,A
 000B6E 1203B6            LCALL   ?C?CLDPTR
 000B71 FB                MOV     R3,A
-000B72 B4FB07            CJNE    A,#0FBH,?C0163?KB_PROCESS
-  646: 			{
-  647: 				kb_set_multikey(0x0192);
+000B72 B4FB07            CJNE    A,#0FBH,?C0142?KB_PROCESS
+  567: 			{
+  568: 				kb_set_multikey(0x0192);
 000B75 7F92              MOV     R7,#092H
 000B77 0E                INC     R6
 000B78 91EE              ACALL   _kb_set_multikey
-  648: 			}
-000B7A 81BA              AJMP    ?C0144?KB_PROCESS
-000B7C         ?C0163?KB_PROCESS:
-  649: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_FAVORITES) 
+  569: 			}
+000B7A 81BA              AJMP    ?C0123?KB_PROCESS
+000B7C         ?C0142?KB_PROCESS:
+  570: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_FAVORITES) 
 000B7C EB                MOV     A,R3
-000B7D B4D008            CJNE    A,#0D0H,?C0165?KB_PROCESS
-  650: 			{
-  651: 				kb_set_multikey(0x022a);//www Favorites
+000B7D B4D008            CJNE    A,#0D0H,?C0144?KB_PROCESS
+  571: 			{
+  572: 				kb_set_multikey(0x022a);//www Favorites
 000B80 7F2A              MOV     R7,#02AH
 000B82 7E02              MOV     R6,#02H
 000B84 91EE              ACALL   _kb_set_multikey
-  652: 			}
-000B86 81BA              AJMP    ?C0144?KB_PROCESS
-000B88         ?C0165?KB_PROCESS:
-  653: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_FORWARD)  
+  573: 			}
+000B86 81BA              AJMP    ?C0123?KB_PROCESS
+000B88         ?C0144?KB_PROCESS:
+  574: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_FORWARD)  
 000B88 904E82            MOV     DPTR,#pEvt
 000B8B E0                MOVX    A,@DPTR
 000B8C FB                MOV     R3,A
@@ -1031,27 +1031,27 @@
 000BA0 FA                MOV     R2,A
 000BA1 1203B6            LCALL   ?C?CLDPTR
 000BA4 FB                MOV     R3,A
-000BA5 B4D108            CJNE    A,#0D1H,?C0167?KB_PROCESS
-  654: 			{
-  655: 				kb_set_multikey(0x0225);
+000BA5 B4D108            CJNE    A,#0D1H,?C0146?KB_PROCESS
+  575: 			{
+  576: 				kb_set_multikey(0x0225);
 000BA8 7F25              MOV     R7,#025H
 000BAA 7E02              MOV     R6,#02H
 000BAC 91EE              ACALL   _kb_set_multikey
-  656: 			}
-000BAE 81BA              AJMP    ?C0144?KB_PROCESS
-000BB0         ?C0167?KB_PROCESS:
-  657: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_STOP)  //www Stop
+  577: 			}
+000BAE 81BA              AJMP    ?C0123?KB_PROCESS
+000BB0         ?C0146?KB_PROCESS:
+  578: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_STOP)  //www Stop
 000BB0 EB                MOV     A,R3
-000BB1 B4D308            CJNE    A,#0D3H,?C0169?KB_PROCESS
-  658: 			{
-  659: 				kb_set_multikey(0x0226);
+000BB1 B4D308            CJNE    A,#0D3H,?C0148?KB_PROCESS
+  579: 			{
+  580: 				kb_set_multikey(0x0226);
 000BB4 7F26              MOV     R7,#026H
 000BB6 7E02              MOV     R6,#02H
 000BB8 91EE              ACALL   _kb_set_multikey
-  660: 			}
-000BBA 81BA              AJMP    ?C0144?KB_PROCESS
-000BBC         ?C0169?KB_PROCESS:
-  661: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_BACK)  
+  581: 			}
+000BBA 81BA              AJMP    ?C0123?KB_PROCESS
+000BBC         ?C0148?KB_PROCESS:
+  582: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_BACK)  
 000BBC 904E82            MOV     DPTR,#pEvt
 000BBF E0                MOVX    A,@DPTR
 000BC0 FB                MOV     R3,A
@@ -1075,28 +1075,28 @@
 000BD4 FA                MOV     R2,A
 000BD5 1203B6            LCALL   ?C?CLDPTR
 000BD8 FB                MOV     R3,A
-000BD9 B4D208            CJNE    A,#0D2H,?C0171?KB_PROCESS
-  662: 			{
-  663: 				kb_set_multikey(0x0224);
+000BD9 B4D208            CJNE    A,#0D2H,?C0150?KB_PROCESS
+  583: 			{
+  584: 				kb_set_multikey(0x0224);
 000BDC 7F24              MOV     R7,#024H
 000BDE 7E02              MOV     R6,#02H
 000BE0 91EE              ACALL   _kb_set_multikey
-  664: 			}
-000BE2 81BA              AJMP    ?C0144?KB_PROCESS
-000BE4         ?C0171?KB_PROCESS:
-  665: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_REFRESH) //www refresh
+  585: 			}
+000BE2 81BA              AJMP    ?C0123?KB_PROCESS
+000BE4         ?C0150?KB_PROCESS:
+  586: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_REFRESH) //www refresh
 000BE4 EB                MOV     A,R3
-000BE5 B4D408            CJNE    A,#0D4H,?C0173?KB_PROCESS
-  666: 			{
-  667: 				kb_set_multikey(0x0227);
+000BE5 B4D408            CJNE    A,#0D4H,?C0152?KB_PROCESS
+  587: 			{
+  588: 				kb_set_multikey(0x0227);
 000BE8 7F27              MOV     R7,#027H
 000BEA 7E02              MOV     R6,#02H
 000BEC 91EE              ACALL   _kb_set_multikey
-  668: 			}
-000BEE 81BA              AJMP    ?C0144?KB_PROCESS
-000BF0         ?C0173?KB_PROCESS:
-  669: 			
-  670: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_SEARCH)  //www search
+  589: 			}
+000BEE 81BA              AJMP    ?C0123?KB_PROCESS
+000BF0         ?C0152?KB_PROCESS:
+  590: 			
+  591: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_SEARCH)  //www search
 000BF0 904E82            MOV     DPTR,#pEvt
 000BF3 E0                MOVX    A,@DPTR
 000BF4 FB                MOV     R3,A
@@ -1120,27 +1120,27 @@
 000C08 FA                MOV     R2,A
 000C09 1203B6            LCALL   ?C?CLDPTR
 000C0C FB                MOV     R3,A
-000C0D B4D508            CJNE    A,#0D5H,?C0175?KB_PROCESS
-  671: 			{
-  672: 				kb_set_multikey(0x0221);
+000C0D B4D508            CJNE    A,#0D5H,?C0154?KB_PROCESS
+  592: 			{
+  593: 				kb_set_multikey(0x0221);
 000C10 7F21              MOV     R7,#021H
 000C12 7E02              MOV     R6,#02H
 000C14 91EE              ACALL   _kb_set_multikey
-  673: 			}
-000C16 81BA              AJMP    ?C0144?KB_PROCESS
-000C18         ?C0175?KB_PROCESS:
-  674: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_HOME)
+  594: 			}
+000C16 81BA              AJMP    ?C0123?KB_PROCESS
+000C18         ?C0154?KB_PROCESS:
+  595: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_AC_HOME)
 000C18 EB                MOV     A,R3
-000C19 B4D608            CJNE    A,#0D6H,?C0177?KB_PROCESS
-  675: 			{
-  676: 				kb_set_multikey(0x0223);
+000C19 B4D608            CJNE    A,#0D6H,?C0156?KB_PROCESS
+  596: 			{
+  597: 				kb_set_multikey(0x0223);
 000C1C 7F23              MOV     R7,#023H
 000C1E 7E02              MOV     R6,#02H
 000C20 91EE              ACALL   _kb_set_multikey
-  677: 			}
-000C22 81BA              AJMP    ?C0144?KB_PROCESS
-000C24         ?C0177?KB_PROCESS:
-  678: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_LIGHT_DOWN)
+  598: 			}
+000C22 81BA              AJMP    ?C0123?KB_PROCESS
+000C24         ?C0156?KB_PROCESS:
+  599: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_LIGHT_DOWN)
 000C24 904E82            MOV     DPTR,#pEvt
 000C27 E0                MOVX    A,@DPTR
 000C28 FB                MOV     R3,A
@@ -1164,26 +1164,26 @@
 000C3C FA                MOV     R2,A
 000C3D 1203B6            LCALL   ?C?CLDPTR
 000C40 FB                MOV     R3,A
-000C41 B4D706            CJNE    A,#0D7H,?C0179?KB_PROCESS
-  679: 			{
-  680: 				kb_set_multikey(0x0070);
+000C41 B4D706            CJNE    A,#0D7H,?C0158?KB_PROCESS
+  600: 			{
+  601: 				kb_set_multikey(0x0070);
 000C44 7F70              MOV     R7,#070H
 000C46 91EE              ACALL   _kb_set_multikey
-  681: 			}
-000C48 8070              SJMP    ?C0144?KB_PROCESS
-000C4A         ?C0179?KB_PROCESS:
-  682: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_LIGHT_UP)
+  602: 			}
+000C48 8070              SJMP    ?C0123?KB_PROCESS
+000C4A         ?C0158?KB_PROCESS:
+  603: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_LIGHT_UP)
 000C4A EB                MOV     A,R3
-000C4B B4D808            CJNE    A,#0D8H,?C0181?KB_PROCESS
-  683: 			{
-  684: 				kb_set_multikey(0x006f);
+000C4B B4D808            CJNE    A,#0D8H,?C0160?KB_PROCESS
+  604: 			{
+  605: 				kb_set_multikey(0x006f);
 000C4E 7F6F              MOV     R7,#06FH
 000C50 7E00              MOV     R6,#00H
 000C52 91EE              ACALL   _kb_set_multikey
-  685: 			}
-000C54 8064              SJMP    ?C0144?KB_PROCESS
-000C56         ?C0181?KB_PROCESS:
-  686: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_IOS_SOFT_KB)  //IOS VIR KB
+  606: 			}
+000C54 8064              SJMP    ?C0123?KB_PROCESS
+000C56         ?C0160?KB_PROCESS:
+  607: 			else if (pEvt->ksPool[i] ==  HID_MULTIKEY_IOS_SOFT_KB)  //IOS VIR KB
 000C56 904E82            MOV     DPTR,#pEvt
 000C59 E0                MOVX    A,@DPTR
 000C5A FB                MOV     R3,A
@@ -1207,26 +1207,26 @@
 000C6E FA                MOV     R2,A
 000C6F 1203B6            LCALL   ?C?CLDPTR
 000C72 FB                MOV     R3,A
-000C73 B4D906            CJNE    A,#0D9H,?C0183?KB_PROCESS
-  687: 		      	{
-  688: 		        	kb_set_multikey(0x00b8);
+000C73 B4D906            CJNE    A,#0D9H,?C0162?KB_PROCESS
+  608: 		      	{
+  609: 		        	kb_set_multikey(0x00b8);
 000C76 7FB8              MOV     R7,#0B8H
 000C78 91EE              ACALL   _kb_set_multikey
-  689: 		      	}
-000C7A 803E              SJMP    ?C0144?KB_PROCESS
-000C7C         ?C0183?KB_PROCESS:
-  690: 		      	else if (pEvt->ksPool[i] ==  HID_MULTIKEY_POWER)
+  610: 		      	}
+000C7A 803E              SJMP    ?C0123?KB_PROCESS
+000C7C         ?C0162?KB_PROCESS:
+  611: 		      	else if (pEvt->ksPool[i] ==  HID_MULTIKEY_POWER)
 000C7C EB                MOV     A,R3
-000C7D B4DA08            CJNE    A,#0DAH,?C0185?KB_PROCESS
-  691: 		      	{
-  692: 		        	kb_set_multikey(0x0930);
+000C7D B4DA08            CJNE    A,#0DAH,?C0164?KB_PROCESS
+  612: 		      	{
+  613: 		        	kb_set_multikey(0x0930);
 000C80 7F30              MOV     R7,#030H
 000C82 7E09              MOV     R6,#09H
 000C84 91EE              ACALL   _kb_set_multikey
-  693: 		      	}
-000C86 8032              SJMP    ?C0144?KB_PROCESS
-000C88         ?C0185?KB_PROCESS:
-  694: 		      	else if (pEvt->ksPool[i] ==  HID_MULTIKEY_ANDROID_SETUP_SHORTCUTS)
+  614: 		      	}
+000C86 8032              SJMP    ?C0123?KB_PROCESS
+000C88         ?C0164?KB_PROCESS:
+  615: 		      	else if (pEvt->ksPool[i] ==  HID_MULTIKEY_ANDROID_SETUP_SHORTCUTS)
 000C88 904E82            MOV     DPTR,#pEvt
 000C8B E0                MOVX    A,@DPTR
 000C8C FB                MOV     R3,A
@@ -1250,32 +1250,32 @@
 000CA0 FA                MOV     R2,A
 000CA1 1203B6            LCALL   ?C?CLDPTR
 000CA4 FB                MOV     R3,A
-000CA5 B4DB08            CJNE    A,#0DBH,?C0187?KB_PROCESS
-  695: 		      	{
-  696: 		        	kb_set_multikey(0x0306);
+000CA5 B4DB08            CJNE    A,#0DBH,?C0166?KB_PROCESS
+  616: 		      	{
+  617: 		        	kb_set_multikey(0x0306);
 000CA8 7F06              MOV     R7,#06H
 000CAA 7E03              MOV     R6,#03H
 000CAC 91EE              ACALL   _kb_set_multikey
-  697: 		      	}
-000CAE 800A              SJMP    ?C0144?KB_PROCESS
-000CB0         ?C0187?KB_PROCESS:
-  698: 		      	else if (pEvt->ksPool[i] ==  HID_MULTIKEY_ANDROID_SOFT_KB)
+  618: 		      	}
+000CAE 800A              SJMP    ?C0123?KB_PROCESS
+000CB0         ?C0166?KB_PROCESS:
+  619: 		      	else if (pEvt->ksPool[i] ==  HID_MULTIKEY_ANDROID_SOFT_KB)
 000CB0 EB                MOV     A,R3
-000CB1 B4DC06            CJNE    A,#0DCH,?C0144?KB_PROCESS
-  699: 		      	{
-  700: 		        	kb_set_multikey(0x0307);
+000CB1 B4DC06            CJNE    A,#0DCH,?C0123?KB_PROCESS
+  620: 		      	{
+  621: 		        	kb_set_multikey(0x0307);
 000CB4 7F07              MOV     R7,#07H
 000CB6 7E03              MOV     R6,#03H
 000CB8 91EE              ACALL   _kb_set_multikey
-  701: 		      	}
-000CBA         ?C0144?KB_PROCESS:
-  702: 			
-  703: 			if(mult_key_status == KEY_WAIT_RELEASE)
+  622: 		      	}
+000CBA         ?C0123?KB_PROCESS:
+  623: 			
+  624: 			if(mult_key_status == KEY_WAIT_RELEASE)
 000CBA 904E01            MOV     DPTR,#mult_key_status
 000CBD E0                MOVX    A,@DPTR
-000CBE B40224            CJNE    A,#02H,?C0140?KB_PROCESS
-  704: 			{
-  705: 				mult_key_value = pEvt->ksPool[i];
+000CBE B40224            CJNE    A,#02H,?C0119?KB_PROCESS
+  625: 			{
+  626: 				mult_key_value = pEvt->ksPool[i];
 000CC1 904E82            MOV     DPTR,#pEvt
 000CC4 E0                MOVX    A,@DPTR
 000CC5 FB                MOV     R3,A
@@ -1300,20 +1300,20 @@
 000CDA 1203B6            LCALL   ?C?CLDPTR
 000CDD 904DE3            MOV     DPTR,#mult_key_value
 000CE0 F0                MOVX    @DPTR,A
-  706: 				pEvt->ksPool[i] = 0;
+  627: 				pEvt->ksPool[i] = 0;
 000CE1 E4                CLR     A
 000CE2 1203FC            LCALL   ?C?CSTPTR
-  707: 			}
-  708: 		}
-  709: 	}
-000CE5         ?C0140?KB_PROCESS:
+  628: 			}
+  629: 		}
+  630: 	}
+000CE5         ?C0119?KB_PROCESS:
 000CE5 904E85            MOV     DPTR,#i
 000CE8 E0                MOVX    A,@DPTR
 000CE9 04                INC     A
 000CEA F0                MOVX    @DPTR,A
-000CEB 413A              AJMP    ?C0138?KB_PROCESS
-  710: }
-000CED         ?C0191?KB_PROCESS:
+000CEB 413A              AJMP    ?C0117?KB_PROCESS
+  631: }
+000CED         ?C0170?KB_PROCESS:
 000CED 22                RET     
 ----- FUNCTION _kb_multikey_setup (END) -------
 
@@ -1509,7 +1509,7 @@
 000DC8 F0                MOVX    @DPTR,A
    54: 	if(!YC_check_need_reconnected()) 
    55: 		return;
-000DC9 1217F4            LCALL   YC_check_need_reconnected
+000DC9 12191A            LCALL   YC_check_need_reconnected
 000DCC EF                MOV     A,R7
 000DCD 601D              JZ      ?C0013?KB_PROCESS
 000DCF         ?C0012?KB_PROCESS:
@@ -1734,12 +1734,12 @@
 000EA4 A3                INC     DPTR
 000EA5 F0                MOVX    @DPTR,A
   153: 	if (!IPC_IsTxBuffEmpty())
-000EA6 122A75            LCALL   IPC_IsTxBuffEmpty
+000EA6 122447            LCALL   IPC_IsTxBuffEmpty
 000EA9 5024              JNC     ?C0020?KB_PROCESS
 000EAB         ?C0019?KB_PROCESS:
   154: 		return;
   155: 	pEvt = KS_GetCurrentEvt();
-000EAB 1222E5            LCALL   KS_GetCurrentEvt
+000EAB 1219D8            LCALL   KS_GetCurrentEvt
 000EAE 904E92            MOV     DPTR,#pEvt
 000EB1 EB                MOV     A,R3
 000EB2 F0                MOVX    @DPTR,A
@@ -1790,7 +1790,7 @@
 
 
 ----- FUNCTION _IPC_TxData (BEGIN) -----
-000ED6 904EB6            MOV     DPTR,#len
+000ED6 904EB5            MOV     DPTR,#len
 000ED9 ED                MOV     A,R5
 000EDA F0                MOVX    @DPTR,A
 ;---- Variable 'dt' assigned to Register 'R1/R2/R3' ----
@@ -1807,7 +1807,7 @@
 000EEC 7B01              MOV     R3,#01H
 000EEE 7A0B              MOV     R2,#HIGH ipcSendBuff
 000EF0 79E7              MOV     R1,#LOW ipcSendBuff
-000EF2 904EB6            MOV     DPTR,#len
+000EF2 904EB5            MOV     DPTR,#len
 000EF5 E0                MOVX    A,@DPTR
 000EF6 2402              ADD     A,#02H
 000EF8 FD                MOV     R5,A
@@ -1823,7 +1823,7 @@
    49: 	YC_adc_init();
 000EFC B135              ACALL   System_clear_mem
    50: 	g_variable.release_data =1;
-000EFE 12260F            LCALL   YC_adc_init
+000EFE 1220B8            LCALL   YC_adc_init
    51: 	g_variable.powerOn_timer = KB_POWERON_LED_ON_TIMER;
 000F01 904CEE            MOV     DPTR,#g_variable+02FH
 000F04 7401              MOV     A,#01H
@@ -1847,45 +1847,45 @@
 
 ----- FUNCTION YC_System_Main (BEGIN) -----
  FILE: 'sys.c'
-  466: void YC_System_Main(void)
-  467: {
-  468: 	kb_cb_init();
-  469: 	while(1) {
-000F19 1225FC            LCALL   kb_cb_init
+  467: void YC_System_Main(void)
+  468: {
+  469: 	kb_cb_init();
+  470: 	while(1) {
+000F19 1220A5            LCALL   kb_cb_init
 000F1C         ?C0083?SYS:
-  470: 		IPC_DealSingleStep();
-  471: 		kb_need_keyscan();
-000F1C 122930            LCALL   IPC_DealSingleStep
-  472: 		YC_update_eeprom_data();
+  471: 		IPC_DealSingleStep();
+  472: 		kb_need_keyscan();
+000F1C 122302            LCALL   IPC_DealSingleStep
+  473: 		YC_update_eeprom_data();
 000F1F D127              ACALL   kb_need_keyscan
-  473: 		LED_handle();
+  474: 		LED_handle();
 000F21 F184              ACALL   YC_update_eeprom_data
-  474: 		
-000F23 1214D5            LCALL   LED_handle
-  475: 		switch (current_task) {
+  475: 		
+000F23 1210C4            LCALL   LED_handle
+  476: 		switch (current_task) {
 000F26 900B7E            MOV     DPTR,#current_task
 000F29 E0                MOVX    A,@DPTR
 000F2A 14                DEC     A
 000F2B 600D              JZ      ?C0089?SYS
 000F2D 24FE              ADD     A,#0FEH
 000F2F 70EB              JNZ     ?C0083?SYS
-  476: 		case FIX_ENTER_HIBERNATE:
+  477: 		case FIX_ENTER_HIBERNATE:
 000F31         ?C0086?SYS:
-  477: 			KS_Unistall();
-000F31 121FC3            LCALL   KS_Unistall
-  478: 			//GPIO_SetWakeupByCurrentState(BT_BUTTON_GPIO);
-  479: 			LED_all_shutdown();
+  478: 			KS_Unistall();
+000F31 121EB2            LCALL   KS_Unistall
+  479: 			//GPIO_SetWakeupByCurrentState(BT_BUTTON_GPIO);
+  480: 			LED_all_shutdown();
 000F34 F1CD              ACALL   LED_all_shutdown
-  480: 			IPC_WaitLpm();	/*<wait enter lpm,do nothing*/
+  481: 			IPC_WaitLpm();	/*<wait enter lpm,do nothing*/
 000F36 F161              ACALL   IPC_WaitLpm
 000F38         ?C0087?SYS:
-  481: 			while(1);
+  482: 			while(1);
 000F38 80FE              SJMP    ?C0087?SYS
-  482: 			break;
-  483: 			
-  484: 		case FIX_ENTER_LPM:
+  483: 			break;
+  484: 			
+  485: 		case FIX_ENTER_LPM:
 000F3A         ?C0089?SYS:
-  485: 			if (g_variable.delay_enter_lpm_timer ||g_variable.lockLpm ||g_variable.powerOn_timer ||g_variable.language_wai
+  486: 			if (g_variable.delay_enter_lpm_timer ||g_variable.lockLpm ||g_variable.powerOn_timer ||g_variable.language_wai
 >> t_switch_timer
 000F3A 904CED            MOV     DPTR,#g_variable+02EH
 000F3D E0                MOVX    A,@DPTR
@@ -1900,25 +1900,25 @@
 000F4F E0                MOVX    A,@DPTR
 000F50 6005              JZ      ?C0090?SYS
 000F52         ?C0091?SYS:
-  486: 			) 
-  487: 			{
-  488: 				IPC_AbandonLpm();
-000F52 122A69            LCALL   IPC_AbandonLpm
-  489: 				break;
+  487: 			) 
+  488: 			{
+  489: 				IPC_AbandonLpm();
+000F52 12243B            LCALL   IPC_AbandonLpm
+  490: 				break;
 000F55 80C5              SJMP    ?C0083?SYS
-  490: 			}
+  491: 			}
 000F57         ?C0090?SYS:
-  491: 			else
-  492: 			{
-  493: 				KS_Unistall();
-000F57 121FC3            LCALL   KS_Unistall
-  494: 				IPC_WaitLpm();	/*<wait enter lpm,do nothing*/
+  492: 			else
+  493: 			{
+  494: 				KS_Unistall();
+000F57 121EB2            LCALL   KS_Unistall
+  495: 				IPC_WaitLpm();	/*<wait enter lpm,do nothing*/
 000F5A F161              ACALL   IPC_WaitLpm
-  495: 				break;
+  496: 				break;
 000F5C 80BE              SJMP    ?C0083?SYS
-  496: 			}
-  497: 		}
-  498: 	}
+  497: 			}
+  498: 		}
+  499: 	}
 000F5E 80BC              SJMP    ?C0083?SYS
 000F60 22                RET     
 ----- FUNCTION YC_System_Main (END) -------
@@ -1990,8 +1990,8 @@
 000FA0 7D1D              MOV     R5,#01DH
 000FA2 7C00              MOV     R4,#00H
 000FA4 7FD8              MOV     R7,#0D8H
-000FA6 7E7F              MOV     R6,#07FH
-000FA8 121A3D            LCALL   _IIC_WriteBlock
+000FA6 7E3F              MOV     R6,#03FH
+000FA8 122545            LCALL   _IIC_WriteBlock
   143: 		GPIO_Setout(EEPROM_WP_GPIO,1);
 000FAB 7B01              MOV     R3,#01H
 000FAD 7A4C              MOV     R2,#HIGH g_variable+036H
@@ -1999,8 +1999,8 @@
 000FB1 7D02              MOV     R5,#02H
 000FB3 7C00              MOV     R4,#00H
 000FB5 7FF6              MOV     R7,#0F6H
-000FB7 7E7F              MOV     R6,#07FH
-000FB9 121A3D            LCALL   _IIC_WriteBlock
+000FB7 7E3F              MOV     R6,#03FH
+000FB9 122545            LCALL   _IIC_WriteBlock
   144: 		Delay1ms(10);
 000FBC D201              SETB    ?_GPIO_Setout?BIT
 000FBE 7FFF              MOV     R7,#0FFH
@@ -2240,1281 +2240,1072 @@
 ----- FUNCTION _GPIO_Setout (END) -------
 
 
------ FUNCTION _key_fn_function (BEGIN) -----
- FILE: 'kb_process.c'
-  355: byte key_fn_function(byte state ,byte key_value)
-  356: {
-0010C4 904E98            MOV     DPTR,#state
-0010C7 EF                MOV     A,R7
-0010C8 F0                MOVX    @DPTR,A
-0010C9 A3                INC     DPTR
-0010CA ED                MOV     A,R5
-0010CB F0                MOVX    @DPTR,A
-  357: 	byte temp = 0;
-  358: 
-0010CC E4                CLR     A
-0010CD A3                INC     DPTR
-0010CE F0                MOVX    @DPTR,A
-  359: 	temp = key_value;
-0010CF ED                MOV     A,R5
-0010D0 F0                MOVX    @DPTR,A
-  360: 
-  361: 	if(fn_flag == 1)		
-0010D1 904DDB            MOV     DPTR,#fn_flag
-0010D4 E0                MOVX    A,@DPTR
-0010D5 6401              XRL     A,#01H
-0010D7 6002              JZ      $ + 4H
-0010D9 215D              AJMP    ?C0064?KB_PROCESS
-  362: 	{
-  363: 		if((key_value == HID_KEY_Q) || (key_value == HID_KEY_W) || (key_value == HID_KEY_E))
-0010DB 904E99            MOV     DPTR,#key_value
-0010DE E0                MOVX    A,@DPTR
-0010DF FF                MOV     R7,A
-0010E0 6414              XRL     A,#014H
-0010E2 600A              JZ      ?C0066?KB_PROCESS
-0010E4 EF                MOV     A,R7
-0010E5 641A              XRL     A,#01AH
-0010E7 6005              JZ      ?C0066?KB_PROCESS
-0010E9 EF                MOV     A,R7
-0010EA 6408              XRL     A,#08H
-0010EC 7058              JNZ     ?C0065?KB_PROCESS
-0010EE         ?C0066?KB_PROCESS:
-  364: 		{
-  365: 			if(key_value == HID_KEY_Q)
-0010EE EF                MOV     A,R7
-0010EF B4140C            CJNE    A,#014H,?C0067?KB_PROCESS
-  366: 			{
-  367: 				g_variable.system_mode = OSMODE_IOS;
-0010F2 904CC1            MOV     DPTR,#g_variable+02H
-0010F5 7402              MOV     A,#02H
-0010F7 F0                MOVX    @DPTR,A
-  368: 				g_variable.pairing_mode_blink_count = 2;
-0010F8 904CFB            MOV     DPTR,#g_variable+03CH
-0010FB F0                MOVX    @DPTR,A
-  369: 			}
-0010FC 8021              SJMP    ?C0068?KB_PROCESS
-0010FE         ?C0067?KB_PROCESS:
-  370: 			else if(key_value == HID_KEY_W)
-0010FE EF                MOV     A,R7
-0010FF B41A0E            CJNE    A,#01AH,?C0069?KB_PROCESS
-  371: 			{
-  372: 				g_variable.system_mode = OSMODE_ANDROID;
-001102 904CC1            MOV     DPTR,#g_variable+02H
-001105 7401              MOV     A,#01H
-001107 F0                MOVX    @DPTR,A
-  373: 				g_variable.pairing_mode_blink_count = 4;
-001108 904CFB            MOV     DPTR,#g_variable+03CH
-00110B 7404              MOV     A,#04H
-00110D F0                MOVX    @DPTR,A
-  374: 			}
-00110E 800F              SJMP    ?C0068?KB_PROCESS
-001110         ?C0069?KB_PROCESS:
-  375: 			else if(key_value == HID_KEY_E)
-001110 EF                MOV     A,R7
-001111 B4080B            CJNE    A,#08H,?C0068?KB_PROCESS
-  376: 			{
-  377: 				g_variable.system_mode = OSMODE_WINDOWS;
-001114 E4                CLR     A
-001115 904CC1            MOV     DPTR,#g_variable+02H
-001118 F0                MOVX    @DPTR,A
-  378: 				g_variable.pairing_mode_blink_count = 6;	
-001119 904CFB            MOV     DPTR,#g_variable+03CH
-00111C 7406              MOV     A,#06H
-00111E F0                MOVX    @DPTR,A
-  379: 			}
-00111F         ?C0068?KB_PROCESS:
-  380: 			GPIO_Setout(LOWPOWER_LED_GPIO, LED_OFF);	
-00111F C201              CLR     ?_GPIO_Setout?BIT
-001121 7F1D              MOV     R7,#01DH
-001123 11B3              ACALL   _GPIO_Setout
-  381: 			temp = key_replace(state,key_value,HID_KEY_NULL);
-001125 904E98            MOV     DPTR,#state
-001128 E0                MOVX    A,@DPTR
-001129 FF                MOV     R7,A
+----- FUNCTION LED_handle (BEGIN) -----
+ FILE: 'led.c'
+   14: void LED_handle()
+   15: {
+   16: 	if (power_on_flag != 2)
+   17: 		return;
+0010C4 904DE1            MOV     DPTR,#power_on_flag
+0010C7 E0                MOVX    A,@DPTR
+0010C8 6402              XRL     A,#02H
+0010CA 6002              JZ      $ + 4H
+0010CC 218A              AJMP    ?C0003?LED
+0010CE         ?C0002?LED:
+   18: 
+   19: 	if(!g_variable.pairing_timeout)
+0010CE 904CEC            MOV     DPTR,#g_variable+02DH
+0010D1 E0                MOVX    A,@DPTR
+0010D2 6002              JZ      $ + 4H
+0010D4 2184              AJMP    ?C0004?LED
+   20: 	{
+   21: 		//low battery LED process
+   22: 		if (g_variable.battery_status == BAT_STATUS_SHUT_DOWN)
+0010D6 904CD5            MOV     DPTR,#g_variable+016H
+0010D9 E0                MOVX    A,@DPTR
+0010DA B40204            CJNE    A,#02H,?C0005?LED
+   23: 		{
+   24: 			System_long_sleep();
+0010DD B129              ACALL   System_long_sleep
+   25: 		}
+0010DF 802E              SJMP    ?C0006?LED
+0010E1         ?C0005?LED:
+   26: 		else if (g_variable.battery_status == BAT_STATUS_LOW)
+0010E1 904CD5            MOV     DPTR,#g_variable+016H
+0010E4 E0                MOVX    A,@DPTR
+0010E5 B40114            CJNE    A,#01H,?C0007?LED
+   27: 		{
+   28: 			if (g_variable.battery_low_led_flash_flag == 0)
+0010E8 904CFA            MOV     DPTR,#g_variable+03BH
+0010EB E0                MOVX    A,@DPTR
+0010EC 7021              JNZ     ?C0006?LED
+   29: 			{
+   30: 				g_variable.battery_low_led_flash_interval = LOW_BATTERY_FLASH_INTERVAL;
+0010EE 904CE2            MOV     DPTR,#g_variable+023H
+0010F1 7404              MOV     A,#04H
+0010F3 F0                MOVX    @DPTR,A
+   31: 				g_variable.battery_low_led_flash_flag = 1;
+0010F4 904CFA            MOV     DPTR,#g_variable+03BH
+0010F7 7401              MOV     A,#01H
+0010F9 F0                MOVX    @DPTR,A
+   32: 			}
+   33: 		}
+0010FA 8013              SJMP    ?C0006?LED
+0010FC         ?C0007?LED:
+   34: 		else
+   35: 		{
+   36: 			if (g_variable.battery_low_led_flash_flag == 1)
+0010FC 904CFA            MOV     DPTR,#g_variable+03BH
+0010FF E0                MOVX    A,@DPTR
+001100 B4010C            CJNE    A,#01H,?C0006?LED
+   37: 			{
+   38: 				g_variable.battery_low_led_flash_flag = 0;
+001103 E4                CLR     A
+001104 F0                MOVX    @DPTR,A
+   39: 				g_variable.battery_low_led_flash_interval = 0;
+001105 904CE2            MOV     DPTR,#g_variable+023H
+001108 F0                MOVX    @DPTR,A
+   40: 				GPIO_Setout(LOWPOWER_LED_GPIO, LED_OFF);
+001109 C201              CLR     ?_GPIO_Setout?BIT
+00110B 7F1D              MOV     R7,#01DH
+00110D 11B3              ACALL   _GPIO_Setout
+   41: 			}
+   42: 		}
+00110F         ?C0006?LED:
+   43: 
+   44: 		//capslock  numlock  scrolllock LED process
+   45: 		if (YC_check_is_connected())
+00110F F151              ACALL   YC_check_is_connected
+001111 EF                MOV     A,R7
+001112 605E              JZ      ?C0011?LED
+   46: 		{
+   47: 			if(m_caps_num_lock != m_caps_num_lock_last)
+001114 904DD9            MOV     DPTR,#m_caps_num_lock_last
+001117 E0                MOVX    A,@DPTR
+001118 FF                MOV     R7,A
+001119 904CB7            MOV     DPTR,#m_caps_num_lock
+00111C E0                MOVX    A,@DPTR
+00111D 6F                XRL     A,R7
+00111E 606A              JZ      ?C0003?LED
+   48: 			{
+   49: 		
+   50: 				if(m_caps_num_lock & KB_PC_KEYSEL_NUMLOCK)
+001120 E0                MOVX    A,@DPTR
+001121 30E012            JNB     ACC.0,?C0013?LED
+   51: 				{
+   52: 					g_variable.sys_numlockled_on_timer = KB_NUM_CAPS_LED_ON_TIMER;
+001124 904CE6            MOV     DPTR,#g_variable+027H
+001127 7402              MOV     A,#02H
+001129 F0                MOVX    @DPTR,A
 00112A A3                INC     DPTR
-00112B E0                MOVX    A,@DPTR
-00112C FD                MOV     R5,A
-00112D E4                CLR     A
-00112E FB                MOV     R3,A
-00112F 91B5              ACALL   _key_replace
-001131 904E9A            MOV     DPTR,#temp
-001134 EF                MOV     A,R7
-001135 F0                MOVX    @DPTR,A
-  382: 			IIC_WriteBlock(EEPROM_RECON_INFO_SYTEM_MODE ,1 ,(byte *)&g_variable.system_mode);
-001136 0B                INC     R3
-001137 7A4C              MOV     R2,#HIGH g_variable+02H
-001139 79C1              MOV     R1,#LOW g_variable+02H
-00113B 7D01              MOV     R5,#01H
-00113D 7C00              MOV     R4,#00H
-00113F 7FF5              MOV     R7,#0F5H
-001141 7E7F              MOV     R6,#07FH
-001143 121A3D            LCALL   _IIC_WriteBlock
-  383: 		}	
-001146         ?C0065?KB_PROCESS:
-  384: 
-  385: 		
-  386: 		if(key_value == HID_KEY_ESC)
-001146 904E99            MOV     DPTR,#key_value
-001149 E0                MOVX    A,@DPTR
-00114A FD                MOV     R5,A
-00114B B4290F            CJNE    A,#029H,?C0064?KB_PROCESS
-  387: 		{
-  388: 			temp = key_replace(state,key_value,HID_KEY_NULL);
-00114E 904E98            MOV     DPTR,#state
-001151 E0                MOVX    A,@DPTR
-001152 FF                MOV     R7,A
-001153 E4                CLR     A
-001154 FB                MOV     R3,A
-001155 91B5              ACALL   _key_replace
-001157 904E9A            MOV     DPTR,#temp
-00115A EF                MOV     A,R7
-00115B F0                MOVX    @DPTR,A
-  389: 			return temp;
-00115C 22                RET     
-  390: 		}
-  391: 	}	
-00115D         ?C0064?KB_PROCESS:
-  392: 
-  393: 
-  394: 	
-  395: 	if( (fn_flag == 1 && g_variable.system_mode == OSMODE_WINDOWS) ||
-00115D 904DDB            MOV     DPTR,#fn_flag
-001160 E0                MOVX    A,@DPTR
-001161 B40106            CJNE    A,#01H,?C0076?KB_PROCESS
-001164 904CC1            MOV     DPTR,#g_variable+02H
-001167 E0                MOVX    A,@DPTR
-001168 6020              JZ      ?C0075?KB_PROCESS
-00116A         ?C0076?KB_PROCESS:
-00116A 904DDB            MOV     DPTR,#fn_flag
-00116D E0                MOVX    A,@DPTR
-00116E 7008              JNZ     ?C0077?KB_PROCESS
-001170 904CC1            MOV     DPTR,#g_variable+02H
-001173 E0                MOVX    A,@DPTR
-001174 6402              XRL     A,#02H
-001176 6012              JZ      ?C0075?KB_PROCESS
-001178         ?C0077?KB_PROCESS:
-001178 904DDB            MOV     DPTR,#fn_flag
+00112B 7458              MOV     A,#058H
+00112D F0                MOVX    @DPTR,A
+   53: 					GPIO_Setout(NUM_LOCK_LED_GPIO, LED_ON);
+00112E D201              SETB    ?_GPIO_Setout?BIT
+001130 7F0F              MOV     R7,#0FH
+001132 11B3              ACALL   _GPIO_Setout
+   54: 				}
+001134 800D              SJMP    ?C0014?LED
+001136         ?C0013?LED:
+   55: 				else
+   56: 				{
+   57: 					GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
+001136 C201              CLR     ?_GPIO_Setout?BIT
+001138 7F0F              MOV     R7,#0FH
+00113A 11B3              ACALL   _GPIO_Setout
+   58: 					g_variable.sys_numlockled_on_timer = 0;
+00113C E4                CLR     A
+00113D 904CE6            MOV     DPTR,#g_variable+027H
+001140 F0                MOVX    @DPTR,A
+001141 A3                INC     DPTR
+001142 F0                MOVX    @DPTR,A
+   59: 				}
+001143         ?C0014?LED:
+   60: 				
+   61: 				
+   62: 				if(m_caps_num_lock & KB_PC_KEYSEL_CAPSLOCK)
+001143 904CB7            MOV     DPTR,#m_caps_num_lock
+001146 E0                MOVX    A,@DPTR
+001147 30E112            JNB     ACC.1,?C0015?LED
+   63: 				{
+   64: 					g_variable.sys_capslockled_on_timer = KB_NUM_CAPS_LED_ON_TIMER;
+00114A 904CE8            MOV     DPTR,#g_variable+029H
+00114D 7402              MOV     A,#02H
+00114F F0                MOVX    @DPTR,A
+001150 A3                INC     DPTR
+001151 7458              MOV     A,#058H
+001153 F0                MOVX    @DPTR,A
+   65: 					GPIO_Setout(CAPS_LED_GPIO, LED_ON);
+001154 D201              SETB    ?_GPIO_Setout?BIT
+001156 7F1E              MOV     R7,#01EH
+001158 11B3              ACALL   _GPIO_Setout
+   66: 				}
+00115A 800D              SJMP    ?C0016?LED
+00115C         ?C0015?LED:
+   67: 				else 
+   68: 				{
+   69: 					GPIO_Setout(CAPS_LED_GPIO, LED_OFF);
+00115C C201              CLR     ?_GPIO_Setout?BIT
+00115E 7F1E              MOV     R7,#01EH
+001160 11B3              ACALL   _GPIO_Setout
+   70: 					g_variable.sys_capslockled_on_timer = 0;
+001162 E4                CLR     A
+001163 904CE8            MOV     DPTR,#g_variable+029H
+001166 F0                MOVX    @DPTR,A
+001167 A3                INC     DPTR
+001168 F0                MOVX    @DPTR,A
+   71: 				}	
+001169         ?C0016?LED:
+   72: 
+   73: 				//if(m_caps_num_lock & KB_PC_KEYSEL_SCROLLLOCK)
+   74: 				//	g_variable.sys_scrolllockled_on_timer = KB_NUM_CAPS_LED_ON_TIMER;
+   75: 				//else 
+   76: 				//	g_variable.sys_scrolllockled_on_timer = 0;
+   77: 					
+   78: 				m_caps_num_lock_last = m_caps_num_lock;
+001169 904CB7            MOV     DPTR,#m_caps_num_lock
+00116C E0                MOVX    A,@DPTR
+00116D 904DD9            MOV     DPTR,#m_caps_num_lock_last
+001170 F0                MOVX    @DPTR,A
+   79: 			}
+   80: 		}
+001171 22                RET     
+001172         ?C0011?LED:
+   81: 		else
+   82: 		{
+   83: 			GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
+001172 C201              CLR     ?_GPIO_Setout?BIT
+001174 7F0F              MOV     R7,#0FH
+001176 11B3              ACALL   _GPIO_Setout
+   84: 			if(!g_variable.powerOn_timer)
+001178 904CE5            MOV     DPTR,#g_variable+026H
 00117B E0                MOVX    A,@DPTR
-00117C 6002              JZ      $ + 4H
-00117E 81AF              AJMP    ?C0074?KB_PROCESS
-001180 904CC1            MOV     DPTR,#g_variable+02H
-001183 E0                MOVX    A,@DPTR
-001184 6401              XRL     A,#01H
-001186 6002              JZ      $ + 4H
-001188 81AF              AJMP    ?C0074?KB_PROCESS
-00118A         ?C0075?KB_PROCESS:
-  396: 	     (fn_flag == 0 && g_variable.system_mode == OSMODE_IOS) ||
-  397: 	     (fn_flag == 0 && g_variable.system_mode == OSMODE_ANDROID))
-  398: 	{
-  399: 		
-  400: 		switch (key_value)
-00118A 904E99            MOV     DPTR,#key_value
-00118D E0                MOVX    A,@DPTR
-00118E FD                MOV     R5,A
-00118F 24D7              ADD     A,#0D7H
-001191 603B              JZ      ?C0079?KB_PROCESS
-001193 24EF              ADD     A,#0EFH
-001195 B40C00            CJNE    A,#0CH,?C0192?KB_PROCESS
-001198         ?C0192?KB_PROCESS:
-001198 4002              JC      $ + 4H
-00119A 81AF              AJMP    ?C0074?KB_PROCESS
-00119C 9011AA            MOV     DPTR,#011AAH
-00119F 75F003            MOV     B,#03H
-0011A2 A4                MUL     AB
-0011A3 C583              XCH     A,DPH
-0011A5 25F0              ADD     A,B
-0011A7 C583              XCH     A,DPH
-0011A9 73                JMP     @A+DPTR
-0011AA         ?C0193?KB_PROCESS:
-0011AA 0211DE            LJMP    ?C0080?KB_PROCESS
-0011AD 0211F1            LJMP    ?C0081?KB_PROCESS
-0011B0 021204            LJMP    ?C0082?KB_PROCESS
-0011B3 021217            LJMP    ?C0083?KB_PROCESS
-0011B6 021285            LJMP    ?C0092?KB_PROCESS
-0011B9 0212F3            LJMP    ?C0101?KB_PROCESS
-0011BC 021391            LJMP    ?C0114?KB_PROCESS
-0011BF 0213FF            LJMP    ?C0123?KB_PROCESS
-0011C2 021412            LJMP    ?C0124?KB_PROCESS
-0011C5 021425            LJMP    ?C0125?KB_PROCESS
-0011C8 021438            LJMP    ?C0126?KB_PROCESS
-0011CB 02144B            LJMP    ?C0127?KB_PROCESS
-  401: 		{ 	
-  402: 			case HID_KEY_ESC:
-0011CE         ?C0079?KB_PROCESS:
-  403: 				temp = key_replace(state,key_value,HID_MULTIKEY_AC_HOME);
-0011CE 904E98            MOV     DPTR,#state
-0011D1 E0                MOVX    A,@DPTR
-0011D2 FF                MOV     R7,A
-0011D3 7BD6              MOV     R3,#0D6H
-0011D5 91B5              ACALL   _key_replace
-0011D7 904E9A            MOV     DPTR,#temp
-0011DA EF                MOV     A,R7
-0011DB F0                MOVX    @DPTR,A
-  404: 				break;
-0011DC 81AF              AJMP    ?C0074?KB_PROCESS
-  405: 			case HID_KEY_F1:
-0011DE         ?C0080?KB_PROCESS:
-  406: 				temp = key_replace(state,key_value,HID_MULTIKEY_PRE_TRACK);
-0011DE 904E98            MOV     DPTR,#state
-0011E1 E0                MOVX    A,@DPTR
-0011E2 FF                MOV     R7,A
-0011E3 A3                INC     DPTR
-0011E4 E0                MOVX    A,@DPTR
-0011E5 FD                MOV     R5,A
-0011E6 7BF4              MOV     R3,#0F4H
-0011E8 91B5              ACALL   _key_replace
-0011EA 904E9A            MOV     DPTR,#temp
-0011ED EF                MOV     A,R7
-0011EE F0                MOVX    @DPTR,A
-  407: 				break;
-0011EF 81AF              AJMP    ?C0074?KB_PROCESS
-  408: 			case HID_KEY_F2:
-0011F1         ?C0081?KB_PROCESS:
-  409: 				temp = key_replace(state,key_value,HID_MULTIKEY_PALY);
-0011F1 904E98            MOV     DPTR,#state
-0011F4 E0                MOVX    A,@DPTR
-0011F5 FF                MOV     R7,A
-0011F6 A3                INC     DPTR
-0011F7 E0                MOVX    A,@DPTR
-0011F8 FD                MOV     R5,A
-0011F9 7BF2              MOV     R3,#0F2H
-0011FB 91B5              ACALL   _key_replace
-0011FD 904E9A            MOV     DPTR,#temp
-001200 EF                MOV     A,R7
-001201 F0                MOVX    @DPTR,A
-  410: 				break;
-001202 81AF              AJMP    ?C0074?KB_PROCESS
-  411: 			case HID_KEY_F3:
-001204         ?C0082?KB_PROCESS:
-  412: 				temp = key_replace(state,key_value,HID_MULTIKEY_NEXT_TRACK);
-001204 904E98            MOV     DPTR,#state
-001207 E0                MOVX    A,@DPTR
-001208 FF                MOV     R7,A
-001209 A3                INC     DPTR
-00120A E0                MOVX    A,@DPTR
-00120B FD                MOV     R5,A
-00120C 7BF5              MOV     R3,#0F5H
-00120E 91B5              ACALL   _key_replace
-001210 904E9A            MOV     DPTR,#temp
-001213 EF                MOV     A,R7
-001214 F0                MOVX    @DPTR,A
-  413: 				break;
-001215 81AF              AJMP    ?C0074?KB_PROCESS
-  414: 			case HID_KEY_F4:
-001217         ?C0083?KB_PROCESS:
-  415: 				if(g_variable.system_mode == OSMODE_IOS)
-001217 904CC1            MOV     DPTR,#g_variable+02H
-00121A E0                MOVX    A,@DPTR
-00121B FC                MOV     R4,A
-00121C B40213            CJNE    A,#02H,?C0084?KB_PROCESS
-  416: 				{
-  417: 					temp = key_replace(state,key_value,HID_KEY_NULL);
-00121F 904E98            MOV     DPTR,#state
-001222 E0                MOVX    A,@DPTR
-001223 FF                MOV     R7,A
-001224 A3                INC     DPTR
-001225 E0                MOVX    A,@DPTR
-001226 FD                MOV     R5,A
-001227 E4                CLR     A
-001228 FB                MOV     R3,A
-001229 91B5              ACALL   _key_replace
-00122B 904E9A            MOV     DPTR,#temp
-00122E EF                MOV     A,R7
-00122F F0                MOVX    @DPTR,A
-  418: 				}
-001230 81AF              AJMP    ?C0074?KB_PROCESS
-001232         ?C0084?KB_PROCESS:
-  419: 				else if(g_variable.system_mode == OSMODE_ANDROID)
-001232 EC                MOV     A,R4
-001233 B40113            CJNE    A,#01H,?C0086?KB_PROCESS
-  420: 				{
-  421: 					temp = key_replace(state,key_value,HID_KEY_ESC);
-001236 904E98            MOV     DPTR,#state
-001239 E0                MOVX    A,@DPTR
-00123A FF                MOV     R7,A
-00123B A3                INC     DPTR
-00123C E0                MOVX    A,@DPTR
-00123D FD                MOV     R5,A
-00123E 7B29              MOV     R3,#029H
-001240 91B5              ACALL   _key_replace
-001242 904E9A            MOV     DPTR,#temp
+00117C 700C              JNZ     ?C0003?LED
+   85: 				GPIO_Setout(CAPS_LED_GPIO, LED_OFF);
+00117E C201              CLR     ?_GPIO_Setout?BIT
+001180 7F1E              MOV     R7,#01EH
+001182 01B3              AJMP    _GPIO_Setout
+   86: 		}
+   87: 	}
+001184         ?C0004?LED:
+   88: 	else
+   89: 	{
+   90: 		GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
+001184 C201              CLR     ?_GPIO_Setout?BIT
+001186 7F0F              MOV     R7,#0FH
+001188 11B3              ACALL   _GPIO_Setout
+   91: 	}
+   92: 
+   93: }
+00118A         ?C0003?LED:
+00118A 22                RET     
+----- FUNCTION LED_handle (END) -------
+
+
+----- FUNCTION LED_timer500ms (BEGIN) -----
+ FILE: 'sys.c'
+  189: void LED_timer500ms()
+  190: {
+  191: 	if (power_on_flag != 2)
+  192: 		return;
+00118B 904DE1            MOV     DPTR,#power_on_flag
+00118E E0                MOVX    A,@DPTR
+00118F 6402              XRL     A,#02H
+001191 6002              JZ      $ + 4H
+001193 411C              AJMP    ?C0028?SYS
+001195         ?C0027?SYS:
+  193: 	if (g_variable.pairing_timeout != 0) //bt  pairing
+001195 904CEC            MOV     DPTR,#g_variable+02DH
+001198 E0                MOVX    A,@DPTR
+001199 6006              JZ      ?C0029?SYS
+  194: 	{
+  195: 		GPIO_FlipOutBit(BT_LED_GPIO);
+00119B 7F1E              MOV     R7,#01EH
+00119D 918E              ACALL   _GPIO_FlipOutBit
+  196: 		
+  197: 	}
+00119F 800C              SJMP    ?C0030?SYS
+0011A1         ?C0029?SYS:
+  198: 	else
+  199: 	{
+  200: 		if(g_variable.pairing_mode_blink_count)
+0011A1 904CFB            MOV     DPTR,#g_variable+03CH
+0011A4 E0                MOVX    A,@DPTR
+0011A5 6006              JZ      ?C0030?SYS
+  201: 		{
+  202: 			g_variable.pairing_mode_blink_count--;
+0011A7 14                DEC     A
+0011A8 F0                MOVX    @DPTR,A
+  203: 			GPIO_FlipOutBit(LOWPOWER_LED_GPIO);
+0011A9 7F1D              MOV     R7,#01DH
+0011AB 918E              ACALL   _GPIO_FlipOutBit
+  204: 		}
+  205: 	}
+0011AD         ?C0030?SYS:
+  206: 
+  207: 	if (YC_check_is_connected())
+0011AD F151              ACALL   YC_check_is_connected
+0011AF EF                MOV     A,R7
+0011B0 606A              JZ      ?C0028?SYS
+  208: 	{
+  209: 		if(g_variable.sys_numlockled_on_timer)
+0011B2 904CE6            MOV     DPTR,#g_variable+027H
+0011B5 E0                MOVX    A,@DPTR
+0011B6 7002              JNZ     ?C0094?SYS
+0011B8 A3                INC     DPTR
+0011B9 E0                MOVX    A,@DPTR
+0011BA         ?C0094?SYS:
+0011BA 6026              JZ      ?C0033?SYS
+  210: 		{
+  211: 			g_variable.sys_numlockled_on_timer--;
+0011BC 904CE7            MOV     DPTR,#g_variable+028H
+0011BF E0                MOVX    A,@DPTR
+0011C0 24FF              ADD     A,#0FFH
+0011C2 F0                MOVX    @DPTR,A
+0011C3 904CE6            MOV     DPTR,#g_variable+027H
+0011C6 E0                MOVX    A,@DPTR
+0011C7 34FF              ADDC    A,#0FFH
+0011C9 F0                MOVX    @DPTR,A
+  212: 			GPIO_Setout(NUM_LOCK_LED_GPIO, LED_ON);
+0011CA D201              SETB    ?_GPIO_Setout?BIT
+0011CC 7F0F              MOV     R7,#0FH
+0011CE 11B3              ACALL   _GPIO_Setout
+  213: 			if(!g_variable.sys_numlockled_on_timer)
+0011D0 904CE6            MOV     DPTR,#g_variable+027H
+0011D3 E0                MOVX    A,@DPTR
+0011D4 7002              JNZ     ?C0095?SYS
+0011D6 A3                INC     DPTR
+0011D7 E0                MOVX    A,@DPTR
+0011D8         ?C0095?SYS:
+0011D8 700E              JNZ     ?C0035?SYS
+  214: 				GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
+0011DA C201              CLR     ?_GPIO_Setout?BIT
+0011DC 7F0F              MOV     R7,#0FH
+0011DE 11B3              ACALL   _GPIO_Setout
+  215: 		}
+0011E0 8006              SJMP    ?C0035?SYS
+0011E2         ?C0033?SYS:
+  216: 		else 
+  217: 			GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
+0011E2 C201              CLR     ?_GPIO_Setout?BIT
+0011E4 7F0F              MOV     R7,#0FH
+0011E6 11B3              ACALL   _GPIO_Setout
+0011E8         ?C0035?SYS:
+  218: 			
+  219: 
+  220: 		if(g_variable.sys_capslockled_on_timer)
+0011E8 904CE8            MOV     DPTR,#g_variable+029H
+0011EB E0                MOVX    A,@DPTR
+0011EC 7002              JNZ     ?C0096?SYS
+0011EE A3                INC     DPTR
+0011EF E0                MOVX    A,@DPTR
+0011F0         ?C0096?SYS:
+0011F0 6024              JZ      ?C0036?SYS
+  221: 		{
+  222: 			g_variable.sys_capslockled_on_timer--;
+0011F2 904CE9            MOV     DPTR,#g_variable+02AH
+0011F5 E0                MOVX    A,@DPTR
+0011F6 24FF              ADD     A,#0FFH
+0011F8 F0                MOVX    @DPTR,A
+0011F9 904CE8            MOV     DPTR,#g_variable+029H
+0011FC E0                MOVX    A,@DPTR
+0011FD 34FF              ADDC    A,#0FFH
+0011FF F0                MOVX    @DPTR,A
+  223: 			GPIO_Setout(CAPS_LED_GPIO, LED_ON);
+001200 D201              SETB    ?_GPIO_Setout?BIT
+001202 7F1E              MOV     R7,#01EH
+001204 11B3              ACALL   _GPIO_Setout
+  224: 			if(!g_variable.sys_capslockled_on_timer)
+001206 904CE8            MOV     DPTR,#g_variable+029H
+001209 E0                MOVX    A,@DPTR
+00120A 7002              JNZ     ?C0097?SYS
+00120C A3                INC     DPTR
+00120D E0                MOVX    A,@DPTR
+00120E         ?C0097?SYS:
+00120E 700C              JNZ     ?C0028?SYS
+  225: 				GPIO_Setout(CAPS_LED_GPIO, LED_OFF);
+001210 C201              CLR     ?_GPIO_Setout?BIT
+001212 7F1E              MOV     R7,#01EH
+001214 01B3              AJMP    _GPIO_Setout
+  226: 		}
+001216         ?C0036?SYS:
+  227: 		else
+  228: 			GPIO_Setout(CAPS_LED_GPIO, LED_OFF);
+001216 C201              CLR     ?_GPIO_Setout?BIT
+001218 7F1E              MOV     R7,#01EH
+00121A 11B3              ACALL   _GPIO_Setout
+  229: 	}	
+  230: }
+00121C         ?C0028?SYS:
+00121C 22                RET     
+----- FUNCTION LED_timer500ms (END) -------
+
+
+----- FUNCTION _key_fn_function (BEGIN) -----
+ FILE: 'kb_process.c'
+  347: byte key_fn_function(byte state ,byte key_value)
+  348: {
+00121D 904E98            MOV     DPTR,#state
+001220 EF                MOV     A,R7
+001221 F0                MOVX    @DPTR,A
+001222 A3                INC     DPTR
+001223 ED                MOV     A,R5
+001224 F0                MOVX    @DPTR,A
+  349: 	byte temp = 0;
+  350: 
+001225 E4                CLR     A
+001226 A3                INC     DPTR
+001227 F0                MOVX    @DPTR,A
+  351: 	temp = key_value;
+001228 ED                MOV     A,R5
+001229 F0                MOVX    @DPTR,A
+  352: 
+  353: 	if(fn_flag == 1)		
+00122A 904DDB            MOV     DPTR,#fn_flag
+00122D E0                MOVX    A,@DPTR
+00122E 6401              XRL     A,#01H
+001230 706B              JNZ     ?C0065?KB_PROCESS
+  354: 	{
+  355: 		if((key_value == HID_KEY_Q) || (key_value == HID_KEY_W) || (key_value == HID_KEY_E))
+001232 904E99            MOV     DPTR,#key_value
+001235 E0                MOVX    A,@DPTR
+001236 FF                MOV     R7,A
+001237 6414              XRL     A,#014H
+001239 600A              JZ      ?C0067?KB_PROCESS
+00123B EF                MOV     A,R7
+00123C 641A              XRL     A,#01AH
+00123E 6005              JZ      ?C0067?KB_PROCESS
+001240 EF                MOV     A,R7
+001241 6408              XRL     A,#08H
+001243 704C              JNZ     ?C0066?KB_PROCESS
+001245         ?C0067?KB_PROCESS:
+  356: 		{
+  357: 			if(key_value == HID_KEY_Q)
 001245 EF                MOV     A,R7
-001246 F0                MOVX    @DPTR,A
-  422: 				}
-001247 81AF              AJMP    ?C0074?KB_PROCESS
-001249         ?C0086?KB_PROCESS:
-  423: 				else
-  424: 				{
-  425: 					g_variable.key_combination_ctrl = KS_SEL_LGUI;		// win8 search
-001249 904CF8            MOV     DPTR,#g_variable+039H
-00124C 7408              MOV     A,#08H
+001246 B4140C            CJNE    A,#014H,?C0068?KB_PROCESS
+  358: 			{
+  359: 				g_variable.system_mode = OSMODE_IOS;
+001249 904CC1            MOV     DPTR,#g_variable+02H
+00124C 7402              MOV     A,#02H
 00124E F0                MOVX    @DPTR,A
-  426: 					g_variable.key_combination_keyvalue = HID_KEY_Q;
-00124F A3                INC     DPTR
-001250 7414              MOV     A,#014H
+  360: 				g_variable.pairing_mode_blink_count = 2;
+00124F 904CFB            MOV     DPTR,#g_variable+03CH
 001252 F0                MOVX    @DPTR,A
-  427: 					
-  428: 					if(state & 1)
-001253 904E98            MOV     DPTR,#state
-001256 E0                MOVX    A,@DPTR
-001257 FF                MOV     R7,A
-001258 30E014            JNB     ACC.0,?C0088?KB_PROCESS
-  429: 					{
-  430: 						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-00125B 904CF7            MOV     DPTR,#g_variable+038H
-00125E E0                MOVX    A,@DPTR
-00125F B40305            CJNE    A,#03H,?C0089?KB_PROCESS
-  431: 							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-001262 7402              MOV     A,#02H
+  361: 			}
+001253 8021              SJMP    ?C0069?KB_PROCESS
+001255         ?C0068?KB_PROCESS:
+  362: 			else if(key_value == HID_KEY_W)
+001255 EF                MOV     A,R7
+001256 B41A0E            CJNE    A,#01AH,?C0070?KB_PROCESS
+  363: 			{
+  364: 				g_variable.system_mode = OSMODE_ANDROID;
+001259 904CC1            MOV     DPTR,#g_variable+02H
+00125C 7401              MOV     A,#01H
+00125E F0                MOVX    @DPTR,A
+  365: 				g_variable.pairing_mode_blink_count = 4;
+00125F 904CFB            MOV     DPTR,#g_variable+03CH
+001262 7404              MOV     A,#04H
 001264 F0                MOVX    @DPTR,A
-001265 800E              SJMP    ?C0091?KB_PROCESS
-001267         ?C0089?KB_PROCESS:
-  432: 						else	
-  433: 							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-001267 904CF7            MOV     DPTR,#g_variable+038H
-00126A 7401              MOV     A,#01H
-00126C F0                MOVX    @DPTR,A
-  434: 					}
-00126D 8006              SJMP    ?C0091?KB_PROCESS
-00126F         ?C0088?KB_PROCESS:
-  435: 					else
-  436: 					{
-  437: 						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-00126F 904CF7            MOV     DPTR,#g_variable+038H
-001272 7404              MOV     A,#04H
-001274 F0                MOVX    @DPTR,A
-  438: 					}
-001275         ?C0091?KB_PROCESS:
-  439: 					temp = key_replace(state,key_value,HID_KEY_NULL);
-001275 904E99            MOV     DPTR,#key_value
-001278 E0                MOVX    A,@DPTR
-001279 FD                MOV     R5,A
-00127A E4                CLR     A
-00127B FB                MOV     R3,A
-00127C 91B5              ACALL   _key_replace
-00127E 904E9A            MOV     DPTR,#temp
-001281 EF                MOV     A,R7
-001282 F0                MOVX    @DPTR,A
-  440: 				}
-  441: 				break;
-001283 81AF              AJMP    ?C0074?KB_PROCESS
-  442: 			case HID_KEY_F5:
-001285         ?C0092?KB_PROCESS:
-  443: 				if(g_variable.system_mode == OSMODE_IOS)
-001285 904CC1            MOV     DPTR,#g_variable+02H
-001288 E0                MOVX    A,@DPTR
+  366: 			}
+001265 800F              SJMP    ?C0069?KB_PROCESS
+001267         ?C0070?KB_PROCESS:
+  367: 			else if(key_value == HID_KEY_E)
+001267 EF                MOV     A,R7
+001268 B4080B            CJNE    A,#08H,?C0069?KB_PROCESS
+  368: 			{
+  369: 				g_variable.system_mode = OSMODE_WINDOWS;
+00126B E4                CLR     A
+00126C 904CC1            MOV     DPTR,#g_variable+02H
+00126F F0                MOVX    @DPTR,A
+  370: 				g_variable.pairing_mode_blink_count = 6;	
+001270 904CFB            MOV     DPTR,#g_variable+03CH
+001273 7406              MOV     A,#06H
+001275 F0                MOVX    @DPTR,A
+  371: 			}
+001276         ?C0069?KB_PROCESS:
+  372: 			GPIO_Setout(LOWPOWER_LED_GPIO, LED_OFF);	
+001276 C201              CLR     ?_GPIO_Setout?BIT
+001278 7F1D              MOV     R7,#01DH
+00127A 11B3              ACALL   _GPIO_Setout
+  373: 			temp = HID_KEY_NULL;
+00127C E4                CLR     A
+00127D 904E9A            MOV     DPTR,#temp
+001280 F0                MOVX    @DPTR,A
+  374: 			IIC_WriteBlock(EEPROM_RECON_INFO_SYTEM_MODE ,1 ,(byte *)&g_variable.system_mode);
+001281 7B01              MOV     R3,#01H
+001283 7A4C              MOV     R2,#HIGH g_variable+02H
+001285 79C1              MOV     R1,#LOW g_variable+02H
+001287 7D01              MOV     R5,#01H
 001289 FC                MOV     R4,A
-00128A B40213            CJNE    A,#02H,?C0093?KB_PROCESS
-  444: 				{
-  445: 					temp = key_replace(state,key_value,HID_KEY_NULL);
-00128D 904E98            MOV     DPTR,#state
-001290 E0                MOVX    A,@DPTR
-001291 FF                MOV     R7,A
-001292 A3                INC     DPTR
-001293 E0                MOVX    A,@DPTR
-001294 FD                MOV     R5,A
-001295 E4                CLR     A
-001296 FB                MOV     R3,A
-001297 91B5              ACALL   _key_replace
-001299 904E9A            MOV     DPTR,#temp
-00129C EF                MOV     A,R7
-00129D F0                MOVX    @DPTR,A
+00128A 7FF5              MOV     R7,#0F5H
+00128C 7E3F              MOV     R6,#03FH
+00128E 122545            LCALL   _IIC_WriteBlock
+  375: 		}	
+001291         ?C0066?KB_PROCESS:
+  376: 
+  377: 		
+  378: 		if(key_value == HID_KEY_ESC)
+001291 904E99            MOV     DPTR,#key_value
+001294 E0                MOVX    A,@DPTR
+001295 B42905            CJNE    A,#029H,?C0065?KB_PROCESS
+  379: 		{
+  380: 			temp = HID_KEY_NULL;
+001298 E4                CLR     A
+001299 A3                INC     DPTR
+00129A F0                MOVX    @DPTR,A
+  381: 			return temp;
+00129B FF                MOV     R7,A
+00129C 22                RET     
+  382: 		}
+  383: 	}	
+00129D         ?C0065?KB_PROCESS:
+  384: 
+  385: 
+  386: 	
+  387: 	if( (fn_flag == 1 && g_variable.system_mode == OSMODE_WINDOWS) ||
+00129D 904DDB            MOV     DPTR,#fn_flag
+0012A0 E0                MOVX    A,@DPTR
+0012A1 B40106            CJNE    A,#01H,?C0077?KB_PROCESS
+0012A4 904CC1            MOV     DPTR,#g_variable+02H
+0012A7 E0                MOVX    A,@DPTR
+0012A8 6020              JZ      ?C0076?KB_PROCESS
+0012AA         ?C0077?KB_PROCESS:
+0012AA 904DDB            MOV     DPTR,#fn_flag
+0012AD E0                MOVX    A,@DPTR
+0012AE 7008              JNZ     ?C0078?KB_PROCESS
+0012B0 904CC1            MOV     DPTR,#g_variable+02H
+0012B3 E0                MOVX    A,@DPTR
+0012B4 6402              XRL     A,#02H
+0012B6 6012              JZ      ?C0076?KB_PROCESS
+0012B8         ?C0078?KB_PROCESS:
+0012B8 904DDB            MOV     DPTR,#fn_flag
+0012BB E0                MOVX    A,@DPTR
+0012BC 6002              JZ      $ + 4H
+0012BE 8163              AJMP    ?C0075?KB_PROCESS
+0012C0 904CC1            MOV     DPTR,#g_variable+02H
+0012C3 E0                MOVX    A,@DPTR
+0012C4 6401              XRL     A,#01H
+0012C6 6002              JZ      $ + 4H
+0012C8 8163              AJMP    ?C0075?KB_PROCESS
+0012CA         ?C0076?KB_PROCESS:
+  388: 	     (fn_flag == 0 && g_variable.system_mode == OSMODE_IOS) ||
+  389: 	     (fn_flag == 0 && g_variable.system_mode == OSMODE_ANDROID))
+  390: 	{
+  391: 		
+  392: 		switch (key_value)
+0012CA 904E99            MOV     DPTR,#key_value
+0012CD E0                MOVX    A,@DPTR
+0012CE 24D7              ADD     A,#0D7H
+0012D0 603B              JZ      ?C0080?KB_PROCESS
+0012D2 24EF              ADD     A,#0EFH
+0012D4 B40C00            CJNE    A,#0CH,?C0171?KB_PROCESS
+0012D7         ?C0171?KB_PROCESS:
+0012D7 4002              JC      $ + 4H
+0012D9 8163              AJMP    ?C0075?KB_PROCESS
+0012DB 9012E9            MOV     DPTR,#012E9H
+0012DE 75F003            MOV     B,#03H
+0012E1 A4                MUL     AB
+0012E2 C583              XCH     A,DPH
+0012E4 25F0              ADD     A,B
+0012E6 C583              XCH     A,DPH
+0012E8 73                JMP     @A+DPTR
+0012E9         ?C0172?KB_PROCESS:
+0012E9 021315            LJMP    ?C0081?KB_PROCESS
+0012EC 02131D            LJMP    ?C0082?KB_PROCESS
+0012EF 021325            LJMP    ?C0083?KB_PROCESS
+0012F2 02132D            LJMP    ?C0084?KB_PROCESS
+0012F5 02135A            LJMP    ?C0089?KB_PROCESS
+0012F8 021387            LJMP    ?C0094?KB_PROCESS
+0012FB 0213CC            LJMP    ?C0100?KB_PROCESS
+0012FE 0213FA            LJMP    ?C0105?KB_PROCESS
+001301 021402            LJMP    ?C0106?KB_PROCESS
+001304 02140A            LJMP    ?C0107?KB_PROCESS
+001307 021412            LJMP    ?C0108?KB_PROCESS
+00130A 02141A            LJMP    ?C0109?KB_PROCESS
+  393: 		{ 	
+  394: 			case HID_KEY_ESC:
+00130D         ?C0080?KB_PROCESS:
+  395: 				temp = HID_MULTIKEY_AC_HOME;
+00130D 904E9A            MOV     DPTR,#temp
+001310 74D6              MOV     A,#0D6H
+001312 F0                MOVX    @DPTR,A
+  396: 				break;
+001313 8163              AJMP    ?C0075?KB_PROCESS
+  397: 			case HID_KEY_F1:
+001315         ?C0081?KB_PROCESS:
+  398: 				temp = HID_MULTIKEY_PRE_TRACK;
+001315 904E9A            MOV     DPTR,#temp
+001318 74F4              MOV     A,#0F4H
+00131A F0                MOVX    @DPTR,A
+  399: 				break;
+00131B 8163              AJMP    ?C0075?KB_PROCESS
+  400: 			case HID_KEY_F2:
+00131D         ?C0082?KB_PROCESS:
+  401: 				temp = HID_MULTIKEY_PALY;
+00131D 904E9A            MOV     DPTR,#temp
+001320 74F2              MOV     A,#0F2H
+001322 F0                MOVX    @DPTR,A
+  402: 				break;
+001323 8163              AJMP    ?C0075?KB_PROCESS
+  403: 			case HID_KEY_F3:
+001325         ?C0083?KB_PROCESS:
+  404: 				temp = HID_MULTIKEY_NEXT_TRACK;
+001325 904E9A            MOV     DPTR,#temp
+001328 74F5              MOV     A,#0F5H
+00132A F0                MOVX    @DPTR,A
+  405: 				break;
+00132B 8163              AJMP    ?C0075?KB_PROCESS
+  406: 			case HID_KEY_F4:
+00132D         ?C0084?KB_PROCESS:
+  407: 				if(g_variable.system_mode == OSMODE_IOS)
+00132D 904CC1            MOV     DPTR,#g_variable+02H
+001330 E0                MOVX    A,@DPTR
+001331 FF                MOV     R7,A
+001332 B40207            CJNE    A,#02H,?C0085?KB_PROCESS
+  408: 				{
+  409: 					temp = HID_KEY_NULL;
+001335 E4                CLR     A
+001336 904E9A            MOV     DPTR,#temp
+001339 F0                MOVX    @DPTR,A
+  410: 				}
+00133A 8163              AJMP    ?C0075?KB_PROCESS
+00133C         ?C0085?KB_PROCESS:
+  411: 				else if(g_variable.system_mode == OSMODE_ANDROID)
+00133C EF                MOV     A,R7
+00133D B40108            CJNE    A,#01H,?C0087?KB_PROCESS
+  412: 				{
+  413: 					temp = HID_KEY_ESC;
+001340 904E9A            MOV     DPTR,#temp
+001343 7429              MOV     A,#029H
+001345 F0                MOVX    @DPTR,A
+  414: 				}
+001346 8163              AJMP    ?C0075?KB_PROCESS
+001348         ?C0087?KB_PROCESS:
+  415: 				else
+  416: 				{					
+  417: 					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_Q);
+001348 904E98            MOV     DPTR,#state
+00134B E0                MOVX    A,@DPTR
+00134C FF                MOV     R7,A
+00134D 7B14              MOV     R3,#014H
+00134F 7D08              MOV     R5,#08H
+001351 9169              ACALL   _kb_combination_key_press
+  418: 					temp = HID_KEY_NULL;
+001353 E4                CLR     A
+001354 904E9A            MOV     DPTR,#temp
+001357 F0                MOVX    @DPTR,A
+  419: 				}
+  420: 				break;
+001358 8163              AJMP    ?C0075?KB_PROCESS
+  421: 			case HID_KEY_F5:
+00135A         ?C0089?KB_PROCESS:
+  422: 				if(g_variable.system_mode == OSMODE_IOS)
+00135A 904CC1            MOV     DPTR,#g_variable+02H
+00135D E0                MOVX    A,@DPTR
+00135E FF                MOV     R7,A
+00135F B40207            CJNE    A,#02H,?C0090?KB_PROCESS
+  423: 				{
+  424: 					temp = HID_KEY_NULL;
+001362 E4                CLR     A
+001363 904E9A            MOV     DPTR,#temp
+001366 F0                MOVX    @DPTR,A
+  425: 				}
+001367 8163              AJMP    ?C0075?KB_PROCESS
+001369         ?C0090?KB_PROCESS:
+  426: 				else if(g_variable.system_mode == OSMODE_ANDROID)
+001369 EF                MOV     A,R7
+00136A B40108            CJNE    A,#01H,?C0092?KB_PROCESS
+  427: 				{
+  428: 					temp = HID_MULTIKEY_MAIL;
+00136D 904E9A            MOV     DPTR,#temp
+001370 74FA              MOV     A,#0FAH
+001372 F0                MOVX    @DPTR,A
+  429: 				}
+001373 8163              AJMP    ?C0075?KB_PROCESS
+001375         ?C0092?KB_PROCESS:
+  430: 				else
+  431: 				{
+  432: 					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_H);	// win8 share
+001375 904E98            MOV     DPTR,#state
+001378 E0                MOVX    A,@DPTR
+001379 FF                MOV     R7,A
+00137A 7B0B              MOV     R3,#0BH
+00137C 7D08              MOV     R5,#08H
+00137E 9169              ACALL   _kb_combination_key_press
+  433: 					temp = HID_KEY_NULL;
+001380 E4                CLR     A
+001381 904E9A            MOV     DPTR,#temp
+001384 F0                MOVX    @DPTR,A
+  434: 				}
+  435: 				
+  436: 				break;
+001385 8163              AJMP    ?C0075?KB_PROCESS
+  437: 			case HID_KEY_F6:
+001387         ?C0094?KB_PROCESS:
+  438: 				if(g_variable.system_mode == OSMODE_IOS)
+001387 904CC1            MOV     DPTR,#g_variable+02H
+00138A E0                MOVX    A,@DPTR
+00138B FE                MOV     R6,A
+00138C B4021F            CJNE    A,#02H,?C0095?KB_PROCESS
+  439: 				{
+  440: 					kb_combination_key_press(state,KS_SEL_LGUI | KS_SEL_LSHIFT,HID_KEY_3);	// ios prt
+00138F 904E98            MOV     DPTR,#state
+001392 E0                MOVX    A,@DPTR
+001393 FF                MOV     R7,A
+001394 7B20              MOV     R3,#020H
+001396 7D0A              MOV     R5,#0AH
+001398 9169              ACALL   _kb_combination_key_press
+  441: 					if(state & 1)
+00139A 904E98            MOV     DPTR,#state
+00139D E0                MOVX    A,@DPTR
+00139E 30E006            JNB     ACC.0,?C0096?KB_PROCESS
+  442: 					{
+  443: 						g_variable.language_wait_switch_timer = 5;
+0013A1 904CFC            MOV     DPTR,#g_variable+03DH
+0013A4 7405              MOV     A,#05H
+0013A6 F0                MOVX    @DPTR,A
+  444: 					}
+0013A7         ?C0096?KB_PROCESS:
+  445: 					temp = HID_KEY_NULL;
+0013A7 E4                CLR     A
+0013A8 904E9A            MOV     DPTR,#temp
+0013AB F0                MOVX    @DPTR,A
   446: 				}
-00129E 81AF              AJMP    ?C0074?KB_PROCESS
-0012A0         ?C0093?KB_PROCESS:
+0013AC 8163              AJMP    ?C0075?KB_PROCESS
+0013AE         ?C0095?KB_PROCESS:
   447: 				else if(g_variable.system_mode == OSMODE_ANDROID)
-0012A0 EC                MOV     A,R4
-0012A1 B40113            CJNE    A,#01H,?C0095?KB_PROCESS
+0013AE EE                MOV     A,R6
+0013AF B40108            CJNE    A,#01H,?C0098?KB_PROCESS
   448: 				{
-  449: 					temp = key_replace(state,key_value,HID_MULTIKEY_MAIL);
-0012A4 904E98            MOV     DPTR,#state
-0012A7 E0                MOVX    A,@DPTR
-0012A8 FF                MOV     R7,A
-0012A9 A3                INC     DPTR
-0012AA E0                MOVX    A,@DPTR
-0012AB FD                MOV     R5,A
-0012AC 7BFA              MOV     R3,#0FAH
-0012AE 91B5              ACALL   _key_replace
-0012B0 904E9A            MOV     DPTR,#temp
-0012B3 EF                MOV     A,R7
-0012B4 F0                MOVX    @DPTR,A
+  449: 					temp = HID_MULTIKEY_ANDROID_SETUP_SHORTCUTS;
+0013B2 904E9A            MOV     DPTR,#temp
+0013B5 74DB              MOV     A,#0DBH
+0013B7 F0                MOVX    @DPTR,A
   450: 				}
-0012B5 81AF              AJMP    ?C0074?KB_PROCESS
-0012B7         ?C0095?KB_PROCESS:
+0013B8 8163              AJMP    ?C0075?KB_PROCESS
+0013BA         ?C0098?KB_PROCESS:
   451: 				else
   452: 				{
-  453: 					g_variable.key_combination_ctrl = KS_SEL_LGUI;		// win8 share
-0012B7 904CF8            MOV     DPTR,#g_variable+039H
-0012BA 7408              MOV     A,#08H
-0012BC F0                MOVX    @DPTR,A
-  454: 					g_variable.key_combination_keyvalue = HID_KEY_H;
-0012BD A3                INC     DPTR
-0012BE 740B              MOV     A,#0BH
-0012C0 F0                MOVX    @DPTR,A
-  455: 					
-  456: 					if(state & 1)
-0012C1 904E98            MOV     DPTR,#state
-0012C4 E0                MOVX    A,@DPTR
-0012C5 FF                MOV     R7,A
-0012C6 30E014            JNB     ACC.0,?C0097?KB_PROCESS
-  457: 					{
-  458: 						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-0012C9 904CF7            MOV     DPTR,#g_variable+038H
-0012CC E0                MOVX    A,@DPTR
-0012CD B40305            CJNE    A,#03H,?C0098?KB_PROCESS
-  459: 							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-0012D0 7402              MOV     A,#02H
-0012D2 F0                MOVX    @DPTR,A
-0012D3 800E              SJMP    ?C0100?KB_PROCESS
-0012D5         ?C0098?KB_PROCESS:
-  460: 						else	
-  461: 							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-0012D5 904CF7            MOV     DPTR,#g_variable+038H
-0012D8 7401              MOV     A,#01H
-0012DA F0                MOVX    @DPTR,A
-  462: 					}
-0012DB 8006              SJMP    ?C0100?KB_PROCESS
-0012DD         ?C0097?KB_PROCESS:
-  463: 					else
-  464: 					{
-  465: 						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-0012DD 904CF7            MOV     DPTR,#g_variable+038H
-0012E0 7404              MOV     A,#04H
-0012E2 F0                MOVX    @DPTR,A
-  466: 					}
-0012E3         ?C0100?KB_PROCESS:
-  467: 					temp = key_replace(state,key_value,HID_KEY_NULL);
-0012E3 904E99            MOV     DPTR,#key_value
-0012E6 E0                MOVX    A,@DPTR
-0012E7 FD                MOV     R5,A
-0012E8 E4                CLR     A
-0012E9 FB                MOV     R3,A
-0012EA 91B5              ACALL   _key_replace
-0012EC 904E9A            MOV     DPTR,#temp
-0012EF EF                MOV     A,R7
-0012F0 F0                MOVX    @DPTR,A
-  468: 				}
-  469: 				
-  470: 				break;
-0012F1 81AF              AJMP    ?C0074?KB_PROCESS
-  471: 			case HID_KEY_F6:
-0012F3         ?C0101?KB_PROCESS:
-  472: 				if(g_variable.system_mode == OSMODE_IOS)
-0012F3 904CC1            MOV     DPTR,#g_variable+02H
-0012F6 E0                MOVX    A,@DPTR
-0012F7 FC                MOV     R4,A
-0012F8 6402              XRL     A,#02H
-0012FA 7042              JNZ     ?C0102?KB_PROCESS
-  473: 				{
-  474: 					g_variable.key_combination_ctrl = KS_SEL_LGUI | KS_SEL_LSHIFT;		// ios prt
-0012FC 904CF8            MOV     DPTR,#g_variable+039H
-0012FF 740A              MOV     A,#0AH
-001301 F0                MOVX    @DPTR,A
-  475: 					g_variable.key_combination_keyvalue = HID_KEY_3;
-001302 A3                INC     DPTR
-001303 7420              MOV     A,#020H
-001305 F0                MOVX    @DPTR,A
-  476: 					
-  477: 					if(state & 1)
-001306 904E98            MOV     DPTR,#state
-001309 E0                MOVX    A,@DPTR
-00130A FF                MOV     R7,A
-00130B 30E01A            JNB     ACC.0,?C0103?KB_PROCESS
-  478: 					{
-  479: 						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-00130E 904CF7            MOV     DPTR,#g_variable+038H
-001311 E0                MOVX    A,@DPTR
-001312 B40305            CJNE    A,#03H,?C0104?KB_PROCESS
-  480: 							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-001315 7402              MOV     A,#02H
-001317 F0                MOVX    @DPTR,A
-001318 8006              SJMP    ?C0105?KB_PROCESS
-00131A         ?C0104?KB_PROCESS:
-  481: 						else	
-  482: 							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-00131A 904CF7            MOV     DPTR,#g_variable+038H
-00131D 7401              MOV     A,#01H
-00131F F0                MOVX    @DPTR,A
-001320         ?C0105?KB_PROCESS:
-  483: 						g_variable.language_wait_switch_timer = 5;
-001320 904CFC            MOV     DPTR,#g_variable+03DH
-001323 7405              MOV     A,#05H
-001325 F0                MOVX    @DPTR,A
-  484: 					}
-001326 8006              SJMP    ?C0106?KB_PROCESS
-001328         ?C0103?KB_PROCESS:
-  485: 					else
-  486: 					{
-  487: 						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-001328 904CF7            MOV     DPTR,#g_variable+038H
-00132B 7404              MOV     A,#04H
-00132D F0                MOVX    @DPTR,A
-  488: 					}
-00132E         ?C0106?KB_PROCESS:
-  489: 					temp = key_replace(state,key_value,HID_KEY_NULL);
-00132E 904E99            MOV     DPTR,#key_value
-001331 E0                MOVX    A,@DPTR
-001332 FD                MOV     R5,A
-001333 E4                CLR     A
-001334 FB                MOV     R3,A
-001335 91B5              ACALL   _key_replace
-001337 904E9A            MOV     DPTR,#temp
-00133A EF                MOV     A,R7
-00133B F0                MOVX    @DPTR,A
-  490: 				}
-00133C 81AF              AJMP    ?C0074?KB_PROCESS
-00133E         ?C0102?KB_PROCESS:
-  491: 				else if(g_variable.system_mode == OSMODE_ANDROID)
-00133E EC                MOV     A,R4
-00133F B40113            CJNE    A,#01H,?C0108?KB_PROCESS
-  492: 				{
-  493: 					temp = key_replace(state,key_value,HID_MULTIKEY_ANDROID_SETUP_SHORTCUTS);
-001342 904E98            MOV     DPTR,#state
-001345 E0                MOVX    A,@DPTR
-001346 FF                MOV     R7,A
-001347 A3                INC     DPTR
-001348 E0                MOVX    A,@DPTR
-001349 FD                MOV     R5,A
-00134A 7BDB              MOV     R3,#0DBH
-00134C 91B5              ACALL   _key_replace
-00134E 904E9A            MOV     DPTR,#temp
-001351 EF                MOV     A,R7
-001352 F0                MOVX    @DPTR,A
-  494: 				}
-001353 81AF              AJMP    ?C0074?KB_PROCESS
-001355         ?C0108?KB_PROCESS:
-  495: 				else
-  496: 				{
-  497: 					g_variable.key_combination_ctrl = KS_SEL_LGUI;		// win8 device
-001355 904CF8            MOV     DPTR,#g_variable+039H
-001358 7408              MOV     A,#08H
-00135A F0                MOVX    @DPTR,A
-  498: 					g_variable.key_combination_keyvalue = HID_KEY_K;
-00135B A3                INC     DPTR
-00135C 740E              MOV     A,#0EH
-00135E F0                MOVX    @DPTR,A
-  499: 					
-  500: 					if(state & 1)
-00135F 904E98            MOV     DPTR,#state
-001362 E0                MOVX    A,@DPTR
-001363 FF                MOV     R7,A
-001364 30E014            JNB     ACC.0,?C0110?KB_PROCESS
-  501: 					{
-  502: 						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-001367 904CF7            MOV     DPTR,#g_variable+038H
-00136A E0                MOVX    A,@DPTR
-00136B B40305            CJNE    A,#03H,?C0111?KB_PROCESS
-  503: 							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-00136E 7402              MOV     A,#02H
-001370 F0                MOVX    @DPTR,A
-001371 800E              SJMP    ?C0113?KB_PROCESS
-001373         ?C0111?KB_PROCESS:
-  504: 						else	
-  505: 							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-001373 904CF7            MOV     DPTR,#g_variable+038H
-001376 7401              MOV     A,#01H
-001378 F0                MOVX    @DPTR,A
-  506: 					}
-001379 8006              SJMP    ?C0113?KB_PROCESS
-00137B         ?C0110?KB_PROCESS:
-  507: 					else
-  508: 					{
-  509: 						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-00137B 904CF7            MOV     DPTR,#g_variable+038H
-00137E 7404              MOV     A,#04H
-001380 F0                MOVX    @DPTR,A
-  510: 					}
-001381         ?C0113?KB_PROCESS:
-  511: 					temp = key_replace(state,key_value,HID_KEY_NULL);
-001381 904E99            MOV     DPTR,#key_value
-001384 E0                MOVX    A,@DPTR
-001385 FD                MOV     R5,A
-001386 E4                CLR     A
-001387 FB                MOV     R3,A
-001388 91B5              ACALL   _key_replace
-00138A 904E9A            MOV     DPTR,#temp
-00138D EF                MOV     A,R7
-00138E F0                MOVX    @DPTR,A
-  512: 				}
-  513: 				
-  514: 				break;
-00138F 81AF              AJMP    ?C0074?KB_PROCESS
-  515: 			case HID_KEY_F7:
-001391         ?C0114?KB_PROCESS:
-  516: 				if(g_variable.system_mode == OSMODE_IOS)
-001391 904CC1            MOV     DPTR,#g_variable+02H
-001394 E0                MOVX    A,@DPTR
-001395 FC                MOV     R4,A
-001396 B40213            CJNE    A,#02H,?C0115?KB_PROCESS
-  517: 				{
-  518: 					temp = key_replace(state,key_value,HID_MULTIKEY_IOS_SOFT_KB);
-001399 904E98            MOV     DPTR,#state
-00139C E0                MOVX    A,@DPTR
-00139D FF                MOV     R7,A
-00139E A3                INC     DPTR
-00139F E0                MOVX    A,@DPTR
-0013A0 FD                MOV     R5,A
-0013A1 7BD9              MOV     R3,#0D9H
-0013A3 91B5              ACALL   _key_replace
-0013A5 904E9A            MOV     DPTR,#temp
-0013A8 EF                MOV     A,R7
-0013A9 F0                MOVX    @DPTR,A
-  519: 				}
-0013AA 81AF              AJMP    ?C0074?KB_PROCESS
-0013AC         ?C0115?KB_PROCESS:
-  520: 				else if(g_variable.system_mode == OSMODE_ANDROID)
-0013AC EC                MOV     A,R4
-0013AD B40113            CJNE    A,#01H,?C0117?KB_PROCESS
-  521: 				{
-  522: 					temp = key_replace(state,key_value,HID_MULTIKEY_ANDROID_SOFT_KB);
-0013B0 904E98            MOV     DPTR,#state
-0013B3 E0                MOVX    A,@DPTR
-0013B4 FF                MOV     R7,A
-0013B5 A3                INC     DPTR
-0013B6 E0                MOVX    A,@DPTR
-0013B7 FD                MOV     R5,A
-0013B8 7BDC              MOV     R3,#0DCH
-0013BA 91B5              ACALL   _key_replace
-0013BC 904E9A            MOV     DPTR,#temp
-0013BF EF                MOV     A,R7
-0013C0 F0                MOVX    @DPTR,A
-  523: 				}
-0013C1 81AF              AJMP    ?C0074?KB_PROCESS
-0013C3         ?C0117?KB_PROCESS:
-  524: 				else
-  525: 				{
-  526: 					g_variable.key_combination_ctrl = KS_SEL_LGUI;		// win8 setup
-0013C3 904CF8            MOV     DPTR,#g_variable+039H
-0013C6 7408              MOV     A,#08H
-0013C8 F0                MOVX    @DPTR,A
-  527: 					g_variable.key_combination_keyvalue = HID_KEY_I;
-0013C9 A3                INC     DPTR
-0013CA 740C              MOV     A,#0CH
-0013CC F0                MOVX    @DPTR,A
-  528: 					
-  529: 					if(state & 1)
-0013CD 904E98            MOV     DPTR,#state
-0013D0 E0                MOVX    A,@DPTR
-0013D1 FF                MOV     R7,A
-0013D2 30E014            JNB     ACC.0,?C0119?KB_PROCESS
-  530: 					{
-  531: 						if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-0013D5 904CF7            MOV     DPTR,#g_variable+038H
-0013D8 E0                MOVX    A,@DPTR
-0013D9 B40305            CJNE    A,#03H,?C0120?KB_PROCESS
-  532: 							g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-0013DC 7402              MOV     A,#02H
-0013DE F0                MOVX    @DPTR,A
-0013DF 800E              SJMP    ?C0122?KB_PROCESS
-0013E1         ?C0120?KB_PROCESS:
-  533: 						else	
-  534: 							g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-0013E1 904CF7            MOV     DPTR,#g_variable+038H
-0013E4 7401              MOV     A,#01H
-0013E6 F0                MOVX    @DPTR,A
-  535: 					}
-0013E7 8006              SJMP    ?C0122?KB_PROCESS
-0013E9         ?C0119?KB_PROCESS:
-  536: 					else
-  537: 					{
-  538: 						g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-0013E9 904CF7            MOV     DPTR,#g_variable+038H
-0013EC 7404              MOV     A,#04H
-0013EE F0                MOVX    @DPTR,A
-  539: 					}
-0013EF         ?C0122?KB_PROCESS:
-  540: 					temp = key_replace(state,key_value,HID_KEY_NULL);
-0013EF 904E99            MOV     DPTR,#key_value
-0013F2 E0                MOVX    A,@DPTR
-0013F3 FD                MOV     R5,A
-0013F4 E4                CLR     A
-0013F5 FB                MOV     R3,A
-0013F6 91B5              ACALL   _key_replace
-0013F8 904E9A            MOV     DPTR,#temp
-0013FB EF                MOV     A,R7
-0013FC F0                MOVX    @DPTR,A
-  541: 				}
-  542: 				break;
-0013FD 81AF              AJMP    ?C0074?KB_PROCESS
-  543: 			case HID_KEY_F8:
-0013FF         ?C0123?KB_PROCESS:
-  544: 				temp = key_replace(state,key_value,HID_MULTIKEY_VOL_DOWN);
-0013FF 904E98            MOV     DPTR,#state
-001402 E0                MOVX    A,@DPTR
-001403 FF                MOV     R7,A
-001404 A3                INC     DPTR
-001405 E0                MOVX    A,@DPTR
-001406 FD                MOV     R5,A
-001407 7BF6              MOV     R3,#0F6H
-001409 91B5              ACALL   _key_replace
-00140B 904E9A            MOV     DPTR,#temp
-00140E EF                MOV     A,R7
+  453: 					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_K);	// win8 device
+0013BA 904E98            MOV     DPTR,#state
+0013BD E0                MOVX    A,@DPTR
+0013BE FF                MOV     R7,A
+0013BF 7B0E              MOV     R3,#0EH
+0013C1 7D08              MOV     R5,#08H
+0013C3 9169              ACALL   _kb_combination_key_press
+  454: 					temp = HID_KEY_NULL;
+0013C5 E4                CLR     A
+0013C6 904E9A            MOV     DPTR,#temp
+0013C9 F0                MOVX    @DPTR,A
+  455: 				}
+  456: 				
+  457: 				break;
+0013CA 8163              AJMP    ?C0075?KB_PROCESS
+  458: 			case HID_KEY_F7:
+0013CC         ?C0100?KB_PROCESS:
+  459: 				if(g_variable.system_mode == OSMODE_IOS)
+0013CC 904CC1            MOV     DPTR,#g_variable+02H
+0013CF E0                MOVX    A,@DPTR
+0013D0 FF                MOV     R7,A
+0013D1 B40208            CJNE    A,#02H,?C0101?KB_PROCESS
+  460: 				{
+  461: 					temp = HID_MULTIKEY_IOS_SOFT_KB;
+0013D4 904E9A            MOV     DPTR,#temp
+0013D7 74D9              MOV     A,#0D9H
+0013D9 F0                MOVX    @DPTR,A
+  462: 				}
+0013DA 8163              AJMP    ?C0075?KB_PROCESS
+0013DC         ?C0101?KB_PROCESS:
+  463: 				else if(g_variable.system_mode == OSMODE_ANDROID)
+0013DC EF                MOV     A,R7
+0013DD B40108            CJNE    A,#01H,?C0103?KB_PROCESS
+  464: 				{
+  465: 					temp = HID_MULTIKEY_ANDROID_SOFT_KB;
+0013E0 904E9A            MOV     DPTR,#temp
+0013E3 74DC              MOV     A,#0DCH
+0013E5 F0                MOVX    @DPTR,A
+  466: 				}
+0013E6 807B              SJMP    ?C0075?KB_PROCESS
+0013E8         ?C0103?KB_PROCESS:
+  467: 				else
+  468: 				{
+  469: 					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_I);	// win8 setup
+0013E8 904E98            MOV     DPTR,#state
+0013EB E0                MOVX    A,@DPTR
+0013EC FF                MOV     R7,A
+0013ED 7B0C              MOV     R3,#0CH
+0013EF 7D08              MOV     R5,#08H
+0013F1 9169              ACALL   _kb_combination_key_press
+  470: 					temp = HID_KEY_NULL;
+0013F3 E4                CLR     A
+0013F4 904E9A            MOV     DPTR,#temp
+0013F7 F0                MOVX    @DPTR,A
+  471: 				}
+  472: 				break;
+0013F8 8069              SJMP    ?C0075?KB_PROCESS
+  473: 			case HID_KEY_F8:
+0013FA         ?C0105?KB_PROCESS:
+  474: 				temp = HID_MULTIKEY_VOL_DOWN;
+0013FA 904E9A            MOV     DPTR,#temp
+0013FD 74F6              MOV     A,#0F6H
+0013FF F0                MOVX    @DPTR,A
+  475: 				break;
+001400 8061              SJMP    ?C0075?KB_PROCESS
+  476: 			case HID_KEY_F9:
+001402         ?C0106?KB_PROCESS:
+  477: 				temp = HID_MULTIKEY_VOL_UP;
+001402 904E9A            MOV     DPTR,#temp
+001405 74F7              MOV     A,#0F7H
+001407 F0                MOVX    @DPTR,A
+  478: 				break;
+001408 8059              SJMP    ?C0075?KB_PROCESS
+  479: 			case HID_KEY_F10:
+00140A         ?C0107?KB_PROCESS:
+  480: 				temp = HID_MULTIKEY_MUTE;
+00140A 904E9A            MOV     DPTR,#temp
+00140D 74F8              MOV     A,#0F8H
 00140F F0                MOVX    @DPTR,A
-  545: 				break;
-001410 81AF              AJMP    ?C0074?KB_PROCESS
-  546: 			case HID_KEY_F9:
-001412         ?C0124?KB_PROCESS:
-  547: 				temp = key_replace(state,key_value,HID_MULTIKEY_VOL_UP);
-001412 904E98            MOV     DPTR,#state
-001415 E0                MOVX    A,@DPTR
-001416 FF                MOV     R7,A
-001417 A3                INC     DPTR
-001418 E0                MOVX    A,@DPTR
-001419 FD                MOV     R5,A
-00141A 7BF7              MOV     R3,#0F7H
-00141C 91B5              ACALL   _key_replace
-00141E 904E9A            MOV     DPTR,#temp
-001421 EF                MOV     A,R7
-001422 F0                MOVX    @DPTR,A
-  548: 				break;
-001423 81AF              AJMP    ?C0074?KB_PROCESS
-  549: 			case HID_KEY_F10:
-001425         ?C0125?KB_PROCESS:
-  550: 				temp = key_replace(state,key_value,HID_MULTIKEY_MUTE);
-001425 904E98            MOV     DPTR,#state
-001428 E0                MOVX    A,@DPTR
-001429 FF                MOV     R7,A
-00142A A3                INC     DPTR
-00142B E0                MOVX    A,@DPTR
-00142C FD                MOV     R5,A
-00142D 7BF8              MOV     R3,#0F8H
-00142F 91B5              ACALL   _key_replace
-001431 904E9A            MOV     DPTR,#temp
-001434 EF                MOV     A,R7
-001435 F0                MOVX    @DPTR,A
-  551: 				break;
-001436 8077              SJMP    ?C0074?KB_PROCESS
-  552: 			case HID_KEY_F11:
-001438         ?C0126?KB_PROCESS:
-  553: 				temp = key_replace(state,key_value,HID_MULTIKEY_AC_SEARCH);
-001438 904E98            MOV     DPTR,#state
-00143B E0                MOVX    A,@DPTR
-00143C FF                MOV     R7,A
-00143D A3                INC     DPTR
-00143E E0                MOVX    A,@DPTR
-00143F FD                MOV     R5,A
-001440 7BD5              MOV     R3,#0D5H
-001442 91B5              ACALL   _key_replace
-001444 904E9A            MOV     DPTR,#temp
-001447 EF                MOV     A,R7
-001448 F0                MOVX    @DPTR,A
-  554: 				break;
-001449 8064              SJMP    ?C0074?KB_PROCESS
-  555: 			case HID_KEY_F12:
-00144B         ?C0127?KB_PROCESS:
-  556: 				if(g_variable.system_mode == OSMODE_IOS)		// language switch
-00144B 904CC1            MOV     DPTR,#g_variable+02H
+  481: 				break;
+001410 8051              SJMP    ?C0075?KB_PROCESS
+  482: 			case HID_KEY_F11:
+001412         ?C0108?KB_PROCESS:
+  483: 				temp = HID_MULTIKEY_AC_SEARCH;
+001412 904E9A            MOV     DPTR,#temp
+001415 74D5              MOV     A,#0D5H
+001417 F0                MOVX    @DPTR,A
+  484: 				break;
+001418 8049              SJMP    ?C0075?KB_PROCESS
+  485: 			case HID_KEY_F12:
+00141A         ?C0109?KB_PROCESS:
+  486: 				if(g_variable.system_mode == OSMODE_IOS)		// language switch
+00141A 904CC1            MOV     DPTR,#g_variable+02H
+00141D E0                MOVX    A,@DPTR
+00141E FE                MOV     R6,A
+00141F B4020D            CJNE    A,#02H,?C0110?KB_PROCESS
+  487: 				{
+  488: 					kb_combination_key_press(state,KS_SEL_LCTRL,HID_KEY_SPACE);	
+001422 904E98            MOV     DPTR,#state
+001425 E0                MOVX    A,@DPTR
+001426 FF                MOV     R7,A
+001427 7B2C              MOV     R3,#02CH
+001429 7D01              MOV     R5,#01H
+00142B 9169              ACALL   _kb_combination_key_press
+  489: 				}
+00142D 801C              SJMP    ?C0111?KB_PROCESS
+00142F         ?C0110?KB_PROCESS:
+  490: 				else if(g_variable.system_mode == OSMODE_ANDROID)
+00142F EE                MOV     A,R6
+001430 B4010D            CJNE    A,#01H,?C0112?KB_PROCESS
+  491: 				{
+  492: 					kb_combination_key_press(state,KS_SEL_LSHIFT,HID_KEY_SPACE);		
+001433 904E98            MOV     DPTR,#state
+001436 E0                MOVX    A,@DPTR
+001437 FF                MOV     R7,A
+001438 7B2C              MOV     R3,#02CH
+00143A 7D02              MOV     R5,#02H
+00143C 9169              ACALL   _kb_combination_key_press
+  493: 				}
+00143E 800B              SJMP    ?C0111?KB_PROCESS
+001440         ?C0112?KB_PROCESS:
+  494: 				else
+  495: 				{
+  496: 					kb_combination_key_press(state,KS_SEL_LGUI,HID_KEY_SPACE);		
+001440 904E98            MOV     DPTR,#state
+001443 E0                MOVX    A,@DPTR
+001444 FF                MOV     R7,A
+001445 7B2C              MOV     R3,#02CH
+001447 7D08              MOV     R5,#08H
+001449 9169              ACALL   _kb_combination_key_press
+  497: 				}
+00144B         ?C0111?KB_PROCESS:
+  498: 
+  499: 				if(state & 1)
+00144B 904E98            MOV     DPTR,#state
 00144E E0                MOVX    A,@DPTR
-00144F FF                MOV     R7,A
-001450 B40208            CJNE    A,#02H,?C0128?KB_PROCESS
-  557: 				{
-  558: 					g_variable.key_combination_ctrl = KS_SEL_LCTRL;		
-001453 904CF8            MOV     DPTR,#g_variable+039H
-001456 7401              MOV     A,#01H
-001458 F0                MOVX    @DPTR,A
-  559: 				}
-001459 8012              SJMP    ?C0129?KB_PROCESS
-00145B         ?C0128?KB_PROCESS:
-  560: 				else if(g_variable.system_mode == OSMODE_ANDROID)
-00145B EF                MOV     A,R7
-00145C B40108            CJNE    A,#01H,?C0130?KB_PROCESS
-  561: 				{
-  562: 					g_variable.key_combination_ctrl = KS_SEL_LSHIFT;		
-00145F 904CF8            MOV     DPTR,#g_variable+039H
-001462 7402              MOV     A,#02H
-001464 F0                MOVX    @DPTR,A
-  563: 				}
-001465 8006              SJMP    ?C0129?KB_PROCESS
-001467         ?C0130?KB_PROCESS:
-  564: 				else
-  565: 				{
-  566: 					g_variable.key_combination_ctrl = KS_SEL_LGUI;		
-001467 904CF8            MOV     DPTR,#g_variable+039H
-00146A 7408              MOV     A,#08H
-00146C F0                MOVX    @DPTR,A
-  567: 				}
-00146D         ?C0129?KB_PROCESS:
-  568: 				
-  569: 				g_variable.key_combination_keyvalue = HID_KEY_SPACE;
-00146D 904CF9            MOV     DPTR,#g_variable+03AH
-001470 742C              MOV     A,#02CH
-001472 F0                MOVX    @DPTR,A
-  570: 				
-  571: 				if(state & 1)
-001473 904E98            MOV     DPTR,#state
-001476 E0                MOVX    A,@DPTR
-001477 FF                MOV     R7,A
-001478 30E020            JNB     ACC.0,?C0132?KB_PROCESS
-  572: 				{
-  573: 					if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
-00147B 904CF7            MOV     DPTR,#g_variable+038H
-00147E E0                MOVX    A,@DPTR
-00147F B40305            CJNE    A,#03H,?C0133?KB_PROCESS
-  574: 						g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
-001482 7402              MOV     A,#02H
-001484 F0                MOVX    @DPTR,A
-001485 8006              SJMP    ?C0134?KB_PROCESS
-001487         ?C0133?KB_PROCESS:
-  575: 					else	
-  576: 						g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-001487 904CF7            MOV     DPTR,#g_variable+038H
-00148A 7401              MOV     A,#01H
-00148C F0                MOVX    @DPTR,A
-00148D         ?C0134?KB_PROCESS:
-  577: 					if(g_variable.system_mode != OSMODE_WINDOWS)
-00148D 904CC1            MOV     DPTR,#g_variable+02H
-001490 E0                MOVX    A,@DPTR
-001491 600E              JZ      ?C0136?KB_PROCESS
-  578: 						g_variable.language_wait_switch_timer = 10;
-001493 904CFC            MOV     DPTR,#g_variable+03DH
-001496 740A              MOV     A,#0AH
-001498 F0                MOVX    @DPTR,A
-  579: 				}
-001499 8006              SJMP    ?C0136?KB_PROCESS
-00149B         ?C0132?KB_PROCESS:
-  580: 				else
-  581: 				{
-  582: 					g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
-00149B 904CF7            MOV     DPTR,#g_variable+038H
-00149E 7404              MOV     A,#04H
-0014A0 F0                MOVX    @DPTR,A
-  583: 				}
-0014A1         ?C0136?KB_PROCESS:
-  584: 				temp = key_replace(state,key_value,HID_KEY_NULL);
-0014A1 904E99            MOV     DPTR,#key_value
-0014A4 E0                MOVX    A,@DPTR
-0014A5 FD                MOV     R5,A
-0014A6 E4                CLR     A
-0014A7 FB                MOV     R3,A
-0014A8 91B5              ACALL   _key_replace
-0014AA 904E9A            MOV     DPTR,#temp
-0014AD EF                MOV     A,R7
-0014AE F0                MOVX    @DPTR,A
-  585: 				break;
-  586: 			default :
-  587: 				break;
-  588: 		}
-  589: 	}
-0014AF         ?C0074?KB_PROCESS:
-  590: 
-  591: 	return temp;
-0014AF 904E9A            MOV     DPTR,#temp
-0014B2 E0                MOVX    A,@DPTR
-0014B3 FF                MOV     R7,A
-  592: }
-0014B4 22                RET     
+00144F 30E00C            JNB     ACC.0,?C0114?KB_PROCESS
+  500: 				{						
+  501: 					if(g_variable.system_mode != OSMODE_WINDOWS)
+001452 904CC1            MOV     DPTR,#g_variable+02H
+001455 E0                MOVX    A,@DPTR
+001456 6006              JZ      ?C0114?KB_PROCESS
+  502: 						g_variable.language_wait_switch_timer = 10;
+001458 904CFC            MOV     DPTR,#g_variable+03DH
+00145B 740A              MOV     A,#0AH
+00145D F0                MOVX    @DPTR,A
+  503: 				}
+00145E         ?C0114?KB_PROCESS:
+  504: 				temp = HID_KEY_NULL;
+00145E E4                CLR     A
+00145F 904E9A            MOV     DPTR,#temp
+001462 F0                MOVX    @DPTR,A
+  505: 
+  506: 				break;
+  507: 			default :
+  508: 				break;
+  509: 		}
+  510: 	}
+001463         ?C0075?KB_PROCESS:
+  511: 
+  512: 	return temp;
+001463 904E9A            MOV     DPTR,#temp
+001466 E0                MOVX    A,@DPTR
+001467 FF                MOV     R7,A
+  513: }
+001468 22                RET     
 ----- FUNCTION _key_fn_function (END) -------
 
 
------ FUNCTION _key_replace (BEGIN) -----
+----- FUNCTION _kb_combination_key_press (BEGIN) -----
  FILE: 'kb_process.c'
-  330: byte key_replace(byte key_state, byte key_value , byte key_replace_value )
-  331: {
-;---- Variable 'key_state' assigned to Register 'R7' ----
-;---- Variable 'key_replace_value' assigned to Register 'R3' ----
-;---- Variable 'key_value' assigned to Register 'R5' ----
-  332: 	byte temp_value;
-  333: 
-  334: 	temp_value = key_value;
-0014B5 AE05              MOV     R6,AR5
-;---- Variable 'temp_value' assigned to Register 'R6' ----
-  335: 	if (key_state & 1)
-0014B7 EF                MOV     A,R7
-0014B8 30E00A            JNB     ACC.0,?C0060?KB_PROCESS
-  336: 	{
-  337: 		fn_tx_flag++;
-0014BB 904DD3            MOV     DPTR,#fn_tx_flag
-0014BE E0                MOVX    A,@DPTR
-0014BF 04                INC     A
-0014C0 F0                MOVX    @DPTR,A
-  338: 		temp_value = key_replace_value;
-0014C1 AE03              MOV     R6,AR3
-  339: 	}
-0014C3 800D              SJMP    ?C0061?KB_PROCESS
-0014C5         ?C0060?KB_PROCESS:
-  340: 	else
-  341: 	{
-  342: 		if(fn_tx_flag != 0)
-0014C5 904DD3            MOV     DPTR,#fn_tx_flag
-0014C8 E0                MOVX    A,@DPTR
-0014C9 6007              JZ      ?C0061?KB_PROCESS
-  343: 		{	
-  344: 			fn_tx_flag--;
-0014CB E0                MOVX    A,@DPTR
-0014CC 14                DEC     A
-0014CD F0                MOVX    @DPTR,A
-  345: 			temp_value = key_replace_value;
-0014CE AF03              MOV     R7,AR3
-0014D0 AE07              MOV     R6,AR7
-  346: 		}
-  347: 	}
-0014D2         ?C0061?KB_PROCESS:
-  348: 
-  349: 	return temp_value;
-0014D2 AF06              MOV     R7,AR6
-  350: }
-0014D4 22                RET     
------ FUNCTION _key_replace (END) -------
+  327: void kb_combination_key_press(byte press_state,byte special_key,byte standrad_key)
+  328: {
+;---- Variable 'press_state' assigned to Register 'R7' ----
+;---- Variable 'standrad_key' assigned to Register 'R3' ----
+;---- Variable 'special_key' assigned to Register 'R5' ----
+  329: 	g_variable.key_combination_ctrl = special_key;	
+  330: 	g_variable.key_combination_keyvalue = standrad_key;
+001469 904CF8            MOV     DPTR,#g_variable+039H
+00146C ED                MOV     A,R5
+00146D F0                MOVX    @DPTR,A
+  331: 
+00146E A3                INC     DPTR
+00146F EB                MOV     A,R3
+001470 F0                MOVX    @DPTR,A
+  332: 	if(press_state & 1)
+001471 EF                MOV     A,R7
+001472 30E012            JNB     ACC.0,?C0060?KB_PROCESS
+  333: 	{
+  334: 		if(g_variable.key_combination_step == CAMBINATION_KEY_COMPLETE) 
+001475 904CF7            MOV     DPTR,#g_variable+038H
+001478 E0                MOVX    A,@DPTR
+001479 B40304            CJNE    A,#03H,?C0061?KB_PROCESS
+  335: 			g_variable.key_combination_step = CAMBINATION_KEY_HOLD;
+00147C 7402              MOV     A,#02H
+00147E F0                MOVX    @DPTR,A
+00147F 22                RET     
+001480         ?C0061?KB_PROCESS:
+  336: 		else	
+  337: 			g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
+001480 904CF7            MOV     DPTR,#g_variable+038H
+001483 7401              MOV     A,#01H
+001485 F0                MOVX    @DPTR,A
+  338: 	}
+001486 22                RET     
+001487         ?C0060?KB_PROCESS:
+  339: 	else
+  340: 	{
+  341: 		g_variable.key_combination_step = CAMBINATION_KEY_WAIT_RELEASE;
+001487 904CF7            MOV     DPTR,#g_variable+038H
+00148A 7404              MOV     A,#04H
+00148C F0                MOVX    @DPTR,A
+  342: 	}
+  343: 
+  344: }
+00148D 22                RET     
+----- FUNCTION _kb_combination_key_press (END) -------
 
 
------ FUNCTION LED_handle (BEGIN) -----
- FILE: 'led.c'
-   24: void LED_handle()
-   25: {
-   26: 	if (power_on_flag != 2)
-   27: 		return;
-0014D5 904DE1            MOV     DPTR,#power_on_flag
-0014D8 E0                MOVX    A,@DPTR
-0014D9 6402              XRL     A,#02H
-0014DB 6002              JZ      $ + 4H
-0014DD A19B              AJMP    ?C0005?LED
-0014DF         ?C0004?LED:
-   28: 
-   29: 	if(!g_variable.pairing_timeout)
-0014DF 904CEC            MOV     DPTR,#g_variable+02DH
-0014E2 E0                MOVX    A,@DPTR
-0014E3 6002              JZ      $ + 4H
-0014E5 A195              AJMP    ?C0006?LED
-   30: 	{
-   31: 		//low battery LED process
-   32: 		if (g_variable.battery_status == BAT_STATUS_SHUT_DOWN)
-0014E7 904CD5            MOV     DPTR,#g_variable+016H
-0014EA E0                MOVX    A,@DPTR
-0014EB B40204            CJNE    A,#02H,?C0007?LED
-   33: 		{
-   34: 			System_long_sleep();
-0014EE D14A              ACALL   System_long_sleep
-   35: 		}
-0014F0 802E              SJMP    ?C0008?LED
-0014F2         ?C0007?LED:
-   36: 		else if (g_variable.battery_status == BAT_STATUS_LOW)
-0014F2 904CD5            MOV     DPTR,#g_variable+016H
-0014F5 E0                MOVX    A,@DPTR
-0014F6 B40114            CJNE    A,#01H,?C0009?LED
-   37: 		{
-   38: 			if (g_variable.battery_low_led_flash_flag == 0)
-0014F9 904CFA            MOV     DPTR,#g_variable+03BH
-0014FC E0                MOVX    A,@DPTR
-0014FD 7021              JNZ     ?C0008?LED
-   39: 			{
-   40: 				g_variable.battery_low_led_flash_interval = LOW_BATTERY_FLASH_INTERVAL;
-0014FF 904CE2            MOV     DPTR,#g_variable+023H
-001502 7404              MOV     A,#04H
-001504 F0                MOVX    @DPTR,A
-   41: 				g_variable.battery_low_led_flash_flag = 1;
-001505 904CFA            MOV     DPTR,#g_variable+03BH
-001508 7401              MOV     A,#01H
-00150A F0                MOVX    @DPTR,A
-   42: 			}
-   43: 		}
-00150B 8013              SJMP    ?C0008?LED
-00150D         ?C0009?LED:
-   44: 		else
-   45: 		{
-   46: 			if (g_variable.battery_low_led_flash_flag == 1)
-00150D 904CFA            MOV     DPTR,#g_variable+03BH
-001510 E0                MOVX    A,@DPTR
-001511 B4010C            CJNE    A,#01H,?C0008?LED
-   47: 			{
-   48: 				g_variable.battery_low_led_flash_flag = 0;
-001514 E4                CLR     A
-001515 F0                MOVX    @DPTR,A
-   49: 				g_variable.battery_low_led_flash_interval = 0;
-001516 904CE2            MOV     DPTR,#g_variable+023H
-001519 F0                MOVX    @DPTR,A
-   50: 				GPIO_Setout(LOWPOWER_LED_GPIO, LED_OFF);
-00151A C201              CLR     ?_GPIO_Setout?BIT
-00151C 7F1D              MOV     R7,#01DH
-00151E 11B3              ACALL   _GPIO_Setout
-   51: 			}
-   52: 		}
-001520         ?C0008?LED:
-   53: 
-   54: 		//capslock  numlock  scrolllock LED process
-   55: 		if (YC_check_is_connected())
-001520 F196              ACALL   YC_check_is_connected
-001522 EF                MOV     A,R7
-001523 605E              JZ      ?C0013?LED
-   56: 		{
-   57: 			if(m_caps_num_lock != m_caps_num_lock_last)
-001525 904DD9            MOV     DPTR,#m_caps_num_lock_last
-001528 E0                MOVX    A,@DPTR
-001529 FF                MOV     R7,A
-00152A 904CB7            MOV     DPTR,#m_caps_num_lock
-00152D E0                MOVX    A,@DPTR
-00152E 6F                XRL     A,R7
-00152F 606A              JZ      ?C0005?LED
-   58: 			{
-   59: 		
-   60: 				if(m_caps_num_lock & KB_PC_KEYSEL_NUMLOCK)
-001531 E0                MOVX    A,@DPTR
-001532 30E012            JNB     ACC.0,?C0015?LED
-   61: 				{
-   62: 					g_variable.sys_numlockled_on_timer = KB_NUM_CAPS_LED_ON_TIMER;
-001535 904CE6            MOV     DPTR,#g_variable+027H
-001538 7402              MOV     A,#02H
-00153A F0                MOVX    @DPTR,A
-00153B A3                INC     DPTR
-00153C 7458              MOV     A,#058H
-00153E F0                MOVX    @DPTR,A
-   63: 					GPIO_Setout(NUM_LOCK_LED_GPIO, LED_ON);
-00153F D201              SETB    ?_GPIO_Setout?BIT
-001541 7F0F              MOV     R7,#0FH
-001543 11B3              ACALL   _GPIO_Setout
-   64: 				}
-001545 800D              SJMP    ?C0016?LED
-001547         ?C0015?LED:
-   65: 				else
-   66: 				{
-   67: 					GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
-001547 C201              CLR     ?_GPIO_Setout?BIT
-001549 7F0F              MOV     R7,#0FH
-00154B 11B3              ACALL   _GPIO_Setout
-   68: 					g_variable.sys_numlockled_on_timer = 0;
-00154D E4                CLR     A
-00154E 904CE6            MOV     DPTR,#g_variable+027H
-001551 F0                MOVX    @DPTR,A
-001552 A3                INC     DPTR
-001553 F0                MOVX    @DPTR,A
-   69: 				}
-001554         ?C0016?LED:
-   70: 				
-   71: 				
-   72: 				if(m_caps_num_lock & KB_PC_KEYSEL_CAPSLOCK)
-001554 904CB7            MOV     DPTR,#m_caps_num_lock
-001557 E0                MOVX    A,@DPTR
-001558 30E112            JNB     ACC.1,?C0017?LED
-   73: 				{
-   74: 					g_variable.sys_capslockled_on_timer = KB_NUM_CAPS_LED_ON_TIMER+1;
-00155B 904CE8            MOV     DPTR,#g_variable+029H
-00155E 7402              MOV     A,#02H
-001560 F0                MOVX    @DPTR,A
-001561 A3                INC     DPTR
-001562 7459              MOV     A,#059H
-001564 F0                MOVX    @DPTR,A
-   75: 					GPIO_Setout(CAPS_LED_GPIO, LED_ON);
-001565 D201              SETB    ?_GPIO_Setout?BIT
-001567 7F1E              MOV     R7,#01EH
-001569 11B3              ACALL   _GPIO_Setout
-   76: 				}
-00156B 800D              SJMP    ?C0018?LED
-00156D         ?C0017?LED:
-   77: 				else 
-   78: 				{
-   79: 					GPIO_Setout(CAPS_LED_GPIO, LED_OFF);
-00156D C201              CLR     ?_GPIO_Setout?BIT
-00156F 7F1E              MOV     R7,#01EH
-001571 11B3              ACALL   _GPIO_Setout
-   80: 					g_variable.sys_capslockled_on_timer = 0;
-001573 E4                CLR     A
-001574 904CE8            MOV     DPTR,#g_variable+029H
-001577 F0                MOVX    @DPTR,A
-001578 A3                INC     DPTR
-001579 F0                MOVX    @DPTR,A
-   81: 				}	
-00157A         ?C0018?LED:
-   82: 
-   83: 				//if(m_caps_num_lock & KB_PC_KEYSEL_SCROLLLOCK)
-   84: 				//	g_variable.sys_scrolllockled_on_timer = KB_NUM_CAPS_LED_ON_TIMER;
-   85: 				//else 
-   86: 				//	g_variable.sys_scrolllockled_on_timer = 0;
-   87: 					
-   88: 				m_caps_num_lock_last = m_caps_num_lock;
-00157A 904CB7            MOV     DPTR,#m_caps_num_lock
-00157D E0                MOVX    A,@DPTR
-00157E 904DD9            MOV     DPTR,#m_caps_num_lock_last
-001581 F0                MOVX    @DPTR,A
-   89: 			}
-   90: 		}
-001582 22                RET     
-001583         ?C0013?LED:
-   91: 		else
-   92: 		{
-   93: 			GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
-001583 C201              CLR     ?_GPIO_Setout?BIT
-001585 7F0F              MOV     R7,#0FH
-001587 11B3              ACALL   _GPIO_Setout
-   94: 			if(!g_variable.powerOn_timer)
-001589 904CE5            MOV     DPTR,#g_variable+026H
-00158C E0                MOVX    A,@DPTR
-00158D 700C              JNZ     ?C0005?LED
-   95: 				GPIO_Setout(CAPS_LED_GPIO, LED_OFF);
-00158F C201              CLR     ?_GPIO_Setout?BIT
-001591 7F1E              MOV     R7,#01EH
-001593 01B3              AJMP    _GPIO_Setout
-   96: 		}
-   97: 	}
-001595         ?C0006?LED:
-   98: 	else
-   99: 	{
-  100: 		GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
-001595 C201              CLR     ?_GPIO_Setout?BIT
-001597 7F0F              MOV     R7,#0FH
-001599 11B3              ACALL   _GPIO_Setout
-  101: 	}
-  102: 
-  103: }
-00159B         ?C0005?LED:
-00159B 22                RET     
------ FUNCTION LED_handle (END) -------
+----- FUNCTION _GPIO_FlipOutBit (BEGIN) -----
+00148E 904EB8            MOV     DPTR,#gpio_num
+001491 EF                MOV     A,R7
+001492 F0                MOVX    @DPTR,A
+001493 7B01              MOV     R3,#01H
+001495 7A80              MOV     R2,#080H
+001497 7974              MOV     R1,#074H
+001499 122620            LCALL   _gpioGetBit
+00149C 9209              MOV     st,C
+00149E 904EB8            MOV     DPTR,#gpio_num
+0014A1 E0                MOVX    A,@DPTR
+0014A2 FF                MOV     R7,A
+0014A3 A209              MOV     C,st
+0014A5 B3                CPL     C
+0014A6 9201              MOV     ?_GPIO_Setout?BIT,C
+0014A8 01B3              AJMP    _GPIO_Setout
+----- FUNCTION _GPIO_FlipOutBit (END) -------
 
 
------ FUNCTION LED_timer500ms (BEGIN) -----
+----- FUNCTION kb_cb_Timer100ms (BEGIN) -----
  FILE: 'sys.c'
-  188: void LED_timer500ms()
-  189: {
-  190: 	if (power_on_flag != 2)
-  191: 		return;
-00159C 904DE1            MOV     DPTR,#power_on_flag
-00159F E0                MOVX    A,@DPTR
-0015A0 6402              XRL     A,#02H
-0015A2 6002              JZ      $ + 4H
-0015A4 C12D              AJMP    ?C0028?SYS
-0015A6         ?C0027?SYS:
-  192: 	if (g_variable.pairing_timeout != 0) //bt  pairing
-0015A6 904CEC            MOV     DPTR,#g_variable+02DH
-0015A9 E0                MOVX    A,@DPTR
-0015AA 6006              JZ      ?C0029?SYS
-  193: 	{
-  194: 		GPIO_FlipOutBit(BT_LED_GPIO);
-0015AC 7F1E              MOV     R7,#01EH
-0015AE D12E              ACALL   _GPIO_FlipOutBit
-  195: 		
-  196: 	}
-0015B0 800C              SJMP    ?C0030?SYS
-0015B2         ?C0029?SYS:
-  197: 	else
-  198: 	{
-  199: 		if(g_variable.pairing_mode_blink_count)
-0015B2 904CFB            MOV     DPTR,#g_variable+03CH
-0015B5 E0                MOVX    A,@DPTR
-0015B6 6006              JZ      ?C0030?SYS
-  200: 		{
-  201: 			g_variable.pairing_mode_blink_count--;
-0015B8 14                DEC     A
-0015B9 F0                MOVX    @DPTR,A
-  202: 			GPIO_FlipOutBit(LOWPOWER_LED_GPIO);
-0015BA 7F1D              MOV     R7,#01DH
-0015BC D12E              ACALL   _GPIO_FlipOutBit
-  203: 		}
-  204: 	}
-0015BE         ?C0030?SYS:
-  205: 
-  206: 	if (YC_check_is_connected())
-0015BE F196              ACALL   YC_check_is_connected
-0015C0 EF                MOV     A,R7
-0015C1 606A              JZ      ?C0028?SYS
-  207: 	{
-  208: 		if(g_variable.sys_numlockled_on_timer)
-0015C3 904CE6            MOV     DPTR,#g_variable+027H
-0015C6 E0                MOVX    A,@DPTR
-0015C7 7002              JNZ     ?C0094?SYS
-0015C9 A3                INC     DPTR
-0015CA E0                MOVX    A,@DPTR
-0015CB         ?C0094?SYS:
-0015CB 6026              JZ      ?C0033?SYS
-  209: 		{
-  210: 			g_variable.sys_numlockled_on_timer--;
-0015CD 904CE7            MOV     DPTR,#g_variable+028H
-0015D0 E0                MOVX    A,@DPTR
-0015D1 24FF              ADD     A,#0FFH
-0015D3 F0                MOVX    @DPTR,A
-0015D4 904CE6            MOV     DPTR,#g_variable+027H
-0015D7 E0                MOVX    A,@DPTR
-0015D8 34FF              ADDC    A,#0FFH
-0015DA F0                MOVX    @DPTR,A
-  211: 			GPIO_Setout(NUM_LOCK_LED_GPIO, LED_ON);
-0015DB D201              SETB    ?_GPIO_Setout?BIT
-0015DD 7F0F              MOV     R7,#0FH
-0015DF 11B3              ACALL   _GPIO_Setout
-  212: 			if(!g_variable.sys_numlockled_on_timer)
-0015E1 904CE6            MOV     DPTR,#g_variable+027H
-0015E4 E0                MOVX    A,@DPTR
-0015E5 7002              JNZ     ?C0095?SYS
-0015E7 A3                INC     DPTR
-0015E8 E0                MOVX    A,@DPTR
-0015E9         ?C0095?SYS:
-0015E9 700E              JNZ     ?C0035?SYS
-  213: 				GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
-0015EB C201              CLR     ?_GPIO_Setout?BIT
-0015ED 7F0F              MOV     R7,#0FH
-0015EF 11B3              ACALL   _GPIO_Setout
-  214: 		}
-0015F1 8006              SJMP    ?C0035?SYS
-0015F3         ?C0033?SYS:
-  215: 		else 
-  216: 			GPIO_Setout(NUM_LOCK_LED_GPIO, LED_OFF);
-0015F3 C201              CLR     ?_GPIO_Setout?BIT
-0015F5 7F0F              MOV     R7,#0FH
-0015F7 11B3              ACALL   _GPIO_Setout
-0015F9         ?C0035?SYS:
-  217: 			
-  218: 
-  219: 		if(g_variable.sys_capslockled_on_timer)
-0015F9 904CE8            MOV     DPTR,#g_variable+029H
-0015FC E0                MOVX    A,@DPTR
-0015FD 7002              JNZ     ?C0096?SYS
-0015FF A3                INC     DPTR
-001600 E0                MOVX    A,@DPTR
-001601         ?C0096?SYS:
-001601 6024              JZ      ?C0036?SYS
-  220: 		{
-  221: 			g_variable.sys_capslockled_on_timer--;
-001603 904CE9            MOV     DPTR,#g_variable+02AH
-001606 E0                MOVX    A,@DPTR
-001607 24FF              ADD     A,#0FFH
-001609 F0                MOVX    @DPTR,A
-00160A 904CE8            MOV     DPTR,#g_variable+029H
-00160D E0                MOVX    A,@DPTR
-00160E 34FF              ADDC    A,#0FFH
-001610 F0                MOVX    @DPTR,A
-  222: 			GPIO_Setout(CAPS_LED_GPIO, LED_ON);
-001611 D201              SETB    ?_GPIO_Setout?BIT
-001613 7F1E              MOV     R7,#01EH
-001615 11B3              ACALL   _GPIO_Setout
-  223: 			if(!g_variable.sys_capslockled_on_timer)
-001617 904CE8            MOV     DPTR,#g_variable+029H
-00161A E0                MOVX    A,@DPTR
-00161B 7002              JNZ     ?C0097?SYS
-00161D A3                INC     DPTR
-00161E E0                MOVX    A,@DPTR
-00161F         ?C0097?SYS:
-00161F 700C              JNZ     ?C0028?SYS
-  224: 				GPIO_Setout(CAPS_LED_GPIO, LED_OFF);
-001621 C201              CLR     ?_GPIO_Setout?BIT
-001623 7F1E              MOV     R7,#01EH
-001625 01B3              AJMP    _GPIO_Setout
-  225: 		}
-001627         ?C0036?SYS:
-  226: 		else
-  227: 			GPIO_Setout(CAPS_LED_GPIO, LED_OFF);
-001627 C201              CLR     ?_GPIO_Setout?BIT
-001629 7F1E              MOV     R7,#01EH
-00162B 11B3              ACALL   _GPIO_Setout
-  228: 	}	
-  229: }
-00162D         ?C0028?SYS:
-00162D 22                RET     
------ FUNCTION LED_timer500ms (END) -------
-
-
------ FUNCTION _GPIO_FlipOutBit (BEGIN) -----
-00162E 904EB9            MOV     DPTR,#gpio_num
-001631 EF                MOV     A,R7
-001632 F0                MOVX    @DPTR,A
-001633 7B01              MOV     R3,#01H
-001635 7A80              MOV     R2,#080H
-001637 7974              MOV     R1,#074H
-001639 122112            LCALL   _gpioGetBit
-00163C 9209              MOV     st,C
-00163E 904EB9            MOV     DPTR,#gpio_num
-001641 E0                MOVX    A,@DPTR
-001642 FF                MOV     R7,A
-001643 A209              MOV     C,st
-001645 B3                CPL     C
-001646 9201              MOV     ?_GPIO_Setout?BIT,C
-001648 01B3              AJMP    _GPIO_Setout
------ FUNCTION _GPIO_FlipOutBit (END) -------
+  388: static void kb_cb_Timer100ms()
+  389: {
+  390: 
+  391: 	if (g_variable.delay_enter_lpm_timer) 
+0014AA 904CED            MOV     DPTR,#g_variable+02EH
+0014AD E0                MOVX    A,@DPTR
+0014AE 6002              JZ      ?C0066?SYS
+  392: 	{
+  393: 		g_variable.delay_enter_lpm_timer --;
+0014B0 14                DEC     A
+0014B1 F0                MOVX    @DPTR,A
+  394: 	}
+0014B2         ?C0066?SYS:
+  395: 
+  396: 	if(g_variable.recon_delay)
+0014B2 904CF2            MOV     DPTR,#g_variable+033H
+0014B5 E0                MOVX    A,@DPTR
+0014B6 6002              JZ      ?C0067?SYS
+  397: 		g_variable.recon_delay--;
+0014B8 14                DEC     A
+0014B9 F0                MOVX    @DPTR,A
+0014BA         ?C0067?SYS:
+  398: 
+  399: 	if(g_variable.language_wait_switch_timer)
+0014BA 904CFC            MOV     DPTR,#g_variable+03DH
+0014BD E0                MOVX    A,@DPTR
+0014BE 600A              JZ      ?C0068?SYS
+  400: 	{
+  401: 		g_variable.language_wait_switch_timer--;
+0014C0 14                DEC     A
+0014C1 F0                MOVX    @DPTR,A
+  402: 		if(!g_variable.language_wait_switch_timer)
+0014C2 E0                MOVX    A,@DPTR
+0014C3 7005              JNZ     ?C0068?SYS
+  403: 			g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
+0014C5 904CF7            MOV     DPTR,#g_variable+038H
+0014C8 04                INC     A
+0014C9 F0                MOVX    @DPTR,A
+  404: 	}
+0014CA         ?C0068?SYS:
+  405: 
+  406: 
+  407: 
+  408: 	if (g_variable.powerOn_timer != 0)
+0014CA 904CE5            MOV     DPTR,#g_variable+026H
+0014CD E0                MOVX    A,@DPTR
+0014CE 6016              JZ      ?C0070?SYS
+  409: 	{	
+  410: 		g_variable.powerOn_timer--;
+0014D0 14                DEC     A
+0014D1 F0                MOVX    @DPTR,A
+  411: 		GPIO_Setout(CAPS_LED_GPIO,LED_ON);
+0014D2 D201              SETB    ?_GPIO_Setout?BIT
+0014D4 7F1E              MOV     R7,#01EH
+0014D6 11B3              ACALL   _GPIO_Setout
+  412: 		if (!g_variable.powerOn_timer)
+0014D8 904CE5            MOV     DPTR,#g_variable+026H
+0014DB E0                MOVX    A,@DPTR
+0014DC 7031              JNZ     ?C0072?SYS
+  413: 		{
+  414: 			GPIO_Setout(CAPS_LED_GPIO,LED_OFF);
+0014DE C201              CLR     ?_GPIO_Setout?BIT
+0014E0 7F1E              MOV     R7,#01EH
+0014E2 11B3              ACALL   _GPIO_Setout
+  415: 		}
+  416: 	}
+0014E4 8029              SJMP    ?C0072?SYS
+0014E6         ?C0070?SYS:
+  417: 	else
+  418: 	if (g_variable.pairing_timeout == 0)  //  pairing
+0014E6 904CEC            MOV     DPTR,#g_variable+02DH
+0014E9 E0                MOVX    A,@DPTR
+0014EA 7023              JNZ     ?C0072?SYS
+  419: 	{
+  420: 		if(g_variable.battery_low_led_flash_interval)
+0014EC 904CE2            MOV     DPTR,#g_variable+023H
+0014EF E0                MOVX    A,@DPTR
+0014F0 601D              JZ      ?C0072?SYS
+  421: 		{
+  422: 			g_variable.battery_low_led_flash_interval--;
+0014F2 14                DEC     A
+0014F3 F0                MOVX    @DPTR,A
+  423: 			if(g_variable.battery_low_led_flash_interval & 0x02)
+0014F4 E0                MOVX    A,@DPTR
+0014F5 30E108            JNB     ACC.1,?C0075?SYS
+  424: 			{
+  425: 				GPIO_Setout(LOWPOWER_LED_GPIO, LED_ON);
+0014F8 D201              SETB    ?_GPIO_Setout?BIT
+0014FA 7F1D              MOV     R7,#01DH
+0014FC 11B3              ACALL   _GPIO_Setout
+  426: 			}
+0014FE 8006              SJMP    ?C0076?SYS
+001500         ?C0075?SYS:
+  427: 			else
+  428: 				GPIO_Setout(LOWPOWER_LED_GPIO, LED_OFF);	
+001500 C201              CLR     ?_GPIO_Setout?BIT
+001502 7F1D              MOV     R7,#01DH
+001504 11B3              ACALL   _GPIO_Setout
+001506         ?C0076?SYS:
+  429: 			if(!g_variable.battery_low_led_flash_interval)
+001506 904CE2            MOV     DPTR,#g_variable+023H
+001509 E0                MOVX    A,@DPTR
+00150A 7003              JNZ     ?C0072?SYS
+  430: 				g_variable.battery_low_led_flash_interval = LOW_BATTERY_FLASH_INTERVAL;
+00150C 7404              MOV     A,#04H
+00150E F0                MOVX    @DPTR,A
+  431: 		}
+  432: 	}
+00150F         ?C0072?SYS:
+  433: 
+  434: 	if (delayChgInvTimer != 0)
+00150F 904DDE            MOV     DPTR,#delayChgInvTimer
+001512 E0                MOVX    A,@DPTR
+001513 6013              JZ      ?C0081?SYS
+  435: 	{
+  436: 		delayChgInvTimer--;
+001515 E0                MOVX    A,@DPTR
+001516 14                DEC     A
+001517 F0                MOVX    @DPTR,A
+  437: 		if (delayChgInvTimer == 0)
+001518 E0                MOVX    A,@DPTR
+001519 700D              JNZ     ?C0081?SYS
+  438: 		{
+  439: 		
+  440: 			if (g_variable.ble_currentState == CHANGE_TO_BLE_CONNECTED)
+00151B 904CC7            MOV     DPTR,#g_variable+08H
+00151E E0                MOVX    A,@DPTR
+00151F B40406            CJNE    A,#04H,?C0081?SYS
+  441: 			{
+  442: 				kscurrmult = 0x0c;
+001522 904213            MOV     DPTR,#kscurrmult
+001525 740C              MOV     A,#0CH
+001527 F0                MOVX    @DPTR,A
+  443: 			}
+  444: 		}
+  445: 	}
+  446: }
+001528         ?C0081?SYS:
+001528 22                RET     
+----- FUNCTION kb_cb_Timer100ms (END) -------
 
 
 ----- FUNCTION System_long_sleep (BEGIN) -----
@@ -3523,12 +3314,12 @@
    63: { 
    64: 	m_reconnect_continue = 0;
    65: 	IPC_TxControlCmd(IPC_CMD_ENTER_HIBERNATE);
-00164A E4                CLR     A
-00164B 904D38            MOV     DPTR,#m_reconnect_continue
-00164E F0                MOVX    @DPTR,A
+001529 E4                CLR     A
+00152A 904D38            MOV     DPTR,#m_reconnect_continue
+00152D F0                MOVX    @DPTR,A
    66: }
-00164F 7F19              MOV     R7,#019H
-001651 020744            LJMP    _IPC_TxControlCmd
+00152E 7F19              MOV     R7,#019H
+001530 020744            LJMP    _IPC_TxControlCmd
 ----- FUNCTION System_long_sleep (END) -------
 
 
@@ -3539,609 +3330,797 @@
 ;---- Variable 'evt' assigned to Register 'R7' ----
    89: 	switch (evt) 
    90: 	{
-001654 EF                MOV     A,R7
-001655 24EC              ADD     A,#0ECH
-001657 7002              JNZ     $ + 4H
-001659 E10C              AJMP    ?C0018?SYS
-00165B 14                DEC     A
-00165C 7002              JNZ     $ + 4H
-00165E E15C              AJMP    ?C0022?SYS
-001660 24EC              ADD     A,#0ECH
-001662 7002              JNZ     $ + 4H
-001664 E150              AJMP    ?C0021?SYS
-001666 24F9              ADD     A,#0F9H
-001668 7002              JNZ     $ + 4H
-00166A E107              AJMP    ?C0016?SYS
-00166C 24FD              ADD     A,#0FDH
-00166E 6011              JZ      ?C0013?SYS
-001670 14                DEC     A
-001671 7002              JNZ     $ + 4H
-001673 E133              AJMP    ?C0020?SYS
-001675 24FD              ADD     A,#0FDH
-001677 7002              JNZ     $ + 4H
-001679 E109              AJMP    ?C0017?SYS
-00167B 2408              ADD     A,#08H
-00167D 6002              JZ      $ + 4H
-00167F E195              AJMP    ?C0026?SYS
+001533 EF                MOV     A,R7
+001534 24EC              ADD     A,#0ECH
+001536 7002              JNZ     $ + 4H
+001538 A1E7              AJMP    ?C0018?SYS
+00153A 14                DEC     A
+00153B 7002              JNZ     $ + 4H
+00153D C13A              AJMP    ?C0022?SYS
+00153F 24EC              ADD     A,#0ECH
+001541 7002              JNZ     $ + 4H
+001543 C12E              AJMP    ?C0021?SYS
+001545 24F9              ADD     A,#0F9H
+001547 7002              JNZ     $ + 4H
+001549 A1E2              AJMP    ?C0016?SYS
+00154B 24FD              ADD     A,#0FDH
+00154D 6011              JZ      ?C0013?SYS
+00154F 14                DEC     A
+001550 7002              JNZ     $ + 4H
+001552 C10E              AJMP    ?C0020?SYS
+001554 24FD              ADD     A,#0FDH
+001556 7002              JNZ     $ + 4H
+001558 A1E4              AJMP    ?C0017?SYS
+00155A 2408              ADD     A,#08H
+00155C 6002              JZ      $ + 4H
+00155E C172              AJMP    ?C0026?SYS
    91: 	case IPC_EVT_HIBERNATE_WAKE:
    92: //		System_Hardware_init();
    93: //		System_Software_init();
    94: //		break;	
    95: 	case IPC_EVT_RESET:
-001681         ?C0013?SYS:
+001560         ?C0013?SYS:
    96: 		System_Hardware_init();
-001681 F1CC              ACALL   System_Hardware_init
+001560 F123              ACALL   System_Hardware_init
    97: 		System_Software_init();
-001683 120EFC            LCALL   System_Software_init
+001562 120EFC            LCALL   System_Software_init
    98: 		IIC_Read(EEPROM_RECON_INFO_BASE ,sizeof(BD_KEY_RECORD), (byte *)bd_key_record_list);
-001686 7B01              MOV     R3,#01H
-001688 7A4D              MOV     R2,#HIGH bd_key_record_list
-00168A 79E4              MOV     R1,#LOW bd_key_record_list
-00168C 7D1D              MOV     R5,#01DH
-00168E 7C00              MOV     R4,#00H
-001690 7FD8              MOV     R7,#0D8H
-001692 7E7F              MOV     R6,#07FH
-001694 1218EB            LCALL   _IIC_Read
+001565 7B01              MOV     R3,#01H
+001567 7A4D              MOV     R2,#HIGH bd_key_record_list
+001569 79E4              MOV     R1,#LOW bd_key_record_list
+00156B 7D1D              MOV     R5,#01DH
+00156D 7C00              MOV     R4,#00H
+00156F 7FD8              MOV     R7,#0D8H
+001571 7E3F              MOV     R6,#03FH
+001573 D173              ACALL   _IIC_Read
    99: 		Delay1ms(10);
-001697 7F0A              MOV     R7,#0AH
-001699 120F6C            LCALL   _Delay1ms
+001575 7F0A              MOV     R7,#0AH
+001577 120F6C            LCALL   _Delay1ms
   100: 		IIC_Read(EEPROM_RECON_INFO_SYTEM_MODE ,1 ,(byte *)&g_variable.system_mode);
-00169C 7B01              MOV     R3,#01H
-00169E 7A4C              MOV     R2,#HIGH g_variable+02H
-0016A0 79C1              MOV     R1,#LOW g_variable+02H
-0016A2 7D01              MOV     R5,#01H
-0016A4 7C00              MOV     R4,#00H
-0016A6 7FF5              MOV     R7,#0F5H
-0016A8 7E7F              MOV     R6,#07FH
-0016AA 1218EB            LCALL   _IIC_Read
+00157A 7B01              MOV     R3,#01H
+00157C 7A4C              MOV     R2,#HIGH g_variable+02H
+00157E 79C1              MOV     R1,#LOW g_variable+02H
+001580 7D01              MOV     R5,#01H
+001582 7C00              MOV     R4,#00H
+001584 7FF5              MOV     R7,#0F5H
+001586 7E3F              MOV     R6,#03FH
+001588 D173              ACALL   _IIC_Read
   101: 		Delay1ms(10);
-0016AD 7F0A              MOV     R7,#0AH
-0016AF 120F6C            LCALL   _Delay1ms
+00158A 7F0A              MOV     R7,#0AH
+00158C 120F6C            LCALL   _Delay1ms
   102: 		IIC_Read(EEPROM_RECON_INFO_RAMDON_LE_LAP1 ,2 ,(byte *)&g_variable.ble_ramdon_lap1);
-0016B2 7B01              MOV     R3,#01H
-0016B4 7A4C              MOV     R2,#HIGH g_variable+036H
-0016B6 79F5              MOV     R1,#LOW g_variable+036H
-0016B8 7D02              MOV     R5,#02H
-0016BA 7C00              MOV     R4,#00H
-0016BC 7FF6              MOV     R7,#0F6H
-0016BE 7E7F              MOV     R6,#07FH
-0016C0 1218EB            LCALL   _IIC_Read
+00158F 7B01              MOV     R3,#01H
+001591 7A4C              MOV     R2,#HIGH g_variable+036H
+001593 79F5              MOV     R1,#LOW g_variable+036H
+001595 7D02              MOV     R5,#02H
+001597 7C00              MOV     R4,#00H
+001599 7FF6              MOV     R7,#0F6H
+00159B 7E3F              MOV     R6,#03FH
+00159D D173              ACALL   _IIC_Read
   103: 		if(g_variable.ble_ramdon_lap1 == 0xff && g_variable.ble_ramdon_lap2 == 0xff)
-0016C3 904CF5            MOV     DPTR,#g_variable+036H
-0016C6 E0                MOVX    A,@DPTR
-0016C7 B4FF1F            CJNE    A,#0FFH,?C0014?SYS
-0016CA A3                INC     DPTR
-0016CB E0                MOVX    A,@DPTR
-0016CC B4FF1A            CJNE    A,#0FFH,?C0014?SYS
+00159F 904CF5            MOV     DPTR,#g_variable+036H
+0015A2 E0                MOVX    A,@DPTR
+0015A3 B4FF1F            CJNE    A,#0FFH,?C0014?SYS
+0015A6 A3                INC     DPTR
+0015A7 E0                MOVX    A,@DPTR
+0015A8 B4FF1A            CJNE    A,#0FFH,?C0014?SYS
   104: 		{
   105: 			g_variable.ble_ramdon_lap1 = m_adc3vValue;
-0016CF 904C93            MOV     DPTR,#m_adc3vValue
-0016D2 E0                MOVX    A,@DPTR
-0016D3 A3                INC     DPTR
-0016D4 E0                MOVX    A,@DPTR
-0016D5 904CF5            MOV     DPTR,#g_variable+036H
-0016D8 F0                MOVX    @DPTR,A
+0015AB 904C93            MOV     DPTR,#m_adc3vValue
+0015AE E0                MOVX    A,@DPTR
+0015AF A3                INC     DPTR
+0015B0 E0                MOVX    A,@DPTR
+0015B1 904CF5            MOV     DPTR,#g_variable+036H
+0015B4 F0                MOVX    @DPTR,A
   106: 			g_variable.ble_ramdon_lap2 = m_adc0vBase;
-0016D9 904C91            MOV     DPTR,#m_adc0vBase
-0016DC E0                MOVX    A,@DPTR
-0016DD A3                INC     DPTR
-0016DE E0                MOVX    A,@DPTR
-0016DF 904CF6            MOV     DPTR,#g_variable+037H
-0016E2 F0                MOVX    @DPTR,A
+0015B5 904C91            MOV     DPTR,#m_adc0vBase
+0015B8 E0                MOVX    A,@DPTR
+0015B9 A3                INC     DPTR
+0015BA E0                MOVX    A,@DPTR
+0015BB 904CF6            MOV     DPTR,#g_variable+037H
+0015BE F0                MOVX    @DPTR,A
   107: 			g_variable.update_eeprom_flag = 1;
-0016E3 904CBF            MOV     DPTR,#g_variable
-0016E6 7401              MOV     A,#01H
-0016E8 F0                MOVX    @DPTR,A
+0015BF 904CBF            MOV     DPTR,#g_variable
+0015C2 7401              MOV     A,#01H
+0015C4 F0                MOVX    @DPTR,A
   108: 		}
-0016E9         ?C0014?SYS:
+0015C5         ?C0014?SYS:
   109: 		if(g_variable.system_mode > OSMODE_IOS)
-0016E9 904CC1            MOV     DPTR,#g_variable+02H
-0016EC E0                MOVX    A,@DPTR
-0016ED D3                SETB    C
-0016EE 9402              SUBB    A,#02H
-0016F0 4012              JC      ?C0015?SYS
+0015C5 904CC1            MOV     DPTR,#g_variable+02H
+0015C8 E0                MOVX    A,@DPTR
+0015C9 D3                SETB    C
+0015CA 9402              SUBB    A,#02H
+0015CC 4012              JC      ?C0015?SYS
   110: 		{
   111: 			g_variable.system_mode = OSMODE_WINDOWS;
-0016F2 E4                CLR     A
-0016F3 F0                MOVX    @DPTR,A
+0015CE E4                CLR     A
+0015CF F0                MOVX    @DPTR,A
   112: 			IIC_WriteBlock(EEPROM_RECON_INFO_SYTEM_MODE ,1 ,(byte *)&g_variable.system_mode);
-0016F4 7B01              MOV     R3,#01H
-0016F6 7A4C              MOV     R2,#HIGH g_variable+02H
-0016F8 79C1              MOV     R1,#LOW g_variable+02H
-0016FA 7D01              MOV     R5,#01H
-0016FC FC                MOV     R4,A
-0016FD 7FF5              MOV     R7,#0F5H
-0016FF 7E7F              MOV     R6,#07FH
-001701 121A3D            LCALL   _IIC_WriteBlock
+0015D0 7B01              MOV     R3,#01H
+0015D2 7A4C              MOV     R2,#HIGH g_variable+02H
+0015D4 79C1              MOV     R1,#LOW g_variable+02H
+0015D6 7D01              MOV     R5,#01H
+0015D8 FC                MOV     R4,A
+0015D9 7FF5              MOV     R7,#0F5H
+0015DB 7E3F              MOV     R6,#03FH
+0015DD 122545            LCALL   _IIC_WriteBlock
   113: 		}	
-001704         ?C0015?SYS:
+0015E0         ?C0015?SYS:
   114: 		YC_start_reconnect();
-001704 021AF5            LJMP    YC_start_reconnect
+0015E0 E1D9              AJMP    YC_start_reconnect
   115: 		break;
   116: 	case IPC_EVT_WAKEUP:
-001707         ?C0016?SYS:
+0015E2         ?C0016?SYS:
   117: 		KS_Initialize();
-001707 E1A3              AJMP    KS_Initialize
+0015E2 E128              AJMP    KS_Initialize
   118: 		break;
   119: 
   120: // connection event
   121: 	case IPC_EVT_RECONNECT_STANDY:
-001709         ?C0017?SYS:
+0015E4         ?C0017?SYS:
   122: 		YC_load_record_list();
-001709 0206C2            LJMP    YC_load_record_list
+0015E4 0206C2            LJMP    YC_load_record_list
   123: 		break;		
   124: 
   125: // BT 4.2 event
   126: 	case IPC_EVT_LE_CONNECTED:
-00170C         ?C0018?SYS:
+0015E7         ?C0018?SYS:
   127: 		g_variable.ble_currentState = CHANGE_TO_BLE_CONNECTING;
-00170C 904CC7            MOV     DPTR,#g_variable+08H
-00170F 7403              MOV     A,#03H
-001711 F0                MOVX    @DPTR,A
+0015E7 904CC7            MOV     DPTR,#g_variable+08H
+0015EA 7403              MOV     A,#03H
+0015EC F0                MOVX    @DPTR,A
   128: 		g_variable.ble_currentSubState = CHANGE_TO_BLE_SUB_INIT;
-001712 A3                INC     DPTR
-001713 7401              MOV     A,#01H
-001715 F0                MOVX    @DPTR,A
+0015ED A3                INC     DPTR
+0015EE 7401              MOV     A,#01H
+0015F0 F0                MOVX    @DPTR,A
   129: 		IPC_TxControlCmd(IPC_CMD_STOP_ADV);
-001716 7F0E              MOV     R7,#0EH
-001718 120744            LCALL   _IPC_TxControlCmd
+0015F1 7F0E              MOV     R7,#0EH
+0015F3 120744            LCALL   _IPC_TxControlCmd
   130: 		if(!g_variable.powerOn_timer)
-00171B 904CE5            MOV     DPTR,#g_variable+026H
-00171E E0                MOVX    A,@DPTR
-00171F 7006              JNZ     ?C0019?SYS
+0015F6 904CE5            MOV     DPTR,#g_variable+026H
+0015F9 E0                MOVX    A,@DPTR
+0015FA 7006              JNZ     ?C0019?SYS
   131: 			GPIO_Setout(BT_LED_GPIO,LED_OFF);
-001721 C201              CLR     ?_GPIO_Setout?BIT
-001723 7F1E              MOV     R7,#01EH
-001725 11B3              ACALL   _GPIO_Setout
-001727         ?C0019?SYS:
+0015FC C201              CLR     ?_GPIO_Setout?BIT
+0015FE 7F1E              MOV     R7,#01EH
+001600 11B3              ACALL   _GPIO_Setout
+001602         ?C0019?SYS:
   132: 		g_variable.pairing_timeout = 0;
-001727 E4                CLR     A
-001728 904CEC            MOV     DPTR,#g_variable+02DH
-00172B F0                MOVX    @DPTR,A
+001602 E4                CLR     A
+001603 904CEC            MOV     DPTR,#g_variable+02DH
+001606 F0                MOVX    @DPTR,A
   133: 		g_variable.sleepTimer = 0;
-00172C 904CE3            MOV     DPTR,#g_variable+024H
-00172F F0                MOVX    @DPTR,A
-001730 A3                INC     DPTR
-001731 F0                MOVX    @DPTR,A
+001607 904CE3            MOV     DPTR,#g_variable+024H
+00160A F0                MOVX    @DPTR,A
+00160B A3                INC     DPTR
+00160C F0                MOVX    @DPTR,A
   134: 		break;
-001732 22                RET     
+00160D 22                RET     
   135: 	case IPC_EVT_LE_PROTOCOL_CONNECTED:
-001733         ?C0020?SYS:
+00160E         ?C0020?SYS:
   136: 	    	g_variable.ble_currentState = CHANGE_TO_BLE_CONNECTED;
-001733 904CC7            MOV     DPTR,#g_variable+08H
-001736 7404              MOV     A,#04H
-001738 F0                MOVX    @DPTR,A
+00160E 904CC7            MOV     DPTR,#g_variable+08H
+001611 7404              MOV     A,#04H
+001613 F0                MOVX    @DPTR,A
   137: 		g_variable.ble_currentSubState = CHANGE_TO_BLE_SUB_NONE;
-001739 E4                CLR     A
-00173A A3                INC     DPTR
-00173B F0                MOVX    @DPTR,A
+001614 E4                CLR     A
+001615 A3                INC     DPTR
+001616 F0                MOVX    @DPTR,A
   138: 		YC_clear_reconnect_flag();
-00173C 121AEB            LCALL   YC_clear_reconnect_flag
-  139: 		g_variable.release_data = 0;
-00173F E4                CLR     A
-001740 904CEE            MOV     DPTR,#g_variable+02FH
-001743 F0                MOVX    @DPTR,A
-  140: 		m_lpm_mode = 1;
-001744 904131            MOV     DPTR,#m_lpm_mode
-001747 04                INC     A
-001748 F0                MOVX    @DPTR,A
-  141: 		g_variable.update_eeprom_flag = 3;
-001749 904CBF            MOV     DPTR,#g_variable
-00174C 7403              MOV     A,#03H
-00174E F0                MOVX    @DPTR,A
-  142: 		break;
-00174F 22                RET     
-  143: 	case IPC_EVT_LE_ENC_INFO:
-001750         ?C0021?SYS:
-  144: 		YC_store_record_list(TYPE_BLE);
-001750 7F01              MOV     R7,#01H
-001752 1207FD            LCALL   _YC_store_record_list
-  145: 		g_variable.update_eeprom_flag = 3;
-001755 904CBF            MOV     DPTR,#g_variable
-001758 7403              MOV     A,#03H
-00175A F0                MOVX    @DPTR,A
-  146: 		break;
-00175B 22                RET     
-  147: /*
-  148: 	case IPC_EVT_LE_PINCODE_REQ:
-  149: 		le_pin_code = 0;
-  150: 		le_pin_code_len = 0;
-  151: 		g_variable.ble_currentSubState =  CHANGE_TO_BLE_SUB_PINCODE;
-  152: 		g_variable.ble_currentState = CHANGE_TO_BLE_CONNECTING;
-  153: 		break;
-  154: */		
-  155: 	case IPC_EVT_LE_DISCONNECTED:	
-00175C         ?C0022?SYS:
-  156: 		g_variable.history_state = g_variable.ble_currentState ;
-00175C 904CC7            MOV     DPTR,#g_variable+08H
-00175F E0                MOVX    A,@DPTR
-001760 904CCB            MOV     DPTR,#g_variable+0CH
-001763 F0                MOVX    @DPTR,A
-  157: 		g_variable.ble_currentState = CHANGE_TO_BLE_DISCONNECT;
-001764 E4                CLR     A
-001765 904CC7            MOV     DPTR,#g_variable+08H
-001768 F0                MOVX    @DPTR,A
-  158: 		g_variable.ble_currentSubState = CHANGE_TO_BLE_SUB_NONE;
-001769 A3                INC     DPTR
-00176A F0                MOVX    @DPTR,A
-  159: 		g_variable.release_data = 1;
-00176B 904CEE            MOV     DPTR,#g_variable+02FH
-00176E 04                INC     A
-00176F F0                MOVX    @DPTR,A
-  160: 		
-  161: 		if (g_variable.lockLpm == 1)
-001770 A3                INC     DPTR
-001771 E0                MOVX    A,@DPTR
-001772 B40104            CJNE    A,#01H,?C0023?SYS
-  162: 		{
-  163: 			g_variable.lockLpm =0;
-001775 E4                CLR     A
-001776 F0                MOVX    @DPTR,A
-  164: 			System_long_sleep();
-001777 C14A              AJMP    System_long_sleep
-  165: 			break;
-  166: 		}
-001779         ?C0023?SYS:
-  167: 
-  168: 		if (g_variable.key_action != KEY_NONE)
-001779 904CF0            MOV     DPTR,#g_variable+031H
-00177C E0                MOVX    A,@DPTR
-00177D FF                MOV     R7,A
-00177E 6003              JZ      ?C0024?SYS
-  169: 		{
-  170: 			YC_key_action_handle(g_variable.key_action);
-001780 021843            LJMP    _YC_key_action_handle
-  171: 			break;
-  172: 		}
-001783         ?C0024?SYS:
-  173: 
+001617 F1CF              ACALL   YC_clear_reconnect_flag
+  139: 		m_caps_num_lock = 0;
+001619 E4                CLR     A
+00161A 904CB7            MOV     DPTR,#m_caps_num_lock
+00161D F0                MOVX    @DPTR,A
+  140: 		g_variable.release_data = 0;
+00161E 904CEE            MOV     DPTR,#g_variable+02FH
+001621 F0                MOVX    @DPTR,A
+  141: 		m_lpm_mode = 1;
+001622 904131            MOV     DPTR,#m_lpm_mode
+001625 04                INC     A
+001626 F0                MOVX    @DPTR,A
+  142: 		g_variable.update_eeprom_flag = 3;
+001627 904CBF            MOV     DPTR,#g_variable
+00162A 7403              MOV     A,#03H
+00162C F0                MOVX    @DPTR,A
+  143: 		break;
+00162D 22                RET     
+  144: 	case IPC_EVT_LE_ENC_INFO:
+00162E         ?C0021?SYS:
+  145: 		YC_store_record_list(TYPE_BLE);
+00162E 7F01              MOV     R7,#01H
+001630 1207FD            LCALL   _YC_store_record_list
+  146: 		g_variable.update_eeprom_flag = 3;
+001633 904CBF            MOV     DPTR,#g_variable
+001636 7403              MOV     A,#03H
+001638 F0                MOVX    @DPTR,A
+  147: 		break;
+001639 22                RET     
+  148: /*
+  149: 	case IPC_EVT_LE_PINCODE_REQ:
+  150: 		le_pin_code = 0;
+  151: 		le_pin_code_len = 0;
+  152: 		g_variable.ble_currentSubState =  CHANGE_TO_BLE_SUB_PINCODE;
+  153: 		g_variable.ble_currentState = CHANGE_TO_BLE_CONNECTING;
+  154: 		break;
+  155: */		
+  156: 	case IPC_EVT_LE_DISCONNECTED:	
+00163A         ?C0022?SYS:
+  157: 		g_variable.history_state = g_variable.ble_currentState ;
+00163A 904CC7            MOV     DPTR,#g_variable+08H
+00163D E0                MOVX    A,@DPTR
+00163E 904CCB            MOV     DPTR,#g_variable+0CH
+001641 F0                MOVX    @DPTR,A
+  158: 		g_variable.ble_currentState = CHANGE_TO_BLE_DISCONNECT;
+001642 E4                CLR     A
+001643 904CC7            MOV     DPTR,#g_variable+08H
+001646 F0                MOVX    @DPTR,A
+  159: 		g_variable.ble_currentSubState = CHANGE_TO_BLE_SUB_NONE;
+001647 A3                INC     DPTR
+001648 F0                MOVX    @DPTR,A
+  160: 		g_variable.release_data = 1;
+001649 904CEE            MOV     DPTR,#g_variable+02FH
+00164C 04                INC     A
+00164D F0                MOVX    @DPTR,A
+  161: 		
+  162: 		if (g_variable.lockLpm == 1)
+00164E A3                INC     DPTR
+00164F E0                MOVX    A,@DPTR
+001650 B40104            CJNE    A,#01H,?C0023?SYS
+  163: 		{
+  164: 			g_variable.lockLpm =0;
+001653 E4                CLR     A
+001654 F0                MOVX    @DPTR,A
+  165: 			System_long_sleep();
+001655 A129              AJMP    System_long_sleep
+  166: 			break;
+  167: 		}
+001657         ?C0023?SYS:
+  168: 
+  169: 		if (g_variable.key_action != KEY_NONE)
+001657 904CF0            MOV     DPTR,#g_variable+031H
+00165A E0                MOVX    A,@DPTR
+00165B FF                MOV     R7,A
+00165C 6002              JZ      ?C0024?SYS
+  170: 		{
+  171: 			YC_key_action_handle(g_variable.key_action);
+00165E E1E1              AJMP    _YC_key_action_handle
+  172: 			break;
+  173: 		}
+001660         ?C0024?SYS:
   174: 
-  175: 		if (g_variable.recon_count != 0)
-001783 904CF3            MOV     DPTR,#g_variable+034H
-001786 E0                MOVX    A,@DPTR
-001787 6003              JZ      ?C0025?SYS
-  176: 		{
-  177: 			YC_load_record_list();
-001789 0206C2            LJMP    YC_load_record_list
-  178: 			break;
-  179: 		}
-00178C         ?C0025?SYS:
-  180: 
-  181: 		System_long_sleep();		
-00178C D14A              ACALL   System_long_sleep
-  182: 		g_variable.sleepTimer = 0;
-00178E E4                CLR     A
-00178F 904CE3            MOV     DPTR,#g_variable+024H
-001792 F0                MOVX    @DPTR,A
-001793 A3                INC     DPTR
-001794 F0                MOVX    @DPTR,A
-  183: 		break;
-  184: 	}
-  185: }
-001795         ?C0026?SYS:
-001795 22                RET     
+  175: 
+  176: 		if (g_variable.recon_count != 0)
+001660 904CF3            MOV     DPTR,#g_variable+034H
+001663 E0                MOVX    A,@DPTR
+001664 6003              JZ      ?C0025?SYS
+  177: 		{
+  178: 			YC_load_record_list();
+001666 0206C2            LJMP    YC_load_record_list
+  179: 			break;
+  180: 		}
+001669         ?C0025?SYS:
+  181: 
+  182: 		System_long_sleep();		
+001669 B129              ACALL   System_long_sleep
+  183: 		g_variable.sleepTimer = 0;
+00166B E4                CLR     A
+00166C 904CE3            MOV     DPTR,#g_variable+024H
+00166F F0                MOVX    @DPTR,A
+001670 A3                INC     DPTR
+001671 F0                MOVX    @DPTR,A
+  184: 		break;
+  185: 	}
+  186: }
+001672         ?C0026?SYS:
+001672 22                RET     
 ----- FUNCTION _kb_cb_event (END) -------
 
 
+----- FUNCTION _IIC_Read (BEGIN) -----
+001673 904E79            MOV     DPTR,#len
+001676 EC                MOV     A,R4
+001677 F0                MOVX    @DPTR,A
+001678 A3                INC     DPTR
+001679 ED                MOV     A,R5
+00167A F0                MOVX    @DPTR,A
+00167B A3                INC     DPTR
+00167C EB                MOV     A,R3
+00167D F0                MOVX    @DPTR,A
+00167E A3                INC     DPTR
+00167F EA                MOV     A,R2
+001680 F0                MOVX    @DPTR,A
+001681 A3                INC     DPTR
+001682 E9                MOV     A,R1
+001683 F0                MOVX    @DPTR,A
+;---- Variable 'addr' assigned to Register 'R6/R7' ----
+;---- Variable 'mem_src' assigned to Register 'R6/R7' ----
+001684 908098            MOV     DPTR,#08098H
+001687 7404              MOV     A,#04H
+001689 F0                MOVX    @DPTR,A
+00168A A3                INC     DPTR
+00168B E4                CLR     A
+00168C F0                MOVX    @DPTR,A
+00168D 900CAF            MOV     DPTR,#YC_IICDTbuf
+001690 74A0              MOV     A,#0A0H
+001692 F0                MOVX    @DPTR,A
+001693 A3                INC     DPTR
+001694 EE                MOV     A,R6
+001695 F0                MOVX    @DPTR,A
+001696 A3                INC     DPTR
+001697 EF                MOV     A,R7
+001698 F0                MOVX    @DPTR,A
+001699 900CB2            MOV     DPTR,#YC_IICDTbuf+03H
+00169C 74A1              MOV     A,#0A1H
+00169E F0                MOVX    @DPTR,A
+00169F 7A0C              MOV     R2,#HIGH YC_IICDTbuf
+0016A1 79AF              MOV     R1,#LOW YC_IICDTbuf
+0016A3 7E0C              MOV     R6,#HIGH YC_IICDTbuf
+0016A5 7FAF              MOV     R7,#LOW YC_IICDTbuf
+0016A7 74AF              MOV     A,#LOW YC_IICDTbuf
+0016A9 FC                MOV     R4,A
+0016AA 740C              MOV     A,#HIGH YC_IICDTbuf
+0016AC FF                MOV     R7,A
+0016AD EC                MOV     A,R4
+0016AE FE                MOV     R6,A
+0016AF EF                MOV     A,R7
+0016B0 90809A            MOV     DPTR,#0809AH
+0016B3 EE                MOV     A,R6
+0016B4 F0                MOVX    @DPTR,A
+0016B5 A3                INC     DPTR
+0016B6 EF                MOV     A,R7
+0016B7 F0                MOVX    @DPTR,A
+0016B8 904E79            MOV     DPTR,#len
+0016BB E0                MOVX    A,@DPTR
+0016BC FC                MOV     R4,A
+0016BD A3                INC     DPTR
+0016BE E0                MOVX    A,@DPTR
+0016BF FA                MOV     R2,A
+0016C0 EC                MOV     A,R4
+0016C1 FF                MOV     R7,A
+0016C2 EA                MOV     A,R2
+0016C3 FE                MOV     R6,A
+0016C4 EF                MOV     A,R7
+0016C5 90809E            MOV     DPTR,#0809EH
+0016C8 EE                MOV     A,R6
+0016C9 F0                MOVX    @DPTR,A
+0016CA A3                INC     DPTR
+0016CB EF                MOV     A,R7
+0016CC F0                MOVX    @DPTR,A
+0016CD 7A0B              MOV     R2,#HIGH IIC_TempBuff
+0016CF 7983              MOV     R1,#LOW IIC_TempBuff
+0016D1 7E0B              MOV     R6,#HIGH IIC_TempBuff
+0016D3 7F83              MOV     R7,#LOW IIC_TempBuff
+0016D5 7483              MOV     A,#LOW IIC_TempBuff
+0016D7 FC                MOV     R4,A
+0016D8 740B              MOV     A,#HIGH IIC_TempBuff
+0016DA FF                MOV     R7,A
+0016DB EC                MOV     A,R4
+0016DC FE                MOV     R6,A
+0016DD EF                MOV     A,R7
+0016DE 90809C            MOV     DPTR,#0809CH
+0016E1 EE                MOV     A,R6
+0016E2 F0                MOVX    @DPTR,A
+0016E3 A3                INC     DPTR
+0016E4 EF                MOV     A,R7
+0016E5 F0                MOVX    @DPTR,A
+0016E6 908090            MOV     DPTR,#08090H
+0016E9 7402              MOV     A,#02H
+0016EB F0                MOVX    @DPTR,A
+0016EC 90809C            MOV     DPTR,#0809CH
+0016EF A3                INC     DPTR
+0016F0 E0                MOVX    A,@DPTR
+0016F1 20E707            JB      ACC.7,?C0004?IIC
+0016F4 908090            MOV     DPTR,#08090H
+0016F7 E0                MOVX    A,@DPTR
+0016F8 4401              ORL     A,#01H
+0016FA F0                MOVX    @DPTR,A
+0016FB         ?C0004?IIC:
+0016FB 908006            MOV     DPTR,#08006H
+0016FE E0                MOVX    A,@DPTR
+0016FF 4404              ORL     A,#04H
+001701 F0                MOVX    @DPTR,A
+001702 F1C7              ACALL   IIcWaitDone
+001704 904E7B            MOV     DPTR,#pbuff
+001707 E0                MOVX    A,@DPTR
+001708 A3                INC     DPTR
+001709 E0                MOVX    A,@DPTR
+00170A FA                MOV     R2,A
+00170B A3                INC     DPTR
+00170C E0                MOVX    A,@DPTR
+00170D AE02              MOV     R6,AR2
+00170F FF                MOV     R7,A
+001710 7B01              MOV     R3,#01H
+001712 7A0B              MOV     R2,#HIGH IIC_TempBuff
+001714 7983              MOV     R1,#LOW IIC_TempBuff
+001716 904E79            MOV     DPTR,#len
+001719 E0                MOVX    A,@DPTR
+00171A A3                INC     DPTR
+00171B E0                MOVX    A,@DPTR
+00171C 904E6E            MOV     DPTR,#?_xmemcpy?BYTE+05H
+00171F F0                MOVX    @DPTR,A
+001720 02083D            LJMP    _xmemcpy
+----- FUNCTION _IIC_Read (END) -------
+
+
+----- FUNCTION System_Hardware_init (BEGIN) -----
+ FILE: 'sys.c'
+   39: static void System_Hardware_init()
+   40: {
+   41: 	KS_Initialize();
+   42: 	LED_all_shutdown();
+001723 F128              ACALL   KS_Initialize
+   43: }
+001725 020FCD            LJMP    LED_all_shutdown
+----- FUNCTION System_Hardware_init (END) -------
+
+
+----- FUNCTION KS_Initialize (BEGIN) -----
+ FILE: 'keyscan.c'
+  231: void KS_Initialize()
+  232: {
+  233: 	REG_GPIO_SELECT(0) = 0;
+  234: 	REG_GPIO_SELECT(1) = 0;
+001728 908080            MOV     DPTR,#08080H
+00172B E4                CLR     A
+00172C F0                MOVX    @DPTR,A
+  235: 	REG_GPIO_SELECT(2) = 0;
+00172D A3                INC     DPTR
+00172E F0                MOVX    @DPTR,A
+  236: 	ksRawInitialize();
+00172F A3                INC     DPTR
+001730 F0                MOVX    @DPTR,A
+  237: 	ksColInitialize();
+001731 F15E              ACALL   ksRawInitialize
+;----                  JMP     ksColInitialize
+  238: }
+----- FUNCTION KS_Initialize (END) -------
+
+
+----- FUNCTION ksColInitialize (BEGIN) -----
+ FILE: 'keyscan.c'
+  223: static void ksColInitialize()
+  224: {
+  225: 	byte i = 0;
+  226: 	for (i=0; col[i]!=0; i++) {
+001733 E4                CLR     A
+001734 904EB3            MOV     DPTR,#i
+001737 F0                MOVX    @DPTR,A
+  227: 		GPIO_SetInput(col[i], 0);
+001738 F0                MOVX    @DPTR,A
+001739         ?C0032?KEYSCAN:
+001739 904EB3            MOV     DPTR,#i
+00173C E0                MOVX    A,@DPTR
+00173D 90060C            MOV     DPTR,#col
+001740 93                MOVC    A,@A+DPTR
+001741 FF                MOV     R7,A
+001742 600C              JZ      ?C0035?KEYSCAN
+  228: 	}
+001744 C205              CLR     ?_GPIO_SetInput?BIT
+001746 1112              ACALL   _GPIO_SetInput
+  229: }
+001748 904EB3            MOV     DPTR,#i
+00174B E0                MOVX    A,@DPTR
+00174C 04                INC     A
+00174D F0                MOVX    @DPTR,A
+00174E 80E9              SJMP    ?C0032?KEYSCAN
+  230: 
+001750         ?C0035?KEYSCAN:
+001750 22                RET     
+----- FUNCTION ksColInitialize (END) -------
+
+
 ----- FUNCTION YC_check_is_connected (BEGIN) -----
  FILE: 'bluetooth.c'
    47: byte YC_check_is_connected()
    48: {
    49: 	if (g_variable.ble_currentState == CHANGE_TO_BLE_CONNECTED)
    50: 	{
-001796 904CC7            MOV     DPTR,#g_variable+08H
-001799 E0                MOVX    A,@DPTR
-00179A B40403            CJNE    A,#04H,?C0007?BLUETOOTH
+001751 904CC7            MOV     DPTR,#g_variable+08H
+001754 E0                MOVX    A,@DPTR
+001755 B40403            CJNE    A,#04H,?C0007?BLUETOOTH
    51: 		return 1;
    52: 	}
-00179D 7F01              MOV     R7,#01H
-00179F 22                RET     
+001758 7F01              MOV     R7,#01H
+00175A 22                RET     
    53: 	return 0;
-0017A0         ?C0007?BLUETOOTH:
+00175B         ?C0007?BLUETOOTH:
    54: }
-0017A0 7F00              MOV     R7,#00H
+00175B 7F00              MOV     R7,#00H
    55: 
-0017A2 22                RET     
+00175D 22                RET     
 ----- FUNCTION YC_check_is_connected (END) -------
 
 
------ FUNCTION KS_Initialize (BEGIN) -----
+----- FUNCTION ksRawInitialize (BEGIN) -----
  FILE: 'keyscan.c'
-  210: void KS_Initialize()
-  211: {
-  212: 	REG_GPIO_SELECT(0) = 0;
-  213: 	REG_GPIO_SELECT(1) = 0;
-0017A3 908080            MOV     DPTR,#08080H
-0017A6 E4                CLR     A
-0017A7 F0                MOVX    @DPTR,A
-  214: 	REG_GPIO_SELECT(2) = 0;
-0017A8 A3                INC     DPTR
-0017A9 F0                MOVX    @DPTR,A
-  215: 	ksRawInitialize();
-0017AA A3                INC     DPTR
-0017AB F0                MOVX    @DPTR,A
-  216: 	ksColInitialize();
-0017AC F1D1              ACALL   ksRawInitialize
-;----                  JMP     ksColInitialize
-  217: }
------ FUNCTION KS_Initialize (END) -------
+  214: static void ksRawInitialize()
+  215: {
+  216: 	byte i = 0;
+  217: 	
+00175E E4                CLR     A
+00175F 904EB2            MOV     DPTR,#i
+001762 F0                MOVX    @DPTR,A
+  218: 	for (i=0; i<8; i++) {
+001763 F0                MOVX    @DPTR,A
+001764         ?C0028?KEYSCAN:
+001764 904EB2            MOV     DPTR,#i
+001767 E0                MOVX    A,@DPTR
+001768 FF                MOV     R7,A
+001769 C3                CLR     C
+00176A 9408              SUBB    A,#08H
+00176C 500C              JNC     ?C0031?KEYSCAN
+  219: 		GPIO_SetInput(i, 0);
+00176E C205              CLR     ?_GPIO_SetInput?BIT
+001770 1112              ACALL   _GPIO_SetInput
+  220: 	}
+001772 904EB2            MOV     DPTR,#i
+001775 E0                MOVX    A,@DPTR
+001776 04                INC     A
+001777 F0                MOVX    @DPTR,A
+001778 80EA              SJMP    ?C0028?KEYSCAN
+  221: }
+00177A         ?C0031?KEYSCAN:
+00177A 22                RET     
+----- FUNCTION ksRawInitialize (END) -------
 
 
------ FUNCTION ksColInitialize (BEGIN) -----
- FILE: 'keyscan.c'
-  202: static void ksColInitialize()
-  203: {
-  204: 	byte i = 0;
-  205: 	for (i=0; col[i]!=0; i++) {
-0017AE E4                CLR     A
-0017AF 904EB3            MOV     DPTR,#i
-0017B2 F0                MOVX    @DPTR,A
-  206: 		GPIO_SetInput(col[i], 0);
-0017B3 F0                MOVX    @DPTR,A
-0017B4         ?C0072?KEYSCAN:
-0017B4 904EB3            MOV     DPTR,#i
-0017B7 E0                MOVX    A,@DPTR
-0017B8 90060C            MOV     DPTR,#col
-0017BB 93                MOVC    A,@A+DPTR
-0017BC FF                MOV     R7,A
-0017BD 600C              JZ      ?C0075?KEYSCAN
-  207: 	}
-0017BF C205              CLR     ?_GPIO_SetInput?BIT
-0017C1 1112              ACALL   _GPIO_SetInput
-  208: }
-0017C3 904EB3            MOV     DPTR,#i
-0017C6 E0                MOVX    A,@DPTR
-0017C7 04                INC     A
-0017C8 F0                MOVX    @DPTR,A
-0017C9 80E9              SJMP    ?C0072?KEYSCAN
-  209: 
-0017CB         ?C0075?KEYSCAN:
-0017CB 22                RET     
------ FUNCTION ksColInitialize (END) -------
+----- FUNCTION YC_pairing_timerout_500ms (BEGIN) -----
+ FILE: 'sys.c'
+  282: void YC_pairing_timerout_500ms()
+  283: {
+  284: //pairing timer
+  285: 	if (g_variable.pairing_timeout != 0)
+00177B 904CEC            MOV     DPTR,#g_variable+02DH
+00177E E0                MOVX    A,@DPTR
+00177F 6016              JZ      ?C0051?SYS
+  286: 	{
+  287: 		g_variable.sleepTimer = 0;
+001781 E4                CLR     A
+001782 904CE3            MOV     DPTR,#g_variable+024H
+001785 F0                MOVX    @DPTR,A
+001786 A3                INC     DPTR
+001787 F0                MOVX    @DPTR,A
+  288: 		g_variable.pairing_timeout--;
+001788 904CEC            MOV     DPTR,#g_variable+02DH
+00178B E0                MOVX    A,@DPTR
+00178C 14                DEC     A
+00178D F0                MOVX    @DPTR,A
+  289: 		if (g_variable.pairing_timeout == 0)
+00178E E0                MOVX    A,@DPTR
+00178F 7006              JNZ     ?C0051?SYS
+  290: 		{	
+  291: 			YC_key_action_handle(KEY_STOP_DISCOVERY);
+001791 7F0D              MOV     R7,#0DH
+001793 F1E1              ACALL   _YC_key_action_handle
+  292: 			System_long_sleep();
+001795 B129              ACALL   System_long_sleep
+  293: 		}
+  294: 	}
+  295: }
+001797         ?C0051?SYS:
+001797 22                RET     
+----- FUNCTION YC_pairing_timerout_500ms (END) -------
 
 
------ FUNCTION System_Hardware_init (BEGIN) -----
+----- FUNCTION kb_cb_Timer500ms (BEGIN) -----
  FILE: 'sys.c'
-   39: static void System_Hardware_init()
-   40: {
-   41: 	KS_Initialize();
-   42: 	LED_all_shutdown();
-0017CC F1A3              ACALL   KS_Initialize
-   43: }
-0017CE 020FCD            LJMP    LED_all_shutdown
------ FUNCTION System_Hardware_init (END) -------
+  366: static void kb_cb_Timer500ms()
+  367: {
+  368: 	LED_timer500ms();	
+  369: 
+001798 318B              ACALL   LED_timer500ms
+  370: 	g_variable.sleepTimer++;
+00179A 904CE4            MOV     DPTR,#g_variable+025H
+00179D E0                MOVX    A,@DPTR
+00179E 04                INC     A
+00179F F0                MOVX    @DPTR,A
+0017A0 7006              JNZ     ?C0100?SYS
+0017A2 904CE3            MOV     DPTR,#g_variable+024H
+0017A5 E0                MOVX    A,@DPTR
+0017A6 04                INC     A
+0017A7 F0                MOVX    @DPTR,A
+0017A8         ?C0100?SYS:
+  371: 
+  372: 	YC_adc_check_timer500ms();
+0017A8 F1B5              ACALL   YC_adc_check_timer500ms
+  373: 	YC_connect_timeout_500ms();
+0017AA 1218E1            LCALL   YC_connect_timeout_500ms
+  374: 	kb_button_press_timer500ms();
+0017AD 122018            LCALL   kb_button_press_timer500ms
+  375: 	YC_wait_disconnect_timer500ms();
+0017B0 1218B5            LCALL   YC_wait_disconnect_timer500ms
+  376: 	YC_pairing_timerout_500ms();
+0017B3 80C6              SJMP    YC_pairing_timerout_500ms
+  377: 	
+  378: /*	
+  379: 	if(g_variable.ble_currentSubState ==  CHANGE_TO_BLE_SUB_PINCODE)
+  380: 	{
+  381: 		g_variable.sleepTimer = 0;				//wait macOS enter pincode
+  382: 	}
+  383: */	
+  384: 	return;
+----- FUNCTION kb_cb_Timer500ms (END) -------
 
 
------ FUNCTION ksRawInitialize (BEGIN) -----
- FILE: 'keyscan.c'
-  193: static void ksRawInitialize()
-  194: {
-  195: 	byte i = 0;
-  196: 	
-0017D1 E4                CLR     A
-0017D2 904EB2            MOV     DPTR,#i
-0017D5 F0                MOVX    @DPTR,A
-  197: 	for (i=0; i<8; i++) {
-0017D6 F0                MOVX    @DPTR,A
-0017D7         ?C0068?KEYSCAN:
-0017D7 904EB2            MOV     DPTR,#i
-0017DA E0                MOVX    A,@DPTR
-0017DB FF                MOV     R7,A
-0017DC C3                CLR     C
-0017DD 9408              SUBB    A,#08H
-0017DF 500C              JNC     ?C0071?KEYSCAN
-  198: 		GPIO_SetInput(i, 0);
-0017E1 C205              CLR     ?_GPIO_SetInput?BIT
-0017E3 1112              ACALL   _GPIO_SetInput
-  199: 	}
-0017E5 904EB2            MOV     DPTR,#i
-0017E8 E0                MOVX    A,@DPTR
-0017E9 04                INC     A
-0017EA F0                MOVX    @DPTR,A
-0017EB 80EA              SJMP    ?C0068?KEYSCAN
-  200: }
-0017ED         ?C0071?KEYSCAN:
-0017ED 22                RET     
------ FUNCTION ksRawInitialize (END) -------
+----- FUNCTION YC_adc_check_timer500ms (BEGIN) -----
+ FILE: 'adc.c'
+   74: void YC_adc_check_timer500ms()
+   75: {
+   76: #ifdef  ADC_ENABLE
+   77: 	// adc check timer	
+   78: 	if (g_variable.battery_check_interval)
+0017B5 904CD3            MOV     DPTR,#g_variable+014H
+0017B8 E0                MOVX    A,@DPTR
+0017B9 600B              JZ      ?C0016?ADC
+   79: 	{
+   80: 		g_variable.battery_check_interval--;
+0017BB 14                DEC     A
+0017BC F0                MOVX    @DPTR,A
+   81: 		if (g_variable.battery_check_interval == 0)
+0017BD E0                MOVX    A,@DPTR
+0017BE 7006              JNZ     ?C0016?ADC
+   82: 		{
+   83: 			g_variable.battery_check_interval = BATTERY_CHECK_INTERVAL;
+0017C0 7405              MOV     A,#05H
+0017C2 F0                MOVX    @DPTR,A
+   84: 			YC_adc_check();
+0017C3 122175            LCALL   YC_adc_check
+   85: 		}
+   86: 	}
+   87: #endif	
+   88: }
+0017C6         ?C0016?ADC:
+0017C6 22                RET     
+----- FUNCTION YC_adc_check_timer500ms (END) -------
 
 
------ FUNCTION LED_device_poweron (BEGIN) -----
- FILE: 'led.c'
-   13: void LED_device_poweron()
-   14: {
-   15: 	GPIO_Setout(CAPS_LED_GPIO,LED_ON);
-   16: }
-0017EE D201              SETB    ?_GPIO_Setout?BIT
-0017F0 7F1E              MOV     R7,#01EH
-0017F2 01B3              AJMP    _GPIO_Setout
------ FUNCTION LED_device_poweron (END) -------
+----- FUNCTION IIcWaitDone (BEGIN) -----
+0017C7         ?C0001?IIC:
+0017C7 90812C            MOV     DPTR,#0812CH
+0017CA E0                MOVX    A,@DPTR
+0017CB 30E5F9            JNB     ACC.5,?C0001?IIC
+0017CE 22                RET     
+----- FUNCTION IIcWaitDone (END) -------
 
 
------ FUNCTION YC_check_need_reconnected (BEGIN) -----
+----- FUNCTION YC_clear_reconnect_flag (BEGIN) -----
  FILE: 'bluetooth.c'
-   56: byte YC_check_need_reconnected()
-   57: {
-   58: 	byte return_val = 0;
-   59: 	 if (g_variable.ble_currentSubState == CHANGE_TO_BLE_SUB_PINCODE)
-0017F4 E4                CLR     A
-0017F5 904EB0            MOV     DPTR,#return_val
-0017F8 F0                MOVX    @DPTR,A
-   60: 		return return_val;
-0017F9 904CC8            MOV     DPTR,#g_variable+09H
-0017FC E0                MOVX    A,@DPTR
-0017FD B40206            CJNE    A,#02H,?C0009?BLUETOOTH
-   61: 	if ((m_ui_state_map & 0x0008) == 0x0008)		
-001800 904EB0            MOV     DPTR,#return_val
-001803 E0                MOVX    A,@DPTR
-001804 FF                MOV     R7,A
-001805 22                RET     
-001806         ?C0009?BLUETOOTH:
-   62: 		return return_val;
-001806 9047F5            MOV     DPTR,#m_ui_state_map+01H
-001809 E0                MOVX    A,@DPTR
-00180A 30E306            JNB     ACC.3,?C0011?BLUETOOTH
-   63: 
-00180D 904EB0            MOV     DPTR,#return_val
-001810 E0                MOVX    A,@DPTR
-001811 FF                MOV     R7,A
-001812 22                RET     
-001813         ?C0011?BLUETOOTH:
-   64: 	if (g_variable.ble_currentState == CHANGE_TO_BLE_DISCONNECT)
-001813 904CC7            MOV     DPTR,#g_variable+08H
-001816 E0                MOVX    A,@DPTR
-001817 701A              JNZ     ?C0012?BLUETOOTH
-   65: 	{
-   66: 		if(g_variable.recon_delay == 0)
-001819 904CF2            MOV     DPTR,#g_variable+033H
-00181C E0                MOVX    A,@DPTR
-00181D 701E              JNZ     ?C0015?BLUETOOTH
-   67: 		{
-   68: 			g_variable.recon_delay = 10;
-00181F 740A              MOV     A,#0AH
-001821 F0                MOVX    @DPTR,A
-   69: 			if ((g_variable.recon_count == 0)
-001822 A3                INC     DPTR
-001823 E0                MOVX    A,@DPTR
-001824 7017              JNZ     ?C0015?BLUETOOTH
-001826 904DE1            MOV     DPTR,#power_on_flag
-001829 E0                MOVX    A,@DPTR
-00182A B40210            CJNE    A,#02H,?C0015?BLUETOOTH
-   70: 			&& (power_on_flag == 2))
-   71: 			{				
-   72: 				YC_key_action_handle(KEY_RECON_0);
-00182D 7F01              MOV     R7,#01H
-00182F 1143              ACALL   _YC_key_action_handle
-   73: 			}
-   74: 		}
-   75: 	}
-001831 800A              SJMP    ?C0015?BLUETOOTH
-001833         ?C0012?BLUETOOTH:
-   76: 	else
-   77: 	{
-   78: 		g_variable.release_data = 0;
-001833 E4                CLR     A
-001834 904CEE            MOV     DPTR,#g_variable+02FH
-001837 F0                MOVX    @DPTR,A
-   79: 		return_val = 1;
-001838 904EB0            MOV     DPTR,#return_val
-00183B 04                INC     A
-00183C F0                MOVX    @DPTR,A
-   80: 	}
-00183D         ?C0015?BLUETOOTH:
-   81: 	return return_val;
-00183D 904EB0            MOV     DPTR,#return_val
-001840 E0                MOVX    A,@DPTR
-001841 FF                MOV     R7,A
-   82: }
-001842 22                RET     
------ FUNCTION YC_check_need_reconnected (END) -------
+   97: void YC_clear_reconnect_flag()  
+   98: {
+   99: 	g_variable.recon_count = 0;
+  100: 	ble_reconnect_flag = 0;
+0017CF E4                CLR     A
+0017D0 904CF3            MOV     DPTR,#g_variable+034H
+0017D3 F0                MOVX    @DPTR,A
+  101: }
+0017D4 904DDD            MOV     DPTR,#ble_reconnect_flag
+0017D7 F0                MOVX    @DPTR,A
+  102: 
+0017D8 22                RET     
+----- FUNCTION YC_clear_reconnect_flag (END) -------
+
+
+----- FUNCTION YC_start_reconnect (BEGIN) -----
+ FILE: 'bluetooth.c'
+  116: void YC_start_reconnect()
+  117: {
+  118: 	power_on_flag = 2;
+  119: 	YC_key_action_handle(KEY_RECON_0);
+0017D9 904DE1            MOV     DPTR,#power_on_flag
+0017DC 7402              MOV     A,#02H
+0017DE F0                MOVX    @DPTR,A
+  120: }
+0017DF 7F01              MOV     R7,#01H
+;----                  JMP     _YC_key_action_handle
+----- FUNCTION YC_start_reconnect (END) -------
 
 
 ----- FUNCTION _YC_key_action_handle (BEGIN) -----
  FILE: 'kb_process.c'
     3: void YC_key_action_handle(byte key_num)
     4: {
-001843 904EB1            MOV     DPTR,#key_num
-001846 EF                MOV     A,R7
-001847 F0                MOVX    @DPTR,A
+0017E1 904EB1            MOV     DPTR,#key_num
+0017E4 EF                MOV     A,R7
+0017E5 F0                MOVX    @DPTR,A
     5: 	switch (key_num)
     6: 	{
-001848 24FE              ADD     A,#0FEH
-00184A 600F              JZ      ?C0004?KB_PROCESS
-00184C 14                DEC     A
-00184D 600C              JZ      ?C0004?KB_PROCESS
-00184F 24FE              ADD     A,#0FEH
-001851 6035              JZ      ?C0006?KB_PROCESS
-001853 24F8              ADD     A,#0F8H
-001855 602C              JZ      ?C0005?KB_PROCESS
-001857 240C              ADD     A,#0CH
-001859 705F              JNZ     ?C0010?KB_PROCESS
+0017E6 24FE              ADD     A,#0FEH
+0017E8 600F              JZ      ?C0004?KB_PROCESS
+0017EA 14                DEC     A
+0017EB 600C              JZ      ?C0004?KB_PROCESS
+0017ED 24FE              ADD     A,#0FEH
+0017EF 6035              JZ      ?C0006?KB_PROCESS
+0017F1 24F8              ADD     A,#0F8H
+0017F3 602C              JZ      ?C0005?KB_PROCESS
+0017F5 240C              ADD     A,#0CH
+0017F7 7060              JNZ     ?C0010?KB_PROCESS
     7: 	case KEY_RECON_0:
     8: 	case KEY_RECON_1:
     9: 	case KEY_RECON_2:
    10: 		recon_index = key_num-1;
-00185B         ?C0004?KB_PROCESS:
+0017F9         ?C0004?KB_PROCESS:
    11: 		kscurrmult = 0x05;
-00185B 904EB1            MOV     DPTR,#key_num
-00185E E0                MOVX    A,@DPTR
-00185F 14                DEC     A
-001860 904DD1            MOV     DPTR,#recon_index
-001863 F0                MOVX    @DPTR,A
+0017F9 904EB1            MOV     DPTR,#key_num
+0017FC E0                MOVX    A,@DPTR
+0017FD 14                DEC     A
+0017FE 904DD1            MOV     DPTR,#recon_index
+001801 F0                MOVX    @DPTR,A
    12: 		g_variable.recon_count = 5;
-001864 904213            MOV     DPTR,#kscurrmult
-001867 7405              MOV     A,#05H
-001869 F0                MOVX    @DPTR,A
+001802 904213            MOV     DPTR,#kscurrmult
+001805 7405              MOV     A,#05H
+001807 F0                MOVX    @DPTR,A
    13: 		IPC_TxControlCmd(IPC_CMD_DISCONNECT);
-00186A 904CF3            MOV     DPTR,#g_variable+034H
-00186D F0                MOVX    @DPTR,A
+001808 904CF3            MOV     DPTR,#g_variable+034H
+00180B F0                MOVX    @DPTR,A
    14: 		Delay1ms(10);
-00186E 7F04              MOV     R7,#04H
-001870 120744            LCALL   _IPC_TxControlCmd
+00180C 7F04              MOV     R7,#04H
+00180E 120744            LCALL   _IPC_TxControlCmd
    15: 		IPC_TxControlCmd(IPC_CMD_SET_RECONNECT_INIT);
-001873 7F0A              MOV     R7,#0AH
-001875 120F6C            LCALL   _Delay1ms
+001811 7F0A              MOV     R7,#0AH
+001813 120F6C            LCALL   _Delay1ms
    16: 		g_variable.key_action = KEY_NONE;
-001878 7F2A              MOV     R7,#02AH
-00187A 120744            LCALL   _IPC_TxControlCmd
+001816 7F2A              MOV     R7,#02AH
+001818 120744            LCALL   _IPC_TxControlCmd
    17: 
-00187D E4                CLR     A
-00187E 904CF0            MOV     DPTR,#g_variable+031H
-001881 F0                MOVX    @DPTR,A
+00181B E4                CLR     A
+00181C 904CF0            MOV     DPTR,#g_variable+031H
+00181F F0                MOVX    @DPTR,A
    18: 		break;
-001882 22                RET     
+001820 22                RET     
    19: 	case KEY_STOP_DISCOVERY:
-001883         ?C0005?KB_PROCESS:
+001821         ?C0005?KB_PROCESS:
    20: 		IPC_TxControlCmd(IPC_CMD_STOP_ADV);
-001883 7F0E              MOV     R7,#0EH
-001885 020744            LJMP    _IPC_TxControlCmd
+001821 7F0E              MOV     R7,#0EH
+001823 020744            LJMP    _IPC_TxControlCmd
    21: 		break;
    22: 	case KEY_DISCOVERY:
-001888         ?C0006?KB_PROCESS:
+001826         ?C0006?KB_PROCESS:
    23: 		g_variable.recon_count = 0;
-001888 E4                CLR     A
-001889 904CF3            MOV     DPTR,#g_variable+034H
-00188C F0                MOVX    @DPTR,A
+001826 E4                CLR     A
+001827 904CF3            MOV     DPTR,#g_variable+034H
+00182A F0                MOVX    @DPTR,A
    24: 		if (YC_disconnect_all_link() || YC_cancel_reconnect())
-00188D 7111              ACALL   YC_disconnect_all_link
-00188F EF                MOV     A,R7
-001890 7005              JNZ     ?C0008?KB_PROCESS
-001892 51FF              ACALL   YC_cancel_reconnect
-001894 EF                MOV     A,R7
-001895 600F              JZ      ?C0007?KB_PROCESS
-001897         ?C0008?KB_PROCESS:
+00182B 1171              ACALL   YC_disconnect_all_link
+00182D EF                MOV     A,R7
+00182E 7005              JNZ     ?C0008?KB_PROCESS
+001830 115F              ACALL   YC_cancel_reconnect
+001832 EF                MOV     A,R7
+001833 600F              JZ      ?C0007?KB_PROCESS
+001835         ?C0008?KB_PROCESS:
    25: 		{
    26: 			g_variable.key_action = key_num;
-001897 904EB1            MOV     DPTR,#key_num
-00189A E0                MOVX    A,@DPTR
-00189B 904CF0            MOV     DPTR,#g_variable+031H
-00189E F0                MOVX    @DPTR,A
+001835 904EB1            MOV     DPTR,#key_num
+001838 E0                MOVX    A,@DPTR
+001839 904CF0            MOV     DPTR,#g_variable+031H
+00183C F0                MOVX    @DPTR,A
    27: 			action_timeout = 3;
-00189F 904DE2            MOV     DPTR,#action_timeout
-0018A2 7403              MOV     A,#03H
-0018A4 F0                MOVX    @DPTR,A
+00183D 904DE2            MOV     DPTR,#action_timeout
+001840 7403              MOV     A,#03H
+001842 F0                MOVX    @DPTR,A
    28: 		}
-0018A5 22                RET     
-0018A6         ?C0007?KB_PROCESS:
+001843 22                RET     
+001844         ?C0007?KB_PROCESS:
    29: 		else
    30: 		{
    31: 			YC_clear_reconnect_flag();
-0018A6 51EB              ACALL   YC_clear_reconnect_flag
+001844 1217CF            LCALL   YC_clear_reconnect_flag
    32: 			m_lpm_mode = 0;
-0018A8 E4                CLR     A
-0018A9 904131            MOV     DPTR,#m_lpm_mode
-0018AC F0                MOVX    @DPTR,A
+001847 E4                CLR     A
+001848 904131            MOV     DPTR,#m_lpm_mode
+00184B F0                MOVX    @DPTR,A
    33: 			YC_get_ble_ramdon_lap();
-0018AD 11C0              ACALL   YC_get_ble_ramdon_lap
+00184C 1189              ACALL   YC_get_ble_ramdon_lap
    34: 			IPC_TxControlCmd(IPC_CMD_START_ADV);
-0018AF 7F0D              MOV     R7,#0DH
-0018B1 120744            LCALL   _IPC_TxControlCmd
+00184E 7F0D              MOV     R7,#0DH
+001850 120744            LCALL   _IPC_TxControlCmd
    35: 			g_variable.key_action = KEY_NONE;
-0018B4 E4                CLR     A
-0018B5 904CF0            MOV     DPTR,#g_variable+031H
-0018B8 F0                MOVX    @DPTR,A
+001853 E4                CLR     A
+001854 904CF0            MOV     DPTR,#g_variable+031H
+001857 F0                MOVX    @DPTR,A
    36: 		}
    37: 		break;
-0018B9 22                RET     
+001858 22                RET     
    38: /*		
    39: 	case KEY_DISCONNECT_ALL:
    40: 		YC_disconnect_all_link();
@@ -4149,500 +4128,40 @@
    42: 		break;
    43: */		
    44: 	default:
-0018BA         ?C0010?KB_PROCESS:
+001859         ?C0010?KB_PROCESS:
    45: 		g_variable.key_action = KEY_NONE;
-0018BA E4                CLR     A
-0018BB 904CF0            MOV     DPTR,#g_variable+031H
-0018BE F0                MOVX    @DPTR,A
+001859 E4                CLR     A
+00185A 904CF0            MOV     DPTR,#g_variable+031H
+00185D F0                MOVX    @DPTR,A
    46: 		break;
    47: 	}
    48: }
-0018BF 22                RET     
+00185E 22                RET     
 ----- FUNCTION _YC_key_action_handle (END) -------
 
 
------ FUNCTION YC_get_ble_ramdon_lap (BEGIN) -----
- FILE: 'bluetooth.c'
-  123: void YC_get_ble_ramdon_lap()		
-  124: {
-  125: 	IIC_Read(EEPROM_RECON_INFO_RAMDON_LE_LAP1 ,2 ,(byte *)&g_variable.ble_ramdon_lap1);
-  126: 	g_variable.ble_ramdon_lap1++;
-0018C0 7B01              MOV     R3,#01H
-0018C2 7A4C              MOV     R2,#HIGH g_variable+036H
-0018C4 79F5              MOV     R1,#LOW g_variable+036H
-0018C6 7D02              MOV     R5,#02H
-0018C8 7C00              MOV     R4,#00H
-0018CA 7FF6              MOV     R7,#0F6H
-0018CC 7E7F              MOV     R6,#07FH
-0018CE 11EB              ACALL   _IIC_Read
-  127: 	g_variable.ble_ramdon_lap2++;
-0018D0 904CF5            MOV     DPTR,#g_variable+036H
-0018D3 E0                MOVX    A,@DPTR
-0018D4 04                INC     A
-0018D5 F0                MOVX    @DPTR,A
-  128: 	m_le_lap[1] = g_variable.ble_ramdon_lap1;
-0018D6 A3                INC     DPTR
-0018D7 E0                MOVX    A,@DPTR
-0018D8 04                INC     A
-0018D9 F0                MOVX    @DPTR,A
-  129: 	m_le_lap[2] = g_variable.ble_ramdon_lap2;
-0018DA 904CF5            MOV     DPTR,#g_variable+036H
-0018DD E0                MOVX    A,@DPTR
-0018DE 9044FA            MOV     DPTR,#m_le_lap+01H
-0018E1 F0                MOVX    @DPTR,A
-  130: }
-0018E2 904CF6            MOV     DPTR,#g_variable+037H
-0018E5 E0                MOVX    A,@DPTR
-0018E6 9044FB            MOV     DPTR,#m_le_lap+02H
-0018E9 F0                MOVX    @DPTR,A
-  131: 
-0018EA 22                RET     
------ FUNCTION YC_get_ble_ramdon_lap (END) -------
-
-
------ FUNCTION _IIC_Read (BEGIN) -----
-0018EB 904E79            MOV     DPTR,#len
-0018EE EC                MOV     A,R4
-0018EF F0                MOVX    @DPTR,A
-0018F0 A3                INC     DPTR
-0018F1 ED                MOV     A,R5
-0018F2 F0                MOVX    @DPTR,A
-0018F3 A3                INC     DPTR
-0018F4 EB                MOV     A,R3
-0018F5 F0                MOVX    @DPTR,A
-0018F6 A3                INC     DPTR
-0018F7 EA                MOV     A,R2
-0018F8 F0                MOVX    @DPTR,A
-0018F9 A3                INC     DPTR
-0018FA E9                MOV     A,R1
-0018FB F0                MOVX    @DPTR,A
-;---- Variable 'addr' assigned to Register 'R6/R7' ----
-;---- Variable 'mem_src' assigned to Register 'R6/R7' ----
-0018FC 908098            MOV     DPTR,#08098H
-0018FF 7404              MOV     A,#04H
-001901 F0                MOVX    @DPTR,A
-001902 A3                INC     DPTR
-001903 E4                CLR     A
-001904 F0                MOVX    @DPTR,A
-001905 900CAF            MOV     DPTR,#YC_IICDTbuf
-001908 74A0              MOV     A,#0A0H
-00190A F0                MOVX    @DPTR,A
-00190B A3                INC     DPTR
-00190C EE                MOV     A,R6
-00190D F0                MOVX    @DPTR,A
-00190E A3                INC     DPTR
-00190F EF                MOV     A,R7
-001910 F0                MOVX    @DPTR,A
-001911 900CB2            MOV     DPTR,#YC_IICDTbuf+03H
-001914 74A1              MOV     A,#0A1H
-001916 F0                MOVX    @DPTR,A
-001917 7A0C              MOV     R2,#HIGH YC_IICDTbuf
-001919 79AF              MOV     R1,#LOW YC_IICDTbuf
-00191B 7E0C              MOV     R6,#HIGH YC_IICDTbuf
-00191D 7FAF              MOV     R7,#LOW YC_IICDTbuf
-00191F 74AF              MOV     A,#LOW YC_IICDTbuf
-001921 FC                MOV     R4,A
-001922 740C              MOV     A,#HIGH YC_IICDTbuf
-001924 FF                MOV     R7,A
-001925 EC                MOV     A,R4
-001926 FE                MOV     R6,A
-001927 EF                MOV     A,R7
-001928 90809A            MOV     DPTR,#0809AH
-00192B EE                MOV     A,R6
-00192C F0                MOVX    @DPTR,A
-00192D A3                INC     DPTR
-00192E EF                MOV     A,R7
-00192F F0                MOVX    @DPTR,A
-001930 904E79            MOV     DPTR,#len
-001933 E0                MOVX    A,@DPTR
-001934 FC                MOV     R4,A
-001935 A3                INC     DPTR
-001936 E0                MOVX    A,@DPTR
-001937 FA                MOV     R2,A
-001938 EC                MOV     A,R4
-001939 FF                MOV     R7,A
-00193A EA                MOV     A,R2
-00193B FE                MOV     R6,A
-00193C EF                MOV     A,R7
-00193D 90809E            MOV     DPTR,#0809EH
-001940 EE                MOV     A,R6
-001941 F0                MOVX    @DPTR,A
-001942 A3                INC     DPTR
-001943 EF                MOV     A,R7
-001944 F0                MOVX    @DPTR,A
-001945 7A0B              MOV     R2,#HIGH IIC_TempBuff
-001947 7983              MOV     R1,#LOW IIC_TempBuff
-001949 7E0B              MOV     R6,#HIGH IIC_TempBuff
-00194B 7F83              MOV     R7,#LOW IIC_TempBuff
-00194D 7483              MOV     A,#LOW IIC_TempBuff
-00194F FC                MOV     R4,A
-001950 740B              MOV     A,#HIGH IIC_TempBuff
-001952 FF                MOV     R7,A
-001953 EC                MOV     A,R4
-001954 FE                MOV     R6,A
-001955 EF                MOV     A,R7
-001956 90809C            MOV     DPTR,#0809CH
-001959 EE                MOV     A,R6
-00195A F0                MOVX    @DPTR,A
-00195B A3                INC     DPTR
-00195C EF                MOV     A,R7
-00195D F0                MOVX    @DPTR,A
-00195E 908090            MOV     DPTR,#08090H
-001961 7402              MOV     A,#02H
-001963 F0                MOVX    @DPTR,A
-001964 90809C            MOV     DPTR,#0809CH
-001967 A3                INC     DPTR
-001968 E0                MOVX    A,@DPTR
-001969 20E707            JB      ACC.7,?C0004?IIC
-00196C 908090            MOV     DPTR,#08090H
-00196F E0                MOVX    A,@DPTR
-001970 4401              ORL     A,#01H
-001972 F0                MOVX    @DPTR,A
-001973         ?C0004?IIC:
-001973 908006            MOV     DPTR,#08006H
-001976 E0                MOVX    A,@DPTR
-001977 4404              ORL     A,#04H
-001979 F0                MOVX    @DPTR,A
-00197A 319B              ACALL   IIcWaitDone
-00197C 904E7B            MOV     DPTR,#pbuff
-00197F E0                MOVX    A,@DPTR
-001980 A3                INC     DPTR
-001981 E0                MOVX    A,@DPTR
-001982 FA                MOV     R2,A
-001983 A3                INC     DPTR
-001984 E0                MOVX    A,@DPTR
-001985 AE02              MOV     R6,AR2
-001987 FF                MOV     R7,A
-001988 7B01              MOV     R3,#01H
-00198A 7A0B              MOV     R2,#HIGH IIC_TempBuff
-00198C 7983              MOV     R1,#LOW IIC_TempBuff
-00198E 904E79            MOV     DPTR,#len
-001991 E0                MOVX    A,@DPTR
-001992 A3                INC     DPTR
-001993 E0                MOVX    A,@DPTR
-001994 904E6E            MOV     DPTR,#?_xmemcpy?BYTE+05H
-001997 F0                MOVX    @DPTR,A
-001998 02083D            LJMP    _xmemcpy
------ FUNCTION _IIC_Read (END) -------
-
-
------ FUNCTION IIcWaitDone (BEGIN) -----
-00199B         ?C0001?IIC:
-00199B 90812C            MOV     DPTR,#0812CH
-00199E E0                MOVX    A,@DPTR
-00199F 30E5F9            JNB     ACC.5,?C0001?IIC
-0019A2 22                RET     
------ FUNCTION IIcWaitDone (END) -------
-
-
------ FUNCTION _IIC_write (BEGIN) -----
-0019A3 904E5C            MOV     DPTR,#addr
-0019A6 EE                MOV     A,R6
-0019A7 F0                MOVX    @DPTR,A
-0019A8 A3                INC     DPTR
-0019A9 EF                MOV     A,R7
-0019AA F0                MOVX    @DPTR,A
-0019AB 904E60            MOV     DPTR,#pbuff
-0019AE EB                MOV     A,R3
-0019AF F0                MOVX    @DPTR,A
-0019B0 A3                INC     DPTR
-0019B1 EA                MOV     A,R2
-0019B2 F0                MOVX    @DPTR,A
-0019B3 A3                INC     DPTR
-0019B4 E9                MOV     A,R1
-0019B5 F0                MOVX    @DPTR,A
-0019B6 904E5E            MOV     DPTR,#len
-0019B9 EC                MOV     A,R4
-0019BA F0                MOVX    @DPTR,A
-0019BB A3                INC     DPTR
-0019BC ED                MOV     A,R5
-0019BD F0                MOVX    @DPTR,A
-0019BE A3                INC     DPTR
-0019BF E0                MOVX    A,@DPTR
-0019C0 F9                MOV     R1,A
-0019C1 A3                INC     DPTR
-0019C2 E0                MOVX    A,@DPTR
-0019C3 FA                MOV     R2,A
-0019C4 A3                INC     DPTR
-0019C5 E0                MOVX    A,@DPTR
-0019C6 904E49            MOV     DPTR,#?_dmemcpy?BYTE+03H
-0019C9 C9                XCH     A,R1
-0019CA F0                MOVX    @DPTR,A
-0019CB A3                INC     DPTR
-0019CC EA                MOV     A,R2
-0019CD F0                MOVX    @DPTR,A
-0019CE A3                INC     DPTR
-0019CF E9                MOV     A,R1
-0019D0 F0                MOVX    @DPTR,A
-0019D1 A3                INC     DPTR
-0019D2 EC                MOV     A,R4
-0019D3 F0                MOVX    @DPTR,A
-0019D4 A3                INC     DPTR
-0019D5 ED                MOV     A,R5
-0019D6 F0                MOVX    @DPTR,A
-0019D7 7B01              MOV     R3,#01H
-0019D9 7A0B              MOV     R2,#HIGH IIC_TempBuff+03H
-0019DB 7986              MOV     R1,#LOW IIC_TempBuff+03H
-0019DD 9164              ACALL   _dmemcpy
-0019DF 900B83            MOV     DPTR,#IIC_TempBuff
-0019E2 74A0              MOV     A,#0A0H
-0019E4 F0                MOVX    @DPTR,A
-0019E5 904E5C            MOV     DPTR,#addr
-0019E8 E0                MOVX    A,@DPTR
-0019E9 FF                MOV     R7,A
-0019EA A3                INC     DPTR
-0019EB E0                MOVX    A,@DPTR
-0019EC 900B84            MOV     DPTR,#IIC_TempBuff+01H
-0019EF CF                XCH     A,R7
-0019F0 F0                MOVX    @DPTR,A
-0019F1 A3                INC     DPTR
-0019F2 EF                MOV     A,R7
-0019F3 F0                MOVX    @DPTR,A
-0019F4 904E5F            MOV     DPTR,#len+01H
-0019F7 E0                MOVX    A,@DPTR
-0019F8 2403              ADD     A,#03H
-0019FA FD                MOV     R5,A
-0019FB 904E5E            MOV     DPTR,#len
-0019FE E0                MOVX    A,@DPTR
-0019FF 3400              ADDC    A,#00H
-001A01 FC                MOV     R4,A
-001A02 ED                MOV     A,R5
-001A03 FA                MOV     R2,A
-001A04 EC                MOV     A,R4
-001A05 FF                MOV     R7,A
-001A06 EA                MOV     A,R2
-001A07 FE                MOV     R6,A
-001A08 EF                MOV     A,R7
-001A09 908098            MOV     DPTR,#08098H
-001A0C EE                MOV     A,R6
-001A0D F0                MOVX    @DPTR,A
-001A0E A3                INC     DPTR
-001A0F EF                MOV     A,R7
-001A10 F0                MOVX    @DPTR,A
-001A11 7A0B              MOV     R2,#HIGH IIC_TempBuff
-001A13 7983              MOV     R1,#LOW IIC_TempBuff
-001A15 7E0B              MOV     R6,#HIGH IIC_TempBuff
-001A17 7F83              MOV     R7,#LOW IIC_TempBuff
-001A19 7483              MOV     A,#LOW IIC_TempBuff
-001A1B FC                MOV     R4,A
-001A1C 740B              MOV     A,#HIGH IIC_TempBuff
-001A1E FF                MOV     R7,A
-001A1F EC                MOV     A,R4
-001A20 FE                MOV     R6,A
-001A21 EF                MOV     A,R7
-001A22 A3                INC     DPTR
-001A23 EE                MOV     A,R6
-001A24 F0                MOVX    @DPTR,A
-001A25 A3                INC     DPTR
-001A26 EF                MOV     A,R7
-001A27 F0                MOVX    @DPTR,A
-001A28 90809E            MOV     DPTR,#0809EH
-001A2B E4                CLR     A
-001A2C F0                MOVX    @DPTR,A
-001A2D A3                INC     DPTR
-001A2E F0                MOVX    @DPTR,A
-001A2F 908090            MOV     DPTR,#08090H
-001A32 04                INC     A
-001A33 F0                MOVX    @DPTR,A
-001A34 908006            MOV     DPTR,#08006H
-001A37 E0                MOVX    A,@DPTR
-001A38 4404              ORL     A,#04H
-001A3A F0                MOVX    @DPTR,A
-001A3B 219B              AJMP    IIcWaitDone
------ FUNCTION _IIC_write (END) -------
-
-
------ FUNCTION _IIC_WriteBlock (BEGIN) -----
-001A3D 904E3D            MOV     DPTR,#addr
-001A40 EE                MOV     A,R6
-001A41 F0                MOVX    @DPTR,A
-001A42 A3                INC     DPTR
-001A43 EF                MOV     A,R7
-001A44 F0                MOVX    @DPTR,A
-001A45 A3                INC     DPTR
-001A46 EC                MOV     A,R4
-001A47 F0                MOVX    @DPTR,A
-001A48 A3                INC     DPTR
-001A49 ED                MOV     A,R5
-001A4A F0                MOVX    @DPTR,A
-001A4B A3                INC     DPTR
-001A4C EB                MOV     A,R3
-001A4D F0                MOVX    @DPTR,A
-001A4E A3                INC     DPTR
-001A4F EA                MOV     A,R2
-001A50 F0                MOVX    @DPTR,A
-001A51 A3                INC     DPTR
-001A52 E9                MOV     A,R1
-001A53 F0                MOVX    @DPTR,A
-001A54         ?C0007?IIC:
-001A54 904E3F            MOV     DPTR,#len
-001A57 E0                MOVX    A,@DPTR
-001A58 7002              JNZ     ?C0012?IIC
-001A5A A3                INC     DPTR
-001A5B E0                MOVX    A,@DPTR
-001A5C         ?C0012?IIC:
-001A5C 7002              JNZ     $ + 4H
-001A5E 41EA              AJMP    ?C0011?IIC
-001A60 904E3D            MOV     DPTR,#addr
-001A63 E0                MOVX    A,@DPTR
-001A64 FE                MOV     R6,A
-001A65 A3                INC     DPTR
-001A66 E0                MOVX    A,@DPTR
-001A67 FF                MOV     R7,A
-001A68 440F              ORL     A,#0FH
-001A6A 2401              ADD     A,#01H
-001A6C FD                MOV     R5,A
-001A6D E4                CLR     A
-001A6E 3E                ADDC    A,R6
-001A6F FC                MOV     R4,A
-;---- Variable 'cris' assigned to Register 'R4/R5' ----
-001A70 C3                CLR     C
-001A71 ED                MOV     A,R5
-001A72 9F                SUBB    A,R7
-001A73 FF                MOV     R7,A
-001A74 EC                MOV     A,R4
-001A75 9E                SUBB    A,R6
-001A76 FE                MOV     R6,A
-001A77 904E44            MOV     DPTR,#curr_len
-001A7A F0                MOVX    @DPTR,A
-001A7B A3                INC     DPTR
-001A7C EF                MOV     A,R7
-001A7D F0                MOVX    @DPTR,A
-001A7E 904E3F            MOV     DPTR,#len
-001A81 E0                MOVX    A,@DPTR
-001A82 FC                MOV     R4,A
-001A83 A3                INC     DPTR
-001A84 E0                MOVX    A,@DPTR
-001A85 FD                MOV     R5,A
-001A86 D3                SETB    C
-001A87 9F                SUBB    A,R7
-001A88 EC                MOV     A,R4
-001A89 9E                SUBB    A,R6
-001A8A 400A              JC      ?C0009?IIC
-001A8C 904E44            MOV     DPTR,#curr_len
-001A8F E0                MOVX    A,@DPTR
-001A90 FE                MOV     R6,A
-001A91 A3                INC     DPTR
-001A92 E0                MOVX    A,@DPTR
-001A93 FF                MOV     R7,A
-001A94 8004              SJMP    ?C0010?IIC
-001A96         ?C0009?IIC:
-001A96 AE04              MOV     R6,AR4
-001A98 AF05              MOV     R7,AR5
-001A9A         ?C0010?IIC:
-001A9A 904E44            MOV     DPTR,#curr_len
-001A9D EE                MOV     A,R6
-001A9E F0                MOVX    @DPTR,A
-001A9F FC                MOV     R4,A
-001AA0 A3                INC     DPTR
-001AA1 EF                MOV     A,R7
-001AA2 F0                MOVX    @DPTR,A
-001AA3 FD                MOV     R5,A
-001AA4 C3                CLR     C
-001AA5 904E40            MOV     DPTR,#len+01H
-001AA8 E0                MOVX    A,@DPTR
-001AA9 9D                SUBB    A,R5
-001AAA F0                MOVX    @DPTR,A
-001AAB 904E3F            MOV     DPTR,#len
-001AAE E0                MOVX    A,@DPTR
-001AAF 9C                SUBB    A,R4
-001AB0 F0                MOVX    @DPTR,A
-001AB1 904E3D            MOV     DPTR,#addr
-001AB4 E0                MOVX    A,@DPTR
-001AB5 FE                MOV     R6,A
-001AB6 A3                INC     DPTR
-001AB7 E0                MOVX    A,@DPTR
-001AB8 FF                MOV     R7,A
-001AB9 904E41            MOV     DPTR,#pbuff
-001ABC E0                MOVX    A,@DPTR
-001ABD FB                MOV     R3,A
-001ABE A3                INC     DPTR
-001ABF E0                MOVX    A,@DPTR
-001AC0 FA                MOV     R2,A
-001AC1 A3                INC     DPTR
-001AC2 E0                MOVX    A,@DPTR
-001AC3 F9                MOV     R1,A
-001AC4 31A3              ACALL   _IIC_write
-001AC6 7F0A              MOV     R7,#0AH
-001AC8 120F6C            LCALL   _Delay1ms
-001ACB 904E44            MOV     DPTR,#curr_len
-001ACE E0                MOVX    A,@DPTR
-001ACF FE                MOV     R6,A
-001AD0 A3                INC     DPTR
-001AD1 E0                MOVX    A,@DPTR
-001AD2 FF                MOV     R7,A
-001AD3 904E42            MOV     DPTR,#pbuff+01H
-001AD6 EE                MOV     A,R6
-001AD7 8FF0              MOV     B,R7
-001AD9 12040E            LCALL   ?C?IILDX
-001ADC 904E3E            MOV     DPTR,#addr+01H
-001ADF E0                MOVX    A,@DPTR
-001AE0 2F                ADD     A,R7
-001AE1 F0                MOVX    @DPTR,A
-001AE2 904E3D            MOV     DPTR,#addr
-001AE5 E0                MOVX    A,@DPTR
-001AE6 3E                ADDC    A,R6
-001AE7 F0                MOVX    @DPTR,A
-001AE8 4154              AJMP    ?C0007?IIC
-001AEA         ?C0011?IIC:
-001AEA 22                RET     
------ FUNCTION _IIC_WriteBlock (END) -------
-
-
------ FUNCTION YC_clear_reconnect_flag (BEGIN) -----
- FILE: 'bluetooth.c'
-   97: void YC_clear_reconnect_flag()  
-   98: {
-   99: 	g_variable.recon_count = 0;
-  100: 	ble_reconnect_flag = 0;
-001AEB E4                CLR     A
-001AEC 904CF3            MOV     DPTR,#g_variable+034H
-001AEF F0                MOVX    @DPTR,A
-  101: }
-001AF0 904DDD            MOV     DPTR,#ble_reconnect_flag
-001AF3 F0                MOVX    @DPTR,A
-  102: 
-001AF4 22                RET     
------ FUNCTION YC_clear_reconnect_flag (END) -------
-
-
------ FUNCTION YC_start_reconnect (BEGIN) -----
- FILE: 'bluetooth.c'
-  116: void YC_start_reconnect()
-  117: {
-  118: 	power_on_flag = 2;
-  119: 	YC_key_action_handle(KEY_RECON_0);
-001AF5 904DE1            MOV     DPTR,#power_on_flag
-001AF8 7402              MOV     A,#02H
-001AFA F0                MOVX    @DPTR,A
-  120: }
-001AFB 7F01              MOV     R7,#01H
-001AFD 0143              AJMP    _YC_key_action_handle
------ FUNCTION YC_start_reconnect (END) -------
-
-
 ----- FUNCTION YC_cancel_reconnect (BEGIN) -----
  FILE: 'bluetooth.c'
    85: byte YC_cancel_reconnect()
    86: {
    87: 	if (g_variable.ble_currentState == CHANGE_TO_BLE_DIRECT_ADV)
    88: 	{
-001AFF 904CC7            MOV     DPTR,#g_variable+08H
-001B02 E0                MOVX    A,@DPTR
-001B03 B40208            CJNE    A,#02H,?C0016?BLUETOOTH
+00185F 904CC7            MOV     DPTR,#g_variable+08H
+001862 E0                MOVX    A,@DPTR
+001863 B40208            CJNE    A,#02H,?C0016?BLUETOOTH
    89: 		//stop adv
    90: 		IPC_TxControlCmd(IPC_CMD_STOP_ADV);
-001B06 7F0E              MOV     R7,#0EH
-001B08 120744            LCALL   _IPC_TxControlCmd
+001866 7F0E              MOV     R7,#0EH
+001868 120744            LCALL   _IPC_TxControlCmd
    91: 		return 1;
-001B0B 7F01              MOV     R7,#01H
-001B0D 22                RET     
+00186B 7F01              MOV     R7,#01H
+00186D 22                RET     
    92: 	}
-001B0E         ?C0016?BLUETOOTH:
+00186E         ?C0016?BLUETOOTH:
    93: 	return 0;
-001B0E 7F00              MOV     R7,#00H
+00186E 7F00              MOV     R7,#00H
    94: }
-001B10 22                RET     
+001870 22                RET     
 ----- FUNCTION YC_cancel_reconnect (END) -------
 
 
@@ -4652,759 +4171,367 @@
   105: {
   106: 	if (g_variable.ble_currentState == CHANGE_TO_BLE_CONNECTED 
   107: 		||g_variable.ble_currentState == CHANGE_TO_BLE_CONNECTING)
-001B11 904CC7            MOV     DPTR,#g_variable+08H
-001B14 E0                MOVX    A,@DPTR
-001B15 FF                MOV     R7,A
-001B16 6404              XRL     A,#04H
-001B18 6004              JZ      ?C0020?BLUETOOTH
-001B1A EF                MOV     A,R7
-001B1B B40308            CJNE    A,#03H,?C0019?BLUETOOTH
-001B1E         ?C0020?BLUETOOTH:
+001871 904CC7            MOV     DPTR,#g_variable+08H
+001874 E0                MOVX    A,@DPTR
+001875 FF                MOV     R7,A
+001876 6404              XRL     A,#04H
+001878 6004              JZ      ?C0020?BLUETOOTH
+00187A EF                MOV     A,R7
+00187B B40308            CJNE    A,#03H,?C0019?BLUETOOTH
+00187E         ?C0020?BLUETOOTH:
   108: 	{
   109: 		IPC_TxControlCmd(IPC_CMD_LE_DISCONNECT);
-001B1E 7F11              MOV     R7,#011H
-001B20 120744            LCALL   _IPC_TxControlCmd
+00187E 7F11              MOV     R7,#011H
+001880 120744            LCALL   _IPC_TxControlCmd
   110: 		return 1;
-001B23 7F01              MOV     R7,#01H
-001B25 22                RET     
+001883 7F01              MOV     R7,#01H
+001885 22                RET     
   111: 	}
-001B26         ?C0019?BLUETOOTH:
+001886         ?C0019?BLUETOOTH:
   112: 	return 0;
-001B26 7F00              MOV     R7,#00H
+001886 7F00              MOV     R7,#00H
   113: }
-001B28 22                RET     
+001888 22                RET     
 ----- FUNCTION YC_disconnect_all_link (END) -------
 
 
------ FUNCTION YC_pairing_timerout_500ms (BEGIN) -----
- FILE: 'sys.c'
-  281: void YC_pairing_timerout_500ms()
-  282: {
-  283: //pairing timer
-  284: 	if (g_variable.pairing_timeout != 0)
-001B29 904CEC            MOV     DPTR,#g_variable+02DH
-001B2C E0                MOVX    A,@DPTR
-001B2D 6017              JZ      ?C0051?SYS
-  285: 	{
-  286: 		g_variable.sleepTimer = 0;
-001B2F E4                CLR     A
-001B30 904CE3            MOV     DPTR,#g_variable+024H
-001B33 F0                MOVX    @DPTR,A
-001B34 A3                INC     DPTR
-001B35 F0                MOVX    @DPTR,A
-  287: 		g_variable.pairing_timeout--;
-001B36 904CEC            MOV     DPTR,#g_variable+02DH
-001B39 E0                MOVX    A,@DPTR
-001B3A 14                DEC     A
-001B3B F0                MOVX    @DPTR,A
-  288: 		if (g_variable.pairing_timeout == 0)
-001B3C E0                MOVX    A,@DPTR
-001B3D 7007              JNZ     ?C0051?SYS
-  289: 		{	
-  290: 			YC_key_action_handle(KEY_STOP_DISCOVERY);
-001B3F 7F0D              MOV     R7,#0DH
-001B41 1143              ACALL   _YC_key_action_handle
-  291: 			System_long_sleep();
-001B43 12164A            LCALL   System_long_sleep
-  292: 		}
-  293: 	}
-  294: }
-001B46         ?C0051?SYS:
-001B46 22                RET     
------ FUNCTION YC_pairing_timerout_500ms (END) -------
-
-
------ FUNCTION kb_cb_Timer500ms (BEGIN) -----
- FILE: 'sys.c'
-  365: static void kb_cb_Timer500ms()
-  366: {
-  367: 	LED_timer500ms();	
-  368: 
-001B47 12159C            LCALL   LED_timer500ms
-  369: 	g_variable.sleepTimer++;
-001B4A 904CE4            MOV     DPTR,#g_variable+025H
-001B4D E0                MOVX    A,@DPTR
-001B4E 04                INC     A
-001B4F F0                MOVX    @DPTR,A
-001B50 7006              JNZ     ?C0100?SYS
-001B52 904CE3            MOV     DPTR,#g_variable+024H
-001B55 E0                MOVX    A,@DPTR
-001B56 04                INC     A
-001B57 F0                MOVX    @DPTR,A
-001B58         ?C0100?SYS:
-  370: 
-  371: 	YC_adc_check_timer500ms();
-001B58 7162              ACALL   YC_adc_check_timer500ms
-  372: 	YC_connect_timeout_500ms();
-001B5A 719F              ACALL   YC_connect_timeout_500ms
-  373: 	kb_button_press_timer500ms();
-001B5C 71D8              ACALL   kb_button_press_timer500ms
-  374: 	YC_wait_disconnect_timer500ms();
-001B5E 7173              ACALL   YC_wait_disconnect_timer500ms
-  375: 	YC_pairing_timerout_500ms();
-001B60 80C7              SJMP    YC_pairing_timerout_500ms
-  376: 	
-  377: /*	
-  378: 	if(g_variable.ble_currentSubState ==  CHANGE_TO_BLE_SUB_PINCODE)
-  379: 	{
-  380: 		g_variable.sleepTimer = 0;				//wait macOS enter pincode
-  381: 	}
-  382: */	
-  383: 	return;
------ FUNCTION kb_cb_Timer500ms (END) -------
-
-
------ FUNCTION YC_adc_check_timer500ms (BEGIN) -----
- FILE: 'adc.c'
-   82: void YC_adc_check_timer500ms()
-   83: {
-   84: 	// adc check timer	
-   85: 	if (g_variable.battery_check_interval)
-001B62 904CD3            MOV     DPTR,#g_variable+014H
-001B65 E0                MOVX    A,@DPTR
-001B66 600A              JZ      ?C0026?ADC
-   86: 	{
-   87: 		g_variable.battery_check_interval--;
-001B68 14                DEC     A
-001B69 F0                MOVX    @DPTR,A
-   88: 		if (g_variable.battery_check_interval == 0)
-001B6A E0                MOVX    A,@DPTR
-001B6B 7005              JNZ     ?C0026?ADC
-   89: 		{
-   90: 			g_variable.battery_check_interval = BATTERY_CHECK_INTERVAL;
-001B6D 7405              MOV     A,#05H
-001B6F F0                MOVX    @DPTR,A
-   91: 			YC_adc_check();
-001B70 91A8              ACALL   YC_adc_check
-   92: 		}
-   93: 	}
-   94: }
-001B72         ?C0026?ADC:
-001B72 22                RET     
------ FUNCTION YC_adc_check_timer500ms (END) -------
+----- FUNCTION YC_get_ble_ramdon_lap (BEGIN) -----
+ FILE: 'bluetooth.c'
+  123: void YC_get_ble_ramdon_lap()		
+  124: {
+  125: 	IIC_Read(EEPROM_RECON_INFO_RAMDON_LE_LAP1 ,2 ,(byte *)&g_variable.ble_ramdon_lap1);
+  126: 	g_variable.ble_ramdon_lap1++;
+001889 7B01              MOV     R3,#01H
+00188B 7A4C              MOV     R2,#HIGH g_variable+036H
+00188D 79F5              MOV     R1,#LOW g_variable+036H
+00188F 7D02              MOV     R5,#02H
+001891 7C00              MOV     R4,#00H
+001893 7FF6              MOV     R7,#0F6H
+001895 7E3F              MOV     R6,#03FH
+001897 121673            LCALL   _IIC_Read
+  127: 	g_variable.ble_ramdon_lap2++;
+00189A 904CF5            MOV     DPTR,#g_variable+036H
+00189D E0                MOVX    A,@DPTR
+00189E 04                INC     A
+00189F F0                MOVX    @DPTR,A
+  128: 	m_le_lap[1] = g_variable.ble_ramdon_lap1;
+0018A0 A3                INC     DPTR
+0018A1 E0                MOVX    A,@DPTR
+0018A2 04                INC     A
+0018A3 F0                MOVX    @DPTR,A
+  129: 	m_le_lap[2] = g_variable.ble_ramdon_lap2;
+0018A4 904CF5            MOV     DPTR,#g_variable+036H
+0018A7 E0                MOVX    A,@DPTR
+0018A8 9044FA            MOV     DPTR,#m_le_lap+01H
+0018AB F0                MOVX    @DPTR,A
+  130: }
+0018AC 904CF6            MOV     DPTR,#g_variable+037H
+0018AF E0                MOVX    A,@DPTR
+0018B0 9044FB            MOV     DPTR,#m_le_lap+02H
+0018B3 F0                MOVX    @DPTR,A
+  131: 
+0018B4 22                RET     
+----- FUNCTION YC_get_ble_ramdon_lap (END) -------
 
 
 ----- FUNCTION YC_wait_disconnect_timer500ms (BEGIN) -----
  FILE: 'sys.c'
-  258: void YC_wait_disconnect_timer500ms()
-  259: {
-  260: //before discovery/adv,if current state is connected,wait disconnect done
-  261: 	if (action_timeout!=0)
-001B73 904DE2            MOV     DPTR,#action_timeout
-001B76 E0                MOVX    A,@DPTR
-001B77 6025              JZ      ?C0048?SYS
-  262: 	{
-  263: 		action_timeout--;
-001B79 E0                MOVX    A,@DPTR
-001B7A 14                DEC     A
-001B7B F0                MOVX    @DPTR,A
-  264: 		if(action_timeout == 0)
-001B7C E0                MOVX    A,@DPTR
-001B7D 701F              JNZ     ?C0048?SYS
-  265: 		{
-  266: 			if(g_variable.key_action == KEY_DISCOVERY
-001B7F 904CF0            MOV     DPTR,#g_variable+031H
-001B82 E0                MOVX    A,@DPTR
-001B83 B40518            CJNE    A,#05H,?C0048?SYS
-001B86 9047F5            MOV     DPTR,#m_ui_state_map+01H
-001B89 E0                MOVX    A,@DPTR
-001B8A 20E311            JB      ACC.3,?C0048?SYS
-  267: 			&& (m_ui_state_map & 0x0008) != 0x0008)
-  268: 			{
-  269: 				m_lpm_mode = 0;
-001B8D E4                CLR     A
-001B8E 904131            MOV     DPTR,#m_lpm_mode
-001B91 F0                MOVX    @DPTR,A
-  270: 								
-  271: 				YC_get_ble_ramdon_lap();
-001B92 11C0              ACALL   YC_get_ble_ramdon_lap
-  272: 				IPC_TxControlCmd(IPC_CMD_START_ADV);
-001B94 7F0D              MOV     R7,#0DH
-001B96 120744            LCALL   _IPC_TxControlCmd
-  273: 				g_variable.key_action = KEY_NONE;
-001B99 E4                CLR     A
-001B9A 904CF0            MOV     DPTR,#g_variable+031H
-001B9D F0                MOVX    @DPTR,A
-  274: 			}
-  275: 		}
-  276: 	}
-  277: 
-  278: }
-001B9E         ?C0048?SYS:
-001B9E 22                RET     
+  259: void YC_wait_disconnect_timer500ms()
+  260: {
+  261: //before discovery/adv,if current state is connected,wait disconnect done
+  262: 	if (action_timeout!=0)
+0018B5 904DE2            MOV     DPTR,#action_timeout
+0018B8 E0                MOVX    A,@DPTR
+0018B9 6025              JZ      ?C0048?SYS
+  263: 	{
+  264: 		action_timeout--;
+0018BB E0                MOVX    A,@DPTR
+0018BC 14                DEC     A
+0018BD F0                MOVX    @DPTR,A
+  265: 		if(action_timeout == 0)
+0018BE E0                MOVX    A,@DPTR
+0018BF 701F              JNZ     ?C0048?SYS
+  266: 		{
+  267: 			if(g_variable.key_action == KEY_DISCOVERY
+0018C1 904CF0            MOV     DPTR,#g_variable+031H
+0018C4 E0                MOVX    A,@DPTR
+0018C5 B40518            CJNE    A,#05H,?C0048?SYS
+0018C8 9047F5            MOV     DPTR,#m_ui_state_map+01H
+0018CB E0                MOVX    A,@DPTR
+0018CC 20E311            JB      ACC.3,?C0048?SYS
+  268: 			&& (m_ui_state_map & 0x0008) != 0x0008)
+  269: 			{
+  270: 				m_lpm_mode = 0;
+0018CF E4                CLR     A
+0018D0 904131            MOV     DPTR,#m_lpm_mode
+0018D3 F0                MOVX    @DPTR,A
+  271: 								
+  272: 				YC_get_ble_ramdon_lap();
+0018D4 1189              ACALL   YC_get_ble_ramdon_lap
+  273: 				IPC_TxControlCmd(IPC_CMD_START_ADV);
+0018D6 7F0D              MOV     R7,#0DH
+0018D8 120744            LCALL   _IPC_TxControlCmd
+  274: 				g_variable.key_action = KEY_NONE;
+0018DB E4                CLR     A
+0018DC 904CF0            MOV     DPTR,#g_variable+031H
+0018DF F0                MOVX    @DPTR,A
+  275: 			}
+  276: 		}
+  277: 	}
+  278: 
+  279: }
+0018E0         ?C0048?SYS:
+0018E0 22                RET     
 ----- FUNCTION YC_wait_disconnect_timer500ms (END) -------
 
 
 ----- FUNCTION YC_connect_timeout_500ms (BEGIN) -----
  FILE: 'sys.c'
-  231: void YC_connect_timeout_500ms()
-  232: {
-  233: 	
-  234: //system long sleep timer
-  235: 	if (g_variable.ble_currentState == CHANGE_TO_BLE_CONNECTED)
-001B9F 904CC7            MOV     DPTR,#g_variable+08H
-001BA2 E0                MOVX    A,@DPTR
-001BA3 B40415            CJNE    A,#04H,?C0039?SYS
-  236: 	{
-  237: 		if (g_variable.sleepTimer == STANDBY_TIMER_30MIN) 
-001BA6 904CE3            MOV     DPTR,#g_variable+024H
-001BA9 E0                MOVX    A,@DPTR
-001BAA B40E2A            CJNE    A,#0EH,?C0044?SYS
-001BAD A3                INC     DPTR
-001BAE E0                MOVX    A,@DPTR
-001BAF B41025            CJNE    A,#010H,?C0044?SYS
-  238: 		{
-  239: 			YC_disconnect_all_link();
-001BB2 7111              ACALL   YC_disconnect_all_link
-  240: 			g_variable.lockLpm = 1;
-001BB4 904CEF            MOV     DPTR,#g_variable+030H
-001BB7 7401              MOV     A,#01H
-001BB9 F0                MOVX    @DPTR,A
-  241: 		}
-  242: 	}
-001BBA 22                RET     
-001BBB         ?C0039?SYS:
-  243: 	else
-  244: 	{
-  245: 		if (g_variable.sleepTimer == RECONNECT_TIMER_10S)
-001BBB 904CE3            MOV     DPTR,#g_variable+024H
-001BBE E0                MOVX    A,@DPTR
-001BBF 7004              JNZ     ?C0099?SYS
-001BC1 A3                INC     DPTR
-001BC2 E0                MOVX    A,@DPTR
-001BC3 6414              XRL     A,#014H
-001BC5         ?C0099?SYS:
-001BC5 7010              JNZ     ?C0044?SYS
-  246: 		{
-  247: 			if(ble_reconnect_flag)
-001BC7 904DDD            MOV     DPTR,#ble_reconnect_flag
-001BCA E0                MOVX    A,@DPTR
-001BCB 6007              JZ      ?C0043?SYS
-  248: 			{
-  249: 				ble_reconnect_flag = 0;
-001BCD E4                CLR     A
-001BCE F0                MOVX    @DPTR,A
-  250: 				IPC_TxControlCmd(IPC_CMD_STOP_ADV);
-001BCF 7F0E              MOV     R7,#0EH
-001BD1 120744            LCALL   _IPC_TxControlCmd
-  251: 			}
-001BD4         ?C0043?SYS:
-  252: 			System_long_sleep();
-001BD4 12164A            LCALL   System_long_sleep
-  253: 		}
-  254: 	}
-  255: }
-001BD7         ?C0044?SYS:
-001BD7 22                RET     
+  232: void YC_connect_timeout_500ms()
+  233: {
+  234: 	
+  235: //system long sleep timer
+  236: 	if (g_variable.ble_currentState == CHANGE_TO_BLE_CONNECTED)
+0018E1 904CC7            MOV     DPTR,#g_variable+08H
+0018E4 E0                MOVX    A,@DPTR
+0018E5 B40415            CJNE    A,#04H,?C0039?SYS
+  237: 	{
+  238: 		if (g_variable.sleepTimer == STANDBY_TIMER_30MIN) 
+0018E8 904CE3            MOV     DPTR,#g_variable+024H
+0018EB E0                MOVX    A,@DPTR
+0018EC B40E2A            CJNE    A,#0EH,?C0044?SYS
+0018EF A3                INC     DPTR
+0018F0 E0                MOVX    A,@DPTR
+0018F1 B41025            CJNE    A,#010H,?C0044?SYS
+  239: 		{
+  240: 			YC_disconnect_all_link();
+0018F4 1171              ACALL   YC_disconnect_all_link
+  241: 			g_variable.lockLpm = 1;
+0018F6 904CEF            MOV     DPTR,#g_variable+030H
+0018F9 7401              MOV     A,#01H
+0018FB F0                MOVX    @DPTR,A
+  242: 		}
+  243: 	}
+0018FC 22                RET     
+0018FD         ?C0039?SYS:
+  244: 	else
+  245: 	{
+  246: 		if (g_variable.sleepTimer == RECONNECT_TIMER_10S)
+0018FD 904CE3            MOV     DPTR,#g_variable+024H
+001900 E0                MOVX    A,@DPTR
+001901 7004              JNZ     ?C0099?SYS
+001903 A3                INC     DPTR
+001904 E0                MOVX    A,@DPTR
+001905 6414              XRL     A,#014H
+001907         ?C0099?SYS:
+001907 7010              JNZ     ?C0044?SYS
+  247: 		{
+  248: 			if(ble_reconnect_flag)
+001909 904DDD            MOV     DPTR,#ble_reconnect_flag
+00190C E0                MOVX    A,@DPTR
+00190D 6007              JZ      ?C0043?SYS
+  249: 			{
+  250: 				ble_reconnect_flag = 0;
+00190F E4                CLR     A
+001910 F0                MOVX    @DPTR,A
+  251: 				IPC_TxControlCmd(IPC_CMD_STOP_ADV);
+001911 7F0E              MOV     R7,#0EH
+001913 120744            LCALL   _IPC_TxControlCmd
+  252: 			}
+001916         ?C0043?SYS:
+  253: 			System_long_sleep();
+001916 121529            LCALL   System_long_sleep
+  254: 		}
+  255: 	}
+  256: }
+001919         ?C0044?SYS:
+001919 22                RET     
 ----- FUNCTION YC_connect_timeout_500ms (END) -------
 
 
------ FUNCTION kb_button_press_timer500ms (BEGIN) -----
- FILE: 'sys.c'
-  296: void kb_button_press_timer500ms()
-  297: {
-  298: 	
-  299: //key status 
-  300: /*
-  301: 	if (g_variable.button_flag & KEY_FLAG_BTKEY_PRESS)		//press BT key
-  302: 	{
-  303: 		if (g_variable.button_timer[0] < 250)
-  304: 			g_variable.button_timer[0]++;
-  305: 		if (g_variable.button_timer[0] == 2)
-  306: 		{
-  307: 			YC_key_action_handle(KEY_DISCOVERY);
-  308: 		}
-  309: 	}
-  310: 	else
-  311: 		g_variable.button_timer[0] = 0;
-  312: */		
-  313: 	
-  314: 	if (g_variable.button_flag & KEY_FLAG_SAME_KEY_PRESS)
-001BD8 904CCE            MOV     DPTR,#g_variable+0FH
-001BDB E0                MOVX    A,@DPTR
-001BDC 30E13E            JNB     ACC.1,?C0052?SYS
-  315: 	{
-  316: 		if (g_variable.button_timer[1] < 250)
-001BDF 904CD0            MOV     DPTR,#g_variable+011H
-001BE2 E0                MOVX    A,@DPTR
-001BE3 C3                CLR     C
-001BE4 94FA              SUBB    A,#0FAH
-001BE6 5003              JNC     ?C0053?SYS
-  317: 			g_variable.button_timer[1]++;
-001BE8 E0                MOVX    A,@DPTR
-001BE9 04                INC     A
-001BEA F0                MOVX    @DPTR,A
-001BEB         ?C0053?SYS:
-  318: 		if (g_variable.button_timer[1] == 180)			// 500ms*180*3 = 4min30s
-001BEB 904CD0            MOV     DPTR,#g_variable+011H
-001BEE E0                MOVX    A,@DPTR
-001BEF 64B4              XRL     A,#0B4H
-001BF1 702F              JNZ     ?C0058?SYS
-  319: 		{
-  320: 			press_long_time_flag++;
-001BF3 904DDC            MOV     DPTR,#press_long_time_flag
-001BF6 E0                MOVX    A,@DPTR
-001BF7 04                INC     A
-001BF8 F0                MOVX    @DPTR,A
-  321: 			if(press_long_time_flag <= 2)
-001BF9 E0                MOVX    A,@DPTR
-001BFA D3                SETB    C
-001BFB 9402              SUBB    A,#02H
-001BFD 5007              JNC     ?C0055?SYS
-  322: 			{
-  323: 				g_variable.button_timer[1] = 0;
-001BFF E4                CLR     A
-001C00 904CD0            MOV     DPTR,#g_variable+011H
-001C03 F0                MOVX    @DPTR,A
-  324: 			}
-001C04 801C              SJMP    ?C0058?SYS
-001C06         ?C0055?SYS:
-  325: 			else if(press_long_time_flag == 3)
-001C06 904DDC            MOV     DPTR,#press_long_time_flag
-001C09 E0                MOVX    A,@DPTR
-001C0A B40315            CJNE    A,#03H,?C0058?SYS
-  326: 			{
-  327: 				long_press_flag = 1;
-001C0D 904DD5            MOV     DPTR,#long_press_flag
-001C10 7401              MOV     A,#01H
-001C12 F0                MOVX    @DPTR,A
-  328: 				g_variable.button_timer[1] = 0;
-001C13 E4                CLR     A
-001C14 904CD0            MOV     DPTR,#g_variable+011H
-001C17 F0                MOVX    @DPTR,A
-  329: 				System_long_sleep();
-001C18 12164A            LCALL   System_long_sleep
-  330: 			}
-  331: 		}
-  332: 	}
-001C1B 8005              SJMP    ?C0058?SYS
-001C1D         ?C0052?SYS:
-  333: 	else
-  334: 		press_long_time_flag = 0;
-001C1D E4                CLR     A
-001C1E 904DDC            MOV     DPTR,#press_long_time_flag
-001C21 F0                MOVX    @DPTR,A
-001C22         ?C0058?SYS:
-  335: 
-  336: 
-  337: 	if (g_variable.button_flag & KEY_FLAG_FN_DEVICE_BUTTON)
-001C22 904CCE            MOV     DPTR,#g_variable+0FH
-001C25 E0                MOVX    A,@DPTR
-001C26 30E335            JNB     ACC.3,?C0059?SYS
-  338: 	{
-  339: 		g_variable.delay_enter_lpm_timer = 10;
-001C29 904CED            MOV     DPTR,#g_variable+02EH
-001C2C 740A              MOV     A,#0AH
-001C2E F0                MOVX    @DPTR,A
-  340: 		if (g_variable.button_timer[3] < 250)
-001C2F 904CD2            MOV     DPTR,#g_variable+013H
-001C32 E0                MOVX    A,@DPTR
-001C33 C3                CLR     C
-001C34 94FA              SUBB    A,#0FAH
-001C36 5003              JNC     ?C0060?SYS
-  341: 			g_variable.button_timer[3]++;
-001C38 E0                MOVX    A,@DPTR
-001C39 04                INC     A
-001C3A F0                MOVX    @DPTR,A
-001C3B         ?C0060?SYS:
-  342: 		if (g_variable.button_timer[3] == 6)
-001C3B 904CD2            MOV     DPTR,#g_variable+013H
-001C3E E0                MOVX    A,@DPTR
-001C3F B40621            CJNE    A,#06H,?C0064?SYS
-  343: 		{
-  344: 			//do discoverable
-  345: 			if(!g_variable.pairing_timeout)
-001C42 904CEC            MOV     DPTR,#g_variable+02DH
-001C45 E0                MOVX    A,@DPTR
-001C46 701B              JNZ     ?C0064?SYS
-  346: 			{
-  347: 				g_variable.pairing_timeout = BT_PAIRING_TIME_OUT_2MIN;
-001C48 743C              MOV     A,#03CH
-001C4A F0                MOVX    @DPTR,A
-  348: 				g_variable.powerOn_timer = 0;
-001C4B E4                CLR     A
-001C4C 904CE5            MOV     DPTR,#g_variable+026H
-001C4F F0                MOVX    @DPTR,A
-  349: 				YC_key_action_handle(KEY_DISCOVERY);
-001C50 7F05              MOV     R7,#05H
-001C52 1143              ACALL   _YC_key_action_handle
-  350: 				LED_all_shutdown();
-001C54 120FCD            LCALL   LED_all_shutdown
-  351: 				g_variable.release_data = 1;
-001C57 904CEE            MOV     DPTR,#g_variable+02FH
-001C5A 7401              MOV     A,#01H
-001C5C F0                MOVX    @DPTR,A
-  352: 			}
-  353: 		}
-  354: 	}
-001C5D 22                RET     
-001C5E         ?C0059?SYS:
-  355: 	else
-  356: 	{
-  357: 		g_variable.button_timer[3] = 0;
-001C5E E4                CLR     A
-001C5F 904CD2            MOV     DPTR,#g_variable+013H
-001C62 F0                MOVX    @DPTR,A
-  358: 	}
-  359: 
-  360: 
-  361: }
-001C63         ?C0064?SYS:
-001C63 22                RET     
------ FUNCTION kb_button_press_timer500ms (END) -------
-
-
------ FUNCTION _dmemcpy (BEGIN) -----
-001C64 904E46            MOV     DPTR,#dest
-001C67 EB                MOV     A,R3
-001C68 F0                MOVX    @DPTR,A
-001C69 A3                INC     DPTR
-001C6A EA                MOV     A,R2
-001C6B F0                MOVX    @DPTR,A
-001C6C A3                INC     DPTR
-001C6D E9                MOV     A,R1
-001C6E F0                MOVX    @DPTR,A
-001C6F         ?C0005?UTILITIES:
-001C6F 904E4C            MOV     DPTR,#len
-001C72 74FF              MOV     A,#0FFH
-001C74 F5F0              MOV     B,A
-001C76 120424            LCALL   ?C?ILDIX
-001C79 45F0              ORL     A,B
-001C7B 602A              JZ      ?C0007?UTILITIES
-001C7D 904E49            MOV     DPTR,#src
-001C80 E0                MOVX    A,@DPTR
-001C81 FB                MOV     R3,A
-001C82 A3                INC     DPTR
-001C83 E4                CLR     A
-001C84 75F001            MOV     B,#01H
-001C87 120424            LCALL   ?C?ILDIX
-001C8A A9F0              MOV     R1,B
-001C8C FA                MOV     R2,A
-001C8D 1203B6            LCALL   ?C?CLDPTR
-001C90 FF                MOV     R7,A
-001C91 904E46            MOV     DPTR,#dest
-001C94 E0                MOVX    A,@DPTR
-001C95 FB                MOV     R3,A
-001C96 A3                INC     DPTR
-001C97 E4                CLR     A
-001C98 75F001            MOV     B,#01H
-001C9B 120424            LCALL   ?C?ILDIX
-001C9E A9F0              MOV     R1,B
-001CA0 FA                MOV     R2,A
-001CA1 EF                MOV     A,R7
-001CA2 1203FC            LCALL   ?C?CSTPTR
-001CA5 80C8              SJMP    ?C0005?UTILITIES
-001CA7         ?C0007?UTILITIES:
-001CA7 22                RET     
------ FUNCTION _dmemcpy (END) -------
-
-
------ FUNCTION YC_adc_check (BEGIN) -----
- FILE: 'adc.c'
-   44: void YC_adc_check() 
-   45: {
-   46: 	byte i;
-   47: 	ulong batValue = 0;
-001CA8 904E75            MOV     DPTR,#batValue
-001CAB 120533            LCALL   ?C?LSTKXDATA
-001CAE 00                DB      00H
-001CAF 00                DB      00H
-001CB0 00                DB      00H
-001CB1 00                DB      00H
-   48: 	#ifndef  ADC_ENABLE
-   49: 		return;
-   50: 	#endif	
-   51: //	if(m_adcCurrentValue < m_adc0vBase) 
-   52: //		return;
-   53: 
-   54: 	g_variable.battery_value[g_variable.battery_value_index++] = m_adcCurrentValue;
-001CB2 904C95            MOV     DPTR,#m_adcCurrentValue
-001CB5 E0                MOVX    A,@DPTR
-001CB6 FE                MOV     R6,A
-001CB7 A3                INC     DPTR
-001CB8 E0                MOVX    A,@DPTR
-001CB9 FF                MOV     R7,A
-001CBA 904CD4            MOV     DPTR,#g_variable+015H
-001CBD E0                MOVX    A,@DPTR
-001CBE FD                MOV     R5,A
-001CBF 04                INC     A
-001CC0 F0                MOVX    @DPTR,A
-001CC1 ED                MOV     A,R5
-001CC2 25E0              ADD     A,ACC
-001CC4 24D6              ADD     A,#LOW g_variable+017H
-001CC6 F582              MOV     DPL,A
-001CC8 E4                CLR     A
-001CC9 344C              ADDC    A,#HIGH g_variable+017H
-001CCB F583              MOV     DPH,A
-001CCD EE                MOV     A,R6
-001CCE F0                MOVX    @DPTR,A
-001CCF A3                INC     DPTR
-001CD0 EF                MOV     A,R7
-001CD1 F0                MOVX    @DPTR,A
-   55: 	if (g_variable.battery_value_index >= BAT_ARRAY_LEN)
-001CD2 904CD4            MOV     DPTR,#g_variable+015H
-001CD5 E0                MOVX    A,@DPTR
-001CD6 C3                CLR     C
-001CD7 9404              SUBB    A,#04H
-001CD9 4002              JC      ?C0015?ADC
-   56: 		g_variable.battery_value_index = 0;
-001CDB E4                CLR     A
-001CDC F0                MOVX    @DPTR,A
-001CDD         ?C0015?ADC:
-   57: 	for (i = 0; i < BAT_ARRAY_LEN; i++)
-001CDD E4                CLR     A
-001CDE 904E74            MOV     DPTR,#i
-001CE1 F0                MOVX    @DPTR,A
-001CE2         ?C0016?ADC:
-   58: 	{
-   59: 		batValue += g_variable.battery_value[i];
-001CE2 904E75            MOV     DPTR,#batValue
-001CE5 E0                MOVX    A,@DPTR
-001CE6 F8                MOV     R0,A
-001CE7 A3                INC     DPTR
-001CE8 E0                MOVX    A,@DPTR
-001CE9 F9                MOV     R1,A
-001CEA A3                INC     DPTR
-001CEB E0                MOVX    A,@DPTR
-001CEC FA                MOV     R2,A
-001CED A3                INC     DPTR
-001CEE E0                MOVX    A,@DPTR
-001CEF FB                MOV     R3,A
-001CF0 904E74            MOV     DPTR,#i
-001CF3 E0                MOVX    A,@DPTR
-001CF4 25E0              ADD     A,ACC
-001CF6 24D6              ADD     A,#LOW g_variable+017H
-001CF8 F582              MOV     DPL,A
-001CFA E4                CLR     A
-001CFB 344C              ADDC    A,#HIGH g_variable+017H
-001CFD F583              MOV     DPH,A
-001CFF E0                MOVX    A,@DPTR
-001D00 FE                MOV     R6,A
-001D01 A3                INC     DPTR
-001D02 E0                MOVX    A,@DPTR
-001D03 FF                MOV     R7,A
-001D04 E4                CLR     A
-001D05 FC                MOV     R4,A
-001D06 FD                MOV     R5,A
-001D07 EB                MOV     A,R3
-001D08 2F                ADD     A,R7
-001D09 FF                MOV     R7,A
-001D0A EA                MOV     A,R2
-001D0B 3E                ADDC    A,R6
-001D0C FE                MOV     R6,A
-001D0D ED                MOV     A,R5
-001D0E 39                ADDC    A,R1
-001D0F FD                MOV     R5,A
-001D10 EC                MOV     A,R4
-001D11 38                ADDC    A,R0
-001D12 FC                MOV     R4,A
-001D13 904E75            MOV     DPTR,#batValue
-001D16 120527            LCALL   ?C?LSTXDATA
-   60: 	}
-001D19 904E74            MOV     DPTR,#i
-001D1C E0                MOVX    A,@DPTR
-001D1D 04                INC     A
-001D1E F0                MOVX    @DPTR,A
-001D1F E0                MOVX    A,@DPTR
-001D20 B404BF            CJNE    A,#04H,?C0016?ADC
-001D23         ?C0017?ADC:
-   61: 	batValue = batValue/BAT_ARRAY_LEN;
-001D23 904E75            MOV     DPTR,#batValue
-001D26 E0                MOVX    A,@DPTR
-001D27 FC                MOV     R4,A
-001D28 A3                INC     DPTR
-001D29 E0                MOVX    A,@DPTR
-001D2A FD                MOV     R5,A
-001D2B A3                INC     DPTR
-001D2C E0                MOVX    A,@DPTR
-001D2D FE                MOV     R6,A
-001D2E A3                INC     DPTR
-001D2F E0                MOVX    A,@DPTR
-001D30 FF                MOV     R7,A
-001D31 E4                CLR     A
-001D32 7B04              MOV     R3,#04H
-001D34 FA                MOV     R2,A
-001D35 F9                MOV     R1,A
-001D36 F8                MOV     R0,A
-001D37 120476            LCALL   ?C?ULDIV
-001D3A 904E75            MOV     DPTR,#batValue
-001D3D 120527            LCALL   ?C?LSTXDATA
-   62: 
-   63: 	if(g_variable.battery_value[0] < g_variable.battery_level_shutdown)
-001D40 904CE0            MOV     DPTR,#g_variable+021H
-001D43 E0                MOVX    A,@DPTR
-001D44 FE                MOV     R6,A
-001D45 A3                INC     DPTR
-001D46 E0                MOVX    A,@DPTR
-001D47 FF                MOV     R7,A
-001D48 C3                CLR     C
-001D49 904CD7            MOV     DPTR,#g_variable+018H
-001D4C E0                MOVX    A,@DPTR
-001D4D 9F                SUBB    A,R7
-001D4E 904CD6            MOV     DPTR,#g_variable+017H
-001D51 E0                MOVX    A,@DPTR
-001D52 9E                SUBB    A,R6
-001D53 5007              JNC     ?C0019?ADC
-   64: 	{
-   65: 		g_variable.battery_status = BAT_STATUS_SHUT_DOWN;
-001D55 904CD5            MOV     DPTR,#g_variable+016H
-001D58 7402              MOV     A,#02H
-001D5A F0                MOVX    @DPTR,A
-   66: 	}
-001D5B 22                RET     
-001D5C         ?C0019?ADC:
-   67: 	else
-   68: 	{
-   69: 		if (batValue < g_variable.battery_level_low)
-001D5C 904CDE            MOV     DPTR,#g_variable+01FH
-001D5F E0                MOVX    A,@DPTR
-001D60 FE                MOV     R6,A
-001D61 A3                INC     DPTR
-001D62 E0                MOVX    A,@DPTR
-001D63 FF                MOV     R7,A
-001D64 E4                CLR     A
-001D65 FC                MOV     R4,A
-001D66 FD                MOV     R5,A
-001D67 904E75            MOV     DPTR,#batValue
-001D6A E0                MOVX    A,@DPTR
-001D6B F8                MOV     R0,A
-001D6C A3                INC     DPTR
-001D6D E0                MOVX    A,@DPTR
-001D6E F9                MOV     R1,A
-001D6F A3                INC     DPTR
-001D70 E0                MOVX    A,@DPTR
-001D71 FA                MOV     R2,A
-001D72 A3                INC     DPTR
-001D73 E0                MOVX    A,@DPTR
-001D74 FB                MOV     R3,A
-001D75 C3                CLR     C
-001D76 120516            LCALL   ?C?ULCMP
-001D79 5007              JNC     ?C0021?ADC
-   70: 		{
-   71: 			g_variable.battery_status = BAT_STATUS_LOW;
-001D7B 904CD5            MOV     DPTR,#g_variable+016H
-001D7E 7401              MOV     A,#01H
-001D80 F0                MOVX    @DPTR,A
-   72: 		}
-001D81 22                RET     
-001D82         ?C0021?ADC:
-   73: 		else
-   74: 		{
-   75: 			g_variable.battery_status = BAT_STATUS_NONE;
-001D82 E4                CLR     A
-001D83 904CD5            MOV     DPTR,#g_variable+016H
-001D86 F0                MOVX    @DPTR,A
-   76: 		}
-   77: 	}
-   78: 	
-   79: }
-001D87 22                RET     
------ FUNCTION YC_adc_check (END) -------
+----- FUNCTION YC_check_need_reconnected (BEGIN) -----
+ FILE: 'bluetooth.c'
+   56: byte YC_check_need_reconnected()
+   57: {
+   58: 	byte return_val = 0;
+   59: 	 if (g_variable.ble_currentSubState == CHANGE_TO_BLE_SUB_PINCODE)
+00191A E4                CLR     A
+00191B 904EB0            MOV     DPTR,#return_val
+00191E F0                MOVX    @DPTR,A
+   60: 		return return_val;
+00191F 904CC8            MOV     DPTR,#g_variable+09H
+001922 E0                MOVX    A,@DPTR
+001923 B40206            CJNE    A,#02H,?C0009?BLUETOOTH
+   61: 	if ((m_ui_state_map & 0x0008) == 0x0008)		
+001926 904EB0            MOV     DPTR,#return_val
+001929 E0                MOVX    A,@DPTR
+00192A FF                MOV     R7,A
+00192B 22                RET     
+00192C         ?C0009?BLUETOOTH:
+   62: 		return return_val;
+00192C 9047F5            MOV     DPTR,#m_ui_state_map+01H
+00192F E0                MOVX    A,@DPTR
+001930 30E306            JNB     ACC.3,?C0011?BLUETOOTH
+   63: 
+001933 904EB0            MOV     DPTR,#return_val
+001936 E0                MOVX    A,@DPTR
+001937 FF                MOV     R7,A
+001938 22                RET     
+001939         ?C0011?BLUETOOTH:
+   64: 	if (g_variable.ble_currentState == CHANGE_TO_BLE_DISCONNECT)
+001939 904CC7            MOV     DPTR,#g_variable+08H
+00193C E0                MOVX    A,@DPTR
+00193D 701B              JNZ     ?C0012?BLUETOOTH
+   65: 	{
+   66: 		if(g_variable.recon_delay == 0)
+00193F 904CF2            MOV     DPTR,#g_variable+033H
+001942 E0                MOVX    A,@DPTR
+001943 701F              JNZ     ?C0015?BLUETOOTH
+   67: 		{
+   68: 			g_variable.recon_delay = 10;
+001945 740A              MOV     A,#0AH
+001947 F0                MOVX    @DPTR,A
+   69: 			if ((g_variable.recon_count == 0)
+001948 A3                INC     DPTR
+001949 E0                MOVX    A,@DPTR
+00194A 7018              JNZ     ?C0015?BLUETOOTH
+00194C 904DE1            MOV     DPTR,#power_on_flag
+00194F E0                MOVX    A,@DPTR
+001950 B40211            CJNE    A,#02H,?C0015?BLUETOOTH
+   70: 			&& (power_on_flag == 2))
+   71: 			{				
+   72: 				YC_key_action_handle(KEY_RECON_0);
+001953 7F01              MOV     R7,#01H
+001955 1217E1            LCALL   _YC_key_action_handle
+   73: 			}
+   74: 		}
+   75: 	}
+001958 800A              SJMP    ?C0015?BLUETOOTH
+00195A         ?C0012?BLUETOOTH:
+   76: 	else
+   77: 	{
+   78: 		g_variable.release_data = 0;
+00195A E4                CLR     A
+00195B 904CEE            MOV     DPTR,#g_variable+02FH
+00195E F0                MOVX    @DPTR,A
+   79: 		return_val = 1;
+00195F 904EB0            MOV     DPTR,#return_val
+001962 04                INC     A
+001963 F0                MOVX    @DPTR,A
+   80: 	}
+001964         ?C0015?BLUETOOTH:
+   81: 	return return_val;
+001964 904EB0            MOV     DPTR,#return_val
+001967 E0                MOVX    A,@DPTR
+001968 FF                MOV     R7,A
+   82: }
+001969 22                RET     
+----- FUNCTION YC_check_need_reconnected (END) -------
 
 
 ----- FUNCTION _kb_device_select (BEGIN) -----
  FILE: 'kb_process.c'
   296: byte kb_device_select(tKSEVENT *pEvt)
   297: {
-001D88 904E95            MOV     DPTR,#pEvt
-001D8B EB                MOV     A,R3
-001D8C F0                MOVX    @DPTR,A
-001D8D A3                INC     DPTR
-001D8E EA                MOV     A,R2
-001D8F F0                MOVX    @DPTR,A
-001D90 A3                INC     DPTR
-001D91 E9                MOV     A,R1
-001D92 F0                MOVX    @DPTR,A
+00196A 904E95            MOV     DPTR,#pEvt
+00196D EB                MOV     A,R3
+00196E F0                MOVX    @DPTR,A
+00196F A3                INC     DPTR
+001970 EA                MOV     A,R2
+001971 F0                MOVX    @DPTR,A
+001972 A3                INC     DPTR
+001973 E9                MOV     A,R1
+001974 F0                MOVX    @DPTR,A
   298: 	byte temp = 0;
   299: 	byte i=0;
 ;---- Variable 'temp' assigned to Register 'R6' ----
-001D93 E4                CLR     A
-001D94 FE                MOV     R6,A
+001975 E4                CLR     A
+001976 FE                MOV     R6,A
   300: 	
 ;---- Variable 'i' assigned to Register 'R5' ----
-001D95 FD                MOV     R5,A
+001977 FD                MOV     R5,A
   301: 	if (fn_flag == 1) 
-001D96 904DDB            MOV     DPTR,#fn_flag
-001D99 E0                MOVX    A,@DPTR
-001D9A 6401              XRL     A,#01H
-001D9C 7040              JNZ     ?C0053?KB_PROCESS
+001978 904DDB            MOV     DPTR,#fn_flag
+00197B E0                MOVX    A,@DPTR
+00197C 6401              XRL     A,#01H
+00197E 7040              JNZ     ?C0053?KB_PROCESS
   302: 	{
   303: 		i = KS_BUFF_POLL_LEN-1;
-001D9E 7D05              MOV     R5,#05H
-001DA0         ?C0054?KB_PROCESS:
+001980 7D05              MOV     R5,#05H
+001982         ?C0054?KB_PROCESS:
   304: 
   305: 		while (i--) 
-001DA0 AF05              MOV     R7,AR5
-001DA2 1D                DEC     R5
-001DA3 EF                MOV     A,R7
-001DA4 603F              JZ      ?C0059?KB_PROCESS
+001982 AF05              MOV     R7,AR5
+001984 1D                DEC     R5
+001985 EF                MOV     A,R7
+001986 603F              JZ      ?C0059?KB_PROCESS
   306: 		{
   307: 			temp = pEvt->ksPool[i];
-001DA6 904E95            MOV     DPTR,#pEvt
-001DA9 E0                MOVX    A,@DPTR
-001DAA FB                MOV     R3,A
-001DAB A3                INC     DPTR
-001DAC E0                MOVX    A,@DPTR
-001DAD FA                MOV     R2,A
-001DAE A3                INC     DPTR
-001DAF E0                MOVX    A,@DPTR
-001DB0 2401              ADD     A,#01H
-001DB2 F9                MOV     R1,A
-001DB3 E4                CLR     A
-001DB4 3A                ADDC    A,R2
-001DB5 FA                MOV     R2,A
-001DB6 ED                MOV     A,R5
-001DB7 7E00              MOV     R6,#00H
-001DB9 29                ADD     A,R1
-001DBA F9                MOV     R1,A
-001DBB EE                MOV     A,R6
-001DBC 3A                ADDC    A,R2
-001DBD FA                MOV     R2,A
-001DBE 1203B6            LCALL   ?C?CLDPTR
-001DC1 FE                MOV     R6,A
+001988 904E95            MOV     DPTR,#pEvt
+00198B E0                MOVX    A,@DPTR
+00198C FB                MOV     R3,A
+00198D A3                INC     DPTR
+00198E E0                MOVX    A,@DPTR
+00198F FA                MOV     R2,A
+001990 A3                INC     DPTR
+001991 E0                MOVX    A,@DPTR
+001992 2401              ADD     A,#01H
+001994 F9                MOV     R1,A
+001995 E4                CLR     A
+001996 3A                ADDC    A,R2
+001997 FA                MOV     R2,A
+001998 ED                MOV     A,R5
+001999 7E00              MOV     R6,#00H
+00199B 29                ADD     A,R1
+00199C F9                MOV     R1,A
+00199D EE                MOV     A,R6
+00199E 3A                ADDC    A,R2
+00199F FA                MOV     R2,A
+0019A0 1203B6            LCALL   ?C?CLDPTR
+0019A3 FE                MOV     R6,A
   308: 
   309: 			if (temp == HID_KEY_C) 
-001DC2 B40610            CJNE    A,#06H,?C0056?KB_PROCESS
+0019A4 B40610            CJNE    A,#06H,?C0056?KB_PROCESS
   310: 			{
   311: 				g_variable.delay_enter_lpm_timer = 10;
-001DC5 904CED            MOV     DPTR,#g_variable+02EH
-001DC8 740A              MOV     A,#0AH
-001DCA F0                MOVX    @DPTR,A
+0019A7 904CED            MOV     DPTR,#g_variable+02EH
+0019AA 740A              MOV     A,#0AH
+0019AC F0                MOVX    @DPTR,A
   312: 				g_variable.button_flag |= KEY_FLAG_FN_DEVICE_BUTTON;
-001DCB 904CCE            MOV     DPTR,#g_variable+0FH
-001DCE E0                MOVX    A,@DPTR
-001DCF 4408              ORL     A,#08H
-001DD1 F0                MOVX    @DPTR,A
+0019AD 904CCE            MOV     DPTR,#g_variable+0FH
+0019B0 E0                MOVX    A,@DPTR
+0019B1 4408              ORL     A,#08H
+0019B3 F0                MOVX    @DPTR,A
   313: 				return 1;
-001DD2 7F01              MOV     R7,#01H
-001DD4 22                RET     
+0019B4 7F01              MOV     R7,#01H
+0019B6 22                RET     
   314: 			}
-001DD5         ?C0056?KB_PROCESS:
+0019B7         ?C0056?KB_PROCESS:
   315: 			else
   316: 			{
   317: 				g_variable.button_flag &= ~KEY_FLAG_FN_DEVICE_BUTTON;
-001DD5 904CCE            MOV     DPTR,#g_variable+0FH
-001DD8 E0                MOVX    A,@DPTR
-001DD9 54F7              ANL     A,#0F7H
-001DDB F0                MOVX    @DPTR,A
+0019B7 904CCE            MOV     DPTR,#g_variable+0FH
+0019BA E0                MOVX    A,@DPTR
+0019BB 54F7              ANL     A,#0F7H
+0019BD F0                MOVX    @DPTR,A
   318: 			}
   319: 		}
-001DDC 80C2              SJMP    ?C0054?KB_PROCESS
+0019BE 80C2              SJMP    ?C0054?KB_PROCESS
   320: 	}
-001DDE         ?C0053?KB_PROCESS:
+0019C0         ?C0053?KB_PROCESS:
   321: 	else
   322: 	{
   323: 		g_variable.button_flag &= ~KEY_FLAG_FN_DEVICE_BUTTON;
-001DDE 904CCE            MOV     DPTR,#g_variable+0FH
-001DE1 E0                MOVX    A,@DPTR
-001DE2 54F7              ANL     A,#0F7H
-001DE4 F0                MOVX    @DPTR,A
+0019C0 904CCE            MOV     DPTR,#g_variable+0FH
+0019C3 E0                MOVX    A,@DPTR
+0019C4 54F7              ANL     A,#0F7H
+0019C6 F0                MOVX    @DPTR,A
   324: 	}
-001DE5         ?C0059?KB_PROCESS:
+0019C7         ?C0059?KB_PROCESS:
   325: 	return 0;
-001DE5 7F00              MOV     R7,#00H
+0019C7 7F00              MOV     R7,#00H
   326: }
-001DE7 22                RET     
+0019C9 22                RET     
 ----- FUNCTION _kb_device_select (END) -------
 
 
@@ -5416,1924 +4543,1549 @@
    26: 	unsigned char c;
    27: 	for (c = 0; v; c++) {
 ;---- Variable 'c' assigned to Register 'R6' ----
-001DE8 E4                CLR     A
-001DE9 FE                MOV     R6,A
-001DEA         ?C0001?KEYSCAN:
-001DEA EF                MOV     A,R7
-001DEB 6006              JZ      ?C0002?KEYSCAN
+0019CA E4                CLR     A
+0019CB FE                MOV     R6,A
+0019CC         ?C0001?KEYSCAN:
+0019CC EF                MOV     A,R7
+0019CD 6006              JZ      ?C0002?KEYSCAN
    28:     	v &= v - 1;
-001DED 14                DEC     A
-001DEE 5F                ANL     A,R7
-001DEF FF                MOV     R7,A
+0019CF 14                DEC     A
+0019D0 5F                ANL     A,R7
+0019D1 FF                MOV     R7,A
    29:     }
-001DF0 0E                INC     R6
-001DF1 80F7              SJMP    ?C0001?KEYSCAN
-001DF3         ?C0002?KEYSCAN:
+0019D2 0E                INC     R6
+0019D3 80F7              SJMP    ?C0001?KEYSCAN
+0019D5         ?C0002?KEYSCAN:
    30:     return c;
-001DF3 AF06              MOV     R7,AR6
+0019D5 AF06              MOV     R7,AR6
    31: }
-001DF5 22                RET     
+0019D7 22                RET     
 ----- FUNCTION _bit_count (END) -------
 
 
+----- FUNCTION KS_GetCurrentEvt (BEGIN) -----
+ FILE: 'keyscan.c'
+  325: tKSEVENT *KS_GetCurrentEvt()
+  326: {
+  327: 	//
+  328: 	byte i = 0;
+0019D8 E4                CLR     A
+0019D9 904E2F            MOV     DPTR,#i
+0019DC F0                MOVX    @DPTR,A
+  329: 	byte j = 0;
+0019DD A3                INC     DPTR
+0019DE F0                MOVX    @DPTR,A
+  330: 	byte temp = 0;
+0019DF A3                INC     DPTR
+0019E0 F0                MOVX    @DPTR,A
+  331: 	byte flag = 0;
+0019E1 A3                INC     DPTR
+0019E2 F0                MOVX    @DPTR,A
+  332: 	byte offset = 0;
+0019E3 A3                INC     DPTR
+0019E4 F0                MOVX    @DPTR,A
+  333: 	byte state = 0;
+0019E5 A3                INC     DPTR
+0019E6 F0                MOVX    @DPTR,A
+  334: 	byte colCounttemp = 0;
+0019E7 A3                INC     DPTR
+0019E8 F0                MOVX    @DPTR,A
+  335: 	byte rawSel =0;
+0019E9 A3                INC     DPTR
+0019EA F0                MOVX    @DPTR,A
+  336: 	byte keyCounttemp = 0;
+0019EB A3                INC     DPTR
+0019EC F0                MOVX    @DPTR,A
+  337: 	byte key_value_temp = 0;
+0019ED A3                INC     DPTR
+0019EE F0                MOVX    @DPTR,A
+  338: 	byte ghost = 0;
+0019EF A3                INC     DPTR
+0019F0 F0                MOVX    @DPTR,A
+  339: 	byte rawCount = 0;
+0019F1 A3                INC     DPTR
+0019F2 F0                MOVX    @DPTR,A
+  340: 	byte colCount = 0;
+0019F3 A3                INC     DPTR
+0019F4 F0                MOVX    @DPTR,A
+  341: 	byte keyCount = 0;
+0019F5 A3                INC     DPTR
+0019F6 F0                MOVX    @DPTR,A
+  342: 	
+  343: 	KS_ScanMatrix();
+0019F7 B152              ACALL   KS_ScanMatrix
+  344: 
+  345: 	if (compare_str(ksSelMapCurr,ksSelMapCheck,KB_KSCAN_COL_NUM) 
+0019F9 7A4D              MOV     R2,#HIGH ksSelMapCheck
+0019FB 79A8              MOV     R1,#LOW ksSelMapCheck
+0019FD 904E58            MOV     DPTR,#?_compare_str?BYTE+03H
+001A00 7401              MOV     A,#01H
+001A02 F0                MOVX    @DPTR,A
+001A03 A3                INC     DPTR
+001A04 744D              MOV     A,#HIGH ksSelMapCheck
+001A06 F0                MOVX    @DPTR,A
+001A07 A3                INC     DPTR
+001A08 74A8              MOV     A,#LOW ksSelMapCheck
+001A0A F0                MOVX    @DPTR,A
+001A0B A3                INC     DPTR
+001A0C 7414              MOV     A,#014H
+001A0E F0                MOVX    @DPTR,A
+001A0F 7B01              MOV     R3,#01H
+001A11 7A4D              MOV     R2,#HIGH ksSelMapCurr
+001A13 79BC              MOV     R1,#LOW ksSelMapCurr
+001A15 9105              ACALL   _compare_str
+001A17 EF                MOV     A,R7
+001A18 6016              JZ      ?C0061?KEYSCAN
+001A1A 7B01              MOV     R3,#01H
+001A1C 7A4D              MOV     R2,#HIGH ksSelMapCurr
+001A1E 79BC              MOV     R1,#LOW ksSelMapCurr
+001A20 7D14              MOV     R5,#014H
+001A22 71D5              ACALL   _array_is_empty
+001A24 EF                MOV     A,R7
+001A25 7009              JNZ     ?C0061?KEYSCAN
+  346: 		&& !array_is_empty(ksSelMapCurr,KB_KSCAN_COL_NUM))
+  347: 	{
+  348: 		g_variable.button_flag |= 0x02;
+001A27 904CCE            MOV     DPTR,#g_variable+0FH
+001A2A E0                MOVX    A,@DPTR
+001A2B 4402              ORL     A,#02H
+001A2D F0                MOVX    @DPTR,A
+  349: 	}
+001A2E 800C              SJMP    ?C0062?KEYSCAN
+001A30         ?C0061?KEYSCAN:
+  350: 	else
+  351: 	{	
+  352: 		g_variable.button_flag &= 0xFD;
+001A30 904CCE            MOV     DPTR,#g_variable+0FH
+001A33 E0                MOVX    A,@DPTR
+001A34 54FD              ANL     A,#0FDH
+001A36 F0                MOVX    @DPTR,A
+  353: 		g_variable.button_timer[1] = 0;
+001A37 E4                CLR     A
+001A38 904CD0            MOV     DPTR,#g_variable+011H
+001A3B F0                MOVX    @DPTR,A
+  354: 	}
+001A3C         ?C0062?KEYSCAN:
+  355: 
+  356: 	for (i=0; col[i]!=0; i++) {
+001A3C E4                CLR     A
+001A3D 904E2F            MOV     DPTR,#i
+001A40 F0                MOVX    @DPTR,A
+001A41         ?C0063?KEYSCAN:
+001A41 904E2F            MOV     DPTR,#i
+001A44 E0                MOVX    A,@DPTR
+001A45 FF                MOV     R7,A
+001A46 90060C            MOV     DPTR,#col
+001A49 93                MOVC    A,@A+DPTR
+001A4A 602F              JZ      ?C0064?KEYSCAN
+  357: 		temp = ksSelMapCurr[i];
+001A4C 74BC              MOV     A,#LOW ksSelMapCurr
+001A4E 2F                ADD     A,R7
+001A4F F582              MOV     DPL,A
+001A51 E4                CLR     A
+001A52 344D              ADDC    A,#HIGH ksSelMapCurr
+001A54 F583              MOV     DPH,A
+001A56 E0                MOVX    A,@DPTR
+001A57 904E31            MOV     DPTR,#temp
+001A5A F0                MOVX    @DPTR,A
+  358: 		if (temp!=0) {
+001A5B E0                MOVX    A,@DPTR
+001A5C FD                MOV     R5,A
+001A5D 6014              JZ      ?C0065?KEYSCAN
+  359: 			colCounttemp++;
+001A5F 904E35            MOV     DPTR,#colCounttemp
+001A62 E0                MOVX    A,@DPTR
+001A63 04                INC     A
+001A64 F0                MOVX    @DPTR,A
+  360: 			rawSel = temp|rawSel;
+001A65 A3                INC     DPTR
+001A66 E0                MOVX    A,@DPTR
+001A67 FE                MOV     R6,A
+001A68 ED                MOV     A,R5
+001A69 4E                ORL     A,R6
+001A6A F0                MOVX    @DPTR,A
+  361: 			keyCounttemp += bit_count(temp);
+001A6B AF05              MOV     R7,AR5
+001A6D 31CA              ACALL   _bit_count
+001A6F A3                INC     DPTR
+001A70 E0                MOVX    A,@DPTR
+001A71 2F                ADD     A,R7
+001A72 F0                MOVX    @DPTR,A
+  362: 		}
+  363: 	}
+001A73         ?C0065?KEYSCAN:
+001A73 904E2F            MOV     DPTR,#i
+001A76 E0                MOVX    A,@DPTR
+001A77 04                INC     A
+001A78 F0                MOVX    @DPTR,A
+001A79 80C6              SJMP    ?C0063?KEYSCAN
+001A7B         ?C0064?KEYSCAN:
+  364: 	keyCount = keyCounttemp;
+001A7B 904E37            MOV     DPTR,#keyCounttemp
+001A7E E0                MOVX    A,@DPTR
+001A7F 904E3C            MOV     DPTR,#keyCount
+001A82 F0                MOVX    @DPTR,A
+  365: 	colCount = colCounttemp;
+001A83 904E35            MOV     DPTR,#colCounttemp
+001A86 E0                MOVX    A,@DPTR
+001A87 904E3B            MOV     DPTR,#colCount
+001A8A F0                MOVX    @DPTR,A
+  366: 	rawCount = bit_count(rawSel);
+001A8B 904E36            MOV     DPTR,#rawSel
+001A8E E0                MOVX    A,@DPTR
+001A8F FF                MOV     R7,A
+001A90 31CA              ACALL   _bit_count
+001A92 904E3A            MOV     DPTR,#rawCount
+001A95 EF                MOV     A,R7
+001A96 F0                MOVX    @DPTR,A
+  367: 	if (keyCount >2 && keyCount > MAX(colCount, rawCount)) {
+001A97 904E3C            MOV     DPTR,#keyCount
+001A9A E0                MOVX    A,@DPTR
+001A9B FF                MOV     R7,A
+001A9C D3                SETB    C
+001A9D 9402              SUBB    A,#02H
+001A9F 401D              JC      ?C0067?KEYSCAN
+001AA1 904E3A            MOV     DPTR,#rawCount
+001AA4 E0                MOVX    A,@DPTR
+001AA5 FE                MOV     R6,A
+001AA6 A3                INC     DPTR
+001AA7 E0                MOVX    A,@DPTR
+001AA8 FD                MOV     R5,A
+001AA9 D3                SETB    C
+001AAA 9E                SUBB    A,R6
+001AAB 4004              JC      ?C0068?KEYSCAN
+001AAD AE05              MOV     R6,AR5
+001AAF 8000              SJMP    ?C0069?KEYSCAN
+001AB1         ?C0068?KEYSCAN:
+001AB1         ?C0069?KEYSCAN:
+001AB1 EF                MOV     A,R7
+001AB2 D3                SETB    C
+001AB3 9E                SUBB    A,R6
+001AB4 4008              JC      ?C0067?KEYSCAN
+  368: 		ghost = 1;
+001AB6 904E39            MOV     DPTR,#ghost
+001AB9 7401              MOV     A,#01H
+001ABB F0                MOVX    @DPTR,A
+  369: 	}
+001ABC 8005              SJMP    ?C0070?KEYSCAN
+001ABE         ?C0067?KEYSCAN:
+  370: 	else {
+  371: 		ghost = 0;
+001ABE E4                CLR     A
+001ABF 904E39            MOV     DPTR,#ghost
+001AC2 F0                MOVX    @DPTR,A
+  372: 	}
+001AC3         ?C0070?KEYSCAN:
+  373: 	
+  374: 	for (i=0; col[i]!=0; i++)
+001AC3 E4                CLR     A
+001AC4 904E2F            MOV     DPTR,#i
+001AC7 F0                MOVX    @DPTR,A
+001AC8         ?C0071?KEYSCAN:
+001AC8 904E2F            MOV     DPTR,#i
+001ACB E0                MOVX    A,@DPTR
+001ACC FF                MOV     R7,A
+001ACD 90060C            MOV     DPTR,#col
+001AD0 93                MOVC    A,@A+DPTR
+001AD1 7002              JNZ     $ + 4H
+001AD3 61A9              AJMP    ?C0072?KEYSCAN
+  375: 	{
+  376: 		temp = ksSelMapCurr[i] ^ ksSelMapOld[i];
+001AD5 7493              MOV     A,#LOW ksSelMapOld
+001AD7 2F                ADD     A,R7
+001AD8 F582              MOV     DPL,A
+001ADA E4                CLR     A
+001ADB 344D              ADDC    A,#HIGH ksSelMapOld
+001ADD F583              MOV     DPH,A
+001ADF E0                MOVX    A,@DPTR
+001AE0 FE                MOV     R6,A
+001AE1 74BC              MOV     A,#LOW ksSelMapCurr
+001AE3 2F                ADD     A,R7
+001AE4 F582              MOV     DPL,A
+001AE6 E4                CLR     A
+001AE7 344D              ADDC    A,#HIGH ksSelMapCurr
+001AE9 F583              MOV     DPH,A
+001AEB E0                MOVX    A,@DPTR
+001AEC 6E                XRL     A,R6
+001AED 904E31            MOV     DPTR,#temp
+001AF0 F0                MOVX    @DPTR,A
+  377: 		state = ksSelMapCurr[i];
+001AF1 904E2F            MOV     DPTR,#i
+001AF4 E0                MOVX    A,@DPTR
+001AF5 FF                MOV     R7,A
+001AF6 24BC              ADD     A,#LOW ksSelMapCurr
+001AF8 F582              MOV     DPL,A
+001AFA E4                CLR     A
+001AFB 344D              ADDC    A,#HIGH ksSelMapCurr
+001AFD F583              MOV     DPH,A
+001AFF E0                MOVX    A,@DPTR
+001B00 904E34            MOV     DPTR,#state
+001B03 F0                MOVX    @DPTR,A
+  378: 		if (temp == 0) 
+001B04 904E31            MOV     DPTR,#temp
+001B07 E0                MOVX    A,@DPTR
+001B08 7004              JNZ     ?C0074?KEYSCAN
+  379: 		{
+  380: 			continue;
+001B0A 61A1              AJMP    ?C0073?KEYSCAN
+  381: 		}
+001B0C 61A1              AJMP    ?C0073?KEYSCAN
+001B0E         ?C0074?KEYSCAN:
+  382: 		else 
+  383: 		{
+  384: 
+  385: 			if (ghost) 
+001B0E 904E39            MOV     DPTR,#ghost
+001B11 E0                MOVX    A,@DPTR
+001B12 6007              JZ      ?C0076?KEYSCAN
+  386: 				return NULL;
+001B14 7B00              MOV     R3,#00H
+001B16 7A00              MOV     R2,#00H
+001B18 7900              MOV     R1,#00H
+001B1A 22                RET     
+001B1B         ?C0076?KEYSCAN:
+  387: 			ksSelMapOld[i] = ksSelMapCurr[i];
+001B1B 74BC              MOV     A,#LOW ksSelMapCurr
+001B1D 2F                ADD     A,R7
+001B1E F582              MOV     DPL,A
+001B20 E4                CLR     A
+001B21 344D              ADDC    A,#HIGH ksSelMapCurr
+001B23 F583              MOV     DPH,A
+001B25 E0                MOVX    A,@DPTR
+001B26 FE                MOV     R6,A
+001B27 7493              MOV     A,#LOW ksSelMapOld
+001B29 2F                ADD     A,R7
+001B2A F582              MOV     DPL,A
+001B2C E4                CLR     A
+001B2D 344D              ADDC    A,#HIGH ksSelMapOld
+001B2F F583              MOV     DPH,A
+001B31 EE                MOV     A,R6
+001B32 F0                MOVX    @DPTR,A
+  388: 			for (j = 0 ; j<8 ; j++) 
+001B33 E4                CLR     A
+001B34 904E30            MOV     DPTR,#j
+001B37 F0                MOVX    @DPTR,A
+001B38         ?C0078?KEYSCAN:
+001B38 904E30            MOV     DPTR,#j
+001B3B E0                MOVX    A,@DPTR
+001B3C FF                MOV     R7,A
+001B3D C3                CLR     C
+001B3E 9408              SUBB    A,#08H
+001B40 5059              JNC     ?C0079?KEYSCAN
+  389: 			{
+  390: 				if (temp&1)
+001B42 A3                INC     DPTR
+001B43 E0                MOVX    A,@DPTR
+001B44 30E03C            JNB     ACC.0,?C0081?KEYSCAN
+  391: 				{
+  392: 					offset = i<<3 |j;
+001B47 904E2F            MOV     DPTR,#i
+001B4A E0                MOVX    A,@DPTR
+001B4B FE                MOV     R6,A
+001B4C 33                RLC     A
+001B4D 33                RLC     A
+001B4E 33                RLC     A
+001B4F 54F8              ANL     A,#0F8H
+001B51 FE                MOV     R6,A
+001B52 EF                MOV     A,R7
+001B53 4E                ORL     A,R6
+001B54 904E33            MOV     DPTR,#offset
+001B57 F0                MOVX    @DPTR,A
+  393: 					key_value_temp = key_fn_function(state,ksMap[offset]);
+001B58 A3                INC     DPTR
+001B59 E0                MOVX    A,@DPTR
+001B5A FF                MOV     R7,A
+001B5B 904E33            MOV     DPTR,#offset
+001B5E E0                MOVX    A,@DPTR
+001B5F 900621            MOV     DPTR,#ksMap
+001B62 93                MOVC    A,@A+DPTR
+001B63 FD                MOV     R5,A
+001B64 12121D            LCALL   _key_fn_function
+001B67 904E38            MOV     DPTR,#key_value_temp
+001B6A EF                MOV     A,R7
+001B6B F0                MOVX    @DPTR,A
+  394: 					if (state & 1)
+001B6C 904E34            MOV     DPTR,#state
+001B6F E0                MOVX    A,@DPTR
+001B70 30E009            JNB     ACC.0,?C0082?KEYSCAN
+  395: 					{
+  396: 						keyIn(key_value_temp);
+001B73 904E38            MOV     DPTR,#key_value_temp
+001B76 E0                MOVX    A,@DPTR
+001B77 FF                MOV     R7,A
+001B78 914F              ACALL   _keyIn
+  397: 					}
+001B7A 8007              SJMP    ?C0081?KEYSCAN
+001B7C         ?C0082?KEYSCAN:
+  398: 					else
+  399: 					{
+  400: 						keyOut(key_value_temp);
+001B7C 904E38            MOV     DPTR,#key_value_temp
+001B7F E0                MOVX    A,@DPTR
+001B80 FF                MOV     R7,A
+001B81 91A7              ACALL   _keyOut
+  401: 					}
+  402: 				}
+001B83         ?C0081?KEYSCAN:
+  403: 				temp = temp >>1;
+001B83 904E31            MOV     DPTR,#temp
+001B86 E0                MOVX    A,@DPTR
+001B87 FF                MOV     R7,A
+001B88 C3                CLR     C
+001B89 13                RRC     A
+001B8A F0                MOVX    @DPTR,A
+  404: 				state = state>>1;
+001B8B 904E34            MOV     DPTR,#state
+001B8E E0                MOVX    A,@DPTR
+001B8F FF                MOV     R7,A
+001B90 C3                CLR     C
+001B91 13                RRC     A
+001B92 F0                MOVX    @DPTR,A
+  405: 			}
+001B93 904E30            MOV     DPTR,#j
+001B96 E0                MOVX    A,@DPTR
+001B97 04                INC     A
+001B98 F0                MOVX    @DPTR,A
+001B99 809D              SJMP    ?C0078?KEYSCAN
+001B9B         ?C0079?KEYSCAN:
+  406: 			flag = 1;
+001B9B 904E32            MOV     DPTR,#flag
+001B9E 7401              MOV     A,#01H
+001BA0 F0                MOVX    @DPTR,A
+  407: 		}
+  408: 	}
+001BA1         ?C0073?KEYSCAN:
+001BA1 904E2F            MOV     DPTR,#i
+001BA4 E0                MOVX    A,@DPTR
+001BA5 04                INC     A
+001BA6 F0                MOVX    @DPTR,A
+001BA7 41C8              AJMP    ?C0071?KEYSCAN
+001BA9         ?C0072?KEYSCAN:
+  409: 	
+  410: 	if((mult_key_status == KEY_RELEASE) && (standard_key_release_flag == 1))
+001BA9 904E01            MOV     DPTR,#mult_key_status
+001BAC E0                MOVX    A,@DPTR
+001BAD B4030A            CJNE    A,#03H,?C0084?KEYSCAN
+001BB0 904DD8            MOV     DPTR,#standard_key_release_flag
+001BB3 E0                MOVX    A,@DPTR
+001BB4 B40103            CJNE    A,#01H,?C0084?KEYSCAN
+  411: 	{
+  412: 		standard_key_release_flag = 2;		//media key and standard key  release the same time
+001BB7 7402              MOV     A,#02H
+001BB9 F0                MOVX    @DPTR,A
+  413: 	}
+001BBA         ?C0084?KEYSCAN:
+  414: 
+  415: 	
+  416: 	if (flag || standard_key_release_flag == 2) 
+001BBA 904E32            MOV     DPTR,#flag
+001BBD E0                MOVX    A,@DPTR
+001BBE 7007              JNZ     ?C0086?KEYSCAN
+001BC0 904DD8            MOV     DPTR,#standard_key_release_flag
+001BC3 E0                MOVX    A,@DPTR
+001BC4 B40207            CJNE    A,#02H,?C0085?KEYSCAN
+001BC7         ?C0086?KEYSCAN:
+  417: 	{
+  418: 		return &ksEvtPool;
+001BC7 7B01              MOV     R3,#01H
+001BC9 7A4E              MOV     R2,#HIGH ksEvtPool
+001BCB 794E              MOV     R1,#LOW ksEvtPool
+001BCD 22                RET     
+  419: 	}
+001BCE         ?C0085?KEYSCAN:
+  420: 	else
+  421: 	{
+  422: 		return NULL;
+001BCE 7B00              MOV     R3,#00H
+001BD0 7A00              MOV     R2,#00H
+001BD2 7900              MOV     R1,#00H
+  423: 	}
+  424: 	
+  425: 
+  426: }
+001BD4 22                RET     
+----- FUNCTION KS_GetCurrentEvt (END) -------
+
+
+----- FUNCTION _array_is_empty (BEGIN) -----
+ FILE: 'keyscan.c'
+  313: byte array_is_empty(byte * str1,byte len)
+  314: {
+001BD5 904E9B            MOV     DPTR,#str1
+001BD8 EB                MOV     A,R3
+001BD9 F0                MOVX    @DPTR,A
+001BDA A3                INC     DPTR
+001BDB EA                MOV     A,R2
+001BDC F0                MOVX    @DPTR,A
+001BDD A3                INC     DPTR
+001BDE E9                MOV     A,R1
+001BDF F0                MOVX    @DPTR,A
+;---- Variable 'len' assigned to Register 'R5' ----
+  315: 	byte i;
+  316: 	for (i=0;i < len;i++)
+;---- Variable 'i' assigned to Register 'R7' ----
+001BE0 E4                CLR     A
+001BE1 FF                MOV     R7,A
+001BE2         ?C0056?KEYSCAN:
+001BE2 EF                MOV     A,R7
+001BE3 C3                CLR     C
+001BE4 9D                SUBB    A,R5
+001BE5 501B              JNC     ?C0057?KEYSCAN
+  317: 	{
+  318: 		if (str1[i] != 0)
+001BE7 904E9B            MOV     DPTR,#str1
+001BEA E0                MOVX    A,@DPTR
+001BEB FB                MOV     R3,A
+001BEC A3                INC     DPTR
+001BED E0                MOVX    A,@DPTR
+001BEE FA                MOV     R2,A
+001BEF A3                INC     DPTR
+001BF0 E0                MOVX    A,@DPTR
+001BF1 F9                MOV     R1,A
+001BF2 8F82              MOV     DPL,R7
+001BF4 758300            MOV     DPH,#00H
+001BF7 1203CF            LCALL   ?C?CLDOPTR
+001BFA 6003              JZ      ?C0058?KEYSCAN
+  319: 			return 0x00;
+001BFC 7F00              MOV     R7,#00H
+001BFE 22                RET     
+  320: 	}
+001BFF         ?C0058?KEYSCAN:
+001BFF 0F                INC     R7
+001C00 80E0              SJMP    ?C0056?KEYSCAN
+001C02         ?C0057?KEYSCAN:
+  321: 	return 0x01;
+001C02 7F01              MOV     R7,#01H
+  322: }
+001C04 22                RET     
+----- FUNCTION _array_is_empty (END) -------
+
+
+----- FUNCTION _compare_str (BEGIN) -----
+001C05 904E55            MOV     DPTR,#str1
+001C08 EB                MOV     A,R3
+001C09 F0                MOVX    @DPTR,A
+001C0A A3                INC     DPTR
+001C0B EA                MOV     A,R2
+001C0C F0                MOVX    @DPTR,A
+001C0D A3                INC     DPTR
+001C0E E9                MOV     A,R1
+001C0F F0                MOVX    @DPTR,A
+;---- Variable 'i' assigned to Register 'R7' ----
+001C10 E4                CLR     A
+001C11 FF                MOV     R7,A
+001C12         ?C0021?UTILITIES:
+001C12 904E5B            MOV     DPTR,#len
+001C15 E0                MOVX    A,@DPTR
+001C16 FE                MOV     R6,A
+001C17 EF                MOV     A,R7
+001C18 C3                CLR     C
+001C19 9E                SUBB    A,R6
+001C1A 5030              JNC     ?C0022?UTILITIES
+001C1C 904E58            MOV     DPTR,#str2
+001C1F E0                MOVX    A,@DPTR
+001C20 FB                MOV     R3,A
+001C21 A3                INC     DPTR
+001C22 E0                MOVX    A,@DPTR
+001C23 FA                MOV     R2,A
+001C24 A3                INC     DPTR
+001C25 E0                MOVX    A,@DPTR
+001C26 F9                MOV     R1,A
+001C27 8F82              MOV     DPL,R7
+001C29 758300            MOV     DPH,#00H
+001C2C 1203CF            LCALL   ?C?CLDOPTR
+001C2F FE                MOV     R6,A
+001C30 904E55            MOV     DPTR,#str1
+001C33 E0                MOVX    A,@DPTR
+001C34 FB                MOV     R3,A
+001C35 A3                INC     DPTR
+001C36 E0                MOVX    A,@DPTR
+001C37 FA                MOV     R2,A
+001C38 A3                INC     DPTR
+001C39 E0                MOVX    A,@DPTR
+001C3A F9                MOV     R1,A
+001C3B 8F82              MOV     DPL,R7
+001C3D 758300            MOV     DPH,#00H
+001C40 1203CF            LCALL   ?C?CLDOPTR
+001C43 6E                XRL     A,R6
+001C44 6003              JZ      ?C0023?UTILITIES
+001C46 7F00              MOV     R7,#00H
+001C48 22                RET     
+001C49         ?C0023?UTILITIES:
+001C49 0F                INC     R7
+001C4A 80C6              SJMP    ?C0021?UTILITIES
+001C4C         ?C0022?UTILITIES:
+001C4C 7F01              MOV     R7,#01H
+001C4E 22                RET     
+----- FUNCTION _compare_str (END) -------
+
+
 ----- FUNCTION _keyIn (BEGIN) -----
  FILE: 'keyscan.c'
-   35: static void keyIn(byte key)
-   36: {
+   52: static void keyIn(byte key)
+   53: {
 ;---- Variable 'key' assigned to Register 'R7' ----
-   37: 	byte i = 0;
-   38: 
+   54: 	byte i = 0;
+   55: 	byte key_temp;
 ;---- Variable 'i' assigned to Register 'R6' ----
-001DF6 E4                CLR     A
-001DF7 FE                MOV     R6,A
-   39: 	if (key == HID_KEY_RIGHT_GUI)
-001DF8 EF                MOV     A,R7
-001DF9 B4E708            CJNE    A,#0E7H,?C0005?KEYSCAN
-   40: 	{
-   41: 		ksEvtPool.standardSel |= KS_SEL_RGUI;
-001DFC 904E4E            MOV     DPTR,#ksEvtPool
-001DFF E0                MOVX    A,@DPTR
-001E00 4480              ORL     A,#080H
-001E02 F0                MOVX    @DPTR,A
-001E03 22                RET     
-   42: 		return;
-   43: 	}
-001E04         ?C0005?KEYSCAN:
-   44: 	else if (key ==HID_KEY_RIGHT_ALT) 
-001E04 EF                MOV     A,R7
-001E05 B4E617            CJNE    A,#0E6H,?C0008?KEYSCAN
-   45: 	{
-   46: 		if(g_variable.system_mode == OSMODE_IOS)
-001E08 904CC1            MOV     DPTR,#g_variable+02H
-001E0B E0                MOVX    A,@DPTR
-001E0C B40208            CJNE    A,#02H,?C0009?KEYSCAN
-   47: 			ksEvtPool.standardSel |= KS_SEL_RGUI;
-001E0F 904E4E            MOV     DPTR,#ksEvtPool
-001E12 E0                MOVX    A,@DPTR
-001E13 4480              ORL     A,#080H
-001E15 F0                MOVX    @DPTR,A
-001E16 22                RET     
-001E17         ?C0009?KEYSCAN:
-   48: 		else	
-   49: 			ksEvtPool.standardSel |= KS_SEL_RALT;
-001E17 904E4E            MOV     DPTR,#ksEvtPool
-001E1A E0                MOVX    A,@DPTR
-001E1B 4440              ORL     A,#040H
-001E1D F0                MOVX    @DPTR,A
-001E1E 22                RET     
-   50: 		return;
-   51: 	}
-001E1F         ?C0008?KEYSCAN:
-   52: 	else if (key ==HID_KEY_RIGHT_SHIFT) 
-001E1F EF                MOV     A,R7
-001E20 B4E508            CJNE    A,#0E5H,?C0012?KEYSCAN
-   53: 	{
-   54: 		ksEvtPool.standardSel |= KS_SEL_RSHIFT;
-001E23 904E4E            MOV     DPTR,#ksEvtPool
-001E26 E0                MOVX    A,@DPTR
-001E27 4420              ORL     A,#020H
-001E29 F0                MOVX    @DPTR,A
-001E2A 22                RET     
-   55: 		return;
-   56: 	}
-001E2B         ?C0012?KEYSCAN:
-   57: 	else if (key ==HID_KEY_RIGHT_CTL) 
-001E2B EF                MOV     A,R7
-001E2C B4E408            CJNE    A,#0E4H,?C0014?KEYSCAN
+001C4F E4                CLR     A
+001C50 FE                MOV     R6,A
+   56: 	key_temp = key;
+;---- Variable 'key_temp' assigned to Register 'R5' ----
+001C51 AD07              MOV     R5,AR7
+   57: 	if(key >= HID_KEY_LEFT_CTL && key <= HID_KEY_RIGHT_GUI)
+001C53 EF                MOV     A,R7
+001C54 C3                CLR     C
+001C55 94E0              SUBB    A,#0E0H
+001C57 4020              JC      ?C0005?KEYSCAN
+001C59 EF                MOV     A,R7
+001C5A D3                SETB    C
+001C5B 94E7              SUBB    A,#0E7H
+001C5D 501A              JNC     ?C0005?KEYSCAN
    58: 	{
-   59: 		ksEvtPool.standardSel |= KS_SEL_RCTRL;
-001E2F 904E4E            MOV     DPTR,#ksEvtPool
-001E32 E0                MOVX    A,@DPTR
-001E33 4410              ORL     A,#010H
-001E35 F0                MOVX    @DPTR,A
-001E36 22                RET     
-   60: 		return;
-   61: 	}
-001E37         ?C0014?KEYSCAN:
-   62: 	else if (key ==HID_KEY_LEFT_GUI)
-001E37 EF                MOV     A,R7
-001E38 B4E317            CJNE    A,#0E3H,?C0016?KEYSCAN
-   63: 	{
-   64: 		if(g_variable.system_mode == OSMODE_IOS)
-001E3B 904CC1            MOV     DPTR,#g_variable+02H
-001E3E E0                MOVX    A,@DPTR
-001E3F B40208            CJNE    A,#02H,?C0017?KEYSCAN
-   65: 			ksEvtPool.standardSel |= KS_SEL_LALT;
-001E42 904E4E            MOV     DPTR,#ksEvtPool
-001E45 E0                MOVX    A,@DPTR
-001E46 4404              ORL     A,#04H
-001E48 F0                MOVX    @DPTR,A
-001E49 22                RET     
-001E4A         ?C0017?KEYSCAN:
-   66: 		else	
-   67: 			ksEvtPool.standardSel |= KS_SEL_LGUI;
-001E4A 904E4E            MOV     DPTR,#ksEvtPool
-001E4D E0                MOVX    A,@DPTR
-001E4E 4408              ORL     A,#08H
-001E50 F0                MOVX    @DPTR,A
-001E51 22                RET     
-   68: 		return;
-   69: 	}
-001E52         ?C0016?KEYSCAN:
-   70: 	else if (key ==HID_KEY_LEFT_ALT) 
-001E52 EF                MOV     A,R7
-001E53 B4E217            CJNE    A,#0E2H,?C0020?KEYSCAN
-   71: 	{
-   72: 		if(g_variable.system_mode == OSMODE_IOS)
-001E56 904CC1            MOV     DPTR,#g_variable+02H
-001E59 E0                MOVX    A,@DPTR
-001E5A B40208            CJNE    A,#02H,?C0021?KEYSCAN
-   73: 			ksEvtPool.standardSel |= KS_SEL_LGUI;
-001E5D 904E4E            MOV     DPTR,#ksEvtPool
-001E60 E0                MOVX    A,@DPTR
-001E61 4408              ORL     A,#08H
-001E63 F0                MOVX    @DPTR,A
-001E64 22                RET     
-001E65         ?C0021?KEYSCAN:
-   74: 		else	
-   75: 			ksEvtPool.standardSel |= KS_SEL_LALT;
-001E65 904E4E            MOV     DPTR,#ksEvtPool
-001E68 E0                MOVX    A,@DPTR
-001E69 4404              ORL     A,#04H
-001E6B F0                MOVX    @DPTR,A
-001E6C 22                RET     
-   76: 		return;
-   77: 	}
-001E6D         ?C0020?KEYSCAN:
-   78: 	else if (key ==HID_KEY_LEFT_SHIFT)
-001E6D EF                MOV     A,R7
-001E6E B4E108            CJNE    A,#0E1H,?C0024?KEYSCAN
-   79: 	{
-   80: 		ksEvtPool.standardSel |= KS_SEL_LSHIFT;
-001E71 904E4E            MOV     DPTR,#ksEvtPool
-001E74 E0                MOVX    A,@DPTR
-001E75 4402              ORL     A,#02H
-001E77 F0                MOVX    @DPTR,A
-001E78 22                RET     
-   81: 		return;
-   82: 	}
-001E79         ?C0024?KEYSCAN:
-   83: 	else if (key ==HID_KEY_LEFT_CTL) 
-001E79 EF                MOV     A,R7
-001E7A B4E008            CJNE    A,#0E0H,?C0007?KEYSCAN
-   84: 	{
-   85: 		ksEvtPool.standardSel |= KS_SEL_LCTRL;
-001E7D 904E4E            MOV     DPTR,#ksEvtPool
-001E80 E0                MOVX    A,@DPTR
-001E81 4401              ORL     A,#01H
-001E83 F0                MOVX    @DPTR,A
-001E84 22                RET     
-   86: 		return;
-   87: 	}
-001E85         ?C0007?KEYSCAN:
-   88: 
-   89: 	//special key
-   90: 
-   91: 	for (i=0 ; i<KS_BUFF_POLL_LEN ; i++) 
-001E85 E4                CLR     A
-001E86 FE                MOV     R6,A
-001E87         ?C0027?KEYSCAN:
-   92: 	{
-   93: 		if (ksEvtPool.ksPool[i] == key)
-001E87 744F              MOV     A,#LOW ksEvtPool+01H
-001E89 2E                ADD     A,R6
-001E8A F582              MOV     DPL,A
-001E8C E4                CLR     A
-001E8D 344E              ADDC    A,#HIGH ksEvtPool+01H
-001E8F F583              MOV     DPH,A
-001E91 E0                MOVX    A,@DPTR
-001E92 FD                MOV     R5,A
-001E93 6F                XRL     A,R7
-001E94 601C              JZ      ?C0006?KEYSCAN
-   94: 			break;
-001E96         ?C0030?KEYSCAN:
-   95: 		if (ksEvtPool.ksPool[i] == 0) 
-001E96 ED                MOV     A,R5
-001E97 7014              JNZ     ?C0029?KEYSCAN
-   96: 		{
-   97: 			if(mult_key_value != key)
-001E99 904DE3            MOV     DPTR,#mult_key_value
-001E9C E0                MOVX    A,@DPTR
-001E9D 6F                XRL     A,R7
-001E9E 6012              JZ      ?C0006?KEYSCAN
-   98: 				ksEvtPool.ksPool[i] = key;
-001EA0 744F              MOV     A,#LOW ksEvtPool+01H
-001EA2 2E                ADD     A,R6
-001EA3 F582              MOV     DPL,A
-001EA5 E4                CLR     A
-001EA6 344E              ADDC    A,#HIGH ksEvtPool+01H
-001EA8 F583              MOV     DPH,A
-001EAA EF                MOV     A,R7
-001EAB F0                MOVX    @DPTR,A
-   99: 			break;
-001EAC 22                RET     
-  100: 		}
+   59: 	#ifdef MULTISYSTEM_ENABLE
+   60: 		key_temp = key_ios_replace(key);
+   61: 	#endif
+   62: 		ksEvtPool.standardSel  |=  0x01 << (key_temp & 0x07);
+001C5F 904E4E            MOV     DPTR,#ksEvtPool
+001C62 E0                MOVX    A,@DPTR
+001C63 FF                MOV     R7,A
+001C64 ED                MOV     A,R5
+001C65 5407              ANL     A,#07H
+001C67 FE                MOV     R6,A
+001C68 7401              MOV     A,#01H
+001C6A A806              MOV     R0,AR6
+001C6C 08                INC     R0
+001C6D 8002              SJMP    ?C0089?KEYSCAN
+001C6F         ?C0088?KEYSCAN:
+001C6F C3                CLR     C
+001C70 33                RLC     A
+001C71         ?C0089?KEYSCAN:
+001C71 D8FC              DJNZ    R0,?C0088?KEYSCAN
+001C73 4F                ORL     A,R7
+001C74 904E4E            MOV     DPTR,#ksEvtPool
+001C77 F0                MOVX    @DPTR,A
+001C78 22                RET     
+   63: 		return;
+   64: 	}
+001C79         ?C0005?KEYSCAN:
+   65: /*
+   66: 
+   67: 	if (key == HID_KEY_RIGHT_GUI)
+   68: 	{
+   69: 		ksEvtPool.standardSel |= KS_SEL_RGUI;
+   70: 		return;
+   71: 	}
+   72: 	else if (key ==HID_KEY_RIGHT_ALT) 
+   73: 	{
+   74: 		ksEvtPool.standardSel |= KS_SEL_RALT;
+   75: 		return;
+   76: 	}
+   77: 	else if (key ==HID_KEY_RIGHT_SHIFT) 
+   78: 	{
+   79: 		ksEvtPool.standardSel |= KS_SEL_RSHIFT;
+   80: 		return;
+   81: 	}
+   82: 	else if (key ==HID_KEY_RIGHT_CTL) 
+   83: 	{
+   84: 		ksEvtPool.standardSel |= KS_SEL_RCTRL;
+   85: 		return;
+   86: 	}
+   87: 	else if (key ==HID_KEY_LEFT_GUI) 
+   88: 	{
+   89: 		ksEvtPool.standardSel |= KS_SEL_LGUI;
+   90: 		return;
+   91: 	}
+   92: 	else if (key ==HID_KEY_LEFT_ALT) 
+   93: 	{
+   94: 		ksEvtPool.standardSel |= KS_SEL_LALT;
+   95: 		return;
+   96: 	}
+   97: 	else if (key ==HID_KEY_LEFT_SHIFT)
+   98: 	{
+   99: 		ksEvtPool.standardSel |= KS_SEL_LSHIFT;
+  100: 		return;
   101: 	}
-001EAD         ?C0029?KEYSCAN:
-001EAD 0E                INC     R6
-001EAE EE                MOV     A,R6
-001EAF B406D5            CJNE    A,#06H,?C0027?KEYSCAN
-  102: }
-001EB2         ?C0006?KEYSCAN:
-001EB2 22                RET     
+  102: 	else if (key ==HID_KEY_LEFT_CTL) 
+  103: 	{
+  104: 		ksEvtPool.standardSel |= KS_SEL_LCTRL;
+  105: 		return;
+  106: 	}
+  107: */	
+  108: 	//special key
+  109: 
+  110: 	for (i=0 ; i<KS_BUFF_POLL_LEN ; i++) 
+001C79 E4                CLR     A
+001C7A FE                MOV     R6,A
+001C7B         ?C0007?KEYSCAN:
+  111: 	{
+  112: 		if (ksEvtPool.ksPool[i] == key)
+001C7B 744F              MOV     A,#LOW ksEvtPool+01H
+001C7D 2E                ADD     A,R6
+001C7E F582              MOV     DPL,A
+001C80 E4                CLR     A
+001C81 344E              ADDC    A,#HIGH ksEvtPool+01H
+001C83 F583              MOV     DPH,A
+001C85 E0                MOVX    A,@DPTR
+001C86 FD                MOV     R5,A
+001C87 6F                XRL     A,R7
+001C88 601C              JZ      ?C0006?KEYSCAN
+  113: 			break;
+001C8A         ?C0010?KEYSCAN:
+  114: 		if (ksEvtPool.ksPool[i] == 0) 
+001C8A ED                MOV     A,R5
+001C8B 7014              JNZ     ?C0009?KEYSCAN
+  115: 		{
+  116: 			if(mult_key_value != key)
+001C8D 904DE3            MOV     DPTR,#mult_key_value
+001C90 E0                MOVX    A,@DPTR
+001C91 6F                XRL     A,R7
+001C92 6012              JZ      ?C0006?KEYSCAN
+  117: 				ksEvtPool.ksPool[i] = key;
+001C94 744F              MOV     A,#LOW ksEvtPool+01H
+001C96 2E                ADD     A,R6
+001C97 F582              MOV     DPL,A
+001C99 E4                CLR     A
+001C9A 344E              ADDC    A,#HIGH ksEvtPool+01H
+001C9C F583              MOV     DPH,A
+001C9E EF                MOV     A,R7
+001C9F F0                MOVX    @DPTR,A
+  118: 			break;
+001CA0 22                RET     
+  119: 		}
+  120: 	}
+001CA1         ?C0009?KEYSCAN:
+001CA1 0E                INC     R6
+001CA2 EE                MOV     A,R6
+001CA3 B406D5            CJNE    A,#06H,?C0007?KEYSCAN
+  121: }
+001CA6         ?C0006?KEYSCAN:
+001CA6 22                RET     
 ----- FUNCTION _keyIn (END) -------
 
 
 ----- FUNCTION _keyOut (BEGIN) -----
  FILE: 'keyscan.c'
-  104: static void keyOut(byte key)
-  105: {
+  123: static void keyOut(byte key)
+  124: {
 ;---- Variable 'key' assigned to Register 'R7' ----
-  106: 	byte i = 0 ;
-  107: 	byte found = 0;
+  125: 	byte i = 0 ;
+  126: 	byte found = 0;
 ;---- Variable 'i' assigned to Register 'R6' ----
-001EB3 E4                CLR     A
-001EB4 FE                MOV     R6,A
-  108: 
+001CA7 E4                CLR     A
+001CA8 FE                MOV     R6,A
+  127: 	byte key_temp;
 ;---- Variable 'found' assigned to Register 'R5' ----
-001EB5 FD                MOV     R5,A
-  109: 	if ((key &0xF0) == 0xf0 || (key &0xD0) == 0xD0)
-001EB6 EF                MOV     A,R7
-001EB7 54F0              ANL     A,#0F0H
-001EB9 64F0              XRL     A,#0F0H
-001EBB 6007              JZ      ?C0034?KEYSCAN
-001EBD EF                MOV     A,R7
-001EBE 54D0              ANL     A,#0D0H
-001EC0 FC                MOV     R4,A
-001EC1 BCD00C            CJNE    R4,#0D0H,?C0033?KEYSCAN
-001EC4         ?C0034?KEYSCAN:
-  110: 	{
-  111: 		if(mult_key_status == KEY_WAIT_RELEASE)
-001EC4 904E01            MOV     DPTR,#mult_key_status
-001EC7 E0                MOVX    A,@DPTR
-001EC8 B4020B            CJNE    A,#02H,?C0036?KEYSCAN
-  112: 		{
-  113: 			mult_key_status = KEY_RELEASE;
-001ECB 7403              MOV     A,#03H
-001ECD F0                MOVX    @DPTR,A
-  114: 		}
-  115: 	}
-001ECE 8006              SJMP    ?C0036?KEYSCAN
-001ED0         ?C0033?KEYSCAN:
-  116: 	else
-  117: 		standard_key_release_flag = 1;
-001ED0 904DD8            MOV     DPTR,#standard_key_release_flag
-001ED3 7401              MOV     A,#01H
-001ED5 F0                MOVX    @DPTR,A
-001ED6         ?C0036?KEYSCAN:
-  118: 
-  119: 
-  120: 	if (key == HID_KEY_RIGHT_GUI ) 
-001ED6 EF                MOV     A,R7
-001ED7 B4E708            CJNE    A,#0E7H,?C0037?KEYSCAN
-  121: 	{
-  122: 		ksEvtPool.standardSel &= ~KS_SEL_RGUI;
-001EDA 904E4E            MOV     DPTR,#ksEvtPool
-001EDD E0                MOVX    A,@DPTR
-001EDE 547F              ANL     A,#07FH
-001EE0 F0                MOVX    @DPTR,A
-001EE1 22                RET     
-  123: 		return;
-  124: 	}
-001EE2         ?C0037?KEYSCAN:
-  125: 	else if (key ==HID_KEY_RIGHT_ALT ) 
-001EE2 EF                MOV     A,R7
-001EE3 B4E617            CJNE    A,#0E6H,?C0040?KEYSCAN
-  126: 	{
-  127: 		if(g_variable.system_mode == OSMODE_IOS)
-001EE6 904CC1            MOV     DPTR,#g_variable+02H
-001EE9 E0                MOVX    A,@DPTR
-001EEA B40208            CJNE    A,#02H,?C0041?KEYSCAN
-  128: 			ksEvtPool.standardSel &= ~KS_SEL_RGUI;
-001EED 904E4E            MOV     DPTR,#ksEvtPool
-001EF0 E0                MOVX    A,@DPTR
-001EF1 547F              ANL     A,#07FH
-001EF3 F0                MOVX    @DPTR,A
-001EF4 22                RET     
-001EF5         ?C0041?KEYSCAN:
-  129: 		else	
-  130: 			ksEvtPool.standardSel &= ~KS_SEL_RALT;
-001EF5 904E4E            MOV     DPTR,#ksEvtPool
-001EF8 E0                MOVX    A,@DPTR
-001EF9 54BF              ANL     A,#0BFH
-001EFB F0                MOVX    @DPTR,A
-001EFC 22                RET     
-  131: 		return;
-  132: 	}
-001EFD         ?C0040?KEYSCAN:
-  133: 	else if (key ==HID_KEY_RIGHT_SHIFT) 
-001EFD EF                MOV     A,R7
-001EFE B4E508            CJNE    A,#0E5H,?C0044?KEYSCAN
-  134: 	{
-  135: 		ksEvtPool.standardSel &= ~KS_SEL_RSHIFT;
-001F01 904E4E            MOV     DPTR,#ksEvtPool
-001F04 E0                MOVX    A,@DPTR
-001F05 54DF              ANL     A,#0DFH
-001F07 F0                MOVX    @DPTR,A
-001F08 22                RET     
-  136: 		return;
-  137: 	}
-001F09         ?C0044?KEYSCAN:
-  138: 	else if (key ==HID_KEY_RIGHT_CTL) 
-001F09 EF                MOV     A,R7
-001F0A B4E408            CJNE    A,#0E4H,?C0046?KEYSCAN
-  139: 	{
-  140: 		ksEvtPool.standardSel &= ~KS_SEL_RCTRL;
-001F0D 904E4E            MOV     DPTR,#ksEvtPool
-001F10 E0                MOVX    A,@DPTR
-001F11 54EF              ANL     A,#0EFH
-001F13 F0                MOVX    @DPTR,A
-001F14 22                RET     
-  141: 		return;
-  142: 	}
-001F15         ?C0046?KEYSCAN:
-  143: 	else if (key ==HID_KEY_LEFT_GUI) 
-001F15 EF                MOV     A,R7
-001F16 B4E317            CJNE    A,#0E3H,?C0048?KEYSCAN
-  144: 	{
-  145: 		if(g_variable.system_mode == OSMODE_IOS)
-001F19 904CC1            MOV     DPTR,#g_variable+02H
-001F1C E0                MOVX    A,@DPTR
-001F1D B40208            CJNE    A,#02H,?C0049?KEYSCAN
-  146: 			ksEvtPool.standardSel &= ~KS_SEL_LALT;
-001F20 904E4E            MOV     DPTR,#ksEvtPool
-001F23 E0                MOVX    A,@DPTR
-001F24 54FB              ANL     A,#0FBH
-001F26 F0                MOVX    @DPTR,A
-001F27 22                RET     
-001F28         ?C0049?KEYSCAN:
-  147: 		else	
-  148: 			ksEvtPool.standardSel &= ~KS_SEL_LGUI;
-001F28 904E4E            MOV     DPTR,#ksEvtPool
-001F2B E0                MOVX    A,@DPTR
-001F2C 54F7              ANL     A,#0F7H
-001F2E F0                MOVX    @DPTR,A
-001F2F 22                RET     
-  149: 		return;
-  150: 	}
-001F30         ?C0048?KEYSCAN:
-  151: 	else if (key ==HID_KEY_LEFT_ALT) 
-001F30 EF                MOV     A,R7
-001F31 B4E217            CJNE    A,#0E2H,?C0052?KEYSCAN
-  152: 	{
-  153: 		if(g_variable.system_mode == OSMODE_IOS)
-001F34 904CC1            MOV     DPTR,#g_variable+02H
-001F37 E0                MOVX    A,@DPTR
-001F38 B40208            CJNE    A,#02H,?C0053?KEYSCAN
-  154: 			ksEvtPool.standardSel &= ~KS_SEL_LGUI;
-001F3B 904E4E            MOV     DPTR,#ksEvtPool
-001F3E E0                MOVX    A,@DPTR
-001F3F 54F7              ANL     A,#0F7H
-001F41 F0                MOVX    @DPTR,A
-001F42 22                RET     
-001F43         ?C0053?KEYSCAN:
-  155: 		else	
-  156: 			ksEvtPool.standardSel &= ~KS_SEL_LALT;
-001F43 904E4E            MOV     DPTR,#ksEvtPool
-001F46 E0                MOVX    A,@DPTR
-001F47 54FB              ANL     A,#0FBH
-001F49 F0                MOVX    @DPTR,A
-001F4A 22                RET     
-  157: 		return;
-  158: 	}
-001F4B         ?C0052?KEYSCAN:
-  159: 	else if (key ==HID_KEY_LEFT_SHIFT) 
-001F4B EF                MOV     A,R7
-001F4C B4E108            CJNE    A,#0E1H,?C0056?KEYSCAN
-  160: 	{
-  161: 		ksEvtPool.standardSel &= ~KS_SEL_LSHIFT;
-001F4F 904E4E            MOV     DPTR,#ksEvtPool
-001F52 E0                MOVX    A,@DPTR
-001F53 54FD              ANL     A,#0FDH
-001F55 F0                MOVX    @DPTR,A
-001F56 22                RET     
-  162: 		return;
-  163: 	}
-001F57         ?C0056?KEYSCAN:
-  164: 	else if (key ==HID_KEY_LEFT_CTL) 
-001F57 EF                MOV     A,R7
-001F58 B4E008            CJNE    A,#0E0H,?C0039?KEYSCAN
-  165: 	{
-  166: 		ksEvtPool.standardSel &= ~ KS_SEL_LCTRL;
-001F5B 904E4E            MOV     DPTR,#ksEvtPool
-001F5E E0                MOVX    A,@DPTR
-001F5F 54FE              ANL     A,#0FEH
-001F61 F0                MOVX    @DPTR,A
-001F62 22                RET     
-  167: 		return;
-  168: 	}
-001F63         ?C0039?KEYSCAN:
-  169: 	
-  170: 	for (i=0 ; i<KS_BUFF_POLL_LEN ; i++) 
-001F63 E4                CLR     A
-001F64 FE                MOV     R6,A
-001F65         ?C0059?KEYSCAN:
+001CA9 FD                MOV     R5,A
+  128: 	key_temp = key;
+;---- Variable 'key_temp' assigned to Register 'R4' ----
+001CAA AC07              MOV     R4,AR7
+  129: 	if ((key &0xF0) == 0xf0 || (key &0xD0) == 0xD0)
+001CAC EF                MOV     A,R7
+001CAD 54F0              ANL     A,#0F0H
+001CAF 64F0              XRL     A,#0F0H
+001CB1 6007              JZ      ?C0014?KEYSCAN
+001CB3 EF                MOV     A,R7
+001CB4 54D0              ANL     A,#0D0H
+001CB6 FB                MOV     R3,A
+001CB7 BBD00C            CJNE    R3,#0D0H,?C0013?KEYSCAN
+001CBA         ?C0014?KEYSCAN:
+  130: 	{
+  131: 		if(mult_key_status == KEY_WAIT_RELEASE)
+001CBA 904E01            MOV     DPTR,#mult_key_status
+001CBD E0                MOVX    A,@DPTR
+001CBE B4020B            CJNE    A,#02H,?C0016?KEYSCAN
+  132: 		{
+  133: 			mult_key_status = KEY_RELEASE;
+001CC1 7403              MOV     A,#03H
+001CC3 F0                MOVX    @DPTR,A
+  134: 		}
+  135: 	}
+001CC4 8006              SJMP    ?C0016?KEYSCAN
+001CC6         ?C0013?KEYSCAN:
+  136: 	else
+  137: 		standard_key_release_flag = 1;
+001CC6 904DD8            MOV     DPTR,#standard_key_release_flag
+001CC9 7401              MOV     A,#01H
+001CCB F0                MOVX    @DPTR,A
+001CCC         ?C0016?KEYSCAN:
+  138: 
+  139: 	if(key >= HID_KEY_LEFT_CTL && key <= HID_KEY_RIGHT_GUI)
+001CCC EF                MOV     A,R7
+001CCD C3                CLR     C
+001CCE 94E0              SUBB    A,#0E0H
+001CD0 4020              JC      ?C0017?KEYSCAN
+001CD2 EF                MOV     A,R7
+001CD3 D3                SETB    C
+001CD4 94E7              SUBB    A,#0E7H
+001CD6 501A              JNC     ?C0017?KEYSCAN
+  140: 	{
+  141: 	#ifdef MULTISYSTEM_ENABLE
+  142: 		key_temp = key_ios_replace(key);
+  143: 	#endif
+  144: 		ksEvtPool.standardSel  &= ~0x01 << (key_temp & 0x07);
+001CD8 904E4E            MOV     DPTR,#ksEvtPool
+001CDB E0                MOVX    A,@DPTR
+001CDC FF                MOV     R7,A
+001CDD EC                MOV     A,R4
+001CDE 5407              ANL     A,#07H
+001CE0 FE                MOV     R6,A
+001CE1 74FE              MOV     A,#0FEH
+001CE3 A806              MOV     R0,AR6
+001CE5 08                INC     R0
+001CE6 8002              SJMP    ?C0091?KEYSCAN
+001CE8         ?C0090?KEYSCAN:
+001CE8 C3                CLR     C
+001CE9 33                RLC     A
+001CEA         ?C0091?KEYSCAN:
+001CEA D8FC              DJNZ    R0,?C0090?KEYSCAN
+001CEC 5F                ANL     A,R7
+001CED 904E4E            MOV     DPTR,#ksEvtPool
+001CF0 F0                MOVX    @DPTR,A
+001CF1 22                RET     
+  145: 		return;
+  146: 	}
+001CF2         ?C0017?KEYSCAN:
+  147: 	
+  148: 
+  149: /*
+  150: 	if (key == HID_KEY_RIGHT_GUI ) 
+  151: 	{
+  152: 		ksEvtPool.standardSel &= ~KS_SEL_RGUI;
+  153: 		return;
+  154: 	}
+  155: 	else if (key ==HID_KEY_RIGHT_ALT ) 
+  156: 	{
+  157: 		ksEvtPool.standardSel &= ~KS_SEL_RALT;
+  158: 		return;
+  159: 	}
+  160: 	else if (key ==HID_KEY_RIGHT_SHIFT) 
+  161: 	{
+  162: 		ksEvtPool.standardSel &= ~KS_SEL_RSHIFT;
+  163: 		return;
+  164: 	}
+  165: 	else if (key ==HID_KEY_RIGHT_CTL) 
+  166: 	{
+  167: 		ksEvtPool.standardSel &= ~KS_SEL_RCTRL;
+  168: 		return;
+  169: 	}
+  170: 	else if (key ==HID_KEY_LEFT_GUI)
   171: 	{
-  172: 		if (found == 0) 
-001F65 ED                MOV     A,R5
-001F66 7021              JNZ     ?C0062?KEYSCAN
-  173: 		{
-  174: 			if (ksEvtPool.ksPool[i] == key) {
-001F68 744F              MOV     A,#LOW ksEvtPool+01H
-001F6A 2E                ADD     A,R6
-001F6B F582              MOV     DPL,A
-001F6D E4                CLR     A
-001F6E 344E              ADDC    A,#HIGH ksEvtPool+01H
-001F70 F583              MOV     DPH,A
-001F72 E0                MOVX    A,@DPTR
-001F73 6F                XRL     A,R7
-001F74 7047              JNZ     ?C0061?KEYSCAN
-  175: 				if (i == KS_BUFF_POLL_LEN-1) {
-001F76 EE                MOV     A,R6
-001F77 B4050B            CJNE    A,#05H,?C0064?KEYSCAN
-  176: 					ksEvtPool.ksPool[i] = 0;
-001F7A 244F              ADD     A,#LOW ksEvtPool+01H
-001F7C F582              MOV     DPL,A
-001F7E E4                CLR     A
-001F7F 344E              ADDC    A,#HIGH ksEvtPool+01H
-001F81 F583              MOV     DPH,A
-001F83 E4                CLR     A
-001F84 F0                MOVX    @DPTR,A
-  177: 				}
-001F85         ?C0064?KEYSCAN:
-  178: 				found = 1;
-001F85 7D01              MOV     R5,#01H
-  179: 			}
-  180: 		}
-001F87 8034              SJMP    ?C0061?KEYSCAN
-001F89         ?C0062?KEYSCAN:
-  181: 		else 
-  182: 		{
-  183: 			ksEvtPool.ksPool[i-1] = ksEvtPool.ksPool[i];
-001F89 744F              MOV     A,#LOW ksEvtPool+01H
-001F8B 2E                ADD     A,R6
-001F8C F582              MOV     DPL,A
-001F8E E4                CLR     A
-001F8F 344E              ADDC    A,#HIGH ksEvtPool+01H
-001F91 F583              MOV     DPH,A
-001F93 E0                MOVX    A,@DPTR
-001F94 FC                MOV     R4,A
-001F95 744E              MOV     A,#LOW ksEvtPool
-001F97 2E                ADD     A,R6
-001F98 F582              MOV     DPL,A
-001F9A E4                CLR     A
-001F9B 344E              ADDC    A,#HIGH ksEvtPool
-001F9D F583              MOV     DPH,A
-001F9F EC                MOV     A,R4
-001FA0 F0                MOVX    @DPTR,A
-  184: 			if (ksEvtPool.ksPool[i] == 0)
-001FA1 744F              MOV     A,#LOW ksEvtPool+01H
-001FA3 2E                ADD     A,R6
-001FA4 F582              MOV     DPL,A
-001FA6 E4                CLR     A
-001FA7 344E              ADDC    A,#HIGH ksEvtPool+01H
-001FA9 F583              MOV     DPH,A
-001FAB E0                MOVX    A,@DPTR
-001FAC 6014              JZ      ?C0038?KEYSCAN
-  185: 				break;
-001FAE         ?C0066?KEYSCAN:
-  186: 			if (i == KS_BUFF_POLL_LEN-1) {
-001FAE EE                MOV     A,R6
-001FAF B4050B            CJNE    A,#05H,?C0061?KEYSCAN
-  187: 				ksEvtPool.ksPool[i] = 0;
-001FB2 244F              ADD     A,#LOW ksEvtPool+01H
-001FB4 F582              MOV     DPL,A
-001FB6 E4                CLR     A
-001FB7 344E              ADDC    A,#HIGH ksEvtPool+01H
-001FB9 F583              MOV     DPH,A
-001FBB E4                CLR     A
-001FBC F0                MOVX    @DPTR,A
-  188: 			}
-  189: 		}
-  190: 	}
-001FBD         ?C0061?KEYSCAN:
-001FBD 0E                INC     R6
-001FBE EE                MOV     A,R6
-001FBF B406A3            CJNE    A,#06H,?C0059?KEYSCAN
-  191: }
-001FC2         ?C0038?KEYSCAN:
-001FC2 22                RET     
+  172: 		ksEvtPool.standardSel &= ~KS_SEL_LGUI;
+  173: 		return;
+  174: 	}
+  175: 	else if (key ==HID_KEY_LEFT_ALT)
+  176: 	{
+  177: 		ksEvtPool.standardSel &= ~KS_SEL_LALT;
+  178: 		return;
+  179: 	}
+  180: 	else if (key ==HID_KEY_LEFT_SHIFT) 
+  181: 	{
+  182: 		ksEvtPool.standardSel &= ~KS_SEL_LSHIFT;
+  183: 		return;
+  184: 	}
+  185: 	else if (key ==HID_KEY_LEFT_CTL) 
+  186: 	{
+  187: 		ksEvtPool.standardSel &= ~ KS_SEL_LCTRL;
+  188: 		return;
+  189: 	}
+  190: */	
+  191: 	for (i=0 ; i<KS_BUFF_POLL_LEN ; i++) 
+001CF2 E4                CLR     A
+001CF3 FE                MOV     R6,A
+001CF4         ?C0019?KEYSCAN:
+  192: 	{
+  193: 		if (found == 0) 
+001CF4 ED                MOV     A,R5
+001CF5 7021              JNZ     ?C0022?KEYSCAN
+  194: 		{
+  195: 			if (ksEvtPool.ksPool[i] == key) {
+001CF7 744F              MOV     A,#LOW ksEvtPool+01H
+001CF9 2E                ADD     A,R6
+001CFA F582              MOV     DPL,A
+001CFC E4                CLR     A
+001CFD 344E              ADDC    A,#HIGH ksEvtPool+01H
+001CFF F583              MOV     DPH,A
+001D01 E0                MOVX    A,@DPTR
+001D02 6F                XRL     A,R7
+001D03 7047              JNZ     ?C0021?KEYSCAN
+  196: 				if (i == KS_BUFF_POLL_LEN-1) {
+001D05 EE                MOV     A,R6
+001D06 B4050B            CJNE    A,#05H,?C0024?KEYSCAN
+  197: 					ksEvtPool.ksPool[i] = 0;
+001D09 244F              ADD     A,#LOW ksEvtPool+01H
+001D0B F582              MOV     DPL,A
+001D0D E4                CLR     A
+001D0E 344E              ADDC    A,#HIGH ksEvtPool+01H
+001D10 F583              MOV     DPH,A
+001D12 E4                CLR     A
+001D13 F0                MOVX    @DPTR,A
+  198: 				}
+001D14         ?C0024?KEYSCAN:
+  199: 				found = 1;
+001D14 7D01              MOV     R5,#01H
+  200: 			}
+  201: 		}
+001D16 8034              SJMP    ?C0021?KEYSCAN
+001D18         ?C0022?KEYSCAN:
+  202: 		else 
+  203: 		{
+  204: 			ksEvtPool.ksPool[i-1] = ksEvtPool.ksPool[i];
+001D18 744F              MOV     A,#LOW ksEvtPool+01H
+001D1A 2E                ADD     A,R6
+001D1B F582              MOV     DPL,A
+001D1D E4                CLR     A
+001D1E 344E              ADDC    A,#HIGH ksEvtPool+01H
+001D20 F583              MOV     DPH,A
+001D22 E0                MOVX    A,@DPTR
+001D23 FC                MOV     R4,A
+001D24 744E              MOV     A,#LOW ksEvtPool
+001D26 2E                ADD     A,R6
+001D27 F582              MOV     DPL,A
+001D29 E4                CLR     A
+001D2A 344E              ADDC    A,#HIGH ksEvtPool
+001D2C F583              MOV     DPH,A
+001D2E EC                MOV     A,R4
+001D2F F0                MOVX    @DPTR,A
+  205: 			if (ksEvtPool.ksPool[i] == 0)
+001D30 744F              MOV     A,#LOW ksEvtPool+01H
+001D32 2E                ADD     A,R6
+001D33 F582              MOV     DPL,A
+001D35 E4                CLR     A
+001D36 344E              ADDC    A,#HIGH ksEvtPool+01H
+001D38 F583              MOV     DPH,A
+001D3A E0                MOVX    A,@DPTR
+001D3B 6014              JZ      ?C0018?KEYSCAN
+  206: 				break;
+001D3D         ?C0026?KEYSCAN:
+  207: 			if (i == KS_BUFF_POLL_LEN-1) {
+001D3D EE                MOV     A,R6
+001D3E B4050B            CJNE    A,#05H,?C0021?KEYSCAN
+  208: 				ksEvtPool.ksPool[i] = 0;
+001D41 244F              ADD     A,#LOW ksEvtPool+01H
+001D43 F582              MOV     DPL,A
+001D45 E4                CLR     A
+001D46 344E              ADDC    A,#HIGH ksEvtPool+01H
+001D48 F583              MOV     DPH,A
+001D4A E4                CLR     A
+001D4B F0                MOVX    @DPTR,A
+  209: 			}
+  210: 		}
+  211: 	}
+001D4C         ?C0021?KEYSCAN:
+001D4C 0E                INC     R6
+001D4D EE                MOV     A,R6
+001D4E B406A3            CJNE    A,#06H,?C0019?KEYSCAN
+  212: }
+001D51         ?C0018?KEYSCAN:
+001D51 22                RET     
 ----- FUNCTION _keyOut (END) -------
 
 
+----- FUNCTION KS_ScanMatrix (BEGIN) -----
+ FILE: 'keyscan.c'
+  285: void KS_ScanMatrix()
+  286: {
+  287: 	byte i = 0;
+  288: 	byte j = 0;
+;---- Variable 'i' assigned to Register 'R7' ----
+001D52 E4                CLR     A
+001D53 FF                MOV     R7,A
+  289: 	byte tgroup = 0;
+001D54 904E86            MOV     DPTR,#j
+001D57 F0                MOVX    @DPTR,A
+  290: 	byte tgpionum = 0;
+;---- Variable 'tgroup' assigned to Register 'R6' ----
+001D58 FE                MOV     R6,A
+  291: 	byte temp = 0;
+;---- Variable 'tgpionum' assigned to Register 'R5' ----
+001D59 FD                MOV     R5,A
+  292: 	byte check = 0;
+001D5A A3                INC     DPTR
+001D5B F0                MOVX    @DPTR,A
+  293: 	byte rawSel = 0;
+001D5C A3                INC     DPTR
+001D5D F0                MOVX    @DPTR,A
+  294: 	for (i=0; col[i]!=0; i++) {
+001D5E A3                INC     DPTR
+001D5F F0                MOVX    @DPTR,A
+  295: 		tgroup = col[i]  >> 3;
+001D60         ?C0045?KEYSCAN:
+001D60 EF                MOV     A,R7
+001D61 90060C            MOV     DPTR,#col
+001D64 93                MOVC    A,@A+DPTR
+001D65 607C              JZ      ?C0046?KEYSCAN
+  296: 		tgpionum = 1 << (col[i] & 7);
+001D67 EF                MOV     A,R7
+001D68 93                MOVC    A,@A+DPTR
+001D69 FD                MOV     R5,A
+001D6A 13                RRC     A
+001D6B 13                RRC     A
+001D6C 13                RRC     A
+001D6D 541F              ANL     A,#01FH
+001D6F FE                MOV     R6,A
+  297: 		GET_RAW_KEY_SEL(ksSelMapCurr[i], tgroup, tgpionum);
+001D70 ED                MOV     A,R5
+001D71 5407              ANL     A,#07H
+001D73 FD                MOV     R5,A
+001D74 7401              MOV     A,#01H
+001D76 A805              MOV     R0,AR5
+001D78 08                INC     R0
+001D79 8002              SJMP    ?C0095?KEYSCAN
+001D7B         ?C0094?KEYSCAN:
+001D7B C3                CLR     C
+001D7C 33                RLC     A
+001D7D         ?C0095?KEYSCAN:
+001D7D D8FC              DJNZ    R0,?C0094?KEYSCAN
+001D7F FD                MOV     R5,A
+  298: 	}
+001D80 EE                MOV     A,R6
+001D81 2478              ADD     A,#078H
+001D83 FB                MOV     R3,A
+001D84 E4                CLR     A
+001D85 3480              ADDC    A,#080H
+001D87 8B82              MOV     DPL,R3
+001D89 F583              MOV     DPH,A
+001D8B E0                MOVX    A,@DPTR
+001D8C FC                MOV     R4,A
+001D8D ED                MOV     A,R5
+001D8E F4                CPL     A
+001D8F FB                MOV     R3,A
+001D90 EC                MOV     A,R4
+001D91 5B                ANL     A,R3
+001D92 F0                MOVX    @DPTR,A
+001D93 EE                MOV     A,R6
+001D94 2470              ADD     A,#070H
+001D96 F582              MOV     DPL,A
+001D98 E4                CLR     A
+001D99 3480              ADDC    A,#080H
+001D9B F583              MOV     DPH,A
+001D9D E0                MOVX    A,@DPTR
+001D9E 4D                ORL     A,R5
+001D9F F0                MOVX    @DPTR,A
+001DA0 EE                MOV     A,R6
+001DA1 2474              ADD     A,#074H
+001DA3 F582              MOV     DPL,A
+001DA5 E4                CLR     A
+001DA6 3480              ADDC    A,#080H
+001DA8 F583              MOV     DPH,A
+001DAA E0                MOVX    A,@DPTR
+001DAB 5B                ANL     A,R3
+001DAC F0                MOVX    @DPTR,A
+001DAD 90811C            MOV     DPTR,#0811CH
+001DB0 E0                MOVX    A,@DPTR
+001DB1 F4                CPL     A
+001DB2 FC                MOV     R4,A
+001DB3 74BC              MOV     A,#LOW ksSelMapCurr
+001DB5 2F                ADD     A,R7
+001DB6 F582              MOV     DPL,A
+001DB8 E4                CLR     A
+001DB9 344D              ADDC    A,#HIGH ksSelMapCurr
+001DBB F583              MOV     DPH,A
+001DBD EC                MOV     A,R4
+001DBE F0                MOVX    @DPTR,A
+001DBF EE                MOV     A,R6
+001DC0 2478              ADD     A,#078H
+001DC2 FB                MOV     R3,A
+001DC3 E4                CLR     A
+001DC4 3480              ADDC    A,#080H
+001DC6 8B82              MOV     DPL,R3
+001DC8 F583              MOV     DPH,A
+001DCA E0                MOVX    A,@DPTR
+001DCB 4D                ORL     A,R5
+001DCC F0                MOVX    @DPTR,A
+001DCD EE                MOV     A,R6
+001DCE 2470              ADD     A,#070H
+001DD0 FB                MOV     R3,A
+001DD1 E4                CLR     A
+001DD2 3480              ADDC    A,#080H
+001DD4 8B82              MOV     DPL,R3
+001DD6 F583              MOV     DPH,A
+001DD8 E0                MOVX    A,@DPTR
+001DD9 FC                MOV     R4,A
+001DDA ED                MOV     A,R5
+001DDB F4                CPL     A
+001DDC FB                MOV     R3,A
+001DDD EC                MOV     A,R4
+001DDE 5B                ANL     A,R3
+001DDF F0                MOVX    @DPTR,A
+  299: 
+001DE0 0F                INC     R7
+001DE1 A160              AJMP    ?C0045?KEYSCAN
+001DE3         ?C0046?KEYSCAN:
+  300: 	for (i=0; col[i]!=0; i++) {
+001DE3 E4                CLR     A
+001DE4 FF                MOV     R7,A
+001DE5         ?C0048?KEYSCAN:
+001DE5 EF                MOV     A,R7
+001DE6 90060C            MOV     DPTR,#col
+001DE9 93                MOVC    A,@A+DPTR
+001DEA 607C              JZ      ?C0049?KEYSCAN
+  301: 		tgroup = col[i]  >> 3;
+001DEC EF                MOV     A,R7
+001DED 93                MOVC    A,@A+DPTR
+001DEE FD                MOV     R5,A
+001DEF 13                RRC     A
+001DF0 13                RRC     A
+001DF1 13                RRC     A
+001DF2 541F              ANL     A,#01FH
+001DF4 FE                MOV     R6,A
+  302: 		tgpionum = 1 << (col[i] & 7);
+001DF5 ED                MOV     A,R5
+001DF6 5407              ANL     A,#07H
+001DF8 FD                MOV     R5,A
+001DF9 7401              MOV     A,#01H
+001DFB A805              MOV     R0,AR5
+001DFD 08                INC     R0
+001DFE 8002              SJMP    ?C0097?KEYSCAN
+001E00         ?C0096?KEYSCAN:
+001E00 C3                CLR     C
+001E01 33                RLC     A
+001E02         ?C0097?KEYSCAN:
+001E02 D8FC              DJNZ    R0,?C0096?KEYSCAN
+001E04 FD                MOV     R5,A
+  303: 		GET_RAW_KEY_SEL(ksSelMapCheck[i], tgroup, tgpionum);
+001E05 EE                MOV     A,R6
+001E06 2478              ADD     A,#078H
+001E08 FB                MOV     R3,A
+001E09 E4                CLR     A
+001E0A 3480              ADDC    A,#080H
+001E0C 8B82              MOV     DPL,R3
+001E0E F583              MOV     DPH,A
+001E10 E0                MOVX    A,@DPTR
+001E11 FC                MOV     R4,A
+001E12 ED                MOV     A,R5
+001E13 F4                CPL     A
+001E14 FB                MOV     R3,A
+001E15 EC                MOV     A,R4
+001E16 5B                ANL     A,R3
+001E17 F0                MOVX    @DPTR,A
+001E18 EE                MOV     A,R6
+001E19 2470              ADD     A,#070H
+001E1B F582              MOV     DPL,A
+001E1D E4                CLR     A
+001E1E 3480              ADDC    A,#080H
+001E20 F583              MOV     DPH,A
+001E22 E0                MOVX    A,@DPTR
+001E23 4D                ORL     A,R5
+001E24 F0                MOVX    @DPTR,A
+001E25 EE                MOV     A,R6
+001E26 2474              ADD     A,#074H
+001E28 F582              MOV     DPL,A
+001E2A E4                CLR     A
+001E2B 3480              ADDC    A,#080H
+001E2D F583              MOV     DPH,A
+001E2F E0                MOVX    A,@DPTR
+001E30 5B                ANL     A,R3
+001E31 F0                MOVX    @DPTR,A
+001E32 90811C            MOV     DPTR,#0811CH
+001E35 E0                MOVX    A,@DPTR
+001E36 F4                CPL     A
+001E37 FC                MOV     R4,A
+001E38 74A8              MOV     A,#LOW ksSelMapCheck
+001E3A 2F                ADD     A,R7
+001E3B F582              MOV     DPL,A
+001E3D E4                CLR     A
+001E3E 344D              ADDC    A,#HIGH ksSelMapCheck
+001E40 F583              MOV     DPH,A
+001E42 EC                MOV     A,R4
+001E43 F0                MOVX    @DPTR,A
+001E44 EE                MOV     A,R6
+001E45 2478              ADD     A,#078H
+001E47 FB                MOV     R3,A
+001E48 E4                CLR     A
+001E49 3480              ADDC    A,#080H
+001E4B 8B82              MOV     DPL,R3
+001E4D F583              MOV     DPH,A
+001E4F E0                MOVX    A,@DPTR
+001E50 4D                ORL     A,R5
+001E51 F0                MOVX    @DPTR,A
+001E52 EE                MOV     A,R6
+001E53 2470              ADD     A,#070H
+001E55 FB                MOV     R3,A
+001E56 E4                CLR     A
+001E57 3480              ADDC    A,#080H
+001E59 8B82              MOV     DPL,R3
+001E5B F583              MOV     DPH,A
+001E5D E0                MOVX    A,@DPTR
+001E5E FC                MOV     R4,A
+001E5F ED                MOV     A,R5
+001E60 F4                CPL     A
+001E61 FB                MOV     R3,A
+001E62 EC                MOV     A,R4
+001E63 5B                ANL     A,R3
+001E64 F0                MOVX    @DPTR,A
+  304: 	}
+001E65 0F                INC     R7
+001E66 A1E5              AJMP    ?C0048?KEYSCAN
+001E68         ?C0049?KEYSCAN:
+  305: 
+  306: 	for (i=0; col[i]!=0; i++) {
+001E68 E4                CLR     A
+001E69 FF                MOV     R7,A
+001E6A         ?C0051?KEYSCAN:
+001E6A EF                MOV     A,R7
+001E6B 90060C            MOV     DPTR,#col
+001E6E 93                MOVC    A,@A+DPTR
+001E6F 6040              JZ      ?C0055?KEYSCAN
+  307: 		if (ksSelMapCheck[i]!=ksSelMapCurr[i]) {
+001E71 74BC              MOV     A,#LOW ksSelMapCurr
+001E73 2F                ADD     A,R7
+001E74 F582              MOV     DPL,A
+001E76 E4                CLR     A
+001E77 344D              ADDC    A,#HIGH ksSelMapCurr
+001E79 F583              MOV     DPH,A
+001E7B E0                MOVX    A,@DPTR
+001E7C FE                MOV     R6,A
+001E7D 74A8              MOV     A,#LOW ksSelMapCheck
+001E7F 2F                ADD     A,R7
+001E80 F582              MOV     DPL,A
+001E82 E4                CLR     A
+001E83 344D              ADDC    A,#HIGH ksSelMapCheck
+001E85 F583              MOV     DPH,A
+001E87 E0                MOVX    A,@DPTR
+001E88 6E                XRL     A,R6
+001E89 6023              JZ      ?C0053?KEYSCAN
+  308: 			ksSelMapCurr[i] &= ksSelMapCheck[i];
+001E8B 74BC              MOV     A,#LOW ksSelMapCurr
+001E8D 2F                ADD     A,R7
+001E8E F582              MOV     DPL,A
+001E90 E4                CLR     A
+001E91 344D              ADDC    A,#HIGH ksSelMapCurr
+001E93 F583              MOV     DPH,A
+001E95 C083              PUSH    DPH
+001E97 C082              PUSH    DPL
+001E99 E0                MOVX    A,@DPTR
+001E9A FE                MOV     R6,A
+001E9B 74A8              MOV     A,#LOW ksSelMapCheck
+001E9D 2F                ADD     A,R7
+001E9E F582              MOV     DPL,A
+001EA0 E4                CLR     A
+001EA1 344D              ADDC    A,#HIGH ksSelMapCheck
+001EA3 F583              MOV     DPH,A
+001EA5 E0                MOVX    A,@DPTR
+001EA6 FD                MOV     R5,A
+001EA7 EE                MOV     A,R6
+001EA8 5D                ANL     A,R5
+001EA9 D082              POP     DPL
+001EAB D083              POP     DPH
+001EAD F0                MOVX    @DPTR,A
+  309: 		}
+  310: 	}
+001EAE         ?C0053?KEYSCAN:
+001EAE 0F                INC     R7
+001EAF 80B9              SJMP    ?C0051?KEYSCAN
+  311: }
+001EB1         ?C0055?KEYSCAN:
+001EB1 22                RET     
+----- FUNCTION KS_ScanMatrix (END) -------
+
+
 ----- FUNCTION KS_Unistall (BEGIN) -----
  FILE: 'keyscan.c'
-  219: void KS_Unistall()
-  220: {
-  221: 	byte i = 0;
-  222: 	byte temp = 0;
+  240: void KS_Unistall()
+  241: {
+  242: 	byte i = 0;
+  243: 	byte temp = 0;
 ;---- Variable 'i' assigned to Register 'R7' ----
-001FC3 E4                CLR     A
-001FC4 FF                MOV     R7,A
-  223: 	byte tgroup = 0;
-001FC5 904EB4            MOV     DPTR,#temp
-001FC8 F0                MOVX    @DPTR,A
-  224: 	byte tgpionum = 0;
+001EB2 E4                CLR     A
+001EB3 FF                MOV     R7,A
+  244: 	byte tgroup = 0;
+001EB4 904EB4            MOV     DPTR,#temp
+001EB7 F0                MOVX    @DPTR,A
+  245: 	byte tgpionum = 0;
 ;---- Variable 'tgroup' assigned to Register 'R6' ----
-001FC9 FE                MOV     R6,A
-  225: 	for (i=0; col[i]!=0; i++) {
+001EB8 FE                MOV     R6,A
+  246: 	for (i=0; col[i]!=0; i++) {
 ;---- Variable 'tgpionum' assigned to Register 'R5' ----
-001FCA FD                MOV     R5,A
-  226: 		tgroup = col[i]  >> 3;
-001FCB         ?C0077?KEYSCAN:
-001FCB EF                MOV     A,R7
-001FCC 90060C            MOV     DPTR,#col
-001FCF 93                MOVC    A,@A+DPTR
-001FD0 6049              JZ      ?C0078?KEYSCAN
-  227: 		tgpionum = 1 << (col[i] & 7);
-001FD2 EF                MOV     A,R7
-001FD3 93                MOVC    A,@A+DPTR
-001FD4 FD                MOV     R5,A
-001FD5 13                RRC     A
-001FD6 13                RRC     A
-001FD7 13                RRC     A
-001FD8 541F              ANL     A,#01FH
-001FDA FE                MOV     R6,A
-  228: 		REG_GPIO_PUP (tgroup) &= ~tgpionum;
-001FDB ED                MOV     A,R5
-001FDC 5407              ANL     A,#07H
-001FDE FD                MOV     R5,A
-001FDF 7401              MOV     A,#01H
-001FE1 A805              MOV     R0,AR5
-001FE3 08                INC     R0
-001FE4 8002              SJMP    ?C0129?KEYSCAN
-001FE6         ?C0128?KEYSCAN:
-001FE6 C3                CLR     C
-001FE7 33                RLC     A
-001FE8         ?C0129?KEYSCAN:
-001FE8 D8FC              DJNZ    R0,?C0128?KEYSCAN
-001FEA FD                MOV     R5,A
-  229: 		REG_GPIO_OE(tgroup) |= tgpionum;
-001FEB EE                MOV     A,R6
-001FEC 2478              ADD     A,#078H
-001FEE FB                MOV     R3,A
-001FEF E4                CLR     A
-001FF0 3480              ADDC    A,#080H
-001FF2 8B82              MOV     DPL,R3
-001FF4 F583              MOV     DPH,A
-001FF6 E0                MOVX    A,@DPTR
-001FF7 FC                MOV     R4,A
-001FF8 ED                MOV     A,R5
-001FF9 F4                CPL     A
-001FFA FB                MOV     R3,A
-001FFB EC                MOV     A,R4
-001FFC 5B                ANL     A,R3
-001FFD F0                MOVX    @DPTR,A
-  230: 		REG_GPIO_OUT(tgroup) &= ~tgpionum;
-001FFE EE                MOV     A,R6
-001FFF 2470              ADD     A,#070H
-002001 F582              MOV     DPL,A
-002003 E4                CLR     A
-002004 3480              ADDC    A,#080H
-002006 F583              MOV     DPH,A
-002008 E0                MOVX    A,@DPTR
-002009 4D                ORL     A,R5
-00200A F0                MOVX    @DPTR,A
-  231: 	}
-00200B EE                MOV     A,R6
-00200C 2474              ADD     A,#074H
-00200E F582              MOV     DPL,A
-002010 E4                CLR     A
-002011 3480              ADDC    A,#080H
-002013 F583              MOV     DPH,A
-002015 E0                MOVX    A,@DPTR
-002016 5B                ANL     A,R3
-002017 F0                MOVX    @DPTR,A
-  232: 	
-002018 0F                INC     R7
-002019 80B0              SJMP    ?C0077?KEYSCAN
-00201B         ?C0078?KEYSCAN:
-  233: 	GPIO_fillpd();
-00201B 3151              ACALL   GPIO_fillpd
-  234: 	
-  235: 	temp = REG_GPIO_IN(0);
-00201D 90811C            MOV     DPTR,#0811CH
-002020 E0                MOVX    A,@DPTR
-002021 904EB4            MOV     DPTR,#temp
-002024 F0                MOVX    @DPTR,A
-  236: 	if (g_variable.battery_status != 2)
-002025 904CD5            MOV     DPTR,#g_variable+016H
-002028 E0                MOVX    A,@DPTR
-002029 6402              XRL     A,#02H
-00202B 6036              JZ      ?C0080?KEYSCAN
-  237: 	{
-  238: 		if(long_press_flag)
-00202D 904DD5            MOV     DPTR,#long_press_flag
-002030 E0                MOVX    A,@DPTR
-002031 6020              JZ      ?C0081?KEYSCAN
-  239: 		{
-  240: 			GPIO_SetWakeupByCurrentState(0);
-002033 E4                CLR     A
-002034 FF                MOV     R7,A
-002035 116D              ACALL   _GPIO_SetWakeupByCurrentState
-  241: 			GPIO_SetWakeupByCurrentState(1);
-002037 7F01              MOV     R7,#01H
-002039 116D              ACALL   _GPIO_SetWakeupByCurrentState
-  242: 			GPIO_SetWakeupByCurrentState(2);
-00203B 7F02              MOV     R7,#02H
-00203D 116D              ACALL   _GPIO_SetWakeupByCurrentState
-  243: 			GPIO_SetWakeupByCurrentState(3);
-00203F 7F03              MOV     R7,#03H
-002041 116D              ACALL   _GPIO_SetWakeupByCurrentState
-  244: 			GPIO_SetWakeupByCurrentState(4);
-002043 7F04              MOV     R7,#04H
-002045 116D              ACALL   _GPIO_SetWakeupByCurrentState
-  245: 			GPIO_SetWakeupByCurrentState(5);
-002047 7F05              MOV     R7,#05H
-002049 116D              ACALL   _GPIO_SetWakeupByCurrentState
-  246: 			GPIO_SetWakeupByCurrentState(6);
-00204B 7F06              MOV     R7,#06H
-00204D 116D              ACALL   _GPIO_SetWakeupByCurrentState
-  247: 			GPIO_SetWakeupByCurrentState(7);
-00204F 7F07              MOV     R7,#07H
-002051 801A              SJMP    _GPIO_SetWakeupByCurrentState
-  248: 		}
-002053         ?C0081?KEYSCAN:
-  249: 		else
-  250: 		{
-  251: 			YC_GPIOWakeupL[0] = temp;
-002053 904EB4            MOV     DPTR,#temp
-002056 E0                MOVX    A,@DPTR
-002057 FF                MOV     R7,A
-002058 9000A3            MOV     DPTR,#YC_GPIOWakeupL
-00205B F0                MOVX    @DPTR,A
-  252: 			YC_GPIOWakeupH[0] = ~temp;
-00205C EF                MOV     A,R7
-00205D F4                CPL     A
-00205E 9000A7            MOV     DPTR,#YC_GPIOWakeupH
-002061 F0                MOVX    @DPTR,A
-  253: 		}
-  254: 
-  255: 	}
-002062 22                RET     
-002063         ?C0080?KEYSCAN:
-  256: 	else
-  257: 	{
-  258: 		YC_GPIOWakeupL[0] = 0;
-002063 E4                CLR     A
-002064 9000A3            MOV     DPTR,#YC_GPIOWakeupL
-002067 F0                MOVX    @DPTR,A
-  259: 		YC_GPIOWakeupH[0] = 0;
-002068 9000A7            MOV     DPTR,#YC_GPIOWakeupH
-00206B F0                MOVX    @DPTR,A
-  260: 	}
-  261: }
-00206C 22                RET     
+001EB9 FD                MOV     R5,A
+  247: 		tgroup = col[i]  >> 3;
+001EBA         ?C0037?KEYSCAN:
+001EBA EF                MOV     A,R7
+001EBB 90060C            MOV     DPTR,#col
+001EBE 93                MOVC    A,@A+DPTR
+001EBF 6049              JZ      ?C0038?KEYSCAN
+  248: 		tgpionum = 1 << (col[i] & 7);
+001EC1 EF                MOV     A,R7
+001EC2 93                MOVC    A,@A+DPTR
+001EC3 FD                MOV     R5,A
+001EC4 13                RRC     A
+001EC5 13                RRC     A
+001EC6 13                RRC     A
+001EC7 541F              ANL     A,#01FH
+001EC9 FE                MOV     R6,A
+  249: 		REG_GPIO_PUP (tgroup) &= ~tgpionum;
+001ECA ED                MOV     A,R5
+001ECB 5407              ANL     A,#07H
+001ECD FD                MOV     R5,A
+001ECE 7401              MOV     A,#01H
+001ED0 A805              MOV     R0,AR5
+001ED2 08                INC     R0
+001ED3 8002              SJMP    ?C0093?KEYSCAN
+001ED5         ?C0092?KEYSCAN:
+001ED5 C3                CLR     C
+001ED6 33                RLC     A
+001ED7         ?C0093?KEYSCAN:
+001ED7 D8FC              DJNZ    R0,?C0092?KEYSCAN
+001ED9 FD                MOV     R5,A
+  250: 		REG_GPIO_OE(tgroup) |= tgpionum;
+001EDA EE                MOV     A,R6
+001EDB 2478              ADD     A,#078H
+001EDD FB                MOV     R3,A
+001EDE E4                CLR     A
+001EDF 3480              ADDC    A,#080H
+001EE1 8B82              MOV     DPL,R3
+001EE3 F583              MOV     DPH,A
+001EE5 E0                MOVX    A,@DPTR
+001EE6 FC                MOV     R4,A
+001EE7 ED                MOV     A,R5
+001EE8 F4                CPL     A
+001EE9 FB                MOV     R3,A
+001EEA EC                MOV     A,R4
+001EEB 5B                ANL     A,R3
+001EEC F0                MOVX    @DPTR,A
+  251: 		REG_GPIO_OUT(tgroup) &= ~tgpionum;
+001EED EE                MOV     A,R6
+001EEE 2470              ADD     A,#070H
+001EF0 F582              MOV     DPL,A
+001EF2 E4                CLR     A
+001EF3 3480              ADDC    A,#080H
+001EF5 F583              MOV     DPH,A
+001EF7 E0                MOVX    A,@DPTR
+001EF8 4D                ORL     A,R5
+001EF9 F0                MOVX    @DPTR,A
+  252: 	}
+001EFA EE                MOV     A,R6
+001EFB 2474              ADD     A,#074H
+001EFD F582              MOV     DPL,A
+001EFF E4                CLR     A
+001F00 3480              ADDC    A,#080H
+001F02 F583              MOV     DPH,A
+001F04 E0                MOVX    A,@DPTR
+001F05 5B                ANL     A,R3
+001F06 F0                MOVX    @DPTR,A
+  253: 	
+001F07 0F                INC     R7
+001F08 80B0              SJMP    ?C0037?KEYSCAN
+001F0A         ?C0038?KEYSCAN:
+  254: 	GPIO_fillpd();
+001F0A 1226A6            LCALL   GPIO_fillpd
+  255: 	
+  256: 	temp = REG_GPIO_IN(0);
+001F0D 90811C            MOV     DPTR,#0811CH
+001F10 E0                MOVX    A,@DPTR
+001F11 904EB4            MOV     DPTR,#temp
+001F14 F0                MOVX    @DPTR,A
+  257: 	if (g_variable.battery_status != 2)
+001F15 904CD5            MOV     DPTR,#g_variable+016H
+001F18 E0                MOVX    A,@DPTR
+001F19 6402              XRL     A,#02H
+001F1B 6036              JZ      ?C0040?KEYSCAN
+  258: 	{
+  259: 		if(long_press_flag)
+001F1D 904DD5            MOV     DPTR,#long_press_flag
+001F20 E0                MOVX    A,@DPTR
+001F21 6020              JZ      ?C0041?KEYSCAN
+  260: 		{
+  261: 			GPIO_SetWakeupByCurrentState(0);
+001F23 E4                CLR     A
+001F24 FF                MOV     R7,A
+001F25 F15D              ACALL   _GPIO_SetWakeupByCurrentState
+  262: 			GPIO_SetWakeupByCurrentState(1);
+001F27 7F01              MOV     R7,#01H
+001F29 F15D              ACALL   _GPIO_SetWakeupByCurrentState
+  263: 			GPIO_SetWakeupByCurrentState(2);
+001F2B 7F02              MOV     R7,#02H
+001F2D F15D              ACALL   _GPIO_SetWakeupByCurrentState
+  264: 			GPIO_SetWakeupByCurrentState(3);
+001F2F 7F03              MOV     R7,#03H
+001F31 F15D              ACALL   _GPIO_SetWakeupByCurrentState
+  265: 			GPIO_SetWakeupByCurrentState(4);
+001F33 7F04              MOV     R7,#04H
+001F35 F15D              ACALL   _GPIO_SetWakeupByCurrentState
+  266: 			GPIO_SetWakeupByCurrentState(5);
+001F37 7F05              MOV     R7,#05H
+001F39 F15D              ACALL   _GPIO_SetWakeupByCurrentState
+  267: 			GPIO_SetWakeupByCurrentState(6);
+001F3B 7F06              MOV     R7,#06H
+001F3D F15D              ACALL   _GPIO_SetWakeupByCurrentState
+  268: 			GPIO_SetWakeupByCurrentState(7);
+001F3F 7F07              MOV     R7,#07H
+001F41 801A              SJMP    _GPIO_SetWakeupByCurrentState
+  269: 		}
+001F43         ?C0041?KEYSCAN:
+  270: 		else
+  271: 		{
+  272: 			YC_GPIOWakeupL[0] = temp;
+001F43 904EB4            MOV     DPTR,#temp
+001F46 E0                MOVX    A,@DPTR
+001F47 FF                MOV     R7,A
+001F48 9000A3            MOV     DPTR,#YC_GPIOWakeupL
+001F4B F0                MOVX    @DPTR,A
+  273: 			YC_GPIOWakeupH[0] = ~temp;
+001F4C EF                MOV     A,R7
+001F4D F4                CPL     A
+001F4E 9000A7            MOV     DPTR,#YC_GPIOWakeupH
+001F51 F0                MOVX    @DPTR,A
+  274: 		}
+  275: 
+  276: 	}
+001F52 22                RET     
+001F53         ?C0040?KEYSCAN:
+  277: 	else
+  278: 	{
+  279: 		YC_GPIOWakeupL[0] = 0;
+001F53 E4                CLR     A
+001F54 9000A3            MOV     DPTR,#YC_GPIOWakeupL
+001F57 F0                MOVX    @DPTR,A
+  280: 		YC_GPIOWakeupH[0] = 0;
+001F58 9000A7            MOV     DPTR,#YC_GPIOWakeupH
+001F5B F0                MOVX    @DPTR,A
+  281: 	}
+  282: }
+001F5C 22                RET     
 ----- FUNCTION KS_Unistall (END) -------
 
 
 ----- FUNCTION _GPIO_SetWakeupByCurrentState (BEGIN) -----
-00206D 904EB8            MOV     DPTR,#gpio_num
-002070 EF                MOV     A,R7
-002071 F0                MOVX    @DPTR,A
-002072 310C              ACALL   _GPIO_GetInputStatus
-002074 9208              MOV     st,C
-002076 904EB8            MOV     DPTR,#gpio_num
-002079 E0                MOVX    A,@DPTR
-00207A FF                MOV     R7,A
-00207B A208              MOV     C,st
-00207D B3                CPL     C
-00207E 9207              MOV     ?_GPIO_SetWakeup?BIT,C
+001F5D 904EB7            MOV     DPTR,#gpio_num
+001F60 EF                MOV     A,R7
+001F61 F0                MOVX    @DPTR,A
+001F62 12265F            LCALL   _GPIO_GetInputStatus
+001F65 9208              MOV     st,C
+001F67 904EB7            MOV     DPTR,#gpio_num
+001F6A E0                MOVX    A,@DPTR
+001F6B FF                MOV     R7,A
+001F6C A208              MOV     C,st
+001F6E B3                CPL     C
+001F6F 9207              MOV     ?_GPIO_SetWakeup?BIT,C
 ;----                  JMP     _GPIO_SetWakeup
 ----- FUNCTION _GPIO_SetWakeupByCurrentState (END) -------
 
 
 ----- FUNCTION _GPIO_SetWakeup (BEGIN) -----
 ;---- Variable 'gpio_num' assigned to Register 'R7' ----
-002080 EF                MOV     A,R7
-002081 F4                CPL     A
-002082 7002              JNZ     $ + 4H
-002084 210B              AJMP    ?C0019?GPIO
-002086         ?C0018?GPIO:
-002086 EF                MOV     A,R7
-002087 5407              ANL     A,#07H
-002089 FE                MOV     R6,A
+001F71 EF                MOV     A,R7
+001F72 F4                CPL     A
+001F73 7002              JNZ     $ + 4H
+001F75 E1FC              AJMP    ?C0019?GPIO
+001F77         ?C0018?GPIO:
+001F77 EF                MOV     A,R7
+001F78 5407              ANL     A,#07H
+001F7A FE                MOV     R6,A
 ;---- Variable 'queue' assigned to Register 'R6' ----
-00208A EF                MOV     A,R7
-00208B 13                RRC     A
-00208C 13                RRC     A
-00208D 13                RRC     A
-00208E 5403              ANL     A,#03H
-002090 FF                MOV     R7,A
+001F7B EF                MOV     A,R7
+001F7C 13                RRC     A
+001F7D 13                RRC     A
+001F7E 13                RRC     A
+001F7F 5403              ANL     A,#03H
+001F81 FF                MOV     R7,A
 ;---- Variable 'group' assigned to Register 'R7' ----
-002091 300743            JNB     st,?C0020?GPIO
-002094 24A3              ADD     A,#LOW YC_GPIOWakeupL
-002096 F582              MOV     DPL,A
-002098 E4                CLR     A
-002099 3400              ADDC    A,#HIGH YC_GPIOWakeupL
-00209B F583              MOV     DPH,A
-00209D C083              PUSH    DPH
-00209F C082              PUSH    DPL
-0020A1 E0                MOVX    A,@DPTR
-0020A2 FD                MOV     R5,A
-0020A3 7401              MOV     A,#01H
-0020A5 A806              MOV     R0,AR6
-0020A7 08                INC     R0
-0020A8 8002              SJMP    ?C0037?GPIO
-0020AA         ?C0036?GPIO:
-0020AA C3                CLR     C
-0020AB 33                RLC     A
-0020AC         ?C0037?GPIO:
-0020AC D8FC              DJNZ    R0,?C0036?GPIO
-0020AE F4                CPL     A
-0020AF 5D                ANL     A,R5
-0020B0 D082              POP     DPL
-0020B2 D083              POP     DPH
-0020B4 F0                MOVX    @DPTR,A
-0020B5 74A7              MOV     A,#LOW YC_GPIOWakeupH
-0020B7 2F                ADD     A,R7
-0020B8 F582              MOV     DPL,A
-0020BA E4                CLR     A
-0020BB 3400              ADDC    A,#HIGH YC_GPIOWakeupH
-0020BD F583              MOV     DPH,A
-0020BF C083              PUSH    DPH
-0020C1 C082              PUSH    DPL
-0020C3 E0                MOVX    A,@DPTR
-0020C4 FF                MOV     R7,A
-0020C5 7401              MOV     A,#01H
-0020C7 A806              MOV     R0,AR6
-0020C9 08                INC     R0
-0020CA 8002              SJMP    ?C0039?GPIO
-0020CC         ?C0038?GPIO:
-0020CC C3                CLR     C
-0020CD 33                RLC     A
-0020CE         ?C0039?GPIO:
-0020CE D8FC              DJNZ    R0,?C0038?GPIO
-0020D0 4F                ORL     A,R7
-0020D1 D082              POP     DPL
-0020D3 D083              POP     DPH
-0020D5 F0                MOVX    @DPTR,A
-0020D6 22                RET     
-0020D7         ?C0020?GPIO:
-0020D7 74A3              MOV     A,#LOW YC_GPIOWakeupL
-0020D9 2F                ADD     A,R7
-0020DA F582              MOV     DPL,A
-0020DC E4                CLR     A
-0020DD 3400              ADDC    A,#HIGH YC_GPIOWakeupL
-0020DF F583              MOV     DPH,A
-0020E1 C083              PUSH    DPH
-0020E3 C082              PUSH    DPL
-0020E5 E0                MOVX    A,@DPTR
-0020E6 FD                MOV     R5,A
-0020E7 7401              MOV     A,#01H
-0020E9 A806              MOV     R0,AR6
-0020EB 08                INC     R0
-0020EC 8002              SJMP    ?C0041?GPIO
-0020EE         ?C0040?GPIO:
-0020EE C3                CLR     C
-0020EF 33                RLC     A
-0020F0         ?C0041?GPIO:
-0020F0 D8FC              DJNZ    R0,?C0040?GPIO
-0020F2 FC                MOV     R4,A
-0020F3 4D                ORL     A,R5
-0020F4 D082              POP     DPL
-0020F6 D083              POP     DPH
-0020F8 F0                MOVX    @DPTR,A
-0020F9 74A7              MOV     A,#LOW YC_GPIOWakeupH
-0020FB 2F                ADD     A,R7
-0020FC F582              MOV     DPL,A
-0020FE E4                CLR     A
-0020FF 3400              ADDC    A,#HIGH YC_GPIOWakeupH
-002101 F583              MOV     DPH,A
-002103 E0                MOVX    A,@DPTR
-002104 FF                MOV     R7,A
-002105 EC                MOV     A,R4
-002106 F4                CPL     A
-002107 FE                MOV     R6,A
-002108 EF                MOV     A,R7
-002109 5E                ANL     A,R6
-00210A F0                MOVX    @DPTR,A
-00210B         ?C0019?GPIO:
-00210B 22                RET     
+001F82 300743            JNB     st,?C0020?GPIO
+001F85 24A3              ADD     A,#LOW YC_GPIOWakeupL
+001F87 F582              MOV     DPL,A
+001F89 E4                CLR     A
+001F8A 3400              ADDC    A,#HIGH YC_GPIOWakeupL
+001F8C F583              MOV     DPH,A
+001F8E C083              PUSH    DPH
+001F90 C082              PUSH    DPL
+001F92 E0                MOVX    A,@DPTR
+001F93 FD                MOV     R5,A
+001F94 7401              MOV     A,#01H
+001F96 A806              MOV     R0,AR6
+001F98 08                INC     R0
+001F99 8002              SJMP    ?C0037?GPIO
+001F9B         ?C0036?GPIO:
+001F9B C3                CLR     C
+001F9C 33                RLC     A
+001F9D         ?C0037?GPIO:
+001F9D D8FC              DJNZ    R0,?C0036?GPIO
+001F9F F4                CPL     A
+001FA0 5D                ANL     A,R5
+001FA1 D082              POP     DPL
+001FA3 D083              POP     DPH
+001FA5 F0                MOVX    @DPTR,A
+001FA6 74A7              MOV     A,#LOW YC_GPIOWakeupH
+001FA8 2F                ADD     A,R7
+001FA9 F582              MOV     DPL,A
+001FAB E4                CLR     A
+001FAC 3400              ADDC    A,#HIGH YC_GPIOWakeupH
+001FAE F583              MOV     DPH,A
+001FB0 C083              PUSH    DPH
+001FB2 C082              PUSH    DPL
+001FB4 E0                MOVX    A,@DPTR
+001FB5 FF                MOV     R7,A
+001FB6 7401              MOV     A,#01H
+001FB8 A806              MOV     R0,AR6
+001FBA 08                INC     R0
+001FBB 8002              SJMP    ?C0039?GPIO
+001FBD         ?C0038?GPIO:
+001FBD C3                CLR     C
+001FBE 33                RLC     A
+001FBF         ?C0039?GPIO:
+001FBF D8FC              DJNZ    R0,?C0038?GPIO
+001FC1 4F                ORL     A,R7
+001FC2 D082              POP     DPL
+001FC4 D083              POP     DPH
+001FC6 F0                MOVX    @DPTR,A
+001FC7 22                RET     
+001FC8         ?C0020?GPIO:
+001FC8 74A3              MOV     A,#LOW YC_GPIOWakeupL
+001FCA 2F                ADD     A,R7
+001FCB F582              MOV     DPL,A
+001FCD E4                CLR     A
+001FCE 3400              ADDC    A,#HIGH YC_GPIOWakeupL
+001FD0 F583              MOV     DPH,A
+001FD2 C083              PUSH    DPH
+001FD4 C082              PUSH    DPL
+001FD6 E0                MOVX    A,@DPTR
+001FD7 FD                MOV     R5,A
+001FD8 7401              MOV     A,#01H
+001FDA A806              MOV     R0,AR6
+001FDC 08                INC     R0
+001FDD 8002              SJMP    ?C0041?GPIO
+001FDF         ?C0040?GPIO:
+001FDF C3                CLR     C
+001FE0 33                RLC     A
+001FE1         ?C0041?GPIO:
+001FE1 D8FC              DJNZ    R0,?C0040?GPIO
+001FE3 FC                MOV     R4,A
+001FE4 4D                ORL     A,R5
+001FE5 D082              POP     DPL
+001FE7 D083              POP     DPH
+001FE9 F0                MOVX    @DPTR,A
+001FEA 74A7              MOV     A,#LOW YC_GPIOWakeupH
+001FEC 2F                ADD     A,R7
+001FED F582              MOV     DPL,A
+001FEF E4                CLR     A
+001FF0 3400              ADDC    A,#HIGH YC_GPIOWakeupH
+001FF2 F583              MOV     DPH,A
+001FF4 E0                MOVX    A,@DPTR
+001FF5 FF                MOV     R7,A
+001FF6 EC                MOV     A,R4
+001FF7 F4                CPL     A
+001FF8 FE                MOV     R6,A
+001FF9 EF                MOV     A,R7
+001FFA 5E                ANL     A,R6
+001FFB F0                MOVX    @DPTR,A
+001FFC         ?C0019?GPIO:
+001FFC 22                RET     
 ----- FUNCTION _GPIO_SetWakeup (END) -------
 
 
------ FUNCTION _GPIO_GetInputStatus (BEGIN) -----
-;---- Variable 'gpio_num' assigned to Register 'R7' ----
-00210C 7B01              MOV     R3,#01H
-00210E 7A81              MOV     R2,#081H
-002110 791C              MOV     R1,#01CH
-;----                  JMP     _gpioGetBit
------ FUNCTION _GPIO_GetInputStatus (END) -------
-
-
------ FUNCTION _gpioGetBit (BEGIN) -----
-;---- Variable 'gpio_num' assigned to Register 'R5' ----
-002112 AD07              MOV     R5,AR7
-;---- Variable 'reg_base' assigned to Register 'R1/R2/R3' ----
-002114 E4                CLR     A
-002115 904EB7            MOV     DPTR,#queue
-002118 F0                MOVX    @DPTR,A
-;---- Variable 'group' assigned to Register 'R6' ----
-002119 FE                MOV     R6,A
-00211A EF                MOV     A,R7
-00211B 5407              ANL     A,#07H
-00211D F0                MOVX    @DPTR,A
-00211E EF                MOV     A,R7
-00211F 13                RRC     A
-002120 13                RRC     A
-002121 13                RRC     A
-002122 5403              ANL     A,#03H
-002124 FE                MOV     R6,A
-002125 F582              MOV     DPL,A
-002127 758300            MOV     DPH,#00H
-00212A 1203CF            LCALL   ?C?CLDOPTR
-00212D FD                MOV     R5,A
-00212E 33                RLC     A
-00212F 95E0              SUBB    A,ACC
-002131 FC                MOV     R4,A
-002132 904EB7            MOV     DPTR,#queue
-002135 E0                MOVX    A,@DPTR
-002136 FF                MOV     R7,A
-002137 7401              MOV     A,#01H
-002139 7E00              MOV     R6,#00H
-00213B A807              MOV     R0,AR7
-00213D 08                INC     R0
-00213E 8005              SJMP    ?C0035?GPIO
-002140         ?C0034?GPIO:
-002140 C3                CLR     C
-002141 33                RLC     A
-002142 CE                XCH     A,R6
-002143 33                RLC     A
-002144 CE                XCH     A,R6
-002145         ?C0035?GPIO:
-002145 D8F9              DJNZ    R0,?C0034?GPIO
-002147 FF                MOV     R7,A
-002148 EE                MOV     A,R6
-002149 5C                ANL     A,R4
-00214A FE                MOV     R6,A
-00214B EF                MOV     A,R7
-00214C 5D                ANL     A,R5
-00214D 4E                ORL     A,R6
-00214E 24FF              ADD     A,#0FFH
-002150 22                RET     
------ FUNCTION _gpioGetBit (END) -------
-
-
------ FUNCTION GPIO_fillpd (BEGIN) -----
-;---- Variable 'i' assigned to Register 'R7' ----
-002151 E4                CLR     A
-002152 FF                MOV     R7,A
-002153         ?C0026?GPIO:
-002153 EF                MOV     A,R7
-002154 FD                MOV     R5,A
-002155 7C00              MOV     R4,#00H
-002157 2478              ADD     A,#078H
-002159 FB                MOV     R3,A
-00215A EC                MOV     A,R4
-00215B 3480              ADDC    A,#080H
-00215D 8B82              MOV     DPL,R3
-00215F F583              MOV     DPH,A
-002161 E0                MOVX    A,@DPTR
-002162 FE                MOV     R6,A
-002163 ED                MOV     A,R5
-002164 2470              ADD     A,#070H
-002166 FD                MOV     R5,A
-002167 EC                MOV     A,R4
-002168 3480              ADDC    A,#080H
-00216A 8D82              MOV     DPL,R5
-00216C F583              MOV     DPH,A
-00216E E0                MOVX    A,@DPTR
-00216F 4E                ORL     A,R6
-002170 F4                CPL     A
-002171 FE                MOV     R6,A
-002172 EF                MOV     A,R7
-002173 247C              ADD     A,#07CH
-002175 FD                MOV     R5,A
-002176 EC                MOV     A,R4
-002177 3480              ADDC    A,#080H
-002179 8D82              MOV     DPL,R5
-00217B F583              MOV     DPH,A
-00217D EE                MOV     A,R6
-00217E F0                MOVX    @DPTR,A
-00217F 0F                INC     R7
-002180 EF                MOV     A,R7
-002181 B404CF            CJNE    A,#04H,?C0026?GPIO
-002184 22                RET     
------ FUNCTION GPIO_fillpd (END) -------
-
-
------ FUNCTION KS_ScanMatrix (BEGIN) -----
- FILE: 'keyscan.c'
-  264: void KS_ScanMatrix()
-  265: {
-  266: 	byte i = 0;
-  267: 	byte j = 0;
-;---- Variable 'i' assigned to Register 'R7' ----
-002185 E4                CLR     A
-002186 FF                MOV     R7,A
-  268: 	byte tgroup = 0;
-002187 904E86            MOV     DPTR,#j
-00218A F0                MOVX    @DPTR,A
-  269: 	byte tgpionum = 0;
-;---- Variable 'tgroup' assigned to Register 'R6' ----
-00218B FE                MOV     R6,A
-  270: 	byte temp = 0;
-;---- Variable 'tgpionum' assigned to Register 'R5' ----
-00218C FD                MOV     R5,A
-  271: 	byte check = 0;
-00218D A3                INC     DPTR
-00218E F0                MOVX    @DPTR,A
-  272: 	byte rawSel = 0;
-00218F A3                INC     DPTR
-002190 F0                MOVX    @DPTR,A
-  273: 	for (i=0; col[i]!=0; i++) {
-002191 A3                INC     DPTR
-002192 F0                MOVX    @DPTR,A
-  274: 		tgroup = col[i]  >> 3;
-002193         ?C0085?KEYSCAN:
-002193 EF                MOV     A,R7
-002194 90060C            MOV     DPTR,#col
-002197 93                MOVC    A,@A+DPTR
-002198 607C              JZ      ?C0086?KEYSCAN
-  275: 		tgpionum = 1 << (col[i] & 7);
-00219A EF                MOV     A,R7
-00219B 93                MOVC    A,@A+DPTR
-00219C FD                MOV     R5,A
-00219D 13                RRC     A
-00219E 13                RRC     A
-00219F 13                RRC     A
-0021A0 541F              ANL     A,#01FH
-0021A2 FE                MOV     R6,A
-  276: 		GET_RAW_KEY_SEL(ksSelMapCurr[i], tgroup, tgpionum);
-0021A3 ED                MOV     A,R5
-0021A4 5407              ANL     A,#07H
-0021A6 FD                MOV     R5,A
-0021A7 7401              MOV     A,#01H
-0021A9 A805              MOV     R0,AR5
-0021AB 08                INC     R0
-0021AC 8002              SJMP    ?C0131?KEYSCAN
-0021AE         ?C0130?KEYSCAN:
-0021AE C3                CLR     C
-0021AF 33                RLC     A
-0021B0         ?C0131?KEYSCAN:
-0021B0 D8FC              DJNZ    R0,?C0130?KEYSCAN
-0021B2 FD                MOV     R5,A
-  277: 	}
-0021B3 EE                MOV     A,R6
-0021B4 2478              ADD     A,#078H
-0021B6 FB                MOV     R3,A
-0021B7 E4                CLR     A
-0021B8 3480              ADDC    A,#080H
-0021BA 8B82              MOV     DPL,R3
-0021BC F583              MOV     DPH,A
-0021BE E0                MOVX    A,@DPTR
-0021BF FC                MOV     R4,A
-0021C0 ED                MOV     A,R5
-0021C1 F4                CPL     A
-0021C2 FB                MOV     R3,A
-0021C3 EC                MOV     A,R4
-0021C4 5B                ANL     A,R3
-0021C5 F0                MOVX    @DPTR,A
-0021C6 EE                MOV     A,R6
-0021C7 2470              ADD     A,#070H
-0021C9 F582              MOV     DPL,A
-0021CB E4                CLR     A
-0021CC 3480              ADDC    A,#080H
-0021CE F583              MOV     DPH,A
-0021D0 E0                MOVX    A,@DPTR
-0021D1 4D                ORL     A,R5
-0021D2 F0                MOVX    @DPTR,A
-0021D3 EE                MOV     A,R6
-0021D4 2474              ADD     A,#074H
-0021D6 F582              MOV     DPL,A
-0021D8 E4                CLR     A
-0021D9 3480              ADDC    A,#080H
-0021DB F583              MOV     DPH,A
-0021DD E0                MOVX    A,@DPTR
-0021DE 5B                ANL     A,R3
-0021DF F0                MOVX    @DPTR,A
-0021E0 90811C            MOV     DPTR,#0811CH
-0021E3 E0                MOVX    A,@DPTR
-0021E4 F4                CPL     A
-0021E5 FC                MOV     R4,A
-0021E6 74BC              MOV     A,#LOW ksSelMapCurr
-0021E8 2F                ADD     A,R7
-0021E9 F582              MOV     DPL,A
-0021EB E4                CLR     A
-0021EC 344D              ADDC    A,#HIGH ksSelMapCurr
-0021EE F583              MOV     DPH,A
-0021F0 EC                MOV     A,R4
-0021F1 F0                MOVX    @DPTR,A
-0021F2 EE                MOV     A,R6
-0021F3 2478              ADD     A,#078H
-0021F5 FB                MOV     R3,A
-0021F6 E4                CLR     A
-0021F7 3480              ADDC    A,#080H
-0021F9 8B82              MOV     DPL,R3
-0021FB F583              MOV     DPH,A
-0021FD E0                MOVX    A,@DPTR
-0021FE 4D                ORL     A,R5
-0021FF F0                MOVX    @DPTR,A
-002200 EE                MOV     A,R6
-002201 2470              ADD     A,#070H
-002203 FB                MOV     R3,A
-002204 E4                CLR     A
-002205 3480              ADDC    A,#080H
-002207 8B82              MOV     DPL,R3
-002209 F583              MOV     DPH,A
-00220B E0                MOVX    A,@DPTR
-00220C FC                MOV     R4,A
-00220D ED                MOV     A,R5
-00220E F4                CPL     A
-00220F FB                MOV     R3,A
-002210 EC                MOV     A,R4
-002211 5B                ANL     A,R3
-002212 F0                MOVX    @DPTR,A
-  278: 
-002213 0F                INC     R7
-002214 2193              AJMP    ?C0085?KEYSCAN
-002216         ?C0086?KEYSCAN:
-  279: 	for (i=0; col[i]!=0; i++) {
-002216 E4                CLR     A
-002217 FF                MOV     R7,A
-002218         ?C0088?KEYSCAN:
-002218 EF                MOV     A,R7
-002219 90060C            MOV     DPTR,#col
-00221C 93                MOVC    A,@A+DPTR
-00221D 607C              JZ      ?C0089?KEYSCAN
-  280: 		tgroup = col[i]  >> 3;
-00221F EF                MOV     A,R7
-002220 93                MOVC    A,@A+DPTR
-002221 FD                MOV     R5,A
-002222 13                RRC     A
-002223 13                RRC     A
-002224 13                RRC     A
-002225 541F              ANL     A,#01FH
-002227 FE                MOV     R6,A
-  281: 		tgpionum = 1 << (col[i] & 7);
-002228 ED                MOV     A,R5
-002229 5407              ANL     A,#07H
-00222B FD                MOV     R5,A
-00222C 7401              MOV     A,#01H
-00222E A805              MOV     R0,AR5
-002230 08                INC     R0
-002231 8002              SJMP    ?C0133?KEYSCAN
-002233         ?C0132?KEYSCAN:
-002233 C3                CLR     C
-002234 33                RLC     A
-002235         ?C0133?KEYSCAN:
-002235 D8FC              DJNZ    R0,?C0132?KEYSCAN
-002237 FD                MOV     R5,A
-  282: 		GET_RAW_KEY_SEL(ksSelMapCheck[i], tgroup, tgpionum);
-002238 EE                MOV     A,R6
-002239 2478              ADD     A,#078H
-00223B FB                MOV     R3,A
-00223C E4                CLR     A
-00223D 3480              ADDC    A,#080H
-00223F 8B82              MOV     DPL,R3
-002241 F583              MOV     DPH,A
-002243 E0                MOVX    A,@DPTR
-002244 FC                MOV     R4,A
-002245 ED                MOV     A,R5
-002246 F4                CPL     A
-002247 FB                MOV     R3,A
-002248 EC                MOV     A,R4
-002249 5B                ANL     A,R3
-00224A F0                MOVX    @DPTR,A
-00224B EE                MOV     A,R6
-00224C 2470              ADD     A,#070H
-00224E F582              MOV     DPL,A
-002250 E4                CLR     A
-002251 3480              ADDC    A,#080H
-002253 F583              MOV     DPH,A
-002255 E0                MOVX    A,@DPTR
-002256 4D                ORL     A,R5
-002257 F0                MOVX    @DPTR,A
-002258 EE                MOV     A,R6
-002259 2474              ADD     A,#074H
-00225B F582              MOV     DPL,A
-00225D E4                CLR     A
-00225E 3480              ADDC    A,#080H
-002260 F583              MOV     DPH,A
-002262 E0                MOVX    A,@DPTR
-002263 5B                ANL     A,R3
-002264 F0                MOVX    @DPTR,A
-002265 90811C            MOV     DPTR,#0811CH
-002268 E0                MOVX    A,@DPTR
-002269 F4                CPL     A
-00226A FC                MOV     R4,A
-00226B 74A8              MOV     A,#LOW ksSelMapCheck
-00226D 2F                ADD     A,R7
-00226E F582              MOV     DPL,A
-002270 E4                CLR     A
-002271 344D              ADDC    A,#HIGH ksSelMapCheck
-002273 F583              MOV     DPH,A
-002275 EC                MOV     A,R4
-002276 F0                MOVX    @DPTR,A
-002277 EE                MOV     A,R6
-002278 2478              ADD     A,#078H
-00227A FB                MOV     R3,A
-00227B E4                CLR     A
-00227C 3480              ADDC    A,#080H
-00227E 8B82              MOV     DPL,R3
-002280 F583              MOV     DPH,A
-002282 E0                MOVX    A,@DPTR
-002283 4D                ORL     A,R5
-002284 F0                MOVX    @DPTR,A
-002285 EE                MOV     A,R6
-002286 2470              ADD     A,#070H
-002288 FB                MOV     R3,A
-002289 E4                CLR     A
-00228A 3480              ADDC    A,#080H
-00228C 8B82              MOV     DPL,R3
-00228E F583              MOV     DPH,A
-002290 E0                MOVX    A,@DPTR
-002291 FC                MOV     R4,A
-002292 ED                MOV     A,R5
-002293 F4                CPL     A
-002294 FB                MOV     R3,A
-002295 EC                MOV     A,R4
-002296 5B                ANL     A,R3
-002297 F0                MOVX    @DPTR,A
-  283: 	}
-002298 0F                INC     R7
-002299 4118              AJMP    ?C0088?KEYSCAN
-00229B         ?C0089?KEYSCAN:
-  284: 
-  285: 	for (i=0; col[i]!=0; i++) {
-00229B E4                CLR     A
-00229C FF                MOV     R7,A
-00229D         ?C0091?KEYSCAN:
-00229D EF                MOV     A,R7
-00229E 90060C            MOV     DPTR,#col
-0022A1 93                MOVC    A,@A+DPTR
-0022A2 6040              JZ      ?C0095?KEYSCAN
-  286: 		if (ksSelMapCheck[i]!=ksSelMapCurr[i]) {
-0022A4 74BC              MOV     A,#LOW ksSelMapCurr
-0022A6 2F                ADD     A,R7
-0022A7 F582              MOV     DPL,A
-0022A9 E4                CLR     A
-0022AA 344D              ADDC    A,#HIGH ksSelMapCurr
-0022AC F583              MOV     DPH,A
-0022AE E0                MOVX    A,@DPTR
-0022AF FE                MOV     R6,A
-0022B0 74A8              MOV     A,#LOW ksSelMapCheck
-0022B2 2F                ADD     A,R7
-0022B3 F582              MOV     DPL,A
-0022B5 E4                CLR     A
-0022B6 344D              ADDC    A,#HIGH ksSelMapCheck
-0022B8 F583              MOV     DPH,A
-0022BA E0                MOVX    A,@DPTR
-0022BB 6E                XRL     A,R6
-0022BC 6023              JZ      ?C0093?KEYSCAN
-  287: 			ksSelMapCurr[i] &= ksSelMapCheck[i];
-0022BE 74BC              MOV     A,#LOW ksSelMapCurr
-0022C0 2F                ADD     A,R7
-0022C1 F582              MOV     DPL,A
-0022C3 E4                CLR     A
-0022C4 344D              ADDC    A,#HIGH ksSelMapCurr
-0022C6 F583              MOV     DPH,A
-0022C8 C083              PUSH    DPH
-0022CA C082              PUSH    DPL
-0022CC E0                MOVX    A,@DPTR
-0022CD FE                MOV     R6,A
-0022CE 74A8              MOV     A,#LOW ksSelMapCheck
-0022D0 2F                ADD     A,R7
-0022D1 F582              MOV     DPL,A
-0022D3 E4                CLR     A
-0022D4 344D              ADDC    A,#HIGH ksSelMapCheck
-0022D6 F583              MOV     DPH,A
-0022D8 E0                MOVX    A,@DPTR
-0022D9 FD                MOV     R5,A
-0022DA EE                MOV     A,R6
-0022DB 5D                ANL     A,R5
-0022DC D082              POP     DPL
-0022DE D083              POP     DPH
-0022E0 F0                MOVX    @DPTR,A
-  288: 		}
-  289: 	}
-0022E1         ?C0093?KEYSCAN:
-0022E1 0F                INC     R7
-0022E2 80B9              SJMP    ?C0091?KEYSCAN
-  290: }
-0022E4         ?C0095?KEYSCAN:
-0022E4 22                RET     
------ FUNCTION KS_ScanMatrix (END) -------
-
-
------ FUNCTION KS_GetCurrentEvt (BEGIN) -----
- FILE: 'keyscan.c'
-  304: tKSEVENT *KS_GetCurrentEvt()
-  305: {
-  306: 	//
-  307: 	byte i = 0;
-0022E5 E4                CLR     A
-0022E6 904E2F            MOV     DPTR,#i
-0022E9 F0                MOVX    @DPTR,A
-  308: 	byte j = 0;
-0022EA A3                INC     DPTR
-0022EB F0                MOVX    @DPTR,A
-  309: 	byte temp = 0;
-0022EC A3                INC     DPTR
-0022ED F0                MOVX    @DPTR,A
-  310: 	byte flag = 0;
-0022EE A3                INC     DPTR
-0022EF F0                MOVX    @DPTR,A
-  311: 	byte offset = 0;
-0022F0 A3                INC     DPTR
-0022F1 F0                MOVX    @DPTR,A
-  312: 	byte state = 0;
-0022F2 A3                INC     DPTR
-0022F3 F0                MOVX    @DPTR,A
-  313: 	byte colCounttemp = 0;
-0022F4 A3                INC     DPTR
-0022F5 F0                MOVX    @DPTR,A
-  314: 	byte rawSel =0;
-0022F6 A3                INC     DPTR
-0022F7 F0                MOVX    @DPTR,A
-  315: 	byte keyCounttemp = 0;
-0022F8 A3                INC     DPTR
-0022F9 F0                MOVX    @DPTR,A
-  316: 	byte key_value_temp = 0;
-0022FA A3                INC     DPTR
-0022FB F0                MOVX    @DPTR,A
-  317: 	byte ghost = 0;
-0022FC A3                INC     DPTR
-0022FD F0                MOVX    @DPTR,A
-  318: 	byte rawCount = 0;
-0022FE A3                INC     DPTR
-0022FF F0                MOVX    @DPTR,A
-  319: 	byte colCount = 0;
-002300 A3                INC     DPTR
-002301 F0                MOVX    @DPTR,A
-  320: 	byte keyCount = 0;
-002302 A3                INC     DPTR
-002303 F0                MOVX    @DPTR,A
-  321: 	
-  322: 	KS_ScanMatrix();
-002304 3185              ACALL   KS_ScanMatrix
-  323: 
-  324: 	if (compare_str(ksSelMapCurr,ksSelMapCheck,KB_KSCAN_COL_NUM) 
-002306 7A4D              MOV     R2,#HIGH ksSelMapCheck
-002308 79A8              MOV     R1,#LOW ksSelMapCheck
-00230A 904E58            MOV     DPTR,#?_compare_str?BYTE+03H
-00230D 7401              MOV     A,#01H
-00230F F0                MOVX    @DPTR,A
-002310 A3                INC     DPTR
-002311 744D              MOV     A,#HIGH ksSelMapCheck
-002313 F0                MOVX    @DPTR,A
-002314 A3                INC     DPTR
-002315 74A8              MOV     A,#LOW ksSelMapCheck
-002317 F0                MOVX    @DPTR,A
-002318 A3                INC     DPTR
-002319 7414              MOV     A,#014H
-00231B F0                MOVX    @DPTR,A
-00231C 7B01              MOV     R3,#01H
-00231E 7A4D              MOV     R2,#HIGH ksSelMapCurr
-002320 79BC              MOV     R1,#LOW ksSelMapCurr
-002322 B116              ACALL   _compare_str
-002324 EF                MOV     A,R7
-002325 6016              JZ      ?C0101?KEYSCAN
-002327 7B01              MOV     R3,#01H
-002329 7A4D              MOV     R2,#HIGH ksSelMapCurr
-00232B 79BC              MOV     R1,#LOW ksSelMapCurr
-00232D 7D14              MOV     R5,#014H
-00232F 91E6              ACALL   _array_is_empty
-002331 EF                MOV     A,R7
-002332 7009              JNZ     ?C0101?KEYSCAN
-  325: 		&& !array_is_empty(ksSelMapCurr,KB_KSCAN_COL_NUM))
-  326: 	{
-  327: 		g_variable.button_flag |= 0x02;
-002334 904CCE            MOV     DPTR,#g_variable+0FH
-002337 E0                MOVX    A,@DPTR
-002338 4402              ORL     A,#02H
-00233A F0                MOVX    @DPTR,A
-  328: 	}
-00233B 800C              SJMP    ?C0102?KEYSCAN
-00233D         ?C0101?KEYSCAN:
-  329: 	else
-  330: 	{	
-  331: 		g_variable.button_flag &= 0xFD;
-00233D 904CCE            MOV     DPTR,#g_variable+0FH
-002340 E0                MOVX    A,@DPTR
-002341 54FD              ANL     A,#0FDH
-002343 F0                MOVX    @DPTR,A
-  332: 		g_variable.button_timer[1] = 0;
-002344 E4                CLR     A
-002345 904CD0            MOV     DPTR,#g_variable+011H
-002348 F0                MOVX    @DPTR,A
-  333: 	}
-002349         ?C0102?KEYSCAN:
-  334: 
-  335: 	for (i=0; col[i]!=0; i++) {
-002349 E4                CLR     A
-00234A 904E2F            MOV     DPTR,#i
-00234D F0                MOVX    @DPTR,A
-00234E         ?C0103?KEYSCAN:
-00234E 904E2F            MOV     DPTR,#i
-002351 E0                MOVX    A,@DPTR
-002352 FF                MOV     R7,A
-002353 90060C            MOV     DPTR,#col
-002356 93                MOVC    A,@A+DPTR
-002357 6030              JZ      ?C0104?KEYSCAN
-  336: 		temp = ksSelMapCurr[i];
-002359 74BC              MOV     A,#LOW ksSelMapCurr
-00235B 2F                ADD     A,R7
-00235C F582              MOV     DPL,A
-00235E E4                CLR     A
-00235F 344D              ADDC    A,#HIGH ksSelMapCurr
-002361 F583              MOV     DPH,A
-002363 E0                MOVX    A,@DPTR
-002364 904E31            MOV     DPTR,#temp
-002367 F0                MOVX    @DPTR,A
-  337: 		if (temp!=0) {
-002368 E0                MOVX    A,@DPTR
-002369 FD                MOV     R5,A
-00236A 6015              JZ      ?C0105?KEYSCAN
-  338: 			colCounttemp++;
-00236C 904E35            MOV     DPTR,#colCounttemp
-00236F E0                MOVX    A,@DPTR
-002370 04                INC     A
-002371 F0                MOVX    @DPTR,A
-  339: 			rawSel = temp|rawSel;
-002372 A3                INC     DPTR
-002373 E0                MOVX    A,@DPTR
-002374 FE                MOV     R6,A
-002375 ED                MOV     A,R5
-002376 4E                ORL     A,R6
-002377 F0                MOVX    @DPTR,A
-  340: 			keyCounttemp += bit_count(temp);
-002378 AF05              MOV     R7,AR5
-00237A 121DE8            LCALL   _bit_count
-00237D A3                INC     DPTR
-00237E E0                MOVX    A,@DPTR
-00237F 2F                ADD     A,R7
-002380 F0                MOVX    @DPTR,A
-  341: 		}
-  342: 	}
-002381         ?C0105?KEYSCAN:
-002381 904E2F            MOV     DPTR,#i
-002384 E0                MOVX    A,@DPTR
-002385 04                INC     A
-002386 F0                MOVX    @DPTR,A
-002387 80C5              SJMP    ?C0103?KEYSCAN
-002389         ?C0104?KEYSCAN:
-  343: 	keyCount = keyCounttemp;
-002389 904E37            MOV     DPTR,#keyCounttemp
-00238C E0                MOVX    A,@DPTR
-00238D 904E3C            MOV     DPTR,#keyCount
-002390 F0                MOVX    @DPTR,A
-  344: 	colCount = colCounttemp;
-002391 904E35            MOV     DPTR,#colCounttemp
-002394 E0                MOVX    A,@DPTR
-002395 904E3B            MOV     DPTR,#colCount
-002398 F0                MOVX    @DPTR,A
-  345: 	rawCount = bit_count(rawSel);
-002399 904E36            MOV     DPTR,#rawSel
-00239C E0                MOVX    A,@DPTR
-00239D FF                MOV     R7,A
-00239E 121DE8            LCALL   _bit_count
-0023A1 904E3A            MOV     DPTR,#rawCount
-0023A4 EF                MOV     A,R7
-0023A5 F0                MOVX    @DPTR,A
-  346: 	if (keyCount >2 && keyCount > MAX(colCount, rawCount)) {
-0023A6 904E3C            MOV     DPTR,#keyCount
-0023A9 E0                MOVX    A,@DPTR
-0023AA FF                MOV     R7,A
-0023AB D3                SETB    C
-0023AC 9402              SUBB    A,#02H
-0023AE 401D              JC      ?C0107?KEYSCAN
-0023B0 904E3A            MOV     DPTR,#rawCount
-0023B3 E0                MOVX    A,@DPTR
-0023B4 FE                MOV     R6,A
-0023B5 A3                INC     DPTR
-0023B6 E0                MOVX    A,@DPTR
-0023B7 FD                MOV     R5,A
-0023B8 D3                SETB    C
-0023B9 9E                SUBB    A,R6
-0023BA 4004              JC      ?C0108?KEYSCAN
-0023BC AE05              MOV     R6,AR5
-0023BE 8000              SJMP    ?C0109?KEYSCAN
-0023C0         ?C0108?KEYSCAN:
-0023C0         ?C0109?KEYSCAN:
-0023C0 EF                MOV     A,R7
-0023C1 D3                SETB    C
-0023C2 9E                SUBB    A,R6
-0023C3 4008              JC      ?C0107?KEYSCAN
-  347: 		ghost = 1;
-0023C5 904E39            MOV     DPTR,#ghost
-0023C8 7401              MOV     A,#01H
-0023CA F0                MOVX    @DPTR,A
-  348: 	}
-0023CB 8005              SJMP    ?C0110?KEYSCAN
-0023CD         ?C0107?KEYSCAN:
-  349: 	else {
-  350: 		ghost = 0;
-0023CD E4                CLR     A
-0023CE 904E39            MOV     DPTR,#ghost
-0023D1 F0                MOVX    @DPTR,A
-  351: 	}
-0023D2         ?C0110?KEYSCAN:
-  352: 	
-  353: 	for (i=0; col[i]!=0; i++)
-0023D2 E4                CLR     A
-0023D3 904E2F            MOV     DPTR,#i
-0023D6 F0                MOVX    @DPTR,A
-0023D7         ?C0111?KEYSCAN:
-0023D7 904E2F            MOV     DPTR,#i
-0023DA E0                MOVX    A,@DPTR
-0023DB FF                MOV     R7,A
-0023DC 90060C            MOV     DPTR,#col
-0023DF 93                MOVC    A,@A+DPTR
-0023E0 7002              JNZ     $ + 4H
-0023E2 81BA              AJMP    ?C0112?KEYSCAN
-  354: 	{
-  355: 		temp = ksSelMapCurr[i] ^ ksSelMapOld[i];
-0023E4 7493              MOV     A,#LOW ksSelMapOld
-0023E6 2F                ADD     A,R7
-0023E7 F582              MOV     DPL,A
-0023E9 E4                CLR     A
-0023EA 344D              ADDC    A,#HIGH ksSelMapOld
-0023EC F583              MOV     DPH,A
-0023EE E0                MOVX    A,@DPTR
-0023EF FE                MOV     R6,A
-0023F0 74BC              MOV     A,#LOW ksSelMapCurr
-0023F2 2F                ADD     A,R7
-0023F3 F582              MOV     DPL,A
-0023F5 E4                CLR     A
-0023F6 344D              ADDC    A,#HIGH ksSelMapCurr
-0023F8 F583              MOV     DPH,A
-0023FA E0                MOVX    A,@DPTR
-0023FB 6E                XRL     A,R6
-0023FC 904E31            MOV     DPTR,#temp
-0023FF F0                MOVX    @DPTR,A
-  356: 		state = ksSelMapCurr[i];
-002400 904E2F            MOV     DPTR,#i
-002403 E0                MOVX    A,@DPTR
-002404 FF                MOV     R7,A
-002405 24BC              ADD     A,#LOW ksSelMapCurr
-002407 F582              MOV     DPL,A
-002409 E4                CLR     A
-00240A 344D              ADDC    A,#HIGH ksSelMapCurr
-00240C F583              MOV     DPH,A
-00240E E0                MOVX    A,@DPTR
-00240F 904E34            MOV     DPTR,#state
-002412 F0                MOVX    @DPTR,A
-  357: 		if (temp == 0) 
-002413 904E31            MOV     DPTR,#temp
-002416 E0                MOVX    A,@DPTR
-002417 7004              JNZ     ?C0114?KEYSCAN
-  358: 		{
-  359: 			continue;
-002419 81B2              AJMP    ?C0113?KEYSCAN
-  360: 		}
-00241B 81B2              AJMP    ?C0113?KEYSCAN
-00241D         ?C0114?KEYSCAN:
-  361: 		else 
-  362: 		{
-  363: 
-  364: 			if (ghost) 
-00241D 904E39            MOV     DPTR,#ghost
-002420 E0                MOVX    A,@DPTR
-002421 6007              JZ      ?C0116?KEYSCAN
-  365: 				return NULL;
-002423 7B00              MOV     R3,#00H
-002425 7A00              MOV     R2,#00H
-002427 7900              MOV     R1,#00H
-002429 22                RET     
-00242A         ?C0116?KEYSCAN:
-  366: 			ksSelMapOld[i] = ksSelMapCurr[i];
-00242A 74BC              MOV     A,#LOW ksSelMapCurr
-00242C 2F                ADD     A,R7
-00242D F582              MOV     DPL,A
-00242F E4                CLR     A
-002430 344D              ADDC    A,#HIGH ksSelMapCurr
-002432 F583              MOV     DPH,A
-002434 E0                MOVX    A,@DPTR
-002435 FE                MOV     R6,A
-002436 7493              MOV     A,#LOW ksSelMapOld
-002438 2F                ADD     A,R7
-002439 F582              MOV     DPL,A
-00243B E4                CLR     A
-00243C 344D              ADDC    A,#HIGH ksSelMapOld
-00243E F583              MOV     DPH,A
-002440 EE                MOV     A,R6
-002441 F0                MOVX    @DPTR,A
-  367: 			for (j = 0 ; j<8 ; j++) 
-002442 E4                CLR     A
-002443 904E30            MOV     DPTR,#j
-002446 F0                MOVX    @DPTR,A
-002447         ?C0118?KEYSCAN:
-002447 904E30            MOV     DPTR,#j
-00244A E0                MOVX    A,@DPTR
-00244B FF                MOV     R7,A
-00244C C3                CLR     C
-00244D 9408              SUBB    A,#08H
-00244F 505B              JNC     ?C0119?KEYSCAN
-  368: 			{
-  369: 				if (temp&1)
-002451 A3                INC     DPTR
-002452 E0                MOVX    A,@DPTR
-002453 30E03E            JNB     ACC.0,?C0121?KEYSCAN
-  370: 				{
-  371: 					offset = i<<3 |j;
-002456 904E2F            MOV     DPTR,#i
-002459 E0                MOVX    A,@DPTR
-00245A FE                MOV     R6,A
-00245B 33                RLC     A
-00245C 33                RLC     A
-00245D 33                RLC     A
-00245E 54F8              ANL     A,#0F8H
-002460 FE                MOV     R6,A
-002461 EF                MOV     A,R7
-002462 4E                ORL     A,R6
-002463 904E33            MOV     DPTR,#offset
-002466 F0                MOVX    @DPTR,A
-  372: 					key_value_temp = key_fn_function(state,ksMap[offset]);
-002467 A3                INC     DPTR
-002468 E0                MOVX    A,@DPTR
-002469 FF                MOV     R7,A
-00246A 904E33            MOV     DPTR,#offset
-00246D E0                MOVX    A,@DPTR
-00246E 900621            MOV     DPTR,#ksMap
-002471 93                MOVC    A,@A+DPTR
-002472 FD                MOV     R5,A
-002473 1210C4            LCALL   _key_fn_function
-002476 904E38            MOV     DPTR,#key_value_temp
-002479 EF                MOV     A,R7
-00247A F0                MOVX    @DPTR,A
-  373: 					if (state & 1)
-00247B 904E34            MOV     DPTR,#state
-00247E E0                MOVX    A,@DPTR
-00247F 30E00A            JNB     ACC.0,?C0122?KEYSCAN
-  374: 					{
-  375: 						keyIn(key_value_temp);
-002482 904E38            MOV     DPTR,#key_value_temp
-002485 E0                MOVX    A,@DPTR
-002486 FF                MOV     R7,A
-002487 121DF6            LCALL   _keyIn
-  376: 					}
-00248A 8008              SJMP    ?C0121?KEYSCAN
-00248C         ?C0122?KEYSCAN:
-  377: 					else
-  378: 					{
-  379: 						keyOut(key_value_temp);
-00248C 904E38            MOV     DPTR,#key_value_temp
-00248F E0                MOVX    A,@DPTR
-002490 FF                MOV     R7,A
-002491 121EB3            LCALL   _keyOut
-  380: 					}
-  381: 				}
-002494         ?C0121?KEYSCAN:
-  382: 				temp = temp >>1;
-002494 904E31            MOV     DPTR,#temp
-002497 E0                MOVX    A,@DPTR
-002498 FF                MOV     R7,A
-002499 C3                CLR     C
-00249A 13                RRC     A
-00249B F0                MOVX    @DPTR,A
-  383: 				state = state>>1;
-00249C 904E34            MOV     DPTR,#state
-00249F E0                MOVX    A,@DPTR
-0024A0 FF                MOV     R7,A
-0024A1 C3                CLR     C
-0024A2 13                RRC     A
-0024A3 F0                MOVX    @DPTR,A
-  384: 			}
-0024A4 904E30            MOV     DPTR,#j
-0024A7 E0                MOVX    A,@DPTR
-0024A8 04                INC     A
-0024A9 F0                MOVX    @DPTR,A
-0024AA 809B              SJMP    ?C0118?KEYSCAN
-0024AC         ?C0119?KEYSCAN:
-  385: 			flag = 1;
-0024AC 904E32            MOV     DPTR,#flag
-0024AF 7401              MOV     A,#01H
-0024B1 F0                MOVX    @DPTR,A
-  386: 		}
-  387: 	}
-0024B2         ?C0113?KEYSCAN:
-0024B2 904E2F            MOV     DPTR,#i
-0024B5 E0                MOVX    A,@DPTR
-0024B6 04                INC     A
-0024B7 F0                MOVX    @DPTR,A
-0024B8 61D7              AJMP    ?C0111?KEYSCAN
-0024BA         ?C0112?KEYSCAN:
-  388: 	
-  389: 	if((mult_key_status == KEY_RELEASE) && (standard_key_release_flag == 1))
-0024BA 904E01            MOV     DPTR,#mult_key_status
-0024BD E0                MOVX    A,@DPTR
-0024BE B4030A            CJNE    A,#03H,?C0124?KEYSCAN
-0024C1 904DD8            MOV     DPTR,#standard_key_release_flag
-0024C4 E0                MOVX    A,@DPTR
-0024C5 B40103            CJNE    A,#01H,?C0124?KEYSCAN
-  390: 	{
-  391: 		standard_key_release_flag = 2;		//media key and standard key  release the same time
-0024C8 7402              MOV     A,#02H
-0024CA F0                MOVX    @DPTR,A
-  392: 	}
-0024CB         ?C0124?KEYSCAN:
-  393: 
-  394: 	
-  395: 	if (flag || standard_key_release_flag == 2) 
-0024CB 904E32            MOV     DPTR,#flag
-0024CE E0                MOVX    A,@DPTR
-0024CF 7007              JNZ     ?C0126?KEYSCAN
-0024D1 904DD8            MOV     DPTR,#standard_key_release_flag
-0024D4 E0                MOVX    A,@DPTR
-0024D5 B40207            CJNE    A,#02H,?C0125?KEYSCAN
-0024D8         ?C0126?KEYSCAN:
-  396: 	{
-  397: 		return &ksEvtPool;
-0024D8 7B01              MOV     R3,#01H
-0024DA 7A4E              MOV     R2,#HIGH ksEvtPool
-0024DC 794E              MOV     R1,#LOW ksEvtPool
-0024DE 22                RET     
-  398: 	}
-0024DF         ?C0125?KEYSCAN:
-  399: 	else
-  400: 	{
-  401: 		return NULL;
-0024DF 7B00              MOV     R3,#00H
-0024E1 7A00              MOV     R2,#00H
-0024E3 7900              MOV     R1,#00H
-  402: 	}
-  403: 	
-  404: 
-  405: }
-0024E5 22                RET     
------ FUNCTION KS_GetCurrentEvt (END) -------
-
-
------ FUNCTION _array_is_empty (BEGIN) -----
- FILE: 'keyscan.c'
-  292: byte array_is_empty(byte * str1,byte len)
-  293: {
-0024E6 904E9B            MOV     DPTR,#str1
-0024E9 EB                MOV     A,R3
-0024EA F0                MOVX    @DPTR,A
-0024EB A3                INC     DPTR
-0024EC EA                MOV     A,R2
-0024ED F0                MOVX    @DPTR,A
-0024EE A3                INC     DPTR
-0024EF E9                MOV     A,R1
-0024F0 F0                MOVX    @DPTR,A
-;---- Variable 'len' assigned to Register 'R5' ----
-  294: 	byte i;
-  295: 	for (i=0;i < len;i++)
-;---- Variable 'i' assigned to Register 'R7' ----
-0024F1 E4                CLR     A
-0024F2 FF                MOV     R7,A
-0024F3         ?C0096?KEYSCAN:
-0024F3 EF                MOV     A,R7
-0024F4 C3                CLR     C
-0024F5 9D                SUBB    A,R5
-0024F6 501B              JNC     ?C0097?KEYSCAN
-  296: 	{
-  297: 		if (str1[i] != 0)
-0024F8 904E9B            MOV     DPTR,#str1
-0024FB E0                MOVX    A,@DPTR
-0024FC FB                MOV     R3,A
-0024FD A3                INC     DPTR
-0024FE E0                MOVX    A,@DPTR
-0024FF FA                MOV     R2,A
-002500 A3                INC     DPTR
-002501 E0                MOVX    A,@DPTR
-002502 F9                MOV     R1,A
-002503 8F82              MOV     DPL,R7
-002505 758300            MOV     DPH,#00H
-002508 1203CF            LCALL   ?C?CLDOPTR
-00250B 6003              JZ      ?C0098?KEYSCAN
-  298: 			return 0x00;
-00250D 7F00              MOV     R7,#00H
-00250F 22                RET     
-  299: 	}
-002510         ?C0098?KEYSCAN:
-002510 0F                INC     R7
-002511 80E0              SJMP    ?C0096?KEYSCAN
-002513         ?C0097?KEYSCAN:
-  300: 	return 0x01;
-002513 7F01              MOV     R7,#01H
-  301: }
-002515 22                RET     
------ FUNCTION _array_is_empty (END) -------
-
-
------ FUNCTION _compare_str (BEGIN) -----
-002516 904E55            MOV     DPTR,#str1
-002519 EB                MOV     A,R3
-00251A F0                MOVX    @DPTR,A
-00251B A3                INC     DPTR
-00251C EA                MOV     A,R2
-00251D F0                MOVX    @DPTR,A
-00251E A3                INC     DPTR
-00251F E9                MOV     A,R1
-002520 F0                MOVX    @DPTR,A
-;---- Variable 'i' assigned to Register 'R7' ----
-002521 E4                CLR     A
-002522 FF                MOV     R7,A
-002523         ?C0021?UTILITIES:
-002523 904E5B            MOV     DPTR,#len
-002526 E0                MOVX    A,@DPTR
-002527 FE                MOV     R6,A
-002528 EF                MOV     A,R7
-002529 C3                CLR     C
-00252A 9E                SUBB    A,R6
-00252B 5030              JNC     ?C0022?UTILITIES
-00252D 904E58            MOV     DPTR,#str2
-002530 E0                MOVX    A,@DPTR
-002531 FB                MOV     R3,A
-002532 A3                INC     DPTR
-002533 E0                MOVX    A,@DPTR
-002534 FA                MOV     R2,A
-002535 A3                INC     DPTR
-002536 E0                MOVX    A,@DPTR
-002537 F9                MOV     R1,A
-002538 8F82              MOV     DPL,R7
-00253A 758300            MOV     DPH,#00H
-00253D 1203CF            LCALL   ?C?CLDOPTR
-002540 FE                MOV     R6,A
-002541 904E55            MOV     DPTR,#str1
-002544 E0                MOVX    A,@DPTR
-002545 FB                MOV     R3,A
-002546 A3                INC     DPTR
-002547 E0                MOVX    A,@DPTR
-002548 FA                MOV     R2,A
-002549 A3                INC     DPTR
-00254A E0                MOVX    A,@DPTR
-00254B F9                MOV     R1,A
-00254C 8F82              MOV     DPL,R7
-00254E 758300            MOV     DPH,#00H
-002551 1203CF            LCALL   ?C?CLDOPTR
-002554 6E                XRL     A,R6
-002555 6003              JZ      ?C0023?UTILITIES
-002557 7F00              MOV     R7,#00H
-002559 22                RET     
-00255A         ?C0023?UTILITIES:
-00255A 0F                INC     R7
-00255B 80C6              SJMP    ?C0021?UTILITIES
-00255D         ?C0022?UTILITIES:
-00255D 7F01              MOV     R7,#01H
-00255F 22                RET     
------ FUNCTION _compare_str (END) -------
-
-
------ FUNCTION LED_device_poweroff (BEGIN) -----
- FILE: 'led.c'
-   18: void LED_device_poweroff()
-   19: {
-   20: 	GPIO_Setout(CAPS_LED_GPIO,LED_OFF);
-   21: }
-002560 C201              CLR     ?_GPIO_Setout?BIT
-002562 7F1E              MOV     R7,#01EH
-002564 0210B3            LJMP    _GPIO_Setout
------ FUNCTION LED_device_poweroff (END) -------
-
-
------ FUNCTION kb_cb_Timer100ms (BEGIN) -----
- FILE: 'sys.c'
-  387: static void kb_cb_Timer100ms()
-  388: {
-  389: 
-  390: 	if (g_variable.delay_enter_lpm_timer) 
-002567 904CED            MOV     DPTR,#g_variable+02EH
-00256A E0                MOVX    A,@DPTR
-00256B 6002              JZ      ?C0066?SYS
-  391: 	{
-  392: 		g_variable.delay_enter_lpm_timer --;
-00256D 14                DEC     A
-00256E F0                MOVX    @DPTR,A
-  393: 	}
-00256F         ?C0066?SYS:
-  394: 
-  395: 	if(g_variable.recon_delay)
-00256F 904CF2            MOV     DPTR,#g_variable+033H
-002572 E0                MOVX    A,@DPTR
-002573 6002              JZ      ?C0067?SYS
-  396: 		g_variable.recon_delay--;
-002575 14                DEC     A
-002576 F0                MOVX    @DPTR,A
-002577         ?C0067?SYS:
-  397: 
-  398: 	if(g_variable.language_wait_switch_timer)
-002577 904CFC            MOV     DPTR,#g_variable+03DH
-00257A E0                MOVX    A,@DPTR
-00257B 600A              JZ      ?C0068?SYS
-  399: 	{
-  400: 		g_variable.language_wait_switch_timer--;
-00257D 14                DEC     A
-00257E F0                MOVX    @DPTR,A
-  401: 		if(!g_variable.language_wait_switch_timer)
-00257F E0                MOVX    A,@DPTR
-002580 7005              JNZ     ?C0068?SYS
-  402: 			g_variable.key_combination_step = CAMBINATION_KEY_PRESS;
-002582 904CF7            MOV     DPTR,#g_variable+038H
-002585 04                INC     A
-002586 F0                MOVX    @DPTR,A
-  403: 	}
-002587         ?C0068?SYS:
-  404: 
-  405: 
-  406: 
-  407: 	if (g_variable.powerOn_timer != 0)
-002587 904CE5            MOV     DPTR,#g_variable+026H
-00258A E0                MOVX    A,@DPTR
-00258B 600F              JZ      ?C0070?SYS
-  408: 	{	
-  409: 		g_variable.powerOn_timer--;
-00258D 14                DEC     A
-00258E F0                MOVX    @DPTR,A
-  410: 		LED_device_poweron();
-00258F 1217EE            LCALL   LED_device_poweron
-  411: 		if (!g_variable.powerOn_timer)
-002592 904CE5            MOV     DPTR,#g_variable+026H
-002595 E0                MOVX    A,@DPTR
-002596 702F              JNZ     ?C0072?SYS
-  412: 		{
-  413: 			LED_device_poweroff();
-002598 B160              ACALL   LED_device_poweroff
-  414: 		}
-  415: 	}
-00259A 802B              SJMP    ?C0072?SYS
-00259C         ?C0070?SYS:
-  416: 	else
-  417: 	if (g_variable.pairing_timeout == 0)  //  pairing
-00259C 904CEC            MOV     DPTR,#g_variable+02DH
-00259F E0                MOVX    A,@DPTR
-0025A0 7025              JNZ     ?C0072?SYS
-  418: 	{
-  419: 		if(g_variable.battery_low_led_flash_interval)
-0025A2 904CE2            MOV     DPTR,#g_variable+023H
-0025A5 E0                MOVX    A,@DPTR
-0025A6 601F              JZ      ?C0072?SYS
-  420: 		{
-  421: 			g_variable.battery_low_led_flash_interval--;
-0025A8 14                DEC     A
-0025A9 F0                MOVX    @DPTR,A
-  422: 			if(g_variable.battery_low_led_flash_interval & 0x02)
-0025AA E0                MOVX    A,@DPTR
-0025AB 30E109            JNB     ACC.1,?C0075?SYS
-  423: 			{
-  424: 				GPIO_Setout(LOWPOWER_LED_GPIO, LED_ON);
-0025AE D201              SETB    ?_GPIO_Setout?BIT
-0025B0 7F1D              MOV     R7,#01DH
-0025B2 1210B3            LCALL   _GPIO_Setout
-  425: 			}
-0025B5 8007              SJMP    ?C0076?SYS
-0025B7         ?C0075?SYS:
-  426: 			else
-  427: 				GPIO_Setout(LOWPOWER_LED_GPIO, LED_OFF);	
-0025B7 C201              CLR     ?_GPIO_Setout?BIT
-0025B9 7F1D              MOV     R7,#01DH
-0025BB 1210B3            LCALL   _GPIO_Setout
-0025BE         ?C0076?SYS:
-  428: 			if(!g_variable.battery_low_led_flash_interval)
-0025BE 904CE2            MOV     DPTR,#g_variable+023H
-0025C1 E0                MOVX    A,@DPTR
-0025C2 7003              JNZ     ?C0072?SYS
-  429: 				g_variable.battery_low_led_flash_interval = LOW_BATTERY_FLASH_INTERVAL;
-0025C4 7404              MOV     A,#04H
-0025C6 F0                MOVX    @DPTR,A
-  430: 		}
-  431: 	}
-0025C7         ?C0072?SYS:
-  432: 
-  433: 	if (delayChgInvTimer != 0)
-0025C7 904DDE            MOV     DPTR,#delayChgInvTimer
-0025CA E0                MOVX    A,@DPTR
-0025CB 6013              JZ      ?C0081?SYS
-  434: 	{
-  435: 		delayChgInvTimer--;
-0025CD E0                MOVX    A,@DPTR
-0025CE 14                DEC     A
-0025CF F0                MOVX    @DPTR,A
-  436: 		if (delayChgInvTimer == 0)
-0025D0 E0                MOVX    A,@DPTR
-0025D1 700D              JNZ     ?C0081?SYS
-  437: 		{
-  438: 		
-  439: 			if (g_variable.ble_currentState == CHANGE_TO_BLE_CONNECTED)
-0025D3 904CC7            MOV     DPTR,#g_variable+08H
-0025D6 E0                MOVX    A,@DPTR
-0025D7 B40406            CJNE    A,#04H,?C0081?SYS
-  440: 			{
-  441: 				kscurrmult = 0x0c;
-0025DA 904213            MOV     DPTR,#kscurrmult
-0025DD 740C              MOV     A,#0CH
-0025DF F0                MOVX    @DPTR,A
-  442: 			}
-  443: 		}
-  444: 	}
-  445: }
-0025E0         ?C0081?SYS:
-0025E0 22                RET     
------ FUNCTION kb_cb_Timer100ms (END) -------
-
-
 ----- FUNCTION System_Hardware_reset (BEGIN) -----
  FILE: 'sys.c'
    56: static void System_Hardware_reset()
    57: {
    58: 	m_reset_reg = 1;
    59: 	while(1);
-0025E1 908010            MOV     DPTR,#m_reset_reg
-0025E4 7401              MOV     A,#01H
-0025E6 F0                MOVX    @DPTR,A
-0025E7         ?C0004?SYS:
+001FFD 908010            MOV     DPTR,#m_reset_reg
+002000 7401              MOV     A,#01H
+002002 F0                MOVX    @DPTR,A
+002003         ?C0004?SYS:
    60: }
-0025E7 80FE              SJMP    ?C0004?SYS
-0025E9 22                RET     
+002003 80FE              SJMP    ?C0004?SYS
+002005 22                RET     
 ----- FUNCTION System_Hardware_reset (END) -------
 
 
@@ -7343,7 +6095,7 @@
    69: {
    70: 	System_Hardware_reset();
    71: }
-0025EA 80F5              SJMP    System_Hardware_reset
+002006 80F5              SJMP    System_Hardware_reset
 ----- FUNCTION System_Reset_Connect (END) -------
 
 
@@ -7351,45 +6103,200 @@
  FILE: 'sys.c'
    78: static void kb_cb_Hid(byte *p,byte len) {
    79: 	//p[0] is hid type,always is 1(kb) now
-0025EC 904EAC            MOV     DPTR,#len
-0025EF ED                MOV     A,R5
-0025F0 F0                MOVX    @DPTR,A
+002008 904EAC            MOV     DPTR,#len
+00200B ED                MOV     A,R5
+00200C F0                MOVX    @DPTR,A
 ;---- Variable 'p' assigned to Register 'R1/R2/R3' ----
    80: 	byte temp = p[1];
-0025F1 900001            MOV     DPTR,#01H
-0025F4 1203CF            LCALL   ?C?CLDOPTR
-0025F7 904EAD            MOV     DPTR,#temp
-0025FA F0                MOVX    @DPTR,A
+00200D 900001            MOV     DPTR,#01H
+002010 1203CF            LCALL   ?C?CLDOPTR
+002013 904EAD            MOV     DPTR,#temp
+002016 F0                MOVX    @DPTR,A
    81: 
    82: 	if (len<2) {
    83: 		return;
    84: 	}
    85: }
-0025FB 22                RET     
+002017 22                RET     
 ----- FUNCTION _kb_cb_Hid (END) -------
 
 
+----- FUNCTION kb_button_press_timer500ms (BEGIN) -----
+ FILE: 'sys.c'
+  297: void kb_button_press_timer500ms()
+  298: {
+  299: 	
+  300: //key status 
+  301: /*
+  302: 	if (g_variable.button_flag & KEY_FLAG_BTKEY_PRESS)		//press BT key
+  303: 	{
+  304: 		if (g_variable.button_timer[0] < 250)
+  305: 			g_variable.button_timer[0]++;
+  306: 		if (g_variable.button_timer[0] == 2)
+  307: 		{
+  308: 			YC_key_action_handle(KEY_DISCOVERY);
+  309: 		}
+  310: 	}
+  311: 	else
+  312: 		g_variable.button_timer[0] = 0;
+  313: */		
+  314: 	
+  315: 	if (g_variable.button_flag & KEY_FLAG_SAME_KEY_PRESS)
+002018 904CCE            MOV     DPTR,#g_variable+0FH
+00201B E0                MOVX    A,@DPTR
+00201C 30E13E            JNB     ACC.1,?C0052?SYS
+  316: 	{
+  317: 		if (g_variable.button_timer[1] < 250)
+00201F 904CD0            MOV     DPTR,#g_variable+011H
+002022 E0                MOVX    A,@DPTR
+002023 C3                CLR     C
+002024 94FA              SUBB    A,#0FAH
+002026 5003              JNC     ?C0053?SYS
+  318: 			g_variable.button_timer[1]++;
+002028 E0                MOVX    A,@DPTR
+002029 04                INC     A
+00202A F0                MOVX    @DPTR,A
+00202B         ?C0053?SYS:
+  319: 		if (g_variable.button_timer[1] == 180)			// 500ms*180*3 = 4min30s
+00202B 904CD0            MOV     DPTR,#g_variable+011H
+00202E E0                MOVX    A,@DPTR
+00202F 64B4              XRL     A,#0B4H
+002031 702F              JNZ     ?C0058?SYS
+  320: 		{
+  321: 			press_long_time_flag++;
+002033 904DDC            MOV     DPTR,#press_long_time_flag
+002036 E0                MOVX    A,@DPTR
+002037 04                INC     A
+002038 F0                MOVX    @DPTR,A
+  322: 			if(press_long_time_flag <= 2)
+002039 E0                MOVX    A,@DPTR
+00203A D3                SETB    C
+00203B 9402              SUBB    A,#02H
+00203D 5007              JNC     ?C0055?SYS
+  323: 			{
+  324: 				g_variable.button_timer[1] = 0;
+00203F E4                CLR     A
+002040 904CD0            MOV     DPTR,#g_variable+011H
+002043 F0                MOVX    @DPTR,A
+  325: 			}
+002044 801C              SJMP    ?C0058?SYS
+002046         ?C0055?SYS:
+  326: 			else if(press_long_time_flag == 3)
+002046 904DDC            MOV     DPTR,#press_long_time_flag
+002049 E0                MOVX    A,@DPTR
+00204A B40315            CJNE    A,#03H,?C0058?SYS
+  327: 			{
+  328: 				long_press_flag = 1;
+00204D 904DD5            MOV     DPTR,#long_press_flag
+002050 7401              MOV     A,#01H
+002052 F0                MOVX    @DPTR,A
+  329: 				g_variable.button_timer[1] = 0;
+002053 E4                CLR     A
+002054 904CD0            MOV     DPTR,#g_variable+011H
+002057 F0                MOVX    @DPTR,A
+  330: 				System_long_sleep();
+002058 121529            LCALL   System_long_sleep
+  331: 			}
+  332: 		}
+  333: 	}
+00205B 8005              SJMP    ?C0058?SYS
+00205D         ?C0052?SYS:
+  334: 	else
+  335: 		press_long_time_flag = 0;
+00205D E4                CLR     A
+00205E 904DDC            MOV     DPTR,#press_long_time_flag
+002061 F0                MOVX    @DPTR,A
+002062         ?C0058?SYS:
+  336: 
+  337: 
+  338: 	if (g_variable.button_flag & KEY_FLAG_FN_DEVICE_BUTTON)
+002062 904CCE            MOV     DPTR,#g_variable+0FH
+002065 E0                MOVX    A,@DPTR
+002066 30E336            JNB     ACC.3,?C0059?SYS
+  339: 	{
+  340: 		g_variable.delay_enter_lpm_timer = 10;
+002069 904CED            MOV     DPTR,#g_variable+02EH
+00206C 740A              MOV     A,#0AH
+00206E F0                MOVX    @DPTR,A
+  341: 		if (g_variable.button_timer[3] < 250)
+00206F 904CD2            MOV     DPTR,#g_variable+013H
+002072 E0                MOVX    A,@DPTR
+002073 C3                CLR     C
+002074 94FA              SUBB    A,#0FAH
+002076 5003              JNC     ?C0060?SYS
+  342: 			g_variable.button_timer[3]++;
+002078 E0                MOVX    A,@DPTR
+002079 04                INC     A
+00207A F0                MOVX    @DPTR,A
+00207B         ?C0060?SYS:
+  343: 		if (g_variable.button_timer[3] == 6)
+00207B 904CD2            MOV     DPTR,#g_variable+013H
+00207E E0                MOVX    A,@DPTR
+00207F B40622            CJNE    A,#06H,?C0064?SYS
+  344: 		{
+  345: 			//do discoverable
+  346: 			if(!g_variable.pairing_timeout)
+002082 904CEC            MOV     DPTR,#g_variable+02DH
+002085 E0                MOVX    A,@DPTR
+002086 701C              JNZ     ?C0064?SYS
+  347: 			{
+  348: 				g_variable.pairing_timeout = BT_PAIRING_TIME_OUT_2MIN;
+002088 743C              MOV     A,#03CH
+00208A F0                MOVX    @DPTR,A
+  349: 				g_variable.powerOn_timer = 0;
+00208B E4                CLR     A
+00208C 904CE5            MOV     DPTR,#g_variable+026H
+00208F F0                MOVX    @DPTR,A
+  350: 				YC_key_action_handle(KEY_DISCOVERY);
+002090 7F05              MOV     R7,#05H
+002092 1217E1            LCALL   _YC_key_action_handle
+  351: 				LED_all_shutdown();
+002095 120FCD            LCALL   LED_all_shutdown
+  352: 				g_variable.release_data = 1;
+002098 904CEE            MOV     DPTR,#g_variable+02FH
+00209B 7401              MOV     A,#01H
+00209D F0                MOVX    @DPTR,A
+  353: 			}
+  354: 		}
+  355: 	}
+00209E 22                RET     
+00209F         ?C0059?SYS:
+  356: 	else
+  357: 	{
+  358: 		g_variable.button_timer[3] = 0;
+00209F E4                CLR     A
+0020A0 904CD2            MOV     DPTR,#g_variable+013H
+0020A3 F0                MOVX    @DPTR,A
+  359: 	}
+  360: 
+  361: 
+  362: }
+0020A4         ?C0064?SYS:
+0020A4 22                RET     
+----- FUNCTION kb_button_press_timer500ms (END) -------
+
+
 ----- FUNCTION kb_cb_init (BEGIN) -----
  FILE: 'sys.c'
-  459: static void kb_cb_init()
-  460: {
-  461: 	IPC_Initialize(&cb);
-  462: }
-0025FC 7B01              MOV     R3,#01H
-0025FE 7A4E              MOV     R2,#HIGH cb
-002600 790B              MOV     R1,#LOW cb
+  460: static void kb_cb_init()
+  461: {
+  462: 	IPC_Initialize(&cb);
+  463: }
+0020A5 7B01              MOV     R3,#01H
+0020A7 7A4E              MOV     R2,#HIGH cb
+0020A9 790B              MOV     R1,#LOW cb
 ;----                  JMP     _IPC_Initialize
 ----- FUNCTION kb_cb_init (END) -------
 
 
 ----- FUNCTION _IPC_Initialize (BEGIN) -----
 ;---- Variable 'cb' assigned to Register 'R1/R2/R3' ----
-002602 781D              MOV     R0,#LOW ipcCb
-002604 7C4E              MOV     R4,#HIGH ipcCb
-002606 7D01              MOV     R5,#01H
-002608 7E00              MOV     R6,#00H
-00260A 7F12              MOV     R7,#012H
-00260C 020390            LJMP    ?C?COPY
+0020AB 781D              MOV     R0,#LOW ipcCb
+0020AD 7C4E              MOV     R4,#HIGH ipcCb
+0020AF 7D01              MOV     R5,#01H
+0020B1 7E00              MOV     R6,#00H
+0020B3 7F12              MOV     R7,#012H
+0020B5 020390            LJMP    ?C?COPY
 ----- FUNCTION _IPC_Initialize (END) -------
 
 
@@ -7397,920 +6304,1255 @@
  FILE: 'adc.c'
     3: void YC_adc_init()
     4: {
-    5: 	byte i;
-    6: 	#ifndef  ADC_ENABLE
-    7: 		return;
-    8: 	#endif	
-    9: 	m_adc_channel = ADC_CHANNEL;
-00260F 904C90            MOV     DPTR,#m_adc_channel
-002612 7433              MOV     A,#033H
-002614 F0                MOVX    @DPTR,A
-   10: 	g_variable.battery_check_interval = BATTERY_CHECK_INTERVAL;
-002615 904CD3            MOV     DPTR,#g_variable+014H
-002618 7405              MOV     A,#05H
-00261A F0                MOVX    @DPTR,A
-   11: 	g_variable.battery_value_index = 0;
-00261B E4                CLR     A
-00261C A3                INC     DPTR
-00261D F0                MOVX    @DPTR,A
-   12: 
-   13: 	
-   14: 	if(m_adc_config_flag == ADC_TYPE_HVIN)
-00261E 904C8F            MOV     DPTR,#m_adc_config_flag
-002621 E0                MOVX    A,@DPTR
-002622 6402              XRL     A,#02H
-002624 6002              JZ      $ + 4H
-002626 C1EE              AJMP    ?C0001?ADC
-   15: 	{
-   16: 		for (i = 0; i < BAT_ARRAY_LEN; i++)
-002628 904EB5            MOV     DPTR,#i
-00262B F0                MOVX    @DPTR,A
-00262C         ?C0002?ADC:
-00262C 904EB5            MOV     DPTR,#i
-00262F E0                MOVX    A,@DPTR
-002630 FF                MOV     R7,A
-002631 C3                CLR     C
-002632 9404              SUBB    A,#04H
-002634 501B              JNC     ?C0003?ADC
-   17: 		{
-   18: 			g_variable.battery_value[i] = INIT_BATTERY_VALUE;
-002636 EF                MOV     A,R7
-002637 25E0              ADD     A,ACC
-002639 24D6              ADD     A,#LOW g_variable+017H
-00263B F582              MOV     DPL,A
-00263D E4                CLR     A
-00263E 344C              ADDC    A,#HIGH g_variable+017H
-002640 F583              MOV     DPH,A
-002642 7479              MOV     A,#079H
-002644 F0                MOVX    @DPTR,A
-002645 A3                INC     DPTR
-002646 7490              MOV     A,#090H
-002648 F0                MOVX    @DPTR,A
-   19: 		}
-002649 904EB5            MOV     DPTR,#i
-00264C E0                MOVX    A,@DPTR
-00264D 04                INC     A
-00264E F0                MOVX    @DPTR,A
-00264F 80DB              SJMP    ?C0002?ADC
-002651         ?C0003?ADC:
-   20: 		g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_3V2+m_adc0vBase;
-002651 904C91            MOV     DPTR,#m_adc0vBase
-002654 E0                MOVX    A,@DPTR
-002655 FE                MOV     R6,A
-002656 A3                INC     DPTR
-002657 E0                MOVX    A,@DPTR
-002658 FF                MOV     R7,A
-002659 C3                CLR     C
-00265A 904C94            MOV     DPTR,#m_adc3vValue+01H
-00265D E0                MOVX    A,@DPTR
-00265E 9F                SUBB    A,R7
-00265F FD                MOV     R5,A
-002660 904C93            MOV     DPTR,#m_adc3vValue
-002663 E0                MOVX    A,@DPTR
-002664 9E                SUBB    A,R6
-002665 FC                MOV     R4,A
-002666 E4                CLR     A
-002667 120206            LCALL   ?C?FCASTI
-00266A 7BC3              MOV     R3,#0C3H
-00266C 7AF5              MOV     R2,#0F5H
-00266E 7988              MOV     R1,#088H
-002670 783F              MOV     R0,#03FH
-002672 1200FB            LCALL   ?C?FPMUL
-002675 C004              PUSH    AR4
-002677 C005              PUSH    AR5
-002679 C006              PUSH    AR6
-00267B C007              PUSH    AR7
-00267D 904C91            MOV     DPTR,#m_adc0vBase
-002680 E0                MOVX    A,@DPTR
-002681 FC                MOV     R4,A
-002682 A3                INC     DPTR
-002683 E0                MOVX    A,@DPTR
-002684 FD                MOV     R5,A
-002685 E4                CLR     A
-002686 120206            LCALL   ?C?FCASTI
-002689 D003              POP     AR3
-00268B D002              POP     AR2
-00268D D001              POP     AR1
-00268F D000              POP     AR0
-002691 12000A            LCALL   ?C?FPADD
-002694 12023F            LCALL   ?C?CASTF
-002697 904CDE            MOV     DPTR,#g_variable+01FH
-00269A EE                MOV     A,R6
-00269B F0                MOVX    @DPTR,A
-00269C A3                INC     DPTR
-00269D EF                MOV     A,R7
-00269E F0                MOVX    @DPTR,A
-   21: 		g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_3V0+m_adc0vBase;
-00269F 904C91            MOV     DPTR,#m_adc0vBase
-0026A2 E0                MOVX    A,@DPTR
-0026A3 FE                MOV     R6,A
-0026A4 A3                INC     DPTR
-0026A5 E0                MOVX    A,@DPTR
-0026A6 FF                MOV     R7,A
-0026A7 C3                CLR     C
-0026A8 904C94            MOV     DPTR,#m_adc3vValue+01H
-0026AB E0                MOVX    A,@DPTR
-0026AC 9F                SUBB    A,R7
-0026AD FD                MOV     R5,A
-0026AE 904C93            MOV     DPTR,#m_adc3vValue
-0026B1 E0                MOVX    A,@DPTR
-0026B2 9E                SUBB    A,R6
-0026B3 FC                MOV     R4,A
-0026B4 E4                CLR     A
-0026B5 120206            LCALL   ?C?FCASTI
-0026B8 7BAE              MOV     R3,#0AEH
-0026BA 7A47              MOV     R2,#047H
-0026BC 7981              MOV     R1,#081H
-0026BE 783F              MOV     R0,#03FH
-0026C0 1200FB            LCALL   ?C?FPMUL
-0026C3 C004              PUSH    AR4
-0026C5 C005              PUSH    AR5
-0026C7 C006              PUSH    AR6
-0026C9 C007              PUSH    AR7
-0026CB 904C91            MOV     DPTR,#m_adc0vBase
-0026CE E0                MOVX    A,@DPTR
-0026CF FC                MOV     R4,A
-0026D0 A3                INC     DPTR
-0026D1 E0                MOVX    A,@DPTR
-0026D2 FD                MOV     R5,A
-0026D3 E4                CLR     A
-0026D4 120206            LCALL   ?C?FCASTI
-0026D7 D003              POP     AR3
-0026D9 D002              POP     AR2
-0026DB D001              POP     AR1
-0026DD D000              POP     AR0
-0026DF 12000A            LCALL   ?C?FPADD
-0026E2 12023F            LCALL   ?C?CASTF
-0026E5 904CE0            MOV     DPTR,#g_variable+021H
-0026E8 EE                MOV     A,R6
-0026E9 F0                MOVX    @DPTR,A
-0026EA A3                INC     DPTR
-0026EB EF                MOV     A,R7
-0026EC F0                MOVX    @DPTR,A
-   22: 	}
-0026ED 22                RET     
-0026EE         ?C0001?ADC:
-   23: 	else if(m_adc_config_flag == ADC_TYPE_VINLPM)
-0026EE 904C8F            MOV     DPTR,#m_adc_config_flag
-0026F1 E0                MOVX    A,@DPTR
-0026F2 6401              XRL     A,#01H
-0026F4 6002              JZ      $ + 4H
-0026F6 E1BC              AJMP    ?C0006?ADC
-   24: 	{
-   25: 		for (i = 0; i < BAT_ARRAY_LEN; i++)
-0026F8 904EB5            MOV     DPTR,#i
-0026FB F0                MOVX    @DPTR,A
-0026FC         ?C0007?ADC:
-0026FC 904EB5            MOV     DPTR,#i
-0026FF E0                MOVX    A,@DPTR
-002700 FF                MOV     R7,A
-002701 C3                CLR     C
-002702 9404              SUBB    A,#04H
-002704 5019              JNC     ?C0008?ADC
-   26: 		{
-   27: 			g_variable.battery_value[i] = INIT_BATTERY_VALUE_VINLPM;
-002706 EF                MOV     A,R7
-002707 25E0              ADD     A,ACC
-002709 24D6              ADD     A,#LOW g_variable+017H
-00270B F582              MOV     DPL,A
-00270D E4                CLR     A
-00270E 344C              ADDC    A,#HIGH g_variable+017H
-002710 F583              MOV     DPH,A
-002712 7451              MOV     A,#051H
-002714 F0                MOVX    @DPTR,A
-002715 A3                INC     DPTR
-002716 F0                MOVX    @DPTR,A
-   28: 		}
-002717 904EB5            MOV     DPTR,#i
-00271A E0                MOVX    A,@DPTR
-00271B 04                INC     A
-00271C F0                MOVX    @DPTR,A
-00271D 80DD              SJMP    ?C0007?ADC
-00271F         ?C0008?ADC:
-   29: 		g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_2V2+m_adc0vBase;
-00271F 904C91            MOV     DPTR,#m_adc0vBase
-002722 E0                MOVX    A,@DPTR
-002723 FE                MOV     R6,A
-002724 A3                INC     DPTR
-002725 E0                MOVX    A,@DPTR
-002726 FF                MOV     R7,A
-002727 C3                CLR     C
-002728 904C94            MOV     DPTR,#m_adc3vValue+01H
-00272B E0                MOVX    A,@DPTR
-00272C 9F                SUBB    A,R7
-00272D FD                MOV     R5,A
-00272E 904C93            MOV     DPTR,#m_adc3vValue
-002731 E0                MOVX    A,@DPTR
-002732 9E                SUBB    A,R6
-002733 FC                MOV     R4,A
-002734 E4                CLR     A
-002735 120206            LCALL   ?C?FCASTI
-002738 7BA4              MOV     R3,#0A4H
-00273A 7A70              MOV     R2,#070H
-00273C 793D              MOV     R1,#03DH
-00273E 783F              MOV     R0,#03FH
-002740 1200FB            LCALL   ?C?FPMUL
-002743 C004              PUSH    AR4
-002745 C005              PUSH    AR5
-002747 C006              PUSH    AR6
-002749 C007              PUSH    AR7
-00274B 904C91            MOV     DPTR,#m_adc0vBase
-00274E E0                MOVX    A,@DPTR
-00274F FC                MOV     R4,A
-002750 A3                INC     DPTR
-002751 E0                MOVX    A,@DPTR
-002752 FD                MOV     R5,A
-002753 E4                CLR     A
-002754 120206            LCALL   ?C?FCASTI
-002757 D003              POP     AR3
-002759 D002              POP     AR2
-00275B D001              POP     AR1
-00275D D000              POP     AR0
-00275F 12000A            LCALL   ?C?FPADD
-002762 12023F            LCALL   ?C?CASTF
-002765 904CDE            MOV     DPTR,#g_variable+01FH
-002768 EE                MOV     A,R6
-002769 F0                MOVX    @DPTR,A
-00276A A3                INC     DPTR
-00276B EF                MOV     A,R7
-00276C F0                MOVX    @DPTR,A
-   30: 		g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_2V0+m_adc0vBase;
-00276D 904C91            MOV     DPTR,#m_adc0vBase
-002770 E0                MOVX    A,@DPTR
-002771 FE                MOV     R6,A
-002772 A3                INC     DPTR
-002773 E0                MOVX    A,@DPTR
-002774 FF                MOV     R7,A
-002775 C3                CLR     C
-002776 904C94            MOV     DPTR,#m_adc3vValue+01H
-002779 E0                MOVX    A,@DPTR
-00277A 9F                SUBB    A,R7
-00277B FD                MOV     R5,A
-00277C 904C93            MOV     DPTR,#m_adc3vValue
-00277F E0                MOVX    A,@DPTR
-002780 9E                SUBB    A,R6
-002781 FC                MOV     R4,A
-002782 E4                CLR     A
-002783 120206            LCALL   ?C?FCASTI
-002786 7B1F              MOV     R3,#01FH
-002788 7A85              MOV     R2,#085H
-00278A 792B              MOV     R1,#02BH
-00278C 783F              MOV     R0,#03FH
-00278E 1200FB            LCALL   ?C?FPMUL
-002791 C004              PUSH    AR4
-002793 C005              PUSH    AR5
-002795 C006              PUSH    AR6
-002797 C007              PUSH    AR7
-002799 904C91            MOV     DPTR,#m_adc0vBase
-00279C E0                MOVX    A,@DPTR
-00279D FC                MOV     R4,A
-00279E A3                INC     DPTR
-00279F E0                MOVX    A,@DPTR
-0027A0 FD                MOV     R5,A
-0027A1 E4                CLR     A
-0027A2 120206            LCALL   ?C?FCASTI
-0027A5 D003              POP     AR3
-0027A7 D002              POP     AR2
-0027A9 D001              POP     AR1
-0027AB D000              POP     AR0
-0027AD 12000A            LCALL   ?C?FPADD
-0027B0 12023F            LCALL   ?C?CASTF
-0027B3 904CE0            MOV     DPTR,#g_variable+021H
-0027B6 EE                MOV     A,R6
-0027B7 F0                MOVX    @DPTR,A
-0027B8 A3                INC     DPTR
-0027B9 EF                MOV     A,R7
-0027BA F0                MOVX    @DPTR,A
-   31: 	}
-0027BB 22                RET     
-0027BC         ?C0006?ADC:
-   32: 	else
-   33: 	{
-   34: 		for (i = 0; i < BAT_ARRAY_LEN; i++)
-0027BC E4                CLR     A
-0027BD 904EB5            MOV     DPTR,#i
-0027C0 F0                MOVX    @DPTR,A
-0027C1         ?C0011?ADC:
-0027C1 904EB5            MOV     DPTR,#i
-0027C4 E0                MOVX    A,@DPTR
-0027C5 FF                MOV     R7,A
-0027C6 C3                CLR     C
-0027C7 9404              SUBB    A,#04H
-0027C9 501B              JNC     ?C0012?ADC
-   35: 		{
-   36: 			g_variable.battery_value[i] = INIT_BATTERY_VALUE;
-0027CB EF                MOV     A,R7
-0027CC 25E0              ADD     A,ACC
-0027CE 24D6              ADD     A,#LOW g_variable+017H
-0027D0 F582              MOV     DPL,A
-0027D2 E4                CLR     A
-0027D3 344C              ADDC    A,#HIGH g_variable+017H
-0027D5 F583              MOV     DPH,A
-0027D7 7479              MOV     A,#079H
-0027D9 F0                MOVX    @DPTR,A
-0027DA A3                INC     DPTR
-0027DB 7490              MOV     A,#090H
-0027DD F0                MOVX    @DPTR,A
-   37: 		}
-0027DE 904EB5            MOV     DPTR,#i
-0027E1 E0                MOVX    A,@DPTR
-0027E2 04                INC     A
-0027E3 F0                MOVX    @DPTR,A
-0027E4 80DB              SJMP    ?C0011?ADC
-0027E6         ?C0012?ADC:
-   38: 		g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_1V1+m_adc0vBase;
-0027E6 904C91            MOV     DPTR,#m_adc0vBase
-0027E9 E0                MOVX    A,@DPTR
-0027EA FE                MOV     R6,A
-0027EB A3                INC     DPTR
-0027EC E0                MOVX    A,@DPTR
-0027ED FF                MOV     R7,A
-0027EE C3                CLR     C
-0027EF 904C94            MOV     DPTR,#m_adc3vValue+01H
-0027F2 E0                MOVX    A,@DPTR
-0027F3 9F                SUBB    A,R7
-0027F4 FD                MOV     R5,A
-0027F5 904C93            MOV     DPTR,#m_adc3vValue
-0027F8 E0                MOVX    A,@DPTR
-0027F9 9E                SUBB    A,R6
-0027FA FC                MOV     R4,A
-0027FB E4                CLR     A
-0027FC 120206            LCALL   ?C?FCASTI
-0027FF 7BC3              MOV     R3,#0C3H
-002801 7AF5              MOV     R2,#0F5H
-002803 79A8              MOV     R1,#0A8H
-002805 783E              MOV     R0,#03EH
-002807 1200FB            LCALL   ?C?FPMUL
-00280A C004              PUSH    AR4
-00280C C005              PUSH    AR5
-00280E C006              PUSH    AR6
-002810 C007              PUSH    AR7
-002812 904C91            MOV     DPTR,#m_adc0vBase
-002815 E0                MOVX    A,@DPTR
-002816 FC                MOV     R4,A
-002817 A3                INC     DPTR
-002818 E0                MOVX    A,@DPTR
-002819 FD                MOV     R5,A
-00281A E4                CLR     A
-00281B 120206            LCALL   ?C?FCASTI
-00281E D003              POP     AR3
-002820 D002              POP     AR2
-002822 D001              POP     AR1
-002824 D000              POP     AR0
-002826 12000A            LCALL   ?C?FPADD
-002829 12023F            LCALL   ?C?CASTF
-00282C 904CDE            MOV     DPTR,#g_variable+01FH
-00282F EE                MOV     A,R6
-002830 F0                MOVX    @DPTR,A
-002831 A3                INC     DPTR
-002832 EF                MOV     A,R7
-002833 F0                MOVX    @DPTR,A
-   39: 		g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_0V9+m_adc0vBase;
-002834 904C91            MOV     DPTR,#m_adc0vBase
-002837 E0                MOVX    A,@DPTR
-002838 FE                MOV     R6,A
-002839 A3                INC     DPTR
-00283A E0                MOVX    A,@DPTR
-00283B FF                MOV     R7,A
-00283C C3                CLR     C
-00283D 904C94            MOV     DPTR,#m_adc3vValue+01H
-002840 E0                MOVX    A,@DPTR
-002841 9F                SUBB    A,R7
-002842 FD                MOV     R5,A
-002843 904C93            MOV     DPTR,#m_adc3vValue
-002846 E0                MOVX    A,@DPTR
-002847 9E                SUBB    A,R6
-002848 FC                MOV     R4,A
-002849 E4                CLR     A
-00284A 120206            LCALL   ?C?FCASTI
-00284D 7B5C              MOV     R3,#05CH
-00284F 7A8F              MOV     R2,#08FH
-002851 7942              MOV     R1,#042H
-002853 783E              MOV     R0,#03EH
-002855 1200FB            LCALL   ?C?FPMUL
-002858 C004              PUSH    AR4
-00285A C005              PUSH    AR5
-00285C C006              PUSH    AR6
-00285E C007              PUSH    AR7
-002860 904C91            MOV     DPTR,#m_adc0vBase
-002863 E0                MOVX    A,@DPTR
-002864 FC                MOV     R4,A
-002865 A3                INC     DPTR
-002866 E0                MOVX    A,@DPTR
-002867 FD                MOV     R5,A
-002868 E4                CLR     A
-002869 120206            LCALL   ?C?FCASTI
-00286C D003              POP     AR3
-00286E D002              POP     AR2
-002870 D001              POP     AR1
-002872 D000              POP     AR0
-002874 12000A            LCALL   ?C?FPADD
-002877 12023F            LCALL   ?C?CASTF
-00287A 904CE0            MOV     DPTR,#g_variable+021H
-00287D EE                MOV     A,R6
-00287E F0                MOVX    @DPTR,A
-00287F A3                INC     DPTR
-002880 EF                MOV     A,R7
-002881 F0                MOVX    @DPTR,A
-   40: 	}
-   41: 	
-   42: }
-002882 22                RET     
+    5: #ifdef  ADC_ENABLE
+    6: 	byte i;
+    7: 	
+    8: 	g_variable.battery_check_interval = BATTERY_CHECK_INTERVAL;
+0020B8 904CD3            MOV     DPTR,#g_variable+014H
+0020BB 7405              MOV     A,#05H
+0020BD F0                MOVX    @DPTR,A
+    9: 	g_variable.battery_value_index = 0;
+0020BE E4                CLR     A
+0020BF A3                INC     DPTR
+0020C0 F0                MOVX    @DPTR,A
+   10: 
+   11: #ifdef ADC_TYPE_HVIN 	
+   12: 	for (i = 0; i < BAT_ARRAY_LEN; i++)
+   13: 	{
+   14: 		g_variable.battery_value[i] = INIT_BATTERY_VALUE;
+   15: 	}
+   16: 
+   17: 	g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_3V2+m_adc0vBase;
+   18: 	g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_3V0+m_adc0vBase;
+   19: #endif
+   20: #ifdef ADC_TYPE_VINLPM
+   21: 		for (i = 0; i < BAT_ARRAY_LEN; i++)
+;---- Variable 'i' assigned to Register 'R7' ----
+0020C1 FF                MOV     R7,A
+0020C2         ?C0001?ADC:
+   22: 		{
+   23: 			g_variable.battery_value[i] = INIT_BATTERY_VALUE_VINLPM;
+0020C2 EF                MOV     A,R7
+0020C3 25E0              ADD     A,ACC
+0020C5 24D6              ADD     A,#LOW g_variable+017H
+0020C7 F582              MOV     DPL,A
+0020C9 E4                CLR     A
+0020CA 344C              ADDC    A,#HIGH g_variable+017H
+0020CC F583              MOV     DPH,A
+0020CE 7451              MOV     A,#051H
+0020D0 F0                MOVX    @DPTR,A
+0020D1 A3                INC     DPTR
+0020D2 F0                MOVX    @DPTR,A
+   24: 		}
+0020D3 0F                INC     R7
+0020D4 EF                MOV     A,R7
+0020D5 B404EA            CJNE    A,#04H,?C0001?ADC
+0020D8         ?C0002?ADC:
+   25: 		g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_2V2+m_adc0vBase;
+0020D8 904C91            MOV     DPTR,#m_adc0vBase
+0020DB E0                MOVX    A,@DPTR
+0020DC FE                MOV     R6,A
+0020DD A3                INC     DPTR
+0020DE E0                MOVX    A,@DPTR
+0020DF FF                MOV     R7,A
+0020E0 C3                CLR     C
+0020E1 904C94            MOV     DPTR,#m_adc3vValue+01H
+0020E4 E0                MOVX    A,@DPTR
+0020E5 9F                SUBB    A,R7
+0020E6 FD                MOV     R5,A
+0020E7 904C93            MOV     DPTR,#m_adc3vValue
+0020EA E0                MOVX    A,@DPTR
+0020EB 9E                SUBB    A,R6
+0020EC FC                MOV     R4,A
+0020ED E4                CLR     A
+0020EE 120206            LCALL   ?C?FCASTI
+0020F1 7BA4              MOV     R3,#0A4H
+0020F3 7A70              MOV     R2,#070H
+0020F5 793D              MOV     R1,#03DH
+0020F7 783F              MOV     R0,#03FH
+0020F9 1200FB            LCALL   ?C?FPMUL
+0020FC C004              PUSH    AR4
+0020FE C005              PUSH    AR5
+002100 C006              PUSH    AR6
+002102 C007              PUSH    AR7
+002104 904C91            MOV     DPTR,#m_adc0vBase
+002107 E0                MOVX    A,@DPTR
+002108 FC                MOV     R4,A
+002109 A3                INC     DPTR
+00210A E0                MOVX    A,@DPTR
+00210B FD                MOV     R5,A
+00210C E4                CLR     A
+00210D 120206            LCALL   ?C?FCASTI
+002110 D003              POP     AR3
+002112 D002              POP     AR2
+002114 D001              POP     AR1
+002116 D000              POP     AR0
+002118 12000A            LCALL   ?C?FPADD
+00211B 12023F            LCALL   ?C?CASTF
+00211E 904CDE            MOV     DPTR,#g_variable+01FH
+002121 EE                MOV     A,R6
+002122 F0                MOVX    @DPTR,A
+002123 A3                INC     DPTR
+002124 EF                MOV     A,R7
+002125 F0                MOVX    @DPTR,A
+   26: 		g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_2V0+m_adc0vBase;
+002126 904C91            MOV     DPTR,#m_adc0vBase
+002129 E0                MOVX    A,@DPTR
+00212A FE                MOV     R6,A
+00212B A3                INC     DPTR
+00212C E0                MOVX    A,@DPTR
+00212D FF                MOV     R7,A
+00212E C3                CLR     C
+00212F 904C94            MOV     DPTR,#m_adc3vValue+01H
+002132 E0                MOVX    A,@DPTR
+002133 9F                SUBB    A,R7
+002134 FD                MOV     R5,A
+002135 904C93            MOV     DPTR,#m_adc3vValue
+002138 E0                MOVX    A,@DPTR
+002139 9E                SUBB    A,R6
+00213A FC                MOV     R4,A
+00213B E4                CLR     A
+00213C 120206            LCALL   ?C?FCASTI
+00213F 7B1F              MOV     R3,#01FH
+002141 7A85              MOV     R2,#085H
+002143 792B              MOV     R1,#02BH
+002145 783F              MOV     R0,#03FH
+002147 1200FB            LCALL   ?C?FPMUL
+00214A C004              PUSH    AR4
+00214C C005              PUSH    AR5
+00214E C006              PUSH    AR6
+002150 C007              PUSH    AR7
+002152 904C91            MOV     DPTR,#m_adc0vBase
+002155 E0                MOVX    A,@DPTR
+002156 FC                MOV     R4,A
+002157 A3                INC     DPTR
+002158 E0                MOVX    A,@DPTR
+002159 FD                MOV     R5,A
+00215A E4                CLR     A
+00215B 120206            LCALL   ?C?FCASTI
+00215E D003              POP     AR3
+002160 D002              POP     AR2
+002162 D001              POP     AR1
+002164 D000              POP     AR0
+002166 12000A            LCALL   ?C?FPADD
+002169 12023F            LCALL   ?C?CASTF
+00216C 904CE0            MOV     DPTR,#g_variable+021H
+00216F EE                MOV     A,R6
+002170 F0                MOVX    @DPTR,A
+002171 A3                INC     DPTR
+002172 EF                MOV     A,R7
+002173 F0                MOVX    @DPTR,A
+   27: #endif
+   28: #ifdef ADC_TYPE_GPIO
+   29: 	m_adc_channel = ADC_CHANNEL;
+   30: 	for (i = 0; i < BAT_ARRAY_LEN; i++)
+   31: 	{
+   32: 		g_variable.battery_value[i] = INIT_BATTERY_VALUE_GPIO;
+   33: 	}
+   34: 		g_variable.battery_level_low = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_1V1+m_adc0vBase;
+   35: 		g_variable.battery_level_shutdown = (m_adc3vValue - m_adc0vBase)*LOW_BATTER_COEFFICIENT_0V9+m_adc0vBase;
+   36: #endif	
+   37: #endif
+   38: }
+002174 22                RET     
 ----- FUNCTION YC_adc_init (END) -------
 
 
+----- FUNCTION YC_adc_check (BEGIN) -----
+ FILE: 'adc.c'
+   40: void YC_adc_check() 
+   41: {
+   42: #ifdef  ADC_ENABLE
+   43: 	byte i;
+   44: 	ulong batValue = 0;
+002175 904E75            MOV     DPTR,#batValue
+002178 120533            LCALL   ?C?LSTKXDATA
+00217B 00                DB      00H
+00217C 00                DB      00H
+00217D 00                DB      00H
+00217E 00                DB      00H
+   45: 
+   46: 	g_variable.battery_value[g_variable.battery_value_index++] = m_adcCurrentValue;
+00217F 904C95            MOV     DPTR,#m_adcCurrentValue
+002182 E0                MOVX    A,@DPTR
+002183 FE                MOV     R6,A
+002184 A3                INC     DPTR
+002185 E0                MOVX    A,@DPTR
+002186 FF                MOV     R7,A
+002187 904CD4            MOV     DPTR,#g_variable+015H
+00218A E0                MOVX    A,@DPTR
+00218B FD                MOV     R5,A
+00218C 04                INC     A
+00218D F0                MOVX    @DPTR,A
+00218E ED                MOV     A,R5
+00218F 25E0              ADD     A,ACC
+002191 24D6              ADD     A,#LOW g_variable+017H
+002193 F582              MOV     DPL,A
+002195 E4                CLR     A
+002196 344C              ADDC    A,#HIGH g_variable+017H
+002198 F583              MOV     DPH,A
+00219A EE                MOV     A,R6
+00219B F0                MOVX    @DPTR,A
+00219C A3                INC     DPTR
+00219D EF                MOV     A,R7
+00219E F0                MOVX    @DPTR,A
+   47: 	if (g_variable.battery_value_index >= BAT_ARRAY_LEN)
+00219F 904CD4            MOV     DPTR,#g_variable+015H
+0021A2 E0                MOVX    A,@DPTR
+0021A3 C3                CLR     C
+0021A4 9404              SUBB    A,#04H
+0021A6 4002              JC      ?C0005?ADC
+   48: 		g_variable.battery_value_index = 0;
+0021A8 E4                CLR     A
+0021A9 F0                MOVX    @DPTR,A
+0021AA         ?C0005?ADC:
+   49: 	for (i = 0; i < BAT_ARRAY_LEN; i++)
+0021AA E4                CLR     A
+0021AB 904E74            MOV     DPTR,#i
+0021AE F0                MOVX    @DPTR,A
+0021AF         ?C0006?ADC:
+   50: 	{
+   51: 		batValue += g_variable.battery_value[i];
+0021AF 904E75            MOV     DPTR,#batValue
+0021B2 E0                MOVX    A,@DPTR
+0021B3 F8                MOV     R0,A
+0021B4 A3                INC     DPTR
+0021B5 E0                MOVX    A,@DPTR
+0021B6 F9                MOV     R1,A
+0021B7 A3                INC     DPTR
+0021B8 E0                MOVX    A,@DPTR
+0021B9 FA                MOV     R2,A
+0021BA A3                INC     DPTR
+0021BB E0                MOVX    A,@DPTR
+0021BC FB                MOV     R3,A
+0021BD 904E74            MOV     DPTR,#i
+0021C0 E0                MOVX    A,@DPTR
+0021C1 25E0              ADD     A,ACC
+0021C3 24D6              ADD     A,#LOW g_variable+017H
+0021C5 F582              MOV     DPL,A
+0021C7 E4                CLR     A
+0021C8 344C              ADDC    A,#HIGH g_variable+017H
+0021CA F583              MOV     DPH,A
+0021CC E0                MOVX    A,@DPTR
+0021CD FE                MOV     R6,A
+0021CE A3                INC     DPTR
+0021CF E0                MOVX    A,@DPTR
+0021D0 FF                MOV     R7,A
+0021D1 E4                CLR     A
+0021D2 FC                MOV     R4,A
+0021D3 FD                MOV     R5,A
+0021D4 EB                MOV     A,R3
+0021D5 2F                ADD     A,R7
+0021D6 FF                MOV     R7,A
+0021D7 EA                MOV     A,R2
+0021D8 3E                ADDC    A,R6
+0021D9 FE                MOV     R6,A
+0021DA ED                MOV     A,R5
+0021DB 39                ADDC    A,R1
+0021DC FD                MOV     R5,A
+0021DD EC                MOV     A,R4
+0021DE 38                ADDC    A,R0
+0021DF FC                MOV     R4,A
+0021E0 904E75            MOV     DPTR,#batValue
+0021E3 120527            LCALL   ?C?LSTXDATA
+   52: 	}
+0021E6 904E74            MOV     DPTR,#i
+0021E9 E0                MOVX    A,@DPTR
+0021EA 04                INC     A
+0021EB F0                MOVX    @DPTR,A
+0021EC E0                MOVX    A,@DPTR
+0021ED B404BF            CJNE    A,#04H,?C0006?ADC
+0021F0         ?C0007?ADC:
+   53: 	batValue = batValue/BAT_ARRAY_LEN;
+0021F0 904E75            MOV     DPTR,#batValue
+0021F3 E0                MOVX    A,@DPTR
+0021F4 FC                MOV     R4,A
+0021F5 A3                INC     DPTR
+0021F6 E0                MOVX    A,@DPTR
+0021F7 FD                MOV     R5,A
+0021F8 A3                INC     DPTR
+0021F9 E0                MOVX    A,@DPTR
+0021FA FE                MOV     R6,A
+0021FB A3                INC     DPTR
+0021FC E0                MOVX    A,@DPTR
+0021FD FF                MOV     R7,A
+0021FE E4                CLR     A
+0021FF 7B04              MOV     R3,#04H
+002201 FA                MOV     R2,A
+002202 F9                MOV     R1,A
+002203 F8                MOV     R0,A
+002204 120476            LCALL   ?C?ULDIV
+002207 904E75            MOV     DPTR,#batValue
+00220A 120527            LCALL   ?C?LSTXDATA
+   54: 
+   55: 	if(g_variable.battery_value[0] < g_variable.battery_level_shutdown)
+00220D 904CE0            MOV     DPTR,#g_variable+021H
+002210 E0                MOVX    A,@DPTR
+002211 FE                MOV     R6,A
+002212 A3                INC     DPTR
+002213 E0                MOVX    A,@DPTR
+002214 FF                MOV     R7,A
+002215 C3                CLR     C
+002216 904CD7            MOV     DPTR,#g_variable+018H
+002219 E0                MOVX    A,@DPTR
+00221A 9F                SUBB    A,R7
+00221B 904CD6            MOV     DPTR,#g_variable+017H
+00221E E0                MOVX    A,@DPTR
+00221F 9E                SUBB    A,R6
+002220 5007              JNC     ?C0009?ADC
+   56: 	{
+   57: 		g_variable.battery_status = BAT_STATUS_SHUT_DOWN;
+002222 904CD5            MOV     DPTR,#g_variable+016H
+002225 7402              MOV     A,#02H
+002227 F0                MOVX    @DPTR,A
+   58: 	}
+002228 22                RET     
+002229         ?C0009?ADC:
+   59: 	else
+   60: 	{
+   61: 		if (batValue < g_variable.battery_level_low)
+002229 904CDE            MOV     DPTR,#g_variable+01FH
+00222C E0                MOVX    A,@DPTR
+00222D FE                MOV     R6,A
+00222E A3                INC     DPTR
+00222F E0                MOVX    A,@DPTR
+002230 FF                MOV     R7,A
+002231 E4                CLR     A
+002232 FC                MOV     R4,A
+002233 FD                MOV     R5,A
+002234 904E75            MOV     DPTR,#batValue
+002237 E0                MOVX    A,@DPTR
+002238 F8                MOV     R0,A
+002239 A3                INC     DPTR
+00223A E0                MOVX    A,@DPTR
+00223B F9                MOV     R1,A
+00223C A3                INC     DPTR
+00223D E0                MOVX    A,@DPTR
+00223E FA                MOV     R2,A
+00223F A3                INC     DPTR
+002240 E0                MOVX    A,@DPTR
+002241 FB                MOV     R3,A
+002242 C3                CLR     C
+002243 120516            LCALL   ?C?ULCMP
+002246 5007              JNC     ?C0011?ADC
+   62: 		{
+   63: 			g_variable.battery_status = BAT_STATUS_LOW;
+002248 904CD5            MOV     DPTR,#g_variable+016H
+00224B 7401              MOV     A,#01H
+00224D F0                MOVX    @DPTR,A
+   64: 		}
+00224E 22                RET     
+00224F         ?C0011?ADC:
+   65: 		else
+   66: 		{
+   67: 			g_variable.battery_status = BAT_STATUS_NONE;
+00224F E4                CLR     A
+002250 904CD5            MOV     DPTR,#g_variable+016H
+002253 F0                MOVX    @DPTR,A
+   68: 		}
+   69: 	}
+   70: #endif	
+   71: }
+002254 22                RET     
+----- FUNCTION YC_adc_check (END) -------
+
+
 ----- FUNCTION main (BEGIN) -----
  FILE: 'ram.c'
     5: void main()
     6: {
     7: 	YC_System_Main();
     8: }
-002883 020F19            LJMP    YC_System_Main
+002255 020F19            LJMP    YC_System_Main
 ----- FUNCTION main (END) -------
 
 
 ----- FUNCTION _bufsize (BEGIN) -----
-002886 904E8A            MOV     DPTR,#rptr
-002889 EE                MOV     A,R6
-00288A F0                MOVX    @DPTR,A
-00288B A3                INC     DPTR
-00288C EF                MOV     A,R7
-00288D F0                MOVX    @DPTR,A
-00288E 904E8C            MOV     DPTR,#wptr
-002891 EC                MOV     A,R4
-002892 F0                MOVX    @DPTR,A
-002893 A3                INC     DPTR
-002894 ED                MOV     A,R5
-002895 F0                MOVX    @DPTR,A
+002258 904E8A            MOV     DPTR,#rptr
+00225B EE                MOV     A,R6
+00225C F0                MOVX    @DPTR,A
+00225D A3                INC     DPTR
+00225E EF                MOV     A,R7
+00225F F0                MOVX    @DPTR,A
+002260 904E8C            MOV     DPTR,#wptr
+002263 EC                MOV     A,R4
+002264 F0                MOVX    @DPTR,A
+002265 A3                INC     DPTR
+002266 ED                MOV     A,R5
+002267 F0                MOVX    @DPTR,A
 ;---- Variable 'buflen' assigned to Register 'R3' ----
-002896 904E8C            MOV     DPTR,#wptr
-002899 E0                MOVX    A,@DPTR
-00289A FE                MOV     R6,A
-00289B A3                INC     DPTR
-00289C E0                MOVX    A,@DPTR
-00289D FF                MOV     R7,A
-00289E D3                SETB    C
-00289F 904E8B            MOV     DPTR,#rptr+01H
-0028A2 E0                MOVX    A,@DPTR
-0028A3 9F                SUBB    A,R7
-0028A4 904E8A            MOV     DPTR,#rptr
-0028A7 E0                MOVX    A,@DPTR
-0028A8 9E                SUBB    A,R6
-0028A9 4016              JC      ?C0001?IPC
-0028AB 904E8C            MOV     DPTR,#wptr
-0028AE E0                MOVX    A,@DPTR
-0028AF FE                MOV     R6,A
-0028B0 A3                INC     DPTR
-0028B1 E0                MOVX    A,@DPTR
-0028B2 FF                MOV     R7,A
-0028B3 904E8B            MOV     DPTR,#rptr+01H
-0028B6 E0                MOVX    A,@DPTR
-0028B7 9F                SUBB    A,R7
-0028B8 FF                MOV     R7,A
-0028B9 904E8A            MOV     DPTR,#rptr
-0028BC E0                MOVX    A,@DPTR
-0028BD 9E                SUBB    A,R6
-0028BE FE                MOV     R6,A
-0028BF 801E              SJMP    ?C0002?IPC
-0028C1         ?C0001?IPC:
-0028C1 904E8A            MOV     DPTR,#rptr
-0028C4 E0                MOVX    A,@DPTR
-0028C5 FE                MOV     R6,A
-0028C6 A3                INC     DPTR
-0028C7 E0                MOVX    A,@DPTR
-0028C8 FF                MOV     R7,A
-0028C9 C3                CLR     C
-0028CA 904E8D            MOV     DPTR,#wptr+01H
-0028CD E0                MOVX    A,@DPTR
-0028CE 9F                SUBB    A,R7
-0028CF FF                MOV     R7,A
-0028D0 904E8C            MOV     DPTR,#wptr
-0028D3 E0                MOVX    A,@DPTR
-0028D4 9E                SUBB    A,R6
-0028D5 FE                MOV     R6,A
-0028D6 AD03              MOV     R5,AR3
-0028D8 C3                CLR     C
-0028D9 EB                MOV     A,R3
-0028DA 9F                SUBB    A,R7
-0028DB FF                MOV     R7,A
-0028DC E4                CLR     A
-0028DD 9E                SUBB    A,R6
-0028DE FE                MOV     R6,A
-0028DF         ?C0002?IPC:
-0028DF 22                RET     
+002268 904E8C            MOV     DPTR,#wptr
+00226B E0                MOVX    A,@DPTR
+00226C FE                MOV     R6,A
+00226D A3                INC     DPTR
+00226E E0                MOVX    A,@DPTR
+00226F FF                MOV     R7,A
+002270 D3                SETB    C
+002271 904E8B            MOV     DPTR,#rptr+01H
+002274 E0                MOVX    A,@DPTR
+002275 9F                SUBB    A,R7
+002276 904E8A            MOV     DPTR,#rptr
+002279 E0                MOVX    A,@DPTR
+00227A 9E                SUBB    A,R6
+00227B 4016              JC      ?C0001?IPC
+00227D 904E8C            MOV     DPTR,#wptr
+002280 E0                MOVX    A,@DPTR
+002281 FE                MOV     R6,A
+002282 A3                INC     DPTR
+002283 E0                MOVX    A,@DPTR
+002284 FF                MOV     R7,A
+002285 904E8B            MOV     DPTR,#rptr+01H
+002288 E0                MOVX    A,@DPTR
+002289 9F                SUBB    A,R7
+00228A FF                MOV     R7,A
+00228B 904E8A            MOV     DPTR,#rptr
+00228E E0                MOVX    A,@DPTR
+00228F 9E                SUBB    A,R6
+002290 FE                MOV     R6,A
+002291 801E              SJMP    ?C0002?IPC
+002293         ?C0001?IPC:
+002293 904E8A            MOV     DPTR,#rptr
+002296 E0                MOVX    A,@DPTR
+002297 FE                MOV     R6,A
+002298 A3                INC     DPTR
+002299 E0                MOVX    A,@DPTR
+00229A FF                MOV     R7,A
+00229B C3                CLR     C
+00229C 904E8D            MOV     DPTR,#wptr+01H
+00229F E0                MOVX    A,@DPTR
+0022A0 9F                SUBB    A,R7
+0022A1 FF                MOV     R7,A
+0022A2 904E8C            MOV     DPTR,#wptr
+0022A5 E0                MOVX    A,@DPTR
+0022A6 9E                SUBB    A,R6
+0022A7 FE                MOV     R6,A
+0022A8 AD03              MOV     R5,AR3
+0022AA C3                CLR     C
+0022AB EB                MOV     A,R3
+0022AC 9F                SUBB    A,R7
+0022AD FF                MOV     R7,A
+0022AE E4                CLR     A
+0022AF 9E                SUBB    A,R6
+0022B0 FE                MOV     R6,A
+0022B1         ?C0002?IPC:
+0022B1 22                RET     
 ----- FUNCTION _bufsize (END) -------
 
 
 ----- FUNCTION _ipcRx (BEGIN) -----
-0028E0 904EAE            MOV     DPTR,#dest
-0028E3 EE                MOV     A,R6
-0028E4 F0                MOVX    @DPTR,A
-0028E5 A3                INC     DPTR
-0028E6 EF                MOV     A,R7
-0028E7 F0                MOVX    @DPTR,A
+0022B2 904EAE            MOV     DPTR,#dest
+0022B5 EE                MOV     A,R6
+0022B6 F0                MOVX    @DPTR,A
+0022B7 A3                INC     DPTR
+0022B8 EF                MOV     A,R7
+0022B9 F0                MOVX    @DPTR,A
 ;---- Variable 'len' assigned to Register 'R1' ----
-0028E8 A905              MOV     R1,AR5
-0028EA 904B9E            MOV     DPTR,#ipcRxReadPtr
-0028ED E0                MOVX    A,@DPTR
-0028EE FE                MOV     R6,A
-0028EF A3                INC     DPTR
-0028F0 E0                MOVX    A,@DPTR
-0028F1 FF                MOV     R7,A
+0022BA A905              MOV     R1,AR5
+0022BC 904B9E            MOV     DPTR,#ipcRxReadPtr
+0022BF E0                MOVX    A,@DPTR
+0022C0 FE                MOV     R6,A
+0022C1 A3                INC     DPTR
+0022C2 E0                MOVX    A,@DPTR
+0022C3 FF                MOV     R7,A
 ;---- Variable 'src' assigned to Register 'R6/R7' ----
-0028F2         ?C0004?IPC:
-0028F2 AD01              MOV     R5,AR1
-0028F4 19                DEC     R1
-0028F5 ED                MOV     A,R5
-0028F6 602F              JZ      ?C0005?IPC
-0028F8 0F                INC     R7
-0028F9 EF                MOV     A,R7
-0028FA AC06              MOV     R4,AR6
-0028FC 7001              JNZ     ?C0038?IPC
-0028FE 0E                INC     R6
-0028FF         ?C0038?IPC:
-0028FF 14                DEC     A
-002900 F582              MOV     DPL,A
-002902 8C83              MOV     DPH,R4
-002904 E0                MOVX    A,@DPTR
-002905 FD                MOV     R5,A
-002906 904EAE            MOV     DPTR,#dest
-002909 E4                CLR     A
-00290A 75F001            MOV     B,#01H
-00290D 120424            LCALL   ?C?ILDIX
-002910 85F082            MOV     DPL,B
-002913 F583              MOV     DPH,A
-002915 ED                MOV     A,R5
-002916 F0                MOVX    @DPTR,A
-002917 AD07              MOV     R5,AR7
-002919 AC06              MOV     R4,AR6
-00291B BC4BD4            CJNE    R4,#04BH,?C0004?IPC
-00291E BD9AD1            CJNE    R5,#09AH,?C0004?IPC
-002921 7E4B              MOV     R6,#04BH
-002923 7F36              MOV     R7,#036H
-002925 80CB              SJMP    ?C0004?IPC
-002927         ?C0005?IPC:
-002927 904B9E            MOV     DPTR,#ipcRxReadPtr
-00292A EE                MOV     A,R6
-00292B F0                MOVX    @DPTR,A
-00292C A3                INC     DPTR
-00292D EF                MOV     A,R7
-00292E F0                MOVX    @DPTR,A
-00292F 22                RET     
+0022C4         ?C0004?IPC:
+0022C4 AD01              MOV     R5,AR1
+0022C6 19                DEC     R1
+0022C7 ED                MOV     A,R5
+0022C8 602F              JZ      ?C0005?IPC
+0022CA 0F                INC     R7
+0022CB EF                MOV     A,R7
+0022CC AC06              MOV     R4,AR6
+0022CE 7001              JNZ     ?C0038?IPC
+0022D0 0E                INC     R6
+0022D1         ?C0038?IPC:
+0022D1 14                DEC     A
+0022D2 F582              MOV     DPL,A
+0022D4 8C83              MOV     DPH,R4
+0022D6 E0                MOVX    A,@DPTR
+0022D7 FD                MOV     R5,A
+0022D8 904EAE            MOV     DPTR,#dest
+0022DB E4                CLR     A
+0022DC 75F001            MOV     B,#01H
+0022DF 120424            LCALL   ?C?ILDIX
+0022E2 85F082            MOV     DPL,B
+0022E5 F583              MOV     DPH,A
+0022E7 ED                MOV     A,R5
+0022E8 F0                MOVX    @DPTR,A
+0022E9 AD07              MOV     R5,AR7
+0022EB AC06              MOV     R4,AR6
+0022ED BC4BD4            CJNE    R4,#04BH,?C0004?IPC
+0022F0 BD9AD1            CJNE    R5,#09AH,?C0004?IPC
+0022F3 7E4B              MOV     R6,#04BH
+0022F5 7F36              MOV     R7,#036H
+0022F7 80CB              SJMP    ?C0004?IPC
+0022F9         ?C0005?IPC:
+0022F9 904B9E            MOV     DPTR,#ipcRxReadPtr
+0022FC EE                MOV     A,R6
+0022FD F0                MOVX    @DPTR,A
+0022FE A3                INC     DPTR
+0022FF EF                MOV     A,R7
+002300 F0                MOVX    @DPTR,A
+002301 22                RET     
 ----- FUNCTION _ipcRx (END) -------
 
 
 ----- FUNCTION IPC_DealSingleStep (BEGIN) -----
-002930 7A0C              MOV     R2,#HIGH ipcReadBuff
-002932 794B              MOV     R1,#LOW ipcReadBuff
-002934 904E9E            MOV     DPTR,#pbuff
-002937 7401              MOV     A,#01H
-002939 F0                MOVX    @DPTR,A
-00293A A3                INC     DPTR
-00293B 740C              MOV     A,#HIGH ipcReadBuff
-00293D F0                MOVX    @DPTR,A
-00293E A3                INC     DPTR
-00293F 744B              MOV     A,#LOW ipcReadBuff
-002941 F0                MOVX    @DPTR,A
-002942 904BA0            MOV     DPTR,#ipcRxWritePtr
-002945 E0                MOVX    A,@DPTR
-002946 FE                MOV     R6,A
-002947 A3                INC     DPTR
-002948 E0                MOVX    A,@DPTR
-002949 FF                MOV     R7,A
-00294A 904B9E            MOV     DPTR,#ipcRxReadPtr
-00294D E0                MOVX    A,@DPTR
-00294E 6E                XRL     A,R6
-00294F 7003              JNZ     ?C0040?IPC
-002951 A3                INC     DPTR
-002952 E0                MOVX    A,@DPTR
-002953 6F                XRL     A,R7
-002954         ?C0040?IPC:
-002954 7002              JNZ     $ + 4H
-002956 4109              AJMP    ?C0031?IPC
-002958         ?C0023?IPC:
-002958 7E0C              MOV     R6,#HIGH ipcReadBuff
-00295A 7F4B              MOV     R7,#LOW ipcReadBuff
-00295C 7D03              MOV     R5,#03H
-00295E 11E0              ACALL   _ipcRx
-002960 904E9E            MOV     DPTR,#pbuff
-002963 E0                MOVX    A,@DPTR
-002964 FB                MOV     R3,A
-002965 A3                INC     DPTR
-002966 E0                MOVX    A,@DPTR
-002967 FA                MOV     R2,A
-002968 A3                INC     DPTR
-002969 E0                MOVX    A,@DPTR
-00296A F9                MOV     R1,A
-00296B 1203B6            LCALL   ?C?CLDPTR
-00296E B4022B            CJNE    A,#02H,?C0025?IPC
-002971 904E9F            MOV     DPTR,#pbuff+01H
-002974 E4                CLR     A
-002975 75F002            MOV     B,#02H
-002978 12040E            LCALL   ?C?IILDX
-00297B 904E9E            MOV     DPTR,#pbuff
-00297E E0                MOVX    A,@DPTR
-00297F FB                MOV     R3,A
-002980 A3                INC     DPTR
-002981 E0                MOVX    A,@DPTR
-002982 FA                MOV     R2,A
-002983 A3                INC     DPTR
-002984 E0                MOVX    A,@DPTR
-002985 F9                MOV     R1,A
-002986 1203B6            LCALL   ?C?CLDPTR
-002989 FF                MOV     R7,A
-00298A 904E1D            MOV     DPTR,#ipcCb
-00298D E0                MOVX    A,@DPTR
-00298E A3                INC     DPTR
-00298F E0                MOVX    A,@DPTR
-002990 FA                MOV     R2,A
-002991 A3                INC     DPTR
-002992 E0                MOVX    A,@DPTR
-002993 F582              MOV     DPL,A
-002995 8A83              MOV     DPH,R2
-002997 120568            LCALL   ?C?ICALL2
-00299A 806D              SJMP    ?C0031?IPC
-00299C         ?C0025?IPC:
-00299C 904E9E            MOV     DPTR,#pbuff
-00299F E0                MOVX    A,@DPTR
-0029A0 FB                MOV     R3,A
-0029A1 A3                INC     DPTR
-0029A2 E0                MOVX    A,@DPTR
-0029A3 FA                MOV     R2,A
-0029A4 A3                INC     DPTR
-0029A5 E0                MOVX    A,@DPTR
-0029A6 F9                MOV     R1,A
-0029A7 1203B6            LCALL   ?C?CLDPTR
-0029AA 6405              XRL     A,#05H
-0029AC 7059              JNZ     ?C0029?IPC
-0029AE 904E9F            MOV     DPTR,#pbuff+01H
-0029B1 75F001            MOV     B,#01H
-0029B4 12040E            LCALL   ?C?IILDX
-0029B7 7E0C              MOV     R6,#HIGH ipcReadBuff+03H
-0029B9 7F4E              MOV     R7,#LOW ipcReadBuff+03H
-0029BB 904E9E            MOV     DPTR,#pbuff
-0029BE E0                MOVX    A,@DPTR
-0029BF FB                MOV     R3,A
-0029C0 A3                INC     DPTR
-0029C1 E0                MOVX    A,@DPTR
-0029C2 FA                MOV     R2,A
-0029C3 A3                INC     DPTR
-0029C4 E0                MOVX    A,@DPTR
-0029C5 F9                MOV     R1,A
-0029C6 1203B6            LCALL   ?C?CLDPTR
-0029C9 14                DEC     A
-0029CA FD                MOV     R5,A
-0029CB 11E0              ACALL   _ipcRx
-0029CD 904E9E            MOV     DPTR,#pbuff
-0029D0 E0                MOVX    A,@DPTR
-0029D1 FB                MOV     R3,A
-0029D2 A3                INC     DPTR
-0029D3 E0                MOVX    A,@DPTR
-0029D4 FA                MOV     R2,A
-0029D5 A3                INC     DPTR
-0029D6 E0                MOVX    A,@DPTR
-0029D7 2401              ADD     A,#01H
-0029D9 F9                MOV     R1,A
-0029DA E4                CLR     A
-0029DB 3A                ADDC    A,R2
-0029DC FA                MOV     R2,A
-0029DD C002              PUSH    AR2
-0029DF C001              PUSH    AR1
-0029E1 904E9E            MOV     DPTR,#pbuff
-0029E4 E0                MOVX    A,@DPTR
-0029E5 A3                INC     DPTR
-0029E6 E0                MOVX    A,@DPTR
-0029E7 FA                MOV     R2,A
-0029E8 A3                INC     DPTR
-0029E9 E0                MOVX    A,@DPTR
-0029EA F9                MOV     R1,A
-0029EB 1203B6            LCALL   ?C?CLDPTR
-0029EE FD                MOV     R5,A
-0029EF 7C00              MOV     R4,#00H
-0029F1 904E29            MOV     DPTR,#ipcCb+0CH
-0029F4 E0                MOVX    A,@DPTR
-0029F5 A3                INC     DPTR
-0029F6 E0                MOVX    A,@DPTR
-0029F7 FA                MOV     R2,A
-0029F8 A3                INC     DPTR
-0029F9 E0                MOVX    A,@DPTR
-0029FA F582              MOV     DPL,A
-0029FC 8A83              MOV     DPH,R2
-0029FE D001              POP     AR1
-002A00 D002              POP     AR2
-002A02 120568            LCALL   ?C?ICALL2
-002A05 8002              SJMP    ?C0031?IPC
-002A07         ?C0029?IPC:
-002A07 80FE              SJMP    ?C0029?IPC
-002A09         IPC_TIMER:
-002A09         ?C0031?IPC:
-002A09 904BA5            MOV     DPTR,#bttimer
-002A0C E0                MOVX    A,@DPTR
-002A0D FE                MOV     R6,A
-002A0E A3                INC     DPTR
-002A0F E0                MOVX    A,@DPTR
-002A10 FF                MOV     R7,A
-002A11 904C5E            MOV     DPTR,#c51timer
-002A14 E0                MOVX    A,@DPTR
-002A15 6E                XRL     A,R6
-002A16 7003              JNZ     ?C0041?IPC
-002A18 A3                INC     DPTR
-002A19 E0                MOVX    A,@DPTR
-002A1A 6F                XRL     A,R7
-002A1B         ?C0041?IPC:
-002A1B 6022              JZ      ?C0035?IPC
-002A1D 904E23            MOV     DPTR,#ipcCb+06H
-002A20 E0                MOVX    A,@DPTR
-002A21 FB                MOV     R3,A
-002A22 A3                INC     DPTR
-002A23 E0                MOVX    A,@DPTR
-002A24 FA                MOV     R2,A
-002A25 A3                INC     DPTR
-002A26 E0                MOVX    A,@DPTR
-002A27 F9                MOV     R1,A
-002A28 4A                ORL     A,R2
-002A29 6037              JZ      ?C0034?IPC
-002A2B         ?C0033?IPC:
-002A2B 120564            LCALL   ?C?ICALL
-002A2E 904BA5            MOV     DPTR,#bttimer
-002A31 E0                MOVX    A,@DPTR
-002A32 FF                MOV     R7,A
-002A33 A3                INC     DPTR
-002A34 E0                MOVX    A,@DPTR
-002A35 904C5E            MOV     DPTR,#c51timer
-002A38 CF                XCH     A,R7
-002A39 F0                MOVX    @DPTR,A
-002A3A A3                INC     DPTR
-002A3B EF                MOV     A,R7
-002A3C F0                MOVX    @DPTR,A
-002A3D 80CA              SJMP    ?C0031?IPC
-002A3F         ?C0035?IPC:
-002A3F 904C8D            MOV     DPTR,#btstimer
-002A42 E0                MOVX    A,@DPTR
-002A43 FF                MOV     R7,A
-002A44 A3                INC     DPTR
-002A45 E0                MOVX    A,@DPTR
-002A46 6F                XRL     A,R7
-002A47 6019              JZ      ?C0034?IPC
-002A49 904E26            MOV     DPTR,#ipcCb+09H
-002A4C E0                MOVX    A,@DPTR
-002A4D FB                MOV     R3,A
-002A4E A3                INC     DPTR
-002A4F E0                MOVX    A,@DPTR
-002A50 FA                MOV     R2,A
-002A51 A3                INC     DPTR
-002A52 E0                MOVX    A,@DPTR
-002A53 F9                MOV     R1,A
-002A54 4A                ORL     A,R2
-002A55 600B              JZ      ?C0034?IPC
-002A57         ?C0037?IPC:
-002A57 120564            LCALL   ?C?ICALL
-002A5A 904C8D            MOV     DPTR,#btstimer
-002A5D E0                MOVX    A,@DPTR
-002A5E A3                INC     DPTR
-002A5F F0                MOVX    @DPTR,A
-002A60 80DD              SJMP    ?C0035?IPC
-002A62         ?C0034?IPC:
-002A62 22                RET     
+002302 7A0C              MOV     R2,#HIGH ipcReadBuff
+002304 794B              MOV     R1,#LOW ipcReadBuff
+002306 904E9E            MOV     DPTR,#pbuff
+002309 7401              MOV     A,#01H
+00230B F0                MOVX    @DPTR,A
+00230C A3                INC     DPTR
+00230D 740C              MOV     A,#HIGH ipcReadBuff
+00230F F0                MOVX    @DPTR,A
+002310 A3                INC     DPTR
+002311 744B              MOV     A,#LOW ipcReadBuff
+002313 F0                MOVX    @DPTR,A
+002314 904BA0            MOV     DPTR,#ipcRxWritePtr
+002317 E0                MOVX    A,@DPTR
+002318 FE                MOV     R6,A
+002319 A3                INC     DPTR
+00231A E0                MOVX    A,@DPTR
+00231B FF                MOV     R7,A
+00231C 904B9E            MOV     DPTR,#ipcRxReadPtr
+00231F E0                MOVX    A,@DPTR
+002320 6E                XRL     A,R6
+002321 7003              JNZ     ?C0040?IPC
+002323 A3                INC     DPTR
+002324 E0                MOVX    A,@DPTR
+002325 6F                XRL     A,R7
+002326         ?C0040?IPC:
+002326 7002              JNZ     $ + 4H
+002328 61DB              AJMP    ?C0031?IPC
+00232A         ?C0023?IPC:
+00232A 7E0C              MOV     R6,#HIGH ipcReadBuff
+00232C 7F4B              MOV     R7,#LOW ipcReadBuff
+00232E 7D03              MOV     R5,#03H
+002330 51B2              ACALL   _ipcRx
+002332 904E9E            MOV     DPTR,#pbuff
+002335 E0                MOVX    A,@DPTR
+002336 FB                MOV     R3,A
+002337 A3                INC     DPTR
+002338 E0                MOVX    A,@DPTR
+002339 FA                MOV     R2,A
+00233A A3                INC     DPTR
+00233B E0                MOVX    A,@DPTR
+00233C F9                MOV     R1,A
+00233D 1203B6            LCALL   ?C?CLDPTR
+002340 B4022B            CJNE    A,#02H,?C0025?IPC
+002343 904E9F            MOV     DPTR,#pbuff+01H
+002346 E4                CLR     A
+002347 75F002            MOV     B,#02H
+00234A 12040E            LCALL   ?C?IILDX
+00234D 904E9E            MOV     DPTR,#pbuff
+002350 E0                MOVX    A,@DPTR
+002351 FB                MOV     R3,A
+002352 A3                INC     DPTR
+002353 E0                MOVX    A,@DPTR
+002354 FA                MOV     R2,A
+002355 A3                INC     DPTR
+002356 E0                MOVX    A,@DPTR
+002357 F9                MOV     R1,A
+002358 1203B6            LCALL   ?C?CLDPTR
+00235B FF                MOV     R7,A
+00235C 904E1D            MOV     DPTR,#ipcCb
+00235F E0                MOVX    A,@DPTR
+002360 A3                INC     DPTR
+002361 E0                MOVX    A,@DPTR
+002362 FA                MOV     R2,A
+002363 A3                INC     DPTR
+002364 E0                MOVX    A,@DPTR
+002365 F582              MOV     DPL,A
+002367 8A83              MOV     DPH,R2
+002369 120568            LCALL   ?C?ICALL2
+00236C 806D              SJMP    ?C0031?IPC
+00236E         ?C0025?IPC:
+00236E 904E9E            MOV     DPTR,#pbuff
+002371 E0                MOVX    A,@DPTR
+002372 FB                MOV     R3,A
+002373 A3                INC     DPTR
+002374 E0                MOVX    A,@DPTR
+002375 FA                MOV     R2,A
+002376 A3                INC     DPTR
+002377 E0                MOVX    A,@DPTR
+002378 F9                MOV     R1,A
+002379 1203B6            LCALL   ?C?CLDPTR
+00237C 6405              XRL     A,#05H
+00237E 7059              JNZ     ?C0029?IPC
+002380 904E9F            MOV     DPTR,#pbuff+01H
+002383 75F001            MOV     B,#01H
+002386 12040E            LCALL   ?C?IILDX
+002389 7E0C              MOV     R6,#HIGH ipcReadBuff+03H
+00238B 7F4E              MOV     R7,#LOW ipcReadBuff+03H
+00238D 904E9E            MOV     DPTR,#pbuff
+002390 E0                MOVX    A,@DPTR
+002391 FB                MOV     R3,A
+002392 A3                INC     DPTR
+002393 E0                MOVX    A,@DPTR
+002394 FA                MOV     R2,A
+002395 A3                INC     DPTR
+002396 E0                MOVX    A,@DPTR
+002397 F9                MOV     R1,A
+002398 1203B6            LCALL   ?C?CLDPTR
+00239B 14                DEC     A
+00239C FD                MOV     R5,A
+00239D 51B2              ACALL   _ipcRx
+00239F 904E9E            MOV     DPTR,#pbuff
+0023A2 E0                MOVX    A,@DPTR
+0023A3 FB                MOV     R3,A
+0023A4 A3                INC     DPTR
+0023A5 E0                MOVX    A,@DPTR
+0023A6 FA                MOV     R2,A
+0023A7 A3                INC     DPTR
+0023A8 E0                MOVX    A,@DPTR
+0023A9 2401              ADD     A,#01H
+0023AB F9                MOV     R1,A
+0023AC E4                CLR     A
+0023AD 3A                ADDC    A,R2
+0023AE FA                MOV     R2,A
+0023AF C002              PUSH    AR2
+0023B1 C001              PUSH    AR1
+0023B3 904E9E            MOV     DPTR,#pbuff
+0023B6 E0                MOVX    A,@DPTR
+0023B7 A3                INC     DPTR
+0023B8 E0                MOVX    A,@DPTR
+0023B9 FA                MOV     R2,A
+0023BA A3                INC     DPTR
+0023BB E0                MOVX    A,@DPTR
+0023BC F9                MOV     R1,A
+0023BD 1203B6            LCALL   ?C?CLDPTR
+0023C0 FD                MOV     R5,A
+0023C1 7C00              MOV     R4,#00H
+0023C3 904E29            MOV     DPTR,#ipcCb+0CH
+0023C6 E0                MOVX    A,@DPTR
+0023C7 A3                INC     DPTR
+0023C8 E0                MOVX    A,@DPTR
+0023C9 FA                MOV     R2,A
+0023CA A3                INC     DPTR
+0023CB E0                MOVX    A,@DPTR
+0023CC F582              MOV     DPL,A
+0023CE 8A83              MOV     DPH,R2
+0023D0 D001              POP     AR1
+0023D2 D002              POP     AR2
+0023D4 120568            LCALL   ?C?ICALL2
+0023D7 8002              SJMP    ?C0031?IPC
+0023D9         ?C0029?IPC:
+0023D9 80FE              SJMP    ?C0029?IPC
+0023DB         IPC_TIMER:
+0023DB         ?C0031?IPC:
+0023DB 904BA5            MOV     DPTR,#bttimer
+0023DE E0                MOVX    A,@DPTR
+0023DF FE                MOV     R6,A
+0023E0 A3                INC     DPTR
+0023E1 E0                MOVX    A,@DPTR
+0023E2 FF                MOV     R7,A
+0023E3 904C5E            MOV     DPTR,#c51timer
+0023E6 E0                MOVX    A,@DPTR
+0023E7 6E                XRL     A,R6
+0023E8 7003              JNZ     ?C0041?IPC
+0023EA A3                INC     DPTR
+0023EB E0                MOVX    A,@DPTR
+0023EC 6F                XRL     A,R7
+0023ED         ?C0041?IPC:
+0023ED 6022              JZ      ?C0035?IPC
+0023EF 904E23            MOV     DPTR,#ipcCb+06H
+0023F2 E0                MOVX    A,@DPTR
+0023F3 FB                MOV     R3,A
+0023F4 A3                INC     DPTR
+0023F5 E0                MOVX    A,@DPTR
+0023F6 FA                MOV     R2,A
+0023F7 A3                INC     DPTR
+0023F8 E0                MOVX    A,@DPTR
+0023F9 F9                MOV     R1,A
+0023FA 4A                ORL     A,R2
+0023FB 6037              JZ      ?C0034?IPC
+0023FD         ?C0033?IPC:
+0023FD 120564            LCALL   ?C?ICALL
+002400 904BA5            MOV     DPTR,#bttimer
+002403 E0                MOVX    A,@DPTR
+002404 FF                MOV     R7,A
+002405 A3                INC     DPTR
+002406 E0                MOVX    A,@DPTR
+002407 904C5E            MOV     DPTR,#c51timer
+00240A CF                XCH     A,R7
+00240B F0                MOVX    @DPTR,A
+00240C A3                INC     DPTR
+00240D EF                MOV     A,R7
+00240E F0                MOVX    @DPTR,A
+00240F 80CA              SJMP    ?C0031?IPC
+002411         ?C0035?IPC:
+002411 904C8D            MOV     DPTR,#btstimer
+002414 E0                MOVX    A,@DPTR
+002415 FF                MOV     R7,A
+002416 A3                INC     DPTR
+002417 E0                MOVX    A,@DPTR
+002418 6F                XRL     A,R7
+002419 6019              JZ      ?C0034?IPC
+00241B 904E26            MOV     DPTR,#ipcCb+09H
+00241E E0                MOVX    A,@DPTR
+00241F FB                MOV     R3,A
+002420 A3                INC     DPTR
+002421 E0                MOVX    A,@DPTR
+002422 FA                MOV     R2,A
+002423 A3                INC     DPTR
+002424 E0                MOVX    A,@DPTR
+002425 F9                MOV     R1,A
+002426 4A                ORL     A,R2
+002427 600B              JZ      ?C0034?IPC
+002429         ?C0037?IPC:
+002429 120564            LCALL   ?C?ICALL
+00242C 904C8D            MOV     DPTR,#btstimer
+00242F E0                MOVX    A,@DPTR
+002430 A3                INC     DPTR
+002431 F0                MOVX    @DPTR,A
+002432 80DD              SJMP    ?C0035?IPC
+002434         ?C0034?IPC:
+002434 22                RET     
 ----- FUNCTION IPC_DealSingleStep (END) -------
 
 
 ----- FUNCTION IPC_GetBBDIsconnectReason (BEGIN) -----
-002A63 900446            MOV     DPTR,#bbDisReason
-002A66 E0                MOVX    A,@DPTR
-002A67 FF                MOV     R7,A
-002A68 22                RET     
+002435 900446            MOV     DPTR,#bbDisReason
+002438 E0                MOVX    A,@DPTR
+002439 FF                MOV     R7,A
+00243A 22                RET     
 ----- FUNCTION IPC_GetBBDIsconnectReason (END) -------
 
 
 ----- FUNCTION IPC_AbandonLpm (BEGIN) -----
-002A69 900B7F            MOV     DPTR,#lpm_flag
-002A6C 7401              MOV     A,#01H
-002A6E F0                MOVX    @DPTR,A
-002A6F E4                CLR     A
-002A70 900B7E            MOV     DPTR,#current_task
-002A73 F0                MOVX    @DPTR,A
-002A74 22                RET     
+00243B 900B7F            MOV     DPTR,#lpm_flag
+00243E 7401              MOV     A,#01H
+002440 F0                MOVX    @DPTR,A
+002441 E4                CLR     A
+002442 900B7E            MOV     DPTR,#current_task
+002445 F0                MOVX    @DPTR,A
+002446 22                RET     
 ----- FUNCTION IPC_AbandonLpm (END) -------
 
 
 ----- FUNCTION IPC_IsTxBuffEmpty (BEGIN) -----
-002A75 904B9C            MOV     DPTR,#ipcTxWritePtr
-002A78 E0                MOVX    A,@DPTR
-002A79 FE                MOV     R6,A
-002A7A A3                INC     DPTR
-002A7B E0                MOVX    A,@DPTR
-002A7C FF                MOV     R7,A
-002A7D 904B9A            MOV     DPTR,#ipcTxReadPtr
-002A80 E0                MOVX    A,@DPTR
-002A81 B50607            CJNE    A,AR6,?C0021?IPC
-002A84 A3                INC     DPTR
-002A85 E0                MOVX    A,@DPTR
-002A86 B50702            CJNE    A,AR7,?C0021?IPC
-002A89 D3                SETB    C
-002A8A 22                RET     
-002A8B         ?C0021?IPC:
-002A8B C3                CLR     C
-002A8C 22                RET     
+002447 904B9C            MOV     DPTR,#ipcTxWritePtr
+00244A E0                MOVX    A,@DPTR
+00244B FE                MOV     R6,A
+00244C A3                INC     DPTR
+00244D E0                MOVX    A,@DPTR
+00244E FF                MOV     R7,A
+00244F 904B9A            MOV     DPTR,#ipcTxReadPtr
+002452 E0                MOVX    A,@DPTR
+002453 B50607            CJNE    A,AR6,?C0021?IPC
+002456 A3                INC     DPTR
+002457 E0                MOVX    A,@DPTR
+002458 B50702            CJNE    A,AR7,?C0021?IPC
+00245B D3                SETB    C
+00245C 22                RET     
+00245D         ?C0021?IPC:
+00245D C3                CLR     C
+00245E 22                RET     
 ----- FUNCTION IPC_IsTxBuffEmpty (END) -------
 
 
 ----- FUNCTION YC_Ice_break (BEGIN) -----
-002A8D 908280            MOV     DPTR,#08280H
-002A90 7401              MOV     A,#01H
-002A92 F0                MOVX    @DPTR,A
-002A93 22                RET     
+00245F 908280            MOV     DPTR,#08280H
+002462 7401              MOV     A,#01H
+002464 F0                MOVX    @DPTR,A
+002465 22                RET     
 ----- FUNCTION YC_Ice_break (END) -------
 
 
+----- FUNCTION _dmemcpy (BEGIN) -----
+002466 904E46            MOV     DPTR,#dest
+002469 EB                MOV     A,R3
+00246A F0                MOVX    @DPTR,A
+00246B A3                INC     DPTR
+00246C EA                MOV     A,R2
+00246D F0                MOVX    @DPTR,A
+00246E A3                INC     DPTR
+00246F E9                MOV     A,R1
+002470 F0                MOVX    @DPTR,A
+002471         ?C0005?UTILITIES:
+002471 904E4C            MOV     DPTR,#len
+002474 74FF              MOV     A,#0FFH
+002476 F5F0              MOV     B,A
+002478 120424            LCALL   ?C?ILDIX
+00247B 45F0              ORL     A,B
+00247D 602A              JZ      ?C0007?UTILITIES
+00247F 904E49            MOV     DPTR,#src
+002482 E0                MOVX    A,@DPTR
+002483 FB                MOV     R3,A
+002484 A3                INC     DPTR
+002485 E4                CLR     A
+002486 75F001            MOV     B,#01H
+002489 120424            LCALL   ?C?ILDIX
+00248C A9F0              MOV     R1,B
+00248E FA                MOV     R2,A
+00248F 1203B6            LCALL   ?C?CLDPTR
+002492 FF                MOV     R7,A
+002493 904E46            MOV     DPTR,#dest
+002496 E0                MOVX    A,@DPTR
+002497 FB                MOV     R3,A
+002498 A3                INC     DPTR
+002499 E4                CLR     A
+00249A 75F001            MOV     B,#01H
+00249D 120424            LCALL   ?C?ILDIX
+0024A0 A9F0              MOV     R1,B
+0024A2 FA                MOV     R2,A
+0024A3 EF                MOV     A,R7
+0024A4 1203FC            LCALL   ?C?CSTPTR
+0024A7 80C8              SJMP    ?C0005?UTILITIES
+0024A9         ?C0007?UTILITIES:
+0024A9 22                RET     
+----- FUNCTION _dmemcpy (END) -------
+
+
+----- FUNCTION _IIC_write (BEGIN) -----
+0024AA 904E5C            MOV     DPTR,#addr
+0024AD EE                MOV     A,R6
+0024AE F0                MOVX    @DPTR,A
+0024AF A3                INC     DPTR
+0024B0 EF                MOV     A,R7
+0024B1 F0                MOVX    @DPTR,A
+0024B2 904E60            MOV     DPTR,#pbuff
+0024B5 EB                MOV     A,R3
+0024B6 F0                MOVX    @DPTR,A
+0024B7 A3                INC     DPTR
+0024B8 EA                MOV     A,R2
+0024B9 F0                MOVX    @DPTR,A
+0024BA A3                INC     DPTR
+0024BB E9                MOV     A,R1
+0024BC F0                MOVX    @DPTR,A
+0024BD 904E5E            MOV     DPTR,#len
+0024C0 EC                MOV     A,R4
+0024C1 F0                MOVX    @DPTR,A
+0024C2 A3                INC     DPTR
+0024C3 ED                MOV     A,R5
+0024C4 F0                MOVX    @DPTR,A
+0024C5 A3                INC     DPTR
+0024C6 E0                MOVX    A,@DPTR
+0024C7 F9                MOV     R1,A
+0024C8 A3                INC     DPTR
+0024C9 E0                MOVX    A,@DPTR
+0024CA FA                MOV     R2,A
+0024CB A3                INC     DPTR
+0024CC E0                MOVX    A,@DPTR
+0024CD 904E49            MOV     DPTR,#?_dmemcpy?BYTE+03H
+0024D0 C9                XCH     A,R1
+0024D1 F0                MOVX    @DPTR,A
+0024D2 A3                INC     DPTR
+0024D3 EA                MOV     A,R2
+0024D4 F0                MOVX    @DPTR,A
+0024D5 A3                INC     DPTR
+0024D6 E9                MOV     A,R1
+0024D7 F0                MOVX    @DPTR,A
+0024D8 A3                INC     DPTR
+0024D9 EC                MOV     A,R4
+0024DA F0                MOVX    @DPTR,A
+0024DB A3                INC     DPTR
+0024DC ED                MOV     A,R5
+0024DD F0                MOVX    @DPTR,A
+0024DE 7B01              MOV     R3,#01H
+0024E0 7A0B              MOV     R2,#HIGH IIC_TempBuff+03H
+0024E2 7986              MOV     R1,#LOW IIC_TempBuff+03H
+0024E4 9166              ACALL   _dmemcpy
+0024E6 900B83            MOV     DPTR,#IIC_TempBuff
+0024E9 74A0              MOV     A,#0A0H
+0024EB F0                MOVX    @DPTR,A
+0024EC 904E5C            MOV     DPTR,#addr
+0024EF E0                MOVX    A,@DPTR
+0024F0 FF                MOV     R7,A
+0024F1 A3                INC     DPTR
+0024F2 E0                MOVX    A,@DPTR
+0024F3 900B84            MOV     DPTR,#IIC_TempBuff+01H
+0024F6 CF                XCH     A,R7
+0024F7 F0                MOVX    @DPTR,A
+0024F8 A3                INC     DPTR
+0024F9 EF                MOV     A,R7
+0024FA F0                MOVX    @DPTR,A
+0024FB 904E5F            MOV     DPTR,#len+01H
+0024FE E0                MOVX    A,@DPTR
+0024FF 2403              ADD     A,#03H
+002501 FD                MOV     R5,A
+002502 904E5E            MOV     DPTR,#len
+002505 E0                MOVX    A,@DPTR
+002506 3400              ADDC    A,#00H
+002508 FC                MOV     R4,A
+002509 ED                MOV     A,R5
+00250A FA                MOV     R2,A
+00250B EC                MOV     A,R4
+00250C FF                MOV     R7,A
+00250D EA                MOV     A,R2
+00250E FE                MOV     R6,A
+00250F EF                MOV     A,R7
+002510 908098            MOV     DPTR,#08098H
+002513 EE                MOV     A,R6
+002514 F0                MOVX    @DPTR,A
+002515 A3                INC     DPTR
+002516 EF                MOV     A,R7
+002517 F0                MOVX    @DPTR,A
+002518 7A0B              MOV     R2,#HIGH IIC_TempBuff
+00251A 7983              MOV     R1,#LOW IIC_TempBuff
+00251C 7E0B              MOV     R6,#HIGH IIC_TempBuff
+00251E 7F83              MOV     R7,#LOW IIC_TempBuff
+002520 7483              MOV     A,#LOW IIC_TempBuff
+002522 FC                MOV     R4,A
+002523 740B              MOV     A,#HIGH IIC_TempBuff
+002525 FF                MOV     R7,A
+002526 EC                MOV     A,R4
+002527 FE                MOV     R6,A
+002528 EF                MOV     A,R7
+002529 A3                INC     DPTR
+00252A EE                MOV     A,R6
+00252B F0                MOVX    @DPTR,A
+00252C A3                INC     DPTR
+00252D EF                MOV     A,R7
+00252E F0                MOVX    @DPTR,A
+00252F 90809E            MOV     DPTR,#0809EH
+002532 E4                CLR     A
+002533 F0                MOVX    @DPTR,A
+002534 A3                INC     DPTR
+002535 F0                MOVX    @DPTR,A
+002536 908090            MOV     DPTR,#08090H
+002539 04                INC     A
+00253A F0                MOVX    @DPTR,A
+00253B 908006            MOV     DPTR,#08006H
+00253E E0                MOVX    A,@DPTR
+00253F 4404              ORL     A,#04H
+002541 F0                MOVX    @DPTR,A
+002542 0217C7            LJMP    IIcWaitDone
+----- FUNCTION _IIC_write (END) -------
+
+
+----- FUNCTION _IIC_WriteBlock (BEGIN) -----
+002545 904E3D            MOV     DPTR,#addr
+002548 EE                MOV     A,R6
+002549 F0                MOVX    @DPTR,A
+00254A A3                INC     DPTR
+00254B EF                MOV     A,R7
+00254C F0                MOVX    @DPTR,A
+00254D A3                INC     DPTR
+00254E EC                MOV     A,R4
+00254F F0                MOVX    @DPTR,A
+002550 A3                INC     DPTR
+002551 ED                MOV     A,R5
+002552 F0                MOVX    @DPTR,A
+002553 A3                INC     DPTR
+002554 EB                MOV     A,R3
+002555 F0                MOVX    @DPTR,A
+002556 A3                INC     DPTR
+002557 EA                MOV     A,R2
+002558 F0                MOVX    @DPTR,A
+002559 A3                INC     DPTR
+00255A E9                MOV     A,R1
+00255B F0                MOVX    @DPTR,A
+00255C         ?C0007?IIC:
+00255C 904E3F            MOV     DPTR,#len
+00255F E0                MOVX    A,@DPTR
+002560 7002              JNZ     ?C0012?IIC
+002562 A3                INC     DPTR
+002563 E0                MOVX    A,@DPTR
+002564         ?C0012?IIC:
+002564 7002              JNZ     $ + 4H
+002566 A1F2              AJMP    ?C0011?IIC
+002568 904E3D            MOV     DPTR,#addr
+00256B E0                MOVX    A,@DPTR
+00256C FE                MOV     R6,A
+00256D A3                INC     DPTR
+00256E E0                MOVX    A,@DPTR
+00256F FF                MOV     R7,A
+002570 440F              ORL     A,#0FH
+002572 2401              ADD     A,#01H
+002574 FD                MOV     R5,A
+002575 E4                CLR     A
+002576 3E                ADDC    A,R6
+002577 FC                MOV     R4,A
+;---- Variable 'cris' assigned to Register 'R4/R5' ----
+002578 C3                CLR     C
+002579 ED                MOV     A,R5
+00257A 9F                SUBB    A,R7
+00257B FF                MOV     R7,A
+00257C EC                MOV     A,R4
+00257D 9E                SUBB    A,R6
+00257E FE                MOV     R6,A
+00257F 904E44            MOV     DPTR,#curr_len
+002582 F0                MOVX    @DPTR,A
+002583 A3                INC     DPTR
+002584 EF                MOV     A,R7
+002585 F0                MOVX    @DPTR,A
+002586 904E3F            MOV     DPTR,#len
+002589 E0                MOVX    A,@DPTR
+00258A FC                MOV     R4,A
+00258B A3                INC     DPTR
+00258C E0                MOVX    A,@DPTR
+00258D FD                MOV     R5,A
+00258E D3                SETB    C
+00258F 9F                SUBB    A,R7
+002590 EC                MOV     A,R4
+002591 9E                SUBB    A,R6
+002592 400A              JC      ?C0009?IIC
+002594 904E44            MOV     DPTR,#curr_len
+002597 E0                MOVX    A,@DPTR
+002598 FE                MOV     R6,A
+002599 A3                INC     DPTR
+00259A E0                MOVX    A,@DPTR
+00259B FF                MOV     R7,A
+00259C 8004              SJMP    ?C0010?IIC
+00259E         ?C0009?IIC:
+00259E AE04              MOV     R6,AR4
+0025A0 AF05              MOV     R7,AR5
+0025A2         ?C0010?IIC:
+0025A2 904E44            MOV     DPTR,#curr_len
+0025A5 EE                MOV     A,R6
+0025A6 F0                MOVX    @DPTR,A
+0025A7 FC                MOV     R4,A
+0025A8 A3                INC     DPTR
+0025A9 EF                MOV     A,R7
+0025AA F0                MOVX    @DPTR,A
+0025AB FD                MOV     R5,A
+0025AC C3                CLR     C
+0025AD 904E40            MOV     DPTR,#len+01H
+0025B0 E0                MOVX    A,@DPTR
+0025B1 9D                SUBB    A,R5
+0025B2 F0                MOVX    @DPTR,A
+0025B3 904E3F            MOV     DPTR,#len
+0025B6 E0                MOVX    A,@DPTR
+0025B7 9C                SUBB    A,R4
+0025B8 F0                MOVX    @DPTR,A
+0025B9 904E3D            MOV     DPTR,#addr
+0025BC E0                MOVX    A,@DPTR
+0025BD FE                MOV     R6,A
+0025BE A3                INC     DPTR
+0025BF E0                MOVX    A,@DPTR
+0025C0 FF                MOV     R7,A
+0025C1 904E41            MOV     DPTR,#pbuff
+0025C4 E0                MOVX    A,@DPTR
+0025C5 FB                MOV     R3,A
+0025C6 A3                INC     DPTR
+0025C7 E0                MOVX    A,@DPTR
+0025C8 FA                MOV     R2,A
+0025C9 A3                INC     DPTR
+0025CA E0                MOVX    A,@DPTR
+0025CB F9                MOV     R1,A
+0025CC 91AA              ACALL   _IIC_write
+0025CE 7F0A              MOV     R7,#0AH
+0025D0 120F6C            LCALL   _Delay1ms
+0025D3 904E44            MOV     DPTR,#curr_len
+0025D6 E0                MOVX    A,@DPTR
+0025D7 FE                MOV     R6,A
+0025D8 A3                INC     DPTR
+0025D9 E0                MOVX    A,@DPTR
+0025DA FF                MOV     R7,A
+0025DB 904E42            MOV     DPTR,#pbuff+01H
+0025DE EE                MOV     A,R6
+0025DF 8FF0              MOV     B,R7
+0025E1 12040E            LCALL   ?C?IILDX
+0025E4 904E3E            MOV     DPTR,#addr+01H
+0025E7 E0                MOVX    A,@DPTR
+0025E8 2F                ADD     A,R7
+0025E9 F0                MOVX    @DPTR,A
+0025EA 904E3D            MOV     DPTR,#addr
+0025ED E0                MOVX    A,@DPTR
+0025EE 3E                ADDC    A,R6
+0025EF F0                MOVX    @DPTR,A
+0025F0 A15C              AJMP    ?C0007?IIC
+0025F2         ?C0011?IIC:
+0025F2 22                RET     
+----- FUNCTION _IIC_WriteBlock (END) -------
+
+
 ----- FUNCTION _xmemclear_ff (BEGIN) -----
-002A94 904EA4            MOV     DPTR,#dest
-002A97 EB                MOV     A,R3
-002A98 F0                MOVX    @DPTR,A
-002A99 A3                INC     DPTR
-002A9A EA                MOV     A,R2
-002A9B F0                MOVX    @DPTR,A
-002A9C A3                INC     DPTR
-002A9D E9                MOV     A,R1
-002A9E F0                MOVX    @DPTR,A
+0025F3 904EA4            MOV     DPTR,#dest
+0025F6 EB                MOV     A,R3
+0025F7 F0                MOVX    @DPTR,A
+0025F8 A3                INC     DPTR
+0025F9 EA                MOV     A,R2
+0025FA F0                MOVX    @DPTR,A
+0025FB A3                INC     DPTR
+0025FC E9                MOV     A,R1
+0025FD F0                MOVX    @DPTR,A
 ;---- Variable 'len' assigned to Register 'R4/R5' ----
-002A9F         ?C0011?UTILITIES:
-002A9F ED                MOV     A,R5
-002AA0 1D                DEC     R5
-002AA1 AE04              MOV     R6,AR4
-002AA3 7001              JNZ     ?C0027?UTILITIES
-002AA5 1C                DEC     R4
-002AA6         ?C0027?UTILITIES:
-002AA6 4E                ORL     A,R6
-002AA7 6017              JZ      ?C0013?UTILITIES
-002AA9 904EA4            MOV     DPTR,#dest
-002AAC E0                MOVX    A,@DPTR
-002AAD FB                MOV     R3,A
-002AAE A3                INC     DPTR
-002AAF E4                CLR     A
-002AB0 75F001            MOV     B,#01H
-002AB3 120424            LCALL   ?C?ILDIX
-002AB6 A9F0              MOV     R1,B
-002AB8 FA                MOV     R2,A
-002AB9 74FF              MOV     A,#0FFH
-002ABB 1203FC            LCALL   ?C?CSTPTR
-002ABE 80DF              SJMP    ?C0011?UTILITIES
-002AC0         ?C0013?UTILITIES:
-002AC0 22                RET     
+0025FE         ?C0011?UTILITIES:
+0025FE ED                MOV     A,R5
+0025FF 1D                DEC     R5
+002600 AE04              MOV     R6,AR4
+002602 7001              JNZ     ?C0027?UTILITIES
+002604 1C                DEC     R4
+002605         ?C0027?UTILITIES:
+002605 4E                ORL     A,R6
+002606 6017              JZ      ?C0013?UTILITIES
+002608 904EA4            MOV     DPTR,#dest
+00260B E0                MOVX    A,@DPTR
+00260C FB                MOV     R3,A
+00260D A3                INC     DPTR
+00260E E4                CLR     A
+00260F 75F001            MOV     B,#01H
+002612 120424            LCALL   ?C?ILDIX
+002615 A9F0              MOV     R1,B
+002617 FA                MOV     R2,A
+002618 74FF              MOV     A,#0FFH
+00261A 1203FC            LCALL   ?C?CSTPTR
+00261D 80DF              SJMP    ?C0011?UTILITIES
+00261F         ?C0013?UTILITIES:
+00261F 22                RET     
 ----- FUNCTION _xmemclear_ff (END) -------
 
 
+----- FUNCTION _gpioGetBit (BEGIN) -----
+;---- Variable 'gpio_num' assigned to Register 'R5' ----
+002620 AD07              MOV     R5,AR7
+;---- Variable 'reg_base' assigned to Register 'R1/R2/R3' ----
+002622 E4                CLR     A
+002623 904EB6            MOV     DPTR,#queue
+002626 F0                MOVX    @DPTR,A
+;---- Variable 'group' assigned to Register 'R6' ----
+002627 FE                MOV     R6,A
+002628 EF                MOV     A,R7
+002629 5407              ANL     A,#07H
+00262B F0                MOVX    @DPTR,A
+00262C EF                MOV     A,R7
+00262D 13                RRC     A
+00262E 13                RRC     A
+00262F 13                RRC     A
+002630 5403              ANL     A,#03H
+002632 FE                MOV     R6,A
+002633 F582              MOV     DPL,A
+002635 758300            MOV     DPH,#00H
+002638 1203CF            LCALL   ?C?CLDOPTR
+00263B FD                MOV     R5,A
+00263C 33                RLC     A
+00263D 95E0              SUBB    A,ACC
+00263F FC                MOV     R4,A
+002640 904EB6            MOV     DPTR,#queue
+002643 E0                MOVX    A,@DPTR
+002644 FF                MOV     R7,A
+002645 7401              MOV     A,#01H
+002647 7E00              MOV     R6,#00H
+002649 A807              MOV     R0,AR7
+00264B 08                INC     R0
+00264C 8005              SJMP    ?C0035?GPIO
+00264E         ?C0034?GPIO:
+00264E C3                CLR     C
+00264F 33                RLC     A
+002650 CE                XCH     A,R6
+002651 33                RLC     A
+002652 CE                XCH     A,R6
+002653         ?C0035?GPIO:
+002653 D8F9              DJNZ    R0,?C0034?GPIO
+002655 FF                MOV     R7,A
+002656 EE                MOV     A,R6
+002657 5C                ANL     A,R4
+002658 FE                MOV     R6,A
+002659 EF                MOV     A,R7
+00265A 5D                ANL     A,R5
+00265B 4E                ORL     A,R6
+00265C 24FF              ADD     A,#0FFH
+00265E 22                RET     
+----- FUNCTION _gpioGetBit (END) -------
+
+
+----- FUNCTION _GPIO_GetInputStatus (BEGIN) -----
+;---- Variable 'gpio_num' assigned to Register 'R7' ----
+00265F 7B01              MOV     R3,#01H
+002661 7A81              MOV     R2,#081H
+002663 791C              MOV     R1,#01CH
+002665 80B9              SJMP    _gpioGetBit
+----- FUNCTION _GPIO_GetInputStatus (END) -------
+
+
 ----- FUNCTION _GPIO_ClearWakeup (BEGIN) -----
 ;---- Variable 'gpio_num' assigned to Register 'R7' ----
-002AC1 EF                MOV     A,R7
-002AC2 F4                CPL     A
-002AC3 603A              JZ      ?C0023?GPIO
-002AC5         ?C0022?GPIO:
-002AC5 EF                MOV     A,R7
-002AC6 5407              ANL     A,#07H
-002AC8 FE                MOV     R6,A
+002667 EF                MOV     A,R7
+002668 F4                CPL     A
+002669 603A              JZ      ?C0023?GPIO
+00266B         ?C0022?GPIO:
+00266B EF                MOV     A,R7
+00266C 5407              ANL     A,#07H
+00266E FE                MOV     R6,A
 ;---- Variable 'queue' assigned to Register 'R6' ----
-002AC9 EF                MOV     A,R7
-002ACA 13                RRC     A
-002ACB 13                RRC     A
-002ACC 13                RRC     A
-002ACD 5403              ANL     A,#03H
-002ACF FF                MOV     R7,A
+00266F EF                MOV     A,R7
+002670 13                RRC     A
+002671 13                RRC     A
+002672 13                RRC     A
+002673 5403              ANL     A,#03H
+002675 FF                MOV     R7,A
 ;---- Variable 'group' assigned to Register 'R7' ----
-002AD0 24A3              ADD     A,#LOW YC_GPIOWakeupL
-002AD2 F582              MOV     DPL,A
-002AD4 E4                CLR     A
-002AD5 3400              ADDC    A,#HIGH YC_GPIOWakeupL
-002AD7 F583              MOV     DPH,A
-002AD9 C083              PUSH    DPH
-002ADB C082              PUSH    DPL
-002ADD E0                MOVX    A,@DPTR
-002ADE FD                MOV     R5,A
-002ADF 7401              MOV     A,#01H
-002AE1 A806              MOV     R0,AR6
-002AE3 08                INC     R0
-002AE4 8002              SJMP    ?C0043?GPIO
-002AE6         ?C0042?GPIO:
-002AE6 C3                CLR     C
-002AE7 33                RLC     A
-002AE8         ?C0043?GPIO:
-002AE8 D8FC              DJNZ    R0,?C0042?GPIO
-002AEA F4                CPL     A
-002AEB FC                MOV     R4,A
-002AEC 5D                ANL     A,R5
-002AED D082              POP     DPL
-002AEF D083              POP     DPH
-002AF1 F0                MOVX    @DPTR,A
-002AF2 74A7              MOV     A,#LOW YC_GPIOWakeupH
-002AF4 2F                ADD     A,R7
-002AF5 F582              MOV     DPL,A
-002AF7 E4                CLR     A
-002AF8 3400              ADDC    A,#HIGH YC_GPIOWakeupH
-002AFA F583              MOV     DPH,A
-002AFC E0                MOVX    A,@DPTR
-002AFD 5C                ANL     A,R4
-002AFE F0                MOVX    @DPTR,A
-002AFF         ?C0023?GPIO:
-002AFF 22                RET     
+002676 24A3              ADD     A,#LOW YC_GPIOWakeupL
+002678 F582              MOV     DPL,A
+00267A E4                CLR     A
+00267B 3400              ADDC    A,#HIGH YC_GPIOWakeupL
+00267D F583              MOV     DPH,A
+00267F C083              PUSH    DPH
+002681 C082              PUSH    DPL
+002683 E0                MOVX    A,@DPTR
+002684 FD                MOV     R5,A
+002685 7401              MOV     A,#01H
+002687 A806              MOV     R0,AR6
+002689 08                INC     R0
+00268A 8002              SJMP    ?C0043?GPIO
+00268C         ?C0042?GPIO:
+00268C C3                CLR     C
+00268D 33                RLC     A
+00268E         ?C0043?GPIO:
+00268E D8FC              DJNZ    R0,?C0042?GPIO
+002690 F4                CPL     A
+002691 FC                MOV     R4,A
+002692 5D                ANL     A,R5
+002693 D082              POP     DPL
+002695 D083              POP     DPH
+002697 F0                MOVX    @DPTR,A
+002698 74A7              MOV     A,#LOW YC_GPIOWakeupH
+00269A 2F                ADD     A,R7
+00269B F582              MOV     DPL,A
+00269D E4                CLR     A
+00269E 3400              ADDC    A,#HIGH YC_GPIOWakeupH
+0026A0 F583              MOV     DPH,A
+0026A2 E0                MOVX    A,@DPTR
+0026A3 5C                ANL     A,R4
+0026A4 F0                MOVX    @DPTR,A
+0026A5         ?C0023?GPIO:
+0026A5 22                RET     
 ----- FUNCTION _GPIO_ClearWakeup (END) -------
 
 
+----- FUNCTION GPIO_fillpd (BEGIN) -----
+;---- Variable 'i' assigned to Register 'R7' ----
+0026A6 E4                CLR     A
+0026A7 FF                MOV     R7,A
+0026A8         ?C0026?GPIO:
+0026A8 EF                MOV     A,R7
+0026A9 FD                MOV     R5,A
+0026AA 7C00              MOV     R4,#00H
+0026AC 2478              ADD     A,#078H
+0026AE FB                MOV     R3,A
+0026AF EC                MOV     A,R4
+0026B0 3480              ADDC    A,#080H
+0026B2 8B82              MOV     DPL,R3
+0026B4 F583              MOV     DPH,A
+0026B6 E0                MOVX    A,@DPTR
+0026B7 FE                MOV     R6,A
+0026B8 ED                MOV     A,R5
+0026B9 2470              ADD     A,#070H
+0026BB FD                MOV     R5,A
+0026BC EC                MOV     A,R4
+0026BD 3480              ADDC    A,#080H
+0026BF 8D82              MOV     DPL,R5
+0026C1 F583              MOV     DPH,A
+0026C3 E0                MOVX    A,@DPTR
+0026C4 4E                ORL     A,R6
+0026C5 F4                CPL     A
+0026C6 FE                MOV     R6,A
+0026C7 EF                MOV     A,R7
+0026C8 247C              ADD     A,#07CH
+0026CA FD                MOV     R5,A
+0026CB EC                MOV     A,R4
+0026CC 3480              ADDC    A,#080H
+0026CE 8D82              MOV     DPL,R5
+0026D0 F583              MOV     DPH,A
+0026D2 EE                MOV     A,R6
+0026D3 F0                MOVX    @DPTR,A
+0026D4 0F                INC     R7
+0026D5 EF                MOV     A,R7
+0026D6 B404CF            CJNE    A,#04H,?C0026?GPIO
+0026D9 22                RET     
+----- FUNCTION GPIO_fillpd (END) -------
+
+
Index: c51/output/FW.HTM
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/output/FW.HTM	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/output/FW.HTM	(working copy)
@@ -25,198 +25,190 @@
 
 <p class="TinyT">
 Created from: <b>LX51 LINKER/LOCATER V4.41</b><br>
-Creation time: <b>06/11/2020  15:30:39</b><p>
+Creation time: <b>06/13/2020  15:00:51</b><p>
 
 <hr>
 
 
 <h2><a name="S2"></a>?PR?YC_LOAD_RECORD_LIST?BLUETOOTH (C:0006C2H - C:000743H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S147">?PR?_XMEMCPY?UTILITIES</a>)<p>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S144">?PR?_XMEMCPY?UTILITIES</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
-<li><a href="#S147">?PR?_XMEMCPY?UTILITIES</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S144">?PR?_XMEMCPY?UTILITIES</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
-</ul>
-
-<h2><a name="S10"></a>?PR?YC_START_RECONNECT?BLUETOOTH (C:001AF5H - C:001AFEH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
-<p><br><b>Calls to:</b></p>
-<ul>
-<li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 </ul>
 
+<h2><a name="S10"></a>?PR?YC_START_RECONNECT?BLUETOOTH (C:0017D9H - C:0017E0H)</h2>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 </ul>
 
-<h2><a name="S69"></a>?PR?KSCOLINITIALIZE?KEYSCAN (C:0017AEH - C:0017CBH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a>)<p>
+<h2><a name="S69"></a>?PR?KSCOLINITIALIZE?KEYSCAN (C:001733H - C:001750H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a></li>
+<li><a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a></li>
 </ul>
 
-<h2><a name="S88"></a>?PR?SYSTEM_HARDWARE_RESET?SYS (C:0025E1H - C:0025E9H)</h2>
+<h2><a name="S86"></a>?PR?SYSTEM_HARDWARE_RESET?SYS (C:001FFDH - C:002005H)</h2>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S90">?PR?SYSTEM_RESET_CONNECT?SYS</a></li>
+<li><a href="#S88">?PR?SYSTEM_RESET_CONNECT?SYS</a></li>
 </ul>
 
-<h2><a name="S90"></a>?PR?SYSTEM_RESET_CONNECT?SYS (C:0025EAH - C:0025EBH)</h2>
+<h2><a name="S88"></a>?PR?SYSTEM_RESET_CONNECT?SYS (C:002006H - C:002007H)</h2>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S88">?PR?SYSTEM_HARDWARE_RESET?SYS</a></li>
+<li><a href="#S86">?PR?SYSTEM_HARDWARE_RESET?SYS</a></li>
 </ul>
 
-<h2><a name="S91"></a>?PR?_KB_CB_HID?SYS (C:0025ECH - C:0025FBH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>)<p>
+<h2><a name="S89"></a>?PR?_KB_CB_HID?SYS (C:002008H - C:002017H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
-<h2><a name="S93"></a>?PR?_KB_CB_EVENT?SYS (C:001654H - C:001795H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=14 Bytes (<a href="#S86">?PR?SYSTEM_HARDWARE_INIT?SYS</a>)<p>
+<h2><a name="S91"></a>?PR?_KB_CB_EVENT?SYS (C:001533H - C:001672H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=14 Bytes (<a href="#S84">?PR?SYSTEM_HARDWARE_INIT?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S155">?PR?_DELAY1MS?UTILITIES</a></li>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-<li><a href="#S189">?PR?_IIC_READ?IIC</a></li>
-<li><a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a></li>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S152">?PR?_DELAY1MS?UTILITIES</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S186">?PR?_IIC_READ?IIC</a></li>
+<li><a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
 <li><a href="#S3">?PR?_YC_STORE_RECORD_LIST?BLUETOOTH</a></li>
 <li><a href="#S71">?PR?KS_INITIALIZE?KEYSCAN</a></li>
-<li><a href="#S86">?PR?SYSTEM_HARDWARE_INIT?SYS</a></li>
-<li><a href="#S89">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
-<li><a href="#S87">?PR?SYSTEM_SOFTWARE_INIT?SYS</a></li>
+<li><a href="#S84">?PR?SYSTEM_HARDWARE_INIT?SYS</a></li>
+<li><a href="#S87">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
+<li><a href="#S85">?PR?SYSTEM_SOFTWARE_INIT?SYS</a></li>
 <li><a href="#S8">?PR?YC_CLEAR_RECONNECT_FLAG?BLUETOOTH</a></li>
 <li><a href="#S2">?PR?YC_LOAD_RECORD_LIST?BLUETOOTH</a></li>
 <li><a href="#S10">?PR?YC_START_RECONNECT?BLUETOOTH</a></li>
 </ul>
 
-<h2><a name="S97"></a>?PR?YC_PAIRING_TIMEROUT_500MS?SYS (C:001B29H - C:001B46H)</h2>
+<h2><a name="S95"></a>?PR?YC_PAIRING_TIMEROUT_500MS?SYS (C:00177BH - C:001797H)</h2>
 <p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
-<li><a href="#S89">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
+<li><a href="#S87">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a></li>
+<li><a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S99"></a>?PR?KB_CB_TIMER500MS?SYS (C:001B47H - C:001B61H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=12 Bytes (<a href="#S98">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a>)<p>
+<h2><a name="S97"></a>?PR?KB_CB_TIMER500MS?SYS (C:001798H - C:0017B4H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=12 Bytes (<a href="#S96">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S98">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a></li>
-<li><a href="#S94">?PR?LED_TIMER500MS?SYS</a></li>
-<li><a href="#S109">?PR?YC_ADC_CHECK_TIMER500MS?ADC</a></li>
-<li><a href="#S95">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a></li>
-<li><a href="#S97">?PR?YC_PAIRING_TIMEROUT_500MS?SYS</a></li>
-<li><a href="#S96">?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS</a></li>
+<li><a href="#S96">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a></li>
+<li><a href="#S92">?PR?LED_TIMER500MS?SYS</a></li>
+<li><a href="#S106">?PR?YC_ADC_CHECK_TIMER500MS?ADC</a></li>
+<li><a href="#S93">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a></li>
+<li><a href="#S95">?PR?YC_PAIRING_TIMEROUT_500MS?SYS</a></li>
+<li><a href="#S94">?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S100"></a>?PR?KB_CB_TIMER100MS?SYS (C:002567H - C:0025E0H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S82">?PR?LED_DEVICE_POWERON?LED</a>)<p>
+<h2><a name="S98"></a>?PR?KB_CB_TIMER100MS?SYS (C:0014AAH - C:001528H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S161">?PR?_GPIO_SETOUT?GPIO</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-<li><a href="#S83">?PR?LED_DEVICE_POWEROFF?LED</a></li>
-<li><a href="#S82">?PR?LED_DEVICE_POWERON?LED</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
 </ul>
 
-<h2><a name="S102"></a>?PR?YC_SYSTEM_MAIN?SYS (C:000F19H - C:000F60H)</h2>
+<h2><a name="S100"></a>?PR?YC_SYSTEM_MAIN?SYS (C:000F19H - C:000F60H)</h2>
 <p><br><b>Maximum Stack:</b> Bottom=16 Bytes (<a href="#S54">?PR?KB_NEED_KEYSCAN?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S125">?PR?IPC_ABANDONLPM?IPC</a></li>
-<li><a href="#S127">?PR?IPC_DEALSINGLESTEP?IPC</a></li>
-<li><a href="#S124">?PR?IPC_WAITLPM?IPC</a></li>
-<li><a href="#S101">?PR?KB_CB_INIT?SYS</a></li>
+<li><a href="#S122">?PR?IPC_ABANDONLPM?IPC</a></li>
+<li><a href="#S124">?PR?IPC_DEALSINGLESTEP?IPC</a></li>
+<li><a href="#S121">?PR?IPC_WAITLPM?IPC</a></li>
+<li><a href="#S99">?PR?KB_CB_INIT?SYS</a></li>
 <li><a href="#S54">?PR?KB_NEED_KEYSCAN?KB_PROCESS</a></li>
 <li><a href="#S72">?PR?KS_UNISTALL?KEYSCAN</a></li>
 <li><a href="#S81">?PR?LED_ALL_SHUTDOWN?LED</a></li>
-<li><a href="#S84">?PR?LED_HANDLE?LED</a></li>
+<li><a href="#S82">?PR?LED_HANDLE?LED</a></li>
 <li><a href="#S12">?PR?YC_UPDATE_EEPROM_DATA?BLUETOOTH</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S110">?PR?MAIN?RAM</a></li>
+<li><a href="#S107">?PR?MAIN?RAM</a></li>
 </ul>
 
-<h2><a name="S110"></a>?PR?MAIN?RAM (C:002883H - C:002885H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=16 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
+<h2><a name="S107"></a>?PR?MAIN?RAM (C:002255H - C:002257H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=16 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S115"></a>?PR?_IPCTX?IPC (C:00076BH - C:0007FCH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S111">?PR?_BUFSIZE?IPC</a>)<p>
+<h2><a name="S112"></a>?PR?_IPCTX?IPC (C:00076BH - C:0007FCH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S108">?PR?_BUFSIZE?IPC</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
-<li><a href="#S111">?PR?_BUFSIZE?IPC</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
+<li><a href="#S108">?PR?_BUFSIZE?IPC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S119">?PR?_IPC_TXDATA?IPC</a></li>
+<li><a href="#S116">?PR?_IPC_TXDATA?IPC</a></li>
 </ul>
 
-<h2><a name="S119"></a>?PR?_IPC_TXDATA?IPC (C:000ED6H - C:000EFBH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S147">?PR?_XMEMCPY?UTILITIES</a>)<p>
+<h2><a name="S116"></a>?PR?_IPC_TXDATA?IPC (C:000ED6H - C:000EFBH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S144">?PR?_XMEMCPY?UTILITIES</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S115">?PR?_IPCTX?IPC</a></li>
-<li><a href="#S147">?PR?_XMEMCPY?UTILITIES</a></li>
+<li><a href="#S112">?PR?_IPCTX?IPC</a></li>
+<li><a href="#S144">?PR?_XMEMCPY?UTILITIES</a></li>
 </ul>
 
-<h2><a name="S123"></a>?PR?_IPC_INITIALIZE?IPC (C:002602H - C:00260EH)</h2>
+<h2><a name="S120"></a>?PR?_IPC_INITIALIZE?IPC (C:0020ABH - C:0020B7H)</h2>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
-<h2><a name="S153"></a>?PR?_XMEMCLEAR_FF?UTILITIES (C:002A94H - C:002AC0H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>)<p>
+<h2><a name="S150"></a>?PR?_XMEMCLEAR_FF?UTILITIES (C:0025F3H - C:00261FH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <h2><a name="S3"></a>?PR?_YC_STORE_RECORD_LIST?BLUETOOTH (C:0007FDH - C:00083CH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S147">?PR?_XMEMCPY?UTILITIES</a>) Top=2 Bytes (<a href="#S93">?PR?_KB_CB_EVENT?SYS</a>)<p>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S144">?PR?_XMEMCPY?UTILITIES</a>) Top=2 Bytes (<a href="#S91">?PR?_KB_CB_EVENT?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S147">?PR?_XMEMCPY?UTILITIES</a></li>
+<li><a href="#S144">?PR?_XMEMCPY?UTILITIES</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 </ul>
 
-<h2><a name="S4"></a>?PR?YC_CHECK_IS_CONNECTED?BLUETOOTH (C:001796H - C:0017A2H)</h2>
-<p><br><b>Maximum Stack:</b> Top=4 Bytes (<a href="#S94">?PR?LED_TIMER500MS?SYS</a>)<p>
+<h2><a name="S4"></a>?PR?YC_CHECK_IS_CONNECTED?BLUETOOTH (C:001751H - C:00175DH)</h2>
+<p><br><b>Maximum Stack:</b> Top=4 Bytes (<a href="#S92">?PR?LED_TIMER500MS?SYS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S84">?PR?LED_HANDLE?LED</a></li>
-<li><a href="#S94">?PR?LED_TIMER500MS?SYS</a></li>
+<li><a href="#S82">?PR?LED_HANDLE?LED</a></li>
+<li><a href="#S92">?PR?LED_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S5"></a>?PR?YC_CHECK_NEED_RECONNECTED?BLUETOOTH (C:0017F4H - C:001842H)</h2>
+<h2><a name="S5"></a>?PR?YC_CHECK_NEED_RECONNECTED?BLUETOOTH (C:00191AH - C:001969H)</h2>
 <p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>) Top=8 Bytes (<a href="#S47">?PR?_IPC_TXHIDDATA?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
@@ -228,11 +220,11 @@
 <li><a href="#S47">?PR?_IPC_TXHIDDATA?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S7"></a>?PR?YC_CANCEL_RECONNECT?BLUETOOTH (C:001AFFH - C:001B10H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a>) Top=12 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
+<h2><a name="S7"></a>?PR?YC_CANCEL_RECONNECT?BLUETOOTH (C:00185FH - C:001870H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a>) Top=12 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -240,60 +232,60 @@
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S8"></a>?PR?YC_CLEAR_RECONNECT_FLAG?BLUETOOTH (C:001AEBH - C:001AF4H)</h2>
+<h2><a name="S8"></a>?PR?YC_CLEAR_RECONNECT_FLAG?BLUETOOTH (C:0017CFH - C:0017D8H)</h2>
 <p><br><b>Maximum Stack:</b> Top=12 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S9"></a>?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH (C:001B11H - C:001B28H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a>) Top=12 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
+<h2><a name="S9"></a>?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH (C:001871H - C:001888H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a>) Top=12 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
-<li><a href="#S95">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a></li>
+<li><a href="#S93">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S11"></a>?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH (C:0018C0H - C:0018EAH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S189">?PR?_IIC_READ?IIC</a>) Top=12 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
+<h2><a name="S11"></a>?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH (C:001889H - C:0018B4H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S186">?PR?_IIC_READ?IIC</a>) Top=12 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S189">?PR?_IIC_READ?IIC</a></li>
+<li><a href="#S186">?PR?_IIC_READ?IIC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
-<li><a href="#S96">?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS</a></li>
+<li><a href="#S94">?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS</a></li>
 </ul>
 
 <h2><a name="S12"></a>?PR?YC_UPDATE_EEPROM_DATA?BLUETOOTH (C:000F84H - C:000FCCH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a>) Top=2 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
+<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a>) Top=2 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S155">?PR?_DELAY1MS?UTILITIES</a></li>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-<li><a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a></li>
+<li><a href="#S152">?PR?_DELAY1MS?UTILITIES</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S45"></a>?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS (C:001843H - C:0018BFH)</h2>
+<h2><a name="S45"></a>?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS (C:0017E1H - C:00185EH)</h2>
 <p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S9">?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH</a>) Top=10 Bytes (<a href="#S5">?PR?YC_CHECK_NEED_RECONNECTED?BLUETOOTH</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S155">?PR?_DELAY1MS?UTILITIES</a></li>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S152">?PR?_DELAY1MS?UTILITIES</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
 <li><a href="#S7">?PR?YC_CANCEL_RECONNECT?BLUETOOTH</a></li>
 <li><a href="#S8">?PR?YC_CLEAR_RECONNECT_FLAG?BLUETOOTH</a></li>
 <li><a href="#S9">?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH</a></li>
@@ -302,18 +294,17 @@
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
-<li><a href="#S98">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S96">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a></li>
 <li><a href="#S5">?PR?YC_CHECK_NEED_RECONNECTED?BLUETOOTH</a></li>
-<li><a href="#S97">?PR?YC_PAIRING_TIMEROUT_500MS?SYS</a></li>
-<li><a href="#S10">?PR?YC_START_RECONNECT?BLUETOOTH</a></li>
+<li><a href="#S95">?PR?YC_PAIRING_TIMEROUT_500MS?SYS</a></li>
 </ul>
 
 <h2><a name="S47"></a>?PR?_IPC_TXHIDDATA?KB_PROCESS (C:000DBBH - C:000DECH)</h2>
 <p><br><b>Maximum Stack:</b> Bottom=10 Bytes (<a href="#S5">?PR?YC_CHECK_NEED_RECONNECTED?BLUETOOTH</a>) Top=6 Bytes (<a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S121">?PR?_IPC_TXBLEDATA?IPC</a></li>
+<li><a href="#S118">?PR?_IPC_TXBLEDATA?IPC</a></li>
 <li><a href="#S5">?PR?YC_CHECK_NEED_RECONNECTED?BLUETOOTH</a></li>
 </ul>
 
@@ -335,7 +326,7 @@
 <p><br><b>Calls to:</b></p>
 <ul>
 <li><a href="#S47">?PR?_IPC_TXHIDDATA?KB_PROCESS</a></li>
-<li><a href="#S151">?PR?_XMEMCLEAR?UTILITIES</a></li>
+<li><a href="#S148">?PR?_XMEMCLEAR?UTILITIES</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -348,7 +339,7 @@
 <p><br><b>Calls to:</b></p>
 <ul>
 <li><a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a></li>
-<li><a href="#S126">?PR?IPC_ISTXBUFFEMPTY?IPC</a></li>
+<li><a href="#S123">?PR?IPC_ISTXBUFFEMPTY?IPC</a></li>
 <li><a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a></li>
 </ul>
 
@@ -358,7 +349,7 @@
 </ul>
 
 <h2><a name="S54"></a>?PR?KB_NEED_KEYSCAN?KB_PROCESS (C:000E27H - C:000E9CH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=14 Bytes (<a href="#S52">?PR?KB_MOTION?KB_PROCESS</a>) Top=2 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
+<p><br><b>Maximum Stack:</b> Bottom=14 Bytes (<a href="#S52">?PR?KB_MOTION?KB_PROCESS</a>) Top=2 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
 <li><a href="#S50">?PR?_KB_SEND_COMBINATION_KEY?KB_PROCESS</a></li>
@@ -367,19 +358,19 @@
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
 <h2><a name="S55"></a>?PR?_KB_MOTION_KEYSCAN?KB_PROCESS (C:000880H - C:000A2AH)</h2>
 <p><br><b>Maximum Stack:</b> Bottom=12 Bytes (<a href="#S47">?PR?_IPC_TXHIDDATA?KB_PROCESS</a>) Top=4 Bytes (<a href="#S52">?PR?KB_MOTION?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 <li><a href="#S47">?PR?_IPC_TXHIDDATA?KB_PROCESS</a></li>
 <li><a href="#S57">?PR?_KB_DEVICE_SELECT?KB_PROCESS</a></li>
 <li><a href="#S62">?PR?_KB_MULTIKEY_SETUP?KB_PROCESS</a></li>
-<li><a href="#S151">?PR?_XMEMCLEAR?UTILITIES</a></li>
-<li><a href="#S147">?PR?_XMEMCPY?UTILITIES</a></li>
+<li><a href="#S148">?PR?_XMEMCLEAR?UTILITIES</a></li>
+<li><a href="#S144">?PR?_XMEMCPY?UTILITIES</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -387,11 +378,11 @@
 <li><a href="#S52">?PR?KB_MOTION?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S57"></a>?PR?_KB_DEVICE_SELECT?KB_PROCESS (C:001D88H - C:001DE7H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a>)<p>
+<h2><a name="S57"></a>?PR?_KB_DEVICE_SELECT?KB_PROCESS (C:00196AH - C:0019C9H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -399,20 +390,20 @@
 <li><a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S59"></a>?PR?_KEY_REPLACE?KB_PROCESS (C:0014B5H - C:0014D4H)</h2>
+<h2><a name="S59"></a>?PR?_KB_COMBINATION_KEY_PRESS?KB_PROCESS (C:001469H - C:00148DH)</h2>
 <p><br><b>Maximum Stack:</b> Top=8 Bytes (<a href="#S60">?PR?_KEY_FN_FUNCTION?KB_PROCESS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S60">?PR?_KEY_FN_FUNCTION?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S60"></a>?PR?_KEY_FN_FUNCTION?KB_PROCESS (C:0010C4H - C:0014B4H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a>) Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
+<h2><a name="S60"></a>?PR?_KEY_FN_FUNCTION?KB_PROCESS (C:00121DH - C:001468H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a>) Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-<li><a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a></li>
-<li><a href="#S59">?PR?_KEY_REPLACE?KB_PROCESS</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a></li>
+<li><a href="#S59">?PR?_KB_COMBINATION_KEY_PRESS?KB_PROCESS</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -421,10 +412,10 @@
 </ul>
 
 <h2><a name="S62"></a>?PR?_KB_MULTIKEY_SETUP?KB_PROCESS (C:000A2BH - C:000CEDH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a>)<p>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 <li><a href="#S49">?PR?_KB_SET_MULTIKEY?KB_PROCESS</a></li>
 </ul>
 
@@ -433,32 +424,32 @@
 <li><a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S64"></a>?PR?_BIT_COUNT?KEYSCAN (C:001DE8H - C:001DF5H)</h2>
+<h2><a name="S64"></a>?PR?_BIT_COUNT?KEYSCAN (C:0019CAH - C:0019D7H)</h2>
 <p><br><b>Maximum Stack:</b> Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S65"></a>?PR?_KEYIN?KEYSCAN (C:001DF6H - C:001EB2H)</h2>
+<h2><a name="S65"></a>?PR?_KEYIN?KEYSCAN (C:001C4FH - C:001CA6H)</h2>
 <p><br><b>Maximum Stack:</b> Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S66"></a>?PR?_KEYOUT?KEYSCAN (C:001EB3H - C:001FC2H)</h2>
+<h2><a name="S66"></a>?PR?_KEYOUT?KEYSCAN (C:001CA7H - C:001D51H)</h2>
 <p><br><b>Maximum Stack:</b> Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S67"></a>?PR?KSRAWINITIALIZE?KEYSCAN (C:0017D1H - C:0017EDH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a>) Top=6 Bytes (<a href="#S71">?PR?KS_INITIALIZE?KEYSCAN</a>)<p>
+<h2><a name="S67"></a>?PR?KSRAWINITIALIZE?KEYSCAN (C:00175EH - C:00177AH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a>) Top=6 Bytes (<a href="#S71">?PR?KS_INITIALIZE?KEYSCAN</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a></li>
+<li><a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -466,8 +457,8 @@
 <li><a href="#S71">?PR?KS_INITIALIZE?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S71"></a>?PR?KS_INITIALIZE?KEYSCAN (C:0017A3H - C:0017ADH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=10 Bytes (<a href="#S67">?PR?KSRAWINITIALIZE?KEYSCAN</a>) Top=4 Bytes (<a href="#S86">?PR?SYSTEM_HARDWARE_INIT?SYS</a>)<p>
+<h2><a name="S71"></a>?PR?KS_INITIALIZE?KEYSCAN (C:001728H - C:001732H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=10 Bytes (<a href="#S67">?PR?KSRAWINITIALIZE?KEYSCAN</a>) Top=4 Bytes (<a href="#S84">?PR?SYSTEM_HARDWARE_INIT?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
 <li><a href="#S67">?PR?KSRAWINITIALIZE?KEYSCAN</a></li>
@@ -475,35 +466,35 @@
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
-<li><a href="#S86">?PR?SYSTEM_HARDWARE_INIT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S84">?PR?SYSTEM_HARDWARE_INIT?SYS</a></li>
 </ul>
 
-<h2><a name="S72"></a>?PR?KS_UNISTALL?KEYSCAN (C:001FC3H - C:00206CH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S179">?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO</a>) Top=2 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
+<h2><a name="S72"></a>?PR?KS_UNISTALL?KEYSCAN (C:001EB2H - C:001F5CH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S176">?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO</a>) Top=2 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S179">?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO</a></li>
-<li><a href="#S185">?PR?GPIO_FILLPD?GPIO</a></li>
+<li><a href="#S176">?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO</a></li>
+<li><a href="#S182">?PR?GPIO_FILLPD?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S74"></a>?PR?KS_SCANMATRIX?KEYSCAN (C:002185H - C:0022E4H)</h2>
+<h2><a name="S74"></a>?PR?KS_SCANMATRIX?KEYSCAN (C:001D52H - C:001EB1H)</h2>
 <p><br><b>Maximum Stack:</b> Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S76"></a>?PR?_ARRAY_IS_EMPTY?KEYSCAN (C:0024E6H - C:002515H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
+<h2><a name="S76"></a>?PR?_ARRAY_IS_EMPTY?KEYSCAN (C:001BD5H - C:001C04H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -511,13 +502,13 @@
 <li><a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S78"></a>?PR?KS_GETCURRENTEVT?KEYSCAN (C:0022E5H - C:0024E5H)</h2>
+<h2><a name="S78"></a>?PR?KS_GETCURRENTEVT?KEYSCAN (C:0019D8H - C:001BD4H)</h2>
 <p><br><b>Maximum Stack:</b> Bottom=10 Bytes (<a href="#S60">?PR?_KEY_FN_FUNCTION?KB_PROCESS</a>) Top=4 Bytes (<a href="#S52">?PR?KB_MOTION?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
 <li><a href="#S76">?PR?_ARRAY_IS_EMPTY?KEYSCAN</a></li>
 <li><a href="#S64">?PR?_BIT_COUNT?KEYSCAN</a></li>
-<li><a href="#S156">?PR?_COMPARE_STR?UTILITIES</a></li>
+<li><a href="#S153">?PR?_COMPARE_STR?UTILITIES</a></li>
 <li><a href="#S60">?PR?_KEY_FN_FUNCTION?KB_PROCESS</a></li>
 <li><a href="#S65">?PR?_KEYIN?KEYSCAN</a></li>
 <li><a href="#S66">?PR?_KEYOUT?KEYSCAN</a></li>
@@ -530,71 +521,47 @@
 </ul>
 
 <h2><a name="S81"></a>?PR?LED_ALL_SHUTDOWN?LED (C:000FCDH - C:000FE2H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S174">?PR?_GPIO_SETOUTPUT?GPIO</a>) Top=4 Bytes (<a href="#S98">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a>)<p>
-<p><br><b>Calls to:</b></p>
-<ul>
-<li><a href="#S174">?PR?_GPIO_SETOUTPUT?GPIO</a></li>
-</ul>
-
-<p><br><b>Called from:</b></p>
-<ul>
-<li><a href="#S98">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a></li>
-<li><a href="#S86">?PR?SYSTEM_HARDWARE_INIT?SYS</a></li>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
-</ul>
-
-<h2><a name="S82"></a>?PR?LED_DEVICE_POWERON?LED (C:0017EEH - C:0017F3H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S164">?PR?_GPIO_SETOUT?GPIO</a>) Top=2 Bytes (<a href="#S100">?PR?KB_CB_TIMER100MS?SYS</a>)<p>
+<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S171">?PR?_GPIO_SETOUTPUT?GPIO</a>) Top=4 Bytes (<a href="#S96">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S171">?PR?_GPIO_SETOUTPUT?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S100">?PR?KB_CB_TIMER100MS?SYS</a></li>
+<li><a href="#S96">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a></li>
+<li><a href="#S84">?PR?SYSTEM_HARDWARE_INIT?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S83"></a>?PR?LED_DEVICE_POWEROFF?LED (C:002560H - C:002566H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S164">?PR?_GPIO_SETOUT?GPIO</a>) Top=2 Bytes (<a href="#S100">?PR?KB_CB_TIMER100MS?SYS</a>)<p>
+<h2><a name="S82"></a>?PR?LED_HANDLE?LED (C:0010C4H - C:00118AH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S161">?PR?_GPIO_SETOUT?GPIO</a>) Top=2 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-</ul>
-
-<p><br><b>Called from:</b></p>
-<ul>
-<li><a href="#S100">?PR?KB_CB_TIMER100MS?SYS</a></li>
-</ul>
-
-<h2><a name="S84"></a>?PR?LED_HANDLE?LED (C:0014D5H - C:00159BH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S164">?PR?_GPIO_SETOUT?GPIO</a>) Top=2 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
-<p><br><b>Calls to:</b></p>
-<ul>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-<li><a href="#S89">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S87">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
 <li><a href="#S4">?PR?YC_CHECK_IS_CONNECTED?BLUETOOTH</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S85"></a>?PR?SYSTEM_CLEAR_MEM?SYS (C:000D35H - C:000DBAH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S151">?PR?_XMEMCLEAR?UTILITIES</a>) Top=4 Bytes (<a href="#S87">?PR?SYSTEM_SOFTWARE_INIT?SYS</a>)<p>
+<h2><a name="S83"></a>?PR?SYSTEM_CLEAR_MEM?SYS (C:000D35H - C:000DBAH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S148">?PR?_XMEMCLEAR?UTILITIES</a>) Top=4 Bytes (<a href="#S85">?PR?SYSTEM_SOFTWARE_INIT?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S151">?PR?_XMEMCLEAR?UTILITIES</a></li>
+<li><a href="#S148">?PR?_XMEMCLEAR?UTILITIES</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S87">?PR?SYSTEM_SOFTWARE_INIT?SYS</a></li>
+<li><a href="#S85">?PR?SYSTEM_SOFTWARE_INIT?SYS</a></li>
 </ul>
 
-<h2><a name="S86"></a>?PR?SYSTEM_HARDWARE_INIT?SYS (C:0017CCH - C:0017D0H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=12 Bytes (<a href="#S71">?PR?KS_INITIALIZE?KEYSCAN</a>) Top=2 Bytes (<a href="#S93">?PR?_KB_CB_EVENT?SYS</a>)<p>
+<h2><a name="S84"></a>?PR?SYSTEM_HARDWARE_INIT?SYS (C:001723H - C:001727H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=12 Bytes (<a href="#S71">?PR?KS_INITIALIZE?KEYSCAN</a>) Top=2 Bytes (<a href="#S91">?PR?_KB_CB_EVENT?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
 <li><a href="#S71">?PR?KS_INITIALIZE?KEYSCAN</a></li>
@@ -603,272 +570,272 @@
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 </ul>
 
-<h2><a name="S87"></a>?PR?SYSTEM_SOFTWARE_INIT?SYS (C:000EFCH - C:000F18H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S105">?PR?YC_ADC_INIT?ADC</a>) Top=2 Bytes (<a href="#S93">?PR?_KB_CB_EVENT?SYS</a>)<p>
+<h2><a name="S85"></a>?PR?SYSTEM_SOFTWARE_INIT?SYS (C:000EFCH - C:000F18H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=8 Bytes (<a href="#S103">?PR?YC_ADC_INIT?ADC</a>) Top=2 Bytes (<a href="#S91">?PR?_KB_CB_EVENT?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S85">?PR?SYSTEM_CLEAR_MEM?SYS</a></li>
-<li><a href="#S105">?PR?YC_ADC_INIT?ADC</a></li>
+<li><a href="#S83">?PR?SYSTEM_CLEAR_MEM?SYS</a></li>
+<li><a href="#S103">?PR?YC_ADC_INIT?ADC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 </ul>
 
-<h2><a name="S89"></a>?PR?SYSTEM_LONG_SLEEP?SYS (C:00164AH - C:001653H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a>) Top=4 Bytes (<a href="#S95">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a>)<p>
+<h2><a name="S87"></a>?PR?SYSTEM_LONG_SLEEP?SYS (C:001529H - C:001532H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a>) Top=4 Bytes (<a href="#S93">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
-<li><a href="#S98">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a></li>
-<li><a href="#S84">?PR?LED_HANDLE?LED</a></li>
-<li><a href="#S95">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a></li>
-<li><a href="#S97">?PR?YC_PAIRING_TIMEROUT_500MS?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S96">?PR?KB_BUTTON_PRESS_TIMER500MS?SYS</a></li>
+<li><a href="#S82">?PR?LED_HANDLE?LED</a></li>
+<li><a href="#S93">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a></li>
+<li><a href="#S95">?PR?YC_PAIRING_TIMEROUT_500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S94"></a>?PR?LED_TIMER500MS?SYS (C:00159CH - C:00162DH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S182">?PR?_GPIO_FLIPOUTBIT?GPIO</a>) Top=2 Bytes (<a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
+<h2><a name="S92"></a>?PR?LED_TIMER500MS?SYS (C:00118BH - C:00121CH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S179">?PR?_GPIO_FLIPOUTBIT?GPIO</a>) Top=2 Bytes (<a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S182">?PR?_GPIO_FLIPOUTBIT?GPIO</a></li>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S179">?PR?_GPIO_FLIPOUTBIT?GPIO</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
 <li><a href="#S4">?PR?YC_CHECK_IS_CONNECTED?BLUETOOTH</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a></li>
+<li><a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S95"></a>?PR?YC_CONNECT_TIMEOUT_500MS?SYS (C:001B9FH - C:001BD7H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S9">?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH</a>) Top=2 Bytes (<a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
+<h2><a name="S93"></a>?PR?YC_CONNECT_TIMEOUT_500MS?SYS (C:0018E1H - C:001919H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S9">?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH</a>) Top=2 Bytes (<a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
-<li><a href="#S89">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S87">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
 <li><a href="#S9">?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a></li>
+<li><a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S96"></a>?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS (C:001B73H - C:001B9EH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S11">?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH</a>) Top=2 Bytes (<a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
+<h2><a name="S94"></a>?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS (C:0018B5H - C:0018E0H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S11">?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH</a>) Top=2 Bytes (<a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
 <li><a href="#S11">?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a></li>
+<li><a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S98"></a>?PR?KB_BUTTON_PRESS_TIMER500MS?SYS (C:001BD8H - C:001C63H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=10 Bytes (<a href="#S81">?PR?LED_ALL_SHUTDOWN?LED</a>) Top=2 Bytes (<a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
+<h2><a name="S96"></a>?PR?KB_BUTTON_PRESS_TIMER500MS?SYS (C:002018H - C:0020A4H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=10 Bytes (<a href="#S81">?PR?LED_ALL_SHUTDOWN?LED</a>) Top=2 Bytes (<a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
 <li><a href="#S81">?PR?LED_ALL_SHUTDOWN?LED</a></li>
-<li><a href="#S89">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
+<li><a href="#S87">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a></li>
+<li><a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S101"></a>?PR?KB_CB_INIT?SYS (C:0025FCH - C:002601H)</h2>
-<p><br><b>Maximum Stack:</b> Top=2 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
+<h2><a name="S99"></a>?PR?KB_CB_INIT?SYS (C:0020A5H - C:0020AAH)</h2>
+<p><br><b>Maximum Stack:</b> Top=2 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S105"></a>?PR?YC_ADC_INIT?ADC (C:00260FH - C:002882H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=4 Bytes (<a href="#S87">?PR?SYSTEM_SOFTWARE_INIT?SYS</a>)<p>
+<h2><a name="S103"></a>?PR?YC_ADC_INIT?ADC (C:0020B8H - C:002174H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=4 Bytes (<a href="#S85">?PR?SYSTEM_SOFTWARE_INIT?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S87">?PR?SYSTEM_SOFTWARE_INIT?SYS</a></li>
+<li><a href="#S85">?PR?SYSTEM_SOFTWARE_INIT?SYS</a></li>
 </ul>
 
-<h2><a name="S107"></a>?PR?YC_ADC_CHECK?ADC (C:001CA8H - C:001D87H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=4 Bytes (<a href="#S109">?PR?YC_ADC_CHECK_TIMER500MS?ADC</a>)<p>
+<h2><a name="S104"></a>?PR?YC_ADC_CHECK?ADC (C:002175H - C:002254H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=4 Bytes (<a href="#S106">?PR?YC_ADC_CHECK_TIMER500MS?ADC</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S109">?PR?YC_ADC_CHECK_TIMER500MS?ADC</a></li>
+<li><a href="#S106">?PR?YC_ADC_CHECK_TIMER500MS?ADC</a></li>
 </ul>
 
-<h2><a name="S109"></a>?PR?YC_ADC_CHECK_TIMER500MS?ADC (C:001B62H - C:001B72H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S107">?PR?YC_ADC_CHECK?ADC</a>) Top=2 Bytes (<a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
+<h2><a name="S106"></a>?PR?YC_ADC_CHECK_TIMER500MS?ADC (C:0017B5H - C:0017C6H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S104">?PR?YC_ADC_CHECK?ADC</a>) Top=2 Bytes (<a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S107">?PR?YC_ADC_CHECK?ADC</a></li>
+<li><a href="#S104">?PR?YC_ADC_CHECK?ADC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S99">?PR?KB_CB_TIMER500MS?SYS</a></li>
+<li><a href="#S97">?PR?KB_CB_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S111"></a>?PR?_BUFSIZE?IPC (C:002886H - C:0028DFH)</h2>
-<p><br><b>Maximum Stack:</b> Top=2 Bytes (<a href="#S115">?PR?_IPCTX?IPC</a>)<p>
+<h2><a name="S108"></a>?PR?_BUFSIZE?IPC (C:002258H - C:0022B1H)</h2>
+<p><br><b>Maximum Stack:</b> Top=2 Bytes (<a href="#S112">?PR?_IPCTX?IPC</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S115">?PR?_IPCTX?IPC</a></li>
+<li><a href="#S112">?PR?_IPCTX?IPC</a></li>
 </ul>
 
-<h2><a name="S113"></a>?PR?_IPCRX?IPC (C:0028E0H - C:00292FH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=4 Bytes (<a href="#S127">?PR?IPC_DEALSINGLESTEP?IPC</a>)<p>
+<h2><a name="S110"></a>?PR?_IPCRX?IPC (C:0022B2H - C:002301H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=4 Bytes (<a href="#S124">?PR?IPC_DEALSINGLESTEP?IPC</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S127">?PR?IPC_DEALSINGLESTEP?IPC</a></li>
+<li><a href="#S124">?PR?IPC_DEALSINGLESTEP?IPC</a></li>
 </ul>
 
-<h2><a name="S117"></a>?PR?_IPC_TXCONTROLCMD?IPC (C:000744H - C:00076AH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=14 Bytes (<a href="#S9">?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH</a>)<p>
+<h2><a name="S114"></a>?PR?_IPC_TXCONTROLCMD?IPC (C:000744H - C:00076AH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=14 Bytes (<a href="#S9">?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
-<li><a href="#S89">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
+<li><a href="#S87">?PR?SYSTEM_LONG_SLEEP?SYS</a></li>
 <li><a href="#S7">?PR?YC_CANCEL_RECONNECT?BLUETOOTH</a></li>
-<li><a href="#S95">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a></li>
+<li><a href="#S93">?PR?YC_CONNECT_TIMEOUT_500MS?SYS</a></li>
 <li><a href="#S9">?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH</a></li>
 <li><a href="#S2">?PR?YC_LOAD_RECORD_LIST?BLUETOOTH</a></li>
-<li><a href="#S96">?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS</a></li>
+<li><a href="#S94">?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S121"></a>?PR?_IPC_TXBLEDATA?IPC (C:000ED0H - C:000ED5H)</h2>
+<h2><a name="S118"></a>?PR?_IPC_TXBLEDATA?IPC (C:000ED0H - C:000ED5H)</h2>
 <p><br><b>Maximum Stack:</b> Top=8 Bytes (<a href="#S47">?PR?_IPC_TXHIDDATA?KB_PROCESS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S47">?PR?_IPC_TXHIDDATA?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S124"></a>?PR?IPC_WAITLPM?IPC (C:000F61H - C:000F6BH)</h2>
-<p><br><b>Maximum Stack:</b> Top=2 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
+<h2><a name="S121"></a>?PR?IPC_WAITLPM?IPC (C:000F61H - C:000F6BH)</h2>
+<p><br><b>Maximum Stack:</b> Top=2 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S125"></a>?PR?IPC_ABANDONLPM?IPC (C:002A69H - C:002A74H)</h2>
-<p><br><b>Maximum Stack:</b> Top=2 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
+<h2><a name="S122"></a>?PR?IPC_ABANDONLPM?IPC (C:00243BH - C:002446H)</h2>
+<p><br><b>Maximum Stack:</b> Top=2 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S126"></a>?PR?IPC_ISTXBUFFEMPTY?IPC (C:002A75H - C:002A8CH)</h2>
+<h2><a name="S123"></a>?PR?IPC_ISTXBUFFEMPTY?IPC (C:002447H - C:00245EH)</h2>
 <p><br><b>Maximum Stack:</b> Top=4 Bytes (<a href="#S52">?PR?KB_MOTION?KB_PROCESS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S52">?PR?KB_MOTION?KB_PROCESS</a></li>
 </ul>
 
-<h2><a name="S127"></a>?PR?IPC_DEALSINGLESTEP?IPC (C:002930H - C:002A62H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S113">?PR?_IPCRX?IPC</a>) Top=2 Bytes (<a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
+<h2><a name="S124"></a>?PR?IPC_DEALSINGLESTEP?IPC (C:002302H - C:002434H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S110">?PR?_IPCRX?IPC</a>) Top=2 Bytes (<a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
-<li><a href="#S113">?PR?_IPCRX?IPC</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
+<li><a href="#S110">?PR?_IPCRX?IPC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S102">?PR?YC_SYSTEM_MAIN?SYS</a></li>
+<li><a href="#S100">?PR?YC_SYSTEM_MAIN?SYS</a></li>
 </ul>
 
-<h2><a name="S147"></a>?PR?_XMEMCPY?UTILITIES (C:00083DH - C:00087FH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=14 Bytes (<a href="#S189">?PR?_IIC_READ?IIC</a>)<p>
+<h2><a name="S144"></a>?PR?_XMEMCPY?UTILITIES (C:00083DH - C:00087FH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=14 Bytes (<a href="#S186">?PR?_IIC_READ?IIC</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S189">?PR?_IIC_READ?IIC</a></li>
-<li><a href="#S119">?PR?_IPC_TXDATA?IPC</a></li>
+<li><a href="#S186">?PR?_IIC_READ?IIC</a></li>
+<li><a href="#S116">?PR?_IPC_TXDATA?IPC</a></li>
 <li><a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a></li>
 <li><a href="#S3">?PR?_YC_STORE_RECORD_LIST?BLUETOOTH</a></li>
 <li><a href="#S2">?PR?YC_LOAD_RECORD_LIST?BLUETOOTH</a></li>
 </ul>
 
-<h2><a name="S149"></a>?PR?_DMEMCPY?UTILITIES (C:001C64H - C:001CA7H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=12 Bytes (<a href="#S191">?PR?_IIC_WRITE?IIC</a>)<p>
+<h2><a name="S146"></a>?PR?_DMEMCPY?UTILITIES (C:002466H - C:0024A9H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=12 Bytes (<a href="#S188">?PR?_IIC_WRITE?IIC</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S191">?PR?_IIC_WRITE?IIC</a></li>
+<li><a href="#S188">?PR?_IIC_WRITE?IIC</a></li>
 </ul>
 
-<h2><a name="S151"></a>?PR?_XMEMCLEAR?UTILITIES (C:000D09H - C:000D34H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S85">?PR?SYSTEM_CLEAR_MEM?SYS</a>)<p>
+<h2><a name="S148"></a>?PR?_XMEMCLEAR?UTILITIES (C:000D09H - C:000D34H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S83">?PR?SYSTEM_CLEAR_MEM?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a></li>
 <li><a href="#S50">?PR?_KB_SEND_COMBINATION_KEY?KB_PROCESS</a></li>
-<li><a href="#S85">?PR?SYSTEM_CLEAR_MEM?SYS</a></li>
+<li><a href="#S83">?PR?SYSTEM_CLEAR_MEM?SYS</a></li>
 </ul>
 
-<h2><a name="S155"></a>?PR?_DELAY1MS?UTILITIES (C:000F6CH - C:000F83H)</h2>
+<h2><a name="S152"></a>?PR?_DELAY1MS?UTILITIES (C:000F6CH - C:000F83H)</h2>
 <p><br><b>Maximum Stack:</b> Top=12 Bytes (<a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a></li>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 <li><a href="#S45">?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS</a></li>
 <li><a href="#S12">?PR?YC_UPDATE_EEPROM_DATA?BLUETOOTH</a></li>
 </ul>
 
-<h2><a name="S156"></a>?PR?_COMPARE_STR?UTILITIES (C:002516H - C:00255FH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
+<h2><a name="S153"></a>?PR?_COMPARE_STR?UTILITIES (C:001C05H - C:001C4EH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -876,106 +843,110 @@
 <li><a href="#S78">?PR?KS_GETCURRENTEVT?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S158"></a>?PR?_GPIOSETBIT?GPIO (C:001052H - C:0010B2H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=12 Bytes (<a href="#S168">?PR?_GPIO_SETPD?GPIO</a>)<p>
+<h2><a name="S155"></a>?PR?_GPIOSETBIT?GPIO (C:001052H - C:0010B2H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=12 Bytes (<a href="#S165">?PR?_GPIO_SETPD?GPIO</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S170">?PR?_GPIO_SETOE?GPIO</a></li>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-<li><a href="#S168">?PR?_GPIO_SETPD?GPIO</a></li>
-<li><a href="#S166">?PR?_GPIO_SETPU?GPIO</a></li>
+<li><a href="#S167">?PR?_GPIO_SETOE?GPIO</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S165">?PR?_GPIO_SETPD?GPIO</a></li>
+<li><a href="#S163">?PR?_GPIO_SETPU?GPIO</a></li>
 </ul>
 
-<h2><a name="S161"></a>?PR?_GPIOGETBIT?GPIO (C:002112H - C:002150H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S197">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S182">?PR?_GPIO_FLIPOUTBIT?GPIO</a>)<p>
+<h2><a name="S158"></a>?PR?_GPIOGETBIT?GPIO (C:002620H - C:00265EH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S194">?C?LIB_CODE</a>) Top=6 Bytes (<a href="#S179">?PR?_GPIO_FLIPOUTBIT?GPIO</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S182">?PR?_GPIO_FLIPOUTBIT?GPIO</a></li>
+<li><a href="#S179">?PR?_GPIO_FLIPOUTBIT?GPIO</a></li>
+<li><a href="#S160">?PR?_GPIO_GETINPUTSTATUS?GPIO</a></li>
+</ul>
+
+<h2><a name="S160"></a>?PR?_GPIO_GETINPUTSTATUS?GPIO (C:00265FH - C:002666H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S158">?PR?_GPIOGETBIT?GPIO</a>) Top=6 Bytes (<a href="#S176">?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO</a>)<p>
+<p><br><b>Calls to:</b></p>
+<ul>
+<li><a href="#S158">?PR?_GPIOGETBIT?GPIO</a></li>
 </ul>
 
-<h2><a name="S163"></a>?PR?_GPIO_GETINPUTSTATUS?GPIO (C:00210CH - C:002111H)</h2>
-<p><br><b>Maximum Stack:</b> Top=6 Bytes (<a href="#S179">?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S179">?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO</a></li>
+<li><a href="#S176">?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO</a></li>
 </ul>
 
-<h2><a name="S164"></a>?PR?_GPIO_SETOUT?GPIO (C:0010B3H - C:0010C3H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S158">?PR?_GPIOSETBIT?GPIO</a>) Top=8 Bytes (<a href="#S174">?PR?_GPIO_SETOUTPUT?GPIO</a>)<p>
+<h2><a name="S161"></a>?PR?_GPIO_SETOUT?GPIO (C:0010B3H - C:0010C3H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S155">?PR?_GPIOSETBIT?GPIO</a>) Top=8 Bytes (<a href="#S171">?PR?_GPIO_SETOUTPUT?GPIO</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S158">?PR?_GPIOSETBIT?GPIO</a></li>
+<li><a href="#S155">?PR?_GPIOSETBIT?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S182">?PR?_GPIO_FLIPOUTBIT?GPIO</a></li>
-<li><a href="#S174">?PR?_GPIO_SETOUTPUT?GPIO</a></li>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S179">?PR?_GPIO_FLIPOUTBIT?GPIO</a></li>
+<li><a href="#S171">?PR?_GPIO_SETOUTPUT?GPIO</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 <li><a href="#S60">?PR?_KEY_FN_FUNCTION?KB_PROCESS</a></li>
-<li><a href="#S100">?PR?KB_CB_TIMER100MS?SYS</a></li>
-<li><a href="#S83">?PR?LED_DEVICE_POWEROFF?LED</a></li>
-<li><a href="#S82">?PR?LED_DEVICE_POWERON?LED</a></li>
-<li><a href="#S84">?PR?LED_HANDLE?LED</a></li>
-<li><a href="#S94">?PR?LED_TIMER500MS?SYS</a></li>
+<li><a href="#S98">?PR?KB_CB_TIMER100MS?SYS</a></li>
+<li><a href="#S82">?PR?LED_HANDLE?LED</a></li>
+<li><a href="#S92">?PR?LED_TIMER500MS?SYS</a></li>
 <li><a href="#S12">?PR?YC_UPDATE_EEPROM_DATA?BLUETOOTH</a></li>
 </ul>
 
-<h2><a name="S166"></a>?PR?_GPIO_SETPU?GPIO (C:001001H - C:001011H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S158">?PR?_GPIOSETBIT?GPIO</a>) Top=10 Bytes (<a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a>)<p>
+<h2><a name="S163"></a>?PR?_GPIO_SETPU?GPIO (C:001001H - C:001011H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S155">?PR?_GPIOSETBIT?GPIO</a>) Top=10 Bytes (<a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S158">?PR?_GPIOSETBIT?GPIO</a></li>
+<li><a href="#S155">?PR?_GPIOSETBIT?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a></li>
-<li><a href="#S174">?PR?_GPIO_SETOUTPUT?GPIO</a></li>
+<li><a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a></li>
+<li><a href="#S171">?PR?_GPIO_SETOUTPUT?GPIO</a></li>
 </ul>
 
-<h2><a name="S168"></a>?PR?_GPIO_SETPD?GPIO (C:001030H - C:001040H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S158">?PR?_GPIOSETBIT?GPIO</a>) Top=10 Bytes (<a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a>)<p>
+<h2><a name="S165"></a>?PR?_GPIO_SETPD?GPIO (C:001030H - C:001040H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S155">?PR?_GPIOSETBIT?GPIO</a>) Top=10 Bytes (<a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S158">?PR?_GPIOSETBIT?GPIO</a></li>
+<li><a href="#S155">?PR?_GPIOSETBIT?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a></li>
+<li><a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a></li>
 </ul>
 
-<h2><a name="S170"></a>?PR?_GPIO_SETOE?GPIO (C:001041H - C:001051H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S158">?PR?_GPIOSETBIT?GPIO</a>) Top=10 Bytes (<a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a>)<p>
+<h2><a name="S167"></a>?PR?_GPIO_SETOE?GPIO (C:001041H - C:001051H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S155">?PR?_GPIOSETBIT?GPIO</a>) Top=10 Bytes (<a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S158">?PR?_GPIOSETBIT?GPIO</a></li>
+<li><a href="#S155">?PR?_GPIOSETBIT?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S172">?PR?_GPIO_SETINPUT?GPIO</a></li>
-<li><a href="#S174">?PR?_GPIO_SETOUTPUT?GPIO</a></li>
+<li><a href="#S169">?PR?_GPIO_SETINPUT?GPIO</a></li>
+<li><a href="#S171">?PR?_GPIO_SETOUTPUT?GPIO</a></li>
 </ul>
 
-<h2><a name="S172"></a>?PR?_GPIO_SETINPUT?GPIO (C:001012H - C:00102FH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S168">?PR?_GPIO_SETPD?GPIO</a>) Top=8 Bytes (<a href="#S67">?PR?KSRAWINITIALIZE?KEYSCAN</a>)<p>
+<h2><a name="S169"></a>?PR?_GPIO_SETINPUT?GPIO (C:001012H - C:00102FH)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S165">?PR?_GPIO_SETPD?GPIO</a>) Top=8 Bytes (<a href="#S67">?PR?KSRAWINITIALIZE?KEYSCAN</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S170">?PR?_GPIO_SETOE?GPIO</a></li>
-<li><a href="#S168">?PR?_GPIO_SETPD?GPIO</a></li>
-<li><a href="#S166">?PR?_GPIO_SETPU?GPIO</a></li>
+<li><a href="#S167">?PR?_GPIO_SETOE?GPIO</a></li>
+<li><a href="#S165">?PR?_GPIO_SETPD?GPIO</a></li>
+<li><a href="#S163">?PR?_GPIO_SETPU?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -984,13 +955,13 @@
 <li><a href="#S67">?PR?KSRAWINITIALIZE?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S174"></a>?PR?_GPIO_SETOUTPUT?GPIO (C:000FE3H - C:001000H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S170">?PR?_GPIO_SETOE?GPIO</a>) Top=6 Bytes (<a href="#S81">?PR?LED_ALL_SHUTDOWN?LED</a>)<p>
+<h2><a name="S171"></a>?PR?_GPIO_SETOUTPUT?GPIO (C:000FE3H - C:001000H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S167">?PR?_GPIO_SETOE?GPIO</a>) Top=6 Bytes (<a href="#S81">?PR?LED_ALL_SHUTDOWN?LED</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S170">?PR?_GPIO_SETOE?GPIO</a></li>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-<li><a href="#S166">?PR?_GPIO_SETPU?GPIO</a></li>
+<li><a href="#S167">?PR?_GPIO_SETOE?GPIO</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S163">?PR?_GPIO_SETPU?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -998,11 +969,11 @@
 <li><a href="#S81">?PR?LED_ALL_SHUTDOWN?LED</a></li>
 </ul>
 
-<h2><a name="S179"></a>?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO (C:00206DH - C:00207FH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S163">?PR?_GPIO_GETINPUTSTATUS?GPIO</a>) Top=4 Bytes (<a href="#S72">?PR?KS_UNISTALL?KEYSCAN</a>)<p>
+<h2><a name="S176"></a>?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO (C:001F5DH - C:001F70H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S160">?PR?_GPIO_GETINPUTSTATUS?GPIO</a>) Top=4 Bytes (<a href="#S72">?PR?KS_UNISTALL?KEYSCAN</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S163">?PR?_GPIO_GETINPUTSTATUS?GPIO</a></li>
+<li><a href="#S160">?PR?_GPIO_GETINPUTSTATUS?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
@@ -1010,101 +981,101 @@
 <li><a href="#S72">?PR?KS_UNISTALL?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S182"></a>?PR?_GPIO_FLIPOUTBIT?GPIO (C:00162EH - C:001649H)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S161">?PR?_GPIOGETBIT?GPIO</a>) Top=4 Bytes (<a href="#S94">?PR?LED_TIMER500MS?SYS</a>)<p>
+<h2><a name="S179"></a>?PR?_GPIO_FLIPOUTBIT?GPIO (C:00148EH - C:0014A9H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S158">?PR?_GPIOGETBIT?GPIO</a>) Top=4 Bytes (<a href="#S92">?PR?LED_TIMER500MS?SYS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S164">?PR?_GPIO_SETOUT?GPIO</a></li>
-<li><a href="#S161">?PR?_GPIOGETBIT?GPIO</a></li>
+<li><a href="#S161">?PR?_GPIO_SETOUT?GPIO</a></li>
+<li><a href="#S158">?PR?_GPIOGETBIT?GPIO</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S94">?PR?LED_TIMER500MS?SYS</a></li>
+<li><a href="#S92">?PR?LED_TIMER500MS?SYS</a></li>
 </ul>
 
-<h2><a name="S185"></a>?PR?GPIO_FILLPD?GPIO (C:002151H - C:002184H)</h2>
+<h2><a name="S182"></a>?PR?GPIO_FILLPD?GPIO (C:0026A6H - C:0026D9H)</h2>
 <p><br><b>Maximum Stack:</b> Top=4 Bytes (<a href="#S72">?PR?KS_UNISTALL?KEYSCAN</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S72">?PR?KS_UNISTALL?KEYSCAN</a></li>
 </ul>
 
-<h2><a name="S188"></a>?PR?IICWAITDONE?IIC (C:00199BH - C:0019A2H)</h2>
-<p><br><b>Maximum Stack:</b> Top=16 Bytes (<a href="#S189">?PR?_IIC_READ?IIC</a>)<p>
+<h2><a name="S185"></a>?PR?IICWAITDONE?IIC (C:0017C7H - C:0017CEH)</h2>
+<p><br><b>Maximum Stack:</b> Top=16 Bytes (<a href="#S186">?PR?_IIC_READ?IIC</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S189">?PR?_IIC_READ?IIC</a></li>
-<li><a href="#S191">?PR?_IIC_WRITE?IIC</a></li>
+<li><a href="#S186">?PR?_IIC_READ?IIC</a></li>
+<li><a href="#S188">?PR?_IIC_WRITE?IIC</a></li>
 </ul>
 
-<h2><a name="S189"></a>?PR?_IIC_READ?IIC (C:0018EBH - C:00199AH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S188">?PR?IICWAITDONE?IIC</a>) Top=14 Bytes (<a href="#S11">?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH</a>)<p>
+<h2><a name="S186"></a>?PR?_IIC_READ?IIC (C:001673H - C:001722H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=2 Bytes (<a href="#S185">?PR?IICWAITDONE?IIC</a>) Top=14 Bytes (<a href="#S11">?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S147">?PR?_XMEMCPY?UTILITIES</a></li>
-<li><a href="#S188">?PR?IICWAITDONE?IIC</a></li>
+<li><a href="#S144">?PR?_XMEMCPY?UTILITIES</a></li>
+<li><a href="#S185">?PR?IICWAITDONE?IIC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 <li><a href="#S11">?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH</a></li>
 </ul>
 
-<h2><a name="S191"></a>?PR?_IIC_WRITE?IIC (C:0019A3H - C:001A3CH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S149">?PR?_DMEMCPY?UTILITIES</a>) Top=10 Bytes (<a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a>)<p>
+<h2><a name="S188"></a>?PR?_IIC_WRITE?IIC (C:0024AAH - C:002544H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=4 Bytes (<a href="#S146">?PR?_DMEMCPY?UTILITIES</a>) Top=10 Bytes (<a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S149">?PR?_DMEMCPY?UTILITIES</a></li>
-<li><a href="#S188">?PR?IICWAITDONE?IIC</a></li>
+<li><a href="#S146">?PR?_DMEMCPY?UTILITIES</a></li>
+<li><a href="#S185">?PR?IICWAITDONE?IIC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a></li>
+<li><a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a></li>
 </ul>
 
-<h2><a name="S193"></a>?PR?_IIC_WRITEBLOCK?IIC (C:001A3DH - C:001AEAH)</h2>
-<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S191">?PR?_IIC_WRITE?IIC</a>) Top=8 Bytes (<a href="#S60">?PR?_KEY_FN_FUNCTION?KB_PROCESS</a>)<p>
+<h2><a name="S190"></a>?PR?_IIC_WRITEBLOCK?IIC (C:002545H - C:0025F2H)</h2>
+<p><br><b>Maximum Stack:</b> Bottom=6 Bytes (<a href="#S188">?PR?_IIC_WRITE?IIC</a>) Top=8 Bytes (<a href="#S60">?PR?_KEY_FN_FUNCTION?KB_PROCESS</a>)<p>
 <p><br><b>Calls to:</b></p>
 <ul>
-<li><a href="#S197">?C?LIB_CODE</a></li>
-<li><a href="#S155">?PR?_DELAY1MS?UTILITIES</a></li>
-<li><a href="#S191">?PR?_IIC_WRITE?IIC</a></li>
+<li><a href="#S194">?C?LIB_CODE</a></li>
+<li><a href="#S152">?PR?_DELAY1MS?UTILITIES</a></li>
+<li><a href="#S188">?PR?_IIC_WRITE?IIC</a></li>
 </ul>
 
 <p><br><b>Called from:</b></p>
 <ul>
-<li><a href="#S93">?PR?_KB_CB_EVENT?SYS</a></li>
+<li><a href="#S91">?PR?_KB_CB_EVENT?SYS</a></li>
 <li><a href="#S60">?PR?_KEY_FN_FUNCTION?KB_PROCESS</a></li>
 <li><a href="#S12">?PR?YC_UPDATE_EEPROM_DATA?BLUETOOTH</a></li>
 </ul>
 
-<h2><a name="S197"></a>?C?LIB_CODE (C:000003H - C:000569H)</h2>
-<p><br><b>Maximum Stack:</b> Top=16 Bytes (<a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a>)<p>
+<h2><a name="S194"></a>?C?LIB_CODE (C:000003H - C:000569H)</h2>
+<p><br><b>Maximum Stack:</b> Top=16 Bytes (<a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a>)<p>
 <p><br><b>Called from:</b></p>
 <ul>
 <li><a href="#S76">?PR?_ARRAY_IS_EMPTY?KEYSCAN</a></li>
-<li><a href="#S156">?PR?_COMPARE_STR?UTILITIES</a></li>
-<li><a href="#S149">?PR?_DMEMCPY?UTILITIES</a></li>
-<li><a href="#S161">?PR?_GPIOGETBIT?GPIO</a></li>
-<li><a href="#S158">?PR?_GPIOSETBIT?GPIO</a></li>
-<li><a href="#S193">?PR?_IIC_WRITEBLOCK?IIC</a></li>
-<li><a href="#S123">?PR?_IPC_INITIALIZE?IPC</a></li>
-<li><a href="#S117">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
-<li><a href="#S113">?PR?_IPCRX?IPC</a></li>
-<li><a href="#S115">?PR?_IPCTX?IPC</a></li>
-<li><a href="#S91">?PR?_KB_CB_HID?SYS</a></li>
+<li><a href="#S153">?PR?_COMPARE_STR?UTILITIES</a></li>
+<li><a href="#S146">?PR?_DMEMCPY?UTILITIES</a></li>
+<li><a href="#S158">?PR?_GPIOGETBIT?GPIO</a></li>
+<li><a href="#S155">?PR?_GPIOSETBIT?GPIO</a></li>
+<li><a href="#S190">?PR?_IIC_WRITEBLOCK?IIC</a></li>
+<li><a href="#S120">?PR?_IPC_INITIALIZE?IPC</a></li>
+<li><a href="#S114">?PR?_IPC_TXCONTROLCMD?IPC</a></li>
+<li><a href="#S110">?PR?_IPCRX?IPC</a></li>
+<li><a href="#S112">?PR?_IPCTX?IPC</a></li>
+<li><a href="#S89">?PR?_KB_CB_HID?SYS</a></li>
 <li><a href="#S57">?PR?_KB_DEVICE_SELECT?KB_PROCESS</a></li>
 <li><a href="#S55">?PR?_KB_MOTION_KEYSCAN?KB_PROCESS</a></li>
 <li><a href="#S62">?PR?_KB_MULTIKEY_SETUP?KB_PROCESS</a></li>
-<li><a href="#S151">?PR?_XMEMCLEAR?UTILITIES</a></li>
-<li><a href="#S153">?PR?_XMEMCLEAR_FF?UTILITIES</a></li>
-<li><a href="#S147">?PR?_XMEMCPY?UTILITIES</a></li>
-<li><a href="#S127">?PR?IPC_DEALSINGLESTEP?IPC</a></li>
-<li><a href="#S107">?PR?YC_ADC_CHECK?ADC</a></li>
-<li><a href="#S105">?PR?YC_ADC_INIT?ADC</a></li>
+<li><a href="#S148">?PR?_XMEMCLEAR?UTILITIES</a></li>
+<li><a href="#S150">?PR?_XMEMCLEAR_FF?UTILITIES</a></li>
+<li><a href="#S144">?PR?_XMEMCPY?UTILITIES</a></li>
+<li><a href="#S124">?PR?IPC_DEALSINGLESTEP?IPC</a></li>
+<li><a href="#S104">?PR?YC_ADC_CHECK?ADC</a></li>
+<li><a href="#S103">?PR?YC_ADC_INIT?ADC</a></li>
 </ul>
 
 </body>
Index: c51/output/FW.MAP
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/output/FW.MAP	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/output/FW.MAP	(working copy)
@@ -1,4 +1,4 @@
-LX51 LINKER/LOCATER V4.41                                                               06/11/2020  15:30:39  PAGE 1
+LX51 LINKER/LOCATER V4.41                                                               06/13/2020  15:00:51  PAGE 1
 
 
 LX51 LINKER/LOCATER V4.41, INVOKED BY:
@@ -81,8 +81,8 @@
 
 BASE        START       END         USED      MEMORY CLASS
 ==========================================================
-X:000000H   X:004DD0H   X:004F40H   00032CH   XDATA
-C:000000H   C:000000H   C:00FFFFH   002A4AH   CODE
+X:000000H   X:004DD0H   X:004F40H   00032BH   XDATA
+C:000000H   C:000000H   C:00FFFFH   002624H   CODE
 I:000000H   I:000010H   I:00007FH   000008H   DATA
 I:000000H   I:000080H   I:0000CFH   000001H   IDATA
 C:000000H   C:000000H   C:00FFFFH   0000B6H   CONST
@@ -147,70 +147,68 @@
 001041H   001051H   000011H   BYTE   UNIT     CODE           ?PR?_GPIO_SETOE?GPIO
 001052H   0010B2H   000061H   BYTE   UNIT     CODE           ?PR?_GPIOSETBIT?GPIO
 0010B3H   0010C3H   000011H   BYTE   UNIT     CODE           ?PR?_GPIO_SETOUT?GPIO
-0010C4H   0014B4H   0003F1H   BYTE   UNIT     CODE           ?PR?_KEY_FN_FUNCTION?KB_PROCESS
-0014B5H   0014D4H   000020H   BYTE   UNIT     CODE           ?PR?_KEY_REPLACE?KB_PROCESS
-0014D5H   00159BH   0000C7H   BYTE   UNIT     CODE           ?PR?LED_HANDLE?LED
-00159CH   00162DH   000092H   BYTE   UNIT     CODE           ?PR?LED_TIMER500MS?SYS
-00162EH   001649H   00001CH   BYTE   UNIT     CODE           ?PR?_GPIO_FLIPOUTBIT?GPIO
-00164AH   001653H   00000AH   BYTE   UNIT     CODE           ?PR?SYSTEM_LONG_SLEEP?SYS
-001654H   001795H   000142H   BYTE   UNIT     CODE           ?PR?_KB_CB_EVENT?SYS
-001796H   0017A2H   00000DH   BYTE   UNIT     CODE           ?PR?YC_CHECK_IS_CONNECTED?BLUETOOTH
-0017A3H   0017ADH   00000BH   BYTE   UNIT     CODE           ?PR?KS_INITIALIZE?KEYSCAN
-0017AEH   0017CBH   00001EH   BYTE   UNIT     CODE           ?PR?KSCOLINITIALIZE?KEYSCAN
-0017CCH   0017D0H   000005H   BYTE   UNIT     CODE           ?PR?SYSTEM_HARDWARE_INIT?SYS
-0017D1H   0017EDH   00001DH   BYTE   UNIT     CODE           ?PR?KSRAWINITIALIZE?KEYSCAN
-0017EEH   0017F3H   000006H   BYTE   UNIT     CODE           ?PR?LED_DEVICE_POWERON?LED
-0017F4H   001842H   00004FH   BYTE   UNIT     CODE           ?PR?YC_CHECK_NEED_RECONNECTED?BLUETOOTH
-001843H   0018BFH   00007DH   BYTE   UNIT     CODE           ?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS
-0018C0H   0018EAH   00002BH   BYTE   UNIT     CODE           ?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH
-0018EBH   00199AH   0000B0H   BYTE   UNIT     CODE           ?PR?_IIC_READ?IIC
-00199BH   0019A2H   000008H   BYTE   UNIT     CODE           ?PR?IICWAITDONE?IIC
-0019A3H   001A3CH   00009AH   BYTE   UNIT     CODE           ?PR?_IIC_WRITE?IIC
-001A3DH   001AEAH   0000AEH   BYTE   UNIT     CODE           ?PR?_IIC_WRITEBLOCK?IIC
-001AEBH   001AF4H   00000AH   BYTE   UNIT     CODE           ?PR?YC_CLEAR_RECONNECT_FLAG?BLUETOOTH
-001AF5H   001AFEH   00000AH   BYTE   UNIT     CODE           ?PR?YC_START_RECONNECT?BLUETOOTH
-001AFFH   001B10H   000012H   BYTE   UNIT     CODE           ?PR?YC_CANCEL_RECONNECT?BLUETOOTH
-001B11H   001B28H   000018H   BYTE   UNIT     CODE           ?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH
-001B29H   001B46H   00001EH   BYTE   UNIT     CODE           ?PR?YC_PAIRING_TIMEROUT_500MS?SYS
-001B47H   001B61H   00001BH   BYTE   UNIT     CODE           ?PR?KB_CB_TIMER500MS?SYS
-001B62H   001B72H   000011H   BYTE   UNIT     CODE           ?PR?YC_ADC_CHECK_TIMER500MS?ADC
-001B73H   001B9EH   00002CH   BYTE   UNIT     CODE           ?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS
-001B9FH   001BD7H   000039H   BYTE   UNIT     CODE           ?PR?YC_CONNECT_TIMEOUT_500MS?SYS
-001BD8H   001C63H   00008CH   BYTE   UNIT     CODE           ?PR?KB_BUTTON_PRESS_TIMER500MS?SYS
-001C64H   001CA7H   000044H   BYTE   UNIT     CODE           ?PR?_DMEMCPY?UTILITIES
-001CA8H   001D87H   0000E0H   BYTE   UNIT     CODE           ?PR?YC_ADC_CHECK?ADC
-001D88H   001DE7H   000060H   BYTE   UNIT     CODE           ?PR?_KB_DEVICE_SELECT?KB_PROCESS
-001DE8H   001DF5H   00000EH   BYTE   UNIT     CODE           ?PR?_BIT_COUNT?KEYSCAN
-001DF6H   001EB2H   0000BDH   BYTE   UNIT     CODE           ?PR?_KEYIN?KEYSCAN
-001EB3H   001FC2H   000110H   BYTE   UNIT     CODE           ?PR?_KEYOUT?KEYSCAN
-001FC3H   00206CH   0000AAH   BYTE   UNIT     CODE           ?PR?KS_UNISTALL?KEYSCAN
-00206DH   00207FH   000013H   BYTE   UNIT     CODE           ?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO
-002080H   00210BH   00008CH   BYTE   UNIT     CODE           ?PR?_GPIO_SETWAKEUP?GPIO
-00210CH   002111H   000006H   BYTE   UNIT     CODE           ?PR?_GPIO_GETINPUTSTATUS?GPIO
-002112H   002150H   00003FH   BYTE   UNIT     CODE           ?PR?_GPIOGETBIT?GPIO
-002151H   002184H   000034H   BYTE   UNIT     CODE           ?PR?GPIO_FILLPD?GPIO
-002185H   0022E4H   000160H   BYTE   UNIT     CODE           ?PR?KS_SCANMATRIX?KEYSCAN
-0022E5H   0024E5H   000201H   BYTE   UNIT     CODE           ?PR?KS_GETCURRENTEVT?KEYSCAN
-0024E6H   002515H   000030H   BYTE   UNIT     CODE           ?PR?_ARRAY_IS_EMPTY?KEYSCAN
-002516H   00255FH   00004AH   BYTE   UNIT     CODE           ?PR?_COMPARE_STR?UTILITIES
-002560H   002566H   000007H   BYTE   UNIT     CODE           ?PR?LED_DEVICE_POWEROFF?LED
-002567H   0025E0H   00007AH   BYTE   UNIT     CODE           ?PR?KB_CB_TIMER100MS?SYS
-0025E1H   0025E9H   000009H   BYTE   UNIT     CODE           ?PR?SYSTEM_HARDWARE_RESET?SYS
-0025EAH   0025EBH   000002H   BYTE   UNIT     CODE           ?PR?SYSTEM_RESET_CONNECT?SYS
-0025ECH   0025FBH   000010H   BYTE   UNIT     CODE           ?PR?_KB_CB_HID?SYS
-0025FCH   002601H   000006H   BYTE   UNIT     CODE           ?PR?KB_CB_INIT?SYS
-002602H   00260EH   00000DH   BYTE   UNIT     CODE           ?PR?_IPC_INITIALIZE?IPC
-00260FH   002882H   000274H   BYTE   UNIT     CODE           ?PR?YC_ADC_INIT?ADC
-002883H   002885H   000003H   BYTE   UNIT     CODE           ?PR?MAIN?RAM
-002886H   0028DFH   00005AH   BYTE   UNIT     CODE           ?PR?_BUFSIZE?IPC
-0028E0H   00292FH   000050H   BYTE   UNIT     CODE           ?PR?_IPCRX?IPC
-002930H   002A62H   000133H   BYTE   UNIT     CODE           ?PR?IPC_DEALSINGLESTEP?IPC
-002A63H   002A68H   000006H   BYTE   UNIT     CODE           ?PR?IPC_GETBBDISCONNECTREASON?IPC
-002A69H   002A74H   00000CH   BYTE   UNIT     CODE           ?PR?IPC_ABANDONLPM?IPC
-002A75H   002A8CH   000018H   BYTE   UNIT     CODE           ?PR?IPC_ISTXBUFFEMPTY?IPC
-002A8DH   002A93H   000007H   BYTE   UNIT     CODE           ?PR?YC_ICE_BREAK?UTILITIES
-002A94H   002AC0H   00002DH   BYTE   UNIT     CODE           ?PR?_XMEMCLEAR_FF?UTILITIES
-002AC1H   002AFFH   00003FH   BYTE   UNIT     CODE           ?PR?_GPIO_CLEARWAKEUP?GPIO
+0010C4H   00118AH   0000C7H   BYTE   UNIT     CODE           ?PR?LED_HANDLE?LED
+00118BH   00121CH   000092H   BYTE   UNIT     CODE           ?PR?LED_TIMER500MS?SYS
+00121DH   001468H   00024CH   BYTE   UNIT     CODE           ?PR?_KEY_FN_FUNCTION?KB_PROCESS
+001469H   00148DH   000025H   BYTE   UNIT     CODE           ?PR?_KB_COMBINATION_KEY_PRESS?KB_PROCESS
+00148EH   0014A9H   00001CH   BYTE   UNIT     CODE           ?PR?_GPIO_FLIPOUTBIT?GPIO
+0014AAH   001528H   00007FH   BYTE   UNIT     CODE           ?PR?KB_CB_TIMER100MS?SYS
+001529H   001532H   00000AH   BYTE   UNIT     CODE           ?PR?SYSTEM_LONG_SLEEP?SYS
+001533H   001672H   000140H   BYTE   UNIT     CODE           ?PR?_KB_CB_EVENT?SYS
+001673H   001722H   0000B0H   BYTE   UNIT     CODE           ?PR?_IIC_READ?IIC
+001723H   001727H   000005H   BYTE   UNIT     CODE           ?PR?SYSTEM_HARDWARE_INIT?SYS
+001728H   001732H   00000BH   BYTE   UNIT     CODE           ?PR?KS_INITIALIZE?KEYSCAN
+001733H   001750H   00001EH   BYTE   UNIT     CODE           ?PR?KSCOLINITIALIZE?KEYSCAN
+001751H   00175DH   00000DH   BYTE   UNIT     CODE           ?PR?YC_CHECK_IS_CONNECTED?BLUETOOTH
+00175EH   00177AH   00001DH   BYTE   UNIT     CODE           ?PR?KSRAWINITIALIZE?KEYSCAN
+00177BH   001797H   00001DH   BYTE   UNIT     CODE           ?PR?YC_PAIRING_TIMEROUT_500MS?SYS
+001798H   0017B4H   00001DH   BYTE   UNIT     CODE           ?PR?KB_CB_TIMER500MS?SYS
+0017B5H   0017C6H   000012H   BYTE   UNIT     CODE           ?PR?YC_ADC_CHECK_TIMER500MS?ADC
+0017C7H   0017CEH   000008H   BYTE   UNIT     CODE           ?PR?IICWAITDONE?IIC
+0017CFH   0017D8H   00000AH   BYTE   UNIT     CODE           ?PR?YC_CLEAR_RECONNECT_FLAG?BLUETOOTH
+0017D9H   0017E0H   000008H   BYTE   UNIT     CODE           ?PR?YC_START_RECONNECT?BLUETOOTH
+0017E1H   00185EH   00007EH   BYTE   UNIT     CODE           ?PR?_YC_KEY_ACTION_HANDLE?KB_PROCESS
+00185FH   001870H   000012H   BYTE   UNIT     CODE           ?PR?YC_CANCEL_RECONNECT?BLUETOOTH
+001871H   001888H   000018H   BYTE   UNIT     CODE           ?PR?YC_DISCONNECT_ALL_LINK?BLUETOOTH
+001889H   0018B4H   00002CH   BYTE   UNIT     CODE           ?PR?YC_GET_BLE_RAMDON_LAP?BLUETOOTH
+0018B5H   0018E0H   00002CH   BYTE   UNIT     CODE           ?PR?YC_WAIT_DISCONNECT_TIMER500MS?SYS
+0018E1H   001919H   000039H   BYTE   UNIT     CODE           ?PR?YC_CONNECT_TIMEOUT_500MS?SYS
+00191AH   001969H   000050H   BYTE   UNIT     CODE           ?PR?YC_CHECK_NEED_RECONNECTED?BLUETOOTH
+00196AH   0019C9H   000060H   BYTE   UNIT     CODE           ?PR?_KB_DEVICE_SELECT?KB_PROCESS
+0019CAH   0019D7H   00000EH   BYTE   UNIT     CODE           ?PR?_BIT_COUNT?KEYSCAN
+0019D8H   001BD4H   0001FDH   BYTE   UNIT     CODE           ?PR?KS_GETCURRENTEVT?KEYSCAN
+001BD5H   001C04H   000030H   BYTE   UNIT     CODE           ?PR?_ARRAY_IS_EMPTY?KEYSCAN
+001C05H   001C4EH   00004AH   BYTE   UNIT     CODE           ?PR?_COMPARE_STR?UTILITIES
+001C4FH   001CA6H   000058H   BYTE   UNIT     CODE           ?PR?_KEYIN?KEYSCAN
+001CA7H   001D51H   0000ABH   BYTE   UNIT     CODE           ?PR?_KEYOUT?KEYSCAN
+001D52H   001EB1H   000160H   BYTE   UNIT     CODE           ?PR?KS_SCANMATRIX?KEYSCAN
+001EB2H   001F5CH   0000ABH   BYTE   UNIT     CODE           ?PR?KS_UNISTALL?KEYSCAN
+001F5DH   001F70H   000014H   BYTE   UNIT     CODE           ?PR?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO
+001F71H   001FFCH   00008CH   BYTE   UNIT     CODE           ?PR?_GPIO_SETWAKEUP?GPIO
+001FFDH   002005H   000009H   BYTE   UNIT     CODE           ?PR?SYSTEM_HARDWARE_RESET?SYS
+002006H   002007H   000002H   BYTE   UNIT     CODE           ?PR?SYSTEM_RESET_CONNECT?SYS
+002008H   002017H   000010H   BYTE   UNIT     CODE           ?PR?_KB_CB_HID?SYS
+002018H   0020A4H   00008DH   BYTE   UNIT     CODE           ?PR?KB_BUTTON_PRESS_TIMER500MS?SYS
+0020A5H   0020AAH   000006H   BYTE   UNIT     CODE           ?PR?KB_CB_INIT?SYS
+0020ABH   0020B7H   00000DH   BYTE   UNIT     CODE           ?PR?_IPC_INITIALIZE?IPC
+0020B8H   002174H   0000BDH   BYTE   UNIT     CODE           ?PR?YC_ADC_INIT?ADC
+002175H   002254H   0000E0H   BYTE   UNIT     CODE           ?PR?YC_ADC_CHECK?ADC
+002255H   002257H   000003H   BYTE   UNIT     CODE           ?PR?MAIN?RAM
+002258H   0022B1H   00005AH   BYTE   UNIT     CODE           ?PR?_BUFSIZE?IPC
+0022B2H   002301H   000050H   BYTE   UNIT     CODE           ?PR?_IPCRX?IPC
+002302H   002434H   000133H   BYTE   UNIT     CODE           ?PR?IPC_DEALSINGLESTEP?IPC
+002435H   00243AH   000006H   BYTE   UNIT     CODE           ?PR?IPC_GETBBDISCONNECTREASON?IPC
+00243BH   002446H   00000CH   BYTE   UNIT     CODE           ?PR?IPC_ABANDONLPM?IPC
+002447H   00245EH   000018H   BYTE   UNIT     CODE           ?PR?IPC_ISTXBUFFEMPTY?IPC
+00245FH   002465H   000007H   BYTE   UNIT     CODE           ?PR?YC_ICE_BREAK?UTILITIES
+002466H   0024A9H   000044H   BYTE   UNIT     CODE           ?PR?_DMEMCPY?UTILITIES
+0024AAH   002544H   00009BH   BYTE   UNIT     CODE           ?PR?_IIC_WRITE?IIC
+002545H   0025F2H   0000AEH   BYTE   UNIT     CODE           ?PR?_IIC_WRITEBLOCK?IIC
+0025F3H   00261FH   00002DH   BYTE   UNIT     CODE           ?PR?_XMEMCLEAR_FF?UTILITIES
+002620H   00265EH   00003FH   BYTE   UNIT     CODE           ?PR?_GPIOGETBIT?GPIO
+00265FH   002666H   000008H   BYTE   UNIT     CODE           ?PR?_GPIO_GETINPUTSTATUS?GPIO
+002667H   0026A5H   00003FH   BYTE   UNIT     CODE           ?PR?_GPIO_CLEARWAKEUP?GPIO
+0026A6H   0026D9H   000034H   BYTE   UNIT     CODE           ?PR?GPIO_FILLPD?GPIO
 
 * * * * * * * * * * *  X D A T A   M E M O R Y  * * * * * * * * * * * * *
 000040H   000045H   000006H   BYTE   OFFS..   XDATA          ?XD?GLOBAL_VARIABLE?25
@@ -323,12 +321,11 @@
 004EB2H   004EB2H   000001H   BYTE   UNIT     XDATA          ?XD?KSRAWINITIALIZE?KEYSCAN
 004EB3H   004EB3H   000001H   BYTE   UNIT     XDATA          ?XD?KSCOLINITIALIZE?KEYSCAN
 004EB4H   004EB4H   000001H   BYTE   UNIT     XDATA          ?XD?KS_UNISTALL?KEYSCAN
-004EB5H   004EB5H   000001H   BYTE   UNIT     XDATA          ?XD?YC_ADC_INIT?ADC
-004EB6H   004EB6H   000001H   BYTE   UNIT     XDATA          ?XD?_IPC_TXDATA?IPC
-004EB7H   004EB7H   000001H   BYTE   UNIT     XDATA          ?XD?_GPIOGETBIT?GPIO
-004EB8H   004EB8H   000001H   BYTE   UNIT     XDATA          ?XD?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO
-004EB9H   004EB9H   000001H   BYTE   UNIT     XDATA          ?XD?_GPIO_FLIPOUTBIT?GPIO
-004EBAH   00800FH   003156H   ---    ---      **GAP**
+004EB5H   004EB5H   000001H   BYTE   UNIT     XDATA          ?XD?_IPC_TXDATA?IPC
+004EB6H   004EB6H   000001H   BYTE   UNIT     XDATA          ?XD?_GPIOGETBIT?GPIO
+004EB7H   004EB7H   000001H   BYTE   UNIT     XDATA          ?XD?_GPIO_SETWAKEUPBYCURRENTSTATE?GPIO
+004EB8H   004EB8H   000001H   BYTE   UNIT     XDATA          ?XD?_GPIO_FLIPOUTBIT?GPIO
+004EB9H   00800FH   003157H   ---    ---      **GAP**
 008010H   008010H   000001H   BYTE   OFFS..   XDATA          ?XD?GLOBAL_VARIABLE?4
 
 
@@ -378,40 +375,40 @@
       00000000H   NUMBER   ---       ?C?XDATASEG
       010005B1H   CODE     ---       ?C_START
       01000000H   CODE     ---       ?C_STARTUP
-      010024E6H   CODE     ---       _array_is_empty
-      01002516H   CODE     ---       _compare_str
+      01001BD5H   CODE     ---       _array_is_empty
+      01001C05H   CODE     ---       _compare_str
       01000F6CH   CODE     ---       _Delay1ms
-      01001C64H   CODE     ---       _dmemcpy
-      01002AC1H   CODE     ---       _GPIO_ClearWakeup
-      0100162EH   CODE     ---       _GPIO_FlipOutBit
-      0100210CH   CODE     ---       _GPIO_GetInputStatus
+      01002466H   CODE     ---       _dmemcpy
+      01002667H   CODE     ---       _GPIO_ClearWakeup
+      0100148EH   CODE     ---       _GPIO_FlipOutBit
+      0100265FH   CODE     ---       _GPIO_GetInputStatus
       01001012H   CODE     ---       _GPIO_SetInput
       01001041H   CODE     ---       _GPIO_Setoe
       010010B3H   CODE     ---       _GPIO_Setout
       01000FE3H   CODE     ---       _GPIO_SetOutput
       01001030H   CODE     ---       _GPIO_SetPd
       01001001H   CODE     ---       _GPIO_SetPu
-      01002080H   CODE     ---       _GPIO_SetWakeup
-      0100206DH   CODE     ---       _GPIO_SetWakeupByCurrentState
-      010018EBH   CODE     ---       _IIC_Read
-      010019A3H   CODE     ---       _IIC_write
-      01001A3DH   CODE     ---       _IIC_WriteBlock
-      01002602H   CODE     ---       _IPC_Initialize
+      01001F71H   CODE     ---       _GPIO_SetWakeup
+      01001F5DH   CODE     ---       _GPIO_SetWakeupByCurrentState
+      01001673H   CODE     ---       _IIC_Read
+      010024AAH   CODE     ---       _IIC_write
+      01002545H   CODE     ---       _IIC_WriteBlock
+      010020ABH   CODE     ---       _IPC_Initialize
       01000ED0H   CODE     ---       _IPC_TxBleData
       01000744H   CODE     ---       _IPC_TxControlCmd
       01000ED6H   CODE     ---       _IPC_TxData
       01000DBBH   CODE     ---       _IPC_TxHidData
-      01001D88H   CODE     ---       _kb_device_select
+      01001469H   CODE     ---       _kb_combination_key_press
+      0100196AH   CODE     ---       _kb_device_select
       01000880H   CODE     ---       _kb_motion_keyscan
       01000A2BH   CODE     ---       _kb_multikey_setup
       01000DEDH   CODE     ---       _kb_send_combination_key
       01000CEEH   CODE     ---       _kb_set_multikey
-      010010C4H   CODE     ---       _key_fn_function
-      010014B5H   CODE     ---       _key_replace
+      0100121DH   CODE     ---       _key_fn_function
       01000D09H   CODE     ---       _xmemclear
-      01002A94H   CODE     ---       _xmemclear_ff
+      010025F3H   CODE     ---       _xmemclear_ff
       0100083DH   CODE     ---       _xmemcpy
-      01001843H   CODE     ---       _YC_key_action_handle
+      010017E1H   CODE     ---       _YC_key_action_handle
       010007FDH   CODE     ---       _YC_store_record_list
       02004DE2H   XDATA    BYTE      action_timeout
       02004DE4H   XDATA    ---       bd_key_record_list
@@ -429,24 +426,24 @@
       02004DD3H   XDATA    BYTE      fn_tx_flag
       02004CBFH   XDATA    ---       g_variable
       02004DD0H   XDATA    BYTE      get_24g_led_send
-      01002151H   CODE     ---       GPIO_fillpd
+      010026A6H   CODE     ---       GPIO_fillpd
       02004800H   XDATA    ---       hidBuff
       02004DDAH   XDATA    BYTE      iOS_rec_pinCode
-      01002A69H   CODE     ---       IPC_AbandonLpm
-      01002930H   CODE     ---       IPC_DealSingleStep
-      01002A63H   CODE     ---       IPC_GetBBDIsconnectReason
-      01002A75H   CODE     ---       IPC_IsTxBuffEmpty
+      0100243BH   CODE     ---       IPC_AbandonLpm
+      01002302H   CODE     ---       IPC_DealSingleStep
+      01002435H   CODE     ---       IPC_GetBBDIsconnectReason
+      01002447H   CODE     ---       IPC_IsTxBuffEmpty
       01000F61H   CODE     ---       IPC_WaitLpm
       02000550H   XDATA    ---       ipcPin
       0200054FH   XDATA    BYTE      ipcPinlen
       02000C4BH   XDATA    ---       ipcReadBuff
       02000BE7H   XDATA    ---       ipcSendBuff
-      01001BD8H   CODE     ---       kb_button_press_timer500ms
+      01002018H   CODE     ---       kb_button_press_timer500ms
       01000E27H   CODE     ---       kb_need_keyscan
-      010022E5H   CODE     ---       KS_GetCurrentEvt
-      010017A3H   CODE     ---       KS_Initialize
-      01002185H   CODE     ---       KS_ScanMatrix
-      01001FC3H   CODE     ---       KS_Unistall
+      010019D8H   CODE     ---       KS_GetCurrentEvt
+      01001728H   CODE     ---       KS_Initialize
+      01001D52H   CODE     ---       KS_ScanMatrix
+      01001EB2H   CODE     ---       KS_Unistall
       02004213H   XDATA    BYTE      kscurrmult
       02004E4EH   XDATA    ---       ksEvtPool
       01000621H   CONST    ---       ksMap
@@ -456,10 +453,8 @@
       02004D39H   XDATA    DWORD     le_pin_code
       02004DD2H   XDATA    BYTE      le_pin_code_len
       01000FCDH   CODE     ---       LED_all_shutdown
-      01002560H   CODE     ---       LED_device_poweroff
-      010017EEH   CODE     ---       LED_device_poweron
-      010014D5H   CODE     ---       LED_handle
-      0100159CH   CODE     ---       LED_timer500ms
+      010010C4H   CODE     ---       LED_handle
+      0100118BH   CODE     ---       LED_timer500ms
       02004DD5H   XDATA    BYTE      long_press_flag
       02000B7FH   XDATA    BYTE      lpm_flag
       02004C00H   XDATA    ---       m_24g_addr
@@ -486,7 +481,7 @@
       02008010H   XDATA    BYTE      m_reset_reg
       020047F4H   XDATA    WORD      m_ui_state_map
       02000B81H   XDATA    BYTE      m_wakup_from_power_flag
-      01002883H   CODE     ---       main
+      01002255H   CODE     ---       main
       02004E01H   XDATA    BYTE      mult_key_status
       02004DE3H   XDATA    BYTE      mult_key_value
       02004E02H   XDATA    ---       multikey
@@ -497,28 +492,28 @@
       02004DD6H   XDATA    BYTE      repeat_send_24g
       02004DD8H   XDATA    BYTE      standard_key_release_flag
       02004DD4H   XDATA    BYTE      switch_role_timer
-      0100164AH   CODE     ---       System_long_sleep
-      010025EAH   CODE     ---       System_Reset_Connect
+      01001529H   CODE     ---       System_long_sleep
+      01002006H   CODE     ---       System_Reset_Connect
       01000EFCH   CODE     ---       System_Software_init
-      01001CA8H   CODE     ---       YC_adc_check
-      01001B62H   CODE     ---       YC_adc_check_timer500ms
-      0100260FH   CODE     ---       YC_adc_init
-      01001AFFH   CODE     ---       YC_cancel_reconnect
-      01001796H   CODE     ---       YC_check_is_connected
-      010017F4H   CODE     ---       YC_check_need_reconnected
-      01001AEBH   CODE     ---       YC_clear_reconnect_flag
-      01001B9FH   CODE     ---       YC_connect_timeout_500ms
-      01001B11H   CODE     ---       YC_disconnect_all_link
-      010018C0H   CODE     ---       YC_get_ble_ramdon_lap
+      01002175H   CODE     ---       YC_adc_check
+      010017B5H   CODE     ---       YC_adc_check_timer500ms
+      010020B8H   CODE     ---       YC_adc_init
+      0100185FH   CODE     ---       YC_cancel_reconnect
+      01001751H   CODE     ---       YC_check_is_connected
+      0100191AH   CODE     ---       YC_check_need_reconnected
+      010017CFH   CODE     ---       YC_clear_reconnect_flag
+      010018E1H   CODE     ---       YC_connect_timeout_500ms
+      01001871H   CODE     ---       YC_disconnect_all_link
+      01001889H   CODE     ---       YC_get_ble_ramdon_lap
       020000A7H   XDATA    ---       YC_GPIOWakeupH
       020000A3H   XDATA    ---       YC_GPIOWakeupL
-      01002A8DH   CODE     ---       YC_Ice_break
+      0100245FH   CODE     ---       YC_Ice_break
       010006C2H   CODE     ---       YC_load_record_list
-      01001B29H   CODE     ---       YC_pairing_timerout_500ms
-      01001AF5H   CODE     ---       YC_start_reconnect
+      0100177BH   CODE     ---       YC_pairing_timerout_500ms
+      010017D9H   CODE     ---       YC_start_reconnect
       01000F19H   CODE     ---       YC_System_Main
       01000F84H   CODE     ---       YC_update_eeprom_data
-      01001B73H   CODE     ---       YC_wait_disconnect_timer500ms
+      010018B5H   CODE     ---       YC_wait_disconnect_timer500ms
 
 
 
@@ -528,13 +523,13 @@
       ====================================================
       ---         MODULE    ---      ---       BLUETOOTH
       01000F84H   PUBLIC    CODE     ---       YC_update_eeprom_data
-      010018C0H   PUBLIC    CODE     ---       YC_get_ble_ramdon_lap
-      01001AF5H   PUBLIC    CODE     ---       YC_start_reconnect
-      01001B11H   PUBLIC    CODE     ---       YC_disconnect_all_link
-      01001AEBH   PUBLIC    CODE     ---       YC_clear_reconnect_flag
-      01001AFFH   PUBLIC    CODE     ---       YC_cancel_reconnect
-      010017F4H   PUBLIC    CODE     ---       YC_check_need_reconnected
-      01001796H   PUBLIC    CODE     ---       YC_check_is_connected
+      01001889H   PUBLIC    CODE     ---       YC_get_ble_ramdon_lap
+      010017D9H   PUBLIC    CODE     ---       YC_start_reconnect
+      01001871H   PUBLIC    CODE     ---       YC_disconnect_all_link
+      010017CFH   PUBLIC    CODE     ---       YC_clear_reconnect_flag
+      0100185FH   PUBLIC    CODE     ---       YC_cancel_reconnect
+      0100191AH   PUBLIC    CODE     ---       YC_check_need_reconnected
+      01001751H   PUBLIC    CODE     ---       YC_check_is_connected
       010007FDH   PUBLIC    CODE     ---       _YC_store_record_list
       010006C2H   PUBLIC    CODE     ---       YC_load_record_list
 
@@ -580,95 +575,95 @@
       0100083CH   LINE      ---      ---       #44
       ---         BLOCKEND  ---      ---       LVL=0
 
-      01001796H   BLOCK     CODE     ---       LVL=0
-      01001796H   LINE      ---      ---       #47
-      01001796H   LINE      ---      ---       #48
-      01001796H   LINE      ---      ---       #49
-      0100179DH   LINE      ---      ---       #50
-      0100179DH   LINE      ---      ---       #51
-      010017A0H   LINE      ---      ---       #52
-      010017A0H   LINE      ---      ---       #53
-      010017A2H   LINE      ---      ---       #54
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      010017F4H   BLOCK     CODE     ---       LVL=0
-      010017F4H   LINE      ---      ---       #56
-      010017F4H   LINE      ---      ---       #57
-      010017F4H   BLOCK     CODE     NEAR LAB  LVL=1
-      010017F4H   LINE      ---      ---       #58
-      010017F9H   LINE      ---      ---       #59
-      01001800H   LINE      ---      ---       #60
-      01001806H   LINE      ---      ---       #61
-      0100180DH   LINE      ---      ---       #62
-      01001813H   LINE      ---      ---       #64
-      01001819H   LINE      ---      ---       #65
-      01001819H   LINE      ---      ---       #66
-      0100181FH   LINE      ---      ---       #67
-      0100181FH   LINE      ---      ---       #68
-      01001822H   LINE      ---      ---       #69
-      0100182DH   LINE      ---      ---       #71
-      0100182DH   LINE      ---      ---       #72
-      01001831H   LINE      ---      ---       #73
-      01001831H   LINE      ---      ---       #74
-      01001831H   LINE      ---      ---       #75
-      01001833H   LINE      ---      ---       #77
-      01001833H   LINE      ---      ---       #78
-      01001838H   LINE      ---      ---       #79
-      0100183DH   LINE      ---      ---       #80
-      0100183DH   LINE      ---      ---       #81
-      01001842H   LINE      ---      ---       #82
+      01001751H   BLOCK     CODE     ---       LVL=0
+      01001751H   LINE      ---      ---       #47
+      01001751H   LINE      ---      ---       #48
+      01001751H   LINE      ---      ---       #49
+      01001758H   LINE      ---      ---       #50
+      01001758H   LINE      ---      ---       #51
+      0100175BH   LINE      ---      ---       #52
+      0100175BH   LINE      ---      ---       #53
+      0100175DH   LINE      ---      ---       #54
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      0100191AH   BLOCK     CODE     ---       LVL=0
+      0100191AH   LINE      ---      ---       #56
+      0100191AH   LINE      ---      ---       #57
+      0100191AH   BLOCK     CODE     NEAR LAB  LVL=1
+      0100191AH   LINE      ---      ---       #58
+      0100191FH   LINE      ---      ---       #59
+      01001926H   LINE      ---      ---       #60
+      0100192CH   LINE      ---      ---       #61
+      01001933H   LINE      ---      ---       #62
+      01001939H   LINE      ---      ---       #64
+      0100193FH   LINE      ---      ---       #65
+      0100193FH   LINE      ---      ---       #66
+      01001945H   LINE      ---      ---       #67
+      01001945H   LINE      ---      ---       #68
+      01001948H   LINE      ---      ---       #69
+      01001953H   LINE      ---      ---       #71
+      01001953H   LINE      ---      ---       #72
+      01001958H   LINE      ---      ---       #73
+      01001958H   LINE      ---      ---       #74
+      01001958H   LINE      ---      ---       #75
+      0100195AH   LINE      ---      ---       #77
+      0100195AH   LINE      ---      ---       #78
+      0100195FH   LINE      ---      ---       #79
+      01001964H   LINE      ---      ---       #80
+      01001964H   LINE      ---      ---       #81
+      01001969H   LINE      ---      ---       #82
       02004EB0H   SYMBOL    XDATA    VOID      return_val
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01001AFFH   BLOCK     CODE     ---       LVL=0
-      01001AFFH   LINE      ---      ---       #85
-      01001AFFH   LINE      ---      ---       #86
-      01001AFFH   LINE      ---      ---       #87
-      01001B06H   LINE      ---      ---       #88
-      01001B06H   LINE      ---      ---       #90
-      01001B0BH   LINE      ---      ---       #91
-      01001B0EH   LINE      ---      ---       #92
-      01001B0EH   LINE      ---      ---       #93
-      01001B10H   LINE      ---      ---       #94
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001AEBH   BLOCK     CODE     ---       LVL=0
-      01001AEBH   LINE      ---      ---       #97
-      01001AEBH   LINE      ---      ---       #98
-      01001AEBH   LINE      ---      ---       #99
-      01001AF0H   LINE      ---      ---       #100
-      01001AF4H   LINE      ---      ---       #101
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001B11H   BLOCK     CODE     ---       LVL=0
-      01001B11H   LINE      ---      ---       #104
-      01001B11H   LINE      ---      ---       #105
-      01001B11H   LINE      ---      ---       #106
-      01001B1EH   LINE      ---      ---       #108
-      01001B1EH   LINE      ---      ---       #109
-      01001B23H   LINE      ---      ---       #110
-      01001B26H   LINE      ---      ---       #111
-      01001B26H   LINE      ---      ---       #112
-      01001B28H   LINE      ---      ---       #113
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001AF5H   BLOCK     CODE     ---       LVL=0
-      01001AF5H   LINE      ---      ---       #116
-      01001AF5H   LINE      ---      ---       #117
-      01001AF5H   LINE      ---      ---       #118
-      01001AFBH   LINE      ---      ---       #119
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      010018C0H   BLOCK     CODE     ---       LVL=0
-      010018C0H   LINE      ---      ---       #123
-      010018C0H   LINE      ---      ---       #124
-      010018C0H   LINE      ---      ---       #125
-      010018D0H   LINE      ---      ---       #126
-      010018D6H   LINE      ---      ---       #127
-      010018DAH   LINE      ---      ---       #128
-      010018E2H   LINE      ---      ---       #129
-      010018EAH   LINE      ---      ---       #130
+      0100185FH   BLOCK     CODE     ---       LVL=0
+      0100185FH   LINE      ---      ---       #85
+      0100185FH   LINE      ---      ---       #86
+      0100185FH   LINE      ---      ---       #87
+      01001866H   LINE      ---      ---       #88
+      01001866H   LINE      ---      ---       #90
+      0100186BH   LINE      ---      ---       #91
+      0100186EH   LINE      ---      ---       #92
+      0100186EH   LINE      ---      ---       #93
+      01001870H   LINE      ---      ---       #94
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      010017CFH   BLOCK     CODE     ---       LVL=0
+      010017CFH   LINE      ---      ---       #97
+      010017CFH   LINE      ---      ---       #98
+      010017CFH   LINE      ---      ---       #99
+      010017D4H   LINE      ---      ---       #100
+      010017D8H   LINE      ---      ---       #101
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01001871H   BLOCK     CODE     ---       LVL=0
+      01001871H   LINE      ---      ---       #104
+      01001871H   LINE      ---      ---       #105
+      01001871H   LINE      ---      ---       #106
+      0100187EH   LINE      ---      ---       #108
+      0100187EH   LINE      ---      ---       #109
+      01001883H   LINE      ---      ---       #110
+      01001886H   LINE      ---      ---       #111
+      01001886H   LINE      ---      ---       #112
+      01001888H   LINE      ---      ---       #113
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      010017D9H   BLOCK     CODE     ---       LVL=0
+      010017D9H   LINE      ---      ---       #116
+      010017D9H   LINE      ---      ---       #117
+      010017D9H   LINE      ---      ---       #118
+      010017DFH   LINE      ---      ---       #119
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01001889H   BLOCK     CODE     ---       LVL=0
+      01001889H   LINE      ---      ---       #123
+      01001889H   LINE      ---      ---       #124
+      01001889H   LINE      ---      ---       #125
+      0100189AH   LINE      ---      ---       #126
+      010018A0H   LINE      ---      ---       #127
+      010018A4H   LINE      ---      ---       #128
+      010018ACH   LINE      ---      ---       #129
+      010018B4H   LINE      ---      ---       #130
       ---         BLOCKEND  ---      ---       LVL=0
 
       01000F84H   BLOCK     CODE     ---       LVL=0
@@ -747,55 +742,55 @@
 
       ---         MODULE    ---      ---       KB_PROCESS
       01000A2BH   PUBLIC    CODE     ---       _kb_multikey_setup
-      010010C4H   PUBLIC    CODE     ---       _key_fn_function
-      010014B5H   PUBLIC    CODE     ---       _key_replace
-      01001D88H   PUBLIC    CODE     ---       _kb_device_select
+      0100121DH   PUBLIC    CODE     ---       _key_fn_function
+      01001469H   PUBLIC    CODE     ---       _kb_combination_key_press
+      0100196AH   PUBLIC    CODE     ---       _kb_device_select
       01000880H   PUBLIC    CODE     ---       _kb_motion_keyscan
       01000E27H   PUBLIC    CODE     ---       kb_need_keyscan
       01000DEDH   PUBLIC    CODE     ---       _kb_send_combination_key
       01000CEEH   PUBLIC    CODE     ---       _kb_set_multikey
       01000DBBH   PUBLIC    CODE     ---       _IPC_TxHidData
-      01001843H   PUBLIC    CODE     ---       _YC_key_action_handle
+      010017E1H   PUBLIC    CODE     ---       _YC_key_action_handle
 
-      01001843H   BLOCK     CODE     ---       LVL=0
-      01001843H   LINE      ---      ---       #3
-      01001848H   LINE      ---      ---       #4
-      01001848H   LINE      ---      ---       #5
-      0100185BH   LINE      ---      ---       #6
-      0100185BH   LINE      ---      ---       #7
-      0100185BH   LINE      ---      ---       #8
-      0100185BH   LINE      ---      ---       #9
-      0100185BH   LINE      ---      ---       #10
-      01001864H   LINE      ---      ---       #11
-      0100186AH   LINE      ---      ---       #12
-      0100186EH   LINE      ---      ---       #13
-      01001873H   LINE      ---      ---       #14
-      01001878H   LINE      ---      ---       #15
-      0100187DH   LINE      ---      ---       #16
-      01001882H   LINE      ---      ---       #18
-      01001883H   LINE      ---      ---       #19
-      01001883H   LINE      ---      ---       #20
-      01001888H   LINE      ---      ---       #21
-      01001888H   LINE      ---      ---       #22
-      01001888H   LINE      ---      ---       #23
-      0100188DH   LINE      ---      ---       #24
-      01001897H   LINE      ---      ---       #25
-      01001897H   LINE      ---      ---       #26
-      0100189FH   LINE      ---      ---       #27
-      010018A5H   LINE      ---      ---       #28
-      010018A6H   LINE      ---      ---       #30
-      010018A6H   LINE      ---      ---       #31
-      010018A8H   LINE      ---      ---       #32
-      010018ADH   LINE      ---      ---       #33
-      010018AFH   LINE      ---      ---       #34
-      010018B4H   LINE      ---      ---       #35
-      010018B9H   LINE      ---      ---       #36
-      010018B9H   LINE      ---      ---       #37
-      010018BAH   LINE      ---      ---       #44
-      010018BAH   LINE      ---      ---       #45
-      010018BFH   LINE      ---      ---       #46
-      010018BFH   LINE      ---      ---       #47
-      010018BFH   LINE      ---      ---       #48
+      010017E1H   BLOCK     CODE     ---       LVL=0
+      010017E1H   LINE      ---      ---       #3
+      010017E6H   LINE      ---      ---       #4
+      010017E6H   LINE      ---      ---       #5
+      010017F9H   LINE      ---      ---       #6
+      010017F9H   LINE      ---      ---       #7
+      010017F9H   LINE      ---      ---       #8
+      010017F9H   LINE      ---      ---       #9
+      010017F9H   LINE      ---      ---       #10
+      01001802H   LINE      ---      ---       #11
+      01001808H   LINE      ---      ---       #12
+      0100180CH   LINE      ---      ---       #13
+      01001811H   LINE      ---      ---       #14
+      01001816H   LINE      ---      ---       #15
+      0100181BH   LINE      ---      ---       #16
+      01001820H   LINE      ---      ---       #18
+      01001821H   LINE      ---      ---       #19
+      01001821H   LINE      ---      ---       #20
+      01001826H   LINE      ---      ---       #21
+      01001826H   LINE      ---      ---       #22
+      01001826H   LINE      ---      ---       #23
+      0100182BH   LINE      ---      ---       #24
+      01001835H   LINE      ---      ---       #25
+      01001835H   LINE      ---      ---       #26
+      0100183DH   LINE      ---      ---       #27
+      01001843H   LINE      ---      ---       #28
+      01001844H   LINE      ---      ---       #30
+      01001844H   LINE      ---      ---       #31
+      01001847H   LINE      ---      ---       #32
+      0100184CH   LINE      ---      ---       #33
+      0100184EH   LINE      ---      ---       #34
+      01001853H   LINE      ---      ---       #35
+      01001858H   LINE      ---      ---       #36
+      01001858H   LINE      ---      ---       #37
+      01001859H   LINE      ---      ---       #44
+      01001859H   LINE      ---      ---       #45
+      0100185EH   LINE      ---      ---       #46
+      0100185EH   LINE      ---      ---       #47
+      0100185EH   LINE      ---      ---       #48
       ---         BLOCKEND  ---      ---       LVL=0
 
       01000DBBH   BLOCK     CODE     ---       LVL=0
@@ -950,619 +945,495 @@
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01001D88H   BLOCK     CODE     ---       LVL=0
-      01001D88H   LINE      ---      ---       #296
-      01001D93H   LINE      ---      ---       #297
-      01001D93H   BLOCK     CODE     NEAR LAB  LVL=1
-      01001D93H   LINE      ---      ---       #298
-      01001D95H   LINE      ---      ---       #299
-      01001D96H   LINE      ---      ---       #301
-      01001D9EH   LINE      ---      ---       #302
-      01001D9EH   LINE      ---      ---       #303
-      01001DA0H   LINE      ---      ---       #305
-      01001DA6H   LINE      ---      ---       #306
-      01001DA6H   LINE      ---      ---       #307
-      01001DC2H   LINE      ---      ---       #309
-      01001DC5H   LINE      ---      ---       #310
-      01001DC5H   LINE      ---      ---       #311
-      01001DCBH   LINE      ---      ---       #312
-      01001DD2H   LINE      ---      ---       #313
-      01001DD5H   LINE      ---      ---       #314
-      01001DD5H   LINE      ---      ---       #316
-      01001DD5H   LINE      ---      ---       #317
-      01001DDCH   LINE      ---      ---       #318
-      01001DDCH   LINE      ---      ---       #319
-      01001DDEH   LINE      ---      ---       #320
-      01001DDEH   LINE      ---      ---       #322
-      01001DDEH   LINE      ---      ---       #323
-      01001DE5H   LINE      ---      ---       #324
-      01001DE5H   LINE      ---      ---       #325
-      01001DE7H   LINE      ---      ---       #326
+      0100196AH   BLOCK     CODE     ---       LVL=0
+      0100196AH   LINE      ---      ---       #296
+      01001975H   LINE      ---      ---       #297
+      01001975H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001975H   LINE      ---      ---       #298
+      01001977H   LINE      ---      ---       #299
+      01001978H   LINE      ---      ---       #301
+      01001980H   LINE      ---      ---       #302
+      01001980H   LINE      ---      ---       #303
+      01001982H   LINE      ---      ---       #305
+      01001988H   LINE      ---      ---       #306
+      01001988H   LINE      ---      ---       #307
+      010019A4H   LINE      ---      ---       #309
+      010019A7H   LINE      ---      ---       #310
+      010019A7H   LINE      ---      ---       #311
+      010019ADH   LINE      ---      ---       #312
+      010019B4H   LINE      ---      ---       #313
+      010019B7H   LINE      ---      ---       #314
+      010019B7H   LINE      ---      ---       #316
+      010019B7H   LINE      ---      ---       #317
+      010019BEH   LINE      ---      ---       #318
+      010019BEH   LINE      ---      ---       #319
+      010019C0H   LINE      ---      ---       #320
+      010019C0H   LINE      ---      ---       #322
+      010019C0H   LINE      ---      ---       #323
+      010019C7H   LINE      ---      ---       #324
+      010019C7H   LINE      ---      ---       #325
+      010019C9H   LINE      ---      ---       #326
       00000006H   SYMBOL    DATA     VOID      temp
       00000005H   SYMBOL    DATA     VOID      i
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      010014B5H   BLOCK     CODE     ---       LVL=0
-      010014B5H   LINE      ---      ---       #330
-      010014B5H   LINE      ---      ---       #331
-      010014B5H   BLOCK     CODE     NEAR LAB  LVL=1
-      010014B5H   LINE      ---      ---       #334
-      010014B7H   LINE      ---      ---       #335
-      010014BBH   LINE      ---      ---       #336
-      010014BBH   LINE      ---      ---       #337
-      010014C1H   LINE      ---      ---       #338
-      010014C3H   LINE      ---      ---       #339
-      010014C5H   LINE      ---      ---       #341
-      010014C5H   LINE      ---      ---       #342
-      010014CBH   LINE      ---      ---       #343
-      010014CBH   LINE      ---      ---       #344
-      010014CEH   LINE      ---      ---       #345
-      010014D2H   LINE      ---      ---       #346
-      010014D2H   LINE      ---      ---       #347
-      010014D2H   LINE      ---      ---       #349
-      010014D4H   LINE      ---      ---       #350
-      00000006H   SYMBOL    DATA     VOID      temp_value
-      ---         BLOCKEND  CODE     ---       LVL=1
-      ---         BLOCKEND  CODE     ---       LVL=0
-
-      010010C4H   BLOCK     CODE     ---       LVL=0
-      010010C4H   LINE      ---      ---       #355
-      010010CCH   LINE      ---      ---       #356
-      010010CCH   BLOCK     CODE     NEAR LAB  LVL=1
-      010010CCH   LINE      ---      ---       #357
-      010010CFH   LINE      ---      ---       #359
-      010010D1H   LINE      ---      ---       #361
-      010010DBH   LINE      ---      ---       #362
-      010010DBH   LINE      ---      ---       #363
-      010010EEH   LINE      ---      ---       #364
-      010010EEH   LINE      ---      ---       #365
-      010010F2H   LINE      ---      ---       #366
-      010010F2H   LINE      ---      ---       #367
-      010010F8H   LINE      ---      ---       #368
-      010010FCH   LINE      ---      ---       #369
-      010010FEH   LINE      ---      ---       #370
-      01001102H   LINE      ---      ---       #371
-      01001102H   LINE      ---      ---       #372
-      01001108H   LINE      ---      ---       #373
-      0100110EH   LINE      ---      ---       #374
-      01001110H   LINE      ---      ---       #375
-      01001114H   LINE      ---      ---       #376
-      01001114H   LINE      ---      ---       #377
-      01001119H   LINE      ---      ---       #378
-      0100111FH   LINE      ---      ---       #379
-      0100111FH   LINE      ---      ---       #380
-      01001125H   LINE      ---      ---       #381
-      01001136H   LINE      ---      ---       #382
-      01001146H   LINE      ---      ---       #383
-      01001146H   LINE      ---      ---       #386
-      0100114EH   LINE      ---      ---       #387
-      0100114EH   LINE      ---      ---       #388
-      0100115CH   LINE      ---      ---       #389
-      0100115DH   LINE      ---      ---       #390
-      0100115DH   LINE      ---      ---       #391
-      0100115DH   LINE      ---      ---       #395
-      0100118AH   LINE      ---      ---       #398
-      0100118AH   LINE      ---      ---       #400
-      010011CEH   LINE      ---      ---       #401
-      010011CEH   LINE      ---      ---       #402
-      010011CEH   LINE      ---      ---       #403
-      010011DCH   LINE      ---      ---       #404
-      010011DEH   LINE      ---      ---       #405
-      010011DEH   LINE      ---      ---       #406
-      010011EFH   LINE      ---      ---       #407
-      010011F1H   LINE      ---      ---       #408
-      010011F1H   LINE      ---      ---       #409
-      01001202H   LINE      ---      ---       #410
-      01001204H   LINE      ---      ---       #411
-      01001204H   LINE      ---      ---       #412
-      01001215H   LINE      ---      ---       #413
-      01001217H   LINE      ---      ---       #414
-      01001217H   LINE      ---      ---       #415
-      0100121FH   LINE      ---      ---       #416
-      0100121FH   LINE      ---      ---       #417
-      01001230H   LINE      ---      ---       #418
-      01001232H   LINE      ---      ---       #419
-      01001236H   LINE      ---      ---       #420
-      01001236H   LINE      ---      ---       #421
-      01001247H   LINE      ---      ---       #422
-      01001249H   LINE      ---      ---       #424
-      01001249H   LINE      ---      ---       #425
-      0100124FH   LINE      ---      ---       #426
-      01001253H   LINE      ---      ---       #428
-      0100125BH   LINE      ---      ---       #429
-      0100125BH   LINE      ---      ---       #430
-      01001262H   LINE      ---      ---       #431
-      01001267H   LINE      ---      ---       #433
-      0100126DH   LINE      ---      ---       #434
-      0100126FH   LINE      ---      ---       #436
-      0100126FH   LINE      ---      ---       #437
-      01001275H   LINE      ---      ---       #438
-      01001275H   LINE      ---      ---       #439
-      01001283H   LINE      ---      ---       #440
-      01001283H   LINE      ---      ---       #441
-      01001285H   LINE      ---      ---       #442
-      01001285H   LINE      ---      ---       #443
-      0100128DH   LINE      ---      ---       #444
-      0100128DH   LINE      ---      ---       #445
-      0100129EH   LINE      ---      ---       #446
-      010012A0H   LINE      ---      ---       #447
-      010012A4H   LINE      ---      ---       #448
-      010012A4H   LINE      ---      ---       #449
-      010012B5H   LINE      ---      ---       #450
-      010012B7H   LINE      ---      ---       #452
-      010012B7H   LINE      ---      ---       #453
-      010012BDH   LINE      ---      ---       #454
-      010012C1H   LINE      ---      ---       #456
-      010012C9H   LINE      ---      ---       #457
-      010012C9H   LINE      ---      ---       #458
-      010012D0H   LINE      ---      ---       #459
-      010012D5H   LINE      ---      ---       #461
-      010012DBH   LINE      ---      ---       #462
-      010012DDH   LINE      ---      ---       #464
-      010012DDH   LINE      ---      ---       #465
-      010012E3H   LINE      ---      ---       #466
-      010012E3H   LINE      ---      ---       #467
-      010012F1H   LINE      ---      ---       #468
-      010012F1H   LINE      ---      ---       #470
-      010012F3H   LINE      ---      ---       #471
-      010012F3H   LINE      ---      ---       #472
-      010012FCH   LINE      ---      ---       #473
-      010012FCH   LINE      ---      ---       #474
-      01001302H   LINE      ---      ---       #475
-      01001306H   LINE      ---      ---       #477
-      0100130EH   LINE      ---      ---       #478
-      0100130EH   LINE      ---      ---       #479
-      01001315H   LINE      ---      ---       #480
-      0100131AH   LINE      ---      ---       #482
-      01001320H   LINE      ---      ---       #483
-      01001326H   LINE      ---      ---       #484
-      01001328H   LINE      ---      ---       #486
-      01001328H   LINE      ---      ---       #487
-      0100132EH   LINE      ---      ---       #488
-      0100132EH   LINE      ---      ---       #489
-      0100133CH   LINE      ---      ---       #490
-      0100133EH   LINE      ---      ---       #491
-      01001342H   LINE      ---      ---       #492
-      01001342H   LINE      ---      ---       #493
-      01001353H   LINE      ---      ---       #494
-      01001355H   LINE      ---      ---       #496
-      01001355H   LINE      ---      ---       #497
-      0100135BH   LINE      ---      ---       #498
-      0100135FH   LINE      ---      ---       #500
-      01001367H   LINE      ---      ---       #501
-      01001367H   LINE      ---      ---       #502
-      0100136EH   LINE      ---      ---       #503
-      01001373H   LINE      ---      ---       #505
-      01001379H   LINE      ---      ---       #506
-      0100137BH   LINE      ---      ---       #508
-      0100137BH   LINE      ---      ---       #509
-      01001381H   LINE      ---      ---       #510
-      01001381H   LINE      ---      ---       #511
-      0100138FH   LINE      ---      ---       #512
-      0100138FH   LINE      ---      ---       #514
-      01001391H   LINE      ---      ---       #515
-      01001391H   LINE      ---      ---       #516
-      01001399H   LINE      ---      ---       #517
-      01001399H   LINE      ---      ---       #518
-      010013AAH   LINE      ---      ---       #519
-      010013ACH   LINE      ---      ---       #520
-      010013B0H   LINE      ---      ---       #521
-      010013B0H   LINE      ---      ---       #522
-      010013C1H   LINE      ---      ---       #523
-      010013C3H   LINE      ---      ---       #525
-      010013C3H   LINE      ---      ---       #526
-      010013C9H   LINE      ---      ---       #527
-      010013CDH   LINE      ---      ---       #529
-      010013D5H   LINE      ---      ---       #530
-      010013D5H   LINE      ---      ---       #531
-      010013DCH   LINE      ---      ---       #532
-      010013E1H   LINE      ---      ---       #534
-      010013E7H   LINE      ---      ---       #535
-      010013E9H   LINE      ---      ---       #537
-      010013E9H   LINE      ---      ---       #538
-      010013EFH   LINE      ---      ---       #539
-      010013EFH   LINE      ---      ---       #540
-      010013FDH   LINE      ---      ---       #541
-      010013FDH   LINE      ---      ---       #542
-      010013FFH   LINE      ---      ---       #543
-      010013FFH   LINE      ---      ---       #544
-      01001410H   LINE      ---      ---       #545
-      01001412H   LINE      ---      ---       #546
-      01001412H   LINE      ---      ---       #547
-      01001423H   LINE      ---      ---       #548
-      01001425H   LINE      ---      ---       #549
-      01001425H   LINE      ---      ---       #550
-      01001436H   LINE      ---      ---       #551
-      01001438H   LINE      ---      ---       #552
-      01001438H   LINE      ---      ---       #553
-      01001449H   LINE      ---      ---       #554
-      0100144BH   LINE      ---      ---       #555
-      0100144BH   LINE      ---      ---       #556
-      01001453H   LINE      ---      ---       #557
-      01001453H   LINE      ---      ---       #558
-      01001459H   LINE      ---      ---       #559
-      0100145BH   LINE      ---      ---       #560
-      0100145FH   LINE      ---      ---       #561
-      0100145FH   LINE      ---      ---       #562
-      01001465H   LINE      ---      ---       #563
-      01001467H   LINE      ---      ---       #565
-      01001467H   LINE      ---      ---       #566
-      0100146DH   LINE      ---      ---       #567
-      0100146DH   LINE      ---      ---       #569
-      01001473H   LINE      ---      ---       #571
-      0100147BH   LINE      ---      ---       #572
-      0100147BH   LINE      ---      ---       #573
-      01001482H   LINE      ---      ---       #574
-      01001487H   LINE      ---      ---       #576
-      0100148DH   LINE      ---      ---       #577
-      01001493H   LINE      ---      ---       #578
-      01001499H   LINE      ---      ---       #579
-      0100149BH   LINE      ---      ---       #581
-      0100149BH   LINE      ---      ---       #582
-      010014A1H   LINE      ---      ---       #583
-      010014A1H   LINE      ---      ---       #584
-      010014AFH   LINE      ---      ---       #585
-      010014AFH   LINE      ---      ---       #586
-      010014AFH   LINE      ---      ---       #587
-      010014AFH   LINE      ---      ---       #588
-      010014AFH   LINE      ---      ---       #589
-      010014AFH   LINE      ---      ---       #591
-      010014B4H   LINE      ---      ---       #592
+      01001469H   BLOCK     CODE     ---       LVL=0
+      01001469H   LINE      ---      ---       #327
+      01001469H   LINE      ---      ---       #328
+      01001469H   LINE      ---      ---       #329
+      0100146EH   LINE      ---      ---       #330
+      01001471H   LINE      ---      ---       #332
+      01001475H   LINE      ---      ---       #333
+      01001475H   LINE      ---      ---       #334
+      0100147CH   LINE      ---      ---       #335
+      01001480H   LINE      ---      ---       #337
+      01001486H   LINE      ---      ---       #338
+      01001487H   LINE      ---      ---       #340
+      01001487H   LINE      ---      ---       #341
+      0100148DH   LINE      ---      ---       #342
+      0100148DH   LINE      ---      ---       #344
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      0100121DH   BLOCK     CODE     ---       LVL=0
+      0100121DH   LINE      ---      ---       #347
+      01001225H   LINE      ---      ---       #348
+      01001225H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001225H   LINE      ---      ---       #349
+      01001228H   LINE      ---      ---       #351
+      0100122AH   LINE      ---      ---       #353
+      01001232H   LINE      ---      ---       #354
+      01001232H   LINE      ---      ---       #355
+      01001245H   LINE      ---      ---       #356
+      01001245H   LINE      ---      ---       #357
+      01001249H   LINE      ---      ---       #358
+      01001249H   LINE      ---      ---       #359
+      0100124FH   LINE      ---      ---       #360
+      01001253H   LINE      ---      ---       #361
+      01001255H   LINE      ---      ---       #362
+      01001259H   LINE      ---      ---       #363
+      01001259H   LINE      ---      ---       #364
+      0100125FH   LINE      ---      ---       #365
+      01001265H   LINE      ---      ---       #366
+      01001267H   LINE      ---      ---       #367
+      0100126BH   LINE      ---      ---       #368
+      0100126BH   LINE      ---      ---       #369
+      01001270H   LINE      ---      ---       #370
+      01001276H   LINE      ---      ---       #371
+      01001276H   LINE      ---      ---       #372
+      0100127CH   LINE      ---      ---       #373
+      01001281H   LINE      ---      ---       #374
+      01001291H   LINE      ---      ---       #375
+      01001291H   LINE      ---      ---       #378
+      01001298H   LINE      ---      ---       #379
+      01001298H   LINE      ---      ---       #380
+      0100129BH   LINE      ---      ---       #381
+      0100129DH   LINE      ---      ---       #382
+      0100129DH   LINE      ---      ---       #383
+      0100129DH   LINE      ---      ---       #387
+      010012CAH   LINE      ---      ---       #390
+      010012CAH   LINE      ---      ---       #392
+      0100130DH   LINE      ---      ---       #393
+      0100130DH   LINE      ---      ---       #394
+      0100130DH   LINE      ---      ---       #395
+      01001313H   LINE      ---      ---       #396
+      01001315H   LINE      ---      ---       #397
+      01001315H   LINE      ---      ---       #398
+      0100131BH   LINE      ---      ---       #399
+      0100131DH   LINE      ---      ---       #400
+      0100131DH   LINE      ---      ---       #401
+      01001323H   LINE      ---      ---       #402
+      01001325H   LINE      ---      ---       #403
+      01001325H   LINE      ---      ---       #404
+      0100132BH   LINE      ---      ---       #405
+      0100132DH   LINE      ---      ---       #406
+      0100132DH   LINE      ---      ---       #407
+      01001335H   LINE      ---      ---       #408
+      01001335H   LINE      ---      ---       #409
+      0100133AH   LINE      ---      ---       #410
+      0100133CH   LINE      ---      ---       #411
+      01001340H   LINE      ---      ---       #412
+      01001340H   LINE      ---      ---       #413
+      01001346H   LINE      ---      ---       #414
+      01001348H   LINE      ---      ---       #416
+      01001348H   LINE      ---      ---       #417
+      01001353H   LINE      ---      ---       #418
+      01001358H   LINE      ---      ---       #419
+      01001358H   LINE      ---      ---       #420
+      0100135AH   LINE      ---      ---       #421
+      0100135AH   LINE      ---      ---       #422
+      01001362H   LINE      ---      ---       #423
+      01001362H   LINE      ---      ---       #424
+      01001367H   LINE      ---      ---       #425
+      01001369H   LINE      ---      ---       #426
+      0100136DH   LINE      ---      ---       #427
+      0100136DH   LINE      ---      ---       #428
+      01001373H   LINE      ---      ---       #429
+      01001375H   LINE      ---      ---       #431
+      01001375H   LINE      ---      ---       #432
+      01001380H   LINE      ---      ---       #433
+      01001385H   LINE      ---      ---       #434
+      01001385H   LINE      ---      ---       #436
+      01001387H   LINE      ---      ---       #437
+      01001387H   LINE      ---      ---       #438
+      0100138FH   LINE      ---      ---       #439
+      0100138FH   LINE      ---      ---       #440
+      0100139AH   LINE      ---      ---       #441
+      010013A1H   LINE      ---      ---       #442
+      010013A1H   LINE      ---      ---       #443
+      010013A7H   LINE      ---      ---       #444
+      010013A7H   LINE      ---      ---       #445
+      010013ACH   LINE      ---      ---       #446
+      010013AEH   LINE      ---      ---       #447
+      010013B2H   LINE      ---      ---       #448
+      010013B2H   LINE      ---      ---       #449
+      010013B8H   LINE      ---      ---       #450
+      010013BAH   LINE      ---      ---       #452
+      010013BAH   LINE      ---      ---       #453
+      010013C5H   LINE      ---      ---       #454
+      010013CAH   LINE      ---      ---       #455
+      010013CAH   LINE      ---      ---       #457
+      010013CCH   LINE      ---      ---       #458
+      010013CCH   LINE      ---      ---       #459
+      010013D4H   LINE      ---      ---       #460
+      010013D4H   LINE      ---      ---       #461
+      010013DAH   LINE      ---      ---       #462
+      010013DCH   LINE      ---      ---       #463
+      010013E0H   LINE      ---      ---       #464
+      010013E0H   LINE      ---      ---       #465
+      010013E6H   LINE      ---      ---       #466
+      010013E8H   LINE      ---      ---       #468
+      010013E8H   LINE      ---      ---       #469
+      010013F3H   LINE      ---      ---       #470
+      010013F8H   LINE      ---      ---       #471
+      010013F8H   LINE      ---      ---       #472
+      010013FAH   LINE      ---      ---       #473
+      010013FAH   LINE      ---      ---       #474
+      01001400H   LINE      ---      ---       #475
+      01001402H   LINE      ---      ---       #476
+      01001402H   LINE      ---      ---       #477
+      01001408H   LINE      ---      ---       #478
+      0100140AH   LINE      ---      ---       #479
+      0100140AH   LINE      ---      ---       #480
+      01001410H   LINE      ---      ---       #481
+      01001412H   LINE      ---      ---       #482
+      01001412H   LINE      ---      ---       #483
+      01001418H   LINE      ---      ---       #484
+      0100141AH   LINE      ---      ---       #485
+      0100141AH   LINE      ---      ---       #486
+      01001422H   LINE      ---      ---       #487
+      01001422H   LINE      ---      ---       #488
+      0100142DH   LINE      ---      ---       #489
+      0100142FH   LINE      ---      ---       #490
+      01001433H   LINE      ---      ---       #491
+      01001433H   LINE      ---      ---       #492
+      0100143EH   LINE      ---      ---       #493
+      01001440H   LINE      ---      ---       #495
+      01001440H   LINE      ---      ---       #496
+      0100144BH   LINE      ---      ---       #497
+      0100144BH   LINE      ---      ---       #499
+      01001452H   LINE      ---      ---       #500
+      01001452H   LINE      ---      ---       #501
+      01001458H   LINE      ---      ---       #502
+      0100145EH   LINE      ---      ---       #503
+      0100145EH   LINE      ---      ---       #504
+      01001463H   LINE      ---      ---       #506
+      01001463H   LINE      ---      ---       #507
+      01001463H   LINE      ---      ---       #508
+      01001463H   LINE      ---      ---       #509
+      01001463H   LINE      ---      ---       #510
+      01001463H   LINE      ---      ---       #512
+      01001468H   LINE      ---      ---       #513
       02004E9AH   SYMBOL    XDATA    VOID      temp
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
       01000A2BH   BLOCK     CODE     ---       LVL=0
-      01000A2BH   LINE      ---      ---       #596
-      01000A36H   LINE      ---      ---       #597
+      01000A2BH   LINE      ---      ---       #517
+      01000A36H   LINE      ---      ---       #518
       01000A36H   BLOCK     CODE     NEAR LAB  LVL=1
-      01000A36H   LINE      ---      ---       #598
-      01000A39H   LINE      ---      ---       #600
-      01000A46H   LINE      ---      ---       #601
-      01000A46H   LINE      ---      ---       #602
-      01000A71H   LINE      ---      ---       #604
-      01000A71H   LINE      ---      ---       #605
-      01000A78H   LINE      ---      ---       #606
-      01000A78H   LINE      ---      ---       #607
-      01000A7EH   LINE      ---      ---       #608
-      01000A80H   LINE      ---      ---       #609
-      01000A84H   LINE      ---      ---       #610
-      01000A84H   LINE      ---      ---       #611
-      01000A8AH   LINE      ---      ---       #612
-      01000A8CH   LINE      ---      ---       #613
-      01000AACH   LINE      ---      ---       #614
-      01000AACH   LINE      ---      ---       #615
-      01000AB0H   LINE      ---      ---       #616
-      01000AB2H   LINE      ---      ---       #617
-      01000AB6H   LINE      ---      ---       #618
-      01000AB6H   LINE      ---      ---       #619
-      01000ABCH   LINE      ---      ---       #620
-      01000ABEH   LINE      ---      ---       #621
-      01000ADEH   LINE      ---      ---       #622
-      01000ADEH   LINE      ---      ---       #623
-      01000AE2H   LINE      ---      ---       #624
-      01000AE4H   LINE      ---      ---       #625
-      01000AE8H   LINE      ---      ---       #626
-      01000AE8H   LINE      ---      ---       #627
-      01000AEEH   LINE      ---      ---       #628
-      01000AF0H   LINE      ---      ---       #629
-      01000B10H   LINE      ---      ---       #630
-      01000B10H   LINE      ---      ---       #631
-      01000B14H   LINE      ---      ---       #632
-      01000B16H   LINE      ---      ---       #633
-      01000B1AH   LINE      ---      ---       #634
-      01000B1AH   LINE      ---      ---       #635
-      01000B20H   LINE      ---      ---       #636
-      01000B22H   LINE      ---      ---       #637
-      01000B42H   LINE      ---      ---       #638
-      01000B42H   LINE      ---      ---       #639
-      01000B47H   LINE      ---      ---       #640
-      01000B49H   LINE      ---      ---       #641
-      01000B4DH   LINE      ---      ---       #642
-      01000B4DH   LINE      ---      ---       #643
-      01000B53H   LINE      ---      ---       #644
-      01000B55H   LINE      ---      ---       #645
-      01000B75H   LINE      ---      ---       #646
-      01000B75H   LINE      ---      ---       #647
-      01000B7AH   LINE      ---      ---       #648
-      01000B7CH   LINE      ---      ---       #649
-      01000B80H   LINE      ---      ---       #650
-      01000B80H   LINE      ---      ---       #651
-      01000B86H   LINE      ---      ---       #652
-      01000B88H   LINE      ---      ---       #653
-      01000BA8H   LINE      ---      ---       #654
-      01000BA8H   LINE      ---      ---       #655
-      01000BAEH   LINE      ---      ---       #656
-      01000BB0H   LINE      ---      ---       #657
-      01000BB4H   LINE      ---      ---       #658
-      01000BB4H   LINE      ---      ---       #659
-      01000BBAH   LINE      ---      ---       #660
-      01000BBCH   LINE      ---      ---       #661
-      01000BDCH   LINE      ---      ---       #662
-      01000BDCH   LINE      ---      ---       #663
-      01000BE2H   LINE      ---      ---       #664
-      01000BE4H   LINE      ---      ---       #665
-      01000BE8H   LINE      ---      ---       #666
-      01000BE8H   LINE      ---      ---       #667
-      01000BEEH   LINE      ---      ---       #668
-      01000BF0H   LINE      ---      ---       #670
-      01000C10H   LINE      ---      ---       #671
-      01000C10H   LINE      ---      ---       #672
-      01000C16H   LINE      ---      ---       #673
-      01000C18H   LINE      ---      ---       #674
-      01000C1CH   LINE      ---      ---       #675
-      01000C1CH   LINE      ---      ---       #676
-      01000C22H   LINE      ---      ---       #677
-      01000C24H   LINE      ---      ---       #678
-      01000C44H   LINE      ---      ---       #679
-      01000C44H   LINE      ---      ---       #680
-      01000C48H   LINE      ---      ---       #681
-      01000C4AH   LINE      ---      ---       #682
-      01000C4EH   LINE      ---      ---       #683
-      01000C4EH   LINE      ---      ---       #684
-      01000C54H   LINE      ---      ---       #685
-      01000C56H   LINE      ---      ---       #686
-      01000C76H   LINE      ---      ---       #687
-      01000C76H   LINE      ---      ---       #688
-      01000C7AH   LINE      ---      ---       #689
-      01000C7CH   LINE      ---      ---       #690
-      01000C80H   LINE      ---      ---       #691
-      01000C80H   LINE      ---      ---       #692
-      01000C86H   LINE      ---      ---       #693
-      01000C88H   LINE      ---      ---       #694
-      01000CA8H   LINE      ---      ---       #695
-      01000CA8H   LINE      ---      ---       #696
-      01000CAEH   LINE      ---      ---       #697
-      01000CB0H   LINE      ---      ---       #698
-      01000CB4H   LINE      ---      ---       #699
-      01000CB4H   LINE      ---      ---       #700
-      01000CBAH   LINE      ---      ---       #701
-      01000CBAH   LINE      ---      ---       #703
-      01000CC1H   LINE      ---      ---       #704
-      01000CC1H   LINE      ---      ---       #705
-      01000CE1H   LINE      ---      ---       #706
-      01000CE5H   LINE      ---      ---       #707
-      01000CE5H   LINE      ---      ---       #708
-      01000CE5H   LINE      ---      ---       #709
-      01000CEDH   LINE      ---      ---       #710
+      01000A36H   LINE      ---      ---       #519
+      01000A39H   LINE      ---      ---       #521
+      01000A46H   LINE      ---      ---       #522
+      01000A46H   LINE      ---      ---       #523
+      01000A71H   LINE      ---      ---       #525
+      01000A71H   LINE      ---      ---       #526
+      01000A78H   LINE      ---      ---       #527
+      01000A78H   LINE      ---      ---       #528
+      01000A7EH   LINE      ---      ---       #529
+      01000A80H   LINE      ---      ---       #530
+      01000A84H   LINE      ---      ---       #531
+      01000A84H   LINE      ---      ---       #532
+      01000A8AH   LINE      ---      ---       #533
+      01000A8CH   LINE      ---      ---       #534
+      01000AACH   LINE      ---      ---       #535
+      01000AACH   LINE      ---      ---       #536
+      01000AB0H   LINE      ---      ---       #537
+      01000AB2H   LINE      ---      ---       #538
+      01000AB6H   LINE      ---      ---       #539
+      01000AB6H   LINE      ---      ---       #540
+      01000ABCH   LINE      ---      ---       #541
+      01000ABEH   LINE      ---      ---       #542
+      01000ADEH   LINE      ---      ---       #543
+      01000ADEH   LINE      ---      ---       #544
+      01000AE2H   LINE      ---      ---       #545
+      01000AE4H   LINE      ---      ---       #546
+      01000AE8H   LINE      ---      ---       #547
+      01000AE8H   LINE      ---      ---       #548
+      01000AEEH   LINE      ---      ---       #549
+      01000AF0H   LINE      ---      ---       #550
+      01000B10H   LINE      ---      ---       #551
+      01000B10H   LINE      ---      ---       #552
+      01000B14H   LINE      ---      ---       #553
+      01000B16H   LINE      ---      ---       #554
+      01000B1AH   LINE      ---      ---       #555
+      01000B1AH   LINE      ---      ---       #556
+      01000B20H   LINE      ---      ---       #557
+      01000B22H   LINE      ---      ---       #558
+      01000B42H   LINE      ---      ---       #559
+      01000B42H   LINE      ---      ---       #560
+      01000B47H   LINE      ---      ---       #561
+      01000B49H   LINE      ---      ---       #562
+      01000B4DH   LINE      ---      ---       #563
+      01000B4DH   LINE      ---      ---       #564
+      01000B53H   LINE      ---      ---       #565
+      01000B55H   LINE      ---      ---       #566
+      01000B75H   LINE      ---      ---       #567
+      01000B75H   LINE      ---      ---       #568
+      01000B7AH   LINE      ---      ---       #569
+      01000B7CH   LINE      ---      ---       #570
+      01000B80H   LINE      ---      ---       #571
+      01000B80H   LINE      ---      ---       #572
+      01000B86H   LINE      ---      ---       #573
+      01000B88H   LINE      ---      ---       #574
+      01000BA8H   LINE      ---      ---       #575
+      01000BA8H   LINE      ---      ---       #576
+      01000BAEH   LINE      ---      ---       #577
+      01000BB0H   LINE      ---      ---       #578
+      01000BB4H   LINE      ---      ---       #579
+      01000BB4H   LINE      ---      ---       #580
+      01000BBAH   LINE      ---      ---       #581
+      01000BBCH   LINE      ---      ---       #582
+      01000BDCH   LINE      ---      ---       #583
+      01000BDCH   LINE      ---      ---       #584
+      01000BE2H   LINE      ---      ---       #585
+      01000BE4H   LINE      ---      ---       #586
+      01000BE8H   LINE      ---      ---       #587
+      01000BE8H   LINE      ---      ---       #588
+      01000BEEH   LINE      ---      ---       #589
+      01000BF0H   LINE      ---      ---       #591
+      01000C10H   LINE      ---      ---       #592
+      01000C10H   LINE      ---      ---       #593
+      01000C16H   LINE      ---      ---       #594
+      01000C18H   LINE      ---      ---       #595
+      01000C1CH   LINE      ---      ---       #596
+      01000C1CH   LINE      ---      ---       #597
+      01000C22H   LINE      ---      ---       #598
+      01000C24H   LINE      ---      ---       #599
+      01000C44H   LINE      ---      ---       #600
+      01000C44H   LINE      ---      ---       #601
+      01000C48H   LINE      ---      ---       #602
+      01000C4AH   LINE      ---      ---       #603
+      01000C4EH   LINE      ---      ---       #604
+      01000C4EH   LINE      ---      ---       #605
+      01000C54H   LINE      ---      ---       #606
+      01000C56H   LINE      ---      ---       #607
+      01000C76H   LINE      ---      ---       #608
+      01000C76H   LINE      ---      ---       #609
+      01000C7AH   LINE      ---      ---       #610
+      01000C7CH   LINE      ---      ---       #611
+      01000C80H   LINE      ---      ---       #612
+      01000C80H   LINE      ---      ---       #613
+      01000C86H   LINE      ---      ---       #614
+      01000C88H   LINE      ---      ---       #615
+      01000CA8H   LINE      ---      ---       #616
+      01000CA8H   LINE      ---      ---       #617
+      01000CAEH   LINE      ---      ---       #618
+      01000CB0H   LINE      ---      ---       #619
+      01000CB4H   LINE      ---      ---       #620
+      01000CB4H   LINE      ---      ---       #621
+      01000CBAH   LINE      ---      ---       #622
+      01000CBAH   LINE      ---      ---       #624
+      01000CC1H   LINE      ---      ---       #625
+      01000CC1H   LINE      ---      ---       #626
+      01000CE1H   LINE      ---      ---       #627
+      01000CE5H   LINE      ---      ---       #628
+      01000CE5H   LINE      ---      ---       #629
+      01000CE5H   LINE      ---      ---       #630
+      01000CEDH   LINE      ---      ---       #631
       02004E85H   SYMBOL    XDATA    VOID      i
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
       ---         MODULE    ---      ---       KEYSCAN
       02004E4EH   PUBLIC    XDATA    ---       ksEvtPool
-      010022E5H   PUBLIC    CODE     ---       KS_GetCurrentEvt
-      010024E6H   PUBLIC    CODE     ---       _array_is_empty
-      01002185H   PUBLIC    CODE     ---       KS_ScanMatrix
-      01001FC3H   PUBLIC    CODE     ---       KS_Unistall
-      010017A3H   PUBLIC    CODE     ---       KS_Initialize
-
-      01001DE8H   BLOCK     CODE     ---       LVL=0
-      01001DE8H   LINE      ---      ---       #24
-      01001DE8H   LINE      ---      ---       #25
-      01001DE8H   BLOCK     CODE     NEAR LAB  LVL=1
-      01001DE8H   LINE      ---      ---       #27
-      01001DEDH   LINE      ---      ---       #28
-      01001DF0H   LINE      ---      ---       #29
-      01001DF3H   LINE      ---      ---       #30
-      01001DF5H   LINE      ---      ---       #31
+      010019D8H   PUBLIC    CODE     ---       KS_GetCurrentEvt
+      01001BD5H   PUBLIC    CODE     ---       _array_is_empty
+      01001D52H   PUBLIC    CODE     ---       KS_ScanMatrix
+      01001EB2H   PUBLIC    CODE     ---       KS_Unistall
+      01001728H   PUBLIC    CODE     ---       KS_Initialize
+
+      010019CAH   BLOCK     CODE     ---       LVL=0
+      010019CAH   LINE      ---      ---       #24
+      010019CAH   LINE      ---      ---       #25
+      010019CAH   BLOCK     CODE     NEAR LAB  LVL=1
+      010019CAH   LINE      ---      ---       #27
+      010019CFH   LINE      ---      ---       #28
+      010019D2H   LINE      ---      ---       #29
+      010019D5H   LINE      ---      ---       #30
+      010019D7H   LINE      ---      ---       #31
       00000006H   SYMBOL    DATA     VOID      c
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01001DF6H   BLOCK     CODE     ---       LVL=0
-      01001DF6H   LINE      ---      ---       #35
-      01001DF6H   LINE      ---      ---       #36
-      01001DF6H   BLOCK     CODE     NEAR LAB  LVL=1
-      01001DF6H   LINE      ---      ---       #37
-      01001DF8H   LINE      ---      ---       #39
-      01001DFCH   LINE      ---      ---       #40
-      01001DFCH   LINE      ---      ---       #41
-      01001E04H   LINE      ---      ---       #43
-      01001E04H   LINE      ---      ---       #44
-      01001E08H   LINE      ---      ---       #45
-      01001E08H   LINE      ---      ---       #46
-      01001E0FH   LINE      ---      ---       #47
-      01001E17H   LINE      ---      ---       #49
-      01001E1FH   LINE      ---      ---       #51
-      01001E1FH   LINE      ---      ---       #52
-      01001E23H   LINE      ---      ---       #53
-      01001E23H   LINE      ---      ---       #54
-      01001E2BH   LINE      ---      ---       #56
-      01001E2BH   LINE      ---      ---       #57
-      01001E2FH   LINE      ---      ---       #58
-      01001E2FH   LINE      ---      ---       #59
-      01001E37H   LINE      ---      ---       #61
-      01001E37H   LINE      ---      ---       #62
-      01001E3BH   LINE      ---      ---       #63
-      01001E3BH   LINE      ---      ---       #64
-      01001E42H   LINE      ---      ---       #65
-      01001E4AH   LINE      ---      ---       #67
-      01001E52H   LINE      ---      ---       #69
-      01001E52H   LINE      ---      ---       #70
-      01001E56H   LINE      ---      ---       #71
-      01001E56H   LINE      ---      ---       #72
-      01001E5DH   LINE      ---      ---       #73
-      01001E65H   LINE      ---      ---       #75
-      01001E6DH   LINE      ---      ---       #77
-      01001E6DH   LINE      ---      ---       #78
-      01001E71H   LINE      ---      ---       #79
-      01001E71H   LINE      ---      ---       #80
-      01001E79H   LINE      ---      ---       #82
-      01001E79H   LINE      ---      ---       #83
-      01001E7DH   LINE      ---      ---       #84
-      01001E7DH   LINE      ---      ---       #85
-      01001E85H   LINE      ---      ---       #87
-      01001E85H   LINE      ---      ---       #91
-      01001E87H   LINE      ---      ---       #92
-      01001E87H   LINE      ---      ---       #93
-      01001E96H   LINE      ---      ---       #94
-      01001E96H   LINE      ---      ---       #95
-      01001E99H   LINE      ---      ---       #96
-      01001E99H   LINE      ---      ---       #97
-      01001EA0H   LINE      ---      ---       #98
-      01001EACH   LINE      ---      ---       #99
-      01001EADH   LINE      ---      ---       #100
-      01001EADH   LINE      ---      ---       #101
-      01001EB2H   LINE      ---      ---       #102
+      01001C4FH   BLOCK     CODE     ---       LVL=0
+      01001C4FH   LINE      ---      ---       #52
+      01001C4FH   LINE      ---      ---       #53
+      01001C4FH   BLOCK     CODE     NEAR LAB  LVL=1
+      01001C4FH   LINE      ---      ---       #54
+      01001C51H   LINE      ---      ---       #56
+      01001C53H   LINE      ---      ---       #57
+      01001C5FH   LINE      ---      ---       #58
+      01001C5FH   LINE      ---      ---       #62
+      01001C79H   LINE      ---      ---       #64
+      01001C79H   LINE      ---      ---       #110
+      01001C7BH   LINE      ---      ---       #111
+      01001C7BH   LINE      ---      ---       #112
+      01001C8AH   LINE      ---      ---       #113
+      01001C8AH   LINE      ---      ---       #114
+      01001C8DH   LINE      ---      ---       #115
+      01001C8DH   LINE      ---      ---       #116
+      01001C94H   LINE      ---      ---       #117
+      01001CA0H   LINE      ---      ---       #118
+      01001CA1H   LINE      ---      ---       #119
+      01001CA1H   LINE      ---      ---       #120
+      01001CA6H   LINE      ---      ---       #121
       00000006H   SYMBOL    DATA     VOID      i
+      00000005H   SYMBOL    DATA     VOID      key_temp
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01001EB3H   BLOCK     CODE     ---       LVL=0
-      01001EB3H   LINE      ---      ---       #104
-      01001EB3H   LINE      ---      ---       #105
-      01001EB3H   BLOCK     CODE     NEAR LAB  LVL=1
-      01001EB3H   LINE      ---      ---       #106
-      01001EB5H   LINE      ---      ---       #107
-      01001EB6H   LINE      ---      ---       #109
-      01001EC4H   LINE      ---      ---       #110
-      01001EC4H   LINE      ---      ---       #111
-      01001ECBH   LINE      ---      ---       #112
-      01001ECBH   LINE      ---      ---       #113
-      01001ECEH   LINE      ---      ---       #114
-      01001ECEH   LINE      ---      ---       #115
-      01001ED0H   LINE      ---      ---       #117
-      01001ED6H   LINE      ---      ---       #120
-      01001EDAH   LINE      ---      ---       #121
-      01001EDAH   LINE      ---      ---       #122
-      01001EE2H   LINE      ---      ---       #124
-      01001EE2H   LINE      ---      ---       #125
-      01001EE6H   LINE      ---      ---       #126
-      01001EE6H   LINE      ---      ---       #127
-      01001EEDH   LINE      ---      ---       #128
-      01001EF5H   LINE      ---      ---       #130
-      01001EFDH   LINE      ---      ---       #132
-      01001EFDH   LINE      ---      ---       #133
-      01001F01H   LINE      ---      ---       #134
-      01001F01H   LINE      ---      ---       #135
-      01001F09H   LINE      ---      ---       #137
-      01001F09H   LINE      ---      ---       #138
-      01001F0DH   LINE      ---      ---       #139
-      01001F0DH   LINE      ---      ---       #140
-      01001F15H   LINE      ---      ---       #142
-      01001F15H   LINE      ---      ---       #143
-      01001F19H   LINE      ---      ---       #144
-      01001F19H   LINE      ---      ---       #145
-      01001F20H   LINE      ---      ---       #146
-      01001F28H   LINE      ---      ---       #148
-      01001F30H   LINE      ---      ---       #150
-      01001F30H   LINE      ---      ---       #151
-      01001F34H   LINE      ---      ---       #152
-      01001F34H   LINE      ---      ---       #153
-      01001F3BH   LINE      ---      ---       #154
-      01001F43H   LINE      ---      ---       #156
-      01001F4BH   LINE      ---      ---       #158
-      01001F4BH   LINE      ---      ---       #159
-      01001F4FH   LINE      ---      ---       #160
-      01001F4FH   LINE      ---      ---       #161
-      01001F57H   LINE      ---      ---       #163
-      01001F57H   LINE      ---      ---       #164
-      01001F5BH   LINE      ---      ---       #165
-      01001F5BH   LINE      ---      ---       #166
-      01001F63H   LINE      ---      ---       #168
-      01001F63H   LINE      ---      ---       #170
-      01001F65H   LINE      ---      ---       #171
-      01001F65H   LINE      ---      ---       #172
-      01001F68H   LINE      ---      ---       #173
-      01001F68H   LINE      ---      ---       #174
-      01001F76H   LINE      ---      ---       #175
-      01001F7AH   LINE      ---      ---       #176
-      01001F85H   LINE      ---      ---       #177
-      01001F85H   LINE      ---      ---       #178
-      01001F87H   LINE      ---      ---       #179
-      01001F87H   LINE      ---      ---       #180
-      01001F89H   LINE      ---      ---       #182
-      01001F89H   LINE      ---      ---       #183
-      01001FA1H   LINE      ---      ---       #184
-      01001FAEH   LINE      ---      ---       #185
-      01001FAEH   LINE      ---      ---       #186
-      01001FB2H   LINE      ---      ---       #187
-      01001FBDH   LINE      ---      ---       #188
-      01001FBDH   LINE      ---      ---       #189
-      01001FBDH   LINE      ---      ---       #190
-      01001FC2H   LINE      ---      ---       #191
+      01001CA7H   BLOCK     CODE     ---       LVL=0
+      01001CA7H   LINE      ---      ---       #123
+      01001CA7H   LINE      ---      ---       #124
+      01001CA7H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001CA7H   LINE      ---      ---       #125
+      01001CA9H   LINE      ---      ---       #126
+      01001CAAH   LINE      ---      ---       #128
+      01001CACH   LINE      ---      ---       #129
+      01001CBAH   LINE      ---      ---       #130
+      01001CBAH   LINE      ---      ---       #131
+      01001CC1H   LINE      ---      ---       #132
+      01001CC1H   LINE      ---      ---       #133
+      01001CC4H   LINE      ---      ---       #134
+      01001CC4H   LINE      ---      ---       #135
+      01001CC6H   LINE      ---      ---       #137
+      01001CCCH   LINE      ---      ---       #139
+      01001CD8H   LINE      ---      ---       #140
+      01001CD8H   LINE      ---      ---       #144
+      01001CF2H   LINE      ---      ---       #146
+      01001CF2H   LINE      ---      ---       #191
+      01001CF4H   LINE      ---      ---       #192
+      01001CF4H   LINE      ---      ---       #193
+      01001CF7H   LINE      ---      ---       #194
+      01001CF7H   LINE      ---      ---       #195
+      01001D05H   LINE      ---      ---       #196
+      01001D09H   LINE      ---      ---       #197
+      01001D14H   LINE      ---      ---       #198
+      01001D14H   LINE      ---      ---       #199
+      01001D16H   LINE      ---      ---       #200
+      01001D16H   LINE      ---      ---       #201
+      01001D18H   LINE      ---      ---       #203
+      01001D18H   LINE      ---      ---       #204
+      01001D30H   LINE      ---      ---       #205
+      01001D3DH   LINE      ---      ---       #206
+      01001D3DH   LINE      ---      ---       #207
+      01001D41H   LINE      ---      ---       #208
+      01001D4CH   LINE      ---      ---       #209
+      01001D4CH   LINE      ---      ---       #210
+      01001D4CH   LINE      ---      ---       #211
+      01001D51H   LINE      ---      ---       #212
       00000006H   SYMBOL    DATA     VOID      i
       00000005H   SYMBOL    DATA     VOID      found
+      00000004H   SYMBOL    DATA     VOID      key_temp
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      010017D1H   BLOCK     CODE     ---       LVL=0
-      010017D1H   LINE      ---      ---       #193
-      010017D1H   LINE      ---      ---       #194
-      010017D1H   BLOCK     CODE     NEAR LAB  LVL=1
-      010017D1H   LINE      ---      ---       #195
-      010017D6H   LINE      ---      ---       #197
-      010017E1H   LINE      ---      ---       #198
-      010017E5H   LINE      ---      ---       #199
-      010017EDH   LINE      ---      ---       #200
+      0100175EH   BLOCK     CODE     ---       LVL=0
+      0100175EH   LINE      ---      ---       #214
+      0100175EH   LINE      ---      ---       #215
+      0100175EH   BLOCK     CODE     NEAR LAB  LVL=1
+      0100175EH   LINE      ---      ---       #216
+      01001763H   LINE      ---      ---       #218
+      0100176EH   LINE      ---      ---       #219
+      01001772H   LINE      ---      ---       #220
+      0100177AH   LINE      ---      ---       #221
       02004EB2H   SYMBOL    XDATA    VOID      i
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      010017AEH   BLOCK     CODE     ---       LVL=0
-      010017AEH   LINE      ---      ---       #202
-      010017AEH   LINE      ---      ---       #203
-      010017AEH   BLOCK     CODE     NEAR LAB  LVL=1
-      010017AEH   LINE      ---      ---       #204
-      010017B3H   LINE      ---      ---       #205
-      010017BFH   LINE      ---      ---       #206
-      010017C3H   LINE      ---      ---       #207
-      010017CBH   LINE      ---      ---       #208
+      01001733H   BLOCK     CODE     ---       LVL=0
+      01001733H   LINE      ---      ---       #223
+      01001733H   LINE      ---      ---       #224
+      01001733H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001733H   LINE      ---      ---       #225
+      01001738H   LINE      ---      ---       #226
+      01001744H   LINE      ---      ---       #227
+      01001748H   LINE      ---      ---       #228
+      01001750H   LINE      ---      ---       #229
       02004EB3H   SYMBOL    XDATA    VOID      i
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      010017A3H   BLOCK     CODE     ---       LVL=0
-      010017A3H   LINE      ---      ---       #210
-      010017A3H   LINE      ---      ---       #211
-      010017A3H   LINE      ---      ---       #212
-      010017A8H   LINE      ---      ---       #213
-      010017AAH   LINE      ---      ---       #214
-      010017ACH   LINE      ---      ---       #215
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001FC3H   BLOCK     CODE     ---       LVL=0
-      01001FC3H   LINE      ---      ---       #219
-      01001FC3H   LINE      ---      ---       #220
-      01001FC3H   BLOCK     CODE     NEAR LAB  LVL=1
-      01001FC3H   LINE      ---      ---       #221
-      01001FC5H   LINE      ---      ---       #222
-      01001FC9H   LINE      ---      ---       #223
-      01001FCAH   LINE      ---      ---       #224
-      01001FCBH   LINE      ---      ---       #225
-      01001FD2H   LINE      ---      ---       #226
-      01001FDBH   LINE      ---      ---       #227
-      01001FEBH   LINE      ---      ---       #228
-      01001FFEH   LINE      ---      ---       #229
-      0100200BH   LINE      ---      ---       #230
-      01002018H   LINE      ---      ---       #231
-      0100201BH   LINE      ---      ---       #233
-      0100201DH   LINE      ---      ---       #235
-      01002025H   LINE      ---      ---       #236
-      0100202DH   LINE      ---      ---       #237
-      0100202DH   LINE      ---      ---       #238
-      01002033H   LINE      ---      ---       #239
-      01002033H   LINE      ---      ---       #240
-      01002037H   LINE      ---      ---       #241
-      0100203BH   LINE      ---      ---       #242
-      0100203FH   LINE      ---      ---       #243
-      01002043H   LINE      ---      ---       #244
-      01002047H   LINE      ---      ---       #245
-      0100204BH   LINE      ---      ---       #246
-      0100204FH   LINE      ---      ---       #247
-      01002053H   LINE      ---      ---       #248
-      01002053H   LINE      ---      ---       #250
-      01002053H   LINE      ---      ---       #251
-      0100205CH   LINE      ---      ---       #252
-      01002062H   LINE      ---      ---       #253
-      01002062H   LINE      ---      ---       #255
-      01002063H   LINE      ---      ---       #257
-      01002063H   LINE      ---      ---       #258
-      01002068H   LINE      ---      ---       #259
-      0100206CH   LINE      ---      ---       #260
-      0100206CH   LINE      ---      ---       #261
+      01001728H   BLOCK     CODE     ---       LVL=0
+      01001728H   LINE      ---      ---       #231
+      01001728H   LINE      ---      ---       #232
+      01001728H   LINE      ---      ---       #233
+      0100172DH   LINE      ---      ---       #234
+      0100172FH   LINE      ---      ---       #235
+      01001731H   LINE      ---      ---       #236
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01001EB2H   BLOCK     CODE     ---       LVL=0
+      01001EB2H   LINE      ---      ---       #240
+      01001EB2H   LINE      ---      ---       #241
+      01001EB2H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001EB2H   LINE      ---      ---       #242
+      01001EB4H   LINE      ---      ---       #243
+      01001EB8H   LINE      ---      ---       #244
+      01001EB9H   LINE      ---      ---       #245
+      01001EBAH   LINE      ---      ---       #246
+      01001EC1H   LINE      ---      ---       #247
+      01001ECAH   LINE      ---      ---       #248
+      01001EDAH   LINE      ---      ---       #249
+      01001EEDH   LINE      ---      ---       #250
+      01001EFAH   LINE      ---      ---       #251
+      01001F07H   LINE      ---      ---       #252
+      01001F0AH   LINE      ---      ---       #254
+      01001F0DH   LINE      ---      ---       #256
+      01001F15H   LINE      ---      ---       #257
+      01001F1DH   LINE      ---      ---       #258
+      01001F1DH   LINE      ---      ---       #259
+      01001F23H   LINE      ---      ---       #260
+      01001F23H   LINE      ---      ---       #261
+      01001F27H   LINE      ---      ---       #262
+      01001F2BH   LINE      ---      ---       #263
+      01001F2FH   LINE      ---      ---       #264
+      01001F33H   LINE      ---      ---       #265
+      01001F37H   LINE      ---      ---       #266
+      01001F3BH   LINE      ---      ---       #267
+      01001F3FH   LINE      ---      ---       #268
+      01001F43H   LINE      ---      ---       #269
+      01001F43H   LINE      ---      ---       #271
+      01001F43H   LINE      ---      ---       #272
+      01001F4CH   LINE      ---      ---       #273
+      01001F52H   LINE      ---      ---       #274
+      01001F52H   LINE      ---      ---       #276
+      01001F53H   LINE      ---      ---       #278
+      01001F53H   LINE      ---      ---       #279
+      01001F58H   LINE      ---      ---       #280
+      01001F5CH   LINE      ---      ---       #281
+      01001F5CH   LINE      ---      ---       #282
       00000007H   SYMBOL    DATA     VOID      i
       02004EB4H   SYMBOL    XDATA    VOID      temp
       00000006H   SYMBOL    DATA     VOID      tgroup
@@ -1570,33 +1441,33 @@
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01002185H   BLOCK     CODE     ---       LVL=0
-      01002185H   LINE      ---      ---       #264
-      01002185H   LINE      ---      ---       #265
-      01002185H   BLOCK     CODE     NEAR LAB  LVL=1
-      01002185H   LINE      ---      ---       #266
-      01002187H   LINE      ---      ---       #267
-      0100218BH   LINE      ---      ---       #268
-      0100218CH   LINE      ---      ---       #269
-      0100218DH   LINE      ---      ---       #270
-      0100218FH   LINE      ---      ---       #271
-      01002191H   LINE      ---      ---       #272
-      01002193H   LINE      ---      ---       #273
-      0100219AH   LINE      ---      ---       #274
-      010021A3H   LINE      ---      ---       #275
-      010021B3H   LINE      ---      ---       #276
-      01002213H   LINE      ---      ---       #277
-      01002216H   LINE      ---      ---       #279
-      0100221FH   LINE      ---      ---       #280
-      01002228H   LINE      ---      ---       #281
-      01002238H   LINE      ---      ---       #282
-      01002298H   LINE      ---      ---       #283
-      0100229BH   LINE      ---      ---       #285
-      010022A4H   LINE      ---      ---       #286
-      010022BEH   LINE      ---      ---       #287
-      010022E1H   LINE      ---      ---       #288
-      010022E1H   LINE      ---      ---       #289
-      010022E4H   LINE      ---      ---       #290
+      01001D52H   BLOCK     CODE     ---       LVL=0
+      01001D52H   LINE      ---      ---       #285
+      01001D52H   LINE      ---      ---       #286
+      01001D52H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001D52H   LINE      ---      ---       #287
+      01001D54H   LINE      ---      ---       #288
+      01001D58H   LINE      ---      ---       #289
+      01001D59H   LINE      ---      ---       #290
+      01001D5AH   LINE      ---      ---       #291
+      01001D5CH   LINE      ---      ---       #292
+      01001D5EH   LINE      ---      ---       #293
+      01001D60H   LINE      ---      ---       #294
+      01001D67H   LINE      ---      ---       #295
+      01001D70H   LINE      ---      ---       #296
+      01001D80H   LINE      ---      ---       #297
+      01001DE0H   LINE      ---      ---       #298
+      01001DE3H   LINE      ---      ---       #300
+      01001DECH   LINE      ---      ---       #301
+      01001DF5H   LINE      ---      ---       #302
+      01001E05H   LINE      ---      ---       #303
+      01001E65H   LINE      ---      ---       #304
+      01001E68H   LINE      ---      ---       #306
+      01001E71H   LINE      ---      ---       #307
+      01001E8BH   LINE      ---      ---       #308
+      01001EAEH   LINE      ---      ---       #309
+      01001EAEH   LINE      ---      ---       #310
+      01001EB1H   LINE      ---      ---       #311
       00000007H   SYMBOL    DATA     VOID      i
       02004E86H   SYMBOL    XDATA    VOID      j
       00000006H   SYMBOL    DATA     VOID      tgroup
@@ -1607,109 +1478,109 @@
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      010024E6H   BLOCK     CODE     ---       LVL=0
-      010024E6H   LINE      ---      ---       #292
-      010024F1H   LINE      ---      ---       #293
-      010024F1H   BLOCK     CODE     NEAR LAB  LVL=1
-      010024F1H   LINE      ---      ---       #295
-      010024F8H   LINE      ---      ---       #296
-      010024F8H   LINE      ---      ---       #297
-      0100250DH   LINE      ---      ---       #298
-      01002510H   LINE      ---      ---       #299
-      01002513H   LINE      ---      ---       #300
-      01002515H   LINE      ---      ---       #301
+      01001BD5H   BLOCK     CODE     ---       LVL=0
+      01001BD5H   LINE      ---      ---       #313
+      01001BE0H   LINE      ---      ---       #314
+      01001BE0H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001BE0H   LINE      ---      ---       #316
+      01001BE7H   LINE      ---      ---       #317
+      01001BE7H   LINE      ---      ---       #318
+      01001BFCH   LINE      ---      ---       #319
+      01001BFFH   LINE      ---      ---       #320
+      01001C02H   LINE      ---      ---       #321
+      01001C04H   LINE      ---      ---       #322
       00000007H   SYMBOL    DATA     VOID      i
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      010022E5H   BLOCK     CODE     ---       LVL=0
-      010022E5H   LINE      ---      ---       #304
-      010022E5H   LINE      ---      ---       #305
-      010022E5H   BLOCK     CODE     NEAR LAB  LVL=1
-      010022E5H   LINE      ---      ---       #307
-      010022EAH   LINE      ---      ---       #308
-      010022ECH   LINE      ---      ---       #309
-      010022EEH   LINE      ---      ---       #310
-      010022F0H   LINE      ---      ---       #311
-      010022F2H   LINE      ---      ---       #312
-      010022F4H   LINE      ---      ---       #313
-      010022F6H   LINE      ---      ---       #314
-      010022F8H   LINE      ---      ---       #315
-      010022FAH   LINE      ---      ---       #316
-      010022FCH   LINE      ---      ---       #317
-      010022FEH   LINE      ---      ---       #318
-      01002300H   LINE      ---      ---       #319
-      01002302H   LINE      ---      ---       #320
-      01002304H   LINE      ---      ---       #322
-      01002306H   LINE      ---      ---       #324
-      01002334H   LINE      ---      ---       #326
-      01002334H   LINE      ---      ---       #327
-      0100233BH   LINE      ---      ---       #328
-      0100233DH   LINE      ---      ---       #330
-      0100233DH   LINE      ---      ---       #331
-      01002344H   LINE      ---      ---       #332
-      01002349H   LINE      ---      ---       #333
-      01002349H   LINE      ---      ---       #335
-      01002359H   LINE      ---      ---       #336
-      01002368H   LINE      ---      ---       #337
-      0100236CH   LINE      ---      ---       #338
-      01002372H   LINE      ---      ---       #339
-      01002378H   LINE      ---      ---       #340
-      01002381H   LINE      ---      ---       #341
-      01002381H   LINE      ---      ---       #342
-      01002389H   LINE      ---      ---       #343
-      01002391H   LINE      ---      ---       #344
-      01002399H   LINE      ---      ---       #345
-      010023A6H   LINE      ---      ---       #346
-      010023C5H   LINE      ---      ---       #347
-      010023CBH   LINE      ---      ---       #348
-      010023CDH   LINE      ---      ---       #349
-      010023CDH   LINE      ---      ---       #350
-      010023D2H   LINE      ---      ---       #351
-      010023D2H   LINE      ---      ---       #353
-      010023E4H   LINE      ---      ---       #354
-      010023E4H   LINE      ---      ---       #355
-      01002400H   LINE      ---      ---       #356
-      01002413H   LINE      ---      ---       #357
-      01002419H   LINE      ---      ---       #358
-      01002419H   LINE      ---      ---       #359
-      0100241BH   LINE      ---      ---       #360
-      0100241DH   LINE      ---      ---       #362
-      0100241DH   LINE      ---      ---       #364
-      01002423H   LINE      ---      ---       #365
-      0100242AH   LINE      ---      ---       #366
-      01002442H   LINE      ---      ---       #367
-      01002451H   LINE      ---      ---       #368
-      01002451H   LINE      ---      ---       #369
-      01002456H   LINE      ---      ---       #370
-      01002456H   LINE      ---      ---       #371
-      01002467H   LINE      ---      ---       #372
-      0100247BH   LINE      ---      ---       #373
-      01002482H   LINE      ---      ---       #374
-      01002482H   LINE      ---      ---       #375
-      0100248AH   LINE      ---      ---       #376
-      0100248CH   LINE      ---      ---       #378
-      0100248CH   LINE      ---      ---       #379
-      01002494H   LINE      ---      ---       #380
-      01002494H   LINE      ---      ---       #381
-      01002494H   LINE      ---      ---       #382
-      0100249CH   LINE      ---      ---       #383
-      010024A4H   LINE      ---      ---       #384
-      010024ACH   LINE      ---      ---       #385
-      010024B2H   LINE      ---      ---       #386
-      010024B2H   LINE      ---      ---       #387
-      010024BAH   LINE      ---      ---       #389
-      010024C8H   LINE      ---      ---       #390
-      010024C8H   LINE      ---      ---       #391
-      010024CBH   LINE      ---      ---       #392
-      010024CBH   LINE      ---      ---       #395
-      010024D8H   LINE      ---      ---       #396
-      010024D8H   LINE      ---      ---       #397
-      010024DFH   LINE      ---      ---       #398
-      010024DFH   LINE      ---      ---       #400
-      010024DFH   LINE      ---      ---       #401
-      010024E5H   LINE      ---      ---       #402
-      010024E5H   LINE      ---      ---       #405
+      010019D8H   BLOCK     CODE     ---       LVL=0
+      010019D8H   LINE      ---      ---       #325
+      010019D8H   LINE      ---      ---       #326
+      010019D8H   BLOCK     CODE     NEAR LAB  LVL=1
+      010019D8H   LINE      ---      ---       #328
+      010019DDH   LINE      ---      ---       #329
+      010019DFH   LINE      ---      ---       #330
+      010019E1H   LINE      ---      ---       #331
+      010019E3H   LINE      ---      ---       #332
+      010019E5H   LINE      ---      ---       #333
+      010019E7H   LINE      ---      ---       #334
+      010019E9H   LINE      ---      ---       #335
+      010019EBH   LINE      ---      ---       #336
+      010019EDH   LINE      ---      ---       #337
+      010019EFH   LINE      ---      ---       #338
+      010019F1H   LINE      ---      ---       #339
+      010019F3H   LINE      ---      ---       #340
+      010019F5H   LINE      ---      ---       #341
+      010019F7H   LINE      ---      ---       #343
+      010019F9H   LINE      ---      ---       #345
+      01001A27H   LINE      ---      ---       #347
+      01001A27H   LINE      ---      ---       #348
+      01001A2EH   LINE      ---      ---       #349
+      01001A30H   LINE      ---      ---       #351
+      01001A30H   LINE      ---      ---       #352
+      01001A37H   LINE      ---      ---       #353
+      01001A3CH   LINE      ---      ---       #354
+      01001A3CH   LINE      ---      ---       #356
+      01001A4CH   LINE      ---      ---       #357
+      01001A5BH   LINE      ---      ---       #358
+      01001A5FH   LINE      ---      ---       #359
+      01001A65H   LINE      ---      ---       #360
+      01001A6BH   LINE      ---      ---       #361
+      01001A73H   LINE      ---      ---       #362
+      01001A73H   LINE      ---      ---       #363
+      01001A7BH   LINE      ---      ---       #364
+      01001A83H   LINE      ---      ---       #365
+      01001A8BH   LINE      ---      ---       #366
+      01001A97H   LINE      ---      ---       #367
+      01001AB6H   LINE      ---      ---       #368
+      01001ABCH   LINE      ---      ---       #369
+      01001ABEH   LINE      ---      ---       #370
+      01001ABEH   LINE      ---      ---       #371
+      01001AC3H   LINE      ---      ---       #372
+      01001AC3H   LINE      ---      ---       #374
+      01001AD5H   LINE      ---      ---       #375
+      01001AD5H   LINE      ---      ---       #376
+      01001AF1H   LINE      ---      ---       #377
+      01001B04H   LINE      ---      ---       #378
+      01001B0AH   LINE      ---      ---       #379
+      01001B0AH   LINE      ---      ---       #380
+      01001B0CH   LINE      ---      ---       #381
+      01001B0EH   LINE      ---      ---       #383
+      01001B0EH   LINE      ---      ---       #385
+      01001B14H   LINE      ---      ---       #386
+      01001B1BH   LINE      ---      ---       #387
+      01001B33H   LINE      ---      ---       #388
+      01001B42H   LINE      ---      ---       #389
+      01001B42H   LINE      ---      ---       #390
+      01001B47H   LINE      ---      ---       #391
+      01001B47H   LINE      ---      ---       #392
+      01001B58H   LINE      ---      ---       #393
+      01001B6CH   LINE      ---      ---       #394
+      01001B73H   LINE      ---      ---       #395
+      01001B73H   LINE      ---      ---       #396
+      01001B7AH   LINE      ---      ---       #397
+      01001B7CH   LINE      ---      ---       #399
+      01001B7CH   LINE      ---      ---       #400
+      01001B83H   LINE      ---      ---       #401
+      01001B83H   LINE      ---      ---       #402
+      01001B83H   LINE      ---      ---       #403
+      01001B8BH   LINE      ---      ---       #404
+      01001B93H   LINE      ---      ---       #405
+      01001B9BH   LINE      ---      ---       #406
+      01001BA1H   LINE      ---      ---       #407
+      01001BA1H   LINE      ---      ---       #408
+      01001BA9H   LINE      ---      ---       #410
+      01001BB7H   LINE      ---      ---       #411
+      01001BB7H   LINE      ---      ---       #412
+      01001BBAH   LINE      ---      ---       #413
+      01001BBAH   LINE      ---      ---       #416
+      01001BC7H   LINE      ---      ---       #417
+      01001BC7H   LINE      ---      ---       #418
+      01001BCEH   LINE      ---      ---       #419
+      01001BCEH   LINE      ---      ---       #421
+      01001BCEH   LINE      ---      ---       #422
+      01001BD4H   LINE      ---      ---       #423
+      01001BD4H   LINE      ---      ---       #426
       02004E2FH   SYMBOL    XDATA    VOID      i
       02004E30H   SYMBOL    XDATA    VOID      j
       02004E31H   SYMBOL    XDATA    VOID      temp
@@ -1728,9 +1599,7 @@
       ---         BLOCKEND  CODE     ---       LVL=0
 
       ---         MODULE    ---      ---       LED
-      010014D5H   PUBLIC    CODE     ---       LED_handle
-      01002560H   PUBLIC    CODE     ---       LED_device_poweroff
-      010017EEH   PUBLIC    CODE     ---       LED_device_poweron
+      010010C4H   PUBLIC    CODE     ---       LED_handle
       01000FCDH   PUBLIC    CODE     ---       LED_all_shutdown
 
       01000FCDH   BLOCK     CODE     ---       LVL=0
@@ -1742,90 +1611,78 @@
       01000FDFH   LINE      ---      ---       #9
       ---         BLOCKEND  ---      ---       LVL=0
 
-      010017EEH   BLOCK     CODE     ---       LVL=0
-      010017EEH   LINE      ---      ---       #13
-      010017EEH   LINE      ---      ---       #14
-      010017EEH   LINE      ---      ---       #15
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01002560H   BLOCK     CODE     ---       LVL=0
-      01002560H   LINE      ---      ---       #18
-      01002560H   LINE      ---      ---       #19
-      01002560H   LINE      ---      ---       #20
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      010014D5H   BLOCK     CODE     ---       LVL=0
-      010014D5H   LINE      ---      ---       #24
-      010014D5H   LINE      ---      ---       #25
-      010014D5H   LINE      ---      ---       #26
-      010014DFH   LINE      ---      ---       #29
-      010014E7H   LINE      ---      ---       #30
-      010014E7H   LINE      ---      ---       #32
-      010014EEH   LINE      ---      ---       #33
-      010014EEH   LINE      ---      ---       #34
-      010014F0H   LINE      ---      ---       #35
-      010014F2H   LINE      ---      ---       #36
-      010014F9H   LINE      ---      ---       #37
-      010014F9H   LINE      ---      ---       #38
-      010014FFH   LINE      ---      ---       #39
-      010014FFH   LINE      ---      ---       #40
-      01001505H   LINE      ---      ---       #41
-      0100150BH   LINE      ---      ---       #42
-      0100150BH   LINE      ---      ---       #43
-      0100150DH   LINE      ---      ---       #45
-      0100150DH   LINE      ---      ---       #46
-      01001514H   LINE      ---      ---       #47
-      01001514H   LINE      ---      ---       #48
-      01001516H   LINE      ---      ---       #49
-      0100151AH   LINE      ---      ---       #50
-      01001520H   LINE      ---      ---       #51
-      01001520H   LINE      ---      ---       #52
-      01001520H   LINE      ---      ---       #55
-      01001525H   LINE      ---      ---       #56
-      01001525H   LINE      ---      ---       #57
-      01001531H   LINE      ---      ---       #58
-      01001531H   LINE      ---      ---       #60
-      01001535H   LINE      ---      ---       #61
-      01001535H   LINE      ---      ---       #62
-      0100153FH   LINE      ---      ---       #63
-      01001545H   LINE      ---      ---       #64
-      01001547H   LINE      ---      ---       #66
-      01001547H   LINE      ---      ---       #67
-      0100154DH   LINE      ---      ---       #68
-      01001554H   LINE      ---      ---       #69
-      01001554H   LINE      ---      ---       #72
-      0100155BH   LINE      ---      ---       #73
-      0100155BH   LINE      ---      ---       #74
-      01001565H   LINE      ---      ---       #75
-      0100156BH   LINE      ---      ---       #76
-      0100156DH   LINE      ---      ---       #78
-      0100156DH   LINE      ---      ---       #79
-      01001573H   LINE      ---      ---       #80
-      0100157AH   LINE      ---      ---       #81
-      0100157AH   LINE      ---      ---       #88
-      01001582H   LINE      ---      ---       #89
-      01001582H   LINE      ---      ---       #90
-      01001583H   LINE      ---      ---       #92
-      01001583H   LINE      ---      ---       #93
-      01001589H   LINE      ---      ---       #94
-      0100158FH   LINE      ---      ---       #95
-      01001595H   LINE      ---      ---       #96
-      01001595H   LINE      ---      ---       #97
-      01001595H   LINE      ---      ---       #99
-      01001595H   LINE      ---      ---       #100
-      0100159BH   LINE      ---      ---       #101
-      0100159BH   LINE      ---      ---       #103
+      010010C4H   BLOCK     CODE     ---       LVL=0
+      010010C4H   LINE      ---      ---       #14
+      010010C4H   LINE      ---      ---       #15
+      010010C4H   LINE      ---      ---       #16
+      010010CEH   LINE      ---      ---       #19
+      010010D6H   LINE      ---      ---       #20
+      010010D6H   LINE      ---      ---       #22
+      010010DDH   LINE      ---      ---       #23
+      010010DDH   LINE      ---      ---       #24
+      010010DFH   LINE      ---      ---       #25
+      010010E1H   LINE      ---      ---       #26
+      010010E8H   LINE      ---      ---       #27
+      010010E8H   LINE      ---      ---       #28
+      010010EEH   LINE      ---      ---       #29
+      010010EEH   LINE      ---      ---       #30
+      010010F4H   LINE      ---      ---       #31
+      010010FAH   LINE      ---      ---       #32
+      010010FAH   LINE      ---      ---       #33
+      010010FCH   LINE      ---      ---       #35
+      010010FCH   LINE      ---      ---       #36
+      01001103H   LINE      ---      ---       #37
+      01001103H   LINE      ---      ---       #38
+      01001105H   LINE      ---      ---       #39
+      01001109H   LINE      ---      ---       #40
+      0100110FH   LINE      ---      ---       #41
+      0100110FH   LINE      ---      ---       #42
+      0100110FH   LINE      ---      ---       #45
+      01001114H   LINE      ---      ---       #46
+      01001114H   LINE      ---      ---       #47
+      01001120H   LINE      ---      ---       #48
+      01001120H   LINE      ---      ---       #50
+      01001124H   LINE      ---      ---       #51
+      01001124H   LINE      ---      ---       #52
+      0100112EH   LINE      ---      ---       #53
+      01001134H   LINE      ---      ---       #54
+      01001136H   LINE      ---      ---       #56
+      01001136H   LINE      ---      ---       #57
+      0100113CH   LINE      ---      ---       #58
+      01001143H   LINE      ---      ---       #59
+      01001143H   LINE      ---      ---       #62
+      0100114AH   LINE      ---      ---       #63
+      0100114AH   LINE      ---      ---       #64
+      01001154H   LINE      ---      ---       #65
+      0100115AH   LINE      ---      ---       #66
+      0100115CH   LINE      ---      ---       #68
+      0100115CH   LINE      ---      ---       #69
+      01001162H   LINE      ---      ---       #70
+      01001169H   LINE      ---      ---       #71
+      01001169H   LINE      ---      ---       #78
+      01001171H   LINE      ---      ---       #79
+      01001171H   LINE      ---      ---       #80
+      01001172H   LINE      ---      ---       #82
+      01001172H   LINE      ---      ---       #83
+      01001178H   LINE      ---      ---       #84
+      0100117EH   LINE      ---      ---       #85
+      01001184H   LINE      ---      ---       #86
+      01001184H   LINE      ---      ---       #87
+      01001184H   LINE      ---      ---       #89
+      01001184H   LINE      ---      ---       #90
+      0100118AH   LINE      ---      ---       #91
+      0100118AH   LINE      ---      ---       #93
       ---         BLOCKEND  ---      ---       LVL=0
 
       ---         MODULE    ---      ---       SYS
       01000F19H   PUBLIC    CODE     ---       YC_System_Main
-      01001BD8H   PUBLIC    CODE     ---       kb_button_press_timer500ms
-      01001B29H   PUBLIC    CODE     ---       YC_pairing_timerout_500ms
-      01001B73H   PUBLIC    CODE     ---       YC_wait_disconnect_timer500ms
-      01001B9FH   PUBLIC    CODE     ---       YC_connect_timeout_500ms
-      0100159CH   PUBLIC    CODE     ---       LED_timer500ms
-      010025EAH   PUBLIC    CODE     ---       System_Reset_Connect
-      0100164AH   PUBLIC    CODE     ---       System_long_sleep
+      01002018H   PUBLIC    CODE     ---       kb_button_press_timer500ms
+      0100177BH   PUBLIC    CODE     ---       YC_pairing_timerout_500ms
+      010018B5H   PUBLIC    CODE     ---       YC_wait_disconnect_timer500ms
+      010018E1H   PUBLIC    CODE     ---       YC_connect_timeout_500ms
+      0100118BH   PUBLIC    CODE     ---       LED_timer500ms
+      01002006H   PUBLIC    CODE     ---       System_Reset_Connect
+      01001529H   PUBLIC    CODE     ---       System_long_sleep
       01000EFCH   PUBLIC    CODE     ---       System_Software_init
 
       01000D35H   BLOCK     CODE     ---       LVL=0
@@ -1855,11 +1712,11 @@
       01000DBAH   LINE      ---      ---       #37
       ---         BLOCKEND  ---      ---       LVL=0
 
-      010017CCH   BLOCK     CODE     ---       LVL=0
-      010017CCH   LINE      ---      ---       #39
-      010017CCH   LINE      ---      ---       #40
-      010017CCH   LINE      ---      ---       #41
-      010017CEH   LINE      ---      ---       #42
+      01001723H   BLOCK     CODE     ---       LVL=0
+      01001723H   LINE      ---      ---       #39
+      01001723H   LINE      ---      ---       #40
+      01001723H   LINE      ---      ---       #41
+      01001725H   LINE      ---      ---       #42
       ---         BLOCKEND  ---      ---       LVL=0
 
       01000EFCH   BLOCK     CODE     ---       LVL=0
@@ -1874,461 +1731,441 @@
       01000F18H   LINE      ---      ---       #54
       ---         BLOCKEND  ---      ---       LVL=0
 
-      010025E1H   BLOCK     CODE     ---       LVL=0
-      010025E1H   LINE      ---      ---       #56
-      010025E1H   LINE      ---      ---       #57
-      010025E1H   LINE      ---      ---       #58
-      010025E7H   LINE      ---      ---       #59
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      0100164AH   BLOCK     CODE     ---       LVL=0
-      0100164AH   LINE      ---      ---       #62
-      0100164AH   LINE      ---      ---       #63
-      0100164AH   LINE      ---      ---       #64
-      0100164FH   LINE      ---      ---       #65
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      010025EAH   BLOCK     CODE     ---       LVL=0
-      010025EAH   LINE      ---      ---       #68
-      010025EAH   LINE      ---      ---       #69
-      010025EAH   LINE      ---      ---       #70
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      010025ECH   BLOCK     CODE     ---       LVL=0
-      010025ECH   LINE      ---      ---       #78
-      010025F1H   BLOCK     CODE     NEAR LAB  LVL=1
-      010025F1H   LINE      ---      ---       #80
-      010025FBH   LINE      ---      ---       #82
-      010025FBH   LINE      ---      ---       #84
-      010025FBH   LINE      ---      ---       #85
+      01001FFDH   BLOCK     CODE     ---       LVL=0
+      01001FFDH   LINE      ---      ---       #56
+      01001FFDH   LINE      ---      ---       #57
+      01001FFDH   LINE      ---      ---       #58
+      01002003H   LINE      ---      ---       #59
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01001529H   BLOCK     CODE     ---       LVL=0
+      01001529H   LINE      ---      ---       #62
+      01001529H   LINE      ---      ---       #63
+      01001529H   LINE      ---      ---       #64
+      0100152EH   LINE      ---      ---       #65
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01002006H   BLOCK     CODE     ---       LVL=0
+      01002006H   LINE      ---      ---       #68
+      01002006H   LINE      ---      ---       #69
+      01002006H   LINE      ---      ---       #70
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01002008H   BLOCK     CODE     ---       LVL=0
+      01002008H   LINE      ---      ---       #78
+      0100200DH   BLOCK     CODE     NEAR LAB  LVL=1
+      0100200DH   LINE      ---      ---       #80
+      01002017H   LINE      ---      ---       #82
+      01002017H   LINE      ---      ---       #84
+      01002017H   LINE      ---      ---       #85
       02004EADH   SYMBOL    XDATA    VOID      temp
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01001654H   BLOCK     CODE     ---       LVL=0
-      01001654H   LINE      ---      ---       #87
-      01001654H   LINE      ---      ---       #88
-      01001654H   LINE      ---      ---       #89
-      01001681H   LINE      ---      ---       #90
-      01001681H   LINE      ---      ---       #91
-      01001681H   LINE      ---      ---       #95
-      01001681H   LINE      ---      ---       #96
-      01001683H   LINE      ---      ---       #97
-      01001686H   LINE      ---      ---       #98
-      01001697H   LINE      ---      ---       #99
-      0100169CH   LINE      ---      ---       #100
-      010016ADH   LINE      ---      ---       #101
-      010016B2H   LINE      ---      ---       #102
-      010016C3H   LINE      ---      ---       #103
-      010016CFH   LINE      ---      ---       #104
-      010016CFH   LINE      ---      ---       #105
-      010016D9H   LINE      ---      ---       #106
-      010016E3H   LINE      ---      ---       #107
-      010016E9H   LINE      ---      ---       #108
-      010016E9H   LINE      ---      ---       #109
-      010016F2H   LINE      ---      ---       #110
-      010016F2H   LINE      ---      ---       #111
-      010016F4H   LINE      ---      ---       #112
-      01001704H   LINE      ---      ---       #113
-      01001704H   LINE      ---      ---       #114
-      01001707H   LINE      ---      ---       #115
-      01001707H   LINE      ---      ---       #116
-      01001707H   LINE      ---      ---       #117
-      01001709H   LINE      ---      ---       #118
-      01001709H   LINE      ---      ---       #121
-      01001709H   LINE      ---      ---       #122
-      0100170CH   LINE      ---      ---       #123
-      0100170CH   LINE      ---      ---       #126
-      0100170CH   LINE      ---      ---       #127
-      01001712H   LINE      ---      ---       #128
-      01001716H   LINE      ---      ---       #129
-      0100171BH   LINE      ---      ---       #130
-      01001721H   LINE      ---      ---       #131
-      01001727H   LINE      ---      ---       #132
-      0100172CH   LINE      ---      ---       #133
-      01001732H   LINE      ---      ---       #134
-      01001733H   LINE      ---      ---       #135
-      01001733H   LINE      ---      ---       #136
-      01001739H   LINE      ---      ---       #137
-      0100173CH   LINE      ---      ---       #138
-      0100173FH   LINE      ---      ---       #139
-      01001744H   LINE      ---      ---       #140
-      01001749H   LINE      ---      ---       #141
-      0100174FH   LINE      ---      ---       #142
-      01001750H   LINE      ---      ---       #143
-      01001750H   LINE      ---      ---       #144
-      01001755H   LINE      ---      ---       #145
-      0100175BH   LINE      ---      ---       #146
-      0100175CH   LINE      ---      ---       #155
-      0100175CH   LINE      ---      ---       #156
-      01001764H   LINE      ---      ---       #157
-      01001769H   LINE      ---      ---       #158
-      0100176BH   LINE      ---      ---       #159
-      01001770H   LINE      ---      ---       #161
-      01001775H   LINE      ---      ---       #162
-      01001775H   LINE      ---      ---       #163
-      01001777H   LINE      ---      ---       #164
-      01001779H   LINE      ---      ---       #165
-      01001779H   LINE      ---      ---       #166
-      01001779H   LINE      ---      ---       #168
-      01001780H   LINE      ---      ---       #169
-      01001780H   LINE      ---      ---       #170
-      01001783H   LINE      ---      ---       #171
-      01001783H   LINE      ---      ---       #172
-      01001783H   LINE      ---      ---       #175
-      01001789H   LINE      ---      ---       #176
-      01001789H   LINE      ---      ---       #177
-      0100178CH   LINE      ---      ---       #178
-      0100178CH   LINE      ---      ---       #179
-      0100178CH   LINE      ---      ---       #181
-      0100178EH   LINE      ---      ---       #182
-      01001795H   LINE      ---      ---       #183
-      01001795H   LINE      ---      ---       #184
-      01001795H   LINE      ---      ---       #185
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      0100159CH   BLOCK     CODE     ---       LVL=0
-      0100159CH   LINE      ---      ---       #188
-      0100159CH   LINE      ---      ---       #189
-      0100159CH   LINE      ---      ---       #190
-      010015A6H   LINE      ---      ---       #192
-      010015ACH   LINE      ---      ---       #193
-      010015ACH   LINE      ---      ---       #194
-      010015B0H   LINE      ---      ---       #196
-      010015B2H   LINE      ---      ---       #198
-      010015B2H   LINE      ---      ---       #199
-      010015B8H   LINE      ---      ---       #200
-      010015B8H   LINE      ---      ---       #201
-      010015BAH   LINE      ---      ---       #202
-      010015BEH   LINE      ---      ---       #203
-      010015BEH   LINE      ---      ---       #204
-      010015BEH   LINE      ---      ---       #206
-      010015C3H   LINE      ---      ---       #207
-      010015C3H   LINE      ---      ---       #208
-      010015CDH   LINE      ---      ---       #209
-      010015CDH   LINE      ---      ---       #210
-      010015DBH   LINE      ---      ---       #211
-      010015E1H   LINE      ---      ---       #212
-      010015EBH   LINE      ---      ---       #213
-      010015F1H   LINE      ---      ---       #214
-      010015F3H   LINE      ---      ---       #216
-      010015F9H   LINE      ---      ---       #219
-      01001603H   LINE      ---      ---       #220
-      01001603H   LINE      ---      ---       #221
-      01001611H   LINE      ---      ---       #222
-      01001617H   LINE      ---      ---       #223
-      01001621H   LINE      ---      ---       #224
-      01001627H   LINE      ---      ---       #225
-      01001627H   LINE      ---      ---       #227
-      0100162DH   LINE      ---      ---       #228
-      0100162DH   LINE      ---      ---       #229
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001B9FH   BLOCK     CODE     ---       LVL=0
-      01001B9FH   LINE      ---      ---       #231
-      01001B9FH   LINE      ---      ---       #232
-      01001B9FH   LINE      ---      ---       #235
-      01001BA6H   LINE      ---      ---       #236
-      01001BA6H   LINE      ---      ---       #237
-      01001BB2H   LINE      ---      ---       #238
-      01001BB2H   LINE      ---      ---       #239
-      01001BB4H   LINE      ---      ---       #240
-      01001BBAH   LINE      ---      ---       #241
-      01001BBAH   LINE      ---      ---       #242
-      01001BBBH   LINE      ---      ---       #244
-      01001BBBH   LINE      ---      ---       #245
-      01001BC7H   LINE      ---      ---       #246
-      01001BC7H   LINE      ---      ---       #247
-      01001BCDH   LINE      ---      ---       #248
-      01001BCDH   LINE      ---      ---       #249
-      01001BCFH   LINE      ---      ---       #250
-      01001BD4H   LINE      ---      ---       #251
-      01001BD4H   LINE      ---      ---       #252
-      01001BD7H   LINE      ---      ---       #253
-      01001BD7H   LINE      ---      ---       #254
-      01001BD7H   LINE      ---      ---       #255
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001B73H   BLOCK     CODE     ---       LVL=0
-      01001B73H   LINE      ---      ---       #258
-      01001B73H   LINE      ---      ---       #259
-      01001B73H   LINE      ---      ---       #261
-      01001B79H   LINE      ---      ---       #262
-      01001B79H   LINE      ---      ---       #263
-      01001B7CH   LINE      ---      ---       #264
-      01001B7FH   LINE      ---      ---       #265
-      01001B7FH   LINE      ---      ---       #266
-      01001B8DH   LINE      ---      ---       #268
-      01001B8DH   LINE      ---      ---       #269
-      01001B92H   LINE      ---      ---       #271
-      01001B94H   LINE      ---      ---       #272
-      01001B99H   LINE      ---      ---       #273
-      01001B9EH   LINE      ---      ---       #274
-      01001B9EH   LINE      ---      ---       #275
-      01001B9EH   LINE      ---      ---       #276
-      01001B9EH   LINE      ---      ---       #278
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001B29H   BLOCK     CODE     ---       LVL=0
-      01001B29H   LINE      ---      ---       #281
-      01001B29H   LINE      ---      ---       #282
-      01001B29H   LINE      ---      ---       #284
-      01001B2FH   LINE      ---      ---       #285
-      01001B2FH   LINE      ---      ---       #286
-      01001B36H   LINE      ---      ---       #287
-      01001B3CH   LINE      ---      ---       #288
-      01001B3FH   LINE      ---      ---       #289
-      01001B3FH   LINE      ---      ---       #290
-      01001B43H   LINE      ---      ---       #291
-      01001B46H   LINE      ---      ---       #292
-      01001B46H   LINE      ---      ---       #293
-      01001B46H   LINE      ---      ---       #294
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001BD8H   BLOCK     CODE     ---       LVL=0
-      01001BD8H   LINE      ---      ---       #296
-      01001BD8H   LINE      ---      ---       #297
-      01001BD8H   LINE      ---      ---       #314
-      01001BDFH   LINE      ---      ---       #315
-      01001BDFH   LINE      ---      ---       #316
-      01001BE8H   LINE      ---      ---       #317
-      01001BEBH   LINE      ---      ---       #318
-      01001BF3H   LINE      ---      ---       #319
-      01001BF3H   LINE      ---      ---       #320
-      01001BF9H   LINE      ---      ---       #321
-      01001BFFH   LINE      ---      ---       #322
-      01001BFFH   LINE      ---      ---       #323
-      01001C04H   LINE      ---      ---       #324
-      01001C06H   LINE      ---      ---       #325
-      01001C0DH   LINE      ---      ---       #326
-      01001C0DH   LINE      ---      ---       #327
-      01001C13H   LINE      ---      ---       #328
-      01001C18H   LINE      ---      ---       #329
-      01001C1BH   LINE      ---      ---       #330
-      01001C1BH   LINE      ---      ---       #331
-      01001C1BH   LINE      ---      ---       #332
-      01001C1DH   LINE      ---      ---       #334
-      01001C22H   LINE      ---      ---       #337
-      01001C29H   LINE      ---      ---       #338
-      01001C29H   LINE      ---      ---       #339
-      01001C2FH   LINE      ---      ---       #340
-      01001C38H   LINE      ---      ---       #341
-      01001C3BH   LINE      ---      ---       #342
-      01001C42H   LINE      ---      ---       #343
-      01001C42H   LINE      ---      ---       #345
-      01001C48H   LINE      ---      ---       #346
-      01001C48H   LINE      ---      ---       #347
-      01001C4BH   LINE      ---      ---       #348
-      01001C50H   LINE      ---      ---       #349
-      01001C54H   LINE      ---      ---       #350
-      01001C57H   LINE      ---      ---       #351
-      01001C5DH   LINE      ---      ---       #352
-      01001C5DH   LINE      ---      ---       #353
-      01001C5DH   LINE      ---      ---       #354
-      01001C5EH   LINE      ---      ---       #356
-      01001C5EH   LINE      ---      ---       #357
-      01001C63H   LINE      ---      ---       #358
-      01001C63H   LINE      ---      ---       #361
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001B47H   BLOCK     CODE     ---       LVL=0
-      01001B47H   LINE      ---      ---       #365
-      01001B47H   LINE      ---      ---       #366
-      01001B47H   LINE      ---      ---       #367
-      01001B4AH   LINE      ---      ---       #369
-      01001B58H   LINE      ---      ---       #371
-      01001B5AH   LINE      ---      ---       #372
-      01001B5CH   LINE      ---      ---       #373
-      01001B5EH   LINE      ---      ---       #374
-      01001B60H   LINE      ---      ---       #375
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01002567H   BLOCK     CODE     ---       LVL=0
-      01002567H   LINE      ---      ---       #387
-      01002567H   LINE      ---      ---       #388
-      01002567H   LINE      ---      ---       #390
-      0100256DH   LINE      ---      ---       #391
-      0100256DH   LINE      ---      ---       #392
-      0100256FH   LINE      ---      ---       #393
-      0100256FH   LINE      ---      ---       #395
-      01002575H   LINE      ---      ---       #396
-      01002577H   LINE      ---      ---       #398
-      0100257DH   LINE      ---      ---       #399
-      0100257DH   LINE      ---      ---       #400
-      0100257FH   LINE      ---      ---       #401
-      01002582H   LINE      ---      ---       #402
-      01002587H   LINE      ---      ---       #403
-      01002587H   LINE      ---      ---       #407
-      0100258DH   LINE      ---      ---       #408
-      0100258DH   LINE      ---      ---       #409
-      0100258FH   LINE      ---      ---       #410
-      01002592H   LINE      ---      ---       #411
-      01002598H   LINE      ---      ---       #412
-      01002598H   LINE      ---      ---       #413
-      0100259AH   LINE      ---      ---       #414
-      0100259AH   LINE      ---      ---       #415
-      0100259CH   LINE      ---      ---       #417
-      010025A2H   LINE      ---      ---       #418
-      010025A2H   LINE      ---      ---       #419
-      010025A8H   LINE      ---      ---       #420
-      010025A8H   LINE      ---      ---       #421
-      010025AAH   LINE      ---      ---       #422
-      010025AEH   LINE      ---      ---       #423
-      010025AEH   LINE      ---      ---       #424
-      010025B5H   LINE      ---      ---       #425
-      010025B7H   LINE      ---      ---       #427
-      010025BEH   LINE      ---      ---       #428
-      010025C4H   LINE      ---      ---       #429
-      010025C7H   LINE      ---      ---       #430
-      010025C7H   LINE      ---      ---       #431
-      010025C7H   LINE      ---      ---       #433
-      010025CDH   LINE      ---      ---       #434
-      010025CDH   LINE      ---      ---       #435
-      010025D0H   LINE      ---      ---       #436
-      010025D3H   LINE      ---      ---       #437
-      010025D3H   LINE      ---      ---       #439
-      010025DAH   LINE      ---      ---       #440
-      010025DAH   LINE      ---      ---       #441
-      010025E0H   LINE      ---      ---       #442
-      010025E0H   LINE      ---      ---       #443
-      010025E0H   LINE      ---      ---       #444
-      010025E0H   LINE      ---      ---       #445
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      010025FCH   BLOCK     CODE     ---       LVL=0
-      010025FCH   LINE      ---      ---       #459
-      010025FCH   LINE      ---      ---       #460
-      010025FCH   LINE      ---      ---       #461
+      01001533H   BLOCK     CODE     ---       LVL=0
+      01001533H   LINE      ---      ---       #87
+      01001533H   LINE      ---      ---       #88
+      01001533H   LINE      ---      ---       #89
+      01001560H   LINE      ---      ---       #90
+      01001560H   LINE      ---      ---       #91
+      01001560H   LINE      ---      ---       #95
+      01001560H   LINE      ---      ---       #96
+      01001562H   LINE      ---      ---       #97
+      01001565H   LINE      ---      ---       #98
+      01001575H   LINE      ---      ---       #99
+      0100157AH   LINE      ---      ---       #100
+      0100158AH   LINE      ---      ---       #101
+      0100158FH   LINE      ---      ---       #102
+      0100159FH   LINE      ---      ---       #103
+      010015ABH   LINE      ---      ---       #104
+      010015ABH   LINE      ---      ---       #105
+      010015B5H   LINE      ---      ---       #106
+      010015BFH   LINE      ---      ---       #107
+      010015C5H   LINE      ---      ---       #108
+      010015C5H   LINE      ---      ---       #109
+      010015CEH   LINE      ---      ---       #110
+      010015CEH   LINE      ---      ---       #111
+      010015D0H   LINE      ---      ---       #112
+      010015E0H   LINE      ---      ---       #113
+      010015E0H   LINE      ---      ---       #114
+      010015E2H   LINE      ---      ---       #115
+      010015E2H   LINE      ---      ---       #116
+      010015E2H   LINE      ---      ---       #117
+      010015E4H   LINE      ---      ---       #118
+      010015E4H   LINE      ---      ---       #121
+      010015E4H   LINE      ---      ---       #122
+      010015E7H   LINE      ---      ---       #123
+      010015E7H   LINE      ---      ---       #126
+      010015E7H   LINE      ---      ---       #127
+      010015EDH   LINE      ---      ---       #128
+      010015F1H   LINE      ---      ---       #129
+      010015F6H   LINE      ---      ---       #130
+      010015FCH   LINE      ---      ---       #131
+      01001602H   LINE      ---      ---       #132
+      01001607H   LINE      ---      ---       #133
+      0100160DH   LINE      ---      ---       #134
+      0100160EH   LINE      ---      ---       #135
+      0100160EH   LINE      ---      ---       #136
+      01001614H   LINE      ---      ---       #137
+      01001617H   LINE      ---      ---       #138
+      01001619H   LINE      ---      ---       #139
+      0100161EH   LINE      ---      ---       #140
+      01001622H   LINE      ---      ---       #141
+      01001627H   LINE      ---      ---       #142
+      0100162DH   LINE      ---      ---       #143
+      0100162EH   LINE      ---      ---       #144
+      0100162EH   LINE      ---      ---       #145
+      01001633H   LINE      ---      ---       #146
+      01001639H   LINE      ---      ---       #147
+      0100163AH   LINE      ---      ---       #156
+      0100163AH   LINE      ---      ---       #157
+      01001642H   LINE      ---      ---       #158
+      01001647H   LINE      ---      ---       #159
+      01001649H   LINE      ---      ---       #160
+      0100164EH   LINE      ---      ---       #162
+      01001653H   LINE      ---      ---       #163
+      01001653H   LINE      ---      ---       #164
+      01001655H   LINE      ---      ---       #165
+      01001657H   LINE      ---      ---       #166
+      01001657H   LINE      ---      ---       #167
+      01001657H   LINE      ---      ---       #169
+      0100165EH   LINE      ---      ---       #170
+      0100165EH   LINE      ---      ---       #171
+      01001660H   LINE      ---      ---       #172
+      01001660H   LINE      ---      ---       #173
+      01001660H   LINE      ---      ---       #176
+      01001666H   LINE      ---      ---       #177
+      01001666H   LINE      ---      ---       #178
+      01001669H   LINE      ---      ---       #179
+      01001669H   LINE      ---      ---       #180
+      01001669H   LINE      ---      ---       #182
+      0100166BH   LINE      ---      ---       #183
+      01001672H   LINE      ---      ---       #184
+      01001672H   LINE      ---      ---       #185
+      01001672H   LINE      ---      ---       #186
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      0100118BH   BLOCK     CODE     ---       LVL=0
+      0100118BH   LINE      ---      ---       #189
+      0100118BH   LINE      ---      ---       #190
+      0100118BH   LINE      ---      ---       #191
+      01001195H   LINE      ---      ---       #193
+      0100119BH   LINE      ---      ---       #194
+      0100119BH   LINE      ---      ---       #195
+      0100119FH   LINE      ---      ---       #197
+      010011A1H   LINE      ---      ---       #199
+      010011A1H   LINE      ---      ---       #200
+      010011A7H   LINE      ---      ---       #201
+      010011A7H   LINE      ---      ---       #202
+      010011A9H   LINE      ---      ---       #203
+      010011ADH   LINE      ---      ---       #204
+      010011ADH   LINE      ---      ---       #205
+      010011ADH   LINE      ---      ---       #207
+      010011B2H   LINE      ---      ---       #208
+      010011B2H   LINE      ---      ---       #209
+      010011BCH   LINE      ---      ---       #210
+      010011BCH   LINE      ---      ---       #211
+      010011CAH   LINE      ---      ---       #212
+      010011D0H   LINE      ---      ---       #213
+      010011DAH   LINE      ---      ---       #214
+      010011E0H   LINE      ---      ---       #215
+      010011E2H   LINE      ---      ---       #217
+      010011E8H   LINE      ---      ---       #220
+      010011F2H   LINE      ---      ---       #221
+      010011F2H   LINE      ---      ---       #222
+      01001200H   LINE      ---      ---       #223
+      01001206H   LINE      ---      ---       #224
+      01001210H   LINE      ---      ---       #225
+      01001216H   LINE      ---      ---       #226
+      01001216H   LINE      ---      ---       #228
+      0100121CH   LINE      ---      ---       #229
+      0100121CH   LINE      ---      ---       #230
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      010018E1H   BLOCK     CODE     ---       LVL=0
+      010018E1H   LINE      ---      ---       #232
+      010018E1H   LINE      ---      ---       #233
+      010018E1H   LINE      ---      ---       #236
+      010018E8H   LINE      ---      ---       #237
+      010018E8H   LINE      ---      ---       #238
+      010018F4H   LINE      ---      ---       #239
+      010018F4H   LINE      ---      ---       #240
+      010018F6H   LINE      ---      ---       #241
+      010018FCH   LINE      ---      ---       #242
+      010018FCH   LINE      ---      ---       #243
+      010018FDH   LINE      ---      ---       #245
+      010018FDH   LINE      ---      ---       #246
+      01001909H   LINE      ---      ---       #247
+      01001909H   LINE      ---      ---       #248
+      0100190FH   LINE      ---      ---       #249
+      0100190FH   LINE      ---      ---       #250
+      01001911H   LINE      ---      ---       #251
+      01001916H   LINE      ---      ---       #252
+      01001916H   LINE      ---      ---       #253
+      01001919H   LINE      ---      ---       #254
+      01001919H   LINE      ---      ---       #255
+      01001919H   LINE      ---      ---       #256
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      010018B5H   BLOCK     CODE     ---       LVL=0
+      010018B5H   LINE      ---      ---       #259
+      010018B5H   LINE      ---      ---       #260
+      010018B5H   LINE      ---      ---       #262
+      010018BBH   LINE      ---      ---       #263
+      010018BBH   LINE      ---      ---       #264
+      010018BEH   LINE      ---      ---       #265
+      010018C1H   LINE      ---      ---       #266
+      010018C1H   LINE      ---      ---       #267
+      010018CFH   LINE      ---      ---       #269
+      010018CFH   LINE      ---      ---       #270
+      010018D4H   LINE      ---      ---       #272
+      010018D6H   LINE      ---      ---       #273
+      010018DBH   LINE      ---      ---       #274
+      010018E0H   LINE      ---      ---       #275
+      010018E0H   LINE      ---      ---       #276
+      010018E0H   LINE      ---      ---       #277
+      010018E0H   LINE      ---      ---       #279
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      0100177BH   BLOCK     CODE     ---       LVL=0
+      0100177BH   LINE      ---      ---       #282
+      0100177BH   LINE      ---      ---       #283
+      0100177BH   LINE      ---      ---       #285
+      01001781H   LINE      ---      ---       #286
+      01001781H   LINE      ---      ---       #287
+      01001788H   LINE      ---      ---       #288
+      0100178EH   LINE      ---      ---       #289
+      01001791H   LINE      ---      ---       #290
+      01001791H   LINE      ---      ---       #291
+      01001795H   LINE      ---      ---       #292
+      01001797H   LINE      ---      ---       #293
+      01001797H   LINE      ---      ---       #294
+      01001797H   LINE      ---      ---       #295
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01002018H   BLOCK     CODE     ---       LVL=0
+      01002018H   LINE      ---      ---       #297
+      01002018H   LINE      ---      ---       #298
+      01002018H   LINE      ---      ---       #315
+      0100201FH   LINE      ---      ---       #316
+      0100201FH   LINE      ---      ---       #317
+      01002028H   LINE      ---      ---       #318
+      0100202BH   LINE      ---      ---       #319
+      01002033H   LINE      ---      ---       #320
+      01002033H   LINE      ---      ---       #321
+      01002039H   LINE      ---      ---       #322
+      0100203FH   LINE      ---      ---       #323
+      0100203FH   LINE      ---      ---       #324
+      01002044H   LINE      ---      ---       #325
+      01002046H   LINE      ---      ---       #326
+      0100204DH   LINE      ---      ---       #327
+      0100204DH   LINE      ---      ---       #328
+      01002053H   LINE      ---      ---       #329
+      01002058H   LINE      ---      ---       #330
+      0100205BH   LINE      ---      ---       #331
+      0100205BH   LINE      ---      ---       #332
+      0100205BH   LINE      ---      ---       #333
+      0100205DH   LINE      ---      ---       #335
+      01002062H   LINE      ---      ---       #338
+      01002069H   LINE      ---      ---       #339
+      01002069H   LINE      ---      ---       #340
+      0100206FH   LINE      ---      ---       #341
+      01002078H   LINE      ---      ---       #342
+      0100207BH   LINE      ---      ---       #343
+      01002082H   LINE      ---      ---       #344
+      01002082H   LINE      ---      ---       #346
+      01002088H   LINE      ---      ---       #347
+      01002088H   LINE      ---      ---       #348
+      0100208BH   LINE      ---      ---       #349
+      01002090H   LINE      ---      ---       #350
+      01002095H   LINE      ---      ---       #351
+      01002098H   LINE      ---      ---       #352
+      0100209EH   LINE      ---      ---       #353
+      0100209EH   LINE      ---      ---       #354
+      0100209EH   LINE      ---      ---       #355
+      0100209FH   LINE      ---      ---       #357
+      0100209FH   LINE      ---      ---       #358
+      010020A4H   LINE      ---      ---       #359
+      010020A4H   LINE      ---      ---       #362
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01001798H   BLOCK     CODE     ---       LVL=0
+      01001798H   LINE      ---      ---       #366
+      01001798H   LINE      ---      ---       #367
+      01001798H   LINE      ---      ---       #368
+      0100179AH   LINE      ---      ---       #370
+      010017A8H   LINE      ---      ---       #372
+      010017AAH   LINE      ---      ---       #373
+      010017ADH   LINE      ---      ---       #374
+      010017B0H   LINE      ---      ---       #375
+      010017B3H   LINE      ---      ---       #376
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      010014AAH   BLOCK     CODE     ---       LVL=0
+      010014AAH   LINE      ---      ---       #388
+      010014AAH   LINE      ---      ---       #389
+      010014AAH   LINE      ---      ---       #391
+      010014B0H   LINE      ---      ---       #392
+      010014B0H   LINE      ---      ---       #393
+      010014B2H   LINE      ---      ---       #394
+      010014B2H   LINE      ---      ---       #396
+      010014B8H   LINE      ---      ---       #397
+      010014BAH   LINE      ---      ---       #399
+      010014C0H   LINE      ---      ---       #400
+      010014C0H   LINE      ---      ---       #401
+      010014C2H   LINE      ---      ---       #402
+      010014C5H   LINE      ---      ---       #403
+      010014CAH   LINE      ---      ---       #404
+      010014CAH   LINE      ---      ---       #408
+      010014D0H   LINE      ---      ---       #409
+      010014D0H   LINE      ---      ---       #410
+      010014D2H   LINE      ---      ---       #411
+      010014D8H   LINE      ---      ---       #412
+      010014DEH   LINE      ---      ---       #413
+      010014DEH   LINE      ---      ---       #414
+      010014E4H   LINE      ---      ---       #415
+      010014E4H   LINE      ---      ---       #416
+      010014E6H   LINE      ---      ---       #418
+      010014ECH   LINE      ---      ---       #419
+      010014ECH   LINE      ---      ---       #420
+      010014F2H   LINE      ---      ---       #421
+      010014F2H   LINE      ---      ---       #422
+      010014F4H   LINE      ---      ---       #423
+      010014F8H   LINE      ---      ---       #424
+      010014F8H   LINE      ---      ---       #425
+      010014FEH   LINE      ---      ---       #426
+      01001500H   LINE      ---      ---       #428
+      01001506H   LINE      ---      ---       #429
+      0100150CH   LINE      ---      ---       #430
+      0100150FH   LINE      ---      ---       #431
+      0100150FH   LINE      ---      ---       #432
+      0100150FH   LINE      ---      ---       #434
+      01001515H   LINE      ---      ---       #435
+      01001515H   LINE      ---      ---       #436
+      01001518H   LINE      ---      ---       #437
+      0100151BH   LINE      ---      ---       #438
+      0100151BH   LINE      ---      ---       #440
+      01001522H   LINE      ---      ---       #441
+      01001522H   LINE      ---      ---       #442
+      01001528H   LINE      ---      ---       #443
+      01001528H   LINE      ---      ---       #444
+      01001528H   LINE      ---      ---       #445
+      01001528H   LINE      ---      ---       #446
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      010020A5H   BLOCK     CODE     ---       LVL=0
+      010020A5H   LINE      ---      ---       #460
+      010020A5H   LINE      ---      ---       #461
+      010020A5H   LINE      ---      ---       #462
       ---         BLOCKEND  ---      ---       LVL=0
 
       01000F19H   BLOCK     CODE     ---       LVL=0
-      01000F19H   LINE      ---      ---       #466
       01000F19H   LINE      ---      ---       #467
       01000F19H   LINE      ---      ---       #468
-      01000F1CH   LINE      ---      ---       #469
+      01000F19H   LINE      ---      ---       #469
       01000F1CH   LINE      ---      ---       #470
-      01000F1FH   LINE      ---      ---       #471
-      01000F21H   LINE      ---      ---       #472
-      01000F23H   LINE      ---      ---       #473
-      01000F26H   LINE      ---      ---       #475
-      01000F31H   LINE      ---      ---       #476
+      01000F1CH   LINE      ---      ---       #471
+      01000F1FH   LINE      ---      ---       #472
+      01000F21H   LINE      ---      ---       #473
+      01000F23H   LINE      ---      ---       #474
+      01000F26H   LINE      ---      ---       #476
       01000F31H   LINE      ---      ---       #477
-      01000F34H   LINE      ---      ---       #479
-      01000F36H   LINE      ---      ---       #480
-      01000F38H   LINE      ---      ---       #481
-      01000F3AH   LINE      ---      ---       #482
-      01000F3AH   LINE      ---      ---       #484
+      01000F31H   LINE      ---      ---       #478
+      01000F34H   LINE      ---      ---       #480
+      01000F36H   LINE      ---      ---       #481
+      01000F38H   LINE      ---      ---       #482
+      01000F3AH   LINE      ---      ---       #483
       01000F3AH   LINE      ---      ---       #485
-      01000F52H   LINE      ---      ---       #487
+      01000F3AH   LINE      ---      ---       #486
       01000F52H   LINE      ---      ---       #488
-      01000F55H   LINE      ---      ---       #489
-      01000F57H   LINE      ---      ---       #490
-      01000F57H   LINE      ---      ---       #492
+      01000F52H   LINE      ---      ---       #489
+      01000F55H   LINE      ---      ---       #490
+      01000F57H   LINE      ---      ---       #491
       01000F57H   LINE      ---      ---       #493
-      01000F5AH   LINE      ---      ---       #494
-      01000F5CH   LINE      ---      ---       #495
-      01000F5EH   LINE      ---      ---       #496
+      01000F57H   LINE      ---      ---       #494
+      01000F5AH   LINE      ---      ---       #495
+      01000F5CH   LINE      ---      ---       #496
       01000F5EH   LINE      ---      ---       #497
       01000F5EH   LINE      ---      ---       #498
+      01000F5EH   LINE      ---      ---       #499
       ---         BLOCKEND  ---      ---       LVL=0
 
       ---         MODULE    ---      ---       ADC
-      01001B62H   PUBLIC    CODE     ---       YC_adc_check_timer500ms
-      01001CA8H   PUBLIC    CODE     ---       YC_adc_check
-      0100260FH   PUBLIC    CODE     ---       YC_adc_init
-
-      0100260FH   BLOCK     CODE     ---       LVL=0
-      0100260FH   LINE      ---      ---       #3
-      0100260FH   LINE      ---      ---       #4
-      0100260FH   BLOCK     CODE     NEAR LAB  LVL=1
-      0100260FH   LINE      ---      ---       #9
-      01002615H   LINE      ---      ---       #10
-      0100261BH   LINE      ---      ---       #11
-      0100261EH   LINE      ---      ---       #14
-      01002628H   LINE      ---      ---       #15
-      01002628H   LINE      ---      ---       #16
-      01002636H   LINE      ---      ---       #17
-      01002636H   LINE      ---      ---       #18
-      01002649H   LINE      ---      ---       #19
-      01002651H   LINE      ---      ---       #20
-      0100269FH   LINE      ---      ---       #21
-      010026EDH   LINE      ---      ---       #22
-      010026EEH   LINE      ---      ---       #23
-      010026F8H   LINE      ---      ---       #24
-      010026F8H   LINE      ---      ---       #25
-      01002706H   LINE      ---      ---       #26
-      01002706H   LINE      ---      ---       #27
-      01002717H   LINE      ---      ---       #28
-      0100271FH   LINE      ---      ---       #29
-      0100276DH   LINE      ---      ---       #30
-      010027BBH   LINE      ---      ---       #31
-      010027BCH   LINE      ---      ---       #33
-      010027BCH   LINE      ---      ---       #34
-      010027CBH   LINE      ---      ---       #35
-      010027CBH   LINE      ---      ---       #36
-      010027DEH   LINE      ---      ---       #37
-      010027E6H   LINE      ---      ---       #38
-      01002834H   LINE      ---      ---       #39
-      01002882H   LINE      ---      ---       #40
-      01002882H   LINE      ---      ---       #42
-      02004EB5H   SYMBOL    XDATA    VOID      i
-      ---         BLOCKEND  CODE     ---       LVL=1
-      ---         BLOCKEND  CODE     ---       LVL=0
-
-      01001CA8H   BLOCK     CODE     ---       LVL=0
-      01001CA8H   LINE      ---      ---       #44
-      01001CA8H   LINE      ---      ---       #45
-      01001CA8H   BLOCK     CODE     NEAR LAB  LVL=1
-      01001CA8H   LINE      ---      ---       #47
-      01001CB2H   LINE      ---      ---       #54
-      01001CD2H   LINE      ---      ---       #55
-      01001CDBH   LINE      ---      ---       #56
-      01001CDDH   LINE      ---      ---       #57
-      01001CE2H   LINE      ---      ---       #58
-      01001CE2H   LINE      ---      ---       #59
-      01001D19H   LINE      ---      ---       #60
-      01001D23H   LINE      ---      ---       #61
-      01001D40H   LINE      ---      ---       #63
-      01001D55H   LINE      ---      ---       #64
-      01001D55H   LINE      ---      ---       #65
-      01001D5BH   LINE      ---      ---       #66
-      01001D5CH   LINE      ---      ---       #68
-      01001D5CH   LINE      ---      ---       #69
-      01001D7BH   LINE      ---      ---       #70
-      01001D7BH   LINE      ---      ---       #71
-      01001D81H   LINE      ---      ---       #72
-      01001D82H   LINE      ---      ---       #74
-      01001D82H   LINE      ---      ---       #75
-      01001D87H   LINE      ---      ---       #76
-      01001D87H   LINE      ---      ---       #77
-      01001D87H   LINE      ---      ---       #79
+      010017B5H   PUBLIC    CODE     ---       YC_adc_check_timer500ms
+      01002175H   PUBLIC    CODE     ---       YC_adc_check
+      010020B8H   PUBLIC    CODE     ---       YC_adc_init
+
+      010020B8H   BLOCK     CODE     ---       LVL=0
+      010020B8H   LINE      ---      ---       #3
+      010020B8H   LINE      ---      ---       #4
+      010020B8H   BLOCK     CODE     NEAR LAB  LVL=1
+      010020B8H   LINE      ---      ---       #8
+      010020BEH   LINE      ---      ---       #9
+      010020C1H   LINE      ---      ---       #21
+      010020C2H   LINE      ---      ---       #22
+      010020C2H   LINE      ---      ---       #23
+      010020D3H   LINE      ---      ---       #24
+      010020D8H   LINE      ---      ---       #25
+      01002126H   LINE      ---      ---       #26
+      01002174H   LINE      ---      ---       #38
+      00000007H   SYMBOL    DATA     VOID      i
+      ---         BLOCKEND  CODE     ---       LVL=1
+      ---         BLOCKEND  CODE     ---       LVL=0
+
+      01002175H   BLOCK     CODE     ---       LVL=0
+      01002175H   LINE      ---      ---       #40
+      01002175H   LINE      ---      ---       #41
+      01002175H   BLOCK     CODE     NEAR LAB  LVL=1
+      01002175H   LINE      ---      ---       #44
+      0100217FH   LINE      ---      ---       #46
+      0100219FH   LINE      ---      ---       #47
+      010021A8H   LINE      ---      ---       #48
+      010021AAH   LINE      ---      ---       #49
+      010021AFH   LINE      ---      ---       #50
+      010021AFH   LINE      ---      ---       #51
+      010021E6H   LINE      ---      ---       #52
+      010021F0H   LINE      ---      ---       #53
+      0100220DH   LINE      ---      ---       #55
+      01002222H   LINE      ---      ---       #56
+      01002222H   LINE      ---      ---       #57
+      01002228H   LINE      ---      ---       #58
+      01002229H   LINE      ---      ---       #60
+      01002229H   LINE      ---      ---       #61
+      01002248H   LINE      ---      ---       #62
+      01002248H   LINE      ---      ---       #63
+      0100224EH   LINE      ---      ---       #64
+      0100224FH   LINE      ---      ---       #66
+      0100224FH   LINE      ---      ---       #67
+      01002254H   LINE      ---      ---       #68
+      01002254H   LINE      ---      ---       #69
+      01002254H   LINE      ---      ---       #71
       02004E74H   SYMBOL    XDATA    VOID      i
       02004E75H   SYMBOL    XDATA    VOID      batValue
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01001B62H   BLOCK     CODE     ---       LVL=0
-      01001B62H   LINE      ---      ---       #82
-      01001B62H   LINE      ---      ---       #83
-      01001B62H   LINE      ---      ---       #85
-      01001B68H   LINE      ---      ---       #86
-      01001B68H   LINE      ---      ---       #87
-      01001B6AH   LINE      ---      ---       #88
-      01001B6DH   LINE      ---      ---       #89
-      01001B6DH   LINE      ---      ---       #90
-      01001B70H   LINE      ---      ---       #91
-      01001B72H   LINE      ---      ---       #92
-      01001B72H   LINE      ---      ---       #93
-      01001B72H   LINE      ---      ---       #94
+      010017B5H   BLOCK     CODE     ---       LVL=0
+      010017B5H   LINE      ---      ---       #74
+      010017B5H   LINE      ---      ---       #75
+      010017B5H   LINE      ---      ---       #78
+      010017BBH   LINE      ---      ---       #79
+      010017BBH   LINE      ---      ---       #80
+      010017BDH   LINE      ---      ---       #81
+      010017C0H   LINE      ---      ---       #82
+      010017C0H   LINE      ---      ---       #83
+      010017C3H   LINE      ---      ---       #84
+      010017C6H   LINE      ---      ---       #85
+      010017C6H   LINE      ---      ---       #86
+      010017C6H   LINE      ---      ---       #88
       ---         BLOCKEND  ---      ---       LVL=0
 
       ---         MODULE    ---      ---       RAM
-      01002883H   PUBLIC    CODE     ---       main
+      01002255H   PUBLIC    CODE     ---       main
 
-      01002883H   BLOCK     CODE     ---       LVL=0
-      01002883H   LINE      ---      ---       #5
-      01002883H   LINE      ---      ---       #6
-      01002883H   LINE      ---      ---       #7
+      01002255H   BLOCK     CODE     ---       LVL=0
+      01002255H   LINE      ---      ---       #5
+      01002255H   LINE      ---      ---       #6
+      01002255H   LINE      ---      ---       #7
       ---         BLOCKEND  ---      ---       LVL=0
 
       ---         MODULE    ---      ---       IPC
@@ -2342,36 +2179,36 @@
       02000C4BH   PUBLIC    XDATA    ---       ipcReadBuff
       0200054FH   PUBLIC    XDATA    BYTE      ipcPinlen
       02000B7EH   PUBLIC    XDATA    BYTE      current_task
-      01002930H   PUBLIC    CODE     ---       IPC_DealSingleStep
-      01002A75H   PUBLIC    CODE     ---       IPC_IsTxBuffEmpty
-      01002A69H   PUBLIC    CODE     ---       IPC_AbandonLpm
+      01002302H   PUBLIC    CODE     ---       IPC_DealSingleStep
+      01002447H   PUBLIC    CODE     ---       IPC_IsTxBuffEmpty
+      0100243BH   PUBLIC    CODE     ---       IPC_AbandonLpm
       01000F61H   PUBLIC    CODE     ---       IPC_WaitLpm
-      01002602H   PUBLIC    CODE     ---       _IPC_Initialize
-      01002A63H   PUBLIC    CODE     ---       IPC_GetBBDIsconnectReason
+      010020ABH   PUBLIC    CODE     ---       _IPC_Initialize
+      01002435H   PUBLIC    CODE     ---       IPC_GetBBDIsconnectReason
       01000ED0H   PUBLIC    CODE     ---       _IPC_TxBleData
       01000ED6H   PUBLIC    CODE     ---       _IPC_TxData
       01000744H   PUBLIC    CODE     ---       _IPC_TxControlCmd
 
-      01002886H   BLOCK     CODE     ---       LVL=0
-      01002886H   LINE      ---      ---       #44
-      01002896H   LINE      ---      ---       #45
-      01002896H   LINE      ---      ---       #46
-      010028DFH   LINE      ---      ---       #47
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      010028E0H   BLOCK     CODE     ---       LVL=0
-      010028E0H   LINE      ---      ---       #49
-      010028EAH   LINE      ---      ---       #50
-      010028EAH   BLOCK     CODE     NEAR LAB  LVL=1
-      010028EAH   LINE      ---      ---       #51
-      010028F2H   LINE      ---      ---       #52
-      010028F8H   LINE      ---      ---       #53
-      01002917H   LINE      ---      ---       #54
-      01002921H   LINE      ---      ---       #55
-      01002925H   LINE      ---      ---       #56
-      01002925H   LINE      ---      ---       #57
-      01002927H   LINE      ---      ---       #58
-      0100292FH   LINE      ---      ---       #59
+      01002258H   BLOCK     CODE     ---       LVL=0
+      01002258H   LINE      ---      ---       #44
+      01002268H   LINE      ---      ---       #45
+      01002268H   LINE      ---      ---       #46
+      010022B1H   LINE      ---      ---       #47
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      010022B2H   BLOCK     CODE     ---       LVL=0
+      010022B2H   LINE      ---      ---       #49
+      010022BCH   LINE      ---      ---       #50
+      010022BCH   BLOCK     CODE     NEAR LAB  LVL=1
+      010022BCH   LINE      ---      ---       #51
+      010022C4H   LINE      ---      ---       #52
+      010022CAH   LINE      ---      ---       #53
+      010022E9H   LINE      ---      ---       #54
+      010022F3H   LINE      ---      ---       #55
+      010022F7H   LINE      ---      ---       #56
+      010022F7H   LINE      ---      ---       #57
+      010022F9H   LINE      ---      ---       #58
+      01002301H   LINE      ---      ---       #59
       00000006H   SYMBOL    DATA     VOID      src
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
@@ -2419,17 +2256,17 @@
       01000ED0H   LINE      ---      ---       #93
       ---         BLOCKEND  ---      ---       LVL=0
 
-      01002A63H   BLOCK     CODE     ---       LVL=0
-      01002A63H   LINE      ---      ---       #97
-      01002A63H   LINE      ---      ---       #98
-      01002A63H   LINE      ---      ---       #99
-      01002A68H   LINE      ---      ---       #100
+      01002435H   BLOCK     CODE     ---       LVL=0
+      01002435H   LINE      ---      ---       #97
+      01002435H   LINE      ---      ---       #98
+      01002435H   LINE      ---      ---       #99
+      0100243AH   LINE      ---      ---       #100
       ---         BLOCKEND  ---      ---       LVL=0
 
-      01002602H   BLOCK     CODE     ---       LVL=0
-      01002602H   LINE      ---      ---       #102
-      01002602H   LINE      ---      ---       #103
-      01002602H   LINE      ---      ---       #104
+      010020ABH   BLOCK     CODE     ---       LVL=0
+      010020ABH   LINE      ---      ---       #102
+      010020ABH   LINE      ---      ---       #103
+      010020ABH   LINE      ---      ---       #104
       ---         BLOCKEND  ---      ---       LVL=0
 
       01000F61H   BLOCK     CODE     ---       LVL=0
@@ -2440,77 +2277,77 @@
       01000F6AH   LINE      ---      ---       #111
       ---         BLOCKEND  ---      ---       LVL=0
 
-      01002A69H   BLOCK     CODE     ---       LVL=0
-      01002A69H   LINE      ---      ---       #114
-      01002A69H   LINE      ---      ---       #115
-      01002A69H   LINE      ---      ---       #116
-      01002A6FH   LINE      ---      ---       #117
-      01002A74H   LINE      ---      ---       #118
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01002A75H   BLOCK     CODE     ---       LVL=0
-      01002A75H   LINE      ---      ---       #120
-      01002A75H   LINE      ---      ---       #121
-      01002A75H   LINE      ---      ---       #122
-      01002A89H   LINE      ---      ---       #123
-      01002A8BH   LINE      ---      ---       #124
-      01002A8CH   LINE      ---      ---       #125
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01002930H   BLOCK     CODE     ---       LVL=0
-      01002930H   LINE      ---      ---       #128
-      01002930H   LINE      ---      ---       #129
-      01002930H   BLOCK     CODE     NEAR LAB  LVL=1
-      01002930H   LINE      ---      ---       #130
-      01002942H   LINE      ---      ---       #131
-      01002958H   LINE      ---      ---       #132
-      01002958H   LINE      ---      ---       #133
-      01002960H   LINE      ---      ---       #134
-      01002971H   LINE      ---      ---       #135
-      0100297BH   LINE      ---      ---       #136
-      0100299AH   LINE      ---      ---       #137
-      0100299CH   LINE      ---      ---       #138
-      010029AEH   LINE      ---      ---       #139
-      010029B7H   LINE      ---      ---       #140
-      010029CDH   LINE      ---      ---       #141
-      01002A05H   LINE      ---      ---       #142
-      01002A07H   LINE      ---      ---       #143
-      01002A07H   LINE      ---      ---       #144
-      01002A09H   LINE      ---      ---       #145
-      01002A09H   LINE      ---      ---       #146
-      01002A09H   LINE      ---      ---       #147
-      01002A1DH   LINE      ---      ---       #148
-      01002A2BH   LINE      ---      ---       #150
-      01002A2EH   LINE      ---      ---       #152
-      01002A3DH   LINE      ---      ---       #153
-      01002A3FH   LINE      ---      ---       #154
-      01002A49H   LINE      ---      ---       #155
-      01002A57H   LINE      ---      ---       #157
-      01002A5AH   LINE      ---      ---       #159
-      01002A60H   LINE      ---      ---       #160
-      01002A62H   LINE      ---      ---       #162
-      01002A09H   SYMBOL    ---      ---       IPC_TIMERingleStep
+      0100243BH   BLOCK     CODE     ---       LVL=0
+      0100243BH   LINE      ---      ---       #114
+      0100243BH   LINE      ---      ---       #115
+      0100243BH   LINE      ---      ---       #116
+      01002441H   LINE      ---      ---       #117
+      01002446H   LINE      ---      ---       #118
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01002447H   BLOCK     CODE     ---       LVL=0
+      01002447H   LINE      ---      ---       #120
+      01002447H   LINE      ---      ---       #121
+      01002447H   LINE      ---      ---       #122
+      0100245BH   LINE      ---      ---       #123
+      0100245DH   LINE      ---      ---       #124
+      0100245EH   LINE      ---      ---       #125
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01002302H   BLOCK     CODE     ---       LVL=0
+      01002302H   LINE      ---      ---       #128
+      01002302H   LINE      ---      ---       #129
+      01002302H   BLOCK     CODE     NEAR LAB  LVL=1
+      01002302H   LINE      ---      ---       #130
+      01002314H   LINE      ---      ---       #131
+      0100232AH   LINE      ---      ---       #132
+      0100232AH   LINE      ---      ---       #133
+      01002332H   LINE      ---      ---       #134
+      01002343H   LINE      ---      ---       #135
+      0100234DH   LINE      ---      ---       #136
+      0100236CH   LINE      ---      ---       #137
+      0100236EH   LINE      ---      ---       #138
+      01002380H   LINE      ---      ---       #139
+      01002389H   LINE      ---      ---       #140
+      0100239FH   LINE      ---      ---       #141
+      010023D7H   LINE      ---      ---       #142
+      010023D9H   LINE      ---      ---       #143
+      010023D9H   LINE      ---      ---       #144
+      010023DBH   LINE      ---      ---       #145
+      010023DBH   LINE      ---      ---       #146
+      010023DBH   LINE      ---      ---       #147
+      010023EFH   LINE      ---      ---       #148
+      010023FDH   LINE      ---      ---       #150
+      01002400H   LINE      ---      ---       #152
+      0100240FH   LINE      ---      ---       #153
+      01002411H   LINE      ---      ---       #154
+      0100241BH   LINE      ---      ---       #155
+      01002429H   LINE      ---      ---       #157
+      0100242CH   LINE      ---      ---       #159
+      01002432H   LINE      ---      ---       #160
+      01002434H   LINE      ---      ---       #162
+      010023DBH   SYMBOL    ---      ---       IPC_TIMERingleStep
       02004E9EH   SYMBOL    XDATA    VOID      pbuff
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
       ---         MODULE    ---      ---       UTILITIES
       02004E55H   PUBLIC    XDATA    BYTE      ?_compare_str?BYTE
-      01002516H   PUBLIC    CODE     ---       _compare_str
+      01001C05H   PUBLIC    CODE     ---       _compare_str
       01000F6CH   PUBLIC    CODE     ---       _Delay1ms
-      01002A94H   PUBLIC    CODE     ---       _xmemclear_ff
+      010025F3H   PUBLIC    CODE     ---       _xmemclear_ff
       01000D09H   PUBLIC    CODE     ---       _xmemclear
       02004E46H   PUBLIC    XDATA    BYTE      ?_dmemcpy?BYTE
-      01001C64H   PUBLIC    CODE     ---       _dmemcpy
+      01002466H   PUBLIC    CODE     ---       _dmemcpy
       02004E69H   PUBLIC    XDATA    BYTE      ?_xmemcpy?BYTE
       0100083DH   PUBLIC    CODE     ---       _xmemcpy
-      01002A8DH   PUBLIC    CODE     ---       YC_Ice_break
+      0100245FH   PUBLIC    CODE     ---       YC_Ice_break
 
-      01002A8DH   BLOCK     CODE     ---       LVL=0
-      01002A8DH   LINE      ---      ---       #3
-      01002A8DH   LINE      ---      ---       #4
-      01002A8DH   LINE      ---      ---       #5
-      01002A93H   LINE      ---      ---       #7
+      0100245FH   BLOCK     CODE     ---       LVL=0
+      0100245FH   LINE      ---      ---       #3
+      0100245FH   LINE      ---      ---       #4
+      0100245FH   LINE      ---      ---       #5
+      01002465H   LINE      ---      ---       #7
       ---         BLOCKEND  ---      ---       LVL=0
 
       0100083DH   BLOCK     CODE     ---       LVL=0
@@ -2521,12 +2358,12 @@
       0100087FH   LINE      ---      ---       #14
       ---         BLOCKEND  ---      ---       LVL=0
 
-      01001C64H   BLOCK     CODE     ---       LVL=0
-      01001C64H   LINE      ---      ---       #16
-      01001C6FH   LINE      ---      ---       #17
-      01001C6FH   LINE      ---      ---       #18
-      01001C7DH   LINE      ---      ---       #19
-      01001CA7H   LINE      ---      ---       #21
+      01002466H   BLOCK     CODE     ---       LVL=0
+      01002466H   LINE      ---      ---       #16
+      01002471H   LINE      ---      ---       #17
+      01002471H   LINE      ---      ---       #18
+      0100247FH   LINE      ---      ---       #19
+      010024A9H   LINE      ---      ---       #21
       ---         BLOCKEND  ---      ---       LVL=0
 
       01000D09H   BLOCK     CODE     ---       LVL=0
@@ -2537,12 +2374,12 @@
       01000D34H   LINE      ---      ---       #28
       ---         BLOCKEND  ---      ---       LVL=0
 
-      01002A94H   BLOCK     CODE     ---       LVL=0
-      01002A94H   LINE      ---      ---       #30
-      01002A9FH   LINE      ---      ---       #31
-      01002A9FH   LINE      ---      ---       #32
-      01002AA9H   LINE      ---      ---       #33
-      01002AC0H   LINE      ---      ---       #35
+      010025F3H   BLOCK     CODE     ---       LVL=0
+      010025F3H   LINE      ---      ---       #30
+      010025FEH   LINE      ---      ---       #31
+      010025FEH   LINE      ---      ---       #32
+      01002608H   LINE      ---      ---       #33
+      0100261FH   LINE      ---      ---       #35
       ---         BLOCKEND  ---      ---       LVL=0
 
       01000F6CH   BLOCK     CODE     ---       LVL=0
@@ -2557,16 +2394,16 @@
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01002516H   BLOCK     CODE     ---       LVL=0
-      01002516H   LINE      ---      ---       #54
-      01002521H   LINE      ---      ---       #55
-      01002521H   BLOCK     CODE     NEAR LAB  LVL=1
-      01002521H   LINE      ---      ---       #57
-      0100252DH   LINE      ---      ---       #58
-      01002557H   LINE      ---      ---       #59
-      0100255AH   LINE      ---      ---       #60
-      0100255DH   LINE      ---      ---       #61
-      0100255FH   LINE      ---      ---       #62
+      01001C05H   BLOCK     CODE     ---       LVL=0
+      01001C05H   LINE      ---      ---       #54
+      01001C10H   LINE      ---      ---       #55
+      01001C10H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001C10H   LINE      ---      ---       #57
+      01001C1CH   LINE      ---      ---       #58
+      01001C46H   LINE      ---      ---       #59
+      01001C49H   LINE      ---      ---       #60
+      01001C4CH   LINE      ---      ---       #61
+      01001C4EH   LINE      ---      ---       #62
       00000007H   SYMBOL    DATA     VOID      i
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
@@ -2574,12 +2411,12 @@
       ---         MODULE    ---      ---       GPIO
       020000A3H   PUBLIC    XDATA    ---       YC_GPIOWakeupL
       020000A7H   PUBLIC    XDATA    ---       YC_GPIOWakeupH
-      01002151H   PUBLIC    CODE     ---       GPIO_fillpd
-      0100162EH   PUBLIC    CODE     ---       _GPIO_FlipOutBit
-      0100206DH   PUBLIC    CODE     ---       _GPIO_SetWakeupByCurrentState
-      01002AC1H   PUBLIC    CODE     ---       _GPIO_ClearWakeup
+      010026A6H   PUBLIC    CODE     ---       GPIO_fillpd
+      0100148EH   PUBLIC    CODE     ---       _GPIO_FlipOutBit
+      01001F5DH   PUBLIC    CODE     ---       _GPIO_SetWakeupByCurrentState
+      01002667H   PUBLIC    CODE     ---       _GPIO_ClearWakeup
       00000020H.7 PUBLIC    BIT      BIT       ?_GPIO_SetWakeup?BIT
-      01002080H   PUBLIC    CODE     ---       _GPIO_SetWakeup
+      01001F71H   PUBLIC    CODE     ---       _GPIO_SetWakeup
       00000020H.6 PUBLIC    BIT      BIT       ?_GPIO_SetOutput?BIT
       01000FE3H   PUBLIC    CODE     ---       _GPIO_SetOutput
       00000020H.5 PUBLIC    BIT      BIT       ?_GPIO_SetInput?BIT
@@ -2592,7 +2429,7 @@
       01001001H   PUBLIC    CODE     ---       _GPIO_SetPu
       00000020H.1 PUBLIC    BIT      BIT       ?_GPIO_Setout?BIT
       010010B3H   PUBLIC    CODE     ---       _GPIO_Setout
-      0100210CH   PUBLIC    CODE     ---       _GPIO_GetInputStatus
+      0100265FH   PUBLIC    CODE     ---       _GPIO_GetInputStatus
 
       01001052H   BLOCK     CODE     ---       LVL=0
       01001052H   LINE      ---      ---       #9
@@ -2612,25 +2449,25 @@
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01002112H   BLOCK     CODE     ---       LVL=0
-      01002112H   LINE      ---      ---       #26
-      01002114H   LINE      ---      ---       #27
-      01002114H   BLOCK     CODE     NEAR LAB  LVL=1
-      01002114H   LINE      ---      ---       #28
-      01002119H   LINE      ---      ---       #29
-      0100211AH   LINE      ---      ---       #31
-      0100211EH   LINE      ---      ---       #32
-      01002125H   LINE      ---      ---       #33
-      01002150H   LINE      ---      ---       #35
-      02004EB7H   SYMBOL    XDATA    VOID      queue
+      01002620H   BLOCK     CODE     ---       LVL=0
+      01002620H   LINE      ---      ---       #26
+      01002622H   LINE      ---      ---       #27
+      01002622H   BLOCK     CODE     NEAR LAB  LVL=1
+      01002622H   LINE      ---      ---       #28
+      01002627H   LINE      ---      ---       #29
+      01002628H   LINE      ---      ---       #31
+      0100262CH   LINE      ---      ---       #32
+      01002633H   LINE      ---      ---       #33
+      0100265EH   LINE      ---      ---       #35
+      02004EB6H   SYMBOL    XDATA    VOID      queue
       00000006H   SYMBOL    DATA     VOID      group
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      0100210CH   BLOCK     CODE     ---       LVL=0
-      0100210CH   LINE      ---      ---       #37
-      0100210CH   LINE      ---      ---       #38
-      0100210CH   LINE      ---      ---       #39
+      0100265FH   BLOCK     CODE     ---       LVL=0
+      0100265FH   LINE      ---      ---       #37
+      0100265FH   LINE      ---      ---       #38
+      0100265FH   LINE      ---      ---       #39
       ---         BLOCKEND  ---      ---       LVL=0
 
       010010B3H   BLOCK     CODE     ---       LVL=0
@@ -2685,137 +2522,137 @@
       01001000H   LINE      ---      ---       #86
       ---         BLOCKEND  ---      ---       LVL=0
 
-      01002080H   BLOCK     CODE     ---       LVL=0
-      01002080H   LINE      ---      ---       #88
-      01002080H   LINE      ---      ---       #89
-      01002080H   BLOCK     CODE     NEAR LAB  LVL=1
-      01002080H   LINE      ---      ---       #92
-      01002086H   LINE      ---      ---       #94
-      0100208AH   LINE      ---      ---       #95
-      01002091H   LINE      ---      ---       #96
-      01002094H   LINE      ---      ---       #97
-      010020B5H   LINE      ---      ---       #98
-      010020D6H   LINE      ---      ---       #99
-      010020D7H   LINE      ---      ---       #101
-      010020D7H   LINE      ---      ---       #102
-      010020F9H   LINE      ---      ---       #103
-      0100210BH   LINE      ---      ---       #104
-      0100210BH   LINE      ---      ---       #105
+      01001F71H   BLOCK     CODE     ---       LVL=0
+      01001F71H   LINE      ---      ---       #88
+      01001F71H   LINE      ---      ---       #89
+      01001F71H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001F71H   LINE      ---      ---       #92
+      01001F77H   LINE      ---      ---       #94
+      01001F7BH   LINE      ---      ---       #95
+      01001F82H   LINE      ---      ---       #96
+      01001F85H   LINE      ---      ---       #97
+      01001FA6H   LINE      ---      ---       #98
+      01001FC7H   LINE      ---      ---       #99
+      01001FC8H   LINE      ---      ---       #101
+      01001FC8H   LINE      ---      ---       #102
+      01001FEAH   LINE      ---      ---       #103
+      01001FFCH   LINE      ---      ---       #104
+      01001FFCH   LINE      ---      ---       #105
       00000006H   SYMBOL    DATA     VOID      queue
       00000007H   SYMBOL    DATA     VOID      group
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01002AC1H   BLOCK     CODE     ---       LVL=0
-      01002AC1H   LINE      ---      ---       #107
-      01002AC1H   LINE      ---      ---       #108
-      01002AC1H   BLOCK     CODE     NEAR LAB  LVL=1
-      01002AC1H   LINE      ---      ---       #111
-      01002AC5H   LINE      ---      ---       #113
-      01002AC9H   LINE      ---      ---       #114
-      01002AD0H   LINE      ---      ---       #115
-      01002AF2H   LINE      ---      ---       #116
-      01002AFFH   LINE      ---      ---       #117
+      01002667H   BLOCK     CODE     ---       LVL=0
+      01002667H   LINE      ---      ---       #107
+      01002667H   LINE      ---      ---       #108
+      01002667H   BLOCK     CODE     NEAR LAB  LVL=1
+      01002667H   LINE      ---      ---       #111
+      0100266BH   LINE      ---      ---       #113
+      0100266FH   LINE      ---      ---       #114
+      01002676H   LINE      ---      ---       #115
+      01002698H   LINE      ---      ---       #116
+      010026A5H   LINE      ---      ---       #117
       00000006H   SYMBOL    DATA     VOID      queue
       00000007H   SYMBOL    DATA     VOID      group
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      0100206DH   BLOCK     CODE     ---       LVL=0
-      0100206DH   LINE      ---      ---       #119
-      01002072H   LINE      ---      ---       #120
-      01002072H   BLOCK     CODE     NEAR LAB  LVL=1
-      01002072H   LINE      ---      ---       #121
-      01002076H   LINE      ---      ---       #122
+      01001F5DH   BLOCK     CODE     ---       LVL=0
+      01001F5DH   LINE      ---      ---       #119
+      01001F62H   LINE      ---      ---       #120
+      01001F62H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001F62H   LINE      ---      ---       #121
+      01001F67H   LINE      ---      ---       #122
       00000021H.0 SYMBOL    BIT      VOID      st
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      0100162EH   BLOCK     CODE     ---       LVL=0
-      0100162EH   LINE      ---      ---       #125
-      01001633H   LINE      ---      ---       #126
-      01001633H   BLOCK     CODE     NEAR LAB  LVL=1
-      01001633H   LINE      ---      ---       #127
-      0100163EH   LINE      ---      ---       #128
+      0100148EH   BLOCK     CODE     ---       LVL=0
+      0100148EH   LINE      ---      ---       #125
+      01001493H   LINE      ---      ---       #126
+      01001493H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001493H   LINE      ---      ---       #127
+      0100149EH   LINE      ---      ---       #128
       00000021H.1 SYMBOL    BIT      VOID      st
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      01002151H   BLOCK     CODE     ---       LVL=0
-      01002151H   LINE      ---      ---       #131
-      01002151H   LINE      ---      ---       #132
-      01002151H   BLOCK     CODE     NEAR LAB  LVL=1
-      01002151H   LINE      ---      ---       #134
-      01002153H   LINE      ---      ---       #135
-      01002184H   LINE      ---      ---       #136
+      010026A6H   BLOCK     CODE     ---       LVL=0
+      010026A6H   LINE      ---      ---       #131
+      010026A6H   LINE      ---      ---       #132
+      010026A6H   BLOCK     CODE     NEAR LAB  LVL=1
+      010026A6H   LINE      ---      ---       #134
+      010026A8H   LINE      ---      ---       #135
+      010026D9H   LINE      ---      ---       #136
       00000007H   SYMBOL    DATA     VOID      i
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
       ---         MODULE    ---      ---       IIC
-      01001A3DH   PUBLIC    CODE     ---       _IIC_WriteBlock
-      010019A3H   PUBLIC    CODE     ---       _IIC_write
-      010018EBH   PUBLIC    CODE     ---       _IIC_Read
-
-      0100199BH   BLOCK     CODE     ---       LVL=0
-      0100199BH   LINE      ---      ---       #11
-      0100199BH   LINE      ---      ---       #12
-      0100199BH   LINE      ---      ---       #13
-      010019A2H   LINE      ---      ---       #14
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      010018EBH   BLOCK     CODE     ---       LVL=0
-      010018EBH   LINE      ---      ---       #16
-      010018FCH   LINE      ---      ---       #17
-      010018FCH   BLOCK     CODE     NEAR LAB  LVL=1
-      010018FCH   LINE      ---      ---       #18
-      010018FCH   LINE      ---      ---       #19
-      01001905H   LINE      ---      ---       #20
-      0100190BH   LINE      ---      ---       #21
-      01001911H   LINE      ---      ---       #22
-      01001917H   LINE      ---      ---       #23
-      01001930H   LINE      ---      ---       #24
-      01001945H   LINE      ---      ---       #25
-      0100195EH   LINE      ---      ---       #26
-      01001964H   LINE      ---      ---       #27
-      0100196CH   LINE      ---      ---       #28
-      01001973H   LINE      ---      ---       #29
-      01001973H   LINE      ---      ---       #30
-      0100197AH   LINE      ---      ---       #31
-      0100197CH   LINE      ---      ---       #32
+      01002545H   PUBLIC    CODE     ---       _IIC_WriteBlock
+      010024AAH   PUBLIC    CODE     ---       _IIC_write
+      01001673H   PUBLIC    CODE     ---       _IIC_Read
+
+      010017C7H   BLOCK     CODE     ---       LVL=0
+      010017C7H   LINE      ---      ---       #11
+      010017C7H   LINE      ---      ---       #12
+      010017C7H   LINE      ---      ---       #13
+      010017CEH   LINE      ---      ---       #14
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01001673H   BLOCK     CODE     ---       LVL=0
+      01001673H   LINE      ---      ---       #16
+      01001684H   LINE      ---      ---       #17
+      01001684H   BLOCK     CODE     NEAR LAB  LVL=1
+      01001684H   LINE      ---      ---       #18
+      01001684H   LINE      ---      ---       #19
+      0100168DH   LINE      ---      ---       #20
+      01001693H   LINE      ---      ---       #21
+      01001699H   LINE      ---      ---       #22
+      0100169FH   LINE      ---      ---       #23
+      010016B8H   LINE      ---      ---       #24
+      010016CDH   LINE      ---      ---       #25
+      010016E6H   LINE      ---      ---       #26
+      010016ECH   LINE      ---      ---       #27
+      010016F4H   LINE      ---      ---       #28
+      010016FBH   LINE      ---      ---       #29
+      010016FBH   LINE      ---      ---       #30
+      01001702H   LINE      ---      ---       #31
+      01001704H   LINE      ---      ---       #32
       00000006H   SYMBOL    DATA     VOID      mem_src
       ---         BLOCKEND  CODE     ---       LVL=1
       ---         BLOCKEND  CODE     ---       LVL=0
 
-      010019A3H   BLOCK     CODE     ---       LVL=0
-      010019A3H   LINE      ---      ---       #35
-      010019BEH   LINE      ---      ---       #36
-      010019BEH   LINE      ---      ---       #37
-      010019DFH   LINE      ---      ---       #38
-      010019E5H   LINE      ---      ---       #39
-      010019F4H   LINE      ---      ---       #40
-      01001A11H   LINE      ---      ---       #41
-      01001A28H   LINE      ---      ---       #42
-      01001A2FH   LINE      ---      ---       #43
-      01001A34H   LINE      ---      ---       #44
-      01001A3BH   LINE      ---      ---       #45
-      ---         BLOCKEND  ---      ---       LVL=0
-
-      01001A3DH   BLOCK     CODE     ---       LVL=0
-      01001A3DH   LINE      ---      ---       #48
-      01001A54H   LINE      ---      ---       #49
-      01001A54H   BLOCK     CODE     NEAR LAB  LVL=1
-      01001A54H   LINE      ---      ---       #51
-      01001A60H   LINE      ---      ---       #52
-      01001A70H   LINE      ---      ---       #53
-      01001A7EH   LINE      ---      ---       #54
-      01001AA4H   LINE      ---      ---       #55
-      01001AB1H   LINE      ---      ---       #56
-      01001AC6H   LINE      ---      ---       #57
-      01001ACBH   LINE      ---      ---       #58
-      01001ADCH   LINE      ---      ---       #59
-      01001AE8H   LINE      ---      ---       #60
-      01001AEAH   LINE      ---      ---       #61
+      010024AAH   BLOCK     CODE     ---       LVL=0
+      010024AAH   LINE      ---      ---       #35
+      010024C5H   LINE      ---      ---       #36
+      010024C5H   LINE      ---      ---       #37
+      010024E6H   LINE      ---      ---       #38
+      010024ECH   LINE      ---      ---       #39
+      010024FBH   LINE      ---      ---       #40
+      01002518H   LINE      ---      ---       #41
+      0100252FH   LINE      ---      ---       #42
+      01002536H   LINE      ---      ---       #43
+      0100253BH   LINE      ---      ---       #44
+      01002542H   LINE      ---      ---       #45
+      ---         BLOCKEND  ---      ---       LVL=0
+
+      01002545H   BLOCK     CODE     ---       LVL=0
+      01002545H   LINE      ---      ---       #48
+      0100255CH   LINE      ---      ---       #49
+      0100255CH   BLOCK     CODE     NEAR LAB  LVL=1
+      0100255CH   LINE      ---      ---       #51
+      01002568H   LINE      ---      ---       #52
+      01002578H   LINE      ---      ---       #53
+      01002586H   LINE      ---      ---       #54
+      010025ACH   LINE      ---      ---       #55
+      010025B9H   LINE      ---      ---       #56
+      010025CEH   LINE      ---      ---       #57
+      010025D3H   LINE      ---      ---       #58
+      010025E4H   LINE      ---      ---       #59
+      010025F0H   LINE      ---      ---       #60
+      010025F2H   LINE      ---      ---       #61
       00000004H   SYMBOL    DATA     VOID      cris
       02004E44H   SYMBOL    XDATA    VOID      curr_len
       ---         BLOCKEND  CODE     ---       LVL=1
@@ -2887,5 +2724,5 @@
       ---         MODULE    ---      ---       ?C_INIT
       010005B1H   PUBLIC    CODE     ---       ?C_START
 
-Program Size: data=10.2 xdata=812 const=182 code=10826
+Program Size: data=10.2 xdata=811 const=182 code=9764
 LX51 RUN COMPLETE.  0 WARNING(S),  0 ERROR(S)
Index: c51/output/FW.SBR
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/output/eeprom.dat
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/output/eeprom.dat	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/output/eeprom.dat	(working copy)
@@ -2,7 +2,7 @@
 02
 aa
 55
-ae
+a6
 10
 c5
 12
@@ -15,55 +15,55 @@
 c0
 01
 00
-2d
+2b
 c0
 01
 80
-35
+33
 c0
 02
 80
-3e
+3c
 c0
 48
 01
-87
+85
 c0
 49
 01
-5a
+58
 c0
 4a
 01
-60
+5e
 c0
 4a
 81
-4a
+48
 c0
 58
 02
-2c
+2a
 c0
 58
 81
-0e
+0c
 c0
 59
 01
-22
+20
 c0
 59
 81
-3c
+3a
 c0
 5b
 01
-45
+43
 c0
 5c
 81
-16
+14
 20
 20
 3b
@@ -71,7 +71,7 @@
 c0
 19
 02
-38
+36
 c0
 1d
 d3
@@ -79,83 +79,83 @@
 c0
 1f
 01
-fa
+f8
 c0
 1f
 81
-fe
+fc
 c0
 25
 02
-81
+7f
 c0
 25
 82
-31
+2f
 c0
 26
 02
-3b
+39
 c0
 27
 02
-41
+3f
 c0
 2b
 02
-48
+46
 c0
 31
 82
-50
+4e
 c0
 32
 02
-75
+73
 c0
 32
 82
-a6
+a4
 c0
 34
 84
-03
+01
 c0
 35
 83
-ec
+ea
 c0
 37
 04
-0a
+08
 c0
 37
 82
-8c
+8a
 c0
 43
 80
-e9
+e7
 c0
 46
 82
-0c
+0a
 c0
 47
 82
-02
+00
 c0
 66
 81
-91
+8f
 c0
 67
 80
-f4
+f2
 c0
 68
 00
-fe
+fc
 20
 20
 3b
@@ -168,14 +168,6 @@
 00
 8b
 81
-58
-01
-06
-20
-60
-01
-cd
-4c
 70
 80
 06
@@ -211,7 +203,7 @@
 20
 3a
 00
-2f
+2d
 20
 20
 30
@@ -219,15 +211,15 @@
 20
 40
 00
-84
+82
 20
 40
 00
-42
+40
 20
 40
 00
-39
+37
 20
 20
 30
@@ -275,7 +267,7 @@
 20
 3a
 00
-46
+44
 68
 00
 c7
@@ -287,7 +279,7 @@
 20
 40
 00
-e4
+e2
 20
 74
 00
@@ -303,7 +295,7 @@
 20
 40
 00
-c5
+c3
 60
 00
 cb
@@ -311,7 +303,7 @@
 c0
 00
 80
-59
+57
 1f
 e2
 04
@@ -327,7 +319,7 @@
 c3
 00
 00
-56
+54
 1a
 22
 0c
@@ -343,7 +335,7 @@
 c0
 02
 80
-63
+61
 20
 20
 3b
@@ -359,15 +351,15 @@
 20
 20
 00
-bd
+bb
 20
 40
 00
-c5
+c3
 20
 40
 00
-c5
+c3
 60
 00
 8b
@@ -375,7 +367,7 @@
 20
 40
 00
-5e
+5c
 20
 20
 7c
@@ -383,7 +375,7 @@
 20
 40
 00
-c8
+c6
 18
 c2
 04
@@ -439,7 +431,7 @@
 20
 40
 00
-c5
+c3
 18
 c2
 22
@@ -467,7 +459,7 @@
 20
 40
 00
-c5
+c3
 18
 c2
 22
@@ -475,15 +467,15 @@
 c0
 00
 80
-78
+76
 c0
 01
 00
-80
+7e
 c0
 01
 80
-82
+80
 68
 01
 4c
@@ -499,7 +491,7 @@
 20
 40
 00
-bf
+bd
 20
 40
 56
@@ -523,7 +515,7 @@
 20
 20
 00
-79
+77
 68
 01
 4c
@@ -531,7 +523,7 @@
 20
 20
 00
-79
+77
 68
 0a
 4c
@@ -611,11 +603,11 @@
 c2
 80
 00
-a1
+9f
 c2
 80
 80
-a3
+a1
 da
 20
 00
@@ -623,7 +615,7 @@
 20
 40
 00
-b4
+b2
 70
 89
 71
@@ -639,7 +631,7 @@
 20
 40
 00
-a4
+a2
 da
 20
 00
@@ -647,7 +639,7 @@
 20
 20
 00
-b4
+b2
 70
 89
 71
@@ -655,7 +647,7 @@
 20
 20
 00
-a4
+a2
 70
 89
 71
@@ -747,7 +739,7 @@
 24
 3a
 00
-bb
+b9
 79
 3f
 84
@@ -763,7 +755,7 @@
 20
 40
 00
-c5
+c3
 1f
 e2
 72
@@ -771,15 +763,15 @@
 20
 40
 00
-c1
+bf
 20
 20
 00
-5e
+5c
 20
 40
 00
-c5
+c3
 e0
 a0
 80
@@ -787,7 +779,7 @@
 c2
 00
 00
-c1
+bf
 20
 60
 00
@@ -795,7 +787,7 @@
 20
 40
 00
-c8
+c6
 e8
 c0
 80
@@ -863,11 +855,11 @@
 20
 40
 00
-dc
+da
 c2
 00
 00
-d4
+d2
 18
 a2
 7e
@@ -915,7 +907,7 @@
 20
 20
 00
-e6
+e4
 68
 01
 4b
@@ -959,7 +951,7 @@
 24
 41
 00
-f0
+ee
 20
 20
 7c
@@ -999,7 +991,7 @@
 20
 40
 00
-fa
+f8
 20
 20
 3e
@@ -1011,11 +1003,11 @@
 c0
 0a
 04
-1b
+19
 c0
 0a
 84
-21
+1f
 20
 20
 3e
@@ -1055,7 +1047,7 @@
 20
 20
 01
-02
+00
 1a
 62
 7e
@@ -1083,7 +1075,7 @@
 20
 20
 00
-cd
+cb
 70
 41
 6e
@@ -1239,7 +1231,7 @@
 20
 40
 00
-e4
+e2
 24
 74
 00
@@ -1247,7 +1239,7 @@
 20
 40
 00
-e1
+df
 24
 74
 00
@@ -1263,15 +1255,15 @@
 20
 40
 01
-41
+3f
 20
 20
 00
-e4
+e2
 20
 40
 01
-34
+32
 24
 74
 00
@@ -1299,7 +1291,7 @@
 c0
 80
 01
-41
+3f
 20
 60
 00
@@ -1307,7 +1299,7 @@
 20
 40
 01
-34
+32
 24
 74
 00
@@ -1327,7 +1319,7 @@
 20
 40
 01
-4c
+4a
 20
 20
 3a
@@ -1339,7 +1331,7 @@
 24
 3a
 01
-52
+50
 20
 40
 3d
@@ -1415,7 +1407,7 @@
 20
 40
 01
-5d
+5b
 58
 00
 05
@@ -1491,7 +1483,7 @@
 20
 40
 01
-76
+74
 70
 89
 55
@@ -1575,7 +1567,7 @@
 20
 40
 01
-7e
+7c
 20
 20
 3a
@@ -1623,7 +1615,7 @@
 58
 00
 01
-90
+8e
 60
 01
 42
@@ -1631,15 +1623,15 @@
 58
 00
 01
-07
+05
 60
 01
 42
 92
 58
 00
-02
 01
+ff
 60
 01
 42
@@ -1647,7 +1639,7 @@
 58
 00
 00
-42
+40
 60
 01
 42
@@ -1655,7 +1647,7 @@
 58
 00
 01
-8a
+88
 60
 01
 42
@@ -1703,11 +1695,11 @@
 c0
 2d
 01
-bf
+bd
 20
 35
 81
-bd
+bb
 68
 01
 4c
@@ -1735,7 +1727,7 @@
 20
 40
 01
-ca
+c8
 68
 04
 02
@@ -1743,7 +1735,7 @@
 24
 3a
 01
-b7
+b5
 68
 01
 4a
@@ -1755,7 +1747,7 @@
 20
 3a
 01
-b7
+b5
 60
 01
 4c
@@ -1763,7 +1755,7 @@
 20
 40
 04
-28
+26
 70
 4b
 a4
@@ -1771,7 +1763,7 @@
 20
 40
 00
-cd
+cb
 70
 4c
 97
@@ -1791,7 +1783,7 @@
 20
 20
 01
-b9
+b7
 1c
 e2
 7e
@@ -1799,7 +1791,7 @@
 20
 3a
 02
-04
+02
 20
 40
 5b
@@ -1835,7 +1827,7 @@
 20
 20
 01
-b9
+b7
 20
 40
 68
@@ -1875,11 +1867,11 @@
 c2
 80
 01
-dc
+da
 c2
 80
 81
-ea
+e8
 68
 01
 02
@@ -2067,7 +2059,7 @@
 20
 40
 01
-41
+3f
 70
 4c
 97
@@ -2131,19 +2123,19 @@
 c0
 06
 82
-1b
+19
 c0
 15
 82
-23
+21
 c0
 15
 02
-25
+23
 c0
 08
 82
-19
+17
 c0
 09
 7c
@@ -2295,7 +2287,7 @@
 20
 40
 02
-3e
+3c
 20
 20
 54
@@ -2303,7 +2295,7 @@
 20
 36
 81
-63
+61
 20
 40
 53
@@ -2327,7 +2319,7 @@
 c0
 00
 82
-46
+44
 20
 20
 54
@@ -2379,23 +2371,23 @@
 c0
 03
 82
-6a
+68
 c0
 07
 82
-6e
+6c
 c0
 03
 02
-5c
+5a
 c0
 01
 02
-59
+57
 c0
 09
 82
-57
+55
 20
 20
 56
@@ -2451,7 +2443,7 @@
 c0
 01
 02
-66
+64
 70
 41
 31
@@ -2459,7 +2451,7 @@
 20
 20
 02
-68
+66
 70
 0b
 7d
@@ -2531,7 +2523,7 @@
 c0
 01
 02
-7a
+78
 c0
 03
 d7
@@ -2623,15 +2615,15 @@
 c0
 29
 02
-92
+90
 c0
 01
 02
-a4
+a2
 c0
 09
 02
-98
+96
 20
 20
 59
@@ -2647,7 +2639,7 @@
 c0
 0f
 82
-96
+94
 20
 20
 59
@@ -2659,7 +2651,7 @@
 20
 20
 02
-2e
+2c
 68
 01
 03
@@ -2671,7 +2663,7 @@
 20
 42
 82
-96
+94
 68
 01
 03
@@ -2691,7 +2683,7 @@
 20
 22
 82
-a1
+9f
 20
 20
 59
@@ -2723,27 +2715,27 @@
 c0
 0d
 83
-de
+dc
 c0
 0e
 83
-de
+dc
 c0
 08
 83
-72
+70
 c0
 04
 83
-24
+22
 c0
 02
 83
-12
+10
 c0
 03
 82
-c6
+c4
 c0
 09
 d8
@@ -2751,15 +2743,15 @@
 c0
 01
 82
-b7
+b5
 c0
 05
 82
-ba
+b8
 c0
 06
 82
-b2
+b0
 20
 20
 56
@@ -2771,7 +2763,7 @@
 c0
 03
 82
-b5
+b3
 20
 20
 57
@@ -2803,7 +2795,7 @@
 c0
 07
 02
-bd
+bb
 20
 20
 57
@@ -2867,7 +2859,7 @@
 20
 22
 82
-df
+dd
 58
 00
 18
@@ -2879,7 +2871,7 @@
 20
 22
 82
-e1
+df
 58
 00
 18
@@ -2891,7 +2883,7 @@
 20
 22
 82
-e5
+e3
 58
 00
 18
@@ -2903,7 +2895,7 @@
 20
 22
 82
-e3
+e1
 20
 20
 57
@@ -2943,7 +2935,7 @@
 20
 20
 02
-e7
+e5
 d8
 e0
 00
@@ -2951,7 +2943,7 @@
 20
 20
 02
-d6
+d4
 d8
 e0
 00
@@ -2959,7 +2951,7 @@
 20
 20
 02
-d6
+d4
 d8
 e0
 00
@@ -2967,7 +2959,7 @@
 20
 20
 02
-d6
+d4
 d8
 e0
 00
@@ -2975,7 +2967,7 @@
 20
 20
 02
-d6
+d4
 68
 01
 44
@@ -2995,11 +2987,11 @@
 20
 40
 02
-ee
+ec
 20
 22
 82
-f9
+f7
 20
 20
 57
@@ -3047,7 +3039,7 @@
 20
 20
 02
-ef
+ed
 18
 c0
 8d
@@ -3063,7 +3055,7 @@
 20
 40
 03
-07
+05
 20
 3a
 57
@@ -3147,7 +3139,7 @@
 20
 20
 03
-0a
+08
 d9
 60
 00
@@ -3175,7 +3167,7 @@
 24
 21
 03
-22
+20
 78
 54
 7c
@@ -3211,7 +3203,7 @@
 20
 20
 03
-16
+14
 18
 c0
 8c
@@ -3219,7 +3211,7 @@
 20
 20
 03
-1f
+1d
 68
 09
 44
@@ -3235,7 +3227,7 @@
 20
 22
 83
-64
+62
 58
 00
 2a
@@ -3247,7 +3239,7 @@
 20
 22
 83
-6f
+6d
 58
 00
 28
@@ -3275,11 +3267,11 @@
 20
 40
 03
-b6
+b4
 24
 21
 03
-40
+3e
 68
 09
 02
@@ -3287,19 +3279,19 @@
 20
 40
 03
-be
+bc
 c0
 00
 83
-40
+3e
 20
 40
 03
-ba
+b8
 24
 22
 83
-3e
+3c
 78
 54
 7c
@@ -3307,31 +3299,31 @@
 20
 40
 03
-42
+40
 20
 40
 03
-a4
+a2
 20
 40
 03
-be
+bc
 20
 40
 03
-4a
+48
 20
 20
 03
-40
+3e
 20
 40
 03
-a4
+a2
 20
 20
 03
-31
+2f
 20
 34
 57
@@ -3339,7 +3331,7 @@
 20
 20
 03
-dc
+da
 68
 01
 02
@@ -3359,7 +3351,7 @@
 20
 40
 03
-d3
+d1
 d8
 a0
 44
@@ -3371,7 +3363,7 @@
 20
 20
 03
-d6
+d4
 68
 09
 4c
@@ -3383,11 +3375,11 @@
 c0
 82
 83
-5c
+5a
 20
 40
 03
-d0
+ce
 68
 01
 02
@@ -3399,7 +3391,7 @@
 20
 40
 03
-d6
+d4
 58
 00
 45
@@ -3431,7 +3423,7 @@
 20
 40
 03
-d0
+ce
 18
 42
 0c
@@ -3443,11 +3435,11 @@
 20
 20
 03
-d6
+d4
 20
 40
 03
-d0
+ce
 68
 01
 02
@@ -3467,7 +3459,7 @@
 20
 40
 03
-d6
+d4
 70
 44
 45
@@ -3531,7 +3523,7 @@
 20
 20
 03
-65
+63
 d9
 60
 00
@@ -3555,11 +3547,11 @@
 20
 40
 03
-b6
+b4
 24
 21
 03
-9a
+98
 68
 09
 02
@@ -3567,19 +3559,19 @@
 20
 40
 03
-be
+bc
 c0
 00
 83
-9d
+9b
 20
 40
 03
-ba
+b8
 24
 22
 83
-96
+94
 68
 00
 8d
@@ -3587,11 +3579,11 @@
 c0
 00
 83
-9d
+9b
 24
 34
 03
-87
+85
 78
 54
 7c
@@ -3611,11 +3603,11 @@
 20
 40
 03
-d6
+d4
 20
 20
 03
-91
+8f
 68
 00
 cc
@@ -3627,7 +3619,7 @@
 20
 22
 83
-9d
+9b
 68
 00
 c4
@@ -3639,7 +3631,7 @@
 20
 22
 83
-9d
+9b
 68
 01
 02
@@ -3655,7 +3647,7 @@
 20
 40
 03
-ad
+ab
 68
 01
 02
@@ -3667,7 +3659,7 @@
 20
 40
 03
-a8
+a6
 19
 60
 97
@@ -3675,15 +3667,15 @@
 20
 22
 83
-98
+96
 20
 40
 03
-a4
+a2
 20
 20
 03
-77
+75
 70
 0d
 5c
@@ -3691,7 +3683,7 @@
 20
 20
 03
-96
+94
 68
 01
 02
@@ -3703,7 +3695,7 @@
 20
 20
 03
-a1
+9f
 68
 01
 02
@@ -3719,7 +3711,7 @@
 20
 20
 03
-a1
+9f
 20
 34
 57
@@ -3727,11 +3719,11 @@
 20
 40
 03
-ad
+ab
 20
 20
 03
-dc
+da
 68
 09
 02
@@ -3763,7 +3755,7 @@
 20
 40
 03
-d3
+d1
 20
 20
 7e
@@ -3771,7 +3763,7 @@
 20
 40
 03
-d0
+ce
 68
 01
 0d
@@ -3803,7 +3795,7 @@
 20
 20
 03
-d6
+d4
 68
 09
 02
@@ -3851,7 +3843,7 @@
 20
 3a
 03
-c9
+c7
 e8
 c9
 00
@@ -3867,7 +3859,7 @@
 20
 22
 83
-cb
+c9
 e8
 c0
 80
@@ -3879,7 +3871,7 @@
 20
 20
 03
-c0
+be
 58
 00
 00
@@ -3899,7 +3891,7 @@
 20
 40
 03
-d9
+d7
 58
 00
 00
@@ -3959,7 +3951,7 @@
 20
 40
 03
-d0
+ce
 20
 20
 58
@@ -4027,23 +4019,23 @@
 c0
 01
 83
-fa
+f8
 c0
 05
 03
-fe
+fc
 c0
 00
 03
-f7
+f5
 c0
 09
 03
-fc
+fa
 c0
 01
-04
-00
+03
+fe
 1f
 e6
 7c
@@ -4123,7 +4115,7 @@
 20
 20
 84
-07
+05
 20
 20
 58
@@ -4147,15 +4139,15 @@
 c0
 00
 84
-11
+0f
 c0
 02
 04
-16
+14
 c0
 04
 84
-0f
+0d
 20
 20
 58
@@ -4195,7 +4187,7 @@
 20
 22
 84
-19
+17
 20
 20
 59
@@ -4272,12 +4264,12 @@
 60
 00
 00
-51
-07
+11
+72
 aa
 55
-02
-2b
+dc
+26
 02
 05
 6a
@@ -5677,8 +5669,8 @@
 05
 b1
 02
-28
-83
+22
+55
 e4
 93
 a3
@@ -5808,23 +5800,23 @@
 4e
 0b
 ff
-16
-54
+15
+33
 00
 00
 00
 ff
-1b
-47
+17
+98
 ff
-25
-67
+14
+aa
 00
 00
 00
 ff
-25
-ec
+20
+08
 00
 1a
 08
@@ -6225,8 +6217,8 @@
 7b
 64
 12
-28
-86
+22
+58
 90
 4e
 66
@@ -6552,8 +6544,8 @@
 e0
 f9
 12
-1d
-88
+19
+6a
 ef
 60
 02
@@ -7808,8 +7800,8 @@
 ed
 f0
 12
-17
-f4
+19
+1a
 ef
 60
 1d
@@ -8029,13 +8021,13 @@
 a3
 f0
 12
-2a
-75
+24
+47
 50
 24
 12
-22
-e5
+19
+d8
 90
 4e
 92
@@ -8078,7 +8070,7 @@
 f0
 90
 4e
-b6
+b5
 ed
 f0
 e0
@@ -8106,7 +8098,7 @@
 e7
 90
 4e
-b6
+b5
 e0
 24
 02
@@ -8117,8 +8109,8 @@
 b1
 35
 12
-26
-0f
+20
+b8
 90
 4c
 ee
@@ -8144,18 +8136,18 @@
 f0
 22
 12
-25
-fc
+20
+a5
 12
-29
-30
+23
+02
 d1
 27
 f1
 84
 12
-14
-d5
+10
+c4
 90
 0b
 7e
@@ -8168,8 +8160,8 @@
 70
 eb
 12
-1f
-c3
+1e
+b2
 f1
 cd
 f1
@@ -8201,13 +8193,13 @@
 60
 05
 12
-2a
-69
+24
+3b
 80
 c5
 12
-1f
-c3
+1e
+b2
 f1
 61
 80
@@ -8285,10 +8277,10 @@
 7f
 d8
 7e
-7f
+3f
 12
-1a
-3d
+25
+45
 7b
 01
 7a
@@ -8302,10 +8294,10 @@
 7f
 f6
 7e
-7f
+3f
 12
-1a
-3d
+25
+45
 d2
 01
 7f
@@ -8571,95 +8563,73 @@
 52
 22
 90
-4e
-98
-ef
-f0
-a3
-ed
-f0
-e4
-a3
-f0
-ed
-f0
-90
 4d
-db
+e1
 e0
 64
-01
+02
 60
 02
 21
-5d
+8a
 90
-4e
-99
+4c
+ec
 e0
-ff
-64
-14
-60
-0a
-ef
-64
-1a
 60
-05
-ef
-64
-08
-70
-58
-ef
-b4
-14
-0c
+02
+21
+84
 90
 4c
-c1
-74
+d5
+e0
+b4
 02
-f0
+04
+b1
+29
+80
+2e
 90
 4c
-fb
-f0
-80
-21
-ef
+d5
+e0
 b4
-1a
-0e
+01
+14
 90
 4c
-c1
+fa
+e0
+70
+21
+90
+4c
+e2
 74
-01
+04
 f0
 90
 4c
-fb
+fa
 74
-04
+01
 f0
 80
-0f
-ef
-b4
-08
-0b
-e4
+13
 90
 4c
-c1
+fa
+e0
+b4
+01
+0c
+e4
 f0
 90
 4c
-fb
-74
-06
+e2
 f0
 c2
 01
@@ -8667,911 +8637,857 @@
 1d
 11
 b3
+f1
+51
+ef
+60
+5e
 90
-4e
-98
+4d
+d9
 e0
 ff
-a3
+90
+4c
+b7
 e0
-fd
-e4
-fb
-91
-b5
+6f
+60
+6a
+e0
+30
+e0
+12
 90
-4e
-9a
-ef
-f0
-0b
-7a
 4c
-79
-c1
-7d
+e6
+74
+02
+f0
+a3
+74
+58
+f0
+d2
 01
-7c
-00
 7f
-f5
-7e
+0f
+11
+b3
+80
+0d
+c2
+01
 7f
-12
-1a
-3d
-90
-4e
-99
-e0
-fd
-b4
-29
 0f
-90
-4e
-98
-e0
-ff
+11
+b3
 e4
-fb
-91
-b5
-90
-4e
-9a
-ef
-f0
-22
-90
-4d
-db
-e0
-b4
-01
-06
 90
 4c
-c1
-e0
-60
-20
-90
-4d
-db
-e0
-70
-08
+e6
+f0
+a3
+f0
 90
 4c
-c1
+b7
 e0
-64
-02
-60
+30
+e1
 12
 90
-4d
-db
-e0
-60
-02
-81
-af
-90
 4c
-c1
-e0
-64
-01
-60
+e8
+74
 02
-81
-af
+f0
+a3
+74
+58
+f0
+d2
+01
+7f
+1e
+11
+b3
+80
+0d
+c2
+01
+7f
+1e
+11
+b3
+e4
 90
-4e
-99
+4c
+e8
+f0
+a3
+f0
+90
+4c
+b7
 e0
-fd
-24
-d7
-60
-3b
-24
-ef
-b4
-0c
-00
-40
-02
-81
-af
 90
-11
-aa
-75
-f0
-03
-a4
-c5
-83
-25
+4d
+d9
 f0
-c5
-83
-73
-02
+22
+c2
+01
+7f
+0f
 11
-de
-02
+b3
+90
+4c
+e5
+e0
+70
+0c
+c2
+01
+7f
+1e
+01
+b3
+c2
+01
+7f
+0f
 11
-f1
-02
-12
-04
-02
-12
-17
-02
-12
-85
-02
-12
-f3
-02
-13
-91
-02
-13
-ff
-02
-14
-12
-02
-14
-25
+b3
+22
+90
+4d
+e1
+e0
+64
 02
-14
-38
+60
 02
-14
-4b
+41
+1c
 90
-4e
-98
+4c
+ec
 e0
-ff
-7b
-d6
+60
+06
+7f
+1e
 91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
+8e
+80
+0c
 90
-4e
-98
-e0
-ff
-a3
+4c
+fb
 e0
-fd
-7b
-f4
+60
+06
+14
+f0
+7f
+1d
 91
-b5
-90
-4e
-9a
+8e
+f1
+51
 ef
-f0
-81
-af
+60
+6a
 90
-4e
-98
+4c
+e6
 e0
-ff
+70
+02
 a3
 e0
-fd
-7b
-f2
-91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
+60
+26
 90
-4e
-98
+4c
+e7
 e0
+24
 ff
-a3
-e0
-fd
-7b
-f5
-91
-b5
-90
-4e
-9a
-ef
 f0
-81
-af
 90
 4c
-c1
-e0
-fc
-b4
-02
-13
-90
-4e
-98
+e6
 e0
+34
 ff
-a3
-e0
-fd
-e4
-fb
-91
-b5
-90
-4e
-9a
-ef
 f0
-81
-af
-ec
-b4
+d2
 01
-13
+7f
+0f
+11
+b3
 90
-4e
-98
+4c
+e6
 e0
-ff
+70
+02
 a3
 e0
-fd
-7b
-29
-91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
+70
+0e
+c2
+01
+7f
+0f
+11
+b3
+80
+06
+c2
+01
+7f
+0f
+11
+b3
 90
 4c
-f8
-74
-08
-f0
-a3
-74
-14
-f0
-90
-4e
-98
+e8
 e0
-ff
-30
+70
+02
+a3
 e0
-14
+60
+24
 90
 4c
-f7
+e9
 e0
-b4
-03
-05
-74
-02
-f0
-80
-0e
-90
-4c
-f7
-74
-01
+24
+ff
 f0
-80
-06
 90
 4c
-f7
-74
-04
-f0
-90
-4e
-99
+e8
 e0
-fd
-e4
-fb
-91
-b5
-90
-4e
-9a
-ef
+34
+ff
 f0
-81
-af
+d2
+01
+7f
+1e
+11
+b3
 90
 4c
-c1
+e8
 e0
-fc
-b4
+70
 02
-13
-90
-4e
-98
-e0
-ff
 a3
 e0
-fd
-e4
-fb
-91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
-ec
-b4
+70
+0c
+c2
 01
-13
+7f
+1e
+01
+b3
+c2
+01
+7f
+1e
+11
+b3
+22
 90
 4e
 98
-e0
-ff
-a3
-e0
-fd
-7b
-fa
-91
-b5
-90
-4e
-9a
 ef
 f0
-81
-af
-90
-4c
-f8
-74
-08
+a3
+ed
 f0
+e4
 a3
-74
-0b
 f0
+ed
+f0
+90
+4d
+db
+e0
+64
+01
+70
+6b
 90
 4e
-98
+99
 e0
 ff
-30
-e0
+64
 14
-90
+60
+0a
+ef
+64
+1a
+60
+05
+ef
+64
+08
+70
 4c
-f7
-e0
+ef
 b4
-03
-05
+14
+0c
+90
+4c
+c1
 74
 02
 f0
+90
+4c
+fb
+f0
 80
+21
+ef
+b4
+1a
 0e
 90
 4c
-f7
+c1
 74
 01
 f0
-80
-06
 90
 4c
-f7
+fb
 74
 04
 f0
-90
-4e
-99
-e0
-fd
-e4
-fb
-91
-b5
-90
-4e
-9a
+80
+0f
 ef
-f0
-81
-af
+b4
+08
+0b
+e4
 90
 4c
 c1
-e0
-fc
-64
-02
-70
-42
+f0
 90
 4c
-f8
-74
-0a
-f0
-a3
+fb
 74
-20
+06
 f0
+c2
+01
+7f
+1d
+11
+b3
+e4
 90
 4e
-98
-e0
-ff
-30
-e0
-1a
-90
+9a
+f0
+7b
+01
+7a
 4c
-f7
+79
+c1
+7d
+01
+fc
+7f
+f5
+7e
+3f
+12
+25
+45
+90
+4e
+99
 e0
 b4
-03
+29
 05
-74
-02
+e4
+a3
 f0
-80
+ff
+22
+90
+4d
+db
+e0
+b4
+01
 06
 90
 4c
-f7
-74
-01
-f0
+c1
+e0
+60
+20
+90
+4d
+db
+e0
+70
+08
 90
 4c
-fc
-74
-05
-f0
-80
-06
+c1
+e0
+64
+02
+60
+12
+90
+4d
+db
+e0
+60
+02
+81
+63
 90
 4c
-f7
-74
-04
-f0
+c1
+e0
+64
+01
+60
+02
+81
+63
 90
 4e
 99
 e0
-fd
-e4
-fb
-91
-b5
-90
-4e
-9a
+24
+d7
+60
+3b
+24
 ef
-f0
-81
-af
-ec
 b4
-01
-13
+0c
+00
+40
+02
+81
+63
 90
-4e
-98
-e0
-ff
-a3
-e0
-fd
-7b
-db
-91
-b5
+12
+e9
+75
+f0
+03
+a4
+c5
+83
+25
+f0
+c5
+83
+73
+02
+13
+15
+02
+13
+1d
+02
+13
+25
+02
+13
+2d
+02
+13
+5a
+02
+13
+87
+02
+13
+cc
+02
+13
+fa
+02
+14
+02
+02
+14
+0a
+02
+14
+12
+02
+14
+1a
 90
 4e
 9a
-ef
+74
+d6
 f0
 81
-af
+63
 90
-4c
-f8
+4e
+9a
 74
-08
+f4
 f0
-a3
+81
+63
+90
+4e
+9a
 74
-0e
+f2
 f0
+81
+63
 90
 4e
-98
-e0
-ff
-30
-e0
-14
+9a
+74
+f5
+f0
+81
+63
 90
 4c
-f7
+c1
 e0
+ff
 b4
-03
-05
-74
 02
-f0
-80
-0e
+07
+e4
 90
-4c
-f7
-74
-01
+4e
+9a
 f0
-80
-06
+81
+63
+ef
+b4
+01
+08
 90
-4c
-f7
+4e
+9a
 74
-04
+29
 f0
+81
+63
 90
 4e
-99
+98
 e0
-fd
-e4
-fb
+ff
+7b
+14
+7d
+08
 91
-b5
+69
+e4
 90
 4e
 9a
-ef
 f0
 81
-af
+63
 90
 4c
 c1
 e0
-fc
+ff
 b4
 02
-13
-90
-4e
-98
-e0
-ff
-a3
-e0
-fd
-7b
-d9
-91
-b5
+07
+e4
 90
 4e
 9a
-ef
 f0
 81
-af
-ec
+63
+ef
 b4
 01
-13
+08
+90
+4e
+9a
+74
+fa
+f0
+81
+63
 90
 4e
 98
 e0
 ff
-a3
-e0
-fd
 7b
-dc
+0b
+7d
+08
 91
-b5
+69
+e4
 90
 4e
 9a
-ef
 f0
 81
-af
+63
 90
 4c
-f8
-74
-08
-f0
-a3
-74
-0c
-f0
+c1
+e0
+fe
+b4
+02
+1f
 90
 4e
 98
 e0
 ff
-30
-e0
-14
+7b
+20
+7d
+0a
+91
+69
 90
-4c
-f7
+4e
+98
+e0
+30
 e0
-b4
-03
-05
-74
-02
-f0
-80
-0e
-90
-4c
-f7
-74
-01
-f0
-80
 06
 90
 4c
-f7
+fc
 74
-04
+05
 f0
-90
-4e
-99
-e0
-fd
 e4
-fb
-91
-b5
 90
 4e
 9a
-ef
 f0
 81
-af
-90
-4e
-98
-e0
-ff
-a3
-e0
-fd
-7b
-f6
-91
-b5
+63
+ee
+b4
+01
+08
 90
 4e
 9a
-ef
+74
+db
 f0
 81
-af
+63
 90
 4e
 98
 e0
 ff
-a3
-e0
-fd
 7b
-f7
+0e
+7d
+08
 91
-b5
+69
+e4
 90
 4e
 9a
-ef
 f0
 81
-af
+63
 90
-4e
-98
+4c
+c1
 e0
 ff
-a3
-e0
-fd
-7b
-f8
-91
-b5
+b4
+02
+08
 90
 4e
 9a
+74
+d9
+f0
+81
+63
 ef
+b4
+01
+08
+90
+4e
+9a
+74
+dc
 f0
 80
-77
+7b
 90
 4e
 98
 e0
 ff
-a3
-e0
-fd
 7b
-d5
+0c
+7d
+08
 91
-b5
+69
+e4
 90
 4e
 9a
-ef
 f0
 80
-64
-90
-4c
-c1
-e0
-ff
-b4
-02
-08
+69
 90
-4c
-f8
+4e
+9a
 74
-01
+f6
 f0
 80
-12
-ef
-b4
-01
-08
+61
 90
-4c
-f8
+4e
+9a
 74
-02
+f7
 f0
 80
-06
-90
-4c
-f8
-74
-08
-f0
-90
-4c
-f9
-74
-2c
-f0
+59
 90
 4e
-98
-e0
-ff
-30
-e0
-20
-90
-4c
-f7
-e0
-b4
-03
-05
+9a
 74
-02
+f8
 f0
 80
-06
+51
 90
-4c
-f7
+4e
+9a
 74
-01
+d5
 f0
+80
+49
 90
 4c
 c1
 e0
-60
-0e
+fe
+b4
+02
+0d
 90
-4c
-fc
-74
-0a
-f0
+4e
+98
+e0
+ff
+7b
+2c
+7d
+01
+91
+69
+80
+1c
+ee
+b4
+01
+0d
+90
+4e
+98
+e0
+ff
+7b
+2c
+7d
+02
+91
+69
 80
+0b
+90
+4e
+98
+e0
+ff
+7b
+2c
+7d
+08
+91
+69
+90
+4e
+98
+e0
+30
+e0
+0c
+90
+4c
+c1
+e0
+60
 06
 90
 4c
-f7
+fc
 74
-04
+0a
 f0
-90
-4e
-99
-e0
-fd
 e4
-fb
-91
-b5
 90
 4e
 9a
-ef
 f0
 90
 4e
@@ -9579,411 +9495,198 @@
 e0
 ff
 22
-ae
-05
+90
+4c
+f8
+ed
+f0
+a3
+eb
+f0
 ef
 30
 e0
-0a
+12
 90
-4d
-d3
+4c
+f7
 e0
+b4
+03
 04
+74
+02
 f0
-ae
-03
-80
-0d
+22
 90
-4d
-d3
-e0
-60
-07
-e0
-14
+4c
+f7
+74
+01
 f0
-af
-03
-ae
-07
-af
-06
 22
 90
-4d
-e1
+4c
+f7
+74
+04
+f0
+22
+90
+4e
+b8
+ef
+f0
+7b
+01
+7a
+80
+79
+74
+12
+26
+20
+92
+09
+90
+4e
+b8
 e0
-64
-02
-60
-02
-a1
-9b
+ff
+a2
+09
+b3
+92
+01
+01
+b3
 90
 4c
-ec
+ed
 e0
 60
 02
-a1
-95
+14
+f0
 90
 4c
-d5
+f2
 e0
-b4
+60
 02
-04
-d1
-4a
-80
-2e
+14
+f0
 90
 4c
-d5
+fc
 e0
-b4
-01
+60
+0a
 14
-90
-4c
-fa
+f0
 e0
 70
-21
+05
 90
 4c
-e2
-74
+f7
 04
 f0
 90
 4c
-fa
-74
-01
-f0
-80
-13
-90
-4c
-fa
+e5
 e0
-b4
-01
-0c
-e4
+60
+16
+14
 f0
+d2
+01
+7f
+1e
+11
+b3
 90
 4c
-e2
-f0
+e5
+e0
+70
+31
 c2
 01
 7f
-1d
+1e
 11
 b3
-f1
-96
-ef
-60
-5e
+80
+29
 90
-4d
-d9
+4c
+ec
 e0
-ff
+70
+23
 90
 4c
-b7
+e2
 e0
-6f
 60
-6a
+1d
+14
+f0
 e0
 30
-e0
-12
-90
-4c
-e6
-74
-02
-f0
-a3
-74
-58
-f0
+e1
+08
 d2
 01
 7f
-0f
+1d
 11
 b3
 80
-0d
+06
 c2
 01
 7f
-0f
+1d
 11
 b3
-e4
 90
 4c
-e6
-f0
-a3
-f0
-90
-4c
-b7
+e2
 e0
-30
-e1
-12
-90
-4c
-e8
-74
-02
-f0
-a3
+70
+03
 74
-59
-f0
-d2
-01
-7f
-1e
-11
-b3
-80
-0d
-c2
-01
-7f
-1e
-11
-b3
-e4
-90
-4c
-e8
-f0
-a3
-f0
-90
-4c
-b7
-e0
-90
-4d
-d9
+04
 f0
-22
-c2
-01
-7f
-0f
-11
-b3
-90
-4c
-e5
-e0
-70
-0c
-c2
-01
-7f
-1e
-01
-b3
-c2
-01
-7f
-0f
-11
-b3
-22
 90
 4d
-e1
-e0
-64
-02
-60
-02
-c1
-2d
-90
-4c
-ec
+de
 e0
 60
-06
-7f
-1e
-d1
-2e
-80
-0c
-90
-4c
-fb
+13
 e0
-60
-06
 14
 f0
-7f
-1d
-d1
-2e
-f1
-96
-ef
-60
-6a
-90
-4c
-e6
 e0
 70
-02
-a3
-e0
-60
-26
-90
-4c
-e7
-e0
-24
-ff
-f0
-90
-4c
-e6
-e0
-34
-ff
-f0
-d2
-01
-7f
-0f
-11
-b3
+0d
 90
 4c
-e6
-e0
-70
-02
-a3
+c7
 e0
-70
-0e
-c2
-01
-7f
-0f
-11
-b3
-80
+b4
+04
 06
-c2
-01
-7f
-0f
-11
-b3
-90
-4c
-e8
-e0
-70
-02
-a3
-e0
-60
-24
-90
-4c
-e9
-e0
-24
-ff
-f0
 90
-4c
-e8
-e0
-34
-ff
-f0
-d2
-01
-7f
-1e
-11
-b3
-90
-4c
-e8
-e0
-70
-02
-a3
-e0
-70
+42
+13
+74
 0c
-c2
-01
-7f
-1e
-01
-b3
-c2
-01
-7f
-1e
-11
-b3
-22
-90
-4e
-b9
-ef
 f0
-7b
-01
-7a
-80
-79
-74
-12
-21
-12
-92
-09
-90
-4e
-b9
-e0
-ff
-a2
-09
-b3
-92
-01
-01
-b3
+22
 e4
 90
 4d
@@ -9999,48 +9702,48 @@
 ec
 70
 02
-e1
-0c
+a1
+e7
 14
 70
 02
-e1
-5c
+c1
+3a
 24
 ec
 70
 02
-e1
-50
+c1
+2e
 24
 f9
 70
 02
-e1
-07
-24
+a1
+e2
+24
 fd
 60
 11
 14
 70
 02
-e1
-33
+c1
+0e
 24
 fd
 70
 02
-e1
-09
+a1
+e4
 24
 08
 60
 02
-e1
-95
+c1
+72
 f1
-cc
+23
 12
 0e
 fc
@@ -10057,10 +9760,9 @@
 7f
 d8
 7e
-7f
-12
-18
-eb
+3f
+d1
+73
 7f
 0a
 12
@@ -10079,10 +9781,9 @@
 7f
 f5
 7e
-7f
-12
-18
-eb
+3f
+d1
+73
 7f
 0a
 12
@@ -10101,10 +9802,9 @@
 7f
 f6
 7e
-7f
-12
-18
-eb
+3f
+d1
+73
 90
 4c
 f5
@@ -10166,15 +9866,14 @@
 7f
 f5
 7e
-7f
+3f
 12
-1a
-3d
-02
-1a
-f5
+25
+45
 e1
-a3
+d9
+e1
+28
 02
 06
 c2
@@ -10226,12 +9925,15 @@
 e4
 a3
 f0
-12
-1a
-eb
+f1
+cf
 e4
 90
 4c
+b7
+f0
+90
+4c
 ee
 f0
 90
@@ -10285,18 +9987,17 @@
 04
 e4
 f0
-c1
-4a
+a1
+29
 90
 4c
 f0
 e0
 ff
 60
-03
 02
-18
-43
+e1
+e1
 90
 4c
 f3
@@ -10306,8 +10007,8 @@
 02
 06
 c2
-d1
-4a
+b1
+29
 e4
 90
 4c
@@ -10317,811 +10018,797 @@
 f0
 22
 90
-4c
-c7
-e0
-b4
-04
-03
-7f
-01
-22
-7f
-00
-22
-90
-80
-80
-e4
+4e
+79
+ec
 f0
 a3
+ed
 f0
 a3
+eb
 f0
-f1
-d1
-e4
-90
-4e
-b3
+a3
+ea
 f0
+a3
+e9
 f0
 90
-4e
-b3
-e0
-90
-06
-0c
-93
-ff
-60
-0c
-c2
-05
-11
-12
-90
-4e
-b3
-e0
+80
+98
+74
 04
 f0
-80
-e9
-22
-f1
 a3
-02
-0f
-cd
 e4
+f0
 90
-4e
-b2
+0c
+af
+74
+a0
+f0
+a3
+ee
 f0
+a3
+ef
 f0
 90
-4e
-b2
-e0
-ff
-c3
-94
-08
-50
 0c
-c2
-05
-11
-12
-90
-4e
 b2
-e0
-04
+74
+a1
 f0
-80
-ea
-22
-d2
-01
+7a
+0c
+79
+af
+7e
+0c
 7f
-1e
-01
-b3
-e4
+af
+74
+af
+fc
+74
+0c
+ff
+ec
+fe
+ef
 90
-4e
-b0
+80
+9a
+ee
+f0
+a3
+ef
 f0
-90
-4c
-c8
-e0
-b4
-02
-06
 90
 4e
-b0
-e0
-ff
-22
-90
-47
-f5
+79
 e0
-30
-e3
-06
-90
-4e
-b0
+fc
+a3
 e0
+fa
+ec
 ff
-22
-90
-4c
-c7
-e0
-70
-1a
+ea
+fe
+ef
 90
-4c
-f2
-e0
-70
-1e
-74
-0a
+80
+9e
+ee
 f0
 a3
-e0
-70
-17
-90
-4d
-e1
-e0
-b4
-02
-10
-7f
-01
-11
-43
-80
-0a
-e4
+ef
+f0
+7a
+0b
+79
+83
+7e
+0b
+7f
+83
+74
+83
+fc
+74
+0b
+ff
+ec
+fe
+ef
 90
-4c
+80
+9c
 ee
 f0
+a3
+ef
+f0
 90
-4e
-b0
+80
+90
+74
+02
+f0
+90
+80
+9c
+a3
+e0
+20
+e7
+07
+90
+80
+90
+e0
+44
+01
+f0
+90
+80
+06
+e0
+44
 04
 f0
+f1
+c7
 90
 4e
-b0
+7b
+e0
+a3
+e0
+fa
+a3
 e0
+ae
+02
 ff
-22
-90
-4e
-b1
-ef
-f0
-24
-fe
-60
-0f
-14
-60
-0c
-24
-fe
-60
-35
-24
-f8
-60
-2c
-24
-0c
-70
-5f
+7b
+01
+7a
+0b
+79
+83
 90
 4e
-b1
+79
+e0
+a3
 e0
-14
 90
-4d
-d1
+4e
+6e
 f0
+02
+08
+3d
+f1
+28
+02
+0f
+cd
 90
-42
-13
-74
-05
+80
+80
+e4
 f0
-90
-4c
-f3
+a3
 f0
-7f
-04
-12
-07
-44
-7f
-0a
-12
-0f
-6c
-7f
-2a
-12
-07
-44
+a3
+f0
+f1
+5e
 e4
 90
-4c
+4e
+b3
 f0
 f0
-22
-7f
-0e
-02
-07
-44
-e4
 90
-4c
-f3
-f0
-71
-11
-ef
-70
-05
-51
+4e
+b3
+e0
+90
+06
+0c
+93
 ff
-ef
 60
-0f
+0c
+c2
+05
+11
+12
 90
 4e
-b1
+b3
 e0
-90
-4c
-f0
+04
 f0
+80
+e9
+22
 90
-4d
-e2
-74
+4c
+c7
+e0
+b4
+04
 03
-f0
+7f
+01
+22
+7f
+00
 22
-51
-eb
 e4
 90
-41
-31
+4e
+b2
 f0
+f0
+90
+4e
+b2
+e0
+ff
+c3
+94
+08
+50
+0c
+c2
+05
 11
-c0
-7f
-0d
 12
-07
-44
-e4
 90
-4c
-f0
+4e
+b2
+e0
+04
 f0
+80
+ea
 22
+90
+4c
+ec
+e0
+60
+16
 e4
 90
 4c
+e3
 f0
+a3
 f0
-22
-7b
-01
-7a
-4c
-79
-f5
-7d
-02
-7c
-00
-7f
-f6
-7e
-7f
-11
-eb
 90
 4c
-f5
+ec
 e0
-04
+14
 f0
-a3
 e0
-04
-f0
+70
+06
+7f
+0d
+f1
+e1
+b1
+29
+22
+31
+8b
 90
 4c
-f5
+e4
 e0
-90
-44
-fa
+04
 f0
+70
+06
 90
 4c
-f6
+e3
 e0
-90
-44
-fb
+04
 f0
-22
+f1
+b5
+12
+18
+e1
+12
+20
+18
+12
+18
+b5
+80
+c6
 90
-4e
-79
-ec
-f0
-a3
-ed
-f0
-a3
-eb
-f0
-a3
-ea
-f0
-a3
-e9
+4c
+d3
+e0
+60
+0b
+14
 f0
-90
-80
-98
+e0
+70
+06
 74
-04
+05
 f0
-a3
+12
+21
+75
+22
+90
+81
+2c
+e0
+30
+e5
+f9
+22
 e4
-f0
 90
-0c
-af
-74
-a0
-f0
-a3
-ee
+4c
+f3
 f0
-a3
-ef
+90
+4d
+dd
 f0
+22
 90
-0c
-b2
+4d
+e1
 74
-a1
+02
 f0
-7a
-0c
-79
-af
-7e
-0c
 7f
-af
-74
-af
-fc
-74
-0c
-ff
-ec
-fe
-ef
+01
 90
-80
-9a
-ee
-f0
-a3
+4e
+b1
 ef
 f0
+24
+fe
+60
+0f
+14
+60
+0c
+24
+fe
+60
+35
+24
+f8
+60
+2c
+24
+0c
+70
+60
 90
 4e
-79
-e0
-fc
-a3
+b1
 e0
-fa
-ec
-ff
-ea
-fe
-ef
+14
 90
-80
-9e
-ee
+4d
+d1
 f0
-a3
-ef
+90
+42
+13
+74
+05
+f0
+90
+4c
+f3
 f0
-7a
-0b
-79
-83
-7e
-0b
 7f
-83
-74
-83
-fc
-74
-0b
-ff
-ec
-fe
-ef
+04
+12
+07
+44
+7f
+0a
+12
+0f
+6c
+7f
+2a
+12
+07
+44
+e4
 90
-80
-9c
-ee
+4c
 f0
-a3
-ef
 f0
-90
-80
-90
-74
+22
+7f
+0e
 02
-f0
-90
-80
-9c
-a3
-e0
-20
-e7
 07
+44
+e4
 90
-80
+4c
+f3
+f0
+11
+71
+ef
+70
+05
+11
+5f
+ef
+60
+0f
 90
+4e
+b1
 e0
-44
-01
+90
+4c
+f0
 f0
 90
-80
-06
-e0
-44
-04
+4d
+e2
+74
+03
 f0
+22
+12
+17
+cf
+e4
+90
+41
 31
-9b
+f0
+11
+89
+7f
+0d
+12
+07
+44
+e4
 90
-4e
-7b
-e0
-a3
-e0
-fa
-a3
+4c
+f0
+f0
+22
+e4
+90
+4c
+f0
+f0
+22
+90
+4c
+c7
 e0
-ae
+b4
 02
+08
+7f
+0e
+12
+07
+44
+7f
+01
+22
+7f
+00
+22
+90
+4c
+c7
+e0
 ff
+64
+04
+60
+04
+ef
+b4
+03
+08
+7f
+11
+12
+07
+44
+7f
+01
+22
+7f
+00
+22
 7b
 01
 7a
-0b
+4c
 79
-83
+f5
+7d
+02
+7c
+00
+7f
+f6
+7e
+3f
+12
+16
+73
 90
-4e
-79
+4c
+f5
 e0
+04
+f0
 a3
 e0
-90
-4e
-6e
+04
 f0
-02
-08
-3d
 90
-81
-2c
+4c
+f5
 e0
-30
-e5
-f9
-22
 90
-4e
-5c
-ee
+44
+fa
 f0
-a3
-ef
+90
+4c
+f6
+e0
+90
+44
+fb
 f0
+22
 90
-4e
+4d
+e2
+e0
 60
-eb
-f0
-a3
-ea
-f0
-a3
-e9
+25
+e0
+14
 f0
+e0
+70
+1f
 90
-4e
-5e
-ec
-f0
-a3
-ed
+4c
 f0
-a3
-e0
-f9
-a3
 e0
-fa
-a3
+b4
+05
+18
+90
+47
+f5
 e0
+20
+e3
+11
+e4
 90
-4e
-49
-c9
-f0
-a3
-ea
-f0
-a3
-e9
+41
+31
 f0
-a3
-ec
+11
+89
+7f
+0d
+12
+07
+44
+e4
+90
+4c
 f0
-a3
-ed
 f0
-7b
-01
-7a
-0b
-79
-86
-91
-64
+22
 90
-0b
-83
-74
-a0
-f0
+4c
+c7
+e0
+b4
+04
+15
 90
-4e
-5c
+4c
+e3
 e0
-ff
+b4
+0e
+2a
 a3
 e0
+b4
+10
+25
+11
+71
 90
-0b
-84
-cf
-f0
-a3
+4c
 ef
+74
+01
 f0
+22
 90
-4e
-5f
+4c
+e3
 e0
-24
-03
-fd
-90
-4e
-5e
+70
+04
+a3
 e0
-34
-00
-fc
-ed
-fa
-ec
-ff
-ea
-fe
-ef
+64
+14
+70
+10
 90
-80
-98
-ee
-f0
-a3
-ef
+4d
+dd
+e0
+60
+07
+e4
 f0
-7a
-0b
-79
-83
-7e
-0b
 7f
-83
-74
-83
-fc
-74
-0b
-ff
-ec
-fe
-ef
-a3
-ee
-f0
-a3
-ef
-f0
-90
-80
-9e
+0e
+12
+07
+44
+12
+15
+29
+22
 e4
-f0
-a3
-f0
 90
-80
-90
-04
+4e
+b0
 f0
 90
-80
-06
+4c
+c8
 e0
-44
-04
-f0
-21
-9b
+b4
+02
+06
 90
 4e
-3d
-ee
-f0
-a3
-ef
-f0
-a3
-ec
-f0
-a3
-ed
-f0
-a3
-eb
-f0
-a3
-ea
-f0
-a3
-e9
-f0
+b0
+e0
+ff
+22
+90
+47
+f5
+e0
+30
+e3
+06
 90
 4e
-3f
+b0
 e0
-70
-02
-a3
+ff
+22
+90
+4c
+c7
 e0
 70
-02
-41
-ea
+1b
 90
-4e
-3d
+4c
+f2
 e0
-fe
+70
+1f
+74
+0a
+f0
 a3
 e0
-ff
-44
-0f
-24
+70
+18
+90
+4d
+e1
+e0
+b4
+02
+11
+7f
 01
-fd
+12
+17
+e1
+80
+0a
 e4
-3e
-fc
-c3
-ed
-9f
-ff
-ec
-9e
-fe
 90
-4e
-44
-f0
-a3
-ef
+4c
+ee
 f0
 90
 4e
-3f
-e0
-fc
-a3
-e0
-fd
-d3
-9f
-ec
-9e
-40
-0a
+b0
+04
+f0
 90
 4e
-44
-e0
-fe
-a3
+b0
 e0
 ff
-80
-04
-ae
-04
-af
-05
+22
 90
 4e
-44
-ee
+95
+eb
 f0
-fc
 a3
-ef
+ea
+f0
+a3
+e9
 f0
+e4
+fe
 fd
-c3
 90
-4e
-40
+4d
+db
 e0
-9d
-f0
-90
-4e
+64
+01
+70
+40
+7d
+05
+af
+05
+1d
+ef
+60
 3f
-e0
-9c
-f0
-90
-4e
-3d
-e0
-fe
-a3
-e0
-ff
 90
 4e
-41
+95
 e0
 fb
 a3
@@ -11129,718 +10816,636 @@
 fa
 a3
 e0
+24
+01
+f9
+e4
+3a
+fa
+ed
+7e
+00
+29
 f9
-31
-a3
-7f
-0a
-12
-0f
-6c
-90
-4e
-44
-e0
-fe
-a3
-e0
-ff
-90
-4e
-42
 ee
-8f
-f0
+3a
+fa
 12
-04
-0e
-90
-4e
-3e
-e0
-2f
-f0
-90
-4e
-3d
-e0
-3e
-f0
-41
-54
-22
-e4
+03
+b6
+fe
+b4
+06
+10
 90
 4c
-f3
-f0
-90
-4d
-dd
-f0
-22
-90
-4d
-e1
+ed
 74
-02
+0a
 f0
-7f
-01
-01
-43
 90
 4c
-c7
+ce
 e0
-b4
-02
-08
-7f
-0e
-12
-07
 44
+08
+f0
 7f
 01
 22
-7f
-00
-22
 90
 4c
-c7
+ce
 e0
-ff
-64
-04
-60
-04
-ef
-b4
-03
-08
-7f
-11
-12
-07
-44
-7f
-01
-22
-7f
-00
-22
+54
+f7
+f0
+80
+c2
 90
 4c
-ec
+ce
 e0
+54
+f7
+f0
+7f
+00
+22
+e4
+fe
+ef
 60
-17
+06
+14
+5f
+ff
+0e
+80
+f7
+af
+06
+22
 e4
 90
-4c
-e3
+4e
+2f
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
+f0
+a3
 f0
 a3
 f0
+b1
+52
+7a
+4d
+79
+a8
 90
-4c
-ec
-e0
+4e
+58
+74
+01
+f0
+a3
+74
+4d
+f0
+a3
+74
+a8
+f0
+a3
+74
 14
 f0
-e0
-70
-07
-7f
-0d
-11
-43
-12
+7b
+01
+7a
+4d
+79
+bc
+91
+05
+ef
+60
 16
-4a
-22
-12
-15
-9c
+7b
+01
+7a
+4d
+79
+bc
+7d
+14
+71
+d5
+ef
+70
+09
 90
 4c
-e4
+ce
 e0
-04
+44
+02
 f0
-70
-06
+80
+0c
 90
 4c
-e3
+ce
 e0
-04
+54
+fd
 f0
-71
-62
-71
-9f
-71
-d8
-71
-73
-80
-c7
+e4
 90
 4c
-d3
-e0
-60
-0a
-14
+d0
 f0
-e0
-70
-05
-74
-05
+e4
+90
+4e
+2f
 f0
-91
-a8
-22
 90
-4d
-e2
+4e
+2f
 e0
-60
-25
-e0
-14
-f0
-e0
-70
-1f
-90
-4c
-f0
-e0
-b4
-05
-18
+ff
 90
-47
+06
+0c
+93
+60
+2f
+74
+bc
+2f
 f5
-e0
-20
-e3
-11
+82
 e4
+34
+4d
+f5
+83
+e0
 90
-41
+4e
 31
 f0
-11
-c0
-7f
-0d
-12
-07
-44
-e4
-90
-4c
-f0
-f0
-22
+e0
+fd
+60
+14
 90
-4c
-c7
+4e
+35
 e0
-b4
 04
-15
-90
-4c
-e3
+f0
+a3
 e0
-b4
-0e
-2a
+fe
+ed
+4e
+f0
+af
+05
+31
+ca
 a3
 e0
-b4
-10
-25
-71
-11
-90
-4c
-ef
-74
-01
+2f
 f0
-22
 90
-4c
-e3
+4e
+2f
 e0
-70
 04
-a3
-e0
-64
-14
-70
-10
+f0
+80
+c6
 90
-4d
-dd
+4e
+37
 e0
-60
-07
-e4
+90
+4e
+3c
 f0
-7f
-0e
-12
-07
-44
-12
-16
-4a
-22
 90
-4c
-ce
+4e
+35
 e0
-30
-e1
-3e
 90
-4c
-d0
-e0
-c3
-94
-fa
-50
-03
-e0
-04
+4e
+3b
 f0
 90
-4c
-d0
+4e
+36
 e0
-64
-b4
-70
-2f
+ff
+31
+ca
 90
-4d
-dc
-e0
-04
+4e
+3a
+ef
 f0
+90
+4e
+3c
 e0
+ff
 d3
 94
 02
-50
-07
-e4
-90
-4c
-d0
-f0
-80
-1c
+40
+1d
 90
-4d
-dc
+4e
+3a
 e0
-b4
-03
-15
+fe
+a3
+e0
+fd
+d3
+9e
+40
+04
+ae
+05
+80
+00
+ef
+d3
+9e
+40
+08
 90
-4d
-d5
+4e
+39
 74
 01
 f0
-e4
-90
-4c
-d0
-f0
-12
-16
-4a
 80
 05
 e4
 90
-4d
-dc
+4e
+39
 f0
+e4
 90
-4c
-ce
-e0
-30
-e3
-35
-90
-4c
-ed
-74
-0a
+4e
+2f
 f0
 90
-4c
-d2
-e0
-c3
-94
-fa
-50
-03
+4e
+2f
 e0
-04
-f0
+ff
 90
-4c
-d2
-e0
-b4
 06
-21
-90
-4c
-ec
-e0
+0c
+93
 70
-1b
+02
+61
+a9
 74
-3c
-f0
+93
+2f
+f5
+82
 e4
-90
-4c
-e5
-f0
-7f
-05
-11
-43
-12
-0f
-cd
-90
-4c
-ee
+34
+4d
+f5
+83
+e0
+fe
 74
-01
-f0
-22
+bc
+2f
+f5
+82
 e4
-90
-4c
-d2
-f0
-22
+34
+4d
+f5
+83
+e0
+6e
 90
 4e
-46
-eb
-f0
-a3
-ea
-f0
-a3
-e9
+31
 f0
 90
 4e
-4c
-74
+2f
+e0
 ff
-f5
-f0
-12
-04
 24
-45
-f0
-60
-2a
+bc
+f5
+82
+e4
+34
+4d
+f5
+83
+e0
 90
 4e
-49
-e0
-fb
-a3
-e4
-75
-f0
-01
-12
-04
-24
-a9
+34
 f0
-fa
-12
-03
-b6
-ff
 90
 4e
-46
+31
 e0
-fb
-a3
-e4
-75
-f0
-01
-12
+70
 04
-24
-a9
-f0
-fa
-ef
-12
-03
-fc
-80
-c8
-22
+61
+a1
+61
+a1
 90
 4e
-75
-12
-05
-33
-00
+39
+e0
+60
+07
+7b
 00
+7a
 00
+79
 00
-90
-4c
-95
+22
+74
+bc
+2f
+f5
+82
+e4
+34
+4d
+f5
+83
 e0
 fe
-a3
-e0
-ff
-90
-4c
-d4
-e0
-fd
-04
-f0
-ed
-25
-e0
-24
-d6
+74
+93
+2f
 f5
 82
 e4
 34
-4c
+4d
 f5
 83
 ee
 f0
-a3
-ef
-f0
-90
-4c
-d4
-e0
-c3
-94
-04
-40
-02
-e4
-f0
 e4
 90
 4e
-74
+30
 f0
 90
 4e
-75
-e0
-f8
-a3
+30
 e0
-f9
+ff
+c3
+94
+08
+50
+59
 a3
 e0
-fa
-a3
+30
 e0
-fb
+3c
 90
 4e
-74
-e0
-25
-e0
-24
-d6
-f5
-82
-e4
-34
-4c
-f5
-83
+2f
 e0
 fe
-a3
-e0
-ff
-e4
-fc
-fd
-eb
-2f
-ff
-ea
-3e
+33
+33
+33
+54
+f8
 fe
-ed
-39
-fd
-ec
-38
-fc
-90
+ef
 4e
-75
-12
-05
-27
 90
 4e
-74
-e0
-04
+33
 f0
+a3
 e0
-b4
-04
-bf
+ff
 90
 4e
-75
-e0
-fc
-a3
+33
 e0
+90
+06
+21
+93
 fd
-a3
+12
+12
+1d
+90
+4e
+38
+ef
+f0
+90
+4e
+34
 e0
-fe
-a3
+30
 e0
-ff
-e4
-7b
-04
-fa
-f9
-f8
-12
-04
-76
+09
 90
 4e
-75
-12
-05
-27
+38
+e0
+ff
+91
+4f
+80
+07
 90
-4c
+4e
+38
 e0
+ff
+91
+a7
+90
+4e
+31
 e0
-fe
-a3
+ff
+c3
+13
+f0
+90
+4e
+34
 e0
 ff
 c3
+13
+f0
 90
-4c
-d7
+4e
+30
 e0
-9f
+04
+f0
+80
+9d
 90
-4c
-d6
+4e
+32
+74
+01
+f0
+90
+4e
+2f
 e0
-9e
-50
-07
+04
+f0
+41
+c8
 90
-4c
-d5
+4e
+01
+e0
+b4
+03
+0a
+90
+4d
+d8
+e0
+b4
+01
+03
 74
 02
 f0
-22
 90
-4c
-de
+4e
+32
 e0
-fe
-a3
+70
+07
+90
+4d
+d8
 e0
-ff
-e4
-fc
-fd
+b4
+02
+07
+7b
+01
+7a
+4e
+79
+4e
+22
+7b
+00
+7a
+00
+79
+00
+22
 90
 4e
-75
-e0
-f8
+9b
+eb
+f0
 a3
+ea
+f0
+a3
+e9
+f0
+e4
+ff
+ef
+c3
+9d
+50
+1b
+90
+4e
+9b
 e0
-f9
+fb
 a3
 e0
 fa
 a3
 e0
-fb
-c3
+f9
+8f
+82
+75
+83
+00
 12
-05
-16
-50
-07
-90
-4c
-d5
-74
-01
-f0
+03
+cf
+60
+03
+7f
+00
 22
-e4
-90
-4c
-d5
-f0
+0f
+80
+e0
+7f
+01
 22
 90
 4e
-95
+55
 eb
 f0
 a3
@@ -11850,27 +11455,20 @@
 e9
 f0
 e4
-fe
-fd
+ff
 90
-4d
-db
+4e
+5b
 e0
-64
-01
-70
-40
-7d
-05
-af
-05
-1d
+fe
 ef
-60
-3f
+c3
+9e
+50
+30
 90
 4e
-95
+58
 e0
 fb
 a3
@@ -11878,217 +11476,87 @@
 fa
 a3
 e0
-24
-01
 f9
-e4
-3a
-fa
-ed
-7e
+8f
+82
+75
+83
 00
-29
-f9
-ee
-3a
-fa
 12
 03
-b6
+cf
 fe
-b4
-06
-10
-90
-4c
-ed
-74
-0a
-f0
 90
-4c
-ce
+4e
+55
 e0
-44
-08
-f0
-7f
-01
-22
-90
-4c
-ce
+fb
+a3
 e0
-54
-f7
-f0
-80
-c2
-90
-4c
-ce
+fa
+a3
 e0
-54
-f7
-f0
+f9
+8f
+82
+75
+83
+00
+12
+03
+cf
+6e
+60
+03
 7f
 00
 22
-e4
-fe
-ef
-60
-06
-14
-5f
-ff
-0e
+0f
 80
-f7
-af
-06
+c6
+7f
+01
 22
 e4
 fe
+ad
+07
 ef
-b4
-e7
-08
-90
-4e
-4e
-e0
-44
-80
-f0
-22
-ef
-b4
-e6
-17
-90
-4c
-c1
-e0
-b4
-02
-08
-90
-4e
-4e
-e0
-44
-80
-f0
-22
-90
-4e
-4e
+c3
+94
 e0
-44
 40
-f0
-22
-ef
-b4
-e5
-08
-90
-4e
-4e
-e0
-44
 20
-f0
-22
-ef
-b4
-e4
-08
-90
-4e
-4e
-e0
-44
-10
-f0
-22
-ef
-b4
-e3
-17
-90
-4c
-c1
-e0
-b4
-02
-08
-90
-4e
-4e
-e0
-44
-04
-f0
-22
-90
-4e
-4e
-e0
-44
-08
-f0
-22
 ef
-b4
-e2
-17
-90
-4c
-c1
-e0
-b4
-02
-08
-90
-4e
-4e
-e0
-44
-08
-f0
-22
+d3
+94
+e7
+50
+1a
 90
 4e
 4e
 e0
-44
-04
-f0
-22
-ef
-b4
-e1
+ff
+ed
+54
+07
+fe
+74
+01
+a8
+06
 08
-90
-4e
-4e
-e0
-44
+80
 02
-f0
-22
-ef
-b4
-e0
-08
+c3
+33
+d8
+fc
+4f
 90
 4e
 4e
-e0
-44
-01
 f0
 22
 e4
@@ -12140,6 +11608,8 @@
 e4
 fe
 fd
+ac
+07
 ef
 54
 f0
@@ -12150,8 +11620,8 @@
 ef
 54
 d0
-fc
-bc
+fb
+bb
 d0
 0c
 90
@@ -12173,161 +11643,58 @@
 01
 f0
 ef
-b4
+c3
+94
+e0
+40
+20
+ef
+d3
+94
 e7
-08
+50
+1a
 90
 4e
 4e
 e0
+ff
+ec
 54
-7f
-f0
-22
-ef
-b4
-e6
-17
-90
-4c
-c1
-e0
-b4
-02
+07
+fe
+74
+fe
+a8
+06
 08
+80
+02
+c3
+33
+d8
+fc
+5f
 90
 4e
 4e
-e0
-54
-7f
 f0
 22
-90
-4e
+e4
+fe
+ed
+70
+21
+74
+4f
+2e
+f5
+82
+e4
+34
 4e
-e0
-54
-bf
-f0
-22
-ef
-b4
-e5
-08
-90
-4e
-4e
-e0
-54
-df
-f0
-22
-ef
-b4
-e4
-08
-90
-4e
-4e
-e0
-54
-ef
-f0
-22
-ef
-b4
-e3
-17
-90
-4c
-c1
-e0
-b4
-02
-08
-90
-4e
-4e
-e0
-54
-fb
-f0
-22
-90
-4e
-4e
-e0
-54
-f7
-f0
-22
-ef
-b4
-e2
-17
-90
-4c
-c1
-e0
-b4
-02
-08
-90
-4e
-4e
-e0
-54
-f7
-f0
-22
-90
-4e
-4e
-e0
-54
-fb
-f0
-22
-ef
-b4
-e1
-08
-90
-4e
-4e
-e0
-54
-fd
-f0
-22
-ef
-b4
-e0
-08
-90
-4e
-4e
-e0
-54
-fe
-f0
-22
-e4
-fe
-ed
-70
-21
-74
-4f
-2e
-f5
-82
-e4
-34
-4e
-f5
-83
+f5
+83
 e0
 6f
 70
@@ -12413,17 +11780,23 @@
 ff
 90
 4e
-b4
+86
 f0
 fe
 fd
+a3
+f0
+a3
+f0
+a3
+f0
 ef
 90
 06
 0c
 93
 60
-49
+7c
 ef
 93
 fd
@@ -12494,149 +11867,86 @@
 e0
 5b
 f0
-0f
-80
-b0
-31
-51
 90
 81
 1c
 e0
-90
-4e
-b4
+f4
+fc
+74
+bc
+2f
+f5
+82
+e4
+34
+4d
+f5
+83
+ec
 f0
-90
-4c
-d5
+ee
+24
+78
+fb
+e4
+34
+80
+8b
+82
+f5
+83
 e0
-64
-02
-60
-36
-90
 4d
-d5
-e0
-60
-20
+f0
+ee
+24
+70
+fb
 e4
-ff
-11
-6d
-7f
-01
-11
-6d
-7f
-02
-11
-6d
-7f
-03
-11
-6d
-7f
-04
-11
-6d
-7f
-05
-11
-6d
-7f
-06
-11
-6d
-7f
-07
+34
 80
-1a
-90
-4e
-b4
+8b
+82
+f5
+83
 e0
-ff
-90
-00
-a3
-f0
-ef
+fc
+ed
 f4
-90
-00
-a7
+fb
+ec
+5b
 f0
-22
+0f
+a1
+60
 e4
-90
-00
-a3
-f0
-90
-00
-a7
-f0
-22
-90
-4e
-b8
+ff
 ef
-f0
-31
-0c
-92
-08
 90
-4e
-b8
-e0
-ff
-a2
-08
-b3
-92
-07
-ef
-f4
-70
-02
-21
-0b
-ef
-54
-07
-fe
+06
+0c
+93
+60
+7c
 ef
+93
+fd
 13
 13
 13
 54
-03
-ff
-30
+1f
+fe
+ed
+54
 07
-43
-24
-a3
-f5
-82
-e4
-34
-00
-f5
-83
-c0
-83
-c0
-82
-e0
 fd
 74
 01
 a8
-06
+05
 08
 80
 02
@@ -12644,179 +11954,75 @@
 33
 d8
 fc
-f4
-5d
-d0
-82
-d0
-83
-f0
-74
-a7
-2f
-f5
-82
+fd
+ee
+24
+78
+fb
 e4
 34
-00
+80
+8b
+82
 f5
 83
-c0
-83
-c0
-82
 e0
-ff
-74
-01
-a8
-06
-08
-80
-02
-c3
-33
-d8
 fc
-4f
-d0
-82
-d0
-83
+ed
+f4
+fb
+ec
+5b
 f0
-22
-74
-a3
-2f
+ee
+24
+70
 f5
 82
 e4
 34
-00
+80
 f5
 83
-c0
-83
-c0
-82
 e0
-fd
-74
-01
-a8
-06
-08
-80
-02
-c3
-33
-d8
-fc
-fc
 4d
-d0
-82
-d0
-83
 f0
+ee
+24
 74
-a7
-2f
 f5
 82
 e4
 34
-00
+80
 f5
 83
 e0
-ff
-ec
-f4
-fe
-ef
-5e
+5b
 f0
-22
-7b
-01
-7a
+90
 81
-79
 1c
-ad
-07
-e4
-90
-4e
-b7
-f0
-fe
-ef
-54
-07
-f0
-ef
-13
-13
-13
-54
-03
-fe
-f5
-82
-75
-83
-00
-12
-03
-cf
-fd
-33
-95
 e0
+f4
 fc
-90
-4e
-b7
-e0
-ff
 74
-01
-7e
-00
 a8
-07
-08
-80
-05
-c3
-33
-ce
-33
-ce
-d8
-f9
-ff
-ee
-5c
-fe
-ef
-5d
-4e
-24
-ff
-22
+2f
+f5
+82
 e4
-ff
-ef
-fd
-7c
-00
+34
+4d
+f5
+83
+ec
+f0
+ee
 24
 78
 fb
-ec
+e4
 34
 80
 8b
@@ -12824,138 +12030,65 @@
 f5
 83
 e0
-fe
-ed
+4d
+f0
+ee
 24
 70
-fd
-ec
+fb
+e4
 34
 80
-8d
+8b
 82
 f5
 83
 e0
-4e
+fc
+ed
 f4
-fe
-ef
-24
-7c
-fd
+fb
 ec
-34
-80
-8d
-82
-f5
-83
-ee
+5b
 f0
 0f
-ef
-b4
-04
-cf
-22
+a1
+e5
 e4
 ff
-90
-4e
-86
-f0
-fe
-fd
-a3
-f0
-a3
-f0
-a3
-f0
-ef
+ef
 90
 06
 0c
 93
 60
-7c
-ef
-93
-fd
-13
-13
-13
-54
-1f
-fe
-ed
-54
-07
-fd
+40
 74
-01
-a8
-05
-08
-80
-02
-c3
-33
-d8
-fc
-fd
-ee
-24
-78
-fb
-e4
-34
-80
-8b
-82
-f5
-83
-e0
-fc
-ed
-f4
-fb
-ec
-5b
-f0
-ee
-24
-70
+bc
+2f
 f5
 82
 e4
 34
-80
+4d
 f5
 83
 e0
-4d
-f0
-ee
-24
+fe
 74
+a8
+2f
 f5
 82
 e4
 34
-80
+4d
 f5
 83
 e0
-5b
-f0
-90
-81
-1c
-e0
-f4
-fc
+6e
+60
+23
 74
 bc
 2f
@@ -12966,53 +12099,50 @@
 4d
 f5
 83
-ec
-f0
-ee
-24
-78
-fb
+c0
+83
+c0
+82
+e0
+fe
+74
+a8
+2f
+f5
+82
 e4
 34
-80
-8b
-82
+4d
 f5
 83
 e0
-4d
-f0
+fd
 ee
-24
-70
-fb
-e4
-34
-80
-8b
+5d
+d0
 82
-f5
+d0
 83
-e0
-fc
-ed
-f4
-fb
-ec
-5b
 f0
 0f
-21
-93
+80
+b9
+22
 e4
 ff
+90
+4e
+b4
+f0
+fe
+fd
 ef
 90
 06
 0c
 93
 60
-7c
+49
 ef
 93
 fd
@@ -13083,103 +12213,173 @@
 e0
 5b
 f0
+0f
+80
+b0
+12
+26
+a6
 90
 81
 1c
 e0
-f4
-fc
-74
-a8
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-ec
+90
+4e
+b4
 f0
-ee
-24
-78
-fb
-e4
-34
-80
-8b
-82
-f5
-83
+90
+4c
+d5
 e0
+64
+02
+60
+36
+90
 4d
-f0
-ee
-24
-70
-fb
+d5
+e0
+60
+20
 e4
-34
+ff
+f1
+5d
+7f
+01
+f1
+5d
+7f
+02
+f1
+5d
+7f
+03
+f1
+5d
+7f
+04
+f1
+5d
+7f
+05
+f1
+5d
+7f
+06
+f1
+5d
+7f
+07
 80
-8b
-82
-f5
-83
+1a
+90
+4e
+b4
 e0
-fc
-ed
+ff
+90
+00
+a3
+f0
+ef
 f4
-fb
-ec
-5b
+90
+00
+a7
 f0
-0f
-41
-18
+22
 e4
-ff
-ef
 90
-06
-0c
-93
-60
-40
-74
-bc
-2f
+00
+a3
+f0
+90
+00
+a7
+f0
+22
+90
+4e
+b7
+ef
+f0
+12
+26
+5f
+92
+08
+90
+4e
+b7
+e0
+ff
+a2
+08
+b3
+92
+07
+ef
+f4
+70
+02
+e1
+fc
+ef
+54
+07
+fe
+ef
+13
+13
+13
+54
+03
+ff
+30
+07
+43
+24
+a3
 f5
 82
 e4
 34
-4d
+00
 f5
 83
+c0
+83
+c0
+82
 e0
-fe
+fd
 74
+01
 a8
-2f
-f5
+06
+08
+80
+02
+c3
+33
+d8
+fc
+f4
+5d
+d0
 82
-e4
-34
-4d
-f5
+d0
 83
-e0
-6e
-60
-23
+f0
 74
-bc
+a7
 2f
 f5
 82
 e4
 34
-4d
+00
 f5
 83
 c0
@@ -13187,1692 +12387,1557 @@
 c0
 82
 e0
-fe
+ff
 74
+01
 a8
+06
+08
+80
+02
+c3
+33
+d8
+fc
+4f
+d0
+82
+d0
+83
+f0
+22
+74
+a3
 2f
 f5
 82
 e4
 34
-4d
+00
 f5
 83
+c0
+83
+c0
+82
 e0
 fd
-ee
-5d
+74
+01
+a8
+06
+08
+80
+02
+c3
+33
+d8
+fc
+fc
+4d
 d0
 82
 d0
 83
 f0
-0f
-80
-b9
-22
-e4
-90
-4e
+74
+a7
 2f
+f5
+82
+e4
+34
+00
+f5
+83
+e0
+ff
+ec
+f4
+fe
+ef
+5e
 f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-31
-85
-7a
-4d
-79
-a8
+22
 90
-4e
-58
+80
+10
 74
 01
 f0
-a3
-74
-4d
-f0
-a3
-74
-a8
-f0
-a3
-74
-14
+80
+fe
+22
+80
+f5
+90
+4e
+ac
+ed
 f0
-7b
-01
-7a
-4d
-79
-bc
-b1
-16
-ef
-60
-16
-7b
+90
+00
 01
-7a
-4d
-79
-bc
-7d
-14
-91
-e6
-ef
-70
-09
+12
+03
+cf
 90
-4c
-ce
-e0
-44
-02
+4e
+ad
 f0
-80
-0c
+22
 90
 4c
 ce
 e0
-54
-fd
-f0
-e4
+30
+e1
+3e
 90
 4c
 d0
-f0
-e4
-90
-4e
-2f
-f0
-90
-4e
-2f
 e0
-ff
-90
-06
-0c
-93
-60
-30
-74
-bc
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
+c3
+94
+fa
+50
+03
 e0
-90
-4e
-31
+04
 f0
+90
+4c
+d0
 e0
-fd
-60
-15
+64
+b4
+70
+2f
 90
-4e
-35
+4d
+dc
 e0
 04
 f0
-a3
-e0
-fe
-ed
-4e
-f0
-af
-05
-12
-1d
-e8
-a3
 e0
-2f
-f0
+d3
+94
+02
+50
+07
+e4
 90
-4e
-2f
-e0
-04
+4c
+d0
 f0
 80
-c5
+1c
 90
-4e
-37
+4d
+dc
 e0
+b4
+03
+15
 90
-4e
-3c
+4d
+d5
+74
+01
 f0
+e4
 90
-4e
-35
-e0
+4c
+d0
+f0
+12
+15
+29
+80
+05
+e4
 90
-4e
-3b
+4d
+dc
 f0
 90
-4e
-36
+4c
+ce
 e0
-ff
-12
-1d
-e8
+30
+e3
+36
 90
-4e
-3a
-ef
+4c
+ed
+74
+0a
 f0
 90
-4e
-3c
+4c
+d2
 e0
-ff
-d3
+c3
 94
-02
-40
-1d
+fa
+50
+03
+e0
+04
+f0
 90
-4e
-3a
+4c
+d2
 e0
-fe
-a3
+b4
+06
+22
+90
+4c
+ec
 e0
-fd
-d3
-9e
-40
-04
-ae
+70
+1c
+74
+3c
+f0
+e4
+90
+4c
+e5
+f0
+7f
 05
-80
-00
-ef
-d3
-9e
-40
-08
+12
+17
+e1
+12
+0f
+cd
 90
-4e
-39
+4c
+ee
 74
 01
 f0
-80
-05
+22
 e4
 90
-4e
-39
+4c
+d2
 f0
-e4
-90
+22
+7b
+01
+7a
 4e
-2f
-f0
-90
+79
+0b
+78
+1d
+7c
 4e
-2f
-e0
-ff
-90
-06
-0c
-93
-70
+7d
+01
+7e
+00
+7f
+12
 02
-81
-ba
+03
+90
+90
+4c
+d3
 74
-93
-2f
-f5
-82
+05
+f0
 e4
-34
-4d
-f5
-83
+a3
+f0
+ff
+ef
+25
 e0
-fe
-74
-bc
-2f
+24
+d6
 f5
 82
 e4
 34
-4d
+4c
 f5
 83
-e0
-6e
-90
-4e
-31
+74
+51
 f0
-90
-4e
-2f
+a3
+f0
+0f
+ef
+b4
+04
+ea
+90
+4c
+91
 e0
-ff
-24
-bc
-f5
-82
-e4
-34
-4d
-f5
-83
+fe
+a3
 e0
+ff
+c3
 90
-4e
-34
-f0
-90
-4e
-31
+4c
+94
 e0
-70
-04
-81
-b2
-81
-b2
+9f
+fd
 90
-4e
-39
+4c
+93
 e0
-60
-07
+9e
+fc
+e4
+12
+02
+06
 7b
-00
+a4
 7a
-00
+70
 79
+3d
+78
+3f
+12
 00
-22
-74
-bc
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
+fb
+c0
+04
+c0
+05
+c0
+06
+c0
+07
+90
+4c
+91
 e0
-fe
-74
-93
-2f
-f5
-82
+fc
+a3
+e0
+fd
 e4
-34
-4d
-f5
-83
+12
+02
+06
+d0
+03
+d0
+02
+d0
+01
+d0
+00
+12
+00
+0a
+12
+02
+3f
+90
+4c
+de
 ee
 f0
-e4
-90
-4e
-30
+a3
+ef
 f0
 90
-4e
-30
+4c
+91
+e0
+fe
+a3
 e0
 ff
 c3
+90
+4c
 94
-08
-50
-5b
-a3
-e0
-30
 e0
-3e
+9f
+fd
 90
-4e
-2f
+4c
+93
 e0
-fe
-33
-33
-33
-54
-f8
-fe
-ef
-4e
+9e
+fc
+e4
+12
+02
+06
+7b
+1f
+7a
+85
+79
+2b
+78
+3f
+12
+00
+fb
+c0
+04
+c0
+05
+c0
+06
+c0
+07
 90
-4e
-33
-f0
-a3
+4c
+91
 e0
-ff
-90
-4e
-33
+fc
+a3
 e0
-90
-06
-21
-93
 fd
+e4
 12
-10
-c4
+02
+06
+d0
+03
+d0
+02
+d0
+01
+d0
+00
+12
+00
+0a
+12
+02
+3f
 90
-4e
-38
+4c
+e0
+ee
+f0
+a3
 ef
 f0
+22
 90
 4e
-34
-e0
-30
-e0
-0a
-90
-4e
-38
-e0
-ff
+75
 12
-1d
-f6
-80
-08
+05
+33
+00
+00
+00
+00
 90
-4e
-38
+4c
+95
+e0
+fe
+a3
 e0
 ff
-12
-1e
-b3
 90
-4e
-31
+4c
+d4
 e0
-ff
-c3
-13
+fd
+04
 f0
-90
-4e
-34
+ed
+25
 e0
-ff
-c3
-13
+24
+d6
+f5
+82
+e4
+34
+4c
+f5
+83
+ee
+f0
+a3
+ef
 f0
 90
-4e
-30
+4c
+d4
 e0
+c3
+94
 04
+40
+02
+e4
 f0
-80
-9b
+e4
 90
 4e
-32
 74
-01
 f0
 90
 4e
-2f
+75
 e0
-04
-f0
-61
-d7
-90
-4e
-01
+f8
+a3
 e0
-b4
-03
-0a
-90
-4d
-d8
+f9
+a3
 e0
-b4
-01
-03
-74
-02
-f0
+fa
+a3
+e0
+fb
 90
 4e
-32
+74
 e0
-70
-07
-90
-4d
-d8
+25
 e0
-b4
-02
-07
-7b
-01
-7a
-4e
-79
+24
+d6
+f5
+82
+e4
+34
+4c
+f5
+83
+e0
+fe
+a3
+e0
+ff
+e4
+fc
+fd
+eb
+2f
+ff
+ea
+3e
+fe
+ed
+39
+fd
+ec
+38
+fc
+90
 4e
-22
-7b
-00
-7a
-00
-79
-00
-22
+75
+12
+05
+27
 90
 4e
-9b
-eb
-f0
-a3
-ea
-f0
-a3
-e9
+74
+e0
+04
 f0
-e4
-ff
-ef
-c3
-9d
-50
-1b
+e0
+b4
+04
+bf
 90
 4e
-9b
+75
 e0
-fb
+fc
 a3
 e0
-fa
+fd
+a3
+e0
+fe
 a3
 e0
+ff
+e4
+7b
+04
+fa
 f9
-8f
-82
-75
-83
-00
+f8
 12
-03
-cf
-60
-03
-7f
-00
-22
-0f
-80
-e0
-7f
-01
-22
+04
+76
 90
 4e
-55
-eb
-f0
-a3
-ea
-f0
-a3
-e9
-f0
-e4
-ff
+75
+12
+05
+27
 90
-4e
-5b
+4c
+e0
 e0
 fe
-ef
+a3
+e0
+ff
 c3
+90
+4c
+d7
+e0
+9f
+90
+4c
+d6
+e0
 9e
 50
-30
+07
 90
-4e
-58
-e0
-fb
-a3
+4c
+d5
+74
+02
+f0
+22
+90
+4c
+de
 e0
-fa
+fe
 a3
 e0
-f9
-8f
-82
-75
-83
-00
-12
-03
-cf
-fe
+ff
+e4
+fc
+fd
 90
 4e
-55
+75
 e0
-fb
+f8
 a3
 e0
-fa
+f9
 a3
 e0
-f9
-8f
-82
-75
-83
-00
+fa
+a3
+e0
+fb
+c3
 12
-03
-cf
-6e
-60
-03
-7f
-00
-22
-0f
-80
-c6
-7f
-01
-22
-c2
-01
-7f
-1e
-02
-10
-b3
+05
+16
+50
+07
 90
 4c
-ed
-e0
-60
-02
-14
+d5
+74
+01
 f0
+22
+e4
 90
 4c
-f2
-e0
-60
-02
-14
+d5
 f0
+22
+02
+0f
+19
 90
-4c
-fc
-e0
-60
-0a
-14
+4e
+8a
+ee
+f0
+a3
+ef
 f0
-e0
-70
-05
 90
-4c
-f7
-04
+4e
+8c
+ec
+f0
+a3
+ed
 f0
 90
-4c
-e5
+4e
+8c
 e0
-60
-0f
-14
-f0
-12
-17
-ee
+fe
+a3
+e0
+ff
+d3
 90
-4c
-e5
+4e
+8b
 e0
-70
-2f
-b1
-60
-80
-2b
+9f
 90
-4c
-ec
+4e
+8a
 e0
-70
-25
+9e
+40
+16
 90
-4c
-e2
+4e
+8c
 e0
-60
-1f
-14
-f0
+fe
+a3
 e0
-30
-e1
-09
-d2
-01
-7f
-1d
-12
-10
-b3
-80
-07
-c2
-01
-7f
-1d
-12
-10
-b3
+ff
 90
-4c
-e2
+4e
+8b
 e0
-70
-03
-74
-04
-f0
+9f
+ff
 90
-4d
-de
+4e
+8a
 e0
-60
-13
+9e
+fe
+80
+1e
+90
+4e
+8a
 e0
-14
-f0
+fe
+a3
 e0
-70
-0d
+ff
+c3
 90
-4c
-c7
+4e
+8d
 e0
-b4
-04
-06
+9f
+ff
 90
-42
-13
-74
-0c
-f0
+4e
+8c
+e0
+9e
+fe
+ad
+03
+c3
+eb
+9f
+ff
+e4
+9e
+fe
 22
 90
-80
-10
-74
-01
+4e
+ae
+ee
 f0
-80
+a3
+ef
+f0
+a9
+05
+90
+4b
+9e
+e0
 fe
-22
-80
+a3
+e0
+ff
+ad
+01
+19
+ed
+60
+2f
+0f
+ef
+ac
+06
+70
+01
+0e
+14
 f5
+82
+8c
+83
+e0
+fd
 90
 4e
-ac
-ed
+ae
+e4
+75
 f0
-90
-00
 01
 12
-03
-cf
-90
-4e
+04
+24
+85
+f0
+82
+f5
+83
+ed
+f0
 ad
+07
+ac
+06
+bc
+4b
+d4
+bd
+9a
+d1
+7e
+4b
+7f
+36
+80
+cb
+90
+4b
+9e
+ee
+f0
+a3
+ef
 f0
 22
-7b
-01
 7a
-4e
+0c
 79
-0b
-78
-1d
-7c
-4e
-7d
-01
-7e
-00
-7f
-12
-02
-03
-90
-90
-4c
+4b
 90
+4e
+9e
 74
-33
+01
 f0
-90
-4c
-d3
+a3
 74
-05
+0c
 f0
-e4
 a3
+74
+4b
 f0
 90
-4c
-8f
+4b
+a0
 e0
-64
-02
-60
-02
-c1
-ee
-90
-4e
-b5
-f0
-90
-4e
-b5
+fe
+a3
 e0
 ff
-c3
-94
-04
-50
-1b
-ef
-25
+90
+4b
+9e
 e0
-24
-d6
-f5
-82
-e4
-34
-4c
-f5
-83
-74
-79
-f0
+6e
+70
+03
 a3
-74
-90
-f0
-90
-4e
-b5
 e0
-04
-f0
-80
+6f
+70
+02
+61
 db
+7e
+0c
+7f
+4b
+7d
+03
+51
+b2
 90
-4c
-91
+4e
+9e
 e0
-fe
+fb
 a3
 e0
-ff
-c3
-90
-4c
-94
+fa
+a3
 e0
-9f
-fd
+f9
+12
+03
+b6
+b4
+02
+2b
 90
-4c
-93
-e0
-9e
-fc
+4e
+9f
 e4
-12
+75
+f0
 02
-06
-7b
-c3
-7a
-f5
-79
-88
-78
-3f
 12
-00
-fb
-c0
 04
-c0
-05
-c0
-06
-c0
-07
+0e
 90
-4c
-91
+4e
+9e
 e0
-fc
+fb
 a3
 e0
-fd
-e4
+fa
+a3
+e0
+f9
 12
-02
-06
-d0
 03
-d0
-02
-d0
-01
-d0
-00
-12
-00
-0a
-12
-02
-3f
+b6
+ff
 90
-4c
-de
-ee
-f0
+4e
+1d
+e0
 a3
-ef
-f0
-90
-4c
-91
 e0
-fe
+fa
 a3
 e0
-ff
-c3
+f5
+82
+8a
+83
+12
+05
+68
+80
+6d
 90
-4c
-94
+4e
+9e
 e0
-9f
-fd
-90
-4c
-93
+fb
+a3
 e0
-9e
-fc
-e4
+fa
+a3
+e0
+f9
 12
-02
-06
-7b
-ae
-7a
-47
-79
-81
-78
-3f
+03
+b6
+64
+05
+70
+59
+90
+4e
+9f
+75
+f0
+01
 12
-00
-fb
-c0
 04
-c0
-05
-c0
-06
-c0
-07
+0e
+7e
+0c
+7f
+4e
 90
-4c
-91
+4e
+9e
 e0
-fc
+fb
 a3
 e0
-fd
-e4
+fa
+a3
+e0
+f9
 12
-02
-06
-d0
 03
-d0
-02
-d0
-01
-d0
-00
-12
-00
-0a
-12
-02
-3f
+b6
+14
+fd
+51
+b2
 90
-4c
+4e
+9e
 e0
-ee
-f0
+fb
 a3
-ef
-f0
-22
-90
-4c
-8f
 e0
-64
+fa
+a3
+e0
+24
 01
-60
+f9
+e4
+3a
+fa
+c0
 02
-e1
-bc
+c0
+01
 90
 4e
-b5
-f0
+9e
+e0
+a3
+e0
+fa
+a3
+e0
+f9
+12
+03
+b6
+fd
+7c
+00
 90
 4e
-b5
+29
 e0
-ff
-c3
-94
-04
-50
-19
-ef
-25
+a3
+e0
+fa
+a3
 e0
-24
-d6
 f5
 82
-e4
-34
-4c
-f5
+8a
 83
-74
-51
-f0
-a3
-f0
-90
-4e
-b5
-e0
-04
-f0
+d0
+01
+d0
+02
+12
+05
+68
 80
-dd
+02
+80
+fe
 90
-4c
-91
+4b
+a5
 e0
 fe
 a3
 e0
 ff
-c3
 90
 4c
-94
+5e
 e0
-9f
-fd
+6e
+70
+03
+a3
+e0
+6f
+60
+22
 90
-4c
-93
+4e
+23
 e0
-9e
-fc
-e4
-12
-02
-06
-7b
-a4
-7a
-70
-79
-3d
-78
-3f
-12
-00
 fb
-c0
-04
-c0
+a3
+e0
+fa
+a3
+e0
+f9
+4a
+60
+37
+12
 05
-c0
-06
-c0
-07
+64
 90
-4c
-91
+4b
+a5
 e0
-fc
+ff
 a3
 e0
-fd
-e4
-12
-02
-06
-d0
-03
-d0
-02
-d0
-01
-d0
-00
-12
-00
-0a
-12
-02
-3f
 90
 4c
-de
-ee
+5e
+cf
 f0
 a3
 ef
 f0
+80
+ca
 90
 4c
-91
+8d
 e0
-fe
+ff
 a3
 e0
-ff
-c3
+6f
+60
+19
 90
-4c
-94
+4e
+26
 e0
-9f
-fd
-90
-4c
-93
-e0
-9e
-fc
-e4
-12
-02
-06
-7b
-1f
-7a
-85
-79
-2b
-78
-3f
-12
-00
 fb
-c0
-04
-c0
-05
-c0
-06
-c0
-07
-90
-4c
-91
+a3
 e0
-fc
+fa
 a3
 e0
-fd
-e4
-12
-02
-06
-d0
-03
-d0
-02
-d0
-01
-d0
-00
-12
-00
-0a
+f9
+4a
+60
+0b
 12
-02
-3f
+05
+64
 90
 4c
+8d
 e0
-ee
-f0
 a3
-ef
 f0
+80
+dd
 22
-e4
 90
-4e
-b5
-f0
-90
-4e
-b5
-e0
-ff
-c3
-94
 04
-50
-1b
-ef
-25
+46
 e0
-24
-d6
-f5
-82
-e4
-34
-4c
-f5
-83
-74
-79
-f0
-a3
-74
+ff
+22
 90
+0b
+7f
+74
+01
 f0
+e4
 90
-4e
-b5
-e0
-04
+0b
+7e
 f0
-80
-db
+22
 90
-4c
-91
+4b
+9c
 e0
 fe
 a3
 e0
 ff
-c3
 90
-4c
-94
+4b
+9a
 e0
-9f
-fd
-90
-4c
-93
+b5
+06
+07
+a3
 e0
-9e
-fc
-e4
-12
+b5
+07
 02
-06
-7b
+d3
+22
 c3
-7a
+22
+90
+82
+80
+74
+01
+f0
+22
+90
+4e
+46
+eb
+f0
+a3
+ea
+f0
+a3
+e9
+f0
+90
+4e
+4c
+74
+ff
 f5
-79
-a8
-78
-3e
+f0
 12
-00
-fb
-c0
 04
-c0
-05
-c0
-06
-c0
-07
+24
+45
+f0
+60
+2a
 90
-4c
-91
+4e
+49
 e0
-fc
+fb
 a3
-e0
-fd
 e4
+75
+f0
+01
+12
+04
+24
+a9
+f0
+fa
 12
-02
-06
-d0
 03
-d0
-02
-d0
+b6
+ff
+90
+4e
+46
+e0
+fb
+a3
+e4
+75
+f0
 01
-d0
-00
 12
-00
-0a
+04
+24
+a9
+f0
+fa
+ef
 12
-02
-3f
+03
+fc
+80
+c8
+22
 90
-4c
-de
+4e
+5c
 ee
 f0
 a3
 ef
 f0
 90
-4c
-91
-e0
-fe
+4e
+60
+eb
+f0
 a3
-e0
-ff
-c3
+ea
+f0
+a3
+e9
+f0
 90
-4c
-94
-e0
-9f
-fd
-90
-4c
-93
+4e
+5e
+ec
+f0
+a3
+ed
+f0
+a3
 e0
-9e
-fc
-e4
-12
-02
-06
+f9
+a3
+e0
+fa
+a3
+e0
+90
+4e
+49
+c9
+f0
+a3
+ea
+f0
+a3
+e9
+f0
+a3
+ec
+f0
+a3
+ed
+f0
 7b
-5c
+01
 7a
-8f
+0b
 79
-42
-78
-3e
-12
-00
-fb
-c0
-04
-c0
-05
-c0
-06
-c0
-07
-90
-4c
+86
 91
+66
+90
+0b
+83
+74
+a0
+f0
+90
+4e
+5c
 e0
-fc
+ff
 a3
 e0
-fd
-e4
-12
-02
-06
-d0
+90
+0b
+84
+cf
+f0
+a3
+ef
+f0
+90
+4e
+5f
+e0
+24
 03
-d0
-02
-d0
-01
-d0
-00
-12
-00
-0a
-12
-02
-3f
+fd
 90
-4c
+4e
+5e
 e0
+34
+00
+fc
+ed
+fa
+ec
+ff
+ea
+fe
+ef
+90
+80
+98
 ee
 f0
 a3
 ef
 f0
-22
+7a
+0b
+79
+83
+7e
+0b
+7f
+83
+74
+83
+fc
+74
+0b
+ff
+ec
+fe
+ef
+a3
+ee
+f0
+a3
+ef
+f0
+90
+80
+9e
+e4
+f0
+a3
+f0
+90
+80
+90
+04
+f0
+90
+80
+06
+e0
+44
+04
+f0
 02
-0f
-19
+17
+c7
 90
 4e
-8a
+3d
 ee
 f0
 a3
 ef
 f0
-90
-4e
-8c
+a3
 ec
 f0
 a3
 ed
 f0
-90
-4e
-8c
-e0
-fe
 a3
-e0
-ff
-d3
+eb
+f0
+a3
+ea
+f0
+a3
+e9
+f0
 90
 4e
-8b
+3f
 e0
-9f
-90
-4e
-8a
+70
+02
+a3
 e0
-9e
-40
-16
+70
+02
+a1
+f2
 90
 4e
-8c
+3d
 e0
 fe
 a3
 e0
 ff
-90
-4e
-8b
-e0
+44
+0f
+24
+01
+fd
+e4
+3e
+fc
+c3
+ed
 9f
 ff
-90
-4e
-8a
-e0
+ec
 9e
 fe
-80
-1e
 90
 4e
-8a
-e0
-fe
+44
+f0
 a3
-e0
-ff
-c3
+ef
+f0
 90
 4e
-8d
+3f
+e0
+fc
+a3
 e0
+fd
+d3
 9f
-ff
+ec
+9e
+40
+0a
 90
 4e
-8c
-e0
-9e
-fe
-ad
-03
-c3
-eb
-9f
-ff
-e4
-9e
-fe
-22
-90
-4e
-ae
-ee
-f0
-a3
-ef
-f0
-a9
-05
-90
-4b
-9e
+44
 e0
 fe
 a3
 e0
 ff
-ad
-01
-19
-ed
-60
-2f
-0f
-ef
-ac
-06
-70
-01
-0e
-14
-f5
-82
-8c
-83
-e0
-fd
-90
-4e
+80
+04
 ae
-e4
-75
-f0
-01
-12
 04
-24
-85
-f0
-82
-f5
-83
-ed
-f0
-ad
-07
-ac
-06
-bc
-4b
-d4
-bd
-9a
-d1
-7e
-4b
-7f
-36
-80
-cb
+af
+05
 90
-4b
-9e
+4e
+44
 ee
 f0
+fc
 a3
 ef
 f0
-22
-7a
-0c
-79
-4b
+fd
+c3
 90
 4e
-9e
-74
-01
-f0
-a3
-74
-0c
+40
+e0
+9d
 f0
-a3
-74
-4b
+90
+4e
+3f
+e0
+9c
 f0
 90
-4b
-a0
+4e
+3d
 e0
 fe
 a3
 e0
 ff
 90
-4b
-9e
-e0
-6e
-70
-03
-a3
-e0
-6f
-70
-02
-41
-09
-7e
-0c
-7f
-4b
-7d
-03
-11
-e0
-90
 4e
-9e
+41
 e0
 fb
 a3
@@ -14881,378 +13946,191 @@
 a3
 e0
 f9
+91
+aa
+7f
+0a
 12
-03
-b6
-b4
-02
-2b
+0f
+6c
 90
 4e
-9f
-e4
-75
+44
+e0
+fe
+a3
+e0
+ff
+90
+4e
+42
+ee
+8f
 f0
-02
 12
 04
 0e
 90
 4e
-9e
-e0
-fb
-a3
-e0
-fa
-a3
+3e
 e0
-f9
-12
-03
-b6
-ff
+2f
+f0
 90
 4e
-1d
-e0
-a3
-e0
-fa
-a3
+3d
 e0
-f5
-82
-8a
-83
-12
-05
-68
-80
-6d
+3e
+f0
+a1
+5c
+22
 90
 4e
-9e
-e0
-fb
+a4
+eb
+f0
 a3
-e0
-fa
+ea
+f0
 a3
-e0
-f9
-12
-03
-b6
-64
-05
-70
-59
-90
-4e
-9f
-75
+e9
 f0
-01
-12
+ed
+1d
+ae
 04
-0e
-7e
-0c
-7f
+70
+01
+1c
 4e
+60
+17
 90
 4e
-9e
+a4
 e0
 fb
 a3
-e0
+e4
+75
+f0
+01
+12
+04
+24
+a9
+f0
 fa
-a3
-e0
-f9
+74
+ff
 12
 03
-b6
-14
-fd
-11
-e0
-90
-4e
-9e
-e0
-fb
-a3
-e0
-fa
-a3
-e0
-24
-01
-f9
+fc
+80
+df
+22
+ad
+07
 e4
-3a
-fa
-c0
-02
-c0
-01
 90
 4e
-9e
-e0
-a3
-e0
-fa
-a3
-e0
-f9
-12
-03
 b6
-fd
-7c
-00
-90
-4e
-29
-e0
-a3
-e0
-fa
-a3
-e0
+f0
+fe
+ef
+54
+07
+f0
+ef
+13
+13
+13
+54
+03
+fe
 f5
 82
-8a
+75
 83
-d0
-01
-d0
-02
+00
 12
-05
-68
-80
-02
-80
-fe
-90
-4b
-a5
-e0
-fe
-a3
-e0
-ff
-90
-4c
-5e
-e0
-6e
-70
 03
-a3
+cf
+fd
+33
+95
 e0
-6f
-60
-22
+fc
 90
 4e
-23
-e0
-fb
-a3
-e0
-fa
-a3
-e0
-f9
-4a
-60
-37
-12
-05
-64
-90
-4b
-a5
+b6
 e0
 ff
-a3
-e0
-90
-4c
-5e
-cf
-f0
-a3
-ef
-f0
+74
+01
+7e
+00
+a8
+07
+08
 80
-ca
-90
-4c
-8d
-e0
+05
+c3
+33
+ce
+33
+ce
+d8
+f9
 ff
-a3
-e0
-6f
-60
-19
-90
+ee
+5c
+fe
+ef
+5d
 4e
-26
-e0
-fb
-a3
-e0
-fa
-a3
-e0
-f9
-4a
-60
-0b
-12
-05
-64
-90
-4c
-8d
-e0
-a3
-f0
-80
-dd
-22
-90
-04
-46
-e0
+24
 ff
 22
-90
-0b
-7f
-74
+7b
 01
-f0
-e4
-90
-0b
-7e
-f0
-22
-90
-4b
-9c
-e0
+7a
+81
+79
+1c
+80
+b9
+ef
+f4
+60
+3a
+ef
+54
+07
 fe
-a3
-e0
+ef
+13
+13
+13
+54
+03
 ff
-90
-4b
-9a
-e0
-b5
-06
-07
+24
 a3
-e0
-b5
-07
-02
-d3
-22
-c3
-22
-90
+f5
 82
-80
-74
-01
-f0
-22
-90
-4e
-a4
-eb
-f0
-a3
-ea
-f0
-a3
-e9
-f0
-ed
-1d
-ae
-04
-70
-01
-1c
-4e
-60
-17
-90
-4e
-a4
-e0
-fb
-a3
-e4
-75
-f0
-01
-12
-04
-24
-a9
-f0
-fa
-74
-ff
-12
-03
-fc
-80
-df
-22
-ef
-f4
-60
-3a
-ef
-54
-07
-fe
-ef
-13
-13
-13
-54
-03
-ff
-24
-a3
-f5
-82
-e4
-34
-00
-f5
-83
-c0
-83
-c0
-82
-e0
-fd
+e4
+34
+00
+f5
+83
+c0
+83
+c0
+82
+e0
+fd
 74
 01
 a8
@@ -15286,8 +14164,90 @@
 5c
 f0
 22
-11
+e4
+ff
+ef
+fd
+7c
+00
+24
+78
+fb
+ec
+34
+80
+8b
+82
+f5
+83
+e0
+fe
+ed
+24
+70
+fd
+ec
+34
+80
+8d
+82
+f5
+83
+e0
+4e
+f4
+fe
+ef
+24
+7c
+fd
+ec
+34
+80
+8d
+82
+f5
+83
 ee
+f0
+0f
+ef
+b4
+04
+cf
+22
+33
+c2
+aa
+55
+01
+00
+16
+00
+27
+aa
+55
+09
+00
+a2
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+02
+00
+dc
+07
+00
+00
 aa
 55
 40
@@ -15360,417 +14320,508 @@
 00
 aa
 55
-01
+02
 00
 31
 41
 01
+43
 aa
 55
-02
-00
-13
-42
-40
-03
-aa
-55
-01
+0e
 00
-f7
+38
 41
-0a
+ff
+ff
+8f
+f8
+83
+9d
+59
+82
+36
+08
+c2
+08
+66
+22
 aa
 55
-02
+1b
 00
-f5
+4a
 41
-10
+40
+25
 00
-aa
-55
-01
+12
+00
+00
+02
+12
 00
-33
-41
 00
-aa
-55
 02
 00
-b1
-4c
 00
+20
+00
+00
+20
+20
+00
+02
+24
+80
+03
 00
+06
+70
+4f
 aa
 55
-03
+05
 00
-4a
+6e
 41
-40
-25
+80
+00
 00
+00
+01
 aa
 55
-06
+03
 00
-40
+f5
 41
-36
-08
-c2
-08
-66
-22
+10
+00
+0a
 aa
 55
-0f
+0b
 00
-02
-47
-0e
+13
 42
-54
-33
-2e
-30
-20
-4b
-65
-79
-62
-6f
-61
-72
-64
+40
+03
+00
+8f
+10
+ce
+00
+0a
+0b
+ef
+0f
 aa
 55
-03
+05
 00
 80
 42
 0e
 00
 01
+00
+01
 aa
 55
-01
+02
 00
-84
+9b
 42
-01
+30
+3f
 aa
 55
 01
 00
-47
-47
-0a
+aa
+42
+20
 aa
 55
+1c
+00
+d9
+43
+1f
+02
 01
+05
+03
+19
+c1
+03
+03
+03
+12
+18
+0f
+09
+42
+54
+34
+2e
+32
+20
+4b
+65
+79
+62
+6f
+61
+72
+64
+aa
+55
+11
 00
-dc
-47
+f9
+43
+1f
+0f
+09
+42
+54
+34
+2e
+32
+20
+4b
+65
+79
+62
+6f
+61
+72
+64
+aa
+55
+0f
 00
+19
+44
+0e
+42
+54
+34
+2e
+32
+20
+4b
+65
+79
+62
+6f
+61
+72
+64
 aa
 55
 01
 00
-f6
-47
-01
+c2
+44
+14
 aa
 55
 01
 00
-72
-41
+dd
+44
 01
 aa
 55
-0e
+01
 00
-5b
-47
+e4
+44
+07
+aa
+55
 06
-03
+00
+f9
+44
 11
+46
+34
+54
+77
+dd
+aa
+55
+dd
+01
+04
+45
+01
 00
 00
+28
+02
 01
+18
 02
-10
-24
-11
 00
-12
+03
+28
 01
+20
+03
 00
-aa
-55
+05
+2a
 01
 00
-71
-47
-00
-aa
-55
-76
-02
-11
-48
 04
 00
-11
-01
-00
-10
 02
-11
-24
+29
+02
 00
-01
 00
+05
 00
-36
-01
-b6
-09
 00
+28
+02
 00
-0a
+18
+06
 00
+03
+28
 01
+02
+07
 00
 00
-09
+2a
+0e
+42
+54
+34
+2e
+32
+20
+4b
+65
+79
+62
+6f
+61
+72
+64
+08
 00
-01
-35
 03
-19
-11
-24
-09
-00
-04
-35
-0d
-35
-06
-19
+28
 01
-00
+02
 09
 00
-11
-35
+01
+2a
+02
+c1
 03
-19
-00
-11
-09
+0a
 00
-05
-35
 03
-19
-10
+28
+01
 02
-09
+0b
 00
+04
+2a
+08
 06
-35
-09
-09
-65
-6e
-09
 00
-6a
-09
-01
+06
 00
-09
+64
 00
-09
-35
-08
-35
-06
-19
-11
-24
-09
+2c
 01
+0c
 00
-09
 00
+28
+02
+0a
+18
 0d
-35
-0f
-35
-0d
-35
-06
-19
+00
+03
+28
 01
+02
+0e
 00
-09
+50
+2a
+07
+02
+e8
+04
+21
+70
+01
 00
-13
-35
-03
-19
+0f
 00
-11
-09
+00
+28
+02
+12
+18
+10
+00
+03
+28
 01
+06
+11
 00
-25
-3d
-42
-72
-6f
-61
-64
-63
-6f
-6d
-20
-42
-6c
-75
-65
-74
-6f
-6f
-74
-68
-20
-57
-69
-72
-65
-6c
-65
-73
-73
-20
-20
-4b
-65
-79
-62
-6f
-61
-72
-64
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-20
-09
+4e
+2a
 01
 01
-25
-08
-4b
-65
-79
-62
-6f
-61
-72
-64
-09
+12
+00
+03
+28
 01
+12
+13
+00
+4d
+2a
+08
+00
+00
+00
+00
+00
+00
+00
+00
+14
+00
 02
-25
-10
-42
-72
-6f
-61
-64
-63
-6f
-6d
-20
-43
-6f
-72
-70
-2e
-20
-20
-09
+29
 02
 00
-09
-01
 00
-09
+15
+00
+08
+29
 02
 01
-09
 01
-11
-09
+16
+00
+03
+28
+01
+12
+17
+00
+4d
+2a
 02
+00
+00
+18
+00
 02
-08
-40
-09
+29
 02
-03
+00
+00
+19
+00
 08
-21
-09
+29
 02
-04
-28
-01
-09
 02
-05
+01
+1a
+00
+03
 28
 01
-09
+12
+1b
+00
+4d
+2a
+05
+00
+00
+00
+00
+00
+1c
+00
 02
-06
-35
-a5
-35
-a3
+29
+02
+00
+00
+1d
+00
 08
-22
-25
-9f
-05
+29
+02
+03
+01
+1e
+00
+03
+28
+01
+0e
+1f
+00
+4d
+2a
+02
+00
+00
+20
+00
+02
+29
+02
+00
+00
+21
+00
+08
+29
+02
+01
+02
+22
+00
+03
+28
+01
+0a
+23
+00
+4b
+2a
+a0
+05
 01
 09
 06
@@ -15824,8 +14875,9 @@
 08
 15
 00
-25
+26
 ff
+00
 05
 07
 19
@@ -15929,67 +14981,155 @@
 06
 c0
 c0
-09
+24
+00
+03
+28
+01
 02
-07
-35
-08
-35
-06
-09
+25
+00
+4a
+2a
 04
-09
-09
+11
 01
 00
-09
-02
-0b
-09
 01
+26
 00
-09
-02
-0c
-09
-0c
-80
-09
-02
-0d
+03
 28
+01
+04
+27
 00
-09
+4c
+2a
+01
+00
+28
+00
+00
+28
 02
-0e
+0f
+18
+29
+00
+03
 28
 01
-09
+12
+2a
+00
+19
+2a
+01
+64
+2b
+00
 02
+29
+02
+00
+00
+00
+00
+aa
+55
+01
+00
+f9
+46
+50
+aa
+55
 0f
-09
-03
-18
-09
+00
 02
-10
-09
+47
+0e
+42
+54
+33
+2e
+30
+20
+4b
+65
+79
+62
+6f
+61
+72
+64
+aa
+55
+01
 00
+47
+47
+0a
+aa
+55
+10
 00
+59
+47
+11
+48
+06
 03
-10
+11
+00
+00
+01
 02
+10
+24
+11
+00
 12
+01
 00
+aa
+55
+02
 00
+f6
+47
+01
+ff
+aa
+55
 01
 00
+fd
+47
+ff
+aa
+55
+8a
+02
+11
+48
+04
+00
+11
 01
 00
+10
+02
+11
+24
+00
 01
-36
 00
-a1
+00
+36
+01
+b6
 09
 00
 00
@@ -15997,15 +15137,15 @@
 00
 01
 00
-01
+00
 09
 00
 01
 35
 03
 19
-12
-00
+11
+24
 09
 00
 04
@@ -16018,12 +15158,20 @@
 00
 09
 00
-01
+11
 35
 03
 19
 00
-01
+11
+09
+00
+05
+35
+03
+19
+10
+02
 09
 00
 06
@@ -16046,16 +15194,36 @@
 35
 06
 19
-12
+11
+24
+09
+01
 00
 09
+00
+0d
+35
+0f
+35
+0d
+35
+06
+19
 01
 00
 09
+00
+13
+35
+03
+19
+00
+11
+09
 01
 00
 25
-2f
+3d
 42
 72
 6f
@@ -16084,6 +15252,7 @@
 73
 73
 20
+20
 4b
 65
 79
@@ -16093,18 +15262,31 @@
 72
 64
 20
-50
-6e
-50
 20
-53
-65
-72
-76
-65
-72
-09
-01
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+20
+09
+01
 01
 25
 08
@@ -16117,29 +15299,48 @@
 72
 64
 09
+01
+02
+25
+10
+42
+72
+6f
+61
+64
+63
+6f
+6d
+20
+43
+6f
+72
+70
+2e
+20
+20
+09
 02
 00
 09
 01
-03
+00
 09
 02
 01
 09
-0a
-5c
+01
+11
 09
 02
 02
-09
-85
-02
+08
+40
 09
 02
 03
-09
-00
-01
+08
+21
 09
 02
 04
@@ -16148,16219 +15349,634 @@
 09
 02
 05
+28
+01
 09
-00
 02
-00
-aa
-55
-02
-00
-59
-47
-11
-48
-aa
-55
-01
-00
-32
-41
-43
-aa
-55
-01
-00
-fb
-41
-00
-aa
-55
+06
+35
+a5
+35
+a3
 08
-00
-38
-41
-ff
-ff
-8f
-f8
-83
-9d
-59
-82
-aa
-55
+22
+25
+9f
+05
 01
-00
-dc
-07
-00
-aa
-55
+09
+06
+a1
 01
-00
-a2
-00
-00
-aa
-55
+85
 01
-00
-dd
+75
+01
+95
+08
+05
 07
+19
+e0
+29
+e7
+15
 00
-aa
-55
+25
 01
-00
-16
-00
-27
-aa
-55
+81
+02
+95
 01
-00
-fd
-47
-ff
-aa
-55
+75
+08
+81
+03
+95
+05
+75
 01
-00
-f7
-47
-ff
-aa
-55
+05
+08
+19
 01
-00
-6e
-41
-80
-aa
-55
-02
-00
-a2
-4b
+29
+05
+91
 02
+95
 01
-aa
-55
-04
-00
+75
+03
 91
-4c
-9f
-3e
-cd
-4d
-aa
-55
-01
+03
+95
+06
+75
+08
+15
 00
-8f
-4c
-01
-aa
-55
-dd
-01
-04
-45
-01
+25
+ff
+05
+07
+19
 00
+29
+ff
+81
 00
-28
-02
+c0
+05
+0c
+09
 01
-18
+a1
+01
+85
 02
+19
 00
+2a
+ff
 03
-28
-01
-20
+15
+00
+26
+ff
 03
+95
+01
+75
+10
+81
 00
+c0
 05
-2a
 01
-00
-04
-00
+09
 02
-29
-02
-00
-00
-05
-00
-00
-28
-02
-00
-18
-06
-00
+a1
+01
+85
 03
-28
+09
 01
-02
-07
-00
+a1
 00
-2a
-0e
-42
-54
-34
-2e
-32
-20
-4b
-65
-79
-62
-6f
-61
-72
-64
+05
+09
+19
+01
+29
 08
+15
 00
-03
-28
+25
+01
+75
 01
+95
+08
+81
 02
+05
+01
 09
-00
+30
+09
+31
+16
 01
-2a
+80
+26
+ff
+7f
+75
+10
+95
 02
-c1
-03
+81
+06
+09
+38
+15
+81
+25
+7f
+75
+08
+95
+01
+81
+06
+05
+0c
 0a
-00
-03
-28
+38
+02
+95
 01
+81
+06
+c0
+c0
+09
 02
-0b
-00
-04
-2a
+07
+35
 08
+35
 06
-00
-06
-00
-64
-00
-2c
+09
+04
+09
+09
 01
-0c
 00
+09
+02
+0b
+09
+01
 00
-28
+09
+02
+0c
+09
+0c
+80
+09
 02
-0a
-18
 0d
-00
-03
 28
-01
-02
-0e
 00
-50
-2a
-07
+09
 02
-e8
-04
-21
-70
+0e
+28
 01
-00
+09
+02
 0f
+09
+03
+18
+09
+02
+10
+09
 00
 00
-28
+03
+10
 02
 12
-18
-10
 00
-03
-28
-01
-06
-11
 00
-4e
-2a
 01
-01
-12
 00
-03
-28
 01
-12
-13
-00
-4d
-2a
-08
-00
 00
+01
+36
 00
+a1
+09
 00
 00
+0a
 00
+01
 00
+01
+09
 00
-14
+01
+35
+03
+19
+12
 00
-02
-29
-02
+09
 00
+04
+35
+0d
+35
+06
+19
+01
 00
-15
+09
 00
-08
-29
-02
-01
 01
-16
-00
+35
 03
-28
-01
-12
-17
-00
-4d
-2a
-02
+19
 00
+01
+09
 00
-18
+06
+35
+09
+09
+65
+6e
+09
 00
-02
-29
-02
+6a
+09
+01
 00
+09
 00
+09
+35
+08
+35
+06
 19
+12
 00
-08
-29
-02
-02
+09
 01
-1a
 00
-03
-28
+09
 01
-12
-1b
-00
-4d
-2a
-05
-00
-00
-00
-00
-00
-1c
-00
-02
-29
-02
-00
-00
-1d
-00
-08
-29
-02
-03
-01
-1e
-00
-03
-28
-01
-0e
-1f
-00
-4d
-2a
-02
-00
 00
+25
+2f
+42
+72
+6f
+61
+64
+63
+6f
+6d
+20
+42
+6c
+75
+65
+74
+6f
+6f
+74
+68
+20
+57
+69
+72
+65
+6c
+65
+73
+73
 20
-00
-02
-29
-02
-00
-00
-21
-00
-08
-29
-02
-01
-02
-22
-00
-03
-28
-01
-0a
-23
-00
 4b
-2a
-a0
-05
-01
+65
+79
+62
+6f
+61
+72
+64
+20
+50
+6e
+50
+20
+53
+65
+72
+76
+65
+72
 09
-06
-a1
-01
-85
 01
-75
 01
-95
-08
-05
-07
-19
-e0
-29
-e7
-15
-00
 25
-01
-81
-02
-95
-01
-75
-08
-81
-03
-95
-05
-75
-01
-05
-08
-19
-01
-29
-05
-91
-02
-95
-01
-75
-03
-91
-03
-95
-06
-75
 08
-15
-00
-26
-ff
-00
-05
-07
-19
-00
-29
-ff
-81
-00
-c0
-05
-0c
+4b
+65
+79
+62
+6f
+61
+72
+64
 09
-01
-a1
-01
-85
 02
-19
-00
-2a
-ff
-03
-15
-00
-26
-ff
-03
-95
-01
-75
-10
-81
 00
-c0
-05
-01
 09
-02
-a1
 01
-85
 03
 09
-01
-a1
-00
-05
-09
-19
-01
-29
-08
-15
-00
-25
-01
-75
-01
-95
-08
-81
 02
-05
 01
 09
-30
-09
-31
-16
-01
-80
-26
-ff
-7f
-75
-10
-95
-02
-81
-06
+04
+e8
 09
-38
-15
-81
-25
-7f
-75
-08
-95
-01
-81
-06
-05
-0c
-0a
-38
 02
-95
-01
-81
-06
-c0
-c0
-24
-00
-03
-28
-01
-02
-25
-00
-4a
-2a
-04
-11
-01
-00
-01
-26
-00
-03
-28
-01
-04
-27
-00
-4c
-2a
-01
-00
-28
-00
-00
-28
-02
-0f
-18
-29
-00
-03
-28
-01
-12
-2a
-00
-19
-2a
-01
-64
-2b
-00
-02
-29
-02
-00
-00
-00
-00
-aa
-55
-01
-00
-6a
-4c
-17
-aa
-55
-01
-00
-f9
-46
-50
-aa
-55
-01
-00
-c2
-44
-14
-aa
-55
-06
-00
-f9
-44
-11
-46
-34
-54
-77
-dd
-aa
-55
-01
-00
-7e
-4c
-00
-aa
-55
-06
-00
-b8
-4c
-13
-00
-17
-00
-1b
-00
-aa
-55
-01
-00
-60
-4c
-50
-aa
-55
-10
-00
-6c
-4c
-0c
-00
-05
-00
-12
-b4
-08
-00
-10
-00
-10
-00
-00
-00
-2c
-01
-aa
-55
-0f
-00
-19
-44
-0e
-42
-54
-34
-2e
-32
-20
-4b
-65
-79
-62
-6f
-61
-72
-64
-aa
-55
-01
-00
-e4
-44
-07
-aa
-55
-01
-00
-dd
-44
-01
-aa
-55
-1c
-00
-d9
-43
-1f
-02
-01
-05
-03
-19
-c1
-03
-03
-03
-12
-18
-0f
-09
-42
-54
-34
-2e
-32
-20
-4b
-65
-79
-62
-6f
-61
-72
-64
-aa
-55
-11
-00
-f9
-43
-1f
-0f
-09
-42
-54
-34
-2e
-32
-20
-4b
-65
-79
-62
-6f
-61
-72
-64
-aa
-55
-08
-00
-16
-42
-8f
-10
-ce
-00
-0a
-0b
-ef
-0f
-aa
-55
-01
-00
-f8
-41
-00
-aa
-55
-08
-00
-a3
-00
-00
-00
-00
-00
-00
-00
-00
-00
-aa
-55
-02
-00
-5d
-41
-02
-24
-aa
-55
-08
-00
-4d
-41
-12
-00
-00
-02
-12
-00
-00
-02
-aa
-55
-02
-00
-5b
-41
-20
-00
-aa
-55
-04
-00
-57
-41
-20
-00
-00
-20
-aa
-55
-04
-00
-5f
-41
-80
-03
-00
-06
-aa
-55
-02
-00
-98
-4c
-00
-13
-aa
-55
-02
-00
-9b
-42
-30
-3f
-aa
-55
-01
-00
-aa
-42
-20
-aa
-55
-7f
-00
-70
-4f
-07
-ff
-0a
-fb
-0b
-ff
-1a
-fb
-1b
-fb
-1c
-fb
-1d
-f6
-1e
-f2
-1f
-ee
-20
-ea
-21
-e6
-22
-e2
-23
-de
-24
-da
-25
-d6
-26
-d2
-27
-ce
-28
-ca
-29
-c6
-2a
-c2
-2b
-bd
-2c
-b9
-2d
-b5
-2e
-b1
-2f
-ad
-30
-a9
-31
-80
-32
-80
-33
-80
-34
-c0
-35
-c1
-36
-c2
-37
-c3
-38
-c4
-39
-c5
-3a
-c6
-3b
-c7
-3c
-06
-3d
-07
-3e
-46
-3f
-85
-40
-86
-41
-87
-42
-c6
-43
-c7
-44
-d6
-45
-d7
-46
-e6
-47
-f5
-48
-00
-49
-f8
-4a
-7f
-4e
-ec
-4f
-5e
-55
-d0
-56
-c0
-57
-4c
-58
-6c
-59
-50
-68
-e4
-69
-00
-6a
-00
-6b
-30
-ff
-aa
-55
-02
-00
-63
-41
-70
-4f
-aa
-55
-00
-00
-ee
-46
-aa
-55
-0a
-00
-91
-4a
-55
-d0
-56
-c0
-57
-4c
-58
-6c
-59
-50
-aa
-55
-0a
-00
-87
-4a
-55
-d0
-56
-c0
-57
-4c
-58
-6c
-59
-50
-0f
-ca
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
+02
+09
+70
+21
+09
+02
+03
+09
+00
+01
+09
+02
+04
+28
+01
+09
+02
+05
+09
+00
+02
+00
+55
+d0
+56
+c0
+57
+4c
+58
+6c
+59
+50
+55
+d0
+56
+c0
+57
+4c
+58
+6c
+59
+50
+aa
+55
+02
+00
+a2
+4b
+02
+01
+aa
+55
+01
+00
+60
+4c
+50
+aa
+55
+12
+00
+6a
+4c
+17
+00
+0c
+00
+05
+00
+12
+b4
+08
+00
+10
+00
+10
+00
+00
+00
+2c
+01
+aa
+55
+0b
+00
+8f
+4c
+01
+00
+9f
+3e
+cd
+4d
+00
+00
+00
+00
+13
+aa
+55
+06
+00
+b8
+4c
+13
+00
+17
+00
+1b
+00
+aa
+55
+04
+00
+4c
+4d
+20
+20
+06
+12
+aa
+55
+7f
+00
+70
+4f
+07
 ff
+0a
+fb
+0b
 ff
+1a
+fb
+1b
+fb
+1c
+fb
+1d
+f6
+1e
+f2
+1f
+ee
+20
+ea
+21
+e6
+22
+e2
+23
+de
+24
+da
+25
+d6
+26
+d2
+27
+ce
+28
+ca
+29
+c6
+2a
+c2
+2b
+bd
+2c
+b9
+2d
+b5
+2e
+b1
+2f
+ad
+30
+a9
+31
+80
+32
+80
+33
+80
+34
+c0
+35
+c1
+36
+c2
+37
+c3
+38
+c4
+39
+c5
+3a
+c6
+3b
+c7
+3c
+06
+3d
+07
+3e
+46
+3f
+85
+40
+86
+41
+87
+42
+c6
+43
+c7
+44
+d6
+45
+d7
+46
+e6
+47
+f5
+48
+00
+49
+f8
+4a
+7f
+4e
+ec
+4f
+5e
+55
+d0
+56
+c0
+57
+4c
+58
+6c
+59
+50
+68
+e4
+69
+00
+6a
+00
+6b
+30
 ff
+12
+29
 ff
 ff
 ff
@@ -32764,5 +16380,5 @@
 ff
 ff
 ff
-49
-a2
+d0
+ad
Index: c51/output/fw.hex
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/output/fw.hex	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/output/fw.hex	(working copy)
@@ -85,7 +85,7 @@
 :10054000054A12054A12054AE473E493A3C583C51C
 :10055000F0C583C8C582C8F0A3C583C5F0C583C8EC
 :10056000C582C8228A838982E473787FE4F6D8FD45
-:100570007581CF0205B1022883E493A3F8E493A325
+:100570007581CF0205B1022255E493A3F8E493A359
 :100580004003F68001F208DFF48029E493A3F854D5
 :1005900007240CC8C333C4540F4420C8834004F458
 :1005A00056800146F6DFE4800B010204081020406B
@@ -93,8 +93,8 @@
 :1005C00009541FFEE493A360010ECF54C025E060E0
 :1005D000A840B8E493A3FAE493A3F8E493A3C8C5AE
 :1005E00082C8CAC583CAF0A3C8C582C8CAC583CA9F
-:1005F000DFE9DEE780BE524E0BFF1654000000FF1D
-:100600001B47FF2567000000FF25EC001A08090AB8
+:1005F000DFE9DEE780BE524E0BFF1533000000FF3F
+:100600001798FF14AA000000FF2008001A08090A22
 :100610000B0C0D0E18191714131211151B1C0000CA
 :100620000048000000E400E03E142B04291D8B3537
 :100630001E1A3916641B8A3A1F083C073D06883B80
@@ -119,7 +119,7 @@
 :100760004E91F07B017A4E798F7D03904E63EBF0D2
 :10077000A3EAF0A3E9F0A3EDF0904B9CE0FFA3E027
 :10078000904E67CFF0A3EFF0904B9AE0FEA3E0FF0E
-:10079000904B9CE0FCA3E0FD7B64122886904E66A3
+:10079000904B9CE0FCA3E0FD7B64122258904E66D7
 :1007A000E0FEEFC39E40E1904E66E0FF14F0EF6084
 :1007B0003C904E63E0FBA3E475F0019124A9F0FAAC
 :1007C00071B6FF904E67E475F001912485F082F5D3
@@ -140,7 +140,7 @@
 :1008B0003AFA7E00E92FF9EE3AFA1203B6B4AF061F
 :1008C000904DDB7401F0904E73E004F080CA904DBF
 :1008D000DBE0904DE0F0904E6FE0FBA3E0FAA3E088
-:1008E000F9121D88EF6002412A904E6FE0A3E0FAF2
+:1008E000F912196AEF6002412A904E6FE0A3E0FA14
 :1008F000A3E04A7002412A904CC7E0B4040690423B
 :10090000137403F0904DDE740AF0E4904CE3F0A30E
 :10091000F07B017A4879007D09FCB1097B017A4EB0
@@ -218,7 +218,7 @@
 :100D9000DCF0904E01F0904DD5F0904DD8F0904D94
 :100DA000DBF0904DE0F0904DD3F0904DDFF0904DA2
 :100DB000E3F0904DD9F0904D38F022904E7EEBF05C
-:100DC000A3EAF0A3E9F0A3EDF01217F4EF601D9091
+:100DC000A3EAF0A3E9F0A3EDF012191AEF601D9069
 :100DD0004CEEE07017904CC7E0B40410904E7EE0EB
 :100DE000FBA3E0FAA3E0F9A3E0FDD1D022904EAA44
 :100DF000EFF0A3EDF07B017A4879007D097C00B12A
@@ -232,24 +232,24 @@
 :100E7000E4FDB1EDE4904CF8F0904CF77405F022ED
 :100E8000904CF7E0B40615E4904CF9F0904CF8F073
 :100E9000A3E0FDE4FFB1EDE4904CF7F022904E9218
-:100EA000E4F0A3F0A3F0122A7550241222E5904E2C
+:100EA000E4F0A3F0A3F012244750241219D8904E76
 :100EB00092EBF0A3EAF0A3E9F04A7006904CB60476
 :100EC000F022904E92E0FBA3E0FAA3E0F911802219
-:100ED000900BE77405F0904EB6EDF0E0FD900BE856
+:100ED000900BE77405F0904EB5EDF0E0FD900BE857
 :100EE000F07E0B7FE9904E6EEDF0113D7B017A0BA9
-:100EF00079E7904EB6E02402FD02076BB135122669
-:100F00000F904CEE7401F0904CE57432F0E4904C8C
-:100F1000F3F0904D0574FFF0221225FC122930D118
-:100F200027F1841214D5900B7EE014600D24FE701E
-:100F3000EB121FC3F1CDF16180FE904CEDE0701219
+:100EF00079E7904EB5E02402FD02076BB135122070
+:100F0000B8904CEE7401F0904CE57432F0E4904CE3
+:100F1000F3F0904D0574FFF0221220A5122302D1A8
+:100F200027F1841210C4900B7EE014600D24FE7033
+:100F3000EB121EB2F1CDF16180FE904CEDE070122B
 :100F4000904CEFE0700C904CE5E07006904CFCE0AB
-:100F50006005122A6980C5121FC3F16180BE80BC82
+:100F5000600512243B80C5121EB2F16180BE80BCC8
 :100F600022E4900B7FF0900B7EF07F01EFD3940092
 :100F70004011E4FDFC0DBD00010CBC04F8BDA6F55C
 :100F80001F80E922904CBFE0FF6041640360047F52
 :100F9000C8F16CC2017FFF1210B37B017A4D79E476
-:100FA0007D1D7C007FD87E7F121A3D7B017A4C79B3
-:100FB000F57D027C007FF67E7F121A3DD2017FFF15
+:100FA0007D1D7C007FD87E3F1225457B017A4C79E0
+:100FB000F57D027C007FF67E3F122545D2017FFF42
 :100FC0001210B37F0AF16CE4904CBFF022C2067F8E
 :100FD0000FF1E3C2067F1EF1E3C2067F1EF1E3C2FA
 :100FE000067F1DAC07ECF46017AF04D20412104169
@@ -266,424 +266,358 @@
 :10109000904EA7E0FBA3E0FAA3E02DF9E43AFA12A0
 :1010A00003B6FF7401A806088002C333D8FCF45FBE
 :1010B0000203FCEFF4600C7B017A807974A2019248
-:1010C00000115222904E98EFF0A3EDF0E4A3F0ED62
-:1010D000F0904DDBE064016002215D904E99E0FFED
-:1010E0006414600AEF641A6005EF64087058EFB486
-:1010F000140C904CC17402F0904CFBF08021EFB4C2
-:101100001A0E904CC17401F0904CFB7404F0800FE7
-:10111000EFB4080BE4904CC1F0904CFB7406F0C2A5
-:10112000017F1D11B3904E98E0FFA3E0FDE4FB9119
-:10113000B5904E9AEFF00B7A4C79C17D017C007F1F
-:10114000F57E7F121A3D904E99E0FDB4290F904E26
-:1011500098E0FFE4FB91B5904E9AEFF022904DDBC2
-:10116000E0B40106904CC1E06020904DDBE07008D7
-:10117000904CC1E064026012904DDBE0600281AFF0
-:10118000904CC1E06401600281AF904E99E0FD2473
-:10119000D7603B24EFB40C00400281AF9011AA75D8
-:1011A000F003A4C58325F0C583730211DE0211F19B
-:1011B0000212040212170212850212F302139102A4
-:1011C00013FF02141202142502143802144B904E1D
-:1011D00098E0FF7BD691B5904E9AEFF081AF904E9C
-:1011E00098E0FFA3E0FD7BF491B5904E9AEFF0817B
-:1011F000AF904E98E0FFA3E0FD7BF291B5904E9A40
-:10120000EFF081AF904E98E0FFA3E0FD7BF591B544
-:10121000904E9AEFF081AF904CC1E0FCB402139075
-:101220004E98E0FFA3E0FDE4FB91B5904E9AEFF0FD
-:1012300081AFECB40113904E98E0FFA3E0FD7B2951
-:1012400091B5904E9AEFF081AF904CF87408F0A3EE
-:101250007414F0904E98E0FF30E014904CF7E0B436
-:1012600003057402F0800E904CF77401F080069034
-:101270004CF77404F0904E99E0FDE4FB91B5904E6C
-:101280009AEFF081AF904CC1E0FCB40213904E98FD
-:10129000E0FFA3E0FDE4FB91B5904E9AEFF081AF43
-:1012A000ECB40113904E98E0FFA3E0FD7BFA91B5FA
-:1012B000904E9AEFF081AF904CF87408F0A3740B45
-:1012C000F0904E98E0FF30E014904CF7E0B4030546
-:1012D0007402F0800E904CF77401F08006904CF789
-:1012E0007404F0904E99E0FDE4FB91B5904E9AEFB6
-:1012F000F081AF904CC1E0FC64027042904CF874F5
-:101300000AF0A37420F0904E98E0FF30E01A904C61
-:10131000F7E0B403057402F08006904CF77401F016
-:10132000904CFC7405F08006904CF77404F0904EDD
-:1013300099E0FDE4FB91B5904E9AEFF081AFECB4EB
-:101340000113904E98E0FFA3E0FD7BDB91B5904E3A
-:101350009AEFF081AF904CF87408F0A3740EF090FF
-:101360004E98E0FF30E014904CF7E0B403057402AF
-:10137000F0800E904CF77401F08006904CF77404E6
-:10138000F0904E99E0FDE4FB91B5904E9AEFF0811C
-:10139000AF904CC1E0FCB40213904E98E0FFA3E084
-:1013A000FD7BD991B5904E9AEFF081AFECB401136B
-:1013B000904E98E0FFA3E0FD7BDC91B5904E9AEF54
-:1013C000F081AF904CF87408F0A3740CF0904E9834
-:1013D000E0FF30E014904CF7E0B403057402F080B5
-:1013E0000E904CF77401F08006904CF77404F09066
-:1013F0004E99E0FDE4FB91B5904E9AEFF081AF90ED
-:101400004E98E0FFA3E0FD7BF691B5904E9AEFF089
-:1014100081AF904E98E0FFA3E0FD7BF791B5904E31
-:101420009AEFF081AF904E98E0FFA3E0FD7BF8913A
-:10143000B5904E9AEFF08077904E98E0FFA3E0FDD4
-:101440007BD591B5904E9AEFF08064904CC1E0FF4F
-:10145000B40208904CF87401F08012EFB4010890C7
-:101460004CF87402F08006904CF87408F0904CF937
-:10147000742CF0904E98E0FF30E020904CF7E0B4F0
-:1014800003057402F08006904CF77401F0904CC193
-:10149000E0600E904CFC740AF08006904CF77404E7
-:1014A000F0904E99E0FDE4FB91B5904E9AEFF090EC
-:1014B0004E9AE0FF22AE05EF30E00A904DD3E004F3
-:1014C000F0AE03800D904DD3E06007E014F0AF0361
-:1014D000AE07AF0622904DE1E064026002A19B904E
-:1014E0004CECE06002A195904CD5E0B40204D14AE6
-:1014F000802E904CD5E0B40114904CFAE07021900D
-:101500004CE27404F0904CFA7401F08013904CFAA1
-:10151000E0B4010CE4F0904CE2F0C2017F1D11B385
-:10152000F196EF605E904DD9E0FF904CB7E06F60B0
-:101530006AE030E012904CE67402F0A37458F0D2E6
-:10154000017F0F11B3800DC2017F0F11B3E4904CE6
-:10155000E6F0A3F0904CB7E030E112904CE8740252
-:10156000F0A37459F0D2017F1E11B3800DC2017F28
-:101570001E11B3E4904CE8F0A3F0904CB7E0904D0E
-:10158000D9F022C2017F0F11B3904CE5E0700CC27C
-:10159000017F1E01B3C2017F0F11B322904DE1E024
-:1015A00064026002C12D904CECE060067F1ED12EDB
-:1015B000800C904CFBE0600614F07F1DD12EF1965C
-:1015C000EF606A904CE6E07002A3E06026904CE782
-:1015D000E024FFF0904CE6E034FFF0D2017F0F11E1
-:1015E000B3904CE6E07002A3E0700EC2017F0F11D1
-:1015F000B38006C2017F0F11B3904CE8E07002A3E4
-:10160000E06024904CE9E024FFF0904CE8E034FFE7
-:10161000F0D2017F1E11B3904CE8E07002A3E0709D
-:101620000CC2017F1E01B3C2017F1E11B322904E76
-:10163000B9EFF07B017A8079741221129209904EF1
-:10164000B9E0FFA209B3920101B3E4904D38F07FF5
-:1016500019020744EF24EC7002E10C147002E15C03
-:1016600024EC7002E15024F97002E10724FD6011BE
-:10167000147002E13324FD7002E10924086002E1E4
-:1016800095F1CC120EFC7B017A4D79E47D1D7C0036
-:101690007FD87E7F1218EB7F0A120F6C7B017A4C89
-:1016A00079C17D017C007FF57E7F1218EB7F0A12E5
-:1016B0000F6C7B017A4C79F57D027C007FF67E7F92
-:1016C0001218EB904CF5E0B4FF1FA3E0B4FF1A90A2
-:1016D0004C93E0A3E0904CF5F0904C91E0A3E090A7
-:1016E0004CF6F0904CBF7401F0904CC1E0D39402E2
-:1016F0004012E4F07B017A4C79C17D01FC7FF57EDC
-:101700007F121A3D021AF5E1A30206C2904CC7747B
-:1017100003F0A37401F07F0E120744904CE5E070D3
-:1017200006C2017F1E11B3E4904CECF0904CE3F044
-:10173000A3F022904CC77404F0E4A3F0121AEBE477
-:10174000904CEEF090413104F0904CBF7403F022C5
-:101750007F011207FD904CBF7403F022904CC7E04C
-:10176000904CCBF0E4904CC7F0A3F0904CEE04F01A
-:10177000A3E0B40104E4F0C14A904CF0E0FF600340
-:10178000021843904CF3E060030206C2D14AE49091
-:101790004CE3F0A3F022904CC7E0B404037F012295
-:1017A0007F0022908080E4F0A3F0A3F0F1D1E490D8
-:1017B0004EB3F0F0904EB3E090060C93FF600CC275
-:1017C000051112904EB3E004F080E922F1A3020F5C
-:1017D000CDE4904EB2F0F0904EB2E0FFC3940850CA
-:1017E0000CC2051112904EB2E004F080EA22D20140
-:1017F0007F1E01B3E4904EB0F0904CC8E0B40206F6
-:10180000904EB0E0FF229047F5E030E306904EB0F6
-:10181000E0FF22904CC7E0701A904CF2E0701E740A
-:101820000AF0A3E07017904DE1E0B402107F0111BF
-:1018300043800AE4904CEEF0904EB004F0904EB02D
-:10184000E0FF22904EB1EFF024FE600F14600C24F4
-:10185000FE603524F8602C240C705F904EB1E014CB
-:10186000904DD1F09042137405F0904CF3F07F044A
-:101870001207447F0A120F6C7F2A120744E4904C2F
-:10188000F0F0227F0E020744E4904CF3F07111EF68
-:10189000700551FFEF600F904EB1E0904CF0F0906A
-:1018A0004DE27403F02251EBE4904131F011C07F1E
-:1018B0000D120744E4904CF0F022E4904CF0F0223A
-:1018C0007B017A4C79F57D027C007FF67E7F11EBFF
-:1018D000904CF5E004F0A3E004F0904CF5E0904467
-:1018E000FAF0904CF6E09044FBF022904E79ECF048
-:1018F000A3EDF0A3EBF0A3EAF0A3E9F090809874D5
-:1019000004F0A3E4F0900CAF74A0F0A3EEF0A3EF0A
-:10191000F0900CB274A1F07A0C79AF7E0C7FAF74AA
-:10192000AFFC740CFFECFEEF90809AEEF0A3EFF0AA
-:10193000904E79E0FCA3E0FAECFFEAFEEF90809E87
-:10194000EEF0A3EFF07A0B79837E0B7F837483FC38
-:10195000740BFFECFEEF90809CEEF0A3EFF0908014
-:10196000907402F090809CA3E020E707908090E0C4
-:101970004401F0908006E04404F0319B904E7BE0FF
-:10198000A3E0FAA3E0AE02FF7B017A0B7983904ECD
-:1019900079E0A3E0904E6EF002083D90812CE0309B
-:1019A000E5F922904E5CEEF0A3EFF0904E60EBF084
-:1019B000A3EAF0A3E9F0904E5EECF0A3EDF0A3E013
-:1019C000F9A3E0FAA3E0904E49C9F0A3EAF0A3E935
-:1019D000F0A3ECF0A3EDF07B017A0B798691649093
-:1019E0000B8374A0F0904E5CE0FFA3E0900B84CFDB
-:1019F000F0A3EFF0904E5FE02403FD904E5EE034E4
-:101A000000FCEDFAECFFEAFEEF908098EEF0A3EF19
-:101A1000F07A0B79837E0B7F837483FC740BFFEC6D
-:101A2000FEEFA3EEF0A3EFF090809EE4F0A3F09021
-:101A3000809004F0908006E04404F0219B904E3D9D
-:101A4000EEF0A3EFF0A3ECF0A3EDF0A3EBF0A3EA2C
-:101A5000F0A3E9F0904E3FE07002A3E0700241EA8B
-:101A6000904E3DE0FEA3E0FF440F2401FDE43EFC68
-:101A7000C3ED9FFFEC9EFE904E44F0A3EFF0904E1E
-:101A80003FE0FCA3E0FDD39FEC9E400A904E44E073
-:101A9000FEA3E0FF8004AE04AF05904E44EEF0FCE0
-:101AA000A3EFF0FDC3904E40E09DF0904E3FE09CD0
-:101AB000F0904E3DE0FEA3E0FF904E41E0FBA3E03E
-:101AC000FAA3E0F931A37F0A120F6C904E44E0FEB6
-:101AD000A3E0FF904E42EE8FF012040E904E3EE0D7
-:101AE0002FF0904E3DE03EF0415422E4904CF3F054
-:101AF000904DDDF022904DE17402F07F01014390A2
-:101B00004CC7E0B402087F0E1207447F01227F0019
-:101B100022904CC7E0FF64046004EFB403087F1117
-:101B20001207447F01227F0022904CECE06017E412
-:101B3000904CE3F0A3F0904CECE014F0E070077FE1
-:101B40000D114312164A2212159C904CE4E004F049
-:101B50007006904CE3E004F07162719F71D871736C
-:101B600080C7904CD3E0600A14F0E070057405F073
-:101B700091A822904DE2E06025E014F0E0701F9003
-:101B80004CF0E0B405189047F5E020E311E49041F3
-:101B900031F011C07F0D120744E4904CF0F0229018
-:101BA0004CC7E0B40415904CE3E0B40E2AA3E0B4B3
-:101BB00010257111904CEF7401F022904CE3E0700D
-:101BC00004A3E064147010904DDDE06007E4F07F42
-:101BD0000E12074412164A22904CCEE030E13E909D
-:101BE0004CD0E0C394FA5003E004F0904CD0E06491
-:101BF000B4702F904DDCE004F0E0D394025007E481
-:101C0000904CD0F0801C904DDCE0B40315904DD585
-:101C10007401F0E4904CD0F012164A8005E4904D27
-:101C2000DCF0904CCEE030E335904CED740AF0904F
-:101C30004CD2E0C394FA5003E004F0904CD2E0B4EC
-:101C40000621904CECE0701B743CF0E4904CE5F005
-:101C50007F051143120FCD904CEE7401F022E490F9
-:101C60004CD2F022904E46EBF0A3EAF0A3E9F090BC
-:101C70004E4C74FFF5F012042445F0602A904E4952
-:101C8000E0FBA3E475F001120424A9F0FA1203B6F4
-:101C9000FF904E46E0FBA3E475F001120424A9F086
-:101CA000FAEF1203FC80C822904E75120533000033
-:101CB0000000904C95E0FEA3E0FF904CD4E0FD04C2
-:101CC000F0ED25E024D6F582E4344CF583EEF0A364
-:101CD000EFF0904CD4E0C394044002E4F0E4904E62
-:101CE00074F0904E75E0F8A3E0F9A3E0FAA3E0FBEE
-:101CF000904E74E025E024D6F582E4344CF583E080
-:101D0000FEA3E0FFE4FCFDEB2FFFEA3EFEED39FD14
-:101D1000EC38FC904E75120527904E74E004F0E00C
-:101D2000B404BF904E75E0FCA3E0FDA3E0FEA3E089
-:101D3000FFE47B04FAF9F8120476904E7512052739
-:101D4000904CE0E0FEA3E0FFC3904CD7E09F904CA6
-:101D5000D6E09E5007904CD57402F022904CDEE005
-:101D6000FEA3E0FFE4FCFD904E75E0F8A3E0F9A3CC
-:101D7000E0FAA3E0FBC31205165007904CD574019E
-:101D8000F022E4904CD5F022904E95EBF0A3EAF0CF
-:101D9000A3E9F0E4FEFD904DDBE0640170407D05B9
-:101DA000AF051DEF603F904E95E0FBA3E0FAA3E086
-:101DB0002401F9E43AFAED7E0029F9EE3AFA120329
-:101DC000B6FEB40610904CED740AF0904CCEE04490
-:101DD00008F07F0122904CCEE054F7F080C2904C86
-:101DE000CEE054F7F07F0022E4FEEF6006145FFFC0
-:101DF0000E80F7AF0622E4FEEFB4E708904E4EE007
-:101E00004480F022EFB4E617904CC1E0B402089091
-:101E10004E4EE04480F022904E4EE04440F022EFDF
-:101E2000B4E508904E4EE04420F022EFB4E4089070
-:101E30004E4EE04410F022EFB4E317904CC1E0B4F2
-:101E40000208904E4EE04404F022904E4EE04408CA
-:101E5000F022EFB4E217904CC1E0B40208904E4E6D
-:101E6000E04408F022904E4EE04404F022EFB4E14A
-:101E700008904E4EE04402F022EFB4E008904E4E3F
-:101E8000E04401F022E4FE744F2EF582E4344EF576
-:101E900083E0FD6F601CED7014904DE3E06F601205
-:101EA000744F2EF582E4344EF583EFF0220EEEB43B
-:101EB00006D522E4FEFDEF54F064F06007EF54D045
-:101EC000FCBCD00C904E01E0B4020B7403F0800611
-:101ED000904DD87401F0EFB4E708904E4EE0547F77
-:101EE000F022EFB4E617904CC1E0B40208904E4ED9
-:101EF000E0547FF022904E4EE054BFF022EFB4E564
-:101F000008904E4EE054DFF022EFB4E408904E4EBD
-:101F1000E054EFF022EFB4E317904CC1E0B40208B4
-:101F2000904E4EE054FBF022904E4EE054F7F022DB
-:101F3000EFB4E217904CC1E0B40208904E4EE0546A
-:101F4000F7F022904E4EE054FBF022EFB4E10890FF
-:101F50004E4EE054FDF022EFB4E008904E4EE054B7
-:101F6000FEF022E4FEED7021744F2EF582E4344E33
-:101F7000F583E06F7047EEB4050B244FF582E4342F
-:101F80004EF583E4F07D018034744F2EF582E43405
-:101F90004EF583E0FC744E2EF582E4344EF583EC6E
-:101FA000F0744F2EF582E4344EF583E06014EEB405
-:101FB000050B244FF582E4344EF583E4F00EEEB4C5
-:101FC00006A322E4FF904EB4F0FEFDEF90060C93C2
-:101FD0006049EF93FD131313541FFEED5407FD7476
-:101FE00001A805088002C333D8FCFDEE2478FBE489
-:101FF00034808B82F583E0FCEDF4FBEC5BF0EE24A7
-:1020000070F582E43480F583E04DF0EE2474F582BF
-:10201000E43480F583E05BF00F80B0315190811C97
-:10202000E0904EB4F0904CD5E064026036904DD50F
-:10203000E06020E4FF116D7F01116D7F02116D7F63
-:1020400003116D7F04116D7F05116D7F06116D7F8A
-:1020500007801A904EB4E0FF9000A3F0EFF49000D8
-:10206000A7F022E49000A3F09000A7F022904EB8D1
-:10207000EFF0310C9208904EB8E0FFA208B392073F
-:10208000EFF47002210BEF5407FEEF131313540308
-:10209000FF30074324A3F582E43400F583C083C0F6
-:1020A00082E0FD7401A806088002C333D8FCF45D09
-:1020B000D082D083F074A72FF582E43400F583C07A
-:1020C00083C082E0FF7401A806088002C333D8FCF5
-:1020D0004FD082D083F02274A32FF582E43400F530
-:1020E00083C083C082E0FD7401A806088002C33368
-:1020F000D8FCFC4DD082D083F074A72FF582E43455
-:1021000000F583E0FFECF4FEEF5EF0227B017A81C4
-:10211000791CAD07E4904EB7F0FEEF5407F0EF13D3
-:1021200013135403FEF5827583001203CFFD33951C
-:10213000E0FC904EB7E0FF74017E00A80708800520
-:10214000C333CE33CED8F9FFEE5CFEEF5D4E24FFF5
-:1021500022E4FFEFFD7C002478FBEC34808B82F5D9
-:1021600083E0FEED2470FDEC34808D82F583E04E3B
-:10217000F4FEEF247CFDEC34808D82F583EEF00FCD
-:10218000EFB404CF22E4FF904E86F0FEFDA3F0A34F
-:10219000F0A3F0EF90060C93607CEF93FD13131304
-:1021A000541FFEED5407FD7401A805088002C333D7
-:1021B000D8FCFDEE2478FBE434808B82F583E0FCD0
-:1021C000EDF4FBEC5BF0EE2470F582E43480F583F3
-:1021D000E04DF0EE2474F582E43480F583E05BF0AA
-:1021E00090811CE0F4FC74BC2FF582E4344DF5833F
-:1021F000ECF0EE2478FBE434808B82F583E04DF044
-:10220000EE2470FBE434808B82F583E0FCEDF4FB7C
-:10221000EC5BF00F2193E4FFEF90060C93607CEFF2
-:1022200093FD131313541FFEED5407FD7401A8050D
-:10223000088002C333D8FCFDEE2478FBE434808BA5
-:1022400082F583E0FCEDF4FBEC5BF0EE2470F582AC
-:10225000E43480F583E04DF0EE2474F582E43480BC
-:10226000F583E05BF090811CE0F4FC74A82FF5820C
-:10227000E4344DF583ECF0EE2478FBE434808B827B
-:10228000F583E04DF0EE2470FBE434808B82F5831F
-:10229000E0FCEDF4FBEC5BF00F4118E4FFEF90067F
-:1022A0000C93604074BC2FF582E4344DF583E0FE5E
-:1022B00074A82FF582E4344DF583E06E602374BC7E
-:1022C0002FF582E4344DF583C083C082E0FE74A80C
-:1022D0002FF582E4344DF583E0FDEE5DD082D083AE
-:1022E000F00F80B922E4904E2FF0A3F0A3F0A3F0FA
-:1022F000A3F0A3F0A3F0A3F0A3F0A3F0A3F0A3F046
-:10230000A3F0A3F031857A4D79A8904E587401F06E
-:10231000A3744DF0A374A8F0A37414F07B017A4D5C
-:1023200079BCB116EF60167B017A4D79BC7D1491B2
-:10233000E6EF7009904CCEE04402F0800C904CCE59
-:10234000E054FDF0E4904CD0F0E4904E2FF0904E2D
-:102350002FE0FF90060C93603074BC2FF582E434BC
-:102360004DF583E0904E31F0E0FD6015904E35E084
-:1023700004F0A3E0FEED4EF0AF05121DE8A3E02F40
-:10238000F0904E2FE004F080C5904E37E0904E3C28
-:10239000F0904E35E0904E3BF0904E36E0FF121D2F
-:1023A000E8904E3AEFF0904E3CE0FFD39402401D8F
-:1023B000904E3AE0FEA3E0FDD39E4004AE058000BF
-:1023C000EFD39E4008904E397401F08005E4904EA2
-:1023D00039F0E4904E2FF0904E2FE0FF90060C93D2
-:1023E000700281BA74932FF582E4344DF583E0FED8
-:1023F00074BC2FF582E4344DF583E06E904E31F0DD
-:10240000904E2FE0FF24BCF582E4344DF583E0903C
-:102410004E34F0904E31E0700481B281B2904E396A
-:10242000E060077B007A0079002274BC2FF582E41B
-:10243000344DF583E0FE74932FF582E4344DF5833B
-:10244000EEF0E4904E30F0904E30E0FFC394085030
-:102450005BA3E030E03E904E2FE0FE33333354F880
-:10246000FEEF4E904E33F0A3E0FF904E33E0900627
-:102470002193FD1210C4904E38EFF0904E34E030AE
-:10248000E00A904E38E0FF121DF68008904E38E0CA
-:10249000FF121EB3904E31E0FFC313F0904E34E0B4
-:1024A000FFC313F0904E30E004F0809B904E3274E6
-:1024B00001F0904E2FE004F061D7904E01E0B4039C
-:1024C0000A904DD8E0B401037402F0904E32E070EF
-:1024D00007904DD8E0B402077B017A4E794E227BFB
-:1024E000007A00790022904E9BEBF0A3EAF0A3E97A
-:1024F000F0E4FFEFC39D501B904E9BE0FBA3E0FA7E
-:10250000A3E0F98F827583001203CF60037F00225E
-:102510000F80E07F0122904E55EBF0A3EAF0A3E993
-:10252000F0E4FF904E5BE0FEEFC39E5030904E58BB
-:10253000E0FBA3E0FAA3E0F98F827583001203CFDA
-:10254000FE904E55E0FBA3E0FAA3E0F98F8275837D
-:10255000001203CF6E60037F00220F80C67F01222E
-:10256000C2017F1E0210B3904CEDE0600214F090A7
-:102570004CF2E0600214F0904CFCE0600A14F0E0D1
-:102580007005904CF704F0904CE5E0600F14F012E9
-:1025900017EE904CE5E0702FB160802B904CECE092
-:1025A0007025904CE2E0601F14F0E030E109D201A8
-:1025B0007F1D1210B38007C2017F1D1210B3904C13
-:1025C000E2E070037404F0904DDEE06013E014F07C
-:1025D000E0700D904CC7E0B40406904213740CF008
-:1025E000229080107401F080FE2280F5904EACEDB8
-:1025F000F09000011203CF904EADF0227B017A4E95
-:10260000790B781D7C4E7D017E007F120203909035
-:102610004C907433F0904CD37405F0E4A3F0904CDC
-:102620008FE064026002C1EE904EB5F0904EB5E0CE
-:10263000FFC39404501BEF25E024D6F582E4344C0C
-:10264000F5837479F0A37490F0904EB5E004F080B7
-:10265000DB904C91E0FEA3E0FFC3904C94E09FFD23
-:10266000904C93E09EFCE41202067BC37AF57988D5
-:10267000783F1200FBC004C005C006C007904C9113
-:10268000E0FCA3E0FDE4120206D003D002D001D0AA
-:102690000012000A12023F904CDEEEF0A3EFF09021
-:1026A0004C91E0FEA3E0FFC3904C94E09FFD904C62
-:1026B00093E09EFCE41202067BAE7A477981783F74
-:1026C0001200FBC004C005C006C007904C91E0FC9E
-:1026D000A3E0FDE4120206D003D002D001D0001224
-:1026E000000A12023F904CE0EEF0A3EFF022904C73
-:1026F0008FE064016002E1BC904EB5F0904EB5E011
-:10270000FFC394045019EF25E024D6F582E4344C3D
-:10271000F5837451F0A3F0904EB5E004F080DD90A5
-:102720004C91E0FEA3E0FFC3904C94E09FFD904CE1
-:1027300093E09EFCE41202067BA47A70793D783F18
-:102740001200FBC004C005C006C007904C91E0FC1D
-:10275000A3E0FDE4120206D003D002D001D00012A3
-:10276000000A12023F904CDEEEF0A3EFF0904C9185
-:10277000E0FEA3E0FFC3904C94E09FFD904C93E0FB
-:102780009EFCE41202067B1F7A85792B783F1200AB
-:10279000FBC004C005C006C007904C91E0FCA3E05C
-:1027A000FDE4120206D003D002D001D00012000ACC
-:1027B00012023F904CE0EEF0A3EFF022E4904EB511
-:1027C000F0904EB5E0FFC39404501BEF25E024D6F3
-:1027D000F582E4344CF5837479F0A37490F0904E54
-:1027E000B5E004F080DB904C91E0FEA3E0FFC390E5
-:1027F0004C94E09FFD904C93E09EFCE41202067B1B
-:10280000C37AF579A8783E1200FBC004C005C00663
-:10281000C007904C91E0FCA3E0FDE4120206D00357
-:10282000D002D001D00012000A12023F904CDEEE1E
-:10283000F0A3EFF0904C91E0FEA3E0FFC3904C9426
-:10284000E09FFD904C93E09EFCE41202067B5C7AD4
-:102850008F7942783E1200FBC004C005C006C00755
-:10286000904C91E0FCA3E0FDE4120206D003D002FC
-:10287000D001D00012000A12023F904CE0EEF0A30B
-:10288000EFF022020F19904E8AEEF0A3EFF0904E77
-:102890008CECF0A3EDF0904E8CE0FEA3E0FFD39023
-:1028A0004E8BE09F904E8AE09E4016904E8CE0FE4C
-:1028B000A3E0FF904E8BE09FFF904E8AE09EFE804B
-:1028C0001E904E8AE0FEA3E0FFC3904E8DE09FFF76
-:1028D000904E8CE09EFEAD03C3EB9FFFE49EFE2274
-:1028E000904EAEEEF0A3EFF0A905904B9EE0FEA354
-:1028F000E0FFAD0119ED602F0FEFAC0670010E1473
-:10290000F5828C83E0FD904EAEE475F00112042454
-:1029100085F082F583EDF0AD07AC06BC4BD4BD9AD3
-:10292000D17E4B7F3680CB904B9EEEF0A3EFF02212
-:102930007A0C794B904E9E7401F0A3740CF0A37442
-:102940004BF0904BA0E0FEA3E0FF904B9EE06E703A
-:1029500003A3E06F700241097E0C7F4B7D0311E001
-:10296000904E9EE0FBA3E0FAA3E0F91203B6B40296
-:102970002B904E9FE475F00212040E904E9EE0FBE9
-:10298000A3E0FAA3E0F91203B6FF904E1DE0A3E026
-:10299000FAA3E0F5828A83120568806D904E9EE06E
-:1029A000FBA3E0FAA3E0F91203B664057059904E58
-:1029B0009F75F00112040E7E0C7F4E904E9EE0FB40
-:1029C000A3E0FAA3E0F91203B614FD11E0904E9EC5
-:1029D000E0FBA3E0FAA3E02401F9E43AFAC002C064
-:1029E00001904E9EE0A3E0FAA3E0F91203B6FD7C4D
-:1029F00000904E29E0A3E0FAA3E0F5828A83D0019B
-:102A0000D002120568800280FE904BA5E0FEA3E094
-:102A1000FF904C5EE06E7003A3E06F6022904E2347
-:102A2000E0FBA3E0FAA3E0F94A6037120564904B9B
-:102A3000A5E0FFA3E0904C5ECFF0A3EFF080CA903A
-:102A40004C8DE0FFA3E06F6019904E26E0FBA3E001
-:102A5000FAA3E0F94A600B120564904C8DE0A3F0F4
-:102A600080DD22900446E0FF22900B7F7401F0E4A9
-:102A7000900B7EF022904B9CE0FEA3E0FF904B9ADF
-:102A8000E0B50607A3E0B50702D322C322908280F7
-:102A90007401F022904EA4EBF0A3EAF0A3E9F0ED6C
-:102AA0001DAE0470011C4E6017904EA4E0FBA3E421
-:102AB00075F001120424A9F0FA74FF1203FC80DF00
-:102AC00022EFF4603AEF5407FEEF1313135403FFA1
-:102AD00024A3F582E43400F583C083C082E0FD7452
-:102AE00001A806088002C333D8FCF4FC5DD082D074
-:102AF00083F074A72FF582E43400F583E05CF022C4
+:1010C00000115222904DE1E064026002218A904CAE
+:1010D000ECE060022184904CD5E0B40204B1298098
+:1010E0002E904CD5E0B40114904CFAE07021904C55
+:1010F000E27404F0904CFA7401F08013904CFAE022
+:10110000B4010CE4F0904CE2F0C2017F1D11B3F188
+:1011100051EF605E904DD9E0FF904CB7E06F606A90
+:10112000E030E012904CE67402F0A37458F0D20163
+:101130007F0F11B3800DC2017F0F11B3E4904CE615
+:10114000F0A3F0904CB7E030E112904CE87402F05C
+:10115000A37458F0D2017F1E11B3800DC2017F1E0F
+:1011600011B3E4904CE8F0A3F0904CB7E0904DD967
+:10117000F022C2017F0F11B3904CE5E0700CC20168
+:101180007F1E01B3C2017F0F11B322904DE1E064D5
+:10119000026002411C904CECE060067F1E918E8044
+:1011A0000C904CFBE0600614F07F1D918EF151EF26
+:1011B000606A904CE6E07002A3E06026904CE7E0A5
+:1011C00024FFF0904CE6E034FFF0D2017F0F11B322
+:1011D000904CE6E07002A3E0700EC2017F0F11B3E5
+:1011E0008006C2017F0F11B3904CE8E07002A3E0CB
+:1011F0006024904CE9E024FFF0904CE8E034FFF0EC
+:10120000D2017F1E11B3904CE8E07002A3E0700C95
+:10121000C2017F1E01B3C2017F1E11B322904E98FE
+:10122000EFF0A3EDF0E4A3F0EDF0904DDBE064010E
+:10123000706B904E99E0FF6414600AEF641A6005C9
+:10124000EF6408704CEFB4140C904CC17402F09031
+:101250004CFBF08021EFB41A0E904CC17401F09059
+:101260004CFB7404F0800FEFB4080BE4904CC1F019
+:10127000904CFB7406F0C2017F1D11B3E4904E9AAE
+:10128000F07B017A4C79C17D01FC7FF57E3F122510
+:1012900045904E99E0B42905E4A3F0FF22904DDB80
+:1012A000E0B40106904CC1E06020904DDBE0700896
+:1012B000904CC1E064026012904DDBE060028163FB
+:1012C000904CC1E0640160028163904E99E024D7A4
+:1012D000603B24EFB40C00400281639012E975F08A
+:1012E00003A4C58325F0C5837302131502131D02E1
+:1012F000132502132D02135A0213870213CC021373
+:10130000FA02140202140A02141202141A904E9ADB
+:1013100074D6F08163904E9A74F4F08163904E9A83
+:1013200074F2F08163904E9A74F5F08163904CC131
+:10133000E0FFB40207E4904E9AF08163EFB4010835
+:10134000904E9A7429F08163904E98E0FF7B147D53
+:10135000089169E4904E9AF08163904CC1E0FFB42B
+:101360000207E4904E9AF08163EFB40108904E9A20
+:1013700074FAF08163904E98E0FF7B0B7D089169D1
+:10138000E4904E9AF08163904CC1E0FEB4021F904D
+:101390004E98E0FF7B207D0A9169904E98E030E006
+:1013A00006904CFC7405F0E4904E9AF08163EEB424
+:1013B0000108904E9A74DBF08163904E98E0FF7BB9
+:1013C0000E7D089169E4904E9AF08163904CC1E0E3
+:1013D000FFB40208904E9A74D9F08163EFB401080B
+:1013E000904E9A74DCF0807B904E98E0FF7B0C7DF1
+:1013F000089169E4904E9AF08069904E9A74F6F0E4
+:101400008061904E9A74F7F08059904E9A74F8F07B
+:101410008051904E9A74D5F08049904CC1E0FEB452
+:10142000020D904E98E0FF7B2C7D019169801CEEAF
+:10143000B4010D904E98E0FF7B2C7D029169800BEA
+:10144000904E98E0FF7B2C7D089169904E98E0309B
+:10145000E00C904CC1E06006904CFC740AF0E49003
+:101460004E9AF0904E9AE0FF22904CF8EDF0A3EBEC
+:10147000F0EF30E012904CF7E0B403047402F02275
+:10148000904CF77401F022904CF77404F022904EC7
+:10149000B8EFF07B017A8079741226209209904E81
+:1014A000B8E0FFA209B3920101B3904CEDE06002F5
+:1014B00014F0904CF2E0600214F0904CFCE0600AF2
+:1014C00014F0E07005904CF704F0904CE5E06016E5
+:1014D00014F0D2017F1E11B3904CE5E07031C201CF
+:1014E0007F1E11B38029904CECE07023904CE2E019
+:1014F000601D14F0E030E108D2017F1D11B38006B9
+:10150000C2017F1D11B3904CE2E070037404F090AF
+:101510004DDEE06013E014F0E0700D904CC7E0B4D5
+:101520000406904213740CF022E4904D38F07F19B9
+:10153000020744EF24EC7002A1E7147002C13A24C0
+:10154000EC7002C12E24F97002A1E224FD60111496
+:101550007002C10E24FD7002A1E424086002C17271
+:10156000F123120EFC7B017A4D79E47D1D7C007F16
+:10157000D87E3FD1737F0A120F6C7B017A4C79C100
+:101580007D017C007FF57E3FD1737F0A120F6C7B5B
+:10159000017A4C79F57D027C007FF67E3FD1739015
+:1015A0004CF5E0B4FF1FA3E0B4FF1A904C93E0A306
+:1015B000E0904CF5F0904C91E0A3E0904CF6F09068
+:1015C0004CBF7401F0904CC1E0D394024012E4F09F
+:1015D0007B017A4C79C17D01FC7FF57E3F12254568
+:1015E000E1D9E1280206C2904CC77403F0A374014C
+:1015F000F07F0E120744904CE5E07006C2017F1E9A
+:1016000011B3E4904CECF0904CE3F0A3F022904C3A
+:10161000C77404F0E4A3F0F1CFE4904CB7F0904C21
+:10162000EEF090413104F0904CBF7403F0227F0142
+:101630001207FD904CBF7403F022904CC7E0904C11
+:10164000CBF0E4904CC7F0A3F0904CEE04F0A3E094
+:10165000B40104E4F0A129904CF0E0FF6002E1E164
+:10166000904CF3E060030206C2B129E4904CE3F031
+:10167000A3F022904E79ECF0A3EDF0A3EBF0A3EAF7
+:10168000F0A3E9F09080987404F0A3E4F0900CAF1C
+:1016900074A0F0A3EEF0A3EFF0900CB274A1F07A76
+:1016A0000C79AF7E0C7FAF74AFFC740CFFECFEEFD7
+:1016B00090809AEEF0A3EFF0904E79E0FCA3E0FA70
+:1016C000ECFFEAFEEF90809EEEF0A3EFF07A0B794C
+:1016D000837E0B7F837483FC740BFFECFEEF9080A2
+:1016E0009CEEF0A3EFF09080907402F090809CA3A9
+:1016F000E020E707908090E04401F0908006E0440D
+:1017000004F0F1C7904E7BE0A3E0FAA3E0AE02FF45
+:101710007B017A0B7983904E79E0A3E0904E6EF0D6
+:1017200002083DF128020FCD908080E4F0A3F0A3E1
+:10173000F0F15EE4904EB3F0F0904EB3E090060C02
+:1017400093FF600CC2051112904EB3E004F080E9E3
+:1017500022904CC7E0B404037F01227F0022E49072
+:101760004EB2F0F0904EB2E0FFC39408500CC205A8
+:101770001112904EB2E004F080EA22904CECE0604E
+:1017800016E4904CE3F0A3F0904CECE014F0E07021
+:10179000067F0DF1E1B12922318B904CE4E004F099
+:1017A0007006904CE3E004F0F1B51218E112201835
+:1017B0001218B580C6904CD3E0600B14F0E07006B0
+:1017C0007405F01221752290812CE030E5F922E4B5
+:1017D000904CF3F0904DDDF022904DE17402F07FDB
+:1017E00001904EB1EFF024FE600F14600C24FE60F7
+:1017F0003524F8602C240C7060904EB1E014904DAC
+:10180000D1F09042137405F0904CF3F07F0412076E
+:10181000447F0A120F6C7F2A120744E4904CF0F0C8
+:10182000227F0E020744E4904CF3F01171EF700533
+:10183000115FEF600F904EB1E0904CF0F0904DE2F0
+:101840007403F0221217CFE4904131F011897F0D1B
+:10185000120744E4904CF0F022E4904CF0F0229017
+:101860004CC7E0B402087F0E1207447F01227F00BC
+:1018700022904CC7E0FF64046004EFB403087F11BA
+:101880001207447F01227F00227B017A4C79F57D8B
+:10189000027C007FF67E3F121673904CF5E004F058
+:1018A000A3E004F0904CF5E09044FAF0904CF6E0A0
+:1018B0009044FBF022904DE2E06025E014F0E070EF
+:1018C0001F904CF0E0B405189047F5E020E311E4D8
+:1018D000904131F011897F0D120744E4904CF0F0F3
+:1018E00022904CC7E0B40415904CE3E0B40E2AA358
+:1018F000E0B410251171904CEF7401F022904CE38C
+:10190000E07004A3E064147010904DDDE06007E423
+:10191000F07F0E12074412152922E4904EB0F09089
+:101920004CC8E0B40206904EB0E0FF229047F5E0CC
+:1019300030E306904EB0E0FF22904CC7E0701B9061
+:101940004CF2E0701F740AF0A3E07018904DE1E0D3
+:10195000B402117F011217E1800AE4904CEEF0907E
+:101960004EB004F0904EB0E0FF22904E95EBF0A305
+:10197000EAF0A3E9F0E4FEFD904DDBE06401704085
+:101980007D05AF051DEF603F904E95E0FBA3E0FAAB
+:10199000A3E02401F9E43AFAED7E0029F9EE3AFADF
+:1019A0001203B6FEB40610904CED740AF0904CCEC3
+:1019B000E04408F07F0122904CCEE054F7F080C262
+:1019C000904CCEE054F7F07F0022E4FEEF60061466
+:1019D0005FFF0E80F7AF0622E4904E2FF0A3F0A336
+:1019E000F0A3F0A3F0A3F0A3F0A3F0A3F0A3F0A35F
+:1019F000F0A3F0A3F0A3F0B1527A4D79A8904E581D
+:101A00007401F0A3744DF0A374A8F0A37414F07BD8
+:101A1000017A4D79BC9105EF60167B017A4D79BC56
+:101A20007D1471D5EF7009904CCEE04402F0800C2B
+:101A3000904CCEE054FDF0E4904CD0F0E4904E2F6A
+:101A4000F0904E2FE0FF90060C93602F74BC2FF5A2
+:101A500082E4344DF583E0904E31F0E0FD60149067
+:101A60004E35E004F0A3E0FEED4EF0AF0531CAA321
+:101A7000E02FF0904E2FE004F080C6904E37E090BB
+:101A80004E3CF0904E35E0904E3BF0904E36E0FFED
+:101A900031CA904E3AEFF0904E3CE0FFD3940240B2
+:101AA0001D904E3AE0FEA3E0FDD39E4004AE0580BB
+:101AB00000EFD39E4008904E397401F08005E49009
+:101AC0004E39F0E4904E2FF0904E2FE0FF90060C30
+:101AD00093700261A974932FF582E4344DF583E08D
+:101AE000FE74BC2FF582E4344DF583E06E904E31E8
+:101AF000F0904E2FE0FF24BCF582E4344DF583E0F6
+:101B0000904E34F0904E31E0700461A161A1904E8E
+:101B100039E060077B007A0079002274BC2FF582DF
+:101B2000E4344DF583E0FE74932FF582E4344DF5F3
+:101B300083EEF0E4904E30F0904E30E0FFC3940816
+:101B40005059A3E030E03C904E2FE0FE3333335445
+:101B5000F8FEEF4E904E33F0A3E0FF904E33E0904E
+:101B6000062193FD12121D904E38EFF0904E34E096
+:101B700030E009904E38E0FF914F8007904E38E0FA
+:101B8000FF91A7904E31E0FFC313F0904E34E0FF79
+:101B9000C313F0904E30E004F0809D904E327401FB
+:101BA000F0904E2FE004F041C8904E01E0B4030ADB
+:101BB000904DD8E0B401037402F0904E32E070070B
+:101BC000904DD8E0B402077B017A4E794E227B001B
+:101BD0007A00790022904E9BEBF0A3EAF0A3E9F0A3
+:101BE000E4FFEFC39D501B904E9BE0FBA3E0FAA3E4
+:101BF000E0F98F827583001203CF60037F00220F0C
+:101C000080E07F0122904E55EBF0A3EAF0A3E9F0CB
+:101C1000E4FF904E5BE0FEEFC39E5030904E58E0E4
+:101C2000FBA3E0FAA3E0F98F827583001203CFFED5
+:101C3000904E55E0FBA3E0FAA3E0F98F8275830094
+:101C40001203CF6E60037F00220F80C67F0122E463
+:101C5000FEAD07EFC394E04020EFD394E7501A9015
+:101C60004E4EE0FFED5407FE7401A806088002C343
+:101C700033D8FC4F904E4EF022E4FE744F2EF58286
+:101C8000E4344EF583E0FD6F601CED7014904DE37D
+:101C9000E06F6012744F2EF582E4344EF583EFF05E
+:101CA000220EEEB406D522E4FEFDAC07EF54F0643C
+:101CB000F06007EF54D0FBBBD00C904E01E0B402B3
+:101CC0000B7403F08006904DD87401F0EFC394E0DC
+:101CD0004020EFD394E7501A904E4EE0FFEC5407AB
+:101CE000FE74FEA806088002C333D8FC5F904E4EF7
+:101CF000F022E4FEED7021744F2EF582E4344EF5AF
+:101D000083E06F7047EEB4050B244FF582E4344E48
+:101D1000F583E4F07D018034744F2EF582E4344E77
+:101D2000F583E0FC744E2EF582E4344EF583ECF03E
+:101D3000744F2EF582E4344EF583E06014EEB40562
+:101D40000B244FF582E4344EF583E4F00EEEB40636
+:101D5000A322E4FF904E86F0FEFDA3F0A3F0A3F0D3
+:101D6000EF90060C93607CEF93FD131313541FFE4A
+:101D7000ED5407FD7401A805088002C333D8FCFDAB
+:101D8000EE2478FBE434808B82F583E0FCEDF4FBF9
+:101D9000EC5BF0EE2470F582E43480F583E04DF0E6
+:101DA000EE2474F582E43480F583E05BF090811CCE
+:101DB000E0F4FC74BC2FF582E4344DF583ECF0EED6
+:101DC0002478FBE434808B82F583E04DF0EE2470C0
+:101DD000FBE434808B82F583E0FCEDF4FBEC5BF0FC
+:101DE0000FA160E4FFEF90060C93607CEF93FD136E
+:101DF0001313541FFEED5407FD7401A8050880025B
+:101E0000C333D8FCFDEE2478FBE434808B82F58369
+:101E1000E0FCEDF4FBEC5BF0EE2470F582E4348042
+:101E2000F583E04DF0EE2474F582E43480F583E030
+:101E30005BF090811CE0F4FC74A82FF582E4344D33
+:101E4000F583ECF0EE2478FBE434808B82F583E0BC
+:101E50004DF0EE2470FBE434808B82F583E0FCEDE2
+:101E6000F4FBEC5BF00FA1E5E4FFEF90060C936050
+:101E70004074BC2FF582E4344DF583E0FE74A82F46
+:101E8000F582E4344DF583E06E602374BC2FF58257
+:101E9000E4344DF583C083C082E0FE74A82FF58240
+:101EA000E4344DF583E0FDEE5DD082D083F00F8009
+:101EB000B922E4FF904EB4F0FEFDEF90060C936063
+:101EC00049EF93FD131313541FFEED5407FD7401E6
+:101ED000A805088002C333D8FCFDEE2478FBE43467
+:101EE000808B82F583E0FCEDF4FBEC5BF0EE24707C
+:101EF000F582E43480F583E04DF0EE2474F582E45D
+:101F00003480F583E05BF00F80B01226A690811C30
+:101F1000E0904EB4F0904CD5E064026036904DD520
+:101F2000E06020E4FFF15D7F01F15D7F02F15D7F04
+:101F300003F15D7F04F15D7F05F15D7F06F15D7F5B
+:101F400007801A904EB4E0FF9000A3F0EFF49000E9
+:101F5000A7F022E49000A3F09000A7F022904EB7E3
+:101F6000EFF012265F9208904EB7E0FFA208B392FE
+:101F700007EFF47002E1FCEF5407FEEF1313135464
+:101F800003FF30074324A3F582E43400F583C083C4
+:101F9000C082E0FD7401A806088002C333D8FCF4B7
+:101FA0005DD082D083F074A72FF582E43400F583EE
+:101FB000C083C082E0FF7401A806088002C333D842
+:101FC000FC4FD082D083F02274A32FF582E434003A
+:101FD000F583C083C082E0FD7401A806088002C3B7
+:101FE00033D8FCFC4DD082D083F074A72FF582E467
+:101FF0003400F583E0FFECF4FEEF5EF022908010F9
+:102000007401F080FE2280F5904EACEDF09000015E
+:102010001203CF904EADF022904CCEE030E13E90D6
+:102020004CD0E0C394FA5003E004F0904CD0E0644C
+:10203000B4702F904DDCE004F0E0D394025007E43C
+:10204000904CD0F0801C904DDCE0B40315904DD541
+:102050007401F0E4904CD0F01215298005E4904D05
+:10206000DCF0904CCEE030E336904CED740AF0900A
+:102070004CD2E0C394FA5003E004F0904CD2E0B4A8
+:102080000622904CECE0701C743CF0E4904CE5F0BF
+:102090007F051217E1120FCD904CEE7401F022E48F
+:1020A000904CD2F0227B017A4E790B781D7C4E7DCC
+:1020B000017E007F12020390904CD37405F0E4A3DC
+:1020C000F0FFEF25E024D6F582E4344CF58374511B
+:1020D000F0A3F00FEFB404EA904C91E0FEA3E0FF10
+:1020E000C3904C94E09FFD904C93E09EFCE4120260
+:1020F000067BA47A70793D783F1200FBC004C005CE
+:10210000C006C007904C91E0FCA3E0FDE41202067B
+:10211000D003D002D001D00012000A12023F904C2E
+:10212000DEEEF0A3EFF0904C91E0FEA3E0FFC39051
+:102130004C94E09FFD904C93E09EFCE41202067BE1
+:102140001F7A85792B783F1200FBC004C005C006BA
+:10215000C007904C91E0FCA3E0FDE4120206D0031E
+:10216000D002D001D00012000A12023F904CE0EEE3
+:10217000F0A3EFF022904E7512053300000000909E
+:102180004C95E0FEA3E0FF904CD4E0FD04F0ED257B
+:10219000E024D6F582E4344CF583EEF0A3EFF09022
+:1021A0004CD4E0C394044002E4F0E4904E74F09008
+:1021B0004E75E0F8A3E0F9A3E0FAA3E0FB904E74BB
+:1021C000E025E024D6F582E4344CF583E0FEA3E07C
+:1021D000FFE4FCFDEB2FFFEA3EFEED39FDEC38FCA1
+:1021E000904E75120527904E74E004F0E0B404BFE1
+:1021F000904E75E0FCA3E0FDA3E0FEA3E0FFE47BCE
+:1022000004FAF9F8120476904E75120527904CE006
+:10221000E0FEA3E0FFC3904CD7E09F904CD6E09E39
+:102220005007904CD57402F022904CDEE0FEA3E003
+:10223000FFE4FCFD904E75E0F8A3E0F9A3E0FAA3FB
+:10224000E0FBC31205165007904CD57401F022E450
+:10225000904CD5F022020F19904E8AEEF0A3EFF0C9
+:10226000904E8CECF0A3EDF0904E8CE0FEA3E0FFDE
+:10227000D3904E8BE09F904E8AE09E4016904E8CFD
+:10228000E0FEA3E0FF904E8BE09FFF904E8AE09E21
+:10229000FE801E904E8AE0FEA3E0FFC3904E8DE0CC
+:1022A0009FFF904E8CE09EFEAD03C3EB9FFFE49E2C
+:1022B000FE22904EAEEEF0A3EFF0A905904B9EE00B
+:1022C000FEA3E0FFAD0119ED602F0FEFAC0670012A
+:1022D0000E14F5828C83E0FD904EAEE475F0011291
+:1022E000042485F082F583EDF0AD07AC06BC4BD439
+:1022F000BD9AD17E4B7F3680CB904B9EEEF0A3EF04
+:10230000F0227A0C794B904E9E7401F0A3740CF07D
+:10231000A3744BF0904BA0E0FEA3E0FF904B9EE037
+:102320006E7003A3E06F700261DB7E0C7F4B7D0358
+:1023300051B2904E9EE0FBA3E0FAA3E0F91203B67F
+:10234000B4022B904E9FE475F00212040E904E9E44
+:10235000E0FBA3E0FAA3E0F91203B6FF904E1DE004
+:10236000A3E0FAA3E0F5828A83120568806D904E9F
+:102370009EE0FBA3E0FAA3E0F91203B664057059EE
+:10238000904E9F75F00112040E7E0C7F4E904E9E73
+:10239000E0FBA3E0FAA3E0F91203B614FD51B290FA
+:1023A0004E9EE0FBA3E0FAA3E02401F9E43AFAC070
+:1023B00002C001904E9EE0A3E0FAA3E0F91203B63A
+:1023C000FD7C00904E29E0A3E0FAA3E0F5828A8329
+:1023D000D001D002120568800280FE904BA5E0FE7D
+:1023E000A3E0FF904C5EE06E7003A3E06F6022906C
+:1023F0004E23E0FBA3E0FAA3E0F94A60371205643C
+:10240000904BA5E0FFA3E0904C5ECFF0A3EFF080EF
+:10241000CA904C8DE0FFA3E06F6019904E26E0FB60
+:10242000A3E0FAA3E0F94A600B120564904C8DE03A
+:10243000A3F080DD22900446E0FF22900B7F740120
+:10244000F0E4900B7EF022904B9CE0FEA3E0FF9026
+:102450004B9AE0B50607A3E0B50702D322C322904A
+:1024600082807401F022904E46EBF0A3EAF0A3E9DB
+:10247000F0904E4C74FFF5F012042445F0602A9061
+:102480004E49E0FBA3E475F001120424A9F0FA120E
+:1024900003B6FF904E46E0FBA3E475F0011204245E
+:1024A000A9F0FAEF1203FC80C822904E5CEEF0A374
+:1024B000EFF0904E60EBF0A3EAF0A3E9F0904E5EEF
+:1024C000ECF0A3EDF0A3E0F9A3E0FAA3E0904E490D
+:1024D000C9F0A3EAF0A3E9F0A3ECF0A3EDF07B01CF
+:1024E0007A0B79869166900B8374A0F0904E5CE035
+:1024F000FFA3E0900B84CFF0A3EFF0904E5FE024B9
+:1025000003FD904E5EE03400FCEDFAECFFEAFEEFD6
+:10251000908098EEF0A3EFF07A0B79837E0B7F83A7
+:102520007483FC740BFFECFEEFA3EEF0A3EFF090CE
+:10253000809EE4F0A3F090809004F0908006E04448
+:1025400004F00217C7904E3DEEF0A3EFF0A3ECF0BD
+:10255000A3EDF0A3EBF0A3EAF0A3E9F0904E3FE087
+:102560007002A3E07002A1F2904E3DE0FEA3E0FFF6
+:10257000440F2401FDE43EFCC3ED9FFFEC9EFE9062
+:102580004E44F0A3EFF0904E3FE0FCA3E0FDD39F5C
+:10259000EC9E400A904E44E0FEA3E0FF8004AE04AF
+:1025A000AF05904E44EEF0FCA3EFF0FDC3904E401B
+:1025B000E09DF0904E3FE09CF0904E3DE0FEA3E0A9
+:1025C000FF904E41E0FBA3E0FAA3E0F991AA7F0A55
+:1025D000120F6C904E44E0FEA3E0FF904E42EE8F4F
+:1025E000F012040E904E3EE02FF0904E3DE03EF093
+:1025F000A15C22904EA4EBF0A3EAF0A3E9F0ED1D5C
+:10260000AE0470011C4E6017904EA4E0FBA3E4756D
+:10261000F001120424A9F0FA74FF1203FC80DF22F7
+:10262000AD07E4904EB6F0FEEF5407F0EF1313132E
+:102630005403FEF5827583001203CFFD3395E0FC51
+:10264000904EB6E0FF74017E00A807088005C333F2
+:10265000CE33CED8F9FFEE5CFEEF5D4E24FF227B39
+:10266000017A81791C80B9EFF4603AEF5407FEEFEC
+:102670001313135403FF24A3F582E43400F583C03D
+:1026800083C082E0FD7401A806088002C333D8FC31
+:10269000F4FC5DD082D083F074A72FF582E434007F
+:1026A000F583E05CF022E4FFEFFD7C002478FBEC96
+:1026B00034808B82F583E0FEED2470FDEC34808D58
+:1026C00082F583E04EF4FEEF247CFDEC34808D82B5
+:0A26D000F583EEF00FEFB404CF2203
 :00000001FF
Index: c51/output/fwram.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/output/fwram.rom	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/output/fwram.rom	(working copy)
@@ -1397,8 +1397,8 @@
 05
 b1
 02
-28
-83
+22
+55
 e4
 93
 a3
@@ -1528,23 +1528,23 @@
 4e
 0b
 ff
-16
-54
+15
+33
 00
 00
 00
 ff
-1b
-47
+17
+98
 ff
-25
-67
+14
+aa
 00
 00
 00
 ff
-25
-ec
+20
+08
 00
 1a
 08
@@ -1945,8 +1945,8 @@
 7b
 64
 12
-28
-86
+22
+58
 90
 4e
 66
@@ -2272,8 +2272,8 @@
 e0
 f9
 12
-1d
-88
+19
+6a
 ef
 60
 02
@@ -3528,8 +3528,8 @@
 ed
 f0
 12
-17
-f4
+19
+1a
 ef
 60
 1d
@@ -3749,13 +3749,13 @@
 a3
 f0
 12
-2a
-75
+24
+47
 50
 24
 12
-22
-e5
+19
+d8
 90
 4e
 92
@@ -3798,7 +3798,7 @@
 f0
 90
 4e
-b6
+b5
 ed
 f0
 e0
@@ -3826,7 +3826,7 @@
 e7
 90
 4e
-b6
+b5
 e0
 24
 02
@@ -3837,8 +3837,8 @@
 b1
 35
 12
-26
-0f
+20
+b8
 90
 4c
 ee
@@ -3864,18 +3864,18 @@
 f0
 22
 12
-25
-fc
+20
+a5
 12
-29
-30
+23
+02
 d1
 27
 f1
 84
 12
-14
-d5
+10
+c4
 90
 0b
 7e
@@ -3888,8 +3888,8 @@
 70
 eb
 12
-1f
-c3
+1e
+b2
 f1
 cd
 f1
@@ -3921,13 +3921,13 @@
 60
 05
 12
-2a
-69
+24
+3b
 80
 c5
 12
-1f
-c3
+1e
+b2
 f1
 61
 80
@@ -4005,10 +4005,10 @@
 7f
 d8
 7e
-7f
+3f
 12
-1a
-3d
+25
+45
 7b
 01
 7a
@@ -4022,10 +4022,10 @@
 7f
 f6
 7e
-7f
+3f
 12
-1a
-3d
+25
+45
 d2
 01
 7f
@@ -4291,95 +4291,73 @@
 52
 22
 90
-4e
-98
-ef
-f0
-a3
-ed
-f0
-e4
-a3
-f0
-ed
-f0
-90
 4d
-db
+e1
 e0
 64
-01
+02
 60
 02
 21
-5d
+8a
 90
-4e
-99
+4c
+ec
 e0
-ff
-64
-14
-60
-0a
-ef
-64
-1a
 60
-05
-ef
-64
-08
-70
-58
-ef
-b4
-14
-0c
+02
+21
+84
 90
 4c
-c1
-74
+d5
+e0
+b4
 02
-f0
+04
+b1
+29
+80
+2e
 90
 4c
-fb
-f0
-80
-21
-ef
+d5
+e0
 b4
-1a
-0e
+01
+14
 90
 4c
-c1
+fa
+e0
+70
+21
+90
+4c
+e2
 74
-01
+04
 f0
 90
 4c
-fb
+fa
 74
-04
+01
 f0
 80
-0f
-ef
-b4
-08
-0b
-e4
+13
 90
 4c
-c1
+fa
+e0
+b4
+01
+0c
+e4
 f0
 90
 4c
-fb
-74
-06
+e2
 f0
 c2
 01
@@ -4387,1323 +4365,1056 @@
 1d
 11
 b3
+f1
+51
+ef
+60
+5e
 90
-4e
-98
+4d
+d9
 e0
 ff
-a3
+90
+4c
+b7
 e0
-fd
-e4
-fb
-91
-b5
+6f
+60
+6a
+e0
+30
+e0
+12
 90
-4e
-9a
-ef
-f0
-0b
-7a
 4c
-79
-c1
-7d
+e6
+74
+02
+f0
+a3
+74
+58
+f0
+d2
 01
-7c
-00
 7f
-f5
-7e
+0f
+11
+b3
+80
+0d
+c2
+01
 7f
-12
-1a
-3d
-90
-4e
-99
-e0
-fd
-b4
-29
 0f
-90
-4e
-98
-e0
-ff
+11
+b3
 e4
-fb
-91
-b5
 90
-4e
-9a
-ef
+4c
+e6
+f0
+a3
 f0
-22
 90
-4d
-db
+4c
+b7
 e0
-b4
+30
+e1
+12
+90
+4c
+e8
+74
+02
+f0
+a3
+74
+58
+f0
+d2
 01
-06
+7f
+1e
+11
+b3
+80
+0d
+c2
+01
+7f
+1e
+11
+b3
+e4
 90
 4c
-c1
+e8
+f0
+a3
+f0
+90
+4c
+b7
 e0
-60
-20
 90
 4d
-db
-e0
-70
-08
+d9
+f0
+22
+c2
+01
+7f
+0f
+11
+b3
 90
 4c
-c1
+e5
 e0
-64
-02
-60
-12
+70
+0c
+c2
+01
+7f
+1e
+01
+b3
+c2
+01
+7f
+0f
+11
+b3
+22
 90
 4d
-db
+e1
 e0
+64
+02
 60
 02
-81
-af
+41
+1c
 90
 4c
-c1
+ec
 e0
-64
-01
 60
-02
-81
-af
+06
+7f
+1e
+91
+8e
+80
+0c
 90
-4e
-99
+4c
+fb
 e0
-fd
-24
-d7
 60
-3b
-24
-ef
-b4
-0c
-00
-40
-02
-81
-af
-90
-11
-aa
-75
-f0
-03
-a4
-c5
-83
-25
-f0
-c5
-83
-73
-02
-11
-de
-02
-11
-f1
-02
-12
-04
-02
-12
-17
-02
-12
-85
-02
-12
-f3
-02
-13
-91
-02
-13
-ff
-02
-14
-12
-02
-14
-25
-02
-14
-38
-02
+06
 14
-4b
-90
-4e
-98
-e0
-ff
-7b
-d6
+f0
+7f
+1d
 91
-b5
-90
-4e
-9a
+8e
+f1
+51
 ef
-f0
-81
-af
+60
+6a
 90
-4e
-98
+4c
+e6
 e0
-ff
+70
+02
 a3
 e0
-fd
-7b
-f4
-91
-b5
+60
+26
 90
-4e
-9a
-ef
+4c
+e7
+e0
+24
+ff
 f0
-81
-af
 90
-4e
-98
+4c
+e6
 e0
+34
 ff
-a3
-e0
-fd
-7b
-f2
-91
-b5
-90
-4e
-9a
-ef
 f0
-81
-af
+d2
+01
+7f
+0f
+11
+b3
 90
-4e
-98
+4c
+e6
 e0
-ff
+70
+02
 a3
 e0
-fd
-7b
-f5
-91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
+70
+0e
+c2
+01
+7f
+0f
+11
+b3
+80
+06
+c2
+01
+7f
+0f
+11
+b3
 90
 4c
-c1
+e8
 e0
-fc
-b4
+70
 02
-13
+a3
+e0
+60
+24
 90
-4e
-98
+4c
+e9
 e0
+24
 ff
-a3
-e0
-fd
-e4
-fb
-91
-b5
+f0
 90
-4e
-9a
-ef
+4c
+e8
+e0
+34
+ff
 f0
-81
-af
-ec
-b4
+d2
 01
-13
+7f
+1e
+11
+b3
 90
-4e
-98
+4c
+e8
 e0
-ff
+70
+02
 a3
 e0
-fd
-7b
-29
-91
-b5
+70
+0c
+c2
+01
+7f
+1e
+01
+b3
+c2
+01
+7f
+1e
+11
+b3
+22
 90
 4e
-9a
+98
 ef
 f0
-81
-af
-90
-4c
-f8
-74
-08
+a3
+ed
 f0
+e4
 a3
-74
-14
 f0
+ed
+f0
+90
+4d
+db
+e0
+64
+01
+70
+6b
 90
 4e
-98
+99
 e0
 ff
-30
-e0
+64
 14
-90
+60
+0a
+ef
+64
+1a
+60
+05
+ef
+64
+08
+70
 4c
-f7
-e0
+ef
 b4
-03
-05
+14
+0c
+90
+4c
+c1
 74
 02
 f0
+90
+4c
+fb
+f0
 80
+21
+ef
+b4
+1a
 0e
 90
 4c
-f7
+c1
 74
 01
 f0
-80
-06
 90
 4c
-f7
+fb
 74
 04
 f0
-90
-4e
-99
-e0
-fd
+80
+0f
+ef
+b4
+08
+0b
 e4
+90
+4c
+c1
+f0
+90
+4c
 fb
-91
-b5
+74
+06
+f0
+c2
+01
+7f
+1d
+11
+b3
+e4
 90
 4e
 9a
-ef
 f0
-81
-af
-90
+7b
+01
+7a
 4c
+79
 c1
-e0
+7d
+01
 fc
-b4
-02
-13
+7f
+f5
+7e
+3f
+12
+25
+45
 90
 4e
-98
-e0
-ff
-a3
+99
 e0
-fd
+b4
+29
+05
 e4
-fb
-91
-b5
-90
-4e
-9a
-ef
+a3
 f0
-81
-af
-ec
+ff
+22
+90
+4d
+db
+e0
 b4
 01
-13
+06
 90
-4e
-98
+4c
+c1
 e0
-ff
-a3
+60
+20
+90
+4d
+db
 e0
-fd
-7b
-fa
-91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
+70
+08
 90
 4c
-f8
-74
-08
-f0
-a3
-74
-0b
-f0
-90
-4e
-98
+c1
 e0
-ff
-30
+64
+02
+60
+12
+90
+4d
+db
 e0
-14
+60
+02
+81
+63
 90
 4c
-f7
+c1
+e0
+64
+01
+60
+02
+81
+63
+90
+4e
+99
 e0
+24
+d7
+60
+3b
+24
+ef
 b4
-03
-05
-74
+0c
+00
+40
 02
+81
+63
+90
+12
+e9
+75
 f0
-80
-0e
+03
+a4
+c5
+83
+25
+f0
+c5
+83
+73
+02
+13
+15
+02
+13
+1d
+02
+13
+25
+02
+13
+2d
+02
+13
+5a
+02
+13
+87
+02
+13
+cc
+02
+13
+fa
+02
+14
+02
+02
+14
+0a
+02
+14
+12
+02
+14
+1a
 90
-4c
-f7
+4e
+9a
 74
-01
+d6
 f0
-80
-06
+81
+63
 90
-4c
-f7
+4e
+9a
 74
-04
+f4
 f0
+81
+63
 90
 4e
-99
-e0
-fd
-e4
-fb
-91
-b5
+9a
+74
+f2
+f0
+81
+63
 90
 4e
 9a
-ef
+74
+f5
 f0
 81
-af
+63
 90
 4c
 c1
 e0
-fc
-64
+ff
+b4
 02
-70
-42
+07
+e4
 90
-4c
-f8
-74
-0a
+4e
+9a
 f0
-a3
+81
+63
+ef
+b4
+01
+08
+90
+4e
+9a
 74
-20
+29
 f0
+81
+63
 90
 4e
 98
 e0
 ff
-30
-e0
-1a
-90
-4c
-f7
-e0
-b4
-03
-05
-74
-02
-f0
-80
-06
-90
-4c
-f7
-74
-01
-f0
+7b
+14
+7d
+08
+91
+69
+e4
 90
-4c
-fc
-74
-05
+4e
+9a
 f0
-80
-06
+81
+63
 90
 4c
-f7
-74
-04
-f0
-90
-4e
-99
+c1
 e0
-fd
+ff
+b4
+02
+07
 e4
-fb
-91
-b5
 90
 4e
 9a
-ef
 f0
 81
-af
-ec
+63
+ef
 b4
 01
-13
+08
+90
+4e
+9a
+74
+fa
+f0
+81
+63
 90
 4e
 98
 e0
 ff
-a3
-e0
-fd
 7b
-db
+0b
+7d
+08
 91
-b5
+69
+e4
 90
 4e
 9a
-ef
 f0
 81
-af
+63
 90
 4c
-f8
-74
-08
-f0
-a3
-74
-0e
-f0
+c1
+e0
+fe
+b4
+02
+1f
 90
 4e
 98
 e0
 ff
+7b
+20
+7d
+0a
+91
+69
+90
+4e
+98
+e0
 30
 e0
-14
+06
 90
 4c
-f7
-e0
-b4
-03
-05
+fc
 74
-02
+05
 f0
-80
-0e
+e4
 90
-4c
-f7
-74
-01
+4e
+9a
 f0
-80
-06
+81
+63
+ee
+b4
+01
+08
 90
-4c
-f7
+4e
+9a
 74
-04
+db
 f0
+81
+63
 90
 4e
-99
+98
 e0
-fd
-e4
-fb
+ff
+7b
+0e
+7d
+08
 91
-b5
+69
+e4
 90
 4e
 9a
-ef
 f0
 81
-af
+63
 90
 4c
 c1
 e0
-fc
+ff
 b4
 02
-13
-90
-4e
-98
-e0
-ff
-a3
-e0
-fd
-7b
-d9
-91
-b5
+08
 90
 4e
 9a
-ef
+74
+d9
 f0
 81
-af
-ec
+63
+ef
 b4
 01
-13
+08
+90
+4e
+9a
+74
+dc
+f0
+80
+7b
 90
 4e
 98
 e0
 ff
-a3
-e0
-fd
 7b
-dc
+0c
+7d
+08
 91
-b5
+69
+e4
 90
 4e
 9a
-ef
 f0
-81
-af
+80
+69
 90
-4c
-f8
-74
-08
-f0
-a3
+4e
+9a
 74
-0c
+f6
 f0
+80
+61
 90
 4e
-98
-e0
-ff
-30
-e0
-14
-90
-4c
-f7
-e0
-b4
-03
-05
+9a
 74
-02
+f7
 f0
 80
-0e
+59
 90
-4c
-f7
+4e
+9a
 74
-01
+f8
 f0
 80
-06
+51
 90
-4c
-f7
+4e
+9a
 74
-04
+d5
 f0
+80
+49
 90
-4e
-99
+4c
+c1
 e0
-fd
-e4
-fb
-91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
+fe
+b4
+02
+0d
 90
 4e
 98
 e0
 ff
-a3
-e0
-fd
 7b
-f6
+2c
+7d
+01
 91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
+69
+80
+1c
+ee
+b4
+01
+0d
 90
 4e
 98
 e0
 ff
-a3
-e0
-fd
 7b
-f7
+2c
+7d
+02
 91
-b5
-90
-4e
-9a
-ef
-f0
-81
-af
+69
+80
+0b
 90
 4e
 98
 e0
 ff
-a3
-e0
-fd
 7b
-f8
+2c
+7d
+08
 91
-b5
-90
-4e
-9a
-ef
-f0
-80
-77
+69
 90
 4e
 98
 e0
-ff
-a3
+30
 e0
-fd
-7b
-d5
-91
-b5
-90
-4e
-9a
-ef
-f0
-80
-64
+0c
 90
 4c
 c1
 e0
-ff
-b4
-02
-08
-90
-4c
-f8
-74
-01
-f0
-80
-12
-ef
-b4
-01
-08
-90
-4c
-f8
-74
-02
-f0
-80
+60
 06
 90
 4c
-f8
+fc
 74
-08
+0a
 f0
+e4
 90
-4c
-f9
-74
-2c
+4e
+9a
 f0
 90
 4e
-98
+9a
 e0
 ff
+22
+90
+4c
+f8
+ed
+f0
+a3
+eb
+f0
+ef
 30
 e0
-20
+12
 90
 4c
 f7
 e0
 b4
 03
-05
+04
 74
 02
 f0
-80
-06
+22
 90
 4c
 f7
 74
 01
 f0
-90
-4c
-c1
-e0
-60
-0e
-90
-4c
-fc
-74
-0a
-f0
-80
-06
+22
 90
 4c
 f7
 74
 04
 f0
+22
 90
 4e
-99
-e0
-fd
-e4
-fb
-91
-b5
-90
-4e
-9a
+b8
 ef
 f0
+7b
+01
+7a
+80
+79
+74
+12
+26
+20
+92
+09
 90
 4e
-9a
+b8
 e0
 ff
-22
-ae
-05
-ef
-30
-e0
-0a
-90
-4d
-d3
-e0
-04
-f0
-ae
-03
-80
-0d
+a2
+09
+b3
+92
+01
+01
+b3
 90
-4d
-d3
+4c
+ed
 e0
 60
-07
-e0
+02
 14
 f0
-af
-03
-ae
-07
-af
-06
-22
-90
-4d
-e1
-e0
-64
-02
-60
-02
-a1
-9b
 90
 4c
-ec
+f2
 e0
 60
 02
-a1
-95
-90
-4c
-d5
-e0
-b4
-02
-04
-d1
-4a
-80
-2e
+14
+f0
 90
 4c
-d5
+fc
 e0
-b4
-01
+60
+0a
 14
-90
-4c
-fa
+f0
 e0
 70
-21
+05
 90
 4c
-e2
-74
+f7
 04
 f0
 90
 4c
-fa
-74
-01
-f0
-80
-13
-90
-4c
-fa
+e5
 e0
-b4
-01
-0c
-e4
+60
+16
+14
 f0
+d2
+01
+7f
+1e
+11
+b3
 90
 4c
-e2
-f0
+e5
+e0
+70
+31
 c2
 01
 7f
-1d
+1e
 11
 b3
-f1
-96
-ef
-60
-5e
+80
+29
 90
-4d
-d9
+4c
+ec
 e0
-ff
+70
+23
 90
 4c
-b7
+e2
 e0
-6f
 60
-6a
+1d
+14
+f0
 e0
 30
-e0
-12
-90
-4c
-e6
-74
-02
-f0
-a3
-74
-58
-f0
+e1
+08
 d2
 01
 7f
-0f
+1d
 11
 b3
 80
-0d
+06
 c2
 01
 7f
-0f
+1d
 11
 b3
-e4
 90
 4c
-e6
-f0
-a3
+e2
+e0
+70
+03
+74
+04
 f0
 90
-4c
-b7
-e0
-30
-e1
-12
-90
-4c
-e8
-74
-02
-f0
-a3
-74
-59
-f0
-d2
-01
-7f
-1e
-11
-b3
-80
-0d
-c2
-01
-7f
-1e
-11
-b3
-e4
-90
-4c
-e8
-f0
-a3
-f0
-90
-4c
-b7
-e0
-90
-4d
-d9
-f0
-22
-c2
-01
-7f
-0f
-11
-b3
-90
-4c
-e5
-e0
-70
-0c
-c2
-01
-7f
-1e
-01
-b3
-c2
-01
-7f
-0f
-11
-b3
-22
-90
 4d
-e1
-e0
-64
-02
-60
-02
-c1
-2d
-90
-4c
-ec
+de
 e0
 60
-06
-7f
-1e
-d1
-2e
-80
-0c
-90
-4c
-fb
+13
 e0
-60
-06
 14
 f0
-7f
-1d
-d1
-2e
-f1
-96
-ef
-60
-6a
-90
-4c
-e6
 e0
 70
-02
-a3
-e0
-60
-26
-90
-4c
-e7
-e0
-24
-ff
-f0
-90
-4c
-e6
-e0
-34
-ff
-f0
-d2
-01
-7f
-0f
-11
-b3
+0d
 90
 4c
-e6
-e0
-70
-02
-a3
+c7
 e0
-70
-0e
-c2
-01
-7f
-0f
-11
-b3
-80
+b4
+04
 06
-c2
-01
-7f
-0f
-11
-b3
-90
-4c
-e8
-e0
-70
-02
-a3
-e0
-60
-24
-90
-4c
-e9
-e0
-24
-ff
-f0
-90
-4c
-e8
-e0
-34
-ff
-f0
-d2
-01
-7f
-1e
-11
-b3
 90
-4c
-e8
-e0
-70
-02
-a3
-e0
-70
+42
+13
+74
 0c
-c2
-01
-7f
-1e
-01
-b3
-c2
-01
-7f
-1e
-11
-b3
-22
-90
-4e
-b9
-ef
 f0
-7b
-01
-7a
-80
-79
-74
-12
-21
-12
-92
-09
-90
-4e
-b9
-e0
-ff
-a2
-09
-b3
-92
-01
-01
-b3
+22
 e4
 90
 4d
@@ -5719,25 +5430,25 @@
 ec
 70
 02
-e1
-0c
+a1
+e7
 14
 70
 02
-e1
-5c
+c1
+3a
 24
 ec
 70
 02
-e1
-50
+c1
+2e
 24
 f9
 70
 02
-e1
-07
+a1
+e2
 24
 fd
 60
@@ -5745,22 +5456,22 @@
 14
 70
 02
-e1
-33
+c1
+0e
 24
 fd
 70
 02
-e1
-09
+a1
+e4
 24
 08
 60
 02
-e1
-95
+c1
+72
 f1
-cc
+23
 12
 0e
 fc
@@ -5777,10 +5488,9 @@
 7f
 d8
 7e
-7f
-12
-18
-eb
+3f
+d1
+73
 7f
 0a
 12
@@ -5799,10 +5509,9 @@
 7f
 f5
 7e
-7f
-12
-18
-eb
+3f
+d1
+73
 7f
 0a
 12
@@ -5821,10 +5530,9 @@
 7f
 f6
 7e
-7f
-12
-18
-eb
+3f
+d1
+73
 90
 4c
 f5
@@ -5886,15 +5594,14 @@
 7f
 f5
 7e
-7f
+3f
 12
-1a
-3d
-02
-1a
-f5
+25
+45
 e1
-a3
+d9
+e1
+28
 02
 06
 c2
@@ -5946,12 +5653,15 @@
 e4
 a3
 f0
-12
-1a
-eb
+f1
+cf
 e4
 90
 4c
+b7
+f0
+90
+4c
 ee
 f0
 90
@@ -6005,18 +5715,17 @@
 04
 e4
 f0
-c1
-4a
+a1
+29
 90
 4c
 f0
 e0
 ff
 60
-03
 02
-18
-43
+e1
+e1
 90
 4c
 f3
@@ -6026,8 +5735,8 @@
 02
 06
 c2
-d1
-4a
+b1
+29
 e4
 90
 4c
@@ -6037,18 +5746,186 @@
 f0
 22
 90
-4c
-c7
-e0
-b4
+4e
+79
+ec
+f0
+a3
+ed
+f0
+a3
+eb
+f0
+a3
+ea
+f0
+a3
+e9
+f0
+90
+80
+98
+74
 04
-03
+f0
+a3
+e4
+f0
+90
+0c
+af
+74
+a0
+f0
+a3
+ee
+f0
+a3
+ef
+f0
+90
+0c
+b2
+74
+a1
+f0
+7a
+0c
+79
+af
+7e
+0c
 7f
-01
-22
+af
+74
+af
+fc
+74
+0c
+ff
+ec
+fe
+ef
+90
+80
+9a
+ee
+f0
+a3
+ef
+f0
+90
+4e
+79
+e0
+fc
+a3
+e0
+fa
+ec
+ff
+ea
+fe
+ef
+90
+80
+9e
+ee
+f0
+a3
+ef
+f0
+7a
+0b
+79
+83
+7e
+0b
 7f
-00
-22
+83
+74
+83
+fc
+74
+0b
+ff
+ec
+fe
+ef
+90
+80
+9c
+ee
+f0
+a3
+ef
+f0
+90
+80
+90
+74
+02
+f0
+90
+80
+9c
+a3
+e0
+20
+e7
+07
+90
+80
+90
+e0
+44
+01
+f0
+90
+80
+06
+e0
+44
+04
+f0
+f1
+c7
+90
+4e
+7b
+e0
+a3
+e0
+fa
+a3
+e0
+ae
+02
+ff
+7b
+01
+7a
+0b
+79
+83
+90
+4e
+79
+e0
+a3
+e0
+90
+4e
+6e
+f0
+02
+08
+3d
+f1
+28
+02
+0f
+cd
 90
 80
 80
@@ -6059,7 +5936,7 @@
 a3
 f0
 f1
-d1
+5e
 e4
 90
 4e
@@ -6090,11 +5967,19 @@
 80
 e9
 22
-f1
-a3
-02
-0f
-cd
+90
+4c
+c7
+e0
+b4
+04
+03
+7f
+01
+22
+7f
+00
+22
 e4
 90
 4e
@@ -6124,92 +6009,109 @@
 80
 ea
 22
-d2
-01
-7f
-1e
-01
-b3
+90
+4c
+ec
+e0
+60
+16
 e4
 90
-4e
-b0
+4c
+e3
+f0
+a3
 f0
 90
 4c
-c8
+ec
 e0
-b4
-02
-06
-90
-4e
-b0
+14
+f0
 e0
-ff
+70
+06
+7f
+0d
+f1
+e1
+b1
+29
 22
+31
+8b
 90
-47
-f5
+4c
+e4
 e0
-30
-e3
+04
+f0
+70
 06
 90
-4e
-b0
-e0
-ff
-22
-90
 4c
-c7
+e3
 e0
-70
-1a
+04
+f0
+f1
+b5
+12
+18
+e1
+12
+20
+18
+12
+18
+b5
+80
+c6
 90
 4c
-f2
+d3
 e0
-70
-1e
-74
-0a
+60
+0b
+14
 f0
-a3
 e0
 70
-17
+06
+74
+05
+f0
+12
+21
+75
+22
 90
-4d
-e1
+81
+2c
 e0
-b4
-02
-10
-7f
-01
-11
-43
-80
-0a
+30
+e5
+f9
+22
 e4
 90
 4c
-ee
+f3
 f0
 90
-4e
-b0
-04
+4d
+dd
 f0
-90
-4e
-b0
-e0
-ff
 22
 90
+4d
+e1
+74
+02
+f0
+7f
+01
+90
 4e
 b1
 ef
@@ -6232,7 +6134,7 @@
 24
 0c
 70
-5f
+60
 90
 4e
 b1
@@ -6283,13 +6185,13 @@
 4c
 f3
 f0
-71
 11
+71
 ef
 70
 05
-51
-ff
+11
+5f
 ef
 60
 0f
@@ -6308,15 +6210,16 @@
 03
 f0
 22
-51
-eb
+12
+17
+cf
 e4
 90
 41
 31
 f0
 11
-c0
+89
 7f
 0d
 12
@@ -6334,6 +6237,48 @@
 f0
 f0
 22
+90
+4c
+c7
+e0
+b4
+02
+08
+7f
+0e
+12
+07
+44
+7f
+01
+22
+7f
+00
+22
+90
+4c
+c7
+e0
+ff
+64
+04
+60
+04
+ef
+b4
+03
+08
+7f
+11
+12
+07
+44
+7f
+01
+22
+7f
+00
+22
 7b
 01
 7a
@@ -6347,9 +6292,10 @@
 7f
 f6
 7e
-7f
-11
-eb
+3f
+12
+16
+73
 90
 4c
 f5
@@ -6378,200 +6324,189 @@
 f0
 22
 90
-4e
-79
-ec
-f0
-a3
-ed
-f0
-a3
-eb
-f0
-a3
-ea
-f0
-a3
-e9
+4d
+e2
+e0
+60
+25
+e0
+14
 f0
+e0
+70
+1f
 90
-80
-98
-74
-04
+4c
 f0
-a3
+e0
+b4
+05
+18
+90
+47
+f5
+e0
+20
+e3
+11
 e4
-f0
 90
-0c
-af
-74
-a0
+41
+31
 f0
-a3
-ee
+11
+89
+7f
+0d
+12
+07
+44
+e4
+90
+4c
 f0
-a3
-ef
 f0
+22
 90
-0c
-b2
-74
-a1
-f0
-7a
-0c
-79
-af
-7e
-0c
-7f
-af
-74
-af
-fc
-74
-0c
-ff
-ec
-fe
-ef
+4c
+c7
+e0
+b4
+04
+15
 90
-80
-9a
-ee
-f0
+4c
+e3
+e0
+b4
+0e
+2a
 a3
+e0
+b4
+10
+25
+11
+71
+90
+4c
 ef
+74
+01
 f0
+22
 90
-4e
-79
+4c
+e3
 e0
-fc
+70
+04
 a3
 e0
-fa
-ec
-ff
-ea
-fe
-ef
+64
+14
+70
+10
 90
-80
-9e
-ee
-f0
-a3
-ef
+4d
+dd
+e0
+60
+07
+e4
 f0
-7a
-0b
-79
-83
-7e
-0b
 7f
-83
-74
-83
-fc
-74
-0b
-ff
-ec
-fe
-ef
+0e
+12
+07
+44
+12
+15
+29
+22
+e4
 90
-80
-9c
-ee
-f0
-a3
-ef
+4e
+b0
 f0
 90
-80
-90
-74
+4c
+c8
+e0
+b4
 02
-f0
+06
 90
-80
-9c
-a3
+4e
+b0
 e0
-20
-e7
-07
+ff
+22
 90
-80
+47
+f5
+e0
+30
+e3
+06
 90
+4e
+b0
 e0
-44
-01
-f0
+ff
+22
 90
-80
-06
+4c
+c7
 e0
-44
-04
-f0
-31
-9b
+70
+1b
 90
-4e
-7b
+4c
+f2
 e0
+70
+1f
+74
+0a
+f0
 a3
 e0
-fa
-a3
+70
+18
+90
+4d
+e1
 e0
-ae
+b4
 02
-ff
-7b
+11
+7f
 01
-7a
-0b
-79
-83
+12
+17
+e1
+80
+0a
+e4
 90
-4e
-79
-e0
-a3
-e0
+4c
+ee
+f0
 90
 4e
-6e
+b0
+04
 f0
-02
-08
-3d
 90
-81
-2c
+4e
+b0
 e0
-30
-e5
-f9
+ff
 22
 90
 4e
-5c
-ee
-f0
-a3
-ef
-f0
-90
-4e
-60
+95
 eb
 f0
 a3
@@ -6580,695 +6515,665 @@
 a3
 e9
 f0
+e4
+fe
+fd
 90
-4e
-5e
-ec
-f0
-a3
-ed
-f0
-a3
-e0
-f9
-a3
-e0
-fa
-a3
+4d
+db
 e0
+64
+01
+70
+40
+7d
+05
+af
+05
+1d
+ef
+60
+3f
 90
 4e
-49
-c9
-f0
-a3
-ea
-f0
-a3
-e9
-f0
+95
+e0
+fb
 a3
-ec
-f0
+e0
+fa
 a3
-ed
-f0
-7b
+e0
+24
 01
-7a
-0b
-79
-86
-91
-64
+f9
+e4
+3a
+fa
+ed
+7e
+00
+29
+f9
+ee
+3a
+fa
+12
+03
+b6
+fe
+b4
+06
+10
 90
-0b
-83
+4c
+ed
 74
-a0
+0a
 f0
 90
-4e
-5c
-e0
-ff
-a3
+4c
+ce
 e0
-90
-0b
-84
-cf
-f0
-a3
-ef
+44
+08
 f0
+7f
+01
+22
 90
-4e
-5f
+4c
+ce
 e0
-24
-03
-fd
+54
+f7
+f0
+80
+c2
 90
-4e
-5e
+4c
+ce
 e0
-34
+54
+f7
+f0
+7f
 00
-fc
-ed
-fa
-ec
-ff
-ea
+22
+e4
 fe
 ef
-90
+60
+06
+14
+5f
+ff
+0e
 80
-98
-ee
+f7
+af
+06
+22
+e4
+90
+4e
+2f
 f0
 a3
-ef
 f0
-7a
-0b
-79
-83
-7e
-0b
-7f
-83
-74
-83
-fc
-74
-0b
-ff
-ec
-fe
-ef
 a3
-ee
 f0
 a3
-ef
-f0
-90
-80
-9e
-e4
 f0
 a3
 f0
-90
-80
-90
-04
+a3
 f0
-90
-80
-06
-e0
-44
-04
+a3
 f0
-21
-9b
-90
-4e
-3d
-ee
+a3
 f0
 a3
-ef
 f0
 a3
-ec
 f0
 a3
-ed
 f0
 a3
-eb
 f0
 a3
-ea
 f0
 a3
-e9
 f0
+b1
+52
+7a
+4d
+79
+a8
 90
 4e
-3f
-e0
-70
-02
+58
+74
+01
+f0
 a3
-e0
+74
+4d
+f0
+a3
+74
+a8
+f0
+a3
+74
+14
+f0
+7b
+01
+7a
+4d
+79
+bc
+91
+05
+ef
+60
+16
+7b
+01
+7a
+4d
+79
+bc
+7d
+14
+71
+d5
+ef
 70
-02
-41
-ea
+09
 90
-4e
-3d
-e0
-fe
-a3
+4c
+ce
 e0
-ff
 44
-0f
-24
-01
+02
+f0
+80
+0c
+90
+4c
+ce
+e0
+54
 fd
+f0
 e4
-3e
-fc
-c3
-ed
-9f
-ff
-ec
-9e
-fe
 90
-4e
-44
+4c
+d0
 f0
-a3
-ef
+e4
+90
+4e
+2f
 f0
 90
 4e
-3f
+2f
 e0
-fc
-a3
+ff
+90
+06
+0c
+93
+60
+2f
+74
+bc
+2f
+f5
+82
+e4
+34
+4d
+f5
+83
+e0
+90
+4e
+31
+f0
 e0
 fd
-d3
-9f
-ec
-9e
-40
-0a
+60
+14
 90
 4e
-44
+35
 e0
-fe
+04
+f0
 a3
 e0
-ff
-80
-04
-ae
-04
-af
-05
-90
+fe
+ed
 4e
-44
-ee
 f0
-fc
+af
+05
+31
+ca
 a3
-ef
+e0
+2f
 f0
-fd
-c3
 90
 4e
-40
+2f
 e0
-9d
+04
 f0
+80
+c6
 90
 4e
-3f
+37
 e0
-9c
+90
+4e
+3c
 f0
 90
 4e
-3d
+35
 e0
-fe
-a3
+90
+4e
+3b
+f0
+90
+4e
+36
 e0
 ff
+31
+ca
 90
 4e
-41
-e0
-fb
-a3
-e0
-fa
-a3
+3a
+ef
+f0
+90
+4e
+3c
 e0
-f9
-31
-a3
-7f
-0a
-12
-0f
-6c
+ff
+d3
+94
+02
+40
+1d
 90
 4e
-44
+3a
 e0
 fe
 a3
 e0
-ff
+fd
+d3
+9e
+40
+04
+ae
+05
+80
+00
+ef
+d3
+9e
+40
+08
 90
 4e
-42
-ee
-8f
+39
+74
+01
 f0
-12
-04
-0e
+80
+05
+e4
+90
+4e
+39
+f0
+e4
 90
 4e
-3e
-e0
 2f
 f0
 90
 4e
-3d
+2f
 e0
-3e
-f0
-41
-54
-22
+ff
+90
+06
+0c
+93
+70
+02
+61
+a9
+74
+93
+2f
+f5
+82
+e4
+34
+4d
+f5
+83
+e0
+fe
+74
+bc
+2f
+f5
+82
 e4
+34
+4d
+f5
+83
+e0
+6e
 90
-4c
-f3
+4e
+31
 f0
 90
+4e
+2f
+e0
+ff
+24
+bc
+f5
+82
+e4
+34
 4d
-dd
-f0
-22
+f5
+83
+e0
 90
-4d
-e1
-74
-02
+4e
+34
 f0
-7f
-01
-01
-43
 90
-4c
-c7
+4e
+31
 e0
-b4
-02
-08
-7f
-0e
-12
+70
+04
+61
+a1
+61
+a1
+90
+4e
+39
+e0
+60
 07
-44
-7f
-01
-22
-7f
+7b
+00
+7a
+00
+79
 00
 22
+74
+bc
+2f
+f5
+82
+e4
+34
+4d
+f5
+83
+e0
+fe
+74
+93
+2f
+f5
+82
+e4
+34
+4d
+f5
+83
+ee
+f0
+e4
 90
-4c
-c7
+4e
+30
+f0
+90
+4e
+30
 e0
 ff
-64
-04
-60
-04
-ef
-b4
-03
+c3
+94
 08
-7f
-11
-12
-07
-44
-7f
-01
-22
-7f
-00
-22
+50
+59
+a3
+e0
+30
+e0
+3c
 90
-4c
-ec
+4e
+2f
 e0
-60
-17
-e4
+fe
+33
+33
+33
+54
+f8
+fe
+ef
+4e
 90
-4c
-e3
+4e
+33
 f0
 a3
-f0
-90
-4c
-ec
 e0
-14
-f0
+ff
+90
+4e
+33
 e0
-70
-07
-7f
-0d
-11
-43
+90
+06
+21
+93
+fd
 12
-16
-4a
-22
 12
-15
-9c
+1d
 90
-4c
-e4
-e0
-04
+4e
+38
+ef
 f0
-70
-06
 90
-4c
-e3
+4e
+34
 e0
-04
-f0
-71
-62
-71
-9f
-71
-d8
-71
-73
-80
-c7
-90
-4c
-d3
+30
 e0
-60
-0a
-14
-f0
+09
+90
+4e
+38
 e0
-70
-05
-74
-05
-f0
+ff
 91
-a8
-22
+4f
+80
+07
 90
-4d
-e2
+4e
+38
 e0
-60
-25
+ff
+91
+a7
+90
+4e
+31
 e0
-14
+ff
+c3
+13
 f0
-e0
-70
-1f
 90
-4c
-f0
+4e
+34
 e0
-b4
-05
-18
+ff
+c3
+13
+f0
 90
-47
-f5
+4e
+30
 e0
-20
-e3
-11
-e4
-90
-41
-31
+04
 f0
-11
-c0
-7f
-0d
-12
-07
-44
-e4
+80
+9d
 90
-4c
-f0
+4e
+32
+74
+01
 f0
-22
 90
-4c
-c7
+4e
+2f
 e0
-b4
 04
-15
+f0
+41
+c8
 90
-4c
-e3
+4e
+01
 e0
 b4
-0e
-2a
-a3
+03
+0a
+90
+4d
+d8
 e0
 b4
-10
-25
-71
-11
-90
-4c
-ef
-74
 01
+03
+74
+02
 f0
-22
 90
-4c
-e3
-e0
-70
-04
-a3
+4e
+32
 e0
-64
-14
 70
-10
-90
-4d
-dd
-e0
-60
-07
-e4
-f0
-7f
-0e
-12
 07
-44
-12
-16
-4a
-22
-90
-4c
-ce
-e0
-30
-e1
-3e
-90
-4c
-d0
-e0
-c3
-94
-fa
-50
-03
-e0
-04
-f0
-90
-4c
-d0
-e0
-64
-b4
-70
-2f
 90
 4d
-dc
-e0
-04
-f0
+d8
 e0
-d3
-94
+b4
 02
-50
 07
-e4
-90
-4c
-d0
-f0
-80
-1c
-90
-4d
-dc
-e0
-b4
-03
-15
-90
-4d
-d5
-74
+7b
 01
-f0
-e4
+7a
+4e
+79
+4e
+22
+7b
+00
+7a
+00
+79
+00
+22
 90
-4c
-d0
+4e
+9b
+eb
 f0
-12
-16
-4a
-80
-05
-e4
-90
-4d
-dc
+a3
+ea
 f0
-90
-4c
-ce
-e0
-30
-e3
-35
-90
-4c
-ed
-74
-0a
+a3
+e9
 f0
-90
-4c
-d2
-e0
+e4
+ff
+ef
 c3
-94
-fa
+9d
 50
-03
-e0
-04
-f0
+1b
 90
-4c
-d2
+4e
+9b
 e0
-b4
-06
-21
-90
-4c
-ec
+fb
+a3
 e0
-70
-1b
-74
-3c
-f0
-e4
-90
-4c
-e5
-f0
-7f
-05
-11
-43
+fa
+a3
+e0
+f9
+8f
+82
+75
+83
+00
 12
+03
+cf
+60
+03
+7f
+00
+22
 0f
-cd
-90
-4c
-ee
-74
+80
+e0
+7f
 01
-f0
-22
-e4
-90
-4c
-d2
-f0
 22
 90
 4e
-46
+55
 eb
 f0
 a3
@@ -7277,2717 +7182,1208 @@
 a3
 e9
 f0
+e4
+ff
 90
 4e
-4c
-74
-ff
-f5
-f0
-12
-04
-24
-45
-f0
-60
-2a
+5b
+e0
+fe
+ef
+c3
+9e
+50
+30
 90
 4e
-49
+58
 e0
 fb
 a3
-e4
-75
-f0
-01
-12
-04
-24
-a9
-f0
+e0
 fa
+a3
+e0
+f9
+8f
+82
+75
+83
+00
 12
 03
-b6
-ff
+cf
+fe
 90
 4e
-46
+55
 e0
 fb
 a3
-e4
+e0
+fa
+a3
+e0
+f9
+8f
+82
 75
-f0
-01
-12
-04
-24
-a9
-f0
-fa
-ef
+83
+00
 12
 03
-fc
+cf
+6e
+60
+03
+7f
+00
+22
+0f
 80
-c8
+c6
+7f
+01
 22
+e4
+fe
+ad
+07
+ef
+c3
+94
+e0
+40
+20
+ef
+d3
+94
+e7
+50
+1a
 90
 4e
-75
-12
-05
-33
-00
-00
-00
-00
-90
-4c
-95
-e0
-fe
-a3
+4e
 e0
 ff
+ed
+54
+07
+fe
+74
+01
+a8
+06
+08
+80
+02
+c3
+33
+d8
+fc
+4f
 90
-4c
-d4
+4e
+4e
+f0
+22
+e4
+fe
+74
+4f
+2e
+f5
+82
+e4
+34
+4e
+f5
+83
 e0
 fd
-04
-f0
+6f
+60
+1c
 ed
-25
+70
+14
+90
+4d
+e3
 e0
-24
-d6
+6f
+60
+12
+74
+4f
+2e
 f5
 82
 e4
 34
-4c
+4e
 f5
 83
-ee
+ef
 f0
-a3
+22
+0e
+ee
+b4
+06
+d5
+22
+e4
+fe
+fd
+ac
+07
 ef
+54
+f0
+64
 f0
+60
+07
+ef
+54
+d0
+fb
+bb
+d0
+0c
 90
-4c
-d4
+4e
+01
 e0
-c3
-94
-04
-40
+b4
 02
-e4
+0b
+74
+03
 f0
-e4
+80
+06
 90
-4e
+4d
+d8
 74
+01
 f0
+ef
+c3
+94
+e0
+40
+20
+ef
+d3
+94
+e7
+50
+1a
 90
 4e
-75
-e0
-f8
-a3
-e0
-f9
-a3
-e0
-fa
-a3
+4e
 e0
-fb
+ff
+ec
+54
+07
+fe
+74
+fe
+a8
+06
+08
+80
+02
+c3
+33
+d8
+fc
+5f
 90
 4e
+4e
+f0
+22
+e4
+fe
+ed
+70
+21
 74
+4f
+2e
+f5
+82
+e4
+34
+4e
+f5
+83
 e0
-25
-e0
+6f
+70
+47
+ee
+b4
+05
+0b
 24
-d6
+4f
 f5
 82
 e4
 34
-4c
+4e
 f5
 83
-e0
-fe
-a3
-e0
-ff
 e4
+f0
+7d
+01
+80
+34
+74
+4f
+2e
+f5
+82
+e4
+34
+4e
+f5
+83
+e0
 fc
-fd
-eb
-2f
-ff
-ea
-3e
-fe
-ed
-39
-fd
-ec
-38
-fc
-90
-4e
-75
-12
-05
-27
-90
-4e
 74
-e0
-04
-f0
-e0
-b4
-04
-bf
-90
 4e
-75
-e0
-fc
-a3
-e0
-fd
-a3
-e0
-fe
-a3
-e0
-ff
+2e
+f5
+82
 e4
-7b
-04
-fa
-f9
-f8
-12
-04
-76
-90
+34
 4e
-75
-12
-05
-27
-90
-4c
-e0
-e0
-fe
-a3
-e0
-ff
-c3
-90
-4c
-d7
-e0
-9f
-90
-4c
-d6
-e0
-9e
-50
-07
-90
-4c
-d5
-74
-02
+f5
+83
+ec
 f0
-22
-90
-4c
-de
-e0
-fe
-a3
-e0
-ff
+74
+4f
+2e
+f5
+82
 e4
-fc
-fd
-90
+34
 4e
-75
-e0
-f8
-a3
-e0
-f9
-a3
-e0
-fa
-a3
+f5
+83
 e0
-fb
-c3
-12
+60
+14
+ee
+b4
 05
-16
-50
-07
-90
-4c
-d5
-74
-01
-f0
-22
+0b
+24
+4f
+f5
+82
+e4
+34
+4e
+f5
+83
 e4
-90
-4c
-d5
 f0
+0e
+ee
+b4
+06
+a3
 22
+e4
+ff
 90
 4e
-95
-eb
+86
 f0
+fe
+fd
 a3
-ea
 f0
 a3
-e9
 f0
-e4
+a3
+f0
+ef
+90
+06
+0c
+93
+60
+7c
+ef
+93
+fd
+13
+13
+13
+54
+1f
 fe
+ed
+54
+07
 fd
-90
-4d
-db
-e0
-64
+74
 01
-70
-40
-7d
-05
-af
+a8
 05
-1d
-ef
-60
-3f
-90
-4e
-95
-e0
+08
+80
+02
+c3
+33
+d8
+fc
+fd
+ee
+24
+78
 fb
-a3
-e0
-fa
-a3
+e4
+34
+80
+8b
+82
+f5
+83
 e0
+fc
+ed
+f4
+fb
+ec
+5b
+f0
+ee
 24
-01
-f9
+70
+f5
+82
 e4
-3a
-fa
-ed
-7e
-00
-29
-f9
+34
+80
+f5
+83
+e0
+4d
+f0
 ee
-3a
-fa
-12
-03
-b6
-fe
-b4
-06
-10
-90
-4c
-ed
+24
 74
-0a
-f0
-90
-4c
-ce
+f5
+82
+e4
+34
+80
+f5
+83
 e0
-44
-08
+5b
 f0
-7f
-01
-22
 90
-4c
-ce
+81
+1c
 e0
-54
-f7
+f4
+fc
+74
+bc
+2f
+f5
+82
+e4
+34
+4d
+f5
+83
+ec
 f0
+ee
+24
+78
+fb
+e4
+34
 80
-c2
-90
-4c
-ce
+8b
+82
+f5
+83
 e0
-54
-f7
+4d
 f0
-7f
-00
-22
+ee
+24
+70
+fb
 e4
-fe
-ef
+34
+80
+8b
+82
+f5
+83
+e0
+fc
+ed
+f4
+fb
+ec
+5b
+f0
+0f
+a1
 60
-06
-14
-5f
+e4
 ff
-0e
-80
-f7
-af
+ef
+90
 06
-22
-e4
-fe
+0c
+93
+60
+7c
 ef
-b4
-e7
+93
+fd
+13
+13
+13
+54
+1f
+fe
+ed
+54
+07
+fd
+74
+01
+a8
+05
 08
-90
-4e
-4e
-e0
-44
 80
-f0
-22
-ef
-b4
-e6
-17
-90
-4c
-c1
-e0
-b4
 02
-08
-90
-4e
-4e
-e0
-44
+c3
+33
+d8
+fc
+fd
+ee
+24
+78
+fb
+e4
+34
 80
-f0
-22
-90
-4e
-4e
+8b
+82
+f5
+83
 e0
-44
-40
+fc
+ed
+f4
+fb
+ec
+5b
 f0
-22
-ef
-b4
-e5
-08
-90
-4e
-4e
+ee
+24
+70
+f5
+82
+e4
+34
+80
+f5
+83
 e0
-44
-20
+4d
 f0
-22
-ef
-b4
+ee
+24
+74
+f5
+82
 e4
-08
-90
-4e
-4e
+34
+80
+f5
+83
 e0
-44
-10
+5b
 f0
-22
-ef
-b4
-e3
-17
-90
-4c
-c1
-e0
-b4
-02
-08
 90
-4e
-4e
+81
+1c
 e0
-44
-04
+f4
+fc
+74
+a8
+2f
+f5
+82
+e4
+34
+4d
+f5
+83
+ec
 f0
-22
-90
-4e
-4e
+ee
+24
+78
+fb
+e4
+34
+80
+8b
+82
+f5
+83
 e0
-44
-08
+4d
 f0
-22
-ef
-b4
-e2
-17
-90
-4c
-c1
-e0
-b4
-02
-08
-90
-4e
-4e
-e0
-44
-08
-f0
-22
-90
-4e
-4e
-e0
-44
-04
-f0
-22
-ef
-b4
-e1
-08
-90
-4e
-4e
+ee
+24
+70
+fb
+e4
+34
+80
+8b
+82
+f5
+83
 e0
-44
-02
+fc
+ed
+f4
+fb
+ec
+5b
 f0
-22
+0f
+a1
+e5
+e4
+ff
 ef
-b4
-e0
-08
 90
-4e
-4e
-e0
-44
-01
-f0
-22
+06
+0c
+93
+60
+40
+74
+bc
+2f
+f5
+82
 e4
+34
+4d
+f5
+83
+e0
 fe
 74
-4f
-2e
+a8
+2f
 f5
 82
 e4
 34
-4e
+4d
 f5
 83
 e0
-fd
-6f
+6e
 60
-1c
-ed
-70
-14
-90
+23
+74
+bc
+2f
+f5
+82
+e4
+34
 4d
-e3
+f5
+83
+c0
+83
+c0
+82
 e0
-6f
-60
-12
+fe
 74
-4f
-2e
+a8
+2f
 f5
 82
 e4
 34
-4e
+4d
 f5
 83
-ef
-f0
-22
-0e
+e0
+fd
 ee
-b4
-06
-d5
+5d
+d0
+82
+d0
+83
+f0
+0f
+80
+b9
 22
 e4
+ff
+90
+4e
+b4
+f0
 fe
 fd
 ef
-54
-f0
-64
-f0
+90
+06
+0c
+93
 60
-07
+49
 ef
+93
+fd
+13
+13
+13
 54
-d0
-fc
-bc
-d0
-0c
-90
-4e
-01
-e0
-b4
-02
-0b
-74
-03
-f0
-80
-06
-90
-4d
-d8
+1f
+fe
+ed
+54
+07
+fd
 74
 01
-f0
-ef
-b4
-e7
+a8
+05
 08
-90
-4e
-4e
-e0
-54
-7f
-f0
-22
-ef
-b4
-e6
-17
-90
-4c
-c1
-e0
-b4
+80
 02
-08
-90
-4e
-4e
+c3
+33
+d8
+fc
+fd
+ee
+24
+78
+fb
+e4
+34
+80
+8b
+82
+f5
+83
 e0
-54
-7f
+fc
+ed
+f4
+fb
+ec
+5b
 f0
-22
-90
-4e
-4e
+ee
+24
+70
+f5
+82
+e4
+34
+80
+f5
+83
 e0
-54
-bf
+4d
 f0
-22
-ef
-b4
-e5
-08
-90
-4e
-4e
-e0
-54
-df
-f0
-22
-ef
-b4
-e4
-08
-90
-4e
-4e
-e0
-54
-ef
-f0
-22
-ef
-b4
-e3
-17
-90
-4c
-c1
-e0
-b4
-02
-08
-90
-4e
-4e
-e0
-54
-fb
-f0
-22
-90
-4e
-4e
-e0
-54
-f7
-f0
-22
-ef
-b4
-e2
-17
-90
-4c
-c1
-e0
-b4
-02
-08
-90
-4e
-4e
-e0
-54
-f7
-f0
-22
-90
-4e
-4e
-e0
-54
-fb
-f0
-22
-ef
-b4
-e1
-08
-90
-4e
-4e
-e0
-54
-fd
-f0
-22
-ef
-b4
-e0
-08
-90
-4e
-4e
-e0
-54
-fe
-f0
-22
-e4
-fe
-ed
-70
-21
-74
-4f
-2e
-f5
-82
-e4
-34
-4e
-f5
-83
-e0
-6f
-70
-47
 ee
-b4
-05
-0b
 24
-4f
-f5
-82
-e4
-34
-4e
-f5
-83
-e4
-f0
-7d
-01
-80
-34
-74
-4f
-2e
-f5
-82
-e4
-34
-4e
-f5
-83
-e0
-fc
-74
-4e
-2e
-f5
-82
-e4
-34
-4e
-f5
-83
-ec
-f0
 74
-4f
-2e
-f5
-82
-e4
-34
-4e
-f5
-83
-e0
-60
-14
-ee
-b4
-05
-0b
-24
-4f
 f5
 82
 e4
 34
-4e
-f5
-83
-e4
-f0
-0e
-ee
-b4
-06
-a3
-22
-e4
-ff
-90
-4e
-b4
-f0
-fe
-fd
-ef
-90
-06
-0c
-93
-60
-49
-ef
-93
-fd
-13
-13
-13
-54
-1f
-fe
-ed
-54
-07
-fd
-74
-01
-a8
-05
-08
-80
-02
-c3
-33
-d8
-fc
-fd
-ee
-24
-78
-fb
-e4
-34
 80
-8b
-82
 f5
 83
 e0
-fc
-ed
-f4
-fb
-ec
 5b
 f0
-ee
-24
-70
-f5
-82
-e4
-34
-80
-f5
-83
-e0
-4d
-f0
-ee
-24
-74
-f5
-82
-e4
-34
-80
-f5
-83
-e0
-5b
-f0
-0f
-80
-b0
-31
-51
-90
-81
-1c
-e0
-90
-4e
-b4
-f0
-90
-4c
-d5
-e0
-64
-02
-60
-36
-90
-4d
-d5
-e0
-60
-20
-e4
-ff
-11
-6d
-7f
-01
-11
-6d
-7f
-02
-11
-6d
-7f
-03
-11
-6d
-7f
-04
-11
-6d
-7f
-05
-11
-6d
-7f
-06
-11
-6d
-7f
-07
-80
-1a
-90
-4e
-b4
-e0
-ff
-90
-00
-a3
-f0
-ef
-f4
-90
-00
-a7
-f0
-22
-e4
-90
-00
-a3
-f0
-90
-00
-a7
-f0
-22
-90
-4e
-b8
-ef
-f0
-31
-0c
-92
-08
-90
-4e
-b8
-e0
-ff
-a2
-08
-b3
-92
-07
-ef
-f4
-70
-02
-21
-0b
-ef
-54
-07
-fe
-ef
-13
-13
-13
-54
-03
-ff
-30
-07
-43
-24
-a3
-f5
-82
-e4
-34
-00
-f5
-83
-c0
-83
-c0
-82
-e0
-fd
-74
-01
-a8
-06
-08
-80
-02
-c3
-33
-d8
-fc
-f4
-5d
-d0
-82
-d0
-83
-f0
-74
-a7
-2f
-f5
-82
-e4
-34
-00
-f5
-83
-c0
-83
-c0
-82
-e0
-ff
-74
-01
-a8
-06
-08
-80
-02
-c3
-33
-d8
-fc
-4f
-d0
-82
-d0
-83
-f0
-22
-74
-a3
-2f
-f5
-82
-e4
-34
-00
-f5
-83
-c0
-83
-c0
-82
-e0
-fd
-74
-01
-a8
-06
-08
-80
-02
-c3
-33
-d8
-fc
-fc
-4d
-d0
-82
-d0
-83
-f0
-74
-a7
-2f
-f5
-82
-e4
-34
-00
-f5
-83
-e0
-ff
-ec
-f4
-fe
-ef
-5e
-f0
-22
-7b
-01
-7a
-81
-79
-1c
-ad
-07
-e4
-90
-4e
-b7
-f0
-fe
-ef
-54
-07
-f0
-ef
-13
-13
-13
-54
-03
-fe
-f5
-82
-75
-83
-00
-12
-03
-cf
-fd
-33
-95
-e0
-fc
-90
-4e
-b7
-e0
-ff
-74
-01
-7e
-00
-a8
-07
-08
-80
-05
-c3
-33
-ce
-33
-ce
-d8
-f9
-ff
-ee
-5c
-fe
-ef
-5d
-4e
-24
-ff
-22
-e4
-ff
-ef
-fd
-7c
-00
-24
-78
-fb
-ec
-34
-80
-8b
-82
-f5
-83
-e0
-fe
-ed
-24
-70
-fd
-ec
-34
-80
-8d
-82
-f5
-83
-e0
-4e
-f4
-fe
-ef
-24
-7c
-fd
-ec
-34
-80
-8d
-82
-f5
-83
-ee
-f0
-0f
-ef
-b4
-04
-cf
-22
-e4
-ff
-90
-4e
-86
-f0
-fe
-fd
-a3
-f0
-a3
-f0
-a3
-f0
-ef
-90
-06
-0c
-93
-60
-7c
-ef
-93
-fd
-13
-13
-13
-54
-1f
-fe
-ed
-54
-07
-fd
-74
-01
-a8
-05
-08
-80
-02
-c3
-33
-d8
-fc
-fd
-ee
-24
-78
-fb
-e4
-34
-80
-8b
-82
-f5
-83
-e0
-fc
-ed
-f4
-fb
-ec
-5b
-f0
-ee
-24
-70
-f5
-82
-e4
-34
-80
-f5
-83
-e0
-4d
-f0
-ee
-24
-74
-f5
-82
-e4
-34
-80
-f5
-83
-e0
-5b
-f0
-90
-81
-1c
-e0
-f4
-fc
-74
-bc
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-ec
-f0
-ee
-24
-78
-fb
-e4
-34
-80
-8b
-82
-f5
-83
-e0
-4d
-f0
-ee
-24
-70
-fb
-e4
-34
-80
-8b
-82
-f5
-83
-e0
-fc
-ed
-f4
-fb
-ec
-5b
-f0
-0f
-21
-93
-e4
-ff
-ef
-90
-06
-0c
-93
-60
-7c
-ef
-93
-fd
-13
-13
-13
-54
-1f
-fe
-ed
-54
-07
-fd
-74
-01
-a8
-05
-08
-80
-02
-c3
-33
-d8
-fc
-fd
-ee
-24
-78
-fb
-e4
-34
-80
-8b
-82
-f5
-83
-e0
-fc
-ed
-f4
-fb
-ec
-5b
-f0
-ee
-24
-70
-f5
-82
-e4
-34
-80
-f5
-83
-e0
-4d
-f0
-ee
-24
-74
-f5
-82
-e4
-34
-80
-f5
-83
-e0
-5b
-f0
-90
-81
-1c
-e0
-f4
-fc
-74
-a8
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-ec
-f0
-ee
-24
-78
-fb
-e4
-34
-80
-8b
-82
-f5
-83
-e0
-4d
-f0
-ee
-24
-70
-fb
-e4
-34
-80
-8b
-82
-f5
-83
-e0
-fc
-ed
-f4
-fb
-ec
-5b
-f0
-0f
-41
-18
-e4
-ff
-ef
-90
-06
-0c
-93
-60
-40
-74
-bc
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-e0
-fe
-74
-a8
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-e0
-6e
-60
-23
-74
-bc
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-c0
-83
-c0
-82
-e0
-fe
-74
-a8
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-e0
-fd
-ee
-5d
-d0
-82
-d0
-83
-f0
-0f
-80
-b9
-22
-e4
-90
-4e
-2f
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-a3
-f0
-31
-85
-7a
-4d
-79
-a8
-90
-4e
-58
-74
-01
-f0
-a3
-74
-4d
-f0
-a3
-74
-a8
-f0
-a3
-74
-14
-f0
-7b
-01
-7a
-4d
-79
-bc
-b1
-16
-ef
-60
-16
-7b
-01
-7a
-4d
-79
-bc
-7d
-14
-91
-e6
-ef
-70
-09
-90
-4c
-ce
-e0
-44
-02
-f0
-80
-0c
-90
-4c
-ce
-e0
-54
-fd
-f0
-e4
-90
-4c
-d0
-f0
-e4
-90
-4e
-2f
-f0
-90
-4e
-2f
-e0
-ff
-90
-06
-0c
-93
-60
-30
-74
-bc
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-e0
-90
-4e
-31
-f0
-e0
-fd
-60
-15
-90
-4e
-35
-e0
-04
-f0
-a3
-e0
-fe
-ed
-4e
-f0
-af
-05
-12
-1d
-e8
-a3
-e0
-2f
-f0
-90
-4e
-2f
-e0
-04
-f0
-80
-c5
-90
-4e
-37
-e0
-90
-4e
-3c
-f0
-90
-4e
-35
-e0
-90
-4e
-3b
-f0
-90
-4e
-36
-e0
-ff
-12
-1d
-e8
-90
-4e
-3a
-ef
-f0
-90
-4e
-3c
-e0
-ff
-d3
-94
-02
-40
-1d
-90
-4e
-3a
-e0
-fe
-a3
-e0
-fd
-d3
-9e
-40
-04
-ae
-05
-80
-00
-ef
-d3
-9e
-40
-08
-90
-4e
-39
-74
-01
-f0
-80
-05
-e4
-90
-4e
-39
-f0
-e4
-90
-4e
-2f
-f0
-90
-4e
-2f
-e0
-ff
-90
-06
-0c
-93
-70
-02
-81
-ba
-74
-93
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-e0
-fe
-74
-bc
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-e0
-6e
-90
-4e
-31
-f0
-90
-4e
-2f
-e0
-ff
-24
-bc
-f5
-82
-e4
-34
-4d
-f5
-83
-e0
-90
-4e
-34
-f0
-90
-4e
-31
-e0
-70
-04
-81
-b2
-81
-b2
-90
-4e
-39
-e0
-60
-07
-7b
-00
-7a
-00
-79
-00
-22
-74
-bc
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-e0
-fe
-74
-93
-2f
-f5
-82
-e4
-34
-4d
-f5
-83
-ee
-f0
-e4
-90
-4e
-30
-f0
-90
-4e
-30
-e0
-ff
-c3
-94
-08
-50
-5b
-a3
-e0
-30
-e0
-3e
-90
-4e
-2f
-e0
-fe
-33
-33
-33
-54
-f8
-fe
-ef
-4e
-90
-4e
-33
-f0
-a3
-e0
-ff
-90
-4e
-33
-e0
-90
-06
-21
-93
-fd
-12
-10
-c4
-90
-4e
-38
-ef
-f0
-90
-4e
-34
-e0
-30
-e0
-0a
-90
-4e
-38
-e0
-ff
-12
-1d
-f6
-80
-08
-90
-4e
-38
-e0
-ff
-12
-1e
-b3
-90
-4e
-31
-e0
-ff
-c3
-13
-f0
-90
-4e
-34
-e0
-ff
-c3
-13
-f0
-90
-4e
-30
-e0
-04
-f0
-80
-9b
-90
-4e
-32
-74
-01
-f0
-90
-4e
-2f
-e0
-04
-f0
-61
-d7
-90
-4e
-01
-e0
-b4
-03
-0a
-90
-4d
-d8
-e0
-b4
-01
-03
-74
-02
-f0
-90
-4e
-32
-e0
-70
-07
-90
-4d
-d8
-e0
-b4
-02
-07
-7b
-01
-7a
-4e
-79
-4e
-22
-7b
-00
-7a
-00
-79
-00
-22
-90
-4e
-9b
-eb
-f0
-a3
-ea
-f0
-a3
-e9
-f0
-e4
-ff
-ef
-c3
-9d
-50
-1b
-90
-4e
-9b
-e0
-fb
-a3
-e0
-fa
-a3
-e0
-f9
-8f
-82
-75
-83
-00
-12
-03
-cf
-60
-03
-7f
-00
-22
-0f
-80
-e0
-7f
-01
-22
-90
-4e
-55
-eb
-f0
-a3
-ea
-f0
-a3
-e9
-f0
-e4
-ff
-90
-4e
-5b
-e0
-fe
-ef
-c3
-9e
-50
-30
-90
-4e
-58
-e0
-fb
-a3
-e0
-fa
-a3
-e0
-f9
-8f
-82
-75
-83
-00
-12
-03
-cf
-fe
-90
-4e
-55
-e0
-fb
-a3
-e0
-fa
-a3
-e0
-f9
-8f
-82
-75
-83
-00
-12
-03
-cf
-6e
-60
-03
-7f
-00
-22
-0f
-80
-c6
-7f
-01
-22
-c2
-01
-7f
-1e
-02
-10
-b3
-90
-4c
-ed
-e0
-60
-02
-14
-f0
-90
-4c
-f2
-e0
-60
-02
-14
-f0
-90
-4c
-fc
-e0
-60
-0a
-14
-f0
-e0
-70
-05
-90
-4c
-f7
-04
-f0
-90
-4c
-e5
-e0
-60
 0f
-14
-f0
-12
-17
-ee
-90
-4c
-e5
-e0
-70
-2f
-b1
-60
-80
-2b
-90
-4c
-ec
-e0
-70
-25
-90
-4c
-e2
-e0
-60
-1f
-14
-f0
-e0
-30
-e1
-09
-d2
-01
-7f
-1d
-12
-10
-b3
-80
-07
-c2
-01
-7f
-1d
-12
-10
-b3
-90
-4c
-e2
-e0
-70
-03
-74
-04
-f0
-90
-4d
-de
-e0
-60
-13
-e0
-14
-f0
-e0
-70
-0d
-90
-4c
-c7
-e0
-b4
-04
-06
-90
-42
-13
-74
-0c
-f0
-22
-90
-80
-10
-74
-01
-f0
-80
-fe
-22
 80
-f5
+b0
+12
+26
+a6
+90
+81
+1c
+e0
 90
 4e
-ac
-ed
+b4
 f0
 90
-00
-01
-12
-03
-cf
+4c
+d5
+e0
+64
+02
+60
+36
 90
-4e
-ad
-f0
-22
-7b
-01
-7a
-4e
-79
-0b
-78
-1d
-7c
-4e
-7d
+4d
+d5
+e0
+60
+20
+e4
+ff
+f1
+5d
+7f
 01
-7e
-00
+f1
+5d
 7f
-12
 02
+f1
+5d
+7f
 03
+f1
+5d
+7f
+04
+f1
+5d
+7f
+05
+f1
+5d
+7f
+06
+f1
+5d
+7f
+07
+80
+1a
 90
+4e
+b4
+e0
+ff
 90
-4c
-90
-74
-33
+00
+a3
 f0
+ef
+f4
 90
-4c
-d3
-74
-05
+00
+a7
 f0
+22
 e4
+90
+00
 a3
 f0
 90
-4c
-8f
-e0
-64
-02
-60
-02
-c1
-ee
+00
+a7
+f0
+22
 90
 4e
-b5
+b7
+ef
 f0
+12
+26
+5f
+92
+08
 90
 4e
-b5
+b7
 e0
 ff
-c3
-94
-04
-50
-1b
+a2
+08
+b3
+92
+07
 ef
-25
-e0
+f4
+70
+02
+e1
+fc
+ef
+54
+07
+fe
+ef
+13
+13
+13
+54
+03
+ff
+30
+07
+43
 24
-d6
+a3
 f5
 82
 e4
 34
-4c
+00
 f5
 83
+c0
+83
+c0
+82
+e0
+fd
+74
+01
+a8
+06
+08
+80
+02
+c3
+33
+d8
+fc
+f4
+5d
+d0
+82
+d0
+83
+f0
 74
-79
+a7
+2f
+f5
+82
+e4
+34
+00
+f5
+83
+c0
+83
+c0
+82
+e0
+ff
+74
+01
+a8
+06
+08
+80
+02
+c3
+33
+d8
+fc
+4f
+d0
+82
+d0
+83
+f0
+22
+74
+a3
+2f
+f5
+82
+e4
+34
+00
+f5
+83
+c0
+83
+c0
+82
+e0
+fd
+74
+01
+a8
+06
+08
+80
+02
+c3
+33
+d8
+fc
+fc
+4d
+d0
+82
+d0
+83
+f0
+74
+a7
+2f
+f5
+82
+e4
+34
+00
+f5
+83
+e0
+ff
+ec
+f4
+fe
+ef
+5e
 f0
-a3
+22
+90
+80
+10
 74
+01
+f0
+80
+fe
+22
+80
+f5
 90
+4e
+ac
+ed
 f0
 90
+00
+01
+12
+03
+cf
+90
 4e
-b5
-e0
-04
+ad
 f0
-80
-db
+22
 90
 4c
-91
-e0
-fe
-a3
+ce
 e0
-ff
-c3
+30
+e1
+3e
 90
 4c
+d0
+e0
+c3
 94
+fa
+50
+03
 e0
-9f
-fd
+04
+f0
 90
 4c
-93
+d0
 e0
-9e
-fc
-e4
-12
-02
-06
-7b
-c3
-7a
-f5
-79
-88
-78
-3f
-12
-00
-fb
-c0
-04
-c0
-05
-c0
-06
-c0
-07
+64
+b4
+70
+2f
 90
-4c
-91
+4d
+dc
 e0
-fc
-a3
+04
+f0
 e0
-fd
-e4
-12
+d3
+94
 02
-06
+50
+07
+e4
+90
+4c
 d0
+f0
+80
+1c
+90
+4d
+dc
+e0
+b4
 03
-d0
-02
-d0
+15
+90
+4d
+d5
+74
 01
-d0
-00
-12
-00
-0a
-12
-02
-3f
+f0
+e4
 90
 4c
-de
-ee
+d0
 f0
-a3
-ef
+12
+15
+29
+80
+05
+e4
+90
+4d
+dc
 f0
 90
 4c
-91
-e0
-fe
-a3
+ce
 e0
-ff
-c3
+30
+e3
+36
+90
+4c
+ed
+74
+0a
+f0
 90
 4c
+d2
+e0
+c3
 94
+fa
+50
+03
 e0
-9f
-fd
+04
+f0
 90
 4c
-93
+d2
 e0
-9e
-fc
-e4
-12
-02
-06
-7b
-ae
-7a
-47
-79
-81
-78
-3f
-12
-00
-fb
-c0
-04
-c0
-05
-c0
+b4
 06
-c0
-07
+22
 90
 4c
-91
-e0
-fc
-a3
+ec
 e0
-fd
+70
+1c
+74
+3c
+f0
 e4
+90
+4c
+e5
+f0
+7f
+05
 12
-02
-06
-d0
-03
-d0
-02
-d0
-01
-d0
-00
-12
-00
-0a
+17
+e1
 12
-02
-3f
+0f
+cd
 90
 4c
-e0
 ee
-f0
-a3
-ef
+74
+01
 f0
 22
+e4
 90
 4c
-8f
-e0
-64
+d2
+f0
+22
+7b
+01
+7a
+4e
+79
+0b
+78
+1d
+7c
+4e
+7d
 01
-60
+7e
+00
+7f
+12
 02
-e1
-bc
+03
 90
-4e
-b5
-f0
 90
-4e
-b5
-e0
+4c
+d3
+74
+05
+f0
+e4
+a3
+f0
 ff
-c3
-94
-04
-50
-19
 ef
 25
 e0
@@ -10005,14 +8401,11 @@
 f0
 a3
 f0
-90
-4e
-b5
-e0
+0f
+ef
+b4
 04
-f0
-80
-dd
+ea
 90
 4c
 91
@@ -10170,22 +8563,32 @@
 ef
 f0
 22
-e4
 90
 4e
-b5
-f0
+75
+12
+05
+33
+00
+00
+00
+00
 90
-4e
-b5
+4c
+95
+e0
+fe
+a3
 e0
 ff
-c3
-94
+90
+4c
+d4
+e0
+fd
 04
-50
-1b
-ef
+f0
+ed
 25
 e0
 24
@@ -10197,176 +8600,191 @@
 4c
 f5
 83
-74
-79
+ee
 f0
 a3
-74
-90
+ef
 f0
 90
-4e
-b5
+4c
+d4
 e0
+c3
+94
 04
+40
+02
+e4
 f0
-80
-db
+e4
 90
-4c
-91
+4e
+74
+f0
+90
+4e
+75
 e0
-fe
+f8
 a3
 e0
-ff
-c3
-90
-4c
-94
+f9
+a3
 e0
-9f
-fd
+fa
+a3
+e0
+fb
 90
-4c
-93
+4e
+74
 e0
-9e
-fc
+25
+e0
+24
+d6
+f5
+82
 e4
-12
-02
-06
-7b
-c3
-7a
+34
+4c
 f5
-79
-a8
-78
+83
+e0
+fe
+a3
+e0
+ff
+e4
+fc
+fd
+eb
+2f
+ff
+ea
 3e
+fe
+ed
+39
+fd
+ec
+38
+fc
+90
+4e
+75
 12
-00
-fb
-c0
-04
-c0
 05
-c0
-06
-c0
-07
+27
 90
-4c
-91
+4e
+74
+e0
+04
+f0
+e0
+b4
+04
+bf
+90
+4e
+75
 e0
 fc
 a3
 e0
 fd
+a3
+e0
+fe
+a3
+e0
+ff
 e4
+7b
+04
+fa
+f9
+f8
 12
-02
-06
-d0
-03
-d0
-02
-d0
-01
-d0
-00
-12
-00
-0a
+04
+76
+90
+4e
+75
 12
-02
-3f
+05
+27
 90
 4c
-de
-ee
-f0
+e0
+e0
+fe
 a3
-ef
+e0
+ff
+c3
+90
+4c
+d7
+e0
+9f
+90
+4c
+d6
+e0
+9e
+50
+07
+90
+4c
+d5
+74
+02
 f0
+22
 90
 4c
-91
+de
 e0
 fe
 a3
 e0
-ff
-c3
-90
-4c
-94
+ff
+e4
+fc
+fd
+90
+4e
+75
+e0
+f8
+a3
+e0
+f9
+a3
 e0
-9f
-fd
-90
-4c
-93
+fa
+a3
 e0
-9e
-fc
-e4
-12
-02
-06
-7b
-5c
-7a
-8f
-79
-42
-78
-3e
-12
-00
 fb
-c0
-04
-c0
+c3
+12
 05
-c0
-06
-c0
+16
+50
 07
 90
 4c
-91
-e0
-fc
-a3
-e0
-fd
-e4
-12
-02
-06
-d0
-03
-d0
-02
-d0
+d5
+74
 01
-d0
-00
-12
-00
-0a
-12
-02
-3f
+f0
+22
+e4
 90
 4c
-e0
-ee
-f0
-a3
-ef
+d5
 f0
 22
 02
@@ -10534,43 +8952,242 @@
 80
 cb
 90
-4b
+4b
+9e
+ee
+f0
+a3
+ef
+f0
+22
+7a
+0c
+79
+4b
+90
+4e
+9e
+74
+01
+f0
+a3
+74
+0c
+f0
+a3
+74
+4b
+f0
+90
+4b
+a0
+e0
+fe
+a3
+e0
+ff
+90
+4b
+9e
+e0
+6e
+70
+03
+a3
+e0
+6f
+70
+02
+61
+db
+7e
+0c
+7f
+4b
+7d
+03
+51
+b2
+90
+4e
+9e
+e0
+fb
+a3
+e0
+fa
+a3
+e0
+f9
+12
+03
+b6
+b4
+02
+2b
+90
+4e
+9f
+e4
+75
+f0
+02
+12
+04
+0e
+90
+4e
+9e
+e0
+fb
+a3
+e0
+fa
+a3
+e0
+f9
+12
+03
+b6
+ff
+90
+4e
+1d
+e0
+a3
+e0
+fa
+a3
+e0
+f5
+82
+8a
+83
+12
+05
+68
+80
+6d
+90
+4e
+9e
+e0
+fb
+a3
+e0
+fa
+a3
+e0
+f9
+12
+03
+b6
+64
+05
+70
+59
+90
+4e
+9f
+75
+f0
+01
+12
+04
+0e
+7e
+0c
+7f
+4e
+90
+4e
+9e
+e0
+fb
+a3
+e0
+fa
+a3
+e0
+f9
+12
+03
+b6
+14
+fd
+51
+b2
+90
+4e
+9e
+e0
+fb
+a3
+e0
+fa
+a3
+e0
+24
+01
+f9
+e4
+3a
+fa
+c0
+02
+c0
+01
+90
+4e
 9e
-ee
-f0
+e0
 a3
-ef
-f0
-22
-7a
-0c
-79
-4b
+e0
+fa
+a3
+e0
+f9
+12
+03
+b6
+fd
+7c
+00
 90
 4e
-9e
-74
-01
-f0
+29
+e0
 a3
-74
-0c
-f0
+e0
+fa
 a3
-74
-4b
-f0
+e0
+f5
+82
+8a
+83
+d0
+01
+d0
+02
+12
+05
+68
+80
+02
+80
+fe
 90
 4b
-a0
+a5
 e0
 fe
 a3
 e0
 ff
 90
-4b
-9e
+4c
+5e
 e0
 6e
 70
@@ -10578,21 +9195,11 @@
 a3
 e0
 6f
-70
-02
-41
-09
-7e
-0c
-7f
-4b
-7d
-03
-11
-e0
+60
+22
 90
 4e
-9e
+23
 e0
 fb
 a3
@@ -10601,25 +9208,42 @@
 a3
 e0
 f9
+4a
+60
+37
 12
-03
-b6
-b4
-02
-2b
+05
+64
 90
-4e
-9f
-e4
-75
+4b
+a5
+e0
+ff
+a3
+e0
+90
+4c
+5e
+cf
 f0
-02
-12
-04
-0e
+a3
+ef
+f0
+80
+ca
+90
+4c
+8d
+e0
+ff
+a3
+e0
+6f
+60
+19
 90
 4e
-9e
+26
 e0
 fb
 a3
@@ -10628,204 +9252,420 @@
 a3
 e0
 f9
+4a
+60
+0b
 12
-03
-b6
+05
+64
+90
+4c
+8d
+e0
+a3
+f0
+80
+dd
+22
+90
+04
+46
+e0
 ff
+22
 90
-4e
-1d
+0b
+7f
+74
+01
+f0
+e4
+90
+0b
+7e
+f0
+22
+90
+4b
+9c
 e0
+fe
 a3
 e0
-fa
+ff
+90
+4b
+9a
+e0
+b5
+06
+07
 a3
 e0
-f5
+b5
+07
+02
+d3
+22
+c3
+22
+90
 82
-8a
-83
-12
-05
-68
 80
-6d
+74
+01
+f0
+22
 90
 4e
-9e
+46
+eb
+f0
+a3
+ea
+f0
+a3
+e9
+f0
+90
+4e
+4c
+74
+ff
+f5
+f0
+12
+04
+24
+45
+f0
+60
+2a
+90
+4e
+49
 e0
 fb
 a3
-e0
+e4
+75
+f0
+01
+12
+04
+24
+a9
+f0
 fa
-a3
-e0
-f9
 12
 03
 b6
-64
-05
-70
-59
+ff
+90
+4e
+46
+e0
+fb
+a3
+e4
+75
+f0
+01
+12
+04
+24
+a9
+f0
+fa
+ef
+12
+03
+fc
+80
+c8
+22
 90
 4e
-9f
-75
+5c
+ee
 f0
-01
-12
-04
-0e
-7e
-0c
-7f
+a3
+ef
+f0
+90
 4e
+60
+eb
+f0
+a3
+ea
+f0
+a3
+e9
+f0
 90
 4e
-9e
+5e
+ec
+f0
+a3
+ed
+f0
+a3
 e0
-fb
+f9
 a3
 e0
 fa
 a3
 e0
-f9
-12
-03
-b6
-14
-fd
-11
-e0
 90
 4e
-9e
-e0
-fb
+49
+c9
+f0
 a3
-e0
-fa
+ea
+f0
 a3
-e0
-24
-01
-f9
-e4
-3a
-fa
-c0
-02
-c0
+e9
+f0
+a3
+ec
+f0
+a3
+ed
+f0
+7b
 01
+7a
+0b
+79
+86
+91
+66
+90
+0b
+83
+74
+a0
+f0
 90
 4e
-9e
+5c
 e0
+ff
 a3
 e0
-fa
+90
+0b
+84
+cf
+f0
 a3
+ef
+f0
+90
+4e
+5f
 e0
-f9
-12
+24
 03
-b6
 fd
-7c
-00
 90
 4e
-29
-e0
-a3
+5e
 e0
+34
+00
+fc
+ed
 fa
+ec
+ff
+ea
+fe
+ef
+90
+80
+98
+ee
+f0
 a3
-e0
-f5
-82
-8a
+ef
+f0
+7a
+0b
+79
 83
-d0
-01
-d0
-02
-12
-05
-68
+7e
+0b
+7f
+83
+74
+83
+fc
+74
+0b
+ff
+ec
+fe
+ef
+a3
+ee
+f0
+a3
+ef
+f0
+90
 80
-02
+9e
+e4
+f0
+a3
+f0
+90
 80
-fe
 90
-4b
-a5
+04
+f0
+90
+80
+06
 e0
-fe
+44
+04
+f0
+02
+17
+c7
+90
+4e
+3d
+ee
+f0
 a3
-e0
-ff
+ef
+f0
+a3
+ec
+f0
+a3
+ed
+f0
+a3
+eb
+f0
+a3
+ea
+f0
+a3
+e9
+f0
 90
-4c
-5e
+4e
+3f
 e0
-6e
 70
-03
+02
 a3
 e0
-6f
-60
-22
+70
+02
+a1
+f2
 90
 4e
-23
+3d
 e0
-fb
+fe
 a3
 e0
-fa
+ff
+44
+0f
+24
+01
+fd
+e4
+3e
+fc
+c3
+ed
+9f
+ff
+ec
+9e
+fe
+90
+4e
+44
+f0
 a3
+ef
+f0
+90
+4e
+3f
 e0
-f9
-4a
-60
-37
-12
-05
-64
+fc
+a3
+e0
+fd
+d3
+9f
+ec
+9e
+40
+0a
 90
-4b
-a5
+4e
+44
 e0
-ff
+fe
 a3
 e0
+ff
+80
+04
+ae
+04
+af
+05
 90
-4c
-5e
-cf
+4e
+44
+ee
 f0
+fc
 a3
 ef
 f0
-80
-ca
+fd
+c3
 90
-4c
-8d
+4e
+40
 e0
-ff
+9d
+f0
+90
+4e
+3f
+e0
+9c
+f0
+90
+4e
+3d
+e0
+fe
 a3
 e0
-6f
-60
-19
+ff
 90
 4e
-26
+41
 e0
 fb
 a3
@@ -10834,69 +9674,44 @@
 a3
 e0
 f9
-4a
-60
-0b
+91
+aa
+7f
+0a
 12
-05
-64
+0f
+6c
 90
-4c
-8d
+4e
+44
 e0
+fe
 a3
-f0
-80
-dd
-22
-90
-04
-46
 e0
 ff
-22
-90
-0b
-7f
-74
-01
-f0
-e4
 90
-0b
-7e
+4e
+42
+ee
+8f
 f0
-22
+12
+04
+0e
 90
-4b
-9c
-e0
-fe
-a3
+4e
+3e
 e0
-ff
+2f
+f0
 90
-4b
-9a
-e0
-b5
-06
-07
-a3
+4e
+3d
 e0
-b5
-07
-02
-d3
-22
-c3
-22
-90
-82
-80
-74
-01
+3e
 f0
+a1
+5c
 22
 90
 4e
@@ -10943,6 +9758,77 @@
 80
 df
 22
+ad
+07
+e4
+90
+4e
+b6
+f0
+fe
+ef
+54
+07
+f0
+ef
+13
+13
+13
+54
+03
+fe
+f5
+82
+75
+83
+00
+12
+03
+cf
+fd
+33
+95
+e0
+fc
+90
+4e
+b6
+e0
+ff
+74
+01
+7e
+00
+a8
+07
+08
+80
+05
+c3
+33
+ce
+33
+ce
+d8
+f9
+ff
+ee
+5c
+fe
+ef
+5d
+4e
+24
+ff
+22
+7b
+01
+7a
+81
+79
+1c
+80
+b9
 ef
 f4
 60
@@ -11006,3 +9892,55 @@
 5c
 f0
 22
+e4
+ff
+ef
+fd
+7c
+00
+24
+78
+fb
+ec
+34
+80
+8b
+82
+f5
+83
+e0
+fe
+ed
+24
+70
+fd
+ec
+34
+80
+8d
+82
+f5
+83
+e0
+4e
+f4
+fe
+ef
+24
+7c
+fd
+ec
+34
+80
+8d
+82
+f5
+83
+ee
+f0
+0f
+ef
+b4
+04
+cf
+22
Index: c51/output/ramcode.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/output/ramcode.rom	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/output/ramcode.rom	(working copy)
@@ -1,46 +1,44 @@
 c5128010
 c0000027
-c001002d
-c0018035
-c002803e
-c0480187
-c049015a
-c04a0160
-c04a814a
-c058022c
-c058810e
-c0590122
-c059813c
-c05b0145
-c05c8116
+c001002b
+c0018033
+c002803c
+c0480185
+c0490158
+c04a015e
+c04a8148
+c058022a
+c058810c
+c0590120
+c059813a
+c05b0143
+c05c8114
 20203bf1
-c0190238
+c0190236
 c01dd3b0
-c01f01fa
-c01f81fe
-c0250281
-c0258231
-c026023b
-c0270241
-c02b0248
-c0318250
-c0320275
-c03282a6
-c0348403
-c03583ec
-c037040a
-c037828c
-c04380e9
-c046820c
-c0478202
-c0668191
-c06780f4
-c06800fe
+c01f01f8
+c01f81fc
+c025027f
+c025822f
+c0260239
+c027023f
+c02b0246
+c031824e
+c0320273
+c03282a4
+c0348401
+c03583ea
+c0370408
+c037828a
+c04380e7
+c046820a
+c0478200
+c066818f
+c06780f2
+c06800fc
 20203bf1
 6810813b
 60008b81
-58010620
-6001cd4c
 70800608
 20203003
 20407719
@@ -49,11 +47,11 @@
 6800c7dc
 203a3013
 6800c793
-203a002f
+203a002d
 20203013
-20400084
-20400042
-20400039
+20400082
+20400040
+20400037
 20203015
 680947f4
 6800c3d8
@@ -65,34 +63,34 @@
 20403024
 20203022
 6800c7dc
-203a0046
+203a0044
 6800c793
 207a0000
-204000e4
+204000e2
 20740000
 1ff0fe00
 1fe20c00
-204000c5
+204000c3
 6000cba7
-c0008059
+c0008057
 1fe20400
 18c22200
 6800c040
-c3000056
+c3000054
 1a220c00
 c6848000
 18427e00
-c0028063
+c0028061
 20203bf1
 1a220c00
 d8a000f8
-202000bd
-204000c5
-204000c5
+202000bb
+204000c3
+204000c3
 60008b7d
-2040005e
+2040005c
 20207c33
-204000c8
+204000c6
 18c20400
 18508400
 60094b9a
@@ -106,30 +104,30 @@
 d8a04bad
 98a08a00
 1a220c00
-204000c5
+204000c3
 18c22200
 1fe0ffff
 1fe27200
 1fe0fe07
 6000cc82
 1a220c00
-204000c5
+204000c3
 18c22200
-c0008078
-c0010080
-c0018082
+c0008076
+c001007e
+c0018080
 68014cb8
 e0a10000
 1a220c00
-204000bf
+204000bd
 2040561e
 247a0000
 700b7d1b
 20205620
 68014cba
-20200079
+20200077
 68014cbc
-20200079
+20200077
 680a4c59
 1c427e00
 98467e00
@@ -149,18 +147,18 @@
 1fe17e03
 c1800000
 6800cc8f
-c28000a1
-c28080a3
+c280009f
+c28080a1
 da200000
-204000b4
+204000b2
 7089718f
 6800cc90
 60108973
-204000a4
+204000a2
 da200001
-202000b4
+202000b2
 708971bf
-202000a4
+202000a2
 708971af
 68108053
 79207e07
@@ -183,19 +181,19 @@
 98460400
 1a227e00
 79200407
-243a00bb
+243a00b9
 793f8407
 d8a08078
 202069f4
-204000c5
+204000c3
 1fe27200
-204000c1
-2020005e
-204000c5
+204000bf
+2020005c
+204000c3
 e0a08000
-c20000c1
+c20000bf
 20600000
-204000c8
+204000c6
 e8c08000
 20600000
 58004b36
@@ -212,8 +210,8 @@
 1a220c00
 e8c08000
 e0a08000
-204000dc
-c20000d4
+204000da
+c20000d2
 18a27e00
 1ff0fe00
 60014ba0
@@ -225,7 +223,7 @@
 20600000
 68014b9e
 68094ba0
-202000e6
+202000e4
 68014b9a
 68094b9c
 98467c00
@@ -236,7 +234,7 @@
 6808c7ef
 6800cd4b
 98467c00
-244100f0
+244100ee
 20207c06
 680a4d48
 600a47ec
@@ -246,11 +244,11 @@
 20407f9f
 207a0000
 1fe22600
-204000fa
+204000f8
 20203ea5
 c10c0000
-c00a041b
-c00a8421
+c00a0419
+c00a841f
 20203e7d
 60088259
 6800cc8d
@@ -260,14 +258,14 @@
 207a0000
 1fe0ffff
 60008259
-20200102
+20200100
 1a627e00
 1fe17ef0
 c1280000
 1a627e00
 207a0000
 6000cba4
-202000cd
+202000cb
 70416e7f
 20403cf3
 6800cc97
@@ -306,32 +304,32 @@
 6800c793
 207a0000
 20203d25
-204000e4
+204000e2
 24740000
-204000e1
+204000df
 24740000
 700b7f01
 700b7e01
-20400141
-202000e4
-20400134
+2040013f
+202000e2
+20400132
 24740000
 68008b7f
 247a0000
 20203d2d
 68008b7e
 2000000a
-c0800141
+c080013f
 20600000
-20400134
+20400132
 24740000
 68008b7f
 247a0000
 20203d4f
-2040014c
+2040014a
 20203aaf
 6800c219
-243a0152
+243a0150
 20403d91
 20007530
 20007530
@@ -350,7 +348,7 @@
 60088017
 1840a200
 20203ab6
-2040015d
+2040015b
 58000500
 20403bf3
 70890601
@@ -369,7 +367,7 @@
 e8c28000
 e0a28000
 708956df
-20400176
+20400174
 708955df
 20600000
 20000004
@@ -390,7 +388,7 @@
 708956c0
 20600000
 2030ba6f
-2040017e
+2040017c
 20203a6f
 78347c00
 68120138
@@ -402,15 +400,15 @@
 700b7e00
 70017706
 20403fa4
-58000190
+5800018e
 6001428a
-58000107
+58000105
 60014292
-58000201
+580001ff
 60014290
-58000042
+58000040
 6001428c
-5800018a
+58000188
 60014288
 58004aa0
 1ff0fe00
@@ -422,31 +420,31 @@
 60014b9e
 60014ba0
 6800cc97
-c02d01bf
-203581bd
+c02d01bd
+203581bb
 68014c91
 1ff0fe00
 60014c91
 68014c93
 1ff0fe00
 60014c93
-204001ca
+204001c8
 680402a0
-243a01b7
+243a01b5
 68014ad4
 1ff0fe00
-203a01b7
+203a01b5
 60014c93
-20400428
+20400426
 704ba42f
-204000cd
+204000cb
 704c9700
 70828003
 20600000
 704ba430
-202001b9
+202001b7
 1ce27e00
-203a0204
+203a0202
 20405b63
 20404d99
 58000000
@@ -455,7 +453,7 @@
 1c427e00
 60024c59
 704ba433
-202001b9
+202001b7
 2040688a
 580007e2
 da2002a0
@@ -465,8 +463,8 @@
 680402a0
 207a0000
 6800cc8f
-c28001dc
-c28081ea
+c28001da
+c28081e8
 680102a0
 1ff0fe00
 60014c91
@@ -513,7 +511,7 @@
 202053d9
 20600000
 700b7e03
-20400141
+2040013f
 704c975a
 20403db8
 68120138
@@ -529,10 +527,10 @@
 20407c24
 18427e00
 207a0000
-c006821b
-c0158223
-c0150225
-c0088219
+c0068219
+c0158221
+c0150223
+c0088217
 c0097c85
 20207c5a
 700b7d22
@@ -570,15 +568,15 @@
 70443f00
 2020534e
 204053dd
-2040023e
+2040023c
 202054c1
-20368163
+20368161
 204053ee
 20203a91
 6800cc60
 600246f9
 6800c4db
-c0008246
+c0008244
 202054e0
 7044db00
 202054ef
@@ -591,11 +589,11 @@
 70413101
 2020557e
 6800c440
-c003826a
-c007826e
-c003025c
-c0010259
-c0098257
+c0038268
+c007826c
+c003025a
+c0010257
+c0098255
 2020563a
 18000401
 20205892
@@ -609,9 +607,9 @@
 700b7d34
 20407c27
 6800cc69
-c0010266
+c0010264
 70413101
-20200268
+20200266
 700b7d46
 20405620
 18000401
@@ -629,7 +627,7 @@
 2020588a
 6800c444
 c004d719
-c001027a
+c0010278
 c003d70d
 20205656
 59000302
@@ -652,24 +650,24 @@
 202054af
 e8c18000
 600183f9
-c0290292
-c00102a4
-c0090298
+c0290290
+c00102a2
+c0090296
 20205907
 704d3801
 680103fa
-c00f8296
+c00f8294
 202059ed
 d8c00349
-2020022e
+2020022c
 680103fa
 1fe67c1f
-20428296
+20428294
 680103fa
 68094cbc
 18408401
 98467c00
-202282a1
+2022829f
 202059ca
 700b7d34
 20407c27
@@ -677,19 +675,19 @@
 700b7d03
 20205620
 6800c444
-c00d83de
-c00e83de
-c0088372
-c0048324
-c0028312
-c00382c6
+c00d83dc
+c00e83dc
+c0088370
+c0048322
+c0028310
+c00382c4
 c009d85c
-c00182b7
-c00582ba
-c00682b2
+c00182b5
+c00582b8
+c00682b0
 20205666
 680103fa
-c00382b5
+c00382b3
 202057d6
 7003fc07
 20205729
@@ -697,7 +695,7 @@
 e0a10000
 2020588a
 680103fa
-c00702bd
+c00702bb
 202057c6
 6800cc69
 c08057c6
@@ -713,16 +711,16 @@
 680944c0
 58001812
 98467c00
-202282df
+202282dd
 5800180f
 98467c00
-202282e1
+202282df
 5800180a
 98467c00
-202282e5
+202282e3
 58001801
 98467c00
-202282e3
+202282e1
 20205754
 6800cc7f
 d8400000
@@ -732,21 +730,21 @@
 6800cc7f
 f9207e00
 6000cc7f
-202002e7
+202002e5
 d8e00000
-202002d6
+202002d4
 d8e00001
-202002d6
+202002d4
 d8e00003
-202002d6
+202002d4
 d8e00002
-202002d6
+202002d4
 680144c0
 1fe22200
 680944c4
 18422400
-204002ee
-202282f9
+204002ec
+202282f7
 20205728
 d8c04504
 e8c10000
@@ -758,11 +756,11 @@
 18c08dfd
 e8c08000
 98c08c00
-202002ef
+202002ed
 18c08df9
 e8c10000
 60014c61
-20400307
+20400305
 203a5728
 18c08dfc
 e8c10000
@@ -783,14 +781,14 @@
 20628000
 e8c08000
 98c08c00
-2020030a
+20200308
 d9600003
 18007e01
 6000c445
 20405a74
 20405a7d
 203a5746
-24210322
+24210320
 78547c00
 e0a10000
 e8c10000
@@ -799,54 +797,54 @@
 2022d746
 e8c08000
 98c08c00
-20200316
+20200314
 18c08c02
-2020031f
+2020031d
 680944c0
 58002a00
 98467c00
-20228364
+20228362
 58002a50
 98467c00
-2022836f
+2022836d
 58002803
 98467c00
 2422d728
 680144bc
 600102a0
 78347c00
-204003b6
-24210340
+204003b4
+2421033e
 680902a0
-204003be
-c0008340
-204003ba
-2422833e
+204003bc
+c000833e
+204003b8
+2422833c
 78547c00
-20400342
-204003a4
-204003be
-2040034a
-20200340
-204003a4
-20200331
+20400340
+204003a2
+204003bc
+20400348
+2020033e
+204003a2
+2020032f
 20345728
-202003dc
+202003da
 680102a0
 60014446
 6800cc67
 1fe27200
-204003d3
+204003d1
 d8a04448
 20407e45
-202003d6
+202003d4
 68094c65
 184cfe00
-c082835c
-204003d0
+c082835a
+204003ce
 680102a0
 e0a10000
-204003d6
+204003d4
 58004504
 98408c00
 e8c08000
@@ -854,16 +852,16 @@
 1fe27200
 1fe0fe05
 6000c445
-204003d0
+204003ce
 18420c00
 20407e45
-202003d6
-204003d0
+202003d4
+204003ce
 680102a0
 e0a10000
 68014c65
 e0a10000
-204003d6
+204003d4
 70444507
 20600000
 20405b08
@@ -879,57 +877,57 @@
 2020588a
 d8402a50
 20405b0c
-20200365
+20200363
 d9600002
 680144bc
 600102a0
 700d5c00
 78347c00
-204003b6
-2421039a
+204003b4
+24210398
 680902a0
-204003be
-c000839d
-204003ba
-24228396
+204003bc
+c000839b
+204003b8
+24228394
 68008d5c
-c000839d
-24340387
+c000839b
+24340385
 78547c00
 6800cc67
 1fe0fe04
 6000c445
-204003d6
-20200391
+204003d4
+2020038f
 6800cc67
 1fe67c10
-2022839d
+2022839b
 6800c445
 1fe67c10
-2022839d
+2022839b
 680102a0
 1fe0ffff
 60010d5a
-204003ad
+204003ab
 680102a0
 60010d58
-204003a8
+204003a6
 196097ff
-20228398
-204003a4
-20200377
+20228396
+204003a2
+20200375
 700d5c01
-20200396
+20200394
 680102a0
 60010d5a
-202003a1
+2020039f
 680102a0
 1fe0ffff
 60010d5a
-202003a1
+2020039f
 20345728
-204003ad
-202003dc
+204003ab
+202003da
 680902a0
 18408401
 600902a0
@@ -937,9 +935,9 @@
 6800cc67
 60008103
 1fe27200
-204003d3
+204003d1
 20207e45
-204003d0
+204003ce
 68010d58
 e0a10000
 68010d5a
@@ -947,7 +945,7 @@
 68008103
 1fe27200
 20407e45
-202003d6
+202003d4
 680902a0
 680144be
 98467c00
@@ -959,19 +957,19 @@
 d8c04504
 18422200
 e8c10000
-203a03c9
+203a03c7
 e8c90000
 60094c65
 9a267c00
-202283cb
+202283c9
 e8c08000
 98c08c00
-202003c0
+202003be
 58000001
 20600000
 e8c08000
 6000cc67
-204003d9
+204003d7
 58000000
 20600000
 680102b9
@@ -986,7 +984,7 @@
 18c27e00
 600102b7
 20600000
-204003d0
+204003ce
 2020588a
 6800cbab
 1fe08401
@@ -1003,11 +1001,11 @@
 6808cc82
 20205892
 1a627e00
-c00183fa
-c00503fe
-c00003f7
-c00903fc
-c0010400
+c00183f8
+c00503fc
+c00003f5
+c00903fa
+c00103fe
 1fe67c0d
 202158c0
 6000cc68
@@ -1027,15 +1025,15 @@
 20600000
 6800c43e
 28200601
-20208407
+20208405
 202058a7
 6800c43f
 207a0000
 202058a7
 e8c08000
-c0008411
-c0020416
-c004840f
+c000840f
+c0020414
+c004840d
 202058f8
 704c6903
 20205974
@@ -1045,7 +1043,7 @@
 700b7d42
 20205620
 204074a8
-20228419
+20228417
 20205968
 704c6902
 2020596a
Index: c51/output/sched.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/output/sched.rom	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/output/sched.rom	(working copy)
@@ -1,390 +1,207 @@
+0016:27
+
+00a2:00
+00a3:00 00 00 00 00 00 00 00
+07dc:00
+07dd:00
 4000:
-2d   #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
-00   #mem_patch10
-00   #mem_patch11
-35   #mem_patch12
-00   #mem_patch13
-00   #mem_patch14
-00   #mem_patch15
-4f   #mem_patch16
-02   #mem_patch17
-00   #mem_patch18
-00   #mem_patch19
-00   #mem_patch1A
-00   #mem_patch1B
-00   #mem_patch1C
-00   #mem_patch1D
-00   #mem_patch1E
-00   #mem_patch1F
-00   #mem_patch20
-00   #mem_patch21
-00   #mem_patch22
-00   #mem_patch23
-00   #mem_patch24
-00   #mem_patch25
-04   #mem_patch26
-c8   #mem_patch27
-00   #mem_patch28
-5c   #mem_patch29
-40   #mem_patch2A
-00   #mem_patch2B
-38   #mem_patch2C
-c8   #mem_patch2D
-00   #mem_patch2E
-00   #mem_patch2F
-80   #mem_patch30
-a0   #mem_patch31
-00   #mem_patch32
-00   #mem_patch33
-00   #mem_patch34
-00   #mem_patch35
-00   #mem_patch36
-00   #mem_patch37
-00   #mem_patch38
-a0   #mem_patch39
-01   #mem_patch3A
-00   #mem_patch3B
-00   #mem_patch3C
-00   #mem_patch3D
-00   #mem_patch3E
-00   #mem_patch3F
+2d   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+35   
+00   
+00   
+00   
+4f   
+02   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+04   
+c8   
+00   
+5c   
+40   
+00   
+38   
+c8   
+00   
+00   
+80   
+a0   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+a0   
+01   
+00   
+00   
+00   
+00   
+00   
 
 4131:01
-4213:40
-4214:03
-41f7:0a
-41f5:10 00
-4133:00
-4cb1:00 00
-
-414a: 40 25 00
-
-4140:36 08 c2 08 66 22    
-4702:
-'BT3.0 Keyboard
-4280:0e 00
-4282:01
-4284:01
-4747:0a
-47dc:00
-47f6:01
-
-4172:01
-
-475b:
-06
-03#Type: Complete list of 16-bit UUIDs
-1100 0001 0210 2411  0012  0100
-
-4771:00
-
-#keyboard uuid
-4811:
-#uuids
-04 0011 0100 1002 1124
-
-#handle
-00010000
-
-#total length
-3601b6
-
-#attribute start, first 4 digit is attribute ID
-090000 0a 00010000
-090001 3503 191124
-090004 350d 3506 190100 090011 3503 190011
-090005 3503 191002
-090006 3509 09656e 09006a 090100
-090009 3508 3506 191124 090100
-09000d 350f 350d 3506 190100 090013 3503 190011
-
-#Service Name
-#090100 2517
-#'Apple Wireless Keyboard
-#41 70 70 6c 65 20 57 69 72 65 6c 65 73 73 20 4b 65 79 62 6f 61 72 64
-#Service Name
-090100 253d
-#'Broadcom Bluetooth Wireless  Keyboard                        
-4272 6f61 6463 6f6d 2042 6c75 6574 6f6f 7468 2057 6972 656c 6573 7320 204b 6579 626f 6172 6420 
-2020 2020 2020 2020 2020 2020 2020 2020 2020 2020 2020 20
-
-#Service Description
-090101 2508
-#'Keyboard
-4b6579626f617264
-
-#Provider Name
-#090102 250a
-#'Apple Inc.
-#41 70 70 6c 65 20 49 6e 63 2e
-#Provider Name
-090102 2510
-#'Broadcom Corp.  
-4272 6f61 6463 6f6d 2043 6f72 702e 2020
-
-090200 090100
-090201 090111
-090202 0840
-090203 0821
-090204 2801
-090205 2801
-090206 35a5 35a3 0822 259f
-
-# hid descriptor
-0501 # Usage Page(Generic Desktop)
-0906 # Usage(Keyboard)
-a101 # Collection(Application)
-8501 # Report ID(1)
-7501 # Report Size(1)
-9508 # Report Count(8)
-0507 # Usage Page(Keyboard/Keypad)
-19e0 # Usage Minimum(224)
-29e7 # Usage Maximum(231)
-1500 # Logical Minimum(0)
-2501 # Logical Maximum(1)
-8102 # Input(Data Variable Absolute) ; Modifier byte
-9501 # Report Count(1)
-7508 # Report Size(8)
-8103 # Input(Constant Variable Absolute) ; 
-9505 # Report Count(5)
-7501 # Report Size(1)
-0508 # Usage Page(LEDs)
-1901 # Usage Minimum(1)
-2905 # Usage Maximum(5)
-9102 # Output(Data Variable Absolute) ; LED report
-9501 # Report Count(1)
-7503 # Report Size(3)
-9103 # Output(Constant Variable Absolute) ; 
-9506 # Report Count(6)
-7508 # Report Size(8)
-1500 # Logical Minimum(0)
-25ff # Logical Maximum(255)
-0507 # Usage Page(Keyboard/Keypad)
-1900 # Usage Minimum(0)
-29ff # Usage Maximum(255)
-8100 # Input(Data Array) ; Key arrarys 6 bytes
-c0 # End Collection
-
-05 0c  		
-09 01  		
-a1 01	
-85 02			
-19 00  		
-2a ff 03 
-15 00 
-26 ff 03		
-95 01  		
-75 10  			
-81 00  		
-c0
-
-#29
-#05 01
-#09 80
-#A1 01
-#85 03
-#15 00
-#25 01
-#75 01
-#95 03
-#19 81
-#29 83
-#81 02
-#95 01
-#75 05
-#81 03
-#C0
-
-#69
-05 01 # Usage Page(Generic Desktop)
-09 02 # Usage(Mouse)
-a1 01 # Collection(Application)
-85 03 # Report ID(3)
-09 01 # Usage(Pointer)
-a1 00 # Collection(Physical)
-05 09 # Usage Page(Buttons)
-19 01 # Usage Minimum(1)
-29 08 # Usage Maximum(8)
-15 00 # Logical Minimum(0)
-25 01 # Logical Maximum(1)
-75 01 # Report Size(1)
-95 08 # Report Count(8)
-81 02 # Input(Data Variable Absolute)
-05 01 # Usage Page(Generic Desktop)
-09 30 # Usage(X)
-09 31 # Usage(Y)
-16 01 80  #Logical Minimum (-32767)
-26 FF 7F #Logical Maximum (32767) 
-75 10 # Report Size(16)
-95 02 # Report Count(2)
-81 06 # Input(Data Variable Relative)
-09 38 # Usage(Wheel)
-15 81 # Logical Minimum(-127)
-25 7f # Logical Maximum(127)
-75 08 # Report Size(8)
-95 01 # Report Count(1)
-81 06 # Input(Data Variable Relative)
-
-05 0c  #USAGE_PAGE(Consumer Devices)
-0a 38 02
-95 01   #REPORT_COUNT (1)	
-81 06  #INPUT (Data,Var,Rel)
-
-c0 # End Collection
-c0 # End Collection
-
-090207 3508 3506 090409 090100
-09020b 090100
-09020c 090c80
-09020d 2800
-09020e 2801
-09020f 090318
-090210 090000
-#attribute end
-
-#uuids for pnpInformation	
-03 1002 1200 0001
-
-#handle
-00010001
-
-#total length 90 bytes
-3600a1
-
-#attribute list
-090000 0a00010001
-090001 3503 191200
-090004 350d 3506 190100 090001 3503 190001
-090006 3509 09656e 09006a 090100
-090009 3508 3506 191200 090100
-090100 252f42726f6164636f6d20426c7565746f6f746820576972656c657373204b6579626f61726420506e5020536572766572
-090101 25084b6579626f617264
-090200 090103
-090201# VendorID
-090a5c
-090202#ProductID
-098502
-090203 090001
-090204 2801
-090205 090002
-
-#attribute end
-00
-
-#Auto reconnection after power on
-
-4759:11 48
-#Auto reconnection after power on
-4132:43
-41fb:0
+43
 4138:
 ff
 ff
 8f
-f8	#fe--EDR  F8--BR
-83	#AFHclose 83
+f8	
+83	
 9d
 59
 82
 
-#bluetootch param init
-07dc:00
-00a2:00
-07dd:00
-0016:27
 
-47fd:ff
-47f7:ff
+36 08 c2 08 66 22    
+414a: 40 25 00
+
+12 00
+00 02
+12 00
+00 02
+00 00 
+20 00
+00 20
+20 00
+02
+24
+80 03
+00 06
+70 4f
 
 416e:80
 
 
-4ba2:02 01
+00 00 00 
+01
+
+41f5:10 00
+0a
+4213:40
+03
+00 
+8f 10 ce
+00 0a 0b ef 0f
+4280:0e 00
+01
+00 
+01
+429b:30 3f
+42aa:20
+
+43d9:1f
+
 
+02 01 05 03 19 c1 03 03 03 12 18
+'\09BT4.2 Keyboard
+
+43f9:1f
+
+'\09BT4.2 Keyboard
+
+4419:
+'BT4.2 Keyboard
+
+44c2:14
+44dd:01
 
-4c91:9f 3e
-4c93:cd 4d
-4c8f:01    #01 VINLPM      #02 HVIN      #04 GPIO
+44e4:07 
+44f9:11 46 34 54 77 dd
 
 
-#attribute list: handle 2bytes, uuid 2bytes, length 1bytes, attribute Nbytes
 4504:
 
-#Primary service: GATT
+
 01 00 00 28 02 01 18
-#Characteristic: Service changed
+
 02 00 03 28 01 20
 03 00 05 2a 01 00
-#Client Characteristic Configuration
+
 04 00 02 29 02 00 00
 
-#Primary Service: GAP
+
 05 00 00 28 02 00 18 
-#Characteristic: Device Name
+
 06 00 03 28 01 02 
 07 00 00 2a 
 'BT4.2 Keyboard
 
-#Characteristic: Appearance
+
 08 00 03 28 01 02 
 09 00 01 2a 02 c1 03 
-#Characteristic: Peripheral Preferred Connection Parameters
+
 0a 00 03 28 01 02
-0b 00 04 2a 08 06 00 06 00 64 00 2c 01 # interval 6ms, latency 100, timeout 300
+0b 00 04 2a 08 06 00 06 00 64 00 2c 01 
+
 
-#Primary Service: Device Information
 0c 00 00 28 02 0a 18 
-#Characteristic: pnp id
+
 0d 00 03 28 01 02
-0e 00 50 2a 07 02 e8 04 21 70 01 00		# SAMSUNG soft keyboard,setup shortcuts
+0e 00 50 2a 07 02 e8 04 21 70 01 00		
+
 
-#Primary service: HID
 0f 00 00 28 02 12 18
-#Characteristic:Protocol mode
+
 10 00 03 28 01 06
 11 00 4e 2a 01 01
-#Characteristic: hid report
+
 12 00 03 28 01 12   
-13 00 4d 2a 08 00 00 00 00 00 00 00 00	#hid report	led handle write
+13 00 4d 2a 08 00 00 00 00 00 00 00 00	
 14 00 02 29 02 00 00	
-15 00 08 29 02 01 01	#Report ID: 1	Report Type: Input
-#Characteristic:hid report
+15 00 08 29 02 01 01	
+
 16 00 03 28 01 12   
-17 00 4d 2a 02 00 00 	#hid report	led handle write
+17 00 4d 2a 02 00 00 	
 18 00 02 29 02 00 00	
-19 00 08 29 02 02 01	#Report ID: 2	Report Type: Input
+19 00 08 29 02 02 01	
+
 
-#Characteristic:hid report
 1a 00 03 28 01 12  
 1b 00 4d 2a 05 00 00 00 00 00
 1c 00 02 29 02 00 00
-1d 00 08 29 02 03 01	#Report ID: 3	Report Type: Input
+1d 00 08 29 02 03 01	
+
 
-#Characteristic:hid report
 1e 00 03 28 01 0e   
-1f 00 4d 2a 02 00	00	#hid report	led handle write
+1f 00 4d 2a 02 00	00	
 20 00 02 29 02 00 00	
-21 00 08 29 02 01 02	#Report ID: 1	Report Type: Output
+21 00 08 29 02 01 02	
+
 
-#Characteristic:Report map
 22 00 03 28 01 0a
 23 00 4b 2a a0
-#66
+
 05 01
 09 06
 a1 01
@@ -419,7 +236,7 @@
 81 00
 c0 
 
-#25
+
 05 0c  		
 09 01  		
 a1 01	
@@ -433,143 +250,340 @@
 81 00  		
 c0
 
-#29
-#05 01
-#09 80
-#A1 01
-#85 03
-#15 00
-#25 01
-#75 01
-#95 03
-#19 81
-#29 83
-#81 02
-#95 01
-#75 05
-#81 03
-#C0
-
-#60
-05 01 # Usage Page(Generic Desktop)
-09 02 # Usage(Mouse)
-a1 01 # Collection(Application)
-85 03 # Report ID(3)
-09 01 # Usage(Pointer)
-a1 00 # Collection(Physical)
-05 09 # Usage Page(Buttons)
-19 01 # Usage Minimum(1)
-29 08 # Usage Maximum(8)
-15 00 # Logical Minimum(0)
-25 01 # Logical Maximum(1)
-75 01 # Report Size(1)
-95 08 # Report Count(8)
-81 02 # Input(Data Variable Absolute)
-05 01 # Usage Page(Generic Desktop)
-09 30 # Usage(X)
-09 31 # Usage(Y)
-16 01 80  #Logical Minimum (-32767)
-26 FF 7F #Logical Maximum (32767) 
-75 10 # Report Size(16)
-95 02 # Report Count(2)
-81 06 # Input(Data Variable Relative)
-09 38 # Usage(Wheel)
-15 81 # Logical Minimum(-127)
-25 7f # Logical Maximum(127)
-75 08 # Report Size(8)
-95 01 # Report Count(1)
-81 06 # Input(Data Variable Relative)
 
-05 0c  #USAGE_PAGE(Consumer Devices)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+05 01 
+09 02 
+a1 01 
+85 03 
+09 01 
+a1 00 
+05 09 
+19 01 
+29 08 
+15 00 
+25 01 
+75 01 
+95 08 
+81 02 
+05 01 
+09 30 
+09 31 
+16 01 80  
+26 FF 7F 
+75 10 
+95 02 
+81 06 
+09 38 
+15 81 
+25 7f 
+75 08 
+95 01 
+81 06 
+
+05 0c  
 0a 38 02
-95 01   #REPORT_COUNT (1)	
-81 06  #INPUT (Data,Var,Rel)
+95 01   
+81 06  
+
+c0 
+c0 
 
-c0 # End Collection
-c0 # End Collection
 
-#Characteristic:Hid information
 24 00 03 28 01 02
 25 00 4a 2a 04 11 01 00 01        
-#Characteristic
+
 26 00 03 28 01 04
 27 00 4c 2a 01 00
 
-#Primary Service: BAS
+
 28 00 00 28 02 0f 18 
-#Characteristic: Battery Level
+
 29 00 03 28 01 12 
 2a 00 19 2a 01 64 
-#Client Characteristic Configuration
+
 2b 00 02 29 02 00 00 
-#End of Attribute list
+
 00 00
 
 
-4c6a:17
 46f9:50
-44c2:14
-44f9:11 46 34 54 77 dd
+4702:
+'BT3.0 Keyboard
+4747:0a
+4759:11 48
 
 
-4c7e:00
-4cb8:13 00
-4cba:17 00
-4cbc:1b 00
-4c60:50
+06
+03
+1100 0001 0210 2411  0012  0100
 
-4c6c:
-0c 00 #Length
-05 00 #CID
-12 b4 
-08 00 
-10 00 #min interval
-10 00 #max interval
-00 00 #latency
-2c 01 #timeout
+47f6:01
 
-4419:
-'BT4.2 Keyboard
+ff
 
-44e4:07 
-44dd:01
-#mem_le_adv_interval_max:00 01
-43d9:1f
-43da:
-#02 01 05 05 02 12 18 0f 18 03 19 c1 03
-02 01 05 03 19 c1 03 03 03 12 18
-'\09BT4.2 Keyboard
+47fd:ff
+4811:
 
-43f9:1f
-43fa:
-'\09BT4.2 Keyboard
+04 0011 0100 1002 1124
 
-4216:8f 10 ce
-4219:00 0a 0b ef 0f
-41f8:00
-00a3:00 00 00 00 00 00 00 00
-415d:02
-415e:24
-414d:12 00
-414f:00 02
-4151:12 00
-4153:00 02
-415b:20 00
-4157:20 00
-4159:00 20
-415f:80 03
-4161:00 06
-4c98:00 13
 
-429b:30 3f
-42aa:20
-#pointers to tail space of mem_le_att_list
+00010000
+
+
+3601b6
+
+
+090000 0a 00010000
+090001 3503 191124
+090004 350d 3506 190100 090011 3503 190011
+090005 3503 191002
+090006 3509 09656e 09006a 090100
+090009 3508 3506 191124 090100
+09000d 350f 350d 3506 190100 090013 3503 190011
+
+
+
+
+
+
+090100 253d
+
+4272 6f61 6463 6f6d 2042 6c75 6574 6f6f 7468 2057 6972 656c 6573 7320 204b 6579 626f 6172 6420 
+2020 2020 2020 2020 2020 2020 2020 2020 2020 2020 2020 20
+
+
+090101 2508
+
+4b6579626f617264
+
+
+
+
+
+
+090102 2510
+
+4272 6f61 6463 6f6d 2043 6f72 702e 2020
+
+090200 090100
+090201 090111
+090202 0840
+090203 0821
+090204 2801
+090205 2801
+090206 35a5 35a3 0822 259f
+
+
+0501 
+0906 
+a101 
+8501 
+7501 
+9508 
+0507 
+19e0 
+29e7 
+1500 
+2501 
+8102 
+9501 
+7508 
+8103 
+9505 
+7501 
+0508 
+1901 
+2905 
+9102 
+9501 
+7503 
+9103 
+9506 
+7508 
+1500 
+25ff 
+0507 
+1900 
+29ff 
+8100 
+c0 
+
+05 0c  		
+09 01  		
+a1 01	
+85 02			
+19 00  		
+2a ff 03 
+15 00 
+26 ff 03		
+95 01  		
+75 10  			
+81 00  		
+c0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+05 01 
+09 02 
+a1 01 
+85 03 
+09 01 
+a1 00 
+05 09 
+19 01 
+29 08 
+15 00 
+25 01 
+75 01 
+95 08 
+81 02 
+05 01 
+09 30 
+09 31 
+16 01 80  
+26 FF 7F 
+75 10 
+95 02 
+81 06 
+09 38 
+15 81 
+25 7f 
+75 08 
+95 01 
+81 06 
+
+05 0c  
+0a 38 02
+95 01   
+81 06  
+
+c0 
+c0 
+
+090207 3508 3506 090409 090100
+09020b 090100
+09020c 090c80
+09020d 2800
+09020e 2801
+09020f 090318
+090210 090000
+
+
+
+03 1002 1200 0001
+
+
+00010001
+
+
+3600a1
+
+
+090000 0a00010001
+090001 3503 191200
+090004 350d 3506 190100 090001 3503 190001
+090006 3509 09656e 09006a 090100
+090009 3508 3506 191200 090100
+090100 252f42726f6164636f6d20426c7565746f6f746820576972656c657373204b6579626f61726420506e5020536572766572
+090101 25084b6579626f617264
+090200 090103
+090201
+0904e8
+090202
+097021
+090203 090001
+090204 2801
+090205 090002
+
+
+00
+
+
+
+
+55 d0
+56 c0
+57 4c
+58 6c
+59 50
+
+
+55 d0
+56 c0
+57 4c
+58 6c
+59 50
+
+4ba2:02 01
+
+
+
+4c60:50
+
+4c6a:17
+00 
+
+0c 00 
+05 00 
+12 b4 
+08 00 
+10 00 
+10 00 
+00 00 
+2c 01 
+
+4c8f:01    
+
+00 
+9f 3e
+cd 4d
+00 00 00 
+00 13
+
+4cb8:13 00
+17 00
+1b 00
+4d4c:20 20 06 12		
+
 4f70:
-07 ff #2M_IF
+07 ff 
 0a fb
 0b ff 
 
-#agc table
+
 1a fb
 1b fb
 1c fb
@@ -622,33 +636,16 @@
 4e ec
 4f 5e
 
-# tx power
+
 55 d0
 56 c0
 57 4c
 58 6c
 59 50
 
-#dpll
+
 68 e4
 69 00
 6a 00
 6b 30
 ff
-4163:70 4f
-
-46ee:
-4a91:
-55 d0
-56 c0
-57 4c
-58 6c
-59 50
-
-4a87:
-55 d0
-56 c0
-57 4c
-58 6c
-59 50
-
Index: c51/patch/adc.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/bluetooth.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/global_variable.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/kb.dat
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/patch/kb.dat	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/patch/kb.dat	(working copy)
@@ -276,9 +276,9 @@
 090101 25084b6579626f617264
 090200 090103
 090201# VendorID
-090a5c
+0904e8
 090202#ProductID
-098502
+097021
 090203 090001
 090204 2801
 090205 090002
@@ -317,11 +317,6 @@
 mem_ipc_tx_evt_buff:02 01
 
 
-mem_adc_0v:9f 3e
-mem_adc_3v:cd 4d
-mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
-
-
 #attribute list: handle 2bytes, uuid 2bytes, length 1bytes, attribute Nbytes
 mem_le_att_list:
 
@@ -544,3 +539,9 @@
 mem_le_scan_data:
 '\09BT4.2 Keyboard
 
+mem_version_yy_mm_dd:20 20 06 12		#version data 20200612
+
+mem_adc_0v:9f 3e
+mem_adc_3v:cd 4d
+mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
+
Index: c51/patch/kb_process.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/keyboard.format
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/patch/keyboard.format	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/patch/keyboard.format	(working copy)
@@ -167,7 +167,7 @@
 1 mem_mouse_retry_flag
 1 mem_adc_pu_bit
 4 mem_ui_timer_last_btclk_temp
-3 mem_version_yy_mm_dd
+4 mem_version_yy_mm_dd
 )
 
 //C51 synchronous task
Index: c51/patch/keyscan.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/led.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/ram.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/patch/ramcode.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/patch/ramcode.rom	(revision 116)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/patch/ramcode.rom	(working copy)
@@ -1,46 +1,44 @@
 c5128010
 c0000027
-c001002d
-c0018035
-c002803e
-c0480187
-c049015a
-c04a0160
-c04a814a
-c058022c
-c058810e
-c0590122
-c059813c
-c05b0145
-c05c8116
+c001002b
+c0018033
+c002803c
+c0480185
+c0490158
+c04a015e
+c04a8148
+c058022a
+c058810c
+c0590120
+c059813a
+c05b0143
+c05c8114
 20203bf1
-c0190238
+c0190236
 c01dd3b0
-c01f01fa
-c01f81fe
-c0250281
-c0258231
-c026023b
-c0270241
-c02b0248
-c0318250
-c0320275
-c03282a6
-c0348403
-c03583ec
-c037040a
-c037828c
-c04380e9
-c046820c
-c0478202
-c0668191
-c06780f4
-c06800fe
+c01f01f8
+c01f81fc
+c025027f
+c025822f
+c0260239
+c027023f
+c02b0246
+c031824e
+c0320273
+c03282a4
+c0348401
+c03583ea
+c0370408
+c037828a
+c04380e7
+c046820a
+c0478200
+c066818f
+c06780f2
+c06800fc
 20203bf1
 6810813b
 60008b81
-58010620
-6001cd4c
 70800608
 20203003
 20407719
@@ -49,11 +47,11 @@
 6800c7dc
 203a3013
 6800c793
-203a002f
+203a002d
 20203013
-20400084
-20400042
-20400039
+20400082
+20400040
+20400037
 20203015
 680947f4
 6800c3d8
@@ -65,34 +63,34 @@
 20403024
 20203022
 6800c7dc
-203a0046
+203a0044
 6800c793
 207a0000
-204000e4
+204000e2
 20740000
 1ff0fe00
 1fe20c00
-204000c5
+204000c3
 6000cba7
-c0008059
+c0008057
 1fe20400
 18c22200
 6800c040
-c3000056
+c3000054
 1a220c00
 c6848000
 18427e00
-c0028063
+c0028061
 20203bf1
 1a220c00
 d8a000f8
-202000bd
-204000c5
-204000c5
+202000bb
+204000c3
+204000c3
 60008b7d
-2040005e
+2040005c
 20207c33
-204000c8
+204000c6
 18c20400
 18508400
 60094b9a
@@ -106,30 +104,30 @@
 d8a04bad
 98a08a00
 1a220c00
-204000c5
+204000c3
 18c22200
 1fe0ffff
 1fe27200
 1fe0fe07
 6000cc82
 1a220c00
-204000c5
+204000c3
 18c22200
-c0008078
-c0010080
-c0018082
+c0008076
+c001007e
+c0018080
 68014cb8
 e0a10000
 1a220c00
-204000bf
+204000bd
 2040561e
 247a0000
 700b7d1b
 20205620
 68014cba
-20200079
+20200077
 68014cbc
-20200079
+20200077
 680a4c59
 1c427e00
 98467e00
@@ -149,18 +147,18 @@
 1fe17e03
 c1800000
 6800cc8f
-c28000a1
-c28080a3
+c280009f
+c28080a1
 da200000
-204000b4
+204000b2
 7089718f
 6800cc90
 60108973
-204000a4
+204000a2
 da200001
-202000b4
+202000b2
 708971bf
-202000a4
+202000a2
 708971af
 68108053
 79207e07
@@ -183,19 +181,19 @@
 98460400
 1a227e00
 79200407
-243a00bb
+243a00b9
 793f8407
 d8a08078
 202069f4
-204000c5
+204000c3
 1fe27200
-204000c1
-2020005e
-204000c5
+204000bf
+2020005c
+204000c3
 e0a08000
-c20000c1
+c20000bf
 20600000
-204000c8
+204000c6
 e8c08000
 20600000
 58004b36
@@ -212,8 +210,8 @@
 1a220c00
 e8c08000
 e0a08000
-204000dc
-c20000d4
+204000da
+c20000d2
 18a27e00
 1ff0fe00
 60014ba0
@@ -225,7 +223,7 @@
 20600000
 68014b9e
 68094ba0
-202000e6
+202000e4
 68014b9a
 68094b9c
 98467c00
@@ -236,7 +234,7 @@
 6808c7ef
 6800cd4b
 98467c00
-244100f0
+244100ee
 20207c06
 680a4d48
 600a47ec
@@ -246,11 +244,11 @@
 20407f9f
 207a0000
 1fe22600
-204000fa
+204000f8
 20203ea5
 c10c0000
-c00a041b
-c00a8421
+c00a0419
+c00a841f
 20203e7d
 60088259
 6800cc8d
@@ -260,14 +258,14 @@
 207a0000
 1fe0ffff
 60008259
-20200102
+20200100
 1a627e00
 1fe17ef0
 c1280000
 1a627e00
 207a0000
 6000cba4
-202000cd
+202000cb
 70416e7f
 20403cf3
 6800cc97
@@ -306,32 +304,32 @@
 6800c793
 207a0000
 20203d25
-204000e4
+204000e2
 24740000
-204000e1
+204000df
 24740000
 700b7f01
 700b7e01
-20400141
-202000e4
-20400134
+2040013f
+202000e2
+20400132
 24740000
 68008b7f
 247a0000
 20203d2d
 68008b7e
 2000000a
-c0800141
+c080013f
 20600000
-20400134
+20400132
 24740000
 68008b7f
 247a0000
 20203d4f
-2040014c
+2040014a
 20203aaf
 6800c219
-243a0152
+243a0150
 20403d91
 20007530
 20007530
@@ -350,7 +348,7 @@
 60088017
 1840a200
 20203ab6
-2040015d
+2040015b
 58000500
 20403bf3
 70890601
@@ -369,7 +367,7 @@
 e8c28000
 e0a28000
 708956df
-20400176
+20400174
 708955df
 20600000
 20000004
@@ -390,7 +388,7 @@
 708956c0
 20600000
 2030ba6f
-2040017e
+2040017c
 20203a6f
 78347c00
 68120138
@@ -402,15 +400,15 @@
 700b7e00
 70017706
 20403fa4
-58000190
+5800018e
 6001428a
-58000107
+58000105
 60014292
-58000201
+580001ff
 60014290
-58000042
+58000040
 6001428c
-5800018a
+58000188
 60014288
 58004aa0
 1ff0fe00
@@ -422,31 +420,31 @@
 60014b9e
 60014ba0
 6800cc97
-c02d01bf
-203581bd
+c02d01bd
+203581bb
 68014c91
 1ff0fe00
 60014c91
 68014c93
 1ff0fe00
 60014c93
-204001ca
+204001c8
 680402a0
-243a01b7
+243a01b5
 68014ad4
 1ff0fe00
-203a01b7
+203a01b5
 60014c93
-20400428
+20400426
 704ba42f
-204000cd
+204000cb
 704c9700
 70828003
 20600000
 704ba430
-202001b9
+202001b7
 1ce27e00
-203a0204
+203a0202
 20405b63
 20404d99
 58000000
@@ -455,7 +453,7 @@
 1c427e00
 60024c59
 704ba433
-202001b9
+202001b7
 2040688a
 580007e2
 da2002a0
@@ -465,8 +463,8 @@
 680402a0
 207a0000
 6800cc8f
-c28001dc
-c28081ea
+c28001da
+c28081e8
 680102a0
 1ff0fe00
 60014c91
@@ -513,7 +511,7 @@
 202053d9
 20600000
 700b7e03
-20400141
+2040013f
 704c975a
 20403db8
 68120138
@@ -529,10 +527,10 @@
 20407c24
 18427e00
 207a0000
-c006821b
-c0158223
-c0150225
-c0088219
+c0068219
+c0158221
+c0150223
+c0088217
 c0097c85
 20207c5a
 700b7d22
@@ -570,15 +568,15 @@
 70443f00
 2020534e
 204053dd
-2040023e
+2040023c
 202054c1
-20368163
+20368161
 204053ee
 20203a91
 6800cc60
 600246f9
 6800c4db
-c0008246
+c0008244
 202054e0
 7044db00
 202054ef
@@ -591,11 +589,11 @@
 70413101
 2020557e
 6800c440
-c003826a
-c007826e
-c003025c
-c0010259
-c0098257
+c0038268
+c007826c
+c003025a
+c0010257
+c0098255
 2020563a
 18000401
 20205892
@@ -609,9 +607,9 @@
 700b7d34
 20407c27
 6800cc69
-c0010266
+c0010264
 70413101
-20200268
+20200266
 700b7d46
 20405620
 18000401
@@ -629,7 +627,7 @@
 2020588a
 6800c444
 c004d719
-c001027a
+c0010278
 c003d70d
 20205656
 59000302
@@ -652,24 +650,24 @@
 202054af
 e8c18000
 600183f9
-c0290292
-c00102a4
-c0090298
+c0290290
+c00102a2
+c0090296
 20205907
 704d3801
 680103fa
-c00f8296
+c00f8294
 202059ed
 d8c00349
-2020022e
+2020022c
 680103fa
 1fe67c1f
-20428296
+20428294
 680103fa
 68094cbc
 18408401
 98467c00
-202282a1
+2022829f
 202059ca
 700b7d34
 20407c27
@@ -677,19 +675,19 @@
 700b7d03
 20205620
 6800c444
-c00d83de
-c00e83de
-c0088372
-c0048324
-c0028312
-c00382c6
+c00d83dc
+c00e83dc
+c0088370
+c0048322
+c0028310
+c00382c4
 c009d85c
-c00182b7
-c00582ba
-c00682b2
+c00182b5
+c00582b8
+c00682b0
 20205666
 680103fa
-c00382b5
+c00382b3
 202057d6
 7003fc07
 20205729
@@ -697,7 +695,7 @@
 e0a10000
 2020588a
 680103fa
-c00702bd
+c00702bb
 202057c6
 6800cc69
 c08057c6
@@ -713,16 +711,16 @@
 680944c0
 58001812
 98467c00
-202282df
+202282dd
 5800180f
 98467c00
-202282e1
+202282df
 5800180a
 98467c00
-202282e5
+202282e3
 58001801
 98467c00
-202282e3
+202282e1
 20205754
 6800cc7f
 d8400000
@@ -732,21 +730,21 @@
 6800cc7f
 f9207e00
 6000cc7f
-202002e7
+202002e5
 d8e00000
-202002d6
+202002d4
 d8e00001
-202002d6
+202002d4
 d8e00003
-202002d6
+202002d4
 d8e00002
-202002d6
+202002d4
 680144c0
 1fe22200
 680944c4
 18422400
-204002ee
-202282f9
+204002ec
+202282f7
 20205728
 d8c04504
 e8c10000
@@ -758,11 +756,11 @@
 18c08dfd
 e8c08000
 98c08c00
-202002ef
+202002ed
 18c08df9
 e8c10000
 60014c61
-20400307
+20400305
 203a5728
 18c08dfc
 e8c10000
@@ -783,14 +781,14 @@
 20628000
 e8c08000
 98c08c00
-2020030a
+20200308
 d9600003
 18007e01
 6000c445
 20405a74
 20405a7d
 203a5746
-24210322
+24210320
 78547c00
 e0a10000
 e8c10000
@@ -799,54 +797,54 @@
 2022d746
 e8c08000
 98c08c00
-20200316
+20200314
 18c08c02
-2020031f
+2020031d
 680944c0
 58002a00
 98467c00
-20228364
+20228362
 58002a50
 98467c00
-2022836f
+2022836d
 58002803
 98467c00
 2422d728
 680144bc
 600102a0
 78347c00
-204003b6
-24210340
+204003b4
+2421033e
 680902a0
-204003be
-c0008340
-204003ba
-2422833e
+204003bc
+c000833e
+204003b8
+2422833c
 78547c00
-20400342
-204003a4
-204003be
-2040034a
-20200340
-204003a4
-20200331
+20400340
+204003a2
+204003bc
+20400348
+2020033e
+204003a2
+2020032f
 20345728
-202003dc
+202003da
 680102a0
 60014446
 6800cc67
 1fe27200
-204003d3
+204003d1
 d8a04448
 20407e45
-202003d6
+202003d4
 68094c65
 184cfe00
-c082835c
-204003d0
+c082835a
+204003ce
 680102a0
 e0a10000
-204003d6
+204003d4
 58004504
 98408c00
 e8c08000
@@ -854,16 +852,16 @@
 1fe27200
 1fe0fe05
 6000c445
-204003d0
+204003ce
 18420c00
 20407e45
-202003d6
-204003d0
+202003d4
+204003ce
 680102a0
 e0a10000
 68014c65
 e0a10000
-204003d6
+204003d4
 70444507
 20600000
 20405b08
@@ -879,57 +877,57 @@
 2020588a
 d8402a50
 20405b0c
-20200365
+20200363
 d9600002
 680144bc
 600102a0
 700d5c00
 78347c00
-204003b6
-2421039a
+204003b4
+24210398
 680902a0
-204003be
-c000839d
-204003ba
-24228396
+204003bc
+c000839b
+204003b8
+24228394
 68008d5c
-c000839d
-24340387
+c000839b
+24340385
 78547c00
 6800cc67
 1fe0fe04
 6000c445
-204003d6
-20200391
+204003d4
+2020038f
 6800cc67
 1fe67c10
-2022839d
+2022839b
 6800c445
 1fe67c10
-2022839d
+2022839b
 680102a0
 1fe0ffff
 60010d5a
-204003ad
+204003ab
 680102a0
 60010d58
-204003a8
+204003a6
 196097ff
-20228398
-204003a4
-20200377
+20228396
+204003a2
+20200375
 700d5c01
-20200396
+20200394
 680102a0
 60010d5a
-202003a1
+2020039f
 680102a0
 1fe0ffff
 60010d5a
-202003a1
+2020039f
 20345728
-204003ad
-202003dc
+204003ab
+202003da
 680902a0
 18408401
 600902a0
@@ -937,9 +935,9 @@
 6800cc67
 60008103
 1fe27200
-204003d3
+204003d1
 20207e45
-204003d0
+204003ce
 68010d58
 e0a10000
 68010d5a
@@ -947,7 +945,7 @@
 68008103
 1fe27200
 20407e45
-202003d6
+202003d4
 680902a0
 680144be
 98467c00
@@ -959,19 +957,19 @@
 d8c04504
 18422200
 e8c10000
-203a03c9
+203a03c7
 e8c90000
 60094c65
 9a267c00
-202283cb
+202283c9
 e8c08000
 98c08c00
-202003c0
+202003be
 58000001
 20600000
 e8c08000
 6000cc67
-204003d9
+204003d7
 58000000
 20600000
 680102b9
@@ -986,7 +984,7 @@
 18c27e00
 600102b7
 20600000
-204003d0
+204003ce
 2020588a
 6800cbab
 1fe08401
@@ -1003,11 +1001,11 @@
 6808cc82
 20205892
 1a627e00
-c00183fa
-c00503fe
-c00003f7
-c00903fc
-c0010400
+c00183f8
+c00503fc
+c00003f5
+c00903fa
+c00103fe
 1fe67c0d
 202158c0
 6000cc68
@@ -1027,15 +1025,15 @@
 20600000
 6800c43e
 28200601
-20208407
+20208405
 202058a7
 6800c43f
 207a0000
 202058a7
 e8c08000
-c0008411
-c0020416
-c004840f
+c000840f
+c0020414
+c004840d
 202058f8
 704c6903
 20205974
@@ -1045,7 +1043,7 @@
 700b7d42
 20205620
 204074a8
-20228419
+20228417
 20205968
 704c6902
 2020596a
Index: c51/patch/sch.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/patch/sch.rom	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/patch/sch.rom	(working copy)
@@ -1,68 +1,68 @@
 mem_patch00:
-2d   #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
-00   #mem_patch10
-00   #mem_patch11
-35   #mem_patch12
-00   #mem_patch13
-00   #mem_patch14
-00   #mem_patch15
-4f   #mem_patch16
-02   #mem_patch17
-00   #mem_patch18
-00   #mem_patch19
-00   #mem_patch1A
-00   #mem_patch1B
-00   #mem_patch1C
-00   #mem_patch1D
-00   #mem_patch1E
-00   #mem_patch1F
-00   #mem_patch20
-00   #mem_patch21
-00   #mem_patch22
-00   #mem_patch23
-00   #mem_patch24
-00   #mem_patch25
-04   #mem_patch26
-c8   #mem_patch27
-00   #mem_patch28
-5c   #mem_patch29
-40   #mem_patch2A
-00   #mem_patch2B
-38   #mem_patch2C
-c8   #mem_patch2D
-00   #mem_patch2E
-00   #mem_patch2F
-80   #mem_patch30
-a0   #mem_patch31
-00   #mem_patch32
-00   #mem_patch33
-00   #mem_patch34
-00   #mem_patch35
-00   #mem_patch36
-00   #mem_patch37
-00   #mem_patch38
-a0   #mem_patch39
-01   #mem_patch3A
-00   #mem_patch3B
-00   #mem_patch3C
-00   #mem_patch3D
-00   #mem_patch3E
-00   #mem_patch3F
+2d   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+35   
+00   
+00   
+00   
+4f   
+02   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+04   
+c8   
+00   
+5c   
+40   
+00   
+38   
+c8   
+00   
+00   
+80   
+a0   
+00   
+00   
+00   
+00   
+00   
+00   
+00   
+a0   
+01   
+00   
+00   
+00   
+00   
+00   
 
 mem_lpm_mode:01
 mem_lpm_mult:40
@@ -88,23 +88,23 @@
 
 mem_all_uuid_16bits:
 06
-03#Type: Complete list of 16-bit UUIDs
+03
 1100 0001 0210 2411  0012  0100
 
 mem_all_uuid_128bits:00
 
-#keyboard uuid
+
 mem_kb_uuid_list:
-#uuids
+
 04 0011 0100 1002 1124
 
-#handle
+
 00010000
 
-#total length
+
 3601b6
 
-#attribute start, first 4 digit is attribute ID
+
 090000 0a 00010000
 090001 3503 191124
 090004 350d 3506 190100 090011 3503 190011
@@ -113,28 +113,28 @@
 090009 3508 3506 191124 090100
 09000d 350f 350d 3506 190100 090013 3503 190011
 
-#Service Name
-#090100 2517
-#'Apple Wireless Keyboard
-#41 70 70 6c 65 20 57 69 72 65 6c 65 73 73 20 4b 65 79 62 6f 61 72 64
-#Service Name
+
+
+
+
+
 090100 253d
-#'Broadcom Bluetooth Wireless  Keyboard                        
+
 4272 6f61 6463 6f6d 2042 6c75 6574 6f6f 7468 2057 6972 656c 6573 7320 204b 6579 626f 6172 6420 
 2020 2020 2020 2020 2020 2020 2020 2020 2020 2020 2020 20
 
-#Service Description
+
 090101 2508
-#'Keyboard
+
 4b6579626f617264
 
-#Provider Name
-#090102 250a
-#'Apple Inc.
-#41 70 70 6c 65 20 49 6e 63 2e
-#Provider Name
+
+
+
+
+
 090102 2510
-#'Broadcom Corp.  
+
 4272 6f61 6463 6f6d 2043 6f72 702e 2020
 
 090200 090100
@@ -145,40 +145,40 @@
 090205 2801
 090206 35a5 35a3 0822 259f
 
-# hid descriptor
-0501 # Usage Page(Generic Desktop)
-0906 # Usage(Keyboard)
-a101 # Collection(Application)
-8501 # Report ID(1)
-7501 # Report Size(1)
-9508 # Report Count(8)
-0507 # Usage Page(Keyboard/Keypad)
-19e0 # Usage Minimum(224)
-29e7 # Usage Maximum(231)
-1500 # Logical Minimum(0)
-2501 # Logical Maximum(1)
-8102 # Input(Data Variable Absolute) ; Modifier byte
-9501 # Report Count(1)
-7508 # Report Size(8)
-8103 # Input(Constant Variable Absolute) ; 
-9505 # Report Count(5)
-7501 # Report Size(1)
-0508 # Usage Page(LEDs)
-1901 # Usage Minimum(1)
-2905 # Usage Maximum(5)
-9102 # Output(Data Variable Absolute) ; LED report
-9501 # Report Count(1)
-7503 # Report Size(3)
-9103 # Output(Constant Variable Absolute) ; 
-9506 # Report Count(6)
-7508 # Report Size(8)
-1500 # Logical Minimum(0)
-25ff # Logical Maximum(255)
-0507 # Usage Page(Keyboard/Keypad)
-1900 # Usage Minimum(0)
-29ff # Usage Maximum(255)
-8100 # Input(Data Array) ; Key arrarys 6 bytes
-c0 # End Collection
+
+0501 
+0906 
+a101 
+8501 
+7501 
+9508 
+0507 
+19e0 
+29e7 
+1500 
+2501 
+8102 
+9501 
+7508 
+8103 
+9505 
+7501 
+0508 
+1901 
+2905 
+9102 
+9501 
+7503 
+9103 
+9506 
+7508 
+1500 
+25ff 
+0507 
+1900 
+29ff 
+8100 
+c0 
 
 05 0c  		
 09 01  		
@@ -193,60 +193,60 @@
 81 00  		
 c0
 
-#29
-#05 01
-#09 80
-#A1 01
-#85 03
-#15 00
-#25 01
-#75 01
-#95 03
-#19 81
-#29 83
-#81 02
-#95 01
-#75 05
-#81 03
-#C0
-
-#69
-05 01 # Usage Page(Generic Desktop)
-09 02 # Usage(Mouse)
-a1 01 # Collection(Application)
-85 03 # Report ID(3)
-09 01 # Usage(Pointer)
-a1 00 # Collection(Physical)
-05 09 # Usage Page(Buttons)
-19 01 # Usage Minimum(1)
-29 08 # Usage Maximum(8)
-15 00 # Logical Minimum(0)
-25 01 # Logical Maximum(1)
-75 01 # Report Size(1)
-95 08 # Report Count(8)
-81 02 # Input(Data Variable Absolute)
-05 01 # Usage Page(Generic Desktop)
-09 30 # Usage(X)
-09 31 # Usage(Y)
-16 01 80  #Logical Minimum (-32767)
-26 FF 7F #Logical Maximum (32767) 
-75 10 # Report Size(16)
-95 02 # Report Count(2)
-81 06 # Input(Data Variable Relative)
-09 38 # Usage(Wheel)
-15 81 # Logical Minimum(-127)
-25 7f # Logical Maximum(127)
-75 08 # Report Size(8)
-95 01 # Report Count(1)
-81 06 # Input(Data Variable Relative)
 
-05 0c  #USAGE_PAGE(Consumer Devices)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+05 01 
+09 02 
+a1 01 
+85 03 
+09 01 
+a1 00 
+05 09 
+19 01 
+29 08 
+15 00 
+25 01 
+75 01 
+95 08 
+81 02 
+05 01 
+09 30 
+09 31 
+16 01 80  
+26 FF 7F 
+75 10 
+95 02 
+81 06 
+09 38 
+15 81 
+25 7f 
+75 08 
+95 01 
+81 06 
+
+05 0c  
 0a 38 02
-95 01   #REPORT_COUNT (1)	
-81 06  #INPUT (Data,Var,Rel)
+95 01   
+81 06  
 
-c0 # End Collection
-c0 # End Collection
+c0 
+c0 
 
 090207 3508 3506 090409 090100
 09020b 090100
@@ -255,18 +255,18 @@
 09020e 2801
 09020f 090318
 090210 090000
-#attribute end
 
-#uuids for pnpInformation	
+
+
 03 1002 1200 0001
 
-#handle
+
 00010001
 
-#total length 90 bytes
+
 3600a1
 
-#attribute list
+
 090000 0a00010001
 090001 3503 191200
 090004 350d 3506 190100 090001 3503 190001
@@ -275,34 +275,34 @@
 090100 252f42726f6164636f6d20426c7565746f6f746820576972656c657373204b6579626f61726420506e5020536572766572
 090101 25084b6579626f617264
 090200 090103
-090201# VendorID
-090a5c
-090202#ProductID
-098502
+090201
+0904e8
+090202
+097021
 090203 090001
 090204 2801
 090205 090002
 
-#attribute end
+
 00
 
-#Auto reconnection after power on
+
 
 memui_uuid_table:mem_kb_uuid_list
-#Auto reconnection after power on
+
 mem_device_option:43
 mem_ptt:0
 mem_features:
 ff
 ff
 8f
-f8	#fe--EDR  F8--BR
-83	#AFHclose 83
+f8	
+83	
 9d
 59
 82
 
-#bluetootch param init
+
 mem_sp_flag:00
 mem_lpm_current_mult:00
 mem_master_sp_flag:00
@@ -317,74 +317,69 @@
 mem_ipc_tx_evt_buff:02 01
 
 
-mem_adc_0v:9f 3e
-mem_adc_3v:cd 4d
-mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
-
 
-#attribute list: handle 2bytes, uuid 2bytes, length 1bytes, attribute Nbytes
 mem_le_att_list:
 
-#Primary service: GATT
+
 01 00 00 28 02 01 18
-#Characteristic: Service changed
+
 02 00 03 28 01 20
 03 00 05 2a 01 00
-#Client Characteristic Configuration
+
 04 00 02 29 02 00 00
 
-#Primary Service: GAP
+
 05 00 00 28 02 00 18 
-#Characteristic: Device Name
+
 06 00 03 28 01 02 
 07 00 00 2a 
 'BT4.2 Keyboard
 
-#Characteristic: Appearance
+
 08 00 03 28 01 02 
 09 00 01 2a 02 c1 03 
-#Characteristic: Peripheral Preferred Connection Parameters
+
 0a 00 03 28 01 02
-0b 00 04 2a 08 06 00 06 00 64 00 2c 01 # interval 6ms, latency 100, timeout 300
+0b 00 04 2a 08 06 00 06 00 64 00 2c 01 
+
 
-#Primary Service: Device Information
 0c 00 00 28 02 0a 18 
-#Characteristic: pnp id
+
 0d 00 03 28 01 02
-0e 00 50 2a 07 02 e8 04 21 70 01 00		# SAMSUNG soft keyboard,setup shortcuts
+0e 00 50 2a 07 02 e8 04 21 70 01 00		
+
 
-#Primary service: HID
 0f 00 00 28 02 12 18
-#Characteristic:Protocol mode
+
 10 00 03 28 01 06
 11 00 4e 2a 01 01
-#Characteristic: hid report
+
 12 00 03 28 01 12   
-13 00 4d 2a 08 00 00 00 00 00 00 00 00	#hid report	led handle write
+13 00 4d 2a 08 00 00 00 00 00 00 00 00	
 14 00 02 29 02 00 00	
-15 00 08 29 02 01 01	#Report ID: 1	Report Type: Input
-#Characteristic:hid report
+15 00 08 29 02 01 01	
+
 16 00 03 28 01 12   
-17 00 4d 2a 02 00 00 	#hid report	led handle write
+17 00 4d 2a 02 00 00 	
 18 00 02 29 02 00 00	
-19 00 08 29 02 02 01	#Report ID: 2	Report Type: Input
+19 00 08 29 02 02 01	
+
 
-#Characteristic:hid report
 1a 00 03 28 01 12  
 1b 00 4d 2a 05 00 00 00 00 00
 1c 00 02 29 02 00 00
-1d 00 08 29 02 03 01	#Report ID: 3	Report Type: Input
+1d 00 08 29 02 03 01	
+
 
-#Characteristic:hid report
 1e 00 03 28 01 0e   
-1f 00 4d 2a 02 00	00	#hid report	led handle write
+1f 00 4d 2a 02 00	00	
 20 00 02 29 02 00 00	
-21 00 08 29 02 01 02	#Report ID: 1	Report Type: Output
+21 00 08 29 02 01 02	
+
 
-#Characteristic:Report map
 22 00 03 28 01 0a
 23 00 4b 2a a0
-#66
+
 05 01
 09 06
 a1 01
@@ -419,7 +414,7 @@
 81 00
 c0 
 
-#25
+
 05 0c  		
 09 01  		
 a1 01	
@@ -433,76 +428,76 @@
 81 00  		
 c0
 
-#29
-#05 01
-#09 80
-#A1 01
-#85 03
-#15 00
-#25 01
-#75 01
-#95 03
-#19 81
-#29 83
-#81 02
-#95 01
-#75 05
-#81 03
-#C0
-
-#60
-05 01 # Usage Page(Generic Desktop)
-09 02 # Usage(Mouse)
-a1 01 # Collection(Application)
-85 03 # Report ID(3)
-09 01 # Usage(Pointer)
-a1 00 # Collection(Physical)
-05 09 # Usage Page(Buttons)
-19 01 # Usage Minimum(1)
-29 08 # Usage Maximum(8)
-15 00 # Logical Minimum(0)
-25 01 # Logical Maximum(1)
-75 01 # Report Size(1)
-95 08 # Report Count(8)
-81 02 # Input(Data Variable Absolute)
-05 01 # Usage Page(Generic Desktop)
-09 30 # Usage(X)
-09 31 # Usage(Y)
-16 01 80  #Logical Minimum (-32767)
-26 FF 7F #Logical Maximum (32767) 
-75 10 # Report Size(16)
-95 02 # Report Count(2)
-81 06 # Input(Data Variable Relative)
-09 38 # Usage(Wheel)
-15 81 # Logical Minimum(-127)
-25 7f # Logical Maximum(127)
-75 08 # Report Size(8)
-95 01 # Report Count(1)
-81 06 # Input(Data Variable Relative)
 
-05 0c  #USAGE_PAGE(Consumer Devices)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+05 01 
+09 02 
+a1 01 
+85 03 
+09 01 
+a1 00 
+05 09 
+19 01 
+29 08 
+15 00 
+25 01 
+75 01 
+95 08 
+81 02 
+05 01 
+09 30 
+09 31 
+16 01 80  
+26 FF 7F 
+75 10 
+95 02 
+81 06 
+09 38 
+15 81 
+25 7f 
+75 08 
+95 01 
+81 06 
+
+05 0c  
 0a 38 02
-95 01   #REPORT_COUNT (1)	
-81 06  #INPUT (Data,Var,Rel)
+95 01   
+81 06  
+
+c0 
+c0 
 
-c0 # End Collection
-c0 # End Collection
 
-#Characteristic:Hid information
 24 00 03 28 01 02
 25 00 4a 2a 04 11 01 00 01        
-#Characteristic
+
 26 00 03 28 01 04
 27 00 4c 2a 01 00
 
-#Primary Service: BAS
+
 28 00 00 28 02 0f 18 
-#Characteristic: Battery Level
+
 29 00 03 28 01 12 
 2a 00 19 2a 01 64 
-#Client Characteristic Configuration
+
 2b 00 02 29 02 00 00 
-#End of Attribute list
+
 00 00
 
 
@@ -519,24 +514,24 @@
 mem_le_rx_window:50
 
 mem_le_connection_updata_param:
-0c 00 #Length
-05 00 #CID
+0c 00 
+05 00 
 12 b4 
 08 00 
-10 00 #min interval
-10 00 #max interval
-00 00 #latency
-2c 01 #timeout
+10 00 
+10 00 
+00 00 
+2c 01 
 
 mem_le_name_len:
 'BT4.2 Keyboard
 
 mem_le_adv_channel_map:07 
 mem_le_adv_direct_addr_type:01
-#mem_le_adv_interval_max:00 01
+
 mem_le_adv_data_len:1f
 mem_le_adv_data:
-#02 01 05 05 02 12 18 0f 18 03 19 c1 03
+
 02 01 05 03 19 c1 03 03 03 12 18
 '\09BT4.2 Keyboard
 
@@ -544,6 +539,12 @@
 mem_le_scan_data:
 '\09BT4.2 Keyboard
 
+mem_version_yy_mm_dd:20 20 06 12		
+
+mem_adc_0v:9f 3e
+mem_adc_3v:cd 4d
+mem_adc_config_flag:01    
+
 mem_lpm_config:8f 10 ce
 mem_lpm_xtalcnt:00 0a 0b ef 0f
 mem_lpm_hibernate_switch:00
@@ -563,13 +564,13 @@
 
 mem_eeprom_base:30 3f
 mem_eeprom_block_size:20
-#pointers to tail space of mem_le_att_list
+
 4f70:
-07 ff #2M_IF
+07 ff 
 0a fb
 0b ff 
 
-#agc table
+
 1a fb
 1b fb
 1c fb
@@ -622,14 +623,14 @@
 4e ec
 4f 5e
 
-# tx power
+
 55 d0
 56 c0
 57 4c
 58 6c
 59 50
 
-#dpll
+
 68 e4
 69 00
 6a 00
Index: c51/patch/sched.rom
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/patch/sched.rom	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/patch/sched.rom	(working copy)
@@ -276,9 +276,9 @@
 090101 25084b6579626f617264
 090200 090103
 090201# VendorID
-090a5c
+0904e8
 090202#ProductID
-098502
+097021
 090203 090001
 090204 2801
 090205 090002
@@ -317,11 +317,6 @@
 mem_ipc_tx_evt_buff:02 01
 
 
-mem_adc_0v:9f 3e
-mem_adc_3v:cd 4d
-mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
-
-
 #attribute list: handle 2bytes, uuid 2bytes, length 1bytes, attribute Nbytes
 mem_le_att_list:
 
@@ -544,6 +539,12 @@
 mem_le_scan_data:
 '\09BT4.2 Keyboard
 
+mem_version_yy_mm_dd:20 20 06 12		#version data 20200612
+
+mem_adc_0v:9f 3e
+mem_adc_3v:cd 4d
+mem_adc_config_flag:01    #01 VINLPM      #02 HVIN      #04 GPIO
+
 mem_lpm_config:8f 10 ce
 mem_lpm_xtalcnt:00 0a 0b ef 0f
 mem_lpm_hibernate_switch:00
Index: c51/patch/sys.obj
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: c51/sys.c
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/sys.c	(revision 117)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/sys.c	(working copy)
@@ -136,6 +136,7 @@
 	    	g_variable.ble_currentState = CHANGE_TO_BLE_CONNECTED;
 		g_variable.ble_currentSubState = CHANGE_TO_BLE_SUB_NONE;
 		YC_clear_reconnect_flag();
+		m_caps_num_lock = 0;
 		g_variable.release_data = 0;
 		m_lpm_mode = 1;
 		g_variable.update_eeprom_flag = 3;
@@ -407,10 +408,10 @@
 	if (g_variable.powerOn_timer != 0)
 	{	
 		g_variable.powerOn_timer--;
-		LED_device_poweron();
+		GPIO_Setout(CAPS_LED_GPIO,LED_ON);
 		if (!g_variable.powerOn_timer)
 		{
-			LED_device_poweroff();
+			GPIO_Setout(CAPS_LED_GPIO,LED_OFF);
 		}
 	}
 	else
Index: c51/util/DeleteNote.pl
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/util/DeleteNote.pl	(nonexistent)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/util/DeleteNote.pl	(working copy)
@@ -0,0 +1,27 @@
+
+#print "输入注释的标志:";
+
+#chomp ($text = <STDIN>);
+
+#print $text;
+
+###########################
+#该脚本的功能为删除，#为注释的注释代码。
+
+$Sched_path=$ARGV[0];
+
+open(Sched,$Sched_path)||die("Cannot open files\n");
+@sched=<Sched>;
+close(Sched);
+
+foreach $sched(@sched)
+{
+	$sched_begin = $sched;
+	@Sched = split(/[#]+/, $sched);
+	chomp @Sched[0];
+	$sched = @Sched[0]."\n";
+}
+
+open(Sched,">$Sched_path")||die("Cannot open files\n");
+print Sched @sched;
+close(Sched);
Index: c51/util/memalloc.pl
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/util/memalloc.pl	(nonexistent)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/util/memalloc.pl	(working copy)
@@ -0,0 +1,74 @@
+#!/usr/bin/perl
+$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;$i < @f;$i++) { $cmalloc[$i] = (); }
+for($i = 0;$i < @f;$i++) { 
+	$_ = $f[$i];
+	$start = 1 if(/^\s*memalloc\s*\(\s*$/);
+	$start = 2 if(/^\s*xmemalloc\s*\(\s*$/);
+	$start = 3 if(/^\s*omemalloc\s*\(\s*$/);
+	$start = 10 + $1 if(/^\s*cmemalloc\s+([0-9])\s*\(\s*$/);
+	if($start) {
+		if(/^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+			if($start == 1) {
+				$str = sprintf "0x%04x %s%s\n", $addr, $2, $3;
+				$addr += $1;
+				$bstr .= $str;
+				$sstr .= $str;
+			} elsif($start == 2) {
+				$str = sprintf "0x%04x %s%s\n", $xaddr, $2, $3;
+				$xaddr += $1;
+				$xstr .= $str;
+			} else {
+				push @ostr, $_;
+			}
+		}
+		if(/^\s*\)\s*$/) {
+			if(@ostr > 0) {
+				if($start == 3) {
+					push @omalloc,[@ostr];
+				} elsif($start > 9) {
+					$j = $start - 10;
+					push @{$cmalloc[$j]},@ostr;
+				} 
+			}
+			$start = 0;
+			@ostr = ();
+		}
+	} else {
+		$sstr .= $_;
+	}
+}
+for($i = 0;$i <= $#cmalloc;$i++) {
+	push @omalloc,$cmalloc[$i];
+#	for($j = 0;$j <= $#{$cmalloc[$i]};$j++) {		print $cmalloc[$i][$j];	}
+}
+
+$xend = $xaddr;
+for($i = 0;$i <= $#omalloc;$i++) {
+	for($j = 0, $oaddr = $xaddr;$j <= $#{$omalloc[$i]};$j++) {
+		if($omalloc[$i][$j] =~ /^\s*([0-9]+)\s+([a-zA-Z0-9_]+)\s*(.*)$/) {
+			$str = sprintf "0x%04x %s%s\n", $oaddr, $2, $3;
+			$oaddr += $1;
+			$xstr .= $str;
+		}
+	}
+}
+$xend = $oaddr if($oaddr > $xend);
+print file $xstr, $sstr;
+print file1 $bstr, $xstr;
+close file;
+close file1;
+printf "\nLast allocated address is %04x\n", $addr;
+printf "\nLast allocated xmem address is %04x\n", $xend;
\ No newline at end of file
Index: c51/util/mergepatch.pl
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/util/mergepatch.pl	(nonexistent)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/util/mergepatch.pl	(working copy)
@@ -0,0 +1,44 @@
+#!/usr/bin/perl
+$defs = "";
+$fmt = 0;
+
+
+sub parseif {
+	my($fname) = @_;
+	open file, $fname;
+	@f = <file>;
+	close file;
+	open file, ">$fname";
+	@valid = (1);
+	for($i = 0;$i < @f;$i++) { 
+		$_ = $f[$i];
+		$defs .= $1 . " " if(/^define\s+(\w+)\s*/);
+		if(/^ifdef\s+(\w+)\s*/) {
+			push @valid, ($defs =~ /(^|\s)$1(\s|$)/ ? 1 : 0) & $valid[$#valid];
+		} elsif(/^ifndef\s+(\w+)\s*/) {
+			push @valid, ($defs =~ /(^|\s)$1(\s|$)/ ? 0 : 1) & $valid[$#valid];
+		} elsif(/^else/) {
+			printf "%s\nelse without if at line %d\n", $f[$i - 3], $i if($#valid == 0);
+			$valid[$#valid] = (1 - $valid[$#valid]) & $valid[$#valid - 1];
+		} elsif(/^endif/) {
+			printf "%s\nendif without if at line %d\n", $_, $i if($#valid == 0);
+			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;
+}
+
+parseif("output/bt_program23.meta");
+$fmt = 1;
+parseif("output/bt_format.meta");
+
+
Index: c51/util/sortsched.pl
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/util/sortsched.pl	(nonexistent)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/util/sortsched.pl	(working copy)
@@ -0,0 +1,163 @@
+
+
+$Sched_path=$ARGV[0];
+$Sched_test_path=$ARGV[1];
+
+open(Sched,"$Sched_path")||die("Cannot open files1\n");
+@sched=<Sched>;
+@sched[-1] = "";
+close(Sched);
+#open(Sched_test,">ResultsFile.rom")||die("Cannot open files2\n");
+#print Sched_test ("");
+#close (Sched_test);
+#open(Sched_test,">ResultsFile.rom")||die("Cannot open file3s\n");
+open(Sched_test1,">$Sched_test_path")||die("Cannot open files4\n");
+#@Sched_test=<Sched_test>;
+@Data[0]="";
+$Data_num=0;
+@Address_num;
+@OriginalRecord;
+foreach $sched (@sched)
+{
+	if($sched=~/[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]:/)
+	{
+		#$lap_flag = 0;
+		#$le_lap_flag = 0;
+		#if($sched=~/40a0:/)
+		#{
+		#	$lap_data = $sched;
+		#	$lap_flag = 1;
+		#}
+		#elsif($sched =~ /44a0:/)
+		#{
+		#	$le_lap_data = $sched;
+		#	$le_lap_flag = 1;
+		#}
+		#else
+		#{
+			$Data_num++;
+			@OriginalRecord[$Data_num]=$sched;
+			@snap_variable=split(/[#\n]/,$sched);
+			@Data[$Data_num]=@snap_variable[0]."\n";
+		#}
+	}
+	else
+	{
+		#if($lap_flag == 1)
+		#{
+		#	$lap_data .= $sched;
+		#}
+		#elsif($le_lap_flag == 1)
+		#{
+		#	$le_lap_data .= $sched;
+		#}
+		#else
+		#{
+			@OriginalRecord[$Data_num].=$sched;
+			@snap_variable=split(/[#\n]/,$sched);
+			@Data[$Data_num].=@snap_variable[0]."\n";
+		#}
+	}
+}
+@sort_Data = sort(@Data);
+@OriginalRecord=sort(@OriginalRecord);
+$PreviousADDR=0;
+$CurrentADDR=0;
+$PreviousData="";
+$CurrentData="";
+$I=0;
+$len_sort_Data=@sort_Data;
+$NextADDR="";
+for($i=0;$i<$len_sort_Data;$i++)
+{
+	$sort_Data=@sort_Data[$i];
+	@snap_variable=split(/:/,$sort_Data);
+	$WData=@snap_variable[1];
+	
+	if($WData =~ /[1-9a-fA-F]/ && hex(@snap_variable[0]) >= 16384){
+	$WADDR=@snap_variable[0];
+	@sort_Data[$i]=@OriginalRecord[$i];
+	@LLL[$i]=0;
+	if($NextADDR eq $WADDR){
+		@snap_variable=split(/[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]:/,@OriginalRecord[$i]);
+		@sort_Data[$i]=@snap_variable[1];
+		@LLL[$i]=1;
+	}
+	if(@LLL[$i]==0 && hex($PreviousADDR)+6>hex($WADDR)){
+		$LEN=hex($WADDR) - hex($NextADDR);
+		#print $LEN;
+		for($j=0;$j<$LEN;$j++)
+		{
+			@sort_Data[$i-1].="00 "
+		}
+		@sort_Data[$i-1].="\n";
+		@snap_variable=split(/[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]:/,@OriginalRecord[$i]);
+		@sort_Data[$i]=@snap_variable[1];
+		@LLL[$i]=1;
+	}
+	if($PreviousADDR eq $WADDR){
+		@sort_Data[$i-1]="";
+		if(@LLL[$i-1]==1){
+			@snap_variable=split(/[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]:/,@OriginalRecord[$i]);
+			@sort_Data[$i]=@snap_variable[1];
+			@LLL[$i]=1;
+		}
+	}
+	else{
+		@DataNum=split(/[0-9a-fA-F][0-9a-fA-F]/,$WData);
+		$DataNum=@DataNum;
+		$PreviousADDR=$WADDR;
+		#@sort_Data[$i].="      ".$DataNum."\n";
+		$NextADDR = &hex_add($WADDR,$DataNum);
+	}
+	}
+	else{
+		if(hex(@snap_variable[0]) >= 16384)
+		{
+			@sort_Data[$i]="";
+		}
+	}
+	#@sort_Data[$i].="      ".$NextADDR."\n";
+	#$sort_Data =~ s/\n//;
+	#$sort_Data.="\n";
+}
+#print Sched_test @OriginalRecord;
+#print Sched_test1 $lap_data;
+#print Sched_test1 $le_lap_data;
+print Sched_test1 @sort_Data;
+#print  $lap_data;
+#print  $le_lap_data;
+#for($i=0;$i<$len_sort_Data;$i++)
+#foreach $sort_Data (@sort_Data)
+#{	
+	#$sort_Data=@sort_Data[$i];
+	#print Sched_test $PreviousData;
+	#@snap_variable=split(/:/,$sort_Data);
+	#$CurrentADDR=@snap_variable[0];
+	#$CurrentData=$sort_Data;
+	#print ($CurrentADDR);
+	#if($CurrentADDR-$PreviousADDR==1)
+	#{
+	#	$CurrentVal=@snap_variable[1];
+	#	@snap_variable=split(/\n/,$PreviousData);
+		
+	#	$PreviousData.=" ".$CurrentVal;
+	#	$CurrentData=$PreviousData;
+	#	@sort_Data[$i]="";
+	#	@sort_Data[$i-1]=$CurrentData;
+		#print ($CurrentData."\n");
+	#}
+	#$PreviousADDR=$CurrentADDR;
+	#$PreviousData=$CurrentData;
+	#print Sched_test $CurrentData;
+#}
+#print Sched_test @sort_Data;
+#close(Sched_test);
+close(Sched_test1);
+
+sub hex_add{
+	my($ADDR,$Len)=@_;
+	$data=hex($ADDR);
+	$data=$data+$Len-1;
+	return(sprintf("%04x",$data));
+}
\ No newline at end of file
Index: c51/util/transform_memmap2btreg.pl
===================================================================
--- /YJX_KB_Project/1026_KB/CK410B/c51/util/transform_memmap2btreg.pl	(nonexistent)
+++ /YJX_KB_Project/1026_KB/CK410B/c51/util/transform_memmap2btreg.pl	(working copy)
@@ -0,0 +1,45 @@
+$memmap_path=$ARGV[0];
+$memblocks_path=$ARGV[1];
+$btreg_path=$ARGV[2];
+open(btreg,">$btreg_path");
+print btreg ("");#reset file
+close(btreg);
+open(memmap,$memmap_path);
+open(memblocks,$memblocks_path);
+open(btreg,">>$btreg_path");
+@text = <memmap>;
+print btreg ("#ifndef _BT_REG_H_\n");
+print btreg ("#define _BT_REG_H_\n");
+foreach $text (@text){
+	@word = split (/[\t ]+/,$text);
+	$reg_addr = @word[0];
+	if ($reg_addr =~ /0x[0-9abcdef]*/){#Is 0x0000~0xffff
+		$word1 = @word[1];
+		@reg_name = split(/\/[\/\*]/,$word1);#delete // or /*  */
+		$reg_name = @reg_name[0];
+		$reg_name =~ s/[\r\n]//;#delete Carriage return
+		
+		printf btreg ("#define\t%-40s\t%s\n",$reg_name,$reg_addr);
+		#print btreg ("#define \t $reg_name \t\t\t $reg_addr \n");
+		#print btreg ("@word[1]\n");
+	}
+}
+@text = <memblocks>;
+foreach $text (@text){
+	@word = split (/[\t ]+/,$text);
+	$reg_addr = @word[0];
+	if ($reg_addr =~ /0x[0-9abcdef]*/){
+		$word1 = @word[1];
+		@reg_name = split(/\/[\/\*]/,$word1);
+		$reg_name = @reg_name[0];
+		$reg_name =~ s/[\r\n]//;
+		printf btreg ("#define\t%-40s\t%s\n",$reg_name,$reg_addr);
+		#print btreg ("#define \t $reg_name \t\t\t\t $reg_addr \n");
+		#print btreg ("@word[1]\n");
+	}
+}
+print btreg ("#endif\n");
+close(memblocks);
+close(memmap);
+close(btreg);
+
